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