package P;

import android.view.WindowInsetsAnimation;

/* JADX INFO: loaded from: classes.dex */
public final class Z extends a0 {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final WindowInsetsAnimation f2417e;

    public Z(WindowInsetsAnimation windowInsetsAnimation) {
        super(0, null, 0L);
        this.f2417e = windowInsetsAnimation;
    }

    @Override // P.a0
    public final long a() {
        return this.f2417e.getDurationMillis();
    }

    @Override // P.a0
    public final float b() {
        return this.f2417e.getInterpolatedFraction();
    }

    @Override // P.a0
    public final int c() {
        return this.f2417e.getTypeMask();
    }

    @Override // P.a0
    public final void d(float f6) {
        this.f2417e.setFraction(f6);
    }
}
