Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt290 if (shouldPlayUnlockedScreenOffAnimation()) { in startAnimation()
342 fun shouldPlayUnlockedScreenOffAnimation(): Boolean { in shouldPlayUnlockedScreenOffAnimation() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
404 shouldPlayUnlockedScreenOffAnimation() in shouldDelayDisplayDozeTransition()
419 shouldPlayUnlockedScreenOffAnimation() && isAnimationPlaying() in shouldAnimateInKeyguard()
423 override fun shouldAnimateAodIcons(): Boolean = shouldPlayUnlockedScreenOffAnimation() in shouldAnimateInKeyguard()
425 override fun shouldPlayAnimation(): Boolean = shouldPlayUnlockedScreenOffAnimation() in shouldAnimateInKeyguard()
DDozeParameters.java326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java145 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup()
321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
DUnlockedScreenOffAnimationControllerTest.kt200 assertFalse(controller.shouldPlayUnlockedScreenOffAnimation()) in testNoAnimationPlaying_dozeParamsCanNotControlScreenOff()