Home
last modified time | relevance | path

Searched refs:updateRotationUnchecked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java720 mUpdateRotation = updateRotationUnchecked(); in performSurfacePlacementNoTrace()
927 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in RootWindowContainer
DWindowManagerService.java3337 updateRotationUnchecked(false, false); in performEnableScreen()
3663 updateRotationUnchecked(false, false); in freezeDisplayRotation()
3699 updateRotationUnchecked(false, false); in thawDisplayRotation()
3728 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()
3731 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() method in WindowManagerService
3747 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()
5574 configChanged |= displayContent.updateRotationUnchecked(); in stopFreezingDisplayLocked()
DDisplayContent.java1323 return updateRotationUnchecked(forceUpdate); in updateOrientationFromAppTokens()
1334 final boolean changed = updateRotationUnchecked(false /* forceUpdate */); in updateRotationAndSendNewConfigIfNeeded()
1347 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in DisplayContent
1348 return updateRotationUnchecked(false /* forceUpdate */); in updateRotationUnchecked()
1366 boolean updateRotationUnchecked(boolean forceUpdate) { in updateRotationUnchecked() method in DisplayContent
/frameworks/base/services/
Dart-profile15985 HSPLcom/android/server/wm/DisplayContent;->updateRotationUnchecked()Z
15986 HSPLcom/android/server/wm/DisplayContent;->updateRotationUnchecked(Z)Z
16679 HSPLcom/android/server/wm/RootWindowContainer;->updateRotationUnchecked()Z
17546 HSPLcom/android/server/wm/WindowManagerService;->updateRotationUnchecked(ZZ)V