Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java682 private int mSeamlessRotationCount = 0; field in WindowManagerService
7122 mSeamlessRotationCount++; in markForSeamlessRotation()
7124 mSeamlessRotationCount--; in markForSeamlessRotation()
7126 if (mSeamlessRotationCount == 0) { in markForSeamlessRotation()
7651 mSeamlessRotationCount = 0; in startSeamlessRotation()