Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java197 private int mSetOrientationRequestCounter = 0; field in LetterboxUiController
414 mSetOrientationRequestCounter += 1; in shouldIgnoreOrientationRequestLoop()
417 mSetOrientationRequestCounter = 0; in shouldIgnoreOrientationRequestLoop()
422 return mSetOrientationRequestCounter >= MIN_COUNT_TO_IGNORE_REQUEST_IN_LOOP in shouldIgnoreOrientationRequestLoop()
428 return mSetOrientationRequestCounter; in getSetOrientationRequestCounter()