Searched refs:onDelayedDozeAmountAnimationRunning (Results 1 – 3 of 3) sorted by relevance
421 wakeUpListeners.forEach { it.onDelayedDozeAmountAnimationRunning(true) } in scheduleDelayedDozeAmountAnimation()425 wakeUpListeners.forEach { it.onDelayedDozeAmountAnimationRunning(false) } in scheduleDelayedDozeAmountAnimation()686 fun onDelayedDozeAmountAnimationRunning(running: Boolean) {} in onDelayedDozeAmountAnimationRunning() method
307 verify(wakeUpListener).onDelayedDozeAmountAnimationRunning(eq(true)) in verifyWakeUpListenerCallbacksWhenDelayingAnimation()327 verify(wakeUpListener).onDelayedDozeAmountAnimationRunning(eq(false)) in verifyWakeUpListenerCallbacksWhenDelayingAnimation()
1109 public void onDelayedDozeAmountAnimationRunning(boolean running) { in onFinishInflate()