Primer paso de la investigacion. Se aportan el .apk, las carpetas con el apk extraido y el apk descompilado. El archivo API_DOCUMENTATION.md es un archivo donde se anotaran los descubrimientos del funcionamiento de la API, y los .py son scripts para probar la funcionalidad de la API con los métodos que vayamos encontrando. Finalmente, los archivos .js son scripts de Frida para extraer informacion de la APP durante la ejecucion.
This commit is contained in:
36
apk_decompiled/sources/S0/a.java
Normal file
36
apk_decompiled/sources/S0/a.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.C;
|
||||
import androidx.lifecycle.J;
|
||||
import java.util.concurrent.CancellationException;
|
||||
import kotlinx.coroutines.Job;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class a implements q {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final C f1441a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Job f1442b;
|
||||
|
||||
public a(C c4, Job job) {
|
||||
this.f1441a = c4;
|
||||
this.f1442b = job;
|
||||
}
|
||||
|
||||
@Override // S0.q
|
||||
public final void complete() {
|
||||
this.f1441a.c(this);
|
||||
}
|
||||
|
||||
@Override // androidx.lifecycle.InterfaceC0192m
|
||||
public final void e(J j4) {
|
||||
Job.DefaultImpls.cancel$default(this.f1442b, (CancellationException) null, 1, (Object) null);
|
||||
}
|
||||
|
||||
@Override // S0.q
|
||||
public final void start() {
|
||||
this.f1441a.a(this);
|
||||
}
|
||||
}
|
||||
53
apk_decompiled/sources/S0/b.java
Normal file
53
apk_decompiled/sources/S0/b.java
Normal file
@@ -0,0 +1,53 @@
|
||||
package S0;
|
||||
|
||||
import kotlin.enums.EnumEntries;
|
||||
import kotlin.enums.EnumEntriesKt;
|
||||
|
||||
/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
|
||||
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
|
||||
/* loaded from: classes.dex */
|
||||
public final class b {
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final b f1443c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public static final b f1444d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public static final /* synthetic */ b[] f1445e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public static final /* synthetic */ EnumEntries f1446f;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final boolean f1447a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final boolean f1448b;
|
||||
|
||||
static {
|
||||
b bVar = new b("ENABLED", 0, true, true);
|
||||
f1443c = bVar;
|
||||
b bVar2 = new b("READ_ONLY", 1, true, false);
|
||||
b bVar3 = new b("WRITE_ONLY", 2, false, true);
|
||||
b bVar4 = new b("DISABLED", 3, false, false);
|
||||
f1444d = bVar4;
|
||||
b[] bVarArr = {bVar, bVar2, bVar3, bVar4};
|
||||
f1445e = bVarArr;
|
||||
f1446f = EnumEntriesKt.enumEntries(bVarArr);
|
||||
}
|
||||
|
||||
public b(String str, int i, boolean z3, boolean z4) {
|
||||
this.f1447a = z3;
|
||||
this.f1448b = z4;
|
||||
}
|
||||
|
||||
public static b valueOf(String str) {
|
||||
return (b) Enum.valueOf(b.class, str);
|
||||
}
|
||||
|
||||
public static b[] values() {
|
||||
return (b[]) f1445e.clone();
|
||||
}
|
||||
}
|
||||
91
apk_decompiled/sources/S0/c.java
Normal file
91
apk_decompiled/sources/S0/c.java
Normal file
@@ -0,0 +1,91 @@
|
||||
package S0;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import kotlin.io.ConstantsKt;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlinx.coroutines.CoroutineDispatcher;
|
||||
import kotlinx.coroutines.MainCoroutineDispatcher;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class c {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final MainCoroutineDispatcher f1449a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1450b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1451c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1452d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final V0.d f1453e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final T0.d f1454f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final Bitmap.Config f1455g;
|
||||
public final b h;
|
||||
public final b i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final b f1456j;
|
||||
|
||||
public c(MainCoroutineDispatcher mainCoroutineDispatcher, CoroutineDispatcher coroutineDispatcher, CoroutineDispatcher coroutineDispatcher2, CoroutineDispatcher coroutineDispatcher3, V0.d dVar, T0.d dVar2, Bitmap.Config config, b bVar, b bVar2, b bVar3) {
|
||||
this.f1449a = mainCoroutineDispatcher;
|
||||
this.f1450b = coroutineDispatcher;
|
||||
this.f1451c = coroutineDispatcher2;
|
||||
this.f1452d = coroutineDispatcher3;
|
||||
this.f1453e = dVar;
|
||||
this.f1454f = dVar2;
|
||||
this.f1455g = config;
|
||||
this.h = bVar;
|
||||
this.i = bVar2;
|
||||
this.f1456j = bVar3;
|
||||
}
|
||||
|
||||
public static c a(c cVar, V0.d dVar, int i) {
|
||||
b bVar = b.f1443c;
|
||||
MainCoroutineDispatcher mainCoroutineDispatcher = cVar.f1449a;
|
||||
CoroutineDispatcher coroutineDispatcher = cVar.f1450b;
|
||||
CoroutineDispatcher coroutineDispatcher2 = cVar.f1451c;
|
||||
CoroutineDispatcher coroutineDispatcher3 = cVar.f1452d;
|
||||
if ((i & 16) != 0) {
|
||||
dVar = cVar.f1453e;
|
||||
}
|
||||
V0.d dVar2 = dVar;
|
||||
T0.d dVar3 = cVar.f1454f;
|
||||
Bitmap.Config config = cVar.f1455g;
|
||||
cVar.getClass();
|
||||
cVar.getClass();
|
||||
cVar.getClass();
|
||||
cVar.getClass();
|
||||
cVar.getClass();
|
||||
b bVar2 = (i & ConstantsKt.DEFAULT_BLOCK_SIZE) != 0 ? cVar.h : bVar;
|
||||
b bVar3 = (i & 8192) != 0 ? cVar.i : bVar;
|
||||
if ((i & 16384) != 0) {
|
||||
bVar = cVar.f1456j;
|
||||
}
|
||||
cVar.getClass();
|
||||
return new c(mainCoroutineDispatcher, coroutineDispatcher, coroutineDispatcher2, coroutineDispatcher3, dVar2, dVar3, config, bVar2, bVar3, bVar);
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof c)) {
|
||||
return false;
|
||||
}
|
||||
c cVar = (c) obj;
|
||||
return Intrinsics.areEqual(this.f1449a, cVar.f1449a) && Intrinsics.areEqual(this.f1450b, cVar.f1450b) && Intrinsics.areEqual(this.f1451c, cVar.f1451c) && Intrinsics.areEqual(this.f1452d, cVar.f1452d) && Intrinsics.areEqual(this.f1453e, cVar.f1453e) && this.f1454f == cVar.f1454f && this.f1455g == cVar.f1455g && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && this.h == cVar.h && this.i == cVar.i && this.f1456j == cVar.f1456j;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.f1456j.hashCode() + ((this.i.hashCode() + ((this.h.hashCode() + C.w.c(C.w.c((this.f1455g.hashCode() + ((this.f1454f.hashCode() + ((this.f1453e.hashCode() + ((this.f1452d.hashCode() + ((this.f1451c.hashCode() + ((this.f1450b.hashCode() + (this.f1449a.hashCode() * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31, 31, true), 923521, false)) * 31)) * 31);
|
||||
}
|
||||
}
|
||||
21
apk_decompiled/sources/S0/d.java
Normal file
21
apk_decompiled/sources/S0/d.java
Normal file
@@ -0,0 +1,21 @@
|
||||
package S0;
|
||||
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class d {
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof d)) {
|
||||
return false;
|
||||
}
|
||||
((d) obj).getClass();
|
||||
return Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
5
apk_decompiled/sources/S0/e.java
Normal file
5
apk_decompiled/sources/S0/e.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package S0;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface e {
|
||||
}
|
||||
53
apk_decompiled/sources/S0/f.java
Normal file
53
apk_decompiled/sources/S0/f.java
Normal file
@@ -0,0 +1,53 @@
|
||||
package S0;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class f extends k {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Drawable f1457a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final j f1458b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final Throwable f1459c;
|
||||
|
||||
public f(Drawable drawable, j jVar, Throwable th) {
|
||||
this.f1457a = drawable;
|
||||
this.f1458b = jVar;
|
||||
this.f1459c = th;
|
||||
}
|
||||
|
||||
@Override // S0.k
|
||||
public final Drawable a() {
|
||||
return this.f1457a;
|
||||
}
|
||||
|
||||
@Override // S0.k
|
||||
public final j b() {
|
||||
return this.f1458b;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof f)) {
|
||||
return false;
|
||||
}
|
||||
f fVar = (f) obj;
|
||||
if (Intrinsics.areEqual(this.f1457a, fVar.f1457a)) {
|
||||
return Intrinsics.areEqual(this.f1458b, fVar.f1458b) && Intrinsics.areEqual(this.f1459c, fVar.f1459c);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
Drawable drawable = this.f1457a;
|
||||
int hashCode = drawable != null ? drawable.hashCode() : 0;
|
||||
return this.f1459c.hashCode() + ((this.f1458b.hashCode() + (hashCode * 31)) * 31);
|
||||
}
|
||||
}
|
||||
12
apk_decompiled/sources/S0/g.java
Normal file
12
apk_decompiled/sources/S0/g.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.C;
|
||||
import androidx.lifecycle.J;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class g implements J {
|
||||
@Override // androidx.lifecycle.J
|
||||
public final C getLifecycle() {
|
||||
return h.f1460b;
|
||||
}
|
||||
}
|
||||
43
apk_decompiled/sources/S0/h.java
Normal file
43
apk_decompiled/sources/S0/h.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.B;
|
||||
import androidx.lifecycle.C;
|
||||
import androidx.lifecycle.I;
|
||||
import androidx.lifecycle.InterfaceC0192m;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class h extends C {
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final h f1460b = new C();
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public static final g f1461c = new Object();
|
||||
|
||||
@Override // androidx.lifecycle.C
|
||||
public final void a(I i) {
|
||||
if (!(i instanceof InterfaceC0192m)) {
|
||||
throw new IllegalArgumentException((i + " must implement androidx.lifecycle.DefaultLifecycleObserver.").toString());
|
||||
}
|
||||
InterfaceC0192m interfaceC0192m = (InterfaceC0192m) i;
|
||||
interfaceC0192m.getClass();
|
||||
g owner = f1461c;
|
||||
Intrinsics.checkNotNullParameter(owner, "owner");
|
||||
interfaceC0192m.x(owner);
|
||||
interfaceC0192m.d(owner);
|
||||
}
|
||||
|
||||
@Override // androidx.lifecycle.C
|
||||
public final B b() {
|
||||
return B.f3284e;
|
||||
}
|
||||
|
||||
@Override // androidx.lifecycle.C
|
||||
public final void c(I i) {
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "coil.request.GlobalLifecycle";
|
||||
}
|
||||
}
|
||||
223
apk_decompiled/sources/S0/i.java
Normal file
223
apk_decompiled/sources/S0/i.java
Normal file
@@ -0,0 +1,223 @@
|
||||
package S0;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.ContextWrapper;
|
||||
import android.graphics.Bitmap;
|
||||
import android.widget.ImageView;
|
||||
import androidx.lifecycle.C;
|
||||
import androidx.lifecycle.J;
|
||||
import e3.C0333t;
|
||||
import e3.C0334u;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import kotlin.collections.CollectionsKt;
|
||||
import kotlin.collections.MapsKt;
|
||||
import kotlinx.coroutines.CoroutineDispatcher;
|
||||
import kotlinx.coroutines.MainCoroutineDispatcher;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class i {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Context f1462a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public c f1463b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public Object f1464c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public U0.b f1465d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public Q0.b f1466e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public String f1467f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final List f1468g;
|
||||
public final C0333t h;
|
||||
public final Map i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final boolean f1469j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public final boolean f1470k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public final A.a f1471l;
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public C f1472m;
|
||||
|
||||
/* renamed from: n, reason: collision with root package name */
|
||||
public T0.i f1473n;
|
||||
|
||||
/* renamed from: o, reason: collision with root package name */
|
||||
public T0.g f1474o;
|
||||
|
||||
public i(Context context) {
|
||||
this.f1462a = context;
|
||||
this.f1463b = W0.d.f1886a;
|
||||
this.f1464c = null;
|
||||
this.f1465d = null;
|
||||
this.f1466e = null;
|
||||
this.f1467f = null;
|
||||
this.f1468g = CollectionsKt.emptyList();
|
||||
this.h = null;
|
||||
this.i = null;
|
||||
this.f1469j = true;
|
||||
this.f1470k = true;
|
||||
this.f1471l = null;
|
||||
this.f1472m = null;
|
||||
this.f1473n = null;
|
||||
this.f1474o = null;
|
||||
}
|
||||
|
||||
/* JADX WARN: Multi-variable type inference failed */
|
||||
/* JADX WARN: Type inference failed for: r29v0, types: [S0.d, java.lang.Object] */
|
||||
public final j a() {
|
||||
b bVar;
|
||||
C c4;
|
||||
ImageView.ScaleType scaleType;
|
||||
C lifecycle;
|
||||
Object obj = this.f1464c;
|
||||
if (obj == null) {
|
||||
obj = l.f1500a;
|
||||
}
|
||||
Object obj2 = obj;
|
||||
U0.b bVar2 = this.f1465d;
|
||||
Q0.b bVar3 = this.f1466e;
|
||||
String str = this.f1467f;
|
||||
c cVar = this.f1463b;
|
||||
Bitmap.Config config = cVar.f1455g;
|
||||
T0.d dVar = cVar.f1454f;
|
||||
V0.d dVar2 = cVar.f1453e;
|
||||
C0333t c0333t = this.h;
|
||||
C0334u d4 = c0333t != null ? c0333t.d() : null;
|
||||
if (d4 == null) {
|
||||
d4 = W0.f.f1889c;
|
||||
} else {
|
||||
Bitmap.Config[] configArr = W0.f.f1887a;
|
||||
}
|
||||
C0334u c0334u = d4;
|
||||
Map map = this.i;
|
||||
s sVar = map != null ? new s(m3.l.a0(map)) : null;
|
||||
if (sVar == null) {
|
||||
sVar = s.f1524b;
|
||||
}
|
||||
s sVar2 = sVar;
|
||||
this.f1463b.getClass();
|
||||
this.f1463b.getClass();
|
||||
c cVar2 = this.f1463b;
|
||||
b bVar4 = cVar2.h;
|
||||
b bVar5 = cVar2.i;
|
||||
b bVar6 = cVar2.f1456j;
|
||||
MainCoroutineDispatcher mainCoroutineDispatcher = cVar2.f1449a;
|
||||
CoroutineDispatcher coroutineDispatcher = cVar2.f1450b;
|
||||
CoroutineDispatcher coroutineDispatcher2 = cVar2.f1451c;
|
||||
CoroutineDispatcher coroutineDispatcher3 = cVar2.f1452d;
|
||||
C c5 = this.f1472m;
|
||||
Context context = this.f1462a;
|
||||
if (c5 == null) {
|
||||
U0.b bVar7 = this.f1465d;
|
||||
bVar = bVar4;
|
||||
Object context2 = bVar7 instanceof U0.a ? ((U0.a) bVar7).f1775b.getContext() : context;
|
||||
while (true) {
|
||||
if (context2 instanceof J) {
|
||||
lifecycle = ((J) context2).getLifecycle();
|
||||
break;
|
||||
}
|
||||
if (!(context2 instanceof ContextWrapper)) {
|
||||
lifecycle = null;
|
||||
break;
|
||||
}
|
||||
context2 = ((ContextWrapper) context2).getBaseContext();
|
||||
}
|
||||
if (lifecycle == null) {
|
||||
lifecycle = h.f1460b;
|
||||
}
|
||||
c4 = lifecycle;
|
||||
} else {
|
||||
bVar = bVar4;
|
||||
c4 = c5;
|
||||
}
|
||||
T0.i iVar = this.f1473n;
|
||||
if (iVar == null) {
|
||||
U0.b bVar8 = this.f1465d;
|
||||
if (bVar8 instanceof U0.a) {
|
||||
ImageView imageView = ((U0.a) bVar8).f1775b;
|
||||
if (imageView == null || !((scaleType = imageView.getScaleType()) == ImageView.ScaleType.CENTER || scaleType == ImageView.ScaleType.MATRIX)) {
|
||||
iVar = new T0.f(imageView);
|
||||
} else {
|
||||
T0.h hVar = T0.h.f1642c;
|
||||
iVar = new Object();
|
||||
}
|
||||
} else {
|
||||
iVar = new T0.c(context);
|
||||
}
|
||||
}
|
||||
T0.i iVar2 = iVar;
|
||||
T0.g gVar = this.f1474o;
|
||||
if (gVar == null) {
|
||||
U0.b bVar9 = this.f1465d;
|
||||
U0.a aVar = bVar9 instanceof U0.a ? (U0.a) bVar9 : null;
|
||||
ImageView imageView2 = aVar != null ? aVar.f1775b : null;
|
||||
if (imageView2 != null) {
|
||||
Bitmap.Config[] configArr2 = W0.f.f1887a;
|
||||
ImageView.ScaleType scaleType2 = imageView2.getScaleType();
|
||||
int i = scaleType2 == null ? -1 : W0.e.$EnumSwitchMapping$1[scaleType2.ordinal()];
|
||||
gVar = (i == 1 || i == 2 || i == 3 || i == 4) ? T0.g.f1639b : T0.g.f1638a;
|
||||
} else {
|
||||
gVar = T0.g.f1639b;
|
||||
}
|
||||
}
|
||||
T0.g gVar2 = gVar;
|
||||
A.a aVar2 = this.f1471l;
|
||||
p pVar = aVar2 != null ? new p(m3.l.a0((Map) aVar2.f7b)) : null;
|
||||
if (pVar == null) {
|
||||
pVar = p.f1515b;
|
||||
}
|
||||
return new j(this.f1462a, obj2, bVar2, bVar3, str, config, dVar, this.f1468g, dVar2, c0334u, sVar2, this.f1469j, true, false, this.f1470k, bVar, bVar5, bVar6, mainCoroutineDispatcher, coroutineDispatcher, coroutineDispatcher2, coroutineDispatcher3, c4, iVar2, gVar2, pVar, new Object(), this.f1463b);
|
||||
}
|
||||
|
||||
public final void b(String str) {
|
||||
this.f1466e = str != null ? new Q0.b(str) : null;
|
||||
}
|
||||
|
||||
public final void c(ImageView imageView) {
|
||||
this.f1465d = new U0.a(imageView);
|
||||
this.f1472m = null;
|
||||
this.f1473n = null;
|
||||
this.f1474o = null;
|
||||
}
|
||||
|
||||
public i(j jVar, Context context) {
|
||||
this.f1462a = context;
|
||||
this.f1463b = jVar.f1476B;
|
||||
this.f1464c = jVar.f1478b;
|
||||
this.f1465d = jVar.f1479c;
|
||||
this.f1466e = jVar.f1480d;
|
||||
this.f1467f = jVar.f1481e;
|
||||
this.f1468g = jVar.h;
|
||||
this.h = jVar.f1484j.c();
|
||||
this.i = MapsKt.toMutableMap(jVar.f1485k.f1525a);
|
||||
this.f1469j = jVar.f1486l;
|
||||
this.f1470k = jVar.f1489o;
|
||||
p pVar = jVar.f1499z;
|
||||
pVar.getClass();
|
||||
this.f1471l = new A.a(pVar);
|
||||
if (jVar.f1477a == context) {
|
||||
this.f1472m = jVar.f1496w;
|
||||
this.f1473n = jVar.f1497x;
|
||||
this.f1474o = jVar.f1498y;
|
||||
} else {
|
||||
this.f1472m = null;
|
||||
this.f1473n = null;
|
||||
this.f1474o = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
144
apk_decompiled/sources/S0/j.java
Normal file
144
apk_decompiled/sources/S0/j.java
Normal file
@@ -0,0 +1,144 @@
|
||||
package S0;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
||||
import androidx.lifecycle.C;
|
||||
import e3.C0334u;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlinx.coroutines.CoroutineDispatcher;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class j {
|
||||
|
||||
/* renamed from: A, reason: collision with root package name */
|
||||
public final d f1475A;
|
||||
|
||||
/* renamed from: B, reason: collision with root package name */
|
||||
public final c f1476B;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Context f1477a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Object f1478b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final U0.b f1479c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final Q0.b f1480d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final String f1481e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final Bitmap.Config f1482f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final T0.d f1483g;
|
||||
public final List h;
|
||||
public final V0.d i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final C0334u f1484j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public final s f1485k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public final boolean f1486l;
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public final boolean f1487m;
|
||||
|
||||
/* renamed from: n, reason: collision with root package name */
|
||||
public final boolean f1488n;
|
||||
|
||||
/* renamed from: o, reason: collision with root package name */
|
||||
public final boolean f1489o;
|
||||
public final b p;
|
||||
|
||||
/* renamed from: q, reason: collision with root package name */
|
||||
public final b f1490q;
|
||||
|
||||
/* renamed from: r, reason: collision with root package name */
|
||||
public final b f1491r;
|
||||
|
||||
/* renamed from: s, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1492s;
|
||||
|
||||
/* renamed from: t, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1493t;
|
||||
|
||||
/* renamed from: u, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1494u;
|
||||
|
||||
/* renamed from: v, reason: collision with root package name */
|
||||
public final CoroutineDispatcher f1495v;
|
||||
|
||||
/* renamed from: w, reason: collision with root package name */
|
||||
public final C f1496w;
|
||||
|
||||
/* renamed from: x, reason: collision with root package name */
|
||||
public final T0.i f1497x;
|
||||
|
||||
/* renamed from: y, reason: collision with root package name */
|
||||
public final T0.g f1498y;
|
||||
|
||||
/* renamed from: z, reason: collision with root package name */
|
||||
public final p f1499z;
|
||||
|
||||
public j(Context context, Object obj, U0.b bVar, Q0.b bVar2, String str, Bitmap.Config config, T0.d dVar, List list, V0.d dVar2, C0334u c0334u, s sVar, boolean z3, boolean z4, boolean z5, boolean z6, b bVar3, b bVar4, b bVar5, CoroutineDispatcher coroutineDispatcher, CoroutineDispatcher coroutineDispatcher2, CoroutineDispatcher coroutineDispatcher3, CoroutineDispatcher coroutineDispatcher4, C c4, T0.i iVar, T0.g gVar, p pVar, d dVar3, c cVar) {
|
||||
this.f1477a = context;
|
||||
this.f1478b = obj;
|
||||
this.f1479c = bVar;
|
||||
this.f1480d = bVar2;
|
||||
this.f1481e = str;
|
||||
this.f1482f = config;
|
||||
this.f1483g = dVar;
|
||||
this.h = list;
|
||||
this.i = dVar2;
|
||||
this.f1484j = c0334u;
|
||||
this.f1485k = sVar;
|
||||
this.f1486l = z3;
|
||||
this.f1487m = z4;
|
||||
this.f1488n = z5;
|
||||
this.f1489o = z6;
|
||||
this.p = bVar3;
|
||||
this.f1490q = bVar4;
|
||||
this.f1491r = bVar5;
|
||||
this.f1492s = coroutineDispatcher;
|
||||
this.f1493t = coroutineDispatcher2;
|
||||
this.f1494u = coroutineDispatcher3;
|
||||
this.f1495v = coroutineDispatcher4;
|
||||
this.f1496w = c4;
|
||||
this.f1497x = iVar;
|
||||
this.f1498y = gVar;
|
||||
this.f1499z = pVar;
|
||||
this.f1475A = dVar3;
|
||||
this.f1476B = cVar;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof j)) {
|
||||
return false;
|
||||
}
|
||||
j jVar = (j) obj;
|
||||
return Intrinsics.areEqual(this.f1477a, jVar.f1477a) && Intrinsics.areEqual(this.f1478b, jVar.f1478b) && Intrinsics.areEqual(this.f1479c, jVar.f1479c) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual(this.f1480d, jVar.f1480d) && Intrinsics.areEqual(this.f1481e, jVar.f1481e) && this.f1482f == jVar.f1482f && Intrinsics.areEqual((Object) null, (Object) null) && this.f1483g == jVar.f1483g && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual(this.h, jVar.h) && Intrinsics.areEqual(this.i, jVar.i) && Intrinsics.areEqual(this.f1484j, jVar.f1484j) && Intrinsics.areEqual(this.f1485k, jVar.f1485k) && this.f1486l == jVar.f1486l && this.f1487m == jVar.f1487m && this.f1488n == jVar.f1488n && this.f1489o == jVar.f1489o && this.p == jVar.p && this.f1490q == jVar.f1490q && this.f1491r == jVar.f1491r && Intrinsics.areEqual(this.f1492s, jVar.f1492s) && Intrinsics.areEqual(this.f1493t, jVar.f1493t) && Intrinsics.areEqual(this.f1494u, jVar.f1494u) && Intrinsics.areEqual(this.f1495v, jVar.f1495v) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual((Object) null, (Object) null) && Intrinsics.areEqual(this.f1496w, jVar.f1496w) && Intrinsics.areEqual(this.f1497x, jVar.f1497x) && this.f1498y == jVar.f1498y && Intrinsics.areEqual(this.f1499z, jVar.f1499z) && Intrinsics.areEqual(this.f1475A, jVar.f1475A) && Intrinsics.areEqual(this.f1476B, jVar.f1476B);
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
int hashCode = (this.f1478b.hashCode() + (this.f1477a.hashCode() * 31)) * 31;
|
||||
U0.b bVar = this.f1479c;
|
||||
int hashCode2 = (hashCode + (bVar != null ? bVar.hashCode() : 0)) * 961;
|
||||
Q0.b bVar2 = this.f1480d;
|
||||
int hashCode3 = (hashCode2 + (bVar2 != null ? bVar2.hashCode() : 0)) * 31;
|
||||
String str = this.f1481e;
|
||||
return this.f1476B.hashCode() + ((this.f1499z.f1516a.hashCode() + ((this.f1498y.hashCode() + ((this.f1497x.hashCode() + ((this.f1496w.hashCode() + ((this.f1495v.hashCode() + ((this.f1494u.hashCode() + ((this.f1493t.hashCode() + ((this.f1492s.hashCode() + ((this.f1491r.hashCode() + ((this.f1490q.hashCode() + ((this.p.hashCode() + C.w.c(C.w.c(C.w.c(C.w.c((this.f1485k.f1525a.hashCode() + ((((this.i.hashCode() + ((this.h.hashCode() + ((this.f1483g.hashCode() + ((this.f1482f.hashCode() + ((hashCode3 + (str != null ? str.hashCode() : 0)) * 31)) * 961)) * 29791)) * 31)) * 31) + Arrays.hashCode(this.f1484j.f6404a)) * 31)) * 31, 31, this.f1486l), 31, this.f1487m), 31, this.f1488n), 31, this.f1489o)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * (-196513505));
|
||||
}
|
||||
}
|
||||
10
apk_decompiled/sources/S0/k.java
Normal file
10
apk_decompiled/sources/S0/k.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package S0;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class k {
|
||||
public abstract Drawable a();
|
||||
|
||||
public abstract j b();
|
||||
}
|
||||
12
apk_decompiled/sources/S0/l.java
Normal file
12
apk_decompiled/sources/S0/l.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package S0;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class l {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final l f1500a = new Object();
|
||||
|
||||
public final String toString() {
|
||||
return "coil.request.NullRequestData";
|
||||
}
|
||||
}
|
||||
5
apk_decompiled/sources/S0/m.java
Normal file
5
apk_decompiled/sources/S0/m.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package S0;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class m extends RuntimeException {
|
||||
}
|
||||
14
apk_decompiled/sources/S0/n.java
Normal file
14
apk_decompiled/sources/S0/n.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package S0;
|
||||
|
||||
import kotlinx.coroutines.Deferred;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class n implements e {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Deferred f1501a;
|
||||
|
||||
public n(Deferred deferred) {
|
||||
this.f1501a = deferred;
|
||||
}
|
||||
}
|
||||
90
apk_decompiled/sources/S0/o.java
Normal file
90
apk_decompiled/sources/S0/o.java
Normal file
@@ -0,0 +1,90 @@
|
||||
package S0;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.ColorSpace;
|
||||
import e3.C0334u;
|
||||
import java.util.Arrays;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class o {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Context f1502a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final Bitmap.Config f1503b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final ColorSpace f1504c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final T0.h f1505d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final T0.g f1506e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final boolean f1507f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final boolean f1508g;
|
||||
public final boolean h;
|
||||
public final String i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public final C0334u f1509j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public final s f1510k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public final p f1511l;
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public final b f1512m;
|
||||
|
||||
/* renamed from: n, reason: collision with root package name */
|
||||
public final b f1513n;
|
||||
|
||||
/* renamed from: o, reason: collision with root package name */
|
||||
public final b f1514o;
|
||||
|
||||
public o(Context context, Bitmap.Config config, ColorSpace colorSpace, T0.h hVar, T0.g gVar, boolean z3, boolean z4, boolean z5, String str, C0334u c0334u, s sVar, p pVar, b bVar, b bVar2, b bVar3) {
|
||||
this.f1502a = context;
|
||||
this.f1503b = config;
|
||||
this.f1504c = colorSpace;
|
||||
this.f1505d = hVar;
|
||||
this.f1506e = gVar;
|
||||
this.f1507f = z3;
|
||||
this.f1508g = z4;
|
||||
this.h = z5;
|
||||
this.i = str;
|
||||
this.f1509j = c0334u;
|
||||
this.f1510k = sVar;
|
||||
this.f1511l = pVar;
|
||||
this.f1512m = bVar;
|
||||
this.f1513n = bVar2;
|
||||
this.f1514o = bVar3;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof o)) {
|
||||
return false;
|
||||
}
|
||||
o oVar = (o) obj;
|
||||
return Intrinsics.areEqual(this.f1502a, oVar.f1502a) && this.f1503b == oVar.f1503b && Intrinsics.areEqual(this.f1504c, oVar.f1504c) && Intrinsics.areEqual(this.f1505d, oVar.f1505d) && this.f1506e == oVar.f1506e && this.f1507f == oVar.f1507f && this.f1508g == oVar.f1508g && this.h == oVar.h && Intrinsics.areEqual(this.i, oVar.i) && Intrinsics.areEqual(this.f1509j, oVar.f1509j) && Intrinsics.areEqual(this.f1510k, oVar.f1510k) && Intrinsics.areEqual(this.f1511l, oVar.f1511l) && this.f1512m == oVar.f1512m && this.f1513n == oVar.f1513n && this.f1514o == oVar.f1514o;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
int hashCode = (this.f1503b.hashCode() + (this.f1502a.hashCode() * 31)) * 31;
|
||||
ColorSpace colorSpace = this.f1504c;
|
||||
int c4 = C.w.c(C.w.c(C.w.c((this.f1506e.hashCode() + ((this.f1505d.hashCode() + ((hashCode + (colorSpace != null ? colorSpace.hashCode() : 0)) * 31)) * 31)) * 31, 31, this.f1507f), 31, this.f1508g), 31, this.h);
|
||||
String str = this.i;
|
||||
return this.f1514o.hashCode() + ((this.f1513n.hashCode() + ((this.f1512m.hashCode() + ((this.f1511l.f1516a.hashCode() + ((this.f1510k.f1525a.hashCode() + ((((c4 + (str != null ? str.hashCode() : 0)) * 31) + Arrays.hashCode(this.f1509j.f6404a)) * 31)) * 31)) * 31)) * 31)) * 31);
|
||||
}
|
||||
}
|
||||
55
apk_decompiled/sources/S0/p.java
Normal file
55
apk_decompiled/sources/S0/p.java
Normal file
@@ -0,0 +1,55 @@
|
||||
package S0;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
import kotlin.TuplesKt;
|
||||
import kotlin.collections.MapsKt;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlin.jvm.internal.markers.KMappedMarker;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class p implements Iterable, KMappedMarker {
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final p f1515b = new p(MapsKt.emptyMap());
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Map f1516a;
|
||||
|
||||
public p(Map map) {
|
||||
this.f1516a = map;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof p) {
|
||||
return Intrinsics.areEqual(this.f1516a, ((p) obj).f1516a);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.f1516a.hashCode();
|
||||
}
|
||||
|
||||
@Override // java.lang.Iterable
|
||||
public final Iterator iterator() {
|
||||
Map map = this.f1516a;
|
||||
ArrayList arrayList = new ArrayList(map.size());
|
||||
for (Map.Entry entry : map.entrySet()) {
|
||||
String str = (String) entry.getKey();
|
||||
if (entry.getValue() != null) {
|
||||
throw new ClassCastException();
|
||||
}
|
||||
arrayList.add(TuplesKt.to(str, null));
|
||||
}
|
||||
return arrayList.iterator();
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "Parameters(entries=" + this.f1516a + ')';
|
||||
}
|
||||
}
|
||||
14
apk_decompiled/sources/S0/q.java
Normal file
14
apk_decompiled/sources/S0/q.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.InterfaceC0192m;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface q extends InterfaceC0192m {
|
||||
default void complete() {
|
||||
}
|
||||
|
||||
default void s() {
|
||||
}
|
||||
|
||||
void start();
|
||||
}
|
||||
71
apk_decompiled/sources/S0/r.java
Normal file
71
apk_decompiled/sources/S0/r.java
Normal file
@@ -0,0 +1,71 @@
|
||||
package S0;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class r extends k {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Drawable f1517a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final j f1518b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final J0.g f1519c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final Q0.b f1520d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final String f1521e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final boolean f1522f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final boolean f1523g;
|
||||
|
||||
public r(Drawable drawable, j jVar, J0.g gVar, Q0.b bVar, String str, boolean z3, boolean z4) {
|
||||
this.f1517a = drawable;
|
||||
this.f1518b = jVar;
|
||||
this.f1519c = gVar;
|
||||
this.f1520d = bVar;
|
||||
this.f1521e = str;
|
||||
this.f1522f = z3;
|
||||
this.f1523g = z4;
|
||||
}
|
||||
|
||||
@Override // S0.k
|
||||
public final Drawable a() {
|
||||
return this.f1517a;
|
||||
}
|
||||
|
||||
@Override // S0.k
|
||||
public final j b() {
|
||||
return this.f1518b;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof r)) {
|
||||
return false;
|
||||
}
|
||||
r rVar = (r) obj;
|
||||
if (Intrinsics.areEqual(this.f1517a, rVar.f1517a)) {
|
||||
return Intrinsics.areEqual(this.f1518b, rVar.f1518b) && this.f1519c == rVar.f1519c && Intrinsics.areEqual(this.f1520d, rVar.f1520d) && Intrinsics.areEqual(this.f1521e, rVar.f1521e) && this.f1522f == rVar.f1522f && this.f1523g == rVar.f1523g;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
int hashCode = (this.f1519c.hashCode() + ((this.f1518b.hashCode() + (this.f1517a.hashCode() * 31)) * 31)) * 31;
|
||||
Q0.b bVar = this.f1520d;
|
||||
int hashCode2 = (hashCode + (bVar != null ? bVar.hashCode() : 0)) * 31;
|
||||
String str = this.f1521e;
|
||||
return Boolean.hashCode(this.f1523g) + C.w.c((hashCode2 + (str != null ? str.hashCode() : 0)) * 31, 31, this.f1522f);
|
||||
}
|
||||
}
|
||||
37
apk_decompiled/sources/S0/s.java
Normal file
37
apk_decompiled/sources/S0/s.java
Normal file
@@ -0,0 +1,37 @@
|
||||
package S0;
|
||||
|
||||
import java.util.Map;
|
||||
import kotlin.collections.MapsKt;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class s {
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final s f1524b = new s(MapsKt.emptyMap());
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final Map f1525a;
|
||||
|
||||
public s(Map map) {
|
||||
this.f1525a = map;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (obj instanceof s) {
|
||||
return Intrinsics.areEqual(this.f1525a, ((s) obj).f1525a);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return this.f1525a.hashCode();
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
return "Tags(tags=" + this.f1525a + ')';
|
||||
}
|
||||
}
|
||||
10
apk_decompiled/sources/S0/t.java
Normal file
10
apk_decompiled/sources/S0/t.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package S0;
|
||||
|
||||
import kotlinx.coroutines.Deferred;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class t implements e {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public volatile Deferred f1526a;
|
||||
}
|
||||
99
apk_decompiled/sources/S0/u.java
Normal file
99
apk_decompiled/sources/S0/u.java
Normal file
@@ -0,0 +1,99 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.C;
|
||||
import androidx.lifecycle.J;
|
||||
import java.util.concurrent.CancellationException;
|
||||
import kotlinx.coroutines.BuildersKt__Builders_commonKt;
|
||||
import kotlinx.coroutines.Dispatchers;
|
||||
import kotlinx.coroutines.GlobalScope;
|
||||
import kotlinx.coroutines.Job;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class u implements q {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final I0.p f1527a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final j f1528b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final U0.a f1529c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final C f1530d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public final Job f1531e;
|
||||
|
||||
public u(I0.p pVar, j jVar, U0.a aVar, C c4, Job job) {
|
||||
this.f1527a = pVar;
|
||||
this.f1528b = jVar;
|
||||
this.f1529c = aVar;
|
||||
this.f1530d = c4;
|
||||
this.f1531e = job;
|
||||
}
|
||||
|
||||
@Override // androidx.lifecycle.InterfaceC0192m
|
||||
public final void e(J j4) {
|
||||
Job launch$default;
|
||||
w c4 = W0.f.c(this.f1529c.f1775b);
|
||||
synchronized (c4) {
|
||||
try {
|
||||
Job job = c4.f1534b;
|
||||
if (job != null) {
|
||||
Job.DefaultImpls.cancel$default(job, (CancellationException) null, 1, (Object) null);
|
||||
}
|
||||
launch$default = BuildersKt__Builders_commonKt.launch$default(GlobalScope.INSTANCE, Dispatchers.getMain().getImmediate(), null, new v(c4, null), 2, null);
|
||||
c4.f1534b = launch$default;
|
||||
c4.f1533a = null;
|
||||
} catch (Throwable th) {
|
||||
throw th;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override // S0.q
|
||||
public final void s() {
|
||||
U0.a aVar = this.f1529c;
|
||||
if (aVar.f1775b.isAttachedToWindow()) {
|
||||
return;
|
||||
}
|
||||
w c4 = W0.f.c(aVar.f1775b);
|
||||
u uVar = c4.f1535c;
|
||||
if (uVar != null) {
|
||||
Job.DefaultImpls.cancel$default(uVar.f1531e, (CancellationException) null, 1, (Object) null);
|
||||
C c5 = uVar.f1530d;
|
||||
U0.a aVar2 = uVar.f1529c;
|
||||
if (aVar2 != null) {
|
||||
c5.c(aVar2);
|
||||
}
|
||||
c5.c(uVar);
|
||||
}
|
||||
c4.f1535c = this;
|
||||
throw new CancellationException("'ViewTarget.view' must be attached to a window.");
|
||||
}
|
||||
|
||||
@Override // S0.q
|
||||
public final void start() {
|
||||
C c4 = this.f1530d;
|
||||
c4.a(this);
|
||||
U0.a aVar = this.f1529c;
|
||||
if (aVar != null) {
|
||||
c4.c(aVar);
|
||||
c4.a(aVar);
|
||||
}
|
||||
w c5 = W0.f.c(aVar.f1775b);
|
||||
u uVar = c5.f1535c;
|
||||
if (uVar != null) {
|
||||
Job.DefaultImpls.cancel$default(uVar.f1531e, (CancellationException) null, 1, (Object) null);
|
||||
C c6 = uVar.f1530d;
|
||||
U0.a aVar2 = uVar.f1529c;
|
||||
if (aVar2 != null) {
|
||||
c6.c(aVar2);
|
||||
}
|
||||
c6.c(uVar);
|
||||
}
|
||||
c5.f1535c = this;
|
||||
}
|
||||
}
|
||||
54
apk_decompiled/sources/S0/v.java
Normal file
54
apk_decompiled/sources/S0/v.java
Normal file
@@ -0,0 +1,54 @@
|
||||
package S0;
|
||||
|
||||
import androidx.lifecycle.C;
|
||||
import java.util.concurrent.CancellationException;
|
||||
import kotlin.ResultKt;
|
||||
import kotlin.Unit;
|
||||
import kotlin.coroutines.Continuation;
|
||||
import kotlin.coroutines.intrinsics.IntrinsicsKt;
|
||||
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
import kotlinx.coroutines.CoroutineScope;
|
||||
import kotlinx.coroutines.Job;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class v extends SuspendLambda implements Function2 {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ w f1532a;
|
||||
|
||||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||||
public v(w wVar, Continuation continuation) {
|
||||
super(2, continuation);
|
||||
this.f1532a = wVar;
|
||||
}
|
||||
|
||||
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||||
public final Continuation create(Object obj, Continuation continuation) {
|
||||
return new v(this.f1532a, continuation);
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function2
|
||||
public final Object invoke(Object obj, Object obj2) {
|
||||
return ((v) create((CoroutineScope) obj, (Continuation) obj2)).invokeSuspend(Unit.INSTANCE);
|
||||
}
|
||||
|
||||
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||||
public final Object invokeSuspend(Object obj) {
|
||||
IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
||||
ResultKt.throwOnFailure(obj);
|
||||
w wVar = this.f1532a;
|
||||
u uVar = wVar.f1535c;
|
||||
if (uVar != null) {
|
||||
Job.DefaultImpls.cancel$default(uVar.f1531e, (CancellationException) null, 1, (Object) null);
|
||||
C c4 = uVar.f1530d;
|
||||
U0.a aVar = uVar.f1529c;
|
||||
if (aVar != null) {
|
||||
c4.c(aVar);
|
||||
}
|
||||
c4.c(uVar);
|
||||
}
|
||||
wVar.f1535c = null;
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
}
|
||||
68
apk_decompiled/sources/S0/w.java
Normal file
68
apk_decompiled/sources/S0/w.java
Normal file
@@ -0,0 +1,68 @@
|
||||
package S0;
|
||||
|
||||
import android.os.Looper;
|
||||
import android.view.View;
|
||||
import androidx.lifecycle.C;
|
||||
import java.util.concurrent.CancellationException;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlinx.coroutines.Deferred;
|
||||
import kotlinx.coroutines.Job;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class w implements View.OnAttachStateChangeListener {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public t f1533a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public Job f1534b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public u f1535c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public boolean f1536d;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v2, types: [S0.t, java.lang.Object] */
|
||||
public final synchronized t a(Deferred deferred) {
|
||||
t tVar = this.f1533a;
|
||||
if (tVar != null && Intrinsics.areEqual(Looper.myLooper(), Looper.getMainLooper()) && this.f1536d) {
|
||||
this.f1536d = false;
|
||||
tVar.f1526a = deferred;
|
||||
return tVar;
|
||||
}
|
||||
Job job = this.f1534b;
|
||||
if (job != null) {
|
||||
Job.DefaultImpls.cancel$default(job, (CancellationException) null, 1, (Object) null);
|
||||
}
|
||||
this.f1534b = null;
|
||||
?? obj = new Object();
|
||||
obj.f1526a = deferred;
|
||||
this.f1533a = obj;
|
||||
return obj;
|
||||
}
|
||||
|
||||
@Override // android.view.View.OnAttachStateChangeListener
|
||||
public final void onViewAttachedToWindow(View view) {
|
||||
u uVar = this.f1535c;
|
||||
if (uVar == null) {
|
||||
return;
|
||||
}
|
||||
this.f1536d = true;
|
||||
uVar.f1527a.b(uVar.f1528b);
|
||||
}
|
||||
|
||||
@Override // android.view.View.OnAttachStateChangeListener
|
||||
public final void onViewDetachedFromWindow(View view) {
|
||||
u uVar = this.f1535c;
|
||||
if (uVar != null) {
|
||||
Job.DefaultImpls.cancel$default(uVar.f1531e, (CancellationException) null, 1, (Object) null);
|
||||
C c4 = uVar.f1530d;
|
||||
U0.a aVar = uVar.f1529c;
|
||||
if (aVar != null) {
|
||||
c4.c(aVar);
|
||||
}
|
||||
c4.c(uVar);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user