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.java889 mService.markForSeamlessRotation(w, w.mSeamlesslyRotated && !mSurfaceResized); in setSurfaceBoundariesLocked()
1528 mService.markForSeamlessRotation(w, true); in seamlesslyRotateWindow()
DWindowManagerService.java1661 markForSeamlessRotation(win, false); in postWindowRemoveCleanupLocked()
7126 void markForSeamlessRotation(WindowState w, boolean seamlesslyRotated) { in markForSeamlessRotation() method in WindowManagerService
DDisplayContent.java3110 mService.markForSeamlessRotation(w, false); in onSeamlessRotationTimeout()