package xyz.stream.api.viewmodel;

import xyz.netfly.ui.main.sport.LeagueSortActivity;

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

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

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

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

    public /* synthetic */ a(int i10, int i11, int i12, androidx.lifecycle.w wVar) {
        this.f35944a = i12;
        this.f35945b = i10;
        this.f35946c = i11;
        this.f35947d = wVar;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f35944a;
        int i11 = this.f35945b;
        int i12 = this.f35946c;
        Object obj = this.f35947d;
        switch (i10) {
            case 0:
                AdultViewModel.lambda$getCollectionList$0(i11, i12, (androidx.lifecycle.w) obj);
                break;
            case 1:
                BaseSportsViewModel.lambda$getCollectionList$0(i11, i12, (androidx.lifecycle.w) obj);
                break;
            case 2:
                KidsViewModel.lambda$getKidsList$2(i11, i12, (androidx.lifecycle.w) obj);
                break;
            case 3:
                RecommendViewModel.lambda$getRecommend$1(i11, i12, (androidx.lifecycle.w) obj);
                break;
            default:
                int i13 = LeagueSortActivity.f35613g;
                ((LeagueSortActivity) obj).O(i11, i12 + 1);
                break;
        }
    }

    public /* synthetic */ a(LeagueSortActivity leagueSortActivity, int i10, int i11) {
        this.f35944a = 4;
        this.f35947d = leagueSortActivity;
        this.f35945b = i10;
        this.f35946c = i11;
    }
}
