Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
186 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
3719 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument3720 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()3723 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument3725 + " alwaysSendConfiguration=" + alwaysSendConfiguration in updateRotationUnchecked()3746 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()
5119 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() argument5122 mWindowManager.updateRotation(alwaysSendConfiguration, false /* forceRelayout */); in updateRotation()