Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt268 if (shouldPlayUnlockedScreenOffAnimation()) {
307 fun shouldPlayUnlockedScreenOffAnimation(): Boolean { regex
362 shouldPlayUnlockedScreenOffAnimation()
379 shouldPlayUnlockedScreenOffAnimation() && isAnimationPlaying()
385 shouldPlayUnlockedScreenOffAnimation()
388 shouldPlayUnlockedScreenOffAnimation()
H A DDozeParameters.java326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeParametersTest.java143 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup()
321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
H A DUnlockedScreenOffAnimationControllerTest.kt194 assertFalse(controller.shouldPlayUnlockedScreenOffAnimation())