package u5;

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

/* JADX INFO: loaded from: classes.dex */
public final class O extends N {

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

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

    static {
        SparseIntArray sparseIntArray = new SparseIntArray();
        f17627P = sparseIntArray;
        sparseIntArray.put(R.id.buttonBack, 1);
        sparseIntArray.put(R.id.guideline, 2);
        sparseIntArray.put(R.id.textTitle, 3);
        sparseIntArray.put(R.id.recyclerSelection, 4);
        sparseIntArray.put(R.id.recyclerSelectFontSize, 5);
        sparseIntArray.put(R.id.recyclerSelectColor, 6);
    }

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

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

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