Searched refs:isNearThumb (Results 1 – 1 of 1) sorted by relevance
267 if (isNearThumb(x, y)) { in handleTouchEvent()282 if ((isNearThumb(mDownX, mLastY) && ev.getEventTime() - mDownTimeStampMillis in handleTouchEvent()410 private boolean isNearThumb(int x, int y) { in isNearThumb() method in RecyclerViewFastScroller421 return isNearThumb(x, y); in shouldBlockIntercept()