discord-jadx/app/src/main/java/c/i/a/c/e2/c.java

135 lines
3.5 KiB
Java

package c.i.a.c.e2;
import android.graphics.Bitmap;
import android.text.Layout;
import androidx.annotation.ColorInt;
import androidx.annotation.Nullable;
import com.airbnb.lottie.parser.AnimatableValueParser;
import java.util.Objects;
/* compiled from: Cue */
public final class c {
public static final c a;
@Nullable
public final CharSequence b;
@Nullable
/* renamed from: c reason: collision with root package name */
public final Layout.Alignment f814c;
@Nullable
public final Bitmap d;
public final float e;
public final int f;
public final int g;
public final float h;
public final int i;
public final float j;
public final float k;
public final boolean l;
public final int m;
public final int n;
public final float o;
public final int p;
public final float q;
/* compiled from: Cue */
public static final class b {
@Nullable
public CharSequence a;
@Nullable
public Bitmap b;
@Nullable
/* renamed from: c reason: collision with root package name */
public Layout.Alignment f815c;
public float d;
public int e;
public int f;
public float g;
public int h;
public int i;
public float j;
public float k;
public float l;
public boolean m;
@ColorInt
public int n;
public int o;
public float p;
public b() {
this.a = null;
this.b = null;
this.f815c = null;
this.d = -3.4028235E38f;
this.e = Integer.MIN_VALUE;
this.f = Integer.MIN_VALUE;
this.g = -3.4028235E38f;
this.h = Integer.MIN_VALUE;
this.i = Integer.MIN_VALUE;
this.j = -3.4028235E38f;
this.k = -3.4028235E38f;
this.l = -3.4028235E38f;
this.m = false;
this.n = -16777216;
this.o = Integer.MIN_VALUE;
}
public b(c cVar, a aVar) {
this.a = cVar.b;
this.b = cVar.d;
this.f815c = cVar.f814c;
this.d = cVar.e;
this.e = cVar.f;
this.f = cVar.g;
this.g = cVar.h;
this.h = cVar.i;
this.i = cVar.n;
this.j = cVar.o;
this.k = cVar.j;
this.l = cVar.k;
this.m = cVar.l;
this.n = cVar.m;
this.o = cVar.p;
this.p = cVar.q;
}
public c a() {
return new c(this.a, this.f815c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null);
}
}
static {
b bVar = new b();
bVar.a = "";
a = bVar.a();
}
public c(CharSequence charSequence, Layout.Alignment alignment, Bitmap bitmap, float f, int i, int i2, float f2, int i3, int i4, float f3, float f4, float f5, boolean z2, int i5, int i6, float f6, a aVar) {
if (charSequence == null) {
Objects.requireNonNull(bitmap);
} else {
AnimatableValueParser.k(bitmap == null);
}
this.b = charSequence;
this.f814c = alignment;
this.d = bitmap;
this.e = f;
this.f = i;
this.g = i2;
this.h = f2;
this.i = i3;
this.j = f4;
this.k = f5;
this.l = z2;
this.m = i5;
this.n = i4;
this.o = f3;
this.p = i6;
this.q = f6;
}
public b a() {
return new b(this, null);
}
}