Searched refs:updateRotationUnchecked (Results 1 – 3 of 3) sorted by relevance
2535 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 WindowManagerService3905 rotationChanged = displayContent.updateRotationUnchecked( in updateRotationUnchecked()6100 configChanged |= displayContent.updateRotationUnchecked( in stopFreezingDisplayLocked()7177 if (displayContent.updateRotationUnchecked(false /* inTransaction */)) { in markForSeamlessRotation()
752 if (defaultDisplay.updateRotationUnchecked(false /* inTransaction */)) { in performSurfacePlacement()
906 boolean updateRotationUnchecked(boolean inTransaction) { in updateRotationUnchecked() method in DisplayContent