Home
last modified time | relevance | path

Searched refs:mSeamlesslyRotated (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java705 if (w.mSeamlesslyRotated) { in cancelSeamlessRotation()
707 w.mSeamlesslyRotated = false; in cancelSeamlessRotation()
770 if (!forceUpdate && mDisplayContent.getWindow(win -> win.mSeamlesslyRotated) != null) { in shouldRotateSeamlessly()
792 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()
796 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
H A DWindowState.java666 boolean mSeamlesslyRotated = false; field in WindowState
1529 && !mSeamlesslyRotated in getOrientationChanging()
2259 && !mSeamlesslyRotated; in canPlayMoveAnimation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java585 assertTrue(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()
601 assertFalse(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()