Home
last modified time | relevance | path

Searched refs:isNearThumb (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java267 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 RecyclerViewFastScroller
421 return isNearThumb(x, y); in shouldBlockIntercept()