Searched refs:forceRelayout (Results 1 – 4 of 4) sorted by relevance
158 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
559 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { in updateSurface() argument576 if (forceRelayout || creating || surfaceCreating || formatChanged || sizeChanged in updateSurface()
5824 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument5825 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()5856 public void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument5864 if (!changed || forceRelayout) { in updateRotationUnchecked()
4862 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument4865 mWindowManager.updateRotation(alwaysSendConfiguration, forceRelayout); in updateRotation()