Searched refs:mUnbufferedInputDispatch (Results 1 – 2 of 2) sorted by relevance
816 boolean mUnbufferedInputDispatch; field in ViewRootImpl7721 if (mUnbufferedInputDispatch in onDeliverToNext()7725 mUnbufferedInputDispatch = false; in onDeliverToNext()7951 if (mAttachInfo.mUnbufferedDispatchRequested && !mUnbufferedInputDispatch) { in processPointerEvent()7952 mUnbufferedInputDispatch = true; in processPointerEvent()10362 final boolean unbuffered = mUnbufferedInputDispatch in onBatchedInputEventPending()
64223 Landroid/view/ViewRootImpl;->mUnbufferedInputDispatch:Z