package u5;

import android.util.SparseIntArray;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.constraintlayout.helper.widget.Flow;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.martsnew.tv.R;

/* JADX INFO: renamed from: u5.l, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1634l extends AbstractC1632k {

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

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

    static {
        SparseIntArray sparseIntArray = new SparseIntArray();
        f17763U = sparseIntArray;
        sparseIntArray.put(R.id.imageView, 1);
        sparseIntArray.put(R.id.buttonBack, 2);
        sparseIntArray.put(R.id.textTitleSignIn, 3);
        sparseIntArray.put(R.id.textMessageSignIn, 4);
        sparseIntArray.put(R.id.textCodeError, 5);
        sparseIntArray.put(R.id.inputCode1, 6);
        sparseIntArray.put(R.id.inputCode2, 7);
        sparseIntArray.put(R.id.inputCode3, 8);
        sparseIntArray.put(R.id.inputCode4, 9);
        sparseIntArray.put(R.id.buttonNumber1, 10);
        sparseIntArray.put(R.id.buttonNumber2, 11);
        sparseIntArray.put(R.id.buttonNumber3, 12);
        sparseIntArray.put(R.id.buttonNumber4, 13);
        sparseIntArray.put(R.id.buttonNumber5, 14);
        sparseIntArray.put(R.id.buttonNumber6, 15);
        sparseIntArray.put(R.id.buttonNumber7, 16);
        sparseIntArray.put(R.id.buttonNumber8, 17);
        sparseIntArray.put(R.id.buttonNumber9, 18);
        sparseIntArray.put(R.id.buttonNumber0, 19);
        sparseIntArray.put(R.id.buttonDel, 20);
        sparseIntArray.put(R.id.flowNumberPad, 21);
        sparseIntArray.put(R.id.guideLine, 22);
        sparseIntArray.put(R.id.textLabel, 23);
        sparseIntArray.put(R.id.text1, 24);
        sparseIntArray.put(R.id.text2, 25);
        sparseIntArray.put(R.id.text3, 26);
        sparseIntArray.put(R.id.text4, 27);
        sparseIntArray.put(R.id.progressBar, 28);
    }

    /* JADX WARN: Illegal instructions before constructor call */
    public C1634l(View view) {
        Object[] objArrI = U.g.I(view, 29, null, f17763U);
        ImageView imageView = (ImageView) objArrI[2];
        Button button = (Button) objArrI[10];
        Flow flow = (Flow) objArrI[21];
        TextView textView = (TextView) objArrI[6];
        TextView textView2 = (TextView) objArrI[7];
        TextView textView3 = (TextView) objArrI[8];
        TextView textView4 = (TextView) objArrI[9];
        ProgressBar progressBar = (ProgressBar) objArrI[28];
        TextView textView5 = (TextView) objArrI[5];
        super(null, view, imageView, button, flow, textView, textView2, textView3, textView4, progressBar, textView5);
        this.f17764T = -1L;
        ((ConstraintLayout) objArrI[0]).setTag(null);
        L(view);
        G();
    }

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

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

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