/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ForwardingListener.java | 192 src.getParent().requestDisallowInterceptTouchEvent(true); in onTouchObserved() 231 src.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress() 283 parent.requestDisallowInterceptTouchEvent(true); in run()
|
H A D | HorizontalScrollView.java | 553 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 D | ScrollView.java | 584 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 D | FastScroller.java | 1389 mList.requestDisallowInterceptTouchEvent(true); in beginDrag() 1499 mList.requestDisallowInterceptTouchEvent(false); in onTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | NonInterceptingScrollView.java | 48 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent() 71 parent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
|
H A D | QSScrollLayout.java | 119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessSliderView.java | 98 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 D | LauncherAppWidgetHostView.java | 117 dragLayer.requestDisallowInterceptTouchEvent(false); in onLongClick() 212 dragLayer.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ToggleRangeBehavior.kt | 81 v.getParent().requestDisallowInterceptTouchEvent(false) 344 v.getParent().requestDisallowInterceptTouchEvent(true)
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationItemTouchListener.java | 402 recyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart() 407 recyclerView.getParent().requestDisallowInterceptTouchEvent(false); in onSwipeGestureEnd()
|
H A D | HeadsUpNotificationOnTouchListener.java | 150 mView.getParent().requestDisallowInterceptTouchEvent(true); in onTouch()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 315 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() method
|
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
H A D | WearableListView.java | 311 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 D | SecondaryDragLayer.java | 189 v.getParent().requestDisallowInterceptTouchEvent(true); in onIconLongClicked()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | WorkspaceTouchListener.java | 172 mWorkspace.getParent().requestDisallowInterceptTouchEvent(true); in onLongPress()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationContainer.java | 114 mPopupContainer.getParent().requestDisallowInterceptTouchEvent(true); in onInterceptSwipeEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | SeekBarViewModel.kt | 360 bar.parent?.requestDisallowInterceptTouchEvent(true)
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | ArrowKeyMovementMethod.java | 255 widget.getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ConversationListSwipeHelper.java | 261 mRecyclerView.getParent().requestDisallowInterceptTouchEvent(true); in onSwipeGestureStart()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | FilmstripLayout.java | 239 getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | PagedView.java | 978 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 D | PrintContentView.java | 185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in PrintContentView
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ConfirmLockPattern.java | 154 v.getParent().requestDisallowInterceptTouchEvent(true); in onCreateView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | ChartSweepView.java | 483 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3686 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);
|