Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
529 final int fixedToUserRotation; in runFixedToUserRotation() local532 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()535 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()538 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in runFixedToUserRotation()541 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_IF_NO_AUTO_ROTATION; in runFixedToUserRotation()549 mInterface.setFixedToUserRotation(displayId, fixedToUserRotation); in runFixedToUserRotation()
712 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() argument713 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()739 void setFixedToUserRotation(int fixedToUserRotation) { in setFixedToUserRotation() argument740 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()744 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()745 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
122 void setFixedToUserRotation(@NonNull DisplayContent displayContent, int fixedToUserRotation) { in setFixedToUserRotation() argument126 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
4350 public void setFixedToUserRotation(int displayId, int fixedToUserRotation) { in setFixedToUserRotation() argument4363 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setFixedToUserRotation()
416 void setFixedToUserRotation(int displayId, int fixedToUserRotation); in setFixedToUserRotation() argument