Home
last modified time | relevance | path

Searched defs:onRequestDisallowInterceptTouchEvent (Results 1 – 12 of 12) sorted by relevance

/recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DStubOnItemTouchListener.java42 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in StubOnItemTouchListener
DEventBackstop.java59 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in EventBackstop
DDisallowInterceptFilter.java59 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in DisallowInterceptFilter
DGestureDetectorWrapper.java63 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in GestureDetectorWrapper
DPointerDragEventInterceptor.java72 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in PointerDragEventInterceptor
DEventRouter.java73 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in EventRouter
DBandSelectionHelper.java234 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in BandSelectionHelper
DGestureSelectionHelper.java148 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in GestureSelectionHelper
/recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
DTestOnItemTouchListener.java50 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in TestOnItemTouchListener
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewOnItemTouchListenerTest.kt264 override fun onRequestDisallowInterceptTouchEvent(disallowIntercept: Boolean) {} in getItemCount() method in MyOnItemTouchListener
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DFastScroller.java443 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { } in onRequestDisallowInterceptTouchEvent() method in FastScroller
DRecyclerView.java11874 void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept); in onRequestDisallowInterceptTouchEvent() method
11900 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in RecyclerView.SimpleOnItemTouchListener