Searched refs:mIsDragging (Results 1 – 1 of 1) sorted by relevance
97 private boolean mIsDragging; field in RecyclerViewFastScroller209 return mIsDragging; in isDraggingThumb()249 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling() && in handleTouchEvent()254 if (mIsDragging) { in handleTouchEvent()264 if (mIsDragging) { in handleTouchEvent()265 mIsDragging = false; in handleTouchEvent()271 return mIsDragging; in handleTouchEvent()275 mIsDragging = true; in calcTouchOffsetAndPrepToFastScroll()