Searched defs:interpolator (Results 1 – 3 of 3) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | RecyclerViewBasicTest.java | 451 Interpolator interpolator = new LinearInterpolator(); in smoothScrollBy_withCustomInterpolator_usesCustomInterpolator() local 460 Interpolator interpolator = new LinearInterpolator(); in smoothScrollBy_withoutCustomInterpolator_resetsToDefaultInterpolator() local 472 Interpolator interpolator = new LinearInterpolator(); in fling_resetsInterpolatorToDefault() local
|
| D | RecyclerViewOnGenericMotionEventTest.java | 343 void smoothScrollBy(@Px int dx, @Px int dy, @Nullable Interpolator interpolator, in smoothScrollBy()
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | RecyclerView.java | 2761 public void smoothScrollBy(@Px int dx, @Px int dy, @Nullable Interpolator interpolator) { in smoothScrollBy() 2779 public void smoothScrollBy(@Px int dx, @Px int dy, @Nullable Interpolator interpolator, in smoothScrollBy() 2817 void smoothScrollBy(@Px int dx, @Px int dy, @Nullable Interpolator interpolator, in smoothScrollBy() 6145 @Nullable Interpolator interpolator) { in smoothScrollBy() 13266 @Nullable Interpolator interpolator) { in Action() 13369 public void setInterpolator(@Nullable Interpolator interpolator) { in setInterpolator() 13384 @Nullable Interpolator interpolator) { in update()
|