Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java687 @IntDef({USER_ROTATION_FREE, USER_ROTATION_LOCKED})
693 public final int USER_ROTATION_FREE = 0; field
1752 case USER_ROTATION_FREE: in userRotationModeToString()
DPhoneWindowManager.java592 int mUserRotationMode = WindowManagerPolicy.USER_ROTATION_FREE;
2497 WindowManagerPolicy.USER_ROTATION_FREE : in updateSettings()
7313 } else if ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_FREE in rotationForOrientationLw()
7531 WindowManagerPolicy.USER_ROTATION_FREE : in getUserRotationMode()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto102 USER_ROTATION_FREE = 0; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3806 mPolicy.setUserRotationMode(WindowManagerPolicy.USER_ROTATION_FREE, in thawRotation()