OSDN Git Service

Updated support for drawing background drawable when resizing
authorWale Ogunwale <ogunwale@google.com>
Fri, 23 Oct 2015 19:30:28 +0000 (12:30 -0700)
committerWale Ogunwale <ogunwale@google.com>
Fri, 23 Oct 2015 19:30:28 +0000 (12:30 -0700)
commit5bcd3189c52423040281a9f52eeaaef08a7db8a5
tree556c741f2ce1f5c6274d0f220b2d138949ab7fde
parentebb173e3b57e15fc576bf74b8556b00ab0b90369
Updated support for drawing background drawable when resizing

f3a62fbc58bbc7f081a53248cae48a8951294e8f added support for drawing
the background draweable when resizing an activity window.
However, after some additional discussion we decided that
R.styleable.Window_windowResizingBackground and
R.integer.config_windowResizingBackgroundColorARGB are not needed.
We use R.styleable.Window_windowBackground for the background
drawable and fallback to using R.styleable.Window_windowBackgroundFallback
which is now public if the first isn't set.

Bug: 24534744
Change-Id: Ia0507e25a1893ea941d259f1d4e88ce500dda154
api/current.txt
api/system-current.txt
core/java/com/android/internal/policy/DecorContext.java
core/java/com/android/internal/policy/PhoneWindow.java
core/res/res/values/attrs.xml
core/res/res/values/config.xml
core/res/res/values/public.xml
core/res/res/values/symbols.xml
packages/SystemUI/res/values/styles.xml