Home
last modified time | relevance | path

Searched refs:rotationChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDisplayListener.kt47 val rotationChanged = didRotationChange() in onDisplayChanged() constant
52 if (rotationChanged) { in onDisplayChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutOrganizer.java99 final boolean rotationChanged = mRotation != displayLayout.rotation(); in onDisplayChanged()
101 if (rotationChanged || isDisplayBoundsChanged()) { in onDisplayChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt510 val rotationChanged = state.rotation != currentViewState.rotation in <lambda>() constant
511 if (rotationChanged || (designatedCornerChanged && privacyDotUnfoldWrongCornerFix())) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4620 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()
DDisplayContent.java6677 final boolean rotationChanged = super.setIgnoreOrientationRequest(ignoreOrientationRequest); in setIgnoreOrientationRequest()
6680 return rotationChanged; in setIgnoreOrientationRequest()
DTask.java2093 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()
2094 if (rotationChanged) { in onConfigurationChanged()