History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/SystemBars.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9ef119c76f8ab7bb4cf1c8b1a69a82fac0dda6f9 02-Mar-2017 Selim Cinek <cinek@google.com> Fixed a few issues around notifications and density changes

Because density and font size changes would actually be
delivered by Dependency, the SystemUI could actually get
the onDensityChanged after the onDensityOrFontScaleChanged.
Let's make sure all configuration changes now go through the
same listener.
This also ensures that the caching of the icon offsets is done
correctly, since the statusbar layout may actually be laid out
later then the shelf.

Test: change density from small to large, observe normal layout
Change-Id: I313b5334ccbb57f7929fe03dbd5119396123b137
Fixes: 35678628
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemBars.java
2a6ea9c2a1b52b0386270ec73e1e6d6a9b614a34 26-Jan-2017 Jason Monk <jmonk@google.com> Delete BaseStatusBar

It is a relic of a more complex time, but has passed out of all
knowledge for too long.

Test: manual testing on phones and TV
Change-Id: I62a15d9413ea4bda3ac82bf6f7d22c096e2c1cdc
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemBars.java