Home
last modified time | relevance | path

Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java511 final int fixedToUserRotation; in runFixedToUserRotation() local
514 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
517 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
520 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()
523 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_IF_NO_AUTO_ROTATION; in runFixedToUserRotation()
531 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
DDisplayRotation.java903 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
904 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
930 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
931 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
935 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
936 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
DDisplayWindowSettings.java112 void setFixedToUserRotation(@NonNull DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument
116 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
DWindowManagerService.java4362 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
4375 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl377 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument