Searched refs:disallowIntercept (Results 1 – 13 of 13) sorted by relevance
116 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestParentDisallowInterceptTouchEvent() argument119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
315 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
2607 final boolean disallowIntercept = (mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0; in dispatchTouchEvent()2608 if (!disallowIntercept) { in dispatchTouchEvent()3168 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument3170 if (disallowIntercept == ((mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0)) { in requestDisallowInterceptTouchEvent()3175 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()3183 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
8378 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
546 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument547 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()550 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
578 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument579 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()582 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
4460 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument4461 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()4464 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
1055 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) {1056 super.requestDisallowInterceptTouchEvent(disallowIntercept);
402 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {403 if (!disallowIntercept) {
2076 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) {2079 parent.requestDisallowInterceptTouchEvent(disallowIntercept);
2721 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument2725 listener.onRequestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()2727 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()9793 void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept); in onRequestDisallowInterceptTouchEvent() argument9816 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() argument
4039 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) {4040 super.requestDisallowInterceptTouchEvent(disallowIntercept);4041 if (disallowIntercept) {