Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java310 getParent().requestDisallowInterceptTouchEvent(mPossibleVerticalSwipe); in onInterceptTouchEvent()
349 getParent().requestDisallowInterceptTouchEvent(false); in onTouchEvent()
357 getParent().requestDisallowInterceptTouchEvent(mPossibleVerticalSwipe); in onTouchEvent()
359 getParent().requestDisallowInterceptTouchEvent(false); in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java110 dragLayer.requestDisallowInterceptTouchEvent(false); in onLongClick()
181 dragLayer.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationItemTouchListener.java396 recyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
403 recyclerView.getParent().requestDisallowInterceptTouchEvent(false); in onSwipeGestureEnd()
DHeadsUpNotificationOnTouchListener.java150 mView.getParent().requestDisallowInterceptTouchEvent(true); in onTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java831 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in PagedView
838 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
962 requestDisallowInterceptTouchEvent(true); in determineScrollingStart()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationWebView.java197 requestDisallowInterceptTouchEvent(true); in onTouchEvent()
DConversationContainer.java393 requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java171 mWorkspace.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java136 mContainer.getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/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/UnifiedEmail/src/com/android/mail/ui/
DSwipeableListView.java291 requestDisallowInterceptTouchEvent(true); in onBeginDrag()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DChartSweepView.java483 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java483 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java404 requestDisallowInterceptTouchEvent(true); in setIcon()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1306 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()