Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java464 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})
473 public final int USER_ROTATION_LOCKED = 1; field
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java774 if (mUserRotationMode == USER_ROTATION_LOCKED) { in needSensorRunningLp()
1532 WindowManagerPolicy.USER_ROTATION_LOCKED; in updateSettings()
5302 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED) in rotationForOrientationLw()
5386 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED in rotationForOrientationLw()
5497 WindowManagerPolicy.USER_ROTATION_LOCKED; in getUserRotationMode()
5506 if (mode == WindowManagerPolicy.USER_ROTATION_LOCKED) { in setUserRotationMode()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6331 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()
6580 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()