Home
last modified time | relevance | path

Searched refs:mWillPlayDelayedDozeAmountAnimation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java603 private boolean mWillPlayDelayedDozeAmountAnimation = false; field in NotificationPanelViewController
1822 if (mWillPlayDelayedDozeAmountAnimation) { in shouldKeyguardStatusViewBeCenteredInSplitShade()
1832 if (mWillPlayDelayedDozeAmountAnimation == willPlay) return; in setWillPlayDelayedDozeAmountAnimation()
1834 mWillPlayDelayedDozeAmountAnimation = willPlay; in setWillPlayDelayedDozeAmountAnimation()