20 lines
393 B
Java
20 lines
393 B
Java
|
package o;
|
||
|
|
||
|
import android.view.animation.DecelerateInterpolator;
|
||
|
import android.view.animation.Interpolator;
|
||
|
import android.view.animation.LinearInterpolator;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class ADs {
|
||
|
public static final Interpolator e;
|
||
|
|
||
|
static {
|
||
|
new LinearInterpolator();
|
||
|
e = new NtL();
|
||
|
new DecelerateInterpolator();
|
||
|
}
|
||
|
|
||
|
ADs() {
|
||
|
}
|
||
|
}
|