| /core/core/src/main/java/androidx/core/view/ |
| D | NestedScrollingParent.java | 65 boolean onStartNestedScroll(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onStartNestedScroll() 83 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onNestedScrollAccepted() 96 void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() 119 void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 142 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed); in onNestedPreScroll() 163 boolean onNestedFling(@NonNull View target, float velocityX, float velocityY, boolean consumed); in onNestedFling() 185 boolean onNestedPreFling(@NonNull View target, float velocityX, float velocityY); in onNestedPreFling()
|
| D | NestedScrollingParent2.java | 65 boolean onStartNestedScroll(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onStartNestedScroll() 85 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onNestedScrollAccepted() 100 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll() 124 void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 148 void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll()
|
| D | NestedScrollingParentHelper.java | 62 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() 75 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() 103 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 114 public void onStopNestedScroll(@NonNull View target, @NestedScrollType int type) { in onStopNestedScroll()
|
| D | ViewParentCompat.java | 88 @NonNull View target, int nestedScrollAxes) { in onStartNestedScroll() 106 @NonNull View target, int nestedScrollAxes) { in onNestedScrollAccepted() 119 public static void onStopNestedScroll(@NonNull ViewParent parent, @NonNull View target) { in onStopNestedScroll() 137 public static void onNestedScroll(@NonNull ViewParent parent, @NonNull View target, in onNestedScroll() 166 public static void onNestedScroll(@NonNull ViewParent parent, @NonNull View target, in onNestedScroll() 185 public static void onNestedPreScroll(@NonNull ViewParent parent, @NonNull View target, int dx, in onNestedPreScroll() 216 @NonNull View target, int nestedScrollAxes, int type) { in onStartNestedScroll() 258 @NonNull View target, int nestedScrollAxes, int type) { in onNestedScrollAccepted() 293 public static void onStopNestedScroll(@NonNull ViewParent parent, @NonNull View target, in onStopNestedScroll() 339 public static void onNestedScroll(@NonNull ViewParent parent, @NonNull View target, in onNestedScroll() [all …]
|
| D | NestedScrollingParent3.java | 77 void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll()
|
| D | DifferentialMotionFlingController.java | 104 @NonNull DifferentialMotionFlingTarget target) { in DifferentialMotionFlingController() 114 DifferentialMotionFlingTarget target, in DifferentialMotionFlingController()
|
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | ObjectAnimator.java | 205 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator() 216 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() argument 236 public static @NonNull ObjectAnimator ofInt(@NonNull Object target, in ofInt() 260 public static @NonNull ObjectAnimator ofInt(@NonNull Object target, in ofInt() 283 public static <T> @NonNull ObjectAnimator ofInt(@NonNull T target, in ofInt() 303 public static <T> @NonNull ObjectAnimator ofInt(@NonNull T target, in ofInt() 330 public static @NonNull ObjectAnimator ofMultiInt( in ofMultiInt() 354 public static @NonNull ObjectAnimator ofMultiInt(@NonNull Object target, in ofMultiInt() 380 public static <T> @NonNull ObjectAnimator ofMultiInt(@NonNull Object target, in ofMultiInt() 403 public static @NonNull ObjectAnimator ofArgb(@NonNull Object target, in ofArgb() [all …]
|
| D | PropertyValuesHolder.java | 834 void setupSetterAndGetter(Object target) { in setupSetterAndGetter() 909 private void setupValue(Object target, Keyframe kf) { in setupValue() 941 void setupStartValue(Object target) { in setupStartValue() 956 void setupEndValue(Object target) { in setupEndValue() 986 void setAnimatedValue(Object target) { in setAnimatedValue() 1208 void setAnimatedValue(Object target) { in setAnimatedValue() 1306 void setAnimatedValue(Object target) { in setAnimatedValue() 1355 void setAnimatedValue(Object target) { in setAnimatedValue() 1379 void setupSetterAndGetter(Object target) { in setupSetterAndGetter() 1455 void setAnimatedValue(Object target) { in setAnimatedValue() [all …]
|
| /core/core/src/androidTest/java/androidx/core/widget/ |
| D | NestedScrollViewNestedScrollingA11yScrollTest.java | 232 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 238 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 244 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 251 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 257 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 263 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 315 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 320 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 325 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 330 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() [all …]
|
| D | NestedScrollViewNestedScrollingFlingTest.java | 337 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 343 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 349 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 356 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 362 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 368 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 420 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 425 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 430 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 435 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() [all …]
|
| D | NestedScrollViewNestedScrollingParent2Test.java | 545 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 551 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 557 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 562 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 568 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 648 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 653 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 658 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 663 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 669 public void onNestedPreScroll( in onNestedPreScroll() [all …]
|
| D | NestedScrollViewNestedScrollingChildTest.java | 437 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 443 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 453 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 462 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 468 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 501 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 559 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 564 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 569 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 574 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() [all …]
|
| D | NestedScrollViewNestedScrollingParent3Test.java | 277 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 283 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 289 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 294 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 300 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 333 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
| D | ScrollerCompatTestBase.java | 59 int target = mScroller.getFinalY(); in testTargetReached() local
|
| /core/core/src/androidTest/java/androidx/core/view/ |
| D | NestedScrollingChildHelperTest.java | 170 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 176 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 182 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 187 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 193 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 199 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
| D | NestedScrollingHelperIntegrationTest.java | 131 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 136 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 141 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 146 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 153 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() 159 public boolean onNestedFling(@NonNull View target, float velocityX, float velocityY, in onNestedFling() 165 public boolean onNestedPreFling(@NonNull View target, float velocityX, float velocityY) { in onNestedPreFling() 232 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 238 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 244 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() [all …]
|
| D | ViewParentCompatTest.java | 171 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 180 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 190 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | ListViewAutoScrollHelper.java | 32 public ListViewAutoScrollHelper(@NonNull ListView target) { in ListViewAutoScrollHelper() 51 final ListView target = mTarget; in canTargetScrollVertically() local
|
| D | NestedScrollView.java | 376 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 397 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, int axes, in onStartNestedScroll() 403 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() 410 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() 416 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 422 public void onNestedPreScroll(@NonNull View target, int dx, int dy, int @NonNull [] consumed, in onNestedPreScroll() 431 @NonNull View child, @NonNull View target, int axes) { in onStartNestedScroll() 437 @NonNull View child, @NonNull View target, int axes) { in onNestedScrollAccepted() 442 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() 447 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() [all …]
|
| /core/core-animation-integration-tests/testapp/src/androidTest/java/androidx/core/animation/ |
| D | ObjectAnimatorTest.java | 367 Object target = colorAnimator.getTarget(); in testGetTarget() local 434 Object2D target = new Object2D(); in testOfFloat_Path() local 482 Object2D target = new Object2D(); in testOfInt_Path() local 525 PositionF target = new PositionF(); in testOfMultiFloat_Path() local 570 Position3F target = new Position3F(); in testOfMultiFloat() local 609 Position target = new Position(); in testOfMultiInt_Path() local 654 Position target = new Position(); in testOfMultiInt() local 756 AnimObject target = new AnimObject(); in testSetStartEndValues() local
|
| /core/core/src/main/java/androidx/core/util/ |
| D | Predicate.java | 127 static <T> Predicate<T> not(@SuppressLint("MissingNullability") Predicate<? super T> target) { in not()
|
| D | AtomicFile.java | 223 private static void rename(@NonNull File source, @NonNull File target) { in rename()
|
| /core/core/src/main/java/androidx/core/app/ |
| D | TaskStackBuilder.java | 135 ComponentName target = nextIntent.getComponent(); in addNextIntentWithParentStack() local 165 ComponentName target = parent.getComponent(); in addParentStack() local
|
| /core/core/src/main/java/androidx/core/graphics/ |
| D | PathParser.java | 164 public static void updateNodes( in updateNodes() 318 public static void interpolatePathDataNodes( in interpolatePathDataNodes() 347 public static boolean interpolatePathDataNodes( in interpolatePathDataNodes()
|
| /core/core/src/main/java/androidx/core/provider/ |
| D | RequestExecutor.java | 178 ProcessPriorityThread(Runnable target, String name, int priority) { in ProcessPriorityThread()
|