You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ListView: copy from AOSP
copied from tag android-6.0.1_r81
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package android.view.animation;
|
||||
|
||||
import android.animation.TimeInterpolator;
|
||||
|
||||
public class LinearInterpolator implements TimeInterpolator {
|
||||
public class LinearInterpolator implements Interpolator {
|
||||
|
||||
@Override
|
||||
public float getInterpolation(float input) {
|
||||
|
||||
Reference in New Issue
Block a user