Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
364 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
5783 void updateRotation(boolean alwaysSendConfiguration) {5784 mWindowManagerFuncs.updateRotation(alwaysSendConfiguration, false /* forceRelayout */);
4351 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument4352 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()4355 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument4358 alwaysSendConfiguration, forceRelayout); in updateRotationUnchecked()4392 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()