ListView: copy from AOSP

copied from tag android-6.0.1_r81
This commit is contained in:
Julian Winkler
2024-11-30 08:02:13 +01:00
committed by Mis012
parent d5bc4ea9a6
commit 60095ea795
13 changed files with 9814 additions and 604 deletions

View File

@@ -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) {