/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessSliderView.java | 113 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 117 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSScrollLayout.java | 116 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestParentDisallowInterceptTouchEvent() argument 119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | GlanceableHubContainerController.kt | 92 override fun requestDisallowInterceptTouchEvent(disallowIntercept: Boolean) { in requestDisallowInterceptTouchEvent() 93 consumers.forEach { it.accept(disallowIntercept) } in requestDisallowInterceptTouchEvent() 94 super.requestDisallowInterceptTouchEvent(disallowIntercept) in requestDisallowInterceptTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 318 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
|
D | ViewGroup.java | 2651 final boolean disallowIntercept = (mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0; in dispatchTouchEvent() 2654 if (!disallowIntercept || isBackGestureInProgress) { in dispatchTouchEvent() 3230 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 3232 if (disallowIntercept == ((mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0)) { in requestDisallowInterceptTouchEvent() 3237 if (disallowIntercept) { in requestDisallowInterceptTouchEvent() 3245 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
D | ViewRootImpl.java | 11028 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 563 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 564 if (disallowIntercept) { in requestDisallowInterceptTouchEvent() 567 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
D | ScrollView.java | 627 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 628 if (disallowIntercept) { in requestDisallowInterceptTouchEvent() 631 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
D | AbsListView.java | 4725 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 4726 if (disallowIntercept) { in requestDisallowInterceptTouchEvent() 4729 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintContentView.java | 185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 402 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { 403 if (!disallowIntercept) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 2087 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { 2090 parent.requestDisallowInterceptTouchEvent(disallowIntercept);
|
D | RecyclerView.java | 2773 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 2777 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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3845 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument 3846 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent() 3847 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |