Searched refs:requestDisallowInterceptTouchEvent (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java219 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); method in interface:ViewParent
H A DViewGroup.java2242 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewGroup
2257 mParent.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DViewRootImpl.java4614 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewRootImpl
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java416 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:HorizontalScrollView
420 super.requestDisallowInterceptTouchEvent(disallowIntercept);
466 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true);
541 parent.requestDisallowInterceptTouchEvent(true);
565 parent.requestDisallowInterceptTouchEvent(true);
H A DScrollView.java437 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ScrollView
441 super.requestDisallowInterceptTouchEvent(disallowIntercept);
493 parent.requestDisallowInterceptTouchEvent(true);
565 parent.requestDisallowInterceptTouchEvent(true);
593 parent.requestDisallowInterceptTouchEvent(true);
H A DFastScroller.java696 mList.requestDisallowInterceptTouchEvent(true);
763 mList.requestDisallowInterceptTouchEvent(false);
785 mList.requestDisallowInterceptTouchEvent(true);
H A DAbsSeekBar.java433 mParent.requestDisallowInterceptTouchEvent(true);
H A DSwitch.java602 getParent().requestDisallowInterceptTouchEvent(true);
H A DAbsListView.java3140 parent.requestDisallowInterceptTouchEvent(true);
3175 parent.requestDisallowInterceptTouchEvent(true);
3845 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:AbsListView
3849 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DGallery.java1008 mParent.requestDisallowInterceptTouchEvent(true);
H A DStackView.java655 requestDisallowInterceptTouchEvent(true);
H A DNumberPicker.java796 getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java180 requestDisallowInterceptTouchEvent(true);
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java248 widget.getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java206 requestDisallowInterceptTouchEvent(true);
H A DRecentsVerticalScrollView.java213 requestDisallowInterceptTouchEvent(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java512 v.getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5881 parent.requestDisallowInterceptTouchEvent(true);

Completed in 178 milliseconds