Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
427 final int fixedToUserRotation; in runFixedToUserRotation() local430 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()
809 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument810 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()831 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument832 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()836 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()837 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
107 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
3905 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument3918 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
337 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument