Searched refs:mUnbufferedInputDispatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java357 boolean mUnbufferedInputDispatch; field in class:ViewRootImpl
1366 if (!mUnbufferedInputDispatch) {
4620 if (mUnbufferedInputDispatch
4624 mUnbufferedInputDispatch = false;
4799 if (mAttachInfo.mUnbufferedDispatchRequested && !mUnbufferedInputDispatch) {
4800 mUnbufferedInputDispatch = true;
6769 if (mUnbufferedInputDispatch) {

Completed in 43 milliseconds