package xyz.netfly.ui.live.epg;

import android.view.View;
import ie.z4;

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

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

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

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

    public /* synthetic */ t(z zVar, int i10, int i11) {
        this.f35395a = i11;
        this.f35396b = zVar;
        this.f35397c = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f35395a;
        int i11 = this.f35397c;
        z zVar = this.f35396b;
        switch (i10) {
            case 0:
                z4 z4Var = zVar.f35419d;
                if (z4Var != null && z4Var.f27804e.getLayoutManager() != null) {
                    View viewFindViewByPosition = zVar.f35419d.f27804e.getLayoutManager().findViewByPosition(i11);
                    if (viewFindViewByPosition == null) {
                        zVar.f35419d.f27804e.setSelection(i11);
                    } else {
                        viewFindViewByPosition.requestFocus();
                    }
                    break;
                }
                break;
            default:
                EPGView ePGView = zVar.f35419d.f27802c;
                ePGView.getClass();
                ePGView.post(new c(ePGView, i11, 0));
                break;
        }
    }
}
