Searched refs:requestDisallowInterceptTouchEvent (Results 1 - 20 of 20) 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.java2240 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewGroup
2255 mParent.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DViewRootImpl.java4751 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewRootImpl
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java418 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:HorizontalScrollView
422 super.requestDisallowInterceptTouchEvent(disallowIntercept);
474 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true);
549 parent.requestDisallowInterceptTouchEvent(true);
578 parent.requestDisallowInterceptTouchEvent(true);
H A DScrollView.java440 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ScrollView
444 super.requestDisallowInterceptTouchEvent(disallowIntercept);
509 parent.requestDisallowInterceptTouchEvent(true);
581 parent.requestDisallowInterceptTouchEvent(true);
614 parent.requestDisallowInterceptTouchEvent(true);
H A DFastScroller.java695 mList.requestDisallowInterceptTouchEvent(true);
762 mList.requestDisallowInterceptTouchEvent(false);
784 mList.requestDisallowInterceptTouchEvent(true);
H A DAbsSeekBar.java460 mParent.requestDisallowInterceptTouchEvent(true);
H A DSwitch.java568 getParent().requestDisallowInterceptTouchEvent(true);
H A DAbsListView.java3030 parent.requestDisallowInterceptTouchEvent(true);
3065 parent.requestDisallowInterceptTouchEvent(true);
3735 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:AbsListView
3739 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DGallery.java1024 mParent.requestDisallowInterceptTouchEvent(true);
H A DStackView.java655 requestDisallowInterceptTouchEvent(true);
H A DNumberPicker.java821 getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetFrame.java200 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:KeyguardWidgetFrame
201 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DSlidingChallengeLayout.java537 public void requestDisallowInterceptTouchEvent(boolean allowIntercept) { method in class:SlidingChallengeLayout
/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.java213 requestDisallowInterceptTouchEvent(true);
H A DRecentsVerticalScrollView.java221 requestDisallowInterceptTouchEvent(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java523 v.getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5947 parent.requestDisallowInterceptTouchEvent(true);

Completed in 1308 milliseconds