Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/view/
DNestedScrollingParent2.java148 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll() method
DViewParentCompat.java185 public static void onNestedPreScroll(@NonNull ViewParent parent, @NonNull View target, int dx, in onNestedPreScroll() method in ViewParentCompat
397 public static void onNestedPreScroll(@NonNull ViewParent parent, @NonNull View target, int dx, in onNestedPreScroll() method in ViewParentCompat
550 static void onNestedPreScroll(ViewParent viewParent, View view, int i, int i1, int[] ints) { in onNestedPreScroll() method in ViewParentCompat.Api21Impl
DNestedScrollingParent.java142 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed); in onNestedPreScroll() method
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingFlingVelocityTest.kt187 override fun onNestedPreScroll( in onNestedPreScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
282 override fun onNestedPreScroll(target: View, dx: Int, dy: Int, consumed: IntArray) {} in onNestedPreScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingA11yScrollTest.java257 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
337 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingTest.java362 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
441 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent2Test.java568 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
669 public void onNestedPreScroll( in onNestedPreScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java468 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
580 public void onNestedPreScroll( in onNestedPreScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java300 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingChildHelperTest.java193 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollingChildHelperTest.NestedScrollingParentImpl
DNestedScrollingHelperIntegrationTest.java153 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
256 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java422 public void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll() method in NestedScrollView
453 public void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed) { in onNestedPreScroll() method in NestedScrollView