Home
last modified time | relevance | path

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

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewNestedScrollingFlingTest.kt221 override fun startNestedScroll(axes: Int, type: Int): Boolean { in startNestedScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
288 override fun startNestedScroll(axes: Int): Boolean { in startNestedScroll() method in androidx.recyclerview.widget.RecyclerViewNestedScrollingFlingTest
DRecyclerViewNestedScrollingTest.java342 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
390 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingChildTest.java488 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
536 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingChildTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingScrollByTest.java267 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingScrollByTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingMouseScrollTest.java230 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingMouseScrollTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingSmoothScrollByTest.java305 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingSmoothScrollByTest.NestedScrollingSpyView
DRecyclerViewNestedScrollingA11yScrollTest.java321 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java12675 public boolean startNestedScroll(int axes) { in startNestedScroll() method in RecyclerView
12680 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in RecyclerView