Home
last modified time | relevance | path

Searched refs:fixedToUserRotation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java345 final @DisplayRotation.FixedToUserRotation int fixedToUserRotation; in runSetFixToUserRotation() local
348 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()
DDisplayRotation.java265 @FixedToUserRotation int fixedToUserRotation) { in restoreSettings() argument
266 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
287 void setFixedToUserRotation(@FixedToUserRotation int fixedToUserRotation) { in setFixedToUserRotation() argument
288 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
292 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
293 mDisplayWindowSettings.setFixedToUserRotation(mDisplayContent, fixedToUserRotation); in setFixedToUserRotation()
DDisplayWindowSettings.java265 @DisplayRotation.FixedToUserRotation int fixedToUserRotation) { in setFixedToUserRotation() argument
268 entry.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
DScreenRotationAnimation.java225 boolean fixedToUserRotation, boolean isSecure, WindowManagerService service) { in ScreenRotationAnimation() argument
237 if (fixedToUserRotation) { in ScreenRotationAnimation()
DWindowManagerService.java3630 @DisplayRotation.FixedToUserRotation int fixedToUserRotation) { in setRotateForApp() argument
3637 display.getDisplayRotation().setFixedToUserRotation(fixedToUserRotation); in setRotateForApp()