| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | RecyclerViewNestedScrollingFlingTest.kt | 242 override fun dispatchNestedPreScroll( in dispatchNestedPreScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest 308 override fun dispatchNestedPreScroll( in dispatchNestedPreScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
|
| D | RecyclerViewNestedScrollingTest.java | 363 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView 411 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
|
| D | RecyclerViewNestedScrollingChildTest.java | 509 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView 557 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
|
| D | RecyclerViewNestedScrollingScrollByTest.java | 288 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingScrollByTest.NestedScrollingSpyView
|
| D | RecyclerViewNestedScrollingMouseScrollTest.java | 251 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingMouseScrollTest.NestedScrollingSpyView
|
| D | RecyclerViewNestedScrollingSmoothScrollByTest.java | 326 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingSmoothScrollByTest.NestedScrollingSpyView
|
| D | RecyclerViewNestedScrollingA11yScrollTest.java | 342 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll() method in RecyclerViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | RecyclerView.java | 12726 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow) { in dispatchNestedPreScroll() method in RecyclerView 12731 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow, in dispatchNestedPreScroll() method in RecyclerView
|