Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
494 final int fixedToUserRotation; in runFixedToUserRotation() local497 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()
886 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument887 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()908 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument909 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()913 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()914 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
107 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
4118 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument4131 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
350 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument