Searched defs:requestDisallowInterceptTouchEvent (Results 1 - 8 of 8) 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/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/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 DAbsListView.java3030 parent.requestDisallowInterceptTouchEvent(true);
3065 parent.requestDisallowInterceptTouchEvent(true);
3735 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { method in class:AbsListView
3739 super.requestDisallowInterceptTouchEvent(disallowIntercept);

Completed in 2176 milliseconds