History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07304f52243d405a0ad79abb3cf49f889a2c2907 20-May-2016 Selim Cinek <cinek@google.com> Fixed a flashing when the affordances were launched

Because we can't draw it as source in that case.

Change-Id: I14039959a5fedbc57358e2e343a3d0d185dcec17
Fixes: 28735933
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
31d37b918680c83360af6675aef4eb15b3f81425 26-Apr-2016 Selim Cinek <cinek@google.com> Fixed that notifications didn't fade away when brightness changed

Because nothing was drawing there with SRC one would simply see
the old buffer there.

Change-Id: Ie7a8989a4af92a05b1e9be2430fd9704c26a125d
Fixes: 27317122
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
3e7592d0cbbde5b0b85d98b82d991ee5d2aab8a9 11-Apr-2016 Selim Cinek <cinek@google.com> Fixed a few issues when adapting the dpi

The statusbar is now behaving nicer and other
parts are behaving similar as if they had been inflated
that way. The signalclusterview is now properly recreated
ensuring that it's scaled correclty.

Fixes: 26844819
Change-Id: Id1aab629204d03c079815358e7a5eb12d2a4e557
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
e803491cb0f4a3d3cb842771757fcf26bed080a0 10-Apr-2016 Selim Cinek <cinek@google.com> Fixed a few issues with status bar density changes

Reinflated the brightnessmirror to have the propper layouting.
Also fixed the height of the heads up scrim.

Bug: 26844819
Change-Id: Idb24dbd40f071a2a722c59cc202ae46c5ace2da8
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
66eaf31a7a1040a1dd9fe6300621e5a5e5184451 25-Feb-2016 Jason Monk <jmonk@google.com> Fix QS Issues

- Fix lack of clipping on tablets
- Fix icons disappearing on animation scroll
- Fix brightness width on tablets and y location

Bug: 27278616
Bug: 27294042
Change-Id: I0db5a7fe187931cd39287194ff4b003674893c01
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
c18010f6720f606003cde3cd376ddacaca30f6e5 20-Jan-2016 Selim Cinek <cinek@google.com> Refactored the interpolators to use only one single instance

Previously many objects parsed their own interpolators leading
to memory and computational overhead.
This is now unified into a single Static class.

Change-Id: I0537aca0e6dad10a7ffd52ba64b7356b0c5e4672
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
924c612b87ff657d189979ccd219bd445d14c97c 16-Jan-2016 Selim Cinek <cinek@google.com> Removed notification side paddings

Removed all notification paddings on the side.
Bug: 24866646

Change-Id: I1a3e7b9ec5156cb953e06a83afa72c5ad36a2025
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
9f96711e1adf4a28f961c440da1626ad40c03bc8 07-Jan-2016 Xiaohui Chen <xiaohuic@google.com> sysui: refactor out PanelHolder

PanelHolder seems obsolete for a long time. Now PanelBar contains only
one PanelView. This simplifies the code a bit.

Change-Id: Ic4da5d4ee72ffe4e36fa084371a8cd6fd102a9bd
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
979936920ee2e654e23678172c49b301e886c374 14-May-2015 Jorim Jaggi <jjaggi@google.com> Fix brightness mirror positioning.

Bug: 20884993
Change-Id: Iba75c2dd7aca9b7ac446cb6a278085af4e150b95
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
a0fad3ba06d0352f640532e69ed3d540b3795535 19-Sep-2014 Selim Cinek <cinek@google.com> Optimized and improved the status bar performance a lot

Instead of clearing the Statusbarwindow buffer in the beginning
we now draw the scrim with mode SRC and therefore a whole screen
of overdraw is saved!

Bug: 17287256
Change-Id: I29f14a2c3d4cb087c422ae6f486d23d7f8ec173b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java
5fd872e8ea44ffcd4fce1d1196736dca4f270508 12-Aug-2014 Adrian Roos <roosa@google.com> Hide panel while changing brightness

Bug: 15408618
Change-Id: Ic1f934f9ddbb582453b4b52a4b4402c71ac79654
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/BrightnessMirrorController.java