Searched refs:forceRelayout (Results 1 – 4 of 4) sorted by relevance
172 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
580 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { in updateSurface() argument601 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface()
6372 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument6373 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()6404 public void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument6412 if (!changed || forceRelayout) { in updateRotationUnchecked()
5763 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument5766 mWindowManager.updateRotation(alwaysSendConfiguration, forceRelayout); in updateRotation()