Searched refs:isKeyguardScreenRotationAllowed (Results 1 – 7 of 7) sorted by relevance
364 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()
65 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
148 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in FakeKeyguardStateController
74 boolean isKeyguardScreenRotationAllowed(); in isKeyguardScreenRotationAllowed() method
285 public boolean isKeyguardScreenRotationAllowed() { in isKeyguardScreenRotationAllowed() method in KeyguardStateControllerImpl
184 mLastKeyguardRotationAllowed = mKeyguardStateController.isKeyguardScreenRotationAllowed(); in NotificationShadeWindowControllerImpl()427 if (mKeyguardStateController.isKeyguardScreenRotationAllowed()) { in adjustScreenOrientation()965 .isKeyguardScreenRotationAllowed(); in onConfigChanged()
393 !keyguardStateController.isKeyguardScreenRotationAllowed && in shouldPlayUnlockedScreenOffAnimation()