package kotlinx.coroutines.scheduling;

import d2.t0;

/* JADX INFO: compiled from: Dispatcher.kt */
/* JADX INFO: loaded from: classes.dex */
public class f extends t0 {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private final int f5266f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final int f5267g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private final long f5268h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private final String f5269i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private a f5270j = j();

    public f(int i3, int i4, long j3, String str) {
        this.f5266f = i3;
        this.f5267g = i4;
        this.f5268h = j3;
        this.f5269i = str;
    }

    private final a j() {
        return new a(this.f5266f, this.f5267g, this.f5268h, this.f5269i);
    }

    @Override // d2.u
    public void d(n1.f fVar, Runnable runnable) {
        a.f(this.f5270j, runnable, null, false, 6, null);
    }

    public final void n(Runnable runnable, i iVar, boolean z2) {
        this.f5270j.e(runnable, iVar, z2);
    }
}
