Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java1377 mService.markForSeamlessRotation(w, w.mSeamlesslyRotated && !mSurfaceResized); in setSurfaceBoundariesLocked()
2021 mService.markForSeamlessRotation(w, true); in seamlesslyRotateWindow()
DDisplayContent.java3155 mService.markForSeamlessRotation(w, false); in onSeamlessRotationTimeout()
DWindowManagerService.java7162 void markForSeamlessRotation(WindowState w, boolean seamlesslyRotated) { in markForSeamlessRotation() method in WindowManagerService