Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java486 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
487 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
490 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java951 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
952 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
958 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1286 public void requestDisallowInterceptTouchEvent(boolean disallowIntercept) { in requestDisallowInterceptTouchEvent() argument
1287 if (disallowIntercept) { in requestDisallowInterceptTouchEvent()
1293 super.requestDisallowInterceptTouchEvent(disallowIntercept); in requestDisallowInterceptTouchEvent()
DBaseRecyclerView.java155 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() argument
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java238 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() argument
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java389 public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) { in onRequestDisallowInterceptTouchEvent() argument