Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
511 final int fixedToUserRotation; in runFixedToUserRotation() local514 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()517 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()520 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()523 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_IF_NO_AUTO_ROTATION; in runFixedToUserRotation()531 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
903 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument904 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()930 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument931 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()935 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()936 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
112 void setFixedToUserRotation(@NonNull DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument116 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
4362 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument4375 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
377 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument