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

import android.graphics.Bitmap;
import android.text.Layout;
import androidx.annotation.Nullable;
import org.checkerframework.dataflow.qual.Pure;

/* JADX INFO: loaded from: classes2.dex */
public final class gc0 {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int f11710f;

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public float f11712h;

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

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

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

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

    @Nullable
    private CharSequence zza;

    @Nullable
    private Bitmap zzb;

    @Nullable
    private Layout.Alignment zzc;

    @Nullable
    private Layout.Alignment zzd;

    public gc0() {
        this.zza = null;
        this.zzb = null;
        this.zzc = null;
        this.zzd = null;
        this.f11705a = -3.4028235E38f;
        this.f11706b = Integer.MIN_VALUE;
        this.f11707c = Integer.MIN_VALUE;
        this.f11708d = -3.4028235E38f;
        this.f11709e = Integer.MIN_VALUE;
        this.f11710f = Integer.MIN_VALUE;
        this.f11711g = -3.4028235E38f;
        this.f11712h = -3.4028235E38f;
        this.f11713i = -3.4028235E38f;
        this.f11714j = Integer.MIN_VALUE;
    }

    public final void a(CharSequence charSequence) {
        this.zza = charSequence;
        this.zzb = null;
    }

    public final void b(Bitmap bitmap) {
        this.zzb = bitmap;
        this.zza = null;
    }

    public final ad0 c() {
        return new ad0(this.zza, this.zzc, this.zzd, this.zzb, this.f11705a, this.f11706b, this.f11707c, this.f11708d, this.f11709e, this.f11710f, this.f11711g, this.f11712h, this.f11713i, this.f11714j, this.f11715k, this.f11716l);
    }

    @Nullable
    @Pure
    public final CharSequence zzb() {
        return this.zza;
    }

    public final gc0 zzd(@Nullable Layout.Alignment alignment) {
        this.zzc = alignment;
        return this;
    }

    public final gc0 zze(@Nullable Layout.Alignment alignment) {
        this.zzd = alignment;
        return this;
    }

    public /* synthetic */ gc0(ad0 ad0Var) {
        this.zza = ad0Var.zza;
        this.zzb = ad0Var.zzd;
        this.zzc = ad0Var.zzb;
        this.zzd = ad0Var.zzc;
        this.f11705a = ad0Var.f8656a;
        this.f11706b = ad0Var.f8657b;
        this.f11707c = ad0Var.f8658c;
        this.f11708d = ad0Var.f8659d;
        this.f11709e = ad0Var.f8660e;
        this.f11710f = ad0Var.f8663h;
        this.f11711g = ad0Var.f8664i;
        this.f11712h = ad0Var.f8661f;
        this.f11713i = ad0Var.f8662g;
        this.f11714j = ad0Var.f8665j;
        this.f11715k = ad0Var.f8666k;
        this.f11716l = ad0Var.f8667l;
    }
}
