package u5;

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

/* JADX INFO: loaded from: classes.dex */
public final class F0 extends E0 {

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

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

    static {
        SparseIntArray sparseIntArray = new SparseIntArray();
        f17552R = sparseIntArray;
        sparseIntArray.put(R.id.textTitle, 1);
        sparseIntArray.put(R.id.textMessage, 2);
        sparseIntArray.put(R.id.imageQR, 3);
        sparseIntArray.put(R.id.buttonNegative, 4);
        sparseIntArray.put(R.id.buttonPositive, 5);
    }

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

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

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