Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
261 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
7129 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() argument7132 mWindowManager.updateRotation(alwaysSendConfiguration, false); in updateRotation()7138 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument7141 mWindowManager.updateRotation(alwaysSendConfiguration, forceRelayout); in updateRotation()
6635 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument6636 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()6667 public void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument6669 + "alwaysSendConfiguration=" + alwaysSendConfiguration + ")"); in updateRotationUnchecked()6681 if (changed || alwaysSendConfiguration) { in updateRotationUnchecked()