Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java184 private int mSeamlessRotationCount; field in DisplayRotation
710 mSeamlessRotationCount = 0; in cancelSeamlessRotation()
718 mSeamlessRotationCount = 0; in prepareSeamlessRotation()
727 return mSeamlessRotationCount > 0; in hasSeamlessRotatingWindow()
798 mSeamlessRotationCount++; in markForSeamlessRotation()
800 mSeamlessRotationCount--; in markForSeamlessRotation()
802 if (mSeamlessRotationCount == 0) { in markForSeamlessRotation()