package pe;

import xyz.stream.view.UiUtils;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ g f31933b;

    public /* synthetic */ a(g gVar, int i10) {
        this.f31932a = i10;
        this.f31933b = gVar;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f31932a;
        g gVar = this.f31933b;
        switch (i10) {
            case 0:
                int i11 = g.S0;
                gVar.K(true);
                break;
            case 1:
                int i12 = g.S0;
                gVar.K(true);
                break;
            case 2:
                UiUtils.etRequestFocus(gVar.E0.f26890b);
                break;
            case 3:
                gVar.H0.f27143d.requestFocus();
                break;
            default:
                gVar.H0.f27143d.requestFocus();
                break;
        }
    }
}
