Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7084 void markForSeamlessRotation(WindowState w, boolean seamlesslyRotated) { in markForSeamlessRotation() argument
7085 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()
7088 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
7089 if (seamlesslyRotated) { in markForSeamlessRotation()