Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java494 final int fixedToUserRotation; in runFixedToUserRotation() local
497 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
500 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
503 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()
511 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
H A DDisplayRotation.java886 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
887 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
908 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
909 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
913 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
914 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
H A DDisplayWindowSettings.java107 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument
111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
H A DWindowManagerService.java4118 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
4131 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl350 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument