Home
last modified time | relevance | path

Searched defs:disallowIntercept (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DViewParent.java245 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept); in requestDisallowInterceptTouchEvent()
DViewGroup.java2661 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
DViewRootImpl.java6562 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java184 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java432 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
DScrollView.java466 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
DAbsListView.java4214 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java553 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
DDrawerLayout.java1376 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java672 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2232 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()
8067 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept); in onRequestDisallowInterceptTouchEvent()
8090 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java468 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent()