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

import android.graphics.Bitmap;
import android.text.Layout;
import android.text.Spanned;
import android.text.SpannedString;
import android.text.TextUtils;
import androidx.annotation.Nullable;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class ad0 {
    public static final String A;
    public static final String B;
    public static final String C;
    public static final String D;
    public static final String E;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public static final String f8642m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public static final String f8643n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public static final String f8644o;

    /* JADX INFO: renamed from: p, reason: collision with root package name */
    public static final String f8645p;

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public static final String f8646q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public static final String f8647r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public static final String f8648s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public static final String f8649t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public static final String f8650u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public static final String f8651v;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public static final String f8652w;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public static final String f8653x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public static final String f8654y;

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    public static final String f8655z;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final float f8656a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f8657b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f8658c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f8659d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final int f8660e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final float f8661f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final float f8662g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final int f8663h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final float f8664i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final int f8665j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final float f8666k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final int f8667l;

    @Nullable
    public final CharSequence zza;

    @Nullable
    public final Layout.Alignment zzb;

    @Nullable
    public final Layout.Alignment zzc;

    @Nullable
    public final Bitmap zzd;

    static {
        gc0 gc0Var = new gc0();
        gc0Var.a("");
        gc0Var.c();
        String str = bb1.f9474a;
        f8642m = Integer.toString(0, 36);
        f8643n = Integer.toString(17, 36);
        f8644o = Integer.toString(1, 36);
        f8645p = Integer.toString(2, 36);
        Integer.toString(3, 36);
        f8646q = Integer.toString(18, 36);
        f8647r = Integer.toString(4, 36);
        f8648s = Integer.toString(5, 36);
        f8649t = Integer.toString(6, 36);
        f8650u = Integer.toString(7, 36);
        f8651v = Integer.toString(8, 36);
        f8652w = Integer.toString(9, 36);
        f8653x = Integer.toString(10, 36);
        f8654y = Integer.toString(11, 36);
        f8655z = Integer.toString(12, 36);
        A = Integer.toString(13, 36);
        B = Integer.toString(14, 36);
        C = Integer.toString(15, 36);
        D = Integer.toString(16, 36);
        E = Integer.toString(19, 36);
    }

    public /* synthetic */ ad0(CharSequence charSequence, Layout.Alignment alignment, Layout.Alignment alignment2, Bitmap bitmap, float f10, int i10, int i11, float f11, int i12, int i13, float f12, float f13, float f14, int i14, float f15, int i15) {
        if (charSequence == null) {
            bitmap.getClass();
        } else {
            ih1.x(bitmap == null);
        }
        if (charSequence instanceof Spanned) {
            this.zza = SpannedString.valueOf(charSequence);
        } else {
            this.zza = charSequence != null ? charSequence.toString() : null;
        }
        this.zzb = alignment;
        this.zzc = alignment2;
        this.zzd = bitmap;
        this.f8656a = f10;
        this.f8657b = i10;
        this.f8658c = i11;
        this.f8659d = f11;
        this.f8660e = i12;
        this.f8661f = f13;
        this.f8662g = f14;
        this.f8663h = i13;
        this.f8664i = f12;
        this.f8665j = i14;
        this.f8666k = f15;
        this.f8667l = i15;
    }

    public final boolean equals(@Nullable Object obj) {
        Bitmap bitmap;
        Bitmap bitmap2;
        if (this == obj) {
            return true;
        }
        if (obj != null && ad0.class == obj.getClass()) {
            ad0 ad0Var = (ad0) obj;
            if (TextUtils.equals(this.zza, ad0Var.zza) && this.zzb == ad0Var.zzb && this.zzc == ad0Var.zzc && ((bitmap = this.zzd) != null ? !((bitmap2 = ad0Var.zzd) == null || !bitmap.sameAs(bitmap2)) : ad0Var.zzd == null) && this.f8656a == ad0Var.f8656a && this.f8657b == ad0Var.f8657b && this.f8658c == ad0Var.f8658c && this.f8659d == ad0Var.f8659d && this.f8660e == ad0Var.f8660e && this.f8661f == ad0Var.f8661f && this.f8662g == ad0Var.f8662g && this.f8663h == ad0Var.f8663h && this.f8664i == ad0Var.f8664i && this.f8665j == ad0Var.f8665j && this.f8666k == ad0Var.f8666k && this.f8667l == ad0Var.f8667l) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(this.zza, this.zzb, this.zzc, this.zzd, Float.valueOf(this.f8656a), Integer.valueOf(this.f8657b), Integer.valueOf(this.f8658c), Float.valueOf(this.f8659d), Integer.valueOf(this.f8660e), Float.valueOf(this.f8661f), Float.valueOf(this.f8662g), Boolean.FALSE, -16777216, Integer.valueOf(this.f8663h), Float.valueOf(this.f8664i), Integer.valueOf(this.f8665j), Float.valueOf(this.f8666k), Integer.valueOf(this.f8667l));
    }
}
