Searched refs:mIgnoreDragGesture (Results 1 – 1 of 1) sorted by relevance
100 private boolean mIgnoreDragGesture; field in RecyclerViewFastScroller248 mIgnoreDragGesture |= Math.abs(y - mDownY) > mConfig.getScaledPagingTouchSlop(); in handleTouchEvent()249 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling() && in handleTouchEvent()263 mIgnoreDragGesture = false; in handleTouchEvent()