Home
last modified time | relevance | path

Searched refs:disallowIntercept (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderView.java113 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
117 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java116 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestParentDisallowInterceptTouchEvent() argument
119 parent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestParentDisallowInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DGlanceableHubContainerController.kt92 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/
DViewParent.java318 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
DViewGroup.java2651 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()
DViewRootImpl.java11028 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java563 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
564 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
567 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DScrollView.java627 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
628 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
631 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DAbsListView.java4725 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/
DPrintContentView.java185 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java402 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) {
403 if (!disallowIntercept) {
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2087 private void requestParentDisallowInterceptTouchEvent(boolean disallowIntercept) {
2090 parent.requestDisallowInterceptTouchEvent(disallowIntercept);
DRecyclerView.java2773 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/
DNotificationStackScrollLayout.java3845 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...