Searched refs:mUnbufferedInputDispatch (Results 1 – 2 of 2) sorted by relevance
546 boolean mUnbufferedInputDispatch; field in ViewRootImpl6156 if (mUnbufferedInputDispatch in onDeliverToNext()6160 mUnbufferedInputDispatch = false; in onDeliverToNext()6348 if (mAttachInfo.mUnbufferedDispatchRequested && !mUnbufferedInputDispatch) { in processPointerEvent()6349 mUnbufferedInputDispatch = true; in processPointerEvent()8687 final boolean unbuffered = mUnbufferedInputDispatch in onBatchedInputEventPending()
68189 Landroid/view/ViewRootImpl;->mUnbufferedInputDispatch:Z