Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java62 boolean isKeyguardScreenRotationAllowed(); in isKeyguardScreenRotationAllowed() method
H A DKeyguardStateControllerImpl.java256 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in KeyguardStateControllerImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeKeyguardStateController.java137 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt261 if (!keyguardStateController.isKeyguardScreenRotationAllowed &&
H A DNotificationShadeWindowControllerImpl.java326 if (mKeyguardStateController.isKeyguardScreenRotationAllowed()) { in adjustScreenOrientation()