Searched refs:disallowIntercept (Results 1 – 13 of 13) sorted by relevance
97 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument101 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
116 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestParentDisallowInterceptTouchEvent() argument119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
315 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
2650 final boolean disallowIntercept = (mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0; in dispatchTouchEvent()2651 if (!disallowIntercept) { in dispatchTouchEvent()3228 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument3230 if (disallowIntercept == ((mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0)) { in requestDisallowInterceptTouchEvent()3235 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()3243 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
9318 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
553 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument554 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()557 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
584 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument585 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()588 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
4515 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument4516 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()4519 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
402 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {403 if (!disallowIntercept) {
2087 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) {2090 parent.requestDisallowInterceptTouchEvent(disallowIntercept);
2773 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument2777 listener.onRequestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()2779 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()9914 void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept);9937 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() argument
3647 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument3648 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()3649 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()