OSDN Git Service

SystemUI : Clock position support + am/pm styles
authorDanesh M <daneshm90@gmail.com>
Thu, 22 Oct 2015 17:51:02 +0000 (10:51 -0700)
committerSteve Kondik <steve@cyngn.com>
Wed, 14 Sep 2016 08:35:38 +0000 (01:35 -0700)
commit3c8ce9798916735bd9a6825beac3e25bc530bb71
treea8d4478a204526d946cecef8536e9d9a834730a7
parent7085067beac15e03ef46e487fc4f3936669762bb
SystemUI : Clock position support + am/pm styles

Based on Dave Kessler's work from cm-12.0

Change-Id: I88e630fcfcffd8a795f1abbeecd71a258d0e8e81

SystemUI: recalculate clock position on removing empty shade views

Change-Id: I70cc2dd3e1da99d4467cd43fc81018ccf135cd77
Signed-off-by: Roman Birg <roman@cyngn.com>
(cherry picked from commit 4f965c58bcfb8c657cf9bd26a30fe3eeb9c058ef)

SystemUI: fix clock jumping when expanding QS from lockscreen

commit 4f965c5 fixed recalculating clock position from shade_locked but
it didn't account for other scenarios such as when the QS is expanding,
causing the clock to jump when expanding QS from lockscreen.

Change-Id: I0e4f473fbc500f7dcdfa015cbedda07761c3cdb2
Signed-off-by: Roman Birg <roman@cyngn.com>
(cherry picked from commit 6831615aa4db003fc7b3a64e22083c6cb69f3fa4)

SystemUI : Fix left/center clock visibility

Change-Id: I5bee0927ceaf93ea4cc0751bcb866aaaed64356b

SystemUI : Make clock/navigation multi-user compatible

Change-Id: Ie6a1552aeb31e138221143d548f7cd4cbb5bde7e
packages/SystemUI/Android.mk
packages/SystemUI/res/layout/notification_icon_area.xml
packages/SystemUI/res/layout/status_bar.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/ClockController.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/IconMerger.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconAreaController.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarIconController.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java