Searched refs:rotationChanged (Results 1 – 6 of 6) sorted by relevance
47 val rotationChanged = didRotationChange() in onDisplayChanged() constant52 if (rotationChanged) { in onDisplayChanged()
99 final boolean rotationChanged = mRotation != displayLayout.rotation(); in onDisplayChanged()101 if (rotationChanged || isDisplayBoundsChanged()) { in onDisplayChanged()
510 val rotationChanged = state.rotation != currentViewState.rotation in <lambda>() constant511 if (rotationChanged || (designatedCornerChanged && privacyDotUnfoldWrongCornerFix())) { in <lambda>()
4620 final boolean rotationChanged = displayContent.updateRotationUnchecked(); in updateRotationUnchecked()4623 if (rotationChanged) { in updateRotationUnchecked()4628 final boolean pendingRemoteDisplayChange = rotationChanged in updateRotationUnchecked()4641 if (rotationChanged || alwaysSendConfiguration) { in updateRotationUnchecked()
6677 final boolean rotationChanged = super.setIgnoreOrientationRequest(ignoreOrientationRequest); in setIgnoreOrientationRequest()6680 return rotationChanged; in setIgnoreOrientationRequest()
2093 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()2094 if (rotationChanged) { in onConfigurationChanged()