Searched refs:shouldPlayUnlockedScreenOffAnimation (Results 1 – 4 of 4) sorted by relevance
290 if (shouldPlayUnlockedScreenOffAnimation()) { in startAnimation()342 fun shouldPlayUnlockedScreenOffAnimation(): Boolean { in shouldPlayUnlockedScreenOffAnimation() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController404 shouldPlayUnlockedScreenOffAnimation() in shouldDelayDisplayDozeTransition()419 shouldPlayUnlockedScreenOffAnimation() && isAnimationPlaying() in shouldAnimateInKeyguard()423 override fun shouldAnimateAodIcons(): Boolean = shouldPlayUnlockedScreenOffAnimation() in shouldAnimateInKeyguard()425 override fun shouldPlayAnimation(): Boolean = shouldPlayUnlockedScreenOffAnimation() in shouldAnimateInKeyguard()
326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
145 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup()321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
200 assertFalse(controller.shouldPlayUnlockedScreenOffAnimation()) in testNoAnimationPlaying_dozeParamsCanNotControlScreenOff()