Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
188 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
3742 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument3743 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()3746 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument3748 + " alwaysSendConfiguration=" + alwaysSendConfiguration in updateRotationUnchecked()3769 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()
5138 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() argument5141 mWindowManager.updateRotation(alwaysSendConfiguration, false /* forceRelayout */); in updateRotation()