HomeSort by relevance Sort by last modified time
    Searched refs:isNearThumb (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 198 if (isNearThumb(downX, downY)) {
212 isNearThumb(downX, lastY) &&
294 public boolean isNearThumb(int x, int y) {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 213 if (mAppsRecyclerView.getScrollBar().isNearThumb(point[0], point[1])) {

Completed in 151 milliseconds