Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsRecyclerView.java234 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in WidgetsRecyclerView
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DHorizontalBreadcrumb.java245 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in HorizontalBreadcrumb.ClickListener
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java238 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in ConversationListSwipeHelper
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java389 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in ConversationFastScroller
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuView.java334 public void onRequestDisallowInterceptTouchEvent(boolean b) { in onRequestDisallowInterceptTouchEvent() method in AccessibilityFloatingMenuView
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java9937 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() method in RecyclerView.SimpleOnItemTouchListener