Searched refs:isNearThumb (Results 1 – 1 of 1) sorted by relevance
235 if (isNearThumb(x, y)) { in handleTouchEvent()250 isNearThumb(mDownX, mLastY) && in handleTouchEvent()345 private boolean isNearThumb(int x, int y) { in isNearThumb() method in RecyclerViewFastScroller356 return isNearThumb(x, y); in shouldBlockIntercept()