Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt232 fun shouldPlayUnlockedScreenOffAnimation(): Boolean { regex
H A DDozeParameters.java275 && mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeParametersTest.java271 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()