Home
last modified time | relevance | path

Searched defs:requestDisallowInterceptTouchEvent (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java86 protected void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ShadowViewGroup
120 void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() method
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java79 protected void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ShadowViewGroup
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java927 private void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in SubsamplingScaleImageView