Home
last modified time | relevance | path

Searched refs:requestDisallowInterceptTouchEvent (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java311 getParent().requestDisallowInterceptTouchEvent(mPossibleVerticalSwipe); in onInterceptTouchEvent()
350 getParent().requestDisallowInterceptTouchEvent(false); in onTouchEvent()
358 getParent().requestDisallowInterceptTouchEvent(mPossibleVerticalSwipe); in onTouchEvent()
360 getParent().requestDisallowInterceptTouchEvent(false); in onTouchEvent()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationItemTouchListener.java375 recyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
380 recyclerView.getParent().requestDisallowInterceptTouchEvent(false); in onSwipeGestureEnd()
DHeadsUpNotificationOnTouchListener.java150 mView.getParent().requestDisallowInterceptTouchEvent(true); in onTouch()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java165 dragLayer.requestDisallowInterceptTouchEvent(false); in onLongClick()
270 dragLayer.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java133 mPopupContainer.getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java173 mWorkspace.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java189 v.getParent().requestDisallowInterceptTouchEvent(true); in onIconLongClicked()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java902 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in PagedView
908 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
1044 requestDisallowInterceptTouchEvent(true); in determineScrollingStart()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java261 mRecyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java239 getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java483 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java752 requestDisallowInterceptTouchEvent(true); in setIcon()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1306 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()