Searched refs:alwaysSendConfiguration (Results 1 – 3 of 3) sorted by relevance
254 void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout); in updateRotation() argument
4080 public void updateRotation(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotation() argument4081 updateRotationUnchecked(alwaysSendConfiguration, forceRelayout); in updateRotation()4084 private void updateRotationUnchecked(boolean alwaysSendConfiguration, boolean forceRelayout) { in updateRotationUnchecked() argument4087 alwaysSendConfiguration, forceRelayout); in updateRotationUnchecked()4118 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()
4994 void updateRotation(boolean alwaysSendConfiguration) { in updateRotation() argument4997 mWindowManager.updateRotation(alwaysSendConfiguration, false /* forceRelayout */); in updateRotation()