Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance
345 final @DisplayRotation.FixedToUserRotation int fixedToUserRotation; in runSetFixToUserRotation() local348 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED; in runSetFixToUserRotation()351 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED; in runSetFixToUserRotation()354 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED; in runSetFixToUserRotation()362 mInternal.setRotateForApp(displayId, fixedToUserRotation); in runSetFixToUserRotation()
265 @FixedToUserRotation int fixedToUserRotation) { in restoreSettings() argument266 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()287 void setFixedToUserRotation(@FixedToUserRotation int fixedToUserRotation) { in setFixedToUserRotation() argument288 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()292 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()293 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
265 @DisplayRotation.FixedToUserRotation int fixedToUserRotation) { in setFixedToUserRotation() argument268 entry.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
225 boolean fixedToUserRotation, boolean isSecure, WindowManagerService service) { in ScreenRotationAnimation() argument237 if (fixedToUserRotation) { in ScreenRotationAnimation()
3630 @DisplayRotation.FixedToUserRotation int fixedToUserRotation) { in setRotateForApp() argument3637 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setRotateForApp()