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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java244 boolean mUnbufferedInputDispatch; field in class:ViewRootImpl
1081 if (!mUnbufferedInputDispatch) {
4107 if (mUnbufferedInputDispatch
4111 mUnbufferedInputDispatch = false;
4231 if (mAttachInfo.mUnbufferedDispatchRequested && !mUnbufferedInputDispatch) {
4232 mUnbufferedInputDispatch = true;
6030 if (mUnbufferedInputDispatch) {

Completed in 29 milliseconds