Home
last modified time | relevance | path

Searched defs:dispatchNestedPreScroll (Results 1 – 7 of 7) 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.java379 boolean dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method
920 public boolean dispatchNestedPreScroll(View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat.BaseViewCompatImpl
1474 public boolean dispatchNestedPreScroll(View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat.LollipopViewCompatImpl
2947 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.java145 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.java845 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in SwipeRefreshLayout
DNestedScrollView.java219 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.java8700 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in RecyclerView