Searched refs:onInterceptTouchEvent_scrollabilityAffectsResult (Results 1 – 1 of 1) sorted by relevance
1062 onInterceptTouchEvent_scrollabilityAffectsResult(true, true, true); in onInterceptTouchEvent_verticalCanScroll_intercepts()1067 onInterceptTouchEvent_scrollabilityAffectsResult(true, false, false); in onInterceptTouchEvent_verticalCantScroll_doesntIntercept()1072 onInterceptTouchEvent_scrollabilityAffectsResult(false, true, true); in onInterceptTouchEvent_horizontalCanScroll_intercepts()1077 onInterceptTouchEvent_scrollabilityAffectsResult(false, false, false); in onInterceptTouchEvent_horizontalCantScroll_doesntIntercept()1080 private void onInterceptTouchEvent_scrollabilityAffectsResult(boolean vertical, in onInterceptTouchEvent_scrollabilityAffectsResult() method in ViewGroupTest