Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1108 private boolean mIsFrameRateBoosting = false; field in ViewRootImpl
6906 if (mIsTouchBoosting || mIsFrameRateBoosting || mInsetsAnimationRunning) { in handleMessageImpl()
6933 mIsFrameRateBoosting = false; in handleMessageImpl()
12828 if (mIsFrameRateBoosting || mInsetsAnimationRunning) { in setPreferredFrameRateCategory()
13064 mIsFrameRateBoosting = false; in votePreferredFrameRate()
13157 return mIsFrameRateBoosting; in getIsFrameRateBoosting()
13170 mIsFrameRateBoosting = true; in boostFrameRate()