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.java475 final int fixedToUserRotation; in runFixedToUserRotation() local
478 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
481 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
484 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()
492 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
DDisplayRotation.java845 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
846 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
867 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
868 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
872 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
873 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
DDisplayWindowSettings.java107 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument
111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
DWindowManagerService.java4109 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
4122 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl334 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument