Home
last modified time | relevance | path

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

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewNestedScrollingFlingTest.kt231 override fun dispatchNestedScroll( in dispatchNestedScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
272 override fun dispatchNestedScroll( in dispatchNestedScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
298 override fun dispatchNestedScroll( in dispatchNestedScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
DRecyclerViewNestedScrollingTest.java357 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
374 public void dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
405 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingChildTest.java503 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
520 public void dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
551 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingScrollByTest.java282 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingScrollByTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingMouseScrollTest.java245 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingMouseScrollTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingSmoothScrollByTest.java320 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingSmoothScrollByTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingA11yScrollTest.java336 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java12705 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView
12712 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView
12719 public final void dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView