Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderView.java99 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
103 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/core/java/android/view/
DViewParent.java317 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent() argument
DViewGroup.java2651 final boolean disallowIntercept = (mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0; in dispatchTouchEvent()
2652 if (!disallowIntercept) { in dispatchTouchEvent()
3229 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
3231 if (disallowIntercept == ((mGroupFlags & FLAG_DISALLOW_INTERCEPT) != 0)) { in requestDisallowInterceptTouchEvent()
3236 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
3244 mParent.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DViewRootImpl.java9977 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java553 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
554 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
557 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DScrollView.java585 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
586 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
589 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DAbsListView.java4585 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
4586 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
4589 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.java3907 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
3908 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
3909 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()