Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingChild2.java131 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method
DNestedScrollingChildHelper.java202 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in NestedScrollingChildHelper
217 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in NestedScrollingChildHelper
DNestedScrollingChild.java155 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method
DViewCompat.java2554 public static boolean dispatchNestedScroll(@NonNull View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompat
2704 public static boolean dispatchNestedScroll(@NonNull View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompat
/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java151 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java691 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
728 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java235 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView
275 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java877 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in SwipeRefreshLayout
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java11259 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView
11266 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView
/frameworks/base/core/java/android/view/
DView.java24634 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in View