Searched refs:mSeamlesslyRotated (Results 1 – 4 of 4) sorted by relevance
1358 boolean wasSeamlesslyRotated = w.mSeamlesslyRotated; in setSurfaceBoundariesLocked()1377 mService.markForSeamlessRotation(w, w.mSeamlesslyRotated && !mSurfaceResized); in setSurfaceBoundariesLocked()1491 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()1503 (wasSeamlesslyRotated && !w.mSeamlesslyRotated)) { in setSurfaceBoundariesLocked()1508 if (!w.mSeamlesslyRotated) { in setSurfaceBoundariesLocked()
946 final WindowState seamlessRotated = getWindow((w) -> w.mSeamlesslyRotated); in updateRotationUnchecked()3150 if (!w.mSeamlesslyRotated) { in onSeamlessRotationTimeout()
7163 if (seamlesslyRotated == w.mSeamlesslyRotated) { in markForSeamlessRotation()7166 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
552 boolean mSeamlesslyRotated = false; field in WindowState