Searched refs:mUnbufferedInputDispatch (Results 1 – 2 of 2) sorted by relevance
462 boolean mUnbufferedInputDispatch; field in ViewRootImpl1719 if (!mUnbufferedInputDispatch) { in scheduleTraversals()5466 if (mUnbufferedInputDispatch in onDeliverToNext()5470 mUnbufferedInputDispatch = false; in onDeliverToNext()5656 if (mAttachInfo.mUnbufferedDispatchRequested && !mUnbufferedInputDispatch) { in processPointerEvent()5657 mUnbufferedInputDispatch = true; in processPointerEvent()7806 if (mUnbufferedInputDispatch) { in onBatchedInputEventPending()
79295 Landroid/view/ViewRootImpl;->mUnbufferedInputDispatch:Z