Searched refs:USER_ROTATION_LOCKED (Results 1 – 3 of 3) sorted by relevance
545 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})554 public final int USER_ROTATION_LOCKED = 1; field
954 if (mUserRotationMode == USER_ROTATION_LOCKED) { in needSensorRunningLp()1960 WindowManagerPolicy.USER_ROTATION_LOCKED; in updateSettings()6625 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED) in rotationForOrientationLw()6709 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED in rotationForOrientationLw()6820 WindowManagerPolicy.USER_ROTATION_LOCKED; in getUserRotationMode()6829 if (mode == WindowManagerPolicy.USER_ROTATION_LOCKED) { in setUserRotationMode()
6594 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_LOCKED, in freezeRotation()6895 return mPolicy.getUserRotationMode() == WindowManagerPolicy.USER_ROTATION_LOCKED; in isRotationFrozen()