85 lines
2.8 KiB
Java
85 lines
2.8 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.view.View;
|
|
|
|
/* renamed from: o.fRf, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13124fRf {
|
|
public final View a;
|
|
public final String b;
|
|
public final AttributeSet c;
|
|
public final Context d;
|
|
public final InterfaceC13123fRe e;
|
|
|
|
public C13124fRf(String str, Context context, AttributeSet attributeSet, View view, InterfaceC13123fRe interfaceC13123fRe) {
|
|
C14957gcv.b((Object) str, "");
|
|
C14957gcv.b((Object) context, "");
|
|
C14957gcv.b((Object) interfaceC13123fRe, "");
|
|
this.b = str;
|
|
this.d = context;
|
|
this.c = attributeSet;
|
|
this.a = view;
|
|
this.e = interfaceC13123fRe;
|
|
}
|
|
|
|
public /* synthetic */ C13124fRf(String str, Context context, AttributeSet attributeSet, InterfaceC13123fRe interfaceC13123fRe) {
|
|
this(str, context, attributeSet, null, interfaceC13123fRe);
|
|
}
|
|
|
|
/* renamed from: o.fRf$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("InflateRequest(name=");
|
|
sb.append(this.b);
|
|
sb.append(", context=");
|
|
sb.append(this.d);
|
|
sb.append(", attrs=");
|
|
sb.append(this.c);
|
|
sb.append(", parent=");
|
|
sb.append(this.a);
|
|
sb.append(", fallbackViewCreator=");
|
|
sb.append(this.e);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
Context context = this.d;
|
|
int hashCode2 = context != null ? context.hashCode() : 0;
|
|
AttributeSet attributeSet = this.c;
|
|
int hashCode3 = attributeSet != null ? attributeSet.hashCode() : 0;
|
|
View view = this.a;
|
|
int hashCode4 = view != null ? view.hashCode() : 0;
|
|
InterfaceC13123fRe interfaceC13123fRe = this.e;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (interfaceC13123fRe != null ? interfaceC13123fRe.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C13124fRf)) {
|
|
return false;
|
|
}
|
|
C13124fRf c13124fRf = (C13124fRf) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c13124fRf.b) && C14957gcv.b(this.d, c13124fRf.d) && C14957gcv.b(this.c, c13124fRf.c) && C14957gcv.b(this.a, c13124fRf.a) && C14957gcv.b(this.e, c13124fRf.e);
|
|
}
|
|
|
|
static {
|
|
new LWm((byte) 0);
|
|
}
|
|
}
|