Home
last modified time | relevance | path

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

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