Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 17 of 17) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DNestedScrollingChild2.java156 boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
DNestedScrollingChild.java178 boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
DNestedScrollingParent2.java148 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll()
DNestedScrollingParent.java142 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed); in onNestedPreScroll()
DNestedScrollingChildHelper.java288 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
302 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
DViewParentCompat.java186 int dy, int @NonNull [] consumed) { in onNestedPreScroll()
398 int dy, int @NonNull [] consumed, int type) { in onNestedPreScroll()
DViewCompat.java3696 public static boolean dispatchNestedPreScroll(@NonNull View view, int dx, int dy, in dispatchNestedPreScroll()
3896 public static boolean dispatchNestedPreScroll(@NonNull View view, int dx, int dy, in dispatchNestedPreScroll()
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingHelperIntegrationTest.java153 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
207 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
256 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
284 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
DNestedScrollingChildHelperTest.java193 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
/core/core/src/main/java/androidx/core/widget/
DScrollerCompat.java162 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll()
182 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll()
DNestedScrollView.java315 int dy, in dispatchNestedPreScroll()
358 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
422 public void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll()
453 public void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed) { in onNestedPreScroll()
1814 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy()
1825 public final void smoothScrollBy(int dx, int dy, int scrollDurationMs) { in smoothScrollBy()
1837 private void smoothScrollBy(int dx, int dy, int scrollDurationMs, boolean withNestedScrolling) { in smoothScrollBy()
1851 mScroller.startScroll(getScrollX(), scrollY, 0, dy, scrollDurationMs); in smoothScrollBy() local
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParent2Test.java568 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
595 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
632 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll()
670 @NonNull View target, int dx, int dy, int @NonNull [] consumed) { in onNestedPreScroll()
DNestedScrollViewNestedScrollingA11yScrollTest.java257 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
299 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll()
337 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
DNestedScrollViewNestedScrollingChildTest.java468 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
495 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
543 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll()
581 @NonNull View target, int dx, int dy, int @NonNull [] consumed) { in onNestedPreScroll()
DNestedScrollViewNestedScrollingFlingTest.java362 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
404 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, in dispatchNestedPreScroll()
441 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
DNestedScrollViewNestedScrollingParent3Test.java300 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
327 public boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
/core/core/src/main/java/androidx/core/graphics/
DPathParser.java731 double dy = y0p - y1p; in drawArc() local