Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorLogger.kt196 fun logDelayingClockWakeUpAnimation(delayingAnimation: Boolean) { regex
H A DNotificationWakeUpCoordinator.kt610 fun logDelayingClockWakeUpAnimation(delayingAnimation: Boolean) { regex
611 logger.logDelayingClockWakeUpAnimation(delayingAnimation)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1742 mWakeUpCoordinator.logDelayingClockWakeUpAnimation(willPlay); in setWillPlayDelayedDozeAmountAnimation()