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.java3352 updateRotationUnchecked(false, false); in performEnableScreen()
3678 updateRotationUnchecked(false, false); in freezeDisplayRotation()
3714 updateRotationUnchecked(false, false); in thawDisplayRotation()
3743 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()
3746 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() method in WindowManagerService
3762 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()
5587 configChanged |= displayContent.updateRotationUnchecked(); in stopFreezingDisplayLocked()
DDisplayContent.java1329 return updateRotationUnchecked(forceUpdate); in updateOrientationFromAppTokens()
1340 final boolean changed = updateRotationUnchecked(false /* forceUpdate */); in updateRotationAndSendNewConfigIfNeeded()
1353 boolean updateRotationUnchecked() { in updateRotationUnchecked() method in DisplayContent
1354 return updateRotationUnchecked(false /* forceUpdate */); in updateRotationUnchecked()
1372 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