Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java993 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()
1041 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()
DWindowState.java553 boolean mSeamlesslyRotated = false; field in WindowState
1315 && !mSeamlesslyRotated in getOrientationChanging()
1791 && !mSeamlesslyRotated) { in handleWindowMovedIfNeeded()
DDisplayContent.java1411 final WindowState seamlessRotated = getWindow((w) -> w.mSeamlesslyRotated); in updateRotationUnchecked()
3968 if (!w.mSeamlesslyRotated) { in onSeamlessRotationTimeout()
DWindowManagerService.java7085 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()
7088 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java431 assertTrue(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()