package D0;
import android.animation.ObjectAnimator;
import android.animation.TypeConverter;
import android.graphics.Path;
import android.util.Property;
/* renamed from: D0.f reason: case insensitive filesystem */
public abstract class C0222f {
public static ObjectAnimator a(Object obj, Property property, Path path) {
return ObjectAnimator.ofObject(obj, property, (TypeConverter) null, path);
}
}
Download file