Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardOcclusionInteractorTest.kt101 assertTrue(underTest.shouldTransitionFromPowerButtonGesture()) in transitionFromPowerGesture_whileGoingToSleep_isTrue()
117 assertTrue(underTest.shouldTransitionFromPowerButtonGesture()) in transitionFromPowerGesture_whileAsleep_isTrue()
139 assertFalse(underTest.shouldTransitionFromPowerButtonGesture()) in transitionFromPowerGesture_whileWaking_isFalse()
160 assertFalse(underTest.shouldTransitionFromPowerButtonGesture()) in transitionFromPowerGesture_whileAwake_isFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DTransitionInteractor.kt128 if (keyguardOcclusionInteractor.shouldTransitionFromPowerButtonGesture()) { in <lambda>()
167 if (keyguardOcclusionInteractor.shouldTransitionFromPowerButtonGesture()) { in <lambda>()
DKeyguardOcclusionInteractor.kt74 fun shouldTransitionFromPowerButtonGesture(): Boolean { in <lambda>() method