Searched refs:markForSeamlessRotation (Results 1 – 3 of 3) sorted by relevance
1377 mService.markForSeamlessRotation(w, w.mSeamlesslyRotated && !mSurfaceResized); in setSurfaceBoundariesLocked()2021 mService.markForSeamlessRotation(w, true); in seamlesslyRotateWindow()
3155 mService.markForSeamlessRotation(w, false); in onSeamlessRotationTimeout()
7162 void markForSeamlessRotation(WindowState w, boolean seamlesslyRotated) { in markForSeamlessRotation() method in WindowManagerService