Searched refs:forceRelayout (Results 1 – 5 of 5) sorted by relevance
260 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
587 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { in updateSurface() argument608 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface()
2381 final boolean forceRelayout = isDragResizeChanged() || mResizedWhileNotDragResizing; in dispatchResized()2385 forceRelayout, mPolicy.isNavBarForcedShownLw(this)); in dispatchResized()
6517 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument6518 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()6549 public void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument6557 if (!changed || forceRelayout) { in updateRotationUnchecked()
6981 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument6984 mWindowManager.updateRotation(alwaysSendConfiguration, forceRelayout); in updateRotation()