Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
17
apk_decompiled/sources/q0/AbstractC0557d.java
Normal file
17
apk_decompiled/sources/q0/AbstractC0557d.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package q0;
|
||||
|
||||
import android.R;
|
||||
|
||||
/* renamed from: q0.d, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class AbstractC0557d {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final int[] f8149a = {R.attr.name};
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final int[] f8150b = {R.attr.name};
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final int[] f8151c = {com.adif.elcanomovil.R.attr.defaultNavHost};
|
||||
}
|
||||
43
apk_decompiled/sources/q0/C0555b.java
Normal file
43
apk_decompiled/sources/q0/C0555b.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package q0;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.TypedArray;
|
||||
import android.util.AttributeSet;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import o0.E;
|
||||
import o0.InterfaceC0528e;
|
||||
|
||||
/* renamed from: q0.b, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0555b extends E implements InterfaceC0528e {
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public String f8147k;
|
||||
|
||||
@Override // o0.E
|
||||
public final boolean equals(Object obj) {
|
||||
return obj != null && (obj instanceof C0555b) && super.equals(obj) && Intrinsics.areEqual(this.f8147k, ((C0555b) obj).f8147k);
|
||||
}
|
||||
|
||||
@Override // o0.E
|
||||
public final void h(Context context, AttributeSet attrs) {
|
||||
Intrinsics.checkNotNullParameter(context, "context");
|
||||
Intrinsics.checkNotNullParameter(attrs, "attrs");
|
||||
super.h(context, attrs);
|
||||
TypedArray obtainAttributes = context.getResources().obtainAttributes(attrs, AbstractC0557d.f8149a);
|
||||
Intrinsics.checkNotNullExpressionValue(obtainAttributes, "context.resources.obtain…ntNavigator\n )");
|
||||
String className = obtainAttributes.getString(0);
|
||||
if (className != null) {
|
||||
Intrinsics.checkNotNullParameter(className, "className");
|
||||
this.f8147k = className;
|
||||
}
|
||||
obtainAttributes.recycle();
|
||||
}
|
||||
|
||||
@Override // o0.E
|
||||
public final int hashCode() {
|
||||
int hashCode = super.hashCode() * 31;
|
||||
String str = this.f8147k;
|
||||
return hashCode + (str != null ? str.hashCode() : 0);
|
||||
}
|
||||
}
|
||||
60
apk_decompiled/sources/q0/C0556c.java
Normal file
60
apk_decompiled/sources/q0/C0556c.java
Normal file
@@ -0,0 +1,60 @@
|
||||
package q0;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.TypedArray;
|
||||
import android.util.AttributeSet;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import o0.E;
|
||||
|
||||
/* renamed from: q0.c, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0556c extends E {
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public String f8148k;
|
||||
|
||||
@Override // o0.E
|
||||
public final boolean equals(Object obj) {
|
||||
return obj != null && (obj instanceof C0556c) && super.equals(obj) && Intrinsics.areEqual(this.f8148k, ((C0556c) obj).f8148k);
|
||||
}
|
||||
|
||||
@Override // o0.E
|
||||
public final void h(Context context, AttributeSet attrs) {
|
||||
Intrinsics.checkNotNullParameter(context, "context");
|
||||
Intrinsics.checkNotNullParameter(attrs, "attrs");
|
||||
super.h(context, attrs);
|
||||
TypedArray obtainAttributes = context.getResources().obtainAttributes(attrs, AbstractC0557d.f8150b);
|
||||
Intrinsics.checkNotNullExpressionValue(obtainAttributes, "context.resources.obtain…leable.FragmentNavigator)");
|
||||
String className = obtainAttributes.getString(0);
|
||||
if (className != null) {
|
||||
Intrinsics.checkNotNullParameter(className, "className");
|
||||
this.f8148k = className;
|
||||
}
|
||||
Unit unit = Unit.INSTANCE;
|
||||
obtainAttributes.recycle();
|
||||
}
|
||||
|
||||
@Override // o0.E
|
||||
public final int hashCode() {
|
||||
int hashCode = super.hashCode() * 31;
|
||||
String str = this.f8148k;
|
||||
return hashCode + (str != null ? str.hashCode() : 0);
|
||||
}
|
||||
|
||||
@Override // o0.E
|
||||
public final String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(super.toString());
|
||||
sb.append(" class=");
|
||||
String str = this.f8148k;
|
||||
if (str == null) {
|
||||
sb.append("null");
|
||||
} else {
|
||||
sb.append(str);
|
||||
}
|
||||
String sb2 = sb.toString();
|
||||
Intrinsics.checkNotNullExpressionValue(sb2, "sb.toString()");
|
||||
return sb2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user