Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/view/
DNestedScrollingChild2.java94 void stopNestedScroll(@NestedScrollType int type); in stopNestedScroll() method
DNestedScrollingChild.java121 void stopNestedScroll(); in stopNestedScroll() method
DNestedScrollingChildHelper.java176 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollingChildHelper
187 public void stopNestedScroll(@NestedScrollType int type) { in stopNestedScroll() method in NestedScrollingChildHelper
DViewCompat.java3617 public static void stopNestedScroll(@NonNull View view) { in stopNestedScroll() method in ViewCompat
3767 public static void stopNestedScroll(@NonNull View view, @NestedScrollType int type) { in stopNestedScroll() method in ViewCompat
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingHelperIntegrationTest.java190 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
267 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParent2Test.java579 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
616 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java479 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
527 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java311 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingVelocityTest.kt229 override fun stopNestedScroll() {} in stopNestedScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingA11yScrollTest.java283 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingTest.java388 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java296 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollView
341 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollView