package io.flutter.plugins.webviewflutter;

import android.webkit.WebView;
import io.flutter.plugins.webviewflutter.WebViewClientProxyApi;

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

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

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final /* synthetic */ WebViewClientProxyApi.WebViewClientImpl f6783l;

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ String f6785n;

    public /* synthetic */ C(WebViewClientProxyApi.WebViewClientImpl webViewClientImpl, WebView webView, String str, int i) {
        this.f6782k = i;
        this.f6783l = webViewClientImpl;
        this.f6784m = webView;
        this.f6785n = str;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f6782k) {
            case 0:
                this.f6783l.lambda$onPageFinished$3(this.f6784m, this.f6785n);
                break;
            case 1:
                this.f6783l.lambda$onPageCommitVisible$19(this.f6784m, this.f6785n);
                break;
            case 2:
                this.f6783l.lambda$onPageStarted$1(this.f6784m, this.f6785n);
                break;
            default:
                this.f6783l.lambda$onLoadResource$17(this.f6784m, this.f6785n);
                break;
        }
    }
}
