Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1110 private boolean mIsTouchBoosting = false; field in ViewRootImpl
6906 if (mIsTouchBoosting || mIsFrameRateBoosting || mInsetsAnimationRunning) { in handleMessageImpl()
6934 mIsTouchBoosting = false; in handleMessageImpl()
7962 mIsTouchBoosting = true; in processPointerEvent()
7970 if (mIsTouchBoosting && (action == MotionEvent.ACTION_UP in processPointerEvent()
12832 } else if (mIsTouchBoosting && preferredFrameRateCategory < FRAME_RATE_CATEGORY_HIGH_HINT) { in setPreferredFrameRateCategory()
13063 mIsTouchBoosting = false; in votePreferredFrameRate()
13141 return mIsTouchBoosting; in getIsTouchBoosting()