Home
last modified time | relevance | path

Searched defs:dispatchNestedPreScroll (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingChild.java174 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll() method
DNestedScrollingChildHelper.java189 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in NestedScrollingChildHelper
DViewCompat.java464 boolean dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method
1020 public boolean dispatchNestedPreScroll(View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat.BaseViewCompatImpl
1655 public boolean dispatchNestedPreScroll(View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat.LollipopViewCompatImpl
3204 public static boolean dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in ViewCompat
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java183 public static boolean dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in ViewCompatLollipop
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java868 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in SwipeRefreshLayout
DNestedScrollView.java243 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in NestedScrollView
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java9787 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in RecyclerView
/frameworks/base/core/java/android/view/
DView.java21169 public boolean dispatchNestedPreScroll(int dx, int dy, in dispatchNestedPreScroll() method