package o; import android.graphics.Path; import android.view.animation.Interpolator; import android.view.animation.PathInterpolator; /* renamed from: o.xZR, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C17534xZR { public static Interpolator uv_(Path path) { return RVV.ux_(path); } public static Interpolator uu_(float f, float f2, float f3, float f4) { return RVV.uw_(f, f2, f3, f4); } /* renamed from: o.xZR$RVV */ /* loaded from: classes.dex */ static class RVV { static PathInterpolator ux_(Path path) { return new PathInterpolator(path); } static PathInterpolator uw_(float f, float f2, float f3, float f4) { return new PathInterpolator(f, f2, f3, f4); } } }