package c.k.b;

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

/* JADX INFO: compiled from: FragmentAnim.java */
/* JADX INFO: loaded from: classes.dex */
public class p {
    public final Animation a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Animator f1709b;

    public p(Animation animation) {
        this.a = animation;
        this.f1709b = null;
    }

    public p(Animator animator) {
        this.a = null;
        this.f1709b = animator;
    }
}
