Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java491 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})
497 public final int USER_ROTATION_FREE = 0; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java383 int mUserRotationMode = WindowManagerPolicy.USER_ROTATION_FREE;
1724 WindowManagerPolicy.USER_ROTATION_FREE : in updateSettings()
5848 } else if ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_FREE in rotationForOrientationLw()
5985 WindowManagerPolicy.USER_ROTATION_FREE : in getUserRotationMode()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6472 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_FREE, in thawRotation()