Home
last modified time | relevance | path

Searched refs:USER_ROTATION_LOCKED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java687 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})
696 public final int USER_ROTATION_LOCKED = 1; field
1754 case USER_ROTATION_LOCKED: in userRotationModeToString()
DPhoneWindowManager.java1199 if (mUserRotationMode == USER_ROTATION_LOCKED) { in needSensorRunningLp()
2498 WindowManagerPolicy.USER_ROTATION_LOCKED; in updateSettings()
7246 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED) in rotationForOrientationLw()
7340 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED in rotationForOrientationLw()
7440 if (mUserRotationMode != WindowManagerPolicy.USER_ROTATION_LOCKED) return false; in isRotationChoicePossible()
7532 WindowManagerPolicy.USER_ROTATION_LOCKED; in getUserRotationMode()
7541 if (mode == WindowManagerPolicy.USER_ROTATION_LOCKED) { in setUserRotationMode()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto103 USER_ROTATION_LOCKED = 1; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3781 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()
3906 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()