Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java2535 if (dc.updateRotationUnchecked(inTransaction)) { in updateOrientationFromAppTokensLocked()
3488 updateRotationUnchecked(false, false); in performEnableScreen()
3817 updateRotationUnchecked(false, false); in freezeRotation()
3842 updateRotationUnchecked(false, false); in thawRotation()
3854 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()
3879 final boolean changed = displayContent.updateRotationUnchecked( in resumeRotationLocked()
3889 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() method in WindowManagerService
3905 rotationChanged = displayContent.updateRotationUnchecked( in updateRotationUnchecked()
6100 configChanged |= displayContent.updateRotationUnchecked( in stopFreezingDisplayLocked()
7177 if (displayContent.updateRotationUnchecked(false /* inTransaction */)) { in markForSeamlessRotation()
DRootWindowContainer.java752 if (defaultDisplay.updateRotationUnchecked(false /* inTransaction */)) { in performSurfacePlacement()
DDisplayContent.java906 boolean updateRotationUnchecked(boolean inTransaction) { in updateRotationUnchecked() method in DisplayContent