what-the-bank/sources/o/C12992fNe.java

147 lines
6.0 KiB
Java

package o;
import android.graphics.drawable.Drawable;
/* renamed from: o.fNe, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C12992fNe {
public Drawable a;
public final Integer b;
public Integer c;
public Integer d;
public Drawable e;
public Integer f;
public Integer g;
public Integer h;
public Drawable i;
public Drawable j;
public final Integer k;
public Integer l;
public Integer m;
public boolean n;
/* renamed from: o, reason: collision with root package name */
public final Integer f9101o;
public Integer p;
public Integer s;
private C12992fNe(Integer num, Integer num2, Integer num3, Integer num4, Integer num5, Integer num6, Integer num7, Integer num8, Integer num9, Integer num10, Integer num11, Integer num12) {
this.f = num;
this.g = num2;
this.d = num3;
this.h = num4;
this.i = null;
this.e = null;
this.a = null;
this.j = null;
this.n = false;
this.b = num5;
this.k = num6;
this.f9101o = num7;
this.c = num8;
this.s = num9;
this.p = num10;
this.l = num11;
this.m = num12;
}
public /* synthetic */ C12992fNe(Integer num, Integer num2, Integer num3, Integer num4, Integer num5, Integer num6, Integer num7, Integer num8, Integer num9, Integer num10, Integer num11, Integer num12, int i) {
this((i & 1) != 0 ? null : num, (i & 2) != 0 ? null : num2, (i & 4) != 0 ? null : num3, (i & 8) != 0 ? null : num4, (i & 512) != 0 ? null : num5, (i & 1024) != 0 ? null : num6, (i & 2048) != 0 ? null : num7, (i & 4096) != 0 ? null : num8, (i & 8192) != 0 ? null : num9, (i & 16384) != 0 ? null : num10, (32768 & i) != 0 ? null : num11, (i & 65536) == 0 ? num12 : null);
}
public final String toString() {
StringBuilder sb = new StringBuilder("VectorTextViewParams(drawableStartRes=");
sb.append(this.f);
sb.append(", drawableEndRes=");
sb.append(this.g);
sb.append(", drawableBottomRes=");
sb.append(this.d);
sb.append(", drawableTopRes=");
sb.append(this.h);
sb.append(", drawableStart=");
sb.append(this.i);
sb.append(", drawableEnd=");
sb.append(this.e);
sb.append(", drawableBottom=");
sb.append(this.a);
sb.append(", drawableTop=");
sb.append(this.j);
sb.append(", isRtlLayout=");
sb.append(this.n);
sb.append(", compoundDrawablePadding=");
sb.append(this.b);
sb.append(", iconWidth=");
sb.append(this.k);
sb.append(", iconHeight=");
sb.append(this.f9101o);
sb.append(", compoundDrawablePaddingRes=");
sb.append(this.c);
sb.append(", tintColor=");
sb.append(this.s);
sb.append(", widthRes=");
sb.append(this.p);
sb.append(", heightRes=");
sb.append(this.l);
sb.append(", squareSizeRes=");
sb.append(this.m);
sb.append(')');
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
Integer num = this.f;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.g;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
Integer num3 = this.d;
int hashCode3 = num3 == null ? 0 : num3.hashCode();
Integer num4 = this.h;
int hashCode4 = num4 == null ? 0 : num4.hashCode();
Drawable drawable = this.i;
int hashCode5 = drawable == null ? 0 : drawable.hashCode();
Drawable drawable2 = this.e;
int hashCode6 = drawable2 == null ? 0 : drawable2.hashCode();
Drawable drawable3 = this.a;
int hashCode7 = drawable3 == null ? 0 : drawable3.hashCode();
Drawable drawable4 = this.j;
int hashCode8 = drawable4 == null ? 0 : drawable4.hashCode();
boolean z = this.n;
int i = z;
if (z != 0) {
i = 1;
}
Integer num5 = this.b;
int hashCode9 = num5 == null ? 0 : num5.hashCode();
Integer num6 = this.k;
int hashCode10 = num6 == null ? 0 : num6.hashCode();
Integer num7 = this.f9101o;
int hashCode11 = num7 == null ? 0 : num7.hashCode();
Integer num8 = this.c;
int hashCode12 = num8 == null ? 0 : num8.hashCode();
Integer num9 = this.s;
int hashCode13 = num9 == null ? 0 : num9.hashCode();
Integer num10 = this.p;
int hashCode14 = num10 == null ? 0 : num10.hashCode();
Integer num11 = this.l;
int hashCode15 = num11 == null ? 0 : num11.hashCode();
Integer num12 = this.m;
return (((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + i) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (num12 != null ? num12.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12992fNe)) {
return false;
}
C12992fNe c12992fNe = (C12992fNe) obj;
return C14957gcv.b(this.f, c12992fNe.f) && C14957gcv.b(this.g, c12992fNe.g) && C14957gcv.b(this.d, c12992fNe.d) && C14957gcv.b(this.h, c12992fNe.h) && C14957gcv.b(this.i, c12992fNe.i) && C14957gcv.b(this.e, c12992fNe.e) && C14957gcv.b(this.a, c12992fNe.a) && C14957gcv.b(this.j, c12992fNe.j) && this.n == c12992fNe.n && C14957gcv.b(this.b, c12992fNe.b) && C14957gcv.b(this.k, c12992fNe.k) && C14957gcv.b(this.f9101o, c12992fNe.f9101o) && C14957gcv.b(this.c, c12992fNe.c) && C14957gcv.b(this.s, c12992fNe.s) && C14957gcv.b(this.p, c12992fNe.p) && C14957gcv.b(this.l, c12992fNe.l) && C14957gcv.b(this.m, c12992fNe.m);
}
public C12992fNe() {
this(null, null, null, null, null, null, null, null, null, null, null, null, 131071);
}
}