94 lines
2.6 KiB
Java
94 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.util.AttributeSet;
|
||
|
import android.view.View;
|
||
|
|
||
|
/* renamed from: o.fRd, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C13122fRd {
|
||
|
public final Context a;
|
||
|
public final View c;
|
||
|
public final AttributeSet d;
|
||
|
final String e;
|
||
|
|
||
|
public C13122fRd(View view, String str, Context context, AttributeSet attributeSet) {
|
||
|
C14957gcv.b((Object) str, "");
|
||
|
C14957gcv.b((Object) context, "");
|
||
|
this.c = view;
|
||
|
this.e = str;
|
||
|
this.a = context;
|
||
|
this.d = attributeSet;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fRd$IeS */
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class IeS {
|
||
|
public Context b;
|
||
|
public View c;
|
||
|
public String d;
|
||
|
public AttributeSet e;
|
||
|
|
||
|
public IeS() {
|
||
|
}
|
||
|
|
||
|
public IeS(C13122fRd c13122fRd) {
|
||
|
C14957gcv.b((Object) c13122fRd, "");
|
||
|
this.c = c13122fRd.c;
|
||
|
this.d = c13122fRd.e;
|
||
|
this.b = c13122fRd.a;
|
||
|
this.e = c13122fRd.d;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.fRd$LWm */
|
||
|
/* loaded from: classes6.dex */
|
||
|
public static final class LWm {
|
||
|
private LWm() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ LWm(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("InflateResult(view=");
|
||
|
sb.append(this.c);
|
||
|
sb.append(", name=");
|
||
|
sb.append(this.e);
|
||
|
sb.append(", context=");
|
||
|
sb.append(this.a);
|
||
|
sb.append(", attrs=");
|
||
|
sb.append(this.d);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
View view = this.c;
|
||
|
int hashCode = view != null ? view.hashCode() : 0;
|
||
|
String str = this.e;
|
||
|
int hashCode2 = str != null ? str.hashCode() : 0;
|
||
|
Context context = this.a;
|
||
|
int hashCode3 = context != null ? context.hashCode() : 0;
|
||
|
AttributeSet attributeSet = this.d;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (attributeSet != null ? attributeSet.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C13122fRd)) {
|
||
|
return false;
|
||
|
}
|
||
|
C13122fRd c13122fRd = (C13122fRd) obj;
|
||
|
return C14957gcv.b(this.c, c13122fRd.c) && C14957gcv.b((Object) this.e, (Object) c13122fRd.e) && C14957gcv.b(this.a, c13122fRd.a) && C14957gcv.b(this.d, c13122fRd.d);
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new LWm((byte) 0);
|
||
|
}
|
||
|
}
|