Searched refs:rotationChanged (Results 1 – 5 of 5) sorted by relevance
45 val rotationChanged = didRotationChange() regex50 if (rotationChanged) {
99 final boolean rotationChanged = mRotation != displayLayout.rotation(); in onDisplayChanged()101 if (rotationChanged || isDisplayBoundsChanged()) { in onDisplayChanged()
4371 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()4374 if (rotationChanged) { in updateRotationUnchecked()4379 final boolean pendingRemoteDisplayChange = rotationChanged in updateRotationUnchecked()4392 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()
6572 final boolean rotationChanged = super.setIgnoreOrientationRequest(ignoreOrientationRequest); in setIgnoreOrientationRequest()6575 return rotationChanged; in setIgnoreOrientationRequest()
2008 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()2009 if (rotationChanged) { in onConfigurationChanged()