package d3;

/* JADX INFO: loaded from: classes.dex */
public final class W0 implements Runnable {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final /* synthetic */ int f11792q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ F0 f11793r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final /* synthetic */ long f11794s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final /* synthetic */ boolean f11795t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public final /* synthetic */ Y0 f11796u;

    public /* synthetic */ W0(Y0 y02, F0 f02, long j8, boolean z8, int i) {
        this.f11792q = i;
        this.f11793r = f02;
        this.f11794s = j8;
        this.f11795t = z8;
        this.f11796u = y02;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f11792q) {
            case n4.u0.f15495q /* 0 */:
                F0 f02 = this.f11793r;
                Y0 y02 = this.f11796u;
                y02.W(f02);
                Y0.I(y02, f02, this.f11794s, this.f11795t);
                break;
            default:
                F0 f03 = this.f11793r;
                Y0 y03 = this.f11796u;
                y03.W(f03);
                Y0.I(y03, f03, this.f11794s, this.f11795t);
                break;
        }
    }
}
