| /core/core/src/main/java/androidx/core/view/ |
| D | NestedScrollingChild2.java | 156 boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
|
| D | NestedScrollingChild.java | 178 boolean dispatchNestedPreScroll(int dx, int dy, int @Nullable [] consumed, in dispatchNestedPreScroll()
|
| D | NestedScrollingParent2.java | 148 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll()
|
| D | NestedScrollingParent.java | 142 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed); in onNestedPreScroll()
|
| D | NestedScrollingChildHelper.java | 288 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()
|
| D | ViewParentCompat.java | 186 int dy, int @NonNull [] consumed) { in onNestedPreScroll() 398 int dy, int @NonNull [] consumed, int type) { in onNestedPreScroll()
|
| D | ViewCompat.java | 3696 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/ |
| D | NestedScrollingHelperIntegrationTest.java | 153 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()
|
| D | NestedScrollingChildHelperTest.java | 193 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll()
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | ScrollerCompat.java | 162 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()
|
| D | NestedScrollView.java | 315 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/ |
| D | NestedScrollViewNestedScrollingParent2Test.java | 568 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()
|
| D | NestedScrollViewNestedScrollingA11yScrollTest.java | 257 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()
|
| D | NestedScrollViewNestedScrollingChildTest.java | 468 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()
|
| D | NestedScrollViewNestedScrollingFlingTest.java | 362 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()
|
| D | NestedScrollViewNestedScrollingParent3Test.java | 300 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/ |
| D | PathParser.java | 731 double dy = y0p - y1p; in drawArc() local
|