Searched refs:mIgnoreDragGesture (Results 1 – 1 of 1) sorted by relevance
121 private boolean mIgnoreDragGesture; field in RecyclerViewFastScroller279 mIgnoreDragGesture |= absDeltaY > mConfig.getScaledPagingTouchSlop(); in handleTouchEvent()281 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling()) { in handleTouchEvent()308 + " mIgnoreDragGesture=" + mIgnoreDragGesture); in handleTouchEvent()344 mIgnoreDragGesture = false; in endFastScrolling()