Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/O/r0.java
Normal file
19
apk_decompiled/sources/O/r0.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package O;
|
||||
|
||||
import android.os.Build;
|
||||
import android.view.animation.Interpolator;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class r0 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public q0 f1292a;
|
||||
|
||||
public r0(int i, Interpolator interpolator, long j4) {
|
||||
if (Build.VERSION.SDK_INT >= 30) {
|
||||
this.f1292a = new p0(n0.j(i, interpolator, j4));
|
||||
} else {
|
||||
this.f1292a = new q0(i, interpolator, j4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user