Home
last modified time | relevance | path

Searched defs:onStopNestedScroll (Results 1 – 14 of 14) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DNestedScrollingParentHelper.java103 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
114 public void onStopNestedScroll(@NonNull View target, @NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParentHelper
DNestedScrollingParent2.java100 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll() method
DViewParentCompat.java119 public static void onStopNestedScroll(@NonNull ViewParent parent, @NonNull View target) { in onStopNestedScroll() method in ViewParentCompat
293 public static void onStopNestedScroll(@NonNull ViewParent parent, @NonNull View target, in onStopNestedScroll() method in ViewParentCompat
541 static void onStopNestedScroll(ViewParent viewParent, View view) { in onStopNestedScroll() method in ViewParentCompat.Api21Impl
DNestedScrollingParent.java96 void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() method
DNestedScrollingChildHelper.java401 public void onStopNestedScroll(@NonNull View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingA11yScrollTest.java244 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
325 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
359 void onStopNestedScroll(int type); in onStopNestedScroll() method
DNestedScrollViewNestedScrollingFlingTest.java349 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
430 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
463 void onStopNestedScroll(int type); in onStopNestedScroll() method
DNestedScrollViewNestedScrollingFlingVelocityTest.kt176 override fun onStopNestedScroll(target: View, type: Int) {} in onStopNestedScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
272 override fun onStopNestedScroll(target: View) {} in onStopNestedScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingParent2Test.java557 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
658 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java453 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
569 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java289 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingChildHelperTest.java182 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollingChildHelperTest.NestedScrollingParentImpl
DNestedScrollingHelperIntegrationTest.java141 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
244 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java410 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollView
442 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollView