Searched refs:USER_ROTATION_LOCKED (Results 1 – 4 of 4) sorted by relevance
687 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})696 public final int USER_ROTATION_LOCKED = 1; field1754 case USER_ROTATION_LOCKED: in userRotationModeToString()
1199 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()
103 USER_ROTATION_LOCKED = 1; enumerator
3781 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()3906 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()