Searched refs:USER_ROTATION_LOCKED (Results 1 – 3 of 3) sorted by relevance
464 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})473 public final int USER_ROTATION_LOCKED = 1; field
774 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()
6331 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()6580 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()