57 lines
1.8 KiB
Java
57 lines
1.8 KiB
Java
package o;
|
|
|
|
import android.graphics.drawable.Drawable;
|
|
|
|
/* renamed from: o.Fu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0401Fu extends AbstractC0399Fs {
|
|
public final String a;
|
|
public final Drawable b;
|
|
public final Drawable c;
|
|
|
|
public /* synthetic */ C0401Fu(Drawable drawable, String str) {
|
|
this(drawable, null, str);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public C0401Fu(Drawable drawable, Drawable drawable2, String str) {
|
|
super((byte) 0);
|
|
C14957gcv.e(str, "");
|
|
this.b = drawable;
|
|
this.c = drawable2;
|
|
this.a = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
Drawable drawable = this.b;
|
|
Drawable drawable2 = this.c;
|
|
String str = this.a;
|
|
StringBuilder sb = new StringBuilder("ResourceInstructionDisplay(iconTop=");
|
|
sb.append(drawable);
|
|
sb.append(", iconBottom=");
|
|
sb.append(drawable2);
|
|
sb.append(", text=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Drawable drawable = this.b;
|
|
int hashCode = drawable == null ? 0 : drawable.hashCode();
|
|
Drawable drawable2 = this.c;
|
|
return (((hashCode * 31) + (drawable2 != null ? drawable2.hashCode() : 0)) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0401Fu)) {
|
|
return false;
|
|
}
|
|
C0401Fu c0401Fu = (C0401Fu) obj;
|
|
return C14957gcv.b(this.b, c0401Fu.b) && C14957gcv.b(this.c, c0401Fu.c) && C14957gcv.b((Object) this.a, (Object) c0401Fu.a);
|
|
}
|
|
}
|