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.java332 final int fixedToUserRotation; in runSetFixToUserRotation() local
335 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runSetFixToUserRotation()
338 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runSetFixToUserRotation()
341 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runSetFixToUserRotation()
349 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runSetFixToUserRotation()
DDisplayRotation.java759 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument
760 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
781 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument
782 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
786 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
787 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
DDisplayWindowSettings.java244 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument
247 entry.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
DWindowManagerService.java3689 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument
3700 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl343 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument