Searched refs:mIsDragging (Results 1 – 2 of 2) sorted by relevance
96 private boolean mIsDragging; field in RecyclerViewFastScroller208 return mIsDragging; in isDraggingThumb()248 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling() && in handleTouchEvent()253 if (mIsDragging) { in handleTouchEvent()263 if (mIsDragging) { in handleTouchEvent()264 mIsDragging = false; in handleTouchEvent()270 return mIsDragging; in handleTouchEvent()274 mIsDragging = true; in calcTouchOffsetAndPrepToFastScroll()
41 private boolean mIsDragging; field in FastScroller63 mIsDragging = false; in onTouch()66 mIsDragging = true; in onTouch()92 if (!mIsDragging) { in onTouch()