From 217dba4c109bfe36c4cd9269d8427c92570f04f7 Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Thu, 19 Nov 2020 13:06:25 -0500 Subject: [PATCH] AOD - Large clock Support large clock when no notifications are present. Remove immediately when a HUN appears. Bug: 172360102 Test: manual Change-Id: I7ed4689b4d1d4176e0a4a29fc61150905037f484 --- .../layout/keyguard_clock_switch.xml | 22 +++++++++++++ .../android/keyguard/KeyguardClockSwitch.java | 33 +++++++++++++++++-- .../KeyguardClockSwitchController.java | 8 +++++ 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml index 7816d6252267e..b75c2c4cea6c3 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml @@ -82,6 +82,28 @@ android:elegantTextHeight="false" /> + + +