Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricDisplayListener.kt45 val rotationChanged = didRotationChange() regex
50 if (rotationChanged) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java99 final boolean rotationChanged = mRotation != displayLayout.rotation(); in onDisplayChanged()
101 if (rotationChanged || isDisplayBoundsChanged()) { in onDisplayChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java4371 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()
H A DDisplayContent.java6572 final boolean rotationChanged = super.setIgnoreOrientationRequest(ignoreOrientationRequest); in setIgnoreOrientationRequest()
6575 return rotationChanged; in setIgnoreOrientationRequest()
H A DTask.java2008 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()
2009 if (rotationChanged) { in onConfigurationChanged()