Home
last modified time | relevance | path

Searched defs:onNestedScrollAccepted (Results 1 – 13 of 13) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DNestedScrollingParentHelper.java62 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
75 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
DNestedScrollingParent2.java85 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onNestedScrollAccepted() method
DViewParentCompat.java105 public static void onNestedScrollAccepted(@NonNull ViewParent parent, @NonNull View child, in onNestedScrollAccepted() method in ViewParentCompat
257 public static void onNestedScrollAccepted(@NonNull ViewParent parent, @NonNull View child, in onNestedScrollAccepted() method in ViewParentCompat
537 static void onNestedScrollAccepted(ViewParent viewParent, View view, View view1, int i) { in onNestedScrollAccepted() method in ViewParentCompat.Api21Impl
DNestedScrollingParent.java83 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onNestedScrollAccepted() method
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingFlingVelocityTest.kt174 override fun onNestedScrollAccepted(child: View, target: View, axes: Int, type: Int) {} in onNestedScrollAccepted() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
270 override fun onNestedScrollAccepted(child: View, target: View, axes: Int) {} in onNestedScrollAccepted() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingA11yScrollTest.java238 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
320 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingTest.java343 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
425 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent2Test.java551 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
653 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java443 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
564 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java283 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingChildHelperTest.java176 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollingChildHelperTest.NestedScrollingParentImpl
DNestedScrollingHelperIntegrationTest.java136 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
238 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java403 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollView
436 public void onNestedScrollAccepted( in onNestedScrollAccepted() method in NestedScrollView