From f32760550bd99f3af1a104cc86b6718e8654c35f Mon Sep 17 00:00:00 2001 From: Joshua Tsuji Date: Fri, 6 Nov 2020 18:03:44 -0500 Subject: [PATCH] Adds the LightRevealScrim, and the 'lift' reveal effect. This effect will be used for all AOD/Lockscreen transitions - a subsequent CL is adding additional effects (like power button/AOD tap) and also using this effect for Unlocked -> AOD/Locked. Test: manual Bug: 169693662 Change-Id: I4546b96a29cabd14fc317478f33d8ee4db040eeb --- .../res/layout/super_notification_shade.xml | 6 + .../systemui/statusbar/LightRevealScrim.kt | 207 ++++++++++++++++++ .../systemui/statusbar/phone/StatusBar.java | 18 ++ 3 files changed, 231 insertions(+) create mode 100644 packages/SystemUI/src/com/android/systemui/statusbar/LightRevealScrim.kt diff --git a/packages/SystemUI/res/layout/super_notification_shade.xml b/packages/SystemUI/res/layout/super_notification_shade.xml index d322e0905ef66..0ba546eff6896 100644 --- a/packages/SystemUI/res/layout/super_notification_shade.xml +++ b/packages/SystemUI/res/layout/super_notification_shade.xml @@ -43,6 +43,12 @@ android:visibility="invisible" /> + +