Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java427 final int fixedToUserRotation; in runFixedToUserRotation() local
430 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
433 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
436 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()
444 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
H A DDisplayRotation.java809 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
810 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
831 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
832 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
836 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
837 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.java3905 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
3918 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl337 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument