package com.google.android.gms.internal.ads;

import android.util.SparseArray;
import android.util.SparseBooleanArray;
import java.util.HashMap;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
public final class ir2 extends eq {
    public final boolean A;
    public final boolean B;
    public final boolean C;
    public final SparseArray D;
    public final SparseBooleanArray E;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final boolean f12620w;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final boolean f12621x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public final boolean f12622y;

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    public final boolean f12623z;

    public ir2() {
        this.D = new SparseArray();
        this.E = new SparseBooleanArray();
        this.f12620w = true;
        this.f12621x = true;
        this.f12622y = true;
        this.f12623z = true;
        this.A = true;
        this.B = true;
        this.C = true;
    }

    public ir2(jr2 jr2Var) {
        a(jr2Var);
        this.f12620w = jr2Var.f13000w;
        this.f12621x = jr2Var.f13001x;
        this.f12622y = jr2Var.f13002y;
        this.f12623z = jr2Var.f13003z;
        this.A = jr2Var.A;
        this.B = jr2Var.B;
        this.C = jr2Var.C;
        SparseArray sparseArray = new SparseArray();
        int i10 = 0;
        while (true) {
            SparseArray sparseArray2 = jr2Var.D;
            if (i10 < sparseArray2.size()) {
                sparseArray.put(sparseArray2.keyAt(i10), new HashMap((Map) sparseArray2.valueAt(i10)));
                i10++;
            } else {
                this.D = sparseArray;
                this.E = jr2Var.E.clone();
                return;
            }
        }
    }
}
