package p037.p089.p090;

import android.animation.Animator;
import android.view.animation.Animation;

/* JADX INFO: renamed from: މ.ވ.ށ.އ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2005 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Animation f6585;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final Animator f6586;

    public C2005(Animator animator) {
        this.f6585 = null;
        this.f6586 = animator;
        if (animator == null) {
            throw new IllegalStateException("Animator cannot be null");
        }
    }

    public C2005(Animation animation) {
        this.f6585 = animation;
        this.f6586 = null;
        if (animation == null) {
            throw new IllegalStateException("Animation cannot be null");
        }
    }
}
