Searched refs:USER_ROTATION_LOCKED (Results 1 – 3 of 3) sorted by relevance
491 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})500 public final int USER_ROTATION_LOCKED = 1; field
824 if (mUserRotationMode == USER_ROTATION_LOCKED) { in needSensorRunningLp()1725 WindowManagerPolicy.USER_ROTATION_LOCKED; in updateSettings()5791 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED) in rotationForOrientationLw()5875 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED in rotationForOrientationLw()5986 WindowManagerPolicy.USER_ROTATION_LOCKED; in getUserRotationMode()5995 if (mode == WindowManagerPolicy.USER_ROTATION_LOCKED) { in setUserRotationMode()
6448 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()6696 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()