Searched refs:mSeamlesslyRotated (Results 1 – 5 of 5) sorted by relevance
993 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()1041 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()
553 boolean mSeamlesslyRotated = false; field in WindowState1315 && !mSeamlesslyRotated in getOrientationChanging()1791 && !mSeamlesslyRotated) { in handleWindowMovedIfNeeded()
1411 final WindowState seamlessRotated = getWindow((w) -> w.mSeamlesslyRotated); in updateRotationUnchecked()3968 if (!w.mSeamlesslyRotated) { in onSeamlessRotationTimeout()
7085 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()7088 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
431 assertTrue(app.mSeamlesslyRotated); in testSeamlesslyRotateWindow()