Searched refs:USER_ROTATION_LOCKED (Results 1 – 3 of 3) sorted by relevance
641 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})650 public final int USER_ROTATION_LOCKED = 1; field
1101 if (mUserRotationMode == USER_ROTATION_LOCKED) { in needSensorRunningLp()2313 WindowManagerPolicy.USER_ROTATION_LOCKED; in updateSettings()6975 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED) in rotationForOrientationLw()7065 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED in rotationForOrientationLw()7176 WindowManagerPolicy.USER_ROTATION_LOCKED; in getUserRotationMode()7185 if (mode == WindowManagerPolicy.USER_ROTATION_LOCKED) { in setUserRotationMode()
3811 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()3938 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()