Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java132 if (mScrollbar.shouldBlockIntercept((int) point[0], (int) point[1])) { in shouldContainerScroll()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java355 public boolean shouldBlockIntercept(int x, int y) { in shouldBlockIntercept() method in RecyclerViewFastScroller