Trigger doze detection using WakefulnessLifecycle
Previously, doze detection used StatusBarStateController, which only provides a signal at the end of the doze transition. This resulted in the handles only animating away once the screen was already off. Using the WakefulnessLifecycle allows for a callback when the transition begins instead. Test: Tested locally BUG:137742178 Change-Id: I289ef5b5081fa96b1c8e82c4373c7654e8df80cb Merged-In: I289ef5b5081fa96b1c8e82c4373c7654e8df80cb
Loading
Please register or sign in to comment