Searched refs:USER_ROTATION_FREE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java464 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})
470 public final int USER_ROTATION_FREE = 0; field in interface:WindowManagerPolicy
1165 * @see WindowManagerPolicy#USER_ROTATION_FREE
1174 * {@link WindowManagerPolicy#USER_ROTATION_FREE}.
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java354 int mUserRotationMode = WindowManagerPolicy.USER_ROTATION_FREE;
1531 WindowManagerPolicy.USER_ROTATION_FREE :
5359 } else if ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_FREE
5496 WindowManagerPolicy.USER_ROTATION_FREE :
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6355 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_FREE,

Completed in 122 milliseconds