Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/android/widget/
H A DForwardingListener.java192 src.getParent().requestDisallowInterceptTouchEvent(true); in onTouchObserved()
231 src.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress()
283 parent.requestDisallowInterceptTouchEvent(true); in run()
H A DHorizontalScrollView.java553 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in HorizontalScrollView
557 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
613 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
696 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
725 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
H A DScrollView.java584 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ScrollView
588 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
658 parent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
752 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
791 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
H A DFastScroller.java1389 mList.requestDisallowInterceptTouchEvent(true); in beginDrag()
1499 mList.requestDisallowInterceptTouchEvent(false); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java48 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
71 parent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
H A DQSScrollLayout.java119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessSliderView.java98 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in BrightnessSliderView
102 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java117 dragLayer.requestDisallowInterceptTouchEvent(false); in onLongClick()
212 dragLayer.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DToggleRangeBehavior.kt81 v.getParent().requestDisallowInterceptTouchEvent(false)
344 v.getParent().requestDisallowInterceptTouchEvent(true)
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationItemTouchListener.java402 recyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
407 recyclerView.getParent().requestDisallowInterceptTouchEvent(false); in onSwipeGestureEnd()
H A DHeadsUpNotificationOnTouchListener.java150 mView.getParent().requestDisallowInterceptTouchEvent(true); in onTouch()
/aosp12/frameworks/base/core/java/android/view/
H A DViewParent.java315 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() method
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDragLayer.java189 v.getParent().requestDisallowInterceptTouchEvent(true); in onIconLongClicked()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DWorkspaceTouchListener.java172 mWorkspace.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java114 mPopupContainer.getParent().requestDisallowInterceptTouchEvent(true); in onInterceptSwipeEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DSeekBarViewModel.kt360 bar.parent?.requestDisallowInterceptTouchEvent(true)
/aosp12/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java255 widget.getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java261 mRecyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java239 getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java978 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in PagedView
984 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
1120 requestDisallowInterceptTouchEvent(true); in determineScrollingStart()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in PrintContentView
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPattern.java154 v.getParent().requestDisallowInterceptTouchEvent(true); in onCreateView()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java483 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3686 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method
3687 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
3819 requestDisallowInterceptTouchEvent(true); in setIsBeingDragged()
5349 requestDisallowInterceptTouchEvent(true); in onSwipeBegin()
6135 requestDisallowInterceptTouchEvent(true);

12