Searched refs:forceRelayout (Results 1 – 4 of 4) sorted by relevance
254 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
979 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { in updateSurface() argument1001 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface()
4080 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument4081 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()4084 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument4087 alwaysSendConfiguration, forceRelayout); in updateRotationUnchecked()4114 if (!rotationChanged || forceRelayout) { in updateRotationUnchecked()
3949 final boolean forceRelayout = syncRedraw || reportOrientation || isDragResizeChanged(); in reportResized()3959 forceRelayout, alwaysConsumeSystemBars, displayId); in reportResized()