package u5;

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

/* JADX INFO: loaded from: classes.dex */
public final class X extends W {

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

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

    static {
        SparseIntArray sparseIntArray = new SparseIntArray();
        f17689O = sparseIntArray;
        sparseIntArray.put(R.id.imageLogo, 1);
        sparseIntArray.put(R.id.textTitleWelcome, 2);
        sparseIntArray.put(R.id.textMessageWelcome, 3);
        sparseIntArray.put(R.id.buttonWatch, 4);
        sparseIntArray.put(R.id.buttonSignIn, 5);
        sparseIntArray.put(R.id.buttonQuickSignIn, 6);
        sparseIntArray.put(R.id.guideLine, 7);
    }

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

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

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