Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java149 private int mSeamlessRotationCount; field in DisplayRotation
638 mSeamlessRotationCount = 0; in cancelSeamlessRotation()
646 mSeamlessRotationCount = 0; in prepareSeamlessRotation()
655 return mSeamlessRotationCount > 0; in hasSeamlessRotatingWindow()
722 mSeamlessRotationCount++; in markForSeamlessRotation()
724 mSeamlessRotationCount--; in markForSeamlessRotation()
726 if (mSeamlessRotationCount == 0) { in markForSeamlessRotation()