Searched refs:isAnimationPlaying (Results 1 – 8 of 8) sorted by relevance
77 private var isAnimationPlaying = false regex126 if (isAnimationPlaying) {140 isAnimationPlaying = playing209 override fun isAnimationPlaying(): Boolean = isAnimationPlaying211 override fun isKeyguardHideDelayed(): Boolean = isAnimationPlaying()219 override fun shouldAnimateClockChange(): Boolean = !isAnimationPlaying()
82 animations.any { it.isAnimationPlaying() }108 animations.any { it.isAnimationPlaying() }114 animations.all { !it.isAnimationPlaying() }161 animations.any { it.isAnimationPlaying() }217 fun isAnimationPlaying(): Boolean = false regex
165 isAnimationPlaying()344 !isAnimationPlaying()368 override fun isAnimationPlaying(): Boolean {379 shouldPlayUnlockedScreenOffAnimation() && isAnimationPlaying()382 isAnimationPlaying()
265 || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldMakeEntireScreenTouchable()
122 unlockedScreenOffAnimationController.isAnimationPlaying()412 !unlockedScreenOffAnimationController.isAnimationPlaying()
196 assertFalse(controller.isAnimationPlaying())
1242 when(mUnlockedScreenOffAnimationController.isAnimationPlaying()).thenReturn(true); in shadeExpanded_whenUnlockedOffscreenAnimationRunning()
1497 return mHintAnimationRunning || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldAvoidChangingNotificationsCount()3094 return mUnlockedScreenOffAnimationController.isAnimationPlaying(); in isPanelVisibleBecauseScrimIsAnimatingOff()