/aosp14/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 | 561 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in HorizontalScrollView 565 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent() 621 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent() 704 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent() 733 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
H A D | ScrollView.java | 605 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ScrollView 609 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent() 679 parent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent() 773 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent() 812 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
H A D | FastScroller.java | 1389 mList.requestDisallowInterceptTouchEvent(true); in beginDrag() 1499 mList.requestDisallowInterceptTouchEvent(false); in onTouchEvent()
|
H A D | AbsSeekBar.java | 1025 mParent.requestDisallowInterceptTouchEvent(true);
|
H A D | Gallery.java | 1052 mParent.requestDisallowInterceptTouchEvent(true); in onScroll()
|
H A D | Switch.java | 1121 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
H A D | AbsListView.java | 3653 parent.requestDisallowInterceptTouchEvent(true); in startScrollIfNeeded() 3707 parent.requestDisallowInterceptTouchEvent(true); in scrollIfNeeded() 4688 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method 4692 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
H A D | StackView.java | 664 requestDisallowInterceptTouchEvent(true); in beginGestureIfNeeded()
|
H A D | Editor.java | 6631 mTextView.getParent().requestDisallowInterceptTouchEvent(true); in startCursorDrag() 6658 mTextView.getParent().requestDisallowInterceptTouchEvent(false); in endCursorDrag() 6856 mTextView.getParent().requestDisallowInterceptTouchEvent(true); in enterDrag() 6965 mTextView.getParent().requestDisallowInterceptTouchEvent(false); in onTouchEvent()
|
H A D | NumberPicker.java | 919 getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | NonInterceptingScrollView.java | 56 parent.requestDisallowInterceptTouchEvent(true); in onTouchEvent() 82 parent.requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent()
|
H A D | QSScrollLayout.java | 119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessSliderView.java | 99 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in BrightnessSliderView 103 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
/aosp14/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)
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 318 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() method
|
H A D | ViewGroup.java | 3231 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ViewGroup 3246 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | ArrowKeyMovementMethod.java | 306 widget.getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/ |
H A D | SeekBarViewModel.kt | 494 bar.parent?.requestDisallowInterceptTouchEvent(true)
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3807 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method 3808 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent() 3937 requestDisallowInterceptTouchEvent(true); in setIsBeingDragged() 5531 requestDisallowInterceptTouchEvent(true); in onSwipeBegin() 6350 requestDisallowInterceptTouchEvent(true);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 1777 mPanelView.getParent().requestDisallowInterceptTouchEvent(true); in onIntercept() 1820 mPanelView.getParent().requestDisallowInterceptTouchEvent(true); in onIntercept()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewPager.java | 2014 parent.requestDisallowInterceptTouchEvent(true); 2090 parent.requestDisallowInterceptTouchEvent(disallowIntercept);
|
H A D | RecyclerView.java | 2673 getParent().requestDisallowInterceptTouchEvent(true); in onInterceptTouchEvent() 2773 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method 2779 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent() 2891 getParent().requestDisallowInterceptTouchEvent(true); in onTouchEvent()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 657 rvParent.requestDisallowInterceptTouchEvent(mSelected != null); in select()
|