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

/frameworks/base/core/java/android/view/
H A DViewParent.java225 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); method in interface:ViewParent
H A DViewGroup.java2283 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewGroup
2298 mParent.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DViewRootImpl.java6012 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ViewRootImpl
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java202 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:KeyguardWidgetFrame
203 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DSlidingChallengeLayout.java550 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/widget/
H A DHorizontalScrollView.java423 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:HorizontalScrollView
427 super.requestDisallowInterceptTouchEvent(disallowIntercept);
479 if (mParent != null) mParent.requestDisallowInterceptTouchEvent(true);
554 parent.requestDisallowInterceptTouchEvent(true);
583 parent.requestDisallowInterceptTouchEvent(true);
H A DScrollView.java445 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:ScrollView
449 super.requestDisallowInterceptTouchEvent(disallowIntercept);
514 parent.requestDisallowInterceptTouchEvent(true);
586 parent.requestDisallowInterceptTouchEvent(true);
619 parent.requestDisallowInterceptTouchEvent(true);
H A DFastScroller.java1228 mList.requestDisallowInterceptTouchEvent(true);
1311 mList.requestDisallowInterceptTouchEvent(false);
1331 mList.requestDisallowInterceptTouchEvent(true);
H A DAbsSeekBar.java460 mParent.requestDisallowInterceptTouchEvent(true);
H A DListPopupWindow.java1314 src.getParent().requestDisallowInterceptTouchEvent(true);
1364 parent.requestDisallowInterceptTouchEvent(true);
H A DSwitch.java568 getParent().requestDisallowInterceptTouchEvent(true);
H A DAbsListView.java3179 parent.requestDisallowInterceptTouchEvent(true);
3214 parent.requestDisallowInterceptTouchEvent(true);
3887 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:AbsListView
3891 super.requestDisallowInterceptTouchEvent(disallowIntercept);
H A DGallery.java1024 mParent.requestDisallowInterceptTouchEvent(true);
H A DStackView.java655 requestDisallowInterceptTouchEvent(true);
H A DNumberPicker.java826 getParent().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.java214 requestDisallowInterceptTouchEvent(true);
H A DRecentsVerticalScrollView.java222 requestDisallowInterceptTouchEvent(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java522 v.getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java960 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:DrawerLayout
965 super.requestDisallowInterceptTouchEvent(disallowIntercept);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1984 parent.requestDisallowInterceptTouchEvent(true);
2052 parent.requestDisallowInterceptTouchEvent(disallowIntercept);

Completed in 460 milliseconds