package a4;

import android.webkit.WebView;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ z3.e0 f349b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ WebView f350c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ z3.d0 f351d;

    public /* synthetic */ p0(z3.e0 e0Var, WebView webView, s0 s0Var, int i10) {
        this.f348a = i10;
        this.f349b = e0Var;
        this.f350c = webView;
        this.f351d = s0Var;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f348a;
        z3.d0 d0Var = this.f351d;
        WebView webView = this.f350c;
        z3.e0 e0Var = this.f349b;
        switch (i10) {
            case 0:
                e0Var.onRenderProcessUnresponsive(webView, d0Var);
                break;
            default:
                e0Var.onRenderProcessResponsive(webView, d0Var);
                break;
        }
    }
}
