Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java722 if (w.mSeamlesslyRotated) { in cancelSeamlessRotation()
724 w.mSeamlesslyRotated = false; in cancelSeamlessRotation()
787 if (!forceUpdate && mDisplayContent.getWindow(win -> win.mSeamlesslyRotated) != null) { in shouldRotateSeamlessly()
809 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()
813 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
DWindowState.java685 boolean mSeamlesslyRotated = false; field in WindowState
1525 && !mSeamlesslyRotated in getOrientationChanging()
2245 && !mSeamlesslyRotated; in canPlayMoveAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java613 assertTrue(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()
629 assertFalse(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()