package F1;

import android.view.WindowInsetsAnimation;

/* JADX INFO: loaded from: classes.dex */
public final class T extends U {

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

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

    @Override // F1.U
    public final float a() {
        return this.f1403e.getAlpha();
    }

    @Override // F1.U
    public final long b() {
        return this.f1403e.getDurationMillis();
    }

    @Override // F1.U
    public final float c() {
        return this.f1403e.getInterpolatedFraction();
    }

    @Override // F1.U
    public final int d() {
        return this.f1403e.getTypeMask();
    }

    @Override // F1.U
    public final void e(float f6) {
        this.f1403e.setFraction(f6);
    }
}
