Home
last modified time | relevance | path

Searched refs:isKeyguardScreenRotationAllowed (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java301 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameAllowed_layoutParamsUpdated()
305 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameAllowed_layoutParamsUpdated()
316 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameNotAllowed_layoutParamsUpdated()
320 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameNotAllowed_layoutParamsUpdated()
348 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in bouncerShowing_OrientationNoSensor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DFakeKeyguardStateController.java61 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeKeyguardStateController.java137 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java70 boolean isKeyguardScreenRotationAllowed(); in isKeyguardScreenRotationAllowed() method
H A DKeyguardStateControllerImpl.java282 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java164 mLastKeyguardRotationAllowed = mKeyguardStateController.isKeyguardScreenRotationAllowed(); in NotificationShadeWindowControllerImpl()
368 if (mKeyguardStateController.isKeyguardScreenRotationAllowed()) { in adjustScreenOrientation()
881 .isKeyguardScreenRotationAllowed(); in onConfigChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt352 if (!keyguardStateController.isKeyguardScreenRotationAllowed &&