Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java364 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameAllowed_layoutParamsUpdated()
368 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameAllowed_layoutParamsUpdated()
379 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(true); in rotationBecameNotAllowed_layoutParamsUpdated()
383 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in rotationBecameNotAllowed_layoutParamsUpdated()
411 when(mKeyguardStateController.isKeyguardScreenRotationAllowed()).thenReturn(false); in bouncerShowing_OrientationNoSensor()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java65 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeKeyguardStateController.java148 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java74 boolean isKeyguardScreenRotationAllowed(); in isKeyguardScreenRotationAllowed() method
DKeyguardStateControllerImpl.java285 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java184 mLastKeyguardRotationAllowed = mKeyguardStateController.isKeyguardScreenRotationAllowed(); in NotificationShadeWindowControllerImpl()
427 if (mKeyguardStateController.isKeyguardScreenRotationAllowed()) { in adjustScreenOrientation()
965 .isKeyguardScreenRotationAllowed(); in onConfigChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt393 !keyguardStateController.isKeyguardScreenRotationAllowed && in shouldPlayUnlockedScreenOffAnimation()