Searched refs:disallowIntercept (Results 1 – 14 of 14) 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()
8197 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
578 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument579 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()582 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
546 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument547 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()550 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
3993 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) {3994 super.requestDisallowInterceptTouchEvent(disallowIntercept);3995 if (disallowIntercept) {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...