Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
260 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
6972 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() argument6975 mWindowManager.updateRotation(alwaysSendConfiguration, false); in updateRotation()6981 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument6984 mWindowManager.updateRotation(alwaysSendConfiguration, forceRelayout); in updateRotation()
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() argument6551 + "alwaysSendConfiguration=" + alwaysSendConfiguration + ")"); in updateRotationUnchecked()6563 if (changed || alwaysSendConfiguration) { in updateRotationUnchecked()