Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1119 private boolean mIsFrameRateBoosting = false; field in ViewRootImpl
7147 if (mIsTouchBoosting || mIsFrameRateBoosting || mInsetsAnimationRunning) { in handleMessageImpl()
7175 mIsFrameRateBoosting = false; in handleMessageImpl()
13218 if (mIsFrameRateBoosting || mInsetsAnimationRunning) { in setPreferredFrameRateCategory()
13478 mIsFrameRateBoosting = false; in votePreferredFrameRate()
13571 return mIsFrameRateBoosting; in getIsFrameRateBoosting()
13584 mIsFrameRateBoosting = true; in boostFrameRate()