Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuListViewTouchHandler.java130 public void onRequestDisallowInterceptTouchEvent(boolean b) { in onRequestDisallowInterceptTouchEvent() method in MenuListViewTouchHandler
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java9937 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in RecyclerView.SimpleOnItemTouchListener