Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java791 void markForSeamlessRotation(WindowState w, boolean seamlesslyRotated) { in markForSeamlessRotation() argument
792 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()
796 w.mSeamlesslyRotated = seamlesslyRotated; in markForSeamlessRotation()
797 if (seamlesslyRotated) { in markForSeamlessRotation()