Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/view/
DNestedScrollingChild2.java84 boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type); in startNestedScroll() method
DNestedScrollingChild.java112 boolean startNestedScroll(@ScrollAxis int axes); in startNestedScroll() method
DNestedScrollingChildHelper.java129 public boolean startNestedScroll(@ScrollAxis int axes) { in startNestedScroll() method in NestedScrollingChildHelper
146 public boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type) { in startNestedScroll() method in NestedScrollingChildHelper
DViewCompat.java3596 public static boolean startNestedScroll(@NonNull View view, @ScrollAxis int axes) { in startNestedScroll() method in ViewCompat
3748 public static boolean startNestedScroll(@NonNull View view, @ScrollAxis int axes, in startNestedScroll() method in ViewCompat
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingHelperIntegrationTest.java185 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
262 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParent2Test.java574 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
611 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java474 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
522 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java306 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingVelocityTest.kt225 override fun startNestedScroll(axes: Int): Boolean { in startNestedScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingA11yScrollTest.java278 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingTest.java383 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java291 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollView
336 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollView