package u5;

import android.util.SparseIntArray;
import com.martsnew.tv.R;

/* JADX INFO: renamed from: u5.v, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1652v extends AbstractC1651u {

    /* JADX INFO: renamed from: O, reason: collision with root package name */
    public static final SparseIntArray f17810O;

    /* JADX INFO: renamed from: N, reason: collision with root package name */
    public long f17811N;

    static {
        SparseIntArray sparseIntArray = new SparseIntArray();
        f17810O = sparseIntArray;
        sparseIntArray.put(R.id.textTitle, 1);
        sparseIntArray.put(R.id.buttonViewAll, 2);
        sparseIntArray.put(R.id.recyclerGenres, 3);
        sparseIntArray.put(R.id.recyclerMovie, 4);
    }

    @Override // U.g
    public final void C() {
        synchronized (this) {
            this.f17811N = 0L;
        }
    }

    @Override // U.g
    public final boolean F() {
        synchronized (this) {
            try {
                return this.f17811N != 0;
            } catch (Throwable th) {
                throw th;
            }
        }
    }

    @Override // U.g
    public final void G() {
        synchronized (this) {
            this.f17811N = 1L;
        }
        J();
    }
}
