Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
475 final int fixedToUserRotation; in runFixedToUserRotation() local478 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()
845 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument846 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()867 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument868 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()872 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()873 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
107 void setFixedToUserRotation(DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
4109 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument4122 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
334 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument