Searched refs:disallowIntercept (Results 1 – 13 of 13) sorted by relevance
99 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument103 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
116 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestParentDisallowInterceptTouchEvent() argument119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
317 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
2651 final boolean disallowIntercept = (mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0; in dispatchTouchEvent()2652 if (!disallowIntercept) { in dispatchTouchEvent()3229 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument3231 if (disallowIntercept == ((mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0)) { in requestDisallowInterceptTouchEvent()3236 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()3244 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
9977 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()
585 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument586 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()589 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
4585 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument4586 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()4589 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
3907 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument3908 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()3909 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()