package xyz.stream.view.tvrecyclerview;

import xyz.stream.view.tvrecyclerview.TvRecyclerView;

/* 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 f36651a;

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

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

    public /* synthetic */ a(int i10, int i11, Object obj) {
        this.f36651a = i11;
        this.f36653c = obj;
        this.f36652b = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f36651a;
        int i11 = this.f36652b;
        Object obj = this.f36653c;
        switch (i10) {
            case 0:
                ((TvRecyclerView.TvSmoothScroller) obj).lambda$onStop$0(i11);
                break;
            default:
                ((TvRecyclerView) obj).lambda$setSelection$1(i11);
                break;
        }
    }
}
