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.java529 final int fixedToUserRotation; in runFixedToUserRotation() local
532 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
535 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
538 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()
541 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_IF_NO_AUTO_ROTATION; in runFixedToUserRotation()
549 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
DDisplayRotation.java712 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
713 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
739 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
740 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
744 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
745 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
DDisplayWindowSettings.java122 void setFixedToUserRotation(@NonNull DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument
126 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
DWindowManagerService.java4350 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
4363 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl416 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument