OSDN Git Service

Add minimize & pip buttons to freeform windows
authorJon West <electrikjesus@gmail.com>
Sat, 8 Feb 2020 20:06:39 +0000 (15:06 -0500)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 14 Apr 2020 14:46:56 +0000 (22:46 +0800)
commitbe685189915ea5083884c4a3902c7cf0ae98448b
tree1bc6c0089bbcc8a230398290cc69218f0f0bbe09
parent12c301199f3b36553752a0745676817b3e7e7675
Add minimize & pip buttons to freeform windows

Thanks to @farmerbb for assistance and @rogerdott for the graphics

Change-Id: I8ddad6eab27f52574ee1c10e8006612fb46a83c5
12 files changed:
config/hiddenapi-greylist-max-o.txt
core/java/android/view/Window.java
core/java/com/android/internal/policy/DecorView.java
core/java/com/android/internal/widget/DecorCaptionView.java
core/res/res/drawable/decor_minimize_button_dark.xml [new file with mode: 0644]
core/res/res/drawable/decor_minimize_button_light.xml [new file with mode: 0644]
core/res/res/drawable/decor_pip_button_dark.xml [new file with mode: 0644]
core/res/res/drawable/decor_pip_button_light.xml [new file with mode: 0644]
core/res/res/layout/decor_caption.xml
core/res/res/values/arrays.xml
core/res/res/values/strings.xml
core/res/res/values/symbols.xml