Searched defs:onRequestDisallowInterceptTouchEvent (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DPointerDragEventInterceptor.java70 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:PointerDragEventInterceptor
72 mDelegate.onRequestDisallowInterceptTouchEvent(disallowIntercept);
H A DTouchEventRouter.java74 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {
112 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {} method in class:TouchEventRouter
H A DBandSelectionHelper.java237 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:BandSelectionHelper
H A DGestureSelectionHelper.java139 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:GestureSelectionHelper
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DFastScroller.java447 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { } method in class:FastScroller
H A DRecyclerView.java3034 listener.onRequestDisallowInterceptTouchEvent(disallowIntercept);
10527 void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept); method in interface:RecyclerView.OnItemTouchListener
10550 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:RecyclerView.SimpleOnItemTouchListener
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2724 listener.onRequestDisallowInterceptTouchEvent(disallowIntercept);
9791 void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept); method in interface:RecyclerView.OnItemTouchListener
9814 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:RecyclerView.SimpleOnItemTouchListener

Completed in 131 milliseconds