Searched refs:requestDisallowInterceptTouchEvent (Results 1 – 3 of 3) sorted by relevance
99 v.getParent().requestDisallowInterceptTouchEvent(true); in onCreate()102 v.getParent().requestDisallowInterceptTouchEvent(false); in onCreate()
666 mMockViewGroup.requestDisallowInterceptTouchEvent(true); in testDispatchTouchEvent()1504 child.requestDisallowInterceptTouchEvent(true); in testRequestDisallowInterceptTouchEvent()1505 child.requestDisallowInterceptTouchEvent(false); in testRequestDisallowInterceptTouchEvent()3000 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ViewGroupTest.MockViewGroup3002 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
4822 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() method in ViewTest.MockViewParent