Searched refs:mIgnoreDragGesture (Results 1 – 1 of 1) sorted by relevance
143 private boolean mIgnoreDragGesture; field in RecyclerViewFastScroller305 mIgnoreDragGesture |= absDeltaY > mConfig.getScaledPagingTouchSlop(); in handleTouchEvent()307 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling()) { in handleTouchEvent()334 + " mIgnoreDragGesture=" + mIgnoreDragGesture); in handleTouchEvent()385 mIgnoreDragGesture = false; in endFastScrolling()