Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingChild2.java155 boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll() method
DNestedScrollingChildHelper.java262 public boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll() method in NestedScrollingChildHelper
276 public boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll() method in NestedScrollingChildHelper
DNestedScrollingChild.java177 boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll() method
DViewCompat.java2585 public static boolean dispatchNestedPreScroll(@NonNull View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat
2737 public static boolean dispatchNestedPreScroll(@NonNull View view, int dx, int dy, in dispatchNestedPreScroll() method in ViewCompat
/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java173 boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); in dispatchNestedPreScroll() method
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java697 public boolean dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, in dispatchNestedPreScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
734 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java242 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow, in dispatchNestedPreScroll() method in NestedScrollView
282 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in NestedScrollView
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java884 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in SwipeRefreshLayout
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java11273 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in RecyclerView
11278 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow, in dispatchNestedPreScroll() method in RecyclerView
/frameworks/base/core/java/android/view/
DView.java24683 public boolean dispatchNestedPreScroll(int dx, int dy, in dispatchNestedPreScroll() method in View