package I;

import android.graphics.Bitmap;
import android.text.Layout;

/* JADX INFO: loaded from: classes.dex */
public class c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Layout.Alignment f939b;

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

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

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

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

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

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

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

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

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

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

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

    public c(CharSequence charSequence) {
        this(charSequence, null, Float.MIN_VALUE, Integer.MIN_VALUE, Integer.MIN_VALUE, Float.MIN_VALUE, Integer.MIN_VALUE, Float.MIN_VALUE, Float.MIN_VALUE, 0);
    }

    public void a(String str) {
        this.f938a = str;
    }

    public c(CharSequence charSequence, Layout.Alignment alignment, float f2, int i2, int i3, float f3, int i4, float f4, float f5, int i5) {
        this.f938a = charSequence;
        this.f939b = alignment;
        this.f940c = f2;
        this.f941d = i2;
        this.f942e = i3;
        this.f943f = f3;
        this.f944g = i4;
        this.f945h = f4;
        this.f947j = 1;
        this.f948k = null;
        this.f949l = f5;
        this.f950m = i5;
    }

    public c(Bitmap bitmap) {
        this(bitmap, false);
    }

    public c(Bitmap bitmap, boolean z2) {
        this.f938a = null;
        this.f939b = null;
        this.f940c = Float.MIN_VALUE;
        this.f941d = Integer.MIN_VALUE;
        this.f942e = Integer.MIN_VALUE;
        this.f943f = Float.MIN_VALUE;
        this.f944g = Integer.MIN_VALUE;
        this.f945h = Float.MIN_VALUE;
        this.f947j = 2;
        this.f948k = bitmap;
        this.f946i = z2;
        this.f949l = Float.MIN_VALUE;
        this.f950m = 0;
    }

    public c(Bitmap bitmap, float f2, float f3) {
        this.f938a = null;
        this.f939b = null;
        this.f940c = f3;
        this.f941d = Integer.MIN_VALUE;
        this.f942e = Integer.MIN_VALUE;
        this.f943f = f2;
        this.f944g = Integer.MIN_VALUE;
        this.f945h = Float.MIN_VALUE;
        this.f947j = 2;
        this.f948k = bitmap;
        this.f946i = false;
        this.f949l = Float.MIN_VALUE;
        this.f950m = 0;
    }
}
