Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java255 private int mSetOrientationRequestCounter = 0; field in LetterboxUiController
522 mSetOrientationRequestCounter += 1; in shouldIgnoreOrientationRequestLoop()
525 mSetOrientationRequestCounter = 0; in shouldIgnoreOrientationRequestLoop()
530 return mSetOrientationRequestCounter >= MIN_COUNT_TO_IGNORE_REQUEST_IN_LOOP in shouldIgnoreOrientationRequestLoop()
536 return mSetOrientationRequestCounter; in getSetOrientationRequestCounter()