package xyz.stream.api.viewmodel;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes3.dex */
public final class c0 {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public ArrayList f35960d = new ArrayList();

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public ArrayList f35961e = new ArrayList();

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ VideoInfoViewModel f35962f;

    public c0(VideoInfoViewModel videoInfoViewModel) {
        this.f35962f = videoInfoViewModel;
    }

    public final void a(int i10) {
        this.f35958b = Math.max(i10, 0);
    }

    public final void b(int i10) {
        this.f35959c = Math.max(i10, 0);
        this.f35958b = 0;
    }

    public final void c(int i10) {
        if (this.f35957a != i10) {
            this.f35957a = i10;
            this.f35958b = 0;
            this.f35959c = 0;
            this.f35960d = new ArrayList();
        }
    }
}
