diff --git a/app/build.gradle b/app/build.gradle index cdadd25aa1..d75600bf79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 94203 - versionName "94.3 - Alpha" + versionCode 94204 + versionName "94.4 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f15599a611..5cdcc894a0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java b/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java index 782d59a985..f8079067d3 100644 --- a/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java +++ b/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java @@ -43,7 +43,7 @@ public final class BlockRunner$cancel$1 extends k implements Function2 { if (this.cancellationJob == null) { CoroutineScope coroutineScope = this.scope; CoroutineDispatcher coroutineDispatcher = j0.a; - this.cancellationJob = a.G(coroutineScope, n.b.H(), null, new BlockRunner$cancel$1(this, null), 2, null); + this.cancellationJob = a.H(coroutineScope, n.b.H(), null, new BlockRunner$cancel$1(this, null), 2, null); return; } throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString()); @@ -79,7 +79,7 @@ public final class BlockRunner { } this.cancellationJob = null; if (this.runningJob == null) { - this.runningJob = a.G(this.scope, null, null, new BlockRunner$maybeRun$1(this, null), 3, null); + this.runningJob = a.H(this.scope, null, null, new BlockRunner$maybeRun$1(this, null), 3, null); } } } diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java index 940e5fe98f..f4402f30af 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java @@ -18,7 +18,7 @@ public final class CoroutineLiveDataKt { public static final Object addDisposableSource(MediatorLiveData mediatorLiveData, LiveData liveData, Continuation continuation) { CoroutineDispatcher coroutineDispatcher = j0.a; - return a.i0(n.b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation); + return a.j0(n.b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation); } public static final LiveData liveData(CoroutineContext coroutineContext, long j, Function2, ? super Continuation, ? extends Object> function2) { diff --git a/app/src/main/java/androidx/lifecycle/EmittedSource.java b/app/src/main/java/androidx/lifecycle/EmittedSource.java index 0ac80c167a..4f560b2c08 100644 --- a/app/src/main/java/androidx/lifecycle/EmittedSource.java +++ b/app/src/main/java/androidx/lifecycle/EmittedSource.java @@ -39,12 +39,12 @@ public final class EmittedSource implements l0 { @Override // s.a.l0 public void dispose() { CoroutineDispatcher coroutineDispatcher = j0.a; - a.G(a.a(n.b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null); + a.H(a.a(n.b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null); } public final Object disposeNow(Continuation continuation) { CoroutineDispatcher coroutineDispatcher = j0.a; - Object i02 = a.i0(n.b.H(), new EmittedSource$disposeNow$2(this, null), continuation); - return i02 == c.getCOROUTINE_SUSPENDED() ? i02 : Unit.a; + Object j02 = a.j0(n.b.H(), new EmittedSource$disposeNow$2(this, null), continuation); + return j02 == c.getCOROUTINE_SUSPENDED() ? j02 : Unit.a; } } diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java index 73eeee6894..7d1a121c4a 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java @@ -156,7 +156,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio this.L$1 = gVar; this.L$2 = flowLiveDataConversions$asFlow$1$observer$1; this.label = 1; - if (a.i0(H, r8, this) == coroutine_suspended) { + if (a.j0(H, r8, this) == coroutine_suspended) { return coroutine_suspended; } dVar = gVar; @@ -178,7 +178,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio } w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher2 = j0.a; - a.G(w0Var, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$12, observer2, null), 2, null); + a.H(w0Var, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$12, observer2, null), 2, null); return Unit.a; } else if (i == 3) { eVar2 = (s.a.z1.e) this.L$2; @@ -224,7 +224,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio } w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher2 = j0.a; - a.G(w0Var, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$12, observer2, null), 2, null); + a.H(w0Var, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$12, observer2, null), 2, null); return Unit.a; } catch (Throwable th3) { observer = observer2; @@ -232,7 +232,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio flowLiveDataConversions$asFlow$1 = flowLiveDataConversions$asFlow$12; w0 w0Var2 = w0.i; CoroutineDispatcher coroutineDispatcher3 = j0.a; - a.G(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); + a.H(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); throw th; } } @@ -255,7 +255,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio flowLiveDataConversions$asFlow$1 = this; w0 w0Var2 = w0.i; CoroutineDispatcher coroutineDispatcher3 = j0.a; - a.G(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); + a.H(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); throw th; } try { @@ -271,7 +271,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio th = th6; w0 w0Var2 = w0.i; CoroutineDispatcher coroutineDispatcher3 = j0.a; - a.G(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); + a.H(w0Var2, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null); throw th; } } diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java index 706d053917..3b83bfddfb 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java @@ -17,16 +17,16 @@ public abstract class LifecycleCoroutineScope implements CoroutineScope { public final Job launchWhenCreated(Function2, ? extends Object> function2) { m.checkNotNullParameter(function2, "block"); - return a.G(this, null, null, new LifecycleCoroutineScope$launchWhenCreated$1(this, function2, null), 3, null); + return a.H(this, null, null, new LifecycleCoroutineScope$launchWhenCreated$1(this, function2, null), 3, null); } public final Job launchWhenResumed(Function2, ? extends Object> function2) { m.checkNotNullParameter(function2, "block"); - return a.G(this, null, null, new LifecycleCoroutineScope$launchWhenResumed$1(this, function2, null), 3, null); + return a.H(this, null, null, new LifecycleCoroutineScope$launchWhenResumed$1(this, function2, null), 3, null); } public final Job launchWhenStarted(Function2, ? extends Object> function2) { m.checkNotNullParameter(function2, "block"); - return a.G(this, null, null, new LifecycleCoroutineScope$launchWhenStarted$1(this, function2, null), 3, null); + return a.H(this, null, null, new LifecycleCoroutineScope$launchWhenStarted$1(this, function2, null), 3, null); } } diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java index 574ac23ca9..4577bc3c9e 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java @@ -44,6 +44,6 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i public final void register() { CoroutineDispatcher coroutineDispatcher = j0.a; - a.G(this, n.b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null); + a.H(this, n.b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null); } } diff --git a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java index fb59458885..f724c20985 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java @@ -25,13 +25,13 @@ public final class LiveDataScopeImpl implements LiveDataScope { @Override // androidx.lifecycle.LiveDataScope public Object emit(T t, Continuation continuation) { - Object i02 = a.i0(this.coroutineContext, new LiveDataScopeImpl$emit$2(this, t, null), continuation); - return i02 == c.getCOROUTINE_SUSPENDED() ? i02 : Unit.a; + Object j02 = a.j0(this.coroutineContext, new LiveDataScopeImpl$emit$2(this, t, null), continuation); + return j02 == c.getCOROUTINE_SUSPENDED() ? j02 : Unit.a; } @Override // androidx.lifecycle.LiveDataScope public Object emitSource(LiveData liveData, Continuation continuation) { - return a.i0(this.coroutineContext, new LiveDataScopeImpl$emitSource$2(this, liveData, null), continuation); + return a.j0(this.coroutineContext, new LiveDataScopeImpl$emitSource$2(this, liveData, null), continuation); } @Override // androidx.lifecycle.LiveDataScope diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java index f31d188986..9588de15d3 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java @@ -59,7 +59,7 @@ public final class PausingDispatcherKt$whenStateAtLeast$2 extends k implements F Function2 function2 = this.$block; this.L$0 = lifecycleController2; this.label = 1; - obj = a.i0(pausingDispatcher, function2, this); + obj = a.j0(pausingDispatcher, function2, this); if (obj == coroutine_suspended) { return coroutine_suspended; } diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java index 8cccb639a2..eda3e5de05 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java @@ -43,6 +43,6 @@ public final class PausingDispatcherKt { public static final Object whenStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function2, ? extends Object> function2, Continuation continuation) { CoroutineDispatcher coroutineDispatcher = j0.a; - return a.i0(n.b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation); + return a.j0(n.b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation); } } diff --git a/app/src/main/java/androidx/work/CoroutineWorker.java b/app/src/main/java/androidx/work/CoroutineWorker.java index 977a7e9539..8b2d8462fc 100644 --- a/app/src/main/java/androidx/work/CoroutineWorker.java +++ b/app/src/main/java/androidx/work/CoroutineWorker.java @@ -130,7 +130,7 @@ public abstract class CoroutineWorker extends ListenableWorker { @Override // androidx.work.ListenableWorker public final c.i.b.d.a.a startWork() { - a.G(a.a(getCoroutineContext().plus(this.job)), null, null, new CoroutineWorker$startWork$1(this, null), 3, null); + a.H(a.a(getCoroutineContext().plus(this.job)), null, null, new CoroutineWorker$startWork$1(this, null), 3, null); return this.future; } } diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index c5d1441a90..3652d5c279 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -219,7 +219,7 @@ public final class b { m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(renderContext, "renderContext"); Map map = renderContext.a; - List list = renderContext.f2096c; + List list = renderContext.f2097c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); diff --git a/app/src/main/java/c/a/k/f/c.java b/app/src/main/java/c/a/k/f/c.java index 69cbb2452b..87f81c0c3b 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -29,16 +29,16 @@ public final class c extends Node.a { int length = spannableStringBuilder.length(); super.render(spannableStringBuilder, renderContext); Hook.a aVar = null; - String str = hook != null ? hook.b : null; - if (str != null) { - spannableStringBuilder.replace(length, spannableStringBuilder.length(), (CharSequence) str); + CharSequence charSequence = hook != null ? hook.b : null; + if (charSequence != null) { + spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence); } if (!(hook == null || (list = hook.a) == null)) { for (Object obj2 : list) { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2095c : null; + Hook.a aVar2 = hook != null ? hook.f2096c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index 97b21fc335..e1a1e59679 100644 --- a/app/src/main/java/c/a/q/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1, ? extends RtcConnection.State> pair2 = pair; m.checkNotNullParameter(pair2, "p1"); RtcConnection rtcConnection = (RtcConnection) this.receiver; - if (rtcConnection.f2159a0) { + if (rtcConnection.f2160a0) { Map map = (Map) pair2.component1(); if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) { rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null); diff --git a/app/src/main/java/c/a/q/b0.java b/app/src/main/java/c/a/q/b0.java index c9d2d7b11d..9e91aeda28 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -54,9 +54,9 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2179c.ordinal() != 0) { + if (transportInfo.f2180c.ordinal() != 0) { StringBuilder P = c.d.b.a.a.P("Unsupported protocol: "); - P.append(transportInfo.f2179c); + P.append(transportInfo.f2180c); P.append('.'); RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); } else { diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index 24802ac610..cdca033907 100644 --- a/app/src/main/java/c/a/q/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -76,7 +76,7 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2165z = 0; + rtcConnection.f2166z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { @@ -261,7 +261,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2165z++; + rtcConnection.f2166z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index 900e552201..48b1da3121 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -34,7 +34,7 @@ public final class j extends o implements Function0 { Long l2 = this.$userId; if (l2 == null) { this.this$0.e = null; - } else if (this.this$0.f2157c.contains(l2)) { + } else if (this.this$0.f2158c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java index 0caf490aec..1283b13f5d 100644 --- a/app/src/main/java/c/a/q/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -20,7 +20,7 @@ public final class f extends ContentObserver { DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); discordAudioManager.w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2171y; + SerializedSubject serializedSubject = discordAudioManager.f2172y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index ba36d87bf1..89d15e898f 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -96,10 +96,10 @@ public final class l extends o implements Function0 { } if (arrayList2.isEmpty()) { this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2157c.remove(Long.valueOf(this.$userId)); + this.this$0.f2158c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2157c.add(Long.valueOf(this.$userId)); + this.this$0.f2158c.add(Long.valueOf(this.$userId)); } this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); return Unit.a; diff --git a/app/src/main/java/c/a/q/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index bd26da7d0e..ba4bbb7c9f 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid { if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2182c.release(); + thumbnailEmitter.f2183c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } diff --git a/app/src/main/java/c/a/q/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java index 937460224e..eaa1d6c0b3 100644 --- a/app/src/main/java/c/a/q/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -288,7 +288,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b); - connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2181c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2182c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -473,7 +473,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); MediaEngineConnection.b bVar = this.$quality; - connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2180c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2181c, bVar.d, this.$frameRate); return Unit.a; } } @@ -610,7 +610,7 @@ public final class e implements MediaEngineConnection { this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; String str = aVar.b; - int i3 = aVar.f2178c; + int i3 = aVar.f2179c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this)); diff --git a/app/src/main/java/c/a/q/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java index fc803f924e..696cb3ea82 100644 --- a/app/src/main/java/c/a/q/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -417,7 +417,7 @@ public final class k implements MediaEngine { discord2.setEchoCancellation(z2, false, new m(kVar2)); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2177c; + boolean z4 = voiceConfig.f2178c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); diff --git a/app/src/main/java/c/a/q/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java index a82b0921d3..0a817da161 100644 --- a/app/src/main/java/c/a/q/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -38,7 +38,7 @@ public final class m implements Discord.AecConfigCallback { MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i; kVar.i = null; if (echoCancellationInfo != null) { - MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2176c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2177c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); AnimatableValueParser.G1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } diff --git a/app/src/main/java/c/a/q/n0/a.java b/app/src/main/java/c/a/q/n0/a.java index e7a7bce1b1..fb88567622 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -638,7 +638,7 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = f0.e0.k.h.f2829c; + h.a aVar2 = f0.e0.k.h.f2830c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index 1ef2c1b7d2..a56fddca65 100644 --- a/app/src/main/java/c/a/q/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -98,13 +98,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2156c + 1; - krispOveruseDetector.f2156c = i; + int i = krispOveruseDetector.f2157c + 1; + krispOveruseDetector.f2157c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2156c = 0; + krispOveruseDetector.f2157c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index 3de7225548..f08210dc73 100644 --- a/app/src/main/java/c/a/q/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -13,6 +13,6 @@ public final class r extends RtcConnection.b { @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c public void onStateChange(RtcConnection.StateChange stateChange) { m.checkNotNullParameter(stateChange, "stateChange"); - this.i.f2162s.onNext(stateChange); + this.i.f2163s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/q/s.java b/app/src/main/java/c/a/q/s.java index 99a43f1336..12a80334c2 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -53,8 +53,8 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(v); - rtcConnection.f2163x = uri.getHost(); - rtcConnection.f2164y = Integer.valueOf(uri.getPort()); + rtcConnection.f2164x = uri.getHost(); + rtcConnection.f2165y = Integer.valueOf(uri.getPort()); } catch (Exception e) { rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default))); } diff --git a/app/src/main/java/c/a/r/b.java b/app/src/main/java/c/a/r/b.java index 6f02a9f7e6..6295fc97e8 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -77,7 +77,7 @@ public final class b extends k implements Function2, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2264c) == null) { + if (imageRequest == null || (uri = imageRequest.f2265c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2264c : null; + uri = imageRequest3 != null ? imageRequest3.f2265c : null; } if (imageRequest2 != null) { - return imageRequest2.f2264c; + return imageRequest2.f2265c; } return null; } diff --git a/app/src/main/java/c/f/g/a/a/d.java b/app/src/main/java/c/f/g/a/a/d.java index b4e6348199..12e77ea490 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder gVar = new z.g<>(); if (gVar.h(eVar)) { diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index 1bed3765c2..d67389a6bf 100644 --- a/app/src/main/java/c/f/j/c/n.java +++ b/app/src/main/java/c/f/j/c/n.java @@ -9,11 +9,11 @@ public class n implements i { public static n a; public CacheKey a(ImageRequest imageRequest, Object obj) { - return new b(imageRequest.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2265c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2264c.toString()); + return new f(imageRequest.f2265c.toString()); } public CacheKey c(ImageRequest imageRequest, Object obj) { @@ -28,6 +28,6 @@ public class n implements i { cacheKey = null; str = null; } - return new b(imageRequest.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2265c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); } } diff --git a/app/src/main/java/c/f/j/c/v.java b/app/src/main/java/c/f/j/c/v.java index 2bfbe2b434..967c0b31d6 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2257c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2258c, memoryCacheParams2.a - f())); h(p); } i(p); diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index a5ba56044d..45d3deeeac 100644 --- a/app/src/main/java/c/f/j/e/c.java +++ b/app/src/main/java/c/f/j/e/c.java @@ -17,7 +17,7 @@ public class c implements f { public h a(DiskCacheConfig diskCacheConfig) { Objects.requireNonNull(this.a); - e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2245c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2246c, diskCacheConfig.b, diskCacheConfig.h); ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor(); return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false); } diff --git a/app/src/main/java/c/f/j/e/h.java b/app/src/main/java/c/f/j/e/h.java index 8b0525f8e2..3c0706f915 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -85,7 +85,7 @@ public class h { ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar); String valueOf = String.valueOf(this.i.getAndIncrement()); if (!imageRequest.f) { - if (c.f.d.l.b.e(imageRequest.f2264c)) { + if (c.f.d.l.b.e(imageRequest.f2265c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index 238f14a929..abf260270f 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -247,7 +247,7 @@ public class p { } } } - if (this.m && imageRequest.f2265s > 0) { + if (this.m && imageRequest.f2266s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index aece98fff8..4dcbbbd6bb 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -19,7 +19,7 @@ public class a1 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f474c.openInputStream(imageRequest.f2264c), -1); + return c(this.f474c.openInputStream(imageRequest.f2265c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/d.java b/app/src/main/java/c/f/j/p/d.java index 065d27dcc9..5de5e10fb9 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -45,7 +45,7 @@ public class d implements w0 { HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2264c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2265c); this.d = str2; this.e = y0Var; this.f = obj; diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index 8da531a765..9833e26a86 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -25,10 +25,10 @@ public class d0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream open = this.f480c.open(imageRequest.f2264c.getPath().substring(1), 2); + InputStream open = this.f480c.open(imageRequest.f2265c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f480c.openFd(imageRequest.f2264c.getPath().substring(1)); + assetFileDescriptor = this.f480c.openFd(imageRequest.f2265c.getPath().substring(1)); i = (int) assetFileDescriptor.getLength(); } catch (IOException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/e0.java b/app/src/main/java/c/f/j/p/e0.java index e7b566cb7f..5f9c4914f3 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -28,7 +28,7 @@ public class e0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { InputStream inputStream; - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; Uri uri2 = b.a; boolean z2 = false; if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index b61cf365c2..3f4637fcfd 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -42,7 +42,7 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2264c; + Uri uri = imageRequest.f2265c; if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f482c, null, null, null)) == null) { return null; } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index 2f1aa5757c..40502533c5 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -25,10 +25,10 @@ public class i0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream openRawResource = this.f489c.openRawResource(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); + InputStream openRawResource = this.f489c.openRawResource(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f489c.openRawResourceFd(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); + assetFileDescriptor = this.f489c.openRawResourceFd(Integer.parseInt(imageRequest.f2265c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 832341cd1a..8b218918e9 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -83,7 +83,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2264c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2265c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -141,7 +141,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2264c; + Uri uri2 = imageRequest.f2265c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index 482f0f6519..d152ab5837 100644 --- a/app/src/main/java/c/f/j/p/m.java +++ b/app/src/main/java/c/f/j/p/m.java @@ -18,7 +18,7 @@ public class m extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { boolean z2; - String uri = imageRequest.f2264c.toString(); + String uri = imageRequest.f2265c.toString(); AnimatableValueParser.j(Boolean.valueOf(uri.substring(0, 5).equals("data:"))); int indexOf = uri.indexOf(44); String substring = uri.substring(indexOf + 1, uri.length()); diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index 1816dae8c2..9cc920c11f 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -142,7 +142,7 @@ public class n implements v0> { w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2264c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2265c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -180,7 +180,7 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f498c.e().f2264c); + String valueOf2 = String.valueOf(cVar2.f498c.e().f2265c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); cVar2.d.e(cVar2.f498c, "DecodeProducer"); @@ -440,7 +440,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2264c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); + this.e.b(!c.f.d.l.b.e(w0Var.e().f2265c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); c.f.j.r.b.b(); } catch (Throwable th) { c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/p/o.java b/app/src/main/java/c/f/j/p/o.java index 8b78b2555a..1c4aa5a0f2 100644 --- a/app/src/main/java/c/f/j/p/o.java +++ b/app/src/main/java/c/f/j/p/o.java @@ -36,7 +36,7 @@ public class o implements v0> { ImageRequest e = w0Var.e(); ScheduledExecutorService scheduledExecutorService = this.b; if (scheduledExecutorService != null) { - scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2265s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2266s, TimeUnit.MILLISECONDS); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/o0.java b/app/src/main/java/c/f/j/p/o0.java index 14f710a676..a747b6599d 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -64,7 +64,7 @@ public class o0 implements c { this.f500c.b(eVar2, 9); } else { this.f500c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2264c); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2265c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,11 +73,11 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2266c = e.i; + b.f2267c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2265s; + b.p = e.f2266s; int i = f2 - 1; if (i >= 0) { z3 = true; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index b8f765aa15..3bbda3aa7e 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2264c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2265c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index 0759e336c6..2b06ff84fb 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,7 +34,7 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2264c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2265c, 5); try { aVar.e = a0Var.f473c.now(); if (httpURLConnection != null) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 2d2b9500fc..5607716897 100644 --- a/app/src/main/java/c/f/m/j.java +++ b/app/src/main/java/c/f/m/j.java @@ -12,7 +12,7 @@ public class j implements b { boolean z2; boolean contains; int i2 = ((i & 1) != 0 ? 16 : 0) | 0; - ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2268c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2269c; reentrantReadWriteLock.readLock().lock(); try { if (SoLoader.d == null) { @@ -49,7 +49,7 @@ public class j implements b { continue; } catch (UnsatisfiedLinkError e) { int i3 = SoLoader.e; - SoLoader.f2268c.writeLock().lock(); + SoLoader.f2269c.writeLock().lock(); try { if (SoLoader.g == null || !SoLoader.g.c()) { z2 = false; @@ -58,21 +58,21 @@ public class j implements b { SoLoader.e = SoLoader.e + 1; z2 = true; } - SoLoader.f2268c.writeLock().unlock(); + SoLoader.f2269c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2268c.writeLock().unlock(); + SoLoader.f2269c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2268c.readLock().unlock(); + SoLoader.f2269c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index 4413d0d58e..e353598125 100644 --- a/app/src/main/java/c/i/a/c/a2/b0/b.java +++ b/app/src/main/java/c/i/a/c/a2/b0/b.java @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2281x = 1; - bVar.f2282y = i; + bVar.f2282x = 1; + bVar.f2283y = i; wVar.e(bVar.a()); } int i2 = -1; diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index fc1b693eeb..f9dc947259 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -31,16 +31,16 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2281x = 1; - bVar.f2282y = i2; + bVar.f2282x = 1; + bVar.f2283y = i2; this.a.e(bVar.a()); this.d = true; } else if (i == 7 || i == 8) { String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw"; Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2281x = 1; - bVar2.f2282y = 8000; + bVar2.f2282x = 1; + bVar2.f2283y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -73,8 +73,8 @@ public final class b extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; bVar.h = c2.f999c; - bVar.f2281x = c2.b; - bVar.f2282y = c2.a; + bVar.f2282x = c2.b; + bVar.f2283y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index 9dd081c0cf..80027d2f49 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/e.java +++ b/app/src/main/java/c/i/a/c/a2/f0/e.java @@ -1923,9 +1923,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2281x = cVar.O; - bVar.f2282y = cVar.Q; - bVar.f2283z = i3; + bVar.f2282x = cVar.O; + bVar.f2283y = cVar.Q; + bVar.f2284z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2280s = i6; + bVar.f2281s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2004,7 +2004,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2280s = i6; + bVar.f2281s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,7 +2021,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2071,7 +2071,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2110,7 +2110,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2149,7 +2149,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2188,7 +2188,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2253,7 +2253,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2305,7 +2305,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2342,7 +2342,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2399,7 +2399,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2443,7 +2443,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2481,7 +2481,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2519,7 +2519,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2557,7 +2557,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2596,7 +2596,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2634,7 +2634,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2673,7 +2673,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2711,7 +2711,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2749,7 +2749,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2787,7 +2787,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2825,7 +2825,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2862,7 +2862,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2892,7 +2892,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2933,7 +2933,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2979,7 +2979,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3009,7 +3009,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3052,7 +3052,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3080,7 +3080,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3122,7 +3122,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3160,7 +3160,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3198,7 +3198,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3236,7 +3236,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3274,7 +3274,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3312,7 +3312,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3354,7 +3354,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2279c = cVar.W; + bVar.f2280c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; diff --git a/app/src/main/java/c/i/a/c/a2/g0/f.java b/app/src/main/java/c/i/a/c/a2/g0/f.java index 48be3bb3cd..eb520dd70c 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -382,8 +382,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f764c; @@ -401,8 +401,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f764c; @@ -449,8 +449,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f764c; @@ -495,8 +495,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2281x = aVar4.e; - bVar.f2282y = aVar4.d; + bVar.f2282x = aVar4.e; + bVar.f2283y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f764c; diff --git a/app/src/main/java/c/i/a/c/a2/h0/e.java b/app/src/main/java/c/i/a/c/a2/h0/e.java index cb88eb9ec9..ad8f965b5c 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/e.java +++ b/app/src/main/java/c/i/a/c/a2/h0/e.java @@ -1115,7 +1115,7 @@ public final class e { s0.q = x4; s0.t = f12; i29 = i29; - s0.f2280s = i29; + s0.f2281s = i29; s0.u = bArr; s0.v = i7; s0.m = list; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2281x = i43; - bVar.f2282y = i42; + bVar.f2282x = i43; + bVar.f2283y = i42; bVar.n = drmInitData3; - bVar.f2279c = str11; + bVar.f2280c = str11; format = bVar.a(); str7 = str15; } else { @@ -1267,10 +1267,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2281x = i45; - bVar2.f2282y = i44; + bVar2.f2282x = i45; + bVar2.f2283y = i44; bVar2.n = drmInitData3; - bVar2.f2279c = str11; + bVar2.f2280c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,18 +1282,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2281x = 2; - bVar3.f2282y = i46; + bVar3.f2282x = 2; + bVar3.f2283y = i46; bVar3.n = drmInitData3; - bVar3.f2279c = str11; + bVar3.f2280c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b s02 = c.d.b.a.a.s0(f3); s02.k = str6; - s02.f2281x = i19; - s02.f2282y = i18; + s02.f2282x = i19; + s02.f2283y = i18; s02.n = drmInitData3; - s02.f2279c = str11; + s02.f2280c = str11; format = s02.a(); } else { if (f17 == 1682927731) { @@ -1413,12 +1413,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); } str = str11; @@ -1443,12 +1443,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1476,12 +1476,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2281x = i19; - s03.f2282y = i18; - s03.f2283z = i16; + s03.f2282x = i19; + s03.f2283y = i18; + s03.f2284z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2279c = str11; + s03.f2280c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1502,7 +1502,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1523,7 +1523,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1534,7 +1534,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2279c = str11; + s04.f2280c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index 667fa5cf88..c7e3bc81b6 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -39,8 +39,8 @@ public final class h extends i { List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2281x = copyOf[9] & 255; - bVar2.f2282y = 48000; + bVar2.f2282x = copyOf[9] & 255; + bVar2.f2283y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index b35c90801f..3303537cd4 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/j.java +++ b/app/src/main/java/c/i/a/c/a2/i0/j.java @@ -373,8 +373,8 @@ public final class j extends i { bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; bVar2.g = a0Var2.f653c; - bVar2.f2281x = a0Var2.a; - bVar2.f2282y = a0Var2.b; + bVar2.f2282x = a0Var2.a; + bVar2.f2283y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index b9809ae3f3..af250b1411 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/e0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/e0.java @@ -32,7 +32,7 @@ public final class e0 { bVar.a = str2; bVar.k = str; bVar.d = format.l; - bVar.f2279c = format.k; + bVar.f2280c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index fdeb078222..b11e8a7c24 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2281x = i; - bVar.f2282y = i15; - bVar.f2279c = this.f727c; + bVar.f2282x = i; + bVar.f2283y = i15; + bVar.f2280c = this.f727c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/i.java b/app/src/main/java/c/i/a/c/a2/j0/i.java index e04e2241d3..257a99a260 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -89,9 +89,9 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2281x = 2; - bVar.f2282y = b.a; - bVar.f2279c = this.f733c; + bVar.f2282x = 2; + bVar.f2283y = b.a; + bVar.f2280c = this.f733c; Format a = bVar.a(); this.k = a; this.e.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index b562030280..ea257f5b30 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j0.java @@ -39,7 +39,7 @@ public final class j0 { bVar.a = dVar.b(); bVar.k = str; bVar.d = format.l; - bVar.f2279c = format.k; + bVar.f2280c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/k.java b/app/src/main/java/c/i/a/c/a2/j0/k.java index 14204d7e91..26f6966046 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -191,10 +191,10 @@ public final class k implements o { bVar.a = this.f; bVar.k = "audio/mp4a-latm"; bVar.h = c2.f999c; - bVar.f2281x = c2.b; - bVar.f2282y = c2.a; + bVar.f2282x = c2.b; + bVar.f2283y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2279c = this.e; + bVar.f2280c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 28ac74cc88..94808f5b10 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2279c = str2; + bVar2.f2280c = str2; bVar2.C = i; bVar2.m = list; arrayList.add(bVar2.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/m.java b/app/src/main/java/c/i/a/c/a2/j0/m.java index 66123405b1..c81ada7921 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2281x = i24; - bVar.f2282y = i23; + bVar.f2282x = i24; + bVar.f2283y = i23; bVar.n = null; - bVar.f2279c = str2; + bVar.f2280c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index 690e54675a..c93c320684 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2279c = aVar.a; + bVar.f2280c = aVar.a; p.e(bVar.a()); this.b[i] = p; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index 5625bb048a..74ccd24707 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -124,10 +124,10 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2281x = this.t; - bVar.f2282y = this.r; + bVar.f2282x = this.t; + bVar.f2283y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2279c = this.a; + bVar.f2280c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index 9410268cc5..f7d9b90da4 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2281x = aVar.e; - bVar.f2282y = i5; - bVar.f2279c = this.f754c; + bVar.f2282x = aVar.e; + bVar.f2283y = i5; + bVar.f2280c = this.f754c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index 560adc4449..c82433007b 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -40,7 +40,7 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2276x) { + if (d != format.f2277x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index 979849d36a..43a392bdf4 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -67,9 +67,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2281x = cVar.b; - bVar.f2282y = i4; - bVar.f2283z = 2; + bVar.f2282x = cVar.b; + bVar.f2283y = i4; + bVar.f2284z = 2; this.j = bVar.a(); return; } @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2281x = cVar.b; - bVar.f2282y = cVar.f761c; - bVar.f2283z = i; + bVar.f2282x = cVar.b; + bVar.f2283y = cVar.f761c; + bVar.f2284z = i; this.d = bVar.a(); return; } diff --git a/app/src/main/java/c/i/a/c/a2/o.java b/app/src/main/java/c/i/a/c/a2/o.java index 35e2d9a8d1..462d488f74 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2281x = this.g; - bVar.f2282y = this.e; + bVar.f2282x = this.g; + bVar.f2283y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/b2/s.java b/app/src/main/java/c/i/a/c/b2/s.java index ef844adbc7..1168c6518f 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2277y == format2.f2277y && format.f2278z == format2.f2278z)) { + if (!this.e && !(format.f2278y == format2.f2278y && format.f2279z == format2.f2279z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2277y; - if (i4 <= 0 || (i = format.f2278z) <= 0) { + int i4 = format.f2278y; + if (i4 <= 0 || (i = format.f2279z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder P3 = a.P("legacyFrameSize, "); - P3.append(format.f2277y); + P3.append(format.f2278y); P3.append("x"); - P3.append(format.f2278z); + P3.append(format.f2279z); h(P3.toString()); } return z5; diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index 84df688a28..b79c8b094a 100644 --- a/app/src/main/java/c/i/a/c/c2/f.java +++ b/app/src/main/java/c/i/a/c/c2/f.java @@ -174,7 +174,7 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2276x; + this.E = format.f2277x; } } if (this.A > 0) { diff --git a/app/src/main/java/c/i/a/c/d2/c0.java b/app/src/main/java/c/i/a/c/d2/c0.java index 88e9340825..d9c83b6e99 100644 --- a/app/src/main/java/c/i/a/c/d2/c0.java +++ b/app/src/main/java/c/i/a/c/d2/c0.java @@ -104,8 +104,8 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2349c.execute(new Loader.g(b0Var)); - loader.f2349c.shutdown(); + loader.f2350c.execute(new Loader.g(b0Var)); + loader.f2350c.shutdown(); b0Var.f794z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index 3fabf0f46c..f2073ec87f 100644 --- a/app/src/main/java/c/i/a/c/e2/l.java +++ b/app/src/main/java/c/i/a/c/e2/l.java @@ -445,7 +445,7 @@ public final class l extends g0 implements Handler.Callback { } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2276x; + iVar.q = format.f2277x; iVar.s(); this.f826z &= !iVar.o(); } else { diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index af220b789b..9f303c7ce8 100644 --- a/app/src/main/java/c/i/a/c/f2/b.java +++ b/app/src/main/java/c/i/a/c/f2/b.java @@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2318c; + int[] iArr = DefaultTrackSelector.f2319c; return 0; } } diff --git a/app/src/main/java/c/i/a/c/f2/c.java b/app/src/main/java/c/i/a/c/f2/c.java index 8948c319c0..ff379ea74b 100644 --- a/app/src/main/java/c/i/a/c/f2/c.java +++ b/app/src/main/java/c/i/a/c/f2/c.java @@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2318c; + int[] iArr = DefaultTrackSelector.f2319c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index c8b346d3c7..dbd50335ad 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -206,7 +206,7 @@ public abstract class i extends l { int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2322z && (i25 & i26) != 0; + boolean z12 = parameters6.f2323z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -220,7 +220,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2319s; + int i30 = parameters7.f2320s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -230,7 +230,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2320x; + int i35 = parameters7.f2321x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -238,12 +238,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2318c; + iArr9 = DefaultTrackSelector.f2319c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2318c; + iArr9 = DefaultTrackSelector.f2319c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2318c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2319c : c.l0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2321y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2322y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index 674872ebce..af56803f67 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2276x != RecyclerView.FOREVER_NS) { + if (format.f2277x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2276x + this.p; + a2.o = format.f2277x + this.p; s0Var.b = a2.a(); } } diff --git a/app/src/main/java/c/i/a/c/j2/n.java b/app/src/main/java/c/i/a/c/j2/n.java index 10ff33815c..a88fafd0f1 100644 --- a/app/src/main/java/c/i/a/c/j2/n.java +++ b/app/src/main/java/c/i/a/c/j2/n.java @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2277y, format.f2278z); + return G0(sVar, format.t, format.f2278y, format.f2279z); } int size = format.v.size(); int i = 0; @@ -1711,9 +1711,9 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2277y; + int i2 = format2.f2278y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2278z > aVar.b) { + if (i2 > aVar.a || format2.f2279z > aVar.b) { i |= 256; } if (I0(sVar, format2) > this.Y0.f930c) { @@ -1769,11 +1769,11 @@ public class n extends MediaCodecRenderer { String str2 = sVar.f778c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2277y; - int i4 = format.f2278z; + int i3 = format.f2278y; + int i4 = format.f2279z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2277y, format.f2278z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2278y, format.f2279z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2277y; + int i6 = format2.f2278y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2278z == -1; + z4 |= i6 == -1 || format2.f2279z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2278z); + int max2 = Math.max(i4, format2.f2279z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2278z; - int i8 = format.f2277y; + int i7 = format.f2279z; + int i8 = format.f2278y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1864,8 +1864,8 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2277y); - mediaFormat.setInteger("height", format.f2278z); + mediaFormat.setInteger("width", format.f2278y); + mediaFormat.setInteger("height", format.f2279z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2277y); - mediaFormat.setInteger("height", format.f2278z); + mediaFormat.setInteger("width", format.f2278y); + mediaFormat.setInteger("height", format.f2279z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2277y; - this.t1 = format.f2278z; + this.s1 = format.f2278y; + this.t1 = format.f2279z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index e7f2be00f6..d2dba7d9dd 100644 --- a/app/src/main/java/c/i/a/c/v1/a0.java +++ b/app/src/main/java/c/i/a/c/v1/a0.java @@ -84,7 +84,7 @@ public final class a0 extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i = aVar.d; if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) { - return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2284c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/d0.java b/app/src/main/java/c/i/a/c/v1/d0.java index 15532218c9..52f064bb6c 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2284c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2285c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new c0(aVar.b, aVar.f2284c, this.f998c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2285c, this.f998c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index 41450d11a2..fb85f70106 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2284c != iArr.length; + boolean z2 = aVar.f2285c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2284c) { + if (i2 < aVar.f2285c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index 365de650a1..1967c26626 100644 --- a/app/src/main/java/c/i/a/c/v1/x.java +++ b/app/src/main/java/c/i/a/c/v1/x.java @@ -45,7 +45,7 @@ public final class x extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i2 = aVar.d; if (f0.y(i2)) { - return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2284c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2285c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/y.java b/app/src/main/java/c/i/a/c/v1/y.java index 720606a2eb..c787d877af 100644 --- a/app/src/main/java/c/i/a/c/v1/y.java +++ b/app/src/main/java/c/i/a/c/v1/y.java @@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2281x = i3; - bVar.f2282y = i4; - bVar.f2283z = 4; + bVar.f2282x = i3; + bVar.f2283y = i4; + bVar.f2284z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r { int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2283z = r; + bVar.f2284z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2281x = mediaFormat.getInteger("channel-count"); - bVar.f2282y = mediaFormat.getInteger("sample-rate"); + bVar.f2282x = mediaFormat.getInteger("channel-count"); + bVar.f2283y = mediaFormat.getInteger("sample-rate"); Format a2 = bVar.a(); if (this.T0 && a2.G == 6 && (i = format.G) < 6) { iArr = new int[i]; @@ -511,9 +511,9 @@ public class y extends MediaCodecRenderer implements r { int i3 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2281x = i2; - bVar.f2282y = i3; - bVar.f2283z = 2; + bVar.f2282x = i2; + bVar.f2283y = i3; + bVar.f2284z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 4ad592fc6b..9757362724 100644 --- a/app/src/main/java/c/i/a/c/z1/m.java +++ b/app/src/main/java/c/i/a/c/z1/m.java @@ -19,7 +19,7 @@ public final /* synthetic */ class m implements MediaDrm.OnEventListener { z zVar = this.a; x.b bVar = this.b; Objects.requireNonNull(zVar); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2299x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2300x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/f/c/a/e/a.java b/app/src/main/java/c/i/a/f/c/a/e/a.java index f08ab9f143..d342894ecd 100644 --- a/app/src/main/java/c/i/a/f/c/a/e/a.java +++ b/app/src/main/java/c/i/a/f/c/a/e/a.java @@ -1,6 +1,6 @@ package c.i.a.f.c.a.e; -import android.app.Activity; +import android.content.Context; import androidx.annotation.NonNull; import c.i.a.f.e.h.a; import c.i.a.f.e.h.b; @@ -19,7 +19,7 @@ public abstract class a extends b { l = new c.i.a.f.e.h.a<>("SmsRetriever.API", bVar, gVar); } - public a(@NonNull Activity activity) { - super(activity, (c.i.a.f.e.h.a) l, (a.d) null, b.a.a); + public a(@NonNull Context context) { + super(context, l, (a.d) null, b.a.a); } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index cb8251e0db..7c0601d22d 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/a.java @@ -17,7 +17,7 @@ public class a extends b { public final synchronized int f() { if (j == 1) { Context context = this.a; - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; int b = googleApiAvailability.b(context, 12451000); if (b == 0) { diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/a.java b/app/src/main/java/c/i/a/f/c/a/f/b/a.java index 9b3afd5236..3326a3c0fc 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2362s; + String str6 = googleSignInAccount.f2363s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -157,7 +157,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2363s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2364s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/a1.java b/app/src/main/java/c/i/a/f/e/h/j/a1.java index 28ffd6706c..4aa3e88412 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/a1.java @@ -16,7 +16,7 @@ public class a1 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a1(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index bdcb5c6d09..d6784c5ccb 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b0.java @@ -16,7 +16,7 @@ public class b0 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b0(j jVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/g.java b/app/src/main/java/c/i/a/f/e/h/j/g.java index f04495d65b..cae938c88c 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g.java @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index b26f050932..3a344177e5 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -31,7 +31,7 @@ public abstract class d extends b implements a.f { public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 191aea681c..4fe94d98f1 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a { int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2371c = -1; + aVar.f2372c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2371c = 1; + aVar.f2372c = 1; } } return aVar; diff --git a/app/src/main/java/c/i/a/f/g/c.java b/app/src/main/java/c/i/a/f/g/c.java index abcae9e2be..9344c8be1c 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2371c = 0; + aVar.f2372c = 0; } else if (i >= aVar.b) { - aVar.f2371c = -1; + aVar.f2372c = -1; } else { - aVar.f2371c = 1; + aVar.f2372c = 1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/g/d.java b/app/src/main/java/c/i/a/f/g/d.java index 0f5036f5ca..c32b50a621 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a { aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2371c = 0; + aVar.f2372c = 0; } else if (a >= i) { - aVar.f2371c = 1; + aVar.f2372c = 1; } else { - aVar.f2371c = -1; + aVar.f2372c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/b/h.java b/app/src/main/java/c/i/a/f/h/b/h.java index 9dad66a31b..98219e1c81 100644 --- a/app/src/main/java/c/i/a/f/h/b/h.java +++ b/app/src/main/java/c/i/a/f/h/b/h.java @@ -1,10 +1,10 @@ package c.i.a.f.h.b; -import android.app.Activity; +import android.content.Context; import c.i.a.f.c.a.e.a; /* compiled from: com.google.android.gms:play-services-auth-api-phone@@17.4.0 */ public final class h extends a { - public h(Activity activity) { - super(activity); + public h(Context context) { + super(context); } } diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index 6918d26973..4965cf3293 100644 --- a/app/src/main/java/c/i/a/f/h/l/g4.java +++ b/app/src/main/java/c/i/a/f/h/l/g4.java @@ -11,7 +11,7 @@ public final class g4 implements v7 { public g4(zzhi zzhi) { Charset charset = w4.a; this.a = zzhi; - zzhi.f2372c = this; + zzhi.f2373c = this; } public final void a(int i, double d) throws IOException { @@ -41,7 +41,7 @@ public final class g4 implements v7 { public final void e(int i, Object obj, q6 q6Var) throws IOException { zzhi zzhi = this.a; zzhi.f(i, 3); - q6Var.g((c6) obj, zzhi.f2372c); + q6Var.g((c6) obj, zzhi.f2373c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index a52a63baa4..cf447585c9 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2372c; + g4 g4Var = zzhi.f2373c; if (g4Var == null) { g4Var = new g4(zzhi); } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index 246b5351e4..b484f514d9 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2378s)); + contentValues.put("expired_event", t9.g0(zzz.f2379s)); try { if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) { g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i)); diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index 99b7f879aa..8f23cd6ec2 100644 --- a/app/src/main/java/c/i/a/f/i/b/k9.java +++ b/app/src/main/java/c/i/a/f/i/b/k9.java @@ -358,7 +358,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2377z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2378z, T.y())) { this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o())); g K = K(); String o = T.o(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2376y) { + if (zzn.f2377y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2376y) { + if (zzn.f2377y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -562,7 +562,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2378s; + zzaq zzaq = zzz.f2379s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -571,7 +571,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2378s; + zzaq zzaq2 = zzz.f2379s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -637,16 +637,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2377z, T.y())) { - T.q(zzn.f2377z); + if (!TextUtils.equals(zzn.f2378z, T.y())) { + T.q(zzn.f2378z); z2 = true; } if (da.b() && this.k.h.u(T.o(), p.f1199j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2374s) && !zzn.f2374s.equals(T.H())) { - T.A(zzn.f2374s); + if (!TextUtils.isEmpty(zzn.f2375s) && !zzn.f2375s.equals(T.H())) { + T.A(zzn.f2375s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2375x != T.i()) { - T.r(zzn.f2375x); + if (zzn.f2376x != T.i()) { + T.r(zzn.f2376x); z2 = true; } if (zzn.A != T.j()) { @@ -715,11 +715,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2377z, T.y())) { + if (!TextUtils.equals(zzn.f2378z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2374s); + T.A(zzn.f2375s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -741,7 +741,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2375x != T.i()) { + if (zzn.f2376x != T.i()) { } if (zzn.A != T.j()) { } @@ -777,12 +777,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2377z); + T.q(zzn.f2378z); if (da.b() && this.k.h.u(T.o(), p.f1199j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2374s)) { - T.A(zzn.f2374s); + if (!TextUtils.isEmpty(zzn.f2375s)) { + T.A(zzn.f2375s); } long j3 = zzn.m; if (j3 != 0) { @@ -805,7 +805,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2375x); + T.r(zzn.f2376x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -1058,11 +1058,11 @@ public class k9 implements t5 { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) { u0.u0(zzn.D); } - if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2377z)) { - u0.r0(zzn.f2377z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2378z)) { + u0.r0(zzn.f2378z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2377z)) { - u0.r0(zzn.f2377z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2378z)) { + u0.r0(zzn.f2378z); } long j4 = zzn.n; if (j4 != 0) { @@ -1084,7 +1084,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2375x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2376x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id"); if (string == null) { this.k.g().A().b("null secure ID. appId", q3.s(u0.k0())); @@ -1123,7 +1123,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2374s); + T2.A(zzn.f2375s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1199j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2377z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2377z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1199j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2378z); } public final ba M() { @@ -1756,7 +1756,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.f2378s; + zzaq zzaq4 = zzz2.f2379s; if (zzaq4 != null) { arrayList.add(zzaq4); } diff --git a/app/src/main/java/c/i/a/f/i/b/q9.java b/app/src/main/java/c/i/a/f/i/b/q9.java index 0e956ca572..2a0402ca8b 100644 --- a/app/src/main/java/c/i/a/f/i/b/q9.java +++ b/app/src/main/java/c/i/a/f/i/b/q9.java @@ -282,7 +282,7 @@ public final class q9 extends i9 { @WorkerThread public static boolean O(zzaq zzaq, zzn zzn) { Objects.requireNonNull(zzaq, "null reference"); - return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2377z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2378z); } public static boolean P(String str) { diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index 825d0e57d1..7b062c2775 100644 --- a/app/src/main/java/c/i/a/f/i/b/t9.java +++ b/app/src/main/java/c/i/a/f/i/b/t9.java @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2378s; + zzaq zzaq3 = zzz.f2379s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2378s.j; + zzap zzap3 = zzz.f2379s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index 2c31382bb9..b298636a5e 100644 --- a/app/src/main/java/c/i/a/f/i/b/z4.java +++ b/app/src/main/java/c/i/a/f/i/b/z4.java @@ -287,6 +287,6 @@ public final class z4 extends l3 { public final void z0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); y0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2377z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2378z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index 7af06c2dd0..a0bba9f169 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i.java @@ -68,7 +68,7 @@ public final class i extends MessagesClient { public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { AnimatableValueParser.p(subscribeOptions.a.r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); k m = m(messageListener); - return k(m, new l(this, m, new s(this, m(subscribeOptions.f2379c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2380c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index baed92be44..c1033fd0df 100644 --- a/app/src/main/java/c/i/a/g/k/b.java +++ b/app/src/main/java/c/i/a/g/k/b.java @@ -18,12 +18,12 @@ public class b implements ViewTreeObserver.OnPreDrawListener { } this.i.getViewTreeObserver().removeOnPreDrawListener(this); ClockFaceView clockFaceView = this.i; - int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2410s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2411s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2414z = clockFaceView.j; + clockHandView.f2415z = clockFaceView.j; clockHandView.invalidate(); } return true; diff --git a/app/src/main/java/c/i/a/g/k/f.java b/app/src/main/java/c/i/a/g/k/f.java index e1b219065b..4a0ac846c0 100644 --- a/app/src/main/java/c/i/a/g/k/f.java +++ b/app/src/main/java/c/i/a/g/k/f.java @@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2412x = this; + timePickerView2.k.f2413x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index 13cb2df823..5796d49482 100644 --- a/app/src/main/java/c/i/c/m/d/n/a.java +++ b/app/src/main/java/c/i/c/m/d/n/a.java @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index 6aaf9a3d50..6ae334e8d4 100644 --- a/app/src/main/java/c/i/d/q/x/b.java +++ b/app/src/main/java/c/i/d/q/x/b.java @@ -106,7 +106,7 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2454s) { + if (!(jsonElement instanceof j) || this.f2455s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index a0b5098b13..64877f6386 100644 --- a/app/src/main/java/c/i/e/q/j.java +++ b/app/src/main/java/c/i/e/q/j.java @@ -54,7 +54,7 @@ public final class j extends k { if (z3 || !z2) { return k; } - Result result = new Result(k.a.substring(1), k.b, k.f2455c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2456c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/c/i/e/q/k.java b/app/src/main/java/c/i/e/q/k.java index 3008213bae..0c7eb09053 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -113,7 +113,7 @@ public abstract class k implements i { i = (((Integer) map2.get(jVar)).intValue() + 270) % 360; } c2.b(jVar, Integer.valueOf(i)); - c.i.e.k[] kVarArr = c2.f2455c; + c.i.e.k[] kVarArr = c2.f2456c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -171,7 +171,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, Integer.valueOf((int) BaseTransientBottomBar.ANIMATION_FADE_DURATION)); - c.i.e.k[] kVarArr = b.f2455c; + c.i.e.k[] kVarArr = b.f2456c; if (kVarArr != null) { float f = (float) i2; map2 = enumMap; diff --git a/app/src/main/java/c/i/e/q/l.java b/app/src/main/java/c/i/e/q/l.java index c2c9f8d597..13a2606a82 100644 --- a/app/src/main/java/c/i/e/q/l.java +++ b/app/src/main/java/c/i/e/q/l.java @@ -16,7 +16,7 @@ public final class l extends p { public static Result o(Result result) throws FormatException { String str = result.a; if (str.charAt(0) == '0') { - Result result2 = new Result(str.substring(1), null, result.f2455c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2456c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index cf8f323eb0..f2fb69e36c 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2455c; - k[] kVarArr2 = result.f2455c; + k[] kVarArr = a2.f2456c; + k[] kVarArr2 = result.f2456c; if (kVarArr2 == null) { - result.f2455c = kVarArr; + result.f2456c = kVarArr; } else if (kVarArr != null && kVarArr.length > 0) { k[] kVarArr3 = new k[(kVarArr2.length + kVarArr.length)]; System.arraycopy(kVarArr2, 0, kVarArr3, 0, kVarArr2.length); System.arraycopy(kVarArr, 0, kVarArr3, kVarArr2.length, kVarArr.length); - result.f2455c = kVarArr3; + result.f2456c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index 94b82b2ee3..8453d0fe4a 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -26,13 +26,13 @@ public class e implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.f2458s; + bVar = this.a.f2459s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2458s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2459s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index d4f6d491c0..2750f47cad 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -426,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.f2482s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2483s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index 0c5fe13f5b..fefbae77ab 100644 --- a/app/src/main/java/c/o/a/n/k.java +++ b/app/src/main/java/c/o/a/n/k.java @@ -23,7 +23,7 @@ public class k implements f { if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraOpened", cVar2); - CameraView.this.f2482s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2483s.post(new c.o.a.f(bVar, cVar2)); return c.i.a.f.e.o.c.F(null); } throw new RuntimeException("Null options!"); diff --git a/app/src/main/java/c/o/a/n/m.java b/app/src/main/java/c/o/a/n/m.java index 91890990e0..1200a00695 100644 --- a/app/src/main/java/c/o/a/n/m.java +++ b/app/src/main/java/c/o/a/n/m.java @@ -16,6 +16,6 @@ public class m implements e { public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraClosed"); - CameraView.this.f2482s.post(new g(bVar)); + CameraView.this.f2483s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index 67c4a1aa24..e4a448199d 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -65,17 +65,17 @@ public class f { int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2483x.e(); + c.o.a.n.t.a e = cameraView.f2484x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2483x.e(); + c.o.a.n.t.a e2 = cameraView.f2484x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2482s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2483s.post(new j(bVar, (i2 + i3) % 360)); return; } return; diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index fd098cbefc..a46e57d834 100644 --- a/app/src/main/java/c/o/a/v/d.java +++ b/app/src/main/java/c/o/a/v/d.java @@ -34,12 +34,12 @@ public abstract class d { boolean z4 = !z2; CameraView.b bVar = (CameraView.b) ((g) aVar).l; if (z4 && (z3 = (cameraView = CameraView.this).k) && z3) { - if (cameraView.f2485z == null) { - cameraView.f2485z = new MediaActionSound(); + if (cameraView.f2486z == null) { + cameraView.f2486z = new MediaActionSound(); } - cameraView.f2485z.play(0); + cameraView.f2486z.play(0); } - CameraView.this.f2482s.post(new h(bVar)); + CameraView.this.f2483s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/q/a/k/a.java b/app/src/main/java/c/q/a/k/a.java index 03d39bad61..1938176bff 100644 --- a/app/src/main/java/c/q/a/k/a.java +++ b/app/src/main/java/c/q/a/k/a.java @@ -138,11 +138,15 @@ public class a { public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= Integer.MIN_VALUE; - return a.U(null, this); + return a.V(null, this); } } - public static final boolean A(CoroutineScope coroutineScope) { + public static l0 A(long j, Runnable runnable, CoroutineContext coroutineContext) { + return d0.a.w(j, runnable, coroutineContext); + } + + public static final boolean B(CoroutineScope coroutineScope) { Job job = (Job) coroutineScope.getCoroutineContext().get(Job.h); if (job != null) { return job.a(); @@ -150,7 +154,7 @@ public class a { return true; } - public static final boolean B(AssertionError assertionError) { + public static final boolean C(AssertionError assertionError) { m.checkParameterIsNotNull(assertionError, "$this$isAndroidGetsocknameError"); if (assertionError.getCause() == null) { return false; @@ -159,11 +163,11 @@ public class a { return message != null ? w.contains$default(message, "getsockname failed", false, 2, null) : false; } - public static final boolean C(int i) { + public static final boolean D(int i) { return i == 1 || i == 2; } - public static boolean D(Camera camera) { + public static boolean E(Camera camera) { List supportedFlashModes; if (camera != null) { Camera.Parameters parameters = camera.getParameters(); @@ -174,7 +178,7 @@ public class a { return false; } - public static final boolean E(g0.e eVar) { + public static final boolean F(g0.e eVar) { m.checkParameterIsNotNull(eVar, "$this$isProbablyUtf8"); try { g0.e eVar2 = new g0.e(); @@ -194,7 +198,7 @@ public class a { } } - public static final Job F(CoroutineScope coroutineScope, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2, ? extends Object> function2) { + public static final Job G(CoroutineScope coroutineScope, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2, ? extends Object> function2) { CoroutineContext a = y.a(coroutineScope, coroutineContext); Objects.requireNonNull(coroutineStart); s.a.b j1Var = coroutineStart == CoroutineStart.LAZY ? new j1(a, function2) : new q1(a, true); @@ -202,14 +206,14 @@ public class a { return j1Var; } - public static /* synthetic */ Job G(CoroutineScope coroutineScope, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2 function2, int i, Object obj) { + public static /* synthetic */ Job H(CoroutineScope coroutineScope, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2 function2, int i, Object obj) { if ((i & 1) != 0) { coroutineContext = d0.w.f.i; } - return F(coroutineScope, coroutineContext, (i & 2) != 0 ? CoroutineStart.DEFAULT : null, function2); + return G(coroutineScope, coroutineContext, (i & 2) != 0 ? CoroutineStart.DEFAULT : null, function2); } - public static int H(CharSequence charSequence, int i, int i2, int i3) { + public static int I(CharSequence charSequence, int i, int i2, int i3) { int i4 = i + i2; int i5 = i; int i6 = i3; @@ -258,7 +262,7 @@ public class a { return i18 ^ (i18 >>> 16); } - public static long I(AtomicLong atomicLong, long j) { + public static long J(AtomicLong atomicLong, long j) { long j2; long j3; do { @@ -274,7 +278,7 @@ public class a { return j3; } - public static RuntimeException J(Throwable th) { + public static RuntimeException K(Throwable th) { if (th instanceof RuntimeException) { throw ((RuntimeException) th); } else if (th instanceof Error) { @@ -297,7 +301,7 @@ public class a { at jadx.core.dex.visitors.regions.RegionMaker.makeRegion(RegionMaker.java:94) at jadx.core.dex.visitors.regions.RegionMakerVisitor.visit(RegionMakerVisitor.java:50) */ - public static void K(int r2, h0.a.a.c r3) { + public static void L(int r2, h0.a.a.c r3) { /* int r0 = r2 >>> 24 if (r0 == 0) goto L_0x0025 @@ -352,10 +356,10 @@ public class a { switch-data {16->0x001b, 17->0x001b, 18->0x001b, 19->0x0013, 20->0x0013, 21->0x0013, 22->0x0025, 23->0x001b, } switch-data {66->0x001b, 67->0x001b, 68->0x001b, 69->0x001b, 70->0x001b, 71->0x0017, 72->0x0017, 73->0x0017, 74->0x0017, 75->0x0017, } */ - throw new UnsupportedOperationException("Method not decompiled: c.q.a.k.a.K(int, h0.a.a.c):void"); + throw new UnsupportedOperationException("Method not decompiled: c.q.a.k.a.L(int, h0.a.a.c):void"); } - public static final Object L(Object obj, Continuation continuation) { + public static final Object M(Object obj, Continuation continuation) { if (obj instanceof v) { k.a aVar = k.i; return k.m76constructorimpl(l.createFailure(((v) obj).b)); @@ -364,7 +368,7 @@ public class a { return k.m76constructorimpl(obj); } - public static final void M(i0 i0Var, Continuation continuation, boolean z2) { + public static final void N(i0 i0Var, Continuation continuation, boolean z2) { Object obj; Object n = i0Var.n(); Throwable f = i0Var.f(n); @@ -391,11 +395,11 @@ public class a { } } - public static int N(int i) { + public static int O(int i) { return 1 << (32 - Integer.numberOfLeadingZeros(i - 1)); } - public static final int O(u uVar, int i) { + public static final int P(u uVar, int i) { int i2; m.checkParameterIsNotNull(uVar, "$this$segment"); int[] iArr = uVar.n; @@ -424,7 +428,7 @@ public class a { return i2 >= 0 ? i2 : ~i2; } - public static final g0.v P(Socket socket) throws IOException { + public static final g0.v Q(Socket socket) throws IOException { m.checkParameterIsNotNull(socket, "$this$sink"); g0.w wVar = new g0.w(socket); OutputStream outputStream = socket.getOutputStream(); @@ -434,7 +438,7 @@ public class a { return new g0.c(wVar, pVar); } - public static final x Q(Socket socket) throws IOException { + public static final x R(Socket socket) throws IOException { m.checkParameterIsNotNull(socket, "$this$source"); g0.w wVar = new g0.w(socket); InputStream inputStream = socket.getInputStream(); @@ -444,7 +448,7 @@ public class a { return new g0.d(wVar, nVar); } - public static final void R(Continuation continuation, Continuation continuation2) { + public static final void S(Continuation continuation, Continuation continuation2) { try { Continuation intercepted = d0.w.h.b.intercepted(continuation); k.a aVar = k.i; @@ -455,7 +459,7 @@ public class a { } } - public static void S(Function2 function2, Object obj, Continuation continuation, Function1 function1, int i) { + public static void T(Function2 function2, Object obj, Continuation continuation, Function1 function1, int i) { int i2 = i & 4; try { Continuation intercepted = d0.w.h.b.intercepted(d0.w.h.b.createCoroutineUnintercepted(function2, obj, continuation)); @@ -467,7 +471,7 @@ public class a { } } - public static final Object T(r rVar, R r, Function2, ? extends Object> function2) { + public static final Object U(r rVar, R r, Function2, ? extends Object> function2) { Object obj; rVar.Y(); if (function2 != null) { @@ -493,7 +497,7 @@ public class a { /* JADX WARNING: Removed duplicated region for block: B:12:0x0035 */ /* JADX WARNING: Removed duplicated region for block: B:8:0x0023 */ - public static final Object U(Exception exc, Continuation continuation) { + public static final Object V(Exception exc, Continuation continuation) { c cVar; int i; if (continuation instanceof c) { @@ -534,12 +538,12 @@ public class a { return Unit.a; } - public static final long V(String str, long j, long j2, long j3) { - String W = W(str); - if (W == null) { + public static final long W(String str, long j, long j2, long j3) { + String X = X(str); + if (X == null) { return j; } - Long longOrNull = s.toLongOrNull(W); + Long longOrNull = s.toLongOrNull(X); if (longOrNull != null) { long longValue = longOrNull.longValue(); if (j2 <= longValue && j3 >= longValue) { @@ -547,10 +551,10 @@ public class a { } throw new IllegalStateException(("System property '" + str + "' should be in range " + j2 + ".." + j3 + ", but is '" + longValue + '\'').toString()); } - throw new IllegalStateException(("System property '" + str + "' has unrecognized value '" + W + '\'').toString()); + throw new IllegalStateException(("System property '" + str + "' has unrecognized value '" + X + '\'').toString()); } - public static final String W(String str) { + public static final String X(String str) { int i = s.a.a.u.a; try { return System.getProperty(str); @@ -559,27 +563,34 @@ public class a { } } - public static int X(String str, int i, int i2, int i3, int i4, Object obj) { + public static int Y(String str, int i, int i2, int i3, int i4, Object obj) { if ((i4 & 4) != 0) { i2 = 1; } if ((i4 & 8) != 0) { i3 = Integer.MAX_VALUE; } - return (int) V(str, (long) i, (long) i2, (long) i3); + return (int) W(str, (long) i, (long) i2, (long) i3); } - public static /* synthetic */ long Y(String str, long j, long j2, long j3, int i, Object obj) { + public static /* synthetic */ long Z(String str, long j, long j2, long j3, int i, Object obj) { if ((i & 4) != 0) { j2 = 1; } if ((i & 8) != 0) { j3 = RecyclerView.FOREVER_NS; } - return V(str, j, j2, j3); + return W(str, j, j2, j3); } - public static void Z(List list) { + public static final CoroutineScope a(CoroutineContext coroutineContext) { + if (coroutineContext.get(Job.h) == null) { + coroutineContext = coroutineContext.plus(new e1(null)); + } + return new s.a.a.f(coroutineContext); + } + + public static void a0(List list) { if (list != null && !list.isEmpty()) { if (list.size() == 1) { Throwable th = (Throwable) list.get(0); @@ -596,14 +607,12 @@ public class a { } } - public static final CoroutineScope a(CoroutineContext coroutineContext) { - if (coroutineContext.get(Job.h) == null) { - coroutineContext = coroutineContext.plus(new e1(null)); - } - return new s.a.a.f(coroutineContext); + public static t b(Job job, int i) { + int i2 = i & 1; + return new r1(null); } - public static void a0(Throwable th) { + public static void b0(Throwable th) { if (th instanceof OnErrorNotImplementedException) { throw ((OnErrorNotImplementedException) th); } else if (th instanceof OnErrorFailedException) { @@ -619,18 +628,8 @@ public class a { } } - public static t b(Job job, int i) { - int i2 = i & 1; - return new r1(null); - } - - public static void b0(Throwable th, j0.g gVar, Object obj) { - a0(th); - gVar.onError(OnErrorThrowable.a(th, obj)); - } - public static final void c(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) { - d.b bVar = f0.e0.f.d.f2799c; + d.b bVar = f0.e0.f.d.f2800c; Logger logger = f0.e0.f.d.b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); @@ -639,23 +638,33 @@ public class a { m.checkExpressionValueIsNotNull(format, "java.lang.String.format(format, *args)"); sb.append(format); sb.append(": "); - sb.append(aVar.f2797c); + sb.append(aVar.f2798c); logger.fine(sb.toString()); } + public static void c0(Throwable th, j0.g gVar, Object obj) { + b0(th); + gVar.onError(OnErrorThrowable.a(th, obj)); + } + + public static long d(long j, long j2) { + long j3 = j + j2; + return j3 < 0 ? RecyclerView.FOREVER_NS : j3; + } + /* JADX WARNING: Code restructure failed: missing block: B:66:0x010b, code lost: r1 = 1; */ - public static final String c0(String str) { + public static final String d0(String str) { m.checkParameterIsNotNull(str, "$this$toCanonicalHost"); int i = 0; int i2 = -1; if (w.contains$default((CharSequence) str, (CharSequence) ":", false, 2, (Object) null)) { - InetAddress m = (!d0.g0.t.startsWith$default(str, "[", false, 2, null) || !d0.g0.t.endsWith$default(str, "]", false, 2, null)) ? m(str, 0, str.length()) : m(str, 1, str.length() - 1); - if (m == null) { + InetAddress n = (!d0.g0.t.startsWith$default(str, "[", false, 2, null) || !d0.g0.t.endsWith$default(str, "]", false, 2, null)) ? n(str, 0, str.length()) : n(str, 1, str.length() - 1); + if (n == null) { return null; } - byte[] address = m.getAddress(); + byte[] address = n.getAddress(); if (address.length == 16) { m.checkExpressionValueIsNotNull(address, "address"); int i3 = 0; @@ -692,7 +701,7 @@ public class a { } return eVar.G(); } else if (address.length == 4) { - return m.getHostAddress(); + return n.getHostAddress(); } else { throw new AssertionError("Invalid IPv6 address: '" + str + '\''); } @@ -737,29 +746,6 @@ public class a { } } - public static long d(long j, long j2) { - long j3 = j + j2; - return j3 < 0 ? RecyclerView.FOREVER_NS : j3; - } - - public static final String d0(Continuation continuation) { - Object obj; - if (continuation instanceof g) { - return continuation.toString(); - } - try { - k.a aVar = k.i; - obj = k.m76constructorimpl(continuation + MentionUtilsKt.MENTIONS_CHAR + u(continuation)); - } catch (Throwable th) { - k.a aVar2 = k.i; - obj = k.m76constructorimpl(l.createFailure(th)); - } - if (k.m78exceptionOrNullimpl(obj) != null) { - obj = continuation.getClass().getName() + MentionUtilsKt.MENTIONS_CHAR + u(continuation); - } - return (String) obj; - } - public static final boolean e(byte[] bArr, int i, byte[] bArr2, int i2, int i3) { m.checkParameterIsNotNull(bArr, "a"); m.checkParameterIsNotNull(bArr2, "b"); @@ -771,9 +757,22 @@ public class a { return true; } - public static final String e0(byte b2) { - char[] cArr = g0.z.b.a; - return new String(new char[]{cArr[(b2 >> 4) & 15], cArr[b2 & 15]}); + public static final String e0(Continuation continuation) { + Object obj; + if (continuation instanceof g) { + return continuation.toString(); + } + try { + k.a aVar = k.i; + obj = k.m76constructorimpl(continuation + MentionUtilsKt.MENTIONS_CHAR + v(continuation)); + } catch (Throwable th) { + k.a aVar2 = k.i; + obj = k.m76constructorimpl(l.createFailure(th)); + } + if (k.m78exceptionOrNullimpl(obj) != null) { + obj = continuation.getClass().getName() + MentionUtilsKt.MENTIONS_CHAR + v(continuation); + } + return (String) obj; } public static s.a.e0 f(CoroutineScope coroutineScope, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2 function2, int i, Object obj) { @@ -789,9 +788,9 @@ public class a { return i1Var; } - public static final Object f0(Object obj, Function1 function1) { - Throwable r0 = k.m78exceptionOrNullimpl(obj); - return r0 == null ? function1 != null ? new s.a.w(obj, function1) : obj : new v(r0, false, 2); + public static final String f0(byte b2) { + char[] cArr = g0.z.b.a; + return new String(new char[]{cArr[(b2 >> 4) & 15], cArr[b2 & 15]}); } /* JADX WARNING: Removed duplicated region for block: B:12:0x0036 */ @@ -860,7 +859,24 @@ public class a { return (List) obj; } - public static RectF g0(float[] fArr) { + public static final Object g0(Object obj, Function1 function1) { + Throwable r0 = k.m78exceptionOrNullimpl(obj); + return r0 == null ? function1 != null ? new s.a.w(obj, function1) : obj : new v(r0, false, 2); + } + + public static final UndeliveredElementException h(Function1 function1, E e, UndeliveredElementException undeliveredElementException) { + try { + function1.invoke(e); + } catch (Throwable th) { + if (undeliveredElementException == null || undeliveredElementException.getCause() == th) { + return new UndeliveredElementException(c.d.b.a.a.t("Exception in undelivered element handler for ", e), th); + } + d0.b.addSuppressed(undeliveredElementException, th); + } + return undeliveredElementException; + } + + public static RectF h0(float[] fArr) { RectF rectF = new RectF(Float.POSITIVE_INFINITY, Float.POSITIVE_INFINITY, Float.NEGATIVE_INFINITY, Float.NEGATIVE_INFINITY); for (int i = 1; i < fArr.length; i += 2) { float round = ((float) Math.round(fArr[i - 1] * 10.0f)) / 10.0f; @@ -890,26 +906,6 @@ public class a { return rectF; } - public static final UndeliveredElementException h(Function1 function1, E e, UndeliveredElementException undeliveredElementException) { - try { - function1.invoke(e); - } catch (Throwable th) { - if (undeliveredElementException == null || undeliveredElementException.getCause() == th) { - return new UndeliveredElementException(c.d.b.a.a.t("Exception in undelivered element handler for ", e), th); - } - d0.b.addSuppressed(undeliveredElementException, th); - } - return undeliveredElementException; - } - - public static boolean h0(long j) { - int i = (j > 0 ? 1 : (j == 0 ? 0 : -1)); - if (i >= 0) { - return i != 0; - } - throw new IllegalArgumentException(c.d.b.a.a.q("n >= 0 required but it was ", j)); - } - public static final void i(CoroutineScope coroutineScope, CancellationException cancellationException) { Job job = (Job) coroutineScope.getCoroutineContext().get(Job.h); if (job != null) { @@ -919,10 +915,26 @@ public class a { throw new IllegalStateException(("Scope cannot be cancelled because it does not have a job: " + coroutineScope).toString()); } + public static boolean i0(long j) { + int i = (j > 0 ? 1 : (j == 0 ? 0 : -1)); + if (i >= 0) { + return i != 0; + } + throw new IllegalArgumentException(c.d.b.a.a.q("n >= 0 required but it was ", j)); + } + + public static void j(CoroutineContext coroutineContext, CancellationException cancellationException, int i, Object obj) { + int i2 = i & 1; + Job job = (Job) coroutineContext.get(Job.h); + if (job != null) { + job.B(null); + } + } + /* JADX INFO: finally extract failed */ /* JADX DEBUG: Multi-variable search result rejected for r3v11, resolved type: java.util.concurrent.atomic.AtomicIntegerFieldUpdater */ /* JADX WARN: Multi-variable type inference failed */ - public static final Object i0(CoroutineContext coroutineContext, Function2, ? extends Object> function2, Continuation continuation) { + public static final Object j0(CoroutineContext coroutineContext, Function2, ? extends Object> function2, Continuation continuation) { Object obj; boolean z2; CoroutineContext context = continuation.getContext(); @@ -931,7 +943,7 @@ public class a { if (job == null || job.a()) { if (plus == context) { r rVar = new r(plus, continuation); - obj = T(rVar, rVar, function2); + obj = U(rVar, rVar, function2); } else { int i = d0.w.d.e; d.b bVar = d.b.a; @@ -939,9 +951,9 @@ public class a { w1 w1Var = new w1(plus, continuation); Object b2 = s.a.a.a.b(plus, null); try { - Object T = T(w1Var, w1Var, function2); + Object U = U(w1Var, w1Var, function2); s.a.a.a.a(plus, b2); - obj = T; + obj = U; } catch (Throwable th) { s.a.a.a.a(plus, b2); throw th; @@ -949,7 +961,7 @@ public class a { } else { h0 h0Var = new h0(plus, continuation); h0Var.Y(); - S(function2, h0Var, h0Var, null, 4); + T(function2, h0Var, h0Var, null, 4); while (true) { int i2 = h0Var._decision; z2 = false; @@ -980,14 +992,6 @@ public class a { throw job.p(); } - public static void j(CoroutineContext coroutineContext, CancellationException cancellationException, int i, Object obj) { - int i2 = i & 1; - Job job = (Job) coroutineContext.get(Job.h); - if (job != null) { - job.B(null); - } - } - public static /* synthetic */ void k(Job job, CancellationException cancellationException, int i, Object obj) { int i2 = i & 1; job.B(null); @@ -1003,13 +1007,83 @@ public class a { } } + public static final byte[] m(String str) { + int i; + int i2; + char charAt; + m.checkParameterIsNotNull(str, "$this$commonAsUtf8ToByteArray"); + byte[] bArr = new byte[(str.length() * 4)]; + int length = str.length(); + int i3 = 0; + while (i3 < length) { + char charAt2 = str.charAt(i3); + if (charAt2 >= 128) { + int length2 = str.length(); + int i4 = i3; + while (i3 < length2) { + char charAt3 = str.charAt(i3); + if (charAt3 < 128) { + int i5 = i4 + 1; + bArr[i4] = (byte) charAt3; + i3++; + while (i3 < length2 && str.charAt(i3) < 128) { + bArr[i5] = (byte) str.charAt(i3); + i3++; + i5++; + } + i4 = i5; + } else { + if (charAt3 < 2048) { + int i6 = i4 + 1; + bArr[i4] = (byte) ((charAt3 >> 6) | 192); + i = i6 + 1; + bArr[i6] = (byte) ((charAt3 & '?') | 128); + } else if (55296 > charAt3 || 57343 < charAt3) { + int i7 = i4 + 1; + bArr[i4] = (byte) ((charAt3 >> '\f') | 224); + int i8 = i7 + 1; + bArr[i7] = (byte) (((charAt3 >> 6) & 63) | 128); + i = i8 + 1; + bArr[i8] = (byte) ((charAt3 & '?') | 128); + } else if (charAt3 > 56319 || length2 <= (i2 = i3 + 1) || 56320 > (charAt = str.charAt(i2)) || 57343 < charAt) { + i = i4 + 1; + bArr[i4] = 63; + } else { + int charAt4 = (str.charAt(i2) + (charAt3 << '\n')) - 56613888; + int i9 = i4 + 1; + bArr[i4] = (byte) ((charAt4 >> 18) | 240); + int i10 = i9 + 1; + bArr[i9] = (byte) (((charAt4 >> 12) & 63) | 128); + int i11 = i10 + 1; + bArr[i10] = (byte) (((charAt4 >> 6) & 63) | 128); + i = i11 + 1; + bArr[i11] = (byte) ((charAt4 & 63) | 128); + i3 += 2; + i4 = i; + } + i3++; + i4 = i; + } + } + byte[] copyOf = Arrays.copyOf(bArr, i4); + m.checkExpressionValueIsNotNull(copyOf, "java.util.Arrays.copyOf(this, newSize)"); + return copyOf; + } + bArr[i3] = (byte) charAt2; + i3++; + } + byte[] copyOf2 = Arrays.copyOf(bArr, str.length()); + m.checkExpressionValueIsNotNull(copyOf2, "java.util.Arrays.copyOf(this, newSize)"); + return copyOf2; + } + /* JADX WARNING: Code restructure failed: missing block: B:40:0x00a0, code lost: if ((r2 - r15) != 0) goto L_0x00a3; */ /* JADX WARNING: Code restructure failed: missing block: B:61:0x00ea, code lost: return null; */ - public static final InetAddress m(String str, int i, int i2) { + public static final InetAddress n(String str, int i, int i2) { boolean z2; int i3; int i4; @@ -1120,14 +1194,14 @@ public class a { return InetAddress.getByAddress(bArr); } - public static final Object n(long j, Continuation continuation) { + public static final Object o(long j, Continuation continuation) { if (j <= 0) { return Unit.a; } s.a.k kVar = new s.a.k(d0.w.h.b.intercepted(continuation), 1); kVar.A(); if (j < RecyclerView.FOREVER_NS) { - t(kVar.n).b(j, kVar); + u(kVar.n).b(j, kVar); } Object u = kVar.u(); if (u == d0.w.h.c.getCOROUTINE_SUSPENDED()) { @@ -1136,7 +1210,7 @@ public class a { return u; } - public static final String o(long j) { + public static final String p(long j) { String str; if (j <= ((long) -999500000)) { str = ((j - ((long) 500000000)) / ((long) 1000000000)) + " s "; @@ -1156,7 +1230,7 @@ public class a { return format; } - public static long p(AtomicLong atomicLong, long j) { + public static long q(AtomicLong atomicLong, long j) { long j2; do { j2 = atomicLong.get(); @@ -1164,15 +1238,15 @@ public class a { return j2; } - public static float[] q(RectF rectF) { + public static float[] r(RectF rectF) { return new float[]{rectF.centerX(), rectF.centerY()}; } - public static final String r(Object obj) { + public static final String s(Object obj) { return obj.getClass().getSimpleName(); } - public static float[] s(RectF rectF) { + public static float[] t(RectF rectF) { float f = rectF.left; float f2 = rectF.top; float f3 = rectF.right; @@ -1180,7 +1254,7 @@ public class a { return new float[]{f, f2, f3, f2, f3, f4, f, f4}; } - public static final g0 t(CoroutineContext coroutineContext) { + public static final g0 u(CoroutineContext coroutineContext) { int i = d0.w.d.e; CoroutineContext.Element element = coroutineContext.get(d.b.a); if (!(element instanceof g0)) { @@ -1190,12 +1264,12 @@ public class a { return g0Var != null ? g0Var : d0.a; } - public static final String u(Object obj) { + public static final String v(Object obj) { return Integer.toHexString(System.identityHashCode(obj)); } @TargetApi(17) - public static int v() { + public static int w() { EGLDisplay eglGetDisplay = EGL14.eglGetDisplay(0); int[] iArr = new int[2]; EGL14.eglInitialize(eglGetDisplay, iArr, 0, iArr, 1); @@ -1219,7 +1293,7 @@ public class a { return iArr3[0]; } - public static int w(Context context) { + public static int x(Context context) { Display defaultDisplay = ((WindowManager) context.getSystemService("window")).getDefaultDisplay(); if (defaultDisplay.getWidth() == defaultDisplay.getHeight()) { return 3; @@ -1227,7 +1301,7 @@ public class a { return defaultDisplay.getWidth() < defaultDisplay.getHeight() ? 1 : 2; } - public static final void x(CoroutineContext coroutineContext, Throwable th) { + public static final void y(CoroutineContext coroutineContext, Throwable th) { try { int i = CoroutineExceptionHandler.g; CoroutineExceptionHandler coroutineExceptionHandler = (CoroutineExceptionHandler) coroutineContext.get(CoroutineExceptionHandler.a.a); @@ -1246,7 +1320,7 @@ public class a { } } - public static /* synthetic */ l0 y(Job job, boolean z2, boolean z3, Function1 function1, int i, Object obj) { + public static /* synthetic */ l0 z(Job job, boolean z2, boolean z3, Function1 function1, int i, Object obj) { if ((i & 1) != 0) { z2 = false; } @@ -1255,8 +1329,4 @@ public class a { } return job.f(z2, z3, function1); } - - public static l0 z(long j, Runnable runnable, CoroutineContext coroutineContext) { - return d0.a.w(j, runnable, coroutineContext); - } } diff --git a/app/src/main/java/c/q/a/l/a.java b/app/src/main/java/c/q/a/l/a.java index 9723cd2df6..2cfc81bea0 100644 --- a/app/src/main/java/c/q/a/l/a.java +++ b/app/src/main/java/c/q/a/l/a.java @@ -223,9 +223,9 @@ public class a extends c { this.f1539y.setRotate(-getCurrentAngle()); float[] copyOf = Arrays.copyOf(fArr, fArr.length); this.f1539y.mapPoints(copyOf); - float[] s2 = c.q.a.k.a.s(this.f1538x); - this.f1539y.mapPoints(s2); - return c.q.a.k.a.g0(copyOf).contains(c.q.a.k.a.g0(s2)); + float[] t = c.q.a.k.a.t(this.f1538x); + this.f1539y.mapPoints(t); + return c.q.a.k.a.h0(copyOf).contains(c.q.a.k.a.h0(t)); } public void k(float f) { @@ -276,15 +276,15 @@ public class a extends c { this.f1539y.setRotate(-getCurrentAngle()); float[] fArr3 = this.i; float[] copyOf2 = Arrays.copyOf(fArr3, fArr3.length); - float[] s2 = c.q.a.k.a.s(this.f1538x); + float[] t = c.q.a.k.a.t(this.f1538x); this.f1539y.mapPoints(copyOf2); - this.f1539y.mapPoints(s2); - RectF g02 = c.q.a.k.a.g0(copyOf2); - RectF g03 = c.q.a.k.a.g0(s2); - float f7 = g02.left - g03.left; - float f8 = g02.top - g03.top; - float f9 = g02.right - g03.right; - float f10 = g02.bottom - g03.bottom; + this.f1539y.mapPoints(t); + RectF h02 = c.q.a.k.a.h0(copyOf2); + RectF h03 = c.q.a.k.a.h0(t); + float f7 = h02.left - h03.left; + float f8 = h02.top - h03.top; + float f9 = h02.right - h03.right; + float f10 = h02.bottom - h03.bottom; float[] fArr4 = new float[4]; if (f7 <= 0.0f) { f7 = 0.0f; diff --git a/app/src/main/java/c/q/a/l/c.java b/app/src/main/java/c/q/a/l/c.java index fc82d6a3a0..b02fc1916c 100644 --- a/app/src/main/java/c/q/a/l/c.java +++ b/app/src/main/java/c/q/a/l/c.java @@ -82,8 +82,8 @@ public class c extends AppCompatImageView { float intrinsicHeight = (float) drawable.getIntrinsicHeight(); Log.d("TransformImageView", String.format("Image size: [%d:%d]", Integer.valueOf((int) intrinsicWidth), Integer.valueOf((int) intrinsicHeight))); RectF rectF = new RectF(0.0f, 0.0f, intrinsicWidth, intrinsicHeight); - this.p = c.q.a.k.a.s(rectF); - this.q = c.q.a.k.a.q(rectF); + this.p = c.q.a.k.a.t(rectF); + this.q = c.q.a.k.a.r(rectF); this.f1541s = true; a aVar = this.o; if (aVar != null) { @@ -163,7 +163,7 @@ public class c extends AppCompatImageView { sqrt = Math.min(sqrt, min); } try { - i = c.q.a.k.a.v(); + i = c.q.a.k.a.w(); } catch (Exception e) { Log.d("EglUtils", "getMaxTextureSize: ", e); i = 0; diff --git a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java index bc5b7472f4..fdf0d45ffc 100644 --- a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java +++ b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java @@ -3250,7 +3250,7 @@ public class AnimatableValueParser { function1.invoke(renderContext); if (!(objArr.length == 0)) { if (!(!renderContext.a.isEmpty())) { - renderContext.f2096c = k.toList(objArr); + renderContext.f2097c = k.toList(objArr); } else { throw new IllegalArgumentException("must provide named arguments OR formatArgs, not both."); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinVoiceChannel.java b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinVoiceChannel.java index 1a7ff5dc80..27dd272928 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinVoiceChannel.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinVoiceChannel.java @@ -18,6 +18,7 @@ public final class TrackJoinVoiceChannel implements AnalyticsSchema, TrackBaseRe private final CharSequence gameName = null; private final CharSequence gamePlatform = null; private final Long guildId = null; + private final Long guildScheduledEventId = null; private final CharSequence nonce = null; private final CharSequence rtcConnectionId = null; private final Long stageInstanceId = null; @@ -40,7 +41,7 @@ public final class TrackJoinVoiceChannel implements AnalyticsSchema, TrackBaseRe return false; } TrackJoinVoiceChannel trackJoinVoiceChannel = (TrackJoinVoiceChannel) obj; - return m.areEqual(this.channelId, trackJoinVoiceChannel.channelId) && m.areEqual(this.channelType, trackJoinVoiceChannel.channelType) && m.areEqual(this.channelBitrate, trackJoinVoiceChannel.channelBitrate) && m.areEqual(this.guildId, trackJoinVoiceChannel.guildId) && m.areEqual(this.nonce, trackJoinVoiceChannel.nonce) && m.areEqual(this.rtcConnectionId, trackJoinVoiceChannel.rtcConnectionId) && m.areEqual(this.voiceStateCount, trackJoinVoiceChannel.voiceStateCount) && m.areEqual(this.videoStreamCount, trackJoinVoiceChannel.videoStreamCount) && m.areEqual(this.videoEnabled, trackJoinVoiceChannel.videoEnabled) && m.areEqual(this.gameName, trackJoinVoiceChannel.gameName) && m.areEqual(this.gamePlatform, trackJoinVoiceChannel.gamePlatform) && m.areEqual(this.gameId, trackJoinVoiceChannel.gameId) && m.areEqual(this.customStatusCount, trackJoinVoiceChannel.customStatusCount) && m.areEqual(this.stageInstanceId, trackJoinVoiceChannel.stageInstanceId); + return m.areEqual(this.channelId, trackJoinVoiceChannel.channelId) && m.areEqual(this.channelType, trackJoinVoiceChannel.channelType) && m.areEqual(this.channelBitrate, trackJoinVoiceChannel.channelBitrate) && m.areEqual(this.guildId, trackJoinVoiceChannel.guildId) && m.areEqual(this.nonce, trackJoinVoiceChannel.nonce) && m.areEqual(this.rtcConnectionId, trackJoinVoiceChannel.rtcConnectionId) && m.areEqual(this.voiceStateCount, trackJoinVoiceChannel.voiceStateCount) && m.areEqual(this.videoStreamCount, trackJoinVoiceChannel.videoStreamCount) && m.areEqual(this.videoEnabled, trackJoinVoiceChannel.videoEnabled) && m.areEqual(this.gameName, trackJoinVoiceChannel.gameName) && m.areEqual(this.gamePlatform, trackJoinVoiceChannel.gamePlatform) && m.areEqual(this.gameId, trackJoinVoiceChannel.gameId) && m.areEqual(this.customStatusCount, trackJoinVoiceChannel.customStatusCount) && m.areEqual(this.stageInstanceId, trackJoinVoiceChannel.stageInstanceId) && m.areEqual(this.guildScheduledEventId, trackJoinVoiceChannel.guildScheduledEventId); } public int hashCode() { @@ -72,10 +73,12 @@ public final class TrackJoinVoiceChannel implements AnalyticsSchema, TrackBaseRe Long l8 = this.customStatusCount; int hashCode13 = (hashCode12 + (l8 != null ? l8.hashCode() : 0)) * 31; Long l9 = this.stageInstanceId; - if (l9 != null) { - i = l9.hashCode(); + int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.guildScheduledEventId; + if (l10 != null) { + i = l10.hashCode(); } - return hashCode13 + i; + return hashCode14 + i; } public String toString() { @@ -106,6 +109,8 @@ public final class TrackJoinVoiceChannel implements AnalyticsSchema, TrackBaseRe P.append(", customStatusCount="); P.append(this.customStatusCount); P.append(", stageInstanceId="); - return a.F(P, this.stageInstanceId, ")"); + P.append(this.stageInstanceId); + P.append(", guildScheduledEventId="); + return a.F(P, this.guildScheduledEventId, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveVoiceChannel.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveVoiceChannel.java index 2b796169d1..02207f28f4 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveVoiceChannel.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveVoiceChannel.java @@ -16,6 +16,7 @@ public final class TrackLeaveVoiceChannel implements AnalyticsSchema, TrackBaseR private final CharSequence gameName = null; private final CharSequence gamePlatform = null; private final Long guildId = null; + private final Long guildScheduledEventId = null; private final Long maxListenerCount = null; private final Long maxSpeakerCount = null; private final Long maxVoiceStateCount = null; @@ -44,7 +45,7 @@ public final class TrackLeaveVoiceChannel implements AnalyticsSchema, TrackBaseR return false; } TrackLeaveVoiceChannel trackLeaveVoiceChannel = (TrackLeaveVoiceChannel) obj; - return m.areEqual(this.channelId, trackLeaveVoiceChannel.channelId) && m.areEqual(this.channelType, trackLeaveVoiceChannel.channelType) && m.areEqual(this.channelBitrate, trackLeaveVoiceChannel.channelBitrate) && m.areEqual(this.guildId, trackLeaveVoiceChannel.guildId) && m.areEqual(this.nonce, trackLeaveVoiceChannel.nonce) && m.areEqual(this.rtcConnectionId, trackLeaveVoiceChannel.rtcConnectionId) && m.areEqual(this.mediaSessionId, trackLeaveVoiceChannel.mediaSessionId) && m.areEqual(this.duration, trackLeaveVoiceChannel.duration) && m.areEqual(this.voiceStateCount, trackLeaveVoiceChannel.voiceStateCount) && m.areEqual(this.videoStreamCount, trackLeaveVoiceChannel.videoStreamCount) && m.areEqual(this.videoEnabled, trackLeaveVoiceChannel.videoEnabled) && m.areEqual(this.gameName, trackLeaveVoiceChannel.gameName) && m.areEqual(this.gamePlatform, trackLeaveVoiceChannel.gamePlatform) && m.areEqual(this.gameId, trackLeaveVoiceChannel.gameId) && m.areEqual(this.maxVoiceStateCount, trackLeaveVoiceChannel.maxVoiceStateCount) && m.areEqual(this.totalVoiceStateCount, trackLeaveVoiceChannel.totalVoiceStateCount) && m.areEqual(this.maxSpeakerCount, trackLeaveVoiceChannel.maxSpeakerCount) && m.areEqual(this.totalSpeakerCount, trackLeaveVoiceChannel.totalSpeakerCount) && m.areEqual(this.maxListenerCount, trackLeaveVoiceChannel.maxListenerCount) && m.areEqual(this.totalListenerCount, trackLeaveVoiceChannel.totalListenerCount) && m.areEqual(this.stageInstanceId, trackLeaveVoiceChannel.stageInstanceId); + return m.areEqual(this.channelId, trackLeaveVoiceChannel.channelId) && m.areEqual(this.channelType, trackLeaveVoiceChannel.channelType) && m.areEqual(this.channelBitrate, trackLeaveVoiceChannel.channelBitrate) && m.areEqual(this.guildId, trackLeaveVoiceChannel.guildId) && m.areEqual(this.nonce, trackLeaveVoiceChannel.nonce) && m.areEqual(this.rtcConnectionId, trackLeaveVoiceChannel.rtcConnectionId) && m.areEqual(this.mediaSessionId, trackLeaveVoiceChannel.mediaSessionId) && m.areEqual(this.duration, trackLeaveVoiceChannel.duration) && m.areEqual(this.voiceStateCount, trackLeaveVoiceChannel.voiceStateCount) && m.areEqual(this.videoStreamCount, trackLeaveVoiceChannel.videoStreamCount) && m.areEqual(this.videoEnabled, trackLeaveVoiceChannel.videoEnabled) && m.areEqual(this.gameName, trackLeaveVoiceChannel.gameName) && m.areEqual(this.gamePlatform, trackLeaveVoiceChannel.gamePlatform) && m.areEqual(this.gameId, trackLeaveVoiceChannel.gameId) && m.areEqual(this.maxVoiceStateCount, trackLeaveVoiceChannel.maxVoiceStateCount) && m.areEqual(this.totalVoiceStateCount, trackLeaveVoiceChannel.totalVoiceStateCount) && m.areEqual(this.maxSpeakerCount, trackLeaveVoiceChannel.maxSpeakerCount) && m.areEqual(this.totalSpeakerCount, trackLeaveVoiceChannel.totalSpeakerCount) && m.areEqual(this.maxListenerCount, trackLeaveVoiceChannel.maxListenerCount) && m.areEqual(this.totalListenerCount, trackLeaveVoiceChannel.totalListenerCount) && m.areEqual(this.stageInstanceId, trackLeaveVoiceChannel.stageInstanceId) && m.areEqual(this.guildScheduledEventId, trackLeaveVoiceChannel.guildScheduledEventId); } public int hashCode() { @@ -90,10 +91,12 @@ public final class TrackLeaveVoiceChannel implements AnalyticsSchema, TrackBaseR Long l14 = this.totalListenerCount; int hashCode20 = (hashCode19 + (l14 != null ? l14.hashCode() : 0)) * 31; Long l15 = this.stageInstanceId; - if (l15 != null) { - i = l15.hashCode(); + int hashCode21 = (hashCode20 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.guildScheduledEventId; + if (l16 != null) { + i = l16.hashCode(); } - return hashCode20 + i; + return hashCode21 + i; } public String toString() { @@ -138,6 +141,8 @@ public final class TrackLeaveVoiceChannel implements AnalyticsSchema, TrackBaseR P.append(", totalListenerCount="); P.append(this.totalListenerCount); P.append(", stageInstanceId="); - return a.F(P, this.stageInstanceId, ")"); + P.append(this.stageInstanceId); + P.append(", guildScheduledEventId="); + return a.F(P, this.guildScheduledEventId, ")"); } } diff --git a/app/src/main/java/com/discord/databinding/GuildScheduledEventItemViewBinding.java b/app/src/main/java/com/discord/databinding/GuildScheduledEventItemViewBinding.java index 014c1a5c69..e607d7b809 100644 --- a/app/src/main/java/com/discord/databinding/GuildScheduledEventItemViewBinding.java +++ b/app/src/main/java/com/discord/databinding/GuildScheduledEventItemViewBinding.java @@ -39,9 +39,9 @@ public final class GuildScheduledEventItemViewBinding implements ViewBinding { @NonNull public final ImageView l; @NonNull - public final TextView m; + public final LinkifiedTextView m; - public GuildScheduledEventItemViewBinding(@NonNull ConstraintLayout constraintLayout, @NonNull GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView, @NonNull ConstraintLayout constraintLayout2, @NonNull GuildScheduledEventDateView guildScheduledEventDateView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull TextView textView6) { + public GuildScheduledEventItemViewBinding(@NonNull ConstraintLayout constraintLayout, @NonNull GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView, @NonNull ConstraintLayout constraintLayout2, @NonNull GuildScheduledEventDateView guildScheduledEventDateView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = constraintLayout; this.b = guildScheduledEventBottomButtonView; this.f1635c = constraintLayout2; @@ -54,7 +54,7 @@ public final class GuildScheduledEventItemViewBinding implements ViewBinding { this.j = textView4; this.k = textView5; this.l = imageView; - this.m = textView6; + this.m = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsBottomSheetBinding.java index bb52040ae2..5fd05733d6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsBottomSheetBinding.java @@ -20,7 +20,7 @@ public final class WidgetGuildScheduledEventDetailsBottomSheetBinding implements /* renamed from: c reason: collision with root package name */ public final ImageView f1874c; @NonNull - public final TextView d; + public final LinkifiedTextView d; @NonNull public final GuildScheduledEventDateView e; @NonNull @@ -36,18 +36,18 @@ public final class WidgetGuildScheduledEventDetailsBottomSheetBinding implements @NonNull public final TextView k; - public WidgetGuildScheduledEventDetailsBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull GuildScheduledEventDateView guildScheduledEventDateView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView2, @NonNull TextView textView4) { + public WidgetGuildScheduledEventDetailsBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull GuildScheduledEventDateView guildScheduledEventDateView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView2, @NonNull TextView textView3) { this.a = nestedScrollView; this.b = guildScheduledEventBottomButtonView; this.f1874c = imageView; - this.d = textView; + this.d = linkifiedTextView; this.e = guildScheduledEventDateView; - this.f = linkifiedTextView; + this.f = linkifiedTextView2; this.g = simpleDraweeView; - this.h = textView2; - this.i = textView3; + this.h = textView; + this.i = textView2; this.j = imageView2; - this.k = textView4; + this.k = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventUpsellBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventUpsellBottomSheetBinding.java new file mode 100644 index 0000000000..f5110e1bd1 --- /dev/null +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventUpsellBottomSheetBinding.java @@ -0,0 +1,31 @@ +package com.discord.databinding; + +import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; +import androidx.viewbinding.ViewBinding; +import com.google.android.material.button.MaterialButton; +public final class WidgetGuildScheduledEventUpsellBottomSheetBinding implements ViewBinding { + @NonNull + public final NestedScrollView a; + @NonNull + public final MaterialButton b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f1879c; + + public WidgetGuildScheduledEventUpsellBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView) { + this.a = nestedScrollView; + this.b = materialButton; + this.f1879c = materialButton2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java index d7ab7a5a37..a619fc975c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetGuildSelectorItemBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1879c; + public final SimpleDraweeView f1880c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetGuildSelectorItemBinding implements ViewBinding { public WidgetGuildSelectorItemBinding(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = frameLayout; - this.f1879c = simpleDraweeView; + this.f1880c = simpleDraweeView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java index a80ba14f60..c3a69066d6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetGuildStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1880c; + public final TextView f1881c; @NonNull public final AppViewFlipper d; @NonNull @@ -45,7 +45,7 @@ public final class WidgetGuildStickerSheetBinding implements ViewBinding { public WidgetGuildStickerSheetBinding(@NonNull AppViewFlipper appViewFlipper, @NonNull View view, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull AppViewFlipper appViewFlipper2, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout2, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull StickerView stickerView, @NonNull TextView textView6) { this.a = appViewFlipper; this.b = frameLayout; - this.f1880c = textView; + this.f1881c = textView; this.d = appViewFlipper2; this.e = linearLayout; this.f = simpleDraweeView; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java index 72f1b78741..581fd683e2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java @@ -15,7 +15,7 @@ public final class WidgetGuildTransferOwnershipBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1881c; + public final MaterialButton f1882c; @NonNull public final MaterialButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetGuildTransferOwnershipBinding implements ViewBinding { public WidgetGuildTransferOwnershipBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = checkedSetting; - this.f1881c = materialButton; + this.f1882c = materialButton; this.d = materialButton2; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java index 219284668c..c43d9eb816 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildWelcomeChannelBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1882c; + public final TextView f1883c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetGuildWelcomeChannelBinding implements ViewBinding { public WidgetGuildWelcomeChannelBinding(@NonNull CardView cardView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView3) { this.a = cardView; this.b = cardView2; - this.f1882c = textView; + this.f1883c = textView; this.d = simpleDraweeView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java index c62bde0637..284b8fc914 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetGuildWelcomeSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1883c; + public final TextView f1884c; @NonNull public final AppViewFlipper d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetGuildWelcomeSheetBinding implements ViewBinding { public WidgetGuildWelcomeSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull AppViewFlipper appViewFlipper, @NonNull SimpleDraweeView simpleDraweeView, @NonNull CardView cardView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = nestedScrollView; this.b = recyclerView; - this.f1883c = textView; + this.f1884c = textView; this.d = appViewFlipper; this.e = simpleDraweeView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java index 40ac2f7c99..af12dacb39 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java @@ -14,12 +14,12 @@ public final class WidgetGuildsListBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ViewStub f1884c; + public final ViewStub f1885c; public WidgetGuildsListBinding(@NonNull RelativeLayout relativeLayout, @NonNull RecyclerView recyclerView, @NonNull ViewStub viewStub) { this.a = relativeLayout; this.b = recyclerView; - this.f1884c = viewStub; + this.f1885c = viewStub; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java index 4ff86df7c6..3a0e664a95 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java @@ -14,12 +14,12 @@ public final class WidgetGuildsListItemDmBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1885c; + public final TextView f1886c; public WidgetGuildsListItemDmBinding(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f1885c = textView; + this.f1886c = textView; } @NonNull diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java index 2c43dce5f6..3535fd2374 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildsListItemFolderBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1886c; + public final FrameLayout f1887c; @NonNull public final View d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetGuildsListItemFolderBinding implements ViewBinding { public WidgetGuildsListItemFolderBinding(@NonNull RelativeLayout relativeLayout, @NonNull ServerFolderView serverFolderView, @NonNull FrameLayout frameLayout, @NonNull View view, @NonNull TextView textView, @NonNull View view2, @NonNull ImageView imageView, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = serverFolderView; - this.f1886c = frameLayout; + this.f1887c = frameLayout; this.d = view; this.e = textView; this.f = view2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java index 80d2b0136a..48b06a6847 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildsListItemGuildBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1887c; + public final ImageView f1888c; @NonNull public final SimpleDraweeView d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetGuildsListItemGuildBinding implements ViewBinding { public WidgetGuildsListItemGuildBinding(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2, @NonNull ImageView imageView3) { this.a = view; this.b = imageView; - this.f1887c = imageView2; + this.f1888c = imageView2; this.d = simpleDraweeView; this.e = textView; this.f = frameLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java index 0f024e35af..9f8513bf83 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java @@ -13,12 +13,12 @@ public final class WidgetGuildsListItemGuildVerticalBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1888c; + public final ImageView f1889c; public WidgetGuildsListItemGuildVerticalBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = imageView; - this.f1888c = imageView2; + this.f1889c = imageView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java index 5b0738e52a..dd28bf7fdd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java @@ -14,14 +14,14 @@ public final class WidgetGuildsListItemProfileBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1889c; + public final FrameLayout f1890c; @NonNull public final ImageView d; public WidgetGuildsListItemProfileBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = imageView; - this.f1889c = frameLayout; + this.f1890c = frameLayout; this.d = imageView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java b/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java index bccaa84370..86fd84315e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java @@ -18,7 +18,7 @@ public final class WidgetHomeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final HomePanelsLayout f1890c; + public final HomePanelsLayout f1891c; @NonNull public final f5 d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetHomeBinding implements ViewBinding { public WidgetHomeBinding(@NonNull FrameLayout frameLayout, @NonNull j5 j5Var, @NonNull HomePanelsLayout homePanelsLayout, @NonNull f5 f5Var, @NonNull i5 i5Var, @NonNull k5 k5Var, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout2) { this.a = frameLayout; this.b = j5Var; - this.f1890c = homePanelsLayout; + this.f1891c = homePanelsLayout; this.d = f5Var; this.e = i5Var; this.f = k5Var; diff --git a/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java b/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java index e4409daa84..27b30dd0f9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java @@ -16,7 +16,7 @@ public final class WidgetHomePanelCenterNsfwBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1891c; + public final MaterialButton f1892c; @NonNull public final MaterialButton d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetHomePanelCenterNsfwBinding implements ViewBinding { public WidgetHomePanelCenterNsfwBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f1891c = materialButton; + this.f1892c = materialButton; this.d = materialButton2; this.e = linkifiedTextView; this.f = textView; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java index 6b78c7eee4..1aa24fcd7b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubAddNameBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f1892c; + public final TextInputEditText f1893c; @NonNull public final TextInputLayout d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetHubAddNameBinding implements ViewBinding { public WidgetHubAddNameBinding(@NonNull LinearLayout linearLayout, @NonNull GuildView guildView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton) { this.a = linearLayout; this.b = guildView; - this.f1892c = textInputEditText; + this.f1893c = textInputEditText; this.d = textInputLayout; this.e = textView; this.f = loadingButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java index 4ed0f24085..a6630e10ba 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubAddServerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ScreenTitleView f1893c; + public final ScreenTitleView f1894c; @NonNull public final RecyclerView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetHubAddServerBinding implements ViewBinding { public WidgetHubAddServerBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull ScreenTitleView screenTitleView, @NonNull RecyclerView recyclerView, @NonNull SegmentedControlContainer segmentedControlContainer, @NonNull CardSegment cardSegment, @NonNull CardSegment cardSegment2) { this.a = linearLayout; this.b = materialButton; - this.f1893c = screenTitleView; + this.f1894c = screenTitleView; this.d = recyclerView; this.e = segmentedControlContainer; this.f = cardSegment; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java index dd56864d85..ffef85a822 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java @@ -15,12 +15,12 @@ public final class WidgetHubAuthenticationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CodeVerificationView f1894c; + public final CodeVerificationView f1895c; public WidgetHubAuthenticationBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull CodeVerificationView codeVerificationView) { this.a = linearLayout; this.b = linkifiedTextView; - this.f1894c = codeVerificationView; + this.f1895c = codeVerificationView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java index 61aef67d46..57cd20b641 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubDescriptionBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1895c; + public final TextView f1896c; @NonNull public final TextView d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetHubDescriptionBinding implements ViewBinding { public WidgetHubDescriptionBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ScreenTitleView screenTitleView) { this.a = linearLayout; this.b = loadingButton; - this.f1895c = textView; + this.f1896c = textView; this.d = textView2; this.e = linearLayout2; this.f = textInputEditText; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java index 70f409f01a..c78901c332 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java @@ -21,7 +21,7 @@ public final class WidgetHubDomainSearchBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1896c; + public final LinearLayout f1897c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetHubDomainSearchBinding implements ViewBinding { public WidgetHubDomainSearchBinding(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull Barrier barrier, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f1896c = linearLayout; + this.f1897c = linearLayout; this.d = textView; this.e = recyclerView; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java index 571cb3b818..f2e885d758 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java @@ -15,12 +15,12 @@ public final class WidgetHubDomainsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1897c; + public final MaterialButton f1898c; public WidgetHubDomainsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = recyclerView; - this.f1897c = materialButton; + this.f1898c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java index c1d435b231..736231c6d4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubEmailFlowBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final b5 f1898c; + public final b5 f1899c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetHubEmailFlowBinding implements ViewBinding { public WidgetHubEmailFlowBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull l5 l5Var, @NonNull b5 b5Var, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull m5 m5Var) { this.a = linearLayout; this.b = l5Var; - this.f1898c = b5Var; + this.f1899c = b5Var; this.d = materialButton; this.e = loadingButton; this.f = m5Var; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java index 1087f3c9f8..1fc63d73a7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java @@ -16,14 +16,14 @@ public final class WidgetHubWaitlistBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f1899c; + public final TextInputEditText f1900c; @NonNull public final TextInputLayout d; public WidgetHubWaitlistBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextInputEditText textInputEditText, @NonNull ScreenTitleView screenTitleView, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = loadingButton; - this.f1899c = textInputEditText; + this.f1900c = textInputEditText; this.d = textInputLayout; } diff --git a/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java b/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java index 8e286baaca..b84004f5ee 100644 --- a/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java @@ -21,7 +21,7 @@ public final class WidgetIncomingShareBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ViewEmbedGameInvite f1900c; + public final ViewEmbedGameInvite f1901c; @NonNull public final TextInputLayout d; @NonNull @@ -46,7 +46,7 @@ public final class WidgetIncomingShareBinding implements ViewBinding { public WidgetIncomingShareBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull ViewEmbedGameInvite viewEmbedGameInvite, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull CardView cardView, @NonNull TextInputLayout textInputLayout2, @NonNull RecyclerView recyclerView2, @NonNull ImageView imageView, @NonNull AppViewFlipper appViewFlipper, @NonNull NestedScrollView nestedScrollView, @NonNull AppViewFlipper appViewFlipper2, @NonNull ViewGlobalSearchItem viewGlobalSearchItem, @NonNull ImageView imageView2) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1900c = viewEmbedGameInvite; + this.f1901c = viewEmbedGameInvite; this.d = textInputLayout; this.e = recyclerView; this.f = cardView; diff --git a/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java b/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java index fcc6cdec10..adcf69ea4e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java @@ -15,14 +15,14 @@ public final class WidgetIssueDetailsFormBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1901c; + public final TextInputLayout f1902c; @NonNull public final MaterialButton d; public WidgetIssueDetailsFormBinding(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull MaterialButton materialButton) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f1901c = textInputLayout; + this.f1902c = textInputLayout; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java index 8aa49c093f..ca93e9259f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java @@ -15,7 +15,7 @@ public final class WidgetKickUserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1902c; + public final MaterialButton f1903c; @NonNull public final MaterialButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetKickUserBinding implements ViewBinding { public WidgetKickUserBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f1902c = materialButton; + this.f1903c = materialButton; this.d = materialButton2; this.e = textInputLayout; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java index 41ee9981c7..6eade757c2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java @@ -13,12 +13,12 @@ public final class WidgetManageReactionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1903c; + public final RecyclerView f1904c; public WidgetManageReactionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull RecyclerView recyclerView2) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1903c = recyclerView2; + this.f1904c = recyclerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java index 00bbe64acd..2aa16e8de6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java @@ -15,14 +15,14 @@ public final class WidgetManageReactionsEmojiBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f1904c; + public final SimpleDraweeSpanTextView f1905c; @NonNull public final View d; public WidgetManageReactionsEmojiBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull View view) { this.a = relativeLayout; this.b = textView; - this.f1904c = simpleDraweeSpanTextView; + this.f1905c = simpleDraweeSpanTextView; this.d = view; } diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java index 1562b5d456..9754d7103c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java @@ -15,14 +15,14 @@ public final class WidgetManageReactionsResultUserBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1905c; + public final SimpleDraweeView f1906c; @NonNull public final TextView d; public WidgetManageReactionsResultUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; - this.f1905c = simpleDraweeView; + this.f1906c = simpleDraweeView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java b/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java index 25f1a43432..1535a66005 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java @@ -17,7 +17,7 @@ public final class WidgetMediaBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1906c; + public final FrameLayout f1907c; @NonNull public final ZoomableDraweeView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetMediaBinding implements ViewBinding { public WidgetMediaBinding(@NonNull FrameLayout frameLayout, @NonNull AppBarLayout appBarLayout, @NonNull FrameLayout frameLayout2, @NonNull ZoomableDraweeView zoomableDraweeView, @NonNull ProgressBar progressBar, @NonNull PlayerControlView playerControlView, @NonNull PlayerView playerView) { this.a = frameLayout; this.b = appBarLayout; - this.f1906c = frameLayout2; + this.f1907c = frameLayout2; this.d = zoomableDraweeView; this.e = progressBar; this.f = playerControlView; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java index d6f3f0fbbc..16e518563a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java @@ -21,7 +21,7 @@ public final class WidgetMemberVerificationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1907c; + public final SimpleDraweeView f1908c; @NonNull public final MemberVerificationView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetMemberVerificationBinding implements ViewBinding { public WidgetMemberVerificationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CustomAppBarLayout customAppBarLayout, @NonNull CollapsingToolbarLayout collapsingToolbarLayout, @NonNull DimmerView dimmerView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MemberVerificationView memberVerificationView, @NonNull MemberVerificationAvatarView memberVerificationAvatarView, @NonNull LoadingButton loadingButton, @NonNull RecyclerView recyclerView, @NonNull NestedScrollView nestedScrollView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1907c = simpleDraweeView; + this.f1908c = simpleDraweeView; this.d = memberVerificationView; this.e = memberVerificationAvatarView; this.f = loadingButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java index ec8883a210..a2072dfa9c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetMemberVerificationPendingDialogBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1908c; + public final MaterialButton f1909c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetMemberVerificationPendingDialogBinding implements ViewB public WidgetMemberVerificationPendingDialogBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = imageView; - this.f1908c = materialButton; + this.f1909c = materialButton; this.d = materialButton2; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java index 73383652a8..e2e733c025 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetMemberVerificationRuleItemBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1909c; + public final View f1910c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetMemberVerificationRuleItemBinding implements ViewBindin public WidgetMemberVerificationRuleItemBinding(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull LinearLayout linearLayout, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull View view, @NonNull TextView textView, @NonNull RoundedRelativeLayout roundedRelativeLayout2) { this.a = roundedRelativeLayout; this.b = simpleDraweeSpanTextView; - this.f1909c = view; + this.f1910c = view; this.d = textView; this.e = roundedRelativeLayout2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java index 1f94c4911e..9e5a175382 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java @@ -15,12 +15,12 @@ public final class WidgetMemberVerificationSuccessBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1910c; + public final TextView f1911c; public WidgetMemberVerificationSuccessBinding(@NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull CardView cardView) { this.a = relativeLayout; this.b = materialButton; - this.f1910c = textView; + this.f1911c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java b/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java index 76534f0daf..1cac36781c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java @@ -14,12 +14,12 @@ public final class WidgetMobileReportsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f1911c; + public final ProgressBar f1912c; public WidgetMobileReportsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull FrameLayout frameLayout, @NonNull ProgressBar progressBar) { this.a = coordinatorLayout; this.b = frameLayout; - this.f1911c = progressBar; + this.f1912c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java b/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java index b8bb9d50c6..755c98e8ad 100644 --- a/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java @@ -17,14 +17,14 @@ public final class WidgetModeratorStartStageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1912c; + public final RecyclerView f1913c; @NonNull public final CallEventsButtonView d; public WidgetModeratorStartStageBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Toolbar toolbar, @NonNull AppBarLayout appBarLayout, @NonNull Button button, @NonNull RecyclerView recyclerView, @NonNull CallEventsButtonView callEventsButtonView) { this.a = constraintLayout; this.b = button; - this.f1912c = recyclerView; + this.f1913c = recyclerView; this.d = callEventsButtonView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java index a2b1824a44..8dc9425ec1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetMuteSettingsSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1913c; + public final LinearLayout f1914c; @NonNull public final LinearLayout d; @NonNull @@ -48,7 +48,7 @@ public final class WidgetMuteSettingsSheetBinding implements ViewBinding { public WidgetMuteSettingsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull FrameLayout frameLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout3, @NonNull TextView textView11, @NonNull TextView textView12) { this.a = nestedScrollView; this.b = textView; - this.f1913c = linearLayout; + this.f1914c = linearLayout; this.d = linearLayout2; this.e = frameLayout; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java b/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java index b14f3c81b0..74243ec711 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java @@ -15,14 +15,14 @@ public final class WidgetNavigationHelpBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f1914c; + public final TabLayout f1915c; @NonNull public final ViewPager2 d; public WidgetNavigationHelpBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TabLayout tabLayout, @NonNull ViewPager2 viewPager2) { this.a = linearLayout; this.b = imageView; - this.f1914c = tabLayout; + this.f1915c = tabLayout; this.d = viewPager2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java index ca6e5ae86c..5a553114a4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetNoticeDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1915c; + public final LinkifiedTextView f1916c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetNoticeDialogBinding implements ViewBinding { public WidgetNoticeDialogBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = linearLayout2; - this.f1915c = linkifiedTextView; + this.f1916c = linkifiedTextView; this.d = materialButton; this.e = textView; this.f = linearLayout3; diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java index 4ae098b492..7e318a3c66 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java @@ -13,12 +13,12 @@ public final class WidgetNoticeNuxOverlayBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1916c; + public final MaterialButton f1917c; public WidgetNoticeNuxOverlayBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f1916c = materialButton2; + this.f1917c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java index 9cfd51221d..a39c98ca81 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java @@ -13,12 +13,12 @@ public final class WidgetNoticeNuxSamsungLinkBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1917c; + public final MaterialButton f1918c; public WidgetNoticeNuxSamsungLinkBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f1917c = materialButton2; + this.f1918c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java index 82aa6ff728..e13d85a6c8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java @@ -17,7 +17,7 @@ public final class WidgetNoticePopupBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f1918c; + public final SimpleDraweeSpanTextView f1919c; @NonNull public final ImageView d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetNoticePopupBinding implements ViewBinding { public WidgetNoticePopupBinding(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull StickerView stickerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout2) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f1918c = simpleDraweeSpanTextView; + this.f1919c = simpleDraweeSpanTextView; this.d = imageView; this.e = simpleDraweeView2; this.f = stickerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java b/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java index 0e96066f09..e4ec3c91d0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java @@ -17,7 +17,7 @@ public final class WidgetNuxChannelPromptBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1919c; + public final SimpleDraweeView f1920c; @NonNull public final TextView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetNuxChannelPromptBinding implements ViewBinding { public WidgetNuxChannelPromptBinding(@NonNull RelativeLayout relativeLayout, @NonNull LoadingButton loadingButton, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextInputLayout textInputLayout, @NonNull Toolbar toolbar) { this.a = relativeLayout; this.b = loadingButton; - this.f1919c = simpleDraweeView; + this.f1920c = simpleDraweeView; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java b/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java index 4952cd7605..295cf2c515 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java @@ -15,7 +15,7 @@ public final class WidgetNuxGuildTemplateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1920c; + public final LinearLayout f1921c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetNuxGuildTemplateBinding implements ViewBinding { public WidgetNuxGuildTemplateBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView) { this.a = linearLayout; this.b = materialButton; - this.f1920c = linearLayout2; + this.f1921c = linearLayout2; this.d = textView; this.e = textView2; this.f = recyclerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java b/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java index 23761d2bad..55fdabcbac 100644 --- a/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java @@ -19,7 +19,7 @@ public final class WidgetOauthAuthorizeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1921c; + public final SimpleDraweeView f1922c; @NonNull public final TextView d; @NonNull @@ -50,7 +50,7 @@ public final class WidgetOauthAuthorizeBinding implements ViewBinding { public WidgetOauthAuthorizeBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull MaterialCardView materialCardView, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton3, @NonNull ImageView imageView2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView, @NonNull TextView textView5, @NonNull ImageView imageView3, @NonNull MaterialButton materialButton4, @NonNull MaterialButton materialButton5, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = coordinatorLayout; this.b = textView; - this.f1921c = simpleDraweeView; + this.f1922c = simpleDraweeView; this.d = textView2; this.e = linearLayout; this.f = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java b/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java index dda55989ff..5b772a3e4f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java @@ -14,12 +14,12 @@ public final class WidgetOutboundPromoTermsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1922c; + public final LinkifiedTextView f1923c; public WidgetOutboundPromoTermsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = linearLayout; this.b = textView; - this.f1922c = linkifiedTextView; + this.f1923c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java index e8e7411c90..1245cfe6ea 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java @@ -19,7 +19,7 @@ public final class WidgetPaymentSourceEditDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1923c; + public final MaterialButton f1924c; @NonNull public final LoadingButton d; @NonNull @@ -48,7 +48,7 @@ public final class WidgetPaymentSourceEditDialogBinding implements ViewBinding { public WidgetPaymentSourceEditDialogBinding(@NonNull LinearLayout linearLayout, @NonNull Toolbar toolbar, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull TextInputLayout textInputLayout3, @NonNull TextInputLayout textInputLayout4, @NonNull CheckBox checkBox, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextInputLayout textInputLayout5, @NonNull TextInputLayout textInputLayout6, @NonNull TextInputLayout textInputLayout7, @NonNull PaymentSourceView paymentSourceView) { this.a = linearLayout; this.b = toolbar; - this.f1923c = materialButton; + this.f1924c = materialButton; this.d = loadingButton; this.e = textInputLayout; this.f = textInputLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java index 30e53d02be..32eace9ca0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetPhoneCountryCodeBottomSheetBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1924c; + public final TextInputLayout f1925c; public WidgetPhoneCountryCodeBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = recyclerView; - this.f1924c = textInputLayout; + this.f1925c = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java index e72bf1e980..98dad389eb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java @@ -13,14 +13,14 @@ public final class WidgetPhoneCountryCodeListItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f1925c; + public final ConstraintLayout f1926c; @NonNull public final TextView d; public WidgetPhoneCountryCodeListItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f1925c = constraintLayout2; + this.f1926c = constraintLayout2; this.d = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java b/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java index bb02e1b003..589d14ec3a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java @@ -16,7 +16,7 @@ public final class WidgetPremiumGuildTransferBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1926c; + public final TextView f1927c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetPremiumGuildTransferBinding implements ViewBinding { public WidgetPremiumGuildTransferBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView2, @NonNull TextView textView4) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1926c = textView; + this.f1927c = textView; this.d = textView2; this.e = premiumGuildConfirmationView; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java b/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java index f91258ad47..d4a5ede4bb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java @@ -17,7 +17,7 @@ public final class WidgetPreviewGuildScheduledEventBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1927c; + public final ImageView f1928c; @NonNull public final CheckedSetting d; @NonNull @@ -27,20 +27,23 @@ public final class WidgetPreviewGuildScheduledEventBinding implements ViewBindin @NonNull public final TextView g; @NonNull - public final MaterialButton h; + public final TextView h; @NonNull - public final TextView i; + public final MaterialButton i; + @NonNull + public final TextView j; - public WidgetPreviewGuildScheduledEventBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull CheckedSetting checkedSetting, @NonNull GuildScheduledEventItemView guildScheduledEventItemView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView3) { + public WidgetPreviewGuildScheduledEventBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull CheckedSetting checkedSetting, @NonNull GuildScheduledEventItemView guildScheduledEventItemView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull TextView textView4) { this.a = constraintLayout; this.b = imageView; - this.f1927c = imageView2; + this.f1928c = imageView2; this.d = checkedSetting; this.e = guildScheduledEventItemView; this.f = textView; this.g = textView2; - this.h = materialButton; - this.i = textView3; + this.h = textView3; + this.i = materialButton; + this.j = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java index 73094547c1..9983e1237b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java @@ -16,12 +16,12 @@ public final class WidgetPriceTierPickerBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1928c; + public final RecyclerView f1929c; public WidgetPriceTierPickerBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppBarLayout appBarLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull Toolbar toolbar) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f1928c = recyclerView; + this.f1929c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java b/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java index baf66d7333..151e908649 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java @@ -16,7 +16,7 @@ public final class WidgetPruneUsersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1929c; + public final TextView f1930c; @NonNull public final MaterialButton d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetPruneUsersBinding implements ViewBinding { public WidgetPruneUsersBinding(@NonNull ScrollView scrollView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull ProgressBar progressBar) { this.a = scrollView; this.b = materialButton; - this.f1929c = textView; + this.f1930c = textView; this.d = materialButton2; this.e = textView2; this.f = checkedSetting; diff --git a/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java b/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java index e524c0cc82..8b42f8e5d8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java @@ -14,12 +14,12 @@ public final class WidgetQrScannerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Chip f1930c; + public final Chip f1931c; public WidgetQrScannerBinding(@NonNull FrameLayout frameLayout, @NonNull ZXingScannerView zXingScannerView, @NonNull Chip chip) { this.a = frameLayout; this.b = zXingScannerView; - this.f1930c = chip; + this.f1931c = chip; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java index 2886806945..ee67772203 100644 --- a/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java @@ -14,12 +14,12 @@ public final class WidgetQuickMentionsDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f1931c; + public final TabLayout f1932c; public WidgetQuickMentionsDialogBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ViewPager2 viewPager2, @NonNull TabLayout tabLayout) { this.a = constraintLayout; this.b = viewPager2; - this.f1931c = tabLayout; + this.f1932c = tabLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java b/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java index 716c16bcd8..385682c787 100644 --- a/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java @@ -16,7 +16,7 @@ public final class WidgetRemoteAuthBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final s5 f1932c; + public final s5 f1933c; @NonNull public final t5 d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetRemoteAuthBinding implements ViewBinding { public WidgetRemoteAuthBinding(@NonNull RelativeLayout relativeLayout, @NonNull u5 u5Var, @NonNull s5 s5Var, @NonNull t5 t5Var, @NonNull AppViewFlipper appViewFlipper) { this.a = relativeLayout; this.b = u5Var; - this.f1932c = s5Var; + this.f1933c = s5Var; this.d = t5Var; this.e = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java index 58b76c31af..7fdf6d37be 100644 --- a/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetScreenShareNfxSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1933c; + public final MaterialButton f1934c; public WidgetScreenShareNfxSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = nestedScrollView; this.b = textView; - this.f1933c = materialButton; + this.f1934c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java index a8940e25ec..c417262ada 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java @@ -15,7 +15,7 @@ public final class WidgetSearchBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1934c; + public final TextInputLayout f1935c; @NonNull public final FragmentContainerView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetSearchBinding implements ViewBinding { public WidgetSearchBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2) { this.a = coordinatorLayout; this.b = floatingActionButton; - this.f1934c = textInputLayout; + this.f1935c = textInputLayout; this.d = fragmentContainerView; this.e = fragmentContainerView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java index bd16410259..2535cabf16 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java @@ -14,12 +14,12 @@ public final class WidgetSearchSuggestionsItemChannelBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1935c; + public final TextView f1936c; public WidgetSearchSuggestionsItemChannelBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1935c = textView; + this.f1936c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java index 67e9a896d2..7175b764ea 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java @@ -14,14 +14,14 @@ public final class WidgetSearchSuggestionsItemHasBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1936c; + public final ImageView f1937c; @NonNull public final TextView d; public WidgetSearchSuggestionsItemHasBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1936c = imageView; + this.f1937c = imageView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java index 11098709e1..906722a144 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java @@ -14,12 +14,12 @@ public final class WidgetSearchSuggestionsItemRecentQueryBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1937c; + public final TextView f1938c; public WidgetSearchSuggestionsItemRecentQueryBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1937c = textView; + this.f1938c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java index cfa20daf08..4244f9123d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java @@ -14,7 +14,7 @@ public final class WidgetSearchSuggestionsItemSuggestionBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f1938c; + public final RelativeLayout f1939c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetSearchSuggestionsItemSuggestionBinding implements ViewB public WidgetSearchSuggestionsItemSuggestionBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = relativeLayout; this.b = textView; - this.f1938c = relativeLayout2; + this.f1939c = relativeLayout2; this.d = textView2; this.e = imageView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java index b28290a319..5b5898a50a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetSelectComponentBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f1939c; + public final MaxHeightRecyclerView f1940c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetSelectComponentBottomSheetBinding implements ViewBindin public WidgetSelectComponentBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f1939c = maxHeightRecyclerView; + this.f1940c = maxHeightRecyclerView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java index 5c51b5c7cc..46e7ce3a1b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetSelectComponentBottomSheetItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1940c; + public final View f1941c; @NonNull public final View d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetSelectComponentBottomSheetItemBinding implements ViewBi public WidgetSelectComponentBottomSheetItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull View view, @NonNull View view2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialCheckBox materialCheckBox, @NonNull MaterialTextView materialTextView2) { this.a = constraintLayout; this.b = materialTextView; - this.f1940c = view; + this.f1941c = view; this.d = view2; this.e = simpleDraweeView; this.f = materialCheckBox; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java index 1340432c22..5ac4455d76 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerBoostConfirmationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1941c; + public final TextView f1942c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerBoostConfirmationBinding implements ViewBinding { public WidgetServerBoostConfirmationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull DimmerView dimmerView) { this.a = coordinatorLayout; this.b = premiumGuildConfirmationView; - this.f1941c = textView; + this.f1942c = textView; this.d = textView2; this.e = materialButton; this.f = dimmerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java index 1e57dc40dd..efa7f9bf58 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java @@ -20,7 +20,7 @@ public final class WidgetServerBoostStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1942c; + public final LinkifiedTextView f1943c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class WidgetServerBoostStatusBinding implements ViewBinding { public WidgetServerBoostStatusBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull PremiumSubscriptionMarketingView premiumSubscriptionMarketingView, @NonNull PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull SimplePager simplePager, @NonNull v2 v2Var) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f1942c = linkifiedTextView; + this.f1943c = linkifiedTextView; this.d = textView; this.e = premiumSubscriptionMarketingView; this.f = premiumGuildSubscriptionUpsellView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java index 5224b22e71..4f6959df8d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerDeleteDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1943c; + public final MaterialButton f1944c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerDeleteDialogBinding implements ViewBinding { public WidgetServerDeleteDialogBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f1943c = materialButton2; + this.f1944c = materialButton2; this.d = textView; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java index 689f881391..945826a7a0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerNotificationOverrideSelectorBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1944c; + public final TextInputLayout f1945c; public WidgetServerNotificationOverrideSelectorBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1944c = textInputLayout; + this.f1945c = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java index a2e7c7de45..95cc83c984 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerNotificationsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1945c; + public final RecyclerView f1946c; @NonNull public final CheckedSetting d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetServerNotificationsBinding implements ViewBinding { public WidgetServerNotificationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull w1 w1Var, @NonNull RecyclerView recyclerView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull View view, @NonNull LinearLayout linearLayout, @NonNull NotificationMuteSettingsView notificationMuteSettingsView, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = w1Var; - this.f1945c = recyclerView; + this.f1946c = recyclerView; this.d = checkedSetting; this.e = checkedSetting2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java index 0f05e0b2de..31a3c3541f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsAuditLogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1946c; + public final RecyclerView f1947c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsAuditLogBinding implements ViewBinding { public WidgetServerSettingsAuditLogBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull AppViewFlipper appViewFlipper, @NonNull AppViewFlipper appViewFlipper2) { this.a = coordinatorLayout; this.b = textView3; - this.f1946c = recyclerView; + this.f1947c = recyclerView; this.d = textView4; this.e = appViewFlipper; this.f = appViewFlipper2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java index c2581c050e..346e4a3819 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsAuditLogFilterActionListitemBinding imple @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1947c; + public final ImageView f1948c; @NonNull public final ImageView d; public WidgetServerSettingsAuditLogFilterActionListitemBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2) { this.a = linearLayout; this.b = checkedSetting; - this.f1947c = imageView; + this.f1948c = imageView; this.d = imageView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java index 5c9845f62c..5dd197c69f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsAuditLogFilterUserListitemBinding impleme @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1948c; + public final ImageView f1949c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetServerSettingsAuditLogFilterUserListitemBinding impleme public WidgetServerSettingsAuditLogFilterUserListitemBinding(@NonNull FrameLayout frameLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SettingsMemberView settingsMemberView) { this.a = frameLayout; this.b = materialRadioButton; - this.f1948c = imageView; + this.f1949c = imageView; this.d = textView; this.e = settingsMemberView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java index b18bdeea9f..7965e2fa5e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsAuditLogListItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1949c; + public final ImageView f1950c; @NonNull public final SimpleDraweeView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsAuditLogListItemBinding implements ViewBi public WidgetServerSettingsAuditLogListItemBinding(@NonNull CardView cardView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull RelativeLayout relativeLayout) { this.a = cardView; this.b = imageView; - this.f1949c = imageView2; + this.f1950c = imageView2; this.d = simpleDraweeView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java index 41e1128a31..42eda816b2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java @@ -14,14 +14,14 @@ public final class WidgetServerSettingsBanListItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1950c; + public final SimpleDraweeView f1951c; @NonNull public final TextView d; public WidgetServerSettingsBanListItemBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1950c = simpleDraweeView; + this.f1951c = simpleDraweeView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java index df2bbb37e6..2bbb493967 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java @@ -16,14 +16,14 @@ public final class WidgetServerSettingsBansBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1951c; + public final TextInputLayout f1952c; @NonNull public final AppViewFlipper d; public WidgetServerSettingsBansBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1951c = textInputLayout; + this.f1952c = textInputLayout; this.d = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java index 09b9eb68c4..bdae27f9fb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1952c; + public final TextView f1953c; @NonNull public final TextView d; @NonNull @@ -49,7 +49,7 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f1953s; + public final LinearLayout f1954s; @NonNull public final LinearLayout t; @NonNull @@ -61,12 +61,12 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f1954x; + public final TextView f1955x; public WidgetServerSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull View view2, @NonNull LinearLayout linearLayout4, @NonNull View view3, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView16, @NonNull TextView textView17) { this.a = coordinatorLayout; this.b = textView; - this.f1952c = textView2; + this.f1953c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; @@ -82,12 +82,12 @@ public final class WidgetServerSettingsBinding implements ViewBinding { this.p = textView15; this.q = linearLayout; this.r = linearLayout2; - this.f1953s = linearLayout3; + this.f1954s = linearLayout3; this.t = linearLayout4; this.u = view3; this.v = simpleDraweeView; this.w = textView16; - this.f1954x = textView17; + this.f1955x = textView17; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java index 284e3df256..a06a026e07 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java @@ -16,14 +16,14 @@ public final class WidgetServerSettingsChannelsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1955c; + public final FloatingActionButton f1956c; @NonNull public final RecyclerView d; public WidgetServerSettingsChannelsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView, @NonNull FrameLayout frameLayout) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1955c = floatingActionButton; + this.f1956c = floatingActionButton; this.d = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java index 6b9c52076d..329f5eaf4f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java @@ -13,14 +13,14 @@ public final class WidgetServerSettingsChannelsSortActionsBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1956c; + public final TextView f1957c; @NonNull public final TextView d; public WidgetServerSettingsChannelsSortActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = nestedScrollView; this.b = textView2; - this.f1956c = textView3; + this.f1957c = textView3; this.d = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java index 28ca6f6e4a..1c7390a87e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsChannelsSortFabMenuBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TableLayout f1957c; + public final TableLayout f1958c; public WidgetServerSettingsChannelsSortFabMenuBinding(@NonNull TableLayout tableLayout, @NonNull TableRow tableRow, @NonNull TableRow tableRow2, @NonNull TableRow tableRow3, @NonNull TableRow tableRow4, @NonNull FloatingActionButton floatingActionButton, @NonNull TableLayout tableLayout2) { this.a = tableLayout; this.b = floatingActionButton; - this.f1957c = tableLayout2; + this.f1958c = tableLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java index 8a1535f2a5..548364401a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsCommunityOverviewBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final CommunitySelectorView f1958c; + public final CommunitySelectorView f1959c; @NonNull public final CommunitySelectorView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsCommunityOverviewBinding implements ViewB public WidgetServerSettingsCommunityOverviewBinding(@NonNull LinearLayout linearLayout, @NonNull CommunitySelectorView communitySelectorView, @NonNull CommunitySelectorView communitySelectorView2, @NonNull CommunitySelectorView communitySelectorView3, @NonNull ScrollView scrollView, @NonNull LoadingButton loadingButton, @NonNull CommunitySelectorView communitySelectorView4) { this.a = linearLayout; this.b = communitySelectorView; - this.f1958c = communitySelectorView2; + this.f1959c = communitySelectorView2; this.d = communitySelectorView3; this.e = loadingButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java index 9c8f743ce9..0e9cac06bd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsCommunitySetupFirstStepBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1959c; + public final CheckedSetting f1960c; public WidgetServerSettingsCommunitySetupFirstStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull ScreenTitleView screenTitleView) { this.a = scrollView; this.b = checkedSetting; - this.f1959c = checkedSetting2; + this.f1960c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java index 86f0effa3e..0b68da187c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsCommunitySetupSecondStepBinding implement @NonNull /* renamed from: c reason: collision with root package name */ - public final CommunitySelectorView f1960c; + public final CommunitySelectorView f1961c; public WidgetServerSettingsCommunitySetupSecondStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CommunitySelectorView communitySelectorView, @NonNull ScreenTitleView screenTitleView, @NonNull CommunitySelectorView communitySelectorView2) { this.a = scrollView; this.b = communitySelectorView; - this.f1960c = communitySelectorView2; + this.f1961c = communitySelectorView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java index a2e7ce83a5..1340238d23 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsCommunitySetupThirdStepBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1961c; + public final LinkifiedTextView f1962c; @NonNull public final CheckedSetting d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetServerSettingsCommunitySetupThirdStepBinding implements public WidgetServerSettingsCommunitySetupThirdStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CheckedSetting checkedSetting, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull ScreenTitleView screenTitleView) { this.a = scrollView; this.b = checkedSetting; - this.f1961c = linkifiedTextView; + this.f1962c = linkifiedTextView; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java index 649f1956f3..2b37984d75 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java @@ -20,7 +20,7 @@ public final class WidgetServerSettingsEditIntegrationBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1962c; + public final LinearLayout f1963c; @NonNull public final CheckedSetting d; @NonNull @@ -51,7 +51,7 @@ public final class WidgetServerSettingsEditIntegrationBinding implements ViewBin public WidgetServerSettingsEditIntegrationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinearLayout linearLayout4, @NonNull TextView textView2, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout5, @NonNull LinearLayout linearLayout6, @NonNull w wVar) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1962c = linearLayout; + this.f1963c = linearLayout; this.d = checkedSetting; this.e = checkedSetting2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java index 0a85f5ab07..abce2b7aa9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsEditMemberBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1963c; + public final TextView f1964c; @NonNull public final TextView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsEditMemberBinding implements ViewBinding public WidgetServerSettingsEditMemberBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull RecyclerView recyclerView, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = linearLayout; - this.f1963c = textView; + this.f1964c = textView; this.d = textView2; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java index ca6b654c63..537fea365b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1964c; + public final AppViewFlipper f1965c; public WidgetServerSettingsEmojisBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1964c = appViewFlipper; + this.f1965c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java index 499c94e9aa..650fc1debd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisEditBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1965c; + public final FloatingActionButton f1966c; public WidgetServerSettingsEmojisEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1965c = floatingActionButton; + this.f1966c = floatingActionButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java index b8ad466114..920b8ed0ba 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisHeaderBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1966c; + public final TextView f1967c; public WidgetServerSettingsEmojisHeaderBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f1966c = textView; + this.f1967c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java index 577c985f92..117651d613 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsEmojisItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f1967c; + public final ConstraintLayout f1968c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerSettingsEmojisItemBinding implements ViewBinding public WidgetServerSettingsEmojisItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f1967c = constraintLayout2; + this.f1968c = constraintLayout2; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java index f15444b2db..760ea7db33 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java @@ -21,7 +21,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTierBinding impl @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f1968c; + public final Group f1969c; @NonNull public final TabLayout d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTierBinding impl public WidgetServerSettingsGuildRoleSubscriptionEditTierBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull Group group, @NonNull TabLayout tabLayout, @NonNull ViewPager2 viewPager2, @NonNull Barrier barrier, @NonNull AppBarLayout appBarLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull AppViewFlipper appViewFlipper) { this.a = constraintLayout; this.b = materialButton; - this.f1968c = group; + this.f1969c = group; this.d = tabLayout; this.e = viewPager2; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java index 40dbcd64a6..6d694a7ace 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionsBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildRoleSubscriptionPlanDetailsView f1969c; + public final GuildRoleSubscriptionPlanDetailsView f1970c; @NonNull public final FloatingActionButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionsBinding implements public WidgetServerSettingsGuildRoleSubscriptionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull i3 i3Var, @NonNull GuildRoleSubscriptionPlanDetailsView guildRoleSubscriptionPlanDetailsView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = i3Var; - this.f1969c = guildRoleSubscriptionPlanDetailsView; + this.f1970c = guildRoleSubscriptionPlanDetailsView; this.d = floatingActionButton; this.e = recyclerView; this.f = appViewFlipper; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java index 020547d882..9f6b62526c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java @@ -13,7 +13,7 @@ public final class WidgetServerSettingsInstantInviteActionsBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1970c; + public final TextView f1971c; @NonNull public final TextView d; @NonNull @@ -22,7 +22,7 @@ public final class WidgetServerSettingsInstantInviteActionsBinding implements Vi public WidgetServerSettingsInstantInviteActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = nestedScrollView; this.b = textView; - this.f1970c = textView2; + this.f1971c = textView2; this.d = textView3; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java index 4ca77cc78f..e30254a3e2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsInstantInviteListItemBinding implements V @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1971c; + public final TextView f1972c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsInstantInviteListItemBinding implements V public WidgetServerSettingsInstantInviteListItemBinding(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull SettingsMemberView settingsMemberView) { this.a = cardView; this.b = textView; - this.f1971c = textView2; + this.f1972c = textView2; this.d = textView3; this.e = textView5; this.f = settingsMemberView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java index 36d39e41fe..6c93ff8393 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsInstantInvitesBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1972c; + public final AppViewFlipper f1973c; public WidgetServerSettingsInstantInvitesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1972c = appViewFlipper; + this.f1973c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java index a675d653d4..1d325c8c2a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java @@ -18,7 +18,7 @@ public final class WidgetServerSettingsIntegrationListItemBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1973c; + public final View f1974c; @NonNull public final ImageView d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetServerSettingsIntegrationListItemBinding implements Vie public WidgetServerSettingsIntegrationListItemBinding(@NonNull FrameLayout frameLayout, @NonNull RelativeLayout relativeLayout, @NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull ImageView imageView2, @NonNull CheckedSetting checkedSetting, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = relativeLayout; - this.f1973c = view; + this.f1974c = view; this.d = imageView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java index 1a373cf87f..736bce9b11 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsIntegrationsBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1974c; + public final AppViewFlipper f1975c; public WidgetServerSettingsIntegrationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1974c = appViewFlipper; + this.f1975c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java index cabcae3847..11319a15a5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsMemberListItemBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1975c; + public final ImageView f1976c; @NonNull public final ImageView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetServerSettingsMemberListItemBinding implements ViewBind public WidgetServerSettingsMemberListItemBinding(@NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull RolesListView rolesListView, @NonNull SettingsMemberView settingsMemberView) { this.a = frameLayout; this.b = frameLayout2; - this.f1975c = imageView; + this.f1976c = imageView; this.d = imageView2; this.e = rolesListView; this.f = settingsMemberView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java index a68dc99010..38696e9950 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java @@ -18,7 +18,7 @@ public final class WidgetServerSettingsMembersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1976c; + public final RecyclerView f1977c; @NonNull public final Spinner d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsMembersBinding implements ViewBinding { public WidgetServerSettingsMembersBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull Spinner spinner, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1976c = recyclerView; + this.f1977c = recyclerView; this.d = spinner; this.e = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java index bfee769c49..fd45df53d4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java @@ -14,7 +14,7 @@ public final class WidgetServerSettingsModerationBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1977c; + public final CheckedSetting f1978c; @NonNull public final CheckedSetting d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetServerSettingsModerationBinding implements ViewBinding public WidgetServerSettingsModerationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull TextView textView2) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1977c = checkedSetting2; + this.f1978c = checkedSetting2; this.d = checkedSetting3; this.e = textView; this.f = checkedSetting4; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java index 8fd3529ea5..02cf088a5e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java @@ -13,7 +13,7 @@ public final class WidgetServerSettingsOverviewAfkTimeoutBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1978c; + public final TextView f1979c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsOverviewAfkTimeoutBinding implements View public WidgetServerSettingsOverviewAfkTimeoutBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = nestedScrollView; this.b = textView2; - this.f1978c = textView3; + this.f1979c = textView3; this.d = textView4; this.e = textView5; this.f = textView6; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java index 1faacd6157..3b17698912 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java @@ -21,7 +21,7 @@ public final class WidgetServerSettingsOverviewBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final j3 f1979c; + public final j3 f1980c; @NonNull public final k3 d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetServerSettingsOverviewBinding implements ViewBinding { public WidgetServerSettingsOverviewBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull w5 w5Var, @NonNull j3 j3Var, @NonNull k3 k3Var, @NonNull l3 l3Var, @NonNull FloatingActionButton floatingActionButton, @NonNull ScrollView scrollView, @NonNull m3 m3Var, @NonNull n3 n3Var, @NonNull o3 o3Var) { this.a = coordinatorLayout; this.b = w5Var; - this.f1979c = j3Var; + this.f1980c = j3Var; this.d = k3Var; this.e = l3Var; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java index 738f65c2f9..65bedafb79 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsRoleItemBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1980c; + public final ImageView f1981c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsRoleItemBinding implements ViewBinding { public WidgetServerSettingsRoleItemBinding(@NonNull RelativeLayout relativeLayout, @NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull RoleIconView roleIconView) { this.a = relativeLayout; this.b = view3; - this.f1980c = imageView; + this.f1981c = imageView; this.d = textView; this.e = roleIconView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java index 958f3f1526..5bf02c1949 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsRoleMembersBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1981c; + public final RecyclerView f1982c; @NonNull public final SearchInputView d; public WidgetServerSettingsRoleMembersBinding(@NonNull LinearLayout linearLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull SearchInputView searchInputView) { this.a = linearLayout; this.b = appViewFlipper; - this.f1981c = recyclerView; + this.f1982c = recyclerView; this.d = searchInputView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java index 4c59902ab6..2e37ad7e95 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsRolesBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1982c; + public final FloatingActionButton f1983c; @NonNull public final RecyclerView d; public WidgetServerSettingsRolesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1982c = floatingActionButton; + this.f1983c = floatingActionButton; this.d = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java index d610bef995..b28c8fba7e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsSecurityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1983c; + public final MaterialButton f1984c; public WidgetServerSettingsSecurityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton) { this.a = coordinatorLayout; this.b = textView; - this.f1983c = materialButton; + this.f1984c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java index a20511c1b5..5ecf5c1203 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsSecurityDialogBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1984c; + public final MaterialButton f1985c; @NonNull public final TextInputLayout d; public WidgetServerSettingsSecurityDialogBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = materialButton; - this.f1984c = materialButton2; + this.f1985c = materialButton2; this.d = textInputLayout; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java index 024f513c78..710c09d1df 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1985c; + public final TextView f1986c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { public WidgetServerSettingsVanityUrlBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1985c = textView; + this.f1986c = textView; this.d = textView2; this.e = textView3; this.f = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java index 8399dab9a5..306145a76c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1986c; + public final CheckedSetting f1987c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { public WidgetSettingsAccessibilityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull View view, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1986c = checkedSetting2; + this.f1987c = checkedSetting2; this.d = textView; this.e = linkifiedTextView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java index 4605d0ceba..e86b538f60 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1987c; + public final MaterialButton f1988c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin public WidgetSettingsAccountBackupCodesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1987c = materialButton; + this.f1988c = materialButton; this.d = textView; this.e = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java index 303a05d060..e0d7089085 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java @@ -35,7 +35,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1988c; + public final TextView f1989c; @NonNull public final TextView d; @NonNull @@ -69,7 +69,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f1989s; + public final TextView f1990s; @NonNull public final TextView t; @NonNull @@ -81,20 +81,20 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final NestedScrollView f1990x; + public final NestedScrollView f1991x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f1991y; + public final CheckedSetting f1992y; @NonNull /* renamed from: z reason: collision with root package name */ - public final TextView f1992z; + public final TextView f1993z; public WidgetSettingsAccountBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout5, @NonNull TextView textView7, @NonNull AppViewFlipper appViewFlipper, @NonNull LottieAnimationView lottieAnimationView, @NonNull TextView textView8, @NonNull LinearLayout linearLayout6, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout7, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull LinearLayout linearLayout8, @NonNull TextView textView15, @NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView16, @NonNull LinearLayout linearLayout9, @NonNull TextView textView17, @NonNull TextView textView18, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton2, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull TextView textView21) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1988c = textView; + this.f1989c = textView; this.d = textView2; this.e = linearLayout; this.f = textView4; @@ -110,14 +110,14 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { this.p = linearLayout6; this.q = textView10; this.r = linearLayout7; - this.f1989s = textView12; + this.f1990s = textView12; this.t = textView13; this.u = textView14; this.v = linearLayout8; this.w = textView15; - this.f1990x = nestedScrollView; - this.f1991y = checkedSetting; - this.f1992z = textView16; + this.f1991x = nestedScrollView; + this.f1992y = checkedSetting; + this.f1993z = textView16; this.A = linearLayout9; this.B = textView18; this.C = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java index 3d6a9d74a4..9f0fc81adf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1993c; + public final TextInputLayout f1994c; @NonNull public final FloatingActionButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin public WidgetSettingsAccountChangePasswordBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout3, @NonNull DimmerView dimmerView) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1993c = textInputLayout2; + this.f1994c = textInputLayout2; this.d = floatingActionButton; this.e = textInputLayout3; this.f = dimmerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java index b6b98ebcba..6e282d56d0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsAccountContactsNameEditBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1994c; + public final MaterialButton f1995c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountContactsNameEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull MaterialButton materialButton, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1994c = materialButton; + this.f1995c = materialButton; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java index e7ca90f742..27b2f56bbf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java @@ -16,14 +16,14 @@ public final class WidgetSettingsAccountEditBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1995c; + public final TextInputLayout f1996c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RelativeLayout relativeLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1995c = textInputLayout2; + this.f1996c = textInputLayout2; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java index 0bcd354018..507c1ed3dd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsAccountEmailEditBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1996c; + public final FloatingActionButton f1997c; public WidgetSettingsAccountEmailEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1996c = floatingActionButton; + this.f1997c = floatingActionButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java index 694ea5b97b..07f41e1fd6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1997c; + public final TextView f1998c; @NonNull public final TextView d; @NonNull @@ -41,7 +41,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { public WidgetSettingsAppearanceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull WidgetChatListAdapterItemTextBinding widgetChatListAdapterItemTextBinding, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull View view, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4) { this.a = coordinatorLayout; this.b = widgetChatListAdapterItemTextBinding; - this.f1997c = textView; + this.f1998c = textView; this.d = textView2; this.e = textView3; this.f = seekBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java index 598b22bf62..b53a3ad545 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1998c; + public final TextView f1999c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi public WidgetSettingsAuthorizedAppsListItemBinding(@NonNull MaterialCardView materialCardView, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialCardView materialCardView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView) { this.a = materialCardView; this.b = appCompatImageView; - this.f1998c = textView; + this.f1999c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = materialCardView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java index 3facdd0333..1c628547f8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1999c; + public final TextView f2000c; @NonNull public final CheckedSetting d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { public WidgetSettingsBehaviorBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1999c = textView; + this.f2000c = textView; this.d = checkedSetting2; this.e = textView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java index 3ca5686e0b..9a214173f4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java @@ -39,7 +39,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2000c; + public final TextView f2001c; @NonNull public final TextView d; @NonNull @@ -73,7 +73,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f2001s; + public final LinearLayout f2002s; @NonNull public final TextView t; @NonNull @@ -85,20 +85,20 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2002x; + public final TextView f2003x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextView f2003y; + public final TextView f2004y; @NonNull /* renamed from: z reason: collision with root package name */ - public final TextView f2004z; + public final TextView f2005z; public WidgetSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull View view, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15, @NonNull TextView textView16, @NonNull TextView textView17, @NonNull LinearLayout linearLayout, @NonNull TextView textView18, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull TextView textView21, @NonNull TextView textView22, @NonNull LinearLayout linearLayout4, @NonNull TextView textView23, @NonNull TextView textView24, @NonNull TextView textView25, @NonNull StatusView statusView, @NonNull TextView textView26, @NonNull TextView textView27, @NonNull TextView textView28, @NonNull TextView textView29, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull TextView textView30) { this.a = coordinatorLayout; this.b = textView; - this.f2000c = textView2; + this.f2001c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; @@ -114,14 +114,14 @@ public final class WidgetSettingsBinding implements ViewBinding { this.p = textView14; this.q = textView15; this.r = textView17; - this.f2001s = linearLayout; + this.f2002s = linearLayout; this.t = textView18; this.u = linearLayout2; this.v = linearLayout3; this.w = materialButton; - this.f2002x = textView19; - this.f2003y = textView20; - this.f2004z = textView21; + this.f2003x = textView19; + this.f2004y = textView20; + this.f2005z = textView21; this.A = textView22; this.B = linearLayout4; this.C = textView24; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java index 9c2dca1dcb..6ebf515b6b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java @@ -15,12 +15,12 @@ public final class WidgetSettingsBlockedUsersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2005c; + public final RecyclerView f2006c; public WidgetSettingsBlockedUsersBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f2005c = recyclerView; + this.f2006c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java index 2e908900a9..71ab4a3e12 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java @@ -20,7 +20,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f2006c; + public final AppViewFlipper f2007c; @NonNull public final PremiumSubscriptionMarketingView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { public WidgetSettingsBoostBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull t3 t3Var, @NonNull AppViewFlipper appViewFlipper, @NonNull PremiumSubscriptionMarketingView premiumSubscriptionMarketingView, @NonNull RecyclerView recyclerView, @NonNull MaterialButton materialButton, @NonNull RecyclerView recyclerView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout, @NonNull PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView) { this.a = coordinatorLayout; this.b = t3Var; - this.f2006c = appViewFlipper; + this.f2007c = appViewFlipper; this.d = premiumSubscriptionMarketingView; this.e = recyclerView; this.f = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java index 4ee7972628..18d48a73cd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsConnectionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2007c; + public final RecyclerView f2008c; public WidgetSettingsConnectionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = textView; - this.f2007c = recyclerView; + this.f2008c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java index f9335f9cca..4e1e9377b2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2008c; + public final MaterialButton f2009c; @NonNull public final MaterialButton d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { public WidgetSettingsDeveloperBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull RecyclerView recyclerView, @NonNull RecyclerView recyclerView2, @NonNull MaterialButton materialButton4, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2008c = materialButton2; + this.f2009c = materialButton2; this.d = materialButton3; this.e = recyclerView; this.f = recyclerView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java index 78c05a65bf..79492031db 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java @@ -13,14 +13,14 @@ public final class WidgetSettingsEnableMfaKeyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2009c; + public final TextView f2010c; @NonNull public final TextView d; public WidgetSettingsEnableMfaKeyBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f2009c = textView2; + this.f2010c = textView2; this.d = textView3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java index 73e7b69381..e672d32d8f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GiftSelectView f2010c; + public final GiftSelectView f2011c; @NonNull public final GiftSelectView d; @NonNull @@ -56,12 +56,12 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final RecyclerView f2011s; + public final RecyclerView f2012s; public WidgetSettingsGiftingBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull GiftSelectView giftSelectView, @NonNull GiftSelectView giftSelectView2, @NonNull GiftSelectView giftSelectView3, @NonNull GiftSelectView giftSelectView4, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull AppViewFlipper appViewFlipper, @NonNull ProgressBar progressBar, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull RecyclerView recyclerView2) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2010c = giftSelectView; + this.f2011c = giftSelectView; this.d = giftSelectView2; this.e = giftSelectView3; this.f = giftSelectView4; @@ -77,7 +77,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { this.p = textView3; this.q = textView4; this.r = textView5; - this.f2011s = recyclerView2; + this.f2012s = recyclerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java index a59c01362e..87478bded3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsItemAddConnectedAccountBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2012c; + public final TextView f2013c; public WidgetSettingsItemAddConnectedAccountBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2012c = textView; + this.f2013c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java index 549f42107c..b4f13e7a32 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsItemBlockedUserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2013c; + public final TextView f2014c; @NonNull public final MaterialButton d; public WidgetSettingsItemBlockedUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f2013c = textView; + this.f2014c = textView; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java index ba0521e833..1dc83d054b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2014c; + public final ImageView f2015c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind public WidgetSettingsItemConnectedAccountBinding(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull View view, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull SwitchMaterial switchMaterial, @NonNull SwitchMaterial switchMaterial2, @NonNull View view2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SwitchMaterial switchMaterial3) { this.a = cardView; this.b = imageView; - this.f2014c = imageView2; + this.f2015c = imageView2; this.d = textView; this.e = switchMaterial; this.f = switchMaterial2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java index d191c95fb4..7c73da72db 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2015c; + public final ImageView f2016c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { public WidgetSettingsLanguageBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = relativeLayout; - this.f2015c = imageView; + this.f2016c = imageView; this.d = textView; this.e = textView2; this.f = checkedSetting; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java index 48bd59bbc3..f2a16ac548 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsLanguageSelectItemBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2016c; + public final TextView f2017c; @NonNull public final TextView d; public WidgetSettingsLanguageSelectItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull Barrier barrier, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f2016c = textView; + this.f2017c = textView; this.d = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java index 65b8a3ba4e..535ae17880 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2017c; + public final CheckedSetting f2018c; @NonNull public final LinkifiedTextView d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { public WidgetSettingsMediaBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2017c = checkedSetting2; + this.f2018c = checkedSetting2; this.d = linkifiedTextView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java index ad89910193..f9f7a41e94 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsNotificationOsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2018c; + public final RelativeLayout f2019c; @NonNull public final CheckedSetting d; public WidgetSettingsNotificationOsBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f2018c = relativeLayout; + this.f2019c = relativeLayout; this.d = checkedSetting2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java index 68b0d71481..0e7065cb16 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2019c; + public final CheckedSetting f2020c; @NonNull public final CheckedSetting d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { public WidgetSettingsNotificationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2019c = checkedSetting2; + this.f2020c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = checkedSetting5; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java index f76ae85eee..e8ad05ef14 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java @@ -25,7 +25,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final k0 f2020c; + public final k0 f2021c; @NonNull public final y2 d; @NonNull @@ -59,14 +59,14 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final z2 f2021s; + public final z2 f2022s; @NonNull public final a3 t; public WidgetSettingsPremiumBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull y yVar, @NonNull k0 k0Var, @NonNull y2 y2Var, @NonNull ActiveSubscriptionView activeSubscriptionView, @NonNull ActiveSubscriptionView activeSubscriptionView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull ScrollView scrollView, @NonNull Button button, @NonNull CardView cardView, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull AppViewFlipper appViewFlipper, @NonNull z2 z2Var, @NonNull a3 a3Var) { this.a = coordinatorLayout; this.b = yVar; - this.f2020c = k0Var; + this.f2021c = k0Var; this.d = y2Var; this.e = activeSubscriptionView; this.f = activeSubscriptionView2; @@ -82,7 +82,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { this.p = linearLayout2; this.q = textView5; this.r = appViewFlipper; - this.f2021s = z2Var; + this.f2022s = z2Var; this.t = a3Var; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java index 0fcb0b8ea2..099acfbbad 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java @@ -17,7 +17,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2022c; + public final CheckedSetting f2023c; @NonNull public final TextView d; @NonNull @@ -51,7 +51,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final CheckedSetting f2023s; + public final CheckedSetting f2024s; @NonNull public final CheckedSetting t; @NonNull @@ -63,20 +63,20 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2024x; + public final TextView f2025x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f2025y; + public final CheckedSetting f2026y; @NonNull /* renamed from: z reason: collision with root package name */ - public final CheckedSetting f2026z; + public final CheckedSetting f2027z; public WidgetSettingsPrivacyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull DimmerView dimmerView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull CheckedSetting checkedSetting11, @NonNull CheckedSetting checkedSetting12, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting13, @NonNull MaterialButton materialButton, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting14, @NonNull CheckedSetting checkedSetting15) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2022c = checkedSetting2; + this.f2023c = checkedSetting2; this.d = textView; this.e = checkedSetting3; this.f = checkedSetting4; @@ -92,14 +92,14 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { this.p = checkedSetting8; this.q = checkedSetting9; this.r = checkedSetting10; - this.f2023s = checkedSetting11; + this.f2024s = checkedSetting11; this.t = checkedSetting12; this.u = textView6; this.v = checkedSetting13; this.w = materialButton; - this.f2024x = textView7; - this.f2025y = checkedSetting14; - this.f2026z = checkedSetting15; + this.f2025x = textView7; + this.f2026y = checkedSetting14; + this.f2027z = checkedSetting15; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java index d2005ce711..ff8bdfc5b0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f2027c; + public final TextInputEditText f2028c; @NonNull public final TextInputLayout d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { public WidgetSettingsUserProfileBinding(@NonNull TouchInterceptingCoordinatorLayout touchInterceptingCoordinatorLayout, @NonNull CardView cardView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull CardView cardView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull DimmerView dimmerView, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull UserProfileHeaderView userProfileHeaderView) { this.a = touchInterceptingCoordinatorLayout; this.b = cardView; - this.f2027c = textInputEditText; + this.f2028c = textInputEditText; this.d = textInputLayout; this.e = cardView2; this.f = linkifiedTextView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java index 0cc88de9c1..c3e9113d87 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java @@ -27,7 +27,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2028c; + public final CheckedSetting f2029c; @NonNull public final CheckedSetting d; @NonNull @@ -61,7 +61,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final SeekBar f2029s; + public final SeekBar f2030s; @NonNull public final TextView t; @NonNull @@ -73,20 +73,20 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2030x; + public final TextView f2031x; @NonNull /* renamed from: y reason: collision with root package name */ - public final SeekBar f2031y; + public final SeekBar f2032y; @NonNull /* renamed from: z reason: collision with root package name */ - public final MaterialButton f2032z; + public final MaterialButton f2033z; public WidgetSettingsVoiceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull SeekBar seekBar, @NonNull LinearLayout linearLayout, @NonNull TextView textView8, @NonNull CheckedSetting checkedSetting11, @NonNull TextView textView9, @NonNull View view, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull SeekBar seekBar2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView12, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2028c = checkedSetting2; + this.f2029c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = textView; @@ -102,14 +102,14 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { this.p = checkedSetting10; this.q = textView6; this.r = textView7; - this.f2029s = seekBar; + this.f2030s = seekBar; this.t = textView8; this.u = checkedSetting11; this.v = textView9; this.w = view; - this.f2030x = textView11; - this.f2031y = seekBar2; - this.f2032z = materialButton; + this.f2031x = textView11; + this.f2032y = seekBar2; + this.f2033z = materialButton; this.A = linearLayout2; this.B = relativeLayout2; this.C = textView12; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java index 7a584ed74f..d3bab8a0ea 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsVoiceInputModeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2033c; + public final LinearLayout f2034c; public WidgetSettingsVoiceInputModeBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2) { this.a = nestedScrollView; this.b = linearLayout; - this.f2033c = linearLayout2; + this.f2034c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java index b47b19d64e..4c62819e20 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageAudienceBlockedBottomSheetBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f2034c; + public final MaxHeightRecyclerView f2035c; @NonNull public final MaterialButton d; public WidgetStageAudienceBlockedBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f2034c = maxHeightRecyclerView; + this.f2035c = maxHeightRecyclerView; this.d = materialButton2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java index 18f9ab9462..2edb2526af 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java @@ -16,14 +16,14 @@ public final class WidgetStageAudienceNoticeBottomSheetBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2035c; + public final TextView f2036c; @NonNull public final MaterialButton d; public WidgetStageAudienceNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull TextView textView3, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull ImageView imageView5, @NonNull TextView textView5) { this.a = coordinatorLayout; this.b = imageView4; - this.f2035c = textView4; + this.f2036c = textView4; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java index 42b8dd8777..a3ea74d7d5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java @@ -16,7 +16,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CutoutView f2036c; + public final CutoutView f2037c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { public WidgetStageChannelAudienceBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull CutoutView cutoutView, @NonNull TextView textView, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2036c = cutoutView; + this.f2037c = cutoutView; this.d = textView; this.e = imageView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java index d0acafc64c..365ac7218e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java @@ -14,7 +14,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2037c; + public final ImageView f2038c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { public WidgetStageChannelDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView3, @NonNull ImageView imageView5, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull ImageView imageView6, @NonNull TextView textView6) { this.a = constraintLayout; this.b = imageView; - this.f2037c = imageView2; + this.f2038c = imageView2; this.d = textView; this.e = textView2; this.f = imageView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java index 52f7e0adf4..8867c6ebed 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageChannelModeratorPermissionsBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final PermissionOwnerListView f2038c; + public final PermissionOwnerListView f2039c; @NonNull public final PermissionOwnerListView d; public WidgetStageChannelModeratorPermissionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AddPermissionOwnerView addPermissionOwnerView, @NonNull PermissionOwnerListView permissionOwnerListView, @NonNull PermissionOwnerListView permissionOwnerListView2) { this.a = coordinatorLayout; this.b = addPermissionOwnerView; - this.f2038c = permissionOwnerListView; + this.f2039c = permissionOwnerListView; this.d = permissionOwnerListView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java index 90e3961d1a..68fd02cbf1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java @@ -13,12 +13,12 @@ public final class WidgetStageChannelPrestartDetailsBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2039c; + public final TextView f2040c; public WidgetStageChannelPrestartDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f2039c = textView2; + this.f2040c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java index e522ff423a..edb303ea25 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java @@ -15,12 +15,12 @@ public final class WidgetStageModeratorJoinBottomSheetBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2040c; + public final MaterialButton f2041c; public WidgetStageModeratorJoinBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = coordinatorLayout; this.b = materialButton; - this.f2040c = materialButton2; + this.f2041c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java index e6da654648..73c62bc5df 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java @@ -17,14 +17,14 @@ public final class WidgetStagePublicNoticeBottomSheetBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2041c; + public final MaterialButton f2042c; @NonNull public final LinkifiedTextView d; public WidgetStagePublicNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull LinearLayout linearLayout, @NonNull ScreenTitleView screenTitleView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2041c = materialButton2; + this.f2042c = materialButton2; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java index 6a2ae264d0..491e704e01 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f2042c; + public final Group f2043c; @NonNull public final SwitchMaterial d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi public WidgetStageRaisedHandsBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull MaterialTextView materialTextView, @NonNull Group group, @NonNull ImageView imageView, @NonNull MaterialTextView materialTextView2, @NonNull MaterialTextView materialTextView3, @NonNull SwitchMaterial switchMaterial, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialTextView materialTextView4, @NonNull MaterialTextView materialTextView5, @NonNull MaterialTextView materialTextView6, @NonNull Group group2, @NonNull ImageView imageView2) { this.a = coordinatorLayout; this.b = materialTextView; - this.f2042c = group; + this.f2043c = group; this.d = switchMaterial; this.e = maxHeightRecyclerView; this.f = materialTextView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java index 43e242af57..093b2aaf1f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java @@ -21,7 +21,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2043c; + public final LinkifiedTextView f2044c; @NonNull public final CheckedSetting d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { public WidgetStageSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull CheckedSetting checkedSetting3, @NonNull ScreenTitleView screenTitleView, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull Space space, @NonNull TextInputEditText textInputEditText) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2043c = linkifiedTextView; + this.f2044c = linkifiedTextView; this.d = checkedSetting2; this.e = linkifiedTextView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java index 38e4cc318d..55a09628d2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2044c; + public final MaterialButton f2045c; @NonNull public final TextView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin public WidgetStageStartEventBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText, @NonNull TextView textView4, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = textView; - this.f2044c = materialButton; + this.f2045c = materialButton; this.d = textView2; this.e = textView3; this.f = textInputEditText; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java index e73258f20b..06271b24cf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java @@ -13,12 +13,12 @@ public final class WidgetStartCallSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2045c; + public final TextView f2046c; public WidgetStartCallSheetBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f2045c = textView2; + this.f2046c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java index f3ab45fcee..da172b1284 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java @@ -16,7 +16,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2046c; + public final RecyclerView f2047c; @NonNull public final ImageView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding public WidgetStartStageServerSelectionBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView2, @NonNull Button button, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = imageView; - this.f2046c = recyclerView; + this.f2047c = recyclerView; this.d = imageView2; this.e = button; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java index 027a9298a5..044bf756ff 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java @@ -14,7 +14,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2047c; + public final ImageView f2048c; @NonNull public final ImageView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V public WidgetStartStageServerSelectionBulletItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2047c = imageView; + this.f2048c = imageView; this.d = imageView2; this.e = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java index 14edda3ebe..d6533bdf9f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2048c; + public final ImageView f2049c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi public WidgetStartStageServerSelectionGuildItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2048c = imageView2; + this.f2049c = imageView2; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java index cea1017244..500d402ea0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java @@ -16,7 +16,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2049c; + public final RecyclerView f2050c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { public WidgetStickerPackStoreSheetBinding(@NonNull RelativeLayout relativeLayout, @NonNull FrameLayout frameLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RecyclerView recyclerView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LoadingButton loadingButton) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2049c = recyclerView; + this.f2050c = recyclerView; this.d = simpleDraweeView; this.e = loadingButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java index e4dd37edca..24fb164d42 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java @@ -24,7 +24,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2050c; + public final LinkifiedTextView f2051c; @NonNull public final StickerView d; @NonNull @@ -58,12 +58,12 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final Toolbar f2051s; + public final Toolbar f2052s; public WidgetStickerPickerBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper, @NonNull AppBarLayout appBarLayout, @NonNull ConstraintLayout constraintLayout, @NonNull View view, @NonNull RecyclerView recyclerView2, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull SearchInputView searchInputView, @NonNull Toolbar toolbar) { this.a = coordinatorLayout; this.b = imageView; - this.f2050c = linkifiedTextView; + this.f2051c = linkifiedTextView; this.d = stickerView; this.e = stickerView2; this.f = stickerView3; @@ -79,7 +79,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { this.p = recyclerView2; this.q = coordinatorLayout2; this.r = searchInputView; - this.f2051s = toolbar; + this.f2052s = toolbar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java index 8c2e2649ea..a6f5d5b244 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2052c; + public final TextView f2053c; @NonNull public final TextView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { public WidgetStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull Chip chip, @NonNull RelativeLayout relativeLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4) { this.a = linearLayout; this.b = loadingButton; - this.f2052c = textView; + this.f2053c = textView; this.d = textView2; this.e = materialButton; this.f = chip; diff --git a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java index d169e11971..8f57a2e0ac 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java @@ -15,7 +15,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f2053c; + public final ConstraintLayout f2054c; @NonNull public final FragmentContainerView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { public WidgetTabsHostBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabsHostBottomNavigationView tabsHostBottomNavigationView, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull FragmentContainerView fragmentContainerView6) { this.a = constraintLayout; this.b = tabsHostBottomNavigationView; - this.f2053c = constraintLayout2; + this.f2054c = constraintLayout2; this.d = fragmentContainerView; this.e = fragmentContainerView2; this.f = fragmentContainerView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java index 428bedc480..22053b9cf9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java @@ -19,7 +19,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2054c; + public final TextInputLayout f2055c; @NonNull public final TextInputLayout d; @NonNull @@ -54,7 +54,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { public WidgetTextChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull LinearLayout linearLayout5, @NonNull LinearLayout linearLayout6, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull WidgetThreadArchiveActionsSheetBinding widgetThreadArchiveActionsSheetBinding, @NonNull NestedScrollView nestedScrollView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2054c = textInputLayout; + this.f2055c = textInputLayout; this.d = textInputLayout2; this.e = linearLayout; this.f = checkedSetting2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java index fdbb07aa5f..6966000e8a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2055c; + public final LinearLayout f2056c; @NonNull public final ConstraintLayout d; @NonNull @@ -53,7 +53,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding public WidgetThreadArchiveActionsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull MaterialRadioButton materialRadioButton2, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView4, @NonNull ImageView imageView2, @NonNull TextView textView5, @NonNull MaterialRadioButton materialRadioButton3, @NonNull ConstraintLayout constraintLayout4, @NonNull MaterialRadioButton materialRadioButton4, @NonNull TextView textView6, @NonNull TextView textView7) { this.a = nestedScrollView; this.b = textView; - this.f2055c = linearLayout; + this.f2056c = linearLayout; this.d = constraintLayout; this.e = materialRadioButton; this.f = constraintLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java index 925855d91c..3a32ad4869 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java @@ -14,12 +14,12 @@ public final class WidgetThreadBrowserActiveBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2056c; + public final RecyclerView f2057c; public WidgetThreadBrowserActiveBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView) { this.a = constraintLayout; this.b = p1Var; - this.f2056c = recyclerView; + this.f2057c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java index 20d04bc7aa..dcb972ade5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java @@ -16,7 +16,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2057c; + public final RecyclerView f2058c; @NonNull public final ConstraintLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { public WidgetThreadBrowserArchivedBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton) { this.a = constraintLayout; this.b = p1Var; - this.f2057c = recyclerView; + this.f2058c = recyclerView; this.d = constraintLayout2; this.e = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java index 907c3d5658..d36a0dd83a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java @@ -15,12 +15,12 @@ public final class WidgetThreadBrowserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimplePager f2058c; + public final SimplePager f2059c; public WidgetThreadBrowserBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabLayout tabLayout, @NonNull AppBarLayout appBarLayout, @NonNull SimplePager simplePager) { this.a = constraintLayout; this.b = tabLayout; - this.f2058c = simplePager; + this.f2059c = simplePager; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java index db7dde9127..6d2968a841 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f2059c; + public final CardView f2060c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding public WidgetThreadBrowserFilterSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CardView cardView, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2059c = cardView; + this.f2060c = cardView; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java index 9e91fde74f..4a530e728a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2060c; + public final CheckedSetting f2061c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin public WidgetThreadNotificationSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = linearLayout; - this.f2060c = checkedSetting; + this.f2061c = checkedSetting; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java index 8a4e8a5da0..724b579c6f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f2061c; + public final View f2062c; @NonNull public final TextInputLayout d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { public WidgetThreadSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull NestedScrollView nestedScrollView, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView2, @NonNull SeekBar seekBar, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = textView; - this.f2061c = view; + this.f2062c = view; this.d = textInputLayout; this.e = linearLayout2; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java index cadc1af3ae..017ddec12b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java @@ -14,14 +14,14 @@ public final class WidgetThreadStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f2062c; + public final LoadingButton f2063c; @NonNull public final LinkifiedTextView d; public WidgetThreadStatusBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2062c = loadingButton; + this.f2063c = loadingButton; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java index 59f3a89733..2ce8e62001 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2063c; + public final MaterialButton f2064c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { public WidgetTosAcceptBinding(@NonNull RelativeLayout relativeLayout, @NonNull CheckBox checkBox, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = relativeLayout; this.b = checkBox; - this.f2063c = materialButton; + this.f2064c = materialButton; this.d = linkifiedTextView; this.e = linkifiedTextView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java index 18500bb43a..24bd77e288 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2064c; + public final TextView f2065c; @NonNull public final LinearLayout d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { public WidgetTosReportViolationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull ProgressBar progressBar, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = loadingButton; - this.f2064c = textView; + this.f2065c = textView; this.d = linearLayout; this.e = textView2; this.f = progressBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java index 3a00c621bf..276e1a5663 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java @@ -14,14 +14,14 @@ public final class WidgetTosReportViolationReasonBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2065c; + public final TextView f2066c; @NonNull public final MaterialRadioButton d; public WidgetTosReportViolationReasonBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialRadioButton materialRadioButton) { this.a = relativeLayout; this.b = textView; - this.f2065c = textView2; + this.f2066c = textView2; this.d = materialRadioButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java index aa0db78c79..062abab0fe 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetUnknownStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2066c; + public final TextView f2067c; public WidgetUnknownStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull TextView textView) { this.a = linearLayout; this.b = stickerView; - this.f2066c = textView; + this.f2067c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java index ab30333020..dbd36d24a8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java @@ -13,7 +13,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2067c; + public final TextView f2068c; @NonNull public final TextView d; @NonNull @@ -22,7 +22,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { public WidgetUrlActionsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = textView; - this.f2067c = textView2; + this.f2068c = textView2; this.d = textView3; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java index 4dd8121fdf..60238a4a98 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2068c; + public final RelativeLayout f2069c; @NonNull public final LinkifiedTextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { public WidgetUserAccountVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RelativeLayout relativeLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2068c = relativeLayout3; + this.f2069c = relativeLayout3; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java index 23adb9f0dc..8ae262459d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2069c; + public final TextInputLayout f2070c; @NonNull public final TextInputLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { public WidgetUserEmailUpdateBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull DimmerView dimmerView) { this.a = relativeLayout; this.b = materialButton; - this.f2069c = textInputLayout; + this.f2070c = textInputLayout; this.d = textInputLayout2; this.e = dimmerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java index 9bae0ca93e..8e062bafb4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserEmailVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2070c; + public final MaterialButton f2071c; public WidgetUserEmailVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = relativeLayout; this.b = materialButton; - this.f2070c = materialButton2; + this.f2071c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java index 31c577d4f5..b60f4c21b0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserMentionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2071c; + public final RecyclerView f2072c; public WidgetUserMentionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Toolbar toolbar, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = toolbar; - this.f2071c = recyclerView; + this.f2072c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java index 18c084af82..9310071f7b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java @@ -13,14 +13,14 @@ public final class WidgetUserMentionsFilterBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2072c; + public final CheckedSetting f2073c; @NonNull public final CheckedSetting d; public WidgetUserMentionsFilterBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2072c = checkedSetting2; + this.f2073c = checkedSetting2; this.d = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java index faf13511bd..b94fc2c0a2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPasswordVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2073c; + public final TextInputLayout f2074c; @NonNull public final FloatingActionButton d; public WidgetUserPasswordVerifyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2073c = textInputLayout; + this.f2074c = textInputLayout; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java index 200a3a83d9..ee03c76b6f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2074c; + public final TextView f2075c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { public WidgetUserPhoneManageBinding(@NonNull FrameLayout frameLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull TextView textView3) { this.a = frameLayout; this.b = dimmerView; - this.f2074c = textView; + this.f2075c = textView; this.d = textView2; this.e = materialButton; this.f = phoneOrEmailInputView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java index a759558b71..1f2a177b7b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPhoneVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DimmerView f2075c; + public final DimmerView f2076c; @NonNull public final CodeVerificationView d; public WidgetUserPhoneVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull DimmerView dimmerView, @NonNull CodeVerificationView codeVerificationView) { this.a = relativeLayout; this.b = imageView; - this.f2075c = dimmerView; + this.f2076c = dimmerView; this.d = codeVerificationView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java index 24cbbd2195..6af0d98864 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserProfileAdapterItemEmptyBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2076c; + public final TextView f2077c; public WidgetUserProfileAdapterItemEmptyBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2076c = textView; + this.f2077c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java index 98344e207b..5ac7f073a8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final b6 f2077c; + public final b6 f2078c; @NonNull public final b6 d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind public WidgetUserProfileAdapterItemFriendBinding(@NonNull RelativeLayout relativeLayout, @NonNull b6 b6Var, @NonNull b6 b6Var2, @NonNull b6 b6Var3, @NonNull b6 b6Var4, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinearLayout linearLayout, @NonNull StatusView statusView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = b6Var; - this.f2077c = b6Var2; + this.f2078c = b6Var2; this.d = b6Var3; this.e = b6Var4; this.f = simpleDraweeView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java index 8fc658757e..05f7f7fe62 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f2078c; + public final SimpleDraweeView f2079c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind public WidgetUserProfileAdapterItemServerBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull Barrier barrier2, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2078c = simpleDraweeView2; + this.f2079c = simpleDraweeView2; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java index bb0f233778..1b32938166 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f2079c; + public final FrameLayout f2080c; @NonNull public final MaterialRadioButton d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { public WidgetUserSetCustomStatusBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4, @NonNull MaterialRadioButton materialRadioButton5, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = simpleDraweeView; - this.f2079c = frameLayout; + this.f2080c = frameLayout; this.d = materialRadioButton; this.e = materialRadioButton2; this.f = materialRadioButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java index b80ec9625d..cd2adf6eb8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java @@ -56,7 +56,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2080c; + public final TextView f2081c; @NonNull public final LinkifiedTextView d; @NonNull @@ -90,7 +90,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2081s; + public final TextView f2082s; @NonNull public final FrameLayout t; @NonNull @@ -102,20 +102,20 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextInputEditText f2082x; + public final TextInputEditText f2083x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextInputLayout f2083y; + public final TextInputLayout f2084y; @NonNull /* renamed from: z reason: collision with root package name */ - public final Button f2084z; + public final Button f2085z; public WidgetUserSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CardView cardView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ContentLoadingProgressBar contentLoadingProgressBar, @NonNull FrameLayout frameLayout, @NonNull Button button, @NonNull CardView cardView2, @NonNull UserProfileAdminView userProfileAdminView, @NonNull Button button2, @NonNull TextView textView2, @NonNull UserProfileConnectionsView userProfileConnectionsView, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull FrameLayout frameLayout2, @NonNull Button button3, @NonNull ImageView imageView, @NonNull TextView textView7, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull Button button4, @NonNull LinearLayout linearLayout4, @NonNull View view, @NonNull MaterialButton materialButton3, @NonNull FlexboxLayout flexboxLayout, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull MaterialButton materialButton4, @NonNull CardView cardView3, @NonNull UserProfileStageActionsView userProfileStageActionsView, @NonNull TextView textView8, @NonNull UserProfileVoiceSettingsView userProfileVoiceSettingsView, @NonNull RolesListView rolesListView, @NonNull Button button5, @NonNull CardView cardView4) { this.a = nestedScrollView; this.b = cardView; - this.f2080c = textView; + this.f2081c = textView; this.d = linkifiedTextView; this.e = frameLayout; this.f = button; @@ -131,14 +131,14 @@ public final class WidgetUserSheetBinding implements ViewBinding { this.p = linearLayout2; this.q = linearLayout3; this.r = textView5; - this.f2081s = textView6; + this.f2082s = textView6; this.t = frameLayout2; this.u = button3; this.v = imageView; this.w = textView7; - this.f2082x = textInputEditText; - this.f2083y = textInputLayout; - this.f2084z = button4; + this.f2083x = textInputEditText; + this.f2084y = textInputLayout; + this.f2085z = button4; this.A = linearLayout4; this.B = view; this.C = materialButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java index 36ba7413c8..438b4773d3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final d4 f2085c; + public final d4 f2086c; @NonNull public final d4 d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { public WidgetUserStatusUpdateBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull UserStatusPresenceCustomView userStatusPresenceCustomView, @NonNull d4 d4Var, @NonNull d4 d4Var2, @NonNull d4 d4Var3, @NonNull d4 d4Var4) { this.a = nestedScrollView; this.b = userStatusPresenceCustomView; - this.f2085c = d4Var; + this.f2086c = d4Var; this.d = d4Var2; this.e = d4Var3; this.f = d4Var4; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java index fc30857cee..6eb770d7be 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java @@ -19,7 +19,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final m0 f2086c; + public final m0 f2087c; @NonNull public final MaterialButton d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { public WidgetVoiceBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull l0 l0Var, @NonNull m0 m0Var, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull RelativeLayout relativeLayout, @NonNull AnchoredVoiceControlsView anchoredVoiceControlsView, @NonNull MaterialButton materialButton2, @NonNull RecyclerView recyclerView, @NonNull CoordinatorLayout coordinatorLayout2) { this.a = coordinatorLayout; this.b = l0Var; - this.f2086c = m0Var; + this.f2087c = m0Var; this.d = materialButton; this.e = relativeLayout; this.f = anchoredVoiceControlsView; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java index 199568248f..3c503e5d26 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java @@ -18,7 +18,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f2087c; + public final FloatingActionButton f2088c; @NonNull public final FloatingActionButton d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { public WidgetVoiceCallIncomingBinding(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull FloatingActionButton floatingActionButton2, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull FloatingActionButton floatingActionButton3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull Guideline guideline, @NonNull PrivateCallGridView privateCallGridView) { this.a = constraintLayout; this.b = linearLayout; - this.f2087c = floatingActionButton; + this.f2088c = floatingActionButton; this.d = floatingActionButton2; this.e = privateCallBlurredGridView; this.f = floatingActionButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java index 1433999a94..a714fefa40 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java @@ -13,12 +13,12 @@ public final class WidgetVoiceCallInlineBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2088c; + public final MaterialButton f2089c; public WidgetVoiceCallInlineBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = linearLayout2; - this.f2088c = materialButton; + this.f2089c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java index 2108554f98..8785fc8a41 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java @@ -17,7 +17,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2089c; + public final TextInputLayout f2090c; @NonNull public final TextInputLayout d; @NonNull @@ -51,12 +51,12 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2090s; + public final TextView f2091s; public WidgetVoiceChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull SeekBar seekBar, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull TextView textView4, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull View view2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView7, @NonNull LinearLayout linearLayout4, @NonNull TextView textView8, @NonNull View view3, @NonNull SeekBar seekBar2, @NonNull TextView textView9) { this.a = coordinatorLayout; this.b = seekBar; - this.f2089c = textInputLayout; + this.f2090c = textInputLayout; this.d = textInputLayout2; this.e = textView2; this.f = textView3; @@ -72,7 +72,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { this.p = textView8; this.q = view3; this.r = seekBar2; - this.f2090s = textView9; + this.f2091s = textView9; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java index 5dd39db5b5..4c68b65cfe 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetVoiceNoiseCancellationBottomSheetBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2091c; + public final TextView f2092c; public WidgetVoiceNoiseCancellationBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f2091c = textView; + this.f2092c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java index 2ef1f7186e..dc37a44b2b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2092c; + public final TextView f2093c; @NonNull public final SwitchMaterial d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding public WidgetVoiceSettingsBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SwitchMaterial switchMaterial, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull NestedScrollView nestedScrollView2, @NonNull TextView textView5, @NonNull SwitchMaterial switchMaterial2, @NonNull TextView textView6) { this.a = nestedScrollView; this.b = textView; - this.f2092c = textView2; + this.f2093c = textView2; this.d = switchMaterial; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java index 49245d49fc..188523962b 100644 --- a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java +++ b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java @@ -8,12 +8,12 @@ public final class RenderableEmbedMedia { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final Integer f2093c; + public final Integer f2094c; public RenderableEmbedMedia(String str, Integer num, Integer num2) { this.a = str; this.b = num; - this.f2093c = num2; + this.f2094c = num2; } public boolean equals(Object obj) { @@ -24,7 +24,7 @@ public final class RenderableEmbedMedia { return false; } RenderableEmbedMedia renderableEmbedMedia = (RenderableEmbedMedia) obj; - return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2093c, renderableEmbedMedia.f2093c); + return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2094c, renderableEmbedMedia.f2094c); } public int hashCode() { @@ -33,7 +33,7 @@ public final class RenderableEmbedMedia { int hashCode = (str != null ? str.hashCode() : 0) * 31; Integer num = this.b; int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.f2093c; + Integer num2 = this.f2094c; if (num2 != null) { i = num2.hashCode(); } @@ -46,6 +46,6 @@ public final class RenderableEmbedMedia { P.append(", width="); P.append(this.b); P.append(", height="); - return a.E(P, this.f2093c, ")"); + return a.E(P, this.f2094c, ")"); } } diff --git a/app/src/main/java/com/discord/i18n/Hook.java b/app/src/main/java/com/discord/i18n/Hook.java index 754b3a1554..e0e2436e7d 100644 --- a/app/src/main/java/com/discord/i18n/Hook.java +++ b/app/src/main/java/com/discord/i18n/Hook.java @@ -11,10 +11,10 @@ import kotlin.jvm.functions.Function2; /* compiled from: Hook.kt */ public final class Hook { public final List a = new ArrayList(); - public String b; + public CharSequence b; /* renamed from: c reason: collision with root package name */ - public a f2095c; + public a f2096c; /* compiled from: Hook.kt */ public static final class a { diff --git a/app/src/main/java/com/discord/i18n/RenderContext.java b/app/src/main/java/com/discord/i18n/RenderContext.java index 85920c3671..b39ac5818b 100644 --- a/app/src/main/java/com/discord/i18n/RenderContext.java +++ b/app/src/main/java/com/discord/i18n/RenderContext.java @@ -18,7 +18,7 @@ public final class RenderContext { public final Map b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public List f2096c; + public List f2097c; @ColorInt public Integer d; @ColorInt @@ -45,7 +45,7 @@ public final class RenderContext { d dVar = new d(this); Objects.requireNonNull(hook2); m.checkNotNullParameter(dVar, "onClick"); - hook2.f2095c = new Hook.a(null, dVar); + hook2.f2096c = new Hook.a(null, dVar); return Unit.a; } } diff --git a/app/src/main/java/com/discord/models/commands/Application.java b/app/src/main/java/com/discord/models/commands/Application.java index 03b8e6874f..3984caf7f8 100644 --- a/app/src/main/java/com/discord/models/commands/Application.java +++ b/app/src/main/java/com/discord/models/commands/Application.java @@ -15,12 +15,12 @@ public final class Application { private final Integer iconRes; /* renamed from: id reason: collision with root package name */ - private final long f2097id; + private final long f2098id; private final String name; public Application(long j, String str, String str2, Integer num, int i, User user, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2097id = j; + this.f2098id = j; this.name = str; this.icon = str2; this.iconRes = num; @@ -35,11 +35,11 @@ public final class Application { } public static /* synthetic */ Application copy$default(Application application, long j, String str, String str2, Integer num, int i, User user, boolean z2, int i2, Object obj) { - return application.copy((i2 & 1) != 0 ? application.f2097id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); + return application.copy((i2 & 1) != 0 ? application.f2098id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); } public final long component1() { - return this.f2097id; + return this.f2098id; } public final String component2() { @@ -79,7 +79,7 @@ public final class Application { return false; } Application application = (Application) obj; - return this.f2097id == application.f2097id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; + return this.f2098id == application.f2098id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; } public final User getBot() { @@ -103,7 +103,7 @@ public final class Application { } public final long getId() { - return this.f2097id; + return this.f2098id; } public final String getName() { @@ -111,7 +111,7 @@ public final class Application { } public int hashCode() { - int a = b.a(this.f2097id) * 31; + int a = b.a(this.f2098id) * 31; String str = this.name; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; @@ -136,7 +136,7 @@ public final class Application { public String toString() { StringBuilder P = a.P("Application(id="); - P.append(this.f2097id); + P.append(this.f2098id); P.append(", name="); P.append(this.name); P.append(", icon="); diff --git a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java index e11cbbcace..6e6d377d59 100644 --- a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java +++ b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java @@ -15,7 +15,7 @@ public abstract class ApplicationCommand { private final Long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2098id; + private final String f2099id; private final String name; private final List options; private final Map permissions; @@ -24,7 +24,7 @@ public abstract class ApplicationCommand { /* JADX DEBUG: Multi-variable search result rejected for r13v0, resolved type: kotlin.jvm.functions.Function1, java.lang.String> */ /* JADX WARN: Multi-variable type inference failed */ private ApplicationCommand(String str, long j, String str2, String str3, Integer num, List list, boolean z2, Long l, String str4, Boolean bool, Map map, Function1, String> function1) { - this.f2098id = str; + this.f2099id = str; this.applicationId = j; this.name = str2; this.description = str3; @@ -72,7 +72,7 @@ public abstract class ApplicationCommand { } public final String getId() { - return this.f2098id; + return this.f2099id; } public final String getName() { diff --git a/app/src/main/java/com/discord/models/domain/Harvest.java b/app/src/main/java/com/discord/models/domain/Harvest.java index c59d07de46..d469a80f4f 100644 --- a/app/src/main/java/com/discord/models/domain/Harvest.java +++ b/app/src/main/java/com/discord/models/domain/Harvest.java @@ -11,13 +11,13 @@ public final class Harvest { private final String createdAt; /* renamed from: id reason: collision with root package name */ - private final String f2099id; + private final String f2100id; private final long userId; public Harvest(String str, long j, String str2, String str3) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "createdAt"); - this.f2099id = str; + this.f2100id = str; this.userId = j; this.createdAt = str2; this.completedAt = str3; @@ -32,7 +32,7 @@ public final class Harvest { public static /* synthetic */ Harvest copy$default(Harvest harvest, String str, long j, String str2, String str3, int i, Object obj) { if ((i & 1) != 0) { - str = harvest.f2099id; + str = harvest.f2100id; } if ((i & 2) != 0) { j = harvest.userId; @@ -55,7 +55,7 @@ public final class Harvest { } public final String component1() { - return this.f2099id; + return this.f2100id; } public final long component2() { @@ -84,7 +84,7 @@ public final class Harvest { return false; } Harvest harvest = (Harvest) obj; - return m.areEqual(this.f2099id, harvest.f2099id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); + return m.areEqual(this.f2100id, harvest.f2100id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); } public final String getCompletedAt() { @@ -96,7 +96,7 @@ public final class Harvest { } public final String getId() { - return this.f2099id; + return this.f2100id; } public final long getUserId() { @@ -104,7 +104,7 @@ public final class Harvest { } public int hashCode() { - String str = this.f2099id; + String str = this.f2100id; int i = 0; int hashCode = str != null ? str.hashCode() : 0; long j = this.userId; @@ -124,7 +124,7 @@ public final class Harvest { public String toString() { StringBuilder P = a.P("Harvest(id="); - P.append(this.f2099id); + P.append(this.f2100id); P.append(", userId="); P.append(this.userId); P.append(", createdAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java index ebbd19cd0d..f765070b4b 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java +++ b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java @@ -131,7 +131,7 @@ public class ModelAuditLogEntry implements Model { private Long guildId; /* renamed from: id reason: collision with root package name */ - private long f2100id; + private long f2101id; private Options options; private String reason; private long targetId; @@ -300,7 +300,7 @@ public class ModelAuditLogEntry implements Model { public static class ChangeNameId implements Model { /* renamed from: id reason: collision with root package name */ - private long f2101id; + private long f2102id; private String name; @Override // com.discord.models.domain.Model @@ -308,7 +308,7 @@ public class ModelAuditLogEntry implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2101id = jsonReader.nextLong(this.f2101id); + this.f2102id = jsonReader.nextLong(this.f2102id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -337,7 +337,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2101id; + return this.f2102id; } public String getName() { @@ -366,7 +366,7 @@ public class ModelAuditLogEntry implements Model { private int deleteMemberDays; /* renamed from: id reason: collision with root package name */ - private long f2102id; + private long f2103id; private int membersRemoved; private String roleName; private int type; @@ -434,7 +434,7 @@ public class ModelAuditLogEntry implements Model { this.deleteMemberDays = jsonReader.nextInt(this.deleteMemberDays); return; case 3: - this.f2102id = jsonReader.nextLong(this.f2102id); + this.f2103id = jsonReader.nextLong(this.f2103id); return; case 4: this.type = jsonReader.nextInt(this.type); @@ -484,7 +484,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2102id; + return this.f2103id; } public int getMembersRemoved() { @@ -575,7 +575,7 @@ public class ModelAuditLogEntry implements Model { } public ModelAuditLogEntry(long j, int i, long j2, long j3, List list, Options options, long j4, Long l) { - this.f2100id = j; + this.f2101id = j; this.actionTypeId = i; this.targetId = j2; this.userId = j3; @@ -765,7 +765,7 @@ public class ModelAuditLogEntry implements Model { this.userId = jsonReader.nextLong(this.userId); return; case 4: - this.f2100id = jsonReader.nextLong(this.f2100id); + this.f2101id = jsonReader.nextLong(this.f2101id); return; case 5: this.changes = jsonReader.nextList(new h(jsonReader)); @@ -836,7 +836,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2100id; + return this.f2101id; } public Options getOptions() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java index 8a367ef9e9..e2a08b7315 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java @@ -14,7 +14,7 @@ public final class ModelConnectedAccount implements Model { @NonNull /* renamed from: id reason: collision with root package name */ - private String f2103id; + private String f2104id; private List integrations; private boolean revoked; private boolean showActivity; @@ -97,7 +97,7 @@ public final class ModelConnectedAccount implements Model { this.verified = jsonReader.nextBoolean(this.verified); return; case 1: - this.f2103id = jsonReader.nextString(this.f2103id); + this.f2104id = jsonReader.nextString(this.f2104id); return; case 2: this.username = jsonReader.nextString(this.username); @@ -159,7 +159,7 @@ public final class ModelConnectedAccount implements Model { @NonNull public String getId() { - return this.f2103id; + return this.f2104id; } public List getIntegrations() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java index 0b4697ee53..add94e79b8 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java @@ -20,7 +20,7 @@ public final class ModelConnectedAccountIntegration { private final ModelConnectedIntegrationGuild guild; /* renamed from: id reason: collision with root package name */ - private final String f2104id; + private final String f2105id; private final String type; /* compiled from: ModelConnectedAccountIntegration.kt */ @@ -59,7 +59,7 @@ public final class ModelConnectedAccountIntegration { public ModelConnectedAccountIntegration(String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2104id = str; + this.f2105id = str; this.type = str2; this.account = modelConnectedIntegrationAccount; this.guild = modelConnectedIntegrationGuild; @@ -67,7 +67,7 @@ public final class ModelConnectedAccountIntegration { public static /* synthetic */ ModelConnectedAccountIntegration copy$default(ModelConnectedAccountIntegration modelConnectedAccountIntegration, String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedAccountIntegration.f2104id; + str = modelConnectedAccountIntegration.f2105id; } if ((i & 2) != 0) { str2 = modelConnectedAccountIntegration.type; @@ -82,7 +82,7 @@ public final class ModelConnectedAccountIntegration { } public final String component1() { - return this.f2104id; + return this.f2105id; } public final String component2() { @@ -110,7 +110,7 @@ public final class ModelConnectedAccountIntegration { return false; } ModelConnectedAccountIntegration modelConnectedAccountIntegration = (ModelConnectedAccountIntegration) obj; - return m.areEqual(this.f2104id, modelConnectedAccountIntegration.f2104id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); + return m.areEqual(this.f2105id, modelConnectedAccountIntegration.f2105id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); } public final ModelConnectedIntegrationAccount getAccount() { @@ -149,7 +149,7 @@ public final class ModelConnectedAccountIntegration { } public final String getId() { - return this.f2104id; + return this.f2105id; } public final String getType() { @@ -157,7 +157,7 @@ public final class ModelConnectedAccountIntegration { } public int hashCode() { - String str = this.f2104id; + String str = this.f2105id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.type; @@ -173,7 +173,7 @@ public final class ModelConnectedAccountIntegration { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedAccountIntegration(id="); - P.append(this.f2104id); + P.append(this.f2105id); P.append(", type="); P.append(this.type); P.append(", account="); diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java index 30690fde68..6fe6a26ce2 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java @@ -11,7 +11,7 @@ import kotlin.reflect.KProperty; public final class ModelConnectedIntegrationAccount { /* renamed from: id reason: collision with root package name */ - private final String f2105id; + private final String f2106id; private final String name; /* compiled from: ModelConnectedIntegrationAccount.kt */ @@ -39,13 +39,13 @@ public final class ModelConnectedIntegrationAccount { public ModelConnectedIntegrationAccount(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2105id = str; + this.f2106id = str; this.name = str2; } public static /* synthetic */ ModelConnectedIntegrationAccount copy$default(ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedIntegrationAccount.f2105id; + str = modelConnectedIntegrationAccount.f2106id; } if ((i & 2) != 0) { str2 = modelConnectedIntegrationAccount.name; @@ -54,7 +54,7 @@ public final class ModelConnectedIntegrationAccount { } public final String component1() { - return this.f2105id; + return this.f2106id; } public final String component2() { @@ -75,11 +75,11 @@ public final class ModelConnectedIntegrationAccount { return false; } ModelConnectedIntegrationAccount modelConnectedIntegrationAccount = (ModelConnectedIntegrationAccount) obj; - return m.areEqual(this.f2105id, modelConnectedIntegrationAccount.f2105id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); + return m.areEqual(this.f2106id, modelConnectedIntegrationAccount.f2106id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); } public final String getId() { - return this.f2105id; + return this.f2106id; } public final String getName() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationAccount { } public int hashCode() { - String str = this.f2105id; + String str = this.f2106id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -99,7 +99,7 @@ public final class ModelConnectedIntegrationAccount { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationAccount(id="); - P.append(this.f2105id); + P.append(this.f2106id); P.append(", name="); return c.d.b.a.a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java index 9ad2b66d8b..78532268de 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java @@ -14,7 +14,7 @@ public final class ModelConnectedIntegrationGuild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2106id; + private final long f2107id; private final String name; /* compiled from: ModelConnectedIntegrationGuild.kt */ @@ -40,7 +40,7 @@ public final class ModelConnectedIntegrationGuild { } public ModelConnectedIntegrationGuild(long j, String str, String str2) { - this.f2106id = j; + this.f2107id = j; this.icon = str; this.name = str2; } @@ -52,7 +52,7 @@ public final class ModelConnectedIntegrationGuild { public static /* synthetic */ ModelConnectedIntegrationGuild copy$default(ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, long j, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - j = modelConnectedIntegrationGuild.f2106id; + j = modelConnectedIntegrationGuild.f2107id; } if ((i & 2) != 0) { str = modelConnectedIntegrationGuild.icon; @@ -64,7 +64,7 @@ public final class ModelConnectedIntegrationGuild { } public final long component1() { - return this.f2106id; + return this.f2107id; } public final String component2() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationGuild { return false; } ModelConnectedIntegrationGuild modelConnectedIntegrationGuild = (ModelConnectedIntegrationGuild) obj; - return this.f2106id == modelConnectedIntegrationGuild.f2106id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); + return this.f2107id == modelConnectedIntegrationGuild.f2107id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); } public final String getIcon() { @@ -95,7 +95,7 @@ public final class ModelConnectedIntegrationGuild { } public final long getId() { - return this.f2106id; + return this.f2107id; } public final String getName() { @@ -103,7 +103,7 @@ public final class ModelConnectedIntegrationGuild { } public int hashCode() { - long j = this.f2106id; + long j = this.f2107id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.icon; int i2 = 0; @@ -117,7 +117,7 @@ public final class ModelConnectedIntegrationGuild { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationGuild(id="); - P.append(this.f2106id); + P.append(this.f2107id); P.append(", icon="); P.append(this.icon); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java index 7e08609c38..7e497f7a43 100644 --- a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java +++ b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java @@ -9,7 +9,7 @@ public final class ModelEntitlement { private final Boolean consumed; /* renamed from: id reason: collision with root package name */ - private final long f2107id; + private final long f2108id; private final Long parentId; private final Long promotionId; private final ModelSku sku; @@ -20,7 +20,7 @@ public final class ModelEntitlement { public ModelEntitlement(long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2) { m.checkNotNullParameter(modelSku, "sku"); - this.f2107id = j; + this.f2108id = j; this.applicationId = j2; this.type = i; this.userId = j3; @@ -33,11 +33,11 @@ public final class ModelEntitlement { } public static /* synthetic */ ModelEntitlement copy$default(ModelEntitlement modelEntitlement, long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2, int i2, Object obj) { - return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2107id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); + return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2108id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); } public final long component1() { - return this.f2107id; + return this.f2108id; } public final Long component10() { @@ -89,7 +89,7 @@ public final class ModelEntitlement { return false; } ModelEntitlement modelEntitlement = (ModelEntitlement) obj; - return this.f2107id == modelEntitlement.f2107id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); + return this.f2108id == modelEntitlement.f2108id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); } public final long getApplicationId() { @@ -101,7 +101,7 @@ public final class ModelEntitlement { } public final long getId() { - return this.f2107id; + return this.f2108id; } public final Long getParentId() { @@ -133,7 +133,7 @@ public final class ModelEntitlement { } public int hashCode() { - long j = this.f2107id; + long j = this.f2108id; long j2 = this.applicationId; long j3 = this.userId; long j4 = this.skuId; @@ -156,7 +156,7 @@ public final class ModelEntitlement { public String toString() { StringBuilder P = a.P("ModelEntitlement(id="); - P.append(this.f2107id); + P.append(this.f2108id); P.append(", applicationId="); P.append(this.applicationId); P.append(", type="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java index b4cfc76ba7..d57fc9ef76 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java @@ -12,7 +12,7 @@ public final class ModelGuildFolder { private final List guildIds; /* renamed from: id reason: collision with root package name */ - private final Long f2108id; + private final Long f2109id; private final String name; /* compiled from: ModelGuildFolder.kt */ @@ -41,7 +41,7 @@ public final class ModelGuildFolder { public ModelGuildFolder(Long l, List list, Integer num, String str) { m.checkNotNullParameter(list, "guildIds"); - this.f2108id = l; + this.f2109id = l; this.guildIds = list; this.color = num; this.name = str; @@ -56,7 +56,7 @@ public final class ModelGuildFolder { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelGuildFolder copy$default(ModelGuildFolder modelGuildFolder, Long l, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - l = modelGuildFolder.f2108id; + l = modelGuildFolder.f2109id; } if ((i & 2) != 0) { list = modelGuildFolder.guildIds; @@ -71,7 +71,7 @@ public final class ModelGuildFolder { } public final Long component1() { - return this.f2108id; + return this.f2109id; } public final List component2() { @@ -99,7 +99,7 @@ public final class ModelGuildFolder { return false; } ModelGuildFolder modelGuildFolder = (ModelGuildFolder) obj; - return m.areEqual(this.f2108id, modelGuildFolder.f2108id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); + return m.areEqual(this.f2109id, modelGuildFolder.f2109id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); } public final Integer getColor() { @@ -111,7 +111,7 @@ public final class ModelGuildFolder { } public final Long getId() { - return this.f2108id; + return this.f2109id; } public final String getName() { @@ -119,7 +119,7 @@ public final class ModelGuildFolder { } public int hashCode() { - Long l = this.f2108id; + Long l = this.f2109id; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; List list = this.guildIds; @@ -135,7 +135,7 @@ public final class ModelGuildFolder { public String toString() { StringBuilder P = a.P("ModelGuildFolder(id="); - P.append(this.f2108id); + P.append(this.f2109id); P.append(", guildIds="); P.append(this.guildIds); P.append(", color="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java index 30f25e93a8..e23fd2f8ff 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java @@ -17,7 +17,7 @@ public class ModelGuildIntegration implements Model { private int expireGracePeriod; /* renamed from: id reason: collision with root package name */ - private long f2109id; + private long f2110id; private String name; private long roleId; private int subscriberCount; @@ -29,7 +29,7 @@ public class ModelGuildIntegration implements Model { public static class IntegrationAccount implements Model { /* renamed from: id reason: collision with root package name */ - private String f2110id; + private String f2111id; private String name; @Override // com.discord.models.domain.Model @@ -37,7 +37,7 @@ public class ModelGuildIntegration implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2110id = jsonReader.nextString(this.f2110id); + this.f2111id = jsonReader.nextString(this.f2111id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -71,7 +71,7 @@ public class ModelGuildIntegration implements Model { } public String getId() { - return this.f2110id; + return this.f2111id; } public String getName() { @@ -248,7 +248,7 @@ public class ModelGuildIntegration implements Model { this.expireBehavior = jsonReader.nextInt(this.expireBehavior); return; case 5: - this.f2109id = jsonReader.nextLong(this.f2109id); + this.f2110id = jsonReader.nextLong(this.f2110id); return; case 6: this.name = jsonReader.nextString(this.name); @@ -339,7 +339,7 @@ public class ModelGuildIntegration implements Model { } public long getId() { - return this.f2109id; + return this.f2110id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java index 20b3236f01..a1e040a7ce 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java @@ -18,7 +18,7 @@ public final class ModelGuildMemberListUpdate { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2111id; + private final String f2112id; private final List operations; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -36,7 +36,7 @@ public final class ModelGuildMemberListUpdate { private final int count; /* renamed from: id reason: collision with root package name */ - private final String f2112id; + private final String f2113id; private final Type type; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -68,7 +68,7 @@ public final class ModelGuildMemberListUpdate { public Group(String str, int i) { Type type; m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2112id = str; + this.f2113id = str; this.count = i; int hashCode = str.hashCode(); if (hashCode != -1548612125) { @@ -86,7 +86,7 @@ public final class ModelGuildMemberListUpdate { public static /* synthetic */ Group copy$default(Group group, String str, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - str = group.f2112id; + str = group.f2113id; } if ((i2 & 2) != 0) { i = group.count; @@ -95,7 +95,7 @@ public final class ModelGuildMemberListUpdate { } public final String component1() { - return this.f2112id; + return this.f2113id; } public final int component2() { @@ -115,7 +115,7 @@ public final class ModelGuildMemberListUpdate { return false; } Group group = (Group) obj; - return m.areEqual(this.f2112id, group.f2112id) && this.count == group.count; + return m.areEqual(this.f2113id, group.f2113id) && this.count == group.count; } public final int getCount() { @@ -123,7 +123,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2112id; + return this.f2113id; } public final Type getType() { @@ -131,13 +131,13 @@ public final class ModelGuildMemberListUpdate { } public int hashCode() { - String str = this.f2112id; + String str = this.f2113id; return ((str != null ? str.hashCode() : 0) * 31) + this.count; } public String toString() { StringBuilder P = a.P("Group(id="); - P.append(this.f2112id); + P.append(this.f2113id); P.append(", count="); return a.z(P, this.count, ")"); } @@ -757,7 +757,7 @@ public final class ModelGuildMemberListUpdate { m.checkNotNullParameter(list, "operations"); m.checkNotNullParameter(list2, "groups"); this.guildId = j; - this.f2111id = str; + this.f2112id = str; this.operations = list; this.groups = list2; } @@ -769,7 +769,7 @@ public final class ModelGuildMemberListUpdate { j = modelGuildMemberListUpdate.guildId; } if ((i & 2) != 0) { - str = modelGuildMemberListUpdate.f2111id; + str = modelGuildMemberListUpdate.f2112id; } if ((i & 4) != 0) { list = modelGuildMemberListUpdate.operations; @@ -785,7 +785,7 @@ public final class ModelGuildMemberListUpdate { } public final String component2() { - return this.f2111id; + return this.f2112id; } public final List component3() { @@ -811,7 +811,7 @@ public final class ModelGuildMemberListUpdate { return false; } ModelGuildMemberListUpdate modelGuildMemberListUpdate = (ModelGuildMemberListUpdate) obj; - return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2111id, modelGuildMemberListUpdate.f2111id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); + return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2112id, modelGuildMemberListUpdate.f2112id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); } public final List getGroups() { @@ -823,7 +823,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2111id; + return this.f2112id; } public final List getOperations() { @@ -833,7 +833,7 @@ public final class ModelGuildMemberListUpdate { public int hashCode() { long j = this.guildId; int i = ((int) (j ^ (j >>> 32))) * 31; - String str = this.f2111id; + String str = this.f2112id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; List list = this.operations; @@ -849,7 +849,7 @@ public final class ModelGuildMemberListUpdate { StringBuilder P = a.P("ModelGuildMemberListUpdate(guildId="); P.append(this.guildId); P.append(", id="); - P.append(this.f2111id); + P.append(this.f2112id); P.append(", operations="); P.append(this.operations); P.append(", groups="); diff --git a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java index 4bd176df8b..3e28157b3c 100644 --- a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java +++ b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java @@ -10,7 +10,7 @@ public final class ModelOAuth2Token { private final Application application; /* renamed from: id reason: collision with root package name */ - private final long f2113id; + private final long f2114id; private final List scopes; /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.List */ @@ -18,7 +18,7 @@ public final class ModelOAuth2Token { public ModelOAuth2Token(long j, List list, Application application) { m.checkNotNullParameter(list, "scopes"); m.checkNotNullParameter(application, "application"); - this.f2113id = j; + this.f2114id = j; this.scopes = list; this.application = application; } @@ -27,7 +27,7 @@ public final class ModelOAuth2Token { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelOAuth2Token copy$default(ModelOAuth2Token modelOAuth2Token, long j, List list, Application application, int i, Object obj) { if ((i & 1) != 0) { - j = modelOAuth2Token.f2113id; + j = modelOAuth2Token.f2114id; } if ((i & 2) != 0) { list = modelOAuth2Token.scopes; @@ -39,7 +39,7 @@ public final class ModelOAuth2Token { } public final long component1() { - return this.f2113id; + return this.f2114id; } public final List component2() { @@ -64,7 +64,7 @@ public final class ModelOAuth2Token { return false; } ModelOAuth2Token modelOAuth2Token = (ModelOAuth2Token) obj; - return this.f2113id == modelOAuth2Token.f2113id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); + return this.f2114id == modelOAuth2Token.f2114id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); } public final Application getApplication() { @@ -72,7 +72,7 @@ public final class ModelOAuth2Token { } public final long getId() { - return this.f2113id; + return this.f2114id; } public final List getScopes() { @@ -80,7 +80,7 @@ public final class ModelOAuth2Token { } public int hashCode() { - long j = this.f2113id; + long j = this.f2114id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.scopes; int i2 = 0; @@ -94,7 +94,7 @@ public final class ModelOAuth2Token { public String toString() { StringBuilder P = a.P("ModelOAuth2Token(id="); - P.append(this.f2113id); + P.append(this.f2114id); P.append(", scopes="); P.append(this.scopes); P.append(", application="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPayload.java b/app/src/main/java/com/discord/models/domain/ModelPayload.java index c86bd1fda3..5ba6d53a1e 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPayload.java +++ b/app/src/main/java/com/discord/models/domain/ModelPayload.java @@ -49,7 +49,7 @@ public class ModelPayload implements Model { private List guilds; /* renamed from: me reason: collision with root package name */ - private User f2114me; + private User f2115me; private List presences; private List privateChannels; private VersionedReadStates readState; @@ -329,7 +329,7 @@ public class ModelPayload implements Model { public ModelPayload(ModelPayload modelPayload) { this.v = modelPayload.v; - this.f2114me = modelPayload.f2114me; + this.f2115me = modelPayload.f2115me; this.userSettings = modelPayload.userSettings; this.userGuildSettings = modelPayload.userGuildSettings; this.sessionId = modelPayload.sessionId; @@ -548,7 +548,7 @@ public class ModelPayload implements Model { this.v = jsonReader.nextInt(this.v); return; case '\n': - this.f2114me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); + this.f2115me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); return; case 11: this.users = jsonReader.nextList(new x(jsonReader)); @@ -762,7 +762,7 @@ public class ModelPayload implements Model { } public User getMe() { - return this.f2114me; + return this.f2115me; } public List getPresences() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java index 71643c5d8a..7ed3ea73d8 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java +++ b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java @@ -16,7 +16,7 @@ public abstract class ModelPaymentSource { private final boolean f6default; /* renamed from: id reason: collision with root package name */ - private final String f2115id; + private final String f2116id; private final boolean invalid; /* compiled from: ModelPaymentSource.kt */ @@ -62,7 +62,7 @@ public abstract class ModelPaymentSource { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2116id; + private final String f2117id; private final boolean invalid; private final String last4; @@ -77,7 +77,7 @@ public abstract class ModelPaymentSource { this.last4 = str2; this.expiresMonth = i; this.expiresYear = i2; - this.f2116id = str3; + this.f2117id = str3; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f7default = z3; @@ -162,7 +162,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2116id; + return this.f2117id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -234,7 +234,7 @@ public abstract class ModelPaymentSource { private final String email; /* renamed from: id reason: collision with root package name */ - private final String f2117id; + private final String f2118id; private final boolean invalid; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -244,7 +244,7 @@ public abstract class ModelPaymentSource { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.email = str; - this.f2117id = str2; + this.f2118id = str2; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f8default = z3; @@ -323,7 +323,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2117id; + return this.f2118id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -384,7 +384,7 @@ public abstract class ModelPaymentSource { } private ModelPaymentSource(String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3) { - this.f2115id = str; + this.f2116id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f6default = z3; @@ -403,7 +403,7 @@ public abstract class ModelPaymentSource { } public String getId() { - return this.f2115id; + return this.f2116id; } public boolean getInvalid() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java index fc872db1e0..50411a8532 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java @@ -6,18 +6,18 @@ public final class ModelPremiumGuildSubscription { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final long f2118id; + private final long f2119id; private final long userId; public ModelPremiumGuildSubscription(long j, long j2, long j3) { - this.f2118id = j; + this.f2119id = j; this.guildId = j2; this.userId = j3; } public static /* synthetic */ ModelPremiumGuildSubscription copy$default(ModelPremiumGuildSubscription modelPremiumGuildSubscription, long j, long j2, long j3, int i, Object obj) { if ((i & 1) != 0) { - j = modelPremiumGuildSubscription.f2118id; + j = modelPremiumGuildSubscription.f2119id; } if ((i & 2) != 0) { j2 = modelPremiumGuildSubscription.guildId; @@ -29,7 +29,7 @@ public final class ModelPremiumGuildSubscription { } public final long component1() { - return this.f2118id; + return this.f2119id; } public final long component2() { @@ -52,7 +52,7 @@ public final class ModelPremiumGuildSubscription { return false; } ModelPremiumGuildSubscription modelPremiumGuildSubscription = (ModelPremiumGuildSubscription) obj; - return this.f2118id == modelPremiumGuildSubscription.f2118id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; + return this.f2119id == modelPremiumGuildSubscription.f2119id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; } public final long getGuildId() { @@ -60,7 +60,7 @@ public final class ModelPremiumGuildSubscription { } public final long getId() { - return this.f2118id; + return this.f2119id; } public final long getUserId() { @@ -68,7 +68,7 @@ public final class ModelPremiumGuildSubscription { } public int hashCode() { - long j = this.f2118id; + long j = this.f2119id; long j2 = this.guildId; long j3 = this.userId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32))); @@ -76,7 +76,7 @@ public final class ModelPremiumGuildSubscription { public String toString() { StringBuilder P = a.P("ModelPremiumGuildSubscription(id="); - P.append(this.f2118id); + P.append(this.f2119id); P.append(", guildId="); P.append(this.guildId); P.append(", userId="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java index 34a7814353..9d8b592e14 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java @@ -9,13 +9,13 @@ public final class ModelPremiumGuildSubscriptionSlot { private final String cooldownEndsAt; /* renamed from: id reason: collision with root package name */ - private final long f2119id; + private final long f2120id; private final ModelPremiumGuildSubscription premiumGuildSubscription; private final long subscriptionId; public ModelPremiumGuildSubscriptionSlot(String str, long j, long j2, ModelPremiumGuildSubscription modelPremiumGuildSubscription, boolean z2) { this.cooldownEndsAt = str; - this.f2119id = j; + this.f2120id = j; this.subscriptionId = j2; this.premiumGuildSubscription = modelPremiumGuildSubscription; this.canceled = z2; @@ -30,7 +30,7 @@ public final class ModelPremiumGuildSubscriptionSlot { str = modelPremiumGuildSubscriptionSlot.cooldownEndsAt; } if ((i & 2) != 0) { - j = modelPremiumGuildSubscriptionSlot.f2119id; + j = modelPremiumGuildSubscriptionSlot.f2120id; } if ((i & 4) != 0) { j2 = modelPremiumGuildSubscriptionSlot.subscriptionId; @@ -45,7 +45,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long component2() { - return this.f2119id; + return this.f2120id; } public final long component3() { @@ -72,7 +72,7 @@ public final class ModelPremiumGuildSubscriptionSlot { return false; } ModelPremiumGuildSubscriptionSlot modelPremiumGuildSubscriptionSlot = (ModelPremiumGuildSubscriptionSlot) obj; - return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2119id == modelPremiumGuildSubscriptionSlot.f2119id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; + return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2120id == modelPremiumGuildSubscriptionSlot.f2120id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; } public final boolean getCanceled() { @@ -84,7 +84,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long getId() { - return this.f2119id; + return this.f2120id; } public final ModelPremiumGuildSubscription getPremiumGuildSubscription() { @@ -99,7 +99,7 @@ public final class ModelPremiumGuildSubscriptionSlot { String str = this.cooldownEndsAt; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2119id; + long j = this.f2120id; long j2 = this.subscriptionId; int i2 = ((((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; ModelPremiumGuildSubscription modelPremiumGuildSubscription = this.premiumGuildSubscription; @@ -121,7 +121,7 @@ public final class ModelPremiumGuildSubscriptionSlot { StringBuilder P = a.P("ModelPremiumGuildSubscriptionSlot(cooldownEndsAt="); P.append(this.cooldownEndsAt); P.append(", id="); - P.append(this.f2119id); + P.append(this.f2120id); P.append(", subscriptionId="); P.append(this.subscriptionId); P.append(", premiumGuildSubscription="); diff --git a/app/src/main/java/com/discord/models/domain/ModelSku.java b/app/src/main/java/com/discord/models/domain/ModelSku.java index 45a291d540..dead86807e 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSku.java +++ b/app/src/main/java/com/discord/models/domain/ModelSku.java @@ -16,7 +16,7 @@ public final class ModelSku { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2120id; + private final long f2121id; private final String name; private final boolean premium; private final Price price; @@ -359,7 +359,7 @@ public final class ModelSku { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.applicationId = j; this.name = str; - this.f2120id = j2; + this.f2121id = j2; this.application = application; this.premium = z2; this.type = i; @@ -369,7 +369,7 @@ public final class ModelSku { } public static /* synthetic */ ModelSku copy$default(ModelSku modelSku, long j, String str, long j2, Application application, boolean z2, int i, Price price, int i2, Map map, int i3, Object obj) { - return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2120id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); + return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2121id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); } public final long component1() { @@ -381,7 +381,7 @@ public final class ModelSku { } public final long component3() { - return this.f2120id; + return this.f2121id; } public final Application component4() { @@ -421,7 +421,7 @@ public final class ModelSku { return false; } ModelSku modelSku = (ModelSku) obj; - return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2120id == modelSku.f2120id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); + return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2121id == modelSku.f2121id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); } public final Application getApplication() { @@ -441,7 +441,7 @@ public final class ModelSku { } public final long getId() { - return this.f2120id; + return this.f2121id; } public final String getName() { @@ -457,7 +457,7 @@ public final class ModelSku { } public final SkuCategory getSkuCategory() { - long j = this.f2120id; + long j = this.f2121id; return j == ModelSkuKt.getPREMIUM_TIER_1_SKU_ID() ? SkuCategory.NITRO_CLASSIC : j == ModelSkuKt.getPREMIUM_TIER_2_SKU_ID() ? SkuCategory.NITRO : SkuCategory.GAME; } @@ -471,7 +471,7 @@ public final class ModelSku { String str = this.name; int i2 = 0; int hashCode = str != null ? str.hashCode() : 0; - long j2 = this.f2120id; + long j2 = this.f2121id; int i3 = (((i + hashCode) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; Application application = this.application; int hashCode2 = (i3 + (application != null ? application.hashCode() : 0)) * 31; @@ -506,7 +506,7 @@ public final class ModelSku { P.append(", name="); P.append(this.name); P.append(", id="); - P.append(this.f2120id); + P.append(this.f2121id); P.append(", application="); P.append(this.application); P.append(", premium="); diff --git a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java index e5e3437c3e..6ae0bf1c2b 100644 --- a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java +++ b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java @@ -8,7 +8,7 @@ import kotlin.jvm.internal.Ref$ObjectRef; public final class ModelStoreListing { /* renamed from: id reason: collision with root package name */ - private final long f2121id; + private final long f2122id; private final ModelSku sku; /* compiled from: ModelStoreListing.kt */ @@ -35,7 +35,7 @@ public final class ModelStoreListing { public ModelStoreListing(ModelSku modelSku, long j) { m.checkNotNullParameter(modelSku, "sku"); this.sku = modelSku; - this.f2121id = j; + this.f2122id = j; } public static /* synthetic */ ModelStoreListing copy$default(ModelStoreListing modelStoreListing, ModelSku modelSku, long j, int i, Object obj) { @@ -43,7 +43,7 @@ public final class ModelStoreListing { modelSku = modelStoreListing.sku; } if ((i & 2) != 0) { - j = modelStoreListing.f2121id; + j = modelStoreListing.f2122id; } return modelStoreListing.copy(modelSku, j); } @@ -53,7 +53,7 @@ public final class ModelStoreListing { } public final long component2() { - return this.f2121id; + return this.f2122id; } public final ModelStoreListing copy(ModelSku modelSku, long j) { @@ -69,11 +69,11 @@ public final class ModelStoreListing { return false; } ModelStoreListing modelStoreListing = (ModelStoreListing) obj; - return m.areEqual(this.sku, modelStoreListing.sku) && this.f2121id == modelStoreListing.f2121id; + return m.areEqual(this.sku, modelStoreListing.sku) && this.f2122id == modelStoreListing.f2122id; } public final long getId() { - return this.f2121id; + return this.f2122id; } public final ModelSku getSku() { @@ -83,7 +83,7 @@ public final class ModelStoreListing { public int hashCode() { ModelSku modelSku = this.sku; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2121id; + long j = this.f2122id; return (hashCode * 31) + ((int) (j ^ (j >>> 32))); } @@ -91,6 +91,6 @@ public final class ModelStoreListing { StringBuilder P = a.P("ModelStoreListing(sku="); P.append(this.sku); P.append(", id="); - return a.A(P, this.f2121id, ")"); + return a.A(P, this.f2122id, ")"); } } diff --git a/app/src/main/java/com/discord/models/domain/ModelSubscription.java b/app/src/main/java/com/discord/models/domain/ModelSubscription.java index cfcb753e6a..88d68e1864 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelSubscription.java @@ -16,7 +16,7 @@ public final class ModelSubscription extends HasSubscriptionItems { private final String currentPeriodStart; /* renamed from: id reason: collision with root package name */ - private final String f2122id; + private final String f2123id; private final List items; private final Integer paymentGateway; private final String paymentGatewayPlanId; @@ -202,19 +202,19 @@ public final class ModelSubscription extends HasSubscriptionItems { public static final class SubscriptionItem { /* renamed from: id reason: collision with root package name */ - private final long f2123id; + private final long f2124id; private final long planId; private final int quantity; public SubscriptionItem(long j, long j2, int i) { - this.f2123id = j; + this.f2124id = j; this.planId = j2; this.quantity = i; } public static /* synthetic */ SubscriptionItem copy$default(SubscriptionItem subscriptionItem, long j, long j2, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - j = subscriptionItem.f2123id; + j = subscriptionItem.f2124id; } if ((i2 & 2) != 0) { j2 = subscriptionItem.planId; @@ -226,7 +226,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final long component1() { - return this.f2123id; + return this.f2124id; } public final long component2() { @@ -249,11 +249,11 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } SubscriptionItem subscriptionItem = (SubscriptionItem) obj; - return this.f2123id == subscriptionItem.f2123id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; + return this.f2124id == subscriptionItem.f2124id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; } public final long getId() { - return this.f2123id; + return this.f2124id; } public final long getPlanId() { @@ -265,14 +265,14 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - long j = this.f2123id; + long j = this.f2124id; long j2 = this.planId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + this.quantity; } public String toString() { StringBuilder P = a.P("SubscriptionItem(id="); - P.append(this.f2123id); + P.append(this.f2124id); P.append(", planId="); P.append(this.planId); P.append(", quantity="); @@ -389,7 +389,7 @@ public final class ModelSubscription extends HasSubscriptionItems { m.checkNotNullParameter(str4, "currentPeriodStart"); m.checkNotNullParameter(str5, "currentPeriodEnd"); m.checkNotNullParameter(list, "items"); - this.f2122id = str; + this.f2123id = str; this.createdAt = str2; this.canceledAt = str3; this.currentPeriodStart = str4; @@ -414,11 +414,11 @@ public final class ModelSubscription extends HasSubscriptionItems { } public static /* synthetic */ ModelSubscription copy$default(ModelSubscription modelSubscription, String str, String str2, String str3, String str4, String str5, String str6, Integer num, String str7, String str8, SubscriptionRenewalMutations subscriptionRenewalMutations, List list, String str9, int i, int i2, int i3, Object obj) { - return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2122id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); + return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2123id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); } public final String component1() { - return this.f2122id; + return this.f2123id; } public final SubscriptionRenewalMutations component10() { @@ -482,7 +482,7 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } ModelSubscription modelSubscription = (ModelSubscription) obj; - return m.areEqual(this.f2122id, modelSubscription.f2122id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; + return m.areEqual(this.f2123id, modelSubscription.f2123id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; } public final long getAccountHoldEstimatedExpirationTimestamp() { @@ -506,7 +506,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final String getId() { - return this.f2122id; + return this.f2123id; } @Override // com.discord.models.domain.HasSubscriptionItems @@ -585,7 +585,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - String str = this.f2122id; + String str = this.f2123id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.createdAt; @@ -629,7 +629,7 @@ public final class ModelSubscription extends HasSubscriptionItems { public String toString() { StringBuilder P = a.P("ModelSubscription(id="); - P.append(this.f2122id); + P.append(this.f2123id); P.append(", createdAt="); P.append(this.createdAt); P.append(", canceledAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelUserNote.java b/app/src/main/java/com/discord/models/domain/ModelUserNote.java index a1cd45a771..134fef85b3 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserNote.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserNote.java @@ -14,7 +14,7 @@ public final class ModelUserNote { public static final class Update { /* renamed from: id reason: collision with root package name */ - private final long f2124id; + private final long f2125id; private final String note; /* compiled from: ModelUserNote.kt */ @@ -38,13 +38,13 @@ public final class ModelUserNote { public Update(long j, String str) { m.checkNotNullParameter(str, "note"); - this.f2124id = j; + this.f2125id = j; this.note = str; } public static /* synthetic */ Update copy$default(Update update, long j, String str, int i, Object obj) { if ((i & 1) != 0) { - j = update.f2124id; + j = update.f2125id; } if ((i & 2) != 0) { str = update.note; @@ -53,7 +53,7 @@ public final class ModelUserNote { } public final long component1() { - return this.f2124id; + return this.f2125id; } public final String component2() { @@ -73,11 +73,11 @@ public final class ModelUserNote { return false; } Update update = (Update) obj; - return this.f2124id == update.f2124id && m.areEqual(this.note, update.note); + return this.f2125id == update.f2125id && m.areEqual(this.note, update.note); } public final long getId() { - return this.f2124id; + return this.f2125id; } public final String getNote() { @@ -85,7 +85,7 @@ public final class ModelUserNote { } public int hashCode() { - long j = this.f2124id; + long j = this.f2125id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.note; return i + (str != null ? str.hashCode() : 0); @@ -93,7 +93,7 @@ public final class ModelUserNote { public String toString() { StringBuilder P = a.P("Update(id="); - P.append(this.f2124id); + P.append(this.f2125id); P.append(", note="); return a.H(P, this.note, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java index cee3fada1f..13cb0c1c51 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java @@ -14,7 +14,7 @@ public class ModelUserRelationship implements Model { public static final int TYPE_NONE = 0; /* renamed from: id reason: collision with root package name */ - private long f2125id; + private long f2126id; private int type; private User user; private Long userId; @@ -23,14 +23,14 @@ public class ModelUserRelationship implements Model { } public ModelUserRelationship(long j, int i, User user, Long l) { - this.f2125id = j; + this.f2126id = j; this.type = i; this.user = user; this.userId = l; } public ModelUserRelationship(ModelUserRelationship modelUserRelationship) { - this(modelUserRelationship.f2125id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); + this(modelUserRelationship.f2126id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); } public static int getType(Integer num) { @@ -80,7 +80,7 @@ public class ModelUserRelationship implements Model { this.userId = jsonReader.nextLongOrNull(); return; case 1: - this.f2125id = jsonReader.nextLong(this.f2125id); + this.f2126id = jsonReader.nextLong(this.f2126id); return; case 2: this.type = jsonReader.nextInt(this.type); @@ -120,7 +120,7 @@ public class ModelUserRelationship implements Model { } public long getId() { - return this.f2125id; + return this.f2126id; } public int getType() { diff --git a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java index 247501084c..9cc382565d 100644 --- a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java +++ b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java @@ -8,7 +8,7 @@ public class ModelVoiceRegion implements Model { private boolean hidden; /* renamed from: id reason: collision with root package name */ - private String f2126id; + private String f2127id; private String name; private boolean optimal; private String sampleHostname; @@ -74,7 +74,7 @@ public class ModelVoiceRegion implements Model { this.hidden = jsonReader.nextBoolean(this.hidden); return; case 3: - this.f2126id = jsonReader.nextString(this.f2126id); + this.f2127id = jsonReader.nextString(this.f2127id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -122,7 +122,7 @@ public class ModelVoiceRegion implements Model { } public String getId() { - return this.f2126id; + return this.f2127id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelWebhook.java b/app/src/main/java/com/discord/models/domain/ModelWebhook.java index 21ea1e807d..07f6eda4ac 100644 --- a/app/src/main/java/com/discord/models/domain/ModelWebhook.java +++ b/app/src/main/java/com/discord/models/domain/ModelWebhook.java @@ -9,7 +9,7 @@ public class ModelWebhook implements Model { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2127id; + private long f2128id; private String name; @Override // com.discord.models.domain.Model @@ -60,7 +60,7 @@ public class ModelWebhook implements Model { this.guildId = jsonReader.nextLong(this.guildId); return; case 3: - this.f2127id = jsonReader.nextLong(this.f2127id); + this.f2128id = jsonReader.nextLong(this.f2128id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -109,7 +109,7 @@ public class ModelWebhook implements Model { } public long getId() { - return this.f2127id; + return this.f2128id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java index 904b129f89..60d1a5f304 100644 --- a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java +++ b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java @@ -15,7 +15,7 @@ public final class PaymentSourceRaw { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2128id; + private final String f2129id; private final boolean invalid; private final String last_4; private final int type; @@ -24,7 +24,7 @@ public final class PaymentSourceRaw { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.type = i; - this.f2128id = str; + this.f2129id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f10default = z3; @@ -36,7 +36,7 @@ public final class PaymentSourceRaw { } public static /* synthetic */ PaymentSourceRaw copy$default(PaymentSourceRaw paymentSourceRaw, int i, String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3, String str2, String str3, String str4, int i2, int i3, int i4, Object obj) { - return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2128id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); + return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2129id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); } public final int component1() { @@ -48,7 +48,7 @@ public final class PaymentSourceRaw { } public final String component2() { - return this.f2128id; + return this.f2129id; } public final boolean component3() { @@ -93,7 +93,7 @@ public final class PaymentSourceRaw { return false; } PaymentSourceRaw paymentSourceRaw = (PaymentSourceRaw) obj; - return this.type == paymentSourceRaw.type && m.areEqual(this.f2128id, paymentSourceRaw.f2128id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; + return this.type == paymentSourceRaw.type && m.areEqual(this.f2129id, paymentSourceRaw.f2129id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; } public final ModelBillingAddress getBillingAddress() { @@ -121,7 +121,7 @@ public final class PaymentSourceRaw { } public final String getId() { - return this.f2128id; + return this.f2129id; } public final boolean getInvalid() { @@ -138,7 +138,7 @@ public final class PaymentSourceRaw { public int hashCode() { int i = this.type * 31; - String str = this.f2128id; + String str = this.f2129id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.invalid; @@ -172,7 +172,7 @@ public final class PaymentSourceRaw { StringBuilder P = a.P("PaymentSourceRaw(type="); P.append(this.type); P.append(", id="); - P.append(this.f2128id); + P.append(this.f2129id); P.append(", invalid="); P.append(this.invalid); P.append(", billingAddress="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java index c76d7999b4..efcf4cc4c2 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java @@ -9,7 +9,7 @@ public final class ModelInvoiceItem { private final List discount; /* renamed from: id reason: collision with root package name */ - private final long f2129id; + private final long f2130id; private final boolean proration; private final int quantity; private final long subscriptionPlanId; @@ -19,7 +19,7 @@ public final class ModelInvoiceItem { m.checkNotNullParameter(list, "discount"); this.amount = i; this.discount = list; - this.f2129id = j; + this.f2130id = j; this.proration = z2; this.quantity = i2; this.subscriptionPlanId = j2; @@ -27,7 +27,7 @@ public final class ModelInvoiceItem { } public static /* synthetic */ ModelInvoiceItem copy$default(ModelInvoiceItem modelInvoiceItem, int i, List list, long j, boolean z2, int i2, long j2, int i3, int i4, Object obj) { - return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2129id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); + return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2130id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); } public final int component1() { @@ -39,7 +39,7 @@ public final class ModelInvoiceItem { } public final long component3() { - return this.f2129id; + return this.f2130id; } public final boolean component4() { @@ -71,7 +71,7 @@ public final class ModelInvoiceItem { return false; } ModelInvoiceItem modelInvoiceItem = (ModelInvoiceItem) obj; - return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2129id == modelInvoiceItem.f2129id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; + return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2130id == modelInvoiceItem.f2130id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; } public final int getAmount() { @@ -83,7 +83,7 @@ public final class ModelInvoiceItem { } public final long getId() { - return this.f2129id; + return this.f2130id; } public final boolean getProration() { @@ -106,7 +106,7 @@ public final class ModelInvoiceItem { int i = this.amount * 31; List list = this.discount; int hashCode = list != null ? list.hashCode() : 0; - long j = this.f2129id; + long j = this.f2130id; int i2 = (((i + hashCode) * 31) + ((int) (j ^ (j >>> 32)))) * 31; boolean z2 = this.proration; if (z2) { @@ -125,7 +125,7 @@ public final class ModelInvoiceItem { P.append(", discount="); P.append(this.discount); P.append(", id="); - P.append(this.f2129id); + P.append(this.f2130id); P.append(", proration="); P.append(this.proration); P.append(", quantity="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java index ee00054259..f2296301de 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java @@ -8,7 +8,7 @@ public final class ModelInvoicePreview { private final String currency; /* renamed from: id reason: collision with root package name */ - private final long f2130id; + private final long f2131id; private final List invoiceItems; private final String subscriptionPeriodEnd; private final String subscriptionPeriodStart; @@ -23,7 +23,7 @@ public final class ModelInvoicePreview { m.checkNotNullParameter(str2, "subscriptionPeriodEnd"); m.checkNotNullParameter(str3, "subscriptionPeriodStart"); this.currency = str; - this.f2130id = j; + this.f2131id = j; this.invoiceItems = list; this.subscriptionPeriodEnd = str2; this.subscriptionPeriodStart = str3; @@ -34,7 +34,7 @@ public final class ModelInvoicePreview { } public static /* synthetic */ ModelInvoicePreview copy$default(ModelInvoicePreview modelInvoicePreview, String str, long j, List list, String str2, String str3, int i, int i2, boolean z2, int i3, int i4, Object obj) { - return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2130id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); + return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2131id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); } public final String component1() { @@ -42,7 +42,7 @@ public final class ModelInvoicePreview { } public final long component2() { - return this.f2130id; + return this.f2131id; } public final List component3() { @@ -89,7 +89,7 @@ public final class ModelInvoicePreview { return false; } ModelInvoicePreview modelInvoicePreview = (ModelInvoicePreview) obj; - return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2130id == modelInvoicePreview.f2130id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; + return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2131id == modelInvoicePreview.f2131id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; } public final String getCurrency() { @@ -97,7 +97,7 @@ public final class ModelInvoicePreview { } public final long getId() { - return this.f2130id; + return this.f2131id; } public final List getInvoiceItems() { @@ -132,7 +132,7 @@ public final class ModelInvoicePreview { String str = this.currency; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2130id; + long j = this.f2131id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; List list = this.invoiceItems; int hashCode2 = (i2 + (list != null ? list.hashCode() : 0)) * 31; @@ -157,7 +157,7 @@ public final class ModelInvoicePreview { StringBuilder P = a.P("ModelInvoicePreview(currency="); P.append(this.currency); P.append(", id="); - P.append(this.f2130id); + P.append(this.f2131id); P.append(", invoiceItems="); P.append(this.invoiceItems); P.append(", subscriptionPeriodEnd="); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java index ca10b4af06..0ee198c9fd 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java @@ -24,7 +24,7 @@ public class ModelEmojiCustom implements Emoji { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2131id; + private long f2132id; private String idStr; private boolean isAnimated; private transient boolean isUsable; @@ -61,7 +61,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(long j, String str, List list, boolean z2, boolean z3, int i, String str2, boolean z4, boolean z5, boolean z6, long j2) { this.idStr = "0"; - this.f2131id = j; + this.f2132id = j; this.idStr = String.valueOf(j); this.name = str; this.roles = list; @@ -79,7 +79,7 @@ public class ModelEmojiCustom implements Emoji { this.idStr = "0"; boolean z2 = true; this.isUsable = true; - this.f2131id = guildEmoji.c(); + this.f2132id = guildEmoji.c(); this.name = guildEmoji.e(); this.idStr = String.valueOf(guildEmoji.c()); this.roles = guildEmoji.g() != null ? guildEmoji.g() : new ArrayList<>(); @@ -92,7 +92,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(ModelEmojiCustom modelEmojiCustom, int i, boolean z2) { this.idStr = "0"; - this.f2131id = modelEmojiCustom.f2131id; + this.f2132id = modelEmojiCustom.f2132id; this.idStr = modelEmojiCustom.idStr; this.roles = modelEmojiCustom.getRoles(); this.requireColons = modelEmojiCustom.requireColons; @@ -205,7 +205,7 @@ public class ModelEmojiCustom implements Emoji { } public long getId() { - return this.f2131id; + return this.f2132id; } public String getIdStr() { @@ -214,7 +214,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getImageUri(boolean z2, int i, Context context) { - return getImageUri(this.f2131id, this.isAnimated && z2, i); + return getImageUri(this.f2132id, this.isAnimated && z2, i); } @Override // com.discord.models.domain.emoji.Emoji @@ -231,7 +231,7 @@ public class ModelEmojiCustom implements Emoji { sb.append(str); sb.append(this.name); sb.append(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR); - sb.append(this.f2131id); + sb.append(this.f2132id); sb.append('>'); return sb.toString(); } @@ -247,7 +247,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getReactionKey() { - return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2131id; + return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2132id; } @Override // com.discord.models.domain.emoji.Emoji @@ -333,7 +333,7 @@ public class ModelEmojiCustom implements Emoji { } public GuildEmoji toApiEmoji() { - return new GuildEmoji(this.f2131id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); + return new GuildEmoji(this.f2132id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); } @Override // java.lang.Object @@ -368,7 +368,7 @@ public class ModelEmojiCustom implements Emoji { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { - parcel.writeLong(this.f2131id); + parcel.writeLong(this.f2132id); parcel.writeString(this.name); parcel.writeList(this.roles); parcel.writeInt(this.requireColons ? 1 : 0); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java index f9e208ac0d..3fb76f23fd 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java @@ -11,7 +11,7 @@ public final class ModelEmojiGuild { private final boolean available; /* renamed from: id reason: collision with root package name */ - private final long f2132id; + private final long f2133id; private final boolean managed; private final String name; private final boolean requiredColons; @@ -22,7 +22,7 @@ public final class ModelEmojiGuild { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "roles"); m.checkNotNullParameter(user, "user"); - this.f2132id = j; + this.f2133id = j; this.name = str; this.managed = z2; this.roles = list; @@ -33,11 +33,11 @@ public final class ModelEmojiGuild { } public static /* synthetic */ ModelEmojiGuild copy$default(ModelEmojiGuild modelEmojiGuild, long j, String str, boolean z2, List list, boolean z3, User user, boolean z4, boolean z5, int i, Object obj) { - return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2132id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); + return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2133id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); } public final long component1() { - return this.f2132id; + return this.f2133id; } public final String component2() { @@ -83,7 +83,7 @@ public final class ModelEmojiGuild { return false; } ModelEmojiGuild modelEmojiGuild = (ModelEmojiGuild) obj; - return this.f2132id == modelEmojiGuild.f2132id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; + return this.f2133id == modelEmojiGuild.f2133id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; } public final boolean getAnimated() { @@ -95,7 +95,7 @@ public final class ModelEmojiGuild { } public final long getId() { - return this.f2132id; + return this.f2133id; } public final boolean getManaged() { @@ -119,7 +119,7 @@ public final class ModelEmojiGuild { } public int hashCode() { - long j = this.f2132id; + long j = this.f2133id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.name; int i2 = 0; @@ -165,7 +165,7 @@ public final class ModelEmojiGuild { public String toString() { StringBuilder P = a.P("ModelEmojiGuild(id="); - P.append(this.f2132id); + P.append(this.f2133id); P.append(", name="); P.append(this.name); P.append(", managed="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java index 30994f1303..177cf9efdd 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java @@ -9,7 +9,7 @@ public final class ModelSpotifyAlbum { private final String albumType; /* renamed from: id reason: collision with root package name */ - private final String f2133id; + private final String f2134id; private final List images; private final String name; @@ -66,7 +66,7 @@ public final class ModelSpotifyAlbum { m.checkNotNullParameter(list, "images"); m.checkNotNullParameter(str3, ModelAuditLogEntry.CHANGE_KEY_NAME); this.albumType = str; - this.f2133id = str2; + this.f2134id = str2; this.images = list; this.name = str3; } @@ -78,7 +78,7 @@ public final class ModelSpotifyAlbum { str = modelSpotifyAlbum.albumType; } if ((i & 2) != 0) { - str2 = modelSpotifyAlbum.f2133id; + str2 = modelSpotifyAlbum.f2134id; } if ((i & 4) != 0) { list = modelSpotifyAlbum.images; @@ -94,7 +94,7 @@ public final class ModelSpotifyAlbum { } public final String component2() { - return this.f2133id; + return this.f2134id; } public final List component3() { @@ -121,7 +121,7 @@ public final class ModelSpotifyAlbum { return false; } ModelSpotifyAlbum modelSpotifyAlbum = (ModelSpotifyAlbum) obj; - return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2133id, modelSpotifyAlbum.f2133id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); + return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2134id, modelSpotifyAlbum.f2134id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); } public final String getAlbumType() { @@ -129,7 +129,7 @@ public final class ModelSpotifyAlbum { } public final String getId() { - return this.f2133id; + return this.f2134id; } public final List getImages() { @@ -144,7 +144,7 @@ public final class ModelSpotifyAlbum { String str = this.albumType; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2133id; + String str2 = this.f2134id; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; List list = this.images; int hashCode3 = (hashCode2 + (list != null ? list.hashCode() : 0)) * 31; @@ -159,7 +159,7 @@ public final class ModelSpotifyAlbum { StringBuilder P = a.P("ModelSpotifyAlbum(albumType="); P.append(this.albumType); P.append(", id="); - P.append(this.f2133id); + P.append(this.f2134id); P.append(", images="); P.append(this.images); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java index 39f63d8ac7..e00d73948b 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java @@ -7,19 +7,19 @@ import d0.z.d.m; public final class ModelSpotifyArtist { /* renamed from: id reason: collision with root package name */ - private final String f2134id; + private final String f2135id; private final String name; public ModelSpotifyArtist(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2134id = str; + this.f2135id = str; this.name = str2; } public static /* synthetic */ ModelSpotifyArtist copy$default(ModelSpotifyArtist modelSpotifyArtist, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyArtist.f2134id; + str = modelSpotifyArtist.f2135id; } if ((i & 2) != 0) { str2 = modelSpotifyArtist.name; @@ -28,7 +28,7 @@ public final class ModelSpotifyArtist { } public final String component1() { - return this.f2134id; + return this.f2135id; } public final String component2() { @@ -49,11 +49,11 @@ public final class ModelSpotifyArtist { return false; } ModelSpotifyArtist modelSpotifyArtist = (ModelSpotifyArtist) obj; - return m.areEqual(this.f2134id, modelSpotifyArtist.f2134id) && m.areEqual(this.name, modelSpotifyArtist.name); + return m.areEqual(this.f2135id, modelSpotifyArtist.f2135id) && m.areEqual(this.name, modelSpotifyArtist.name); } public final String getId() { - return this.f2134id; + return this.f2135id; } public final String getName() { @@ -61,7 +61,7 @@ public final class ModelSpotifyArtist { } public int hashCode() { - String str = this.f2134id; + String str = this.f2135id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -73,7 +73,7 @@ public final class ModelSpotifyArtist { public String toString() { StringBuilder P = a.P("ModelSpotifyArtist(id="); - P.append(this.f2134id); + P.append(this.f2135id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java index e1f5871dd9..bbe5d98606 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java @@ -11,7 +11,7 @@ public final class ModelSpotifyTrack { private final long durationMs; /* renamed from: id reason: collision with root package name */ - private final String f2135id; + private final String f2136id; private final boolean isLocal; private final String name; @@ -19,7 +19,7 @@ public final class ModelSpotifyTrack { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "artists"); - this.f2135id = str; + this.f2136id = str; this.name = str2; this.durationMs = j; this.album = modelSpotifyAlbum; @@ -31,7 +31,7 @@ public final class ModelSpotifyTrack { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelSpotifyTrack copy$default(ModelSpotifyTrack modelSpotifyTrack, String str, String str2, long j, ModelSpotifyAlbum modelSpotifyAlbum, List list, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyTrack.f2135id; + str = modelSpotifyTrack.f2136id; } if ((i & 2) != 0) { str2 = modelSpotifyTrack.name; @@ -52,7 +52,7 @@ public final class ModelSpotifyTrack { } public final String component1() { - return this.f2135id; + return this.f2136id; } public final String component2() { @@ -90,7 +90,7 @@ public final class ModelSpotifyTrack { return false; } ModelSpotifyTrack modelSpotifyTrack = (ModelSpotifyTrack) obj; - return m.areEqual(this.f2135id, modelSpotifyTrack.f2135id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; + return m.areEqual(this.f2136id, modelSpotifyTrack.f2136id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; } public final ModelSpotifyAlbum getAlbum() { @@ -106,7 +106,7 @@ public final class ModelSpotifyTrack { } public final String getId() { - return this.f2135id; + return this.f2136id; } public final String getName() { @@ -114,7 +114,7 @@ public final class ModelSpotifyTrack { } public int hashCode() { - String str = this.f2135id; + String str = this.f2136id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -144,7 +144,7 @@ public final class ModelSpotifyTrack { public String toString() { StringBuilder P = a.P("ModelSpotifyTrack(id="); - P.append(this.f2135id); + P.append(this.f2136id); P.append(", name="); P.append(this.name); P.append(", durationMs="); diff --git a/app/src/main/java/com/discord/models/experiments/domain/ExperimentHash.java b/app/src/main/java/com/discord/models/experiments/domain/ExperimentHash.java index 4f8f3dd428..e6bb4cb1c4 100644 --- a/app/src/main/java/com/discord/models/experiments/domain/ExperimentHash.java +++ b/app/src/main/java/com/discord/models/experiments/domain/ExperimentHash.java @@ -13,7 +13,7 @@ public final class ExperimentHash { public final long from(CharSequence charSequence) { m.checkNotNullParameter(charSequence, ModelAuditLogEntry.CHANGE_KEY_NAME); - int H = a.H(charSequence, 0, charSequence.length(), 0); - return H < 0 ? ((long) H) + Permission.REQUEST_TO_SPEAK : (long) H; + int I = a.I(charSequence, 0, charSequence.length(), 0); + return I < 0 ? ((long) I) + Permission.REQUEST_TO_SPEAK : (long) I; } } diff --git a/app/src/main/java/com/discord/models/guild/Guild.java b/app/src/main/java/com/discord/models/guild/Guild.java index 50c0e05a8e..48e5ea5aac 100644 --- a/app/src/main/java/com/discord/models/guild/Guild.java +++ b/app/src/main/java/com/discord/models/guild/Guild.java @@ -35,7 +35,7 @@ public final class Guild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2136id; + private final long f2137id; private final String joinedAt; private final GuildMaxVideoChannelUsers maxVideoChannelUsers; private final int memberCount; @@ -121,7 +121,7 @@ public final class Guild { this.name = str; this.description = str2; this.defaultMessageNotifications = i; - this.f2136id = j; + this.f2137id = j; this.region = str3; this.ownerId = j2; this.icon = str4; @@ -157,7 +157,7 @@ public final class Guild { } public static /* synthetic */ Guild copy$default(Guild guild, List list, List list2, List list3, String str, String str2, int i, long j, String str3, long j2, String str4, GuildVerificationLevel guildVerificationLevel, GuildExplicitContentFilter guildExplicitContentFilter, boolean z2, int i2, int i3, Long l, Long l2, Set set, int i4, String str5, String str6, int i5, int i6, int i7, String str7, Long l3, Long l4, String str8, GuildWelcomeScreen guildWelcomeScreen, GuildMaxVideoChannelUsers guildMaxVideoChannelUsers, String str9, int i8, boolean z3, int i9, int i10, Object obj) { - return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2136id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); + return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2137id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); } public final boolean canHaveBanner() { @@ -293,7 +293,7 @@ public final class Guild { } public final long component7() { - return this.f2136id; + return this.f2137id; } public final String component8() { @@ -324,7 +324,7 @@ public final class Guild { return false; } Guild guild = (Guild) obj; - return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2136id == guild.f2136id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; + return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2137id == guild.f2137id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; } public final Long getAfkChannelId() { @@ -368,7 +368,7 @@ public final class Guild { } public final long getId() { - return this.f2136id; + return this.f2137id; } public final String getJoinedAt() { @@ -484,7 +484,7 @@ public final class Guild { String str = this.name; int hashCode4 = (hashCode3 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.description; - int a = (b.a(this.f2136id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; + int a = (b.a(this.f2137id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; String str3 = this.region; int a2 = (b.a(this.ownerId) + ((a + (str3 != null ? str3.hashCode() : 0)) * 31)) * 31; String str4 = this.icon; @@ -558,7 +558,7 @@ public final class Guild { } Integer h = guild.h(); int intValue = h != null ? h.intValue() : this.defaultMessageNotifications; - long p = guild.p() != 0 ? guild.p() : this.f2136id; + long p = guild.p() != 0 ? guild.p() : this.f2137id; String D = guild.D(); if (D == null) { D = this.region; @@ -635,7 +635,7 @@ public final class Guild { P.append(", defaultMessageNotifications="); P.append(this.defaultMessageNotifications); P.append(", id="); - P.append(this.f2136id); + P.append(this.f2137id); P.append(", region="); P.append(this.region); P.append(", ownerId="); diff --git a/app/src/main/java/com/discord/models/message/Message.java b/app/src/main/java/com/discord/models/message/Message.java index bde962ffc4..7dfdb03a37 100644 --- a/app/src/main/java/com/discord/models/message/Message.java +++ b/app/src/main/java/com/discord/models/message/Message.java @@ -50,7 +50,7 @@ public final class Message { private final Boolean hit; /* renamed from: id reason: collision with root package name */ - private final long f2137id; + private final long f2138id; private final Long initialAttemptTimestamp; private final Interaction interaction; private final Long lastManualAttemptTimestamp; @@ -85,7 +85,7 @@ public final class Message { /* JADX DEBUG: Multi-variable search result rejected for r34v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public Message(long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9) { - this.f2137id = j; + this.f2138id = j; this.channelId = j2; this.guildId = l; this.author = user; @@ -136,7 +136,7 @@ public final class Message { } public static /* synthetic */ Message copy$default(Message message, long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message2, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9, int i, int i2, Object obj) { - return message.copy((i & 1) != 0 ? message.f2137id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); + return message.copy((i & 1) != 0 ? message.f2138id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); } public final boolean canResend() { @@ -145,7 +145,7 @@ public final class Message { } public final long component1() { - return this.f2137id; + return this.f2138id; } public final List component10() { @@ -304,7 +304,7 @@ public final class Message { return false; } Message message = (Message) obj; - return this.f2137id == message.f2137id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); + return this.f2138id == message.f2138id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); } public final MessageActivity getActivity() { @@ -382,7 +382,7 @@ public final class Message { } public final long getId() { - return this.f2137id; + return this.f2138id; } public final Long getInitialAttemptTimestamp() { @@ -517,7 +517,7 @@ public final class Message { } public int hashCode() { - int a = (b.a(this.channelId) + (b.a(this.f2137id) * 31)) * 31; + int a = (b.a(this.channelId) + (b.a(this.f2138id) * 31)) * 31; Long l = this.guildId; int i = 0; int hashCode = (a + (l != null ? l.hashCode() : 0)) * 31; @@ -795,12 +795,12 @@ public final class Message { } public final com.discord.api.message.Message synthesizeApiMessage() { - return new com.discord.api.message.Message(this.f2137id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); + return new com.discord.api.message.Message(this.f2138id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); } public String toString() { StringBuilder P = a.P("Message(id="); - P.append(this.f2137id); + P.append(this.f2138id); P.append(", channelId="); P.append(this.channelId); P.append(", guildId="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java index 2c78e413c7..a0871c00d2 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java @@ -15,7 +15,7 @@ public final class ModelStickerPack { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2138id; + private final long f2139id; private final String name; private final long skuId; private final List stickers; @@ -24,7 +24,7 @@ public final class ModelStickerPack { public ModelStickerPack(long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2) { m.checkNotNullParameter(list, "stickers"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2138id = j; + this.f2139id = j; this.stickers = list; this.name = str; this.storeListing = modelStickerPackStoreListing; @@ -35,7 +35,7 @@ public final class ModelStickerPack { } public static /* synthetic */ ModelStickerPack copy$default(ModelStickerPack modelStickerPack, long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2, int i, Object obj) { - return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2138id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); + return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2139id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); } public final boolean canBePurchased() { @@ -44,7 +44,7 @@ public final class ModelStickerPack { } public final long component1() { - return this.f2138id; + return this.f2139id; } public final List component2() { @@ -89,7 +89,7 @@ public final class ModelStickerPack { return false; } ModelStickerPack modelStickerPack = (ModelStickerPack) obj; - return this.f2138id == modelStickerPack.f2138id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); + return this.f2139id == modelStickerPack.f2139id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); } public final Long getBannerAssetId() { @@ -132,7 +132,7 @@ public final class ModelStickerPack { } public final long getId() { - return this.f2138id; + return this.f2139id; } public final String getName() { @@ -152,7 +152,7 @@ public final class ModelStickerPack { } public int hashCode() { - long j = this.f2138id; + long j = this.f2139id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.stickers; int i2 = 0; @@ -203,7 +203,7 @@ public final class ModelStickerPack { public String toString() { StringBuilder P = a.P("ModelStickerPack(id="); - P.append(this.f2138id); + P.append(this.f2139id); P.append(", stickers="); P.append(this.stickers); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java index a6d74bf43e..3d1103e8c0 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java @@ -11,7 +11,7 @@ public final class ModelStickerPackStoreListing { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2139id; + private final long f2140id; private final ModelSku sku; private final ModelStoreAsset thumbnail; private final String unpublishedAt; @@ -20,7 +20,7 @@ public final class ModelStickerPackStoreListing { m.checkNotNullParameter(modelSku, "sku"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_DESCRIPTION); this.sku = modelSku; - this.f2139id = j; + this.f2140id = j; this.description = str; this.unpublishedAt = str2; this.thumbnail = modelStoreAsset; @@ -31,7 +31,7 @@ public final class ModelStickerPackStoreListing { modelSku = modelStickerPackStoreListing.sku; } if ((i & 2) != 0) { - j = modelStickerPackStoreListing.f2139id; + j = modelStickerPackStoreListing.f2140id; } if ((i & 4) != 0) { str = modelStickerPackStoreListing.description; @@ -50,7 +50,7 @@ public final class ModelStickerPackStoreListing { } public final long component2() { - return this.f2139id; + return this.f2140id; } public final String component3() { @@ -79,7 +79,7 @@ public final class ModelStickerPackStoreListing { return false; } ModelStickerPackStoreListing modelStickerPackStoreListing = (ModelStickerPackStoreListing) obj; - return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2139id == modelStickerPackStoreListing.f2139id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); + return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2140id == modelStickerPackStoreListing.f2140id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); } public final String getDescription() { @@ -87,7 +87,7 @@ public final class ModelStickerPackStoreListing { } public final long getId() { - return this.f2139id; + return this.f2140id; } public final ModelSku getSku() { @@ -110,7 +110,7 @@ public final class ModelStickerPackStoreListing { ModelSku modelSku = this.sku; int i = 0; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2139id; + long j = this.f2140id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; String str = this.description; int hashCode2 = (i2 + (str != null ? str.hashCode() : 0)) * 31; @@ -127,7 +127,7 @@ public final class ModelStickerPackStoreListing { StringBuilder P = a.P("ModelStickerPackStoreListing(sku="); P.append(this.sku); P.append(", id="); - P.append(this.f2139id); + P.append(this.f2140id); P.append(", description="); P.append(this.description); P.append(", unpublishedAt="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java index 646cb5b582..0025a3343a 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java @@ -9,14 +9,14 @@ public final class ModelStoreAsset implements Serializable { private final Integer height; /* renamed from: id reason: collision with root package name */ - private final long f2140id; + private final long f2141id; private final String mimeType; private final int size; private final Integer width; public ModelStoreAsset(long j, int i, String str, String str2, Integer num, Integer num2) { m.checkNotNullParameter(str, "mimeType"); - this.f2140id = j; + this.f2141id = j; this.size = i; this.mimeType = str; this.filename = str2; @@ -25,11 +25,11 @@ public final class ModelStoreAsset implements Serializable { } public static /* synthetic */ ModelStoreAsset copy$default(ModelStoreAsset modelStoreAsset, long j, int i, String str, String str2, Integer num, Integer num2, int i2, Object obj) { - return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2140id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); + return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2141id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); } public final long component1() { - return this.f2140id; + return this.f2141id; } public final int component2() { @@ -66,7 +66,7 @@ public final class ModelStoreAsset implements Serializable { return false; } ModelStoreAsset modelStoreAsset = (ModelStoreAsset) obj; - return this.f2140id == modelStoreAsset.f2140id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); + return this.f2141id == modelStoreAsset.f2141id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); } public final String getFilename() { @@ -78,7 +78,7 @@ public final class ModelStoreAsset implements Serializable { } public final long getId() { - return this.f2140id; + return this.f2141id; } public final String getMimeType() { @@ -95,7 +95,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public int hashCode() { - long j = this.f2140id; + long j = this.f2141id; int i = ((((int) (j ^ (j >>> 32))) * 31) + this.size) * 31; String str = this.mimeType; int i2 = 0; @@ -114,7 +114,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("ModelStoreAsset(id="); - P.append(this.f2140id); + P.append(this.f2141id); P.append(", size="); P.append(this.size); P.append(", mimeType="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java index 57f27e16bb..f0350e4598 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java @@ -8,11 +8,11 @@ public final class ModelStoreDirectoryLayout { private final List allSkus; /* renamed from: id reason: collision with root package name */ - private final long f2141id; + private final long f2142id; public ModelStoreDirectoryLayout(long j, List list) { m.checkNotNullParameter(list, "allSkus"); - this.f2141id = j; + this.f2142id = j; this.allSkus = list; } @@ -20,7 +20,7 @@ public final class ModelStoreDirectoryLayout { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelStoreDirectoryLayout copy$default(ModelStoreDirectoryLayout modelStoreDirectoryLayout, long j, List list, int i, Object obj) { if ((i & 1) != 0) { - j = modelStoreDirectoryLayout.f2141id; + j = modelStoreDirectoryLayout.f2142id; } if ((i & 2) != 0) { list = modelStoreDirectoryLayout.allSkus; @@ -29,7 +29,7 @@ public final class ModelStoreDirectoryLayout { } public final long component1() { - return this.f2141id; + return this.f2142id; } public final List component2() { @@ -49,7 +49,7 @@ public final class ModelStoreDirectoryLayout { return false; } ModelStoreDirectoryLayout modelStoreDirectoryLayout = (ModelStoreDirectoryLayout) obj; - return this.f2141id == modelStoreDirectoryLayout.f2141id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); + return this.f2142id == modelStoreDirectoryLayout.f2142id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); } public final List getAllSkus() { @@ -57,11 +57,11 @@ public final class ModelStoreDirectoryLayout { } public final long getId() { - return this.f2141id; + return this.f2142id; } public int hashCode() { - long j = this.f2141id; + long j = this.f2142id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.allSkus; return i + (list != null ? list.hashCode() : 0); @@ -69,7 +69,7 @@ public final class ModelStoreDirectoryLayout { public String toString() { StringBuilder P = a.P("ModelStoreDirectoryLayout(id="); - P.append(this.f2141id); + P.append(this.f2142id); P.append(", allSkus="); return a.J(P, this.allSkus, ")"); } diff --git a/app/src/main/java/com/discord/models/user/CoreUser.java b/app/src/main/java/com/discord/models/user/CoreUser.java index 4afaf2bd07..312886c389 100644 --- a/app/src/main/java/com/discord/models/user/CoreUser.java +++ b/app/src/main/java/com/discord/models/user/CoreUser.java @@ -20,7 +20,7 @@ public final class CoreUser implements User { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2142id; + private final long f2143id; private final boolean isBot; private final boolean isSystemUser; private final PremiumTier premiumTier; @@ -116,7 +116,7 @@ public final class CoreUser implements User { public CoreUser(long j, String str, String str2, String str3, boolean z2, boolean z3, int i, PremiumTier premiumTier, int i2, int i3, String str4, String str5) { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); - this.f2142id = j; + this.f2143id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -264,7 +264,7 @@ public final class CoreUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2142id; + return this.f2143id; } @Override // com.discord.models.user.User diff --git a/app/src/main/java/com/discord/models/user/MeUser.java b/app/src/main/java/com/discord/models/user/MeUser.java index b01744eec3..14634169c7 100644 --- a/app/src/main/java/com/discord/models/user/MeUser.java +++ b/app/src/main/java/com/discord/models/user/MeUser.java @@ -25,7 +25,7 @@ public final class MeUser implements User { private final boolean hasBirthday; /* renamed from: id reason: collision with root package name */ - private final long f2143id; + private final long f2144id; private final boolean isBot; private final boolean isSystemUser; private final boolean isVerified; @@ -176,7 +176,7 @@ public final class MeUser implements User { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); m.checkNotNullParameter(nsfwAllowance, "nsfwAllowance"); - this.f2143id = j; + this.f2144id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -383,7 +383,7 @@ public final class MeUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2143id; + return this.f2144id; } public final boolean getMfaEnabled() { diff --git a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java index e475c1913f..eda8a8fdfa 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java @@ -38,15 +38,15 @@ public final class NullSerializableTypeAdapter extends TypeAdapter"); i.write(jsonWriter, a); } else if (nullSerializable instanceof NullSerializable.a) { - boolean z2 = jsonWriter.f2454s; - jsonWriter.f2454s = true; + boolean z2 = jsonWriter.f2455s; + jsonWriter.f2455s = true; jsonWriter.s(); - jsonWriter.f2454s = z2; + jsonWriter.f2455s = z2; } else if (nullSerializable == null) { - boolean z3 = jsonWriter.f2454s; - jsonWriter.f2454s = false; + boolean z3 = jsonWriter.f2455s; + jsonWriter.f2455s = false; jsonWriter.s(); - jsonWriter.f2454s = z3; + jsonWriter.f2455s = z3; } } } diff --git a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java index 50ebf8470f..8cb0443e2a 100644 --- a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java +++ b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java @@ -41,7 +41,7 @@ public class OverlayBubbleWrap extends FrameLayout { public int r; /* renamed from: s reason: collision with root package name */ - public final SpringAnimation f2144s; + public final SpringAnimation f2145s; public final SpringAnimation t; public Point u; public Point v; @@ -117,7 +117,7 @@ public class OverlayBubbleWrap extends FrameLayout { SpringForce spring2 = springAnimation.getSpring(); m.checkNotNullExpressionValue(spring2, "spring"); spring2.setDampingRatio(0.75f); - this.f2144s = springAnimation; + this.f2145s = springAnimation; SpringAnimation springAnimation2 = new SpringAnimation(this, DynamicAnimation.Y, 0.0f); springAnimation2.setStartVelocity(50.0f); SpringForce spring3 = springAnimation2.getSpring(); @@ -142,7 +142,7 @@ public class OverlayBubbleWrap extends FrameLayout { } m.checkNotNullParameter(rect2, "screenBounds"); int min = Math.min(Math.max(rect2.left, i2), rect2.right - overlayBubbleWrap.getWidth()); - SpringAnimation springAnimation = overlayBubbleWrap.f2144s; + SpringAnimation springAnimation = overlayBubbleWrap.f2145s; m.checkNotNullParameter(springAnimation, "$this$animateTo"); springAnimation.cancel(); springAnimation.setStartValue((float) overlayBubbleWrap.k.x); @@ -169,7 +169,7 @@ public class OverlayBubbleWrap extends FrameLayout { P.append(this.u); Log.d(simpleName, P.toString()); this.v = null; - this.f2144s.cancel(); + this.f2145s.cancel(); this.t.cancel(); if (z2) { Point point = this.u; @@ -292,7 +292,7 @@ public class OverlayBubbleWrap extends FrameLayout { } public final SpringAnimation getSpringAnimationX() { - return this.f2144s; + return this.f2145s; } public final SpringAnimation getSpringAnimationY() { diff --git a/app/src/main/java/com/discord/player/AppMediaPlayer.java b/app/src/main/java/com/discord/player/AppMediaPlayer.java index 269e5c5d3c..0e6e1a0073 100644 --- a/app/src/main/java/com/discord/player/AppMediaPlayer.java +++ b/app/src/main/java/com/discord/player/AppMediaPlayer.java @@ -61,7 +61,7 @@ public final class AppMediaPlayer { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final CompositeSubscription f2145c; + public final CompositeSubscription f2146c; public final BehaviorSubject d; public MediaSource e; public final p1 f; @@ -165,7 +165,7 @@ public final class AppMediaPlayer { m.checkNotNullExpressionValue(j02, "PublishSubject.create()"); this.a = j02; CompositeSubscription compositeSubscription = new CompositeSubscription(); - this.f2145c = compositeSubscription; + this.f2146c = compositeSubscription; BehaviorSubject k0 = BehaviorSubject.k0(Float.valueOf(p1Var.B)); m.checkNotNullExpressionValue(k0, "BehaviorSubject.create(exoPlayer.volume)"); this.d = k0; @@ -287,7 +287,7 @@ public final class AppMediaPlayer { if (subscription != null) { subscription.unsubscribe(); } - this.f2145c.unsubscribe(); + this.f2146c.unsubscribe(); p1 p1Var = this.f; p1Var.Z(); if (f0.a < 21 && (audioTrack = p1Var.r) != null) { diff --git a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java index 415f1ff63b..9b26dcb1a6 100644 --- a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java +++ b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java @@ -19,7 +19,7 @@ public final class BreadcrumbInterceptor implements Interceptor { public Response intercept(Interceptor.Chain chain) { m.checkNotNullParameter(chain, "chain"); Request c2 = chain.c(); - String str = c2.f2949c; + String str = c2.f2950c; w wVar = c2.b; Logger logger = this.logger; logger.recordBreadcrumb("HTTP[" + str + "] - " + wVar, "http"); diff --git a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java index c6b2c8993d..a7331a295f 100644 --- a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java +++ b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java @@ -47,7 +47,7 @@ public final class RequiredHeadersInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2949c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java index 0ee1e8e32a..f0457ed7a9 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java +++ b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java @@ -184,7 +184,7 @@ public final class RestAPIBuilder { if (list != null) { for (Interceptor interceptor : list) { m.checkParameterIsNotNull(interceptor, "interceptor"); - aVar.f2860c.add(interceptor); + aVar.f2861c.add(interceptor); } } if (l != null) { @@ -193,10 +193,10 @@ public final class RestAPIBuilder { aVar.a(longValue, timeUnit); long longValue2 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2864z = f0.e0.c.b("timeout", longValue2, timeUnit); + aVar.f2865z = f0.e0.c.b("timeout", longValue2, timeUnit); long longValue3 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2862x = f0.e0.c.b("timeout", longValue3, timeUnit); + aVar.f2863x = f0.e0.c.b("timeout", longValue3, timeUnit); } p pVar = this.cookieJar; m.checkParameterIsNotNull(pVar, "cookieJar"); diff --git a/app/src/main/java/com/discord/restapi/RestAPIParams.java b/app/src/main/java/com/discord/restapi/RestAPIParams.java index 3299fcfd18..3b81ad3ba4 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIParams.java +++ b/app/src/main/java/com/discord/restapi/RestAPIParams.java @@ -1,5 +1,6 @@ package com.discord.restapi; +import androidx.core.app.FrameMetricsAggregator; import androidx.core.app.NotificationCompat; import androidx.core.view.PointerIconCompat; import androidx.media.AudioAttributesCompat; @@ -391,7 +392,7 @@ public final class RestAPIParams { private final Long deny; /* renamed from: id reason: collision with root package name */ - private final String f2146id; + private final String f2147id; private final Integer type; /* compiled from: RestAPIParams.kt */ @@ -439,7 +440,7 @@ public final class RestAPIParams { private ChannelPermissionOverwrites(Integer num, String str, Long l, Long l2) { this.type = num; - this.f2146id = str; + this.f2147id = str; this.allow = l; this.deny = l2; } @@ -463,7 +464,7 @@ public final class RestAPIParams { public static final long PARENT_ID_NONE = -1; /* renamed from: id reason: collision with root package name */ - private final long f2147id; + private final long f2148id; private final Long parentId; private final int position; @@ -500,13 +501,13 @@ public final class RestAPIParams { } public ChannelPosition(long j, int i, Long l) { - this.f2147id = j; + this.f2148id = j; this.position = i; this.parentId = l; } public final long getId() { - return this.f2147id; + return this.f2148id; } public final Long getParentId() { @@ -960,7 +961,7 @@ public final class RestAPIParams { private final boolean friend_sync; /* renamed from: id reason: collision with root package name */ - private final String f2148id; + private final String f2149id; private final String name; private final boolean revoked; private final boolean show_activity; @@ -993,7 +994,7 @@ public final class RestAPIParams { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str3, "type"); this.friend_sync = z2; - this.f2148id = str; + this.f2149id = str; this.name = str2; this.revoked = z3; this.show_activity = z4; @@ -1220,7 +1221,7 @@ public final class RestAPIParams { public static final class CreateGuildChannel { /* renamed from: id reason: collision with root package name */ - private final Long f2149id; + private final Long f2150id; private final String name; private final Long parentId; private final List permissionOverwrites; @@ -1229,7 +1230,7 @@ public final class RestAPIParams { public CreateGuildChannel(int i, Long l, String str, Long l2, List list, String str2) { this.type = i; - this.f2149id = l; + this.f2150id = l; this.name = str; this.parentId = l2; this.permissionOverwrites = list; @@ -1737,12 +1738,12 @@ public final class RestAPIParams { public static final class EnableIntegration { /* renamed from: id reason: collision with root package name */ - private final String f2150id; + private final String f2151id; private final String type; public EnableIntegration(String str, String str2) { this.type = str; - this.f2150id = str2; + this.f2151id = str2; } } @@ -2741,7 +2742,7 @@ public final class RestAPIParams { private Boolean hoist; /* renamed from: id reason: collision with root package name */ - private long f2151id; + private long f2152id; private Boolean mentionable; private String name; private Long permissions; @@ -2777,7 +2778,7 @@ public final class RestAPIParams { this.color = num; this.position = num2; this.permissions = l; - this.f2151id = j; + this.f2152id = j; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -2802,7 +2803,7 @@ public final class RestAPIParams { } public final long getId() { - return this.f2151id; + return this.f2152id; } public final Boolean getMentionable() { @@ -2830,7 +2831,7 @@ public final class RestAPIParams { } public final void setId(long j) { - this.f2151id = j; + this.f2152id = j; } public final void setMentionable(Boolean bool) { @@ -3537,6 +3538,7 @@ public final class RestAPIParams { private final Long channelId; private final String description; private final GuildScheduledEventEntityMetadata entityMetadata; + private final GuildScheduledEventEntityType entityType; private final String name; private final StageInstancePrivacyLevel privacyLevel; private final String scheduledEndTime; @@ -3544,27 +3546,28 @@ public final class RestAPIParams { private final GuildScheduledEventStatus status; public UpdateGuildScheduledEventBody() { - this(null, null, null, null, null, null, null, null, 255, null); + this(null, null, null, null, null, null, null, null, null, FrameMetricsAggregator.EVERY_DURATION, null); } - public UpdateGuildScheduledEventBody(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus) { + public UpdateGuildScheduledEventBody(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus) { this.name = str; this.description = str2; this.privacyLevel = stageInstancePrivacyLevel; this.scheduledStartTime = str3; this.scheduledEndTime = str4; this.channelId = l; + this.entityType = guildScheduledEventEntityType; this.entityMetadata = guildScheduledEventEntityMetadata; this.status = guildScheduledEventStatus; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ UpdateGuildScheduledEventBody(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus, int i, DefaultConstructorMarker defaultConstructorMarker) { - this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : stageInstancePrivacyLevel, (i & 8) != 0 ? null : str3, (i & 16) != 0 ? null : str4, (i & 32) != 0 ? null : l, (i & 64) != 0 ? null : guildScheduledEventEntityMetadata, (i & 128) == 0 ? guildScheduledEventStatus : null); + public /* synthetic */ UpdateGuildScheduledEventBody(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : stageInstancePrivacyLevel, (i & 8) != 0 ? null : str3, (i & 16) != 0 ? null : str4, (i & 32) != 0 ? null : l, (i & 64) != 0 ? null : guildScheduledEventEntityType, (i & 128) != 0 ? null : guildScheduledEventEntityMetadata, (i & 256) == 0 ? guildScheduledEventStatus : null); } - public static /* synthetic */ UpdateGuildScheduledEventBody copy$default(UpdateGuildScheduledEventBody updateGuildScheduledEventBody, String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus, int i, Object obj) { - return updateGuildScheduledEventBody.copy((i & 1) != 0 ? updateGuildScheduledEventBody.name : str, (i & 2) != 0 ? updateGuildScheduledEventBody.description : str2, (i & 4) != 0 ? updateGuildScheduledEventBody.privacyLevel : stageInstancePrivacyLevel, (i & 8) != 0 ? updateGuildScheduledEventBody.scheduledStartTime : str3, (i & 16) != 0 ? updateGuildScheduledEventBody.scheduledEndTime : str4, (i & 32) != 0 ? updateGuildScheduledEventBody.channelId : l, (i & 64) != 0 ? updateGuildScheduledEventBody.entityMetadata : guildScheduledEventEntityMetadata, (i & 128) != 0 ? updateGuildScheduledEventBody.status : guildScheduledEventStatus); + public static /* synthetic */ UpdateGuildScheduledEventBody copy$default(UpdateGuildScheduledEventBody updateGuildScheduledEventBody, String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus, int i, Object obj) { + return updateGuildScheduledEventBody.copy((i & 1) != 0 ? updateGuildScheduledEventBody.name : str, (i & 2) != 0 ? updateGuildScheduledEventBody.description : str2, (i & 4) != 0 ? updateGuildScheduledEventBody.privacyLevel : stageInstancePrivacyLevel, (i & 8) != 0 ? updateGuildScheduledEventBody.scheduledStartTime : str3, (i & 16) != 0 ? updateGuildScheduledEventBody.scheduledEndTime : str4, (i & 32) != 0 ? updateGuildScheduledEventBody.channelId : l, (i & 64) != 0 ? updateGuildScheduledEventBody.entityType : guildScheduledEventEntityType, (i & 128) != 0 ? updateGuildScheduledEventBody.entityMetadata : guildScheduledEventEntityMetadata, (i & 256) != 0 ? updateGuildScheduledEventBody.status : guildScheduledEventStatus); } public final String component1() { @@ -3591,16 +3594,20 @@ public final class RestAPIParams { return this.channelId; } - public final GuildScheduledEventEntityMetadata component7() { + public final GuildScheduledEventEntityType component7() { + return this.entityType; + } + + public final GuildScheduledEventEntityMetadata component8() { return this.entityMetadata; } - public final GuildScheduledEventStatus component8() { + public final GuildScheduledEventStatus component9() { return this.status; } - public final UpdateGuildScheduledEventBody copy(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus) { - return new UpdateGuildScheduledEventBody(str, str2, stageInstancePrivacyLevel, str3, str4, l, guildScheduledEventEntityMetadata, guildScheduledEventStatus); + public final UpdateGuildScheduledEventBody copy(String str, String str2, StageInstancePrivacyLevel stageInstancePrivacyLevel, String str3, String str4, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata, GuildScheduledEventStatus guildScheduledEventStatus) { + return new UpdateGuildScheduledEventBody(str, str2, stageInstancePrivacyLevel, str3, str4, l, guildScheduledEventEntityType, guildScheduledEventEntityMetadata, guildScheduledEventStatus); } public boolean equals(Object obj) { @@ -3611,7 +3618,7 @@ public final class RestAPIParams { return false; } UpdateGuildScheduledEventBody updateGuildScheduledEventBody = (UpdateGuildScheduledEventBody) obj; - return m.areEqual(this.name, updateGuildScheduledEventBody.name) && m.areEqual(this.description, updateGuildScheduledEventBody.description) && m.areEqual(this.privacyLevel, updateGuildScheduledEventBody.privacyLevel) && m.areEqual(this.scheduledStartTime, updateGuildScheduledEventBody.scheduledStartTime) && m.areEqual(this.scheduledEndTime, updateGuildScheduledEventBody.scheduledEndTime) && m.areEqual(this.channelId, updateGuildScheduledEventBody.channelId) && m.areEqual(this.entityMetadata, updateGuildScheduledEventBody.entityMetadata) && m.areEqual(this.status, updateGuildScheduledEventBody.status); + return m.areEqual(this.name, updateGuildScheduledEventBody.name) && m.areEqual(this.description, updateGuildScheduledEventBody.description) && m.areEqual(this.privacyLevel, updateGuildScheduledEventBody.privacyLevel) && m.areEqual(this.scheduledStartTime, updateGuildScheduledEventBody.scheduledStartTime) && m.areEqual(this.scheduledEndTime, updateGuildScheduledEventBody.scheduledEndTime) && m.areEqual(this.channelId, updateGuildScheduledEventBody.channelId) && m.areEqual(this.entityType, updateGuildScheduledEventBody.entityType) && m.areEqual(this.entityMetadata, updateGuildScheduledEventBody.entityMetadata) && m.areEqual(this.status, updateGuildScheduledEventBody.status); } public final Long getChannelId() { @@ -3626,6 +3633,10 @@ public final class RestAPIParams { return this.entityMetadata; } + public final GuildScheduledEventEntityType getEntityType() { + return this.entityType; + } + public final String getName() { return this.name; } @@ -3660,13 +3671,15 @@ public final class RestAPIParams { int hashCode5 = (hashCode4 + (str4 != null ? str4.hashCode() : 0)) * 31; Long l = this.channelId; int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31; + GuildScheduledEventEntityType guildScheduledEventEntityType = this.entityType; + int hashCode7 = (hashCode6 + (guildScheduledEventEntityType != null ? guildScheduledEventEntityType.hashCode() : 0)) * 31; GuildScheduledEventEntityMetadata guildScheduledEventEntityMetadata = this.entityMetadata; - int hashCode7 = (hashCode6 + (guildScheduledEventEntityMetadata != null ? guildScheduledEventEntityMetadata.hashCode() : 0)) * 31; + int hashCode8 = (hashCode7 + (guildScheduledEventEntityMetadata != null ? guildScheduledEventEntityMetadata.hashCode() : 0)) * 31; GuildScheduledEventStatus guildScheduledEventStatus = this.status; if (guildScheduledEventStatus != null) { i = guildScheduledEventStatus.hashCode(); } - return hashCode7 + i; + return hashCode8 + i; } public String toString() { @@ -3682,6 +3695,8 @@ public final class RestAPIParams { P.append(this.scheduledEndTime); P.append(", channelId="); P.append(this.channelId); + P.append(", entityType="); + P.append(this.entityType); P.append(", entityMetadata="); P.append(this.entityMetadata); P.append(", status="); diff --git a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java index 94cf676ee6..0bf5c6208c 100644 --- a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java +++ b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java @@ -32,7 +32,7 @@ public final class SpotifyTokenInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2949c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java index a39eae16a1..4600b02a8b 100644 --- a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java +++ b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java @@ -33,7 +33,7 @@ public final class RetryWithDelay$restRetry$1 extends o implements Function1 response2 = httpException.i; - if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2949c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { + if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2950c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { return false; } } else if (th instanceof TimeoutException) { diff --git a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java index 1b8c4ce7d1..ec64785f52 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java +++ b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java @@ -67,20 +67,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable public int r; /* renamed from: s reason: collision with root package name */ - public Integer[] f2152s; + public Integer[] f2153s; public final HashMap t; public volatile HashMap u; public PlaybackMode v; public int w; /* renamed from: x reason: collision with root package name */ - public long f2153x; + public long f2154x; /* renamed from: y reason: collision with root package name */ - public volatile boolean f2154y; + public volatile boolean f2155y; /* renamed from: z reason: collision with root package name */ - public Runnable f2155z; + public Runnable f2156z; /* compiled from: RLottieDrawable.kt */ public static final class Companion { @@ -146,12 +146,12 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable } catch (Exception unused) { } RLottieDrawable rLottieDrawable2 = (RLottieDrawable) this.j; - Integer[] numArr = rLottieDrawable2.f2152s; + Integer[] numArr = rLottieDrawable2.f2153s; if (numArr != null) { RLottieDrawable.n.replaceColors(rLottieDrawable2.P, k.toIntArray(numArr)); } RLottieDrawable rLottieDrawable3 = (RLottieDrawable) this.j; - rLottieDrawable3.f2152s = null; + rLottieDrawable3.f2153s = null; try { Companion companion = RLottieDrawable.n; long j = rLottieDrawable3.P; @@ -185,20 +185,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable PlaybackMode playbackMode = rLottieDrawable8.v; if (playbackMode == PlaybackMode.LOOP) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2154y = false; + rLottieDrawable8.f2155y = false; } else if (playbackMode == PlaybackMode.ONCE) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2154y = true; + rLottieDrawable8.f2155y = true; ((RLottieDrawable) this.j).w++; } else { - rLottieDrawable8.f2154y = true; + rLottieDrawable8.f2155y = true; } } else if (rLottieDrawable8.v == PlaybackMode.FREEZE) { - rLottieDrawable8.f2154y = true; + rLottieDrawable8.f2155y = true; ((RLottieDrawable) this.j).w++; } else { rLottieDrawable8.H = i5; - rLottieDrawable8.f2154y = false; + rLottieDrawable8.f2155y = false; } } catch (Exception e) { Log.e("RLottieDrawable", "Error loading frame", e); @@ -214,7 +214,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable return; case 2: RLottieDrawable rLottieDrawable10 = (RLottieDrawable) this.j; - rLottieDrawable10.f2155z = null; + rLottieDrawable10.f2156z = null; RLottieDrawable.a(rLottieDrawable10); return; case 3: @@ -223,14 +223,14 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (!(((RLottieDrawable) this.j).P == 0 || (threadPoolExecutor = RLottieDrawable.m) == null)) { RLottieDrawable rLottieDrawable11 = (RLottieDrawable) this.j; Runnable runnable = rLottieDrawable11.U; - rLottieDrawable11.f2155z = runnable; + rLottieDrawable11.f2156z = runnable; threadPoolExecutor.execute(runnable); } RLottieDrawable.a((RLottieDrawable) this.j); return; case 4: RLottieDrawable rLottieDrawable12 = (RLottieDrawable) this.j; - if (rLottieDrawable12.f2155z != null) { + if (rLottieDrawable12.f2156z != null) { Companion companion2 = RLottieDrawable.n; long j2 = rLottieDrawable12.P; RLottieDrawable rLottieDrawable13 = (RLottieDrawable) this.j; @@ -435,7 +435,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable m.checkNotNullParameter(canvas, "canvas"); if (this.P != 0) { long elapsedRealtime = SystemClock.elapsedRealtime(); - long abs = Math.abs(elapsedRealtime - this.f2153x); + long abs = Math.abs(elapsedRealtime - this.f2154x); float f = (float) 60; int i2 = this.J <= f ? this.r - 6 : this.r; if (this.O) { @@ -459,7 +459,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (z2) { this.D = this.B; this.B = this.C; - if (this.f2154y) { + if (this.f2155y) { this.O = false; } this.A = null; @@ -468,7 +468,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2153x = elapsedRealtime; + this.f2154x = elapsedRealtime; d(); } } @@ -481,7 +481,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2153x = elapsedRealtime; + this.f2154x = elapsedRealtime; if (this.G) { this.F = false; this.G = false; diff --git a/app/src/main/java/com/discord/rlottie/RLottieImageView.java b/app/src/main/java/com/discord/rlottie/RLottieImageView.java index edc0a8de8b..102dbe6505 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieImageView.java +++ b/app/src/main/java/com/discord/rlottie/RLottieImageView.java @@ -65,7 +65,7 @@ public final class RLottieImageView extends AppCompatImageView { f = 1.0f; } rLottieDrawable.H = (int) (((float) rLottieDrawable.q[0]) * f); - rLottieDrawable.f2154y = false; + rLottieDrawable.f2155y = false; rLottieDrawable.F = false; if (!rLottieDrawable.d()) { rLottieDrawable.G = true; diff --git a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java index dafe92d6d2..75bb2ce996 100644 --- a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java +++ b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java @@ -10,7 +10,7 @@ public final class KrispOveruseDetector { public OutboundRtpAudio b; /* renamed from: c reason: collision with root package name */ - public int f2156c; + public int f2157c; public final MediaEngineConnection d; /* compiled from: KrispOveruseDetector.kt */ diff --git a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java index 41ebde325a..9cc7300987 100644 --- a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java +++ b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java @@ -32,7 +32,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final Map> b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Set f2157c; + public final Set f2158c; public MediaEngineConnection d; public Long e; public final BehaviorSubject> f; @@ -77,13 +77,13 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final long b; /* renamed from: c reason: collision with root package name */ - public final VideoMetadata f2158c; + public final VideoMetadata f2159c; public b(EncodeQuality encodeQuality, long j, VideoMetadata videoMetadata) { m.checkNotNullParameter(encodeQuality, "encodeQuality"); this.a = encodeQuality; this.b = j; - this.f2158c = videoMetadata; + this.f2159c = videoMetadata; } public boolean equals(Object obj) { @@ -94,14 +94,14 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2158c, bVar.f2158c); + return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2159c, bVar.f2159c); } public int hashCode() { EncodeQuality encodeQuality = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((encodeQuality != null ? encodeQuality.hashCode() : 0) * 31)) * 31; - VideoMetadata videoMetadata = this.f2158c; + VideoMetadata videoMetadata = this.f2159c; if (videoMetadata != null) { i = videoMetadata.hashCode(); } @@ -114,7 +114,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { P.append(", ssrc="); P.append(this.b); P.append(", metadata="); - P.append(this.f2158c); + P.append(this.f2159c); P.append(")"); return P.toString(); } @@ -159,7 +159,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { this.k = logger; this.l = aVar; new LinkedHashMap(); - this.f2157c = new LinkedHashSet(); + this.f2158c = new LinkedHashSet(); this.f = BehaviorSubject.k0(g0.mapOf(d0.o.to("any", EncodeQuality.Hundred))); this.g = h0.emptyMap(); } @@ -204,7 +204,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { e eVar = this.j; int i2 = 1; if (mediaEngineConnection != null) { - Set set = this.f2157c; + Set set = this.f2158c; if (!(set instanceof Collection) || !set.isEmpty()) { i = 0; for (Number number : set) { @@ -291,7 +291,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (l4 != null) { it2 = it; j = longValue; - this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2158c); + this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2159c); } else { it2 = it; j = longValue; diff --git a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java index c622b75315..755e91122d 100644 --- a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java @@ -80,13 +80,13 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String Z; /* renamed from: a0 reason: collision with root package name */ - public final boolean f2159a0; + public final boolean f2160a0; /* renamed from: b0 reason: collision with root package name */ - public final String f2160b0; + public final String f2161b0; /* renamed from: c0 reason: collision with root package name */ - public final String f2161c0; + public final String f2162c0; public final String k; public final String l; public final List m; @@ -97,20 +97,20 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public StateChange r; /* renamed from: s reason: collision with root package name */ - public BehaviorSubject f2162s; + public BehaviorSubject f2163s; public boolean t; public List u; public c.a.q.n0.a v; public MediaEngineConnection w; /* renamed from: x reason: collision with root package name */ - public String f2163x; + public String f2164x; /* renamed from: y reason: collision with root package name */ - public Integer f2164y; + public Integer f2165y; /* renamed from: z reason: collision with root package name */ - public int f2165z; + public int f2166z; /* compiled from: RtcConnection.kt */ public enum AnalyticsEvent { @@ -127,7 +127,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String b; /* renamed from: c reason: collision with root package name */ - public final Long f2166c; + public final Long f2167c; public final Long d; public final String e; @@ -135,7 +135,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNullParameter(str, "rtcConnectionId"); this.a = str; this.b = str2; - this.f2166c = l; + this.f2167c = l; this.d = l2; this.e = str3; } @@ -148,7 +148,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage return false; } Metadata metadata = (Metadata) obj; - return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2166c, metadata.f2166c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); + return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2167c, metadata.f2167c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); } public int hashCode() { @@ -157,7 +157,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.b; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; - Long l = this.f2166c; + Long l = this.f2167c; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; Long l2 = this.d; int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; @@ -174,7 +174,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage P.append(", mediaSessionId="); P.append(this.b); P.append(", channelId="); - P.append(this.f2166c); + P.append(this.f2167c); P.append(", guildId="); P.append(this.d); P.append(", streamKey="); @@ -528,9 +528,9 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.X = linkedHashMap; this.Y = linkedHashMap2; this.Z = str6; - this.f2159a0 = z4; - this.f2160b0 = str4; - this.f2161c0 = str7; + this.f2160a0 = z4; + this.f2161b0 = str4; + this.f2162c0 = str7; StringBuilder U = c.d.b.a.a.U(str4, "->RtcConnection "); int i3 = i + 1; i = i3; @@ -544,7 +544,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.p = new Backoff(1000, 10000, 0, false, null, 28, null); StateChange stateChange = new StateChange(new State.d(false), null); this.r = stateChange; - this.f2162s = BehaviorSubject.k0(stateChange); + this.f2163s = BehaviorSubject.k0(stateChange); this.u = new ArrayList(); c.a.q.o0.e eVar = new c.a.q.o0.e(logger, clock); eVar.f.add(new x(this)); @@ -561,7 +561,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNull(mediaSinkWantsManager); Observable> r = mediaSinkWantsManager.f.r(); m.checkNotNullExpressionValue(r, "mediaSinkWantsSubject.distinctUntilChanged()"); - subscription = Observable.j(r, this.f2162s, z.i).U(new g0(new a0(this))); + subscription = Observable.j(r, this.f2163s, z.i).U(new g0(new a0(this))); } this.H = subscription; r("Created RtcConnection. GuildID: " + l + " ChannelID: " + j2); @@ -620,11 +620,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Map b(Map map) { - String str = this.f2163x; + String str = this.f2164x; if (str != null) { map.put("hostname", str); } - Integer num = this.f2164y; + Integer num = this.f2165y; if (num != null) { map.put("port", Integer.valueOf(num.intValue())); } @@ -657,15 +657,15 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage debugPrintBuilder.appendKeyValue(ModelAuditLogEntry.CHANGE_KEY_ID, this.l); debugPrintBuilder.appendKeyValue("mediaSessionId", this.J); debugPrintBuilder.appendKeyValue("parentMediaSessionId", this.Z); - debugPrintBuilder.appendKeyValue("hostname", this.f2163x); + debugPrintBuilder.appendKeyValue("hostname", this.f2164x); debugPrintBuilder.appendKeyValue("channelId", Long.valueOf(this.O)); debugPrintBuilder.appendKeyValue("guildId", this.N); - debugPrintBuilder.appendKeyValue("streamKey", this.f2161c0); + debugPrintBuilder.appendKeyValue("streamKey", this.f2162c0); debugPrintBuilder.appendKeyValue("isVideoEnabled", Boolean.valueOf(this.Q)); debugPrintBuilder.appendKeyValue("rtcServerId", this.R); debugPrintBuilder.appendKeyValue("userId", Long.valueOf(this.S)); debugPrintBuilder.appendKeyValue("rtcConnectionType", this.W); - debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2159a0)); + debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2160a0)); debugPrintBuilder.appendKeyValue("socket", (DebugPrintable) this.v); debugPrintBuilder.appendKeyValue("sentVideo", Boolean.valueOf(this.o)); } @@ -742,7 +742,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Metadata i() { - return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2161c0); + return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2162c0); } public final void k(long j2, Map map) { @@ -775,7 +775,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage String str2; Stats stats; VoiceQuality voiceQuality; - Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2165z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); + Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2166z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); b(mutableMapOf); mutableMapOf.put("reconnect", Boolean.valueOf(z2)); if (str != null) { @@ -821,7 +821,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } MediaEngineConnection.TransportInfo transportInfo = this.q; if (transportInfo != null) { - protocol = transportInfo.f2179c; + protocol = transportInfo.f2180c; } if (protocol != null) { int ordinal = protocol.ordinal(); diff --git a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java index 0707b54d9e..997c5f17e9 100644 --- a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java +++ b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java @@ -10,7 +10,7 @@ public final class VideoMetadata { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2167c; + public final int f2168c; public final Integer d; public final Payloads.ResolutionType e; @@ -18,7 +18,7 @@ public final class VideoMetadata { m.checkNotNullParameter(resolutionType, "type"); this.a = j; this.b = i; - this.f2167c = i2; + this.f2168c = i2; this.d = num; this.e = resolutionType; } @@ -31,11 +31,11 @@ public final class VideoMetadata { return false; } VideoMetadata videoMetadata = (VideoMetadata) obj; - return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2167c == videoMetadata.f2167c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); + return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2168c == videoMetadata.f2168c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); } public int hashCode() { - int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2167c) * 31; + int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2168c) * 31; Integer num = this.d; int i = 0; int hashCode = (a + (num != null ? num.hashCode() : 0)) * 31; @@ -52,7 +52,7 @@ public final class VideoMetadata { P.append(", maxWidth="); P.append(this.b); P.append(", maxHeight="); - P.append(this.f2167c); + P.append(this.f2168c); P.append(", maxFrameRate="); P.append(this.d); P.append(", type="); diff --git a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java index 9c92ad3f97..98520a4160 100644 --- a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java +++ b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java @@ -51,7 +51,7 @@ public final class DiscordAudioManager { public static final AudioDevice b = new AudioDevice(null, false, null, null, 15); /* renamed from: c reason: collision with root package name */ - public static final List f2168c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); + public static final List f2169c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); public static final DiscordAudioManager d = null; public boolean A; public boolean B; @@ -74,20 +74,20 @@ public final class DiscordAudioManager { public List r; /* renamed from: s reason: collision with root package name */ - public final SerializedSubject, List> f2169s; + public final SerializedSubject, List> f2170s; public DeviceTypes t; public final SerializedSubject u; public ContentObserver v; public int w; /* renamed from: x reason: collision with root package name */ - public final int f2170x; + public final int f2171x; /* renamed from: y reason: collision with root package name */ - public final SerializedSubject f2171y; + public final SerializedSubject f2172y; /* renamed from: z reason: collision with root package name */ - public DeviceTypes f2172z; + public DeviceTypes f2173z; /* compiled from: DiscordAudioManager.kt */ public static final class AudioDevice { @@ -95,7 +95,7 @@ public final class DiscordAudioManager { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f2173c; + public final String f2174c; public final String d; public AudioDevice() { @@ -106,7 +106,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2173c = str; + this.f2174c = str; this.d = str2; } @@ -118,7 +118,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2173c = null; + this.f2174c = null; this.d = null; } @@ -128,7 +128,7 @@ public final class DiscordAudioManager { z2 = audioDevice.b; } if ((i & 4) != 0) { - str = audioDevice.f2173c; + str = audioDevice.f2174c; } if ((i & 8) != 0) { str2 = audioDevice.d; @@ -146,7 +146,7 @@ public final class DiscordAudioManager { return false; } AudioDevice audioDevice = (AudioDevice) obj; - return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2173c, audioDevice.f2173c) && m.areEqual(this.d, audioDevice.d); + return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2174c, audioDevice.f2174c) && m.areEqual(this.d, audioDevice.d); } public int hashCode() { @@ -161,7 +161,7 @@ public final class DiscordAudioManager { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (hashCode + i2) * 31; - String str = this.f2173c; + String str = this.f2174c; int hashCode2 = (i5 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.d; if (str2 != null) { @@ -176,7 +176,7 @@ public final class DiscordAudioManager { P.append(", isAvailable="); P.append(this.b); P.append(", id="); - P.append(this.f2173c); + P.append(this.f2174c); P.append(", name="); return c.d.b.a.a.H(P, this.d, ")"); } @@ -337,7 +337,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, false, null, null, 1)); } discordAudioManager2.r = arrayList; - discordAudioManager2.f2169s.j.onNext(arrayList); + discordAudioManager2.f2170s.j.onNext(arrayList); } DiscordAudioManager discordAudioManager3 = DiscordAudioManager.this; discordAudioManager3.a(discordAudioManager3.r); @@ -376,7 +376,7 @@ public final class DiscordAudioManager { arrayList.add(ordinal != 3 ? ordinal != 4 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, DiscordAudioManager.this.h, null, null, 13) : AudioDevice.a(audioDevice, null, false, null, null, 13)); } discordAudioManager.r = arrayList; - discordAudioManager.f2169s.j.onNext(arrayList); + discordAudioManager.f2170s.j.onNext(arrayList); } } else if (aVar instanceof a.C0036a) { synchronized (DiscordAudioManager.this.i) { @@ -388,7 +388,7 @@ public final class DiscordAudioManager { arrayList2.add(ordinal2 != 3 ? ordinal2 != 4 ? AudioDevice.a(audioDevice2, null, false, null, null, 15) : AudioDevice.a(audioDevice2, null, false, null, null, 13) : AudioDevice.a(audioDevice2, null, true, null, null, 13)); } discordAudioManager2.r = arrayList2; - discordAudioManager2.f2169s.j.onNext(arrayList2); + discordAudioManager2.f2170s.j.onNext(arrayList2); } } DiscordAudioManager.this.l(); @@ -409,7 +409,7 @@ public final class DiscordAudioManager { if (bluetoothHeadsetAudioState == null) { bluetoothHeadsetAudioState = BluetoothHeadsetAudioState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2174c; + BluetoothDevice bluetoothDevice = bVar.f2175c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetAudioStateChanged] state: "); sb.append(bluetoothHeadsetAudioState); @@ -428,7 +428,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, true, bluetoothDevice != null ? bluetoothDevice.getAddress() : null, bluetoothDevice != null ? bluetoothDevice.getName() : null, 1)); } discordAudioManager.r = arrayList; - discordAudioManager.f2169s.j.onNext(arrayList); + discordAudioManager.f2170s.j.onNext(arrayList); } } } @@ -462,7 +462,7 @@ public final class DiscordAudioManager { if (bluetoothProfileConnectionState == null) { bluetoothProfileConnectionState = BluetoothProfileConnectionState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2175c; + BluetoothDevice bluetoothDevice = bVar.f2176c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetConnectionStateChanged] state: "); sb.append(bluetoothProfileConnectionState); @@ -500,11 +500,11 @@ public final class DiscordAudioManager { } } DeviceTypes deviceTypes2 = DeviceTypes.BLUETOOTH_HEADSET; - if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2173c != null) { + if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2174c != null) { if (bluetoothDevice != null) { str = bluetoothDevice.getAddress(); } - if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2173c)) { + if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2174c)) { DiscordAudioManager.this.l(); } } @@ -588,14 +588,14 @@ public final class DiscordAudioManager { } } this.r = arrayList; - this.f2169s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); + this.f2170s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); DeviceTypes deviceTypes = DeviceTypes.INVALID; this.t = deviceTypes; this.u = new SerializedSubject<>(BehaviorSubject.k0(deviceTypes)); - this.f2170x = this.e.getStreamMaxVolume(3); - this.f2171y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); - this.f2172z = DeviceTypes.DEFAULT; - this.D = f2168c; + this.f2171x = this.e.getStreamMaxVolume(3); + this.f2172y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); + this.f2173z = DeviceTypes.DEFAULT; + this.D = f2169c; } public static final DiscordAudioManager d() { @@ -742,7 +742,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, (!this.E || this.t != DeviceTypes.BLUETOOTH_HEADSET) ? z2 : bluetoothDevice3 != null, bluetoothDevice3 != null ? bluetoothDevice3.getAddress() : null, bluetoothDevice3 != null ? bluetoothDevice3.getName() : null, 1)); } this.r = arrayList; - this.f2169s.j.onNext(arrayList); + this.f2170s.j.onNext(arrayList); } return; } @@ -838,7 +838,7 @@ public final class DiscordAudioManager { this.v = null; b(DeviceTypes.INVALID); synchronized (this.i) { - this.f2172z = DeviceTypes.DEFAULT; + this.f2173z = DeviceTypes.DEFAULT; } i(false); if (Build.VERSION.SDK_INT >= 26) { @@ -935,7 +935,7 @@ public final class DiscordAudioManager { DeviceTypes deviceTypes; ArrayList arrayList; synchronized (this.i) { - deviceTypes = this.f2172z; + deviceTypes = this.f2173z; } g(); synchronized (this.i) { diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java index b5d72d50f7..ac5afa731e 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java @@ -54,12 +54,12 @@ public enum BluetoothHeadsetAudioState { public final BluetoothHeadsetAudioState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2174c; + public final BluetoothDevice f2175c; public b(BluetoothHeadsetAudioState bluetoothHeadsetAudioState, BluetoothHeadsetAudioState bluetoothHeadsetAudioState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothHeadsetAudioState; this.b = bluetoothHeadsetAudioState2; - this.f2174c = bluetoothDevice; + this.f2175c = bluetoothDevice; } public boolean equals(Object obj) { @@ -70,7 +70,7 @@ public enum BluetoothHeadsetAudioState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2174c, bVar.f2174c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2175c, bVar.f2175c); } public int hashCode() { @@ -79,7 +79,7 @@ public enum BluetoothHeadsetAudioState { int hashCode = (bluetoothHeadsetAudioState != null ? bluetoothHeadsetAudioState.hashCode() : 0) * 31; BluetoothHeadsetAudioState bluetoothHeadsetAudioState2 = this.b; int hashCode2 = (hashCode + (bluetoothHeadsetAudioState2 != null ? bluetoothHeadsetAudioState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2174c; + BluetoothDevice bluetoothDevice = this.f2175c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -92,7 +92,7 @@ public enum BluetoothHeadsetAudioState { P.append(", previous="); P.append(this.b); P.append(", device="); - P.append(this.f2174c); + P.append(this.f2175c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java index ae15943ef5..7492231c16 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java @@ -53,12 +53,12 @@ public enum BluetoothProfileConnectionState { public final BluetoothProfileConnectionState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2175c; + public final BluetoothDevice f2176c; public b(BluetoothProfileConnectionState bluetoothProfileConnectionState, BluetoothProfileConnectionState bluetoothProfileConnectionState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothProfileConnectionState; this.b = bluetoothProfileConnectionState2; - this.f2175c = bluetoothDevice; + this.f2176c = bluetoothDevice; } public boolean equals(Object obj) { @@ -69,7 +69,7 @@ public enum BluetoothProfileConnectionState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2175c, bVar.f2175c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2176c, bVar.f2176c); } public int hashCode() { @@ -78,7 +78,7 @@ public enum BluetoothProfileConnectionState { int hashCode = (bluetoothProfileConnectionState != null ? bluetoothProfileConnectionState.hashCode() : 0) * 31; BluetoothProfileConnectionState bluetoothProfileConnectionState2 = this.b; int hashCode2 = (hashCode + (bluetoothProfileConnectionState2 != null ? bluetoothProfileConnectionState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2175c; + BluetoothDevice bluetoothDevice = this.f2176c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -91,7 +91,7 @@ public enum BluetoothProfileConnectionState { P.append(", current="); P.append(this.b); P.append(", device="); - P.append(this.f2175c); + P.append(this.f2176c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java index 89e140d019..9f735877fb 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java @@ -63,7 +63,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2176c; + public final boolean f2177c; public final boolean d; public final boolean e; public final boolean f; @@ -78,7 +78,7 @@ public interface MediaEngine { public EchoCancellationInfo(boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, boolean z9, boolean z10) { this.a = z2; this.b = z3; - this.f2176c = z4; + this.f2177c = z4; this.d = z5; this.e = z6; this.f = z7; @@ -100,7 +100,7 @@ public interface MediaEngine { return false; } EchoCancellationInfo echoCancellationInfo = (EchoCancellationInfo) obj; - return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2176c == echoCancellationInfo.f2176c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; + return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2177c == echoCancellationInfo.f2177c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; } public int hashCode() { @@ -121,7 +121,7 @@ public interface MediaEngine { int i7 = z3 ? 1 : 0; int i8 = z3 ? 1 : 0; int i9 = (i5 + i6) * 31; - boolean z4 = this.f2176c; + boolean z4 = this.f2177c; if (z4) { z4 = true; } @@ -182,7 +182,7 @@ public interface MediaEngine { P.append(", builtinAecSupportedNative="); P.append(this.b); P.append(", builtinAecSupportedJava="); - P.append(this.f2176c); + P.append(this.f2177c); P.append(", builtinAecEnabled="); P.append(this.d); P.append(", aecEnabledInSettings="); @@ -258,7 +258,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2177c; + public final boolean f2178c; public final boolean d; public final boolean e; public final MediaEngineConnection.InputMode f; @@ -271,7 +271,7 @@ public interface MediaEngine { m.checkNotNullParameter(cVar, "inputModeOptions"); this.a = f; this.b = z2; - this.f2177c = z3; + this.f2178c = z3; this.d = z4; this.e = z5; this.f = inputMode; @@ -288,7 +288,7 @@ public interface MediaEngine { return false; } VoiceConfig voiceConfig = (VoiceConfig) obj; - return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2177c == voiceConfig.f2177c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; + return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2178c == voiceConfig.f2178c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; } public int hashCode() { @@ -302,7 +302,7 @@ public interface MediaEngine { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (floatToIntBits + i2) * 31; - boolean z3 = this.f2177c; + boolean z3 = this.f2178c; if (z3) { z3 = true; } @@ -355,7 +355,7 @@ public interface MediaEngine { P.append(", echoCancellation="); P.append(this.b); P.append(", noiseSuppression="); - P.append(this.f2177c); + P.append(this.f2178c); P.append(", noiseCancellation="); P.append(this.d); P.append(", automaticGainControl="); @@ -377,7 +377,7 @@ public interface MediaEngine { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f2178c; + public final int f2179c; public final List d; public a(int i, String str, int i2, List list) { @@ -385,7 +385,7 @@ public interface MediaEngine { m.checkNotNullParameter(list, "streams"); this.a = i; this.b = str; - this.f2178c = i2; + this.f2179c = i2; this.d = list; } @@ -397,14 +397,14 @@ public interface MediaEngine { return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2178c == aVar.f2178c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2179c == aVar.f2179c && m.areEqual(this.d, aVar.d); } public int hashCode() { int i = this.a * 31; String str = this.b; int i2 = 0; - int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2178c) * 31; + int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2179c) * 31; List list = this.d; if (list != null) { i2 = list.hashCode(); @@ -418,7 +418,7 @@ public interface MediaEngine { P.append(", ip="); P.append(this.b); P.append(", port="); - P.append(this.f2178c); + P.append(this.f2179c); P.append(", streams="); return c.d.b.a.a.J(P, this.d, ")"); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java index 8d681f6e1b..564683c0b1 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java @@ -83,7 +83,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final Protocol f2179c; + public final Protocol f2180c; /* compiled from: MediaEngineConnection.kt */ public enum Protocol { @@ -96,7 +96,7 @@ public interface MediaEngineConnection { m.checkNotNullParameter(protocol, "protocol"); this.a = str; this.b = i; - this.f2179c = protocol; + this.f2180c = protocol; } public boolean equals(Object obj) { @@ -107,14 +107,14 @@ public interface MediaEngineConnection { return false; } TransportInfo transportInfo = (TransportInfo) obj; - return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2179c, transportInfo.f2179c); + return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2180c, transportInfo.f2180c); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - Protocol protocol = this.f2179c; + Protocol protocol = this.f2180c; if (protocol != null) { i = protocol.hashCode(); } @@ -127,7 +127,7 @@ public interface MediaEngineConnection { P.append(", port="); P.append(this.b); P.append(", protocol="); - P.append(this.f2179c); + P.append(this.f2180c); P.append(")"); return P.toString(); } @@ -204,7 +204,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2180c; + public final int f2181c; public final int d; public final int e; public final int f; @@ -212,7 +212,7 @@ public interface MediaEngineConnection { public b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f2180c = i3; + this.f2181c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -226,11 +226,11 @@ public interface MediaEngineConnection { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f2180c == bVar.f2180c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; + return this.a == bVar.a && this.b == bVar.b && this.f2181c == bVar.f2181c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; } public int hashCode() { - return (((((((((this.a * 31) + this.b) * 31) + this.f2180c) * 31) + this.d) * 31) + this.e) * 31) + this.f; + return (((((((((this.a * 31) + this.b) * 31) + this.f2181c) * 31) + this.d) * 31) + this.e) * 31) + this.f; } public String toString() { @@ -239,7 +239,7 @@ public interface MediaEngineConnection { P.append(", maxBitrate="); P.append(this.b); P.append(", width="); - P.append(this.f2180c); + P.append(this.f2181c); P.append(", height="); P.append(this.d); P.append(", mutedFramerate="); @@ -255,7 +255,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2181c; + public final int f2182c; public final boolean d; public final boolean e; public final int f; @@ -267,7 +267,7 @@ public interface MediaEngineConnection { public c(int i, int i2, int i3, boolean z2, boolean z3, int i4) { this.a = i; this.b = i2; - this.f2181c = i3; + this.f2182c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -282,7 +282,7 @@ public interface MediaEngineConnection { i4 = (i5 & 32) != 0 ? 5 : i4; this.a = i; this.b = i2; - this.f2181c = i3; + this.f2182c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -296,11 +296,11 @@ public interface MediaEngineConnection { return false; } c cVar = (c) obj; - return this.a == cVar.a && this.b == cVar.b && this.f2181c == cVar.f2181c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; + return this.a == cVar.a && this.b == cVar.b && this.f2182c == cVar.f2182c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f2181c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f2182c) * 31; boolean z2 = this.d; int i2 = 1; if (z2) { @@ -323,7 +323,7 @@ public interface MediaEngineConnection { P.append(", vadLeadingFrames="); P.append(this.b); P.append(", vadTrailingFrames="); - P.append(this.f2181c); + P.append(this.f2182c); P.append(", vadAutoThreshold="); P.append(this.d); P.append(", vadUseKrisp="); diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java index 828d72dcd0..006aba0ca1 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java @@ -22,7 +22,7 @@ public final class ThumbnailEmitter { public final ByteBuffer b; /* renamed from: c reason: collision with root package name */ - public final GlRectDrawer f2182c; + public final GlRectDrawer f2183c; public final VideoFrameDrawer d; public final long e; public final Matrix f; @@ -47,7 +47,7 @@ public final class ThumbnailEmitter { long j3 = (long) 1000; this.a = -(j * j3 * j3); this.b = JniCommon.nativeAllocateByteBuffer(i * i2 * 4); - this.f2182c = new GlRectDrawer(); + this.f2183c = new GlRectDrawer(); this.d = new VideoFrameDrawer(); this.e = clock2.currentTimeMillis(); Matrix matrix = new Matrix(); @@ -66,10 +66,10 @@ public final class ThumbnailEmitter { GLES20.glClear(16384); if (((float) videoFrame.getRotatedWidth()) / ((float) videoFrame.getRotatedHeight()) < ((float) this.g) / ((float) this.h)) { float rotatedHeight = (((float) this.h) / ((float) videoFrame.getRotatedHeight())) * ((float) videoFrame.getRotatedWidth()); - this.d.drawFrame(videoFrame, this.f2182c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); + this.d.drawFrame(videoFrame, this.f2183c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); } else { float rotatedWidth = (((float) this.g) / ((float) videoFrame.getRotatedWidth())) * ((float) videoFrame.getRotatedHeight()); - this.d.drawFrame(videoFrame, this.f2182c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); + this.d.drawFrame(videoFrame, this.f2183c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); } this.b.rewind(); GLES20.glReadPixels(0, 0, glTextureFrameBuffer.getWidth(), glTextureFrameBuffer.getHeight(), 6408, 5121, this.b); diff --git a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java index 0ce63a6f5c..1e65d31321 100644 --- a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java +++ b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java @@ -18,7 +18,7 @@ public final class ScreenshotDetector { public final PublishSubject b; /* renamed from: c reason: collision with root package name */ - public final b f2183c; + public final b f2184c; public final c.a.s.a d; public boolean e; public final Logger f; @@ -105,7 +105,7 @@ public final class ScreenshotDetector { ContentResolver contentResolver = application.getContentResolver(); m.checkNotNullExpressionValue(contentResolver, "applicationContext.contentResolver"); b bVar = new b(logger, contentResolver, null, new a(this), 4); - this.f2183c = bVar; + this.f2184c = bVar; c.a.s.a aVar = new c.a.s.a(bVar); this.d = aVar; a(sharedPreferences.getBoolean("screenshot_detection_enabled", false)); diff --git a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java index 3b93162a17..b4965df0ef 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java @@ -8,20 +8,20 @@ public final class ParseSpec { public final boolean b = true; /* renamed from: c reason: collision with root package name */ - public final S f2184c; + public final S f2185c; public int d; public int e; public ParseSpec(Node node, S s2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2184c = s2; + this.f2185c = s2; } public ParseSpec(Node node, S s2, int i, int i2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2184c = s2; + this.f2185c = s2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java index 0732599e06..de6cb11c0c 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java @@ -136,7 +136,7 @@ public class Parser, S> { break; } Rule rule = (Rule) it.next(); - Matcher match = rule.match(subSequence, str, parseSpec.f2184c); + Matcher match = rule.match(subSequence, str, parseSpec.f2185c); if (match == null) { logMiss(rule, subSequence); pair = null; @@ -153,12 +153,12 @@ public class Parser, S> { if (pair != null) { Matcher matcher = (Matcher) pair.component2(); int end = matcher.end() + i3; - ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2184c); + ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2185c); Node node2 = parseSpec.a; node2.addChild(parse.a); int i4 = parseSpec.e; if (end != i4) { - S s3 = parseSpec.f2184c; + S s3 = parseSpec.f2185c; m.checkNotNullParameter(node2, "node"); stack.push(new ParseSpec(node2, s3, end, i4)); } diff --git a/app/src/main/java/com/discord/stores/StoreApplicationCommands.java b/app/src/main/java/com/discord/stores/StoreApplicationCommands.java index f2788f4ea0..756e57825d 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationCommands.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationCommands.java @@ -1,7 +1,6 @@ package com.discord.stores; import android.content.Context; -import android.util.Log; import com.discord.api.commands.ApplicationCommandAutocompleteResult; import com.discord.api.commands.GuildApplicationCommands; import com.discord.api.permission.Permission; @@ -454,7 +453,6 @@ public final class StoreApplicationCommands extends StoreV2 { map = h0.emptyMap(); } if (!(map.get(str2) instanceof CommandAutocompleteState.Choices)) { - Log.e("Rhys", "Setting " + str2 + " on " + str + " autocomplete state to " + commandAutocompleteState); LinkedHashMap linkedHashMap = new LinkedHashMap(); Map map2 = this.autocompleteOptionResults.get(str); if (map2 == null) { diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java index cb51bc44ca..1cc351e325 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java @@ -155,13 +155,13 @@ public final class StoreAudioManagerV2$init$1 implements Runnable { @Override // java.lang.Runnable public final void run() { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - Observable> r = DiscordAudioManager.d().f2169s.r(); + Observable> r = DiscordAudioManager.d().f2170s.r(); m.checkNotNullExpressionValue(r, "audioDevicesSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); Observable r2 = DiscordAudioManager.d().u.r(); m.checkNotNullExpressionValue(r2, "activeAudioDeviceSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); - Observable r3 = DiscordAudioManager.d().f2171y.r(); + Observable r3 = DiscordAudioManager.d().f2172y.r(); m.checkNotNullExpressionValue(r3, "currentMediaVolumeSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r3, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(this), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java index 86ddb4bb64..62da66ecb3 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java @@ -42,7 +42,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable DiscordAudioManager.DeviceTypes deviceTypes2 = DiscordAudioManager.DeviceTypes.DEFAULT; if (deviceTypes == deviceTypes2) { synchronized (d.i) { - d.f2172z = deviceTypes2; + d.f2173z = deviceTypes2; } d.a(arrayList); return; @@ -61,7 +61,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable } if (!z3) { synchronized (d.i) { - d.f2172z = deviceTypes; + d.f2173z = deviceTypes; } d.b(deviceTypes); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java index aa75100abd..0153790577 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java @@ -22,7 +22,7 @@ public final class StoreAudioManagerV2$updateMediaVolume$1 implements Runnable { return; } try { - d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2170x)), 0); + d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2171x)), 0); } catch (SecurityException e) { AnimatableValueParser.I1("DiscordAudioManager", "Failed to set stream volume: " + e); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java index a9b57b99cd..2814634a94 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java @@ -324,7 +324,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { private final void updateCurrentMediaVolume(int i) { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2170x)) * 300.0f, 300.0f)); + this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2171x)) * 300.0f, 300.0f)); } public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionCanaryRelease() { @@ -361,7 +361,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { DiscordAudioManager d2 = DiscordAudioManager.d(); synchronized (d2) { List list2 = d2.D; - List list3 = DiscordAudioManager.f2168c; + List list3 = DiscordAudioManager.f2169c; if (!m.areEqual(list2, list3)) { d2.D = list3; d2.l(); @@ -398,7 +398,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList.add(audioDevice.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 13)); } d.r = arrayList; - d.f2169s.j.onNext(arrayList); + d.f2170s.j.onNext(arrayList); d.l(); } } @@ -413,7 +413,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList2.add(audioDevice2.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice2, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice2, null, d2.h, null, null, 13)); } d2.r = arrayList2; - d2.f2169s.j.onNext(arrayList2); + d2.f2170s.j.onNext(arrayList2); d2.l(); } } diff --git a/app/src/main/java/com/discord/stores/StoreChangeLog.java b/app/src/main/java/com/discord/stores/StoreChangeLog.java index e7e2649fe1..d66426bbe3 100644 --- a/app/src/main/java/com/discord/stores/StoreChangeLog.java +++ b/app/src/main/java/com/discord/stores/StoreChangeLog.java @@ -117,7 +117,7 @@ public final class StoreChangeLog extends Store { @StoreThread public final void handleConnectionOpen() { - a.G(w0.i, j0.a, null, new StoreChangeLog$handleConnectionOpen$1(this, null), 2, null); + a.H(w0.i, j0.a, null, new StoreChangeLog$handleConnectionOpen$1(this, null), 2, null); } @StoreThread diff --git a/app/src/main/java/com/discord/stores/StoreChannelMembers.java b/app/src/main/java/com/discord/stores/StoreChannelMembers.java index ea868924eb..8e62593408 100644 --- a/app/src/main/java/com/discord/stores/StoreChannelMembers.java +++ b/app/src/main/java/com/discord/stores/StoreChannelMembers.java @@ -153,7 +153,7 @@ public final class StoreChannelMembers extends StoreV2 { } List sorted = u.sorted(arrayList); if (!(sorted == null || (joinToString$default = u.joinToString$default(sorted, ",", null, null, 0, null, null, 62, null)) == null)) { - str = String.valueOf(INSTANCE.toUnsignedLong(c.q.a.k.a.H(joinToString$default, 0, joinToString$default.length(), 0))); + str = String.valueOf(INSTANCE.toUnsignedLong(c.q.a.k.a.I(joinToString$default, 0, joinToString$default.length(), 0))); return str == null ? str : ""; } } diff --git a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java index 216d14792c..7bf29d2edd 100644 --- a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java +++ b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java @@ -33,7 +33,7 @@ public final class StoreEmojiCustom extends StoreV2 { private final Map>> allowedGuildEmojis = new LinkedHashMap(); /* renamed from: me reason: collision with root package name */ - private long f2185me; + private long f2186me; private final StoreStream stream; /* compiled from: StoreEmojiCustom.kt */ @@ -125,7 +125,7 @@ public final class StoreEmojiCustom extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2185me = modelPayload.getMe().i(); + this.f2186me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildAdd(guild); @@ -143,7 +143,7 @@ public final class StoreEmojiCustom extends StoreV2 { for (GuildEmoji guildEmoji : a) { arrayList.add(new ModelEmojiCustom(guildEmoji, c2)); } - if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2185me))) == null)) { + if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2186me))) == null)) { updateGlobalEmojis(c2, arrayList); updateAllowedGuildEmojis(c2, guildMember.getRoles(), arrayList); } @@ -166,7 +166,7 @@ public final class StoreEmojiCustom extends StoreV2 { break; } obj = it.next(); - if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2185me) { + if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2186me) { z2 = true; continue; } else { @@ -200,7 +200,7 @@ public final class StoreEmojiCustom extends StoreV2 { public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { Collection values; m.checkNotNullParameter(guildMember, "member"); - if (guildMember.j().i() == this.f2185me) { + if (guildMember.j().i() == this.f2186me) { long c2 = guildMember.c(); Map map = this.allGuildEmoji.get(Long.valueOf(c2)); if (map != null && (values = map.values()) != null) { diff --git a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java index 31dfa0ec08..da6c0b7137 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java +++ b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java @@ -381,6 +381,34 @@ public final class StoreGuildScheduledEvents extends StoreV2 { return (GuildScheduledEvent) obj2; } + public final GuildScheduledEvent getActiveEventForChannel(Long l, Long l2) { + boolean z2; + Object obj = null; + if (l == null || l2 == null) { + return null; + } + Iterator it = getGuildScheduledEvents$default(this, l.longValue(), false, 2, null).iterator(); + while (true) { + if (!it.hasNext()) { + break; + } + Object next = it.next(); + GuildScheduledEvent guildScheduledEvent = (GuildScheduledEvent) next; + if (!m.areEqual(guildScheduledEvent.b(), l2) || guildScheduledEvent.k() != GuildScheduledEventStatus.ACTIVE) { + z2 = false; + continue; + } else { + z2 = true; + continue; + } + if (z2) { + obj = next; + break; + } + } + return (GuildScheduledEvent) obj; + } + /* JADX WARNING: Removed duplicated region for block: B:19:0x005d A[SYNTHETIC] */ /* JADX WARNING: Removed duplicated region for block: B:21:0x001d A[SYNTHETIC] */ public final List getGuildScheduledEvents(long j, boolean z2) { diff --git a/app/src/main/java/com/discord/stores/StoreGuildStickers.java b/app/src/main/java/com/discord/stores/StoreGuildStickers.java index feac97332c..f03e113715 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildStickers.java +++ b/app/src/main/java/com/discord/stores/StoreGuildStickers.java @@ -34,7 +34,7 @@ public final class StoreGuildStickers extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private long f2186me; + private long f2187me; private final ObservationDeck observationDeck; private final Function1, Unit> onStickersDeleted; @@ -131,7 +131,7 @@ public final class StoreGuildStickers extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2186me = modelPayload.getMe().i(); + this.f2187me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildCreateOrUpdate(guild); @@ -161,7 +161,7 @@ public final class StoreGuildStickers extends StoreV2 { break; } obj = it.next(); - if (((GuildMember) obj).j().i() == this.f2186me) { + if (((GuildMember) obj).j().i() == this.f2187me) { z2 = true; continue; } else { diff --git a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java index 463f1b88f1..83b460a1f2 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java @@ -43,14 +43,14 @@ public final class StoreGuildsSorted extends StoreV2 { private final List guilds; /* renamed from: id reason: collision with root package name */ - private final long f2187id; + private final long f2188id; private final String name; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public Folder(long j, List list, Integer num, String str) { super(null); m.checkNotNullParameter(list, "guilds"); - this.f2187id = j; + this.f2188id = j; this.guilds = list; this.color = num; this.name = str; @@ -60,7 +60,7 @@ public final class StoreGuildsSorted extends StoreV2 { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Folder copy$default(Folder folder, long j, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - j = folder.f2187id; + j = folder.f2188id; } if ((i & 2) != 0) { list = folder.guilds; @@ -76,7 +76,7 @@ public final class StoreGuildsSorted extends StoreV2 { @Override // com.discord.stores.StoreGuildsSorted.Entry public ModelGuildFolder asModelGuildFolder() { - Long valueOf = Long.valueOf(this.f2187id); + Long valueOf = Long.valueOf(this.f2188id); List list = this.guilds; ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Guild guild : list) { @@ -86,7 +86,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long component1() { - return this.f2187id; + return this.f2188id; } public final List component2() { @@ -114,7 +114,7 @@ public final class StoreGuildsSorted extends StoreV2 { return false; } Folder folder = (Folder) obj; - return this.f2187id == folder.f2187id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); + return this.f2188id == folder.f2188id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); } public final Integer getColor() { @@ -126,7 +126,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long getId() { - return this.f2187id; + return this.f2188id; } public final String getName() { @@ -134,7 +134,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public int hashCode() { - int a = b.a(this.f2187id) * 31; + int a = b.a(this.f2188id) * 31; List list = this.guilds; int i = 0; int hashCode = (a + (list != null ? list.hashCode() : 0)) * 31; @@ -149,7 +149,7 @@ public final class StoreGuildsSorted extends StoreV2 { public String toString() { StringBuilder P = a.P("Folder(id="); - P.append(this.f2187id); + P.append(this.f2188id); P.append(", guilds="); P.append(this.guilds); P.append(", color="); diff --git a/app/src/main/java/com/discord/stores/StoreMediaEngine.java b/app/src/main/java/com/discord/stores/StoreMediaEngine.java index b1eb5c8113..4071bdce8c 100644 --- a/app/src/main/java/com/discord/stores/StoreMediaEngine.java +++ b/app/src/main/java/com/discord/stores/StoreMediaEngine.java @@ -705,7 +705,7 @@ public final class StoreMediaEngine extends Store { public final void selectDefaultVideoDevice(Function1 function1) { w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher = j0.a; - a.G(w0Var, n.b.H(), null, new StoreMediaEngine$selectDefaultVideoDevice$1(this, function1, null), 2, null); + a.H(w0Var, n.b.H(), null, new StoreMediaEngine$selectDefaultVideoDevice$1(this, function1, null), 2, null); } /* JADX WARNING: Removed duplicated region for block: B:12:0x0035 */ diff --git a/app/src/main/java/com/discord/stores/StoreNotifications.java b/app/src/main/java/com/discord/stores/StoreNotifications.java index d35e87aa31..879d60ff61 100644 --- a/app/src/main/java/com/discord/stores/StoreNotifications.java +++ b/app/src/main/java/com/discord/stores/StoreNotifications.java @@ -148,7 +148,7 @@ public final class StoreNotifications extends Store { @StoreThread public final void handleChannelSelected(long j) { - c.q.a.k.a.G(c.q.a.k.a.a(j0.a), null, null, new StoreNotifications$handleChannelSelected$1(j, null), 3, null); + c.q.a.k.a.H(c.q.a.k.a.a(j0.a), null, null, new StoreNotifications$handleChannelSelected$1(j, null), 3, null); } /* JADX WARNING: Removed duplicated region for block: B:29:0x00ce */ diff --git a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels$enqueueStageChannelFetch$1.java b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels$enqueueStageChannelFetch$1.java index 5269450b97..fdb13299c9 100644 --- a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels$enqueueStageChannelFetch$1.java +++ b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels$enqueueStageChannelFetch$1.java @@ -43,7 +43,7 @@ public final class StoreRequestedStageChannels$enqueueStageChannelFetch$1 extend if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(22, this) == coroutine_suspended) { + if (a.o(22, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java index 7f20eee4d9..ef694d054c 100644 --- a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java +++ b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java @@ -218,7 +218,7 @@ public final class StoreRequestedStageChannels extends StoreV2 { if (job == null || !job.a()) { w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher = j0.a; - this.enqueuedChannelFetchJob = c.q.a.k.a.G(w0Var, n.b, null, new StoreRequestedStageChannels$enqueueStageChannelFetch$1(this, null), 2, null); + this.enqueuedChannelFetchJob = c.q.a.k.a.H(w0Var, n.b, null, new StoreRequestedStageChannels$enqueueStageChannelFetch$1(this, null), 2, null); } } } diff --git a/app/src/main/java/com/discord/stores/StoreRtcConnection.java b/app/src/main/java/com/discord/stores/StoreRtcConnection.java index dea150e59c..0e5afd175d 100644 --- a/app/src/main/java/com/discord/stores/StoreRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreRtcConnection.java @@ -7,6 +7,7 @@ import c.a.q.w; import c.d.b.a.a; import co.discord.media_engine.VideoInputDeviceDescription; import com.discord.api.channel.Channel; +import com.discord.api.guildscheduledevent.GuildScheduledEvent; import com.discord.api.stageinstance.StageInstance; import com.discord.api.voice.server.VoiceServer; import com.discord.api.voice.state.VoiceState; @@ -544,6 +545,8 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr if (rtcConnection != null && (str = rtcConnection.l) != null) { StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionCanaryRelease().getStageInstanceForChannel(channel.h()); Long valueOf = stageInstanceForChannel != null ? Long.valueOf(stageInstanceForChannel.c()) : null; + GuildScheduledEvent activeEventForChannel = this.stream.getGuildScheduledEvents$app_productionCanaryRelease().getActiveEventForChannel(Long.valueOf(channel.f()), Long.valueOf(channel.h())); + Long valueOf2 = activeEventForChannel != null ? Long.valueOf(activeEventForChannel.g()) : null; AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; Map map = (Map) a.t0(channel, this.stream.getVoiceStates$app_productionCanaryRelease().get()); if (map == null) { @@ -555,7 +558,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr if (context == null) { m.throwUninitializedPropertyAccessException("context"); } - analyticsTracker.voiceChannelJoin(id2, str, channel, map, selectedVideoInputDeviceBlocking, networkUtils.getNetworkType(context), valueOf); + analyticsTracker.voiceChannelJoin(id2, str, channel, map, selectedVideoInputDeviceBlocking, networkUtils.getNetworkType(context), valueOf, valueOf2); } } @@ -569,6 +572,8 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr String str2 = rtcConnection != null ? rtcConnection.J : null; StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionCanaryRelease().getStageInstanceForChannel(channel.h()); Long valueOf = stageInstanceForChannel != null ? Long.valueOf(stageInstanceForChannel.c()) : null; + GuildScheduledEvent activeEventForChannel = this.stream.getGuildScheduledEvents$app_productionCanaryRelease().getActiveEventForChannel(Long.valueOf(channel.f()), Long.valueOf(channel.h())); + Long valueOf2 = activeEventForChannel != null ? Long.valueOf(activeEventForChannel.g()) : null; LinkedHashMap linkedHashMap = new LinkedHashMap(); VoicePropsTracker voicePropsTracker = this.voicePropsTracker; if (voicePropsTracker != null) { @@ -584,7 +589,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr if (l2 != null) { l = Long.valueOf(this.clock.currentTimeMillis() - l2.longValue()); } - analyticsTracker.voiceChannelLeave(id2, str, channel, map, str2, linkedHashMap, l, valueOf); + analyticsTracker.voiceChannelLeave(id2, str, channel, map, str2, linkedHashMap, l, valueOf, valueOf2); } } diff --git a/app/src/main/java/com/discord/stores/StoreSearch.java b/app/src/main/java/com/discord/stores/StoreSearch.java index 44e862cbfa..88f7d5b486 100644 --- a/app/src/main/java/com/discord/stores/StoreSearch.java +++ b/app/src/main/java/com/discord/stores/StoreSearch.java @@ -47,7 +47,7 @@ public final class StoreSearch { public static final class SearchTarget { /* renamed from: id reason: collision with root package name */ - private final long f2188id; + private final long f2189id; private final Type type; /* compiled from: StoreSearch.kt */ @@ -59,7 +59,7 @@ public final class StoreSearch { public SearchTarget(Type type, long j) { m.checkNotNullParameter(type, "type"); this.type = type; - this.f2188id = j; + this.f2189id = j; } public static /* synthetic */ SearchTarget copy$default(SearchTarget searchTarget, Type type, long j, int i, Object obj) { @@ -67,7 +67,7 @@ public final class StoreSearch { type = searchTarget.type; } if ((i & 2) != 0) { - j = searchTarget.f2188id; + j = searchTarget.f2189id; } return searchTarget.copy(type, j); } @@ -77,7 +77,7 @@ public final class StoreSearch { } public final long component2() { - return this.f2188id; + return this.f2189id; } public final SearchTarget copy(Type type, long j) { @@ -93,11 +93,11 @@ public final class StoreSearch { return false; } SearchTarget searchTarget = (SearchTarget) obj; - return m.areEqual(this.type, searchTarget.type) && this.f2188id == searchTarget.f2188id; + return m.areEqual(this.type, searchTarget.type) && this.f2189id == searchTarget.f2189id; } public final long getId() { - return this.f2188id; + return this.f2189id; } public final Type getType() { @@ -106,14 +106,14 @@ public final class StoreSearch { public int hashCode() { Type type = this.type; - return b.a(this.f2188id) + ((type != null ? type.hashCode() : 0) * 31); + return b.a(this.f2189id) + ((type != null ? type.hashCode() : 0) * 31); } public String toString() { StringBuilder P = a.P("SearchTarget(type="); P.append(this.type); P.append(", id="); - return a.A(P, this.f2188id, ")"); + return a.A(P, this.f2189id, ")"); } } diff --git a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java index bf9d729f66..f619435b33 100644 --- a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java @@ -380,7 +380,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin destroyRtcConnection(); RtcConnection.Metadata rtcConnectionMetadata = this.storeRtcConnection.getRtcConnectionMetadata(); String str4 = null; - Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2166c : null; + Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2167c : null; if (l2 != null && l2.longValue() == j2) { str4 = rtcConnectionMetadata.b; } diff --git a/app/src/main/java/com/discord/stores/StoreUser.java b/app/src/main/java/com/discord/stores/StoreUser.java index 570660e070..c8d8155bbf 100644 --- a/app/src/main/java/com/discord/stores/StoreUser.java +++ b/app/src/main/java/com/discord/stores/StoreUser.java @@ -54,7 +54,7 @@ public final class StoreUser extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private MeUser f2189me; + private MeUser f2190me; private final Persister meCache; private MeUser meSnapshot; private final Function1 notifyUserUpdated; @@ -93,7 +93,7 @@ public final class StoreUser extends StoreV2 { this.observationDeck = observationDeck; this.meCache = persister; MeUser meUser = EMPTY_ME_USER; - this.f2189me = meUser; + this.f2190me = meUser; this.users = new SnowflakePartitionMap.CopiablePartitionMap<>(0, 1, null); this.meSnapshot = meUser; this.usersSnapshot = h0.emptyMap(); @@ -118,7 +118,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ MeUser access$getMe$p(StoreUser storeUser) { - return storeUser.f2189me; + return storeUser.f2190me; } public static final /* synthetic */ ObservationDeck.UpdateSource access$getMeUpdate$cp() { @@ -134,7 +134,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ void access$setMe$p(StoreUser storeUser, MeUser meUser) { - storeUser.f2189me = meUser; + storeUser.f2190me = meUser; } @StoreThread @@ -176,7 +176,7 @@ public final class StoreUser extends StoreV2 { @StoreThread public final MeUser getMeInternal$app_productionCanaryRelease() { - return this.f2189me; + return this.f2190me; } /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Map, java.util.Map */ @@ -213,7 +213,7 @@ public final class StoreUser extends StoreV2 { public final void handleAuthToken(String str) { if (str == null) { markChanged(MeUpdate); - this.f2189me = EMPTY_ME_USER; + this.f2190me = EMPTY_ME_USER; } } @@ -235,7 +235,7 @@ public final class StoreUser extends StoreV2 { User me2 = modelPayload.getMe(); m.checkNotNullExpressionValue(me2, "payload.me"); MeUser meUser = new MeUser(me2); - this.f2189me = meUser; + this.f2190me = meUser; this.users.put(Long.valueOf(meUser.getId()), meUser); for (Channel channel : modelPayload.getPrivateChannels()) { m.checkNotNullExpressionValue(channel, "channel"); @@ -321,7 +321,7 @@ public final class StoreUser extends StoreV2 { } Long l = message.l(); if (((l != null ? l.longValue() : 0) & 16) != 0) { - this.f2189me = MeUser.copy$default(this.f2189me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2189me.getFlags() | 8192, 0, null, null, null, null, 258047, null); + this.f2190me = MeUser.copy$default(this.f2190me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2190me.getFlags() | 8192, 0, null, null, null, null, 258047, null); markChanged(MeUpdate); } } @@ -402,8 +402,8 @@ public final class StoreUser extends StoreV2 { public final void handleUserUpdated(User user) { m.checkNotNullParameter(user, "user"); updateUser(user); - if (this.f2189me.getId() == user.i()) { - this.f2189me = MeUser.Companion.merge(this.f2189me, user); + if (this.f2190me.getId() == user.i()) { + this.f2190me = MeUser.Companion.merge(this.f2190me, user); markChanged(MeUpdate); } } @@ -412,7 +412,7 @@ public final class StoreUser extends StoreV2 { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - this.f2189me = this.meCache.get(); + this.f2190me = this.meCache.get(); markChanged(MeUpdate); } @@ -468,7 +468,7 @@ public final class StoreUser extends StoreV2 { this.usersSnapshot = this.users.fastCopy(); } if (getUpdateSources().contains(MeUpdate)) { - MeUser meUser = this.f2189me; + MeUser meUser = this.f2190me; this.meSnapshot = meUser; Persister.set$default(this.meCache, meUser, false, 2, null); } diff --git a/app/src/main/java/com/discord/stores/utilities/Batched$onNext$1.java b/app/src/main/java/com/discord/stores/utilities/Batched$onNext$1.java index a74d873065..1f7302aa1a 100644 --- a/app/src/main/java/com/discord/stores/utilities/Batched$onNext$1.java +++ b/app/src/main/java/com/discord/stores/utilities/Batched$onNext$1.java @@ -42,7 +42,7 @@ public final class Batched$onNext$1 extends k implements Function2 { if (job != null) { a.k(job, null, 1, null); } - this.debounceJob = a.G(this.scope, null, null, new Batched$onNext$1(this, null), 3, null); + this.debounceJob = a.H(this.scope, null, null, new Batched$onNext$1(this, null), 3, null); } } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java index c4b2c879eb..d6c76019c5 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java @@ -30,7 +30,7 @@ public final class RestCallStateKt$logNetworkAction$2 implements Action1 implements Action1 response = httpException.i; if (!(response == null || (request = RestCallStateKt.getRequest(response)) == null)) { String str = request.b.l; - String str2 = request.f2949c; + String str2 = request.f2950c; Response response2 = httpException.i; Long valueOf = response2 != null ? Long.valueOf((long) response2.a.l) : null; Response response3 = httpException.i; diff --git a/app/src/main/java/com/discord/tooltips/TooltipManager.java b/app/src/main/java/com/discord/tooltips/TooltipManager.java index f03ae83e60..21734d9fc6 100644 --- a/app/src/main/java/com/discord/tooltips/TooltipManager.java +++ b/app/src/main/java/com/discord/tooltips/TooltipManager.java @@ -31,7 +31,7 @@ public class TooltipManager { public final c.a.v.a b; /* renamed from: c reason: collision with root package name */ - public final Set f2190c; + public final Set f2191c; public final int d; public final c.a.j.a e; @@ -41,7 +41,7 @@ public class TooltipManager { public static final Lazy b = g.lazy(C0180a.i); /* renamed from: c reason: collision with root package name */ - public static final Lazy f2191c = g.lazy(b.i); + public static final Lazy f2192c = g.lazy(b.i); public static final a d = null; /* compiled from: TooltipManager.kt */ @@ -109,7 +109,7 @@ public class TooltipManager { m.checkNotNullParameter(set, "shownTooltipNames"); m.checkNotNullParameter(aVar2, "floatingViewManager"); this.b = aVar; - this.f2190c = set; + this.f2191c = set; this.d = i; this.e = aVar2; aVar2.a = new e(this); @@ -146,8 +146,8 @@ public class TooltipManager { Objects.requireNonNull(aVar); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); boolean z3 = aVar.a.getBoolean(cacheKey, false); - boolean contains = this.f2190c.contains(bVar.getTooltipName()); - int size = this.f2190c.size(); + boolean contains = this.f2191c.contains(bVar.getTooltipName()); + int size = this.f2191c.size(); if (z3) { return false; } @@ -176,7 +176,7 @@ public class TooltipManager { m.checkNotNullParameter(observable, "componentPausedObservable"); if (b(bVar, z2)) { c(bVar); - this.f2190c.add(bVar.getTooltipName()); + this.f2191c.add(bVar.getTooltipName()); this.a.put(bVar.getTooltipName(), Integer.valueOf(view2.getId())); c.a.j.a aVar = this.e; Objects.requireNonNull(aVar); diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java index 646d7e72c3..c2313a29bf 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java @@ -1202,7 +1202,7 @@ public final class AnalyticsTracker { public final void echoCancellationConfigured(MediaEngine.EchoCancellationInfo echoCancellationInfo) { m.checkNotNullParameter(echoCancellationInfo, "info"); - tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2176c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); + tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2177c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); } public final void emojiCategorySelected(long j) { @@ -2283,17 +2283,18 @@ public final class AnalyticsTracker { tracker.track("voice_audio_output_mode_selected", CollectionExtensionsKt.filterNonNullValues(mutableMapOf)); } - public final void voiceChannelJoin(long j, String str, Channel channel, Map map, VideoInputDeviceDescription videoInputDeviceDescription, Integer num, Long l) { + public final void voiceChannelJoin(long j, String str, Channel channel, Map map, VideoInputDeviceDescription videoInputDeviceDescription, Integer num, Long l, Long l2) { m.checkNotNullParameter(str, "rtcConnectionId"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildVoiceStates"); Map voiceChannelProperties$default = getVoiceChannelProperties$default(this, j, channel, null, map, videoInputDeviceDescription, str, 4, null); voiceChannelProperties$default.put("connection_type", getNetworkTypeAnalyticsValue(num)); voiceChannelProperties$default.put("stage_instance_id", l); + voiceChannelProperties$default.put("guild_scheduled_event_id", l2); withGameProperties(j, new AnalyticsTracker$voiceChannelJoin$1(voiceChannelProperties$default)); } - public final void voiceChannelLeave(long j, String str, Channel channel, Map map, String str2, Map map2, Long l, Long l2) { + public final void voiceChannelLeave(long j, String str, Channel channel, Map map, String str2, Map map2, Long l, Long l2, Long l3) { m.checkNotNullParameter(str, "rtcConnectionId"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildVoiceStates"); @@ -2302,6 +2303,7 @@ public final class AnalyticsTracker { voiceChannelProperties$default.putAll(map2); voiceChannelProperties$default.put("media_session_id", str2); voiceChannelProperties$default.put("stage_instance_id", l2); + voiceChannelProperties$default.put("guild_scheduled_event_id", l3); withGameProperties(j, new AnalyticsTracker$voiceChannelLeave$1(voiceChannelProperties$default)); } diff --git a/app/src/main/java/com/discord/utilities/apng/ApngUtils$renderApngFromFile$3.java b/app/src/main/java/com/discord/utilities/apng/ApngUtils$renderApngFromFile$3.java index 05eefa20f1..e5bd16c0f5 100644 --- a/app/src/main/java/com/discord/utilities/apng/ApngUtils$renderApngFromFile$3.java +++ b/app/src/main/java/com/discord/utilities/apng/ApngUtils$renderApngFromFile$3.java @@ -129,7 +129,7 @@ public final class ApngUtils$renderApngFromFile$3 extends k implements Function2 k1 k1Var = n.b; AnonymousClass1 r4 = new AnonymousClass1(this, ref$ObjectRef, null); this.label = 1; - if (c.q.a.k.a.i0(k1Var, r4, this) == coroutine_suspended) { + if (c.q.a.k.a.j0(k1Var, r4, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/utilities/apng/ApngUtils.java b/app/src/main/java/com/discord/utilities/apng/ApngUtils.java index 5f7a183c05..dc5be17562 100644 --- a/app/src/main/java/com/discord/utilities/apng/ApngUtils.java +++ b/app/src/main/java/com/discord/utilities/apng/ApngUtils.java @@ -53,6 +53,6 @@ public final class ApngUtils { imageView3.setMaxWidth(intValue2); } } - return c.q.a.k.a.G(w0.i, j0.b, null, new ApngUtils$renderApngFromFile$3(file, num2, num, ref$ObjectRef, z2, null), 2, null); + return c.q.a.k.a.H(w0.i, j0.b, null, new ApngUtils$renderApngFromFile$3(file, num2, num, ref$ObjectRef, z2, null), 2, null); } } diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java index a4aa0898a8..0df76bf678 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java @@ -80,7 +80,7 @@ public final class GoogleSmartLockManager$saveCredentials$1 extends o implements UserUtils userUtils = UserUtils.INSTANCE; m.checkNotNullExpressionValue(meUser, "it"); aVar.b = UserUtils.getUserNameWithDiscriminator$default(userUtils, meUser, null, null, 3, null).toString(); - aVar.f2361c = Uri.parse(forUser$default); + aVar.f2362c = Uri.parse(forUser$default); Credential a = aVar.a(); CredentialsClient access$getCredentialsClient$p = GoogleSmartLockManager.access$getCredentialsClient$p(this.this$0); Objects.requireNonNull(access$getCredentialsClient$p); diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java index dbf68a81a5..20c37ad954 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java @@ -79,19 +79,19 @@ public final class GoogleSmartLockManager { public static final class SmartLockCredentials { /* renamed from: id reason: collision with root package name */ - private final String f2192id; + private final String f2193id; private final String password; public SmartLockCredentials(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "password"); - this.f2192id = str; + this.f2193id = str; this.password = str2; } public static /* synthetic */ SmartLockCredentials copy$default(SmartLockCredentials smartLockCredentials, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = smartLockCredentials.f2192id; + str = smartLockCredentials.f2193id; } if ((i & 2) != 0) { str2 = smartLockCredentials.password; @@ -100,7 +100,7 @@ public final class GoogleSmartLockManager { } public final String component1() { - return this.f2192id; + return this.f2193id; } public final String component2() { @@ -121,11 +121,11 @@ public final class GoogleSmartLockManager { return false; } SmartLockCredentials smartLockCredentials = (SmartLockCredentials) obj; - return m.areEqual(this.f2192id, smartLockCredentials.f2192id) && m.areEqual(this.password, smartLockCredentials.password); + return m.areEqual(this.f2193id, smartLockCredentials.f2193id) && m.areEqual(this.password, smartLockCredentials.password); } public final String getId() { - return this.f2192id; + return this.f2193id; } public final String getPassword() { @@ -133,7 +133,7 @@ public final class GoogleSmartLockManager { } public int hashCode() { - String str = this.f2192id; + String str = this.f2193id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.password; @@ -145,7 +145,7 @@ public final class GoogleSmartLockManager { public String toString() { StringBuilder P = a.P("SmartLockCredentials(id="); - P.append(this.f2192id); + P.append(this.f2193id); P.append(", password="); return a.H(P, this.password, ")"); } diff --git a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java index eee3c6bf66..996c4e64f3 100644 --- a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java +++ b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java @@ -145,7 +145,7 @@ public final class CaptchaHelper$tryShowCaptcha$1 implements Action1 implements Action1 { } public final Object getRepresentativeColorAsync(Bitmap bitmap, Continuation continuation) { - return c.q.a.k.a.i0(j0.a, new RepresentativeColors$getRepresentativeColorAsync$2(this, bitmap, null), continuation); + return c.q.a.k.a.j0(j0.a, new RepresentativeColors$getRepresentativeColorAsync$2(this, bitmap, null), continuation); } public final void handleBitmap(T t, Bitmap bitmap, String str) { m.checkNotNullParameter(bitmap, "bitmap"); w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher = j0.a; - c.q.a.k.a.G(w0Var, n.b, null, new RepresentativeColors$handleBitmap$1(this, t, bitmap, str, null), 2, null); + c.q.a.k.a.H(w0Var, n.b, null, new RepresentativeColors$handleBitmap$1(this, t, bitmap, str, null), 2, null); } public final Observable observeRepresentativeColor(T t) { diff --git a/app/src/main/java/com/discord/utilities/coroutines/AppCoroutineScopeKt.java b/app/src/main/java/com/discord/utilities/coroutines/AppCoroutineScopeKt.java index f5e00f2606..c9d5ca95b7 100644 --- a/app/src/main/java/com/discord/utilities/coroutines/AppCoroutineScopeKt.java +++ b/app/src/main/java/com/discord/utilities/coroutines/AppCoroutineScopeKt.java @@ -33,7 +33,7 @@ public final class AppCoroutineScopeKt { m.checkNotNullParameter(coroutineStart, "start"); m.checkNotNullParameter(function2, "block"); CoroutineDispatcher coroutineDispatcher = j0.a; - return a.F(coroutineScope, n.b.plus(new AppErrorTag(str)).plus(coroutineContext), coroutineStart, function2); + return a.G(coroutineScope, n.b.plus(new AppErrorTag(str)).plus(coroutineContext), coroutineStart, function2); } public static /* synthetic */ Job appLaunch$default(CoroutineScope coroutineScope, Class cls, CoroutineContext coroutineContext, CoroutineStart coroutineStart, Function2 function2, int i, Object obj) { diff --git a/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt$appAwaitSingle$2.java b/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt$appAwaitSingle$2.java index a6a3417a5b..6032c2ebf3 100644 --- a/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt$appAwaitSingle$2.java +++ b/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt$appAwaitSingle$2.java @@ -142,7 +142,7 @@ public final class RxCoroutineExtensionsKt$appAwaitSingle$2 extends k implements this.L$0 = th2; this.L$1 = null; this.label = 2; - if (a.i0(k1Var, r5, this) == coroutine_suspended) { + if (a.j0(k1Var, r5, this) == coroutine_suspended) { return coroutine_suspended; } th = th2; diff --git a/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt.java b/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt.java index a4be021aa9..657b2172a2 100644 --- a/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt.java +++ b/app/src/main/java/com/discord/utilities/coroutines/RxCoroutineExtensionsKt.java @@ -26,11 +26,11 @@ public final class RxCoroutineExtensionsKt { public static final Object appAwaitSingle(Observable observable, Context context, Continuation continuation) { RxCoroutineExtensionsKt$appAwaitSingle$2 rxCoroutineExtensionsKt$appAwaitSingle$2 = new RxCoroutineExtensionsKt$appAwaitSingle$2(observable, context, null); r rVar = new r(continuation.getContext(), continuation); - Object T = a.T(rVar, rVar, rxCoroutineExtensionsKt$appAwaitSingle$2); - if (T == c.getCOROUTINE_SUSPENDED()) { + Object U = a.U(rVar, rVar, rxCoroutineExtensionsKt$appAwaitSingle$2); + if (U == c.getCOROUTINE_SUSPENDED()) { g.probeCoroutineSuspended(continuation); } - return T; + return U; } public static /* synthetic */ Object appAwaitSingle$default(Observable observable, Context context, Continuation continuation, int i, Object obj) { diff --git a/app/src/main/java/com/discord/utilities/error/Error.java b/app/src/main/java/com/discord/utilities/error/Error.java index de893b23c6..7d5eacbfe9 100644 --- a/app/src/main/java/com/discord/utilities/error/Error.java +++ b/app/src/main/java/com/discord/utilities/error/Error.java @@ -564,7 +564,7 @@ public class Error { retrofit2.Response response2 = httpException.i; if (response2 != null) { headers = response2.a.n; - ResponseBody responseBody = response2.f2960c; + ResponseBody responseBody = response2.f2961c; if (responseBody != null) { MediaType b = responseBody.b(); str2 = b != null ? b.d : str5; diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java index 1633c55acd..20f1f7efe8 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java @@ -209,7 +209,7 @@ public final class NotificationData { private final LinkedHashMap extras; /* renamed from: id reason: collision with root package name */ - private final int f2193id; + private final int f2194id; private boolean ignoreNextClearForAck; public DisplayPayload() { @@ -219,7 +219,7 @@ public final class NotificationData { public DisplayPayload(NotificationData notificationData) { m.checkNotNullParameter(notificationData, "data"); this.data = notificationData; - this.f2193id = new Random().nextInt(Integer.MAX_VALUE); + this.f2194id = new Random().nextInt(Integer.MAX_VALUE); this.extras = new LinkedHashMap<>(); } @@ -256,7 +256,7 @@ public final class NotificationData { } public final int getId() { - return this.f2193id; + return this.f2194id; } public final boolean getIgnoreNextClearForAck() { diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java index c09974a084..1e4bf86e05 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java @@ -196,7 +196,7 @@ public final class NotificationRenderer { } private final NotificationCompat.MessagingStyle getMessageStyle(Context context, NotificationData notificationData, List list, Map map) { - Person build = new Person.Builder().setName(context.getString(R.string.f2978me)).setKey("me").build(); + Person build = new Person.Builder().setName(context.getString(R.string.f2979me)).setKey("me").build(); m.checkNotNullExpressionValue(build, "Person.Builder()\n …ey(\"me\")\n .build()"); NotificationCompat.MessagingStyle groupConversation = new NotificationCompat.MessagingStyle(build).setConversationTitle(notificationData.getConversationTitle(context)).setGroupConversation(notificationData.isGroupConversation()); m.checkNotNullExpressionValue(groupConversation, "NotificationCompat.Messa…tion.isGroupConversation)"); diff --git a/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java b/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java index c50b67ff86..6c961eb18d 100644 --- a/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java +++ b/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java @@ -2,7 +2,6 @@ package com.discord.utilities.features; import com.discord.models.experiments.domain.Experiment; import com.discord.stores.StoreStream; -import d0.z.d.m; /* compiled from: GrowthTeamFeatures.kt */ public final class GrowthTeamFeatures { public static final GrowthTeamFeatures INSTANCE = new GrowthTeamFeatures(); @@ -10,6 +9,11 @@ public final class GrowthTeamFeatures { private GrowthTeamFeatures() { } + private final boolean isExperimentEnabled(String str, int i) { + Experiment userExperiment = StoreStream.Companion.getExperiments().getUserExperiment(str, true); + return userExperiment != null && userExperiment.getBucket() == i; + } + public static /* synthetic */ boolean isExperimentEnabled$default(GrowthTeamFeatures growthTeamFeatures, String str, int i, int i2, Object obj) { if ((i2 & 1) != 0) { i = 1; @@ -21,14 +25,12 @@ public final class GrowthTeamFeatures { return StoreStream.Companion.getExperiments().getGuildExperiment("2021-06_welcome_cta", j, z2); } - public final boolean isCategoriesEnabled() { - return isExperimentEnabled$default(this, "2021-07_desktop_hub_categories", 0, 1, null); + public final boolean isAndroidSmsAutofillEnabled() { + return isExperimentEnabled$default(this, "2021-09_android_sms_autofill", 0, 1, null); } - public final boolean isExperimentEnabled(String str, int i) { - m.checkNotNullParameter(str, "$this$isExperimentEnabled"); - Experiment userExperiment = StoreStream.Companion.getExperiments().getUserExperiment(str, true); - return userExperiment != null && userExperiment.getBucket() == i; + public final boolean isCategoriesEnabled() { + return isExperimentEnabled$default(this, "2021-07_desktop_hub_categories", 0, 1, null); } public final boolean isHubDiscoveryEnabled() { diff --git a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java index b17fbc8bcc..62a01b0064 100644 --- a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java +++ b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java @@ -43,14 +43,14 @@ public final class GiftingUtils { /* renamed from: id reason: collision with root package name */ - private final int f2194id; + private final int f2195id; private SkuTypes(int i) { - this.f2194id = i; + this.f2195id = i; } public final int getId() { - return this.f2194id; + return this.f2195id; } } diff --git a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java index 39d398dd2f..85963c730d 100644 --- a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java +++ b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java @@ -18,21 +18,16 @@ public final class GuildScheduledEventUtilitiesKt { public final /* synthetic */ class WhenMappings { public static final /* synthetic */ int[] $EnumSwitchMapping$0; - public static final /* synthetic */ int[] $EnumSwitchMapping$1; static { GuildScheduledEventTiming.values(); int[] iArr = new int[7]; $EnumSwitchMapping$0 = iArr; - iArr[GuildScheduledEventTiming.LIVE.ordinal()] = 1; - GuildScheduledEventTiming.values(); - int[] iArr2 = new int[7]; - $EnumSwitchMapping$1 = iArr2; - iArr2[GuildScheduledEventTiming.EXPIRED.ordinal()] = 1; - iArr2[GuildScheduledEventTiming.NOW.ordinal()] = 2; - iArr2[GuildScheduledEventTiming.SOON.ordinal()] = 3; - iArr2[GuildScheduledEventTiming.TODAY.ordinal()] = 4; - iArr2[GuildScheduledEventTiming.TOMORROW.ordinal()] = 5; + iArr[GuildScheduledEventTiming.EXPIRED.ordinal()] = 1; + iArr[GuildScheduledEventTiming.NOW.ordinal()] = 2; + iArr[GuildScheduledEventTiming.SOON.ordinal()] = 3; + iArr[GuildScheduledEventTiming.TODAY.ordinal()] = 4; + iArr[GuildScheduledEventTiming.TOMORROW.ordinal()] = 5; } } @@ -48,15 +43,25 @@ public final class GuildScheduledEventUtilitiesKt { if (ordinal == 4 || ordinal == 6) { return b.h(context, R.string.starting_soon, new Object[0], null, 4); } - String format = new SimpleDateFormat("EEE, MMM d · h:mm a", Locale.getDefault()).format(Long.valueOf(j)); - m.checkNotNullExpressionValue(format, "SimpleDateFormat(\"EEE, M…lt())\n .format(this)"); - return format; + String nonRelativeTimeString = getNonRelativeTimeString(j); + m.checkNotNullExpressionValue(nonRelativeTimeString, "getNonRelativeTimeString()"); + return nonRelativeTimeString; } public static final CharSequence getEventStartingTimeString(GuildScheduledEvent guildScheduledEvent, Context context) { m.checkNotNullParameter(guildScheduledEvent, "$this$getEventStartingTimeString"); m.checkNotNullParameter(context, "context"); - return getEventTiming(guildScheduledEvent).ordinal() != 5 ? getEventStartingTimeString(guildScheduledEvent.j().g(), context) : b.h(context, R.string.stage_channel_live_now, new Object[0], null, 4); + GuildScheduledEventTiming eventTiming = getEventTiming(guildScheduledEvent); + long g = guildScheduledEvent.j().g(); + if (eventTiming == GuildScheduledEventTiming.LIVE) { + return b.h(context, R.string.stage_channel_live_now, new Object[0], null, 4); + } + if (guildScheduledEvent.k() != GuildScheduledEventStatus.COMPLETED && guildScheduledEvent.k() != GuildScheduledEventStatus.CANCELED) { + return getEventStartingTimeString(g, context); + } + String nonRelativeTimeString = getNonRelativeTimeString(g); + m.checkNotNullExpressionValue(nonRelativeTimeString, "startTimeMillis.getNonRelativeTimeString()"); + return nonRelativeTimeString; } public static final GuildScheduledEventTiming getEventTiming(long j) { @@ -94,6 +99,10 @@ public final class GuildScheduledEventUtilitiesKt { return (GuildScheduledEvent) obj; } + private static final String getNonRelativeTimeString(long j) { + return new SimpleDateFormat("EEE, MMM d · h:mm a", Locale.getDefault()).format(Long.valueOf(j)); + } + public static final boolean hasLiveEvent(Collection collection) { m.checkNotNullParameter(collection, "$this$hasLiveEvent"); return getLiveEvent(collection) != null; diff --git a/app/src/main/java/com/discord/utilities/images/MGImages.java b/app/src/main/java/com/discord/utilities/images/MGImages.java index 6db9589c91..8b75899654 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImages.java +++ b/app/src/main/java/com/discord/utilities/images/MGImages.java @@ -123,7 +123,7 @@ public final class MGImages { z3 = true; } if (z3) { - b.f2266c = new e(i, i2); + b.f2267c = new e(i, i2); } return b; } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java index 797b458b33..6b7564442f 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java @@ -18,6 +18,6 @@ public final class MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1 extend public MemoryCacheParams get() { MemoryCacheParams memoryCacheParams = super.get(); int i = memoryCacheParams.a; - return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2257c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); + return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2258c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); } } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java index cf1093f37e..e9ddd46904 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java @@ -43,7 +43,7 @@ public final class MGImagesConfig { DiskCacheConfig.b bVar = new DiskCacheConfig.b(context, null); bVar.b = new k(context.getCacheDir()); bVar.a = str; - bVar.f2246c = MAX_DISK_CACHE_SIZE; + bVar.f2247c = MAX_DISK_CACHE_SIZE; DiskCacheConfig diskCacheConfig = new DiskCacheConfig(bVar); m.checkNotNullExpressionValue(diskCacheConfig, "DiskCacheConfig\n …HE_SIZE)\n .build()"); return diskCacheConfig; diff --git a/app/src/main/java/com/discord/utilities/intent/RouteHandlers$selectFeature$settingMap$10.java b/app/src/main/java/com/discord/utilities/intent/RouteHandlers$selectFeature$settingMap$10.java new file mode 100644 index 0000000000..948490354f --- /dev/null +++ b/app/src/main/java/com/discord/utilities/intent/RouteHandlers$selectFeature$settingMap$10.java @@ -0,0 +1,29 @@ +package com.discord.utilities.intent; + +import androidx.fragment.app.FragmentActivity; +import com.discord.widgets.friends.WidgetFriendsAdd; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: RouteHandlers.kt */ +public final class RouteHandlers$selectFeature$settingMap$10 extends o implements Function1 { + public static final RouteHandlers$selectFeature$settingMap$10 INSTANCE = new RouteHandlers$selectFeature$settingMap$10(); + + public RouteHandlers$selectFeature$settingMap$10() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(FragmentActivity fragmentActivity) { + invoke(fragmentActivity); + return Unit.a; + } + + public final void invoke(FragmentActivity fragmentActivity) { + m.checkNotNullParameter(fragmentActivity, "ctx"); + WidgetFriendsAdd.Companion.show$default(WidgetFriendsAdd.Companion, fragmentActivity, null, "Deep Link", 2, null); + } +} diff --git a/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java b/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java index 4a614bfc50..537016dde1 100644 --- a/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java +++ b/app/src/main/java/com/discord/utilities/intent/RouteHandlers.java @@ -358,7 +358,7 @@ public final class RouteHandlers { if (matchResult == null || (groupValues = matchResult.getGroupValues()) == null || (str = (String) u.getOrNull(groupValues, 1)) == null) { str = ""; } - Map mapOf = h0.mapOf(o.to("/account", RouteHandlers$selectFeature$settingMap$1.INSTANCE), o.to("/nitro", RouteHandlers$selectFeature$settingMap$2.INSTANCE), o.to("/voice", RouteHandlers$selectFeature$settingMap$3.INSTANCE), o.to("/createServer", RouteHandlers$selectFeature$settingMap$4.INSTANCE), o.to("/quickSwitcher", RouteHandlers$selectFeature$settingMap$5.INSTANCE), o.to("/friends", RouteHandlers$selectFeature$settingMap$6.INSTANCE), o.to("/mentions", RouteHandlers$selectFeature$settingMap$7.INSTANCE), o.to("/settings", RouteHandlers$selectFeature$settingMap$8.INSTANCE), o.to("/contactSync", RouteHandlers$selectFeature$settingMap$9.INSTANCE)); + Map mapOf = h0.mapOf(o.to("/account", RouteHandlers$selectFeature$settingMap$1.INSTANCE), o.to("/nitro", RouteHandlers$selectFeature$settingMap$2.INSTANCE), o.to("/voice", RouteHandlers$selectFeature$settingMap$3.INSTANCE), o.to("/createServer", RouteHandlers$selectFeature$settingMap$4.INSTANCE), o.to("/quickSwitcher", RouteHandlers$selectFeature$settingMap$5.INSTANCE), o.to("/friends", RouteHandlers$selectFeature$settingMap$6.INSTANCE), o.to("/mentions", RouteHandlers$selectFeature$settingMap$7.INSTANCE), o.to("/settings", RouteHandlers$selectFeature$settingMap$8.INSTANCE), o.to("/contactSync", RouteHandlers$selectFeature$settingMap$9.INSTANCE), o.to("/addFriends", RouteHandlers$selectFeature$settingMap$10.INSTANCE)); StoreStream.Companion.getNavigation().launchNotice(a.u("ROUTING:", str), new RouteHandlers$selectFeature$1(mapOf, str)); return mapOf.containsKey(str) ? new AnalyticsMetadata(str, null, null, 6, null) : AnalyticsMetadata.Companion.getUNKNOWN(); } diff --git a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java index 875120ec3a..4d9d9ef2e1 100644 --- a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java +++ b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java @@ -323,14 +323,14 @@ public abstract class MemberListRow { /* renamed from: id reason: collision with root package name */ - private final long f2195id; + private final long f2196id; private Type(long j) { - this.f2195id = j; + this.f2196id = j; } public final long getId() { - return this.f2195id; + return this.f2196id; } } diff --git a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java index 9bc9a715fe..1914f3d73c 100644 --- a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java +++ b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java @@ -38,7 +38,7 @@ public final class AttachmentRequestBody extends RequestBody { @Override // okhttp3.RequestBody public MediaType contentType() { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; return MediaType.a.b(AttachmentUtilsKt.getMimeType(this.attachment, this.contentResolver)); } diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java index f1b672e216..21078aee66 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java @@ -24,7 +24,7 @@ public final class RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1 m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2949c; + String str = c2.f2950c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI.java b/app/src/main/java/com/discord/utilities/rest/RestAPI.java index cd47d19b44..b5b3fdcf4d 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI.java @@ -223,7 +223,7 @@ public final class RestAPI implements RestAPIInterface { a aVar = new a(new RestAPI$Companion$buildLoggingInterceptor$1()); a.EnumC0314a aVar2 = a.EnumC0314a.BASIC; m.checkParameterIsNotNull(aVar2, ""); - aVar.f2843c = aVar2; + aVar.f2844c = aVar2; return aVar; } diff --git a/app/src/main/java/com/discord/utilities/rest/SendUtils$compressImageAttachments$1.java b/app/src/main/java/com/discord/utilities/rest/SendUtils$compressImageAttachments$1.java index e6f278d9a9..e0ef098f0a 100644 --- a/app/src/main/java/com/discord/utilities/rest/SendUtils$compressImageAttachments$1.java +++ b/app/src/main/java/com/discord/utilities/rest/SendUtils$compressImageAttachments$1.java @@ -73,7 +73,7 @@ public final class SendUtils$compressImageAttachments$1 extends k implements Fun Attachment attachment3; Object obj2; SendUtils$compressImageAttachments$1 sendUtils$compressImageAttachments$12; - Object i02; + Object j02; Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { @@ -170,7 +170,7 @@ public final class SendUtils$compressImageAttachments$1 extends k implements Fun sendUtils$compressImageAttachments$1.L$2 = attachment2; sendUtils$compressImageAttachments$1.L$3 = collection2; sendUtils$compressImageAttachments$1.label = 1; - i02 = a.i0(j0.b, new b(b0.a.a.a.i, context, uri, null), sendUtils$compressImageAttachments$1); + j02 = a.j0(j0.b, new b(b0.a.a.a.i, context, uri, null), sendUtils$compressImageAttachments$1); } catch (Exception unused3) { collection5 = collection2; collection3 = collection2; @@ -187,11 +187,11 @@ public final class SendUtils$compressImageAttachments$1 extends k implements Fun sendUtils$compressImageAttachments$1.$onCompressed.invoke((List) collection2); return Unit.a; } - if (i02 != coroutine_suspended) { + if (j02 != coroutine_suspended) { collection6 = collection2; obj2 = coroutine_suspended; sendUtils$compressImageAttachments$12 = sendUtils$compressImageAttachments$1; - obj = i02; + obj = j02; it = it2; attachment3 = attachment2; collection3 = collection6; diff --git a/app/src/main/java/com/discord/utilities/rest/SendUtils.java b/app/src/main/java/com/discord/utilities/rest/SendUtils.java index 5702a964b6..664e949ae5 100644 --- a/app/src/main/java/com/discord/utilities/rest/SendUtils.java +++ b/app/src/main/java/com/discord/utilities/rest/SendUtils.java @@ -398,7 +398,7 @@ public final class SendUtils { m.checkNotNullParameter(function1, "onCompressed"); w0 w0Var = w0.i; CoroutineDispatcher coroutineDispatcher = j0.a; - c.q.a.k.a.G(w0Var, n.b, null, new SendUtils$compressImageAttachments$1(list, context, function1, null), 2, null); + c.q.a.k.a.H(w0Var, n.b, null, new SendUtils$compressImageAttachments$1(list, context, function1, null), 2, null); } public final Observable getSendPayload(ContentResolver contentResolver, RestAPIParams.Message message, List> list) { diff --git a/app/src/main/java/com/discord/utilities/rx/LeadingEdgeThrottle.java b/app/src/main/java/com/discord/utilities/rx/LeadingEdgeThrottle.java index 471c5e9487..6f11fbadf7 100644 --- a/app/src/main/java/com/discord/utilities/rx/LeadingEdgeThrottle.java +++ b/app/src/main/java/com/discord/utilities/rx/LeadingEdgeThrottle.java @@ -114,7 +114,7 @@ public class LeadingEdgeThrottle implements Observable.b { } } } catch (Throwable th) { - a.b0(th, subscriber2, t); + a.c0(th, subscriber2, t); } } @@ -136,7 +136,7 @@ public class LeadingEdgeThrottle implements Observable.b { try { subscriber.onNext(t); } catch (Throwable th) { - a.b0(th, subscriber2, t); + a.c0(th, subscriber2, t); return; } } diff --git a/app/src/main/java/com/discord/utilities/rx/OperatorBufferedDelay.java b/app/src/main/java/com/discord/utilities/rx/OperatorBufferedDelay.java index b1d46eeebf..99ee9d92ef 100644 --- a/app/src/main/java/com/discord/utilities/rx/OperatorBufferedDelay.java +++ b/app/src/main/java/com/discord/utilities/rx/OperatorBufferedDelay.java @@ -86,7 +86,7 @@ public final class OperatorBufferedDelay implements Observable.b> { + public final /* synthetic */ AppSignatureHelper this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AppSignatureHelper$appSignatures$2(AppSignatureHelper appSignatureHelper) { + super(0); + this.this$0 = appSignatureHelper; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ArrayList mo1invoke() { + ArrayList arrayList = new ArrayList<>(); + try { + String packageName = this.this$0.getPackageName(); + Signature[] signatureArr = this.this$0.getPackageManager().getPackageInfo(packageName, 64).signatures; + m.checkNotNullExpressionValue(signatureArr, "packageManager.getPackag…ATURES\n ).signatures"); + ArrayList arrayList2 = new ArrayList(); + for (Signature signature : signatureArr) { + AppSignatureHelper.Companion companion = AppSignatureHelper.Companion; + m.checkNotNullExpressionValue(packageName, "packageName"); + String charsString = signature.toCharsString(); + m.checkNotNullExpressionValue(charsString, "signature.toCharsString()"); + String access$hash = AppSignatureHelper.Companion.access$hash(companion, packageName, charsString); + if (access$hash != null) { + arrayList2.add(access$hash); + } + } + for (String str : arrayList2) { + arrayList.add(str); + Logger.d$default(AppLog.g, AppSignatureHelper.Companion.getTAG(), "Hash " + str, null, 4, null); + } + } catch (PackageManager.NameNotFoundException e) { + Logger.e$default(AppLog.g, AppSignatureHelper.Companion.getTAG(), "Unable to find package to obtain hash.", e, null, 8, null); + } + return arrayList; + } +} diff --git a/app/src/main/java/com/discord/utilities/sms/AppSignatureHelper.java b/app/src/main/java/com/discord/utilities/sms/AppSignatureHelper.java new file mode 100644 index 0000000000..18c7627e1c --- /dev/null +++ b/app/src/main/java/com/discord/utilities/sms/AppSignatureHelper.java @@ -0,0 +1,92 @@ +package com.discord.utilities.sms; + +import android.annotation.SuppressLint; +import android.content.Context; +import android.content.ContextWrapper; +import android.util.Base64; +import c.q.a.k.a; +import com.discord.app.AppLog; +import com.discord.utilities.logging.Logger; +import d0.g; +import d0.z.d.m; +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.ArrayList; +import java.util.Arrays; +import kotlin.Lazy; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: AppSignatureHelper.kt */ +@SuppressLint({"PackageManagerGetSignatures"}) +public final class AppSignatureHelper extends ContextWrapper { + public static final Companion Companion = new Companion(null); + private static final String HASH_TYPE = "SHA-256"; + private static final int NUM_BASE64_CHAR = 11; + private static final int NUM_HASHED_BYTES = 9; + private static final String TAG; + private final Lazy appSignatures$delegate = g.lazy(new AppSignatureHelper$appSignatures$2(this)); + + /* compiled from: AppSignatureHelper.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public static final /* synthetic */ String access$hash(Companion companion, String str, String str2) { + return companion.hash(str, str2); + } + + private final String hash(String str, String str2) { + String str3 = str + ' ' + str2; + try { + MessageDigest instance = MessageDigest.getInstance("SHA-256"); + m.checkNotNullExpressionValue(instance, "MessageDigest.getInstance(HASH_TYPE)"); + instance.update(a.m(str3)); + byte[] digest = instance.digest(); + m.checkNotNullExpressionValue(digest, "messageDigest.digest()"); + byte[] copyOfRange = Arrays.copyOfRange(digest, 0, 9); + m.checkNotNullExpressionValue(copyOfRange, "Arrays.copyOfRange(hashS…ure, 0, NUM_HASHED_BYTES)"); + String encodeToString = Base64.encodeToString(copyOfRange, 3); + m.checkNotNullExpressionValue(encodeToString, "Base64.encodeToString(ha…ADDING or Base64.NO_WRAP)"); + if (encodeToString != null) { + String substring = encodeToString.substring(0, 11); + m.checkNotNullExpressionValue(substring, "(this as java.lang.Strin…ing(startIndex, endIndex)"); + AppLog appLog = AppLog.g; + String tag = getTAG(); + String format = String.format("pkg: %s -- hash: %s", Arrays.copyOf(new Object[]{str, substring}, 2)); + m.checkNotNullExpressionValue(format, "java.lang.String.format(format, *args)"); + Logger.d$default(appLog, tag, format, null, 4, null); + return substring; + } + throw new NullPointerException("null cannot be cast to non-null type java.lang.String"); + } catch (NoSuchAlgorithmException e) { + Logger.e$default(AppLog.g, getTAG(), "hash:NoSuchAlgorithm", e, null, 8, null); + return null; + } + } + + public final String getTAG() { + return AppSignatureHelper.access$getTAG$cp(); + } + } + + static { + String simpleName = AppSignatureHelper.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "AppSignatureHelper::class.java.simpleName"); + TAG = simpleName; + } + + public AppSignatureHelper(Context context) { + super(context); + } + + public static final /* synthetic */ String access$getTAG$cp() { + return TAG; + } + + public final ArrayList getAppSignatures() { + return (ArrayList) this.appSignatures$delegate.getValue(); + } +} diff --git a/app/src/main/java/com/discord/utilities/sms/SmsListener.java b/app/src/main/java/com/discord/utilities/sms/SmsListener.java new file mode 100644 index 0000000000..6b92d6ba64 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/sms/SmsListener.java @@ -0,0 +1,67 @@ +package com.discord.utilities.sms; + +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.IntentFilter; +import c.i.a.f.e.h.j.k0; +import c.i.a.f.e.h.j.p; +import c.i.a.f.h.b.b; +import c.i.a.f.h.b.h; +import c.i.a.f.h.b.j; +import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.widgets.auth.SmsAuthCodeBroadcastReceiver; +import com.google.android.gms.common.Feature; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: SmsListener.kt */ +public final class SmsListener { + public static final Companion Companion = new Companion(null); + private static BroadcastReceiver broadcastReceiver; + + /* compiled from: SmsListener.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final BroadcastReceiver getBroadcastReceiver() { + return SmsListener.access$getBroadcastReceiver$cp(); + } + + public final void setBroadcastReceiver(BroadcastReceiver broadcastReceiver) { + SmsListener.access$setBroadcastReceiver$cp(broadcastReceiver); + } + + public final void startSmsListener(Context context, Function1 function1) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(function1, "onSuccess"); + h hVar = new h(context); + p.a aVar = new p.a(null); + aVar.a = new j(hVar); + aVar.b = new Feature[]{b.b}; + AnimatableValueParser.p(true, "execute parameter required"); + hVar.c(new k0(aVar, aVar.b, true)); + setBroadcastReceiver(new SmsAuthCodeBroadcastReceiver(function1)); + context.registerReceiver(getBroadcastReceiver(), new IntentFilter("com.google.android.gms.auth.api.phone.SMS_RETRIEVED")); + } + + public final void stopSmsListener(Context context) { + if (getBroadcastReceiver() != null && context != null) { + context.unregisterReceiver(getBroadcastReceiver()); + } + } + } + + public static final /* synthetic */ BroadcastReceiver access$getBroadcastReceiver$cp() { + return broadcastReceiver; + } + + public static final /* synthetic */ void access$setBroadcastReceiver$cp(BroadcastReceiver broadcastReceiver2) { + broadcastReceiver = broadcastReceiver2; + } +} diff --git a/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java index a52c8b8b61..2b23101c2f 100644 --- a/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java +++ b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java @@ -21,7 +21,7 @@ import com.discord.utilities.guilds.MemberVerificationUtils; import com.discord.utilities.permissions.PermissionUtils; import com.discord.widgets.stage.StageChannelJoinHelper; import com.discord.widgets.stage.StageRoles; -import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; +import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import com.discord.widgets.stage.start.WidgetModeratorStartStage; import d0.z.d.m; import java.util.Map; @@ -71,7 +71,7 @@ public final class StageChannelUtils { Long l = (Long) a.c(channel, companion.getPermissions().getPermissionsByChannel()); if (stageInstanceForChannel != null && AnimatableValueParser.v1(stageInstanceForChannel)) { StageChannelJoinHelper.connectToStage$default(StageChannelJoinHelper.INSTANCE, context, fragmentManager, channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); - } else if (stageInstanceForChannel != null || l == null || !PermissionUtils.can(20971536, Long.valueOf(l.longValue())) || !StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(channel.f())) { + } else if (stageInstanceForChannel != null || l == null || !PermissionUtils.can(20971536, Long.valueOf(l.longValue())) || !StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(channel.f())) { MemberVerificationUtils.maybeShowVerificationGate$default(MemberVerificationUtils.INSTANCE, context, fragmentManager, channel.f(), "Guild Voice", null, null, new StageChannelUtils$connectToStageChannel$2(context, fragmentManager, channel), 48, null); } else { WidgetModeratorStartStage.Companion.launch(context, channel.h(), channel.f()); diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java index f6a7b1eee9..b4520ffbd3 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java @@ -226,7 +226,7 @@ public final class EmojiNode extends a implements Sp public static final class Custom extends EmojiIdAndType { /* renamed from: id reason: collision with root package name */ - private final long f2196id; + private final long f2197id; private final boolean isAnimated; private final String name; @@ -234,14 +234,14 @@ public final class EmojiNode extends a implements Sp public Custom(long j, boolean z2, String str) { super(null); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2196id = j; + this.f2197id = j; this.isAnimated = z2; this.name = str; } public static /* synthetic */ Custom copy$default(Custom custom, long j, boolean z2, String str, int i, Object obj) { if ((i & 1) != 0) { - j = custom.f2196id; + j = custom.f2197id; } if ((i & 2) != 0) { z2 = custom.isAnimated; @@ -253,7 +253,7 @@ public final class EmojiNode extends a implements Sp } public final long component1() { - return this.f2196id; + return this.f2197id; } public final boolean component2() { @@ -278,11 +278,11 @@ public final class EmojiNode extends a implements Sp return false; } Custom custom = (Custom) obj; - return this.f2196id == custom.f2196id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); + return this.f2197id == custom.f2197id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); } public final long getId() { - return this.f2196id; + return this.f2197id; } public final String getName() { @@ -291,7 +291,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public int hashCode() { - int a = b.a(this.f2196id) * 31; + int a = b.a(this.f2197id) * 31; boolean z2 = this.isAnimated; if (z2) { z2 = true; @@ -311,7 +311,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public String toString() { StringBuilder P = c.d.b.a.a.P("Custom(id="); - P.append(this.f2196id); + P.append(this.f2197id); P.append(", isAnimated="); P.append(this.isAnimated); P.append(", name="); diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java index e704d80c49..d65be33533 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java @@ -17,7 +17,7 @@ public final class SpoilerNode extends Node implemen private final String content; /* renamed from: id reason: collision with root package name */ - private int f2197id = -1; + private int f2198id = -1; private boolean isRevealed; /* compiled from: SpoilerNode.kt */ @@ -59,7 +59,7 @@ public final class SpoilerNode extends Node implemen } public final int getId() { - return this.f2197id; + return this.f2198id; } @Override // com.discord.utilities.textprocessing.node.Spoilerable @@ -102,7 +102,7 @@ public final class SpoilerNode extends Node implemen } public final void updateState(int i, boolean z2) { - this.f2197id = i; + this.f2198id = i; setRevealed(z2); } } diff --git a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1.java b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1.java index 3be50196d8..3a0b4b6a3a 100644 --- a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1.java +++ b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1.java @@ -60,7 +60,7 @@ public final class LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob long access$getLongPressDelayInMs$p = LinkifiedTextView.ClickableSpanOnTouchListener.access$getLongPressDelayInMs$p(this.this$0); this.L$0 = coroutineScope2; this.label = 1; - if (a.n(access$getLongPressDelayInMs$p, this) == coroutine_suspended) { + if (a.o(access$getLongPressDelayInMs$p, this) == coroutine_suspended) { return coroutine_suspended; } coroutineScope = coroutineScope2; @@ -70,9 +70,9 @@ public final class LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - if (!LinkifiedTextView.ClickableSpanOnTouchListener.access$isClickHandled$p(this.this$0).getAndSet(true) && a.A(coroutineScope) && (view = (View) this.$weakView.get()) != null) { + if (!LinkifiedTextView.ClickableSpanOnTouchListener.access$isClickHandled$p(this.this$0).getAndSet(true) && a.B(coroutineScope) && (view = (View) this.$weakView.get()) != null) { CoroutineDispatcher coroutineDispatcher = j0.a; - a.G(coroutineScope, n.b, null, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1$invokeSuspend$$inlined$also$lambda$1(view, null, this, coroutineScope), 2, null); + a.H(coroutineScope, n.b, null, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1$invokeSuspend$$inlined$also$lambda$1(view, null, this, coroutineScope), 2, null); } return Unit.a; } diff --git a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java index 2eec50c0ba..68e35eece9 100644 --- a/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java +++ b/app/src/main/java/com/discord/utilities/view/text/LinkifiedTextView.java @@ -161,9 +161,9 @@ public final class LinkifiedTextView extends SimpleDraweeSpanTextView { a.k(job2, null, 1, null); } if (ref$ObjectRef.element instanceof com.discord.utilities.spans.ClickableSpan) { - Job G = a.G(w0.i, j0.a, null, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1(this, new WeakReference(view), ref$ObjectRef, null), 2, null); - ((g1) G).f(false, true, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$$inlined$apply$lambda$1(G, this)); - Job andSet = this.job.getAndSet(G); + Job H = a.H(w0.i, j0.a, null, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1(this, new WeakReference(view), ref$ObjectRef, null), 2, null); + ((g1) H).f(false, true, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$$inlined$apply$lambda$1(H, this)); + Job andSet = this.job.getAndSet(H); if (andSet != null) { a.k(andSet, null, 1, null); } diff --git a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java index 16eb644f98..8d54016342 100644 --- a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java +++ b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java @@ -66,7 +66,7 @@ public final class CallSoundManager { private final StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream; /* renamed from: me reason: collision with root package name */ - private final MeUser f2198me; + private final MeUser f2199me; private final RtcConnection.State rtcConnectionState; private final Channel selectedVoiceChannel; private final Map> streamSpectators; @@ -87,7 +87,7 @@ public final class CallSoundManager { this.streamsByUser = map2; this.streamSpectators = map3; this.activeApplicationStream = activeApplicationStream; - this.f2198me = meUser; + this.f2199me = meUser; this.selectedVoiceChannel = channel; } @@ -110,7 +110,7 @@ public final class CallSoundManager { activeApplicationStream = storeState.activeApplicationStream; } if ((i & 32) != 0) { - meUser = storeState.f2198me; + meUser = storeState.f2199me; } if ((i & 64) != 0) { channel = storeState.selectedVoiceChannel; @@ -139,7 +139,7 @@ public final class CallSoundManager { } public final MeUser component6() { - return this.f2198me; + return this.f2199me; } public final Channel component7() { @@ -163,7 +163,7 @@ public final class CallSoundManager { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2198me, storeState.f2198me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); + return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2199me, storeState.f2199me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); } public final StoreApplicationStreaming.ActiveApplicationStream getActiveApplicationStream() { @@ -171,7 +171,7 @@ public final class CallSoundManager { } public final MeUser getMe() { - return this.f2198me; + return this.f2199me; } public final RtcConnection.State getRtcConnectionState() { @@ -206,7 +206,7 @@ public final class CallSoundManager { int hashCode4 = (hashCode3 + (map3 != null ? map3.hashCode() : 0)) * 31; StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream = this.activeApplicationStream; int hashCode5 = (hashCode4 + (activeApplicationStream != null ? activeApplicationStream.hashCode() : 0)) * 31; - MeUser meUser = this.f2198me; + MeUser meUser = this.f2199me; int hashCode6 = (hashCode5 + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.selectedVoiceChannel; if (channel != null) { @@ -227,7 +227,7 @@ public final class CallSoundManager { P.append(", activeApplicationStream="); P.append(this.activeApplicationStream); P.append(", me="); - P.append(this.f2198me); + P.append(this.f2199me); P.append(", selectedVoiceChannel="); P.append(this.selectedVoiceChannel); P.append(")"); diff --git a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java index 9a3b264dcc..62b58a39ae 100644 --- a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java +++ b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java @@ -12,7 +12,7 @@ public final class ScreenShareManager$startStream$1 implements b weakReference2 = TooltipManager.a.a; tooltipManager3 = weakReference2 != null ? weakReference2.get() : tooltipManager3; if (tooltipManager3 == null) { - TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager4); tooltipManager3 = tooltipManager4; } diff --git a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java index 43000c92b7..0c815e5a22 100644 --- a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java +++ b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java @@ -188,7 +188,7 @@ public final class WebSocket { private final okhttp3.WebSocket createWebSocket(String str, SSLSocketFactory sSLSocketFactory, WebSocketListener webSocketListener) { x.a aVar = new x.a(); if (sSLSocketFactory != null) { - h.a aVar2 = h.f2829c; + h.a aVar2 = h.f2830c; aVar.b(sSLSocketFactory, h.a.n()); } aVar.a(1, TimeUnit.MINUTES); diff --git a/app/src/main/java/com/discord/views/CheckedSetting.java b/app/src/main/java/com/discord/views/CheckedSetting.java index 3ea808b8b9..1c07251aad 100644 --- a/app/src/main/java/com/discord/views/CheckedSetting.java +++ b/app/src/main/java/com/discord/views/CheckedSetting.java @@ -160,7 +160,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { public final TextView b; /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2199c; + public final LinkifiedTextView f2200c; public final ImageView d; public c(ViewGroup viewGroup, r3 r3Var, int i) { @@ -197,7 +197,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { this.b = textView4; LinkifiedTextView linkifiedTextView2 = r3Var2.d; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.settingSubtext"); - this.f2199c = linkifiedTextView2; + this.f2200c = linkifiedTextView2; ImageView imageView2 = r3Var2.b; m.checkNotNullExpressionValue(imageView2, "binding.settingDrawableLeft"); this.d = imageView2; @@ -220,7 +220,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { @Override // com.discord.views.CheckedSetting.b public TextView f() { - return this.f2199c; + return this.f2200c; } } diff --git a/app/src/main/java/com/discord/views/FailedUploadList.java b/app/src/main/java/com/discord/views/FailedUploadList.java index 7109cce639..9c3d30357d 100644 --- a/app/src/main/java/com/discord/views/FailedUploadList.java +++ b/app/src/main/java/com/discord/views/FailedUploadList.java @@ -36,14 +36,14 @@ public final class FailedUploadList extends LinearLayout { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f2200c; + public final String f2201c; public a(String str, long j, String str2) { m.checkNotNullParameter(str, "displayName"); m.checkNotNullParameter(str2, "mimeType"); this.a = str; this.b = j; - this.f2200c = str2; + this.f2201c = str2; } public boolean equals(Object obj) { @@ -54,14 +54,14 @@ public final class FailedUploadList extends LinearLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2200c, aVar.f2200c); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2201c, aVar.f2201c); } public int hashCode() { String str = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((str != null ? str.hashCode() : 0) * 31)) * 31; - String str2 = this.f2200c; + String str2 = this.f2201c; if (str2 != null) { i = str2.hashCode(); } @@ -74,7 +74,7 @@ public final class FailedUploadList extends LinearLayout { P.append(", sizeBytes="); P.append(this.b); P.append(", mimeType="); - return c.d.b.a.a.H(P, this.f2200c, ")"); + return c.d.b.a.a.H(P, this.f2201c, ")"); } } @@ -235,7 +235,7 @@ public final class FailedUploadList extends LinearLayout { String str = aVar.a; Context context4 = failedUploadView2.getContext(); m.checkNotNullExpressionValue(context4, "context"); - failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2200c), FileUtilsKt.getSizeSubtitle(aVar.b)); + failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2201c), FileUtilsKt.getSizeSubtitle(aVar.b)); } } else if (obj instanceof b.C0186b) { b.C0186b bVar = (b.C0186b) obj; diff --git a/app/src/main/java/com/discord/views/NumericBadgingView.java b/app/src/main/java/com/discord/views/NumericBadgingView.java index 14f68de5c8..1aeebca2bb 100644 --- a/app/src/main/java/com/discord/views/NumericBadgingView.java +++ b/app/src/main/java/com/discord/views/NumericBadgingView.java @@ -21,7 +21,7 @@ public final class NumericBadgingView extends CutoutView { public float r = ((float) DimenUtils.dpToPixels(4)); /* renamed from: s reason: collision with root package name */ - public RectF f2201s = new RectF(); + public RectF f2202s = new RectF(); public String t = ""; public final Paint u; public final Paint v; @@ -122,12 +122,12 @@ public final class NumericBadgingView extends CutoutView { if (!(this.t.length() == 0)) { Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); - float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2201s.width() / 2.0f) : this.f2201s.width() / 2.0f; + float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2202s.width() / 2.0f) : this.f2202s.width() / 2.0f; int save = canvas.save(); - canvas.translate(measuredWidth, this.f2201s.height() / 2.0f); + canvas.translate(measuredWidth, this.f2202s.height() / 2.0f); try { - float height = this.f2201s.height() / 2.0f; - canvas.drawRoundRect(this.f2201s, height, height, this.u); + float height = this.f2202s.height() / 2.0f; + canvas.drawRoundRect(this.f2202s, height, height, this.u); canvas.drawText(this.t, 0.0f, -((this.v.descent() + this.v.ascent()) / 2.0f), this.v); } finally { canvas.restoreToCount(save); @@ -153,8 +153,8 @@ public final class NumericBadgingView extends CutoutView { float textSize = this.v.getTextSize() + ((float) this.q); float f = textSize / 2.0f; float measureText = i >= 10 ? (this.v.measureText(this.t) + textSize) / 2.0f : f; - this.f2201s.set(-measureText, -f, measureText, f); - setStyle(new a(this.f2201s, this.r)); + this.f2202s.set(-measureText, -f, measureText, f); + setStyle(new a(this.f2202s, this.r)); invalidate(); } } diff --git a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java index 1643210126..31ed6c5c01 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java +++ b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java @@ -38,10 +38,10 @@ import rx.Observable; public final class OverlayMenuBubbleDialog extends l implements AppComponent { /* renamed from: y reason: collision with root package name */ - public final q0 f2202y; + public final q0 f2203y; /* renamed from: z reason: collision with root package name */ - public final SimpleRecyclerAdapter f2203z; + public final SimpleRecyclerAdapter f2204z; /* compiled from: OverlayMenuBubbleDialog.kt */ public static final class a extends SimpleRecyclerAdapter.ViewHolder { @@ -119,7 +119,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { Pair, ? extends Integer> pair2 = pair; int intValue = ((Number) pair2.component2()).intValue(); OverlayMenuBubbleDialog overlayMenuBubbleDialog = this.this$0; - overlayMenuBubbleDialog.f2203z.setData((List) pair2.component1()); + overlayMenuBubbleDialog.f2204z.setData((List) pair2.component1()); if (intValue == 0) { str = null; } else { @@ -128,7 +128,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { sb.append(intValue); str = sb.toString(); } - TextView textView = overlayMenuBubbleDialog.f2202y.d; + TextView textView = overlayMenuBubbleDialog.f2203y.d; m.checkNotNullExpressionValue(textView, "binding.overlayMembersOverflowTv"); ViewExtensions.setTextAndVisibilityBy(textView, str); return Unit.a; @@ -158,8 +158,8 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { if (overlayMenuView != null) { q0 q0Var = new q0((LinearLayout) inflate, linearLayout, findViewById, textView, recyclerView, overlayMenuView); m.checkNotNullExpressionValue(q0Var, "OverlayBubbleMenuBinding…rom(context), this, true)"); - this.f2202y = q0Var; - this.f2203z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); + this.f2203y = q0Var; + this.f2204z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); overlayMenuView.setOnDismissRequested$app_productionCanaryRelease(new q(0, this)); setClipChildren(false); return; @@ -175,18 +175,18 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { public Animator getClosingAnimator() { AnimatorSet animatorSet = new AnimatorSet(); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); - OverlayMenuView overlayMenuView = this.f2202y.f; + OverlayMenuView overlayMenuView = this.f2203y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView.getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f2202y.f); + loadAnimator.setTarget(this.f2203y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_out); - loadAnimator2.setTarget(this.f2202y.b); + loadAnimator2.setTarget(this.f2203y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); return animatorSet; } public final View getLinkedAnchorView() { - View view = this.f2202y.f148c; + View view = this.f2203y.f148c; m.checkNotNullExpressionValue(view, "binding.overlayLinkedAnchorView"); return view; } @@ -194,25 +194,25 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { @Override // android.view.View, android.view.ViewGroup public void onAttachedToWindow() { super.onAttachedToWindow(); - OverlayMenuView overlayMenuView = this.f2202y.f; + OverlayMenuView overlayMenuView = this.f2203y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); overlayMenuView.setAlpha(0.0f); - LinearLayout linearLayout = this.f2202y.b; + LinearLayout linearLayout = this.f2203y.b; m.checkNotNullExpressionValue(linearLayout, "binding.overlayHeader"); linearLayout.setAlpha(0.0f); AnimatorSet animatorSet = new AnimatorSet(); - OverlayMenuView overlayMenuView2 = this.f2202y.f; + OverlayMenuView overlayMenuView2 = this.f2203y.f; m.checkNotNullExpressionValue(overlayMenuView2, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView2.getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f2202y.f); + loadAnimator.setTarget(this.f2203y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_in); - loadAnimator2.setTarget(this.f2202y.b); + loadAnimator2.setTarget(this.f2203y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); animatorSet.start(); - RecyclerView recyclerView = this.f2202y.e; + RecyclerView recyclerView = this.f2203y.e; m.checkNotNullExpressionValue(recyclerView, "binding.overlayMembersRv"); - recyclerView.setAdapter(this.f2203z); + recyclerView.setAdapter(this.f2204z); Observable F = StoreStream.Companion.getVoiceChannelSelected().observeSelectedVoiceChannelId().X(b.i).F(c.i); m.checkNotNullExpressionValue(F, "StoreStream\n .get…- 3\n }\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(F), this, null, 2, null), OverlayMenuBubbleDialog.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); diff --git a/app/src/main/java/com/discord/views/OverlayMenuView.java b/app/src/main/java/com/discord/views/OverlayMenuView.java index f571156d60..03ac26dd5a 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuView.java +++ b/app/src/main/java/com/discord/views/OverlayMenuView.java @@ -46,14 +46,14 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent public final Guild b; /* renamed from: c reason: collision with root package name */ - public final CallModel f2204c; + public final CallModel f2205c; public final RtcConnection.Quality d; public a(Long l, Guild guild, CallModel callModel, RtcConnection.Quality quality) { m.checkNotNullParameter(quality, "rtcQuality"); this.a = l; this.b = guild; - this.f2204c = callModel; + this.f2205c = callModel; this.d = quality; } } @@ -77,7 +77,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent OverlayMenuView overlayMenuView = this.this$0; int i = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); - if (aVar2.f2204c != null) { + if (aVar2.f2205c != null) { overlayMenuView.j.b.d.setOnClickListener(new e(0, overlayMenuView, aVar2)); TextView textView = overlayMenuView.j.b.d; m.checkNotNullExpressionValue(textView, "binding.content.overlayInviteLink"); @@ -86,13 +86,13 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent overlayMenuView.j.b.f.setOnClickListener(new e(1, overlayMenuView, aVar2)); ImageView imageView = overlayMenuView.j.e; m.checkNotNullExpressionValue(imageView, "binding.srcToggle"); - ColorStateList valueOf = aVar2.f2204c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); + ColorStateList valueOf = aVar2.f2205c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); m.checkNotNullExpressionValue(valueOf, "if (selectedOutputDevice…rimary_dark_400))\n }"); imageView.setImageTintList(valueOf); overlayMenuView.j.e.setOnClickListener(new h(1, aVar2)); ImageView imageView2 = overlayMenuView.j.d; m.checkNotNullExpressionValue(imageView2, "binding.muteToggle"); - imageView2.setActivated(aVar2.f2204c.isMeMutedByAnySource()); + imageView2.setActivated(aVar2.f2205c.isMeMutedByAnySource()); overlayMenuView.j.d.setOnClickListener(new h(2, aVar2)); overlayMenuView.j.f150c.setOnClickListener(new h(3, overlayMenuView)); overlayMenuView.j.b.e.setImageResource(VoiceViewUtils.INSTANCE.getQualityIndicator(aVar2.d)); @@ -106,7 +106,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent textView2.setText(name); TextView textView3 = overlayMenuView.j.b.b; m.checkNotNullExpressionValue(textView3, "binding.content.overlayChannelName"); - textView3.setText(AnimatableValueParser.y0(aVar2.f2204c.getChannel())); + textView3.setText(AnimatableValueParser.y0(aVar2.f2205c.getChannel())); } } return Unit.a; diff --git a/app/src/main/java/com/discord/views/PileView.java b/app/src/main/java/com/discord/views/PileView.java index fa89e33d2a..2d3abacf3f 100644 --- a/app/src/main/java/com/discord/views/PileView.java +++ b/app/src/main/java/com/discord/views/PileView.java @@ -45,7 +45,7 @@ public final class PileView extends FrameLayout { public final CutoutView.a r; /* renamed from: s reason: collision with root package name */ - public int f2205s = DimenUtils.dpToPixels(14); + public int f2206s = DimenUtils.dpToPixels(14); public boolean t; @ColorInt public int u; @@ -141,7 +141,7 @@ public final class PileView extends FrameLayout { this.q = obtainStyledAttributes.getDimensionPixelSize(1, this.q); this.j = obtainStyledAttributes.getBoolean(10, this.j); this.k = obtainStyledAttributes.getBoolean(9, this.k); - this.f2205s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2205s); + this.f2206s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2206s); this.t = obtainStyledAttributes.getBoolean(11, this.t); this.u = obtainStyledAttributes.getColor(8, this.u); obtainStyledAttributes.recycle(); @@ -260,7 +260,7 @@ public final class PileView extends FrameLayout { sb.append('+'); sb.append(size); textView2.setText(sb.toString()); - textView2.setTextSize(0, (float) this.f2205s); + textView2.setTextSize(0, (float) this.f2206s); m.checkNotNullExpressionValue(cutoutView2, "overflowItemBinding.root"); addView(cutoutView2, cutoutView2.getLayoutParams()); m.checkNotNullExpressionValue(textView2, "overflowItemBinding.pileItemText"); diff --git a/app/src/main/java/com/discord/views/calls/SpeakerPulseView.java b/app/src/main/java/com/discord/views/calls/SpeakerPulseView.java index c437d48cac..495b7ed25a 100644 --- a/app/src/main/java/com/discord/views/calls/SpeakerPulseView.java +++ b/app/src/main/java/com/discord/views/calls/SpeakerPulseView.java @@ -293,7 +293,7 @@ public final class SpeakerPulseView extends FrameLayout { t tVar = this.this$0.l; a aVar = new a(this, null); this.label = 1; - if (c.q.a.k.a.i0(tVar, aVar, this) == coroutine_suspended) { + if (c.q.a.k.a.j0(tVar, aVar, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -455,7 +455,7 @@ public final class SpeakerPulseView extends FrameLayout { } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - while (c.q.a.k.a.A(coroutineScope2)) { + while (c.q.a.k.a.B(coroutineScope2)) { e0[] e0VarArr = {c.q.a.k.a.f(coroutineScope2, null, null, new d(speakerPulseView2, null), 3, null), c.q.a.k.a.f(coroutineScope2, null, null, new e(speakerPulseView2, null), 3, null)}; cVar.L$0 = speakerPulseView2; cVar.L$1 = coroutineScope2; @@ -474,7 +474,7 @@ public final class SpeakerPulseView extends FrameLayout { i = cVar.label; if (i != 0) { } - while (c.q.a.k.a.A(coroutineScope2)) { + while (c.q.a.k.a.B(coroutineScope2)) { } return Unit.a; } @@ -487,7 +487,7 @@ public final class SpeakerPulseView extends FrameLayout { if (job != null) { c.q.a.k.a.k(job, null, 1, null); } - this.m = c.q.a.k.a.G(coroutineScope, null, null, new f(this, null), 3, null); + this.m = c.q.a.k.a.H(coroutineScope, null, null, new f(this, null), 3, null); } } diff --git a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java index a3e15ba9e0..6a5b7b2172 100644 --- a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java +++ b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java @@ -70,14 +70,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public boolean r; /* renamed from: s reason: collision with root package name */ - public VideoCallGridAdapter.CallUiInsets f2206s; + public VideoCallGridAdapter.CallUiInsets f2207s; public boolean t; public Drawable u; public Drawable v; public Function2 w; /* renamed from: x reason: collision with root package name */ - public Function2 f2207x; + public Function2 f2208x; /* compiled from: VideoCallParticipantView.kt */ public static final class ParticipantData implements FrameGridLayout.Data { @@ -85,7 +85,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StoreVoiceParticipants.VoiceUser b; /* renamed from: c reason: collision with root package name */ - public final boolean f2208c; + public final boolean f2209c; public final RendererCommon.ScalingType d; public final RendererCommon.ScalingType e; public final ApplicationStreamState f; @@ -115,14 +115,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StreamResolution b; /* renamed from: c reason: collision with root package name */ - public final StreamFps f2209c; + public final StreamFps f2210c; public final boolean d; public a(boolean z2, StreamResolution streamResolution, StreamFps streamFps, boolean z3) { m.checkNotNullParameter(streamResolution, "resolution"); this.a = z2; this.b = streamResolution; - this.f2209c = streamFps; + this.f2210c = streamFps; this.d = z3; } @@ -134,7 +134,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2209c, aVar.f2209c) && this.d == aVar.d; + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2210c, aVar.f2210c) && this.d == aVar.d; } public int hashCode() { @@ -150,7 +150,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StreamResolution streamResolution = this.b; int i6 = 0; int hashCode = (i5 + (streamResolution != null ? streamResolution.hashCode() : 0)) * 31; - StreamFps streamFps = this.f2209c; + StreamFps streamFps = this.f2210c; if (streamFps != null) { i6 = streamFps.hashCode(); } @@ -168,7 +168,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements P.append(", resolution="); P.append(this.b); P.append(", fps="); - P.append(this.f2209c); + P.append(this.f2210c); P.append(", isBadQuality="); return c.d.b.a.a.L(P, this.d, ")"); } @@ -181,7 +181,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(voiceUser, "participant"); m.checkNotNullParameter(type, "type"); this.b = voiceUser; - this.f2208c = z2; + this.f2209c = z2; this.d = scalingType; this.e = scalingType2; this.f = applicationStreamState; @@ -204,7 +204,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public static ParticipantData a(ParticipantData participantData, StoreVoiceParticipants.VoiceUser voiceUser, boolean z2, RendererCommon.ScalingType scalingType, RendererCommon.ScalingType scalingType2, ApplicationStreamState applicationStreamState, Type type, boolean z3, boolean z4, a aVar, int i) { Type type2 = null; StoreVoiceParticipants.VoiceUser voiceUser2 = (i & 1) != 0 ? participantData.b : null; - boolean z5 = (i & 2) != 0 ? participantData.f2208c : z2; + boolean z5 = (i & 2) != 0 ? participantData.f2209c : z2; RendererCommon.ScalingType scalingType3 = (i & 4) != 0 ? participantData.d : scalingType; RendererCommon.ScalingType scalingType4 = (i & 8) != 0 ? participantData.e : scalingType2; ApplicationStreamState applicationStreamState2 = (i & 16) != 0 ? participantData.f : null; @@ -253,7 +253,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } ParticipantData participantData = (ParticipantData) obj; - return m.areEqual(this.b, participantData.b) && this.f2208c == participantData.f2208c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); + return m.areEqual(this.b, participantData.b) && this.f2209c == participantData.f2209c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); } @Override // com.discord.utilities.view.grid.FrameGridLayout.Data @@ -265,7 +265,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StoreVoiceParticipants.VoiceUser voiceUser = this.b; int i = 0; int hashCode = (voiceUser != null ? voiceUser.hashCode() : 0) * 31; - boolean z2 = this.f2208c; + boolean z2 = this.f2209c; int i2 = 1; if (z2) { z2 = true; @@ -306,7 +306,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StringBuilder P = c.d.b.a.a.P("ParticipantData(participant="); P.append(this.b); P.append(", mirrorVideo="); - P.append(this.f2208c); + P.append(this.f2209c); P.append(", scalingType="); P.append(this.d); P.append(", scalingTypeMismatchOrientation="); @@ -430,7 +430,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final void onClick(View view) { Function2 function2 = this.i.w; ParticipantData.a aVar = this.j; - function2.invoke(aVar.b, aVar.f2209c); + function2.invoke(aVar.b, aVar.f2210c); } } @@ -517,11 +517,11 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullExpressionValue(g4Var, "ViewVideoCallParticipant…ater.from(context), this)"); this.i = g4Var; this.m = j.i; - this.f2206s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); + this.f2207s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); this.u = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator); this.v = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator_split_pill); this.w = t.i; - this.f2207x = t.j; + this.f2208x = t.j; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet2, R.a.VideoCallParticipantView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr… 0\n )"); @@ -569,7 +569,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements z2 = videoCallParticipantView.r; } if ((i & 8) != 0) { - callUiInsets2 = videoCallParticipantView.f2206s; + callUiInsets2 = videoCallParticipantView.f2207s; } if ((i & 16) != 0) { z3 = videoCallParticipantView.t; @@ -587,8 +587,8 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return; } ConstraintLayout constraintLayout = this.i.e; - constraintLayout.setTranslationX(-((float) this.f2206s.getRight())); - constraintLayout.setTranslationY((float) this.f2206s.getTop()); + constraintLayout.setTranslationX(-((float) this.f2207s.getRight())); + constraintLayout.setTranslationY((float) this.f2207s.getTop()); constraintLayout.setOnClickListener(new a(this, aVar)); ImageView imageView = this.i.f; m.checkNotNullExpressionValue(imageView, "binding.participantFullscreenStreamqualIcon"); @@ -597,7 +597,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); CharSequence a2 = streamResolution.a(context); - StreamFps streamFps = aVar.f2209c; + StreamFps streamFps = aVar.f2210c; if (streamFps != null) { Context context2 = getContext(); m.checkNotNullExpressionValue(context2, "context"); @@ -628,7 +628,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements textView2.setVisibility(i); textView2.setTextColor(ContextCompat.getColor(textView2.getContext(), i2)); textView2.requestLayout(); - this.f2207x.invoke(aVar.b, aVar.f2209c); + this.f2208x.invoke(aVar.b, aVar.f2210c); b(true); } @@ -660,7 +660,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(callUiInsets, "callUiInsets"); this.q = displayCutoutCompat; this.r = z2; - this.f2206s = callUiInsets; + this.f2207s = callUiInsets; this.t = z3; StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.b : null; if (voiceUser != null) { @@ -912,7 +912,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements RendererCommon.ScalingType scalingType = participantData == null ? participantData.d : null; RendererCommon.ScalingType scalingType2 = participantData == null ? participantData.e : null; if (participantData == null) { - z5 = participantData.f2208c; + z5 = participantData.f2209c; num = b2; } else { num = b2; diff --git a/app/src/main/java/com/discord/views/steps/StepsView.java b/app/src/main/java/com/discord/views/steps/StepsView.java index 2b14e813f1..1a27362ed0 100644 --- a/app/src/main/java/com/discord/views/steps/StepsView.java +++ b/app/src/main/java/com/discord/views/steps/StepsView.java @@ -88,7 +88,7 @@ public final class StepsView extends RelativeLayout { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2210c; + public final int f2211c; public final Function1 d; public final Function1 e; public final Function1 f; @@ -109,7 +109,7 @@ public final class StepsView extends RelativeLayout { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2211s; + public final boolean f2212s; public final boolean t; /* JADX WARNING: Illegal instructions before constructor call */ @@ -137,7 +137,7 @@ public final class StepsView extends RelativeLayout { this.p = null; this.q = function14; this.r = z6; - this.f2211s = z7; + this.f2212s = z7; this.t = z5; } @@ -149,7 +149,7 @@ public final class StepsView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2211s == aVar.f2211s && this.t == aVar.t; + return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2212s == aVar.f2212s && this.t == aVar.t; } public int hashCode() { @@ -176,7 +176,7 @@ public final class StepsView extends RelativeLayout { int i5 = z2 ? 1 : 0; int i6 = z2 ? 1 : 0; int i7 = (i2 + i4) * 31; - boolean z3 = this.f2211s; + boolean z3 = this.f2212s; if (z3) { z3 = true; } @@ -211,7 +211,7 @@ public final class StepsView extends RelativeLayout { P.append(", canNext="); P.append(this.r); P.append(", canCancel="); - P.append(this.f2211s); + P.append(this.f2212s); P.append(", allowScroll="); return c.d.b.a.a.L(P, this.t, ")"); } @@ -243,7 +243,7 @@ public final class StepsView extends RelativeLayout { public b(int i, int i2, int i3, Function1 function1, Function1 function12, Function1 function13, boolean z2, boolean z3, boolean z4, DefaultConstructorMarker defaultConstructorMarker) { this.a = i; this.b = i2; - this.f2210c = i3; + this.f2211c = i3; this.d = function1; this.e = function12; this.f = function13; @@ -302,19 +302,19 @@ public final class StepsView extends RelativeLayout { public final /* synthetic */ Function1 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function0 f2212c; + public final /* synthetic */ Function0 f2213c; public e(StepsView stepsView, Function1 function1, Function0 function0) { this.a = stepsView; this.b = function1; - this.f2212c = function0; + this.f2213c = function0; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageSelected(int i) { this.b.invoke(Integer.valueOf(i)); StepsView stepsView = this.a; - Function0 function0 = this.f2212c; + Function0 function0 = this.f2213c; int i2 = StepsView.i; stepsView.c(i, function0); } @@ -454,7 +454,7 @@ public final class StepsView extends RelativeLayout { TextView textView = this.j.f188c; m.checkNotNullExpressionValue(textView, "binding.stepsCancel"); textView.setText(getContext().getString(((b) list.get(i2)).b)); - this.j.e.setText(getContext().getString(((b) list.get(i2)).f2210c)); + this.j.e.setText(getContext().getString(((b) list.get(i2)).f2211c)); MaterialButton materialButton = this.j.f; m.checkNotNullExpressionValue(materialButton, "binding.stepsNext"); materialButton.setText(getContext().getString(((b) list.get(i2)).a)); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java index 5395db64d9..1c3fe9836d 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java @@ -46,7 +46,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public final Presence b; /* renamed from: c reason: collision with root package name */ - public final StreamContext f2213c; + public final StreamContext f2214c; public final boolean d; public final GuildMember e; @@ -54,7 +54,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2213c = streamContext; + this.f2214c = streamContext; this.d = z2; this.e = guildMember; } @@ -64,7 +64,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2213c = streamContext; + this.f2214c = streamContext; this.d = z2; this.e = null; } @@ -77,7 +77,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2213c, aVar.f2213c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2214c, aVar.f2214c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { @@ -86,7 +86,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { int hashCode = (user != null ? user.hashCode() : 0) * 31; Presence presence = this.b; int hashCode2 = (hashCode + (presence != null ? presence.hashCode() : 0)) * 31; - StreamContext streamContext = this.f2213c; + StreamContext streamContext = this.f2214c; int hashCode3 = (hashCode2 + (streamContext != null ? streamContext.hashCode() : 0)) * 31; boolean z2 = this.d; if (z2) { @@ -109,7 +109,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { P.append(", presence="); P.append(this.b); P.append(", streamContext="); - P.append(this.f2213c); + P.append(this.f2214c); P.append(", showPresence="); P.append(this.d); P.append(", guildMember="); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java index 8c761d2540..19e4600216 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java @@ -20,7 +20,7 @@ public final class UserAvatarPresenceViewController extends RxViewController observeState() { Observable F = this.b.observeUser(this.a).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(F, "filter { it != null }.map { it!! }"); - Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2214c), this.d.getForUser(this.a, false), a.a); + Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2215c), this.d.getForUser(this.a, false), a.a); m.checkNotNullExpressionValue(i, "Observable.combineLatest…nce = true,\n )\n }"); return i; } diff --git a/app/src/main/java/com/discord/widgets/auth/SmsAuthCodeBroadcastReceiver.java b/app/src/main/java/com/discord/widgets/auth/SmsAuthCodeBroadcastReceiver.java index 44cf57faef..a9e2f6a115 100644 --- a/app/src/main/java/com/discord/widgets/auth/SmsAuthCodeBroadcastReceiver.java +++ b/app/src/main/java/com/discord/widgets/auth/SmsAuthCodeBroadcastReceiver.java @@ -7,29 +7,28 @@ import android.os.Bundle; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; import com.google.android.gms.common.api.Status; +import d0.g0.w; import d0.z.d.m; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: SmsAuthCodeBroadcastReceiver.kt */ public final class SmsAuthCodeBroadcastReceiver extends BroadcastReceiver { - private final Function1 onReceiveCallback; + private final Function1 onReceiveCallback; - /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ - public SmsAuthCodeBroadcastReceiver(Function1 function1) { + public SmsAuthCodeBroadcastReceiver(Function1 function1) { m.checkNotNullParameter(function1, "onReceiveCallback"); this.onReceiveCallback = function1; } - private final CharSequence extractCode(String str) { - if (str == null) { - return null; - } + private final String extractCode(String str) { + String substringBefore$default = w.substringBefore$default(str, "\n\n", (String) null, 2, (Object) null); StringBuilder sb = new StringBuilder(); - int length = str.length(); + int length = substringBefore$default.length(); for (int i = 0; i < length; i++) { - char charAt = str.charAt(i); + char charAt = substringBefore$default.charAt(i); if (Character.isDigit(charAt)) { sb.append(charAt); } @@ -48,18 +47,22 @@ public final class SmsAuthCodeBroadcastReceiver extends BroadcastReceiver { Logger.d$default(appLog, simpleName, "Failed to extract code due to empty message.", null, 4, null); return; } - CharSequence extractCode = extractCode((String) obj); - if (extractCode == null || extractCode.length() == 0) { + String extractCode = extractCode((String) obj); + if (extractCode.length() == 0) { AppLog appLog2 = AppLog.g; String simpleName2 = SmsAuthCodeBroadcastReceiver.class.getSimpleName(); m.checkNotNullExpressionValue(simpleName2, "javaClass.simpleName"); Logger.d$default(appLog2, simpleName2, "Failed to extract code from SMS.", null, 4, null); return; } + AppLog appLog3 = AppLog.g; + String simpleName3 = SmsAuthCodeBroadcastReceiver.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName3, "javaClass.simpleName"); + Logger.d$default(appLog3, simpleName3, "Successfully extracted code from SMS: " + extractCode, null, 4, null); this.onReceiveCallback.invoke(extractCode); } - public final Function1 getOnReceiveCallback() { + public final Function1 getOnReceiveCallback() { return this.onReceiveCallback; } @@ -75,18 +78,22 @@ public final class SmsAuthCodeBroadcastReceiver extends BroadcastReceiver { Status status = (Status) obj; int i = status.o; if (i == 0) { - m.checkNotNullExpressionValue(extras, "bundle"); - extractSecurityCode(extras); - } else if (i != 15) { AppLog appLog = AppLog.g; String simpleName = SmsAuthCodeBroadcastReceiver.class.getSimpleName(); m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); - Logger.d$default(appLog, simpleName, "Unexpected status code: " + status.o, null, 4, null); - } else { + Logger.d$default(appLog, simpleName, "Successfully caught SMS code.", null, 4, null); + m.checkNotNullExpressionValue(extras, "bundle"); + extractSecurityCode(extras); + } else if (i != 15) { AppLog appLog2 = AppLog.g; String simpleName2 = SmsAuthCodeBroadcastReceiver.class.getSimpleName(); m.checkNotNullExpressionValue(simpleName2, "javaClass.simpleName"); - Logger.d$default(appLog2, simpleName2, "Timeout waiting for SMS.", null, 4, null); + Logger.d$default(appLog2, simpleName2, "Unexpected status code while waiting for SMS code: " + status.o, null, 4, null); + } else { + AppLog appLog3 = AppLog.g; + String simpleName3 = SmsAuthCodeBroadcastReceiver.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName3, "javaClass.simpleName"); + Logger.d$default(appLog3, simpleName3, "Timeout waiting for SMS code.", null, 4, null); } } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java index 55eeac27a3..2458fe73f9 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java @@ -16,10 +16,10 @@ public final class WidgetAuthMfa$onViewBound$1 implements Action2 { - public WidgetAuthPhoneVerify$setUpSmsReceiverSystem$1(WidgetAuthPhoneVerify widgetAuthPhoneVerify) { - super(1, widgetAuthPhoneVerify, WidgetAuthPhoneVerify.class, "inputCode", "inputCode(Ljava/lang/CharSequence;)V", 0); +public final /* synthetic */ class WidgetAuthPhoneVerify$onViewBound$4 extends k implements Function1 { + public WidgetAuthPhoneVerify$onViewBound$4(WidgetAuthPhoneVerify widgetAuthPhoneVerify) { + super(1, widgetAuthPhoneVerify, WidgetAuthPhoneVerify.class, "inputCode", "inputCode(Ljava/lang/String;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(CharSequence charSequence) { - invoke(charSequence); + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); return Unit.a; } - public final void invoke(CharSequence charSequence) { - m.checkNotNullParameter(charSequence, "p1"); - WidgetAuthPhoneVerify.access$inputCode((WidgetAuthPhoneVerify) this.receiver, charSequence); + public final void invoke(String str) { + m.checkNotNullParameter(str, "p1"); + WidgetAuthPhoneVerify.access$inputCode((WidgetAuthPhoneVerify) this.receiver, str); } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify.java index 0fc5485b7f..c1ce230128 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify.java @@ -4,7 +4,6 @@ import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.content.Intent; -import android.content.IntentFilter; import android.text.TextUtils; import android.view.ContextMenu; import android.view.MenuInflater; @@ -16,11 +15,6 @@ import androidx.activity.result.contract.ActivityResultContracts; import androidx.fragment.app.Fragment; import c.a.d.j; import c.d.b.a.a; -import c.i.a.f.e.h.j.k0; -import c.i.a.f.e.h.j.p; -import c.i.a.f.h.b.b; -import c.i.a.f.h.b.h; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.app.AppActivity; import com.discord.app.AppFragment; @@ -33,9 +27,9 @@ import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.auth.RegistrationFlowRepo; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.sms.SmsListener; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; -import com.google.android.gms.common.Feature; import d0.z.d.m; import java.util.concurrent.TimeUnit; import kotlin.Unit; @@ -55,7 +49,6 @@ public final class WidgetAuthPhoneVerify extends AppFragment { private static final int RESULT_BACK_TO_EMAIL = 2; private static final String RESULT_EXTRA_TOKEN = "RESULT_EXTRA_TOKEN"; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetAuthPhoneVerify$binding$2.INSTANCE, null, 2, null); - private SmsAuthCodeBroadcastReceiver broadcastReceiver; private boolean ignoreAutopaste = true; private String phone; @@ -177,8 +170,8 @@ public final class WidgetAuthPhoneVerify extends AppFragment { return widgetAuthPhoneVerify.getBinding(); } - public static final /* synthetic */ void access$inputCode(WidgetAuthPhoneVerify widgetAuthPhoneVerify, CharSequence charSequence) { - widgetAuthPhoneVerify.inputCode(charSequence); + public static final /* synthetic */ void access$inputCode(WidgetAuthPhoneVerify widgetAuthPhoneVerify, String str) { + widgetAuthPhoneVerify.inputCode(str); } public static final /* synthetic */ void access$resendCode(WidgetAuthPhoneVerify widgetAuthPhoneVerify) { @@ -219,9 +212,9 @@ public final class WidgetAuthPhoneVerify extends AppFragment { return (WidgetAuthPhoneVerifyBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); } - private final void inputCode(CharSequence charSequence) { + private final void inputCode(String str) { getBinding().f1712c.setOnCodeEntered(WidgetAuthPhoneVerify$inputCode$1.INSTANCE); - getBinding().f1712c.setCode(charSequence); + getBinding().f1712c.setCode(str); getBinding().f1712c.setOnCodeEntered(new WidgetAuthPhoneVerify$inputCode$2(this)); Observable c02 = Observable.c0(500, TimeUnit.MILLISECONDS); m.checkNotNullExpressionValue(c02, "Observable\n .time…L, TimeUnit.MILLISECONDS)"); @@ -237,21 +230,6 @@ public final class WidgetAuthPhoneVerify extends AppFragment { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(api.phoneVerificationsResend(new RestAPIParams.VerificationCodeResend(str)), false, 1, null), this, null, 2, null), getBinding().g, 0, 2, null), WidgetAuthPhoneVerify.class, getContext(), (Function1) null, new WidgetAuthPhoneVerify$resendCode$2(this), (Function0) null, (Function0) null, new WidgetAuthPhoneVerify$resendCode$1(this), 52, (Object) null); } - private final void setUpSmsReceiverSystem(Context context) { - h hVar = new h(requireActivity()); - p.a aVar = new p.a(null); - aVar.a = new c.i.a.f.h.b.j(hVar); - aVar.b = new Feature[]{b.b}; - AnimatableValueParser.p(true, "execute parameter required"); - hVar.c(new k0(aVar, aVar.b, true)); - SmsAuthCodeBroadcastReceiver smsAuthCodeBroadcastReceiver = new SmsAuthCodeBroadcastReceiver(new WidgetAuthPhoneVerify$setUpSmsReceiverSystem$1(this)); - this.broadcastReceiver = smsAuthCodeBroadcastReceiver; - if (smsAuthCodeBroadcastReceiver == null) { - m.throwUninitializedPropertyAccessException("broadcastReceiver"); - } - context.registerReceiver(smsAuthCodeBroadcastReceiver, new IntentFilter("com.google.android.gms.auth.api.phone.SMS_RETRIEVED")); - } - private final void tryPasteCodeFromClipboard() { ClipData primaryClip; Context context = getContext(); @@ -296,15 +274,8 @@ public final class WidgetAuthPhoneVerify extends AppFragment { @Override // com.discord.app.AppFragment, androidx.fragment.app.Fragment public void onDestroyView() { - Context context = getContext(); - if (context != null) { - SmsAuthCodeBroadcastReceiver smsAuthCodeBroadcastReceiver = this.broadcastReceiver; - if (smsAuthCodeBroadcastReceiver == null) { - m.throwUninitializedPropertyAccessException("broadcastReceiver"); - } - context.unregisterReceiver(smsAuthCodeBroadcastReceiver); - } super.onDestroyView(); + SmsListener.Companion.stopSmsListener(getContext()); } @Override // com.discord.app.AppFragment, androidx.fragment.app.Fragment @@ -359,6 +330,6 @@ public final class WidgetAuthPhoneVerify extends AppFragment { } getBinding().f1712c.setOnCodeEntered(new WidgetAuthPhoneVerify$onViewBound$3(this)); registerForContextMenu(getBinding().f1712c); - setUpSmsReceiverSystem(requireContext()); + SmsListener.Companion.startSmsListener(requireContext(), new WidgetAuthPhoneVerify$onViewBound$4(this)); } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java index 401d72602e..49de13ec65 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java @@ -584,7 +584,7 @@ public class WidgetOauth2Authorize extends AppFragment { TextView textView2 = getBinding().k; d0.z.d.m.checkNotNullExpressionValue(textView2, "binding.oauthAuthorizePermissionsLabelTv"); b.n(textView2, R.string.oauth2_scopes_label, new Object[]{application.g()}, null, 4); - SimpleDraweeView simpleDraweeView2 = getBinding().f1921c; + SimpleDraweeView simpleDraweeView2 = getBinding().f1922c; d0.z.d.m.checkNotNullExpressionValue(simpleDraweeView2, "binding.oauthAuthorizeApplicationIcon"); String e = application.e(); MGImages.setImage$default(simpleDraweeView2, e != null ? IconUtils.getApplicationIcon$default(application.f(), e, 0, 4, null) : null, 0, 0, false, null, null, 124, null); diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2.java b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2.java index 6f09552ba7..f7a4957ff2 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2.java @@ -88,6 +88,6 @@ public final class WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2 extends o public final void invoke(RestAPIParams.OAuth2Authorize.ResponsePost responsePost) { m.checkNotNullParameter(responsePost, "it"); WidgetOauth2AuthorizeSamsung.Companion.access$logI(WidgetOauth2AuthorizeSamsung.Companion, "POST /authorize success"); - a.G(w0.i, j0.b, null, new AnonymousClass1(this, responsePost, null), 2, null); + a.H(w0.i, j0.b, null, new AnonymousClass1(this, responsePost, null), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java index 8d68eed497..cafabbccf1 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java @@ -224,13 +224,13 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$1 = str2; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$2 = xVar2; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 1; - Object i02 = c.q.a.k.a.i0(j0.b, new c.a.r.a(str, xVar2, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); - if (i02 == coroutine_suspended) { + Object j02 = c.q.a.k.a.j0(j0.b, new c.a.r.a(str, xVar2, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); + if (j02 == coroutine_suspended) { return coroutine_suspended; } str3 = str2; xVar = xVar2; - obj = i02; + obj = j02; widgetOauth2AuthorizeSamsung = this; } else if (i == 1) { l.throwOnFailure(obj); @@ -247,7 +247,7 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2 = new WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(widgetOauth2AuthorizeSamsung, null); widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$0 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 3; - if (c.q.a.k.a.i0(k1Var, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1) == coroutine_suspended) { + if (c.q.a.k.a.j0(k1Var, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1) == coroutine_suspended) { return coroutine_suspended; } return Unit.a; @@ -270,7 +270,7 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$1 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$2 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 2; - obj = c.q.a.k.a.i0(j0.b, new b(state, str3, queryParameter, xVar, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); + obj = c.q.a.k.a.j0(j0.b, new b(state, str3, queryParameter, xVar, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); if (obj == coroutine_suspended) { return coroutine_suspended; } @@ -281,7 +281,7 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2 = new WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(widgetOauth2AuthorizeSamsung, null); widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$0 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 3; - if (c.q.a.k.a.i0(k1Var, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1) == coroutine_suspended) { + if (c.q.a.k.a.j0(k1Var, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2, widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1) == coroutine_suspended) { } return Unit.a; } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java index 25c450baf8..604fb5863a 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java @@ -81,7 +81,7 @@ public final class WidgetRemoteAuth extends AppFragment { AppViewFlipper appViewFlipper2 = getBinding().e; m.checkNotNullExpressionValue(appViewFlipper2, "binding.remoteAuthViewFlipper"); appViewFlipper2.setDisplayedChild(1); - getBinding().f1932c.b.setOnClickListener(new WidgetRemoteAuth$configureUI$1(this)); + getBinding().f1933c.b.setOnClickListener(new WidgetRemoteAuth$configureUI$1(this)); } else if (m.areEqual(viewState, WidgetRemoteAuthViewModel.ViewState.Succeeded.INSTANCE)) { AppViewFlipper appViewFlipper3 = getBinding().e; m.checkNotNullExpressionValue(appViewFlipper3, "binding.remoteAuthViewFlipper"); diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuthViewModel.java b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuthViewModel.java index ca6bcd10de..b3647a731e 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuthViewModel.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuthViewModel.java @@ -69,7 +69,7 @@ public final class WidgetRemoteAuthViewModel extends AppViewModel { if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(1000, this) == coroutine_suspended) { + if (a.o(1000, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -111,7 +111,7 @@ public final class WidgetRemoteAuthViewModel extends AppViewModel { Object m0 = access$getTemporaryBehaviorSubject$p.m0(); m.checkNotNullExpressionValue(m0, "temporaryBehaviorSubject.value"); WidgetRemoteAuthViewModel.access$updateViewState(widgetRemoteAuthViewModel, new ViewState.Loaded(handshakeToken, ((Boolean) m0).booleanValue(), false)); - a.G(ViewModelKt.getViewModelScope(this.this$0), null, null, new AnonymousClass1(this, modelRemoteAuthHandshake, null), 3, null); + a.H(ViewModelKt.getViewModelScope(this.this$0), null, null, new AnonymousClass1(this, modelRemoteAuthHandshake, null), 3, null); } } diff --git a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java index 01d3687087..3d7099597d 100644 --- a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java @@ -157,7 +157,7 @@ public final class SelectComponentBottomSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); setBottomSheetCollapsedStateDisabled(); - MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f1939c; + MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f1940c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.widgetSheetComponentBottomSheetRecycler"); maxHeightRecyclerView.setAdapter(this.adapter); } diff --git a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java index 2a482a7156..d25b8b87b2 100644 --- a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java +++ b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java @@ -76,7 +76,7 @@ public final class SelectComponentBottomSheetItemViewHolder extends RecyclerView View view = this.binding.d; m.checkNotNullExpressionValue(view, "binding.selectComponentSheetItemDividerIcon"); view.setVisibility(z3 && !z5 ? 0 : 8); - View view2 = this.binding.f1940c; + View view2 = this.binding.f1941c; m.checkNotNullExpressionValue(view2, "binding.selectComponentSheetItemDivider"); if (z3 || z5) { z8 = false; diff --git a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java index 5718964ba3..557a7d0ee5 100644 --- a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java +++ b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java @@ -163,7 +163,7 @@ public final class WidgetBugReport extends AppFragment { RequestBody.Companion companion = RequestBody.Companion; String type = requireContext().getContentResolver().getType(screenshotUri); if (type != null) { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; mediaType = MediaType.a.a(type); } requestBody = RequestBody.Companion.d(companion, readBytes, mediaType, 0, 0, 6); diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads$onDatasetChanged$1.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads$onDatasetChanged$1.java index a3d98839d6..6e86acdbd5 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads$onDatasetChanged$1.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads$onDatasetChanged$1.java @@ -41,7 +41,7 @@ public final class WidgetChannelListUnreads$onDatasetChanged$1 extends k impleme if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(50, this) == coroutine_suspended) { + if (a.o(50, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads.java index ea8e771cfd..ba05aab022 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelListUnreads.java @@ -474,7 +474,7 @@ public final class WidgetChannelListUnreads { this.data = list; CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(this.recycler); if (coroutineScope != null) { - c.q.a.k.a.G(coroutineScope, null, null, new WidgetChannelListUnreads$onDatasetChanged$1(this, null), 3, null); + c.q.a.k.a.H(coroutineScope, null, null, new WidgetChannelListUnreads$onDatasetChanged$1(this, null), 3, null); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java index 3c927a73e8..822c02d212 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java @@ -1,7 +1,5 @@ package com.discord.widgets.channels.list; -import android.content.Context; -import androidx.fragment.app.FragmentManager; import com.discord.api.channel.Channel; import com.discord.widgets.voice.VoiceUtils; import d0.z.d.m; @@ -28,10 +26,6 @@ public final class WidgetChannelsList$onViewBound$3 extends o implements Functio public final void invoke(Channel channel) { m.checkNotNullParameter(channel, "channel"); - WidgetChannelsList widgetChannelsList = this.this$0; - Context requireContext = widgetChannelsList.requireContext(); - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - VoiceUtils.handleCallChannel(channel, widgetChannelsList, widgetChannelsList, requireContext, parentFragmentManager, this.this$0); + VoiceUtils.handleCallChannel(channel, this.this$0); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetThreadArchiveActions.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetThreadArchiveActions.java index 39b105957c..30ebfaa3e1 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetThreadArchiveActions.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetThreadArchiveActions.java @@ -224,7 +224,7 @@ public final class WidgetThreadArchiveActions extends AppBottomSheet { this.hasFiredAnalytics = true; } } - LinearLayout linearLayout = getBinding().f2055c; + LinearLayout linearLayout = getBinding().f2056c; m.checkNotNullExpressionValue(linearLayout, "binding.autoArchiveHeader"); linearLayout.setVisibility(0); long computeThreadAutoArchiveTimeMs = ThreadUtils.INSTANCE.computeThreadAutoArchiveTimeMs(channel); diff --git a/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java b/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java index e943948463..97467ace48 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java +++ b/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java @@ -7,7 +7,7 @@ public final class ChannelListItemHeader implements ChannelListItem { private final boolean ableToManageChannel; /* renamed from: id reason: collision with root package name */ - private final long f2215id; + private final long f2216id; private final String key; private final long selectedGuildId; private final int textResId; @@ -15,7 +15,7 @@ public final class ChannelListItemHeader implements ChannelListItem { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x0013: INVOKE (r5v1 int) = (r0v0 'this' com.discord.widgets.channels.list.items.ChannelListItemHeader A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.channels.list.items.ChannelListItemHeader.getType():int), (r1v0 long), (r3v0 int)] */ public ChannelListItemHeader(long j, int i, boolean z2, long j2) { - this.f2215id = j; + this.f2216id = j; this.textResId = i; this.ableToManageChannel = z2; this.selectedGuildId = j2; @@ -28,7 +28,7 @@ public final class ChannelListItemHeader implements ChannelListItem { public static /* synthetic */ ChannelListItemHeader copy$default(ChannelListItemHeader channelListItemHeader, long j, int i, boolean z2, long j2, int i2, Object obj) { if ((i2 & 1) != 0) { - j = channelListItemHeader.f2215id; + j = channelListItemHeader.f2216id; } if ((i2 & 2) != 0) { i = channelListItemHeader.textResId; @@ -43,7 +43,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public final long component1() { - return this.f2215id; + return this.f2216id; } public final int component2() { @@ -70,7 +70,7 @@ public final class ChannelListItemHeader implements ChannelListItem { return false; } ChannelListItemHeader channelListItemHeader = (ChannelListItemHeader) obj; - return this.f2215id == channelListItemHeader.f2215id && this.textResId == channelListItemHeader.textResId && this.ableToManageChannel == channelListItemHeader.ableToManageChannel && this.selectedGuildId == channelListItemHeader.selectedGuildId; + return this.f2216id == channelListItemHeader.f2216id && this.textResId == channelListItemHeader.textResId && this.ableToManageChannel == channelListItemHeader.ableToManageChannel && this.selectedGuildId == channelListItemHeader.selectedGuildId; } public final boolean getAbleToManageChannel() { @@ -78,7 +78,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public final long getId() { - return this.f2215id; + return this.f2216id; } @Override // com.discord.widgets.channels.list.items.ChannelListItem, com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -100,7 +100,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public int hashCode() { - int a = ((b.a(this.f2215id) * 31) + this.textResId) * 31; + int a = ((b.a(this.f2216id) * 31) + this.textResId) * 31; boolean z2 = this.ableToManageChannel; if (z2) { z2 = true; @@ -113,7 +113,7 @@ public final class ChannelListItemHeader implements ChannelListItem { public String toString() { StringBuilder P = a.P("ChannelListItemHeader(id="); - P.append(this.f2215id); + P.append(this.f2216id); P.append(", textResId="); P.append(this.textResId); P.append(", ableToManageChannel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java index 45801cff60..4b473946dd 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java @@ -61,7 +61,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2216me; + private final MeUser f2217me; private final List memberItems; private final long myPermissions; private final List roleItems; @@ -117,7 +117,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); m.checkNotNullParameter(list, "memberItems"); - this.f2216me = meUser; + this.f2217me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -145,7 +145,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, List list, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2216me; + meUser = model.f2217me; } if ((i & 2) != 0) { guild = model.guild; @@ -166,7 +166,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser component1() { - return this.f2216me; + return this.f2217me; } public final Guild component2() { @@ -206,7 +206,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2216me, model.f2216me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); + return m.areEqual(this.f2217me, model.f2217me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); } public final boolean getCanAddRole() { @@ -230,7 +230,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser getMe() { - return this.f2216me; + return this.f2217me; } public final List getMemberItems() { @@ -246,7 +246,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public int hashCode() { - MeUser meUser = this.f2216me; + MeUser meUser = this.f2217me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -264,7 +264,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2216me); + P.append(this.f2217me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java index 70d0465604..b7d6c57491 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java @@ -74,7 +74,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2217me; + private final MeUser f2218me; private final long myPermissions; /* compiled from: WidgetChannelSettingsPermissionsOverview.kt */ @@ -102,7 +102,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); - this.f2217me = meUser; + this.f2218me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -114,7 +114,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2217me; + meUser = model.f2218me; } if ((i & 2) != 0) { guild = model.guild; @@ -132,7 +132,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser component1() { - return this.f2217me; + return this.f2218me; } public final Guild component2() { @@ -167,7 +167,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2217me, model.f2217me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); + return m.areEqual(this.f2218me, model.f2218me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); } public final boolean getCanManage() { @@ -187,7 +187,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser getMe() { - return this.f2217me; + return this.f2218me; } public final long getMyPermissions() { @@ -195,7 +195,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public int hashCode() { - MeUser meUser = this.f2217me; + MeUser meUser = this.f2218me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -211,7 +211,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2217me); + P.append(this.f2218me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java index 634403b779..8f6a70fc92 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java @@ -58,7 +58,7 @@ public final class WidgetStageChannelModeratorPermissions extends AppFragment { ViewExtensions.setEnabledAlpha$default(addPermissionOwnerView, valid.getCanEditModerators(), 0.0f, 2, null); getViewBinding().b.setOnClickListener(new WidgetStageChannelModeratorPermissions$configureUI$1(this, viewState)); getViewBinding().d.setData(valid.getRoleItems(), new WidgetStageChannelModeratorPermissions$configureUI$2(this)); - getViewBinding().f2038c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); + getViewBinding().f2039c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java index 19b9d74389..7105ba6b19 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java @@ -21,7 +21,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_channel_settings_delete /* 2131364176 */: + case R.id.menu_channel_settings_delete /* 2131364177 */: if (this.$this_configureUI.isPublicGuildRulesChannel() || this.$this_configureUI.isPublicGuildUpdatesChannel()) { WidgetTextChannelSettings.access$cannotDeleteWarn(this.this$0, this.$this_configureUI.isPublicGuildRulesChannel()); return; @@ -29,7 +29,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac WidgetTextChannelSettings.access$confirmDelete(this.this$0, this.$this_configureUI.getChannel()); return; } - case R.id.menu_channel_settings_reset /* 2131364177 */: + case R.id.menu_channel_settings_reset /* 2131364178 */: StoreUserGuildSettings userGuildSettings = StoreStream.Companion.getUserGuildSettings(); m.checkNotNullExpressionValue(context, "context"); userGuildSettings.setChannelNotificationsDefault(context, this.$this_configureUI.getChannel()); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java index 0683ccfcf2..d49d56791a 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java @@ -22,7 +22,7 @@ public final class WidgetTextChannelSettings$configureUI$3 implements View.OnCli WidgetTextChannelSettings widgetTextChannelSettings = this.this$0; long h = this.$this_configureUI.getChannel().h(); StatefulViews access$getState$p = WidgetTextChannelSettings.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2054c; + TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2055c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); String str = (String) access$getState$p.getIfChanged(textInputLayout.getId()); StatefulViews access$getState$p2 = WidgetTextChannelSettings.access$getState$p(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java index 83b4e1250a..730cc5f807 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java @@ -404,13 +404,13 @@ public final class WidgetTextChannelSettings extends AppFragment { AnalyticsTracker.INSTANCE.premiumGuildUpsellViewed(threadTypeForGuild, model.getGuild().getId(), Long.valueOf(model.getChannel().h()), new Traits.Location(Traits.Location.Page.CHANNEL_SETTINGS, null, null, null, null, 30, null)); this.hasFiredAnalytics = true; } - TextInputLayout textInputLayout = getBinding().f2054c; + TextInputLayout textInputLayout = getBinding().f2055c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f2054c; + TextInputLayout textInputLayout2 = getBinding().f2055c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), AnimatableValueParser.y0(model.getChannel()))); - getBinding().f2054c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); + getBinding().f2055c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); StatefulViews statefulViews2 = this.state; @@ -609,7 +609,7 @@ public final class WidgetTextChannelSettings extends AppFragment { statefulViews.addOptionalFields(textInputLayout); StatefulViews statefulViews2 = this.state; FloatingActionButton floatingActionButton = getBinding().k; - TextInputLayout textInputLayout2 = getBinding().f2054c; + TextInputLayout textInputLayout2 = getBinding().f2055c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java index b248ff3687..b30cddabe3 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java @@ -163,7 +163,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { private final void configureUI(Model model) { setActionBarSubtitle(AnimatableValueParser.A0(model.getChannel(), requireContext(), false, 2)); - CheckedSetting checkedSetting = getBinding().f2060c; + CheckedSetting checkedSetting = getBinding().f2061c; m.checkNotNullExpressionValue(checkedSetting, "binding.threadSettingsNotificationsFrequency0"); configureNotificationRadio(model, checkedSetting, 2); CheckedSetting checkedSetting2 = getBinding().d; @@ -186,7 +186,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { int i = 0; AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.notification_settings); - this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2060c, getBinding().d, getBinding().e})); + this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2061c, getBinding().d, getBinding().e})); LinearLayout linearLayout = getBinding().b; m.checkNotNullExpressionValue(linearLayout, "binding.threadNotificationSettingsSystem"); if (!getMostRecentIntent().getBooleanExtra(INTENT_SHOW_SYSTEM_SETTINGS, false)) { diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java index c7abcd38c2..a20a557efa 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java @@ -145,10 +145,10 @@ public final class WidgetThreadSettings extends AppFragment { m.checkNotNullExpressionValue(textView2, "binding.channelSettingsPinnedMessages"); textView2.setEnabled(valid.isPinsEnabled()); getBinding().b.setOnClickListener(new WidgetThreadSettings$configureUI$3(viewState)); - View view = getBinding().f2061c; + View view = getBinding().f2062c; m.checkNotNullExpressionValue(view, "binding.channelSettingsP…edMessagesDisabledOverlay"); view.setVisibility(true ^ valid.isPinsEnabled() ? 0 : 8); - getBinding().f2061c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); + getBinding().f2062c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); FloatingActionButton floatingActionButton = getBinding().f; m.checkNotNullExpressionValue(floatingActionButton, "binding.threadSettingsSave"); if (!valid.getHasUnsavedChanges()) { diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java index 4053d48159..84d826e78e 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java @@ -19,11 +19,11 @@ public final class WidgetThreadBrowser$updateMenu$1 implements Action2"); SimplePager.Adapter.Item[] itemArr = (SimplePager.Adapter.Item[]) array; simplePager2.setAdapter(new SimplePager.Adapter(parentFragmentManager, (SimplePager.Adapter.Item[]) Arrays.copyOf(itemArr, itemArr.length))); - getBinding().f2058c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); + getBinding().f2059c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); TabLayout tabLayout = getBinding().b; m.checkNotNullExpressionValue(tabLayout, "binding.actionBarTabs"); if (!browser.getCanViewArchivedThreads()) { @@ -184,7 +184,7 @@ public final class WidgetThreadBrowser extends AppFragment { P.append(browser.getChannelName()); setActionBarSubtitle(P.toString()); } - SimplePager simplePager = getBinding().f2058c; + SimplePager simplePager = getBinding().f2059c; m.checkNotNullExpressionValue(simplePager, "binding.threadBrowserViewPager"); updateMenu(simplePager.getCurrentItem(), Boolean.valueOf(browser.getCanCreateThread())); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java index 6ab5c08980..6645bfffed 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java @@ -130,7 +130,7 @@ public final class WidgetThreadBrowserActive extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2056c; + RecyclerView recyclerView = getBinding().f2057c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserActive$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserActive$onViewBound$2(this))); getBinding().b.f143c.setOnClickListener(new WidgetThreadBrowserActive$onViewBound$3(this)); diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java index ed66725354..20f9dcbbfb 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java @@ -133,10 +133,10 @@ public final class WidgetThreadBrowserArchived extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2057c; + RecyclerView recyclerView = getBinding().f2058c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserArchived$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserArchived$onViewBound$2(this))); - getBinding().f2057c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); + getBinding().f2058c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); getBinding().b.f143c.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$4(this)); getBinding().e.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$5(this)); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java index fd93015317..e974256f78 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java @@ -87,7 +87,7 @@ public final class WidgetThreadBrowserFilterSheet extends AppBottomSheet { CheckedSetting checkedSetting2 = getBinding().d; m.checkNotNullExpressionValue(checkedSetting2, "binding.threadBrowserVisibilityPrivate"); checkedSetting2.setChecked(viewMode.getVisibility() == WidgetThreadBrowserArchivedViewModel.VisibilityMode.PrivateThreads); - CardView cardView = getBinding().f2059c; + CardView cardView = getBinding().f2060c; m.checkNotNullExpressionValue(cardView, "binding.threadBrowserModeratorViewCard"); cardView.setVisibility(viewState.isModerator() ? 0 : 8); if (viewMode.getVisibility() == visibilityMode) { diff --git a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java index d224a34617..7ffc56ae9f 100644 --- a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java +++ b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java @@ -117,7 +117,7 @@ public final class WidgetUrlActions extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.dialogUrlActionsUrl"); ViewExtensions.setTextAndVisibilityBy(textView, getUrl()); getBinding().b.setOnClickListener(new WidgetUrlActions$onViewCreated$1(this)); - getBinding().f2067c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); + getBinding().f2068c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); getBinding().d.setOnClickListener(new WidgetUrlActions$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java index 899302efd8..7d5d352b10 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java @@ -529,7 +529,7 @@ public final class AppFlexInputViewModel extends AppViewModel im public void onSendButtonClicked(FlexInputListener flexInputListener) { FlexInputState viewState = getViewState(); if (viewState != null && flexInputListener != null) { - flexInputListener.onSend(viewState.a, viewState.f2481c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); + flexInputListener.onSend(viewState.a, viewState.f2482c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java index ac0baed641..88b4ff45ec 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java @@ -723,7 +723,7 @@ public final class ChatInputViewModel extends AppViewModel { private final boolean isOnCooldown; /* renamed from: me reason: collision with root package name */ - private final MeUser f2218me; + private final MeUser f2219me; private final GuildMember meGuildMember; private final PendingReply pendingReply; private final Integer relationshipType; @@ -830,7 +830,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(guildVerificationLevel, "verificationLevelTriggered"); m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; - this.f2218me = meUser; + this.f2219me = meUser; this.editingMessage = editingMessage; this.relationshipType = num; this.channelPermissions = l; @@ -846,7 +846,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, MeUser meUser, StoreChat.EditingMessage editingMessage, Integer num, Long l, GuildVerificationLevel guildVerificationLevel, boolean z2, boolean z3, Guild guild, PendingReply pendingReply, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, GuildMember guildMember, GuildJoinRequest guildJoinRequest, StoreThreadDraft.ThreadDraftState threadDraftState, int i, Object obj) { - return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2218me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); + return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2219me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); } public final Channel component1() { @@ -874,7 +874,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2218me; + return this.f2219me; } public final StoreChat.EditingMessage component3() { @@ -921,7 +921,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2218me, loaded.f2218me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); + return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2219me, loaded.f2219me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); } public final Channel getChannel() { @@ -945,7 +945,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2218me; + return this.f2219me; } public final GuildMember getMeGuildMember() { @@ -976,7 +976,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int hashCode = (channel != null ? channel.hashCode() : 0) * 31; - MeUser meUser = this.f2218me; + MeUser meUser = this.f2219me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode3 = (hashCode2 + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1029,7 +1029,7 @@ public final class ChatInputViewModel extends AppViewModel { StringBuilder P = a.P("Loaded(channel="); P.append(this.channel); P.append(", me="); - P.append(this.f2218me); + P.append(this.f2219me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", relationshipType="); @@ -1097,7 +1097,7 @@ public final class ChatInputViewModel extends AppViewModel { private final int maxFileSizeMB; /* renamed from: me reason: collision with root package name */ - private final MeUser f2219me; + private final MeUser f2220me; private final PendingReplyState pendingReplyState; private final StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft selectedThreadDraft; private final boolean shouldBadgeChatInput; @@ -1275,7 +1275,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; this.channelId = j; - this.f2219me = meUser; + this.f2220me = meUser; this.editingMessage = editingMessage; this.ableToSendMessage = z2; this.verificationLevelTriggered = guildVerificationLevel; @@ -1299,7 +1299,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, long j, MeUser meUser, StoreChat.EditingMessage editingMessage, boolean z2, GuildVerificationLevel guildVerificationLevel, boolean z3, boolean z4, boolean z5, int i, boolean z6, PendingReplyState pendingReplyState, boolean z7, boolean z8, boolean z9, boolean z10, boolean z11, boolean z12, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, boolean z13, ApplicationStatus applicationStatus, StoreThreadDraft.ThreadDraftState threadDraftState, boolean z14, int i2, Object obj) { - return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2219me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); + return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2220me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); } public final Channel component1() { @@ -1367,7 +1367,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component3() { - return this.f2219me; + return this.f2220me; } public final StoreChat.EditingMessage component4() { @@ -1410,7 +1410,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2219me, loaded.f2219me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; + return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2220me, loaded.f2220me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; } public final boolean getAbleToSendMessage() { @@ -1438,7 +1438,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2219me; + return this.f2220me; } public final PendingReplyState getPendingReplyState() { @@ -1477,7 +1477,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int a = (b.a(this.channelId) + ((channel != null ? channel.hashCode() : 0) * 31)) * 31; - MeUser meUser = this.f2219me; + MeUser meUser = this.f2220me; int hashCode = (a + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode2 = (hashCode + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1636,7 +1636,7 @@ public final class ChatInputViewModel extends AppViewModel { P.append(", channelId="); P.append(this.channelId); P.append(", me="); - P.append(this.f2219me); + P.append(this.f2220me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", ableToSendMessage="); diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java index 2e9814acdc..2338b0b56a 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java @@ -50,9 +50,9 @@ public final class WidgetChatInputAttachments$createPreviewAdapter$1 extends o i public void registerSelectionCoordinatorInternal(SelectionCoordinator selectionCoordinator) { m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); super.registerSelectionCoordinatorInternal(selectionCoordinator); - WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2480c); + WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2481c); m.checkNotNullParameter(widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1, ""); - selectionCoordinator.f2480c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; + selectionCoordinator.f2481c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java index 4c9c157abf..a1187e818e 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/AutocompleteModelUtils.java @@ -603,7 +603,7 @@ public final class AutocompleteModelUtils { return m.areEqual(str2, "true") || m.areEqual(str2, "false"); } - /* JADX WARNING: Code restructure failed: missing block: B:40:0x00e8, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:40:0x00f0, code lost: r6 = false; */ public final ChatInputMentionsMap mapInputToMentions(String str, Map> map, Map map2, boolean z2) { @@ -627,11 +627,11 @@ public final class AutocompleteModelUtils { linkedHashMap2.put(next.getKey(), next.getValue()); } } - List flatten = o.flatten(linkedHashMap2.values()); + List plus = u.plus((Collection) o.flatten(linkedHashMap2.values()), (Iterable) map2.values()); if (!z2) { - flatten = filterAutocompletablesForMessageContext(flatten); + plus = filterAutocompletablesForMessageContext(plus); } - for (Autocompletable autocompletable : flatten) { + for (Autocompletable autocompletable : plus) { Iterator iterateTextMatchers = autocompletable.iterateTextMatchers(); while (iterateTextMatchers.hasNext()) { String next2 = iterateTextMatchers.next(); diff --git a/app/src/main/java/com/discord/widgets/chat/input/emoji/WidgetEmojiPicker$initializeSearchBar$1.java b/app/src/main/java/com/discord/widgets/chat/input/emoji/WidgetEmojiPicker$initializeSearchBar$1.java index a7886493b3..b4f9ae84f3 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/emoji/WidgetEmojiPicker$initializeSearchBar$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/emoji/WidgetEmojiPicker$initializeSearchBar$1.java @@ -49,7 +49,7 @@ public final class WidgetEmojiPicker$initializeSearchBar$1 implements View.OnCli if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(250, this) == coroutine_suspended) { + if (a.o(250, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -74,7 +74,7 @@ public final class WidgetEmojiPicker$initializeSearchBar$1 implements View.OnCli m.checkNotNullExpressionValue(view, "view"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(view); if (coroutineScope != null) { - a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); + a.H(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); } WidgetEmojiPicker.access$launchBottomSheet(this.this$0); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java index 583d2c9898..b1d98aaf5f 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java @@ -191,7 +191,7 @@ public final class WidgetStickerPackStoreSheet extends AppBottomSheet { RelativeLayout relativeLayout = getBinding().b; m.checkNotNullExpressionValue(relativeLayout, "binding.stickerPackStoreSheetContainer"); relativeLayout.setPadding(relativeLayout.getPaddingLeft(), relativeLayout.getPaddingTop(), relativeLayout.getPaddingRight(), getAdditionalBottomPaddingPx()); - RecyclerView recyclerView = getBinding().f2049c; + RecyclerView recyclerView = getBinding().f2050c; m.checkNotNullExpressionValue(recyclerView, "binding.stickerPackStoreSheetRecycler"); this.adapter = new WidgetStickerAdapter(recyclerView, new WidgetStickerPackStoreSheet$onViewCreated$1(this), new WidgetStickerPackStoreSheet$onViewCreated$2(this), null, this, true, 8, null); getViewModel().fetchStickersData(); diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java index a72fb04d65..13785b0ecd 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java @@ -234,7 +234,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { TextView textView2 = getBinding().i; m.checkNotNullExpressionValue(textView2, "binding.chatInputStickerPickerEmptySubtitle"); textView2.setText(getString(R.string.no_sticker_search_results)); - LinkifiedTextView linkifiedTextView = getBinding().f2050c; + LinkifiedTextView linkifiedTextView = getBinding().f2051c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.chatInputStickerPickerEmptyLink"); linkifiedTextView.setVisibility(8); showCategoryBottomBar(true); @@ -595,7 +595,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { setWindowInsetsListeners(); } initializeSearchBar(); - Toolbar toolbar = getBinding().f2051s; + Toolbar toolbar = getBinding().f2052s; m.checkNotNullExpressionValue(toolbar, "binding.stickerToolbar"); ViewGroup.LayoutParams layoutParams = toolbar.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type com.google.android.material.appbar.AppBarLayout.LayoutParams"); diff --git a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java index f828224a58..90eaa27360 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java +++ b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java @@ -104,7 +104,7 @@ public final class WidgetChatListActions extends AppBottomSheet { private final ManageMessageContext manageMessageContext; /* renamed from: me reason: collision with root package name */ - private final MeUser f2220me; + private final MeUser f2221me; private final Message message; private final String messageAuthorName; private final CharSequence messageContent; @@ -175,11 +175,11 @@ public final class WidgetChatListActions extends AppBottomSheet { this.recentEmojis = list; this.channel = channel; this.permissions = l; - this.f2220me = meUser; + this.f2221me = meUser; } public static /* synthetic */ Model copy$default(Model model, Message message, Guild guild, String str, CharSequence charSequence, ManageMessageContext manageMessageContext, int i, boolean z2, List list, Channel channel, Long l, MeUser meUser, int i2, Object obj) { - return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2220me : meUser); + return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2221me : meUser); } public final Message component1() { @@ -191,7 +191,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser component11() { - return this.f2220me; + return this.f2221me; } public final Guild component2() { @@ -243,7 +243,7 @@ public final class WidgetChatListActions extends AppBottomSheet { return false; } Model model = (Model) obj; - return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2220me, model.f2220me); + return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2221me, model.f2221me); } public final Channel getChannel() { @@ -259,7 +259,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser getMe() { - return this.f2220me; + return this.f2221me; } public final Message getMessage() { @@ -312,7 +312,7 @@ public final class WidgetChatListActions extends AppBottomSheet { int hashCode7 = (hashCode6 + (channel != null ? channel.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31; - MeUser meUser = this.f2220me; + MeUser meUser = this.f2221me; if (meUser != null) { i = meUser.hashCode(); } @@ -345,7 +345,7 @@ public final class WidgetChatListActions extends AppBottomSheet { P.append(", permissions="); P.append(this.permissions); P.append(", me="); - P.append(this.f2220me); + P.append(this.f2221me); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1.java index bd3c44a281..0878b6e352 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1.java @@ -42,7 +42,7 @@ public final class WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$ if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(500, this) == coroutine_suspended) { + if (a.o(500, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1.java index 4c7f4adbc2..001396dc00 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1.java @@ -42,7 +42,7 @@ public final class WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1 e if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(100, this) == coroutine_suspended) { + if (a.o(100, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$setHandlers$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$setHandlers$1.java index bf78e96cef..70ee0fc2b9 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$setHandlers$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter$setHandlers$1.java @@ -50,7 +50,7 @@ public final class WidgetChatListAdapter$setHandlers$1 extends o implements Func if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(250, this) == coroutine_suspended) { + if (a.o(250, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -82,7 +82,7 @@ public final class WidgetChatListAdapter$setHandlers$1 extends o implements Func m.checkNotNullParameter(list2, ""); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(this.this$0.getRecycler()); if (coroutineScope != null) { - a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); + a.H(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); } this.this$0.getRecycler().setOnTouchListener(WidgetChatListAdapter.access$getHandlerOfTouches$p(this.this$0)); this.this$0.getRecycler().addOnScrollListener(WidgetChatListAdapter.access$getHandlerOfScrolls$p(this.this$0)); diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter.java index 871f4b9ae2..77472af75d 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapter.java @@ -437,7 +437,7 @@ public final class WidgetChatListAdapter extends MGRecyclerAdapterSimple { public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; @@ -20,10 +19,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Job access$getInviteJoinJob$p = WidgetChatListAdapterItemGuildScheduledEventInvite.access$getInviteJoinJob$p(this.this$0); - if (access$getInviteJoinJob$p == null || !access$getInviteJoinJob$p.a()) { - WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite = this.this$0; - WidgetChatListAdapterItemGuildScheduledEventInvite.access$setInviteJoinJob$p(widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemInviteBase.joinServerOrDM$default(widgetChatListAdapterItemGuildScheduledEventInvite, widgetChatListAdapterItemGuildScheduledEventInvite.getClass(), this.$model.getInvite(), null, null, 12, null)); - } + WidgetChatListAdapterItemGuildScheduledEventInvite.access$getGuildScheduledEventStore$p(this.this$0).toggleRsvpGuildScheduledEvent(this.$model.getGuildScheduledEvent()); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java index 67e3ec4bd3..f3d2603e3e 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java @@ -1,13 +1,10 @@ package com.discord.widgets.chat.list.adapter; -import androidx.fragment.app.ViewKt; -import com.discord.models.domain.ModelInvite; -import com.discord.utilities.channel.ChannelInviteLaunchUtils; -import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; +import kotlinx.coroutines.Job; /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4 extends o implements Function0 { public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; @@ -23,6 +20,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().code, Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); + Job access$getInviteJoinJob$p = WidgetChatListAdapterItemGuildScheduledEventInvite.access$getInviteJoinJob$p(this.this$0); + if (access$getInviteJoinJob$p == null || !access$getInviteJoinJob$p.a()) { + WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite = this.this$0; + WidgetChatListAdapterItemGuildScheduledEventInvite.access$setInviteJoinJob$p(widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemInviteBase.joinServerOrDM$default(widgetChatListAdapterItemGuildScheduledEventInvite, widgetChatListAdapterItemGuildScheduledEventInvite.getClass(), this.$model.getInvite(), null, null, 12, null)); + } } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5.java similarity index 57% rename from app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java rename to app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5.java index 047eb87767..a90e971ea1 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5.java @@ -1,17 +1,20 @@ package com.discord.widgets.chat.list.adapter; +import androidx.fragment.app.ViewKt; +import com.discord.models.domain.ModelInvite; +import com.discord.utilities.channel.ChannelInviteLaunchUtils; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; import com.discord.widgets.chat.list.adapter.WidgetChatListAdapterItemGuildScheduledEventInvite; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ -public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1 extends o implements Function0 { +public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5 extends o implements Function0 { public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite.Model $model; public final /* synthetic */ WidgetChatListAdapterItemGuildScheduledEventInvite this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemGuildScheduledEventInvite.Model model) { + public WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite, WidgetChatListAdapterItemGuildScheduledEventInvite.Model model) { super(0); this.this$0 = widgetChatListAdapterItemGuildScheduledEventInvite; this.$model = model; @@ -20,6 +23,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - WidgetGuildScheduledEventDetailsBottomSheet.Companion.show(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getFragmentManager(), this.$model.getGuildScheduledEvent().g()); + ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().code, Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java index eb0d565346..c36f56b5c7 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite.java @@ -14,6 +14,7 @@ import com.discord.stores.StoreGuildScheduledEvents; import com.discord.stores.StoreGuilds; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; +import com.discord.stores.StoreVoiceChannelSelected; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -44,6 +45,7 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi private final ModelInvite invite; private final boolean isInGuild; private final boolean isRsvped; + private final Long selectedVoiceChannelId; /* compiled from: WidgetChatListAdapterItemGuildScheduledEventInvite.kt */ public static final class Companion { @@ -54,7 +56,7 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi this(); } - public static /* synthetic */ Observable observe$default(Companion companion, GuildScheduledEventInviteEntry guildScheduledEventInviteEntry, StoreGuilds storeGuilds, StoreUser storeUser, StoreChannels storeChannels, StoreGuildScheduledEvents storeGuildScheduledEvents, int i, Object obj) { + public static /* synthetic */ Observable observe$default(Companion companion, GuildScheduledEventInviteEntry guildScheduledEventInviteEntry, StoreGuilds storeGuilds, StoreUser storeUser, StoreChannels storeChannels, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreVoiceChannelSelected storeVoiceChannelSelected, int i, Object obj) { if ((i & 2) != 0) { storeGuilds = StoreStream.Companion.getGuilds(); } @@ -67,20 +69,24 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi if ((i & 16) != 0) { storeGuildScheduledEvents = StoreStream.Companion.getGuildScheduledEvents(); } - return companion.observe(guildScheduledEventInviteEntry, storeGuilds, storeUser, storeChannels, storeGuildScheduledEvents); + if ((i & 32) != 0) { + storeVoiceChannelSelected = StoreStream.Companion.getVoiceChannelSelected(); + } + return companion.observe(guildScheduledEventInviteEntry, storeGuilds, storeUser, storeChannels, storeGuildScheduledEvents, storeVoiceChannelSelected); } - public final Observable observe(GuildScheduledEventInviteEntry guildScheduledEventInviteEntry, StoreGuilds storeGuilds, StoreUser storeUser, StoreChannels storeChannels, StoreGuildScheduledEvents storeGuildScheduledEvents) { + public final Observable observe(GuildScheduledEventInviteEntry guildScheduledEventInviteEntry, StoreGuilds storeGuilds, StoreUser storeUser, StoreChannels storeChannels, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreVoiceChannelSelected storeVoiceChannelSelected) { m.checkNotNullParameter(guildScheduledEventInviteEntry, "item"); m.checkNotNullParameter(storeGuilds, "guildStore"); m.checkNotNullParameter(storeUser, "userStore"); m.checkNotNullParameter(storeChannels, "channelStore"); m.checkNotNullParameter(storeGuildScheduledEvents, "guildScheduledEventStore"); - return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeGuilds, storeUser, storeGuildScheduledEvents}, false, null, null, new WidgetChatListAdapterItemGuildScheduledEventInvite$Model$Companion$observe$1(guildScheduledEventInviteEntry, storeGuilds, storeUser, storeGuildScheduledEvents, storeChannels), 14, null); + m.checkNotNullParameter(storeVoiceChannelSelected, "voiceChannelSelectedStore"); + return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeGuilds, storeUser, storeGuildScheduledEvents, storeVoiceChannelSelected}, false, null, null, new WidgetChatListAdapterItemGuildScheduledEventInvite$Model$Companion$observe$1(guildScheduledEventInviteEntry, storeGuilds, storeUser, storeGuildScheduledEvents, storeChannels, storeVoiceChannelSelected), 14, null); } } - public Model(ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild) { + public Model(ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, Long l) { m.checkNotNullParameter(modelInvite, "invite"); m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(channel, "channel"); @@ -90,9 +96,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi this.guildScheduledEvent = guildScheduledEvent; this.channel = channel; this.guild = guild; + this.selectedVoiceChannelId = l; } - public static /* synthetic */ Model copy$default(Model model, ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, int i, Object obj) { + public static /* synthetic */ Model copy$default(Model model, ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, Long l, int i, Object obj) { if ((i & 1) != 0) { modelInvite = model.invite; } @@ -111,7 +118,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi if ((i & 32) != 0) { guild = model.guild; } - return model.copy(modelInvite, z2, z3, guildScheduledEvent, channel, guild); + if ((i & 64) != 0) { + l = model.selectedVoiceChannelId; + } + return model.copy(modelInvite, z2, z3, guildScheduledEvent, channel, guild, l); } public final ModelInvite component1() { @@ -138,11 +148,15 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi return this.guild; } - public final Model copy(ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild) { + public final Long component7() { + return this.selectedVoiceChannelId; + } + + public final Model copy(ModelInvite modelInvite, boolean z2, boolean z3, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, Long l) { m.checkNotNullParameter(modelInvite, "invite"); m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(channel, "channel"); - return new Model(modelInvite, z2, z3, guildScheduledEvent, channel, guild); + return new Model(modelInvite, z2, z3, guildScheduledEvent, channel, guild, l); } public boolean equals(Object obj) { @@ -153,7 +167,7 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi return false; } Model model = (Model) obj; - return m.areEqual(this.invite, model.invite) && this.isInGuild == model.isInGuild && this.isRsvped == model.isRsvped && m.areEqual(this.guildScheduledEvent, model.guildScheduledEvent) && m.areEqual(this.channel, model.channel) && m.areEqual(this.guild, model.guild); + return m.areEqual(this.invite, model.invite) && this.isInGuild == model.isInGuild && this.isRsvped == model.isRsvped && m.areEqual(this.guildScheduledEvent, model.guildScheduledEvent) && m.areEqual(this.channel, model.channel) && m.areEqual(this.guild, model.guild) && m.areEqual(this.selectedVoiceChannelId, model.selectedVoiceChannelId); } public final Channel getChannel() { @@ -172,6 +186,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi return this.invite; } + public final Long getSelectedVoiceChannelId() { + return this.selectedVoiceChannelId; + } + public int hashCode() { ModelInvite modelInvite = this.invite; int i = 0; @@ -195,10 +213,12 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; Guild guild = this.guild; - if (guild != null) { - i = guild.hashCode(); + int hashCode4 = (hashCode3 + (guild != null ? guild.hashCode() : 0)) * 31; + Long l = this.selectedVoiceChannelId; + if (l != null) { + i = l.hashCode(); } - return hashCode3 + i; + return hashCode4 + i; } public final boolean isInGuild() { @@ -222,8 +242,8 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi P.append(this.channel); P.append(", guild="); P.append(this.guild); - P.append(")"); - return P.toString(); + P.append(", selectedVoiceChannelId="); + return a.F(P, this.selectedVoiceChannelId, ")"); } } @@ -254,6 +274,10 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi return (WidgetChatListAdapter) widgetChatListAdapterItemGuildScheduledEventInvite.adapter; } + public static final /* synthetic */ StoreGuildScheduledEvents access$getGuildScheduledEventStore$p(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite) { + return widgetChatListAdapterItemGuildScheduledEventInvite.guildScheduledEventStore; + } + public static final /* synthetic */ Job access$getInviteJoinJob$p(WidgetChatListAdapterItemGuildScheduledEventInvite widgetChatListAdapterItemGuildScheduledEventInvite) { return widgetChatListAdapterItemGuildScheduledEventInvite.inviteJoinJob; } @@ -273,7 +297,7 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi private final void configureUI(Model model) { GuildScheduledEventItemView guildScheduledEventItemView = this.binding.b; m.checkNotNullExpressionValue(guildScheduledEventItemView, "binding.guildScheduledEventInviteContainer"); - WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1 widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1 = null; + WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 = null; guildScheduledEventItemView.setBackground(null); GuildScheduledEventItemView guildScheduledEventItemView2 = this.binding.b; GuildScheduledEvent guildScheduledEvent = model.getGuildScheduledEvent(); @@ -281,14 +305,19 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi Guild guild = model.getGuild(); boolean isInGuild = model.isInGuild(); boolean isRsvped = model.isRsvped(); - if (model.isInGuild()) { - widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1 = new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1(this, model); + Long b = model.getGuildScheduledEvent().b(); + boolean z2 = false; + if (b != null) { + long longValue = b.longValue(); + Long selectedVoiceChannelId = model.getSelectedVoiceChannelId(); + if (selectedVoiceChannelId != null && longValue == selectedVoiceChannelId.longValue()) { + z2 = true; + } } - guildScheduledEventItemView2.configureInChatList(guildScheduledEvent, channel, guild, isInGuild, isRsvped, widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$1, new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4(this, model)); - } - - public final StoreGuildScheduledEvents getGuildScheduledEventStore() { - return this.guildScheduledEventStore; + if (model.isInGuild()) { + widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2 = new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2(this, model); + } + guildScheduledEventItemView2.configureInChatList(guildScheduledEvent, channel, guild, isInGuild, isRsvped, z2, widgetChatListAdapterItemGuildScheduledEventInvite$configureUI$2, new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$3(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4(this, model), new WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$5(this, model)); } @Override // com.discord.utilities.mg_recycler.MGRecyclerViewHolder @@ -300,6 +329,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite extends Wi public void onConfigure(int i, ChatListEntry chatListEntry) { m.checkNotNullParameter(chatListEntry, "data"); super.onConfigure(i, chatListEntry); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(Model.Companion.observe$default(Model.Companion, (GuildScheduledEventInviteEntry) chatListEntry, null, null, null, null, 30, null)), WidgetChatListAdapterItemGuildScheduledEventInvite.class, (Context) null, new WidgetChatListAdapterItemGuildScheduledEventInvite$onConfigure$2(this), (Function1) null, (Function0) null, (Function0) null, new WidgetChatListAdapterItemGuildScheduledEventInvite$onConfigure$1(this), 58, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(Model.Companion.observe$default(Model.Companion, (GuildScheduledEventInviteEntry) chatListEntry, null, null, null, null, null, 62, null)), WidgetChatListAdapterItemGuildScheduledEventInvite.class, (Context) null, new WidgetChatListAdapterItemGuildScheduledEventInvite$onConfigure$2(this), (Function1) null, (Function0) null, (Function0) null, new WidgetChatListAdapterItemGuildScheduledEventInvite$onConfigure$1(this), 58, (Object) null); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java index aecae3f48a..eb7a5db1a8 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java @@ -523,7 +523,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM private final Map guildRoles; /* renamed from: id reason: collision with root package name */ - private final long f2221id; + private final long f2222id; private final GuildMember interactionUser; private final User user; private final Map usernamesOrNicks; @@ -534,7 +534,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM m.checkNotNullParameter(applicationCommandData, "applicationCommandData"); m.checkNotNullParameter(map4, "usernamesOrNicks"); m.checkNotNullParameter(map5, "commandValues"); - this.f2221id = j; + this.f2222id = j; this.user = user; this.interactionUser = guildMember; this.application = application; @@ -581,7 +581,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM } public final long getId() { - return this.f2221id; + return this.f2222id; } public final GuildMember getInteractionUser() { diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java index aa750939d9..b2dd3f7113 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java @@ -175,7 +175,7 @@ public final class ManageReactionsEmojisAdapter extends MGRecyclerAdapterSimple< m.checkNotNullParameter(reactionEmojiItem, "data"); super.onConfigure(i, (int) reactionEmojiItem); EmojiNode.Companion companion = EmojiNode.Companion; - SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.binding.f1904c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.binding.f1905c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView, "binding.manageReactionsEmojiEmojiTextview"); companion.renderEmoji(simpleDraweeSpanTextView, reactionEmojiItem.getReaction().b(), true, emojiSizePx); TextView textView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java index baa9e49bf6..2d81392a9c 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java @@ -314,7 +314,7 @@ public final class ManageReactionsResultsAdapter extends MGRecyclerAdapterSimple str = reactionUserItem.getUser().getUsername(); } textView.setText(str); - SimpleDraweeView simpleDraweeView = this.binding.f1905c; + SimpleDraweeView simpleDraweeView = this.binding.f1906c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.manageReactionsResultUserAvatar"); IconUtils.setIcon$default(simpleDraweeView, reactionUserItem.getUser(), R.dimen.avatar_size_standard, null, null, reactionUserItem.getGuildMember(), 24, null); ImageView imageView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java b/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java index 035a292157..d7b5705c02 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java @@ -119,7 +119,7 @@ public final class WidgetManageReactions extends AppFragment { RecyclerView recyclerView = getBinding().b; m.checkNotNullExpressionValue(recyclerView, "binding.manageReactionsEmojisRecycler"); this.emojisAdapter = (ManageReactionsEmojisAdapter) companion.configure(new ManageReactionsEmojisAdapter(recyclerView)); - RecyclerView recyclerView2 = getBinding().f1903c; + RecyclerView recyclerView2 = getBinding().f1904c; m.checkNotNullExpressionValue(recyclerView2, "binding.manageReactionsResultsRecycler"); this.resultsAdapter = (ManageReactionsResultsAdapter) companion.configure(new ManageReactionsResultsAdapter(recyclerView2)); ManageReactionsEmojisAdapter manageReactionsEmojisAdapter = this.emojisAdapter; diff --git a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java index 2427133dd9..9d85dc678c 100644 --- a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java +++ b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java @@ -27,19 +27,19 @@ public final class WidgetFriendsList$configureToolbar$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_friends_add_friend /* 2131364196 */: + case R.id.menu_friends_add_friend /* 2131364197 */: WidgetFriendsAdd.Companion companion = WidgetFriendsAdd.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetFriendsAdd.Companion.show$default(companion, context, null, "Friends", 2, null); return; - case R.id.menu_friends_contact_sync /* 2131364197 */: + case R.id.menu_friends_contact_sync /* 2131364198 */: ContactSyncAnalytics.Companion.trackStart$default(ContactSyncAnalytics.Companion, false, g0.mapOf(o.to("location_page", "Friends List Icon")), 1, null); AnalyticsTracker.INSTANCE.openModal("Contact Sync", new Traits.Location("Friends List Icon", null, null, null, null, 30, null)); WidgetContactSync.Companion companion2 = WidgetContactSync.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetContactSync.Companion.launch$default(companion2, context, null, false, false, false, 30, null); return; - case R.id.menu_friends_start_group /* 2131364198 */: + case R.id.menu_friends_start_group /* 2131364199 */: if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { GroupInviteFriendsSheet.Companion companion3 = GroupInviteFriendsSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java b/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java index 21a72dcfad..9bffa53a40 100644 --- a/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java @@ -135,7 +135,7 @@ public final class WidgetPriceTierPickerBottomSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); this.adapter = new PriceTierPickerAdapter(this.itemClickListener); - RecyclerView recyclerView = getBinding().f1928c; + RecyclerView recyclerView = getBinding().f1929c; m.checkNotNullExpressionValue(recyclerView, "binding.priceTierPickerRecycler"); PriceTierPickerAdapter priceTierPickerAdapter = this.adapter; if (priceTierPickerAdapter == null) { @@ -145,6 +145,6 @@ public final class WidgetPriceTierPickerBottomSheet extends AppBottomSheet { int dimensionPixelSize = getResources().getDimensionPixelSize(R.dimen.guild_role_subscription_setup_default_padding); Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); - getBinding().f1928c.addItemDecoration(new f(requireContext, 1, 0, dimensionPixelSize, dimensionPixelSize, 4)); + getBinding().f1929c.addItemDecoration(new f(requireContext, 1, 0, dimensionPixelSize, dimensionPixelSize, 4)); } } diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java index aeac0d9ab0..42203d30f5 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java @@ -222,15 +222,15 @@ public final class WidgetGuildFolderSettings extends AppFragment { int intValue = rgbColorToARGB != null ? rgbColorToARGB.intValue() : ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = intValue; - kVar.f2463s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2464s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.g = getColorsToDisplay(intValue); kVar.a = R.string.guild_folder_color; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2464x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2465x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.o = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent); - kVar.f2462c = R.string.color_picker_custom; + kVar.f2463c = R.string.color_picker_custom; kVar.v = ColorCompat.getColor(getContext(), (int) R.color.white); kVar.b = R.string.color_picker_presets; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); @@ -238,11 +238,11 @@ public final class WidgetGuildFolderSettings extends AppFragment { kVar.l = true; kVar.e = R.string.reset; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2465y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2466y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.q = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundModifierAccent); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2466z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2467z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetGuildFolderSettings$launchColorPicker$1(this); AppFragment.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java index 3cc3ffbe8c..678850a656 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java @@ -130,13 +130,13 @@ public final class WidgetGuildSelector extends AppBottomSheet { z2 = true; } } - SimpleDraweeView simpleDraweeView = this.binding.f1879c; + SimpleDraweeView simpleDraweeView = this.binding.f1880c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemIcon"); Guild guild4 = item.getGuild(); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); Integer valueOf = Integer.valueOf(ColorCompat.getThemedColor(view, (int) R.attr.colorBackgroundPrimary)); - SimpleDraweeView simpleDraweeView2 = this.binding.f1879c; + SimpleDraweeView simpleDraweeView2 = this.binding.f1880c; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.itemIcon"); SimpleDraweeViewExtensionsKt.setGuildIcon$default(simpleDraweeView, false, guild4, (float) simpleDraweeView2.getResources().getDimensionPixelSize(R.dimen.guild_icon_radius), null, valueOf, null, null, true, null, 360, null); FrameLayout frameLayout = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java index 0c4ce2e814..1b2beed802 100644 --- a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java +++ b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java @@ -7,7 +7,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class ChannelTemplate { /* renamed from: id reason: collision with root package name */ - private final Long f2222id; + private final Long f2223id; private final String name; /* compiled from: StockGuildTemplate.kt */ @@ -29,7 +29,7 @@ public abstract class ChannelTemplate { } private ChannelTemplate(Long l, String str) { - this.f2222id = l; + this.f2223id = l; this.name = str; } @@ -38,7 +38,7 @@ public abstract class ChannelTemplate { } public final Long getId() { - return this.f2222id; + return this.f2223id; } public final String getName() { diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java index 4cb9b7096a..3fe2c7d95b 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java @@ -161,7 +161,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel inviteSuggestions; /* renamed from: me reason: collision with root package name */ - private final MeUser f2223me; + private final MeUser f2224me; /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -177,7 +177,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component4() { @@ -258,7 +258,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getDms() { @@ -286,7 +286,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel map = this.invitableChannels; int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; - MeUser meUser = this.f2223me; + MeUser meUser = this.f2224me; int hashCode3 = (hashCode2 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list = this.dms; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; @@ -316,7 +316,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel 0 ? StringResourceUtilsKt.getI18nPluralString(a.x(this.itemView, "itemView", "itemView.context"), R.plurals.dm_tooltip_a11y_label_mentions, mentionCount, Integer.valueOf(mentionCount)) : ""; diff --git a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java index 0df6f79fd8..887265cc56 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java @@ -27,13 +27,13 @@ public final class WidgetGuildsList$configureBottomNavSpace$1 extends o implemen public final void invoke(int i) { WidgetGuildsList.access$getAdapter$p(this.this$0).handleBottomNavHeight(i); - ViewStub viewStub = WidgetGuildsList.access$getBinding$p(this.this$0).f1884c; + ViewStub viewStub = WidgetGuildsList.access$getBinding$p(this.this$0).f1885c; m.checkNotNullExpressionValue(viewStub, "binding.guildListUnreadsStub"); ViewGroup.LayoutParams layoutParams = viewStub.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.MarginLayoutParams"); ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; marginLayoutParams.setMargins(marginLayoutParams.leftMargin, marginLayoutParams.topMargin, marginLayoutParams.rightMargin, i); - ViewStub viewStub2 = WidgetGuildsList.access$getBinding$p(this.this$0).f1884c; + ViewStub viewStub2 = WidgetGuildsList.access$getBinding$p(this.this$0).f1885c; m.checkNotNullExpressionValue(viewStub2, "binding.guildListUnreadsStub"); viewStub2.setLayoutParams(marginLayoutParams); } diff --git a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java index 00cf833adb..2d6464e79f 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java @@ -487,7 +487,7 @@ public final class WidgetGuildsList extends AppFragment implements WidgetGuildLi m.checkNotNullParameter(view, "view"); super.onViewBound(view); setupRecycler(); - ViewStub viewStub = getBinding().f1884c; + ViewStub viewStub = getBinding().f1885c; m.checkNotNullExpressionValue(viewStub, "binding.guildListUnreadsStub"); RecyclerView recyclerView = getBinding().b; m.checkNotNullExpressionValue(recyclerView, "binding.guildList"); diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java index bdfe9a6b80..19521b2d91 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java @@ -61,7 +61,7 @@ public final class WidgetGuildIdentityMarketingSheet extends AppBottomSheet { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java index 31609ae8ef..0b7bd86a6d 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet.java @@ -45,7 +45,7 @@ import com.discord.views.CheckedSetting; import com.discord.widgets.guilds.invite.WidgetGuildInviteShare; import com.discord.widgets.guilds.leave.WidgetLeaveGuildDialog; import com.discord.widgets.guilds.profile.WidgetGuildProfileSheetViewModel; -import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; +import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputLayout; @@ -327,7 +327,7 @@ public final class WidgetGuildProfileSheet extends AppBottomSheet { } CardView cardView2 = widgetGuildProfileActionsBinding5.f1864y; m.checkNotNullExpressionValue(cardView2, "guildActionBinding.guildProfileSheetPrimaryActions"); - cardView2.setVisibility(canManageChannels || (canManageEvents && StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(j)) ? 0 : 8); + cardView2.setVisibility(canManageChannels || (canManageEvents && StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(j)) ? 0 : 8); WidgetGuildProfileActionsBinding widgetGuildProfileActionsBinding6 = this.guildActionBinding; if (widgetGuildProfileActionsBinding6 == null) { m.throwUninitializedPropertyAccessException("guildActionBinding"); @@ -347,7 +347,7 @@ public final class WidgetGuildProfileSheet extends AppBottomSheet { m.throwUninitializedPropertyAccessException("guildActionBinding"); } TextView textView3 = widgetGuildProfileActionsBinding8.k; - textView3.setVisibility(canManageEvents && StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(j) ? 0 : 8); + textView3.setVisibility(canManageEvents && StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(j) ? 0 : 8); setOnClickAndDismissListener(textView3, new WidgetGuildProfileSheet$configureGuildActions$$inlined$apply$lambda$3(textView3, this, canManageEvents, j)); WidgetGuildProfileActionsBinding widgetGuildProfileActionsBinding9 = this.guildActionBinding; if (widgetGuildProfileActionsBinding9 == null) { diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java index 261aed43fa..91e43d0f58 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java @@ -720,7 +720,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel restrictedGuildIds; /* JADX DEBUG: Multi-variable search result rejected for r9v0, resolved type: java.util.List */ @@ -733,7 +733,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel getRestrictedGuildIds() { @@ -850,7 +850,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel function0, Function0 function02) { @@ -253,7 +277,7 @@ public final class GuildScheduledEventBottomButtonView extends ConstraintLayout textView.setVisibility(i); int color = !visibilityInfo.getPrimaryInteractionButtonEnabled() ? ColorCompat.getColor(textView.getContext(), (int) R.color.white_alpha_40) : (!z2 || visibilityInfo.isEventActive() || visibilityInfo.isEventComplete()) ? ColorCompat.getColor(textView.getContext(), (int) R.color.white) : ColorCompat.getThemedColor(textView.getContext(), (int) R.attr.colorInteractiveActive); int i2 = (visibilityInfo.isEventActive() || !visibilityInfo.getPrimaryInteractionButtonEnabled()) ? 0 : z2 ? R.drawable.ic_check_active_16dp : R.drawable.ic_bell_16dp; - int i3 = (!visibilityInfo.isEventActive() || visibilityInfo.getGuildScheduledEvent().e() != GuildScheduledEventEntityType.EXTERNAL) ? visibilityInfo.isEventActive() ? R.string.stage_channel_join_button : visibilityInfo.isEventComplete() ? R.string.guild_event_invite_completed : R.string.stage_instance_interested_label : R.string.guild_event_started; + int i3 = (!visibilityInfo.isEventActive() || visibilityInfo.getGuildScheduledEvent().e() != GuildScheduledEventEntityType.EXTERNAL) ? (!visibilityInfo.isEventActive() || !visibilityInfo.isConnected()) ? (!visibilityInfo.isEventActive() || visibilityInfo.getGuildScheduledEvent().e() != GuildScheduledEventEntityType.VOICE) ? visibilityInfo.isEventActive() ? R.string.stage_channel_join_button : visibilityInfo.isEventComplete() ? R.string.guild_event_invite_completed : R.string.stage_instance_interested_label : R.string.guild_event_join : R.string.go_to_channel : R.string.guild_event_started; DrawableCompat.setCompoundDrawablesCompat$default(textView, i2, 0, 0, 0, 14, (Object) null); textView.setTextColor(color); Context context = textView.getContext(); @@ -281,13 +305,13 @@ public final class GuildScheduledEventBottomButtonView extends ConstraintLayout imageView.setOnClickListener(new GuildScheduledEventBottomButtonView$configureStartEventButton$$inlined$apply$lambda$1(visibilityInfo, function0)); } - public final void configure(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { + public final void configure(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(function0, "onRsvpButtonClicked"); m.checkNotNullParameter(function02, "onStartEventButtonClicked"); m.checkNotNullParameter(function03, "onShareButtonClicked"); m.checkNotNullParameter(function04, "onJoinButtonClicked"); - VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, z3, z4, z5); + VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, z3, z4, z5, z6); configureStartEventButton(visibilityInfo, function02); configureInterestedButton(visibilityInfo, z2, function0, function04); configureShareButton(visibilityInfo, function03); @@ -299,8 +323,7 @@ public final class GuildScheduledEventBottomButtonView extends ConstraintLayout m.checkNotNullParameter(function02, "onRsvpButtonClicked"); m.checkNotNullParameter(function03, "onShareButtonClicked"); m.checkNotNullParameter(function05, "onJoinButtonClicked"); - boolean z6 = true; - VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, true, z3, z4); + VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, true, z3, z4, false); configureStartEventButton(visibilityInfo, function0); int i = 8; if (visibilityInfo.isStartEventVisible()) { @@ -315,10 +338,7 @@ public final class GuildScheduledEventBottomButtonView extends ConstraintLayout } configureShareButton(visibilityInfo, function03); ImageView imageView2 = this.binding.b; - if (function04 == null || (!z4 && !z5)) { - z6 = false; - } - if (z6) { + if (function04 != null && (z4 || z5)) { i = 0; } imageView2.setVisibility(i); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java index b7918b0dd9..372d3ad5fa 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java @@ -8,6 +8,7 @@ import android.widget.TextView; import androidx.constraintlayout.widget.ConstraintLayout; import com.discord.R; import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.databinding.GuildScheduledEventDateViewBinding; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.color.ColorCompatKt; @@ -73,28 +74,11 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { this.binding = a; } - public final void configure(long j) { - GuildScheduledEventTiming eventTiming = GuildScheduledEventUtilitiesKt.getEventTiming(j); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - configure(eventTiming, GuildScheduledEventUtilitiesKt.getEventStartingTimeString(j, context)); - } - - public final void configure(GuildScheduledEvent guildScheduledEvent) { - m.checkNotNullParameter(guildScheduledEvent, "event"); - GuildScheduledEventTiming eventTiming = GuildScheduledEventUtilitiesKt.getEventTiming(guildScheduledEvent); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - configure(eventTiming, GuildScheduledEventUtilitiesKt.getEventStartingTimeString(guildScheduledEvent, context)); - } - - /* JADX WARNING: Removed duplicated region for block: B:13:0x0064 */ - /* JADX WARNING: Removed duplicated region for block: B:15:0x0072 */ - public final void configure(GuildScheduledEventTiming guildScheduledEventTiming, CharSequence charSequence) { + /* JADX WARNING: Removed duplicated region for block: B:13:0x005a */ + /* JADX WARNING: Removed duplicated region for block: B:15:0x0068 */ + private final void configureViaTiming(GuildScheduledEventTiming guildScheduledEventTiming, CharSequence charSequence) { int ordinal; int i; - m.checkNotNullParameter(guildScheduledEventTiming, "timing"); - m.checkNotNullParameter(charSequence, "startingTimeString"); ImageView imageView = this.binding.b; int ordinal2 = guildScheduledEventTiming.ordinal(); if (!(ordinal2 == 3 || ordinal2 == 4)) { @@ -129,4 +113,31 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { textView.setTextColor(i); textView.setText(charSequence); } + + public final void configure(long j) { + GuildScheduledEventTiming eventTiming = GuildScheduledEventUtilitiesKt.getEventTiming(j); + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + configureViaTiming(eventTiming, GuildScheduledEventUtilitiesKt.getEventStartingTimeString(j, context)); + } + + public final void configure(GuildScheduledEvent guildScheduledEvent) { + m.checkNotNullParameter(guildScheduledEvent, "event"); + if (guildScheduledEvent.k() == GuildScheduledEventStatus.CANCELED || guildScheduledEvent.k() == GuildScheduledEventStatus.COMPLETED) { + ImageView imageView = this.binding.b; + imageView.setImageResource(R.drawable.ic_event_20dp); + ColorCompatKt.tintWithColor(imageView, ColorCompat.getThemedColor(imageView.getContext(), (int) R.attr.colorControlBrandForegroundNew)); + TextView textView = this.binding.f1634c; + textView.setTextColor(ColorCompat.getThemedColor(textView.getContext(), (int) R.attr.colorHeaderSecondary)); + Context context = textView.getContext(); + m.checkNotNullExpressionValue(context, "context"); + textView.setText(GuildScheduledEventUtilitiesKt.getEventStartingTimeString(guildScheduledEvent, context)); + m.checkNotNullExpressionValue(textView, "binding.guildScheduledEv…meString(context)\n }"); + return; + } + GuildScheduledEventTiming eventTiming = GuildScheduledEventUtilitiesKt.getEventTiming(guildScheduledEvent); + Context context2 = getContext(); + m.checkNotNullExpressionValue(context2, "context"); + configureViaTiming(eventTiming, GuildScheduledEventUtilitiesKt.getEventStartingTimeString(guildScheduledEvent, context2)); + } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser$Companion$PARSER$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser$Companion$PARSER$2.java new file mode 100644 index 0000000000..bee7c2ba75 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser$Companion$PARSER$2.java @@ -0,0 +1,27 @@ +package com.discord.widgets.guildscheduledevent; + +import c.a.t.b.b.e; +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.parser.Parser; +import com.discord.utilities.textprocessing.MessageParseState; +import com.discord.utilities.textprocessing.MessageRenderContext; +import com.discord.utilities.textprocessing.Rules; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: GuildScheduledEventExternalLocationParser.kt */ +public final class GuildScheduledEventExternalLocationParser$Companion$PARSER$2 extends o implements Function0, MessageParseState>> { + public static final GuildScheduledEventExternalLocationParser$Companion$PARSER$2 INSTANCE = new GuildScheduledEventExternalLocationParser$Companion$PARSER$2(); + + public GuildScheduledEventExternalLocationParser$Companion$PARSER$2() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Parser, MessageParseState> mo1invoke() { + Parser, MessageParseState> parser = new Parser<>(false, 1, null); + parser.addRule(Rules.INSTANCE.createUrlRule()); + parser.addRule(e.h.d()); + return parser; + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser.java new file mode 100644 index 0000000000..d1a3d39bad --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParser.java @@ -0,0 +1,141 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import c.d.b.a.a; +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.parser.Parser; +import com.discord.utilities.textprocessing.AstRenderer; +import com.discord.utilities.textprocessing.MessageParseState; +import com.discord.utilities.textprocessing.MessageRenderContext; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventLocationInfo; +import com.facebook.drawee.span.DraweeSpanStringBuilder; +import d0.g; +import d0.z.d.m; +import kotlin.Lazy; +import kotlin.NoWhenBranchMatchedException; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: GuildScheduledEventExternalLocationParser.kt */ +public final class GuildScheduledEventExternalLocationParser { + public static final Companion Companion = new Companion(null); + private static final Lazy PARSER$delegate = g.lazy(GuildScheduledEventExternalLocationParser$Companion$PARSER$2.INSTANCE); + private Cache cache = new Cache("", ""); + + /* compiled from: GuildScheduledEventExternalLocationParser.kt */ + public static final class Cache { + private final String location; + private final CharSequence output; + + public Cache(String str, CharSequence charSequence) { + m.checkNotNullParameter(str, "location"); + m.checkNotNullParameter(charSequence, "output"); + this.location = str; + this.output = charSequence; + } + + public static /* synthetic */ Cache copy$default(Cache cache, String str, CharSequence charSequence, int i, Object obj) { + if ((i & 1) != 0) { + str = cache.location; + } + if ((i & 2) != 0) { + charSequence = cache.output; + } + return cache.copy(str, charSequence); + } + + public final String component1() { + return this.location; + } + + public final CharSequence component2() { + return this.output; + } + + public final Cache copy(String str, CharSequence charSequence) { + m.checkNotNullParameter(str, "location"); + m.checkNotNullParameter(charSequence, "output"); + return new Cache(str, charSequence); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof Cache)) { + return false; + } + Cache cache = (Cache) obj; + return m.areEqual(this.location, cache.location) && m.areEqual(this.output, cache.output); + } + + public final String getLocation() { + return this.location; + } + + public final CharSequence getOutput() { + return this.output; + } + + public int hashCode() { + String str = this.location; + int i = 0; + int hashCode = (str != null ? str.hashCode() : 0) * 31; + CharSequence charSequence = this.output; + if (charSequence != null) { + i = charSequence.hashCode(); + } + return hashCode + i; + } + + public String toString() { + StringBuilder P = a.P("Cache(location="); + P.append(this.location); + P.append(", output="); + return a.D(P, this.output, ")"); + } + } + + /* compiled from: GuildScheduledEventExternalLocationParser.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public static final /* synthetic */ Parser access$getPARSER$p(Companion companion) { + return companion.getPARSER(); + } + + private final Parser, MessageParseState> getPARSER() { + Lazy access$getPARSER$cp = GuildScheduledEventExternalLocationParser.access$getPARSER$cp(); + Companion companion = GuildScheduledEventExternalLocationParser.Companion; + return (Parser) access$getPARSER$cp.getValue(); + } + } + + public static final /* synthetic */ Lazy access$getPARSER$cp() { + return PARSER$delegate; + } + + private final CharSequence parse(Context context, String str) { + if (m.areEqual(this.cache.getLocation(), str)) { + return this.cache.getOutput(); + } + DraweeSpanStringBuilder render = AstRenderer.render(Parser.parse$default(Companion.access$getPARSER$p(Companion), str, MessageParseState.Companion.getInitialState(), null, 4, null), new MessageRenderContext(context, 0, false, null, null, null, 0, null, null, 0, 0, null, null, null, 16376, null)); + this.cache = new Cache(str, render); + return render; + } + + public final CharSequence getTextFromLocation(Context context, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(guildScheduledEventLocationInfo, "locationInfo"); + if (guildScheduledEventLocationInfo instanceof GuildScheduledEventLocationInfo.ChannelLocation) { + return guildScheduledEventLocationInfo.getLocationName(); + } + if (guildScheduledEventLocationInfo instanceof GuildScheduledEventLocationInfo.ExternalLocation) { + return parse(context, guildScheduledEventLocationInfo.getLocationName()); + } + throw new NoWhenBranchMatchedException(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParserKt.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParserKt.java new file mode 100644 index 0000000000..be1328bf59 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventExternalLocationParserKt.java @@ -0,0 +1,4 @@ +package com.discord.widgets.guildscheduledevent; +/* compiled from: GuildScheduledEventExternalLocationParser.kt */ +public final class GuildScheduledEventExternalLocationParserKt { +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$locationParser$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$locationParser$2.java new file mode 100644 index 0000000000..478dd859d3 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$locationParser$2.java @@ -0,0 +1,18 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: GuildScheduledEventItemView.kt */ +public final class GuildScheduledEventItemView$locationParser$2 extends o implements Function0 { + public static final GuildScheduledEventItemView$locationParser$2 INSTANCE = new GuildScheduledEventItemView$locationParser$2(); + + public GuildScheduledEventItemView$locationParser$2() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final GuildScheduledEventExternalLocationParser mo1invoke() { + return new GuildScheduledEventExternalLocationParser(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java index 7a654b2200..4e50199576 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java @@ -15,10 +15,12 @@ import c.a.k.b; import com.discord.R; import com.discord.api.channel.Channel; import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.databinding.GuildScheduledEventBottomButtonViewBinding; import com.discord.databinding.GuildScheduledEventItemViewBinding; import com.discord.models.guild.Guild; import com.discord.utilities.color.ColorCompat; +import com.discord.utilities.dimen.DimenUtils; import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.textview.TextViewFadeHelper; @@ -29,6 +31,7 @@ import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; import com.facebook.drawee.view.SimpleDraweeView; import d0.g; import d0.z.d.m; +import java.util.Objects; import kotlin.Lazy; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -37,6 +40,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public final class GuildScheduledEventItemView extends ConstraintLayout { private final GuildScheduledEventItemViewBinding binding; private final Lazy descriptionParser$delegate; + private final Lazy locationParser$delegate; public GuildScheduledEventItemView(Context context) { this(context, null, 0, 6, null); @@ -89,12 +93,13 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { ImageView imageView = (ImageView) inflate.findViewById(R.id.standalone_channel_icon); if (imageView != null) { i2 = R.id.standalone_channel_name; - TextView textView6 = (TextView) inflate.findViewById(R.id.standalone_channel_name); - if (textView6 != null) { - GuildScheduledEventItemViewBinding guildScheduledEventItemViewBinding = new GuildScheduledEventItemViewBinding((ConstraintLayout) inflate, guildScheduledEventBottomButtonView, constraintLayout, guildScheduledEventDateView, linkifiedTextView, textView, simpleDraweeView, textView2, textView3, textView4, textView5, barrier, imageView, textView6); + LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) inflate.findViewById(R.id.standalone_channel_name); + if (linkifiedTextView2 != null) { + GuildScheduledEventItemViewBinding guildScheduledEventItemViewBinding = new GuildScheduledEventItemViewBinding((ConstraintLayout) inflate, guildScheduledEventBottomButtonView, constraintLayout, guildScheduledEventDateView, linkifiedTextView, textView, simpleDraweeView, textView2, textView3, textView4, textView5, barrier, imageView, linkifiedTextView2); m.checkNotNullExpressionValue(guildScheduledEventItemViewBinding, "GuildScheduledEventItemV…rom(context), this, true)"); this.binding = guildScheduledEventItemViewBinding; this.descriptionParser$delegate = g.lazy(new GuildScheduledEventItemView$descriptionParser$2(this)); + this.locationParser$delegate = g.lazy(GuildScheduledEventItemView$locationParser$2.INSTANCE); m.checkNotNullExpressionValue(linkifiedTextView, "binding.guildScheduledEventListItemDescText"); new TextViewFadeHelper(linkifiedTextView).registerFadeHelper(); return; @@ -127,15 +132,15 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { getDescriptionParser().configureDescription(str); } - public static /* synthetic */ void configureInChatList$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, Function0 function0, Function0 function02, Function0 function03, Function0 function04, int i, Object obj) { - guildScheduledEventItemView.configureInChatList(guildScheduledEvent, channel, guild, z2, z3, function0, (i & 64) != 0 ? GuildScheduledEventItemView$configureInChatList$1.INSTANCE : function02, (i & 128) != 0 ? GuildScheduledEventItemView$configureInChatList$2.INSTANCE : function03, function04); + public static /* synthetic */ void configureInChatList$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, boolean z4, Function0 function0, Function0 function02, Function0 function03, Function0 function04, int i, Object obj) { + guildScheduledEventItemView.configureInChatList(guildScheduledEvent, channel, guild, z2, z3, z4, function0, (i & 128) != 0 ? GuildScheduledEventItemView$configureInChatList$1.INSTANCE : function02, (i & 256) != 0 ? GuildScheduledEventItemView$configureInChatList$2.INSTANCE : function03, function04); } - private final void configureInternal(GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { + private final void configureInternal(GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = this.binding.b; m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventListItemButtomView"); - guildScheduledEventBottomButtonView.setVisibility(new GuildScheduledEventBottomButtonView.VisibilityInfo(guildScheduledEvent, z3, z5, z4).isAnyButtonVisible() ? 0 : 8); - this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, function02, function03, function04, function05); + guildScheduledEventBottomButtonView.setVisibility(new GuildScheduledEventBottomButtonView.VisibilityInfo(guildScheduledEvent, z3, z5, z4, z6).isAnyButtonVisible() ? 0 : 8); + this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, z6, function02, function03, function04, function05); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); Integer l = guildScheduledEvent.l(); @@ -151,8 +156,8 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { } } - public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05, int i, Object obj) { - guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, function0, (i & 256) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function02, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function03, (i & 1024) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function04, (i & 2048) != 0 ? GuildScheduledEventItemView$configureInternal$4.INSTANCE : function05); + public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05, int i, Object obj) { + guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, z6, function0, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function02, (i & 1024) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function03, (i & 2048) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function04, (i & 4096) != 0 ? GuildScheduledEventItemView$configureInternal$4.INSTANCE : function05); } private final void configureLocation(GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild) { @@ -168,36 +173,40 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { ImageView imageView = this.binding.l; m.checkNotNullExpressionValue(imageView, "binding.standaloneChannelIcon"); imageView.setVisibility(8); - TextView textView = this.binding.m; - m.checkNotNullExpressionValue(textView, "binding.standaloneChannelName"); - textView.setVisibility(8); + LinkifiedTextView linkifiedTextView = this.binding.m; + m.checkNotNullExpressionValue(linkifiedTextView, "binding.standaloneChannelName"); + linkifiedTextView.setVisibility(8); SimpleDraweeView simpleDraweeView = this.binding.g; m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildScheduledEventListItemGuildIcon"); simpleDraweeView.setVisibility(0); - TextView textView2 = this.binding.h; - m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEv…mGuildIconPlaceholderText"); + TextView textView = this.binding.h; + m.checkNotNullExpressionValue(textView, "binding.guildScheduledEv…mGuildIconPlaceholderText"); + textView.setVisibility(0); + TextView textView2 = this.binding.i; + m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventListItemGuildName"); textView2.setVisibility(0); - TextView textView3 = this.binding.i; - m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventListItemGuildName"); + TextView textView3 = this.binding.f; + m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEv…tListItemGuildChannelName"); textView3.setVisibility(0); - TextView textView4 = this.binding.f; - m.checkNotNullExpressionValue(textView4, "binding.guildScheduledEv…tListItemGuildChannelName"); - textView4.setVisibility(0); - TextView textView5 = this.binding.h; - textView5.setText(guild.getShortName()); + TextView textView4 = this.binding.h; + textView4.setText(guild.getShortName()); if (!guild.hasIcon()) { i = 0; } - textView5.setVisibility(i); + textView4.setVisibility(i); SimpleDraweeView simpleDraweeView2 = this.binding.g; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.guildScheduledEventListItemGuildIcon"); SimpleDraweeViewExtensionsKt.setGuildIcon$default(simpleDraweeView2, true, guild, (float) getResources().getDimensionPixelSize(R.dimen.guild_scheduled_event_icon_corner_radius), Integer.valueOf(IconUtils.getMediaProxySize(getResources().getDimensionPixelSize(R.dimen.avatar_size_standard))), null, null, null, false, null, 496, null); - TextView textView6 = this.binding.i; - m.checkNotNullExpressionValue(textView6, "binding.guildScheduledEventListItemGuildName"); - textView6.setText(guild.getName()); - TextView textView7 = this.binding.f; - m.checkNotNullExpressionValue(textView7, "binding.guildScheduledEv…tListItemGuildChannelName"); - textView7.setText(guildScheduledEventLocationInfo.getLocationName()); + TextView textView5 = this.binding.i; + m.checkNotNullExpressionValue(textView5, "binding.guildScheduledEventListItemGuildName"); + textView5.setText(guild.getName()); + TextView textView6 = this.binding.f; + m.checkNotNullExpressionValue(textView6, "binding.guildScheduledEv…tListItemGuildChannelName"); + GuildScheduledEventExternalLocationParser locationParser = getLocationParser(); + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + textView6.setText(locationParser.getTextFromLocation(context, guildScheduledEventLocationInfo)); + this.binding.f.setCompoundDrawablesWithIntrinsicBounds(guildScheduledEventLocationInfo.getLocationIconSmall(), 0, 0, 0); } else { ConstraintLayout constraintLayout3 = this.binding.f1635c; m.checkNotNullExpressionValue(constraintLayout3, "binding.guildScheduledEv…ItemChannelGuildContainer"); @@ -205,22 +214,25 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { SimpleDraweeView simpleDraweeView3 = this.binding.g; m.checkNotNullExpressionValue(simpleDraweeView3, "binding.guildScheduledEventListItemGuildIcon"); simpleDraweeView3.setVisibility(8); - TextView textView8 = this.binding.h; - m.checkNotNullExpressionValue(textView8, "binding.guildScheduledEv…mGuildIconPlaceholderText"); + TextView textView7 = this.binding.h; + m.checkNotNullExpressionValue(textView7, "binding.guildScheduledEv…mGuildIconPlaceholderText"); + textView7.setVisibility(8); + TextView textView8 = this.binding.i; + m.checkNotNullExpressionValue(textView8, "binding.guildScheduledEventListItemGuildName"); textView8.setVisibility(8); - TextView textView9 = this.binding.i; - m.checkNotNullExpressionValue(textView9, "binding.guildScheduledEventListItemGuildName"); + TextView textView9 = this.binding.f; + m.checkNotNullExpressionValue(textView9, "binding.guildScheduledEv…tListItemGuildChannelName"); textView9.setVisibility(8); - TextView textView10 = this.binding.f; - m.checkNotNullExpressionValue(textView10, "binding.guildScheduledEv…tListItemGuildChannelName"); - textView10.setVisibility(8); ImageView imageView2 = this.binding.l; imageView2.setVisibility(0); imageView2.setImageResource(guildScheduledEventLocationInfo.getLocationIcon()); - TextView textView11 = this.binding.m; - textView11.setVisibility(0); - textView11.setText(guildScheduledEventLocationInfo.getLocationName()); - m.checkNotNullExpressionValue(textView11, "binding.standaloneChanne…getLocationName()\n }"); + LinkifiedTextView linkifiedTextView2 = this.binding.m; + linkifiedTextView2.setVisibility(0); + GuildScheduledEventExternalLocationParser locationParser2 = getLocationParser(); + Context context2 = linkifiedTextView2.getContext(); + m.checkNotNullExpressionValue(context2, "context"); + linkifiedTextView2.setText(locationParser2.getTextFromLocation(context2, guildScheduledEventLocationInfo)); + m.checkNotNullExpressionValue(linkifiedTextView2, "binding.standaloneChanne…xt, locationInfo)\n }"); } } @@ -235,6 +247,10 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { return (GuildScheduledEventDescriptionParser) this.descriptionParser$delegate.getValue(); } + private final GuildScheduledEventExternalLocationParser getLocationParser() { + return (GuildScheduledEventExternalLocationParser) this.locationParser$delegate.getValue(); + } + public final void configureAsPreview(GuildScheduledEventModel guildScheduledEventModel, Channel channel) { m.checkNotNullParameter(guildScheduledEventModel, "eventModel"); long millis = GuildScheduledEventPickerDateTime.INSTANCE.toMillis(guildScheduledEventModel.getStartDate(), guildScheduledEventModel.getStartTime()); @@ -259,40 +275,46 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { configureLocation$default(this, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEventModel, channel), null, 2, null); } - public final void configureInChatList(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { + public final void configureInChatList(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, boolean z4, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(function02, "rsvpButtonClickListener"); m.checkNotNullParameter(function03, "joinServerButtonClickListener"); m.checkNotNullParameter(function04, "shareButtonClickListener"); - configureInternal(guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, function0, function02, function03, function04, function03); + configureInternal(guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, z4, function0, function02, function03, function04, function03); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); - constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); + constraintLayout.setBackground((!z4 || guildScheduledEvent.k() != GuildScheduledEventStatus.ACTIVE) ? ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary) : ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_connected_secondary)); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); textView.setBackgroundTintList(ColorCompat.INSTANCE.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); + TextView textView2 = this.binding.k; + ViewGroup.LayoutParams layoutParams = textView2.getLayoutParams(); + Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.MarginLayoutParams"); + ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; + int i = 8; + marginLayoutParams.topMargin = DimenUtils.dpToPixels(8); + textView2.setLayoutParams(marginLayoutParams); GuildScheduledEventBottomButtonViewBinding binding = this.binding.b.getBinding(); - TextView textView2 = binding.g; - m.checkNotNullExpressionValue(textView2, "buttonBinding.startEventButtonText"); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - int i = 0; - textView2.setText(b.h(context, R.string.guild_event_invite_embed_join_server_button_label, new Object[0], null, 4)); TextView textView3 = binding.g; m.checkNotNullExpressionValue(textView3, "buttonBinding.startEventButtonText"); - textView3.setVisibility(z2 ^ true ? 0 : 8); + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + textView3.setText(b.h(context, R.string.guild_event_invite_embed_join_server_button_label, new Object[0], null, 4)); + TextView textView4 = binding.g; + m.checkNotNullExpressionValue(textView4, "buttonBinding.startEventButtonText"); + textView4.setVisibility(z2 ^ true ? 0 : 8); ImageView imageView = binding.f; m.checkNotNullExpressionValue(imageView, "buttonBinding.startEventButton"); imageView.setVisibility(z2 ^ true ? 0 : 8); ImageView imageView2 = binding.f1633c; m.checkNotNullExpressionValue(imageView2, "buttonBinding.interestedButton"); imageView2.setVisibility(z2 ? 0 : 8); - TextView textView4 = binding.d; - m.checkNotNullExpressionValue(textView4, "buttonBinding.interestedButtonText"); - if (!z2) { - i = 8; + TextView textView5 = binding.d; + m.checkNotNullExpressionValue(textView5, "buttonBinding.interestedButtonText"); + if (z2) { + i = 0; } - textView4.setVisibility(i); + textView5.setVisibility(i); } public final void configureInEventList(GuildScheduledEventListItem.Event event, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { @@ -302,17 +324,20 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { m.checkNotNullParameter(function03, "eventStartButtonClickListener"); m.checkNotNullParameter(function04, "shareButtonClickListener"); m.checkNotNullParameter(function05, "joinButtonClickListener"); - configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), function0, function02, function03, function04, function05); + configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), event.isConnected(), function0, function02, function03, function04, function05); + ConstraintLayout constraintLayout = this.binding.a; + m.checkNotNullExpressionValue(constraintLayout, "binding.root"); + constraintLayout.setBackground((!event.isConnected() || event.getEvent().k() != GuildScheduledEventStatus.ACTIVE) ? ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_primary) : ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_connected_primary)); } - public final void configureInVoiceChannel(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, Function0 function0, Function0 function02) { + public final void configureInVoiceChannel(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, boolean z4, Function0 function0, Function0 function02) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(function0, "onCardClicked"); m.checkNotNullParameter(function02, "onStartEventButtonClicked"); - configureInternal(guildScheduledEvent, null, null, false, false, z2, false, function0, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function02, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE, GuildScheduledEventItemView$configureInVoiceChannel$3.INSTANCE); + configureInternal(guildScheduledEvent, null, null, false, false, z2, false, z4, function0, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function02, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE, GuildScheduledEventItemView$configureInVoiceChannel$3.INSTANCE); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); - constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); + constraintLayout.setBackground((!z4 || guildScheduledEvent.k() != GuildScheduledEventStatus.ACTIVE) ? ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary) : ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_connected_secondary)); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); int i = 8; diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListItem.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListItem.java index bb67105072..a0e5cdea65 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListItem.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListItem.java @@ -27,12 +27,13 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo private final boolean canStartEvent; private final Channel channel; private final GuildScheduledEvent event; + private final boolean isConnected; private final boolean isRsvped; private final String key; private final int type; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public Event(GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4) { + public Event(GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4, boolean z5) { super(null); m.checkNotNullParameter(guildScheduledEvent, "event"); this.event = guildScheduledEvent; @@ -40,10 +41,11 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo this.isRsvped = z2; this.canStartEvent = z3; this.canShare = z4; + this.isConnected = z5; this.key = String.valueOf(guildScheduledEvent.g()); } - public static /* synthetic */ Event copy$default(Event event, GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4, int i, Object obj) { + public static /* synthetic */ Event copy$default(Event event, GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4, boolean z5, int i, Object obj) { if ((i & 1) != 0) { guildScheduledEvent = event.event; } @@ -59,7 +61,10 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo if ((i & 16) != 0) { z4 = event.canShare; } - return event.copy(guildScheduledEvent, channel, z2, z3, z4); + if ((i & 32) != 0) { + z5 = event.isConnected; + } + return event.copy(guildScheduledEvent, channel, z2, z3, z4, z5); } public final GuildScheduledEvent component1() { @@ -82,9 +87,13 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo return this.canShare; } - public final Event copy(GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4) { + public final boolean component6() { + return this.isConnected; + } + + public final Event copy(GuildScheduledEvent guildScheduledEvent, Channel channel, boolean z2, boolean z3, boolean z4, boolean z5) { m.checkNotNullParameter(guildScheduledEvent, "event"); - return new Event(guildScheduledEvent, channel, z2, z3, z4); + return new Event(guildScheduledEvent, channel, z2, z3, z4, z5); } public boolean equals(Object obj) { @@ -95,7 +104,7 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo return false; } Event event = (Event) obj; - return m.areEqual(this.event, event.event) && m.areEqual(this.channel, event.channel) && this.isRsvped == event.isRsvped && this.canStartEvent == event.canStartEvent && this.canShare == event.canShare; + return m.areEqual(this.event, event.event) && m.areEqual(this.channel, event.channel) && this.isRsvped == event.isRsvped && this.canStartEvent == event.canStartEvent && this.canShare == event.canShare && this.isConnected == event.isConnected; } public final boolean getCanShare() { @@ -151,10 +160,22 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo int i10 = z3 ? 1 : 0; int i11 = (i7 + i8) * 31; boolean z4 = this.canShare; - if (!z4) { - i3 = z4 ? 1 : 0; + if (z4) { + z4 = true; } - return i11 + i3; + int i12 = z4 ? 1 : 0; + int i13 = z4 ? 1 : 0; + int i14 = z4 ? 1 : 0; + int i15 = (i11 + i12) * 31; + boolean z5 = this.isConnected; + if (!z5) { + i3 = z5 ? 1 : 0; + } + return i15 + i3; + } + + public final boolean isConnected() { + return this.isConnected; } public final boolean isRsvped() { @@ -171,7 +192,9 @@ public abstract class GuildScheduledEventListItem implements MGRecyclerDataPaylo P.append(", canStartEvent="); P.append(this.canStartEvent); P.append(", canShare="); - return a.L(P, this.canShare, ")"); + P.append(this.canShare); + P.append(", isConnected="); + return a.L(P, this.isConnected, ")"); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java index 063e9aced1..8b08366e67 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel$Companion$observeStores$1.java @@ -5,6 +5,7 @@ import com.discord.api.guildscheduledevent.GuildScheduledEvent; import com.discord.stores.StoreChannels; import com.discord.stores.StoreGuildScheduledEvents; import com.discord.stores.StorePermissions; +import com.discord.stores.StoreVoiceChannelSelected; import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; import com.discord.utilities.guildscheduledevent.GuildScheduledEventsComparator; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListViewModel; @@ -14,6 +15,7 @@ import d0.z.d.o; import java.util.ArrayList; import java.util.List; import java.util.Map; +import java.util.Set; import kotlin.jvm.functions.Function0; /* compiled from: GuildScheduledEventListViewModel.kt */ public final class GuildScheduledEventListViewModel$Companion$observeStores$1 extends o implements Function0 { @@ -22,15 +24,17 @@ public final class GuildScheduledEventListViewModel$Companion$observeStores$1 ex public final /* synthetic */ long $guildId; public final /* synthetic */ StoreGuildScheduledEvents $guildScheduledEventsStore; public final /* synthetic */ StorePermissions $permissionsStore; + public final /* synthetic */ StoreVoiceChannelSelected $voiceChannelSelectedStore; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public GuildScheduledEventListViewModel$Companion$observeStores$1(StoreChannels storeChannels, long j, StoreGuildScheduledEvents storeGuildScheduledEvents, Long l, StorePermissions storePermissions) { + public GuildScheduledEventListViewModel$Companion$observeStores$1(StoreChannels storeChannels, long j, StoreGuildScheduledEvents storeGuildScheduledEvents, Long l, StorePermissions storePermissions, StoreVoiceChannelSelected storeVoiceChannelSelected) { super(0); this.$channelStore = storeChannels; this.$guildId = j; this.$guildScheduledEventsStore = storeGuildScheduledEvents; this.$channelId = l; this.$permissionsStore = storePermissions; + this.$voiceChannelSelectedStore = storeVoiceChannelSelected; } @Override // kotlin.jvm.functions.Function0 @@ -47,6 +51,13 @@ public final class GuildScheduledEventListViewModel$Companion$observeStores$1 ex } guildScheduledEvents$default = arrayList; } - return new GuildScheduledEventListViewModel.StoreState(u.sortedWith(guildScheduledEvents$default, GuildScheduledEventsComparator.INSTANCE), this.$guildScheduledEventsStore.getUserGuildScheduledEventIds(), channelsForGuild, GuildScheduledEventUtilities.Companion.canCreateAnyEvent(this.$guildId, this.$channelStore, this.$permissionsStore)); + List sortedWith = u.sortedWith(guildScheduledEvents$default, GuildScheduledEventsComparator.INSTANCE); + Set userGuildScheduledEventIds = this.$guildScheduledEventsStore.getUserGuildScheduledEventIds(); + boolean canCreateAnyEvent = GuildScheduledEventUtilities.Companion.canCreateAnyEvent(this.$guildId, this.$channelStore, this.$permissionsStore); + Long valueOf = Long.valueOf(this.$voiceChannelSelectedStore.getSelectedVoiceChannelId()); + if (!(valueOf.longValue() != 0)) { + valueOf = null; + } + return new GuildScheduledEventListViewModel.StoreState(sortedWith, userGuildScheduledEventIds, channelsForGuild, canCreateAnyEvent, valueOf); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java index 920bee6adf..54adb03b9f 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java @@ -10,6 +10,7 @@ import com.discord.stores.StoreGuildScheduledEvents; import com.discord.stores.StoreGuilds; import com.discord.stores.StorePermissions; import com.discord.stores.StoreStream; +import com.discord.stores.StoreVoiceChannelSelected; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; import com.discord.utilities.analytics.AnalyticsTracker; @@ -37,6 +38,7 @@ public final class GuildScheduledEventListViewModel extends AppViewModel observeStores(long j, Long l, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreChannels storeChannels, StorePermissions storePermissions, StoreGuilds storeGuilds) { - return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeGuildScheduledEvents, storeChannels, storePermissions, storeGuilds}, false, null, null, new GuildScheduledEventListViewModel$Companion$observeStores$1(storeChannels, j, storeGuildScheduledEvents, l, storePermissions), 14, null); + private final Observable observeStores(long j, Long l, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreChannels storeChannels, StorePermissions storePermissions, StoreGuilds storeGuilds, StoreVoiceChannelSelected storeVoiceChannelSelected) { + return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeGuildScheduledEvents, storeChannels, storePermissions, storeGuilds, storeVoiceChannelSelected}, false, null, null, new GuildScheduledEventListViewModel$Companion$observeStores$1(storeChannels, j, storeGuildScheduledEvents, l, storePermissions, storeVoiceChannelSelected), 14, null); } } @@ -82,9 +84,10 @@ public final class GuildScheduledEventListViewModel extends AppViewModel guildChannels; private final List guildScheduledEvents; + private final Long selectedVoiceChannelId; private final Set userGuildScheduledEventIds; - public StoreState(List list, Set set, Map map, boolean z2) { + public StoreState(List list, Set set, Map map, boolean z2, Long l) { m.checkNotNullParameter(list, "guildScheduledEvents"); m.checkNotNullParameter(set, "userGuildScheduledEventIds"); m.checkNotNullParameter(map, "guildChannels"); @@ -92,11 +95,12 @@ public final class GuildScheduledEventListViewModel extends AppViewModel component1() { @@ -128,11 +135,15 @@ public final class GuildScheduledEventListViewModel extends AppViewModel list, Set set, Map map, boolean z2) { + public final Long component5() { + return this.selectedVoiceChannelId; + } + + public final StoreState copy(List list, Set set, Map map, boolean z2, Long l) { m.checkNotNullParameter(list, "guildScheduledEvents"); m.checkNotNullParameter(set, "userGuildScheduledEventIds"); m.checkNotNullParameter(map, "guildChannels"); - return new StoreState(list, set, map, z2); + return new StoreState(list, set, map, z2, l); } public boolean equals(Object obj) { @@ -143,7 +154,7 @@ public final class GuildScheduledEventListViewModel extends AppViewModel getUserGuildScheduledEventIds() { return this.userGuildScheduledEventIds; } @@ -169,18 +184,20 @@ public final class GuildScheduledEventListViewModel extends AppViewModel set = this.userGuildScheduledEventIds; int hashCode2 = (hashCode + (set != null ? set.hashCode() : 0)) * 31; Map map = this.guildChannels; - if (map != null) { - i = map.hashCode(); - } - int i2 = (hashCode2 + i) * 31; + int hashCode3 = (hashCode2 + (map != null ? map.hashCode() : 0)) * 31; boolean z2 = this.canCreateEvents; if (z2) { z2 = true; } + int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; - int i5 = z2 ? 1 : 0; - return i2 + i3; + int i5 = (hashCode3 + i2) * 31; + Long l = this.selectedVoiceChannelId; + if (l != null) { + i = l.hashCode(); + } + return i5 + i; } public String toString() { @@ -191,7 +208,9 @@ public final class GuildScheduledEventListViewModel extends AppViewModel observable) { + public GuildScheduledEventListViewModel(long j, Long l, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreChannels storeChannels, StorePermissions storePermissions, StoreGuilds storeGuilds, StoreVoiceChannelSelected storeVoiceChannelSelected, Observable observable) { super(ViewState.Initial.INSTANCE); m.checkNotNullParameter(storeGuildScheduledEvents, "guildScheduledEventsStore"); m.checkNotNullParameter(storeChannels, "channelsStore"); m.checkNotNullParameter(storePermissions, "permissionsStore"); m.checkNotNullParameter(storeGuilds, "guildsStore"); + m.checkNotNullParameter(storeVoiceChannelSelected, "voiceChannelSelectedStore"); m.checkNotNullParameter(observable, "storeStateObservable"); this.guildId = j; this.channelId = l; @@ -307,18 +327,20 @@ public final class GuildScheduledEventListViewModel extends AppViewModel { + public static final WidgetGuildScheduledEventDetailsBottomSheet$locationParser$2 INSTANCE = new WidgetGuildScheduledEventDetailsBottomSheet$locationParser$2(); + + public WidgetGuildScheduledEventDetailsBottomSheet$locationParser$2() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final GuildScheduledEventExternalLocationParser mo1invoke() { + return new GuildScheduledEventExternalLocationParser(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1.java new file mode 100644 index 0000000000..8c3a396f3b --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1.java @@ -0,0 +1,21 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsBottomSheet; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.dismiss(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java index f05cf1ee0a..b3d48ddf1f 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java @@ -1,9 +1,11 @@ package com.discord.widgets.guildscheduledevent; import android.content.Context; +import android.content.Intent; import android.os.Bundle; import android.widget.ImageView; import android.widget.TextView; +import androidx.activity.result.ActivityResultLauncher; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentViewModelLazyKt; @@ -23,6 +25,7 @@ import com.discord.utilities.images.MGImages; import com.discord.utilities.resources.StringResourceUtilsKt; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.view.extensions.ViewExtensions; +import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; @@ -44,6 +47,8 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetGuildScheduledEventDetailsBottomSheet$binding$2.INSTANCE, null, 2, null); private final Lazy descriptionParser$delegate = g.lazy(new WidgetGuildScheduledEventDetailsBottomSheet$descriptionParser$2(this)); private final Lazy guildScheduledEventId$delegate = g.lazy(new WidgetGuildScheduledEventDetailsBottomSheet$guildScheduledEventId$2(this)); + private final Lazy locationParser$delegate = g.lazy(WidgetGuildScheduledEventDetailsBottomSheet$locationParser$2.INSTANCE); + private final ActivityResultLauncher previewLauncher; private final Lazy viewModel$delegate; /* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ @@ -74,6 +79,7 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2 widgetGuildScheduledEventDetailsBottomSheet$viewModel$2 = new WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2(this); f0 f0Var = new f0(this); this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(GuildScheduledEventDetailsViewModel.class), new WidgetGuildScheduledEventDetailsBottomSheet$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventDetailsBottomSheet$viewModel$2)); + this.previewLauncher = WidgetPreviewGuildScheduledEvent.Companion.createJoinOnStartActivityRegistration(this, new WidgetGuildScheduledEventDetailsBottomSheet$previewLauncher$1(this)); } public static final /* synthetic */ void access$configureUi(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { @@ -84,6 +90,10 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom return widgetGuildScheduledEventDetailsBottomSheet.getGuildScheduledEventId(); } + public static final /* synthetic */ ActivityResultLauncher access$getPreviewLauncher$p(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet) { + return widgetGuildScheduledEventDetailsBottomSheet.previewLauncher; + } + public static final /* synthetic */ GuildScheduledEventDetailsViewModel access$getViewModel$p(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet) { return widgetGuildScheduledEventDetailsBottomSheet.getViewModel(); } @@ -106,27 +116,30 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom d0.z.d.m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventDetailsGuildName"); textView2.setText(initialized.getGuild().getName()); getBinding().f1874c.setImageResource(initialized.getLocationInfo().getLocationIcon()); - TextView textView3 = getBinding().d; - d0.z.d.m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventDetailsChannelName"); - textView3.setText(initialized.getLocationInfo().getLocationName()); + LinkifiedTextView linkifiedTextView = getBinding().d; + d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView, "binding.guildScheduledEventDetailsChannelName"); + GuildScheduledEventExternalLocationParser locationParser = getLocationParser(); + Context requireContext = requireContext(); + d0.z.d.m.checkNotNullExpressionValue(requireContext, "requireContext()"); + linkifiedTextView.setText(locationParser.getTextFromLocation(requireContext, initialized.getLocationInfo())); ImageView imageView = getBinding().j; d0.z.d.m.checkNotNullExpressionValue(imageView, "binding.guildScheduledEventDetailsRsvpIcon"); imageView.setVisibility(initialized.getGuildScheduledEvent().l() != null ? 0 : 8); - TextView textView4 = getBinding().i; - d0.z.d.m.checkNotNullExpressionValue(textView4, "binding.guildScheduledEventDetailsRsvpCount"); + TextView textView3 = getBinding().i; + d0.z.d.m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventDetailsRsvpCount"); Integer l = initialized.getGuildScheduledEvent().l(); Channel channel = null; if (l != null) { int intValue = l.intValue(); - Context requireContext = requireContext(); - d0.z.d.m.checkNotNullExpressionValue(requireContext, "requireContext()"); Context requireContext2 = requireContext(); d0.z.d.m.checkNotNullExpressionValue(requireContext2, "requireContext()"); - charSequence = b.h(requireContext, R.string.guild_event_interested_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext2, R.plurals.guild_event_interested_count_count, intValue, Integer.valueOf(intValue))}, null, 4); + Context requireContext3 = requireContext(); + d0.z.d.m.checkNotNullExpressionValue(requireContext3, "requireContext()"); + charSequence = b.h(requireContext2, R.string.guild_event_interested_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext3, R.plurals.guild_event_interested_count_count, intValue, Integer.valueOf(intValue))}, null, 4); } else { charSequence = null; } - ViewExtensions.setTextAndVisibilityBy(textView4, charSequence); + ViewExtensions.setTextAndVisibilityBy(textView3, charSequence); getDescriptionParser().configureDescription(initialized.getGuildScheduledEvent().c()); GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventDetailsButtonView"); @@ -146,6 +159,10 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom return ((Number) this.guildScheduledEventId$delegate.getValue()).longValue(); } + private final GuildScheduledEventExternalLocationParser getLocationParser() { + return (GuildScheduledEventExternalLocationParser) this.locationParser$delegate.getValue(); + } + private final GuildScheduledEventDetailsViewModel getViewModel() { return (GuildScheduledEventDetailsViewModel) this.viewModel$delegate.getValue(); } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java index e408367e4f..c188447cb5 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java @@ -17,10 +17,9 @@ public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$dismissWithActionTaken(this.this$0); WidgetPreviewGuildScheduledEvent.Companion companion = WidgetPreviewGuildScheduledEvent.Companion; Context requireContext = this.this$0.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); - WidgetPreviewGuildScheduledEvent.Companion.launch$default(companion, requireContext, GuildScheduledEventModelKt.toModel(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent()), new WidgetPreviewGuildScheduledEvent.Companion.ExistingEventData(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g(), WidgetPreviewGuildScheduledEvent.Companion.Action.START_EVENT), null, 8, null); + companion.launch(requireContext, GuildScheduledEventModelKt.toModel(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent()), new WidgetPreviewGuildScheduledEvent.Companion.ExistingEventData(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g(), WidgetPreviewGuildScheduledEvent.Companion.Action.START_EVENT), WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$getPreviewLauncher$p(this.this$0)); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1.java new file mode 100644 index 0000000000..f433f3f12a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1.java @@ -0,0 +1,21 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.dismiss(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java index 27485b7a1b..c93a489a0b 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java @@ -2,8 +2,10 @@ package com.discord.widgets.guildscheduledevent; import android.content.Context; import android.content.DialogInterface; +import android.content.Intent; import android.os.Bundle; import android.widget.TextView; +import androidx.activity.result.ActivityResultLauncher; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentViewModelLazyKt; @@ -36,6 +38,7 @@ public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet extends App private boolean actionTaken; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2.INSTANCE, null, 2, null); private final Lazy guildScheduledEventId$delegate = g.lazy(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2(this)); + private final ActivityResultLauncher previewLauncher; private final Lazy viewModel$delegate; /* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ @@ -62,6 +65,7 @@ public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet extends App WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2 widgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2 = new WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2(this); f0 f0Var = new f0(this); this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(GuildScheduledEventDetailsViewModel.class), new WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2)); + this.previewLauncher = WidgetPreviewGuildScheduledEvent.Companion.createJoinOnStartActivityRegistration(this, new WidgetGuildScheduledEventDetailsExtrasBottomSheet$previewLauncher$1(this)); } public static final /* synthetic */ void access$configureUi(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { @@ -76,6 +80,10 @@ public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet extends App return widgetGuildScheduledEventDetailsExtrasBottomSheet.getGuildScheduledEventId(); } + public static final /* synthetic */ ActivityResultLauncher access$getPreviewLauncher$p(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + return widgetGuildScheduledEventDetailsExtrasBottomSheet.previewLauncher; + } + public static final /* synthetic */ GuildScheduledEventDetailsViewModel access$getViewModel$p(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { return widgetGuildScheduledEventDetailsExtrasBottomSheet.getViewModel(); } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$previewLauncher$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$previewLauncher$1.java index 48f0f44cb3..563595c104 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$previewLauncher$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$previewLauncher$1.java @@ -1,24 +1,21 @@ package com.discord.widgets.guildscheduledevent; -import android.content.Intent; -import d0.z.d.k; +import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function1; +import kotlin.jvm.functions.Function0; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ -public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$previewLauncher$1 extends k implements Function1 { +public final class WidgetGuildScheduledEventListBottomSheet$previewLauncher$1 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGuildScheduledEventListBottomSheet$previewLauncher$1(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { - super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onPreviewEventResult", "onPreviewEventResult(Landroid/content/Intent;)V", 0); + super(0); + this.this$0 = widgetGuildScheduledEventListBottomSheet; } - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Intent intent) { - invoke(intent); - return Unit.a; - } - - public final void invoke(Intent intent) { - WidgetGuildScheduledEventListBottomSheet.access$onPreviewEventResult((WidgetGuildScheduledEventListBottomSheet) this.receiver, intent); + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.dismiss(); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$viewModel$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$viewModel$2.java index 2aea672fef..70a3bfd93f 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$viewModel$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$viewModel$2.java @@ -17,6 +17,6 @@ public final class WidgetGuildScheduledEventListBottomSheet$viewModel$2 extends @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final AppViewModel mo1invoke() { - return new GuildScheduledEventListViewModel(WidgetGuildScheduledEventListBottomSheet.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventListBottomSheet.access$getChannelId$p(this.this$0), null, null, null, null, null, 124, null); + return new GuildScheduledEventListViewModel(WidgetGuildScheduledEventListBottomSheet.access$getGuildId$p(this.this$0), WidgetGuildScheduledEventListBottomSheet.access$getChannelId$p(this.this$0), null, null, null, null, null, null, 252, null); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java index 1e5f5c1247..8826962d8b 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java @@ -18,9 +18,7 @@ import c.d.b.a.a; import com.discord.R; import com.discord.api.channel.Channel; import com.discord.app.AppBottomSheet; -import com.discord.app.AppTransitionActivity; import com.discord.databinding.WidgetGuildScheduledEventListBottomSheetBinding; -import com.discord.utilities.intent.IntentUtilsKt; import com.discord.utilities.recycler.SpaceBetweenItemDecoration; import com.discord.utilities.resources.StringResourceUtilsKt; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -32,7 +30,6 @@ import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsB import com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent; import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import com.discord.widgets.voice.VoiceUtils; -import com.discord.widgets.voice.fullscreen.WidgetCallFullscreen; import d0.g; import d0.z.d.a0; import d0.z.d.m; @@ -88,7 +85,7 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe WidgetGuildScheduledEventListBottomSheet$viewModel$2 widgetGuildScheduledEventListBottomSheet$viewModel$2 = new WidgetGuildScheduledEventListBottomSheet$viewModel$2(this); f0 f0Var = new f0(this); this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(GuildScheduledEventListViewModel.class), new WidgetGuildScheduledEventListBottomSheet$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventListBottomSheet$viewModel$2)); - this.previewLauncher = WidgetPreviewGuildScheduledEvent.Companion.registerForResult$default(WidgetPreviewGuildScheduledEvent.Companion, this, new WidgetGuildScheduledEventListBottomSheet$previewLauncher$1(this), null, 4, null); + this.previewLauncher = WidgetPreviewGuildScheduledEvent.Companion.createJoinOnStartActivityRegistration(this, new WidgetGuildScheduledEventListBottomSheet$previewLauncher$1(this)); } public static final /* synthetic */ void access$configureUi(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, GuildScheduledEventListViewModel.ViewState viewState) { @@ -115,10 +112,6 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe widgetGuildScheduledEventListBottomSheet.onJoinClicked(event); } - public static final /* synthetic */ void access$onPreviewEventResult(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, Intent intent) { - widgetGuildScheduledEventListBottomSheet.onPreviewEventResult(intent); - } - public static final /* synthetic */ void access$onRsvpClicked(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, GuildScheduledEventListItem.Event event) { widgetGuildScheduledEventListBottomSheet.onRsvpClicked(event); } @@ -188,23 +181,7 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe Channel channel = event.getChannel(); if (channel != null) { dismiss(); - Context requireContext = requireContext(); - m.checkNotNullExpressionValue(requireContext, "requireContext()"); - FragmentManager parentFragmentManager = getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - VoiceUtils.handleCallChannel(channel, this, this, requireContext, parentFragmentManager, this); - } - } - - private final void onPreviewEventResult(Intent intent) { - Long longExtraOrNull; - if (intent != null && (longExtraOrNull = IntentUtilsKt.getLongExtraOrNull(intent, "com.discord.intent.extra.EXTRA_CHANNEL_ID")) != null) { - long longValue = longExtraOrNull.longValue(); - WidgetCallFullscreen.Companion companion = WidgetCallFullscreen.Companion; - Context requireContext = requireContext(); - m.checkNotNullExpressionValue(requireContext, "requireContext()"); - WidgetCallFullscreen.Companion.launch$default(companion, requireContext, longValue, true, null, AppTransitionActivity.Transition.TYPE_SLIDE_VERTICAL_WITH_FADE, 8, null); - dismiss(); + VoiceUtils.handleCallChannel(channel, this); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$binding$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$binding$2.java new file mode 100644 index 0000000000..57bf4b6843 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$binding$2.java @@ -0,0 +1,50 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; +import androidx.core.widget.NestedScrollView; +import com.discord.R; +import com.discord.databinding.WidgetGuildScheduledEventUpsellBottomSheetBinding; +import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ +public final /* synthetic */ class WidgetGuildScheduledEventUpsellBottomSheet$binding$2 extends k implements Function1 { + public static final WidgetGuildScheduledEventUpsellBottomSheet$binding$2 INSTANCE = new WidgetGuildScheduledEventUpsellBottomSheet$binding$2(); + + public WidgetGuildScheduledEventUpsellBottomSheet$binding$2() { + super(1, WidgetGuildScheduledEventUpsellBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildScheduledEventUpsellBottomSheetBinding;", 0); + } + + public final WidgetGuildScheduledEventUpsellBottomSheetBinding invoke(View view) { + m.checkNotNullParameter(view, "p1"); + int i = R.id.cancel_button; + MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.cancel_button); + if (materialButton != null) { + i = R.id.confirm_button; + MaterialButton materialButton2 = (MaterialButton) view.findViewById(R.id.confirm_button); + if (materialButton2 != null) { + i = R.id.upsell_body; + TextView textView = (TextView) view.findViewById(R.id.upsell_body); + if (textView != null) { + i = R.id.upsell_header_part_1; + TextView textView2 = (TextView) view.findViewById(R.id.upsell_header_part_1); + if (textView2 != null) { + i = R.id.upsell_header_part_2; + TextView textView3 = (TextView) view.findViewById(R.id.upsell_header_part_2); + if (textView3 != null) { + i = R.id.upsell_image; + ImageView imageView = (ImageView) view.findViewById(R.id.upsell_image); + if (imageView != null) { + return new WidgetGuildScheduledEventUpsellBottomSheetBinding((NestedScrollView) view, materialButton, materialButton2, textView, textView2, textView3, imageView); + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$guildId$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$guildId$2.java new file mode 100644 index 0000000000..4aa1c662a9 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$guildId$2.java @@ -0,0 +1,22 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ +public final class WidgetGuildScheduledEventUpsellBottomSheet$guildId$2 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventUpsellBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventUpsellBottomSheet$guildId$2(WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet) { + super(0); + this.this$0 = widgetGuildScheduledEventUpsellBottomSheet; + } + + /* Return type fixed from 'long' to match base method */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Long mo1invoke() { + return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_ID"); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1.java new file mode 100644 index 0000000000..82816e45cd --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1.java @@ -0,0 +1,23 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventListBottomSheet; +import d0.z.d.m; +/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ +public final class WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1 implements View.OnClickListener { + public final /* synthetic */ WidgetGuildScheduledEventUpsellBottomSheet this$0; + + public WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1(WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet) { + this.this$0 = widgetGuildScheduledEventUpsellBottomSheet; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventListBottomSheet.Companion companion = WidgetGuildScheduledEventListBottomSheet.Companion; + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + WidgetGuildScheduledEventListBottomSheet.Companion.show$default(companion, parentFragmentManager, WidgetGuildScheduledEventUpsellBottomSheet.access$getGuildId$p(this.this$0), null, 4, null); + this.this$0.dismiss(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2.java new file mode 100644 index 0000000000..41cb8cd834 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2.java @@ -0,0 +1,16 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ +public final class WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2 implements View.OnClickListener { + public final /* synthetic */ WidgetGuildScheduledEventUpsellBottomSheet this$0; + + public WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2(WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet) { + this.this$0 = widgetGuildScheduledEventUpsellBottomSheet; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + this.this$0.dismiss(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet.java new file mode 100644 index 0000000000..0170a00ffa --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventUpsellBottomSheet.java @@ -0,0 +1,73 @@ +package com.discord.widgets.guildscheduledevent; + +import android.os.Bundle; +import android.view.View; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import c.d.b.a.a; +import com.discord.R; +import com.discord.app.AppBottomSheet; +import com.discord.databinding.WidgetGuildScheduledEventUpsellBottomSheetBinding; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; +import d0.g; +import d0.z.d.m; +import kotlin.Lazy; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlin.reflect.KProperty; +/* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ +public final class WidgetGuildScheduledEventUpsellBottomSheet extends AppBottomSheet { + public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetGuildScheduledEventUpsellBottomSheet.class, "binding", "getBinding()Lcom/discord/databinding/WidgetGuildScheduledEventUpsellBottomSheetBinding;", 0)}; + public static final Companion Companion = new Companion(null); + public static final String GUILD_EVENT_UPSELL_CACHE_KEY = "GUILD_EVENT_UPSELL_CACHE_KEY"; + private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetGuildScheduledEventUpsellBottomSheet$binding$2.INSTANCE, null, 2, null); + private final Lazy guildId$delegate = g.lazy(new WidgetGuildScheduledEventUpsellBottomSheet$guildId$2(this)); + + /* compiled from: WidgetGuildScheduledEventUpsellBottomSheet.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final void launch(FragmentManager fragmentManager, long j) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet = new WidgetGuildScheduledEventUpsellBottomSheet(); + Bundle bundle = new Bundle(); + bundle.putLong("com.discord.intent.extra.EXTRA_GUILD_ID", j); + widgetGuildScheduledEventUpsellBottomSheet.setArguments(bundle); + widgetGuildScheduledEventUpsellBottomSheet.show(fragmentManager, WidgetGuildScheduledEventUpsellBottomSheet.class.getSimpleName()); + } + } + + public WidgetGuildScheduledEventUpsellBottomSheet() { + super(false, 1, null); + } + + public static final /* synthetic */ long access$getGuildId$p(WidgetGuildScheduledEventUpsellBottomSheet widgetGuildScheduledEventUpsellBottomSheet) { + return widgetGuildScheduledEventUpsellBottomSheet.getGuildId(); + } + + private final WidgetGuildScheduledEventUpsellBottomSheetBinding getBinding() { + return (WidgetGuildScheduledEventUpsellBottomSheetBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); + } + + private final long getGuildId() { + return ((Number) this.guildId$delegate.getValue()).longValue(); + } + + @Override // com.discord.app.AppBottomSheet + public int getContentViewResId() { + return R.layout.widget_guild_scheduled_event_upsell_bottom_sheet; + } + + @Override // com.discord.app.AppBottomSheet, androidx.fragment.app.Fragment + public void onViewCreated(View view, Bundle bundle) { + m.checkNotNullParameter(view, "view"); + super.onViewCreated(view, bundle); + getBinding().f1879c.setOnClickListener(new WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$1(this)); + getBinding().b.setOnClickListener(new WidgetGuildScheduledEventUpsellBottomSheet$onViewCreated$2(this)); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1.java new file mode 100644 index 0000000000..9615dc1d58 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1.java @@ -0,0 +1,40 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Intent; +import androidx.activity.result.ActivityResult; +import androidx.activity.result.ActivityResultCallback; +import androidx.fragment.app.Fragment; +import com.discord.api.channel.Channel; +import com.discord.app.AppBottomSheet; +import com.discord.app.AppFragment; +import com.discord.stores.StoreStream; +import com.discord.utilities.intent.IntentUtilsKt; +import com.discord.widgets.voice.VoiceUtils; +import d0.z.d.m; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetPreviewGuildScheduledEvent.kt */ +public final class WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1 implements ActivityResultCallback { + public final /* synthetic */ Fragment $fragment; + public final /* synthetic */ Function0 $onEventStarted; + + public WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1(Fragment fragment, Function0 function0) { + this.$fragment = fragment; + this.$onEventStarted = function0; + } + + public final void onActivityResult(ActivityResult activityResult) { + Intent data; + Long longExtraOrNull; + Channel channel; + m.checkNotNullExpressionValue(activityResult, "activityResult"); + if (activityResult.getResultCode() == -1 && (data = activityResult.getData()) != null && (longExtraOrNull = IntentUtilsKt.getLongExtraOrNull(data, "com.discord.intent.extra.EXTRA_CHANNEL_ID")) != null && (channel = StoreStream.Companion.getChannels().getChannel(longExtraOrNull.longValue())) != null) { + Fragment fragment = this.$fragment; + if (fragment instanceof AppFragment) { + VoiceUtils.handleCallChannel(channel, (AppFragment) fragment); + } else if (fragment instanceof AppBottomSheet) { + VoiceUtils.handleCallChannel(channel, (AppBottomSheet) fragment); + } + this.$onEventStarted.mo1invoke(); + } + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$binding$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$binding$2.java index f73623e461..c9d73d19b3 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$binding$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$binding$2.java @@ -42,13 +42,17 @@ public final /* synthetic */ class WidgetPreviewGuildScheduledEvent$binding$2 ex i = R.id.confirm_guild_scheduled_event_toolbar; ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(R.id.confirm_guild_scheduled_event_toolbar); if (constraintLayout != null) { - i = R.id.guild_scheduled_event_settings_next_button; - MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.guild_scheduled_event_settings_next_button); - if (materialButton != null) { - i = R.id.step_text; - TextView textView3 = (TextView) view.findViewById(R.id.step_text); - if (textView3 != null) { - return new WidgetPreviewGuildScheduledEventBinding((ConstraintLayout) view, imageView, imageView2, checkedSetting, guildScheduledEventItemView, textView, textView2, constraintLayout, materialButton, textView3); + i = R.id.create_event_subtitle; + TextView textView3 = (TextView) view.findViewById(R.id.create_event_subtitle); + if (textView3 != null) { + i = R.id.guild_scheduled_event_settings_next_button; + MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.guild_scheduled_event_settings_next_button); + if (materialButton != null) { + i = R.id.step_text; + TextView textView4 = (TextView) view.findViewById(R.id.step_text); + if (textView4 != null) { + return new WidgetPreviewGuildScheduledEventBinding((ConstraintLayout) view, imageView, imageView2, checkedSetting, guildScheduledEventItemView, textView, textView2, constraintLayout, textView3, materialButton, textView4); + } } } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$configureTextForCreation$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$configureTextForCreation$2.java new file mode 100644 index 0000000000..7fcc8a1a2a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$configureTextForCreation$2.java @@ -0,0 +1,77 @@ +package com.discord.widgets.guildscheduledevent; + +import android.graphics.drawable.Drawable; +import android.text.SpannableString; +import android.text.style.ImageSpan; +import androidx.core.content.ContextCompat; +import c.d.b.a.a; +import com.discord.i18n.Hook; +import com.discord.i18n.RenderContext; +import com.discord.utilities.dimen.DimenUtils; +import com.discord.widgets.guildscheduledevent.PreviewGuildScheduledEventViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetPreviewGuildScheduledEvent.kt */ +public final class WidgetPreviewGuildScheduledEvent$configureTextForCreation$2 extends o implements Function1 { + public final /* synthetic */ String $channelName; + public final /* synthetic */ PreviewGuildScheduledEventViewModel.ViewState.Initialized $viewState; + public final /* synthetic */ WidgetPreviewGuildScheduledEvent this$0; + + /* compiled from: WidgetPreviewGuildScheduledEvent.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent$configureTextForCreation$2$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public final /* synthetic */ WidgetPreviewGuildScheduledEvent$configureTextForCreation$2 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetPreviewGuildScheduledEvent$configureTextForCreation$2 widgetPreviewGuildScheduledEvent$configureTextForCreation$2) { + super(1); + this.this$0 = widgetPreviewGuildScheduledEvent$configureTextForCreation$2; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(Hook hook) { + invoke(hook); + return Unit.a; + } + + public final void invoke(Hook hook) { + m.checkNotNullParameter(hook, "$receiver"); + StringBuilder P = a.P(". "); + P.append(this.this$0.$channelName); + SpannableString spannableString = new SpannableString(P.toString()); + int dpToPixels = DimenUtils.dpToPixels(20); + Drawable drawable = ContextCompat.getDrawable(this.this$0.this$0.requireContext(), this.this$0.$viewState.getLocationInfo().getLocationIcon()); + m.checkNotNull(drawable); + drawable.setBounds(0, 0, dpToPixels, dpToPixels); + m.checkNotNullExpressionValue(drawable, "ContextCompat.getDrawabl…ze)\n }"); + spannableString.setSpan(new ImageSpan(drawable), 0, 1, 17); + hook.b = spannableString; + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetPreviewGuildScheduledEvent$configureTextForCreation$2(WidgetPreviewGuildScheduledEvent widgetPreviewGuildScheduledEvent, String str, PreviewGuildScheduledEventViewModel.ViewState.Initialized initialized) { + super(1); + this.this$0 = widgetPreviewGuildScheduledEvent; + this.$channelName = str; + this.$viewState = initialized; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(RenderContext renderContext) { + invoke(renderContext); + return Unit.a; + } + + public final void invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + renderContext.a.put("channelName", this.$channelName); + renderContext.a("channelHook", new AnonymousClass1(this)); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java index d0b59e41fc..b6a5cd8461 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java @@ -25,6 +25,7 @@ import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.CheckedSetting; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventLocationInfo; import com.discord.widgets.guildscheduledevent.PreviewGuildScheduledEventViewModel; import com.google.android.material.button.MaterialButton; import d0.g; @@ -159,6 +160,14 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { return companion.registerForResult(fragment, function1, function0); } + public final ActivityResultLauncher createJoinOnStartActivityRegistration(Fragment fragment, Function0 function0) { + m.checkNotNullParameter(fragment, "fragment"); + m.checkNotNullParameter(function0, "onEventStarted"); + ActivityResultLauncher registerForActivityResult = fragment.registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), new WidgetPreviewGuildScheduledEvent$Companion$createJoinOnStartActivityRegistration$1(fragment, function0)); + m.checkNotNullExpressionValue(registerForActivityResult, "fragment.registerForActi… onEventStarted()\n }"); + return registerForActivityResult; + } + public final void launch(Context context, GuildScheduledEventModel guildScheduledEventModel, ExistingEventData existingEventData, ActivityResultLauncher activityResultLauncher) { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(guildScheduledEventModel, "eventModel"); @@ -218,7 +227,7 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { return widgetPreviewGuildScheduledEvent.getViewModel(); } - private final void configureTextForCreation() { + private final void configureTextForCreation(PreviewGuildScheduledEventViewModel.ViewState.Initialized initialized) { TextView textView = getBinding().f; m.checkNotNullExpressionValue(textView, "binding.confirmGuildScheduledEventSubtitle"); textView.setVisibility(8); @@ -229,6 +238,20 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { marginLayoutParams.setMargins(DimenUtils.dpToPixels(16), DimenUtils.dpToPixels(24), DimenUtils.dpToPixels(16), 0); textView2.setLayoutParams(marginLayoutParams); textView2.setText(c.a.k.b.j(textView2, R.string.guild_event_preview_title, new Object[0], null, 4)); + TextView textView3 = getBinding().h; + m.checkNotNullExpressionValue(textView3, "binding.createEventSubtitle"); + textView3.setVisibility(0); + GuildScheduledEventLocationInfo locationInfo = initialized.getLocationInfo(); + if (locationInfo instanceof GuildScheduledEventLocationInfo.ChannelLocation) { + String locationName = initialized.getLocationInfo().getLocationName(); + TextView textView4 = getBinding().h; + m.checkNotNullExpressionValue(textView4, "binding.createEventSubtitle"); + c.a.k.b.m(textView4, R.string.guild_event_preview_body, new Object[0], new WidgetPreviewGuildScheduledEvent$configureTextForCreation$2(this, locationName, initialized)); + } else if (locationInfo instanceof GuildScheduledEventLocationInfo.ExternalLocation) { + TextView textView5 = getBinding().h; + m.checkNotNullExpressionValue(textView5, "binding.createEventSubtitle"); + textView5.setText(getString(R.string.guild_event_preview_external_event_body)); + } } private final void configureTextForStart(PreviewGuildScheduledEventViewModel.ViewState.Initialized initialized) { @@ -236,6 +259,9 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { textView.setVisibility(0); textView.setText(getString(R.string.start_event_confirmation_no_hook)); getBinding().g.setText(initialized.getEventModel().getName()); + TextView textView2 = getBinding().h; + m.checkNotNullExpressionValue(textView2, "binding.createEventSubtitle"); + textView2.setVisibility(8); } private final void configureUi(PreviewGuildScheduledEventViewModel.ViewState viewState) { @@ -247,8 +273,13 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { } } else if (viewState instanceof PreviewGuildScheduledEventViewModel.ViewState.Initialized) { PreviewGuildScheduledEventViewModel.ViewState.Initialized initialized = (PreviewGuildScheduledEventViewModel.ViewState.Initialized) viewState; - getBinding().e.configureAsPreview(initialized.getEventModel(), initialized.getChannel()); - MaterialButton materialButton = getBinding().h; + GuildScheduledEventLocationInfo locationInfo = initialized.getLocationInfo(); + if (!(locationInfo instanceof GuildScheduledEventLocationInfo.ChannelLocation)) { + locationInfo = null; + } + GuildScheduledEventLocationInfo.ChannelLocation channelLocation = (GuildScheduledEventLocationInfo.ChannelLocation) locationInfo; + getBinding().e.configureAsPreview(initialized.getEventModel(), channelLocation != null ? channelLocation.getChannel() : null); + MaterialButton materialButton = getBinding().i; materialButton.setEnabled(!initialized.getRequestProcessing()); materialButton.setBackgroundTintList(ContextCompat.getColorStateList(materialButton.getContext(), initialized.isStartingEvent() ? R.color.uikit_btn_bg_color_selector_green : R.color.uikit_btn_bg_color_selector_brand)); Context context = materialButton.getContext(); @@ -271,13 +302,13 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { ImageView imageView = getBinding().b; m.checkNotNullExpressionValue(imageView, "binding.backButton"); imageView.setVisibility(initialized.isStartingEvent() ^ true ? 0 : 8); - TextView textView = getBinding().i; + TextView textView = getBinding().j; m.checkNotNullExpressionValue(textView, "binding.stepText"); textView.setVisibility(initialized.isStartingEvent() ^ true ? 0 : 8); if (initialized.isStartingEvent()) { configureTextForStart(initialized); } else { - configureTextForCreation(); + configureTextForCreation(initialized); } CheckedSetting checkedSetting = getBinding().d; m.checkNotNullExpressionValue(checkedSetting, "binding.confirmGuildScheduledEventNotify"); @@ -310,11 +341,11 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - TextView textView = getBinding().i; + TextView textView = getBinding().j; m.checkNotNullExpressionValue(textView, "binding.stepText"); c.a.k.b.n(textView, R.string.guild_event_step_label, new Object[]{3, 3}, null, 4); getBinding().b.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$1(this)); - getBinding().f1927c.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$2(this)); - getBinding().h.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$3(this)); + getBinding().f1928c.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$2(this)); + getBinding().i.setOnClickListener(new WidgetPreviewGuildScheduledEvent$onViewBound$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java index 5ea822997b..f9f16e83fb 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java @@ -45,7 +45,7 @@ public final class WidgetHome$configureFirstOpen$2 extends o implements Function @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - WidgetHome.access$getBinding$p(this.this$0.this$0).f1890c.openStartPanel(); + WidgetHome.access$getBinding$p(this.this$0.this$0).f1891c.openStartPanel(); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java index 3fb3e388bc..a1d4f68956 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java @@ -25,7 +25,7 @@ public final class WidgetHome$configureLeftPanel$1 extends o implements Function public final void invoke(OverlappingPanelsLayout.LockState lockState) { m.checkNotNullParameter(lockState, "lockState"); - WidgetHome.access$getBinding$p(this.this$0).f1890c.setStartPanelUseFullPortraitWidth(lockState == OverlappingPanelsLayout.LockState.OPEN); - WidgetHome.access$getBinding$p(this.this$0).f1890c.setStartPanelLockState(lockState); + WidgetHome.access$getBinding$p(this.this$0).f1891c.setStartPanelUseFullPortraitWidth(lockState == OverlappingPanelsLayout.LockState.OPEN); + WidgetHome.access$getBinding$p(this.this$0).f1891c.setStartPanelLockState(lockState); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java index 5f0e1bed65..22f96fec51 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java @@ -27,6 +27,6 @@ public final class WidgetHome$configureNavigationDrawerAction$1 extends o implem public final void invoke(StoreNavigation.PanelAction panelAction) { m.checkNotNullParameter(panelAction, "it"); - this.$this_configureNavigationDrawerAction.setNavigationPanelAction(panelAction, WidgetHome.access$getBinding$p(this.this$0).f1890c); + this.$this_configureNavigationDrawerAction.setNavigationPanelAction(panelAction, WidgetHome.access$getBinding$p(this.this$0).f1891c); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome.java b/app/src/main/java/com/discord/widgets/home/WidgetHome.java index 71b4c26a79..5e4801e77b 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome.java @@ -65,6 +65,7 @@ import com.discord.widgets.chat.list.WidgetChatList; import com.discord.widgets.guilds.join.WidgetGuildWelcomeSheet; import com.discord.widgets.guilds.profile.WidgetGuildIdentityMarketingSheet; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventUpsellBottomSheet; import com.discord.widgets.home.WidgetHomeViewModel; import com.discord.widgets.hubs.WidgetHubEmailFlow; import com.discord.widgets.notice.WidgetNoticeNuxSamsungLink; @@ -266,8 +267,8 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } private final void configureOverlappingPanels() { - getBinding().f1890c.registerStartPanelStateListeners(new WidgetHome$configureOverlappingPanels$1(this)); - getBinding().f1890c.registerEndPanelStateListeners(new WidgetHome$configureOverlappingPanels$2(this)); + getBinding().f1891c.registerStartPanelStateListeners(new WidgetHome$configureOverlappingPanels$1(this)); + getBinding().f1891c.registerEndPanelStateListeners(new WidgetHome$configureOverlappingPanels$2(this)); } private final void configureUI(WidgetHomeModel widgetHomeModel) { @@ -311,13 +312,13 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } private final boolean handleBackPressed() { - int ordinal = getBinding().f1890c.getSelectedPanel().ordinal(); + int ordinal = getBinding().f1891c.getSelectedPanel().ordinal(); if (ordinal == 0) { requireActivity().moveTaskToBack(true); } else if (ordinal == 1) { handleCenterPanelBack(); } else if (ordinal == 2) { - getBinding().f1890c.closePanels(); + getBinding().f1891c.closePanels(); } return true; } @@ -336,16 +337,16 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen return; } } - getBinding().f1890c.openStartPanel(); + getBinding().f1891c.openStartPanel(); } private final void handleEvent(WidgetHomeViewModel.Event event) { if (m.areEqual(event, WidgetHomeViewModel.Event.OpenLeftPanel.INSTANCE)) { - getBinding().f1890c.openStartPanel(); + getBinding().f1891c.openStartPanel(); } else if (m.areEqual(event, WidgetHomeViewModel.Event.ClosePanels.INSTANCE)) { - getBinding().f1890c.closePanels(); + getBinding().f1891c.closePanels(); } else if (m.areEqual(event, WidgetHomeViewModel.Event.UnlockLeftPanel.INSTANCE)) { - getBinding().f1890c.setStartPanelLockState(OverlappingPanelsLayout.LockState.UNLOCKED); + getBinding().f1891c.setStartPanelLockState(OverlappingPanelsLayout.LockState.UNLOCKED); } else if (m.areEqual(event, WidgetHomeViewModel.Event.ShowChannelOnboardingSheet.INSTANCE)) { showChannelOnboardingSheet(); } else if (m.areEqual(event, WidgetHomeViewModel.Event.AnimatePeekIn.INSTANCE) || m.areEqual(event, WidgetHomeViewModel.Event.AnimatePeekOut.INSTANCE)) { @@ -354,6 +355,8 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen showWelcomeSheet$default(this, ((WidgetHomeViewModel.Event.ShowGuildWelcomeSheet) event).getGuildId(), null, 2, null); } else if (event instanceof WidgetHomeViewModel.Event.ShowGuildProfileMarketingSheet) { showGuildProfileMarketingSheet(((WidgetHomeViewModel.Event.ShowGuildProfileMarketingSheet) event).getGuildId()); + } else if (event instanceof WidgetHomeViewModel.Event.ShowGuildEventUpsell) { + showGuildEventUpsell(((WidgetHomeViewModel.Event.ShowGuildEventUpsell) event).getGuildId()); } } @@ -385,8 +388,8 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } private final void handleViewState(WidgetHomeViewModel.ViewState viewState) { - getBinding().f1890c.handleStartPanelState(viewState.getLeftPanelState()); - getBinding().f1890c.handleEndPanelState(viewState.getRightPanelState()); + getBinding().f1891c.handleStartPanelState(viewState.getLeftPanelState()); + getBinding().f1891c.handleEndPanelState(viewState.getRightPanelState()); } private final boolean isOnHomeTab() { @@ -419,7 +422,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen FrameLayout frameLayout = getBinding().h; m.checkNotNullExpressionValue(frameLayout, "binding.widgetHomeContainer"); ViewExtensions.setForwardingWindowInsetsListener(frameLayout); - HomePanelsLayout homePanelsLayout = getBinding().f1890c; + HomePanelsLayout homePanelsLayout = getBinding().f1891c; m.checkNotNullExpressionValue(homePanelsLayout, "binding.overlappingPanels"); ViewExtensions.setForwardingWindowInsetsListener(homePanelsLayout); i5 i5Var = getBinding().e; @@ -462,6 +465,13 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen companion.show(parentFragmentManager); } + private final void showGuildEventUpsell(long j) { + WidgetGuildScheduledEventUpsellBottomSheet.Companion companion = WidgetGuildScheduledEventUpsellBottomSheet.Companion; + FragmentManager parentFragmentManager = getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.launch(parentFragmentManager, j); + } + private final void showGuildProfileMarketingSheet(long j) { WidgetGuildIdentityMarketingSheet.Companion companion = WidgetGuildIdentityMarketingSheet.Companion; FragmentManager parentFragmentManager = getParentFragmentManager(); @@ -496,7 +506,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } public final PanelLayout getPanelLayout() { - HomePanelsLayout homePanelsLayout = getBinding().f1890c; + HomePanelsLayout homePanelsLayout = getBinding().f1891c; m.checkNotNullExpressionValue(homePanelsLayout, "binding.overlappingPanels"); return homePanelsLayout; } @@ -518,7 +528,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } public final void lockCloseRightPanel(boolean z2) { - getBinding().f1890c.setEndPanelLockState(z2 ? OverlappingPanelsLayout.LockState.CLOSE : OverlappingPanelsLayout.LockState.UNLOCKED); + getBinding().f1891c.setEndPanelLockState(z2 ? OverlappingPanelsLayout.LockState.CLOSE : OverlappingPanelsLayout.LockState.UNLOCKED); } @Override // androidx.fragment.app.Fragment @@ -533,7 +543,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen @Override // c.a.o.b.a public void onGestureRegionsUpdate(List list) { m.checkNotNullParameter(list, "gestureRegions"); - getBinding().f1890c.setChildGestureRegions(list); + getBinding().f1891c.setChildGestureRegions(list); } @Override // com.discord.app.AppFragment, androidx.fragment.app.Fragment @@ -562,7 +572,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen m.checkNotNullExpressionValue(binding, "binding"); widgetHomeHeaderManager.configure(this, widgetHomeModel$app_productionCanaryRelease, binding); } - if (getBinding().f1890c.getSelectedPanel() == OverlappingPanelsLayout.Panel.CENTER) { + if (getBinding().f1891c.getSelectedPanel() == OverlappingPanelsLayout.Panel.CENTER) { setActionBarTitleAccessibilityViewFocused(); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java index a6b4c03150..3a91503ac4 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java @@ -47,25 +47,25 @@ public final class WidgetHomeHeaderManager$getOnSelectedAction$1 implements Acti m.checkNotNullExpressionValue(parentFragmentManager, "appFragment.parentFragmentManager"); PrivateCallLauncher privateCallLauncher = new PrivateCallLauncher(appFragment, appFragment, context, parentFragmentManager); switch (menuItem.getItemId()) { - case R.id.menu_chat_add_friend /* 2131364178 */: + case R.id.menu_chat_add_friend /* 2131364179 */: WidgetFriendsAdd.Companion.show$default(WidgetFriendsAdd.Companion, context, null, "Toolbar", 2, null); break; - case R.id.menu_chat_search /* 2131364179 */: + case R.id.menu_chat_search /* 2131364180 */: launchForSearch(context); break; - case R.id.menu_chat_side_panel /* 2131364180 */: + case R.id.menu_chat_side_panel /* 2131364181 */: this.$panelLayout.openEndPanel(); break; - case R.id.menu_chat_start_call /* 2131364181 */: + case R.id.menu_chat_start_call /* 2131364182 */: privateCallLauncher.launchVoiceCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_start_group /* 2131364182 */: + case R.id.menu_chat_start_group /* 2131364183 */: ChannelInviteLaunchUtils.inviteToChannel$default(ChannelInviteLaunchUtils.INSTANCE, this.$appFragment, this.$this_getOnSelectedAction.getChannel(), "Toolbar", null, null, 24, null); break; - case R.id.menu_chat_start_video_call /* 2131364183 */: + case R.id.menu_chat_start_video_call /* 2131364184 */: privateCallLauncher.launchVideoCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_stop_call /* 2131364184 */: + case R.id.menu_chat_stop_call /* 2131364185 */: StoreStream.Companion.getVoiceChannelSelected().clear(); break; } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java b/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java index b6e71100db..aca220ae4d 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java @@ -172,7 +172,7 @@ public final class WidgetHomePanelNsfw { } if (z4) { WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding = this.binding; - if (!(widgetHomePanelCenterNsfwBinding == null || (materialButton2 = widgetHomePanelCenterNsfwBinding.f1891c) == null)) { + if (!(widgetHomePanelCenterNsfwBinding == null || (materialButton2 = widgetHomePanelCenterNsfwBinding.f1892c) == null)) { ViewKt.setVisible(materialButton2, false); } WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding2 = this.binding; @@ -215,7 +215,7 @@ public final class WidgetHomePanelNsfw { materialButton2.setOnClickListener(new WidgetHomePanelNsfw$configureUI$1(this, widgetHomeModel)); } WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding2 = this.binding; - if (widgetHomePanelCenterNsfwBinding2 != null && (materialButton = widgetHomePanelCenterNsfwBinding2.f1891c) != null) { + if (widgetHomePanelCenterNsfwBinding2 != null && (materialButton = widgetHomePanelCenterNsfwBinding2.f1892c) != null) { materialButton.setOnClickListener(new WidgetHomePanelNsfw$configureUI$2(this, widgetHomeModel)); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel$Companion$observeStoreState$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel$Companion$observeStoreState$1.java index a9dbaf38eb..ebefa10c9c 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel$Companion$observeStoreState$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel$Companion$observeStoreState$1.java @@ -6,17 +6,18 @@ import com.discord.panels.PanelState; import com.discord.stores.StoreChannelsSelected; import com.discord.widgets.home.WidgetHomeViewModel; import d0.z.d.m; -import rx.functions.Func6; +import rx.functions.Func7; /* compiled from: WidgetHomeViewModel.kt */ -public final class WidgetHomeViewModel$Companion$observeStoreState$1 implements Func6 { +public final class WidgetHomeViewModel$Companion$observeStoreState$1 implements Func7 { public static final WidgetHomeViewModel$Companion$observeStoreState$1 INSTANCE = new WidgetHomeViewModel$Companion$observeStoreState$1(); - public final WidgetHomeViewModel.StoreState call(PanelState panelState, PanelState panelState2, WidgetHomeViewModel.GuildInfo guildInfo, MeUser meUser, StoreChannelsSelected.ResolvedSelectedChannel resolvedSelectedChannel, Experiment experiment) { + public final WidgetHomeViewModel.StoreState call(PanelState panelState, PanelState panelState2, WidgetHomeViewModel.GuildInfo guildInfo, MeUser meUser, StoreChannelsSelected.ResolvedSelectedChannel resolvedSelectedChannel, Experiment experiment, Experiment experiment2) { + StoreChannelsSelected.ResolvedSelectedChannel resolvedSelectedChannel2 = resolvedSelectedChannel; Long l = null; - if (!(resolvedSelectedChannel instanceof StoreChannelsSelected.ResolvedSelectedChannel.Channel)) { - resolvedSelectedChannel = null; + if (!(resolvedSelectedChannel2 instanceof StoreChannelsSelected.ResolvedSelectedChannel.Channel)) { + resolvedSelectedChannel2 = null; } - StoreChannelsSelected.ResolvedSelectedChannel.Channel channel = (StoreChannelsSelected.ResolvedSelectedChannel.Channel) resolvedSelectedChannel; + StoreChannelsSelected.ResolvedSelectedChannel.Channel channel = (StoreChannelsSelected.ResolvedSelectedChannel.Channel) resolvedSelectedChannel2; if (channel != null) { l = channel.getPeekParent(); } @@ -25,6 +26,6 @@ public final class WidgetHomeViewModel$Companion$observeStoreState$1 implements b> { public final /* synthetic */ StoreGuildWelcomeScreens $storeGuildWelcomeScreens; public final /* synthetic */ StoreLurking $storeLurking; + public final /* synthetic */ StorePermissions $storePermissions; /* compiled from: WidgetHomeViewModel.kt */ /* renamed from: com.discord.widgets.home.WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1$1 reason: invalid class name */ - public static final class AnonymousClass1 implements Func2 { + public static final class AnonymousClass1 implements Func3 { public final /* synthetic */ Long $selectedGuildId; public AnonymousClass1(Long l) { this.$selectedGuildId = l; } - public final WidgetHomeViewModel.GuildInfo call(Boolean bool, StoreGuildWelcomeScreens.State state) { - Long l = this.$selectedGuildId; - m.checkNotNullExpressionValue(l, "selectedGuildId"); - long longValue = l.longValue(); + public final WidgetHomeViewModel.GuildInfo call(Boolean bool, StoreGuildWelcomeScreens.State state, Long l) { + Long l2 = this.$selectedGuildId; + m.checkNotNullExpressionValue(l2, "selectedGuildId"); + long longValue = l2.longValue(); m.checkNotNullExpressionValue(bool, "isLurking"); - return new WidgetHomeViewModel.GuildInfo(longValue, bool.booleanValue(), state); + return new WidgetHomeViewModel.GuildInfo(longValue, bool.booleanValue(), state, l != null ? PermissionUtils.can(Permission.MANAGE_EVENTS, Long.valueOf(l.longValue())) : false); } } - public WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(StoreLurking storeLurking, StoreGuildWelcomeScreens storeGuildWelcomeScreens) { + public WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(StoreLurking storeLurking, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StorePermissions storePermissions) { this.$storeLurking = storeLurking; this.$storeGuildWelcomeScreens = storeGuildWelcomeScreens; + this.$storePermissions = storePermissions; } public final Observable call(Long l) { StoreLurking storeLurking = this.$storeLurking; m.checkNotNullExpressionValue(l, "selectedGuildId"); - return Observable.j(storeLurking.isLurkingObs(l.longValue()), this.$storeGuildWelcomeScreens.observeGuildWelcomeScreen(l.longValue()), new AnonymousClass1(l)); + return Observable.i(storeLurking.isLurkingObs(l.longValue()), this.$storeGuildWelcomeScreens.observeGuildWelcomeScreen(l.longValue()), this.$storePermissions.observePermissionsForGuild(l.longValue()), new AnonymousClass1(l)); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java index f5f05c7ba8..a64aa44922 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java @@ -17,6 +17,7 @@ import com.discord.stores.StoreGuildSelected; import com.discord.stores.StoreGuildWelcomeScreens; import com.discord.stores.StoreLurking; import com.discord.stores.StoreNavigation; +import com.discord.stores.StorePermissions; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; import com.discord.tooltips.TooltipManager; @@ -28,6 +29,7 @@ import com.discord.utilities.user.UserUtils; import com.discord.widgets.channels.ChannelOnboardingManager; import com.discord.widgets.guilds.profile.GuildProfileMarketingTooltip; import com.discord.widgets.guilds.profile.WidgetChangeGuildIdentity; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventUpsellBottomSheet; import d0.z.d.m; import d0.z.d.o; import java.lang.ref.WeakReference; @@ -112,14 +114,14 @@ public final class WidgetHomeViewModel extends AppViewModel { this(); } - public static final /* synthetic */ Observable access$observeStoreState(Companion companion, StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments) { - return companion.observeStoreState(storeGuildSelected, storeNavigation, storeLurking, storeUser, storeGuildWelcomeScreens, storeChannelsSelected, storeExperiments); + public static final /* synthetic */ Observable access$observeStoreState(Companion companion, StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments, StorePermissions storePermissions) { + return companion.observeStoreState(storeGuildSelected, storeNavigation, storeLurking, storeUser, storeGuildWelcomeScreens, storeChannelsSelected, storeExperiments, storePermissions); } - private final Observable observeStoreState(StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments) { - Observable f = Observable.f(storeNavigation.observeLeftPanelState(), storeNavigation.observeRightPanelState(), storeGuildSelected.observeSelectedGuildId().X(new WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(storeLurking, storeGuildWelcomeScreens)), StoreUser.observeMe$default(storeUser, false, 1, null), storeChannelsSelected.observeResolvedSelectedChannel(), storeExperiments.observeUserExperiment("2021-05_per_guild_avatars", false), WidgetHomeViewModel$Companion$observeStoreState$1.INSTANCE); - m.checkNotNullExpressionValue(f, "Observable.combineLatest…et == 1\n )\n }"); - return f; + private final Observable observeStoreState(StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments, StorePermissions storePermissions) { + Observable e = Observable.e(storeNavigation.observeLeftPanelState(), storeNavigation.observeRightPanelState(), storeGuildSelected.observeSelectedGuildId().X(new WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(storeLurking, storeGuildWelcomeScreens, storePermissions)), StoreUser.observeMe$default(storeUser, false, 1, null), storeChannelsSelected.observeResolvedSelectedChannel(), storeExperiments.observeUserExperiment("2021-05_per_guild_avatars", false), storeExperiments.observeUserExperiment("2021-09_events_upsell", true), WidgetHomeViewModel$Companion$observeStoreState$1.INSTANCE); + m.checkNotNullExpressionValue(e, "Observable.combineLatest…t == 1,\n )\n }"); + return e; } } @@ -171,6 +173,50 @@ public final class WidgetHomeViewModel extends AppViewModel { } } + /* compiled from: WidgetHomeViewModel.kt */ + public static final class ShowGuildEventUpsell extends Event { + private final long guildId; + + public ShowGuildEventUpsell(long j) { + super(null); + this.guildId = j; + } + + public static /* synthetic */ ShowGuildEventUpsell copy$default(ShowGuildEventUpsell showGuildEventUpsell, long j, int i, Object obj) { + if ((i & 1) != 0) { + j = showGuildEventUpsell.guildId; + } + return showGuildEventUpsell.copy(j); + } + + public final long component1() { + return this.guildId; + } + + public final ShowGuildEventUpsell copy(long j) { + return new ShowGuildEventUpsell(j); + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof ShowGuildEventUpsell) && this.guildId == ((ShowGuildEventUpsell) obj).guildId; + } + return true; + } + + public final long getGuildId() { + return this.guildId; + } + + public int hashCode() { + return b.a(this.guildId); + } + + public String toString() { + return a.A(a.P("ShowGuildEventUpsell(guildId="), this.guildId, ")"); + } + } + /* compiled from: WidgetHomeViewModel.kt */ public static final class ShowGuildProfileMarketingSheet extends Event { private final long guildId; @@ -278,17 +324,19 @@ public final class WidgetHomeViewModel extends AppViewModel { /* compiled from: WidgetHomeViewModel.kt */ public static final class GuildInfo { + private final boolean canManageEvents; private final long guildId; private final boolean isLurking; private final StoreGuildWelcomeScreens.State welcomeScreenState; - public GuildInfo(long j, boolean z2, StoreGuildWelcomeScreens.State state) { + public GuildInfo(long j, boolean z2, StoreGuildWelcomeScreens.State state, boolean z3) { this.guildId = j; this.isLurking = z2; this.welcomeScreenState = state; + this.canManageEvents = z3; } - public static /* synthetic */ GuildInfo copy$default(GuildInfo guildInfo, long j, boolean z2, StoreGuildWelcomeScreens.State state, int i, Object obj) { + public static /* synthetic */ GuildInfo copy$default(GuildInfo guildInfo, long j, boolean z2, StoreGuildWelcomeScreens.State state, boolean z3, int i, Object obj) { if ((i & 1) != 0) { j = guildInfo.guildId; } @@ -298,7 +346,10 @@ public final class WidgetHomeViewModel extends AppViewModel { if ((i & 4) != 0) { state = guildInfo.welcomeScreenState; } - return guildInfo.copy(j, z2, state); + if ((i & 8) != 0) { + z3 = guildInfo.canManageEvents; + } + return guildInfo.copy(j, z2, state, z3); } public final long component1() { @@ -313,8 +364,12 @@ public final class WidgetHomeViewModel extends AppViewModel { return this.welcomeScreenState; } - public final GuildInfo copy(long j, boolean z2, StoreGuildWelcomeScreens.State state) { - return new GuildInfo(j, z2, state); + public final boolean component4() { + return this.canManageEvents; + } + + public final GuildInfo copy(long j, boolean z2, StoreGuildWelcomeScreens.State state, boolean z3) { + return new GuildInfo(j, z2, state, z3); } public boolean equals(Object obj) { @@ -325,7 +380,11 @@ public final class WidgetHomeViewModel extends AppViewModel { return false; } GuildInfo guildInfo = (GuildInfo) obj; - return this.guildId == guildInfo.guildId && this.isLurking == guildInfo.isLurking && m.areEqual(this.welcomeScreenState, guildInfo.welcomeScreenState); + return this.guildId == guildInfo.guildId && this.isLurking == guildInfo.isLurking && m.areEqual(this.welcomeScreenState, guildInfo.welcomeScreenState) && this.canManageEvents == guildInfo.canManageEvents; + } + + public final boolean getCanManageEvents() { + return this.canManageEvents; } public final long getGuildId() { @@ -339,15 +398,21 @@ public final class WidgetHomeViewModel extends AppViewModel { public int hashCode() { int a = b.a(this.guildId) * 31; boolean z2 = this.isLurking; + int i = 1; if (z2) { z2 = true; } - int i = z2 ? 1 : 0; int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; - int i4 = (a + i) * 31; + int i4 = z2 ? 1 : 0; + int i5 = (a + i2) * 31; StoreGuildWelcomeScreens.State state = this.welcomeScreenState; - return i4 + (state != null ? state.hashCode() : 0); + int hashCode = (i5 + (state != null ? state.hashCode() : 0)) * 31; + boolean z3 = this.canManageEvents; + if (!z3) { + i = z3 ? 1 : 0; + } + return hashCode + i; } public final boolean isLurking() { @@ -361,23 +426,24 @@ public final class WidgetHomeViewModel extends AppViewModel { P.append(this.isLurking); P.append(", welcomeScreenState="); P.append(this.welcomeScreenState); - P.append(")"); - return P.toString(); + P.append(", canManageEvents="); + return a.L(P, this.canManageEvents, ")"); } } /* compiled from: WidgetHomeViewModel.kt */ public static final class StoreState { private final GuildInfo guildInfo; + private final boolean isInEventsUpsellExperiment; private final boolean isInGuildIdentityExperiment; private final boolean isThreadPeek; private final PanelState leftPanelState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2226me; + private final MeUser f2227me; private final PanelState rightPanelState; - public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { + public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, boolean z4) { m.checkNotNullParameter(panelState, "leftPanelState"); m.checkNotNullParameter(panelState2, "rightPanelState"); m.checkNotNullParameter(guildInfo, "guildInfo"); @@ -385,12 +451,13 @@ public final class WidgetHomeViewModel extends AppViewModel { this.leftPanelState = panelState; this.rightPanelState = panelState2; this.guildInfo = guildInfo; - this.f2226me = meUser; + this.f2227me = meUser; this.isThreadPeek = z2; this.isInGuildIdentityExperiment = z3; + this.isInEventsUpsellExperiment = z4; } - public static /* synthetic */ StoreState copy$default(StoreState storeState, PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, int i, Object obj) { + public static /* synthetic */ StoreState copy$default(StoreState storeState, PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, boolean z4, int i, Object obj) { if ((i & 1) != 0) { panelState = storeState.leftPanelState; } @@ -401,7 +468,7 @@ public final class WidgetHomeViewModel extends AppViewModel { guildInfo = storeState.guildInfo; } if ((i & 8) != 0) { - meUser = storeState.f2226me; + meUser = storeState.f2227me; } if ((i & 16) != 0) { z2 = storeState.isThreadPeek; @@ -409,7 +476,10 @@ public final class WidgetHomeViewModel extends AppViewModel { if ((i & 32) != 0) { z3 = storeState.isInGuildIdentityExperiment; } - return storeState.copy(panelState, panelState2, guildInfo, meUser, z2, z3); + if ((i & 64) != 0) { + z4 = storeState.isInEventsUpsellExperiment; + } + return storeState.copy(panelState, panelState2, guildInfo, meUser, z2, z3, z4); } public final PanelState component1() { @@ -425,7 +495,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser component4() { - return this.f2226me; + return this.f2227me; } public final boolean component5() { @@ -436,12 +506,16 @@ public final class WidgetHomeViewModel extends AppViewModel { return this.isInGuildIdentityExperiment; } - public final StoreState copy(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { + public final boolean component7() { + return this.isInEventsUpsellExperiment; + } + + public final StoreState copy(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, boolean z4) { m.checkNotNullParameter(panelState, "leftPanelState"); m.checkNotNullParameter(panelState2, "rightPanelState"); m.checkNotNullParameter(guildInfo, "guildInfo"); m.checkNotNullParameter(meUser, "me"); - return new StoreState(panelState, panelState2, guildInfo, meUser, z2, z3); + return new StoreState(panelState, panelState2, guildInfo, meUser, z2, z3, z4); } public boolean equals(Object obj) { @@ -452,7 +526,7 @@ public final class WidgetHomeViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2226me, storeState.f2226me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; + return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2227me, storeState.f2227me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment && this.isInEventsUpsellExperiment == storeState.isInEventsUpsellExperiment; } public final GuildInfo getGuildInfo() { @@ -464,7 +538,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2226me; + return this.f2227me; } public final PanelState getRightPanelState() { @@ -479,7 +553,7 @@ public final class WidgetHomeViewModel extends AppViewModel { int hashCode2 = (hashCode + (panelState2 != null ? panelState2.hashCode() : 0)) * 31; GuildInfo guildInfo = this.guildInfo; int hashCode3 = (hashCode2 + (guildInfo != null ? guildInfo.hashCode() : 0)) * 31; - MeUser meUser = this.f2226me; + MeUser meUser = this.f2227me; if (meUser != null) { i = meUser.hashCode(); } @@ -494,10 +568,22 @@ public final class WidgetHomeViewModel extends AppViewModel { int i6 = z2 ? 1 : 0; int i7 = (i2 + i4) * 31; boolean z3 = this.isInGuildIdentityExperiment; - if (!z3) { - i3 = z3 ? 1 : 0; + if (z3) { + z3 = true; } - return i7 + i3; + int i8 = z3 ? 1 : 0; + int i9 = z3 ? 1 : 0; + int i10 = z3 ? 1 : 0; + int i11 = (i7 + i8) * 31; + boolean z4 = this.isInEventsUpsellExperiment; + if (!z4) { + i3 = z4 ? 1 : 0; + } + return i11 + i3; + } + + public final boolean isInEventsUpsellExperiment() { + return this.isInEventsUpsellExperiment; } public final boolean isInGuildIdentityExperiment() { @@ -516,11 +602,13 @@ public final class WidgetHomeViewModel extends AppViewModel { P.append(", guildInfo="); P.append(this.guildInfo); P.append(", me="); - P.append(this.f2226me); + P.append(this.f2227me); P.append(", isThreadPeek="); P.append(this.isThreadPeek); P.append(", isInGuildIdentityExperiment="); - return a.L(P, this.isInGuildIdentityExperiment, ")"); + P.append(this.isInGuildIdentityExperiment); + P.append(", isInEventsUpsellExperiment="); + return a.L(P, this.isInEventsUpsellExperiment, ")"); } } @@ -645,7 +733,7 @@ public final class WidgetHomeViewModel extends AppViewModel { /* JADX WARNING: Illegal instructions before constructor call */ public WidgetHomeViewModel(StoreNavigation storeNavigation, StoreGuildWelcomeScreens storeGuildWelcomeScreens, Observable observable, Observable observable2, ChannelOnboardingManager channelOnboardingManager, SharedPreferences sharedPreferences, Clock clock, TooltipManager tooltipManager, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(r1, r10, r2, r3, r4, r5, r6, r8); + this(r1, r11, r2, r3, r4, r5, r6, r8); Observable observable3; TooltipManager tooltipManager2; StoreNavigation navigation = (i & 1) != 0 ? StoreStream.Companion.getNavigation() : storeNavigation; @@ -653,7 +741,7 @@ public final class WidgetHomeViewModel extends AppViewModel { if ((i & 4) != 0) { Companion companion = Companion; StoreStream.Companion companion2 = StoreStream.Companion; - observable3 = Companion.access$observeStoreState(companion, companion2.getGuildSelected(), navigation, companion2.getLurking(), companion2.getUsers(), guildWelcomeScreens, companion2.getChannelsSelected(), companion2.getExperiments()); + observable3 = Companion.access$observeStoreState(companion, companion2.getGuildSelected(), navigation, companion2.getLurking(), companion2.getUsers(), guildWelcomeScreens, companion2.getChannelsSelected(), companion2.getExperiments(), companion2.getPermissions()); } else { observable3 = observable; } @@ -676,7 +764,7 @@ public final class WidgetHomeViewModel extends AppViewModel { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager2 = weakReference2 != null ? weakReference2.get() : tooltipManager2; if (tooltipManager2 == null) { - TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); tooltipManager2 = tooltipManager3; } @@ -717,6 +805,12 @@ public final class WidgetHomeViewModel extends AppViewModel { publishSubject.j.onNext(Event.ShowChannelOnboardingSheet.INSTANCE); } + @MainThread + private final void emitShowGuildEventUpsell(long j) { + PublishSubject publishSubject = this.eventSubject; + publishSubject.j.onNext(new Event.ShowGuildEventUpsell(j)); + } + @MainThread private final void emitShowGuildIdentityMarketingSheet(long j) { PublishSubject publishSubject = this.eventSubject; @@ -767,6 +861,12 @@ public final class WidgetHomeViewModel extends AppViewModel { emitShowChannelOnboardingSheet(); } else if (shouldShowGuildIdentityMarketingSheet(this.previousLeftPanelState, leftPanelState, storeState.getMe(), storeState.isInGuildIdentityExperiment())) { emitShowGuildIdentityMarketingSheet(guildId); + } else if (shouldShowGuildEventUpsell(storeState.getGuildInfo().getCanManageEvents(), storeState.isInEventsUpsellExperiment())) { + SharedPreferences.Editor edit = this.sharedPreferences.edit(); + m.checkNotNullExpressionValue(edit, "editor"); + edit.putBoolean(WidgetGuildScheduledEventUpsellBottomSheet.GUILD_EVENT_UPSELL_CACHE_KEY, true); + edit.apply(); + emitShowGuildEventUpsell(guildId); } this.previousLeftPanelState = leftPanelState; if (storeState.isThreadPeek() && !this.wasThreadPeek) { @@ -782,6 +882,10 @@ public final class WidgetHomeViewModel extends AppViewModel { return ((panelState instanceof PanelState.d) && (panelState2 instanceof PanelState.c)) && ((j > 0 ? 1 : (j == 0 ? 0 : -1)) != 0) && z2 && !this.channelOnboardingManager.hasUserSeenChannelOnboarding(); } + private final boolean shouldShowGuildEventUpsell(boolean z2, boolean z3) { + return z2 && !this.sharedPreferences.getBoolean(WidgetGuildScheduledEventUpsellBottomSheet.GUILD_EVENT_UPSELL_CACHE_KEY, false) && z3; + } + private final boolean shouldShowGuildIdentityMarketingSheet(PanelState panelState, PanelState panelState2, MeUser meUser, boolean z2) { UserUtils userUtils = UserUtils.INSTANCE; Clock clock = this.clock; diff --git a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java index f153e190a2..30e4500ece 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java +++ b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java @@ -13,7 +13,7 @@ public final class DomainGuildInfo implements Parcelable { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2227id; + private final long f2228id; private final String name; /* compiled from: WidgetHubDomains.kt */ @@ -47,7 +47,7 @@ public final class DomainGuildInfo implements Parcelable { public DomainGuildInfo(String str, long j, String str2) { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); this.icon = str; - this.f2227id = j; + this.f2228id = j; this.name = str2; } @@ -61,7 +61,7 @@ public final class DomainGuildInfo implements Parcelable { } public final long getId() { - return this.f2227id; + return this.f2228id; } public final String getName() { @@ -72,7 +72,7 @@ public final class DomainGuildInfo implements Parcelable { public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); parcel.writeString(this.icon); - parcel.writeLong(this.f2227id); + parcel.writeLong(this.f2228id); parcel.writeString(this.name); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java index 99a6dc89dd..dc161c877e 100644 --- a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java +++ b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java @@ -10,7 +10,7 @@ public final class RadioSelectorItem implements Parcelable { public static final Parcelable.Creator CREATOR = new Creator(); /* renamed from: id reason: collision with root package name */ - private final int f2228id; + private final int f2229id; private final boolean selected; private final String text; @@ -29,14 +29,14 @@ public final class RadioSelectorItem implements Parcelable { public RadioSelectorItem(int i, String str, boolean z2) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - this.f2228id = i; + this.f2229id = i; this.text = str; this.selected = z2; } public static /* synthetic */ RadioSelectorItem copy$default(RadioSelectorItem radioSelectorItem, int i, String str, boolean z2, int i2, Object obj) { if ((i2 & 1) != 0) { - i = radioSelectorItem.f2228id; + i = radioSelectorItem.f2229id; } if ((i2 & 2) != 0) { str = radioSelectorItem.text; @@ -48,7 +48,7 @@ public final class RadioSelectorItem implements Parcelable { } public final int component1() { - return this.f2228id; + return this.f2229id; } public final String component2() { @@ -78,11 +78,11 @@ public final class RadioSelectorItem implements Parcelable { return false; } RadioSelectorItem radioSelectorItem = (RadioSelectorItem) obj; - return this.f2228id == radioSelectorItem.f2228id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; + return this.f2229id == radioSelectorItem.f2229id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; } public final int getId() { - return this.f2228id; + return this.f2229id; } public final boolean getSelected() { @@ -95,7 +95,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public int hashCode() { - int i = this.f2228id * 31; + int i = this.f2229id * 31; String str = this.text; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.selected; @@ -111,7 +111,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("RadioSelectorItem(id="); - P.append(this.f2228id); + P.append(this.f2229id); P.append(", text="); P.append(this.text); P.append(", selected="); @@ -121,7 +121,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); - parcel.writeInt(this.f2228id); + parcel.writeInt(this.f2229id); parcel.writeString(this.text); parcel.writeInt(this.selected ? 1 : 0); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java index 3cc0777010..0812cb26a3 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java @@ -59,7 +59,7 @@ public final class WidgetHubAddName extends AppFragment { if (context != null) { m.checkNotNullExpressionValue(context, "context ?: return"); getBinding().f.setIsLoading(addNameState.getChangeNicknameAsync() instanceof Loading); - getBinding().f1892c.setText(addNameState.getNickname()); + getBinding().f1893c.setText(addNameState.getNickname()); TextView textView = getBinding().e; m.checkNotNullExpressionValue(textView, "binding.discordHubAddNameTitle"); Object[] objArr = new Object[1]; @@ -81,7 +81,7 @@ public final class WidgetHubAddName extends AppFragment { private final void maybeUpdateName() { if (ValidationManager.validate$default(getValidationManager(), false, 1, null)) { WidgetHubAddNameViewModel viewModel = getViewModel(); - TextInputEditText textInputEditText = getBinding().f1892c; + TextInputEditText textInputEditText = getBinding().f1893c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubAddNameInput"); viewModel.setName(String.valueOf(textInputEditText.getText())); } @@ -104,7 +104,7 @@ public final class WidgetHubAddName extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); getBinding().f.setOnClickListener(new WidgetHubAddName$onViewBound$1(this)); - TextInputEditText textInputEditText = getBinding().f1892c; + TextInputEditText textInputEditText = getBinding().f1893c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubAddNameInput"); showKeyboard(textInputEditText); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java index afaabe9b41..1fa1ea6e82 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java @@ -92,7 +92,7 @@ public final class WidgetHubAddServer extends AppFragment { } simpleRecyclerAdapter.setData(list); getBinding().e.setSelectedIndex(hubAddServerState.getSelectedIndex()); - getBinding().f1893c.setTitle(b.k(this, R.string.hub_choose_guild_title, new Object[]{hubAddServerState.getHubName()}, null, 4)); + getBinding().f1894c.setTitle(b.k(this, R.string.hub_choose_guild_title, new Object[]{hubAddServerState.getHubName()}, null, 4)); getBinding().b.setOnClickListener(new WidgetHubAddServer$configureUI$1(this, hubAddServerState)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java index 745e045f62..ebdf847d99 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java @@ -71,11 +71,11 @@ public final class WidgetHubAuthentication extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - getBinding().f1894c.setOnCodeEntered(new WidgetHubAuthentication$onViewBound$1(this)); + getBinding().f1895c.setOnCodeEntered(new WidgetHubAuthentication$onViewBound$1(this)); LinkifiedTextView linkifiedTextView = getBinding().b; m.checkNotNullExpressionValue(linkifiedTextView, "binding.description"); linkifiedTextView.setText(b.e(this, R.string.hub_pin_description, new Object[]{getArgs().getEmail()}, new WidgetHubAuthentication$onViewBound$2(this))); - CodeVerificationView codeVerificationView = getBinding().f1894c; + CodeVerificationView codeVerificationView = getBinding().f1895c; m.checkNotNullExpressionValue(codeVerificationView, "binding.verification"); showKeyboard(codeVerificationView); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescription.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescription.java index 62c051e19f..7d69b9467b 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescription.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescription.java @@ -73,7 +73,7 @@ public final class WidgetHubDescription extends AppFragment { loadingButton.setOnClickListener(new WidgetHubDescription$configureUI$$inlined$apply$lambda$1(this, hubDescriptionState)); loadingButton.setIsLoading(hubDescriptionState.getAddServerAsync() instanceof Loading); loadingButton.setText(getString(getArgs().isEditing() ? R.string.save : R.string.hub_add_server_cta)); - TextView textView = getBinding().f1895c; + TextView textView = getBinding().f1896c; DirectoryEntryCategory selectedCategory = hubDescriptionState.getSelectedCategory(); if (selectedCategory == null || (titleRes2 = selectedCategory.getTitleRes()) == null) { i = R.attr.colorTextMuted; @@ -82,7 +82,7 @@ public final class WidgetHubDescription extends AppFragment { i = R.attr.colorTextNormal; } textView.setTextColor(ColorCompat.getThemedColor(context, i)); - TextView textView2 = getBinding().f1895c; + TextView textView2 = getBinding().f1896c; m.checkNotNullExpressionValue(textView2, "binding.category"); DirectoryEntryCategory selectedCategory2 = hubDescriptionState.getSelectedCategory(); if (selectedCategory2 == null || (titleRes = selectedCategory2.getTitleRes()) == null || (str = getString(titleRes.intValue())) == null) { @@ -151,7 +151,7 @@ public final class WidgetHubDescription extends AppFragment { DirectoryEntryCategory category = getArgs().getCategory(); if (!(category == null || (titleRes = category.getTitleRes()) == null)) { int intValue = titleRes.intValue(); - TextView textView = getBinding().f1895c; + TextView textView = getBinding().f1896c; m.checkNotNullExpressionValue(textView, "binding.category"); textView.setText(getString(intValue)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java index 93bd26e141..ec73b0ea53 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java @@ -87,7 +87,7 @@ public final class WidgetHubDomainSearch extends AppFragment { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.emptyTitle"); textView.setText(getString(arrayList.isEmpty() ? R.string.directory_search_no_results_title : R.string.directory_search_initial_title)); - LinearLayout linearLayout = getBinding().f1896c; + LinearLayout linearLayout = getBinding().f1897c; m.checkNotNullExpressionValue(linearLayout, "binding.emptyState"); linearLayout.setVisibility(arrayList.isEmpty() ? 0 : 8); RecyclerView recyclerView = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java index 1bb3a2247e..26dc778b0a 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java @@ -79,7 +79,7 @@ public final class WidgetHubDomains extends AppFragment { recyclerView.setAdapter(this.adapter); this.adapter.setData(getArgs().getGuildInfos()); AppFragment.setActionBarOptionsMenu$default(this, R.menu.menu_search, new WidgetHubDomains$onViewBound$1(this), null, 4, null); - MaterialButton materialButton = getBinding().f1897c; + MaterialButton materialButton = getBinding().f1898c; Context context = materialButton.getContext(); if (context != null) { materialButton.setText(b.h(context, R.string.hub_email_connection_guild_select_subheader, new Object[0], null, 4)); diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java index 0077c59bf2..a811dd0268 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java @@ -20,7 +20,7 @@ public final class WidgetHubEmailFlow$validationManager$2 extends o implements F /* renamed from: invoke */ public final ValidationManager mo1invoke() { AuthUtils authUtils = AuthUtils.INSTANCE; - TextInputLayout textInputLayout = WidgetHubEmailFlow.access$getBinding$p(this.this$0).f1898c.d; + TextInputLayout textInputLayout = WidgetHubEmailFlow.access$getBinding$p(this.this$0).f1899c.d; m.checkNotNullExpressionValue(textInputLayout, "binding.discordHubEmailI…scriptionEmailInputLayout"); return authUtils.createEmailValidationManager(textInputLayout); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java index 6c1466b89e..2a09ea4e9b 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java @@ -139,7 +139,7 @@ public final class WidgetHubEmailFlow extends AppFragment { } private final String getEmail() { - TextInputEditText textInputEditText = getBinding().f1898c.f73c; + TextInputEditText textInputEditText = getBinding().f1899c.f73c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubEmailI…aderDescriptionEmailInput"); return String.valueOf(textInputEditText.getText()); } @@ -163,10 +163,10 @@ public final class WidgetHubEmailFlow extends AppFragment { boolean z3 = !(hubEmailState.getVerifyEmailAsync() instanceof Success) && hubEmailState.getWaitlistResult() == null; EmailVerification invoke2 = hubEmailState.getVerifyEmailAsync().invoke(); boolean z4 = (invoke2 != null && !invoke2.b()) || hubEmailState.getWaitlistResult() != null; - TextInputEditText textInputEditText = getBinding().f1898c.f73c; + TextInputEditText textInputEditText = getBinding().f1899c.f73c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubEmailI…aderDescriptionEmailInput"); String valueOf = String.valueOf(textInputEditText.getText()); - b5 b5Var = getBinding().f1898c; + b5 b5Var = getBinding().f1899c; m.checkNotNullExpressionValue(b5Var, "binding.discordHubEmailInput"); NestedScrollView nestedScrollView = b5Var.a; m.checkNotNullExpressionValue(nestedScrollView, "binding.discordHubEmailInput.root"); @@ -209,7 +209,7 @@ public final class WidgetHubEmailFlow extends AppFragment { private final void verifyEmail() { int i = 0; boolean validate$default = ValidationManager.validate$default(getValidationManager(), false, 1, null); - TextView textView = getBinding().f1898c.f; + TextView textView = getBinding().f1899c.f; m.checkNotNullExpressionValue(textView, "binding.discordHubEmailInput.discordHubEmailLabel"); if (!validate$default) { i = 8; @@ -242,7 +242,7 @@ public final class WidgetHubEmailFlow extends AppFragment { getBinding().b.d.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$1(this)); getBinding().d.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$2(this)); getBinding().b.b.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$3(this)); - TextView textView = getBinding().f1898c.e; + TextView textView = getBinding().f1899c.e; m.checkNotNullExpressionValue(textView, "binding.discordHubEmailI…iscordHubEmailHeaderTitle"); int ordinal = getArgs().getEntryPoint().ordinal(); if (ordinal == 0) { @@ -259,7 +259,7 @@ public final class WidgetHubEmailFlow extends AppFragment { String string = getString(ordinal2 != 0 ? ordinal2 != 1 ? R.string.hub_waitlist_modal_join_subheader : R.string.hub_email_connection_content_description : R.string.hub_email_connection_nux_content_description); m.checkNotNullExpressionValue(string, "getString(\n when …subheader\n }\n )"); CharSequence e = b.e(this, R.string.learn_more_link, new Object[0], new WidgetHubEmailFlow$onViewCreated$learnMore$1(this)); - LinkifiedTextView linkifiedTextView = getBinding().f1898c.b; + LinkifiedTextView linkifiedTextView = getBinding().f1899c.b; m.checkNotNullExpressionValue(linkifiedTextView, "binding.discordHubEmailI…HubEmailHeaderDescription"); linkifiedTextView.setText(new SpannableStringBuilder(string).append((CharSequence) " ").append(e)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java index bcaaa87ba3..96e30e185f 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java @@ -63,7 +63,7 @@ public final class WidgetHubWaitlist extends AppFragment { private final void maybeSubmitSchoolName() { if (getValidationManager().validate(true)) { WidgetHubWaitlistViewModel viewModel = getViewModel(); - TextInputEditText textInputEditText = getBinding().f1899c; + TextInputEditText textInputEditText = getBinding().f1900c; m.checkNotNullExpressionValue(textInputEditText, "binding.hubWaitlistEditText"); viewModel.joinWaitlist(String.valueOf(textInputEditText.getText())); } @@ -87,7 +87,7 @@ public final class WidgetHubWaitlist extends AppFragment { super.onViewBoundOrOnResume(); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(ObservableExtensionsKt.bindToComponentLifecycle$default(getViewModel().observeViewState(), this, null, 2, null)), WidgetHubWaitlist.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetHubWaitlist$onViewBoundOrOnResume$1(this), 62, (Object) null); getBinding().b.setOnClickListener(new WidgetHubWaitlist$onViewBoundOrOnResume$2(this)); - TextInputEditText textInputEditText = getBinding().f1899c; + TextInputEditText textInputEditText = getBinding().f1900c; m.checkNotNullExpressionValue(textInputEditText, "binding.hubWaitlistEditText"); showKeyboard(textInputEditText); } diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java index 7044a61c44..784aee8fd2 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java @@ -116,16 +116,16 @@ public final class WidgetMedia$onViewBoundOrOnResume$1 implements Action public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_media_browser /* 2131364201 */: + case R.id.menu_media_browser /* 2131364202 */: m.checkNotNullExpressionValue(context, "context"); String uri = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri, "sourceUri.toString()"); UriHandler.handleOrUntrusted$default(context, uri, null, 4, null); return; - case R.id.menu_media_download /* 2131364202 */: + case R.id.menu_media_download /* 2131364203 */: this.this$0.requestMediaDownload(new AnonymousClass1(this, context)); return; - case R.id.menu_media_share /* 2131364203 */: + case R.id.menu_media_share /* 2131364204 */: m.checkNotNullExpressionValue(context, "context"); String uri2 = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri2, "sourceUri.toString()"); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java index 292316d783..f3f54ec0d3 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java @@ -167,7 +167,7 @@ public final class WidgetMedia extends AppFragment { String str3 = previewImage == null ? previewImage.a : null; Integer num2 = previewImage == null ? previewImage.b : null; if (previewImage != null) { - num = previewImage.f2093c; + num = previewImage.f2094c; } launch(context, j, l, str, str3, num2, num, mediaType); } @@ -467,7 +467,7 @@ public final class WidgetMedia extends AppFragment { if (videoSurfaceView != null) { videoSurfaceView.setOnClickListener(new WidgetMedia$onViewBound$1(this)); } - getBinding().f1906c.setOnClickListener(new WidgetMedia$onViewBound$2(this)); + getBinding().f1907c.setOnClickListener(new WidgetMedia$onViewBound$2(this)); AppBarLayout appBarLayout = getBinding().b; m.checkNotNullExpressionValue(appBarLayout, "binding.actionBarToolbarLayout"); ViewExtensions.addOnHeightChangedListener(appBarLayout, new WidgetMedia$onViewBound$3(this)); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java index 7631c45dba..094b60b479 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java @@ -142,7 +142,7 @@ public final class WidgetQRScanner extends AppFragment implements ZXingScannerVi AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.login_with_qr); boolean booleanExtra = getMostRecentIntent().getBooleanExtra(EXTRA_SHOW_HELP_CHIP, false); - Chip chip = getBinding().f1930c; + Chip chip = getBinding().f1931c; m.checkNotNullExpressionValue(chip, "binding.qrScannerChip"); if (!booleanExtra) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java b/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java index b561ef2a1f..d2f1be14c7 100644 --- a/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java +++ b/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java @@ -85,7 +85,7 @@ public final class WidgetMobileReports extends AppFragment { private final void configureUI(MobileReportsViewModel.ViewState.Menu menu) { setActionBarDisplayHomeAsUpEnabled(!menu.shouldHideBackArrow()); - ProgressBar progressBar = getBinding().f1911c; + ProgressBar progressBar = getBinding().f1912c; m.checkNotNullExpressionValue(progressBar, "binding.mobileReportsProgressBar"); progressBar.setVisibility(8); ReportsMenuNode reportsMenuNode = (ReportsMenuNode) getBinding().b.getChildAt(0); diff --git a/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java b/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java index e34b5c9c56..bafc0f926c 100644 --- a/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java +++ b/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java @@ -15,23 +15,23 @@ public final class NoticePopup$enqueue$notice$1$3$2 implements Runnable { @Override // java.lang.Runnable public final void run() { - SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView, "binding.popupBody"); Layout layout = simpleDraweeSpanTextView.getLayout(); int lineCount = layout != null ? layout.getLineCount() : 0; - SimpleDraweeSpanTextView simpleDraweeSpanTextView2 = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView2 = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView2, "binding.popupBody"); if (lineCount > simpleDraweeSpanTextView2.getMaxLines()) { - SimpleDraweeSpanTextView simpleDraweeSpanTextView3 = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView3 = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView3, "binding.popupBody"); Layout layout2 = simpleDraweeSpanTextView3.getLayout(); - SimpleDraweeSpanTextView simpleDraweeSpanTextView4 = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView4 = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView4, "binding.popupBody"); int lineEnd = layout2.getLineEnd(simpleDraweeSpanTextView4.getMaxLines() - 1); - SimpleDraweeSpanTextView simpleDraweeSpanTextView5 = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView5 = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView5, "binding.popupBody"); CharSequence subSequence = simpleDraweeSpanTextView5.getText().subSequence(0, lineEnd - 1); - SimpleDraweeSpanTextView simpleDraweeSpanTextView6 = this.$binding.f1918c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView6 = this.$binding.f1919c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView6, "binding.popupBody"); simpleDraweeSpanTextView6.setText(new SpannableStringBuilder(subSequence).append((CharSequence) "…")); } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java index a4922b63e6..5b174b0667 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java @@ -64,11 +64,11 @@ public final class WidgetNoticeDialog extends AppDialog { private static final String ARG_THEME_ID = "theme_id"; /* renamed from: CANCEL_BUTTON */ - public static final int notice_cancel = 2131364347; + public static final int notice_cancel = 2131364348; public static final Companion Companion = new Companion(null); /* renamed from: OK_BUTTON */ - public static final int notice_ok = 2131364352; + public static final int notice_ok = 2131364353; public static final int ON_SHOW = 0; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetNoticeDialog$binding$2.INSTANCE, null, 2, null); private Map> listenerMap; @@ -409,16 +409,16 @@ public final class WidgetNoticeDialog extends AppDialog { LinearLayout linearLayout = getBinding().f; m.checkNotNullExpressionValue(linearLayout, "binding.noticeHeaderContainer"); linearLayout.setVisibility((charSequence2 == null || t.isBlank(charSequence2)) ^ true ? 0 : 8); - LinkifiedTextView linkifiedTextView = getBinding().f1915c; + LinkifiedTextView linkifiedTextView = getBinding().f1916c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.noticeBodyText"); Bundle arguments4 = getArguments(); linkifiedTextView.setText(arguments4 != null ? arguments4.getCharSequence(ARG_BODY_TEXT) : null); if (isCancelable()) { - LinkifiedTextView linkifiedTextView2 = getBinding().f1915c; + LinkifiedTextView linkifiedTextView2 = getBinding().f1916c; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.noticeBodyText"); linkifiedTextView2.setMovementMethod(new ActionLinkMovementMethod(new WidgetNoticeDialog$onViewBound$2(this))); } - LinkifiedTextView linkifiedTextView3 = getBinding().f1915c; + LinkifiedTextView linkifiedTextView3 = getBinding().f1916c; m.checkNotNullExpressionValue(linkifiedTextView3, "binding.noticeBodyText"); Bundle arguments5 = getArguments(); linkifiedTextView3.setTextAlignment(arguments5 != null ? arguments5.getInt(ARG_BODY_TEXT_ALIGNMENT) : 2); diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java index 65125417f1..47cc0f45fd 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java @@ -47,7 +47,7 @@ public final class WidgetNoticeNuxOverlay extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); StoreStream.Companion.getNotices().markDialogSeen(NOTICE_NAME); - getBinding().f1916c.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$1(this)); + getBinding().f1917c.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$1(this)); getBinding().b.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java index 644ba2fd77..bfd3ec8dba 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java @@ -89,7 +89,7 @@ public final class WidgetNoticeNuxSamsungLink extends AppDialog { super.onViewBound(view); StoreStream.Companion.getNotices().markDialogSeen(NOTICE_NAME); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.takeSingleUntilTimeout$default(ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().getOAuthTokens(), false, 1, null)), 0, false, 1, null), this, null, 2, null), WidgetNoticeNuxSamsungLink.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetNoticeNuxSamsungLink$onViewBound$1(this), 62, (Object) null); - getBinding().f1917c.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$2(this)); + getBinding().f1918c.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$2(this)); getBinding().b.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java index be9a679a21..0f7bf3fe5d 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java @@ -118,7 +118,7 @@ public class WidgetGuildTemplates extends AppFragment { } guildTemplatesAdapter.setItems(arrayList); getBinding().b.setOnClickListener(new WidgetGuildTemplates$onViewBound$3(this)); - LinearLayout linearLayout = getBinding().f1920c; + LinearLayout linearLayout = getBinding().f1921c; m.checkNotNullExpressionValue(linearLayout, "binding.nuxGuildTemplateSectionBottom"); if (!getArgs().getGuildTemplate().getShowInvitePrompt()) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java b/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java index e37bd5883c..99359a7768 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java @@ -110,7 +110,7 @@ public final class WidgetNavigationHelp extends AppDialog { ViewPager2 viewPager2 = getBinding().d; m.checkNotNullExpressionValue(viewPager2, "binding.navigationHelpNuxPager"); viewPager2.setAdapter(new NuxPagerAdapter(this)); - TabLayout tabLayout = getBinding().f1914c; + TabLayout tabLayout = getBinding().f1915c; m.checkNotNullExpressionValue(tabLayout, "binding.navigationHelpIndicators"); ViewPager2 viewPager22 = getBinding().d; m.checkNotNullExpressionValue(viewPager22, "binding.navigationHelpNuxPager"); diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java b/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java index 77031f9c2a..4ce46b37c4 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java @@ -108,7 +108,7 @@ public final class WidgetNuxChannelPrompt extends AppFragment { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.nufChannelPromptGuildIconName"); textView.setVisibility(8); - SimpleDraweeView simpleDraweeView = getBinding().f1919c; + SimpleDraweeView simpleDraweeView = getBinding().f1920c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.nufChannelPromptGuildIcon"); IconUtils.setIcon$default(simpleDraweeView, forGuild$default, 0, (Function1) null, (MGImages.ChangeDetector) null, 28, (Object) null); } else { @@ -118,7 +118,7 @@ public final class WidgetNuxChannelPrompt extends AppFragment { TextView textView3 = getBinding().d; m.checkNotNullExpressionValue(textView3, "binding.nufChannelPromptGuildIconName"); textView3.setText(guild.getShortName()); - SimpleDraweeView simpleDraweeView2 = getBinding().f1919c; + SimpleDraweeView simpleDraweeView2 = getBinding().f1920c; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.nufChannelPromptGuildIcon"); IconUtils.setIcon$default(simpleDraweeView2, IconUtils.DEFAULT_ICON, 0, (Function1) null, (MGImages.ChangeDetector) null, 28, (Object) null); } diff --git a/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java b/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java index 29df9f247f..c749a9addd 100644 --- a/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java +++ b/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java @@ -39,6 +39,6 @@ public final class PhoneCountryCodeAdapterItem extends RecyclerView.ViewHolder { TextView textView2 = this.binding.b; m.checkNotNullExpressionValue(textView2, "binding.phoneCountryCodeCode"); textView2.setText(phoneCountryCode.getCode()); - this.binding.f1925c.setOnClickListener(new PhoneCountryCodeAdapterItem$bind$1(this, phoneCountryCode)); + this.binding.f1926c.setOnClickListener(new PhoneCountryCodeAdapterItem$bind$1(this, phoneCountryCode)); } } diff --git a/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java b/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java index faa4f4d085..b4db2e41b7 100644 --- a/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java @@ -113,7 +113,7 @@ public final class WidgetPhoneCountryCodeBottomSheet extends AppBottomSheet { @Override // com.discord.app.AppBottomSheet, androidx.fragment.app.Fragment public void onResume() { super.onResume(); - TextInputLayout textInputLayout = getBinding().f1924c; + TextInputLayout textInputLayout = getBinding().f1925c; m.checkNotNullExpressionValue(textInputLayout, "binding.phoneCountryCodeSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetPhoneCountryCodeBottomSheet$onResume$1(this)); Observable o = this.nameFilterSubject.o(200, TimeUnit.MILLISECONDS); diff --git a/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java b/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java index 63e46c13db..4bbd98e3a7 100644 --- a/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java +++ b/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java @@ -155,7 +155,7 @@ public final class WidgetQuickMentionsDialog extends AppDialog { ViewPager2 viewPager2 = getBinding().b; m.checkNotNullExpressionValue(viewPager2, "binding.tabContents"); viewPager2.setAdapter(tabsAdapter); - TabLayout tabLayout = getBinding().f1931c; + TabLayout tabLayout = getBinding().f1932c; m.checkNotNullExpressionValue(tabLayout, "binding.tabs"); ViewPager2 viewPager22 = getBinding().b; m.checkNotNullExpressionValue(viewPager22, "binding.tabContents"); diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java index 4075fa4140..f59118c639 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java @@ -36,7 +36,7 @@ public final class WidgetSearch$configureSearchInput$1 extends o implements Func } AppFragment.hideKeyboard$default(this.this$0, null, 1, null); StoreSearch search = StoreStream.Companion.getSearch(); - TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1934c; + TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); Context context = textView.getContext(); diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java index c92792d55b..60fef20172 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java @@ -25,10 +25,10 @@ public final class WidgetSearch$configureSearchInput$5 extends o implements Func } public final void invoke(String str) { - TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1934c; + TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); ViewExtensions.setText(textInputLayout, str); - TextInputLayout textInputLayout2 = WidgetSearch.access$getBinding$p(this.this$0).f1934c; + TextInputLayout textInputLayout2 = WidgetSearch.access$getBinding$p(this.this$0).f1935c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); ViewExtensions.setSelectionEnd(textInputLayout2); } diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch.java index af703f63e0..67f0b3fcef 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch.java @@ -227,10 +227,10 @@ public final class WidgetSearch extends AppFragment { } private final void configureSearchInput() { - TextInputLayout textInputLayout = getBinding().f1934c; + TextInputLayout textInputLayout = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); ViewExtensions.setOnEditorActionListener(textInputLayout, new WidgetSearch$configureSearchInput$1(this)); - TextInputLayout textInputLayout2 = getBinding().f1934c; + TextInputLayout textInputLayout2 = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, WidgetSearch$configureSearchInput$2.INSTANCE); Observable F = ObservableExtensionsKt.ui$default(StoreStream.Companion.getSearch().getStoreSearchInput().getForcedInput(), this, null, 2, null).F(new WidgetSearch$configureSearchInput$3(this)).F(WidgetSearch$configureSearchInput$4.INSTANCE); @@ -251,7 +251,7 @@ public final class WidgetSearch extends AppFragment { int i = this.targetType; int i2 = 0; if (i == 0) { - TextInputLayout textInputLayout = getBinding().f1934c; + TextInputLayout textInputLayout = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); Object[] objArr = new Object[1]; Guild guild = model.getGuild(); @@ -260,7 +260,7 @@ public final class WidgetSearch extends AppFragment { } else if (i == 1) { Channel channel = model.getChannel(); String z0 = channel != null ? AnimatableValueParser.z0(channel, requireContext(), false) : null; - TextInputLayout textInputLayout2 = getBinding().f1934c; + TextInputLayout textInputLayout2 = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); Channel channel2 = model.getChannel(); Integer valueOf = channel2 != null ? Integer.valueOf(channel2.A()) : null; @@ -303,7 +303,7 @@ public final class WidgetSearch extends AppFragment { private final void sendQuery(Context context) { AppFragment.hideKeyboard$default(this, null, 1, null); StoreSearch search = StoreStream.Companion.getSearch(); - TextInputLayout textInputLayout = getBinding().f1934c; + TextInputLayout textInputLayout = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); search.loadInitial(ViewExtensions.getTextOrEmpty(textInputLayout), new ContextSearchStringProvider(context)); } @@ -330,7 +330,7 @@ public final class WidgetSearch extends AppFragment { this.targetId = getMostRecentIntent().getLongExtra(INTENT_EXTRA_TARGET_ID, 0); this.targetType = getMostRecentIntent().getIntExtra(INTENT_EXTRA_TARGET_TYPE, -1); if (!isRecreated()) { - TextInputLayout textInputLayout = getBinding().f1934c; + TextInputLayout textInputLayout = getBinding().f1935c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); showKeyboard(textInputLayout); } @@ -348,7 +348,7 @@ public final class WidgetSearch extends AppFragment { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(Model.Companion.get(this.targetType, this.targetId), this, null, 2, null), WidgetSearch.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetSearch$onViewBoundOrOnResume$1(this), 62, (Object) null); configureSearchInput(); getBinding().b.setOnClickListener(new WidgetSearch$onViewBoundOrOnResume$2(this)); - getBinding().f1934c.setStartIconOnClickListener(new WidgetSearch$onViewBoundOrOnResume$3(this)); + getBinding().f1935c.setStartIconOnClickListener(new WidgetSearch$onViewBoundOrOnResume$3(this)); } public final void setTargetId(long j) { diff --git a/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java b/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java index b81ca75d3e..2b084c4a93 100644 --- a/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java +++ b/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java @@ -237,7 +237,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl FilterType filterType = ((FilterSuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData()).getFilterType(); int filterText = getFilterText(filterType); int answerText = getAnswerText(filterType); - this.binding.f1938c.setOnClickListener(new WidgetSearchSuggestionsAdapter$FilterViewHolder$onConfigure$1(this, filterType)); + this.binding.f1939c.setOnClickListener(new WidgetSearchSuggestionsAdapter$FilterViewHolder$onConfigure$1(this, filterType)); ImageView imageView = this.binding.e; m.checkNotNullExpressionValue(imageView, "binding.suggestionExampleIcon"); Context context = imageView.getContext(); @@ -349,7 +349,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemHasText"); textView.setText(hasSuggestion.getHasAnswerOption().getLocalizedInputText(this.searchStringProvider)); - this.binding.f1936c.setImageResource(Companion.access$getIconRes(Companion, hasSuggestion.getHasAnswerOption())); + this.binding.f1937c.setImageResource(Companion.access$getIconRes(Companion, hasSuggestion.getHasAnswerOption())); this.binding.b.setOnClickListener(new WidgetSearchSuggestionsAdapter$HasViewHolder$onConfigure$1(this, hasSuggestion)); } } @@ -490,7 +490,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(mGRecyclerDataPayload, "data"); super.onConfigure(i, (int) mGRecyclerDataPayload); ChannelSuggestion channelSuggestion = (ChannelSuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData(); - TextView textView = this.binding.f1935c; + TextView textView = this.binding.f1936c; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemChannelText"); textView.setText(channelSuggestion.getChannelName()); this.binding.b.setOnClickListener(new WidgetSearchSuggestionsAdapter$InChannelViewHolder$onConfigure$1(this, channelSuggestion)); @@ -530,7 +530,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(mGRecyclerDataPayload, "data"); super.onConfigure(i, (int) mGRecyclerDataPayload); List query = ((RecentQuerySuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData()).getQuery(); - TextView textView = this.binding.f1937c; + TextView textView = this.binding.f1938c; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemRecentQueryText"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java index 1521ddf7a2..fc1ead66d9 100644 --- a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java @@ -40,7 +40,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap private final boolean canManageChannelsOfCategory; /* renamed from: id reason: collision with root package name */ - private final long f2229id; + private final long f2230id; private final boolean isDraggable; private final String key; private final String name; @@ -49,7 +49,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public CategoryItem(String str, long j, int i, boolean z2, boolean z3, boolean z4) { this.name = str; - this.f2229id = j; + this.f2230id = j; this.pos = i; this.isDraggable = z2; this.canManageCategory = z3; @@ -66,7 +66,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap str = categoryItem.name; } if ((i2 & 2) != 0) { - j = categoryItem.f2229id; + j = categoryItem.f2230id; } if ((i2 & 4) != 0) { i = categoryItem.pos; @@ -88,7 +88,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long component2() { - return this.f2229id; + return this.f2230id; } public final boolean component4() { @@ -115,7 +115,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap return false; } CategoryItem categoryItem = (CategoryItem) obj; - return m.areEqual(this.name, categoryItem.name) && this.f2229id == categoryItem.f2229id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; + return m.areEqual(this.name, categoryItem.name) && this.f2230id == categoryItem.f2230id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; } public final boolean getCanManageCategory() { @@ -132,7 +132,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long getId() { - return this.f2229id; + return this.f2230id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -156,7 +156,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public int hashCode() { String str = this.name; - int a = (((b.a(this.f2229id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; + int a = (((b.a(this.f2230id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; boolean z2 = this.isDraggable; int i = 1; if (z2) { @@ -189,7 +189,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap StringBuilder P = a.P("CategoryItem(name="); P.append(this.name); P.append(", id="); - P.append(this.f2229id); + P.append(this.f2230id); P.append(", pos="); P.append(this.pos); P.append(", isDraggable="); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java index a5eb4ca328..c056520894 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java @@ -60,7 +60,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2230me; + private final MeUser f2231me; /* compiled from: WidgetServerDeleteDialog.kt */ public static final class Companion { @@ -89,7 +89,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { public Model(MeUser meUser, Guild guild) { m.checkNotNullParameter(meUser, "me"); - this.f2230me = meUser; + this.f2231me = meUser; this.guild = guild; } @@ -98,7 +98,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { } public final MeUser getMe() { - return this.f2230me; + return this.f2231me; } } @@ -142,10 +142,10 @@ public final class WidgetServerDeleteDialog extends AppDialog { m.checkNotNullExpressionValue(textView2, "binding.serverSettingsDeleteServerText"); b.n(textView2, R.string.delete_server_body, new Object[]{model.getGuild().getName()}, null, 4); getBinding().b.setOnClickListener(new WidgetServerDeleteDialog$configureUI$1(this)); - MaterialButton materialButton = getBinding().f1943c; + MaterialButton materialButton = getBinding().f1944c; m.checkNotNullExpressionValue(materialButton, "binding.serverSettingsDeleteServerConfirm"); materialButton.setEnabled(model.getGuild().isOwner(model.getMe().getId())); - getBinding().f1943c.setOnClickListener(new WidgetServerDeleteDialog$configureUI$2(this, model)); + getBinding().f1944c.setOnClickListener(new WidgetServerDeleteDialog$configureUI$2(this, model)); } private final WidgetServerDeleteDialogBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java index 9e45b5b0bd..44d2a6ad6f 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java @@ -328,17 +328,17 @@ public final class WidgetServerNotifications extends AppFragment { super.onViewBound(view); this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().e, getBinding().f, getBinding().g})); this.overrideAdapter = new NotificationsOverridesAdapter(WidgetServerNotifications$onViewBound$1.INSTANCE); - RecyclerView recyclerView = getBinding().f1945c; + RecyclerView recyclerView = getBinding().f1946c; m.checkNotNullExpressionValue(recyclerView, "binding.guildNotificationsOverrideList"); recyclerView.setNestedScrollingEnabled(false); - RecyclerView recyclerView2 = getBinding().f1945c; + RecyclerView recyclerView2 = getBinding().f1946c; m.checkNotNullExpressionValue(recyclerView2, "binding.guildNotificationsOverrideList"); NotificationsOverridesAdapter notificationsOverridesAdapter = this.overrideAdapter; if (notificationsOverridesAdapter == null) { m.throwUninitializedPropertyAccessException("overrideAdapter"); } recyclerView2.setAdapter(notificationsOverridesAdapter); - createSwipeableItemTouchHelper().attachToRecyclerView(getBinding().f1945c); + createSwipeableItemTouchHelper().attachToRecyclerView(getBinding().f1946c); long longExtra = getMostRecentIntent().getLongExtra("com.discord.intent.extra.EXTRA_GUILD_ID", -1); w1 w1Var = getBinding().b; m.checkNotNullExpressionValue(w1Var, "binding.addOverride"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java index 7c426f173b..dea077716f 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java @@ -95,7 +95,7 @@ public final class WidgetServerNotificationsOverrideSelector extends AppFragment AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.notification_overrides); setActionBarSubtitle(R.string.select_channel_or_category); - TextInputLayout textInputLayout = getBinding().f1944c; + TextInputLayout textInputLayout = getBinding().f1945c; m.checkNotNullExpressionValue(textInputLayout, "binding.guildNotificationsChannelSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetServerNotificationsOverrideSelector$onViewBound$1(this)); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java index 0126fc6045..753f890139 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java @@ -282,7 +282,7 @@ public final class WidgetServerSettings extends AppFragment { private final void configureToolbar(Model model) { Guild guild = model.getGuild(); String forGuild$default = IconUtils.getForGuild$default(guild, null, true, null, 10, null); - TextView textView = getBinding().f1954x; + TextView textView = getBinding().f1955x; m.checkNotNullExpressionValue(textView, "binding.serverSettingsServerName"); textView.setText(guild.getName()); SimpleDraweeView simpleDraweeView = getBinding().v; @@ -344,12 +344,12 @@ public final class WidgetServerSettings extends AppFragment { LinearLayout linearLayout = getBinding().q; m.checkNotNullExpressionValue(linearLayout, "binding.serverSettingsSectionCommunity"); linearLayout.setVisibility(manageGuildContext.getCanManageServer() ? 0 : 8); - TextView textView8 = getBinding().f1952c; + TextView textView8 = getBinding().f1953c; m.checkNotNullExpressionValue(textView8, "binding.serverSettingsCommunityOverviewOption"); Set features = model.getGuild().getFeatures(); GuildFeature guildFeature = GuildFeature.COMMUNITY; textView8.setVisibility(features.contains(guildFeature) ? 0 : 8); - getBinding().f1952c.setOnClickListener(new WidgetServerSettings$configureUI$8(model)); + getBinding().f1953c.setOnClickListener(new WidgetServerSettings$configureUI$8(model)); TextView textView9 = getBinding().e; m.checkNotNullExpressionValue(textView9, "binding.serverSettingsEnableCommunityOption"); textView9.setVisibility(model.getGuild().getFeatures().contains(guildFeature) ^ true ? 0 : 8); @@ -371,7 +371,7 @@ public final class WidgetServerSettings extends AppFragment { m.checkNotNullExpressionValue(textView13, "binding.serverSettingsEmojisOption"); textView13.setVisibility(manageGuildContext.getCanManageEmojisAndStickers() ? 0 : 8); getBinding().d.setOnClickListener(new WidgetServerSettings$configureUI$14(model)); - LinearLayout linearLayout2 = getBinding().f1953s; + LinearLayout linearLayout2 = getBinding().f1954s; m.checkNotNullExpressionValue(linearLayout2, "binding.serverSettingsSectionServerMonetization"); if (model.getCanCreateGuildRoleSubscriptions()) { i = 0; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java index e0b74e48d5..7733e63448 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java @@ -112,7 +112,7 @@ public final class WidgetServerSettingsBans extends AppFragment { ModelBan ban = banItem.getBan(); CoreUser coreUser = null; textView.setText((ban == null || (user2 = ban.getUser()) == null) ? null : user2.r()); - SimpleDraweeView simpleDraweeView = this.binding.f1950c; + SimpleDraweeView simpleDraweeView = this.binding.f1951c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.banListItemAvatar"); ModelBan ban2 = banItem.getBan(); if (!(ban2 == null || (user = ban2.getUser()) == null)) { @@ -547,10 +547,10 @@ public final class WidgetServerSettingsBans extends AppFragment { public void onResume() { super.onResume(); BehaviorSubject behaviorSubject = this.filterPublisher; - TextInputLayout textInputLayout = getBinding().f1951c; + TextInputLayout textInputLayout = getBinding().f1952c; m.checkNotNullExpressionValue(textInputLayout, "binding.serverSettingsBansSearch"); behaviorSubject.onNext(ViewExtensions.getTextOrEmpty(textInputLayout)); - TextInputLayout textInputLayout2 = getBinding().f1951c; + TextInputLayout textInputLayout2 = getBinding().f1952c; m.checkNotNullExpressionValue(textInputLayout2, "binding.serverSettingsBansSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetServerSettingsBans$onResume$1(this)); Model.Companion companion = Model.Companion; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java index cdbd2ab719..1951c83ec0 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java @@ -41,6 +41,6 @@ public final class WidgetServerSettingsChannels$configureFabVisibility$1 impleme FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(id2, childFragmentManager, new AnonymousClass1(this)); - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1955c.hide(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1956c.hide(); } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java index 1eeda57ce7..bb37ff7444 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java @@ -20,9 +20,9 @@ public final class WidgetServerSettingsChannels$configureFabVisibility$setFabVis /* renamed from: invoke */ public final void mo1invoke() { if (!this.$model.isSorting()) { - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1955c.show(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1956c.show(); } else { - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1955c.hide(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1956c.hide(); } } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java index f970d148a7..2716eac036 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java @@ -45,13 +45,13 @@ public final class WidgetServerSettingsChannels$configureUI$1 implements public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_sort_channel /* 2131364219 */: + case R.id.menu_sort_channel /* 2131364220 */: WidgetServerSettingsChannelsSortActions.Companion companion = WidgetServerSettingsChannelsSortActions.Companion; FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(childFragmentManager, new AnonymousClass1(this)); return; - case R.id.menu_sort_done /* 2131364220 */: + case R.id.menu_sort_done /* 2131364221 */: WidgetServerSettingsChannels.access$getChannelSortTypeSubject$p(this.this$0).onNext(-1); return; default: diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java index 5e4a08982b..6258b717ec 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java @@ -262,7 +262,7 @@ public final class WidgetServerSettingsChannels extends AppFragment { private final void configureFabVisibility(Model model) { WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1 widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1 = new WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1(this, model); widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.mo1invoke(); - getBinding().f1955c.setOnClickListener(new WidgetServerSettingsChannels$configureFabVisibility$1(this, model, widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1)); + getBinding().f1956c.setOnClickListener(new WidgetServerSettingsChannels$configureFabVisibility$1(this, model, widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1)); } private final void configureUI(Model model) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java index 9f97fdea5c..88eb6b19de 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java @@ -105,7 +105,7 @@ public final class WidgetServerSettingsChannelsFabMenuFragment extends Fragment Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); FloatingButtonMenuInitializer floatingButtonMenuInitializer = new FloatingButtonMenuInitializer(requireContext, h0.mapOf(o.to(Integer.valueOf((int) R.id.fab_menu_add_category), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$2(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_add_voice), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$3(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_add_text), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$4(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_main), createListener(WidgetServerSettingsChannelsFabMenuFragment$onResume$5.INSTANCE)))); - TableLayout tableLayout = getBinding().f1957c; + TableLayout tableLayout = getBinding().f1958c; m.checkNotNullExpressionValue(tableLayout, "binding.fabMenuTable"); FloatingActionButton floatingActionButton = getBinding().b; m.checkNotNullExpressionValue(floatingActionButton, "binding.fabMenuMainFab"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java index 0b11a24918..eb867fcc28 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java @@ -47,7 +47,7 @@ public final class WidgetServerSettingsChannelsSortActions extends AppBottomShee private final void configureUI() { getBinding().b.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$1(this)); getBinding().d.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$2(this)); - getBinding().f1956c.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$3(this)); + getBinding().f1957c.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$3(this)); } private final WidgetServerSettingsChannelsSortActionsBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java index 697a983c0e..985e9125b9 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java @@ -51,9 +51,9 @@ public final class WidgetServerSettingsEditIntegration extends AppFragment { public static final Companion Companion = new Companion(null); private static final String INTENT_EXTRA_GUILD_ID = "INTENT_EXTRA_GUILD_ID"; private static final String INTENT_EXTRA_INTEGRATION_ID = "INTENT_EXTRA_INTEGRATION_ID"; - private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363079; - private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363082; - private static final int STATE_KEY_GRACE_PERIOD = 2131363083; + private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363080; + private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363083; + private static final int STATE_KEY_GRACE_PERIOD = 2131363084; private static final int[] gracePeriodDays = {1, 3, 7, 14, 30}; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetServerSettingsEditIntegration$binding$2.INSTANCE, null, 2, null); private RadioManager expiryBehaviorRadioManager; @@ -301,7 +301,7 @@ public final class WidgetServerSettingsEditIntegration extends AppFragment { m.throwUninitializedPropertyAccessException("gracePeriodRadioManager"); } radioManager2.a(getGracePeriodRadios().get(intValue2)); - LinearLayout linearLayout = getBinding().f1962c; + LinearLayout linearLayout = getBinding().f1963c; m.checkNotNullExpressionValue(linearLayout, "binding.editIntegrationCustomEmotesContainer"); if (!areEqual) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java index 454ec650fd..35ea3b8439 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java @@ -375,18 +375,18 @@ public final class WidgetServerSettingsEditMember extends AppFragment { getBinding().d.setOnClickListener(null); } if (model.getCanBan()) { - TextView textView4 = getBinding().f1963c; + TextView textView4 = getBinding().f1964c; m.checkNotNullExpressionValue(textView4, "binding.editMemberBanButton"); c.a.k.b.n(textView4, R.string.ban_user_title, new Object[]{nickOrUsername}, null, 4); - TextView textView5 = getBinding().f1963c; + TextView textView5 = getBinding().f1964c; m.checkNotNullExpressionValue(textView5, "binding.editMemberBanButton"); textView5.setVisibility(0); - getBinding().f1963c.setOnClickListener(new WidgetServerSettingsEditMember$configureUI$3(this, nickOrUsername, model)); + getBinding().f1964c.setOnClickListener(new WidgetServerSettingsEditMember$configureUI$3(this, nickOrUsername, model)); } else { - TextView textView6 = getBinding().f1963c; + TextView textView6 = getBinding().f1964c; m.checkNotNullExpressionValue(textView6, "binding.editMemberBanButton"); textView6.setVisibility(8); - getBinding().f1963c.setOnClickListener(null); + getBinding().f1964c.setOnClickListener(null); } if (model.getCanTransferOwnership()) { TextView textView7 = getBinding().i; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java index 320ffcb6a7..b1f2325b88 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java @@ -571,135 +571,135 @@ public final class WidgetServerSettingsEditRole extends AppFragment { for (CheckedSetting checkedSetting : n.listOf((Object[]) new CheckedSetting[]{getBinding().g, getBinding().h, getBinding().i, getBinding().j, getBinding().m, getBinding().r, getBinding().u, getBinding().v, getBinding().f1821y, getBinding().C, getBinding().f1822z, getBinding().w, getBinding().A, getBinding().B, getBinding().D, getBinding().E, getBinding().H, getBinding().I, getBinding().N, getBinding().O, getBinding().o, getBinding().n, getBinding().P, getBinding().Q, getBinding().R, getBinding().S, getBinding().f, getBinding().T, getBinding().V, getBinding().Z, getBinding().f1817b0, getBinding().Y, getBinding().W, getBinding().X, getBinding().f1816a0, getBinding().G, getBinding().U, getBinding().J, getBinding().f1820x})) { m.checkNotNullExpressionValue(checkedSetting, "setting"); switch (checkedSetting.getId()) { - case R.id.role_settings_add_reactions /* 2131364792 */: + case R.id.role_settings_add_reactions /* 2131364793 */: j = 64; break; - case R.id.role_settings_administrator /* 2131364793 */: + case R.id.role_settings_administrator /* 2131364794 */: j = 8; break; - case R.id.role_settings_attach_files /* 2131364794 */: + case R.id.role_settings_attach_files /* 2131364795 */: j = Permission.ATTACH_FILES; break; - case R.id.role_settings_ban_members /* 2131364795 */: + case R.id.role_settings_ban_members /* 2131364796 */: j = 4; break; - case R.id.role_settings_change_nickname /* 2131364796 */: + case R.id.role_settings_change_nickname /* 2131364797 */: j = Permission.CHANGE_NICKNAME; break; - case R.id.role_settings_color_disabled_overlay /* 2131364797 */: - case R.id.role_settings_color_selector_container /* 2131364798 */: - case R.id.role_settings_current_color_display /* 2131364802 */: - case R.id.role_settings_edit_name_disabled_overlay /* 2131364803 */: - case R.id.role_settings_hoist_checkedsetting /* 2131364805 */: - case R.id.role_settings_icon_container /* 2131364806 */: - case R.id.role_settings_mentionable_checkedsetting /* 2131364818 */: - case R.id.role_settings_overview_scroll /* 2131364819 */: - case R.id.role_settings_role_icon /* 2131364824 */: - case R.id.role_settings_role_icon_divider /* 2131364825 */: - case R.id.role_settings_role_icon_header /* 2131364826 */: + case R.id.role_settings_color_disabled_overlay /* 2131364798 */: + case R.id.role_settings_color_selector_container /* 2131364799 */: + case R.id.role_settings_current_color_display /* 2131364803 */: + case R.id.role_settings_edit_name_disabled_overlay /* 2131364804 */: + case R.id.role_settings_hoist_checkedsetting /* 2131364806 */: + case R.id.role_settings_icon_container /* 2131364807 */: + case R.id.role_settings_mentionable_checkedsetting /* 2131364819 */: + case R.id.role_settings_overview_scroll /* 2131364820 */: + case R.id.role_settings_role_icon /* 2131364825 */: + case R.id.role_settings_role_icon_divider /* 2131364826 */: + case R.id.role_settings_role_icon_header /* 2131364827 */: default: j = 0; break; - case R.id.role_settings_create_instant_invite /* 2131364799 */: + case R.id.role_settings_create_instant_invite /* 2131364800 */: j = 1; break; - case R.id.role_settings_create_private_threads /* 2131364800 */: + case R.id.role_settings_create_private_threads /* 2131364801 */: j = Permission.CREATE_PRIVATE_THREADS; break; - case R.id.role_settings_create_public_threads /* 2131364801 */: + case R.id.role_settings_create_public_threads /* 2131364802 */: j = Permission.CREATE_PUBLIC_THREADS; break; - case R.id.role_settings_embed_links /* 2131364804 */: + case R.id.role_settings_embed_links /* 2131364805 */: j = Permission.EMBED_LINKS; break; - case R.id.role_settings_kick_members /* 2131364807 */: + case R.id.role_settings_kick_members /* 2131364808 */: j = 2; break; - case R.id.role_settings_manage_channels /* 2131364808 */: + case R.id.role_settings_manage_channels /* 2131364809 */: j = 16; break; - case R.id.role_settings_manage_emojis_and_stickers /* 2131364809 */: + case R.id.role_settings_manage_emojis_and_stickers /* 2131364810 */: j = Permission.MANAGE_EMOJIS_AND_STICKERS; break; - case R.id.role_settings_manage_events /* 2131364810 */: + case R.id.role_settings_manage_events /* 2131364811 */: j = Permission.MANAGE_EVENTS; break; - case R.id.role_settings_manage_messages /* 2131364811 */: + case R.id.role_settings_manage_messages /* 2131364812 */: j = Permission.MANAGE_MESSAGES; break; - case R.id.role_settings_manage_nicknames /* 2131364812 */: + case R.id.role_settings_manage_nicknames /* 2131364813 */: j = Permission.MANAGE_NICKNAMES; break; - case R.id.role_settings_manage_roles /* 2131364813 */: + case R.id.role_settings_manage_roles /* 2131364814 */: j = Permission.MANAGE_ROLES; break; - case R.id.role_settings_manage_server /* 2131364814 */: + case R.id.role_settings_manage_server /* 2131364815 */: j = 32; break; - case R.id.role_settings_manage_threads /* 2131364815 */: + case R.id.role_settings_manage_threads /* 2131364816 */: j = Permission.MANAGE_THREADS; break; - case R.id.role_settings_manage_webhooks /* 2131364816 */: + case R.id.role_settings_manage_webhooks /* 2131364817 */: j = Permission.MANAGE_WEBHOOKS; break; - case R.id.role_settings_mention_everyone /* 2131364817 */: + case R.id.role_settings_mention_everyone /* 2131364818 */: j = Permission.MENTION_EVERYONE; break; - case R.id.role_settings_priority_speaker /* 2131364820 */: + case R.id.role_settings_priority_speaker /* 2131364821 */: j = 256; break; - case R.id.role_settings_read_message_history /* 2131364821 */: + case R.id.role_settings_read_message_history /* 2131364822 */: j = Permission.READ_MESSAGE_HISTORY; break; - case R.id.role_settings_read_messages /* 2131364822 */: + case R.id.role_settings_read_messages /* 2131364823 */: j = Permission.VIEW_CHANNEL; break; - case R.id.role_settings_request_to_speak /* 2131364823 */: + case R.id.role_settings_request_to_speak /* 2131364824 */: j = Permission.REQUEST_TO_SPEAK; break; - case R.id.role_settings_send_messages /* 2131364827 */: + case R.id.role_settings_send_messages /* 2131364828 */: j = Permission.SEND_MESSAGES; break; - case R.id.role_settings_send_messages_in_threads /* 2131364828 */: + case R.id.role_settings_send_messages_in_threads /* 2131364829 */: j = Permission.SEND_MESSAGES_IN_THREADS; break; - case R.id.role_settings_send_tts_messages /* 2131364829 */: + case R.id.role_settings_send_tts_messages /* 2131364830 */: j = Permission.SEND_TTS_MESSAGES; break; - case R.id.role_settings_use_application_commands /* 2131364830 */: + case R.id.role_settings_use_application_commands /* 2131364831 */: j = Permission.USE_APPLICATION_COMMANDS; break; - case R.id.role_settings_use_external_emojis /* 2131364831 */: + case R.id.role_settings_use_external_emojis /* 2131364832 */: j = Permission.USE_EXTERNAL_EMOJIS; break; - case R.id.role_settings_use_external_stickers /* 2131364832 */: + case R.id.role_settings_use_external_stickers /* 2131364833 */: j = Permission.USE_EXTERNAL_STICKERS; break; - case R.id.role_settings_view_audit_log /* 2131364833 */: + case R.id.role_settings_view_audit_log /* 2131364834 */: j = 128; break; - case R.id.role_settings_view_guild_analytics /* 2131364834 */: + case R.id.role_settings_view_guild_analytics /* 2131364835 */: j = Permission.VIEW_GUILD_ANALYTICS; break; - case R.id.role_settings_voice_connect /* 2131364835 */: + case R.id.role_settings_voice_connect /* 2131364836 */: j = Permission.CONNECT; break; - case R.id.role_settings_voice_deafen_members /* 2131364836 */: + case R.id.role_settings_voice_deafen_members /* 2131364837 */: j = Permission.DEAFEN_MEMBERS; break; - case R.id.role_settings_voice_move_members /* 2131364837 */: + case R.id.role_settings_voice_move_members /* 2131364838 */: j = Permission.MOVE_MEMBERS; break; - case R.id.role_settings_voice_mute_members /* 2131364838 */: + case R.id.role_settings_voice_mute_members /* 2131364839 */: j = Permission.MUTE_MEMBERS; break; - case R.id.role_settings_voice_speak /* 2131364839 */: + case R.id.role_settings_voice_speak /* 2131364840 */: j = Permission.SPEAK; break; - case R.id.role_settings_voice_use_voice_activity /* 2131364840 */: + case R.id.role_settings_voice_use_voice_activity /* 2131364841 */: j = Permission.USE_VAD; break; - case R.id.role_settings_voice_video /* 2131364841 */: + case R.id.role_settings_voice_video /* 2131364842 */: j = 512; break; } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java index e9fa443777..87cd5d805b 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java @@ -135,7 +135,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { public void onConfigure(int i, Item item) { m.checkNotNullParameter(item, "data"); - TextView textView = this.binding.f1966c; + TextView textView = this.binding.f1967c; m.checkNotNullExpressionValue(textView, "binding.widgetServerSett…gsEmojisUploadDescription"); textView.setText(b.h(a.x(this.itemView, "itemView", "itemView.context"), R.string.guild_settings_emoji_upload_to_server_message, new Object[]{String.valueOf(((Item.EmojiHeader) item).getEmojiMax()), String.valueOf(256)}, null, 4)); this.binding.b.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiHeaderViewHolder$onConfigure$1(this)); @@ -215,7 +215,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { SimpleDraweeView simpleDraweeView4 = this.binding.b; m.checkNotNullExpressionValue(simpleDraweeView4, "binding.serverSettingsEmojisAvatar"); simpleDraweeView4.setImageAlpha(emojiItem.getEmoji().getAvailable() ? 255 : 100); - this.binding.f1967c.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiItemViewHolder$onConfigure$1(this, item)); + this.binding.f1968c.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiItemViewHolder$onConfigure$1(this, item)); } } @@ -931,7 +931,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { z2 = true; } if (!z2) { - AppViewFlipper appViewFlipper = getBinding().f1964c; + AppViewFlipper appViewFlipper = getBinding().f1965c; m.checkNotNullExpressionValue(appViewFlipper, "binding.widgetServerSettingsEmojisViewFlipper"); appViewFlipper.setDisplayedChild(1); this.uploadEmojiAction = new WidgetServerSettingsEmojis$configureUI$1(this, model); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java index 69e337b420..08b58cc800 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java @@ -163,12 +163,12 @@ public final class WidgetServerSettingsEmojisEdit extends AppFragment { ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), this.emojiName)); this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews2 = this.state; - FloatingActionButton floatingActionButton = getBinding().f1965c; + FloatingActionButton floatingActionButton = getBinding().f1966c; TextInputLayout textInputLayout3 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout3, "binding.serverSettingsEmojisEditAlias"); statefulViews2.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout3); - this.state.configureSaveActionView(getBinding().f1965c); - getBinding().f1965c.setOnClickListener(new WidgetServerSettingsEmojisEdit$onViewBound$1(this)); + this.state.configureSaveActionView(getBinding().f1966c); + getBinding().f1966c.setOnClickListener(new WidgetServerSettingsEmojisEdit$onViewBound$1(this)); configureToolbar(this.emojiName); configureMenu(); if (!isRecreated()) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java index 75dbb8780b..d8128561ab 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java @@ -92,7 +92,7 @@ public final class WidgetServerSettingsInstantInvitesActions extends AppBottomSh m.checkNotNullExpressionValue(textView2, "binding.inviteActionsTitle"); textView2.setText(string); } - getBinding().f1970c.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$1(this, string)); + getBinding().f1971c.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$1(this, string)); getBinding().b.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$2(this, createLinkFromCode)); getBinding().d.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$3(this, createLinkFromCode)); } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java index 7732333033..93e43086a1 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java @@ -308,7 +308,7 @@ public final class WidgetServerSettingsIntegrations extends AppFragment { if (model != null) { setActionBarTitle(R.string.integrations); setActionBarSubtitle(model.getGuildName()); - AppViewFlipper appViewFlipper = getBinding().f1974c; + AppViewFlipper appViewFlipper = getBinding().f1975c; m.checkNotNullExpressionValue(appViewFlipper, "binding.integrationsViewFlipper"); appViewFlipper.setDisplayedChild(model.getIntegrations().isEmpty() ? 1 : 0); Adapter adapter = this.adapter; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java index 69e331a9a7..048a9fb96e 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java @@ -126,7 +126,7 @@ public final class WidgetServerSettingsIntegrationsListItem extends MGRecyclerVi ProgressBar progressBar = this.binding.i; m.checkNotNullExpressionValue(progressBar, "binding.integrationSyncingProgressBar"); progressBar.setVisibility(z2 ? 0 : 8); - View view = this.binding.f1973c; + View view = this.binding.f1974c; m.checkNotNullExpressionValue(view, "binding.integrationHeaderDisabledOverlay"); if (!z2) { i = 8; @@ -157,7 +157,7 @@ public final class WidgetServerSettingsIntegrationsListItem extends MGRecyclerVi User user = integrationItem.getIntegration().getUser(); textView2.setText(user != null ? user.r() : null); this.binding.d.setImageResource(areEqual ? R.drawable.asset_account_sync_twitch : R.drawable.asset_account_sync_youtube); - View view = this.binding.f1973c; + View view = this.binding.f1974c; m.checkNotNullExpressionValue(view, "binding.integrationHeaderDisabledOverlay"); int i2 = 0; if (!(isSyncing || !isEnabled)) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java index 9784766996..0cdc2bad0d 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java @@ -202,7 +202,7 @@ public final class WidgetServerSettingsModeration extends AppFragment { private final List getExplicitContentViews() { CheckedSetting checkedSetting = getBinding().b; m.checkNotNullExpressionValue(checkedSetting, "binding.serverSettingsModerationExplicit1"); - CheckedSetting checkedSetting2 = getBinding().f1977c; + CheckedSetting checkedSetting2 = getBinding().f1978c; m.checkNotNullExpressionValue(checkedSetting2, "binding.serverSettingsModerationExplicit2"); CheckedSetting checkedSetting3 = getBinding().d; m.checkNotNullExpressionValue(checkedSetting3, "binding.serverSettingsModerationExplicit3"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java index 76b85d757e..bcadf935db 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java @@ -107,11 +107,11 @@ public final class WidgetServerSettingsOverview$configureUI$6 implements View.On Long valueOf2 = channel2 != null ? Long.valueOf(channel2.h()) : null; Integer num2 = (Integer) WidgetServerSettingsOverview.access$getState$p(this.this$0).get(90001, Integer.valueOf(this.$this_configureUI.getGuild().getDefaultMessageNotifications())); StatefulViews access$getState$p6 = WidgetServerSettingsOverview.access$getState$p(this.this$0); - SimpleDraweeView simpleDraweeView = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1979c.d; + SimpleDraweeView simpleDraweeView = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1980c.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.header.serverSettingsOverviewIcon"); String str = (String) access$getState$p6.get(simpleDraweeView.getId(), IconUtils.getForGuild$default(this.$this_configureUI.getGuild(), null, false, null, 14, null)); StatefulViews access$getState$p7 = WidgetServerSettingsOverview.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1979c.f116c; + TextInputLayout textInputLayout = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1980c.f116c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); String str2 = (String) access$getState$p7.get(textInputLayout.getId(), this.$this_configureUI.getGuild().getName()); GuildVerificationLevel verificationLevel = this.$this_configureUI.getGuild().getVerificationLevel(); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java index a66eb5b84f..e1fc0bb6a8 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java @@ -94,7 +94,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { private final List getTimeouts() { TextView textView = getBinding().b; m.checkNotNullExpressionValue(textView, "binding.serverSettingsOverviewAfkTimeout01"); - TextView textView2 = getBinding().f1978c; + TextView textView2 = getBinding().f1979c; m.checkNotNullExpressionValue(textView2, "binding.serverSettingsOverviewAfkTimeout05"); TextView textView3 = getBinding().d; m.checkNotNullExpressionValue(textView3, "binding.serverSettingsOverviewAfkTimeout15"); @@ -354,7 +354,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { private final void configureBannerSection(Guild guild) { boolean z2 = true; if (guild.canHaveBanner()) { - getBinding().j.e.setBackgroundResource(R.drawable.drawable_bg_nitro_gradient); + getBinding().i.d.setBackgroundResource(R.drawable.drawable_bg_nitro_gradient); TextView textView = getBinding().i.g; m.checkNotNullExpressionValue(textView, "binding.uploadBanner.uploadBannerNitroTier"); int i = 8; @@ -428,36 +428,36 @@ public final class WidgetServerSettingsOverview extends AppFragment { } if (z2) { StatefulViews statefulViews = this.state; - SimpleDraweeView simpleDraweeView = getBinding().f1979c.d; + SimpleDraweeView simpleDraweeView = getBinding().f1980c.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.header.serverSettingsOverviewIcon"); statefulViews.put(simpleDraweeView.getId(), str3 != null ? str3 : ""); } else { StatefulViews statefulViews2 = this.state; - SimpleDraweeView simpleDraweeView2 = getBinding().f1979c.d; + SimpleDraweeView simpleDraweeView2 = getBinding().f1980c.d; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.header.serverSettingsOverviewIcon"); str3 = (String) statefulViews2.get(simpleDraweeView2.getId(), str2); } - getBinding().f1979c.d.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$1(this, str, str2)); - SimpleDraweeView simpleDraweeView3 = getBinding().f1979c.d; + getBinding().f1980c.d.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$1(this, str, str2)); + SimpleDraweeView simpleDraweeView3 = getBinding().f1980c.d; m.checkNotNullExpressionValue(simpleDraweeView3, "binding.header.serverSettingsOverviewIcon"); IconUtils.setIcon$default(simpleDraweeView3, str3, (int) R.dimen.avatar_size_extra_large, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); if (str3 != null && !t.isBlank(str3)) { z3 = false; } - TextView textView = getBinding().f1979c.b; + TextView textView = getBinding().f1980c.b; m.checkNotNullExpressionValue(textView, "binding.header.iconLabel"); textView.setVisibility(z3 ? 0 : 8); - TextView textView2 = getBinding().f1979c.e; + TextView textView2 = getBinding().f1980c.e; m.checkNotNullExpressionValue(textView2, "binding.header.serverSettingsOverviewIconRemove"); textView2.setVisibility(z3 ^ true ? 0 : 8); - getBinding().f1979c.e.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$2(this, str, str2)); - TextView textView3 = getBinding().f1979c.f; + getBinding().f1980c.e.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$2(this, str, str2)); + TextView textView3 = getBinding().f1980c.f; m.checkNotNullExpressionValue(textView3, "binding.header.serverSettingsOverviewIconText"); if (!z3) { i = 8; } textView3.setVisibility(i); - TextView textView4 = getBinding().f1979c.f; + TextView textView4 = getBinding().f1980c.f; m.checkNotNullExpressionValue(textView4, "binding.header.serverSettingsOverviewIconText"); textView4.setText(str); this.state.configureSaveActionView(getBinding().f); @@ -587,10 +587,10 @@ public final class WidgetServerSettingsOverview extends AppFragment { } boolean z2 = false; configureIcon(model.getGuild().getShortName(), IconUtils.getForGuild$default(model.getGuild(), null, true, null, 10, null), null, false); - TextInputLayout textInputLayout = getBinding().f1979c.f116c; + TextInputLayout textInputLayout = getBinding().f1980c.f116c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f1979c.f116c; + TextInputLayout textInputLayout2 = getBinding().f1980c.f116c; m.checkNotNullExpressionValue(textInputLayout2, "binding.header.overviewName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), model.getGuild().getName())); LinkifiedTextView linkifiedTextView = getBinding().e.b; @@ -715,7 +715,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().f; - TextInputLayout textInputLayout = getBinding().f1979c.f116c; + TextInputLayout textInputLayout = getBinding().f1980c.f116c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); TextView textView = getBinding().b.d; m.checkNotNullExpressionValue(textView, "binding.afk.afkTimeout"); @@ -726,7 +726,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { TextView textView3 = getBinding().h.b; m.checkNotNullExpressionValue(textView3, "binding.systemChannel.systemChannel"); statefulViews2.addOptionalFields(textView2, textView3); - TextView textView4 = getBinding().f1979c.b; + TextView textView4 = getBinding().f1980c.b; m.checkNotNullExpressionValue(textView4, "binding.header.iconLabel"); b.n(textView4, R.string.minimum_size, new Object[]{"128", "128"}, null, 4); LinkifiedTextView linkifiedTextView = getBinding().j.f; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java index 49e65385f7..213c1b0f67 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java @@ -251,12 +251,12 @@ public final class WidgetServerSettingsRoles extends AppFragment { widgetServerSettingsRolesAdapter.configure(model.getRoleItems(), new WidgetServerSettingsRoles$configureUI$1(this, model), new WidgetServerSettingsRoles$configureUI$2(this, model)); } if (!model.getCanManageRoles() || !model.getElevated()) { - getBinding().f1982c.hide(); - getBinding().f1982c.setOnClickListener(null); + getBinding().f1983c.hide(); + getBinding().f1983c.setOnClickListener(null); return; } - getBinding().f1982c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); - getBinding().f1982c.show(); + getBinding().f1983c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); + getBinding().f1983c.show(); } private final void createRole(long j, Model model) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java index 5fc633c8de..360656198e 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java @@ -407,7 +407,7 @@ public final class WidgetServerSettingsRolesAdapter extends DragAndDropAdapter 0) { String u = a.u("https://discord.gg/", str); - TextView textView = getBinding().f1985c; + TextView textView = getBinding().f1986c; m.checkNotNullExpressionValue(textView, "binding.serverSettingsVanityUrlCurrentUrl"); c.a.k.b.n(textView, R.string.vanity_url_help_extended, new Object[]{u}, null, 4); } } - TextView textView2 = getBinding().f1985c; + TextView textView2 = getBinding().f1986c; m.checkNotNullExpressionValue(textView2, "binding.serverSettingsVanityUrlCurrentUrl"); if (str != null) { if (str.length() > 0) { diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java index f7c76235d7..fa302ddbed 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java @@ -33,10 +33,10 @@ public final class WidgetServerSettingsAuditLog$onViewBound$1 implements Acti public final boolean onMenuItemClick(MenuItem menuItem) { m.checkNotNullExpressionValue(menuItem, "it"); switch (menuItem.getItemId()) { - case R.id.menu_audit_log_sort_actions /* 2131364168 */: + case R.id.menu_audit_log_sort_actions /* 2131364169 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 1); break; - case R.id.menu_audit_log_sort_users /* 2131364169 */: + case R.id.menu_audit_log_sort_users /* 2131364170 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 0); break; } diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java index 405c2171a7..de5b80773c 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java @@ -373,9 +373,9 @@ public final class WidgetServerSettingsAuditLog extends AppFragment { setActionBarTitle(R.string.guild_settings_label_audit_log); setActionBarSubtitle(getMostRecentIntent().getStringExtra(INTENT_EXTRA_GUILD_NAME)); setActionBarOptionsMenu(R.menu.menu_filter, null, new WidgetServerSettingsAuditLog$onViewBound$1(this)); - getBinding().f1946c.addOnScrollListener(new WidgetServerSettingsAuditLog$onViewBound$2()); + getBinding().f1947c.addOnScrollListener(new WidgetServerSettingsAuditLog$onViewBound$2()); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f1946c; + RecyclerView recyclerView = getBinding().f1947c; m.checkNotNullExpressionValue(recyclerView, "binding.serverSettingsAuditLogsRecycler"); WidgetServerSettingsAuditLogAdapter widgetServerSettingsAuditLogAdapter = (WidgetServerSettingsAuditLogAdapter) companion.configure(new WidgetServerSettingsAuditLogAdapter(recyclerView)); widgetServerSettingsAuditLogAdapter.setOnAuditLogAvatarClicked(new WidgetServerSettingsAuditLog$onViewBound$$inlined$apply$lambda$1(this)); diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java index d0b404f9f2..328379642b 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java @@ -192,11 +192,11 @@ public final class WidgetServerSettingsAuditLogAdapter extends MGRecyclerAdapter TextView textView3 = this.binding.e; m.checkNotNullExpressionValue(textView3, "binding.auditLogListitemChangeText"); textView3.setVisibility(auditLogEntryItem.isSelected() && auditLogEntryItem.getHasChangesToRender() ? 0 : 8); - ImageView imageView3 = this.binding.f1949c; + ImageView imageView3 = this.binding.f1950c; m.checkNotNullExpressionValue(imageView3, "binding.auditLogListitemArrow"); imageView3.setVisibility(auditLogEntryItem.getHasChangesToRender() ? 0 : 4); if (!auditLogEntryItem.isSelected() || !auditLogEntryItem.getHasChangesToRender()) { - this.binding.f1949c.setImageResource(R.drawable.ic_chevron_right_grey_12dp); + this.binding.f1950c.setImageResource(R.drawable.ic_chevron_right_grey_12dp); RelativeLayout relativeLayout = this.binding.i; View view2 = this.itemView; m.checkNotNullExpressionValue(view2, "itemView"); @@ -205,7 +205,7 @@ public final class WidgetServerSettingsAuditLogAdapter extends MGRecyclerAdapter TextView textView4 = this.binding.e; m.checkNotNullExpressionValue(textView4, "binding.auditLogListitemChangeText"); textView4.setText(auditLogEntryItem.getChangeText()); - this.binding.f1949c.setImageResource(R.drawable.ic_chevron_down_grey_12dp); + this.binding.f1950c.setImageResource(R.drawable.ic_chevron_down_grey_12dp); RelativeLayout relativeLayout2 = this.binding.i; View view3 = this.itemView; m.checkNotNullExpressionValue(view3, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java index 02275d731d..65d61b9e83 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java @@ -118,7 +118,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); imageView.setImageResource(auditLogUtils.getTargetTypeImage(view, auditLogActionFilterItem.getActionId())); - this.binding.f1947c.setImageResource(auditLogUtils.getActionTypeImage(auditLogActionFilterItem.getActionId())); + this.binding.f1948c.setImageResource(auditLogUtils.getActionTypeImage(auditLogActionFilterItem.getActionId())); this.binding.b.setText(auditLogActionFilterItem.getText()); CheckedSetting checkedSetting = this.binding.b; m.checkNotNullExpressionValue(checkedSetting, "binding.auditLogFilterCs"); @@ -180,7 +180,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.nonMemberText"); textView.setVisibility(z2 ^ true ? 0 : 8); - ImageView imageView = this.binding.f1948c; + ImageView imageView = this.binding.f1949c; m.checkNotNullExpressionValue(imageView, "binding.itemIcon"); if (!(!z2)) { i2 = 8; @@ -213,7 +213,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA private final GuildMember guildMember; /* renamed from: id reason: collision with root package name */ - private final long f2231id; + private final long f2232id; private final boolean isChecked; private final String key; private final CharSequence text; @@ -223,7 +223,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA public AuditLogUserFilterItem(User user, GuildMember guildMember, long j, CharSequence charSequence, Integer num, boolean z2) { this.user = user; this.guildMember = guildMember; - this.f2231id = j; + this.f2232id = j; this.text = charSequence; this.discriminator = num; this.isChecked = z2; @@ -239,7 +239,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA } public final long getId() { - return this.f2231id; + return this.f2232id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java index 74dd2cb103..a43369d110 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java @@ -26,7 +26,7 @@ public final class WidgetServerSettingsCommunityFirstStep$configureUI$1 implemen public final WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig invoke(WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig communityGuildConfig) { m.checkNotNullParameter(communityGuildConfig, "it"); - CheckedSetting checkedSetting = WidgetServerSettingsCommunityFirstStep.access$getBinding$p(this.this$0.this$0).f1959c; + CheckedSetting checkedSetting = WidgetServerSettingsCommunityFirstStep.access$getBinding$p(this.this$0.this$0).f1960c; m.checkNotNullExpressionValue(checkedSetting, "binding.communitySettingsVerifiedEmailedSwitch"); return WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig.copy$default(communityGuildConfig, null, null, null, null, false, false, !checkedSetting.isChecked(), false, null, false, null, null, 4031, null); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java index 80f5316014..4966d3b358 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java @@ -75,7 +75,7 @@ public final class WidgetServerSettingsCommunityFirstStep extends AppFragment { } private final void configureUI(WidgetServerSettingsEnableCommunityViewModel.ViewState.Loaded loaded) { - CheckedSetting checkedSetting = getBinding().f1959c; + CheckedSetting checkedSetting = getBinding().f1960c; m.checkNotNullExpressionValue(checkedSetting, "binding.communitySettingsVerifiedEmailedSwitch"); checkedSetting.setChecked(loaded.getCommunityGuildConfig().getVerificationLevel()); CheckedSetting checkedSetting2 = getBinding().b; @@ -87,7 +87,7 @@ public final class WidgetServerSettingsCommunityFirstStep extends AppFragment { if (guild == null || guild.getExplicitContentFilter().compareTo(GuildExplicitContentFilter.NONE) <= 0) { z2 = false; } - getBinding().f1959c.e(new WidgetServerSettingsCommunityFirstStep$configureUI$1(this, loaded, z3)); + getBinding().f1960c.e(new WidgetServerSettingsCommunityFirstStep$configureUI$1(this, loaded, z3)); getBinding().b.e(new WidgetServerSettingsCommunityFirstStep$configureUI$2(this, loaded, z2)); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java index 0701977341..a48a8fa538 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java @@ -99,10 +99,10 @@ public final class WidgetServerSettingsCommunityOverview extends AppFragment { } m.checkNotNullExpressionValue(str, "when (viewState.updatesC…(requireActivity())\n }"); getBinding().b.setSubtitle(string); - getBinding().f1958c.setSubtitle(str); + getBinding().f1959c.setSubtitle(str); getBinding().d.setSubtitle(WidgetSettingsLanguage.Companion.getAsStringInLocale(loaded.getGuild().getPreferredLocale())); getBinding().b.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$1(this, loaded)); - getBinding().f1958c.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$2(this, loaded)); + getBinding().f1959c.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$2(this, loaded)); getBinding().d.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$3(this)); getBinding().e.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$4(this, loaded)); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java index 1cf1125a90..100615cc07 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java @@ -143,7 +143,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2232me; + private final MeUser f2233me; private final Long permissions; private final Channel rulesChannel; private final Channel updatesChannel; @@ -154,7 +154,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2232me = meUser; + this.f2233me = meUser; this.permissions = l; this.rulesChannel = channel; this.updatesChannel = channel2; @@ -165,7 +165,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2232me; + meUser = valid.f2233me; } if ((i & 4) != 0) { l = valid.permissions; @@ -184,7 +184,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser component2() { - return this.f2232me; + return this.f2233me; } public final Long component3() { @@ -213,7 +213,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2232me, valid.f2232me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2233me, valid.f2233me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -221,7 +221,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser getMe() { - return this.f2232me; + return this.f2233me; } public final Long getPermissions() { @@ -240,7 +240,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2232me; + MeUser meUser = this.f2233me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -257,7 +257,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2232me); + P.append(this.f2233me); P.append(", permissions="); P.append(this.permissions); P.append(", rulesChannel="); diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java index 697c66c56a..4e06f103b3 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java @@ -67,9 +67,9 @@ public final class WidgetServerSettingsCommunitySecondStep extends AppFragment { String string2 = loaded.getCommunityGuildConfig().getUpdatesChannel() == null ? requireContext().getString(R.string.enable_public_modal_create_channel) : AnimatableValueParser.A0(loaded.getCommunityGuildConfig().getUpdatesChannel(), requireContext(), false, 2); m.checkNotNullExpressionValue(string2, "when (viewState.communit…t(requireContext())\n }"); getBinding().b.setSubtitle(string); - getBinding().f1960c.setSubtitle(string2); + getBinding().f1961c.setSubtitle(string2); getBinding().b.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$1(this)); - getBinding().f1960c.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$2(this)); + getBinding().f1961c.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$2(this)); } public static final void create(Context context) { diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java index a611c20245..be6b4c3332 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java @@ -157,7 +157,7 @@ public final class WidgetServerSettingsCommunityThirdStep extends AppFragment { CheckedSetting checkedSetting2 = getBinding().d; Context context2 = getContext(); checkedSetting2.setText(context2 != null ? b.b(context2, R.string.enable_community_modal_everyone_role_permission_label_mobile, new Object[0], new WidgetServerSettingsCommunityThirdStep$onViewBoundOrOnResume$3(this)) : null); - LinkifiedTextView linkifiedTextView = getBinding().f1961c; + LinkifiedTextView linkifiedTextView = getBinding().f1962c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.communitySettingGuidelines"); b.n(linkifiedTextView, R.string.community_policy_help, new Object[]{f.a.a(360035969312L, null)}, null, 4); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java index 85a72a1bce..22e2659ab0 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java @@ -380,7 +380,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2233me; + private final MeUser f2234me; private final Long permissions; private final Map roles; private final Channel rulesChannel; @@ -392,7 +392,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2233me = meUser; + this.f2234me = meUser; this.permissions = l; this.roles = map; this.rulesChannel = channel; @@ -406,7 +406,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2233me; + meUser = valid.f2234me; } if ((i & 4) != 0) { l = valid.permissions; @@ -428,7 +428,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser component2() { - return this.f2233me; + return this.f2234me; } public final Long component3() { @@ -461,7 +461,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2233me, valid.f2233me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2234me, valid.f2234me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -469,7 +469,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser getMe() { - return this.f2233me; + return this.f2234me; } public final Long getPermissions() { @@ -492,7 +492,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2233me; + MeUser meUser = this.f2234me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -511,7 +511,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2233me); + P.append(this.f2234me); P.append(", permissions="); P.append(this.permissions); P.append(", roles="); diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java index 85ad1656c4..b67d22a644 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java @@ -94,9 +94,9 @@ public final class WidgetServerSettingsGuildRoleSubscriptions extends AppFragmen boolean z2 = true; int i = 0; if (!(groupCoverImage == null || t.isBlank(groupCoverImage))) { - getBinding().f1969c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImage()); + getBinding().f1970c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImage()); } else if (loaded.getGroupCoverImageAssetId() != null) { - getBinding().f1969c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImageAssetId().longValue()); + getBinding().f1970c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImageAssetId().longValue()); } FloatingActionButton floatingActionButton = getBinding().d; m.checkNotNullExpressionValue(floatingActionButton, "binding.serverSettingsGuildRoleSubscriptionSave"); @@ -177,8 +177,8 @@ public final class WidgetServerSettingsGuildRoleSubscriptions extends AppFragmen getBinding().b.b.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$1(this)); setActionBarDisplayHomeAsUpEnabled(true); setActionBarTitle(R.string.guild_settings_role_subscriptions_title); - getBinding().f1969c.setImageChooserClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$2(this)); - getBinding().f1969c.addLifecycleAwareTextWatcherForDescription(this, new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$3(this)); + getBinding().f1970c.setImageChooserClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$2(this)); + getBinding().f1970c.addLifecycleAwareTextWatcherForDescription(this, new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$3(this)); getBinding().d.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$4(this)); this.adapter = new ServerSettingsGuildRoleSubscriptionTierAdapter(this, null, 2, null); RecyclerView recyclerView = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java index 41d479f628..3f0565c32d 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java @@ -129,7 +129,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTier extends App AppViewFlipper appViewFlipper2 = getBinding().g; m.checkNotNullExpressionValue(appViewFlipper2, "binding.serverSettingsGu…iptionEditTierViewFlipper"); appViewFlipper2.setDisplayedChild(1); - Group group = getBinding().f1968c; + Group group = getBinding().f1969c; m.checkNotNullExpressionValue(group, "binding.guildRoleSubscriptionEditTierPublishGroup"); if (!(true ^ loaded.isPublished())) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java index fe49191d7d..e4b7fe5937 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java @@ -112,7 +112,7 @@ public final class MemberVerificationPendingDialog extends AppDialog { } textView.setVisibility(i); int themedColor = loaded.getDialogState().ordinal() != 3 ? ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand_500) : ColorCompat.getColor(getContext(), (int) R.color.status_red_500); - MaterialButton materialButton = getBinding().f1908c; + MaterialButton materialButton = getBinding().f1909c; m.checkNotNullExpressionValue(materialButton, "binding.memberVerificationPrimaryBtn"); materialButton.setBackgroundTintList(ColorStateList.valueOf(themedColor)); int ordinal = loaded.getDialogState().ordinal(); @@ -124,13 +124,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView3 = getBinding().f; m.checkNotNullExpressionValue(textView3, "binding.pendingDialogDesc"); textView3.setText(getString(R.string.member_verification_warning_update_modal_desc)); - MaterialButton materialButton2 = getBinding().f1908c; + MaterialButton materialButton2 = getBinding().f1909c; m.checkNotNullExpressionValue(materialButton2, "binding.memberVerificationPrimaryBtn"); materialButton2.setText(getString(R.string.member_verification_warning_update)); MaterialButton materialButton3 = getBinding().d; m.checkNotNullExpressionValue(materialButton3, "binding.memberVerificationSecondaryBtn"); materialButton3.setText(getString(R.string.cancel)); - getBinding().f1908c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$8(this)); + getBinding().f1909c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$8(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$9(this)); } else if (ordinal == 1) { getBinding().b.setImageResource(R.drawable.ic_member_verification_pending); @@ -140,13 +140,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView5 = getBinding().f; m.checkNotNullExpressionValue(textView5, "binding.pendingDialogDesc"); textView5.setText(getString(R.string.member_verification_pending_application_modal_desc)); - MaterialButton materialButton4 = getBinding().f1908c; + MaterialButton materialButton4 = getBinding().f1909c; m.checkNotNullExpressionValue(materialButton4, "binding.memberVerificationPrimaryBtn"); materialButton4.setText(getString(R.string.member_verification_pending_application_modal_confirm)); MaterialButton materialButton5 = getBinding().d; m.checkNotNullExpressionValue(materialButton5, "binding.memberVerificationSecondaryBtn"); materialButton5.setText(getString(R.string.member_verification_pending_application_modal_cancel)); - getBinding().f1908c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$1(this)); + getBinding().f1909c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$1(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$2(this)); getBinding().e.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$3(this)); } else if (ordinal == 2) { @@ -156,13 +156,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView7 = getBinding().f; m.checkNotNullExpressionValue(textView7, "binding.pendingDialogDesc"); textView7.setText(getString(R.string.member_verification_pending_application_leave_server_modal_desc)); - MaterialButton materialButton6 = getBinding().f1908c; + MaterialButton materialButton6 = getBinding().f1909c; m.checkNotNullExpressionValue(materialButton6, "binding.memberVerificationPrimaryBtn"); materialButton6.setText(getString(R.string.member_verification_pending_application_modal_cancel)); MaterialButton materialButton7 = getBinding().d; m.checkNotNullExpressionValue(materialButton7, "binding.memberVerificationSecondaryBtn"); materialButton7.setText(getString(R.string.member_verification_pending_application_modal_dismiss)); - getBinding().f1908c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$4(this)); + getBinding().f1909c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$4(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$5(this)); } else if (ordinal == 3) { TextView textView8 = getBinding().g; @@ -171,13 +171,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView9 = getBinding().f; m.checkNotNullExpressionValue(textView9, "binding.pendingDialogDesc"); textView9.setText(getString(R.string.member_verification_pending_application_leave_server_modal_desc)); - MaterialButton materialButton8 = getBinding().f1908c; + MaterialButton materialButton8 = getBinding().f1909c; m.checkNotNullExpressionValue(materialButton8, "binding.memberVerificationPrimaryBtn"); materialButton8.setText(getString(R.string.member_verification_pending_application_modal_leave)); MaterialButton materialButton9 = getBinding().d; m.checkNotNullExpressionValue(materialButton9, "binding.memberVerificationSecondaryBtn"); materialButton9.setText(getString(R.string.member_verification_pending_application_modal_dismiss)); - getBinding().f1908c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$6(this)); + getBinding().f1909c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$6(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$7(this)); } } diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java index 6d081bb8e3..d3e49596c9 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java @@ -322,7 +322,7 @@ public final class MemberVerificationRulesAdapter extends MGRecyclerAdapterSimpl int i2 = 0; textView.setText(b.i(resources, R.string.member_verification_rule_index, new Object[]{format}, null, 4)); this.binding.b.setDraweeSpanStringBuilder(AstRenderer.render(memberVerificationItemTerm.getAst(), new MessageRenderContext(a.x(this.itemView, "itemView", "itemView.context"), 0, memberVerificationItemTerm.getAllowAnimatedEmojis(), null, memberVerificationItemTerm.getChannelNames(), memberVerificationItemTerm.getRoles(), 0, null, null, 0, 0, null, null, null, 16328, null))); - View view3 = this.binding.f1909c; + View view3 = this.binding.f1910c; m.checkNotNullExpressionValue(view3, "binding.memberVerificationRuleDivider"); if (!(!memberVerificationItemTerm.isLastItem())) { i2 = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java index db8dc7a955..300e22c8df 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java @@ -53,7 +53,7 @@ public final class MemberVerificationSuccessDialog extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); String string = getArgumentsOrDefault().getString(INTENT_EXTRA_GUILD_NAME); - TextView textView = getBinding().f1910c; + TextView textView = getBinding().f1911c; m.checkNotNullExpressionValue(textView, "binding.memberVerificationGuildName"); textView.setText(b.k(this, R.string.lurker_mode_popout_success_header, new Object[]{string}, null, 4)); getBinding().b.setOnClickListener(new MemberVerificationSuccessDialog$onViewBound$1(this)); diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java index e73b72ceaa..19c60d9edf 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java @@ -133,7 +133,7 @@ public final class WidgetMemberVerification extends AppFragment { RecyclerView recyclerView = getBinding().g; m.checkNotNullExpressionValue(recyclerView, "binding.memberVerificationRulesRecycler"); recyclerView.setVisibility(loaded.isRulesListVisible() ? 0 : 8); - SimpleDraweeView simpleDraweeView = getBinding().f1907c; + SimpleDraweeView simpleDraweeView = getBinding().f1908c; IconUtils iconUtils = IconUtils.INSTANCE; Guild guild = loaded.getGuild(); Resources resources = getResources(); diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java index 9a629409c0..d7181037a2 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java @@ -217,7 +217,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel roles; @@ -225,7 +225,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel implements Action2< public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_settings_debugging /* 2131364214 */: + case R.id.menu_settings_debugging /* 2131364215 */: WidgetDebugging.Companion companion = WidgetDebugging.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launch(context); return; - case R.id.menu_settings_log_out /* 2131364215 */: + case R.id.menu_settings_log_out /* 2131364216 */: WidgetSettings widgetSettings = this.this$0; m.checkNotNullExpressionValue(context, "context"); WidgetSettings.access$showLogoutDialog(widgetSettings, context); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index 2437ceef72..0cac25ef95 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -314,22 +314,22 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 94.3 - Alpha (94203)"); + textView.setText(string + " - 94.4 - Alpha (94204)"); binding.A.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); - binding.f2001s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); - binding.f2000c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); - binding.f2004z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); + binding.f2002s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); + binding.f2001c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); + binding.f2005z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); binding.i.setOnClickListener(WidgetSettings$onViewBound$1$10.INSTANCE); - binding.f2003y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); + binding.f2004y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); binding.l.setOnClickListener(WidgetSettings$onViewBound$1$12.INSTANCE); binding.h.setOnClickListener(WidgetSettings$onViewBound$1$13.INSTANCE); binding.b.setOnClickListener(WidgetSettings$onViewBound$1$14.INSTANCE); binding.j.setOnClickListener(WidgetSettings$onViewBound$1$15.INSTANCE); binding.p.setOnClickListener(WidgetSettings$onViewBound$1$16.INSTANCE); binding.e.setOnClickListener(WidgetSettings$onViewBound$1$17.INSTANCE); - binding.f2002x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); + binding.f2003x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); binding.G.setOnClickListener(WidgetSettings$onViewBound$1$19.INSTANCE); binding.K.setOnClickListener(WidgetSettings$onViewBound$1$20.INSTANCE); binding.F.setOnClickListener(WidgetSettings$onViewBound$1$21.INSTANCE); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java index 9bc9348f39..77a4c88aea 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java @@ -13,8 +13,8 @@ public final class WidgetSettingsAccessibility$configureUI$2 implements View.OnC @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1986c; - CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1986c; + CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1987c; + CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1987c; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting.g(!checkedSetting2.isChecked(), true); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java index 160b5c6494..37dc96e7c3 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java @@ -226,10 +226,10 @@ public final class WidgetSettingsAccessibility extends AppFragment { radioManager2.a(checkedSetting5); } } - CheckedSetting checkedSetting6 = getBinding().f1986c; + CheckedSetting checkedSetting6 = getBinding().f1987c; m.checkNotNullExpressionValue(checkedSetting6, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting6.setChecked(false); - getBinding().f1986c.b(R.string.accessibility_reduced_motion_settings_override); + getBinding().f1987c.b(R.string.accessibility_reduced_motion_settings_override); return; } CheckedSetting checkedSetting7 = getBinding().b; @@ -247,11 +247,11 @@ public final class WidgetSettingsAccessibility extends AppFragment { CheckedSetting checkedSetting10 = getBinding().k; m.checkNotNullExpressionValue(checkedSetting10, "binding.stickersNeverAnimate"); configureStickerAnimationRadio(currentStickerAnimationSettings3, checkedSetting10, 2); - CheckedSetting checkedSetting11 = getBinding().f1986c; + CheckedSetting checkedSetting11 = getBinding().f1987c; m.checkNotNullExpressionValue(checkedSetting11, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting11.setChecked(model.getAutoPlayGifs()); getBinding().b.e(new WidgetSettingsAccessibility$configureUI$1(this)); - getBinding().f1986c.e(new WidgetSettingsAccessibility$configureUI$2(this)); + getBinding().f1987c.e(new WidgetSettingsAccessibility$configureUI$2(this)); } private final WidgetSettingsAccessibilityBinding getBinding() { @@ -270,7 +270,7 @@ public final class WidgetSettingsAccessibility extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView, "binding.settingsAccessib…yReducedMotionDescription"); b.n(linkifiedTextView, R.string.accessibility_prefers_reduced_motion_description, new Object[]{f.a.a(360040613412L, null)}, null, 4); getBinding().b.setOnCheckedListener(new WidgetSettingsAccessibility$onViewBoundOrOnResume$3(this)); - getBinding().f1986c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); + getBinding().f1987c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); this.stickersAnimationRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().i, getBinding().j, getBinding().k})); for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().f, getBinding().d, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$1.java index 525f8f107e..4f10df9d41 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$1.java @@ -48,7 +48,7 @@ public final class WidgetSettingsAppearance$configureUI$1 implements View.OnClic if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(5000, this) == coroutine_suspended) { + if (a.o(5000, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -73,7 +73,7 @@ public final class WidgetSettingsAppearance$configureUI$1 implements View.OnClic m.checkNotNullExpressionValue(view, "it"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(view); if (coroutineScope != null) { - a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); + a.H(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); } } else if (andIncrement == 5) { WidgetSettingsAppearance.access$showHolyLight(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$2.java index b1ee6c4415..5014de93cc 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance$configureUI$2.java @@ -52,7 +52,7 @@ public final class WidgetSettingsAppearance$configureUI$2 implements View.OnClic if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(5000, this) == coroutine_suspended) { + if (a.o(5000, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -79,7 +79,7 @@ public final class WidgetSettingsAppearance$configureUI$2 implements View.OnClic m.checkNotNullExpressionValue(view, "it"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(view); if (coroutineScope != null) { - a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); + a.H(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); } } else if (3 <= andIncrement && 8 > andIncrement) { m.checkNotNullExpressionValue(view, "it"); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java index 1da01ab909..27a7f605b3 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java @@ -299,7 +299,7 @@ public final class WidgetSettingsAppearance extends AppFragment { getBinding().f.setOnSeekBarChangeListener(new WidgetSettingsAppearance$configureUI$4(this)); getBinding().e.setOnClickListener(WidgetSettingsAppearance$configureUI$5.INSTANCE); setupMessage(model); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1997c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1998c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java index 5ee2a3c215..b0a51f60e1 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java @@ -67,7 +67,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { RecyclerView recyclerView = widgetSettingsAuthorizedAppsListItemBinding.i; m.checkNotNullExpressionValue(recyclerView, "binding.oauthApplicationPermissionsRv"); recyclerView.setAdapter(simpleRecyclerAdapter); - for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1998c, widgetSettingsAuthorizedAppsListItemBinding.h})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1999c, widgetSettingsAuthorizedAppsListItemBinding.h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); @@ -92,7 +92,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { MaterialCardView materialCardView = this.binding.f; m.checkNotNullExpressionValue(materialCardView, "binding.oauthApplicationListItem"); materialCardView.setContentDescription(application.g()); - TextView textView2 = this.binding.f1998c; + TextView textView2 = this.binding.f1999c; m.checkNotNullExpressionValue(textView2, "binding.oauthApplicationDescriptionLabelTv"); String c2 = application.c(); int i = 0; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java index 721f9c6a53..ec1157dcf3 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java @@ -78,7 +78,7 @@ public final class WidgetSettingsBehavior extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; checkedSetting3.setChecked(userSettings.getIsChromeCustomTabsEnabled()); checkedSetting3.setOnCheckedListener(new WidgetSettingsBehavior$onViewBound$$inlined$apply$lambda$3(userSettings)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f1999c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f2000c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java index e6ad8bf292..77ef54ba50 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java @@ -272,7 +272,7 @@ public final class WidgetSettingsLanguage extends AppFragment { m.checkNotNullExpressionValue(textView, "binding.settingsLanguageCurrentText"); Companion companion = Companion; textView.setText(getString(companion.getLocaleResId(str))); - getBinding().f2015c.setImageResource(companion.getLocaleFlagResId(str)); + getBinding().f2016c.setImageResource(companion.getLocaleFlagResId(str)); } private final WidgetSettingsLanguageBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java index 35d1a64766..6eaa398160 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java @@ -88,7 +88,7 @@ public final class WidgetSettingsLanguageSelect extends AppDialog { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetSettingsLanguageSelect$Adapter$AdapterItemLocale$onConfigure$1(this, item)); - TextView textView = this.binding.f2016c; + TextView textView = this.binding.f2017c; m.checkNotNullExpressionValue(textView, "binding.settingsLanguageSelectItemName"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java index a295993d44..811a44c5cb 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java @@ -89,8 +89,8 @@ public final class WidgetSettingsMedia extends AppFragment { checkedSetting.setChecked(storeUserSettings.getIsAttachmentMediaInline()); CheckedSetting.i(getBinding().b, b.k(this, R.string.inline_attachment_media_help, new Object[]{PREVIEW_MAX_SIZE_MB}, null, 4), false, 2); getBinding().b.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$1(this)); - getBinding().f2017c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); - CheckedSetting checkedSetting2 = getBinding().f2017c; + getBinding().f2018c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); + CheckedSetting checkedSetting2 = getBinding().f2018c; m.checkNotNullExpressionValue(checkedSetting2, "binding.compressionToggle"); StoreUserSettings storeUserSettings2 = this.userSettings; if (storeUserSettings2 == null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java index 35f92e973b..666f0f6629 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java @@ -36,7 +36,7 @@ public final class WidgetSettingsNotifications$onViewBoundOrOnResume$1 extends o CheckedSetting checkedSetting2 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).b; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsInappNotifsSwitch"); checkedSetting2.setChecked(settingsV2.isEnabledInApp()); - CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2019c; + CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2020c; m.checkNotNullExpressionValue(checkedSetting3, "binding.settingsNotificationsBlink"); checkedSetting3.setChecked(settingsV2.isDisableBlink()); CheckedSetting checkedSetting4 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java index 88d17c5029..7f2931362b 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java @@ -66,7 +66,7 @@ public final class WidgetSettingsNotifications extends AppFragment { StoreNotifications storeNotifications = this.notificationStore; getBinding().d.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$1(storeNotifications)); getBinding().b.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$2(storeNotifications)); - getBinding().f2019c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); + getBinding().f2020c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); getBinding().f.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$4(storeNotifications)); getBinding().e.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$5(storeNotifications)); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java index cee2eb3007..cccf3f1c2b 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java @@ -74,6 +74,6 @@ public final class WidgetSettingsNotificationsOs extends AppBottomSheet { super.onViewCreated(view, bundle); getBinding().d.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$1.INSTANCE); getBinding().b.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$2.INSTANCE); - getBinding().f2018c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); + getBinding().f2019c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java index 250b37ed1c..e1dc1b1e10 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java @@ -22,7 +22,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$2 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022c; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); boolean z2 = !checkedSetting.isChecked(); if (this.$model.getContactSyncConnection() != null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java index 8417785028..b94a6094cc 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$3 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingEmail"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java index 7425ec3ee9..95f546aaee 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$4 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingPhone"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).e; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java index a0461d3e3b..de0c7f01ee 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java @@ -37,10 +37,10 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { this.$dialog.dismiss(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2026z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2027z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(true); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2026z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2027z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); checkedSetting2.setEnabled(true); } @@ -65,7 +65,7 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement Boolean bool = r4.$consented; m.checkNotNullExpressionValue(bool, "consented"); boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2026z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2027z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting); } @@ -107,14 +107,14 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement } public final void call(Boolean bool) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2026z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2027z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setEnabled(false); m.checkNotNullExpressionValue(bool, "consented"); if (bool.booleanValue()) { WidgetSettingsPrivacy widgetSettingsPrivacy = this.this$0; boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2026z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2027z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting2); return; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java index 8158125c6e..154ea31ec6 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java @@ -19,6 +19,6 @@ public final class WidgetSettingsPrivacy$friendSourceRadios$2 extends o implemen @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { - return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); + return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2024s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java index 1819089b1d..a38a560e2d 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java @@ -24,7 +24,7 @@ public final class WidgetSettingsPrivacy$onViewBoundOrOnResume$2 extends o imple } public final void invoke(boolean z2) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2025y; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2026y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting.setChecked(z2); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java index 3f3ee05dfb..c3b92882e8 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java @@ -90,12 +90,12 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final ModelUserSettings.FriendSourceFlags friendSourceFlags; /* renamed from: me reason: collision with root package name */ - private final MeUser f2235me; + private final MeUser f2236me; private final int userDiscoveryFlags; public LocalState(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2) { m.checkNotNullParameter(meUser, "me"); - this.f2235me = meUser; + this.f2236me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -106,7 +106,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public static /* synthetic */ LocalState copy$default(LocalState localState, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2, int i3, Object obj) { if ((i3 & 1) != 0) { - meUser = localState.f2235me; + meUser = localState.f2236me; } if ((i3 & 2) != 0) { i = localState.explicitContentFilter; @@ -130,7 +130,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser component1() { - return this.f2235me; + return this.f2236me; } public final int component2() { @@ -170,7 +170,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } LocalState localState = (LocalState) obj; - return m.areEqual(this.f2235me, localState.f2235me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; + return m.areEqual(this.f2236me, localState.f2236me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; } public final ModelConnectedAccount getContactSyncConnection() { @@ -194,7 +194,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2235me; + return this.f2236me; } public final int getUserDiscoveryFlags() { @@ -202,7 +202,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2235me; + MeUser meUser = this.f2236me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -226,7 +226,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("LocalState(me="); - P.append(this.f2235me); + P.append(this.f2236me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -253,7 +253,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final RestAPI.HarvestState harvestState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2236me; + private final MeUser f2237me; private final boolean showContactSync; private final int userDiscoveryFlags; @@ -293,7 +293,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public Model(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState) { m.checkNotNullParameter(meUser, "me"); m.checkNotNullParameter(consents, "consents"); - this.f2236me = meUser; + this.f2237me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -305,11 +305,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState, int i3, Object obj) { - return model.copy((i3 & 1) != 0 ? model.f2236me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); + return model.copy((i3 & 1) != 0 ? model.f2237me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); } public final MeUser component1() { - return this.f2236me; + return this.f2237me; } public final int component2() { @@ -358,7 +358,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } Model model = (Model) obj; - return m.areEqual(this.f2236me, model.f2236me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); + return m.areEqual(this.f2237me, model.f2237me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); } public final Consents getConsents() { @@ -386,7 +386,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2236me; + return this.f2237me; } public final boolean getShowContactSync() { @@ -398,7 +398,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2236me; + MeUser meUser = this.f2237me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -430,7 +430,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2236me); + P.append(this.f2237me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -520,7 +520,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.contactSyncSettingInfo"); textView2.setMovementMethod(LinkMovementMethod.getInstance()); - CheckedSetting checkedSetting = getBinding().f2022c; + CheckedSetting checkedSetting = getBinding().f2023c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); ModelConnectedAccount contactSyncConnection = model.getContactSyncConnection(); checkedSetting.setChecked(contactSyncConnection != null && contactSyncConnection.isFriendSync()); @@ -530,7 +530,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEmail"); checkedSetting3.setChecked((model.getUserDiscoveryFlags() & 4) == 4); - getBinding().f2022c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); + getBinding().f2023c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); getBinding().e.e(new WidgetSettingsPrivacy$configureContactSyncOptions$3(this)); getBinding().b.e(new WidgetSettingsPrivacy$configureContactSyncOptions$4(this)); CheckedSetting checkedSetting4 = getBinding().f; @@ -593,10 +593,10 @@ public final class WidgetSettingsPrivacy extends AppFragment { LinearLayout linearLayout = getBinding().k; m.checkNotNullExpressionValue(linearLayout, "binding.settingsPrivacyControls"); linearLayout.setVisibility(0); - CheckedSetting checkedSetting = getBinding().f2026z; + CheckedSetting checkedSetting = getBinding().f2027z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(model.getConsents().getUsageStatistics().getConsented()); - getBinding().f2026z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); + getBinding().f2027z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); CheckedSetting checkedSetting2 = getBinding().v; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); checkedSetting2.setChecked(model.getConsents().getPersonalization().getConsented()); @@ -796,11 +796,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); f fVar = f.a; checkedSetting.h(b.j(checkedSetting2, R.string.data_privacy_controls_personalization_note_learn_more, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - CheckedSetting checkedSetting3 = getBinding().f2025y; - CheckedSetting checkedSetting4 = getBinding().f2025y; + CheckedSetting checkedSetting3 = getBinding().f2026y; + CheckedSetting checkedSetting4 = getBinding().f2026y; m.checkNotNullExpressionValue(checkedSetting4, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting3.h(b.j(checkedSetting4, R.string.data_privacy_controls_allow_accessibility_detection_note, new Object[]{fVar.a(360035966492L, null)}, null, 4), true); - CheckedSetting checkedSetting5 = getBinding().f2025y; + CheckedSetting checkedSetting5 = getBinding().f2026y; checkedSetting5.setOnCheckedListener(new WidgetSettingsPrivacy$onViewBound$$inlined$apply$lambda$1(checkedSetting5, this)); getBinding().i.setButtonVisibility(false); CheckedSetting checkedSetting6 = getBinding().i; @@ -821,11 +821,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { sb.append(')'); textView.setText(b.l(sb.toString(), new Object[0], null, 2)); getBinding().h.setOnClickListener(new WidgetSettingsPrivacy$onViewBound$4(a)); - CheckedSetting checkedSetting8 = getBinding().f2026z; - CheckedSetting checkedSetting9 = getBinding().f2026z; + CheckedSetting checkedSetting8 = getBinding().f2027z; + CheckedSetting checkedSetting9 = getBinding().f2027z; m.checkNotNullExpressionValue(checkedSetting9, "binding.settingsPrivacyStatistics"); checkedSetting8.h(b.j(checkedSetting9, R.string.data_privacy_controls_usage_statistics_note, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2024x, getBinding().n, getBinding().u, getBinding().l})) { + for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2025x, getBinding().n, getBinding().u, getBinding().l})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView3, "header"); accessibilityUtils.setViewIsHeading(textView3); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice$onViewBound$3$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice$onViewBound$3$1.java index 32bd7fe44a..4f803b10ec 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice$onViewBound$3$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice$onViewBound$3$1.java @@ -43,7 +43,7 @@ public final class WidgetSettingsVoice$onViewBound$3$1 extends k implements Func if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(1000, this) == coroutine_suspended) { + if (a.o(1000, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java index e7d8726637..16cd679c3e 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java @@ -133,7 +133,7 @@ public final class WidgetSettingsVoice extends AppFragment { super.onViewCreated(view, bundle); setBottomSheetCollapsedStateDisabled(); getBinding().b.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$1(this)); - getBinding().f2033c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); + getBinding().f2034c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); } } @@ -265,7 +265,7 @@ public final class WidgetSettingsVoice extends AppFragment { private final void configureUI(Model model) { CheckedSetting checkedSetting; - SeekBar seekBar = getBinding().f2029s; + SeekBar seekBar = getBinding().f2030s; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceOutputVolume"); seekBar.setProgress(d0.a0.a.roundToInt(PerceptualVolumeUtils.amplitudeToPerceptual$default(PerceptualVolumeUtils.INSTANCE, model.getVoiceConfig().getOutputVolume(), 0.0f, 2, null))); getBinding().i.setOnClickListener(new WidgetSettingsVoice$configureUI$1(this)); @@ -332,10 +332,10 @@ public final class WidgetSettingsVoice extends AppFragment { } checkedSetting6.setChecked(z2); getBinding().h.setOnCheckedListener(WidgetSettingsVoice$configureUI$6.INSTANCE); - CheckedSetting checkedSetting7 = getBinding().f2028c; + CheckedSetting checkedSetting7 = getBinding().f2029c; m.checkNotNullExpressionValue(checkedSetting7, "binding.settingsVoiceEchoCancellationToggle"); checkedSetting7.setChecked(model.getVoiceConfig().getEchoCancellation()); - getBinding().f2028c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); + getBinding().f2029c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); CheckedSetting checkedSetting8 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting8, "binding.settingsVoiceAutoVadToggle"); checkedSetting8.setChecked(model.getVoiceConfig().getAutomaticVad()); @@ -358,25 +358,25 @@ public final class WidgetSettingsVoice extends AppFragment { m.checkNotNullExpressionValue(relativeLayout, "binding.settingsVoiceSensitivityWrap"); int i = 8; relativeLayout.setVisibility(model.getModeVAD() ? 0 : 8); - TextView textView = getBinding().f2030x; + TextView textView = getBinding().f2031x; m.checkNotNullExpressionValue(textView, "binding.settingsVoiceSensitivityLabel"); textView.setVisibility(model.getVoiceConfig().getAutomaticVad() ? 0 : 8); boolean z2 = !m.areEqual(model.getLocalVoiceStatus(), LOCAL_VOICE_STATUS_ENGINE_UNINITIALIZED); LinearLayout linearLayout = getBinding().A; m.checkNotNullExpressionValue(linearLayout, "binding.settingsVoiceSensitivityTestingContainer"); linearLayout.setVisibility(z2 ? 0 : 8); - MaterialButton materialButton = getBinding().f2032z; + MaterialButton materialButton = getBinding().f2033z; m.checkNotNullExpressionValue(materialButton, "binding.settingsVoiceSensitivityTestButton"); if (!z2) { i = 0; } materialButton.setVisibility(i); - getBinding().f2032z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); + getBinding().f2033z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); if (model.getVoiceConfig().getAutomaticVad()) { View view = getBinding().w; m.checkNotNullExpressionValue(view, "binding.settingsVoiceSensitivityAutomatic"); view.setVisibility(0); - SeekBar seekBar = getBinding().f2031y; + SeekBar seekBar = getBinding().f2032y; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceSensitivityManual"); seekBar.setVisibility(4); int i2 = model.getLocalVoiceStatus().b ? R.drawable.drawable_voice_indicator_speaking : R.drawable.drawable_voice_indicator_not_speaking; @@ -388,13 +388,13 @@ public final class WidgetSettingsVoice extends AppFragment { View view3 = getBinding().w; m.checkNotNullExpressionValue(view3, "binding.settingsVoiceSensitivityAutomatic"); view3.setVisibility(4); - SeekBar seekBar2 = getBinding().f2031y; + SeekBar seekBar2 = getBinding().f2032y; m.checkNotNullExpressionValue(seekBar2, "binding.settingsVoiceSensitivityManual"); seekBar2.setVisibility(0); - SeekBar seekBar3 = getBinding().f2031y; + SeekBar seekBar3 = getBinding().f2032y; m.checkNotNullExpressionValue(seekBar3, "binding.settingsVoiceSensitivityManual"); seekBar3.setSecondaryProgress(((int) model.getLocalVoiceStatus().a) + 100); - SeekBar seekBar4 = getBinding().f2031y; + SeekBar seekBar4 = getBinding().f2032y; m.checkNotNullExpressionValue(seekBar4, "binding.settingsVoiceSensitivityManual"); seekBar4.setProgress(((int) model.getVoiceConfig().getSensitivity()) + 100); } @@ -493,7 +493,7 @@ public final class WidgetSettingsVoice extends AppFragment { m.checkNotNullExpressionValue(findViewById, "target"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(findViewById); if (coroutineScope != null) { - c.q.a.k.a.G(coroutineScope, null, null, new WidgetSettingsVoice$onViewBound$3$1(findViewById, null), 3, null); + c.q.a.k.a.H(coroutineScope, null, null, new WidgetSettingsVoice$onViewBound$3$1(findViewById, null), 3, null); } if (m.areEqual(findViewById, getBinding().u)) { CheckedSetting checkedSetting5 = getBinding().u; @@ -508,8 +508,8 @@ public final class WidgetSettingsVoice extends AppFragment { @Override // com.discord.app.AppFragment public void onViewBoundOrOnResume() { super.onViewBoundOrOnResume(); - getBinding().f2029s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); - getBinding().f2031y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); + getBinding().f2030s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); + getBinding().f2032y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); Model.Companion companion = Model.Companion; BehaviorSubject behaviorSubject = this.requestListenForSensitivitySubject; m.checkNotNullExpressionValue(behaviorSubject, "requestListenForSensitivitySubject"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java index cae2278dd1..729206eda2 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java @@ -45,7 +45,7 @@ public final class WidgetSettingsAccount$onViewBound$1 extends k implements Func if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(500, this) == coroutine_suspended) { + if (a.o(500, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -53,7 +53,7 @@ public final class WidgetSettingsAccount$onViewBound$1 extends k implements Func } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1990x; + NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1991x; LinearLayout linearLayout = WidgetSettingsAccount.access$getBinding$p(this.this$0).v; m.checkNotNullExpressionValue(linearLayout, "binding.settingsAccountPrivateDataWrap"); nestedScrollView.smoothScrollTo(0, linearLayout.getBottom()); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java index 6b9b14ff6e..4b7e84f751 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccount extends AppFragment { TextView textView3 = getBinding().f; m.checkNotNullExpressionValue(textView3, "binding.settingsAccountEmailText"); textView3.setText(component1.getEmail()); - TextView textView4 = getBinding().f1989s; + TextView textView4 = getBinding().f1990s; m.checkNotNullExpressionValue(textView4, "binding.settingsAccountPhoneText"); textView4.setText(component1.getPhoneNumber()); getBinding().d.setOnClickListener(new WidgetSettingsAccount$configureUI$1(this)); @@ -373,30 +373,30 @@ public final class WidgetSettingsAccount extends AppFragment { String sMSBackupDisabledMessage = getSMSBackupDisabledMessage(component1); CharSequence charSequence = null; if (sMSBackupDisabledMessage != null || component2.isTogglingSMSBackup()) { - CheckedSetting.d(getBinding().f1991y, null, 1); - TextView textView7 = getBinding().f1992z; + CheckedSetting.d(getBinding().f1992y, null, 1); + TextView textView7 = getBinding().f1993z; m.checkNotNullExpressionValue(textView7, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView7, false, 0.0f, 2, null); } else { - TextView textView8 = getBinding().f1992z; + TextView textView8 = getBinding().f1993z; m.checkNotNullExpressionValue(textView8, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView8, true, 0.0f, 2, null); - getBinding().f1991y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); + getBinding().f1992y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); } - TextView textView9 = getBinding().f1992z; + TextView textView9 = getBinding().f1993z; m.checkNotNullExpressionValue(textView9, "binding.settingsAccountSmsPhone"); if (component1.getPhoneNumber() != null) { - TextView textView10 = getBinding().f1992z; + TextView textView10 = getBinding().f1993z; m.checkNotNullExpressionValue(textView10, "binding.settingsAccountSmsPhone"); Context context = textView10.getContext(); m.checkNotNullExpressionValue(context, "binding.settingsAccountSmsPhone.context"); charSequence = b.h(context, R.string.mfa_sms_auth_current_phone, new Object[]{component1.getPhoneNumber()}, null, 4); } ViewExtensions.setTextAndVisibilityBy(textView9, charSequence); - CheckedSetting checkedSetting = getBinding().f1991y; + CheckedSetting checkedSetting = getBinding().f1992y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsAccountSmsBackup"); checkedSetting.setChecked(userUtils.isMfaSMSEnabled(component1)); - CheckedSetting checkedSetting2 = getBinding().f1991y; + CheckedSetting checkedSetting2 = getBinding().f1992y; if (sMSBackupDisabledMessage == null) { sMSBackupDisabledMessage = getString(R.string.mfa_sms_auth_sales_pitch); m.checkNotNullExpressionValue(sMSBackupDisabledMessage, "getString(R.string.mfa_sms_auth_sales_pitch)"); @@ -409,7 +409,7 @@ public final class WidgetSettingsAccount extends AppFragment { m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion.show(parentFragmentManager, true); } - for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1988c, getBinding().h})) { + for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1989c, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView11, "header"); accessibilityUtils.setViewIsHeading(textView11); @@ -485,7 +485,7 @@ public final class WidgetSettingsAccount extends AppFragment { m.checkNotNullExpressionValue(linearLayout, "binding.settingsAccountPrivateDataWrap"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(linearLayout); if (coroutineScope != null) { - c.q.a.k.a.G(coroutineScope, null, null, new WidgetSettingsAccount$onViewBound$1(this, null), 3, null); + c.q.a.k.a.H(coroutineScope, null, null, new WidgetSettingsAccount$onViewBound$1(this, null), 3, null); } } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java index c325437ca8..34a4183126 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccountBackupCodes extends AppFragment { m.checkNotNullExpressionValue(recyclerView2, "binding.settingsBackupCodesRv"); this.backupCodesAdapter = (Adapter) companion.configure(new Adapter(recyclerView2)); } - getBinding().f1987c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); + getBinding().f1988c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); showPasswordModal(); } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java index 5281c3f150..2c02f05cb6 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePassword$onViewBound$2 extends o i public final void invoke(Editable editable) { m.checkNotNullParameter(editable, "it"); - TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1993c; + TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1994c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); textInputLayout.setError(null); } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java index 67a55ae2f6..12a4c25dec 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java @@ -90,7 +90,7 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout2); - TextInputLayout textInputLayout3 = getBinding().f1993c; + TextInputLayout textInputLayout3 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); String textOrEmpty2 = ViewExtensions.getTextOrEmpty(textInputLayout3); if (textOrEmpty.length() == 0) { @@ -101,10 +101,10 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { m.checkNotNullExpressionValue(textInputLayout5, "binding.changePasswordCurrentPasswordInput"); textInputLayout4.setError(textInputLayout5.getContext().getString(R.string.password_required)); } else if (!AuthUtils.INSTANCE.isValidPasswordLength(textOrEmpty2)) { - getBinding().f1993c.requestFocus(); - TextInputLayout textInputLayout6 = getBinding().f1993c; + getBinding().f1994c.requestFocus(); + TextInputLayout textInputLayout6 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout6, "binding.changePasswordNewPasswordInput"); - TextInputLayout textInputLayout7 = getBinding().f1993c; + TextInputLayout textInputLayout7 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout7, "binding.changePasswordNewPasswordInput"); textInputLayout6.setError(textInputLayout7.getContext().getString(R.string.password_length_error)); } else { @@ -138,13 +138,13 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f1993c; + TextInputLayout textInputLayout = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetSettingsAccountChangePassword$onViewBound$1(this)); - TextInputLayout textInputLayout3 = getBinding().f1993c; + TextInputLayout textInputLayout3 = getBinding().f1994c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout3, this, new WidgetSettingsAccountChangePassword$onViewBound$2(this)); TextInputLayout textInputLayout4 = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java index 6786d0694c..ce5017a497 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java @@ -88,7 +88,7 @@ public final class WidgetSettingsAccountContactsNameEdit extends AppFragment { str = ""; } ViewExtensions.setText(textInputLayout, str); - getBinding().f1994c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); + getBinding().f1995c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); } private final WidgetSettingsAccountContactsNameEditBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java index 16a96930e0..9ff8564d7d 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java @@ -111,9 +111,9 @@ public final class WidgetSettingsAccountEmailEdit extends AppFragment { TextInputLayout textInputLayout = getBinding().b; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountEmailWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsAccountEmailEdit$onViewBound$1(this), 1, null); - getBinding().f1996c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); + getBinding().f1997c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); StatefulViews statefulViews = this.state; - FloatingActionButton floatingActionButton = getBinding().f1996c; + FloatingActionButton floatingActionButton = getBinding().f1997c; TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountEmailWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout2); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java index 06589a3cde..a643271dc2 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java @@ -23,7 +23,7 @@ public final class WidgetSettingsAccountUsernameEdit$validationManager$2 extends @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1995c; + TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1996c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); InputValidator[] inputValidatorArr = {BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.username_required)}; TextInputLayout textInputLayout2 = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java index 20c87b2597..3b5457c632 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java @@ -79,10 +79,10 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { } private final void configureUI(MeUser meUser) { - TextInputLayout textInputLayout = getBinding().f1995c; + TextInputLayout textInputLayout = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f1995c; + TextInputLayout textInputLayout2 = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountUsernameWrap"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), meUser.getUsername())); TextInputLayout textInputLayout3 = getBinding().b; @@ -94,11 +94,11 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { String format = String.format("%04d", Arrays.copyOf(new Object[]{Integer.valueOf(meUser.getDiscriminator())}, 1)); m.checkNotNullExpressionValue(format, "java.lang.String.format(format, *args)"); ViewExtensions.setText(textInputLayout3, (CharSequence) statefulViews2.get(id2, format)); - TextInputLayout textInputLayout5 = getBinding().f1995c; + TextInputLayout textInputLayout5 = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout5, "binding.editAccountUsernameWrap"); EditText editText = textInputLayout5.getEditText(); Editable text = editText != null ? editText.getText() : null; - TextInputLayout textInputLayout6 = getBinding().f1995c; + TextInputLayout textInputLayout6 = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout6, "binding.editAccountUsernameWrap"); Selection.setSelection(text, ViewExtensions.getTextOrEmpty(textInputLayout6).length()); TextInputLayout textInputLayout7 = getBinding().b; @@ -125,7 +125,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { WidgetUserPasswordVerify.Companion companion = WidgetUserPasswordVerify.Companion; Context requireContext = requireContext(); ActivityResultLauncher activityResultLauncher = this.passwordVerifyLauncher; - TextInputLayout textInputLayout = getBinding().f1995c; + TextInputLayout textInputLayout = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; @@ -150,7 +150,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { getBinding().d.setOnClickListener(new WidgetSettingsAccountUsernameEdit$onViewBound$3(this)); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout3 = getBinding().f1995c; + TextInputLayout textInputLayout3 = getBinding().f1996c; m.checkNotNullExpressionValue(textInputLayout3, "binding.editAccountUsernameWrap"); TextInputLayout textInputLayout4 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout4, "binding.editAccountDiscriminatorWrap"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java index 83e81180af..2e70c52c33 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java @@ -133,7 +133,7 @@ public final class WidgetSettingsBlockedUsers extends AppFragment { super.onViewCreated(view, bundle); setActionBarTitle(R.string.user_settings_blocked_users); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - RecyclerView recyclerView = getBinding().f2005c; + RecyclerView recyclerView = getBinding().f2006c; MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; m.checkNotNullExpressionValue(recyclerView, "it"); WidgetSettingsBlockedUsersAdapter widgetSettingsBlockedUsersAdapter = (WidgetSettingsBlockedUsersAdapter) companion.configure(new WidgetSettingsBlockedUsersAdapter(recyclerView)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java index aa7c587eba..643f4f5c3e 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java @@ -63,7 +63,7 @@ public final class WidgetSettingsBlockedUsersAdapter extends MGRecyclerAdapterSi SimpleDraweeView simpleDraweeView = this.binding.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.blockedUserItemAvatar"); IconUtils.setIcon$default(simpleDraweeView, item.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); - TextView textView = this.binding.f2013c; + TextView textView = this.binding.f2014c; m.checkNotNullExpressionValue(textView, "binding.blockedUserItemName"); textView.setText(item.getUser().getUsername()); this.binding.d.setOnClickListener(new WidgetSettingsBlockedUsersAdapter$BlockedUserViewHolder$onConfigure$2(this, item)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java index 8422ba8f0d..0b74c352f6 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java +++ b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java @@ -88,13 +88,13 @@ public final class WidgetEnableMFAKey extends AppFragment { if (activity != null && (packageManager = activity.getPackageManager()) != null) { Companion companion = Companion; if (Companion.access$isPackageInstalled(companion, AuthUtils.AUTHY_PACKAGE, packageManager)) { - TextView textView = getBinding().f2009c; + TextView textView = getBinding().f2010c; m.checkNotNullExpressionValue(textView, "binding.enableMfaKeyLaunchAuthy"); textView.setText(b.k(this, R.string.launch_app, new Object[]{b.k(this, R.string.two_fa_app_name_authy, new Object[0], null, 4)}, null, 4)); - TextView textView2 = getBinding().f2009c; + TextView textView2 = getBinding().f2010c; m.checkNotNullExpressionValue(textView2, "binding.enableMfaKeyLaunchAuthy"); textView2.setVisibility(0); - getBinding().f2009c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); + getBinding().f2010c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); } if (Companion.access$isPackageInstalled(companion, AuthUtils.GOOGLE_AUTHENTICATOR_PACKAGE, packageManager)) { TextView textView3 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java b/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java index 127ecd3ff1..a84e28b7a5 100644 --- a/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java +++ b/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java @@ -304,12 +304,12 @@ public final class WidgetPaymentSourceEditDialog extends AppDialog { checkBox.setChecked(component1.getDefault()); getBinding().d.setIsLoading(false); if (component2) { - getBinding().f1923c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$2(this)); - MaterialButton materialButton = getBinding().f1923c; + getBinding().f1924c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$2(this)); + MaterialButton materialButton = getBinding().f1924c; m.checkNotNullExpressionValue(materialButton, "binding.dialogDelete"); materialButton.setAlpha(0.3f); } else { - getBinding().f1923c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$3(this, component1)); + getBinding().f1924c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$3(this, component1)); } getBinding().d.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$4(this, component1)); if (m.areEqual(component1.getBillingAddress().getCountry(), "CA")) { diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java index f5f3b55edf..ba0ae399e9 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java @@ -163,10 +163,10 @@ public final class WidgetSettingsUserConnections extends AppFragment { String id2 = connection.getId(); m.checkNotNullExpressionValue(id2, "connectedAccount.id"); this.binding.a.setOnClickListener(new WidgetSettingsUserConnections$Adapter$ViewHolder$onConfigure$$inlined$apply$lambda$1(from, this, userConnectionItem)); - ImageView imageView = this.binding.f2014c; + ImageView imageView = this.binding.f2015c; Integer platformImage = from.getPlatformImage(); imageView.setImageResource(platformImage != null ? platformImage.intValue() : 0); - ImageView imageView2 = this.binding.f2014c; + ImageView imageView2 = this.binding.f2015c; m.checkNotNullExpressionValue(imageView2, "binding.connectedAccountImg"); imageView2.setContentDescription(from.name()); TextView textView = this.binding.d; @@ -343,21 +343,21 @@ public final class WidgetSettingsUserConnections extends AppFragment { TextView textView = getBinding().b; m.checkNotNullExpressionValue(textView, "binding.connectionsEmpty"); textView.setVisibility(8); - RecyclerView recyclerView = getBinding().f2007c; + RecyclerView recyclerView = getBinding().f2008c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); recyclerView.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Empty) { TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.connectionsEmpty"); textView2.setVisibility(0); - RecyclerView recyclerView2 = getBinding().f2007c; + RecyclerView recyclerView2 = getBinding().f2008c; m.checkNotNullExpressionValue(recyclerView2, "binding.connectionsRecycler"); recyclerView2.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) { TextView textView3 = getBinding().b; m.checkNotNullExpressionValue(textView3, "binding.connectionsEmpty"); textView3.setVisibility(8); - RecyclerView recyclerView3 = getBinding().f2007c; + RecyclerView recyclerView3 = getBinding().f2008c; m.checkNotNullExpressionValue(recyclerView3, "binding.connectionsRecycler"); recyclerView3.setVisibility(0); List data = ((WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) viewState).getData(); @@ -370,7 +370,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { adapter2.setData(arrayList); } if (itemCount != 0 && arrayList.size() > itemCount) { - getBinding().f2007c.smoothScrollToPosition(arrayList.size() - 1); + getBinding().f2008c.smoothScrollToPosition(arrayList.size() - 1); } } } @@ -386,7 +386,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { FragmentActivity activity = getActivity(); if (activity != null) { MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2007c; + RecyclerView recyclerView = getBinding().f2008c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); m.checkNotNullExpressionValue(activity, "it"); FragmentManager supportFragmentManager = activity.getSupportFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java index a5ea6e96a7..5fcccd1a90 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java @@ -86,7 +86,7 @@ public final class WidgetSettingsUserConnectionsAdd extends AppBottomSheet { public void onConfigure(int i, PlatformItem platformItem) { m.checkNotNullParameter(platformItem, "data"); super.onConfigure(i, (int) platformItem); - TextView textView = this.binding.f2012c; + TextView textView = this.binding.f2013c; m.checkNotNullExpressionValue(textView, "binding.addConnectedAccountText"); textView.setText(platformItem.getPlatform().getProperName()); ImageView imageView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java index 5547e4e2a2..df9bde20d9 100644 --- a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java +++ b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java @@ -126,7 +126,7 @@ public final class WidgetSettingsDeveloper extends AppFragment { private final void setupCrashes() { getBinding().d.setOnClickListener(WidgetSettingsDeveloper$setupCrashes$1.INSTANCE); - getBinding().f2008c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); + getBinding().f2009c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); getBinding().b.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$3(this)); getBinding().g.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$4(this)); } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java index bd07582e78..ba58dc31b3 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java @@ -693,7 +693,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { private final ClaimStatus claimStatus; /* renamed from: id reason: collision with root package name */ - private final long f2237id; + private final long f2238id; private final String imageUrl; private final String terms; private final String title; @@ -704,7 +704,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { m.checkNotNullParameter(str2, "terms"); m.checkNotNullParameter(str3, "imageUrl"); this.claimStatus = claimStatus; - this.f2237id = j; + this.f2238id = j; this.title = str; this.terms = str2; this.imageUrl = str3; @@ -715,7 +715,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { claimStatus = outboundPromoItem.claimStatus; } if ((i & 2) != 0) { - j = outboundPromoItem.f2237id; + j = outboundPromoItem.f2238id; } if ((i & 4) != 0) { str = outboundPromoItem.title; @@ -734,7 +734,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long component2() { - return this.f2237id; + return this.f2238id; } public final String component3() { @@ -765,7 +765,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { return false; } OutboundPromoItem outboundPromoItem = (OutboundPromoItem) obj; - return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2237id == outboundPromoItem.f2237id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); + return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2238id == outboundPromoItem.f2238id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); } public final ClaimStatus getClaimStatus() { @@ -773,7 +773,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long getId() { - return this.f2237id; + return this.f2238id; } public final String getImageUrl() { @@ -791,7 +791,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { public int hashCode() { ClaimStatus claimStatus = this.claimStatus; int i = 0; - int a = (b.a(this.f2237id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; + int a = (b.a(this.f2238id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; String str = this.title; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.terms; @@ -807,7 +807,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { StringBuilder P = a.P("OutboundPromoItem(claimStatus="); P.append(this.claimStatus); P.append(", id="); - P.append(this.f2237id); + P.append(this.f2238id); P.append(", title="); P.append(this.title); P.append(", terms="); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java index 06494d9b32..c0585c7459 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java @@ -76,6 +76,6 @@ public final class WidgetOutboundPromoTerms extends AppBottomSheet { String string = getArgumentsOrDefault().getString(ARG_CONTENT, ""); Parser, MessageParseState> parser = this.parser; m.checkNotNullExpressionValue(string, "content"); - getBinding().f1922c.setDraweeSpanStringBuilder(AstRenderer.render(Parser.parse$default(parser, string, MessageParseState.Companion.getInitialState(), null, 4, null), getRenderContext())); + getBinding().f1923c.setDraweeSpanStringBuilder(AstRenderer.render(Parser.parse$default(parser, string, MessageParseState.Companion.getInitialState(), null, 4, null), getRenderContext())); } } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java index cb29759f2b..a87514d5bf 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java @@ -216,7 +216,7 @@ public final class WidgetSettingsGifting extends AppFragment { TextView textView = getBinding().r; m.checkNotNullExpressionValue(textView, "binding.settingsGiftingYourGiftsHeader"); textView.setVisibility(z3 ? 0 : 8); - RecyclerView recyclerView = getBinding().f2011s; + RecyclerView recyclerView = getBinding().f2012s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); if (!z3) { i = 8; @@ -339,7 +339,7 @@ public final class WidgetSettingsGifting extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2010c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); + this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2011c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().o.setOnClickListener(WidgetSettingsGifting$onViewBound$1.INSTANCE); TextInputLayout textInputLayout = getBinding().k; @@ -347,11 +347,11 @@ public final class WidgetSettingsGifting extends AppFragment { ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsGifting$onViewBound$2(this), 1, null); getBinding().k.setErrorTextColor(ColorStateList.valueOf(ColorCompat.getColor(requireContext(), (int) R.color.status_red_500))); WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter = new WidgetSettingsGiftingOutboundPromosAdapter(new WidgetSettingsGifting$onViewBound$3(getViewModel()), new WidgetSettingsGifting$onViewBound$4(getViewModel())); - RecyclerView recyclerView = getBinding().f2011s; + RecyclerView recyclerView = getBinding().f2012s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); recyclerView.setAdapter(widgetSettingsGiftingOutboundPromosAdapter); this.promosAdapter = widgetSettingsGiftingOutboundPromosAdapter; - RecyclerView recyclerView2 = getBinding().f2011s; + RecyclerView recyclerView2 = getBinding().f2012s; WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter2 = this.promosAdapter; if (widgetSettingsGiftingOutboundPromosAdapter2 == null) { m.throwUninitializedPropertyAccessException("promosAdapter"); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java index 6afbbccdcf..c450eb66f1 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java @@ -24,8 +24,8 @@ public final class WidgetSettingsPremium$configureButtons$$inlined$forEach$lambd public final void onClick(View view) { WidgetChoosePlan.Companion companion = WidgetChoosePlan.Companion; Context requireContext = this.this$0.requireContext(); - WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2021s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; + WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2022s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; ModelSubscription modelSubscription = this.$premiumSubscription$inlined; - WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2021s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); + WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2022s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java index ce2c9eea6b..2416051770 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java @@ -551,7 +551,7 @@ public final class WidgetSettingsPremium extends AppFragment { } private final void configureButtonText(Map map) { - MaterialButton materialButton = getBinding().f2021s.b; + MaterialButton materialButton = getBinding().f2022s.b; m.checkNotNullExpressionValue(materialButton, "binding.premiumTier1.premiumSettingsPremiumClassic"); SkuDetails skuDetails = null; materialButton.setText(getPriceText(map != null ? (SkuDetails) map.get(GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName()) : null)); @@ -575,14 +575,14 @@ public final class WidgetSettingsPremium extends AppFragment { private final void configureButtons(ModelSubscription modelSubscription, Map map) { configureButtonText(map); if (modelSubscription == null || !modelSubscription.isAppleSubscription()) { - for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2021s.b, getBinding().t.b})) { + for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2022s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton, "button"); materialButton.setEnabled(modelSubscription == null); materialButton.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2(materialButton, this, modelSubscription)); } return; } - for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2021s.b, getBinding().t.b})) { + for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2022s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton2, "button"); ViewExtensions.setEnabledAlpha$default(materialButton2, true, 0.0f, 2, null); materialButton2.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$1(this)); @@ -666,10 +666,10 @@ public final class WidgetSettingsPremium extends AppFragment { obj = TimeUtils.renderUtcDate$default(timeUtils, currentPeriodStart, requireContext, (String) null, (java.text.DateFormat) null, ordinal2 != 2 ? ordinal2 != 4 ? 0 : 30 : 3, 12, (Object) null); } obj = obj2; - LinearLayout linearLayout = getBinding().f2020c.f; + LinearLayout linearLayout = getBinding().f2021c.f; m.checkNotNullExpressionValue(linearLayout, "binding.payment.premiumSettingsPaymentContainer"); linearLayout.setVisibility(premiumSubscription != null ? 0 : 8); - View view = getBinding().f2020c.f119c; + View view = getBinding().f2021c.f119c; m.checkNotNullExpressionValue(view, "binding.payment.premiumSettingsBillingDivider"); view.setVisibility(isAppleSubscription ? 0 : 8); if (premiumSubscription != null) { @@ -710,31 +710,31 @@ public final class WidgetSettingsPremium extends AppFragment { } charSequence = null; } - TextView textView = getBinding().f2020c.d; + TextView textView = getBinding().f2021c.d; m.checkNotNullExpressionValue(textView, "binding.payment.premiumSettingsBillingInformation"); if (charSequence == null) { z2 = false; } textView.setVisibility(z2 ? 0 : 8); if (charSequence != null) { - TextView textView2 = getBinding().f2020c.d; + TextView textView2 = getBinding().f2021c.d; m.checkNotNullExpressionValue(textView2, "binding.payment.premiumSettingsBillingInformation"); textView2.setText(charSequence); } - MaterialButton materialButton = getBinding().f2020c.b; + MaterialButton materialButton = getBinding().f2021c.b; m.checkNotNullExpressionValue(materialButton, "binding.payment.activeSubscriptionsBottomButton"); if (isAppleSubscription) { charSequence2 = b.k(this, R.string.billing_manage_subscription, new Object[0], null, 4); } ViewExtensions.setTextAndVisibilityBy(materialButton, charSequence2); - getBinding().f2020c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); - TextView textView3 = getBinding().f2020c.e; + getBinding().f2021c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); + TextView textView3 = getBinding().f2021c.e; m.checkNotNullExpressionValue(textView3, "binding.payment.premiumSettingsGooglePlayManage"); if (!isGoogleSubscription) { i = 8; } textView3.setVisibility(i); - getBinding().f2020c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); + getBinding().f2021c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); } /* JADX WARNING: Code restructure failed: missing block: B:62:0x00ea, code lost: @@ -956,7 +956,7 @@ public final class WidgetSettingsPremium extends AppFragment { private final void scrollToSection(Integer num) { int i; if (num != null && num.intValue() == 0) { - z2 z2Var = getBinding().f2021s; + z2 z2Var = getBinding().f2022s; m.checkNotNullExpressionValue(z2Var, "binding.premiumTier1"); LinearLayout linearLayout = z2Var.a; m.checkNotNullExpressionValue(linearLayout, "binding.premiumTier1.root"); @@ -1071,13 +1071,13 @@ public final class WidgetSettingsPremium extends AppFragment { TextView textView = getBinding().d.f; m.checkNotNullExpressionValue(textView, "binding.premiumPerks.uploadSizePerk"); textView.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$1(this))); - TextView textView2 = getBinding().f2021s.d; + TextView textView2 = getBinding().f2022s.d; m.checkNotNullExpressionValue(textView2, "binding.premiumTier1.tier1UploadSizePerk"); textView2.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$2(this))); TextView textView3 = getBinding().d.b; m.checkNotNullExpressionValue(textView3, "binding.premiumPerks.guildSubscriptionPerk"); textView3.setText(b.d(view, R.string.premium_perks_tier_2_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$3.INSTANCE)); - TextView textView4 = getBinding().f2021s.f201c; + TextView textView4 = getBinding().f2022s.f201c; m.checkNotNullExpressionValue(textView4, "binding.premiumTier1.tier1GuildSubscriptionPerk"); textView4.setText(b.d(view, R.string.premium_perks_tier_1_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$4.INSTANCE)); NumberFormat instance = NumberFormat.getInstance(this.localeManager.getPrimaryLocale(requireContext())); @@ -1088,7 +1088,7 @@ public final class WidgetSettingsPremium extends AppFragment { m.checkNotNullExpressionValue(textView6, "binding.premiumPerks.maxMessageLengthPerk"); textView6.setText(b.e(this, R.string.premium_chat_perks_max_message_length, new Object[0], new WidgetSettingsPremium$onViewBound$6(instance))); configureButtonText$default(this, null, 1, null); - for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2020c.g})) { + for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2021c.g})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView7, "header"); accessibilityUtils.setViewIsHeading(textView7); diff --git a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java index 8adb27cf2b..ed18dd994c 100644 --- a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java @@ -133,7 +133,7 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showContent(SettingsPremiumGuildViewModel.ViewState.Loaded loaded) { - AppViewFlipper appViewFlipper = getBinding().f2006c; + AppViewFlipper appViewFlipper = getBinding().f2007c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(2); boolean z2 = !loaded.getPremiumGuildSubscriptionItems().isEmpty(); @@ -202,13 +202,13 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showFailureUI() { - AppViewFlipper appViewFlipper = getBinding().f2006c; + AppViewFlipper appViewFlipper = getBinding().f2007c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(1); } private final void showLoadingUI() { - AppViewFlipper appViewFlipper = getBinding().f2006c; + AppViewFlipper appViewFlipper = getBinding().f2007c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(0); } diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java index e2d3567233..fb6249ceb0 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java @@ -176,23 +176,23 @@ public final class WidgetEditProfileBannerSheet extends AppBottomSheet { private final void launchColorPicker(@ColorInt int i) { ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = i; - kVar.f2463s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2464s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.j = false; kVar.f = 0; kVar.a = R.string.user_settings_banner_color_title; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2464x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2465x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.l = true; kVar.e = R.string.color_picker_use_default; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); kVar.d = R.string.select; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2465y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2466y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2466z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2467z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetEditProfileBannerSheet$launchColorPicker$1(this); AppBottomSheet.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java index 32b62f251e..258b3f4754 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java @@ -280,7 +280,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { } private final void setCurrentBioFromEditor() { - TextInputEditText textInputEditText = getBinding().f2027c; + TextInputEditText textInputEditText = getBinding().f2028c; m.checkNotNullExpressionValue(textInputEditText, "binding.bioEditorTextInputField"); getViewModel().updateBio(String.valueOf(textInputEditText.getText())); getViewModel().updateIsEditingBio(false); @@ -333,7 +333,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().h.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$1(this, view)); ((TouchInterceptingCoordinatorLayout) view).setOnInterceptTouchEvent(new WidgetSettingsUserProfile$onViewBound$2(this)); - getBinding().f2027c.setRawInputType(1); + getBinding().f2028c.setRawInputType(1); getBinding().e.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$3(this)); getBinding().i.setOnAvatarRepresentativeColorUpdated(new WidgetSettingsUserProfile$onViewBound$4(this)); getBinding().i.setOnBadgeClick(new WidgetSettingsUserProfile$onViewBound$5(this)); diff --git a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onViewBound$4.java b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onViewBound$4.java index b192d8ee51..4cdf68fd9c 100644 --- a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onViewBound$4.java +++ b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onViewBound$4.java @@ -49,7 +49,7 @@ public final class WidgetIncomingShare$onViewBound$4 implements View.OnClickList if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(200, this) == coroutine_suspended) { + if (a.o(200, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { @@ -72,7 +72,7 @@ public final class WidgetIncomingShare$onViewBound$4 implements View.OnClickList m.checkNotNullExpressionValue(textInputLayout, "binding.externalShareSearch"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(textInputLayout); if (coroutineScope != null) { - a.G(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); + a.H(coroutineScope, null, null, new AnonymousClass1(this, null), 3, null); } WidgetIncomingShare.access$getSelectedReceiverPublisher$p(this.this$0).onNext(null); } diff --git a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java index b78a0dd35e..7b7e0f3e47 100644 --- a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java +++ b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java @@ -596,7 +596,7 @@ public final class WidgetIncomingShare extends AppFragment { } widgetGlobalSearchAdapter.setData(arrayList); widgetGlobalSearchAdapter.setOnSelectedListener(new WidgetIncomingShare$configureUi$$inlined$apply$lambda$2(this, model)); - ViewEmbedGameInvite viewEmbedGameInvite = getBinding().f1900c; + ViewEmbedGameInvite viewEmbedGameInvite = getBinding().f1901c; m.checkNotNullExpressionValue(viewEmbedGameInvite, "binding.externalShareActivityActionPreview"); if (model.getGameInviteModel() == null) { z2 = false; @@ -607,7 +607,7 @@ public final class WidgetIncomingShare extends AppFragment { viewEmbedGameInvite.setVisibility(i); ViewEmbedGameInvite.Model gameInviteModel = model.getGameInviteModel(); if (gameInviteModel != null) { - getBinding().f1900c.bind(gameInviteModel, clock); + getBinding().f1901c.bind(gameInviteModel, clock); } } diff --git a/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper.java b/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper.java index 644a652e16..f5c9cf5a60 100644 --- a/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper.java +++ b/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper.java @@ -89,7 +89,7 @@ public final class StageChannelJoinHelper { a.k(job, null, 1, null); } if (coroutineScope != null) { - job2 = a.G(coroutineScope, null, null, new StageChannelJoinHelper$lurkAndJoinStage$1(context, fragmentManager, j, j2, z2, storeGuilds, storeLurking, storeVoiceChannelSelected, null), 3, null); + job2 = a.H(coroutineScope, null, null, new StageChannelJoinHelper$lurkAndJoinStage$1(context, fragmentManager, j, j2, z2, storeGuilds, storeLurking, storeVoiceChannelSelected, null), 3, null); } lurkJob = job2; } diff --git a/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java b/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java index 0dfc496d58..a3bcf724de 100644 --- a/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java +++ b/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java @@ -115,7 +115,7 @@ public final class StageChannelNotifications { VoiceEngineForegroundService.Companion companion = VoiceEngineForegroundService.Companion; NotificationCompat.Builder addAction = createChannelNotificationBuilder(application, channel).setContentText(application.getString(R.string.stage_speak_invite_header)).addAction(0, application.getString(R.string.stage_speak_invite_accept), companion.stageInviteAckPendingIntent(application, j, true)).addAction(0, application.getString(R.string.stage_speak_invite_decline), companion.stageInviteAckPendingIntent(application, j, false)); m.checkNotNullExpressionValue(addAction, "createChannelNotificatio…_decline), declineIntent)"); - a.G(w0.i, j0.b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, addAction, application, null), 2, null); + a.H(w0.i, j0.b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, addAction, application, null), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java index b2a1f05bc4..9e57913c0b 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java @@ -36,7 +36,7 @@ public final class WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1 } public final Boolean call(RtcConnection.Metadata metadata) { - Long l = metadata != null ? metadata.f2166c : null; + Long l = metadata != null ? metadata.f2167c : null; return Boolean.valueOf(l != null && l.longValue() == this.this$0.this$0.$channelId); } } diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel.java b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel.java index 1e85561d4b..480c2eaf28 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel.java @@ -1169,7 +1169,7 @@ public final class WidgetDiscoveryViewModel extends AppViewModel { } CoroutineScope viewModelScope = ViewModelKt.getViewModelScope(this); CoroutineDispatcher coroutineDispatcher = j0.a; - this.connectingStateSubject.onNext(new ConnectingState.InProgress(j, c.q.a.k.a.G(viewModelScope, n.b, null, new WidgetDiscoveryViewModel$tryConnectToVoice$job$1(this, j, context, fragmentManager, null), 2, null))); + this.connectingStateSubject.onNext(new ConnectingState.InProgress(j, c.q.a.k.a.H(viewModelScope, n.b, null, new WidgetDiscoveryViewModel$tryConnectToVoice$job$1(this, j, context, fragmentManager, null), 2, null))); } } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java index 30268df99f..9018437614 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java @@ -106,7 +106,7 @@ public final class WidgetStageSettings$configureStageUI$5 extends o implements F hook.a.add(new ForegroundColorSpan(ColorCompat.getThemedColor(this.this$0.this$0.getContext(), (int) R.attr.colorTextLink))); AnonymousClass2 r0 = new AnonymousClass2(this); m.checkNotNullParameter(r0, "onClick"); - hook.f2095c = new Hook.a(null, r0); + hook.f2096c = new Hook.a(null, r0); } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java index ac2535bdf3..0a05b634de 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java @@ -115,7 +115,7 @@ public final class WidgetStageSettings extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; @@ -195,11 +195,11 @@ public final class WidgetStageSettings extends AppFragment { } else if (!z3) { checkedSetting2.e(new WidgetStageSettings$configureStageUI$$inlined$apply$lambda$2(this, stage, z3)); } - LinkifiedTextView linkifiedTextView2 = getBinding().f2043c; + LinkifiedTextView linkifiedTextView2 = getBinding().f2044c; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.stageStartHelpText"); linkifiedTextView2.setVisibility(z2 ? 0 : 8); if (z2) { - LinkifiedTextView linkifiedTextView3 = getBinding().f2043c; + LinkifiedTextView linkifiedTextView3 = getBinding().f2044c; m.checkNotNullExpressionValue(linkifiedTextView3, "binding.stageStartHelpText"); linkifiedTextView3.setText(b.e(this, stage.getHasOtherStageChannels() ? R.string.start_stage_modal_set_topic_change_channel : R.string.start_stage_modal_set_topic_help_text, new Object[]{stage.getChannel().m()}, new WidgetStageSettings$configureStageUI$5(this, stage))); } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java index 1ab04cf5c0..6075295863 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java @@ -698,7 +698,7 @@ public final class WidgetStageSettingsViewModel extends AppViewModel WeakReference weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java index a0ef40fa7c..9e36f31b84 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java @@ -129,7 +129,7 @@ public final class WidgetStageAudienceBlockedBottomSheet extends AppBottomSheet WidgetStageAudienceBlockedBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2034c; + MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2035c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.blockedUsers"); this.adapter = new StageAudienceBlockedBottomSheetAdapter(maxHeightRecyclerView); } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java index ae17038a32..e7dd221c10 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java @@ -72,7 +72,7 @@ public final class WidgetStageAudienceNoticeBottomSheet extends AppBottomSheet { ImageView imageView = getBinding().b; m.checkNotNullExpressionValue(imageView, "binding.bullet4Icon"); imageView.setVisibility(z2 ? 0 : 8); - TextView textView = getBinding().f2035c; + TextView textView = getBinding().f2036c; m.checkNotNullExpressionValue(textView, "binding.bullet4Label"); if (!z2) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java index 9f80ed46bc..b061fa467e 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java @@ -84,7 +84,7 @@ public final class WidgetStageModeratorJoinBottomSheet extends AppBottomSheet { public void onViewCreated(View view, Bundle bundle) { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); - getBinding().f2040c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); + getBinding().f2041c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java index 9981bbf0f8..395389f720 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java @@ -75,7 +75,7 @@ public final class WidgetStagePublicNoticeBottomSheet extends AppBottomSheet { WidgetStagePublicNoticeBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - getBinding().f2041c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); + getBinding().f2042c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$2(this)); LinkifiedTextView linkifiedTextView = getBinding().d; m.checkNotNullExpressionValue(linkifiedTextView, "binding.sectionThree"); diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java index 70721e24e7..dd2920ee5d 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java @@ -137,7 +137,7 @@ public final class WidgetStageRaisedHandsBottomSheet extends AppBottomSheet { this.hasReceivedInitialRaisedHandsState = true; switchMaterial.jumpDrawablesToCurrentState(); } - Group group = getBinding().f2042c; + Group group = getBinding().f2043c; m.checkNotNullExpressionValue(group, "binding.raisedHandsEmptyGroup"); group.setVisibility(loaded.isEmpty() ? 0 : 8); MaterialTextView materialTextView = getBinding().b; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java index c0d5664c10..27dae0a6be 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java @@ -91,7 +91,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { private final void configureUI(WidgetStageStartEventBottomSheetViewModel.ViewState viewState) { if (viewState instanceof WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) { - MaterialButton materialButton = getBinding().f2044c; + MaterialButton materialButton = getBinding().f2045c; m.checkNotNullExpressionValue(materialButton, "binding.startStageButton"); WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded loaded = (WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) viewState; boolean z2 = true; @@ -109,7 +109,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.subtitle"); textView2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_subtitle : R.string.edit_stage_subtitle)); - MaterialButton materialButton2 = getBinding().f2044c; + MaterialButton materialButton2 = getBinding().f2045c; m.checkNotNullExpressionValue(materialButton2, "binding.startStageButton"); materialButton2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_button : R.string.save_changes)); TextView textView3 = getBinding().b; @@ -168,6 +168,6 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextInputEditText textInputEditText = getBinding().f; m.checkNotNullExpressionValue(textInputEditText, "binding.topicInput"); TextWatcherKt.addBindedTextWatcher(textInputEditText, this, new WidgetStageStartEventBottomSheet$onViewCreated$1(this)); - getBinding().f2044c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); + getBinding().f2045c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2.java b/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2.java deleted file mode 100644 index 1509dce24b..0000000000 --- a/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.discord.widgets.stage.start; - -import d0.z.d.o; -import kotlin.jvm.functions.Function0; -/* compiled from: StageEventsCreationGuildsFeatureFlag.kt */ -public final class StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2 extends o implements Function0 { - public static final StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2 INSTANCE = new StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2(); - - public StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2() { - super(0); - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final StageEventsCreationGuildsFeatureFlag mo1invoke() { - return new StageEventsCreationGuildsFeatureFlag(null, null, 3, null); - } -} diff --git a/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag.java b/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag.java deleted file mode 100644 index 6029bf412b..0000000000 --- a/app/src/main/java/com/discord/widgets/stage/start/StageEventsCreationGuildsFeatureFlag.java +++ /dev/null @@ -1,58 +0,0 @@ -package com.discord.widgets.stage.start; - -import com.discord.models.experiments.domain.Experiment; -import com.discord.stores.StoreExperiments; -import com.discord.stores.StoreGuilds; -import com.discord.stores.StoreStream; -import d0.g; -import d0.z.d.m; -import kotlin.Lazy; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: StageEventsCreationGuildsFeatureFlag.kt */ -public final class StageEventsCreationGuildsFeatureFlag { - public static final Companion Companion = new Companion(null); - private static final Lazy INSTANCE$delegate = g.lazy(StageEventsCreationGuildsFeatureFlag$Companion$INSTANCE$2.INSTANCE); - private final StoreExperiments experimentsStore; - private final StoreGuilds guildsStore; - - /* compiled from: StageEventsCreationGuildsFeatureFlag.kt */ - public static final class Companion { - private Companion() { - } - - public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { - this(); - } - - public final StageEventsCreationGuildsFeatureFlag getINSTANCE() { - Lazy access$getINSTANCE$cp = StageEventsCreationGuildsFeatureFlag.access$getINSTANCE$cp(); - Companion companion = StageEventsCreationGuildsFeatureFlag.Companion; - return (StageEventsCreationGuildsFeatureFlag) access$getINSTANCE$cp.getValue(); - } - } - - public StageEventsCreationGuildsFeatureFlag() { - this(null, null, 3, null); - } - - public StageEventsCreationGuildsFeatureFlag(StoreGuilds storeGuilds, StoreExperiments storeExperiments) { - m.checkNotNullParameter(storeGuilds, "guildsStore"); - m.checkNotNullParameter(storeExperiments, "experimentsStore"); - this.guildsStore = storeGuilds; - this.experimentsStore = storeExperiments; - } - - /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ StageEventsCreationGuildsFeatureFlag(StoreGuilds storeGuilds, StoreExperiments storeExperiments, int i, DefaultConstructorMarker defaultConstructorMarker) { - this((i & 1) != 0 ? StoreStream.Companion.getGuilds() : storeGuilds, (i & 2) != 0 ? StoreStream.Companion.getExperiments() : storeExperiments); - } - - public static final /* synthetic */ Lazy access$getINSTANCE$cp() { - return INSTANCE$delegate; - } - - public final boolean canGuildCreateStageEvents(long j) { - Experiment guildExperiment; - return (this.guildsStore.getGuild(j) == null || (guildExperiment = this.experimentsStore.getGuildExperiment("2021-07_guild_event_creation", j, true)) == null || guildExperiment.getBucket() != 1) ? false : true; - } -} diff --git a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java index f0701486f8..7513c4287d 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java +++ b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java @@ -71,7 +71,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2047c; + ImageView imageView = this.binding.f2048c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionBulletItemDivider"); return imageView; } @@ -154,7 +154,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2048c; + ImageView imageView = this.binding.f2049c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionGuildItemDivider"); return imageView; } diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$activityLauncher$1.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$activityLauncher$1.java deleted file mode 100644 index 004a63254b..0000000000 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$activityLauncher$1.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.discord.widgets.stage.start; - -import android.content.Intent; -import d0.z.d.k; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: WidgetModeratorStartStage.kt */ -public final /* synthetic */ class WidgetModeratorStartStage$activityLauncher$1 extends k implements Function1 { - public WidgetModeratorStartStage$activityLauncher$1(WidgetModeratorStartStage widgetModeratorStartStage) { - super(1, widgetModeratorStartStage, WidgetModeratorStartStage.class, "handleActivityResult", "handleActivityResult(Landroid/content/Intent;)V", 0); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Intent intent) { - invoke(intent); - return Unit.a; - } - - public final void invoke(Intent intent) { - WidgetModeratorStartStage.access$handleActivityResult((WidgetModeratorStartStage) this.receiver, intent); - } -} diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$previewLauncher$1.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$previewLauncher$1.java new file mode 100644 index 0000000000..304882effa --- /dev/null +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage$previewLauncher$1.java @@ -0,0 +1,25 @@ +package com.discord.widgets.stage.start; + +import androidx.fragment.app.FragmentActivity; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetModeratorStartStage.kt */ +public final class WidgetModeratorStartStage$previewLauncher$1 extends o implements Function0 { + public final /* synthetic */ WidgetModeratorStartStage this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetModeratorStartStage$previewLauncher$1(WidgetModeratorStartStage widgetModeratorStartStage) { + super(0); + this.this$0 = widgetModeratorStartStage; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + FragmentActivity activity = this.this$0.getActivity(); + if (activity != null) { + activity.finish(); + } + } +} diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java index f641e5e94f..d392a806ce 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java @@ -18,7 +18,6 @@ import com.discord.R; import com.discord.app.AppFragment; import com.discord.app.AppTransitionActivity; import com.discord.databinding.WidgetModeratorStartStageBinding; -import com.discord.utilities.intent.IntentUtilsKt; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; @@ -42,11 +41,11 @@ import kotlin.reflect.KProperty; public final class WidgetModeratorStartStage extends AppFragment { public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetModeratorStartStage.class, "binding", "getBinding()Lcom/discord/databinding/WidgetModeratorStartStageBinding;", 0)}; public static final Companion Companion = new Companion(null); - private final ActivityResultLauncher activityLauncher; private ModeratorStartStageAdapter adapter; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetModeratorStartStage$binding$2.INSTANCE, null, 2, null); private final Lazy channelId$delegate = g.lazy(new WidgetModeratorStartStage$channelId$2(this)); private final Lazy guildId$delegate = g.lazy(new WidgetModeratorStartStage$guildId$2(this)); + private final ActivityResultLauncher previewLauncher; private final Lazy viewModel$delegate; /* compiled from: WidgetModeratorStartStage.kt */ @@ -72,7 +71,7 @@ public final class WidgetModeratorStartStage extends AppFragment { WidgetModeratorStartStage$viewModel$2 widgetModeratorStartStage$viewModel$2 = new WidgetModeratorStartStage$viewModel$2(this); f0 f0Var = new f0(this); this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(ModeratorStartStageViewModel.class), new WidgetModeratorStartStage$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetModeratorStartStage$viewModel$2)); - this.activityLauncher = WidgetStageSettings.Companion.registerForResult(this, new WidgetModeratorStartStage$activityLauncher$1(this)); + this.previewLauncher = WidgetPreviewGuildScheduledEvent.Companion.createJoinOnStartActivityRegistration(this, new WidgetModeratorStartStage$previewLauncher$1(this)); } public static final /* synthetic */ void access$configureUi(WidgetModeratorStartStage widgetModeratorStartStage, ModeratorStartStageViewModel.ViewState viewState) { @@ -87,10 +86,6 @@ public final class WidgetModeratorStartStage extends AppFragment { return widgetModeratorStartStage.getViewModel(); } - public static final /* synthetic */ void access$handleActivityResult(WidgetModeratorStartStage widgetModeratorStartStage, Intent intent) { - widgetModeratorStartStage.handleActivityResult(intent); - } - public static final /* synthetic */ void access$handleListItemClick(WidgetModeratorStartStage widgetModeratorStartStage, ModeratorStartStageItem moderatorStartStageItem) { widgetModeratorStartStage.handleListItemClick(moderatorStartStageItem); } @@ -131,21 +126,14 @@ public final class WidgetModeratorStartStage extends AppFragment { return (ModeratorStartStageViewModel) this.viewModel$delegate.getValue(); } - private final void handleActivityResult(Intent intent) { - Long longExtraOrNull; - if (intent != null && (longExtraOrNull = IntentUtilsKt.getLongExtraOrNull(intent, "com.discord.intent.extra.EXTRA_CHANNEL_ID")) != null) { - launchStageCall(longExtraOrNull.longValue()); - } - } - private final void handleListItemClick(ModeratorStartStageItem moderatorStartStageItem) { if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.StaticOption.StartStage) { - WidgetStageSettings.Companion.launch(requireContext(), getChannelId(), false, this.activityLauncher); + WidgetStageSettings.Companion.launch(requireContext(), getChannelId(), false, this.previewLauncher); } else if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.StaticOption.ScheduleEvent) { WidgetGuildScheduledEventLocationSelect.Companion.launch(requireContext(), getGuildId(), Long.valueOf(getChannelId())); } else if (moderatorStartStageItem instanceof ModeratorStartStageItem.ListItem.Event) { ModeratorStartStageItem.ListItem.Event event = (ModeratorStartStageItem.ListItem.Event) moderatorStartStageItem; - WidgetPreviewGuildScheduledEvent.Companion.launch(requireContext(), GuildScheduledEventModelKt.toModel(event.getEvent()), new WidgetPreviewGuildScheduledEvent.Companion.ExistingEventData(event.getEvent().g(), WidgetPreviewGuildScheduledEvent.Companion.Action.START_EVENT), this.activityLauncher); + WidgetPreviewGuildScheduledEvent.Companion.launch(requireContext(), GuildScheduledEventModelKt.toModel(event.getEvent()), new WidgetPreviewGuildScheduledEvent.Companion.ExistingEventData(event.getEvent().g(), WidgetPreviewGuildScheduledEvent.Companion.Action.START_EVENT), this.previewLauncher); } else if (moderatorStartStageItem instanceof ModeratorStartStageItem.Continue) { launchStageCall(getChannelId()); } @@ -163,10 +151,10 @@ public final class WidgetModeratorStartStage extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - RecyclerView recyclerView = getBinding().f1912c; + RecyclerView recyclerView = getBinding().f1913c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = new ModeratorStartStageAdapter(recyclerView, new WidgetModeratorStartStage$onViewBound$1(this)); - RecyclerView recyclerView2 = getBinding().f1912c; + RecyclerView recyclerView2 = getBinding().f1913c; recyclerView2.setLayoutManager(new LinearLayoutManager(recyclerView2.getContext())); ModeratorStartStageAdapter moderatorStartStageAdapter = this.adapter; if (moderatorStartStageAdapter == null) { diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java index 2224352c22..eaf97d2f45 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java @@ -116,7 +116,7 @@ public final class WidgetStartStageServerSelection extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - RecyclerView recyclerView = getBinding().f2046c; + RecyclerView recyclerView = getBinding().f2047c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); StartStageServerSelectionAdapter startStageServerSelectionAdapter = new StartStageServerSelectionAdapter(recyclerView); this.adapter = startStageServerSelectionAdapter; diff --git a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java index 3e8d3e77b1..b7bb4842b2 100644 --- a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java +++ b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java @@ -124,7 +124,7 @@ public final class WidgetThreadStatus extends AppFragment { @MainThread private final void updateView(WidgetThreadStatusViewModel.ViewState viewState) { - getBinding().f2062c.setIsLoading(viewState.isLoading()); + getBinding().f2063c.setIsLoading(viewState.isLoading()); WidgetThreadStatusViewModel.Status threadStatus = viewState.getThreadStatus(); int i = 8; if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Hide) { @@ -135,7 +135,7 @@ public final class WidgetThreadStatus extends AppFragment { ConstraintLayout constraintLayout2 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout2, "binding.threadStatus"); constraintLayout2.setVisibility(0); - LoadingButton loadingButton = getBinding().f2062c; + LoadingButton loadingButton = getBinding().f2063c; d0.z.d.m.checkNotNullExpressionValue(loadingButton, "binding.threadStatusButton"); WidgetThreadStatusViewModel.Status.Archived archived = (WidgetThreadStatusViewModel.Status.Archived) threadStatus; if (archived.getCanArchive()) { @@ -145,26 +145,26 @@ public final class WidgetThreadStatus extends AppFragment { LinkifiedTextView linkifiedTextView = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView, "binding.threadStatusText"); linkifiedTextView.setText(archived.isLocked() ? getResources().getString(R.string.thread_header_notice_locked) : getResources().getString(R.string.thread_header_notice_archived)); - getBinding().f2062c.setText(getResources().getString(R.string.unarchive)); - LoadingButton loadingButton2 = getBinding().f2062c; + getBinding().f2063c.setText(getResources().getString(R.string.unarchive)); + LoadingButton loadingButton2 = getBinding().f2063c; d0.z.d.m.checkNotNullExpressionValue(loadingButton2, "binding.threadStatusButton"); loadingButton2.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent))); - getBinding().f2062c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); + getBinding().f2063c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); } else if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Unjoined) { ConstraintLayout constraintLayout3 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout3, "binding.threadStatus"); constraintLayout3.setVisibility(0); - LoadingButton loadingButton3 = getBinding().f2062c; + LoadingButton loadingButton3 = getBinding().f2063c; d0.z.d.m.checkNotNullExpressionValue(loadingButton3, "binding.threadStatusButton"); loadingButton3.setVisibility(0); LinkifiedTextView linkifiedTextView2 = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView2, "binding.threadStatusText"); linkifiedTextView2.setText(getResources().getString(R.string.thread_header_notice_join)); - getBinding().f2062c.setText(getResources().getString(R.string.join)); - LoadingButton loadingButton4 = getBinding().f2062c; + getBinding().f2063c.setText(getResources().getString(R.string.join)); + LoadingButton loadingButton4 = getBinding().f2063c; d0.z.d.m.checkNotNullExpressionValue(loadingButton4, "binding.threadStatusButton"); loadingButton4.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand_500))); - getBinding().f2062c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); + getBinding().f2063c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java index 85fc3bd741..ec78365051 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java @@ -195,7 +195,7 @@ public final class WidgetGuildStickerSheet extends AppBottomSheet { TextView textView = getBinding().n; m.checkNotNullExpressionValue(textView, "binding.guildStickerSheetStickerName"); textView.setText(component1.h()); - TextView textView2 = getBinding().f1880c; + TextView textView2 = getBinding().f1881c; m.checkNotNullExpressionValue(textView2, "binding.guildStickerSheetDescription"); textView2.setText(getString(getCustomStickerInfoText(component3, isUserInGuild, isPublic, component2))); configureButtons(component2, isUserInGuild, known != null ? known.getGuild() : null); diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java index 9bff33fd2e..36ed965f06 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java @@ -95,9 +95,9 @@ public final class WidgetStickerSheet extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.stickerSheetStickerName"); textView.setText(component2.h()); if (!viewState.isUserPremiumTier2()) { - getBinding().f2052c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); + getBinding().f2053c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); } - TextView textView2 = getBinding().f2052c; + TextView textView2 = getBinding().f2053c; m.checkNotNullExpressionValue(textView2, "binding.stickerSheetStickerInfo"); boolean z2 = true; int i = 0; diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java index 08b6d98fcb..210f959179 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java @@ -68,7 +68,7 @@ public final class WidgetUnknownStickerSheet extends AppBottomSheet { Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.api.sticker.StickerPartial"); StickerPartial stickerPartial = (StickerPartial) serializable; getBinding().b.d(stickerPartial, 0); - TextView textView = getBinding().f2066c; + TextView textView = getBinding().f2067c; m.checkNotNullExpressionValue(textView, "binding.unknownStickerSheetStickerName"); textView.setText(stickerPartial.e()); } diff --git a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java index 72833d2064..2f41080588 100644 --- a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java +++ b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java @@ -188,14 +188,14 @@ public final class WidgetTabsHost extends AppFragment { } private final void setPanelWindowInsetsListeners(boolean z2) { - ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2053c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); + ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2054c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); ViewCompat.setOnApplyWindowInsetsListener(getBinding().f, new WidgetTabsHost$setPanelWindowInsetsListeners$2(z2)); FrameLayout frameLayout = getBinding().h; m.checkNotNullExpressionValue(frameLayout, "binding.widgetTabsHostNavHost"); ViewExtensions.setForwardingWindowInsetsListener(frameLayout); ViewCompat.setOnApplyWindowInsetsListener(getBinding().i, new WidgetTabsHost$setPanelWindowInsetsListeners$3(z2)); ViewCompat.setOnApplyWindowInsetsListener(getBinding().b, WidgetTabsHost$setPanelWindowInsetsListeners$4.INSTANCE); - getBinding().f2053c.requestApplyInsets(); + getBinding().f2054c.requestApplyInsets(); } public static /* synthetic */ void setPanelWindowInsetsListeners$default(WidgetTabsHost widgetTabsHost, boolean z2, int i, Object obj) { diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java index 49161e193d..d680048c32 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java @@ -13,7 +13,7 @@ public final class WidgetTosAccept$configureUI$1 implements CompoundButton.OnChe @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z2) { - MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2063c; + MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2064c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); materialButton.setEnabled(z2); } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java index e8c332cc2e..bd1cb90abf 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java @@ -64,12 +64,12 @@ public final class WidgetTosAccept extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView2, "binding.alertTosPrivacyPolicy"); b.n(linkifiedTextView2, R.string.privacy_policy_url, new Object[0], null, 4); getBinding().b.setOnCheckedChangeListener(new WidgetTosAccept$configureUI$1(this)); - MaterialButton materialButton = getBinding().f2063c; + MaterialButton materialButton = getBinding().f2064c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); CheckBox checkBox = getBinding().b; m.checkNotNullExpressionValue(checkBox, "binding.alertTosAck"); materialButton.setEnabled(checkBox.isChecked()); - getBinding().f2063c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); + getBinding().f2064c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java index 2c9a6b0542..4299dafd3a 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java @@ -288,7 +288,7 @@ public final class WidgetTosReportViolation extends AppFragment { super.onViewBound(view); setActionBarTitle(R.string.report); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextView textView = getBinding().f2064c; + TextView textView = getBinding().f2065c; m.checkNotNullExpressionValue(textView, "binding.reportHeader"); c.a.k.b.n(textView, R.string.report_message, new Object[]{getArgs().getTarget()}, null, 4); LinkifiedTextView linkifiedTextView = getBinding().g; diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java index 714ac1b02d..5c6a229265 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java @@ -98,7 +98,7 @@ public final class WidgetTosReportViolationReasonView extends RelativeLayout { public final void setReason(ReportReason reportReason) { this.reason = reportReason; - TextView textView = this.binding.f2065c; + TextView textView = this.binding.f2066c; m.checkNotNullExpressionValue(textView, "binding.reportReasonHeader"); String str = null; textView.setText(reportReason != null ? reportReason.b() : null); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java b/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java index 5709b131ed..2f3e80a112 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java @@ -70,7 +70,7 @@ public final class WidgetKickUser extends AppDialog { TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.kickUserBody"); b.n(textView2, R.string.kick_user_body, new Object[]{string}, null, 4); - getBinding().f1902c.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$1(this)); + getBinding().f1903c.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$1(this)); getBinding().d.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$2(this, j, j2, string)); } } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java b/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java index 7d06feefb7..db15b34671 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java @@ -144,7 +144,7 @@ public final class WidgetPruneUsers extends AppDialog { WidgetPruneUsersViewModel.ViewState.Loading loading = (WidgetPruneUsersViewModel.ViewState.Loading) viewState; sb.append(loading.getGuildName()); String sb2 = sb.toString(); - TextView textView = getBinding().f1929c; + TextView textView = getBinding().f1930c; m.checkNotNullExpressionValue(textView, "binding.pruneUserHeader"); textView.setText(sb2); int ordinal = loading.getWhichPruneDays().ordinal(); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1.java index 9ab02407af..8c0301a5fd 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1.java @@ -42,7 +42,7 @@ public final class WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1 e if (i == 0) { l.throwOnFailure(obj); this.label = 1; - if (a.n(600, this) == coroutine_suspended) { + if (a.o(600, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java index 43e5977f74..546cc053e6 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java @@ -15,7 +15,7 @@ public final class WidgetUserMentions$WidgetUserMentionFilter$onResume$3 impl public final void call(Boolean bool) { WidgetUserMentions.WidgetUserMentionFilter widgetUserMentionFilter = this.this$0; WidgetUserMentions.Model.MessageLoader.Filters access$getFilters$p = WidgetUserMentions.WidgetUserMentionFilter.access$getFilters$p(widgetUserMentionFilter); - CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2072c; + CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2073c; m.checkNotNullExpressionValue(checkedSetting, "binding.userMentionsFilterIncludeRoles"); WidgetUserMentions.WidgetUserMentionFilter.access$updateFilters(widgetUserMentionFilter, WidgetUserMentions.Model.MessageLoader.Filters.copy$default(access$getFilters$p, 0, false, false, checkedSetting.isChecked(), 7, null)); WidgetUserMentions.WidgetUserMentionFilter.access$delayedDismiss(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java index 716c9ee39a..2777b867a0 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java @@ -1006,7 +1006,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect if (view == null || (coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(view)) == null) { return null; } - return c.q.a.k.a.G(coroutineScope, null, null, new WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1(this, null), 3, null); + return c.q.a.k.a.H(coroutineScope, null, null, new WidgetUserMentions$WidgetUserMentionFilter$delayedDismiss$1(this, null), 3, null); } private final WidgetUserMentionsFilterBinding getBinding() { @@ -1069,14 +1069,14 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } checkedSetting5.setChecked(filters2.getIncludeEveryone()); getBinding().b.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$2(this)); - CheckedSetting checkedSetting6 = getBinding().f2072c; + CheckedSetting checkedSetting6 = getBinding().f2073c; m.checkNotNullExpressionValue(checkedSetting6, "binding.userMentionsFilterIncludeRoles"); Model.MessageLoader.Filters filters3 = this.filters; if (filters3 == null) { m.throwUninitializedPropertyAccessException("filters"); } checkedSetting6.setChecked(filters3.getIncludeRoles()); - getBinding().f2072c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); + getBinding().f2073c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); } } @@ -1100,7 +1100,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final void addThreadSpineItemDecoration(WidgetChatListAdapter widgetChatListAdapter) { - getBinding().f2071c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); + getBinding().f2072c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); } private final void configureToolbar(String str) { @@ -1135,7 +1135,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final WidgetChatListAdapter createAdapter(Function1 function1) { - RecyclerView recyclerView = getBinding().f2071c; + RecyclerView recyclerView = getBinding().f2072c; m.checkNotNullExpressionValue(recyclerView, "binding.userMentionsList"); FragmentManager parentFragmentManager = getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java index 234fbd5b1a..1456c6beec 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java @@ -456,7 +456,7 @@ public final class WidgetUserMutualFriends extends AppFragment { IconUtils.setIcon$default(simpleDraweeView, mutualFriend.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); int i2 = 0; while (i2 <= 3) { - b6 b6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2077c : this.binding.b; + b6 b6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2078c : this.binding.b; m.checkNotNullExpressionValue(b6Var, "when (i) {\n 1…mutualServer4\n }"); RelativeLayout relativeLayout = b6Var.a; m.checkNotNullExpressionValue(relativeLayout, "item.root"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java index 6659ee7641..dbefa3d6c3 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java @@ -119,7 +119,7 @@ public final class WidgetUserMutualGuilds extends AppFragment { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetUserMutualGuilds$Adapter$ViewHolder$onConfigure$1(this, item)); - SimpleDraweeView simpleDraweeView = this.binding.f2078c; + SimpleDraweeView simpleDraweeView = this.binding.f2079c; Guild guild = item.getGuild(); String str = null; int i2 = 8; diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java index 2b04112054..0771e15cf3 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java @@ -22,7 +22,7 @@ public final class WidgetUserPasswordVerify$validationManager$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2073c; + TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2074c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); return new ValidationManager(new Input.TextInputLayoutInput("password", textInputLayout, BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.password_required), AuthUtils.INSTANCE.createPasswordInputValidator(R.string.password_length_error))); } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java index 9a8b4fd1e4..1d74c95261 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java @@ -188,7 +188,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { private final void saveInfo() { if (ValidationManager.validate$default(getValidationManager(), false, 1, null)) { AppFragment.hideKeyboard$default(this, null, 1, null); - TextInputLayout textInputLayout = getBinding().f2073c; + TextInputLayout textInputLayout = getBinding().f2074c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); Serializable serializableExtra = getMostRecentIntent().getSerializableExtra(INTENT_EXTRA_ACTION); @@ -227,10 +227,10 @@ public final class WidgetUserPasswordVerify extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f2073c; + TextInputLayout textInputLayout = getBinding().f2074c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); - TextInputLayout textInputLayout2 = getBinding().f2073c; + TextInputLayout textInputLayout2 = getBinding().f2074c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountPasswordWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserPasswordVerify$onViewBound$1(this), 1, null); getBinding().d.setOnClickListener(new WidgetUserPasswordVerify$onViewBound$2(this)); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java index f5fa971f41..00a44c503b 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java @@ -211,7 +211,7 @@ public final class WidgetUserSetCustomStatus extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.custom_status); this.expirationRadioManager = new RadioManager(n.listOf((Object[]) new MaterialRadioButton[]{getBinding().g, getBinding().e, getBinding().d, getBinding().f, getBinding().h})); - getBinding().f2079c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); + getBinding().f2080c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); getBinding().j.setEndIconOnClickListener(new WidgetUserSetCustomStatus$onViewBound$2(this)); TextInputLayout textInputLayout = getBinding().j; m.checkNotNullExpressionValue(textInputLayout, "binding.setCustomStatusText"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java index 96eeaf1701..e3f042990e 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java @@ -139,10 +139,10 @@ public final class WidgetUserStatusSheet extends AppBottomSheet { d4 d4Var2 = getBinding().d; m.checkNotNullExpressionValue(d4Var2, "binding.userStatusUpdateIdle"); d4Var2.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$2(this)); - getBinding().f2085c.b.setImageResource(R.drawable.ic_status_dnd_16dp); - getBinding().f2085c.d.setText(R.string.status_dnd); - getBinding().f2085c.f84c.setText(R.string.status_dnd_help); - d4 d4Var3 = getBinding().f2085c; + getBinding().f2086c.b.setImageResource(R.drawable.ic_status_dnd_16dp); + getBinding().f2086c.d.setText(R.string.status_dnd); + getBinding().f2086c.f84c.setText(R.string.status_dnd_help); + d4 d4Var3 = getBinding().f2086c; m.checkNotNullExpressionValue(d4Var3, "binding.userStatusUpdateDnd"); d4Var3.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$3(this)); getBinding().e.b.setImageResource(R.drawable.ic_status_invisible_16dp); diff --git a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java index de623184a7..a938c74420 100644 --- a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java +++ b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java @@ -75,7 +75,7 @@ public final class WidgetUserAccountVerify extends WidgetUserAccountVerifyBase { RelativeLayout relativeLayout = binding.b; relativeLayout.setVisibility(isEmailAllowed() ? 0 : 8); relativeLayout.setOnClickListener(new WidgetUserAccountVerify$onViewBound$$inlined$with$lambda$1(this)); - RelativeLayout relativeLayout2 = binding.f2068c; + RelativeLayout relativeLayout2 = binding.f2069c; if (!isPhoneAllowed()) { i = 8; } diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java index 35b025e000..0a56add14a 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java @@ -36,7 +36,7 @@ public final class WidgetUserEmailUpdate$onViewBound$3 implements View.OnClickLi public final void onClick(View view) { RestAPI api = RestAPI.Companion.getApi(); RestAPIParams.UserInfo.Companion companion = RestAPIParams.UserInfo.Companion; - TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2069c; + TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2070c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java index 681c248ff8..45157e3ca4 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java @@ -95,7 +95,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangePassword"); if (ViewExtensions.getTextOrEmpty(textInputLayout).length() >= 3) { Pattern pattern = Patterns.EMAIL_ADDRESS; - TextInputLayout textInputLayout2 = getBinding().f2069c; + TextInputLayout textInputLayout2 = getBinding().f2070c; m.checkNotNullExpressionValue(textInputLayout2, "binding.alertVerifyEmailChangeEmail"); if (pattern.matcher(ViewExtensions.getTextOrEmpty(textInputLayout2)).matches()) { z2 = true; @@ -126,7 +126,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullParameter(view, "view"); super.onViewBound(view); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextInputLayout textInputLayout = getBinding().f2069c; + TextInputLayout textInputLayout = getBinding().f2070c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetUserEmailUpdate$onViewBound$1(this)); TextInputLayout textInputLayout2 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java index c1c15a3e26..d835a9524f 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java @@ -50,7 +50,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { private final String email; /* renamed from: me reason: collision with root package name */ - private final MeUser f2238me; + private final MeUser f2239me; private final boolean verified; /* compiled from: WidgetUserEmailVerify.kt */ @@ -71,20 +71,20 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public Model(MeUser meUser) { m.checkNotNullParameter(meUser, "me"); - this.f2238me = meUser; + this.f2239me = meUser; this.email = meUser.getEmail(); this.verified = meUser.isVerified(); } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2238me; + meUser = model.f2239me; } return model.copy(meUser); } public final MeUser component1() { - return this.f2238me; + return this.f2239me; } public final Model copy(MeUser meUser) { @@ -94,7 +94,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof Model) && m.areEqual(this.f2238me, ((Model) obj).f2238me); + return (obj instanceof Model) && m.areEqual(this.f2239me, ((Model) obj).f2239me); } return true; } @@ -104,7 +104,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public final MeUser getMe() { - return this.f2238me; + return this.f2239me; } public final boolean getVerified() { @@ -112,7 +112,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public int hashCode() { - MeUser meUser = this.f2238me; + MeUser meUser = this.f2239me; if (meUser != null) { return meUser.hashCode(); } @@ -121,7 +121,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2238me); + P.append(this.f2239me); P.append(")"); return P.toString(); } @@ -151,7 +151,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { WidgetUserEmailUpdate.Companion.launch(requireContext(), getMode(), this.emailUpdateLauncher); } else { getBinding().b.setOnClickListener(new WidgetUserEmailVerify$configureUI$1(this)); - getBinding().f2070c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); + getBinding().f2071c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); } } diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java index f18c29c53f..4dc4751d6b 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java @@ -109,18 +109,18 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.userPhoneAddDescriptionNote"); b.n(textView, R.string.phone_verification_current_phone, new Object[]{meUser.getPhoneNumber()}, null, 4); - TextView textView2 = getBinding().f2074c; + TextView textView2 = getBinding().f2075c; m.checkNotNullExpressionValue(textView2, "binding.removePhone"); textView2.setVisibility(0); } else { getBinding().g.setText(R.string.enter_phone_title); getBinding().d.setText(R.string.enter_phone_description); - TextView textView3 = getBinding().f2074c; + TextView textView3 = getBinding().f2075c; m.checkNotNullExpressionValue(textView3, "binding.removePhone"); textView3.setVisibility(8); } if (meUser.getEmail() == null) { - TextView textView4 = getBinding().f2074c; + TextView textView4 = getBinding().f2075c; m.checkNotNullExpressionValue(textView4, "binding.removePhone"); textView4.setVisibility(8); } @@ -173,7 +173,7 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{phone}, false, null, null, new WidgetUserPhoneManage$onViewBound$1(phone), 14, null), this, null, 2, null), WidgetUserPhoneManage.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetUserPhoneManage$onViewBound$2(this), 62, (Object) null); getBinding().f.a(this, new WidgetUserPhoneManage$onViewBound$3(this)); getBinding().e.setOnClickListener(new WidgetUserPhoneManage$onViewBound$4(this)); - getBinding().f2074c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); + getBinding().f2075c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); } @Override // com.discord.widgets.user.account.WidgetUserAccountVerifyBase, com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$1.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$1.java new file mode 100644 index 0000000000..9313b46db2 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$1.java @@ -0,0 +1,26 @@ +package com.discord.widgets.user.phone; + +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetUserPhoneVerify.kt */ +public final class WidgetUserPhoneVerify$autofillCode$1$1 extends o implements Function1 { + public static final WidgetUserPhoneVerify$autofillCode$1$1 INSTANCE = new WidgetUserPhoneVerify$autofillCode$1$1(); + + public WidgetUserPhoneVerify$autofillCode$1$1() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + m.checkNotNullParameter(str, "it"); + } +} diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$2.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$2.java new file mode 100644 index 0000000000..73d665b159 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$autofillCode$1$2.java @@ -0,0 +1,25 @@ +package com.discord.widgets.user.phone; + +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetUserPhoneVerify.kt */ +public final /* synthetic */ class WidgetUserPhoneVerify$autofillCode$1$2 extends k implements Function1 { + public WidgetUserPhoneVerify$autofillCode$1$2(WidgetUserPhoneVerify widgetUserPhoneVerify) { + super(1, widgetUserPhoneVerify, WidgetUserPhoneVerify.class, "handleCodeEntered", "handleCodeEntered(Ljava/lang/String;)V", 0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + m.checkNotNullParameter(str, "p1"); + WidgetUserPhoneVerify.access$handleCodeEntered((WidgetUserPhoneVerify) this.receiver, str); + } +} diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1.java index 4c153b89ac..5ffcfc8150 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1.java @@ -1,29 +1,20 @@ package com.discord.widgets.user.phone; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; +import android.view.View; +import androidx.fragment.app.FragmentActivity; /* compiled from: WidgetUserPhoneVerify.kt */ -public final class WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1 extends o implements Function1 { +public final class WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1 implements View.OnClickListener { public final /* synthetic */ WidgetUserPhoneVerify this$0; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1(WidgetUserPhoneVerify widgetUserPhoneVerify) { - super(1); this.this$0 = widgetUserPhoneVerify; } - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(String str) { - invoke(str); - return Unit.a; - } - - public final void invoke(String str) { - m.checkNotNullParameter(str, "verificationCode"); - WidgetUserPhoneVerify.access$handleCodeEntered(this.this$0, str); + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + FragmentActivity activity = this.this$0.getActivity(); + if (activity != null) { + activity.onBackPressed(); + } } } diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2.java deleted file mode 100644 index fc939afb51..0000000000 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.discord.widgets.user.phone; - -import android.view.View; -import androidx.fragment.app.FragmentActivity; -/* compiled from: WidgetUserPhoneVerify.kt */ -public final class WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2 implements View.OnClickListener { - public final /* synthetic */ WidgetUserPhoneVerify this$0; - - public WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2(WidgetUserPhoneVerify widgetUserPhoneVerify) { - this.this$0 = widgetUserPhoneVerify; - } - - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - FragmentActivity activity = this.this$0.getActivity(); - if (activity != null) { - activity.onBackPressed(); - } - } -} diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$1$1.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$1$1.java new file mode 100644 index 0000000000..7e98e2ceb9 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$1$1.java @@ -0,0 +1,25 @@ +package com.discord.widgets.user.phone; + +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetUserPhoneVerify.kt */ +public final /* synthetic */ class WidgetUserPhoneVerify$onViewBound$1$1 extends k implements Function1 { + public WidgetUserPhoneVerify$onViewBound$1$1(WidgetUserPhoneVerify widgetUserPhoneVerify) { + super(1, widgetUserPhoneVerify, WidgetUserPhoneVerify.class, "handleCodeEntered", "handleCodeEntered(Ljava/lang/String;)V", 0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + m.checkNotNullParameter(str, "p1"); + WidgetUserPhoneVerify.access$handleCodeEntered((WidgetUserPhoneVerify) this.receiver, str); + } +} diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$2.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$2.java new file mode 100644 index 0000000000..5a1054e0a9 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify$onViewBound$2.java @@ -0,0 +1,25 @@ +package com.discord.widgets.user.phone; + +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetUserPhoneVerify.kt */ +public final /* synthetic */ class WidgetUserPhoneVerify$onViewBound$2 extends k implements Function1 { + public WidgetUserPhoneVerify$onViewBound$2(WidgetUserPhoneVerify widgetUserPhoneVerify) { + super(1, widgetUserPhoneVerify, WidgetUserPhoneVerify.class, "autofillCode", "autofillCode(Ljava/lang/String;)V", 0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(String str) { + invoke(str); + return Unit.a; + } + + public final void invoke(String str) { + m.checkNotNullParameter(str, "p1"); + WidgetUserPhoneVerify.access$autofillCode((WidgetUserPhoneVerify) this.receiver, str); + } +} diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java index 069a2ee489..7cf3722d2a 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java @@ -17,13 +17,16 @@ import com.discord.app.LoggingConfig; import com.discord.databinding.WidgetUserPhoneVerifyBinding; import com.discord.restapi.RestAPIParams; import com.discord.stores.utilities.RestCallStateKt; +import com.discord.utilities.features.GrowthTeamFeatures; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.sms.SmsListener; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.user.WidgetUserPasswordVerify; import com.discord.widgets.user.account.WidgetUserAccountVerifyBase; import d0.z.d.m; +import java.util.concurrent.TimeUnit; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.DefaultConstructorMarker; @@ -71,6 +74,10 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { super(R.layout.widget_user_phone_verify); } + public static final /* synthetic */ void access$autofillCode(WidgetUserPhoneVerify widgetUserPhoneVerify, String str) { + widgetUserPhoneVerify.autofillCode(str); + } + public static final /* synthetic */ WidgetUserPhoneVerifyBinding access$getBinding$p(WidgetUserPhoneVerify widgetUserPhoneVerify) { return widgetUserPhoneVerify.getBinding(); } @@ -91,6 +98,15 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { widgetUserPhoneVerify.setMode(mode); } + private final void autofillCode(String str) { + WidgetUserPhoneVerifyBinding binding = getBinding(); + binding.d.setOnCodeEntered(WidgetUserPhoneVerify$autofillCode$1$1.INSTANCE); + binding.d.setCode(str); + binding.d.setOnCodeEntered(new WidgetUserPhoneVerify$autofillCode$1$2(this)); + Thread.sleep(TimeUnit.SECONDS.toMillis(5)); + handleCodeEntered(str); + } + private final WidgetUserPhoneVerifyBinding getBinding() { return (WidgetUserPhoneVerifyBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); } @@ -99,7 +115,7 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { String stringExtra = getMostRecentIntent().getStringExtra(INTENT_EXTRA_PHONE_NUMBER); if (stringExtra != null) { m.checkNotNullExpressionValue(stringExtra, "mostRecentIntent.getStri…A_PHONE_NUMBER) ?: return"); - ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestCallStateKt.logNetworkAction(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), WidgetUserPhoneVerify$handleCodeEntered$1.INSTANCE), false, 1, null), getBinding().f2075c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$2(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$3(this))); + ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestCallStateKt.logNetworkAction(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), WidgetUserPhoneVerify$handleCodeEntered$1.INSTANCE), false, 1, null), getBinding().f2076c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$2(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$3(this))); } } @@ -117,11 +133,13 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { m.checkNotNullParameter(view, "view"); super.onViewBound(view); WidgetUserPhoneVerifyBinding binding = getBinding(); - binding.d.requestFocus(); - binding.d.setOnCodeEntered(new WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1(this)); + binding.d.setOnCodeEntered(new WidgetUserPhoneVerify$onViewBound$1$1(this)); ImageView imageView = binding.b; m.checkNotNullExpressionValue(imageView, "closeButton"); imageView.setVisibility(isForced() ? 8 : 0); - binding.b.setOnClickListener(new WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$2(this)); + binding.b.setOnClickListener(new WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1(this)); + if (GrowthTeamFeatures.INSTANCE.isAndroidSmsAutofillEnabled()) { + SmsListener.Companion.startSmsListener(requireContext(), new WidgetUserPhoneVerify$onViewBound$2(this)); + } } } diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java index 2a49c8b205..7ef200afe4 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java @@ -133,7 +133,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { private final Collection> guildMembers; /* renamed from: me reason: collision with root package name */ - private final MeUser f2239me; + private final MeUser f2240me; private final boolean reducedMotionEnabled; private final ModelRichPresence richPresence; private final StreamContext streamContext; @@ -150,7 +150,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { m.checkNotNullParameter(map, "userIdToGuildMemberMap"); m.checkNotNullParameter(collection, "guildMembers"); m.checkNotNullParameter(modelUserProfile, "userProfile"); - this.f2239me = meUser; + this.f2240me = meUser; this.user = user; this.userIdToGuildMemberMap = map; this.guildMembers = collection; @@ -164,11 +164,11 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public static /* synthetic */ StoreState copy$default(StoreState storeState, MeUser meUser, User user, Map map, Collection collection, ModelRichPresence modelRichPresence, StreamContext streamContext, ModelUserProfile modelUserProfile, Experiment experiment, boolean z2, boolean z3, Channel channel, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.f2239me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); + return storeState.copy((i & 1) != 0 ? storeState.f2240me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); } public final MeUser component1() { - return this.f2239me; + return this.f2240me; } public final boolean component10() { @@ -228,7 +228,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.f2239me, storeState.f2239me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); + return m.areEqual(this.f2240me, storeState.f2240me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); } public final boolean getAllowAnimatedEmojis() { @@ -244,7 +244,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2239me; + return this.f2240me; } public final boolean getReducedMotionEnabled() { @@ -276,7 +276,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public int hashCode() { - MeUser meUser = this.f2239me; + MeUser meUser = this.f2240me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; User user = this.user; @@ -316,7 +316,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { public String toString() { StringBuilder P = a.P("StoreState(me="); - P.append(this.f2239me); + P.append(this.f2240me); P.append(", user="); P.append(this.user); P.append(", userIdToGuildMemberMap="); diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java index 2d0692a17e..2785718224 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java @@ -42,19 +42,19 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public static final class Emoji { /* renamed from: id reason: collision with root package name */ - private final String f2240id; + private final String f2241id; private final boolean isAnimated; private final String name; public Emoji(String str, String str2, boolean z2) { - this.f2240id = str; + this.f2241id = str; this.name = str2; this.isAnimated = z2; } public static /* synthetic */ Emoji copy$default(Emoji emoji, String str, String str2, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = emoji.f2240id; + str = emoji.f2241id; } if ((i & 2) != 0) { str2 = emoji.name; @@ -66,7 +66,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public final String component1() { - return this.f2240id; + return this.f2241id; } public final String component2() { @@ -89,11 +89,11 @@ public final class UserStatusPresenceCustomView extends LinearLayout { return false; } Emoji emoji = (Emoji) obj; - return m.areEqual(this.f2240id, emoji.f2240id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; + return m.areEqual(this.f2241id, emoji.f2241id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; } public final String getId() { - return this.f2240id; + return this.f2241id; } public final String getName() { @@ -101,7 +101,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public int hashCode() { - String str = this.f2240id; + String str = this.f2241id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -125,7 +125,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public String toString() { StringBuilder P = a.P("Emoji(id="); - P.append(this.f2240id); + P.append(this.f2241id); P.append(", name="); P.append(this.name); P.append(", isAnimated="); diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java index 12314a891c..12f7b459e0 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java @@ -87,7 +87,7 @@ public final class WidgetGlobalSearchGuildsAdapter extends MGRecyclerAdapterSimp public void onConfigure(int i, WidgetGlobalSearchGuildsModel.Item item) { m.checkNotNullParameter(item, "data"); super.onConfigure(i, item); - TextView textView = this.binding.f1885c; + TextView textView = this.binding.f1886c; m.checkNotNullExpressionValue(textView, "binding.guildsItemDmCount"); configureMentionsCount(textView, item.getMentionCount()); SimpleDraweeView simpleDraweeView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java index 14b88c7859..1f021f1d77 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java @@ -66,7 +66,7 @@ public final class WidgetGlobalSearchGuildsModel { private final Guild guild; /* renamed from: id reason: collision with root package name */ - private final long f2241id; + private final long f2242id; private final boolean isSelected; private final boolean isUnread; private final String key; @@ -105,7 +105,7 @@ public final class WidgetGlobalSearchGuildsModel { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x001c: INVOKE (r4v1 int) = (r0v0 'this' com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel$Item A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel.Item.getType():int), ('-' char), (r2v0 long)] */ public Item(int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3) { this._type = i; - this.f2241id = j; + this.f2242id = j; this.channel = channel; this.guild = guild; this.mentionCount = i2; @@ -131,11 +131,11 @@ public final class WidgetGlobalSearchGuildsModel { } public static /* synthetic */ Item copy$default(Item item, int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3, int i4, Object obj) { - return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2241id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); + return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2242id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); } public final long component2() { - return this.f2241id; + return this.f2242id; } public final Channel component3() { @@ -178,7 +178,7 @@ public final class WidgetGlobalSearchGuildsModel { return false; } Item item = (Item) obj; - return this._type == item._type && this.f2241id == item.f2241id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; + return this._type == item._type && this.f2242id == item.f2242id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; } public final Channel getChannel() { @@ -194,7 +194,7 @@ public final class WidgetGlobalSearchGuildsModel { } public final long getId() { - return this.f2241id; + return this.f2242id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -216,7 +216,7 @@ public final class WidgetGlobalSearchGuildsModel { } public int hashCode() { - int a = (b.a(this.f2241id) + (this._type * 31)) * 31; + int a = (b.a(this.f2242id) + (this._type * 31)) * 31; Channel channel = this.channel; int i = 0; int hashCode = (a + (channel != null ? channel.hashCode() : 0)) * 31; @@ -261,7 +261,7 @@ public final class WidgetGlobalSearchGuildsModel { StringBuilder P = a.P("Item(_type="); P.append(this._type); P.append(", id="); - P.append(this.f2241id); + P.append(this.f2242id); P.append(", channel="); P.append(this.channel); P.append(", guild="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java index 76a0f17840..bb82d5eb45 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java @@ -18,7 +18,7 @@ public final class WidgetUserSheet$onViewCreated$14 implements View.OnFocusChang if (!z2) { WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2083y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2084y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java index db6bad0d86..03b3361f8f 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java @@ -33,10 +33,10 @@ public final class WidgetUserSheet$onViewCreated$15 extends o implements Functio m.checkNotNullParameter(textView, "it"); WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2083y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2084y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); - WidgetUserSheet.access$getBinding$p(this.this$0).f2083y.clearFocus(); + WidgetUserSheet.access$getBinding$p(this.this$0).f2084y.clearFocus(); this.this$0.hideKeyboard(this.$view); } } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java index 4a6b7a53de..9b252d8ebf 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java @@ -234,7 +234,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureAboutMe(WidgetUserSheetViewModel.ViewState.Loaded loaded) { List> bioAst = loaded.getBioAst(); - TextView textView = getBinding().f2080c; + TextView textView = getBinding().f2081c; m.checkNotNullExpressionValue(textView, "binding.aboutMeHeader"); boolean z2 = true; int i = 0; @@ -336,7 +336,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureIncomingFriendRequest(WidgetUserSheetViewModel.ViewState.Loaded loaded) { int i = 0; boolean z2 = ModelUserRelationship.getType(Integer.valueOf(loaded.getUserRelationshipType())) == 3; - TextView textView = getBinding().f2081s; + TextView textView = getBinding().f2082s; m.checkNotNullExpressionValue(textView, "binding.userSheetIncomingFriendRequestHeader"); textView.setVisibility(z2 ? 0 : 8); LinearLayout linearLayout = getBinding().p; @@ -350,32 +350,32 @@ public final class WidgetUserSheet extends AppBottomSheet { } private final void configureNote(WidgetUserSheetViewModel.ViewState.Loaded loaded) { - getBinding().f2082x.setRawInputType(1); + getBinding().f2083x.setRawInputType(1); StoreUserNotes.UserNoteState userNoteFetchState = loaded.getUserNoteFetchState(); if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Empty) { - TextInputLayout textInputLayout = getBinding().f2083y; + TextInputLayout textInputLayout = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); textInputLayout.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout2 = getBinding().f2083y; + TextInputLayout textInputLayout2 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); textInputLayout2.setEnabled(true); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loading) { - TextInputLayout textInputLayout3 = getBinding().f2083y; + TextInputLayout textInputLayout3 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout3, "binding.userSheetNoteTextFieldWrap"); textInputLayout3.setHint(getString(R.string.loading_note)); - TextInputLayout textInputLayout4 = getBinding().f2083y; + TextInputLayout textInputLayout4 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout4, "binding.userSheetNoteTextFieldWrap"); textInputLayout4.setEnabled(false); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loaded) { - TextInputLayout textInputLayout5 = getBinding().f2083y; + TextInputLayout textInputLayout5 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout5, "binding.userSheetNoteTextFieldWrap"); textInputLayout5.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout6 = getBinding().f2083y; + TextInputLayout textInputLayout6 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout6, "binding.userSheetNoteTextFieldWrap"); textInputLayout6.setEnabled(true); } if (loaded.getUserNote() != null) { - TextInputLayout textInputLayout7 = getBinding().f2083y; + TextInputLayout textInputLayout7 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout7, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setTextIfDifferent(textInputLayout7, loaded.getUserNote()); } @@ -429,21 +429,21 @@ public final class WidgetUserSheet extends AppBottomSheet { Button button2 = getBinding().f; m.checkNotNullExpressionValue(button2, "binding.userSheetAddFriendActionButton"); button2.setVisibility(0); - Button button3 = getBinding().f2084z; + Button button3 = getBinding().f2085z; m.checkNotNullExpressionValue(button3, "binding.userSheetPendingFriendRequestActionButton"); button3.setVisibility(8); } else if (userRelationshipType == 3 || userRelationshipType == 4) { Button button4 = getBinding().f; m.checkNotNullExpressionValue(button4, "binding.userSheetAddFriendActionButton"); button4.setVisibility(8); - Button button5 = getBinding().f2084z; + Button button5 = getBinding().f2085z; m.checkNotNullExpressionValue(button5, "binding.userSheetPendingFriendRequestActionButton"); button5.setVisibility(0); } else { Button button6 = getBinding().f; m.checkNotNullExpressionValue(button6, "binding.userSheetAddFriendActionButton"); button6.setVisibility(8); - Button button7 = getBinding().f2084z; + Button button7 = getBinding().f2085z; m.checkNotNullExpressionValue(button7, "binding.userSheetPendingFriendRequestActionButton"); button7.setVisibility(8); } @@ -457,7 +457,7 @@ public final class WidgetUserSheet extends AppBottomSheet { } button8.setVisibility(i); getBinding().f.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$6(this, loaded)); - getBinding().f2084z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); + getBinding().f2085z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); return; } return; @@ -767,10 +767,10 @@ public final class WidgetUserSheet extends AppBottomSheet { if (j > 0 && j2 > 0) { StoreStream.Companion.getGuildSubscriptions().unsubscribeUser(j2, j); } - hideKeyboard(getBinding().f2083y); + hideKeyboard(getBinding().f2084y); WidgetUserSheetViewModel viewModel = getViewModel(); Context context = getContext(); - TextInputLayout textInputLayout = getBinding().f2083y; + TextInputLayout textInputLayout = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); viewModel.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); super.onPause(); @@ -813,14 +813,14 @@ public final class WidgetUserSheet extends AppBottomSheet { getBinding().h.setOnServerDeafen(new WidgetUserSheet$onViewCreated$11(this)); getBinding().h.setOnServerMove(new WidgetUserSheet$onViewCreated$12(this)); getBinding().h.setOnDisconnect(new WidgetUserSheet$onViewCreated$13(this)); - TextInputLayout textInputLayout = getBinding().f2083y; + TextInputLayout textInputLayout = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnEditTextFocusChangeListener(textInputLayout, new WidgetUserSheet$onViewCreated$14(this)); - TextInputLayout textInputLayout2 = getBinding().f2083y; + TextInputLayout textInputLayout2 = getBinding().f2084y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserSheet$onViewCreated$15(this, view), 1, null); ViewCompat.setAccessibilityDelegate(getBinding().v, new WidgetUserSheet$onViewCreated$16(this)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2081s, getBinding().I})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2082s, getBinding().I})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java index 7e0533cf56..0fd2e7c439 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java @@ -752,7 +752,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private final boolean inGuildAvatarExperiment; /* renamed from: me reason: collision with root package name */ - private final MeUser f2242me; + private final MeUser f2243me; private final boolean muted; private final Map mySelectedVoiceChannelVoiceStates; private final StageRoles myStageRoles; @@ -772,7 +772,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private StoreState(User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5) { this.user = user; - this.f2242me = meUser; + this.f2243me = meUser; this.channel = channel; this.computedMembers = map; this.guildRoles = map2; @@ -802,7 +802,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { /* renamed from: copy-U9gTzXU$default reason: not valid java name */ public static /* synthetic */ StoreState m53copyU9gTzXU$default(StoreState storeState, User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5, int i, Object obj) { - return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2242me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); + return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2243me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); } public final User component1() { @@ -850,7 +850,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2242me; + return this.f2243me; } /* renamed from: component20-twRsX-0 reason: not valid java name */ @@ -921,7 +921,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2242me, storeState.f2242me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; + return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2243me, storeState.f2243me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; } public final Channel getChannel() { @@ -949,7 +949,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2242me; + return this.f2243me; } public final boolean getMuted() { @@ -1022,7 +1022,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2242me; + MeUser meUser = this.f2243me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -1095,7 +1095,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { StringBuilder P = a.P("StoreState(user="); P.append(this.user); P.append(", me="); - P.append(this.f2242me); + P.append(this.f2243me); P.append(", channel="); P.append(this.channel); P.append(", computedMembers="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java index 430ed833e3..6d343b280e 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java @@ -37,14 +37,14 @@ public final class WidgetUserSheetViewModelStoreState { private final Channel channel; /* renamed from: me reason: collision with root package name */ - private final MeUser f2243me; + private final MeUser f2244me; private final Channel selectedVoiceChannel; private final User user; public BootstrapData(User user, MeUser meUser, Channel channel, Channel channel2) { m.checkNotNullParameter(meUser, "me"); this.user = user; - this.f2243me = meUser; + this.f2244me = meUser; this.channel = channel; this.selectedVoiceChannel = channel2; } @@ -54,7 +54,7 @@ public final class WidgetUserSheetViewModelStoreState { user = bootstrapData.user; } if ((i & 2) != 0) { - meUser = bootstrapData.f2243me; + meUser = bootstrapData.f2244me; } if ((i & 4) != 0) { channel = bootstrapData.channel; @@ -70,7 +70,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser component2() { - return this.f2243me; + return this.f2244me; } public final Channel component3() { @@ -94,7 +94,7 @@ public final class WidgetUserSheetViewModelStoreState { return false; } BootstrapData bootstrapData = (BootstrapData) obj; - return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2243me, bootstrapData.f2243me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); + return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2244me, bootstrapData.f2244me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); } public final Channel getChannel() { @@ -102,7 +102,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser getMe() { - return this.f2243me; + return this.f2244me; } public final Channel getSelectedVoiceChannel() { @@ -117,7 +117,7 @@ public final class WidgetUserSheetViewModelStoreState { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2243me; + MeUser meUser = this.f2244me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -132,7 +132,7 @@ public final class WidgetUserSheetViewModelStoreState { StringBuilder P = a.P("BootstrapData(user="); P.append(this.user); P.append(", me="); - P.append(this.f2243me); + P.append(this.f2244me); P.append(", channel="); P.append(this.channel); P.append(", selectedVoiceChannel="); diff --git a/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java b/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java index ad24ce447a..0b2053a6b3 100644 --- a/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java +++ b/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java @@ -1,7 +1,6 @@ package com.discord.widgets.voice; import android.content.Context; -import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; @@ -20,13 +19,12 @@ public final class VoiceUtils$handleCallChannel$1 extends o implements Function0 public final /* synthetic */ AppPermissionsRequests $appPermissionsRequests; public final /* synthetic */ Channel $channel; public final /* synthetic */ Context $context; - public final /* synthetic */ Fragment $fragment; public final /* synthetic */ FragmentManager $fragmentManager; public final /* synthetic */ boolean $hasUserSeenVoiceChannelOnboarding; public final /* synthetic */ boolean $isNewUser; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public VoiceUtils$handleCallChannel$1(Channel channel, AppPermissionsRequests appPermissionsRequests, AppComponent appComponent, Context context, FragmentManager fragmentManager, boolean z2, boolean z3, Fragment fragment) { + public VoiceUtils$handleCallChannel$1(Channel channel, AppPermissionsRequests appPermissionsRequests, AppComponent appComponent, Context context, FragmentManager fragmentManager, boolean z2, boolean z3) { super(0); this.$channel = channel; this.$appPermissionsRequests = appPermissionsRequests; @@ -35,7 +33,6 @@ public final class VoiceUtils$handleCallChannel$1 extends o implements Function0 this.$fragmentManager = fragmentManager; this.$hasUserSeenVoiceChannelOnboarding = z2; this.$isNewUser = z3; - this.$fragment = fragment; } @Override // kotlin.jvm.functions.Function0 @@ -48,7 +45,7 @@ public final class VoiceUtils$handleCallChannel$1 extends o implements Function0 } else if (this.$hasUserSeenVoiceChannelOnboarding || !this.$isNewUser) { WidgetVoiceBottomSheet.Companion.show(this.$fragmentManager, this.$channel.h(), true, WidgetVoiceBottomSheet.FeatureContext.HOME); } else { - WidgetGuildCallOnboardingSheet.Companion.show(this.$fragment, this.$channel.h()); + WidgetGuildCallOnboardingSheet.Companion.show(this.$fragmentManager, this.$channel.h()); } } } diff --git a/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java b/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java index e41ad09c84..d50368a119 100644 --- a/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java +++ b/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java @@ -1,10 +1,11 @@ package com.discord.widgets.voice; import android.content.Context; -import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import com.discord.api.channel.Channel; +import com.discord.app.AppBottomSheet; import com.discord.app.AppComponent; +import com.discord.app.AppFragment; import com.discord.app.AppPermissionsRequests; import com.discord.stores.StoreStream; import com.discord.utilities.guilds.MemberVerificationUtils; @@ -18,14 +19,32 @@ public final class VoiceUtils { private VoiceUtils() { } - public static final void handleCallChannel(Channel channel, AppComponent appComponent, AppPermissionsRequests appPermissionsRequests, Context context, FragmentManager fragmentManager, Fragment fragment) { + public static final void handleCallChannel(Channel channel, AppBottomSheet appBottomSheet) { + m.checkNotNullParameter(channel, "channel"); + m.checkNotNullParameter(appBottomSheet, "appBottomSheet"); + Context requireContext = appBottomSheet.requireContext(); + m.checkNotNullExpressionValue(requireContext, "appBottomSheet.requireContext()"); + FragmentManager parentFragmentManager = appBottomSheet.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "appBottomSheet.parentFragmentManager"); + handleCallChannel(channel, appBottomSheet, appBottomSheet, requireContext, parentFragmentManager); + } + + public static final void handleCallChannel(Channel channel, AppComponent appComponent, AppPermissionsRequests appPermissionsRequests, Context context, FragmentManager fragmentManager) { m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(appComponent, "appComponent"); m.checkNotNullParameter(appPermissionsRequests, "appPermissionsRequests"); m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(fragmentManager, "fragmentManager"); - m.checkNotNullParameter(fragment, "fragment"); boolean isNewUser$default = UserUtils.isNewUser$default(UserUtils.INSTANCE, StoreStream.Companion.getUsers().getMe(), null, 1, null); - MemberVerificationUtils.maybeShowVerificationGate$default(MemberVerificationUtils.INSTANCE, context, fragmentManager, channel.f(), "Guild Voice", null, null, new VoiceUtils$handleCallChannel$1(channel, appPermissionsRequests, appComponent, context, fragmentManager, WidgetGuildCallOnboardingSheet.Companion.hasUserSeenVoiceChannelOnboarding(context), isNewUser$default, fragment), 48, null); + MemberVerificationUtils.maybeShowVerificationGate$default(MemberVerificationUtils.INSTANCE, context, fragmentManager, channel.f(), "Guild Voice", null, null, new VoiceUtils$handleCallChannel$1(channel, appPermissionsRequests, appComponent, context, fragmentManager, WidgetGuildCallOnboardingSheet.Companion.hasUserSeenVoiceChannelOnboarding(context), isNewUser$default), 48, null); + } + + public static final void handleCallChannel(Channel channel, AppFragment appFragment) { + m.checkNotNullParameter(channel, "channel"); + m.checkNotNullParameter(appFragment, "appFragment"); + Context requireContext = appFragment.requireContext(); + FragmentManager parentFragmentManager = appFragment.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "appFragment.parentFragmentManager"); + handleCallChannel(channel, appFragment, appFragment, requireContext, parentFragmentManager); } } diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java index 83c93ba5c4..5010880c4a 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java @@ -259,7 +259,7 @@ public class WidgetVoiceCallIncoming extends AppFragment { } linearLayout.setVisibility(i); getBinding().d.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$2(this, model)); - getBinding().f2087c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); + getBinding().f2088c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); getBinding().f.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$4(this, model)); } diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java index 6b28d29867..9e3ce36997 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java @@ -240,7 +240,7 @@ public final class WidgetVoiceCallInline extends AppFragment { private final void onViewBindingDestroy(WidgetVoiceCallInlineBinding widgetVoiceCallInlineBinding) { b a = b.C0034b.a(); - MaterialButton materialButton = widgetVoiceCallInlineBinding.f2088c; + MaterialButton materialButton = widgetVoiceCallInlineBinding.f2089c; m.checkNotNullExpressionValue(materialButton, "binding.voiceConnectedPtt"); a.i.remove(Integer.valueOf(materialButton.getId())); a.a(); @@ -254,9 +254,9 @@ public final class WidgetVoiceCallInline extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - getBinding().f2088c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); - getBinding().f2088c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); - getBinding().f2088c.addOnLayoutChangeListener(b.C0034b.a()); + getBinding().f2089c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); + getBinding().f2089c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); + getBinding().f2089c.addOnLayoutChangeListener(b.C0034b.a()); setWindowInsetsListeners(); } diff --git a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java index 9a12d6fd0b..bf7fef749e 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java @@ -103,7 +103,7 @@ public final class AnchoredVoiceControlsView extends FrameLayout { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java index 7017f0a288..d0d25d568c 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java @@ -193,7 +193,7 @@ public final class WidgetScreenShareNfxSheet extends AppBottomSheet { public void onViewCreated(View view, Bundle bundle) { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); - getBinding().f1933c.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$1(this)); + getBinding().f1934c.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java index f878e81ffc..f68fb3fd5e 100644 --- a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java @@ -14,7 +14,7 @@ public final class WidgetIssueDetailsForm$onViewBound$1 implements View.OnClickL @Override // android.view.View.OnClickListener public final void onClick(View view) { - TextInputLayout textInputLayout = WidgetIssueDetailsForm.access$getBinding$p(this.this$0).f1901c; + TextInputLayout textInputLayout = WidgetIssueDetailsForm.access$getBinding$p(this.this$0).f1902c; m.checkNotNullExpressionValue(textInputLayout, "binding.issueDetailsInput"); WidgetIssueDetailsForm.access$getViewModel$p(this.this$0).submitForm(ViewExtensions.getTextOrEmpty(textInputLayout)); } diff --git a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java index 207f91c2e4..6443a6d491 100644 --- a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java +++ b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java @@ -102,7 +102,7 @@ public final class WidgetIssueDetailsForm extends AppFragment { c.a.d.m.i(this, R.string.call_feedback_confirmation, 0, 4); AppActivity appActivity = getAppActivity(); if (appActivity != null) { - appActivity.hideKeyboard(getBinding().f1901c); + appActivity.hideKeyboard(getBinding().f1902c); } requireActivity().onBackPressed(); } @@ -121,10 +121,10 @@ public final class WidgetIssueDetailsForm extends AppFragment { m.checkNotNullExpressionValue(materialButton, "binding.issueDetailsSubmitButton"); materialButton.setEnabled(false); getBinding().d.setOnClickListener(new WidgetIssueDetailsForm$onViewBound$1(this)); - TextInputLayout textInputLayout = getBinding().f1901c; + TextInputLayout textInputLayout = getBinding().f1902c; m.checkNotNullExpressionValue(textInputLayout, "binding.issueDetailsInput"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetIssueDetailsForm$onViewBound$2(this)); - TextInputLayout textInputLayout2 = getBinding().f1901c; + TextInputLayout textInputLayout2 = getBinding().f1902c; m.checkNotNullExpressionValue(textInputLayout2, "binding.issueDetailsInput"); showKeyboard(textInputLayout2); LinkifiedTextView linkifiedTextView = getBinding().b; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java index ec6dfafd50..3a575d8ddb 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java @@ -52,21 +52,21 @@ public final class WidgetCallFullscreen$configureMenu$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_call_overlay_launcher /* 2131364172 */: + case R.id.menu_call_overlay_launcher /* 2131364173 */: DiscordOverlayService.Companion companion = DiscordOverlayService.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launchForConnect(context); return; - case R.id.menu_call_switch_camera /* 2131364173 */: + case R.id.menu_call_switch_camera /* 2131364174 */: WidgetCallFullscreen.access$getViewModel$p(this.this$0).switchCameraInputPressed(); return; - case R.id.menu_call_video_list /* 2131364174 */: + case R.id.menu_call_video_list /* 2131364175 */: WidgetVoiceBottomSheet.Companion companion2 = WidgetVoiceBottomSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion2.show(parentFragmentManager, this.$viewState.getCallModel().getChannel().h(), false, WidgetVoiceBottomSheet.FeatureContext.FULLSCREEN_CALL).setOnStreamPreviewClickedListener(new AnonymousClass1(this)); return; - case R.id.menu_call_voice_settings /* 2131364175 */: + case R.id.menu_call_voice_settings /* 2131364176 */: WidgetVoiceSettingsBottomSheet.Companion companion3 = WidgetVoiceSettingsBottomSheet.Companion; Long valueOf = Long.valueOf(this.$viewState.getCallModel().getChannel().h()); FragmentManager parentFragmentManager2 = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java index e0b44cdc56..d937b3280f 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java @@ -87,7 +87,6 @@ import com.discord.widgets.settings.premium.WidgetSettingsPremium; import com.discord.widgets.stage.StageRoles; import com.discord.widgets.stage.model.StageCallModel; import com.discord.widgets.stage.sheet.WidgetEndStageBottomSheet; -import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import com.discord.widgets.status.WidgetGlobalStatusIndicatorState; import com.discord.widgets.user.usersheet.WidgetUserSheet; @@ -240,7 +239,7 @@ public final class WidgetCallFullscreen extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; @@ -635,7 +634,7 @@ public final class WidgetCallFullscreen extends AppFragment { GuildEventPromptListView guildEventPromptListView = (GuildEventPromptListView) getEventPromptOverlay().getMaybeView(); if (guildEventPromptListView != null) { GuildEventPromptListView.ScheduledEventData scheduledEventData = (startableEvent != null && GuildScheduledEventUtilities.Companion.canStartEventInChannel(valid.getCallModel().getChannel(), valid.getChannelPermissions())) ? new GuildEventPromptListView.ScheduledEventData(startableEvent, widgetCallFullscreen$configureEventPrompt$onStartEvent$1) : null; - if (guild == null || valid.getStageCallModel() == null || !StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(guild.getId()) || !PermissionUtils.can(Permission.START_STAGE_EVENT, valid.getChannelPermissions())) { + if (guild == null || valid.getStageCallModel() == null || !StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(guild.getId()) || !PermissionUtils.can(Permission.START_STAGE_EVENT, valid.getChannelPermissions())) { widgetCallFullscreen$configureEventPrompt$onCreateEventClick$1 = null; } if (valid.getStageCallModel() == null || !StageRoles.m26isModeratorimpl(valid.getStageCallModel().m40getMyStageRoles1LxfuJo())) { diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java index 789a6faed1..eb03c90bec 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java @@ -1725,7 +1725,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel return participantData; } m.checkNotNullParameter(applicationStreamMetadata, "metadata"); - VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2167c); + VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2168c); Integer num = applicationStreamMetadata.d; if (num != null) { streamFps = new VideoCallParticipantView.StreamFps(num.intValue()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetGuildCallOnboardingSheet.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetGuildCallOnboardingSheet.java index 0016b3ef7c..ee2e4057b3 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetGuildCallOnboardingSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetGuildCallOnboardingSheet.java @@ -55,15 +55,13 @@ public final class WidgetGuildCallOnboardingSheet extends AppBottomSheet { PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean("CACHE_KEY_VOICE_CHANNEL_ONBOARDED", true).apply(); } - public final void show(Fragment fragment, long j) { - m.checkNotNullParameter(fragment, "fragment"); + public final void show(FragmentManager fragmentManager, long j) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); WidgetGuildCallOnboardingSheet widgetGuildCallOnboardingSheet = new WidgetGuildCallOnboardingSheet(); Bundle bundle = new Bundle(); bundle.putLong("com.discord.intent.extra.EXTRA_CHANNEL_ID", j); widgetGuildCallOnboardingSheet.setArguments(bundle); - FragmentManager parentFragmentManager = fragment.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "fragment.parentFragmentManager"); - widgetGuildCallOnboardingSheet.show(parentFragmentManager, WidgetGuildCallOnboardingSheet.class.getName()); + widgetGuildCallOnboardingSheet.show(fragmentManager, WidgetGuildCallOnboardingSheet.class.getName()); } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java index c6a0366b39..701937abbc 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java @@ -86,7 +86,7 @@ public final class WidgetStartCallSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); long j = getArgumentsOrDefault().getLong(ARG_VOICE_CHANNEL_ID); - getBinding().f2045c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); + getBinding().f2046c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); getBinding().b.setOnClickListener(new WidgetStartCallSheet$onViewCreated$2(this, j)); } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java index 7aa525166a..42e515050b 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java @@ -47,7 +47,7 @@ public final class VideoCallGridViewHolder extends RecyclerView.ViewHolder { Objects.requireNonNull(videoCallParticipantView); m.checkNotNullParameter(function2, "onShown"); m.checkNotNullParameter(function22, "onClicked"); - videoCallParticipantView.f2207x = function2; + videoCallParticipantView.f2208x = function2; videoCallParticipantView.w = function22; } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java index 5995ee9bf5..fb49ec77cb 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java @@ -53,7 +53,7 @@ public final class AudienceViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.AudienceItem audienceItem = (StageCallItem.AudienceItem) stageCallItem; - this.binding.f2036c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); + this.binding.f2037c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); ImageView imageView = this.binding.e; imageView.setVisibility(audienceItem.getVoiceUser().isRequestingToSpeak() ? 0 : 8); imageView.setActivated(audienceItem.getVoiceUser().isInvitedToSpeak()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java index 69495d83ac..b9389ae5cb 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java @@ -129,7 +129,7 @@ public final class DetailsViewHolder extends StageCallViewHolder { ImageView imageView4 = this.binding.b; m.checkNotNullExpressionValue(imageView4, "binding.publicDot"); imageView4.setVisibility(detailsItem.isPublic() ? 0 : 8); - ImageView imageView5 = this.binding.f2037c; + ImageView imageView5 = this.binding.f2038c; m.checkNotNullExpressionValue(imageView5, "binding.publicIcon"); imageView5.setVisibility(detailsItem.isPublic() ? 0 : 8); TextView textView9 = this.binding.d; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java index 36c0127508..5b4792db5c 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java @@ -38,7 +38,7 @@ public final class PrestartDetailsViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.PreStartDetailsItem preStartDetailsItem = (StageCallItem.PreStartDetailsItem) stageCallItem; - TextView textView = this.binding.f2039c; + TextView textView = this.binding.f2040c; m.checkNotNullExpressionValue(textView, "binding.title"); textView.setText(preStartDetailsItem.getTitle()); TextView textView2 = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallBottomSheetManager.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallBottomSheetManager.java index 5049998e9d..3016d54210 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallBottomSheetManager.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallBottomSheetManager.java @@ -11,7 +11,7 @@ import com.discord.widgets.stage.settings.WidgetStageSettings; import com.discord.widgets.stage.sheet.WidgetStageAudienceNoticeBottomSheet; import com.discord.widgets.stage.sheet.WidgetStageModeratorJoinBottomSheet; import com.discord.widgets.stage.sheet.WidgetStageStartEventBottomSheet; -import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; +import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; import d0.z.d.m; import java.util.Map; /* compiled from: StageCallBottomSheetManager.kt */ @@ -34,7 +34,7 @@ public final class StageCallBottomSheetManager { WidgetStageAudienceNoticeBottomSheet.Companion.show(fragmentManager, channel.h()); } else if (z3 && !z2) { WidgetStageStartEventBottomSheet.Companion.show(fragmentManager, channel.h()); - } else if (!StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(channel.f())) { + } else if (!StageEventsGuildsFeatureFlag.Companion.getINSTANCE().canGuildAccessStageEvents(channel.f())) { if (z3 && z2) { WidgetStageSettings.Companion.launch$default(WidgetStageSettings.Companion, context, channel.h(), false, null, 12, null); } else if (StageRoles.m26isModeratorimpl(r6.m29unboximpl()) && !StageRoles.m27isSpeakerimpl(r6.m29unboximpl())) { diff --git a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java index b142ce17d5..1bb99d52c4 100644 --- a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java +++ b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java @@ -24,7 +24,7 @@ public final class WidgetVoiceChannelSettings$configureUI$6 implements View.OnCl WidgetVoiceChannelSettings widgetVoiceChannelSettings = this.this$0; long h = this.$this_configureUI.getChannel().h(); StatefulViews access$getState$p = WidgetVoiceChannelSettings.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2089c; + TextInputLayout textInputLayout = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2090c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); String str = (String) access$getState$p.get(textInputLayout.getId(), AnimatableValueParser.y0(this.$this_configureUI.getChannel())); StatefulViews access$getState$p2 = WidgetVoiceChannelSettings.access$getState$p(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java index 015efae257..39ae47c76d 100644 --- a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java +++ b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java @@ -384,10 +384,10 @@ public final class WidgetVoiceChannelSettings extends AppFragment { c.a.k.b.n(textView9, R.string.form_help_region_override, new Object[0], null, 4); getBinding().g.setOnClickListener(new WidgetVoiceChannelSettings$configureUI$4(this, model)); configureRegionOverrideVisibility(model.getCanManageChannel()); - TextInputLayout textInputLayout = getBinding().f2089c; + TextInputLayout textInputLayout = getBinding().f2090c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); StatefulViews statefulViews4 = this.state; - TextInputLayout textInputLayout2 = getBinding().f2089c; + TextInputLayout textInputLayout2 = getBinding().f2090c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews4.get(textInputLayout2.getId(), AnimatableValueParser.y0(model.getChannel()))); TextInputLayout textInputLayout3 = getBinding().d; @@ -420,7 +420,7 @@ public final class WidgetVoiceChannelSettings extends AppFragment { m.checkNotNullExpressionValue(view, "binding.userLimitDivider"); int i = 0; view.setVisibility(z2 ? 0 : 8); - TextView textView = getBinding().f2090s; + TextView textView = getBinding().f2091s; m.checkNotNullExpressionValue(textView, "binding.userLimitTitle"); textView.setVisibility(z2 ? 0 : 8); LinearLayout linearLayout = getBinding().o; @@ -511,7 +511,7 @@ public final class WidgetVoiceChannelSettings extends AppFragment { statefulViews2.addOptionalFields(textView); StatefulViews statefulViews3 = this.state; FloatingActionButton floatingActionButton = getBinding().i; - TextInputLayout textInputLayout2 = getBinding().f2089c; + TextInputLayout textInputLayout2 = getBinding().f2090c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java b/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java index a198b06754..d332a4cce7 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/CallParticipantsAdapter.java @@ -488,7 +488,7 @@ public final class CallParticipantsAdapter extends MGRecyclerAdapterSimple weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2191c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2192c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; @@ -1442,7 +1442,7 @@ public final class WidgetVoiceBottomSheetViewModel extends AppViewModel f2245c; + public final Supplier f2246c; public final long d; public final long e; public final long f; @@ -41,7 +41,7 @@ public class DiskCacheConfig { public Supplier b; /* renamed from: c reason: collision with root package name */ - public long f2246c = 41943040; + public long f2247c = 41943040; public g d = new c.f.b.b.b(); public final Context e; @@ -66,8 +66,8 @@ public class DiskCacheConfig { this.b = str; Supplier supplier = bVar.b; Objects.requireNonNull(supplier); - this.f2245c = supplier; - this.d = bVar.f2246c; + this.f2246c = supplier; + this.d = bVar.f2247c; this.e = 10485760; this.f = Permission.SPEAK; g gVar = bVar.d; diff --git a/app/src/main/java/com/facebook/common/references/CloseableReference.java b/app/src/main/java/com/facebook/common/references/CloseableReference.java index 7790129b80..b7da8c312c 100644 --- a/app/src/main/java/com/facebook/common/references/CloseableReference.java +++ b/app/src/main/java/com/facebook/common/references/CloseableReference.java @@ -64,7 +64,7 @@ public abstract class CloseableReference implements Cloneable, Closeable { this.n = sharedReference; synchronized (sharedReference) { sharedReference.b(); - sharedReference.f2247c++; + sharedReference.f2248c++; } this.o = cVar; this.p = th; diff --git a/app/src/main/java/com/facebook/common/references/SharedReference.java b/app/src/main/java/com/facebook/common/references/SharedReference.java index 093407319a..2f88050a7b 100644 --- a/app/src/main/java/com/facebook/common/references/SharedReference.java +++ b/app/src/main/java/com/facebook/common/references/SharedReference.java @@ -13,7 +13,7 @@ public class SharedReference { public T b; /* renamed from: c reason: collision with root package name */ - public int f2247c = 1; + public int f2248c = 1; public final f d; public static class NullReferenceException extends RuntimeException { @@ -45,9 +45,9 @@ public class SharedReference { T t; synchronized (this) { b(); - AnimatableValueParser.j(Boolean.valueOf(this.f2247c > 0)); - i = this.f2247c - 1; - this.f2247c = i; + AnimatableValueParser.j(Boolean.valueOf(this.f2248c > 0)); + i = this.f2248c - 1; + this.f2248c = i; } if (i == 0) { synchronized (this) { @@ -76,7 +76,7 @@ public class SharedReference { boolean z3; synchronized (this) { z2 = false; - z3 = this.f2247c > 0; + z3 = this.f2248c > 0; } if (z3) { z2 = true; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java index ca09451670..2f0b6a08bb 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java @@ -29,7 +29,7 @@ public abstract class AbstractDraweeController implements DraweeControl public static final Map b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); /* renamed from: c reason: collision with root package name */ - public static final Class f2248c = AbstractDraweeController.class; + public static final Class f2249c = AbstractDraweeController.class; public final c d; public final c.f.g.b.a e; public final Executor f; @@ -47,7 +47,7 @@ public abstract class AbstractDraweeController implements DraweeControl public boolean r; /* renamed from: s reason: collision with root package name */ - public String f2249s; + public String f2250s; public DataSource t; public T u; public boolean v; @@ -182,7 +182,7 @@ public abstract class AbstractDraweeController implements DraweeControl this.t = j; B(j, null); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); + c.f.d.e.a.j(f2249c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); } this.t.f(new a(this.m, this.t.b()), this.f); c.f.j.r.b.b(); @@ -235,7 +235,7 @@ public abstract class AbstractDraweeController implements DraweeControl public void d() { c.f.j.r.b.b(); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); + c.f.d.e.a.j(f2249c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); } this.d.a(c.a.ON_ATTACH_CONTROLLER); Objects.requireNonNull(this.k); @@ -250,7 +250,7 @@ public abstract class AbstractDraweeController implements DraweeControl @Override // com.facebook.drawee.interfaces.DraweeController public void e(DraweeHierarchy draweeHierarchy) { if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); + c.f.d.e.a.j(f2249c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); } this.d.a(draweeHierarchy != null ? c.a.ON_SET_HIERARCHY : c.a.ON_CLEAR_HIERARCHY); if (this.p) { @@ -352,7 +352,7 @@ public abstract class AbstractDraweeController implements DraweeControl } this.l = null; if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2248c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); + c.f.d.e.a.j(f2249c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); } this.m = str; this.n = obj; @@ -371,7 +371,7 @@ public abstract class AbstractDraweeController implements DraweeControl a.AbstractC0062a aVar; boolean h = c.f.d.e.a.h(2); if (h) { - c.f.d.e.a.j(f2248c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); + c.f.d.e.a.j(f2249c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); } c.f.g.g.a aVar2 = this.h; if (aVar2 == null) { @@ -618,8 +618,8 @@ public abstract class AbstractDraweeController implements DraweeControl if (drawable != null) { x(drawable); } - if (this.f2249s != null) { - this.f2249s = null; + if (this.f2250s != null) { + this.f2250s = null; } this.w = null; T t = this.u; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java index 2bb1c15597..2ff707d903 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java @@ -19,7 +19,7 @@ public abstract class AbstractDraweeControllerBuilder e; public final Set f; @@ -62,7 +62,7 @@ public abstract class AbstractDraweeControllerBuilder list = aVar.p; @@ -74,7 +74,7 @@ public class GenericDraweeHierarchy implements a { if (fVar.u == 1) { fVar.u = 0; } - b bVar = new b(d.d(fVar, this.f2253c)); + b bVar = new b(d.d(fVar, this.f2254c)); this.d = bVar; bVar.mutate(); m(); @@ -131,7 +131,7 @@ public class GenericDraweeHierarchy implements a { @Override // c.f.g.h.a public void f(Drawable drawable, float f, boolean z2) { - Drawable c2 = d.c(drawable, this.f2253c, this.b); + Drawable c2 = d.c(drawable, this.f2254c, this.b); c2.mutate(); this.f.o(c2); this.e.e(); @@ -145,7 +145,7 @@ public class GenericDraweeHierarchy implements a { } public final Drawable g(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { - return d.e(d.c(drawable, this.f2253c, this.b), scalingUtils$ScaleType, null); + return d.e(d.c(drawable, this.f2254c, this.b), scalingUtils$ScaleType, null); } @Override // com.facebook.drawee.interfaces.DraweeHierarchy @@ -236,7 +236,7 @@ public class GenericDraweeHierarchy implements a { this.e.c(i, null); return; } - k(i).g(d.c(drawable, this.f2253c, this.b)); + k(i).g(d.c(drawable, this.f2254c, this.b)); } public void p(int i) { @@ -273,7 +273,7 @@ public class GenericDraweeHierarchy implements a { } public void s(c cVar) { - this.f2253c = cVar; + this.f2254c = cVar; b bVar = this.d; Drawable drawable = d.a; Drawable drawable2 = bVar.j; @@ -293,7 +293,7 @@ public class GenericDraweeHierarchy implements a { } for (int i = 0; i < this.e.k.length; i++) { c.f.g.e.d k = k(i); - c cVar2 = this.f2253c; + c cVar2 = this.f2254c; Resources resources = this.b; while (true) { Drawable l = k.l(); diff --git a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java index 4bf6e55102..8ab2b4830e 100644 --- a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java +++ b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java @@ -64,12 +64,12 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f2254c; + public final int f2255c; public c(c.f.g.i.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f2254c = i; + this.f2255c = i; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener @@ -78,11 +78,11 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { if (this.b && imageInfo != null && this.a.o.d() != null) { Drawable d = this.a.o.d(); Rect bounds = d.getBounds(); - int i = this.f2254c; + int i = this.f2255c; if (i != -1) { int height = (int) ((((float) i) / ((float) imageInfo.getHeight())) * ((float) imageInfo.getWidth())); - if (bounds.width() != height || bounds.height() != this.f2254c) { - d.setBounds(0, 0, height, this.f2254c); + if (bounds.width() != height || bounds.height() != this.f2255c) { + d.setBounds(0, 0, height, this.f2255c); DraweeSpanStringBuilder draweeSpanStringBuilder = DraweeSpanStringBuilder.this; int i2 = DraweeSpanStringBuilder.i; Objects.requireNonNull(draweeSpanStringBuilder); diff --git a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java index 52292f9143..2b0819e64f 100644 --- a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java +++ b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java @@ -14,7 +14,7 @@ public class DraweeHolder implements g0 { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f2255c = true; + public boolean f2256c = true; public DH d; public DraweeController e = null; public final c f; @@ -38,7 +38,7 @@ public class DraweeHolder implements g0 { } public final void b() { - if (!this.b || !this.f2255c) { + if (!this.b || !this.f2256c) { c(); } else { a(); @@ -69,9 +69,9 @@ public class DraweeHolder implements g0 { } public void f(boolean z2) { - if (this.f2255c != z2) { + if (this.f2256c != z2) { this.f.a(z2 ? c.a.ON_DRAWABLE_SHOW : c.a.ON_DRAWABLE_HIDE); - this.f2255c = z2; + this.f2256c = z2; b(); } } @@ -121,7 +121,7 @@ public class DraweeHolder implements g0 { i J2 = AnimatableValueParser.J2(this); J2.b("controllerAttached", this.a); J2.b("holderAttached", this.b); - J2.b("drawableVisible", this.f2255c); + J2.b("drawableVisible", this.f2256c); J2.c("events", this.f.toString()); return J2.toString(); } diff --git a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java index 0458742445..b881efa33a 100644 --- a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java +++ b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java @@ -20,7 +20,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final m f2256c; + public final m f2257c; public final boolean d; public d e; public c.f.j.a.c.b f; @@ -95,7 +95,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, e eVar, m mVar, boolean z2) { this.a = platformBitmapFactory; this.b = eVar; - this.f2256c = mVar; + this.f2257c = mVar; this.d = z2; } @@ -112,7 +112,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { if (f.j == null) { f.j = new f(); } - this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2256c, aVar, bVar); + this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2257c, aVar, bVar); } return this.h; } diff --git a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java index 9255afbf68..8852dadf58 100644 --- a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java +++ b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java @@ -4,7 +4,7 @@ public class MemoryCacheParams { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2257c; + public final int f2258c; public final int d; public final int e; public final long f; @@ -12,7 +12,7 @@ public class MemoryCacheParams { public MemoryCacheParams(int i, int i2, int i3, int i4, int i5, long j) { this.a = i; this.b = i2; - this.f2257c = i3; + this.f2258c = i3; this.d = i4; this.e = i5; this.f = j; diff --git a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java index a014778d0b..b282d8487b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java +++ b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java @@ -20,7 +20,7 @@ public abstract class BasePool implements e { public final c b; /* renamed from: c reason: collision with root package name */ - public final y f2258c; + public final y f2259c; @VisibleForTesting public final SparseArray> d; @VisibleForTesting @@ -85,7 +85,7 @@ public abstract class BasePool implements e { Objects.requireNonNull(cVar); this.b = cVar; Objects.requireNonNull(yVar); - this.f2258c = yVar; + this.f2259c = yVar; Objects.requireNonNull(zVar); this.i = zVar; SparseArray> sparseArray = new SparseArray<>(); @@ -101,7 +101,7 @@ public abstract class BasePool implements e { int i2 = sparseIntArray.get(keyAt, 0); SparseArray> sparseArray2 = this.d; int k = k(keyAt); - Objects.requireNonNull(this.f2258c); + Objects.requireNonNull(this.f2259c); sparseArray2.put(keyAt, new f<>(k, valueAt, i2, false)); } this.f = false; @@ -121,7 +121,7 @@ public abstract class BasePool implements e { if (this.j) { return true; } - y yVar = this.f2258c; + y yVar = this.f2259c; int i2 = yVar.a; int i3 = this.g.b; if (i > i2 - i3) { @@ -168,7 +168,7 @@ public abstract class BasePool implements e { h.e++; } } else { - throw new PoolSizeViolationException(this.f2258c.a, this.g.b, this.h.b, k); + throw new PoolSizeViolationException(this.f2259c.a, this.g.b, this.h.b, k); } } else { AnimatableValueParser.B(this.e.add(l)); @@ -200,7 +200,7 @@ public abstract class BasePool implements e { AnimatableValueParser.B(this.e.add(v)); synchronized (this) { if (n()) { - r(this.f2258c.b); + r(this.f2259c.b); } } return v; @@ -250,7 +250,7 @@ public abstract class BasePool implements e { @VisibleForTesting public synchronized boolean n() { boolean z2; - z2 = this.g.b + this.h.b > this.f2258c.b; + z2 = this.g.b + this.h.b > this.f2259c.b; if (z2) { this.i.d(); } @@ -275,7 +275,7 @@ public abstract class BasePool implements e { public f q(int i) { int k = k(i); - Objects.requireNonNull(this.f2258c); + Objects.requireNonNull(this.f2259c); return new f<>(k, Integer.MAX_VALUE, 0, false); } diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java index 9d6f8c11bd..f145fc2c50 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java @@ -18,12 +18,12 @@ public class NativeJpegTranscoder implements b { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f2259c; + public boolean f2260c; public NativeJpegTranscoder(boolean z2, int i, boolean z3, boolean z4) { this.a = z2; this.b = i; - this.f2259c = z3; + this.f2260c = z3; if (z4) { AnimatableValueParser.g0(); } @@ -114,7 +114,7 @@ public class NativeJpegTranscoder implements b { int c2 = d.c(fVar, eVar2, eVar, this.a); int i = 1; int max = Math.max(1, 8 / c02); - if (this.f2259c) { + if (this.f2260c) { c2 = max; } InputStream e = eVar.e(); diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java index fcc7c761ad..316ac97128 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java @@ -8,13 +8,13 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2260c; + public final boolean f2261c; @c public NativeJpegTranscoderFactory(int i, boolean z2, boolean z3) { this.a = i; this.b = z2; - this.f2260c = z3; + this.f2261c = z3; } @Override // c.f.j.s.c @@ -23,6 +23,6 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { if (cVar != c.f.i.b.a) { return null; } - return new NativeJpegTranscoder(z2, this.a, this.b, this.f2260c); + return new NativeJpegTranscoder(z2, this.a, this.b, this.f2261c); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java index 946f02513c..d1682ea638 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java @@ -22,7 +22,7 @@ import java.util.Objects; public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public static Method f2261c; + public static Method f2262c; public final b d = c.f.d.m.c.c(); /* JADX WARNING: Removed duplicated region for block: B:27:0x0059 */ @@ -157,15 +157,15 @@ public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { } public final synchronized Method i() { - if (f2261c == null) { + if (f2262c == null) { try { - f2261c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); + f2262c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); } catch (Exception e) { m.a(e); throw new RuntimeException(e); } } - return f2261c; + return f2262c; } public final FileDescriptor j(MemoryFile memoryFile) { diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java index 2897975e8a..2b28b52bd7 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java @@ -15,18 +15,18 @@ import com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder; public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public final n f2262c; + public final n f2263c; @c public KitKatPurgeableDecoder(n nVar) { - this.f2262c = nVar; + this.f2263c = nVar; } @Override // com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder public Bitmap c(CloseableReference closeableReference, BitmapFactory.Options options) { PooledByteBuffer w = closeableReference.w(); int size = w.size(); - CloseableReference a = this.f2262c.a(size); + CloseableReference a = this.f2263c.a(size); try { byte[] w2 = a.w(); w.i(0, w2, 0, size); @@ -48,7 +48,7 @@ public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { PooledByteBuffer w = closeableReference.w(); AnimatableValueParser.j(Boolean.valueOf(i <= w.size())); int i2 = i + 2; - CloseableReference a = this.f2262c.a(i2); + CloseableReference a = this.f2263c.a(i2); try { byte[] w2 = a.w(); w.i(0, w2, 0, i); diff --git a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java index ce552dcdac..6cb0e187de 100644 --- a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java +++ b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java @@ -35,7 +35,7 @@ public class LocalExifThumbnailProducer implements j1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2263c; + public final ContentResolver f2264c; @d public class Api24Utils { @@ -78,9 +78,9 @@ public class LocalExifThumbnailProducer implements j1 { int i; Throwable th; int columnIndex; - Uri uri = this.n.f2264c; + Uri uri = this.n.f2265c; LocalExifThumbnailProducer localExifThumbnailProducer = LocalExifThumbnailProducer.this; - ContentResolver contentResolver = localExifThumbnailProducer.f2263c; + ContentResolver contentResolver = localExifThumbnailProducer.f2264c; e eVar = null; Cursor cursor = null; r8 = null; @@ -134,7 +134,7 @@ public class LocalExifThumbnailProducer implements j1 { if (z2) { exifInterface = new ExifInterface(str); } else { - ContentResolver contentResolver2 = localExifThumbnailProducer.f2263c; + ContentResolver contentResolver2 = localExifThumbnailProducer.f2264c; if (c.f.d.l.b.c(uri)) { try { assetFileDescriptor = contentResolver2.openAssetFileDescriptor(uri, "r"); @@ -216,7 +216,7 @@ public class LocalExifThumbnailProducer implements j1 { public LocalExifThumbnailProducer(Executor executor, g gVar, ContentResolver contentResolver) { this.a = executor; this.b = gVar; - this.f2263c = contentResolver; + this.f2264c = contentResolver; } @Override // c.f.j.p.j1 diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java index 4be333a9e3..058bd98e5b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java @@ -18,7 +18,7 @@ public class ImageRequest { public final b b; /* renamed from: c reason: collision with root package name */ - public final Uri f2264c; + public final Uri f2265c; public final int d; public File e; public final boolean f; @@ -36,7 +36,7 @@ public class ImageRequest { public final c.f.j.k.e r; /* renamed from: s reason: collision with root package name */ - public final int f2265s; + public final int f2266s; public static class a implements d { } @@ -70,7 +70,7 @@ public class ImageRequest { public ImageRequest(ImageRequestBuilder imageRequestBuilder) { this.b = imageRequestBuilder.f; Uri uri = imageRequestBuilder.a; - this.f2264c = uri; + this.f2265c = uri; boolean z2 = true; int i = -1; if (uri != null) { @@ -107,7 +107,7 @@ public class ImageRequest { this.f = imageRequestBuilder.g; this.g = imageRequestBuilder.h; this.h = imageRequestBuilder.e; - this.i = imageRequestBuilder.f2266c; + this.i = imageRequestBuilder.f2267c; f fVar = imageRequestBuilder.d; this.j = fVar == null ? f.a : fVar; this.k = imageRequestBuilder.o; @@ -118,12 +118,12 @@ public class ImageRequest { this.p = imageRequestBuilder.m; this.q = imageRequestBuilder.j; this.r = imageRequestBuilder.n; - this.f2265s = imageRequestBuilder.p; + this.f2266s = imageRequestBuilder.p; } public synchronized File a() { if (this.e == null) { - this.e = new File(this.f2264c.getPath()); + this.e = new File(this.f2265c.getPath()); } return this.e; } @@ -133,7 +133,7 @@ public class ImageRequest { return false; } ImageRequest imageRequest = (ImageRequest) obj; - if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2264c, imageRequest.f2264c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { + if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2265c, imageRequest.f2265c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { return false; } CacheKey cacheKey = null; @@ -146,17 +146,17 @@ public class ImageRequest { if (bVar2 != null) { cacheKey = bVar2.getPostprocessorCacheKey(); } - return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2265s == imageRequest.f2265s; + return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2266s == imageRequest.f2266s; } public int hashCode() { c.f.j.q.b bVar = this.q; - return Arrays.hashCode(new Object[]{this.b, this.f2264c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2265s)}); + return Arrays.hashCode(new Object[]{this.b, this.f2265c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2266s)}); } public String toString() { i J2 = AnimatableValueParser.J2(this); - J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2264c); + J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2265c); J2.c("cacheChoice", this.b); J2.c("decodeOptions", this.h); J2.c("postprocessor", this.q); @@ -171,7 +171,7 @@ public class ImageRequest { J2.b("isDiskCacheEnabled", this.n); J2.b("isMemoryCacheEnabled", this.o); J2.c("decodePrefetches", this.p); - J2.a("delayMs", this.f2265s); + J2.a("delayMs", this.f2266s); return J2.toString(); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java index 9fde02c9d7..d7acfed527 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java @@ -14,7 +14,7 @@ public class ImageRequestBuilder { public ImageRequest.c b = ImageRequest.c.FULL_FETCH; /* renamed from: c reason: collision with root package name */ - public e f2266c = null; + public e f2267c = null; public f d = null; public b e = b.a; public ImageRequest.b f = ImageRequest.b.DEFAULT; diff --git a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java index 1d2f25416b..9f30eabd52 100644 --- a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java +++ b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java @@ -36,7 +36,7 @@ public class ZoomableDraweeView extends DraweeView imple public final e.a r; /* renamed from: s reason: collision with root package name */ - public final d f2267s; + public final d f2268s; public class a extends c { public a() { @@ -76,7 +76,7 @@ public class ZoomableDraweeView extends DraweeView imple b bVar = new b(); this.r = bVar; d dVar = new d(); - this.f2267s = dVar; + this.f2268s = dVar; c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; aVar.n = v.l; @@ -235,10 +235,10 @@ public class ZoomableDraweeView extends DraweeView imple public void setTapListener(@Nullable GestureDetector.SimpleOnGestureListener simpleOnGestureListener) { if (simpleOnGestureListener == null) { - this.f2267s.i = new GestureDetector.SimpleOnGestureListener(); + this.f2268s.i = new GestureDetector.SimpleOnGestureListener(); return; } - this.f2267s.i = simpleOnGestureListener; + this.f2268s.i = simpleOnGestureListener; } public void setZoomableController(e eVar) { diff --git a/app/src/main/java/com/facebook/soloader/SoLoader.java b/app/src/main/java/com/facebook/soloader/SoLoader.java index 856457b830..d7dda92866 100644 --- a/app/src/main/java/com/facebook/soloader/SoLoader.java +++ b/app/src/main/java/com/facebook/soloader/SoLoader.java @@ -39,7 +39,7 @@ public class SoLoader { public static k b; /* renamed from: c reason: collision with root package name */ - public static final ReentrantReadWriteLock f2268c = new ReentrantReadWriteLock(); + public static final ReentrantReadWriteLock f2269c = new ReentrantReadWriteLock(); public static l[] d = null; public static volatile int e = 0; public static m[] f; @@ -78,14 +78,14 @@ public class SoLoader { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f2269c; + public final /* synthetic */ String f2270c; public final /* synthetic */ Runtime d; public final /* synthetic */ Method e; public a(boolean z2, String str, String str2, Runtime runtime, Method method) { this.a = z2; this.b = str; - this.f2269c = str2; + this.f2270c = str2; this.d = runtime; this.e = method; } @@ -153,7 +153,7 @@ public class SoLoader { Throwable e; Throwable th2; if (this.a) { - String str2 = (i & 4) == 4 ? this.b : this.f2269c; + String str2 = (i & 4) == 4 ? this.b : this.f2270c; String str3 = null; try { synchronized (this.d) { @@ -241,7 +241,7 @@ public class SoLoader { Throwable th; int i3; String message; - ReentrantReadWriteLock reentrantReadWriteLock2 = f2268c; + ReentrantReadWriteLock reentrantReadWriteLock2 = f2269c; reentrantReadWriteLock2.readLock().lock(); try { if (d != null) { @@ -292,7 +292,7 @@ public class SoLoader { } } } catch (Throwable th2) { - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); throw th2; } } @@ -320,7 +320,7 @@ public class SoLoader { U.append(d2.getAbsolutePath()); U.append("\n"); } - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); U.append(" result: "); U.append(i3); String sb = U.toString(); @@ -378,7 +378,7 @@ public class SoLoader { throw new UnsatisfiedLinkError("couldn't find DSO to load: " + str); } } finally { - f2268c.readLock().unlock(); + f2269c.readLock().unlock(); } } @@ -438,7 +438,7 @@ public class SoLoader { boolean z2; String str = "init exiting"; String str2 = "SoLoader"; - f2268c.writeLock().lock(); + f2269c.writeLock().lock(); try { if (d == null) { Log.d("SoLoader", "init start"); @@ -510,7 +510,7 @@ public class SoLoader { } } l[] lVarArr = (l[]) arrayList.toArray(new l[arrayList.size()]); - ReentrantReadWriteLock reentrantReadWriteLock = f2268c; + ReentrantReadWriteLock reentrantReadWriteLock = f2269c; reentrantReadWriteLock.writeLock().lock(); try { if ((k & 2) != 0) { @@ -531,13 +531,13 @@ public class SoLoader { e++; Log.d("SoLoader", "init finish: " + d.length + " SO sources prepared"); } catch (Throwable th) { - f2268c.writeLock().unlock(); + f2269c.writeLock().unlock(); throw th; } } } finally { Log.d(str2, str); - f2268c.writeLock().unlock(); + f2269c.writeLock().unlock(); } } diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java index 54875dc690..a3a680975f 100644 --- a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java +++ b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java @@ -13,18 +13,18 @@ public class PersistentCookieJar implements ClearableCookieJar { public CookieCache b; /* renamed from: c reason: collision with root package name */ - public CookiePersistor f2270c; + public CookiePersistor f2271c; public PersistentCookieJar(CookieCache cookieCache, CookiePersistor cookiePersistor) { this.b = cookieCache; - this.f2270c = cookiePersistor; + this.f2271c = cookiePersistor; ((SetCookieCache) cookieCache).addAll(((SharedPrefsCookiePersistor) cookiePersistor).c()); } @Override // f0.p public synchronized void a(w wVar, List list) { this.b.addAll(list); - CookiePersistor cookiePersistor = this.f2270c; + CookiePersistor cookiePersistor = this.f2271c; ArrayList arrayList = new ArrayList(); for (n nVar : list) { if (nVar.m) { @@ -49,7 +49,7 @@ public class PersistentCookieJar implements ClearableCookieJar { arrayList.add(next); } } - this.f2270c.removeAll(arrayList2); + this.f2271c.removeAll(arrayList2); return arrayList; } } diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/persistence/SerializableCookie.java b/app/src/main/java/com/franmontiel/persistentcookiejar/persistence/SerializableCookie.java index d39a948360..7f9d9808d0 100644 --- a/app/src/main/java/com/franmontiel/persistentcookiejar/persistence/SerializableCookie.java +++ b/app/src/main/java/com/franmontiel/persistentcookiejar/persistence/SerializableCookie.java @@ -44,8 +44,8 @@ public class SerializableCookie implements Serializable { } String str3 = (String) objectInputStream.readObject(); m.checkParameterIsNotNull(str3, "domain"); - String c02 = a.c0(str3); - if (c02 != null) { + String d02 = a.d0(str3); + if (d02 != null) { String str4 = (String) objectInputStream.readObject(); m.checkParameterIsNotNull(str4, "path"); if (t.startsWith$default(str4, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, false, 2, null)) { @@ -53,9 +53,9 @@ public class SerializableCookie implements Serializable { boolean z5 = objectInputStream.readBoolean(); if (objectInputStream.readBoolean()) { m.checkParameterIsNotNull(str3, "domain"); - String c03 = a.c0(str3); - if (c03 != null) { - c02 = c03; + String d03 = a.d0(str3); + if (d03 != null) { + d02 = d03; z3 = true; } else { throw new IllegalArgumentException(c.d.b.a.a.u("unexpected domain: ", str3)); @@ -65,8 +65,8 @@ public class SerializableCookie implements Serializable { } Objects.requireNonNull(str, "builder.name == null"); Objects.requireNonNull(str2, "builder.value == null"); - Objects.requireNonNull(c02, "builder.domain == null"); - this.j = new n(str, str2, j, c02, str4, z4, z5, z2, z3, null); + Objects.requireNonNull(d02, "builder.domain == null"); + this.j = new n(str, str2, j, d02, str4, z4, z5, z2, z3, null); return; } throw new IllegalArgumentException("path must start with '/'".toString()); diff --git a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java index 00ba1fabb1..6c372f8c43 100644 --- a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java +++ b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java @@ -30,20 +30,20 @@ public class RealtimeBlurView extends View { public Bitmap r; /* renamed from: s reason: collision with root package name */ - public Canvas f2271s; + public Canvas f2272s; public boolean t; public Paint u; public final Rect v = new Rect(); public final Rect w = new Rect(); /* renamed from: x reason: collision with root package name */ - public View f2272x; + public View f2273x; /* renamed from: y reason: collision with root package name */ - public boolean f2273y; + public boolean f2274y; /* renamed from: z reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f2274z = new a(); + public final ViewTreeObserver.OnPreDrawListener f2275z = new a(); public class a implements ViewTreeObserver.OnPreDrawListener { public a() { @@ -58,7 +58,7 @@ public class RealtimeBlurView extends View { int[] iArr = new int[2]; RealtimeBlurView realtimeBlurView2 = RealtimeBlurView.this; Bitmap bitmap2 = realtimeBlurView2.r; - View view = realtimeBlurView2.f2272x; + View view = realtimeBlurView2.f2273x; if (view != null && realtimeBlurView2.isShown()) { RealtimeBlurView realtimeBlurView3 = RealtimeBlurView.this; float f = realtimeBlurView3.n; @@ -76,13 +76,13 @@ public class RealtimeBlurView extends View { int max = Math.max(1, (int) (((float) width) / f2)); int max2 = Math.max(1, (int) (((float) height) / f2)); boolean z3 = realtimeBlurView3.p; - if (realtimeBlurView3.f2271s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { + if (realtimeBlurView3.f2272s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { realtimeBlurView3.c(); try { Bitmap createBitmap = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.q = createBitmap; if (createBitmap != null) { - realtimeBlurView3.f2271s = new Canvas(realtimeBlurView3.q); + realtimeBlurView3.f2272s = new Canvas(realtimeBlurView3.q); Bitmap createBitmap2 = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.r = createBitmap2; if (createBitmap2 != null) { @@ -107,17 +107,17 @@ public class RealtimeBlurView extends View { int i2 = (-iArr[1]) + iArr[1]; RealtimeBlurView realtimeBlurView4 = RealtimeBlurView.this; realtimeBlurView4.q.eraseColor(realtimeBlurView4.m & ViewCompat.MEASURED_SIZE_MASK); - int save = RealtimeBlurView.this.f2271s.save(); + int save = RealtimeBlurView.this.f2272s.save(); RealtimeBlurView realtimeBlurView5 = RealtimeBlurView.this; realtimeBlurView5.t = true; RealtimeBlurView.i++; try { - realtimeBlurView5.f2271s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); - RealtimeBlurView.this.f2271s.translate((float) (-i), (float) (-i2)); + realtimeBlurView5.f2272s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); + RealtimeBlurView.this.f2272s.translate((float) (-i), (float) (-i2)); if (view.getBackground() != null) { - view.getBackground().draw(RealtimeBlurView.this.f2271s); + view.getBackground().draw(RealtimeBlurView.this.f2272s); } - view.draw(RealtimeBlurView.this.f2271s); + view.draw(RealtimeBlurView.this.f2272s); RealtimeBlurView.this.t = false; RealtimeBlurView.a(); realtimeBlurView = RealtimeBlurView.this; @@ -128,13 +128,13 @@ public class RealtimeBlurView extends View { } catch (Throwable th) { RealtimeBlurView.this.t = false; RealtimeBlurView.a(); - RealtimeBlurView.this.f2271s.restoreToCount(save); + RealtimeBlurView.this.f2272s.restoreToCount(save); throw th; } - realtimeBlurView.f2271s.restoreToCount(save); + realtimeBlurView.f2272s.restoreToCount(save); RealtimeBlurView realtimeBlurView6 = RealtimeBlurView.this; realtimeBlurView6.o.a(realtimeBlurView6.q, realtimeBlurView6.r); - if (z4 || RealtimeBlurView.this.f2273y) { + if (z4 || RealtimeBlurView.this.f2274y) { RealtimeBlurView.this.invalidate(); } } @@ -253,28 +253,28 @@ public class RealtimeBlurView extends View { public void onAttachedToWindow() { super.onAttachedToWindow(); View activityDecorView = getActivityDecorView(); - this.f2272x = activityDecorView; + this.f2273x = activityDecorView; boolean z2 = false; if (activityDecorView != null) { - activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2274z); - if (this.f2272x.getRootView() != getRootView()) { + activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2275z); + if (this.f2273x.getRootView() != getRootView()) { z2 = true; } - this.f2273y = z2; + this.f2274y = z2; if (z2) { - this.f2272x.postInvalidate(); + this.f2273x.postInvalidate(); return; } return; } - this.f2273y = false; + this.f2274y = false; } @Override // android.view.View public void onDetachedFromWindow() { - View view = this.f2272x; + View view = this.f2273x; if (view != null) { - view.getViewTreeObserver().removeOnPreDrawListener(this.f2274z); + view.getViewTreeObserver().removeOnPreDrawListener(this.f2275z); } b(); super.onDetachedFromWindow(); diff --git a/app/src/main/java/com/google/android/exoplayer2/Format.java b/app/src/main/java/com/google/android/exoplayer2/Format.java index a4aef49a89..b555bc9f17 100644 --- a/app/src/main/java/com/google/android/exoplayer2/Format.java +++ b/app/src/main/java/com/google/android/exoplayer2/Format.java @@ -52,7 +52,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f2275s; + public final String f2276s; @Nullable public final String t; public final int u; @@ -61,13 +61,13 @@ public final class Format implements Parcelable { public final DrmInitData w; /* renamed from: x reason: collision with root package name */ - public final long f2276x; + public final long f2277x; /* renamed from: y reason: collision with root package name */ - public final int f2277y; + public final int f2278y; /* renamed from: z reason: collision with root package name */ - public final int f2278z; + public final int f2279z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -96,7 +96,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: c reason: collision with root package name */ - public String f2279c; + public String f2280c; public int d; public int e; public int f; @@ -120,7 +120,7 @@ public final class Format implements Parcelable { public float r; /* renamed from: s reason: collision with root package name */ - public int f2280s; + public int f2281s; public float t; @Nullable public byte[] u; @@ -129,13 +129,13 @@ public final class Format implements Parcelable { public ColorInfo w; /* renamed from: x reason: collision with root package name */ - public int f2281x; + public int f2282x; /* renamed from: y reason: collision with root package name */ - public int f2282y; + public int f2283y; /* renamed from: z reason: collision with root package name */ - public int f2283z; + public int f2284z; public b() { this.f = -1; @@ -147,39 +147,39 @@ public final class Format implements Parcelable { this.r = -1.0f; this.t = 1.0f; this.v = -1; - this.f2281x = -1; - this.f2282y = -1; - this.f2283z = -1; + this.f2282x = -1; + this.f2283y = -1; + this.f2284z = -1; this.C = -1; } public b(Format format, a aVar) { this.a = format.i; this.b = format.j; - this.f2279c = format.k; + this.f2280c = format.k; this.d = format.l; this.e = format.m; this.f = format.n; this.g = format.o; this.h = format.q; this.i = format.r; - this.j = format.f2275s; + this.j = format.f2276s; this.k = format.t; this.l = format.u; this.m = format.v; this.n = format.w; - this.o = format.f2276x; - this.p = format.f2277y; - this.q = format.f2278z; + this.o = format.f2277x; + this.p = format.f2278y; + this.q = format.f2279z; this.r = format.A; - this.f2280s = format.B; + this.f2281s = format.B; this.t = format.C; this.u = format.D; this.v = format.E; this.w = format.F; - this.f2281x = format.G; - this.f2282y = format.H; - this.f2283z = format.I; + this.f2282x = format.G; + this.f2283y = format.H; + this.f2284z = format.I; this.A = format.J; this.B = format.K; this.C = format.L; @@ -209,7 +209,7 @@ public final class Format implements Parcelable { this.p = readInt2 != -1 ? readInt2 : readInt; this.q = parcel.readString(); this.r = (Metadata) parcel.readParcelable(Metadata.class.getClassLoader()); - this.f2275s = parcel.readString(); + this.f2276s = parcel.readString(); this.t = parcel.readString(); this.u = parcel.readInt(); int readInt3 = parcel.readInt(); @@ -223,9 +223,9 @@ public final class Format implements Parcelable { } DrmInitData drmInitData = (DrmInitData) parcel.readParcelable(DrmInitData.class.getClassLoader()); this.w = drmInitData; - this.f2276x = parcel.readLong(); - this.f2277y = parcel.readInt(); - this.f2278z = parcel.readInt(); + this.f2277x = parcel.readLong(); + this.f2278y = parcel.readInt(); + this.f2279z = parcel.readInt(); this.A = parcel.readFloat(); this.B = parcel.readInt(); this.C = parcel.readFloat(); @@ -246,7 +246,7 @@ public final class Format implements Parcelable { public Format(b bVar, a aVar) { this.i = bVar.a; this.j = bVar.b; - this.k = f0.B(bVar.f2279c); + this.k = f0.B(bVar.f2280c); this.l = bVar.d; this.m = bVar.e; int i = bVar.f; @@ -256,18 +256,18 @@ public final class Format implements Parcelable { this.p = i2 != -1 ? i2 : i; this.q = bVar.h; this.r = bVar.i; - this.f2275s = bVar.j; + this.f2276s = bVar.j; this.t = bVar.k; this.u = bVar.l; List list = bVar.m; this.v = list == null ? Collections.emptyList() : list; DrmInitData drmInitData = bVar.n; this.w = drmInitData; - this.f2276x = bVar.o; - this.f2277y = bVar.p; - this.f2278z = bVar.q; + this.f2277x = bVar.o; + this.f2278y = bVar.p; + this.f2279z = bVar.q; this.A = bVar.r; - int i3 = bVar.f2280s; + int i3 = bVar.f2281s; int i4 = 0; this.B = i3 == -1 ? 0 : i3; float f = bVar.t; @@ -275,9 +275,9 @@ public final class Format implements Parcelable { this.D = bVar.u; this.E = bVar.v; this.F = bVar.w; - this.G = bVar.f2281x; - this.H = bVar.f2282y; - this.I = bVar.f2283z; + this.G = bVar.f2282x; + this.H = bVar.f2283y; + this.I = bVar.f2284z; int i5 = bVar.A; this.J = i5 == -1 ? 0 : i5; int i6 = bVar.B; @@ -323,7 +323,7 @@ public final class Format implements Parcelable { } Format format = (Format) obj; int i2 = this.N; - return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2276x == format.f2276x && this.f2277y == format.f2277y && this.f2278z == format.f2278z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2275s, format.f2275s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); + return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2277x == format.f2277x && this.f2278y == format.f2278y && this.f2279z == format.f2279z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2276s, format.f2276s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); } @Override // java.lang.Object @@ -340,10 +340,10 @@ public final class Format implements Parcelable { int hashCode4 = (hashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31; Metadata metadata = this.r; int hashCode5 = (hashCode4 + (metadata == null ? 0 : metadata.hashCode())) * 31; - String str5 = this.f2275s; + String str5 = this.f2276s; int hashCode6 = (hashCode5 + (str5 == null ? 0 : str5.hashCode())) * 31; String str6 = this.t; - int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2276x)) * 31) + this.f2277y) * 31) + this.f2278z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; + int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2277x)) * 31) + this.f2278y) * 31) + this.f2279z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; Class cls = this.M; if (cls != null) { i = cls.hashCode(); @@ -360,7 +360,7 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.j); P.append(", "); - P.append(this.f2275s); + P.append(this.f2276s); P.append(", "); P.append(this.t); P.append(", "); @@ -370,9 +370,9 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.k); P.append(", ["); - P.append(this.f2277y); + P.append(this.f2278y); P.append(", "); - P.append(this.f2278z); + P.append(this.f2279z); P.append(", "); P.append(this.A); P.append("], ["); @@ -393,7 +393,7 @@ public final class Format implements Parcelable { parcel.writeString(this.q); int i2 = 0; parcel.writeParcelable(this.r, 0); - parcel.writeString(this.f2275s); + parcel.writeString(this.f2276s); parcel.writeString(this.t); parcel.writeInt(this.u); int size = this.v.size(); @@ -402,9 +402,9 @@ public final class Format implements Parcelable { parcel.writeByteArray(this.v.get(i3)); } parcel.writeParcelable(this.w, 0); - parcel.writeLong(this.f2276x); - parcel.writeInt(this.f2277y); - parcel.writeInt(this.f2278z); + parcel.writeLong(this.f2277x); + parcel.writeInt(this.f2278y); + parcel.writeInt(this.f2279z); parcel.writeFloat(this.A); parcel.writeInt(this.B); parcel.writeFloat(this.C); diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java index 8398177de6..3fb3eff165 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java @@ -17,13 +17,13 @@ public interface AudioProcessor { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2284c; + public final int f2285c; public final int d; public final int e; public a(int i, int i2, int i3) { this.b = i; - this.f2284c = i2; + this.f2285c = i2; this.d = i3; this.e = f0.z(i3) ? f0.s(i3, i2) : -1; } @@ -32,7 +32,7 @@ public interface AudioProcessor { StringBuilder P = c.d.b.a.a.P("AudioFormat[sampleRate="); P.append(this.b); P.append(", channelCount="); - P.append(this.f2284c); + P.append(this.f2285c); P.append(", encoding="); return c.d.b.a.a.y(P, this.d, ']'); } diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java index 50fc761895..ce26933fce 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java @@ -83,7 +83,7 @@ public final class DefaultAudioSink implements AudioSink { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2285c; + public final boolean f2286c; public final v d; public final e0 e; public final AudioProcessor[] f; @@ -104,7 +104,7 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: s reason: collision with root package name */ - public AudioTrack f2286s; + public AudioTrack f2287s; public n t; @Nullable public e u; @@ -113,13 +113,13 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: x reason: collision with root package name */ - public ByteBuffer f2287x; + public ByteBuffer f2288x; /* renamed from: y reason: collision with root package name */ - public int f2288y; + public int f2289y; /* renamed from: z reason: collision with root package name */ - public long f2289z; + public long f2290z; public static final class InvalidAudioTrackTimestampException extends RuntimeException { } @@ -159,7 +159,7 @@ public final class DefaultAudioSink implements AudioSink { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2290c; + public final int f2291c; public final int d; public final int e; public final int f; @@ -171,7 +171,7 @@ public final class DefaultAudioSink implements AudioSink { int i8; this.a = format; this.b = i; - this.f2290c = i2; + this.f2291c = i2; this.d = i3; this.e = i4; this.f = i5; @@ -228,7 +228,7 @@ public final class DefaultAudioSink implements AudioSink { AudioAttributes d = d(nVar, z2); boolean z3 = true; AudioTrack.Builder sessionId = new AudioTrack.Builder().setAudioAttributes(d).setAudioFormat(y2).setTransferMode(1).setBufferSizeInBytes(this.h).setSessionId(i); - if (this.f2290c != 1) { + if (this.f2291c != 1) { z3 = false; } return sessionId.setOffloadedPlayback(z3).build(); @@ -296,7 +296,7 @@ public final class DefaultAudioSink implements AudioSink { } public boolean f() { - return this.f2290c == 1; + return this.f2291c == 1; } } @@ -305,7 +305,7 @@ public final class DefaultAudioSink implements AudioSink { public final b0 b; /* renamed from: c reason: collision with root package name */ - public final d0 f2291c; + public final d0 f2292c; public d(AudioProcessor... audioProcessorArr) { b0 b0Var = new b0(); @@ -314,14 +314,14 @@ public final class DefaultAudioSink implements AudioSink { this.a = audioProcessorArr2; System.arraycopy(audioProcessorArr, 0, audioProcessorArr2, 0, audioProcessorArr.length); this.b = b0Var; - this.f2291c = d0Var; + this.f2292c = d0Var; audioProcessorArr2[audioProcessorArr.length] = b0Var; audioProcessorArr2[audioProcessorArr.length + 1] = d0Var; } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public d1 a(d1 d1Var) { - d0 d0Var = this.f2291c; + d0 d0Var = this.f2292c; float f = d1Var.b; if (d0Var.f998c != f) { d0Var.f998c = f; @@ -337,7 +337,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public long b(long j) { - d0 d0Var = this.f2291c; + d0 d0Var = this.f2292c; if (d0Var.o < Permission.VIEW_CHANNEL) { return (long) (((double) d0Var.f998c) * ((double) j)); } @@ -367,13 +367,13 @@ public final class DefaultAudioSink implements AudioSink { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2292c; + public final long f2293c; public final long d; public e(d1 d1Var, boolean z2, long j, long j2, a aVar) { this.a = d1Var; this.b = z2; - this.f2292c = j; + this.f2293c = j; this.d = j2; } } @@ -448,7 +448,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2290c == 0 ? defaultAudioSink.f2289z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2291c == 0 ? defaultAudioSink.f2290z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -465,7 +465,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2290c == 0 ? defaultAudioSink.f2289z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2291c == 0 ? defaultAudioSink.f2290z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -484,7 +484,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onDataRequest(AudioTrack audioTrack, int i) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2286s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2287s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -495,7 +495,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onTearDown(@NonNull AudioTrack audioTrack) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2286s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2287s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -513,7 +513,7 @@ public final class DefaultAudioSink implements AudioSink { this.a = oVar; this.b = bVar; int i = f0.a; - this.f2285c = i >= 21 && z2; + this.f2286c = i >= 21 && z2; this.k = i >= 23 && z3; this.l = i >= 29 && z4; this.h = new ConditionVariable(true); @@ -659,7 +659,7 @@ public final class DefaultAudioSink implements AudioSink { public final long D() { c cVar = this.r; - return cVar.f2290c == 0 ? this.B / ((long) cVar.d) : this.C; + return cVar.f2291c == 0 ? this.B / ((long) cVar.d) : this.C; } public final void E() throws AudioSink.InitializationException { @@ -670,9 +670,9 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.r; Objects.requireNonNull(cVar); AudioTrack a2 = cVar.a(this.W, this.t, this.U); - this.f2286s = a2; + this.f2287s = a2; if (G(a2)) { - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (this.m == null) { this.m = new h(); } @@ -680,20 +680,20 @@ public final class DefaultAudioSink implements AudioSink { Handler handler2 = hVar.a; Objects.requireNonNull(handler2); audioTrack.registerStreamEventCallback(new j(handler2), hVar.b); - AudioTrack audioTrack2 = this.f2286s; + AudioTrack audioTrack2 = this.f2287s; Format format = this.r.a; audioTrack2.setOffloadDelayPadding(format.J, format.K); } - this.U = this.f2286s.getAudioSessionId(); + this.U = this.f2287s.getAudioSessionId(); s sVar = this.i; - AudioTrack audioTrack3 = this.f2286s; + AudioTrack audioTrack3 = this.f2287s; c cVar2 = this.r; - sVar.e(audioTrack3, cVar2.f2290c == 2, cVar2.g, cVar2.d, cVar2.h); + sVar.e(audioTrack3, cVar2.f2291c == 2, cVar2.g, cVar2.d, cVar2.h); N(); int i = this.V.a; if (i != 0) { - this.f2286s.attachAuxEffect(i); - this.f2286s.setAuxEffectSendLevel(this.V.b); + this.f2287s.attachAuxEffect(i); + this.f2287s.setAuxEffectSendLevel(this.V.b); } this.F = true; } catch (AudioSink.InitializationException e2) { @@ -709,7 +709,7 @@ public final class DefaultAudioSink implements AudioSink { } public final boolean F() { - return this.f2286s != null; + return this.f2287s != null; } public final void I() { @@ -720,8 +720,8 @@ public final class DefaultAudioSink implements AudioSink { sVar.f1010z = sVar.b(); sVar.f1008x = SystemClock.elapsedRealtime() * 1000; sVar.A = D; - this.f2286s.stop(); - this.f2288y = 0; + this.f2287s.stop(); + this.f2289y = 0; } } @@ -760,7 +760,7 @@ public final class DefaultAudioSink implements AudioSink { } public final void K() { - this.f2289z = 0; + this.f2290z = 0; this.A = 0; this.B = 0; this.C = 0; @@ -776,8 +776,8 @@ public final class DefaultAudioSink implements AudioSink { this.R = false; this.Q = false; this.P = -1; - this.f2287x = null; - this.f2288y = 0; + this.f2288x = null; + this.f2289y = 0; this.e.o = 0; x(); } @@ -798,11 +798,11 @@ public final class DefaultAudioSink implements AudioSink { public final void M(d1 d1Var) { if (F()) { try { - this.f2286s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f790c).setAudioFallbackMode(2)); + this.f2287s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f790c).setAudioFallbackMode(2)); } catch (IllegalArgumentException e2) { p.c("DefaultAudioSink", "Failed to set playback params", e2); } - d1Var = new d1(this.f2286s.getPlaybackParams().getSpeed(), this.f2286s.getPlaybackParams().getPitch()); + d1Var = new d1(this.f2287s.getPlaybackParams().getSpeed(), this.f2287s.getPlaybackParams().getPitch()); s sVar = this.i; sVar.j = d1Var.b; r rVar = sVar.f; @@ -816,10 +816,10 @@ public final class DefaultAudioSink implements AudioSink { public final void N() { if (F()) { if (f0.a >= 21) { - this.f2286s.setVolume(this.H); + this.f2287s.setVolume(this.H); return; } - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; float f2 = this.H; audioTrack.setStereoVolume(f2, f2); } @@ -829,7 +829,7 @@ public final class DefaultAudioSink implements AudioSink { if (this.W || !"audio/raw".equals(this.r.a.t)) { return false; } - return !(this.f2285c && f0.y(this.r.a.I)); + return !(this.f2286c && f0.y(this.r.a.I)); } /* JADX WARNING: Code restructure failed: missing block: B:44:0x00e2, code lost: @@ -867,7 +867,7 @@ public final class DefaultAudioSink implements AudioSink { s sVar = this.i; int b2 = sVar.e - ((int) (this.B - (sVar.b() * ((long) sVar.d)))); if (b2 > 0) { - i = this.f2286s.write(this.N, this.O, Math.min(remaining2, b2)); + i = this.f2287s.write(this.N, this.O, Math.min(remaining2, b2)); if (i > 0) { this.O += i; byteBuffer.position(byteBuffer.position() + i); @@ -892,7 +892,7 @@ public final class DefaultAudioSink implements AudioSink { throw writeException; } this.o.a = null; - if (G(this.f2286s)) { + if (G(this.f2287s)) { long j2 = this.C; if (j2 > 0) { this.Z = false; @@ -906,7 +906,7 @@ public final class DefaultAudioSink implements AudioSink { } } } - int i3 = this.r.f2290c; + int i3 = this.r.f2291c; if (i3 == 0) { this.B += (long) i; } @@ -926,39 +926,39 @@ public final class DefaultAudioSink implements AudioSink { } else { if (this.W) { AnimatableValueParser.D(j != -9223372036854775807L); - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (i2 >= 26) { i = audioTrack.write(byteBuffer, remaining2, 1, j * 1000); } else { - if (this.f2287x == null) { + if (this.f2288x == null) { ByteBuffer allocate = ByteBuffer.allocate(16); - this.f2287x = allocate; + this.f2288x = allocate; allocate.order(ByteOrder.BIG_ENDIAN); - this.f2287x.putInt(1431633921); + this.f2288x.putInt(1431633921); } - if (this.f2288y == 0) { - this.f2287x.putInt(4, remaining2); - this.f2287x.putLong(8, j * 1000); - this.f2287x.position(0); - this.f2288y = remaining2; + if (this.f2289y == 0) { + this.f2288x.putInt(4, remaining2); + this.f2288x.putLong(8, j * 1000); + this.f2288x.position(0); + this.f2289y = remaining2; } - int remaining3 = this.f2287x.remaining(); + int remaining3 = this.f2288x.remaining(); if (remaining3 > 0) { - int write = audioTrack.write(this.f2287x, remaining3, 1); + int write = audioTrack.write(this.f2288x, remaining3, 1); if (write < 0) { - this.f2288y = 0; + this.f2289y = 0; i = write; } } i = audioTrack.write(byteBuffer, remaining2, 1); if (i < 0) { - this.f2288y = 0; + this.f2289y = 0; } else { - this.f2288y -= i; + this.f2289y -= i; } } } else { - i = this.f2286s.write(byteBuffer, remaining2, 1); + i = this.f2287s.write(byteBuffer, remaining2, 1); } this.X = SystemClock.elapsedRealtime(); if (i < 0) { @@ -1036,16 +1036,16 @@ public final class DefaultAudioSink implements AudioSink { AudioTrack audioTrack = this.i.f1006c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 3) { - this.f2286s.pause(); + this.f2287s.pause(); } - if (G(this.f2286s)) { + if (G(this.f2287s)) { h hVar = this.m; Objects.requireNonNull(hVar); - this.f2286s.unregisterStreamEventCallback(hVar.b); + this.f2287s.unregisterStreamEventCallback(hVar.b); hVar.a.removeCallbacksAndMessages(null); } - AudioTrack audioTrack2 = this.f2286s; - this.f2286s = null; + AudioTrack audioTrack2 = this.f2287s; + this.f2287s = null; if (f0.a < 21 && !this.T) { this.U = 0; } @@ -1096,7 +1096,7 @@ public final class DefaultAudioSink implements AudioSink { z2 = true; } if (z2) { - this.f2286s.pause(); + this.f2287s.pause(); } } } @@ -1280,12 +1280,12 @@ public final class DefaultAudioSink implements AudioSink { e eVar = this.v; long j9 = min - eVar.d; if (eVar.a.equals(d1.a)) { - j2 = this.v.f2292c + j9; + j2 = this.v.f2293c + j9; } else if (this.j.isEmpty()) { - j2 = this.b.b(j9) + this.v.f2292c; + j2 = this.b.b(j9) + this.v.f2293c; } else { e first = this.j.getFirst(); - j2 = first.f2292c - f0.p(first.d - min, this.v.a.b); + j2 = first.f2293c - f0.p(first.d - min, this.v.a.b); } return this.r.c(this.b.c()) + j2; } @@ -1338,7 +1338,7 @@ public final class DefaultAudioSink implements AudioSink { r rVar = this.i.f; Objects.requireNonNull(rVar); rVar.a(); - this.f2286s.play(); + this.f2287s.play(); } } @@ -1365,7 +1365,7 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.q; c cVar2 = this.r; Objects.requireNonNull(cVar); - if (!(cVar2.f2290c == cVar.f2290c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { + if (!(cVar2.f2291c == cVar.f2291c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { I(); if (g()) { return false; @@ -1374,9 +1374,9 @@ public final class DefaultAudioSink implements AudioSink { } else { this.r = this.q; this.q = null; - if (G(this.f2286s)) { - this.f2286s.setOffloadEndOfStream(); - AudioTrack audioTrack = this.f2286s; + if (G(this.f2287s)) { + this.f2287s.setOffloadEndOfStream(); + AudioTrack audioTrack = this.f2287s; Format format = this.r.a; audioTrack.setOffloadDelayPadding(format.J, format.K); this.Z = true; @@ -1428,7 +1428,7 @@ public final class DefaultAudioSink implements AudioSink { return true; } c cVar3 = this.r; - if (cVar3.f2290c != 0 && this.D == 0) { + if (cVar3.f2291c != 0 && this.D == 0) { int i6 = cVar3.g; switch (i6) { case 5: @@ -1544,7 +1544,7 @@ public final class DefaultAudioSink implements AudioSink { } long j2 = this.G; c cVar4 = this.r; - long j3 = ((((cVar4.f2290c == 0 ? this.f2289z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; + long j3 = ((((cVar4.f2291c == 0 ? this.f2290z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; if (!this.E && Math.abs(j3 - j) > 200000) { StringBuilder S = c.d.b.a.a.S("Discontinuity detected [expected ", j3, ", got "); S.append(j); @@ -1565,8 +1565,8 @@ public final class DefaultAudioSink implements AudioSink { y.this.X0 = true; } } - if (this.r.f2290c == 0) { - this.f2289z += (long) byteBuffer.remaining(); + if (this.r.f2291c == 0) { + this.f2290z += (long) byteBuffer.remaining(); } else { this.A += (long) (this.D * i); } @@ -1627,7 +1627,7 @@ public final class DefaultAudioSink implements AudioSink { return 0; } int i = format.I; - return (i == 2 || (this.f2285c && i == 4)) ? 2 : 1; + return (i == 2 || (this.f2286c && i == 4)) ? 2 : 1; } else if (this.l && !this.Y && H(format, this.t)) { return 2; } else { @@ -1654,7 +1654,7 @@ public final class DefaultAudioSink implements AudioSink { AnimatableValueParser.k(f0.z(format.I)); int s2 = f0.s(format.I, format.G); int i10 = format.I; - if (!this.f2285c || !f0.y(i10)) { + if (!this.f2286c || !f0.y(i10)) { i9 = 0; } AudioProcessor[] audioProcessorArr2 = i9 != 0 ? this.g : this.f; @@ -1685,10 +1685,10 @@ public final class DefaultAudioSink implements AudioSink { } int i14 = aVar.d; i4 = aVar.b; - i3 = f0.n(aVar.f2284c); + i3 = f0.n(aVar.f2285c); audioProcessorArr = audioProcessorArr2; i2 = i14; - i5 = f0.s(i14, aVar.f2284c); + i5 = f0.s(i14, aVar.f2285c); i6 = s2; i7 = 0; } else { @@ -1741,13 +1741,13 @@ public final class DefaultAudioSink implements AudioSink { if (!this.V.equals(tVar)) { int i = tVar.a; float f2 = tVar.b; - AudioTrack audioTrack = this.f2286s; + AudioTrack audioTrack = this.f2287s; if (audioTrack != null) { if (this.V.a != i) { audioTrack.attachAuxEffect(i); } if (i != 0) { - this.f2286s.setAuxEffectSendLevel(f2); + this.f2287s.setAuxEffectSendLevel(f2); } } this.V = tVar; diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java index 3a2fc93eb6..76cc41e0f8 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java @@ -55,7 +55,7 @@ public class DefaultDrmSession implements DrmSession { public final x b; /* renamed from: c reason: collision with root package name */ - public final a f2294c; + public final a f2295c; public final b d; public final int e; public final boolean f; @@ -77,7 +77,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable /* renamed from: s reason: collision with root package name */ - public DrmSession.DrmSessionException f2295s; + public DrmSession.DrmSessionException f2296s; @Nullable public byte[] t; public byte[] u; @@ -177,14 +177,14 @@ public class DefaultDrmSession implements DrmSession { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2296c; + public final long f2297c; public final Object d; public int e; public d(long j, boolean z2, long j2, Object obj) { this.a = j; this.b = z2; - this.f2296c = j2; + this.f2297c = j2; this.d = obj; } } @@ -209,12 +209,12 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSession.n == 2 || defaultDrmSession.i()) { defaultDrmSession.w = null; if (obj2 instanceof Exception) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2294c).a((Exception) obj2); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2295c).a((Exception) obj2); return; } try { defaultDrmSession.b.j((byte[]) obj2); - DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2294c; + DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2295c; for (DefaultDrmSession defaultDrmSession2 : DefaultDrmSessionManager.this.n) { if (defaultDrmSession2.l(false)) { defaultDrmSession2.h(true); @@ -222,7 +222,7 @@ public class DefaultDrmSession implements DrmSession { } DefaultDrmSessionManager.this.n.clear(); } catch (Exception e) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2294c).a(e); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2295c).a(e); } } } else if (i == 1) { @@ -263,7 +263,7 @@ public class DefaultDrmSession implements DrmSession { Objects.requireNonNull(bArr); } this.l = uuid; - this.f2294c = aVar; + this.f2295c = aVar; this.d = bVar; this.b = xVar; this.e = i; @@ -349,7 +349,7 @@ public class DefaultDrmSession implements DrmSession { this.p.quit(); this.p = null; this.r = null; - this.f2295s = null; + this.f2296s = null; this.v = null; this.w = null; byte[] bArr = this.t; @@ -401,8 +401,8 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSessionManager2.r == this) { defaultDrmSessionManager2.r = null; } - if (defaultDrmSessionManager2.f2298s == this) { - defaultDrmSessionManager2.f2298s = null; + if (defaultDrmSessionManager2.f2299s == this) { + defaultDrmSessionManager2.f2299s = null; } if (defaultDrmSessionManager2.n.size() > 1 && DefaultDrmSessionManager.this.n.get(0) == this) { DefaultDrmSessionManager.this.n.get(1).n(); @@ -438,7 +438,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable public final DrmSession.DrmSessionException f() { if (this.n == 1) { - return this.f2295s; + return this.f2296s; } return null; } @@ -539,7 +539,7 @@ public class DefaultDrmSession implements DrmSession { } public final void j(Exception exc) { - this.f2295s = new DrmSession.DrmSessionException(exc); + this.f2296s = new DrmSession.DrmSessionException(exc); g(new c.i.a.c.z1.c(exc)); if (this.n != 4) { this.n = 1; @@ -548,7 +548,7 @@ public class DefaultDrmSession implements DrmSession { public final void k(Exception exc) { if (exc instanceof NotProvisionedException) { - ((DefaultDrmSessionManager.d) this.f2294c).b(this); + ((DefaultDrmSessionManager.d) this.f2295c).b(this); } else { j(exc); } @@ -569,7 +569,7 @@ public class DefaultDrmSession implements DrmSession { return true; } catch (NotProvisionedException e3) { if (z2) { - ((DefaultDrmSessionManager.d) this.f2294c).b(this); + ((DefaultDrmSessionManager.d) this.f2295c).b(this); return false; } j(e3); diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java index ef19e692cf..16db7206d8 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java @@ -41,7 +41,7 @@ public class DefaultDrmSessionManager implements s { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final x.c f2297c; + public final x.c f2298c; public final b0 d; public final HashMap e; public final boolean f; @@ -62,7 +62,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: s reason: collision with root package name */ - public DefaultDrmSession f2298s; + public DefaultDrmSession f2299s; @Nullable public Looper t; public Handler u; @@ -72,7 +72,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: x reason: collision with root package name */ - public volatile c f2299x; + public volatile c f2300x; public static final class MissingSchemeDataException extends Exception { public MissingSchemeDataException(UUID uuid, a aVar) { @@ -139,7 +139,7 @@ public class DefaultDrmSessionManager implements s { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - this.f2297c = cVar; + this.f2298c = cVar; this.d = b0Var; this.e = hashMap; this.f = z2; @@ -166,7 +166,7 @@ public class DefaultDrmSessionManager implements s { this.p = i + 1; if (i == 0) { AnimatableValueParser.D(this.q == null); - x a2 = this.f2297c.a(this.b); + x a2 = this.f2298c.a(this.b); this.q = a2; a2.h(new b(null)); } @@ -184,8 +184,8 @@ public class DefaultDrmSessionManager implements s { } else { AnimatableValueParser.D(looper2 == looper); } - if (this.f2299x == null) { - this.f2299x = new c(looper); + if (this.f2300x == null) { + this.f2300x = new c(looper); } DrmInitData drmInitData = format.w; DefaultDrmSession defaultDrmSession = null; @@ -247,12 +247,12 @@ public class DefaultDrmSessionManager implements s { } } } else { - defaultDrmSession = this.f2298s; + defaultDrmSession = this.f2299s; } if (defaultDrmSession == null) { defaultDrmSession = e(list, false, aVar); if (!this.f) { - this.f2298s = defaultDrmSession; + this.f2299s = defaultDrmSession; } this.m.add(defaultDrmSession); } else { diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java index 54067e3310..69e1c6e853 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java @@ -101,34 +101,34 @@ public abstract class MediaCodecRenderer extends g0 { public int Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f2300a0; + public boolean f2301a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f2301b0; + public boolean f2302b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2302c0; + public boolean f2303c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2303d0; + public boolean f2304d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2304e0; + public boolean f2305e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2305f0; + public boolean f2306f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2306g0; + public boolean f2307g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2307h0; + public boolean f2308h0; /* renamed from: i0 reason: collision with root package name */ - public boolean f2308i0; + public boolean f2309i0; /* renamed from: j0 reason: collision with root package name */ - public boolean f2309j0; + public boolean f2310j0; @Nullable public q k0; public long l0; @@ -149,15 +149,15 @@ public abstract class MediaCodecRenderer extends g0 { public int w0; /* renamed from: x reason: collision with root package name */ - public final float f2310x; + public final float f2311x; public int x0; /* renamed from: y reason: collision with root package name */ - public final DecoderInputBuffer f2311y = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2312y = new DecoderInputBuffer(0); public boolean y0; /* renamed from: z reason: collision with root package name */ - public final DecoderInputBuffer f2312z = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2313z = new DecoderInputBuffer(0); public boolean z0; public static class DecoderInitializationException extends Exception { @@ -195,7 +195,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(tVar); this.v = tVar; this.w = z2; - this.f2310x = f; + this.f2311x = f; p pVar = new p(); this.B = pVar; this.C = new d0<>(); @@ -424,7 +424,7 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean P() throws ExoPlaybackException { if (this.y0) { this.w0 = 1; - if (this.f2301b0 || this.f2303d0) { + if (this.f2302b0 || this.f2304d0) { this.x0 = 3; return false; } @@ -442,7 +442,7 @@ public abstract class MediaCodecRenderer extends g0 { int i; boolean z5; if (!(this.n0 >= 0)) { - if (!this.f2304e0 || !this.z0) { + if (!this.f2305e0 || !this.z0) { i = this.R.d(this.E); } else { try { @@ -460,9 +460,9 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = true; MediaFormat outputFormat = this.R.getOutputFormat(); if (this.Z != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { - this.f2308i0 = true; + this.f2309i0 = true; } else { - if (this.f2306g0) { + if (this.f2307g0) { outputFormat.setInteger("channel-count", 1); } this.T = outputFormat; @@ -470,12 +470,12 @@ public abstract class MediaCodecRenderer extends g0 { } return true; } - if (this.f2309j0 && (this.D0 || this.w0 == 2)) { + if (this.f2310j0 && (this.D0 || this.w0 == 2)) { k0(); } return false; - } else if (this.f2308i0) { - this.f2308i0 = false; + } else if (this.f2309i0) { + this.f2309i0 = false; this.R.releaseOutputBuffer(i, false); return true; } else { @@ -490,7 +490,7 @@ public abstract class MediaCodecRenderer extends g0 { MediaCodec.BufferInfo bufferInfo2 = this.E; byteBuffer.limit(bufferInfo2.offset + bufferInfo2.size); } - if (this.f2305f0) { + if (this.f2306f0) { MediaCodec.BufferInfo bufferInfo3 = this.E; if (bufferInfo3.presentationTimeUs == 0 && (bufferInfo3.flags & 4) != 0) { long j3 = this.B0; @@ -525,7 +525,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (!this.f2304e0 || !this.z0) { + if (!this.f2305e0 || !this.z0) { z3 = true; z2 = false; r rVar = this.R; @@ -578,20 +578,20 @@ public abstract class MediaCodecRenderer extends g0 { if (c2 < 0) { return false; } - this.f2312z.k = this.R.g(c2); - this.f2312z.p(); + this.f2313z.k = this.R.g(c2); + this.f2313z.p(); } if (this.w0 == 1) { - if (!this.f2309j0) { + if (!this.f2310j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); } this.w0 = 2; return false; - } else if (this.f2307h0) { - this.f2307h0 = false; - ByteBuffer byteBuffer = this.f2312z.k; + } else if (this.f2308h0) { + this.f2308h0 = false; + ByteBuffer byteBuffer = this.f2313z.k; byte[] bArr = t; byteBuffer.put(bArr); this.R.queueInputBuffer(this.m0, 0, bArr.length, 0, 0); @@ -601,13 +601,13 @@ public abstract class MediaCodecRenderer extends g0 { } else { if (this.v0 == 1) { for (int i = 0; i < this.S.v.size(); i++) { - this.f2312z.k.put(this.S.v.get(i)); + this.f2313z.k.put(this.S.v.get(i)); } this.v0 = 2; } - int position = this.f2312z.k.position(); + int position = this.f2313z.k.position(); s0 A = A(); - int I = I(A, this.f2312z, false); + int I = I(A, this.f2313z, false); if (i()) { this.C0 = this.B0; } @@ -616,14 +616,14 @@ public abstract class MediaCodecRenderer extends g0 { } if (I == -5) { if (this.v0 == 2) { - this.f2312z.p(); + this.f2313z.p(); this.v0 = 1; } f0(A); return true; - } else if (this.f2312z.n()) { + } else if (this.f2313z.n()) { if (this.v0 == 2) { - this.f2312z.p(); + this.f2313z.p(); this.v0 = 1; } this.D0 = true; @@ -632,7 +632,7 @@ public abstract class MediaCodecRenderer extends g0 { return false; } try { - if (!this.f2309j0) { + if (!this.f2310j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); @@ -641,10 +641,10 @@ public abstract class MediaCodecRenderer extends g0 { } catch (MediaCodec.CryptoException e) { throw z(e, this.I, false); } - } else if (this.y0 || this.f2312z.o()) { - boolean t2 = this.f2312z.t(); + } else if (this.y0 || this.f2313z.o()) { + boolean t2 = this.f2313z.t(); if (t2) { - b bVar = this.f2312z.j; + b bVar = this.f2313z.j; Objects.requireNonNull(bVar); if (position != 0) { if (bVar.d == null) { @@ -656,8 +656,8 @@ public abstract class MediaCodecRenderer extends g0 { iArr2[0] = iArr2[0] + position; } } - if (this.f2300a0 && !t2) { - ByteBuffer byteBuffer2 = this.f2312z.k; + if (this.f2301a0 && !t2) { + ByteBuffer byteBuffer2 = this.f2313z.k; byte[] bArr2 = u.a; int position2 = byteBuffer2.position(); int i2 = 0; @@ -686,12 +686,12 @@ public abstract class MediaCodecRenderer extends g0 { } i2 = i4; } - if (this.f2312z.k.position() == 0) { + if (this.f2313z.k.position() == 0) { return true; } - this.f2300a0 = false; + this.f2301a0 = false; } - DecoderInputBuffer decoderInputBuffer = this.f2312z; + DecoderInputBuffer decoderInputBuffer = this.f2313z; long j = decoderInputBuffer.m; q qVar = this.k0; if (qVar != null) { @@ -722,7 +722,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (this.f2312z.m()) { + if (this.f2313z.m()) { this.D.add(Long.valueOf(j)); } if (this.F0) { @@ -730,23 +730,23 @@ public abstract class MediaCodecRenderer extends g0 { this.F0 = false; } if (this.k0 != null) { - this.B0 = Math.max(this.B0, this.f2312z.m); + this.B0 = Math.max(this.B0, this.f2313z.m); } else { this.B0 = Math.max(this.B0, j); } - this.f2312z.s(); - if (this.f2312z.l()) { - Z(this.f2312z); + this.f2313z.s(); + if (this.f2313z.l()) { + Z(this.f2313z); } - j0(this.f2312z); + j0(this.f2313z); if (t2) { try { - this.R.a(this.m0, 0, this.f2312z.j, j, 0); + this.R.a(this.m0, 0, this.f2313z.j, j, 0); } catch (MediaCodec.CryptoException e2) { throw z(e2, this.I, false); } } else { - this.R.queueInputBuffer(this.m0, 0, this.f2312z.k.limit(), j, 0); + this.R.queueInputBuffer(this.m0, 0, this.f2313z.k.limit(), j, 0); } r0(); this.y0 = true; @@ -754,7 +754,7 @@ public abstract class MediaCodecRenderer extends g0 { this.L0.f1017c++; return true; } else { - this.f2312z.p(); + this.f2313z.p(); if (this.v0 == 2) { this.v0 = 1; } @@ -775,7 +775,7 @@ public abstract class MediaCodecRenderer extends g0 { if (this.R == null) { return false; } - if (this.x0 == 3 || this.f2301b0 || ((this.f2302c0 && !this.A0) || (this.f2303d0 && this.z0))) { + if (this.x0 == 3 || this.f2302b0 || ((this.f2303c0 && !this.A0) || (this.f2304d0 && this.z0))) { n0(); return true; } @@ -863,7 +863,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(formatArr); f = W(f2, format, formatArr); } - float f3 = f <= this.f2310x ? -1.0f : f; + float f3 = f <= this.f2311x ? -1.0f : f; r rVar = null; try { long elapsedRealtime = SystemClock.elapsedRealtime(); @@ -893,9 +893,9 @@ public abstract class MediaCodecRenderer extends g0 { if (str2.startsWith("SM-T585") || str2.startsWith("SM-A510") || str2.startsWith("SM-A520") || str2.startsWith("SM-J700")) { i = 2; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 > 23 || !"OMX.google.vorbis.decoder".equals(str)) { if (i2 <= 19) { String str3 = f0.b; @@ -905,16 +905,16 @@ public abstract class MediaCodecRenderer extends g0 { } } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); if (i2 < 21 && "OMX.SEC.mp3.dec".equals(str) && "samsung".equals(f0.f912c)) { String str4 = f0.b; if (str4.startsWith("baffin") || str4.startsWith("grand") || str4.startsWith("fortuna") || str4.startsWith("gprimelte") || str4.startsWith("j2y18lte") || str4.startsWith("ms01")) { z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { this.k0 = new q(); } @@ -926,10 +926,10 @@ public abstract class MediaCodecRenderer extends g0 { } } z3 = false; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -938,14 +938,14 @@ public abstract class MediaCodecRenderer extends g0 { d0(str, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z2 = true; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -959,20 +959,20 @@ public abstract class MediaCodecRenderer extends g0 { if ("flounder".equals(str6) || "flounder_lte".equals(str6) || "grouper".equals(str6) || "tilapia".equals(str6)) { i = 1; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -983,20 +983,20 @@ public abstract class MediaCodecRenderer extends g0 { } i = 0; this.Z = i; - this.f2300a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2301b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2302c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2301a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2302b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2303c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2303d0 = z2; - this.f2304e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2304d0 = z2; + this.f2305e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2305f0 = z3; - this.f2306g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2306f0 = z3; + this.f2307g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2309j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2310j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f912c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -1246,10 +1246,10 @@ public abstract class MediaCodecRenderer extends g0 { this.u0 = true; this.v0 = 1; int i3 = this.Z; - if (!(i3 == 2 || (i3 == 1 && format.f2277y == format2.f2277y && format.f2278z == format2.f2278z))) { + if (!(i3 == 2 || (i3 == 1 && format.f2278y == format2.f2278y && format.f2279z == format2.f2279z))) { z4 = false; } - this.f2307h0 = z4; + this.f2308h0 = z4; this.S = format; if (z5) { } @@ -1259,7 +1259,7 @@ public abstract class MediaCodecRenderer extends g0 { if (!z5) { if (this.y0) { this.w0 = 1; - if (this.f2301b0 || this.f2303d0) { + if (this.f2302b0 || this.f2304d0) { this.x0 = 3; z4 = false; } else { @@ -1333,12 +1333,12 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean m0(boolean z2) throws ExoPlaybackException { s0 A = A(); - this.f2311y.p(); - int I = I(A, this.f2311y, z2); + this.f2312y.p(); + int I = I(A, this.f2312y, z2); if (I == -5) { f0(A); return true; - } else if (I != -4 || !this.f2311y.n()) { + } else if (I != -4 || !this.f2312y.n()) { return false; } else { this.D0 = true; @@ -1409,8 +1409,8 @@ public abstract class MediaCodecRenderer extends g0 { this.l0 = -9223372036854775807L; this.z0 = false; this.y0 = false; - this.f2307h0 = false; - this.f2308i0 = false; + this.f2308h0 = false; + this.f2309i0 = false; this.p0 = false; this.q0 = false; this.D.clear(); @@ -1498,14 +1498,14 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = false; this.V = -1.0f; this.Z = 0; - this.f2300a0 = false; - this.f2301b0 = false; - this.f2302c0 = false; - this.f2303d0 = false; - this.f2304e0 = false; - this.f2305f0 = false; - this.f2306g0 = false; - this.f2309j0 = false; + this.f2301a0 = false; + this.f2302b0 = false; + this.f2303c0 = false; + this.f2304d0 = false; + this.f2305e0 = false; + this.f2306f0 = false; + this.f2307g0 = false; + this.f2310j0 = false; this.u0 = false; this.v0 = 0; this.N = false; @@ -1513,7 +1513,7 @@ public abstract class MediaCodecRenderer extends g0 { public final void r0() { this.m0 = -1; - this.f2312z.k = null; + this.f2313z.k = null; } public final void s0(@Nullable DrmSession drmSession) { @@ -1571,7 +1571,7 @@ public abstract class MediaCodecRenderer extends g0 { if (W == -1.0f) { O(); return false; - } else if (f2 == -1.0f && W <= this.f2310x) { + } else if (f2 == -1.0f && W <= this.f2311x) { return true; } else { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java index 4a153ed320..4bb552f3e6 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java @@ -28,7 +28,7 @@ public final class MediaCodecUtil { public static final HashMap> b = new HashMap<>(); /* renamed from: c reason: collision with root package name */ - public static int f2313c = -1; + public static int f2314c = -1; public static class DecoderQueryException extends Exception { public DecoderQueryException(Throwable th, a aVar) { @@ -41,12 +41,12 @@ public final class MediaCodecUtil { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2314c; + public final boolean f2315c; public b(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2314c = z3; + this.f2315c = z3; } public boolean equals(@Nullable Object obj) { @@ -57,13 +57,13 @@ public final class MediaCodecUtil { return false; } b bVar = (b) obj; - return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2314c == bVar.f2314c; + return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2315c == bVar.f2315c; } public int hashCode() { int i = 1231; int m = (c.d.b.a.a.m(this.a, 31, 31) + (this.b ? 1231 : 1237)) * 31; - if (!this.f2314c) { + if (!this.f2315c) { i = 1237; } return m + i; @@ -1305,7 +1305,7 @@ public final class MediaCodecUtil { MediaCodecInfo.CodecCapabilities capabilitiesForType = a2.getCapabilitiesForType(b2); boolean b3 = cVar.b("tunneled-playback", b2, capabilitiesForType); boolean c2 = cVar.c("tunneled-playback", b2, capabilitiesForType); - boolean z5 = bVar2.f2314c; + boolean z5 = bVar2.f2315c; if (z5 || !c2) { if (!z5 || b3) { boolean b4 = cVar.b("secure-playback", b2, capabilitiesForType); @@ -1490,7 +1490,7 @@ public final class MediaCodecUtil { public static int i() throws DecoderQueryException { int i; - if (f2313c == -1) { + if (f2314c == -1) { int i2 = 0; s d2 = d("video/avc", false, false); if (d2 != null) { @@ -1545,9 +1545,9 @@ public final class MediaCodecUtil { } i2 = Math.max(i3, f0.a >= 21 ? 345600 : 172800); } - f2313c = i2; + f2314c = i2; } - return f2313c; + return f2314c; } public static void j(List list, f fVar) { diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java index 72d0e9324f..ace649b026 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java @@ -19,7 +19,7 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long r; /* renamed from: s reason: collision with root package name */ - public final int f2315s; + public final int f2316s; public final int t; public final int u; @@ -42,18 +42,18 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f2316c; + public final long f2317c; public b(int i, long j, long j2) { this.a = i; this.b = j; - this.f2316c = j2; + this.f2317c = j2; } public b(int i, long j, long j2, a aVar) { this.a = i; this.b = j; - this.f2316c = j2; + this.f2317c = j2; } } @@ -68,7 +68,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(list); this.q = z6; this.r = j4; - this.f2315s = i; + this.f2316s = i; this.t = i2; this.u = i3; } @@ -90,7 +90,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(arrayList); this.q = parcel.readByte() == 1 ? true : z2; this.r = parcel.readLong(); - this.f2315s = parcel.readInt(); + this.f2316s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); } @@ -110,11 +110,11 @@ public final class SpliceInsertCommand extends SpliceCommand { b bVar = this.p.get(i2); parcel.writeInt(bVar.a); parcel.writeLong(bVar.b); - parcel.writeLong(bVar.f2316c); + parcel.writeLong(bVar.f2317c); } parcel.writeByte(this.q ? (byte) 1 : 0); parcel.writeLong(this.r); - parcel.writeInt(this.f2315s); + parcel.writeInt(this.f2316s); parcel.writeInt(this.t); parcel.writeInt(this.u); } diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java index c368247dd3..87b1f99278 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java @@ -43,7 +43,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2317c; + public final boolean f2318c; public final boolean d; public final long e; public final List f; @@ -56,7 +56,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public c(long j, boolean z2, boolean z3, boolean z4, List list, long j2, boolean z5, long j3, int i, int i2, int i3) { this.a = j; this.b = z2; - this.f2317c = z3; + this.f2318c = z3; this.d = z4; this.f = Collections.unmodifiableList(list); this.e = j2; @@ -71,7 +71,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { this.a = parcel.readLong(); boolean z2 = false; this.b = parcel.readByte() == 1; - this.f2317c = parcel.readByte() == 1; + this.f2318c = parcel.readByte() == 1; this.d = parcel.readByte() == 1; int readInt = parcel.readInt(); ArrayList arrayList = new ArrayList(readInt); @@ -109,7 +109,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { c cVar = this.i.get(i2); parcel.writeLong(cVar.a); parcel.writeByte(cVar.b ? (byte) 1 : 0); - parcel.writeByte(cVar.f2317c ? (byte) 1 : 0); + parcel.writeByte(cVar.f2318c ? (byte) 1 : 0); parcel.writeByte(cVar.d ? (byte) 1 : 0); int size2 = cVar.f.size(); parcel.writeInt(size2); diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java index a74cdbd694..522f54cd6f 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java @@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull; public class DefaultTrackSelector extends i { /* renamed from: c reason: collision with root package name */ - public static final int[] f2318c = new int[0]; + public static final int[] f2319c = new int[0]; public static final p0 d = p0.a(c.i.a.c.f2.c.i); public static final p0 e = p0.a(c.i.a.c.f2.b.i); public final g.b f; @@ -72,20 +72,20 @@ public class DefaultTrackSelector extends i { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f2319s; + public final int f2320s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2320x; + public final int f2321x; /* renamed from: y reason: collision with root package name */ - public final boolean f2321y; + public final boolean f2322y; /* renamed from: z reason: collision with root package name */ - public final boolean f2322z; + public final boolean f2323z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -105,14 +105,14 @@ public class DefaultTrackSelector extends i { super(uVar2, i11, uVar4, i14, z10, i15); this.q = i; this.r = i2; - this.f2319s = i3; + this.f2320s = i3; this.t = i4; this.u = i5; this.v = i6; this.w = i7; - this.f2320x = i8; - this.f2321y = z2; - this.f2322z = z3; + this.f2321x = i8; + this.f2322y = z2; + this.f2323z = z3; this.A = z4; this.B = i9; this.C = i10; @@ -138,16 +138,16 @@ public class DefaultTrackSelector extends i { super(parcel); this.q = parcel.readInt(); this.r = parcel.readInt(); - this.f2319s = parcel.readInt(); + this.f2320s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); this.v = parcel.readInt(); this.w = parcel.readInt(); - this.f2320x = parcel.readInt(); + this.f2321x = parcel.readInt(); int i = f0.a; boolean z2 = true; - this.f2321y = parcel.readInt() != 0; - this.f2322z = parcel.readInt() != 0; + this.f2322y = parcel.readInt() != 0; + this.f2323z = parcel.readInt() != 0; this.A = parcel.readInt() != 0; this.B = parcel.readInt(); this.C = parcel.readInt(); @@ -204,7 +204,7 @@ public class DefaultTrackSelector extends i { return false; } Parameters parameters = (Parameters) obj; - if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2319s == parameters.f2319s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2320x == parameters.f2320x && this.f2321y == parameters.f2321y && this.f2322z == parameters.f2322z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { + if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2320s == parameters.f2320s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2321x == parameters.f2321x && this.f2322y == parameters.f2322y && this.f2323z == parameters.f2323z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { SparseBooleanArray sparseBooleanArray = this.S; SparseBooleanArray sparseBooleanArray2 = parameters.S; int size = sparseBooleanArray.size(); @@ -279,7 +279,7 @@ public class DefaultTrackSelector extends i { @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, java.lang.Object public int hashCode() { int hashCode = this.E.hashCode(); - return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2319s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2320x) * 31) + (this.f2321y ? 1 : 0)) * 31) + (this.f2322z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); + return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2320s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2321x) * 31) + (this.f2322y ? 1 : 0)) * 31) + (this.f2323z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); } @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, android.os.Parcelable @@ -287,16 +287,16 @@ public class DefaultTrackSelector extends i { super.writeToParcel(parcel, i); parcel.writeInt(this.q); parcel.writeInt(this.r); - parcel.writeInt(this.f2319s); + parcel.writeInt(this.f2320s); parcel.writeInt(this.t); parcel.writeInt(this.u); parcel.writeInt(this.v); parcel.writeInt(this.w); - parcel.writeInt(this.f2320x); - boolean z2 = this.f2321y; + parcel.writeInt(this.f2321x); + boolean z2 = this.f2322y; int i2 = f0.a; parcel.writeInt(z2 ? 1 : 0); - parcel.writeInt(this.f2322z ? 1 : 0); + parcel.writeInt(this.f2323z ? 1 : 0); parcel.writeInt(this.A ? 1 : 0); parcel.writeInt(this.B); parcel.writeInt(this.C); @@ -411,7 +411,7 @@ public class DefaultTrackSelector extends i { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f2323s; + public final int f2324s; public final int t; public final int u; public final int v; @@ -445,7 +445,7 @@ public class DefaultTrackSelector extends i { this.o = Integer.bitCount(format.m & parameters.k); this.r = (format.l & 1) != 0; int i7 = format.G; - this.f2323s = i7; + this.f2324s = i7; this.t = format.H; int i8 = format.p; this.u = i8; @@ -500,7 +500,7 @@ public class DefaultTrackSelector extends i { Integer valueOf = Integer.valueOf(this.n); Integer valueOf2 = Integer.valueOf(aVar.n); t0 t0Var = t0.i; - n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2323s), Integer.valueOf(aVar.f2323s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); + n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2324s), Integer.valueOf(aVar.f2324s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); Integer valueOf3 = Integer.valueOf(this.u); Integer valueOf4 = Integer.valueOf(aVar.u); if (!f0.a(this.j, aVar.j)) { @@ -543,7 +543,7 @@ public class DefaultTrackSelector extends i { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2324s; + public boolean f2325s; public final SparseArray> t = new SparseArray<>(); public final SparseBooleanArray u = new SparseBooleanArray(); @@ -617,7 +617,7 @@ public class DefaultTrackSelector extends i { } public Parameters b() { - return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2325c, false, 0, false, false, this.r, false, this.f2324s, this.t, this.u); + return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2326c, false, 0, false, false, this.r, false, this.f2325s, this.t, this.u); } /* JADX DEBUG: Type inference failed for r2v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @@ -640,7 +640,7 @@ public class DefaultTrackSelector extends i { this.p = true; this.q = uVar; this.r = true; - this.f2324s = true; + this.f2325s = true; } } @@ -726,7 +726,7 @@ public class DefaultTrackSelector extends i { if (r10 < ((float) r8.w)) goto L_0x005e; */ /* JADX WARNING: Code restructure failed: missing block: B:37:0x005b, code lost: - if (r10 < r8.f2320x) goto L_0x005e; + if (r10 < r8.f2321x) goto L_0x005e; */ /* JADX WARNING: Removed duplicated region for block: B:32:0x004e */ /* JADX WARNING: Removed duplicated region for block: B:36:0x0059 */ @@ -747,12 +747,12 @@ public class DefaultTrackSelector extends i { int i10 = 0; boolean z4 = true; int i11 = -1; - if (z2 && (((i7 = format.f2277y) == -1 || i7 <= parameters.q) && ((i8 = format.f2278z) == -1 || i8 <= parameters.r))) { + if (z2 && (((i7 = format.f2278y) == -1 || i7 <= parameters.q) && ((i8 = format.f2279z) == -1 || i8 <= parameters.r))) { float f2 = format.A; - if ((f2 == -1.0f || f2 <= ((float) parameters.f2319s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { + if ((f2 == -1.0f || f2 <= ((float) parameters.f2320s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { z3 = true; this.i = z3; - if (z2 && (((i4 = format.f2277y) == -1 || i4 >= parameters.u) && ((i5 = format.f2278z) == -1 || i5 >= parameters.v))) { + if (z2 && (((i4 = format.f2278y) == -1 || i4 >= parameters.u) && ((i5 = format.f2279z) == -1 || i5 >= parameters.v))) { f = format.A; if (f != -1.0f) { } @@ -762,8 +762,8 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; - if (!(i2 == -1 || (i3 = format.f2278z) == -1)) { + i2 = format.f2278y; + if (!(i2 == -1 || (i3 = format.f2279z) == -1)) { i11 = i2 * i3; } this.n = i11; @@ -786,7 +786,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; + i2 = format.f2278y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -809,7 +809,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2277y; + i2 = format.f2278y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -880,8 +880,8 @@ public class DefaultTrackSelector extends i { break; } Format format = trackGroup.j[i9]; - int i11 = format.f2277y; - if (i11 > 0 && (i4 = format.f2278z) > 0) { + int i11 = format.f2278y; + if (i11 > 0 && (i4 = format.f2279z) > 0) { if (z2) { boolean z4 = i11 > i4; if (i <= i2) { @@ -893,8 +893,8 @@ public class DefaultTrackSelector extends i { int i12 = i11 * i6; int i13 = i4 * i5; Point point = i12 < i13 ? new Point(i5, f0.f(i13, i11)) : new Point(f0.f(i12, i4), i6); - int i14 = format.f2277y; - int i15 = format.f2278z; + int i14 = format.f2278y; + int i15 = format.f2279z; i7 = i14 * i15; if (i14 >= ((int) (((float) point.x) * 0.98f)) && i15 >= ((int) (((float) point.y) * 0.98f)) && i7 < i10) { i10 = i7; @@ -907,8 +907,8 @@ public class DefaultTrackSelector extends i { int i13 = i4 * i5; if (i12 < i13) { } - int i14 = format.f2277y; - int i15 = format.f2278z; + int i14 = format.f2278y; + int i15 = format.f2279z; i7 = i14 * i15; i10 = i7; } @@ -917,8 +917,8 @@ public class DefaultTrackSelector extends i { if (i10 != Integer.MAX_VALUE) { for (int size = arrayList.size() - 1; size >= 0; size--) { Format format2 = trackGroup.j[((Integer) arrayList.get(size)).intValue()]; - int i16 = format2.f2277y; - int i17 = (i16 == -1 || (i3 = format2.f2278z) == -1) ? -1 : i16 * i3; + int i16 = format2.f2278y; + int i17 = (i16 == -1 || (i3 = format2.f2279z) == -1) ? -1 : i16 * i3; if (i17 == -1 || i17 > i10) { arrayList.remove(size); } @@ -940,11 +940,11 @@ public class DefaultTrackSelector extends i { if (str != null && !f0.a(format.t, str)) { return false; } - int i11 = format.f2277y; + int i11 = format.f2278y; if (i11 != -1 && (i7 > i11 || i11 > i3)) { return false; } - int i12 = format.f2278z; + int i12 = format.f2279z; if (i12 != -1 && (i8 > i12 || i12 > i4)) { return false; } diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java index f7147130b7..f7ab1a2306 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java @@ -40,7 +40,7 @@ public class TrackSelectionParameters implements Parcelable { public u b; /* renamed from: c reason: collision with root package name */ - public int f2325c = 0; + public int f2326c = 0; /* JADX DEBUG: Type inference failed for r0v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @Deprecated @@ -55,7 +55,7 @@ public class TrackSelectionParameters implements Parcelable { CaptioningManager captioningManager; int i = f0.a; if (i >= 19 && ((i >= 23 || Looper.myLooper() != null) && (captioningManager = (CaptioningManager) context.getSystemService("captioning")) != null && captioningManager.isEnabled())) { - this.f2325c = 1088; + this.f2326c = 1088; Locale locale = captioningManager.getLocale(); if (locale != null) { this.b = u.t(i >= 21 ? locale.toLanguageTag() : locale.toString()); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java index de521b6579..bdd33d847c 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java @@ -68,20 +68,20 @@ public class DefaultTimeBar extends View implements k { @Nullable /* renamed from: s reason: collision with root package name */ - public final Drawable f2326s; + public final Drawable f2327s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2327x; + public final int f2328x; /* renamed from: y reason: collision with root package name */ - public final int f2328y; + public final int f2329y; /* renamed from: z reason: collision with root package name */ - public final int f2329z; + public final int f2330z; public DefaultTimeBar(Context context, @Nullable AttributeSet attributeSet) { this(context, attributeSet, 0, attributeSet); @@ -121,7 +121,7 @@ public class DefaultTimeBar extends View implements k { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.DefaultTimeBar, i, 0); try { Drawable drawable = obtainStyledAttributes.getDrawable(R.g.DefaultTimeBar_scrubber_drawable); - this.f2326s = drawable; + this.f2327s = drawable; if (drawable != null) { int i2 = f0.a; if (i2 >= 23) { @@ -136,9 +136,9 @@ public class DefaultTimeBar extends View implements k { this.u = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_touch_target_height, c3); this.v = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_bar_gravity, 0); this.w = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c4); - this.f2327x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); - this.f2328y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); - this.f2329z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); + this.f2328x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); + this.f2329y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); + this.f2330z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); int i3 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_played_color, -1); int i4 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_scrubber_color, -1); int i5 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_buffered_color, -855638017); @@ -159,26 +159,26 @@ public class DefaultTimeBar extends View implements k { this.u = c3; this.v = 0; this.w = c4; - this.f2327x = c5; - this.f2328y = c6; - this.f2329z = c7; + this.f2328x = c5; + this.f2329y = c6; + this.f2330z = c7; paint.setColor(-1); paint6.setColor(-1); paint2.setColor(-855638017); paint3.setColor(872415231); paint4.setColor(-1291845888); paint5.setColor(872414976); - this.f2326s = null; + this.f2327s = null; } StringBuilder sb = new StringBuilder(); this.C = sb; this.D = new Formatter(sb, Locale.getDefault()); this.E = new b(this); - Drawable drawable2 = this.f2326s; + Drawable drawable2 = this.f2327s; if (drawable2 != null) { this.A = (drawable2.getMinimumWidth() + 1) / 2; } else { - this.A = (Math.max(this.f2328y, Math.max(this.f2327x, this.f2329z)) + 1) / 2; + this.A = (Math.max(this.f2329y, Math.max(this.f2328x, this.f2330z)) + 1) / 2; } this.N = 1.0f; ValueAnimator valueAnimator = new ValueAnimator(); @@ -329,8 +329,8 @@ public class DefaultTimeBar extends View implements k { } public final void i() { - Drawable drawable = this.f2326s; - if (drawable != null && drawable.isStateful() && this.f2326s.setState(getDrawableState())) { + Drawable drawable = this.f2327s; + if (drawable != null && drawable.isStateful() && this.f2327s.setState(getDrawableState())) { invalidate(); } } @@ -348,7 +348,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void jumpDrawablesToCurrentState() { super.jumpDrawablesToCurrentState(); - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable != null) { drawable.jumpToCurrentState(); } @@ -398,14 +398,14 @@ public class DefaultTimeBar extends View implements k { Rect rect5 = this.l; int h = f0.h(rect5.right, rect5.left, this.j.right); int centerY2 = this.l.centerY(); - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable == null) { - canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2329z : isEnabled() ? this.f2327x : this.f2328y)) * this.N) / 2.0f)), this.r); + canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2330z : isEnabled() ? this.f2328x : this.f2329y)) * this.N) / 2.0f)), this.r); } else { int intrinsicWidth = ((int) (((float) drawable.getIntrinsicWidth()) * this.N)) / 2; - int intrinsicHeight = ((int) (((float) this.f2326s.getIntrinsicHeight()) * this.N)) / 2; - this.f2326s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); - this.f2326s.draw(canvas); + int intrinsicHeight = ((int) (((float) this.f2327s.getIntrinsicHeight()) * this.N)) / 2; + this.f2327s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); + this.f2327s.draw(canvas); } } canvas.restore(); @@ -518,7 +518,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void onRtlPropertiesChanged(int i) { - Drawable drawable = this.f2326s; + Drawable drawable = this.f2327s; if (drawable != null) { if (f0.a >= 23 && drawable.setLayoutDirection(i)) { invalidate(); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java index 1b557c5603..66f898da09 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java @@ -68,35 +68,35 @@ public class PlayerControlView extends FrameLayout { public boolean W; /* renamed from: a0 reason: collision with root package name */ - public int f2330a0; + public int f2331a0; /* renamed from: b0 reason: collision with root package name */ - public int f2331b0; + public int f2332b0; /* renamed from: c0 reason: collision with root package name */ - public int f2332c0; + public int f2333c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2333d0; + public boolean f2334d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2334e0; + public boolean f2335e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2335f0; + public boolean f2336f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2336g0; + public boolean f2337g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2337h0; + public boolean f2338h0; /* renamed from: i0 reason: collision with root package name */ - public long f2338i0; + public long f2339i0; public final b j; /* renamed from: j0 reason: collision with root package name */ - public long[] f2339j0; + public long[] f2340j0; public final CopyOnWriteArrayList k; public boolean[] k0; @Nullable @@ -119,7 +119,7 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final ImageView f2340s; + public final ImageView f2341s; @Nullable public final View t; @Nullable @@ -130,13 +130,13 @@ public class PlayerControlView extends FrameLayout { public final k w; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f2341x; + public final StringBuilder f2342x; /* renamed from: y reason: collision with root package name */ - public final Formatter f2342y; + public final Formatter f2343y; /* renamed from: z reason: collision with root package name */ - public final r1.b f2343z; + public final r1.b f2344z; public final class b implements g1.a, k.a, View.OnClickListener { public b(a aVar) { @@ -192,7 +192,7 @@ public class PlayerControlView extends FrameLayout { PlayerControlView playerControlView = PlayerControlView.this; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2341x, playerControlView.f2342y, j)); + textView.setText(f0.u(playerControlView.f2342x, playerControlView.f2343y, j)); } } @@ -247,7 +247,7 @@ public class PlayerControlView extends FrameLayout { playerControlView.W = true; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2341x, playerControlView.f2342y, j)); + textView.setText(f0.u(playerControlView.f2342x, playerControlView.f2343y, j)); } } @@ -292,7 +292,7 @@ public class PlayerControlView extends FrameLayout { } else if (playerControlView.r == view) { i0 i0Var = playerControlView.Q; int B = g1Var.B(); - int i = PlayerControlView.this.f2332c0; + int i = PlayerControlView.this.f2333c0; int i2 = 1; while (true) { if (i2 > 2) { @@ -315,7 +315,7 @@ public class PlayerControlView extends FrameLayout { } Objects.requireNonNull((j0) i0Var); g1Var.x(B); - } else if (playerControlView.f2340s == view) { + } else if (playerControlView.f2341s == view) { Objects.requireNonNull((j0) playerControlView.Q); g1Var.h(!g1Var.F()); } @@ -402,41 +402,41 @@ public class PlayerControlView extends FrameLayout { super(context, attributeSet, i2); int i3 = R.e.exo_player_control_view; int i4 = 5000; - this.f2330a0 = 5000; - this.f2332c0 = 0; - this.f2331b0 = 200; - this.f2338i0 = -9223372036854775807L; - this.f2333d0 = true; - this.f2334e0 = true; - this.f2335f0 = true; - this.f2336g0 = true; - this.f2337h0 = false; + this.f2331a0 = 5000; + this.f2333c0 = 0; + this.f2332b0 = 200; + this.f2339i0 = -9223372036854775807L; + this.f2334d0 = true; + this.f2335e0 = true; + this.f2336f0 = true; + this.f2337g0 = true; + this.f2338h0 = false; int i5 = 15000; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.PlayerControlView, 0, 0); try { i4 = obtainStyledAttributes.getInt(R.g.PlayerControlView_rewind_increment, 5000); i5 = obtainStyledAttributes.getInt(R.g.PlayerControlView_fastforward_increment, 15000); - this.f2330a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2330a0); + this.f2331a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2331a0); i3 = obtainStyledAttributes.getResourceId(R.g.PlayerControlView_controller_layout_id, i3); - this.f2332c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2332c0); - this.f2333d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2333d0); - this.f2334e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2334e0); - this.f2335f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2335f0); - this.f2336g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2336g0); - this.f2337h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2337h0); - setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2331b0)); + this.f2333c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2333c0); + this.f2334d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2334d0); + this.f2335e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2335e0); + this.f2336f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2336f0); + this.f2337g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2337g0); + this.f2338h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2338h0); + setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2332b0)); } finally { obtainStyledAttributes.recycle(); } } this.k = new CopyOnWriteArrayList<>(); - this.f2343z = new r1.b(); + this.f2344z = new r1.b(); this.A = new r1.c(); StringBuilder sb = new StringBuilder(); - this.f2341x = sb; - this.f2342y = new Formatter(sb, Locale.getDefault()); - this.f2339j0 = new long[0]; + this.f2342x = sb; + this.f2343y = new Formatter(sb, Locale.getDefault()); + this.f2340j0 = new long[0]; this.k0 = new boolean[0]; this.l0 = new long[0]; this.m0 = new boolean[0]; @@ -506,7 +506,7 @@ public class PlayerControlView extends FrameLayout { imageView.setOnClickListener(bVar); } ImageView imageView2 = (ImageView) findViewById(R.c.exo_shuffle); - this.f2340s = imageView2; + this.f2341s = imageView2; if (imageView2 != null) { imageView2.setOnClickListener(bVar); } @@ -596,23 +596,23 @@ public class PlayerControlView extends FrameLayout { } removeCallbacks(this.B); removeCallbacks(this.C); - this.f2338i0 = -9223372036854775807L; + this.f2339i0 = -9223372036854775807L; } } public final void d() { removeCallbacks(this.C); - if (this.f2330a0 > 0) { + if (this.f2331a0 > 0) { long uptimeMillis = SystemClock.uptimeMillis(); - int i2 = this.f2330a0; - this.f2338i0 = uptimeMillis + ((long) i2); + int i2 = this.f2331a0; + this.f2339i0 = uptimeMillis + ((long) i2); if (this.T) { postDelayed(this.C, (long) i2); return; } return; } - this.f2338i0 = -9223372036854775807L; + this.f2339i0 = -9223372036854775807L; } @Override // android.view.View, android.view.ViewGroup @@ -656,15 +656,15 @@ public class PlayerControlView extends FrameLayout { } public int getRepeatToggleModes() { - return this.f2332c0; + return this.f2333c0; } public boolean getShowShuffleButton() { - return this.f2337h0; + return this.f2338h0; } public int getShowTimeoutMs() { - return this.f2330a0; + return this.f2331a0; } public boolean getShowVrButton() { @@ -726,10 +726,10 @@ public class PlayerControlView extends FrameLayout { } z5 = z6; z6 = z7; - j(this.f2335f0, z6, this.l); - j(this.f2333d0, z3, this.q); - j(this.f2334e0, z2, this.p); - j(this.f2336g0, z5, this.m); + j(this.f2336f0, z6, this.l); + j(this.f2334d0, z3, this.q); + j(this.f2335e0, z2, this.p); + j(this.f2337g0, z5, this.m); kVar = this.w; if (kVar == null) { kVar.setEnabled(z4); @@ -742,10 +742,10 @@ public class PlayerControlView extends FrameLayout { z4 = false; z3 = false; z2 = false; - j(this.f2335f0, z6, this.l); - j(this.f2333d0, z3, this.q); - j(this.f2334e0, z2, this.p); - j(this.f2336g0, z5, this.m); + j(this.f2336f0, z6, this.l); + j(this.f2334d0, z3, this.q); + j(this.f2335e0, z2, this.p); + j(this.f2337g0, z5, this.m); kVar = this.w; if (kVar == null) { } @@ -796,7 +796,7 @@ public class PlayerControlView extends FrameLayout { } TextView textView = this.v; if (textView != null && !this.W) { - textView.setText(f0.u(this.f2341x, this.f2342y, j2)); + textView.setText(f0.u(this.f2342x, this.f2343y, j2)); } k kVar = this.w; if (kVar != null) { @@ -817,7 +817,7 @@ public class PlayerControlView extends FrameLayout { if (f > 0.0f) { j3 = (long) (((float) min) / f); } - postDelayed(this.B, f0.i(j3, (long) this.f2331b0, 1000)); + postDelayed(this.B, f0.i(j3, (long) this.f2332b0, 1000)); } else if (u != 4 && u != 1) { postDelayed(this.B, 1000); } @@ -827,7 +827,7 @@ public class PlayerControlView extends FrameLayout { public final void n() { ImageView imageView; if (e() && this.T && (imageView = this.r) != null) { - if (this.f2332c0 == 0) { + if (this.f2333c0 == 0) { j(false, false, imageView); return; } @@ -856,18 +856,18 @@ public class PlayerControlView extends FrameLayout { public final void o() { ImageView imageView; - if (e() && this.T && (imageView = this.f2340s) != null) { + if (e() && this.T && (imageView = this.f2341s) != null) { g1 g1Var = this.P; - if (!this.f2337h0) { + if (!this.f2338h0) { j(false, false, imageView); } else if (g1Var == null) { j(true, false, imageView); - this.f2340s.setImageDrawable(this.K); - this.f2340s.setContentDescription(this.O); + this.f2341s.setImageDrawable(this.K); + this.f2341s.setContentDescription(this.O); } else { j(true, true, imageView); - this.f2340s.setImageDrawable(g1Var.F() ? this.J : this.K); - this.f2340s.setContentDescription(g1Var.F() ? this.N : this.O); + this.f2341s.setImageDrawable(g1Var.F() ? this.J : this.K); + this.f2341s.setContentDescription(g1Var.F() ? this.N : this.O); } } } @@ -876,7 +876,7 @@ public class PlayerControlView extends FrameLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); this.T = true; - long j = this.f2338i0; + long j = this.f2339i0; if (j != -9223372036854775807L) { long uptimeMillis = j - SystemClock.uptimeMillis(); if (uptimeMillis <= 0) { @@ -964,13 +964,13 @@ public class PlayerControlView extends FrameLayout { if (i5 > cVar.p) { break; } - D.f(i5, this.f2343z); - int i6 = this.f2343z.f.f809c; + D.f(i5, this.f2344z); + int i6 = this.f2344z.f.f809c; int i7 = 0; while (i7 < i6) { - long d2 = this.f2343z.d(i7); + long d2 = this.f2344z.d(i7); if (d2 == Long.MIN_VALUE) { - long j4 = this.f2343z.d; + long j4 = this.f2344z.d; if (j4 == j) { i7++; j = -9223372036854775807L; @@ -978,16 +978,16 @@ public class PlayerControlView extends FrameLayout { d2 = j4; } } - long j5 = d2 + this.f2343z.e; + long j5 = d2 + this.f2344z.e; if (j5 >= 0) { - long[] jArr = this.f2339j0; + long[] jArr = this.f2340j0; if (i2 == jArr.length) { int length = jArr.length == 0 ? 1 : jArr.length * 2; - this.f2339j0 = Arrays.copyOf(jArr, length); + this.f2340j0 = Arrays.copyOf(jArr, length); this.k0 = Arrays.copyOf(this.k0, length); } - this.f2339j0[i2] = h0.b(j5 + j3); - this.k0[i2] = !this.f2343z.f.e[i7].b(); + this.f2340j0[i2] = h0.b(j5 + j3); + this.k0[i2] = !this.f2344z.f.e[i7].b(); i2++; i7++; j = -9223372036854775807L; @@ -1010,21 +1010,21 @@ public class PlayerControlView extends FrameLayout { long b2 = h0.b(j2); textView = this.u; if (textView != null) { - textView.setText(f0.u(this.f2341x, this.f2342y, b2)); + textView.setText(f0.u(this.f2342x, this.f2343y, b2)); } kVar = this.w; if (kVar != null) { kVar.setDuration(b2); int length2 = this.l0.length; int i8 = i2 + length2; - long[] jArr2 = this.f2339j0; + long[] jArr2 = this.f2340j0; if (i8 > jArr2.length) { - this.f2339j0 = Arrays.copyOf(jArr2, i8); + this.f2340j0 = Arrays.copyOf(jArr2, i8); this.k0 = Arrays.copyOf(this.k0, i8); } - System.arraycopy(this.l0, 0, this.f2339j0, i2, length2); + System.arraycopy(this.l0, 0, this.f2340j0, i2, length2); System.arraycopy(this.m0, 0, this.k0, i2, length2); - this.w.a(this.f2339j0, this.k0, i8); + this.w.a(this.f2340j0, this.k0, i8); } m(); } @@ -1093,7 +1093,7 @@ public class PlayerControlView extends FrameLayout { } public void setRepeatToggleModes(int i2) { - this.f2332c0 = i2; + this.f2333c0 = i2; g1 g1Var = this.P; if (g1Var != null) { int B = g1Var.B(); @@ -1127,7 +1127,7 @@ public class PlayerControlView extends FrameLayout { } public void setShowFastForwardButton(boolean z2) { - this.f2334e0 = z2; + this.f2335e0 = z2; k(); } @@ -1137,27 +1137,27 @@ public class PlayerControlView extends FrameLayout { } public void setShowNextButton(boolean z2) { - this.f2336g0 = z2; + this.f2337g0 = z2; k(); } public void setShowPreviousButton(boolean z2) { - this.f2335f0 = z2; + this.f2336f0 = z2; k(); } public void setShowRewindButton(boolean z2) { - this.f2333d0 = z2; + this.f2334d0 = z2; k(); } public void setShowShuffleButton(boolean z2) { - this.f2337h0 = z2; + this.f2338h0 = z2; o(); } public void setShowTimeoutMs(int i2) { - this.f2330a0 = i2; + this.f2331a0 = i2; if (e()) { d(); } @@ -1171,7 +1171,7 @@ public class PlayerControlView extends FrameLayout { } public void setTimeBarMinUpdateInterval(int i2) { - this.f2331b0 = f0.h(i2, 16, 1000); + this.f2332b0 = f0.h(i2, 16, 1000); } public void setVrButtonListener(@Nullable View.OnClickListener onClickListener) { diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index d712d76f16..8a13b16087 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -88,7 +88,7 @@ public class PlayerView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final FrameLayout f2344s; + public final FrameLayout f2345s; @Nullable public final FrameLayout t; @Nullable @@ -98,14 +98,14 @@ public class PlayerView extends FrameLayout { public PlayerControlView.d w; /* renamed from: x reason: collision with root package name */ - public boolean f2345x; + public boolean f2346x; @Nullable /* renamed from: y reason: collision with root package name */ - public Drawable f2346y; + public Drawable f2347y; /* renamed from: z reason: collision with root package name */ - public int f2347z; + public int f2348z; public final class a implements g1.a, k, v, View.OnLayoutChangeListener, g, PlayerControlView.d { public final r1.b i = new r1.b(); @@ -354,7 +354,7 @@ public class PlayerView extends FrameLayout { this.p = null; this.q = null; this.r = null; - this.f2344s = null; + this.f2345s = null; this.t = null; ImageView imageView = new ImageView(context); if (f0.a >= 23) { @@ -453,13 +453,13 @@ public class PlayerView extends FrameLayout { this.m.setLayoutParams(layoutParams); aspectRatioFrameLayout.addView(this.m, 0); } - this.f2344s = (FrameLayout) findViewById(R.c.exo_ad_overlay); + this.f2345s = (FrameLayout) findViewById(R.c.exo_ad_overlay); this.t = (FrameLayout) findViewById(R.c.exo_overlay); ImageView imageView2 = (ImageView) findViewById(R.c.exo_artwork); this.n = imageView2; - this.f2345x = z3 && imageView2 != null; + this.f2346x = z3 && imageView2 != null; if (i3 != 0) { - this.f2346y = ContextCompat.getDrawable(getContext(), i3); + this.f2347y = ContextCompat.getDrawable(getContext(), i3); } SubtitleView subtitleView = (SubtitleView) findViewById(R.c.exo_subtitles); this.o = subtitleView; @@ -472,7 +472,7 @@ public class PlayerView extends FrameLayout { if (findViewById2 != null) { findViewById2.setVisibility(8); } - this.f2347z = i7; + this.f2348z = i7; TextView textView = (TextView) findViewById(R.c.exo_error_message); this.q = textView; if (textView != null) { @@ -627,7 +627,7 @@ public class PlayerView extends FrameLayout { } public ViewGroup getAdViewGroup() { - FrameLayout frameLayout = this.f2344s; + FrameLayout frameLayout = this.f2345s; AnimatableValueParser.I(frameLayout, "exo_ad_overlay must be present for ad playback"); return frameLayout; } @@ -646,7 +646,7 @@ public class PlayerView extends FrameLayout { @Nullable public Drawable getDefaultArtwork() { - return this.f2346y; + return this.f2347y; } @Nullable @@ -670,7 +670,7 @@ public class PlayerView extends FrameLayout { } public boolean getUseArtwork() { - return this.f2345x; + return this.f2346x; } public boolean getUseController() { @@ -716,7 +716,7 @@ public class PlayerView extends FrameLayout { g1 g1Var = this.u; boolean z2 = true; int i3 = 0; - if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2347z) != 2 && (i2 != 1 || !this.u.g()))) { + if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2348z) != 2 && (i2 != 1 || !this.u.g()))) { z2 = false; } View view = this.p; @@ -780,7 +780,7 @@ public class PlayerView extends FrameLayout { } } b(); - if (this.f2345x) { + if (this.f2346x) { AnimatableValueParser.H(this.n); z3 = true; } else { @@ -826,7 +826,7 @@ public class PlayerView extends FrameLayout { return; } } - if (g(this.f2346y)) { + if (g(this.f2347y)) { return; } } @@ -934,8 +934,8 @@ public class PlayerView extends FrameLayout { } public void setDefaultArtwork(@Nullable Drawable drawable) { - if (this.f2346y != drawable) { - this.f2346y = drawable; + if (this.f2347y != drawable) { + this.f2347y = drawable; n(false); } } @@ -1058,8 +1058,8 @@ public class PlayerView extends FrameLayout { } public void setShowBuffering(int i2) { - if (this.f2347z != i2) { - this.f2347z = i2; + if (this.f2348z != i2) { + this.f2348z = i2; k(); } } @@ -1103,8 +1103,8 @@ public class PlayerView extends FrameLayout { public void setUseArtwork(boolean z2) { AnimatableValueParser.D(!z2 || this.n != null); - if (this.f2345x != z2) { - this.f2345x = z2; + if (this.f2346x != z2) { + this.f2346x = z2; n(false); } } diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java index af01e9876f..36f0e098fb 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java @@ -30,7 +30,7 @@ public class TrackSelectionView extends LinearLayout { public TrackGroupArray r; /* renamed from: s reason: collision with root package name */ - public boolean f2348s; + public boolean f2349s; public class b implements View.OnClickListener { public b(a aVar) { @@ -40,13 +40,13 @@ public class TrackSelectionView extends LinearLayout { public void onClick(View view) { TrackSelectionView trackSelectionView = TrackSelectionView.this; if (view == trackSelectionView.k) { - trackSelectionView.f2348s = true; + trackSelectionView.f2349s = true; trackSelectionView.n.clear(); } else if (view == trackSelectionView.l) { - trackSelectionView.f2348s = false; + trackSelectionView.f2349s = false; trackSelectionView.n.clear(); } else { - trackSelectionView.f2348s = false; + trackSelectionView.f2349s = false; Object tag = view.getTag(); Objects.requireNonNull(tag); trackSelectionView.n.get(((c) tag).a); @@ -96,8 +96,8 @@ public class TrackSelectionView extends LinearLayout { } public final void a() { - this.k.setChecked(this.f2348s); - this.l.setChecked(!this.f2348s && this.n.size() == 0); + this.k.setChecked(this.f2349s); + this.l.setChecked(!this.f2349s && this.n.size() == 0); throw null; } @@ -116,7 +116,7 @@ public class TrackSelectionView extends LinearLayout { } public boolean getIsDisabled() { - return this.f2348s; + return this.f2349s; } public List getOverrides() { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java index d9536f978c..eb1a0a435f 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java @@ -23,7 +23,7 @@ public final class Loader { public static final c b = new c(3, -9223372036854775807L, null); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f2349c; + public final ExecutorService f2350c; @Nullable public d d; @Nullable @@ -119,7 +119,7 @@ public final class Loader { return; } this.m = null; - loader.f2349c.execute(this); + loader.f2350c.execute(this); } @Override // android.os.Handler @@ -129,7 +129,7 @@ public final class Loader { if (i == 0) { this.m = null; Loader loader = Loader.this; - ExecutorService executorService = loader.f2349c; + ExecutorService executorService = loader.f2350c; d dVar = loader.d; Objects.requireNonNull(dVar); executorService.execute(dVar); @@ -262,7 +262,7 @@ public final class Loader { public Loader(String str) { int i = f0.a; - this.f2349c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); + this.f2350c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); } public static c a(boolean z2, long j) { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java index d7d32b61c3..d9366b7358 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java @@ -20,7 +20,7 @@ public final class CacheDataSink implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f2350c; + public final int f2351c; @Nullable public l d; public long e; @@ -47,7 +47,7 @@ public final class CacheDataSink implements h { Objects.requireNonNull(cache); this.a = cache; this.b = i == 0 ? RecyclerView.FOREVER_NS : j; - this.f2350c = 20480; + this.f2351c = 20480; } @Override // c.i.a.c.h2.h @@ -113,10 +113,10 @@ public final class CacheDataSink implements h { int i = f0.a; this.f = cache.a(str, lVar.f + this.i, j2); FileOutputStream fileOutputStream = new FileOutputStream(this.f); - if (this.f2350c > 0) { + if (this.f2351c > 0) { y yVar = this.j; if (yVar == null) { - this.j = new y(fileOutputStream, this.f2350c); + this.j = new y(fileOutputStream, this.f2351c); } else { yVar.a(fileOutputStream); } diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java index 4b12006ff1..ea1ed8475e 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java @@ -32,17 +32,17 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2351s; + public int f2352s; public int t; public int[] u; public SparseIntArray v; public c w = new c(this); /* renamed from: x reason: collision with root package name */ - public List f2352x = new ArrayList(); + public List f2353x = new ArrayList(); /* renamed from: y reason: collision with root package name */ - public c.b f2353y = new c.b(); + public c.b f2354y = new c.b(); public static class LayoutParams extends ViewGroup.MarginLayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -298,7 +298,7 @@ public class FlexboxLayout extends ViewGroup implements a { return; } int i5 = bVar.e; - int i6 = this.f2351s; + int i6 = this.f2352s; bVar.e = i5 + i6; bVar.f += i6; } @@ -344,7 +344,7 @@ public class FlexboxLayout extends ViewGroup implements a { } } else if ((this.q & 4) > 0) { int i3 = bVar.e; - int i4 = this.f2351s; + int i4 = this.f2352s; bVar.e = i3 + i4; bVar.f += i4; } @@ -388,12 +388,12 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.t; } else { if (p(i, i2)) { - i4 = 0 + this.f2351s; + i4 = 0 + this.f2352s; } if ((this.q & 4) <= 0) { return i4; } - i3 = this.f2351s; + i3 = this.f2352s; } return i4 + i3; } @@ -439,8 +439,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public List getFlexLines() { - ArrayList arrayList = new ArrayList(this.f2352x.size()); - for (b bVar : this.f2352x) { + ArrayList arrayList = new ArrayList(this.f2353x.size()); + for (b bVar : this.f2353x) { if (bVar.a() != 0) { arrayList.add(bVar); } @@ -450,7 +450,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public List getFlexLinesInternal() { - return this.f2352x; + return this.f2353x; } @Override // c.i.a.e.a @@ -465,7 +465,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getLargestMainSize() { int i = Integer.MIN_VALUE; - for (b bVar : this.f2352x) { + for (b bVar : this.f2353x) { i = Math.max(i, bVar.e); } return i; @@ -486,15 +486,15 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getSumOfCrossSize() { - int size = this.f2352x.size(); + int size = this.f2353x.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f2352x.get(i2); + b bVar = this.f2353x.get(i2); if (q(i2)) { - i += i() ? this.f2351s : this.t; + i += i() ? this.f2352s : this.t; } if (r(i2)) { - i += i() ? this.f2351s : this.t; + i += i() ? this.f2352s : this.t; } i += bVar.g; } @@ -520,9 +520,9 @@ public class FlexboxLayout extends ViewGroup implements a { public final void k(Canvas canvas, boolean z2, boolean z3) { int paddingLeft = getPaddingLeft(); int max = Math.max(0, (getWidth() - getPaddingRight()) - paddingLeft); - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2352x.get(i); + b bVar = this.f2353x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -537,10 +537,10 @@ public class FlexboxLayout extends ViewGroup implements a { } } if (q(i)) { - m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2351s, max); + m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2352s, max); } if (r(i) && (this.q & 4) > 0) { - m(canvas, paddingLeft, z3 ? bVar.b - this.f2351s : bVar.d, max); + m(canvas, paddingLeft, z3 ? bVar.b - this.f2352s : bVar.d, max); } } } @@ -548,19 +548,19 @@ public class FlexboxLayout extends ViewGroup implements a { public final void l(Canvas canvas, boolean z2, boolean z3) { int paddingTop = getPaddingTop(); int max = Math.max(0, (getHeight() - getPaddingBottom()) - paddingTop); - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2352x.get(i); + b bVar = this.f2353x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); if (!(o == null || o.getVisibility() == 8)) { LayoutParams layoutParams = (LayoutParams) o.getLayoutParams(); if (p(i3, i2)) { - m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2351s, bVar.g); + m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2352s, bVar.g); } if (i2 == bVar.h - 1 && (this.q & 4) > 0) { - m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2351s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); + m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2352s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); } } } @@ -576,7 +576,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final void m(Canvas canvas, int i, int i2, int i3) { Drawable drawable = this.o; if (drawable != null) { - drawable.setBounds(i, i2, i3 + i, this.f2351s + i2); + drawable.setBounds(i, i2, i3 + i, this.f2352s + i2); this.o.draw(canvas); } } @@ -706,13 +706,13 @@ public class FlexboxLayout extends ViewGroup implements a { } i3 = this.i; if (i3 != 0 || i3 == 1) { - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); if (this.l == 3) { - for (b bVar : this.f2352x) { + for (b bVar : this.f2353x) { int i5 = Integer.MIN_VALUE; for (int i6 = 0; i6 < bVar.h; i6++) { View o = o(bVar.o + i6); @@ -726,16 +726,16 @@ public class FlexboxLayout extends ViewGroup implements a { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); } else if (i3 == 2 || i3 == 3) { - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i2, i, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i2, i, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); this.w.g(i, i2, getPaddingRight() + getPaddingLeft()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); return; } else { StringBuilder P = c.d.b.a.a.P("Invalid value for the flex direction is set: "); @@ -749,16 +749,16 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.i; if (i3 != 0) { } - this.f2352x.clear(); - this.f2353y.a(); - this.w.b(this.f2353y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2352x = this.f2353y.a; + this.f2353x.clear(); + this.f2354y.a(); + this.w.b(this.f2354y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2353x = this.f2354y.a; this.w.h(i, i2, 0); if (this.l == 3) { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2353y.b); + u(this.i, i, i2, this.f2354y.b); } public final boolean p(int i, int i2) { @@ -781,7 +781,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final boolean q(int i) { boolean z2; - if (i < 0 || i >= this.f2352x.size()) { + if (i < 0 || i >= this.f2353x.size()) { return false; } int i2 = 0; @@ -789,7 +789,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (i2 >= i) { z2 = true; break; - } else if (this.f2352x.get(i2).a() > 0) { + } else if (this.f2353x.get(i2).a() > 0) { z2 = false; break; } else { @@ -800,11 +800,11 @@ public class FlexboxLayout extends ViewGroup implements a { } public final boolean r(int i) { - if (i < 0 || i >= this.f2352x.size()) { + if (i < 0 || i >= this.f2353x.size()) { return false; } - for (int i2 = i + 1; i2 < this.f2352x.size(); i2++) { - if (this.f2352x.get(i2).a() > 0) { + for (int i2 = i + 1; i2 < this.f2353x.size(); i2++) { + if (this.f2353x.get(i2).a() > 0) { return false; } } @@ -828,12 +828,12 @@ public class FlexboxLayout extends ViewGroup implements a { int i9 = i3 - i; int paddingBottom = (i4 - i2) - getPaddingBottom(); int paddingTop = getPaddingTop(); - int size = this.f2352x.size(); + int size = this.f2353x.size(); int i10 = 0; while (i10 < size) { - b bVar = this.f2352x.get(i10); + b bVar = this.f2353x.get(i10); if (q(i10)) { - int i11 = this.f2351s; + int i11 = this.f2352s; paddingBottom -= i11; paddingTop += i11; } @@ -972,9 +972,9 @@ public class FlexboxLayout extends ViewGroup implements a { if (drawable != this.o) { this.o = drawable; if (drawable != null) { - this.f2351s = drawable.getIntrinsicHeight(); + this.f2352s = drawable.getIntrinsicHeight(); } else { - this.f2351s = 0; + this.f2352s = 0; } if (this.o == null && this.p == null) { setWillNotDraw(true); @@ -1011,7 +1011,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public void setFlexLines(List list) { - this.f2352x = list; + this.f2353x = list; } public void setFlexWrap(int i) { @@ -1073,9 +1073,9 @@ public class FlexboxLayout extends ViewGroup implements a { int paddingLeft = getPaddingLeft(); int i9 = i4 - i2; int i10 = (i3 - i) - paddingRight; - int size = this.f2352x.size(); + int size = this.f2353x.size(); for (int i11 = 0; i11 < size; i11++) { - b bVar = this.f2352x.get(i11); + b bVar = this.f2353x.get(i11); if (q(i11)) { int i12 = this.t; paddingLeft += i12; @@ -1123,7 +1123,7 @@ public class FlexboxLayout extends ViewGroup implements a { float f8 = f3 + ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).topMargin); float f9 = f - ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).bottomMargin); if (p(i15, i5)) { - int i16 = this.f2351s; + int i16 = this.f2352s; float f10 = (float) i16; f5 = f8 + f10; i7 = i16; @@ -1133,7 +1133,7 @@ public class FlexboxLayout extends ViewGroup implements a { f4 = f9; i7 = 0; } - int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2351s; + int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2352s; if (!z2) { layoutParams = layoutParams2; i6 = i5; diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java index 2dbd2aa373..0392c7afb0 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java @@ -37,20 +37,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public RecyclerView.Recycler r; /* renamed from: s reason: collision with root package name */ - public RecyclerView.State f2354s; + public RecyclerView.State f2355s; public c t; public b u = new b(null); public OrientationHelper v; public OrientationHelper w; /* renamed from: x reason: collision with root package name */ - public SavedState f2355x; + public SavedState f2356x; /* renamed from: y reason: collision with root package name */ - public int f2356y = -1; + public int f2357y = -1; /* renamed from: z reason: collision with root package name */ - public int f2357z = Integer.MIN_VALUE; + public int f2358z = Integer.MIN_VALUE; public static class LayoutParams extends RecyclerView.LayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -277,7 +277,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int b; /* renamed from: c reason: collision with root package name */ - public int f2358c; + public int f2359c; public int d = 0; public boolean e; public boolean f; @@ -290,17 +290,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (!FlexboxLayoutManager.this.i()) { FlexboxLayoutManager flexboxLayoutManager = FlexboxLayoutManager.this; if (flexboxLayoutManager.n) { - bVar.f2358c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2359c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); return; } } - bVar.f2358c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2359c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); } public static void b(b bVar) { bVar.a = -1; bVar.b = -1; - bVar.f2358c = Integer.MIN_VALUE; + bVar.f2359c = Integer.MIN_VALUE; boolean z2 = false; bVar.f = false; bVar.g = false; @@ -341,7 +341,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements P.append(", mFlexLinePosition="); P.append(this.b); P.append(", mCoordinate="); - P.append(this.f2358c); + P.append(this.f2359c); P.append(", mPerpendicularCoordinate="); P.append(this.d); P.append(", mLayoutFromEnd="); @@ -360,7 +360,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2359c; + public int f2360c; public int d; public int e; public int f; @@ -376,7 +376,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements StringBuilder P = c.d.b.a.a.P("LayoutState{mAvailable="); P.append(this.a); P.append(", mFlexLinePosition="); - P.append(this.f2359c); + P.append(this.f2360c); P.append(", mPosition="); P.append(this.d); P.append(", mOffset="); @@ -456,21 +456,21 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = bVar.f2358c - this.v.getStartAfterPadding(); + this.t.a = bVar.f2359c - this.v.getStartAfterPadding(); } else { - this.t.a = (this.E.getWidth() - bVar.f2358c) - this.v.getStartAfterPadding(); + this.t.a = (this.E.getWidth() - bVar.f2359c) - this.v.getStartAfterPadding(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = -1; - cVar.e = bVar.f2358c; + cVar.e = bVar.f2359c; cVar.f = Integer.MIN_VALUE; int i3 = bVar.b; - cVar.f2359c = i3; + cVar.f2360c = i3; if (z2 && i3 > 0 && this.p.size() > (i2 = bVar.b)) { c cVar2 = this.t; - cVar2.f2359c--; + cVar2.f2360c--; cVar2.d -= this.p.get(i2).h; } } @@ -731,7 +731,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // c.i.a.e.a public int getFlexItemCount() { - return this.f2354s.getItemCount(); + return this.f2355s.getItemCount(); } @Override // c.i.a.e.a @@ -857,10 +857,10 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } List list = this.p; int i23 = cVar.d; - if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2359c) >= 0 && i16 < list.size())) { + if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2360c) >= 0 && i16 < list.size())) { break; } - c.i.a.e.b bVar = this.p.get(cVar.f2359c); + c.i.a.e.b bVar = this.p.get(cVar.f2360c); cVar.d = bVar.o; if (i()) { int paddingLeft = getPaddingLeft(); @@ -927,7 +927,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements i26 = i12; } i3 = i19; - cVar.f2359c += this.t.i; + cVar.f2360c += this.t.i; i5 = bVar.g; i4 = i21; i2 = i22; @@ -1019,7 +1019,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } i4 = i21; i2 = i22; - cVar.f2359c += this.t.i; + cVar.f2360c += this.t.i; i5 = bVar.g; } i22 = i2 + i5; @@ -1129,7 +1129,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements boolean z4; int i5; this.r = recycler; - this.f2354s = state; + this.f2355s = state; int itemCount = state.getItemCount(); if (itemCount != 0 || !state.isPreLayout()) { int layoutDirection = getLayoutDirection(); @@ -1166,32 +1166,32 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.q.k(itemCount); this.q.i(itemCount); this.t.j = false; - SavedState savedState = this.f2355x; + SavedState savedState = this.f2356x; if (savedState != null) { int i7 = savedState.i; if (i7 >= 0 && i7 < itemCount) { - this.f2356y = i7; + this.f2357y = i7; } } b bVar = this.u; - if (!(bVar.f && this.f2356y == -1 && savedState == null)) { + if (!(bVar.f && this.f2357y == -1 && savedState == null)) { b.b(bVar); b bVar2 = this.u; - SavedState savedState2 = this.f2355x; - if (!state.isPreLayout() && (i5 = this.f2356y) != -1) { + SavedState savedState2 = this.f2356x; + if (!state.isPreLayout() && (i5 = this.f2357y) != -1) { if (i5 < 0 || i5 >= state.getItemCount()) { - this.f2356y = -1; - this.f2357z = Integer.MIN_VALUE; + this.f2357y = -1; + this.f2358z = Integer.MIN_VALUE; } else { - int i8 = this.f2356y; + int i8 = this.f2357y; bVar2.a = i8; bVar2.b = this.q.f1029c[i8]; - SavedState savedState3 = this.f2355x; + SavedState savedState3 = this.f2356x; if (savedState3 != null) { int itemCount2 = state.getItemCount(); int i9 = savedState3.i; if (i9 >= 0 && i9 < itemCount2) { - bVar2.f2358c = this.v.getStartAfterPadding() + savedState2.j; + bVar2.f2359c = this.v.getStartAfterPadding() + savedState2.j; bVar2.g = true; bVar2.b = -1; z3 = true; @@ -1203,14 +1203,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements OrientationHelper orientationHelper = flexboxLayoutManager.k == 0 ? flexboxLayoutManager.w : flexboxLayoutManager.v; if (flexboxLayoutManager.i() || !FlexboxLayoutManager.this.n) { if (bVar2.e) { - bVar2.f2358c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); + bVar2.f2359c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); } else { - bVar2.f2358c = orientationHelper.getDecoratedStart(p); + bVar2.f2359c = orientationHelper.getDecoratedStart(p); } } else if (bVar2.e) { - bVar2.f2358c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); + bVar2.f2359c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); } else { - bVar2.f2358c = orientationHelper.getDecoratedEnd(p); + bVar2.f2359c = orientationHelper.getDecoratedEnd(p); } int position = FlexboxLayoutManager.this.getPosition(p); bVar2.a = position; @@ -1232,7 +1232,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { if (this.v.getDecoratedStart(p) >= this.v.getEndAfterPadding() || this.v.getDecoratedEnd(p) < this.v.getStartAfterPadding()) { - bVar2.f2358c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); + bVar2.f2359c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); } } z4 = true; @@ -1250,28 +1250,28 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.u.f = true; } } - if (this.f2357z == Integer.MIN_VALUE) { - View findViewByPosition = findViewByPosition(this.f2356y); + if (this.f2358z == Integer.MIN_VALUE) { + View findViewByPosition = findViewByPosition(this.f2357y); if (findViewByPosition == null) { if (getChildCount() > 0) { - bVar2.e = this.f2356y < getPosition(getChildAt(0)); + bVar2.e = this.f2357y < getPosition(getChildAt(0)); } b.a(bVar2); } else if (this.v.getDecoratedMeasurement(findViewByPosition) > this.v.getTotalSpace()) { b.a(bVar2); } else if (this.v.getDecoratedStart(findViewByPosition) - this.v.getStartAfterPadding() < 0) { - bVar2.f2358c = this.v.getStartAfterPadding(); + bVar2.f2359c = this.v.getStartAfterPadding(); bVar2.e = false; } else if (this.v.getEndAfterPadding() - this.v.getDecoratedEnd(findViewByPosition) < 0) { - bVar2.f2358c = this.v.getEndAfterPadding(); + bVar2.f2359c = this.v.getEndAfterPadding(); bVar2.e = true; } else { - bVar2.f2358c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); + bVar2.f2359c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); } } else if (i() || !this.n) { - bVar2.f2358c = this.v.getStartAfterPadding() + this.f2357z; + bVar2.f2359c = this.v.getStartAfterPadding() + this.f2358z; } else { - bVar2.f2358c = this.f2357z - this.v.getEndPadding(); + bVar2.f2359c = this.f2358z - this.v.getEndPadding(); } z3 = true; if (!z3) { @@ -1309,7 +1309,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.A = width; this.B = height; int i14 = this.F; - if (i14 != -1 || (this.f2356y == -1 && !z2)) { + if (i14 != -1 || (this.f2357y == -1 && !z2)) { int min = i14 != -1 ? Math.min(i14, this.u.a) : this.u.a; this.G.a(); if (i()) { @@ -1344,7 +1344,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements b bVar4 = this.u; int i15 = this.q.f1029c[bVar4.a]; bVar4.b = i15; - this.t.f2359c = i15; + this.t.f2360c = i15; } if (this.u.e) { m(recycler, state, this.t); @@ -1373,9 +1373,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onLayoutCompleted(RecyclerView.State state) { super.onLayoutCompleted(state); - this.f2355x = null; - this.f2356y = -1; - this.f2357z = Integer.MIN_VALUE; + this.f2356x = null; + this.f2357y = -1; + this.f2358z = Integer.MIN_VALUE; this.F = -1; b.b(this.u); this.C.clear(); @@ -1384,14 +1384,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof SavedState) { - this.f2355x = (SavedState) parcelable; + this.f2356x = (SavedState) parcelable; requestLayout(); } } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public Parcelable onSaveInstanceState() { - SavedState savedState = this.f2355x; + SavedState savedState = this.f2356x; if (savedState != null) { return new SavedState(savedState, (a) null); } @@ -1506,9 +1506,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void scrollToPosition(int i2) { - this.f2356y = i2; - this.f2357z = Integer.MIN_VALUE; - SavedState savedState = this.f2355x; + this.f2357y = i2; + this.f2358z = Integer.MIN_VALUE; + SavedState savedState = this.f2356x; if (savedState != null) { savedState.i = -1; } @@ -1566,9 +1566,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.d = i6; int[] iArr = this.q.f1029c; if (iArr.length <= i6) { - cVar.f2359c = -1; + cVar.f2360c = -1; } else { - cVar.f2359c = iArr[i6]; + cVar.f2360c = iArr[i6]; } if (z3) { cVar.e = this.v.getDecoratedStart(q); @@ -1583,7 +1583,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.e = this.v.getDecoratedEnd(q); this.t.f = this.v.getDecoratedEnd(q) - this.v.getEndAfterPadding(); } - int i8 = this.t.f2359c; + int i8 = this.t.f2360c; if ((i8 == -1 || i8 > this.p.size() - 1) && this.t.d <= getFlexItemCount()) { int i9 = abs - this.t.f; this.G.a(); @@ -1614,7 +1614,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar3.d = -1; } c cVar4 = this.t; - cVar4.f2359c = i10 > 0 ? i10 - 1 : 0; + cVar4.f2360c = i10 > 0 ? i10 - 1 : 0; if (z3) { cVar4.e = this.v.getDecoratedEnd(o); this.t.f = this.v.getDecoratedEnd(o) - this.v.getEndAfterPadding(); @@ -1790,12 +1790,12 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.F = i2; View childAt = getChildAt(0); if (childAt != null) { - this.f2356y = getPosition(childAt); + this.f2357y = getPosition(childAt); if (i() || !this.n) { - this.f2357z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); + this.f2358z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); return; } - this.f2357z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); + this.f2358z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); } } } @@ -1809,20 +1809,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = this.v.getEndAfterPadding() - bVar.f2358c; + this.t.a = this.v.getEndAfterPadding() - bVar.f2359c; } else { - this.t.a = bVar.f2358c - getPaddingRight(); + this.t.a = bVar.f2359c - getPaddingRight(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = 1; - cVar.e = bVar.f2358c; + cVar.e = bVar.f2359c; cVar.f = Integer.MIN_VALUE; - cVar.f2359c = bVar.b; + cVar.f2360c = bVar.b; if (z2 && this.p.size() > 1 && (i2 = bVar.b) >= 0 && i2 < this.p.size() - 1) { c cVar2 = this.t; - cVar2.f2359c++; + cVar2.f2360c++; cVar2.d += this.p.get(bVar.b).h; } } diff --git a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java index f6aac5ed96..4bc6ae97f6 100644 --- a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java +++ b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java @@ -29,7 +29,7 @@ public class AdvertisingIdClient { public b b; /* renamed from: c reason: collision with root package name */ - public boolean f2360c; + public boolean f2361c; public final Object d = new Object(); @Nullable public a e; @@ -103,7 +103,7 @@ public class AdvertisingIdClient { context = applicationContext; } this.f = context; - this.f2360c = false; + this.f2361c = false; this.h = j; this.g = z3; } @@ -204,13 +204,13 @@ public class AdvertisingIdClient { synchronized (this) { if (this.f != null && this.a != null) { try { - if (this.f2360c) { + if (this.f2361c) { c.i.a.f.e.n.a.b().c(this.f, this.a); } } catch (Throwable th) { Log.i("AdvertisingIdClient", "AdvertisingIdClient unbindService failed.", th); } - this.f2360c = false; + this.f2361c = false; this.b = null; this.a = null; } @@ -221,7 +221,7 @@ public class AdvertisingIdClient { Info info; AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (!this.f2360c) { + if (!this.f2361c) { synchronized (this.d) { a aVar = this.e; if (aVar == null || !aVar.l) { @@ -230,7 +230,7 @@ public class AdvertisingIdClient { } try { f(false); - if (!this.f2360c) { + if (!this.f2361c) { throw new IOException("AdvertisingIdClient cannot reconnect."); } } catch (Exception e) { @@ -269,13 +269,13 @@ public class AdvertisingIdClient { public final void f(boolean z2) throws IOException, IllegalStateException, GooglePlayServicesNotAvailableException, GooglePlayServicesRepairableException { AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (this.f2360c) { + if (this.f2361c) { a(); } c.i.a.f.e.a c2 = c(this.f, this.g); this.a = c2; this.b = d(c2); - this.f2360c = true; + this.f2361c = true; if (z2) { e(); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java index a9beab8f96..5957f9c7df 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java +++ b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java @@ -39,7 +39,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce @Nullable /* renamed from: c reason: collision with root package name */ - public Uri f2361c; + public Uri f2362c; @Nullable public String d; @@ -48,7 +48,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce } public Credential a() { - return new Credential(this.a, this.b, this.f2361c, null, this.d, null, null, null); + return new Credential(this.a, this.b, this.f2362c, null, this.d, null, null, null); } } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java index 554fae22a9..98b488e8be 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java @@ -43,7 +43,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle @Nullable /* renamed from: s reason: collision with root package name */ - public String f2362s; + public String f2363s; @Nullable public String t; public Set u = new HashSet(); @@ -59,7 +59,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle this.p = j; this.q = str6; this.r = list; - this.f2362s = str7; + this.f2363s = str7; this.t = str8; } @@ -140,7 +140,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle parcel.writeLong(j); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.Y2(parcel, 10, this.r, false); - AnimatableValueParser.V2(parcel, 11, this.f2362s, false); + AnimatableValueParser.V2(parcel, 11, this.f2363s, false); AnimatableValueParser.V2(parcel, 12, this.t, false); AnimatableValueParser.e3(parcel, Z2); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java index 6e19fe85df..f3af37f522 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java @@ -43,7 +43,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2363s; + public final boolean f2364s; public final boolean t; @Nullable public String u; @@ -53,10 +53,10 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, @Nullable /* renamed from: x reason: collision with root package name */ - public String f2364x; + public String f2365x; /* renamed from: y reason: collision with root package name */ - public Map f2365y; + public Map f2366y; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -64,7 +64,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2366c; + public boolean f2367c; public boolean d; @Nullable public String e; @@ -81,14 +81,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public a(@NonNull GoogleSignInOptions googleSignInOptions) { this.a = new HashSet(googleSignInOptions.p); - this.b = googleSignInOptions.f2363s; - this.f2366c = googleSignInOptions.t; + this.b = googleSignInOptions.f2364s; + this.f2367c = googleSignInOptions.t; this.d = googleSignInOptions.r; this.e = googleSignInOptions.u; this.f = googleSignInOptions.q; this.g = googleSignInOptions.v; this.h = GoogleSignInOptions.x0(googleSignInOptions.w); - this.i = googleSignInOptions.f2364x; + this.i = googleSignInOptions.f2365x; } public final GoogleSignInOptions a() { @@ -102,7 +102,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (this.d && (this.f == null || !this.a.isEmpty())) { this.a.add(GoogleSignInOptions.j); } - return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2366c, this.e, this.g, this.h, this.i); + return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2367c, this.e, this.g, this.h, this.i); } } @@ -139,13 +139,13 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.p = arrayList; this.q = account; this.r = z2; - this.f2363s = z3; + this.f2364s = z3; this.t = z4; this.u = str; this.v = str2; this.w = new ArrayList<>(map.values()); - this.f2365y = map; - this.f2364x = str3; + this.f2366y = map; + this.f2365x = str3; } @Nullable @@ -211,7 +211,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (TextUtils.isEmpty(googleSignInOptions.u)) { } } - if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2363s == googleSignInOptions.f2363s && TextUtils.equals(this.f2364x, googleSignInOptions.f2364x)) { + if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2364s == googleSignInOptions.f2364s && TextUtils.equals(this.f2365x, googleSignInOptions.f2365x)) { return true; } } @@ -239,8 +239,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, Account account = this.q; int hashCode = ((arrayList.hashCode() + 31) * 31) + (account == null ? 0 : account.hashCode()); String str = this.u; - int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2363s ? 1 : 0); - String str2 = this.f2364x; + int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2364s ? 1 : 0); + String str2 = this.f2365x; int i4 = hashCode2 * 31; if (str2 != null) { i2 = str2.hashCode(); @@ -263,7 +263,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, boolean z2 = this.r; AnimatableValueParser.c3(parcel, 4, 4); parcel.writeInt(z2 ? 1 : 0); - boolean z3 = this.f2363s; + boolean z3 = this.f2364s; AnimatableValueParser.c3(parcel, 5, 4); parcel.writeInt(z3 ? 1 : 0); boolean z4 = this.t; @@ -272,7 +272,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, AnimatableValueParser.V2(parcel, 7, this.u, false); AnimatableValueParser.V2(parcel, 8, this.v, false); AnimatableValueParser.Y2(parcel, 9, this.w, false); - AnimatableValueParser.V2(parcel, 10, this.f2364x, false); + AnimatableValueParser.V2(parcel, 10, this.f2365x, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java index 9d334c89e4..a739cd4945 100644 --- a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java +++ b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java @@ -43,7 +43,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public class GoogleApiAvailability extends c { /* renamed from: c reason: collision with root package name */ - public static final Object f2367c = new Object(); + public static final Object f2368c = new Object(); public static final GoogleApiAvailability d = new GoogleApiAvailability(); public static final int e = c.a; @@ -211,7 +211,7 @@ public class GoogleApiAvailability extends c { } if (c.i.a.f.e.o.c.R()) { AnimatableValueParser.F(c.i.a.f.e.o.c.R()); - synchronized (f2367c) { + synchronized (f2368c) { } NotificationChannel notificationChannel = notificationManager.getNotificationChannel("com.google.android.gms.availability"); SimpleArrayMap simpleArrayMap = m.a; diff --git a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java index 7541ad6f48..8bdbac7854 100644 --- a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java +++ b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java @@ -81,7 +81,7 @@ public class GoogleApiActivity extends Activity implements DialogInterface.OnCan finish(); } } else { - Object obj = GoogleApiAvailability.f2367c; + Object obj = GoogleApiAvailability.f2368c; GoogleApiAvailability.d.f(this, num == null ? 8 : num.intValue(), 2, this); this.j = 1; } diff --git a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java index abf23969d5..b5550bce5a 100644 --- a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java +++ b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java @@ -28,7 +28,7 @@ public abstract class BasePendingResult extends d { public final Object b; /* renamed from: c reason: collision with root package name */ - public final a f2368c; + public final a f2369c; public final CountDownLatch d; public final ArrayList e; public final AtomicReference f; @@ -88,7 +88,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2368c = new a<>(Looper.getMainLooper()); + this.f2369c = new a<>(Looper.getMainLooper()); new WeakReference(null); } @@ -98,7 +98,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2368c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); + this.f2369c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); new WeakReference(cVar); } diff --git a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java index 55e5f1f587..8d955e6bc2 100644 --- a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java +++ b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java @@ -35,7 +35,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { public Feature[] r; /* renamed from: s reason: collision with root package name */ - public boolean f2369s; + public boolean f2370s; public int t; public boolean u; @@ -43,7 +43,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.i = 5; this.k = c.a; this.j = i; - this.f2369s = true; + this.f2370s = true; } public GetServiceRequest(int i, int i2, int i3, String str, IBinder iBinder, Scope[] scopeArr, Bundle bundle, Account account, Feature[] featureArr, Feature[] featureArr2, boolean z2, int i4, boolean z3) { @@ -80,7 +80,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.o = bundle; this.q = featureArr; this.r = featureArr2; - this.f2369s = z2; + this.f2370s = z2; this.t = i4; this.u = z3; } @@ -104,7 +104,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { AnimatableValueParser.U2(parcel, 8, this.p, i, false); AnimatableValueParser.X2(parcel, 10, this.q, i, false); AnimatableValueParser.X2(parcel, 11, this.r, i, false); - boolean z2 = this.f2369s; + boolean z2 = this.f2370s; AnimatableValueParser.c3(parcel, 12, 4); parcel.writeInt(z2 ? 1 : 0); int i5 = this.t; diff --git a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java index e21ab8fa43..f2e8f1948f 100644 --- a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java +++ b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java @@ -34,7 +34,7 @@ public final class DynamiteModule { @Nullable /* renamed from: c reason: collision with root package name */ - public static i f2370c = null; + public static i f2371c = null; @Nullable public static String d = null; public static int e = -1; @@ -76,7 +76,7 @@ public final class DynamiteModule { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2371c = 0; + public int f2372c = 0; } /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ @@ -178,7 +178,7 @@ public final class DynamiteModule { sb.append(":"); sb.append(i3); Log.i("DynamiteModule", sb.toString()); - int i4 = a2.f2371c; + int i4 = a2.f2372c; if (i4 == 0 || ((i4 == -1 && a2.a == 0) || (i4 == 1 && a2.b == 0))) { int i5 = a2.a; int i6 = a2.b; @@ -210,13 +210,13 @@ public final class DynamiteModule { String valueOf = String.valueOf(e3.getMessage()); Log.w("DynamiteModule", valueOf.length() != 0 ? "Failed to load remote module: ".concat(valueOf) : new String("Failed to load remote module: ")); int i7 = a2.a; - if (i7 == 0 || aVar.a(context, str, new c(i7)).f2371c != -1) { + if (i7 == 0 || aVar.a(context, str, new c(i7)).f2372c != -1) { throw new LoadingException("Remote load failed. No local fallback found.", e3, null); } return e(context, str); } } else { - int i8 = a2.f2371c; + int i8 = a2.f2372c; StringBuilder sb3 = new StringBuilder(47); sb3.append("VersionPolicy returned invalid code:"); sb3.append(i8); @@ -416,7 +416,7 @@ public final class DynamiteModule { IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.dynamite.IDynamiteLoaderV2"); iVar = queryLocalInterface instanceof i ? (i) queryLocalInterface : new h(iBinder); } - f2370c = iVar; + f2371c = iVar; } catch (ClassNotFoundException | IllegalAccessException | InstantiationException | NoSuchMethodException | InvocationTargetException e2) { throw new LoadingException("Failed to instantiate dynamite loader", e2, null); } @@ -531,7 +531,7 @@ public final class DynamiteModule { sb.append(i2); Log.i("DynamiteModule", sb.toString()); synchronized (DynamiteModule.class) { - iVar = f2370c; + iVar = f2371c; } if (iVar != null) { b bVar = f.get(); diff --git a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java index 453dc69db8..6358fb3cf8 100644 --- a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java +++ b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java @@ -22,7 +22,7 @@ public abstract class zzhi extends u3 { public static final boolean b = j7.g; /* renamed from: c reason: collision with root package name */ - public g4 f2372c; + public g4 f2373c; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ public static class a extends zzhi { @@ -215,7 +215,7 @@ public abstract class zzhi extends u3 { l3Var.l(e); } r(e); - q6Var.g(c6Var, this.f2372c); + q6Var.g(c6Var, this.f2373c); } @Override // com.google.android.gms.internal.measurement.zzhi diff --git a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java index daeeb873a8..d455fcbb01 100644 --- a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java +++ b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java @@ -38,7 +38,7 @@ public class AppMeasurement { public final u4 b; /* renamed from: c reason: collision with root package name */ - public final b7 f2373c; + public final b7 f2374c; public final boolean d; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ @@ -155,7 +155,7 @@ public class AppMeasurement { } public AppMeasurement(b7 b7Var) { - this.f2373c = b7Var; + this.f2374c = b7Var; this.b = null; this.d = true; } @@ -163,7 +163,7 @@ public class AppMeasurement { public AppMeasurement(u4 u4Var) { Objects.requireNonNull(u4Var, "null reference"); this.b = u4Var; - this.f2373c = null; + this.f2374c = null; this.d = false; } @@ -194,7 +194,7 @@ public class AppMeasurement { @Keep public void beginAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2373c.g(str); + this.f2374c.g(str); return; } a A = this.b.A(); @@ -205,7 +205,7 @@ public class AppMeasurement { @Keep public void clearConditionalUserProperty(@NonNull @Size(max = 24, min = 1) String str, @Nullable String str2, @Nullable Bundle bundle) { if (this.d) { - this.f2373c.l(str, str2, bundle); + this.f2374c.l(str, str2, bundle); } else { this.b.s().R(str, str2, bundle); } @@ -214,7 +214,7 @@ public class AppMeasurement { @Keep public void endAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2373c.j(str); + this.f2374c.j(str); return; } a A = this.b.A(); @@ -224,13 +224,13 @@ public class AppMeasurement { @Keep public long generateEventId() { - return this.d ? this.f2373c.e() : this.b.t().t0(); + return this.d ? this.f2374c.e() : this.b.t().t0(); } @Nullable @Keep public String getAppInstanceId() { - return this.d ? this.f2373c.c() : this.b.s().g.get(); + return this.d ? this.f2374c.c() : this.b.s().g.get(); } @Keep @@ -239,7 +239,7 @@ public class AppMeasurement { List list; int i = 0; if (this.d) { - list = this.f2373c.i(str, str2); + list = this.f2374c.i(str, str2); } else { c6 s2 = this.b.s(); if (s2.f().y()) { @@ -274,7 +274,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenClass() { if (this.d) { - return this.f2373c.b(); + return this.f2374c.b(); } i7 i7Var = this.b.s().a.w().f1169c; if (i7Var != null) { @@ -287,7 +287,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenName() { if (this.d) { - return this.f2373c.a(); + return this.f2374c.a(); } i7 i7Var = this.b.s().a.w().f1169c; if (i7Var != null) { @@ -299,14 +299,14 @@ public class AppMeasurement { @Nullable @Keep public String getGmpAppId() { - return this.d ? this.f2373c.d() : this.b.s().O(); + return this.d ? this.f2374c.d() : this.b.s().O(); } @Keep @WorkerThread public int getMaxUserProperties(@NonNull @Size(min = 1) String str) { if (this.d) { - return this.f2373c.h(str); + return this.f2374c.h(str); } this.b.s(); AnimatableValueParser.w(str); @@ -317,7 +317,7 @@ public class AppMeasurement { @WorkerThread public Map getUserProperties(@Nullable String str, @Nullable @Size(max = 24, min = 1) String str2, boolean z2) { if (this.d) { - return this.f2373c.k(str, str2, z2); + return this.f2374c.k(str, str2, z2); } c6 s2 = this.b.s(); if (s2.f().y()) { @@ -345,7 +345,7 @@ public class AppMeasurement { @Keep public void logEventInternal(String str, String str2, Bundle bundle) { if (this.d) { - this.f2373c.m(str, str2, bundle); + this.f2374c.m(str, str2, bundle); } else { this.b.s().H(str, str2, bundle); } @@ -355,7 +355,7 @@ public class AppMeasurement { public void setConditionalUserProperty(@NonNull ConditionalUserProperty conditionalUserProperty) { Objects.requireNonNull(conditionalUserProperty, "null reference"); if (this.d) { - this.f2373c.f(conditionalUserProperty.a()); + this.f2374c.f(conditionalUserProperty.a()); return; } c6 s2 = this.b.s(); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java index b2ec294906..6c6ed319bc 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java @@ -27,20 +27,20 @@ public final class zzn extends AbstractSafeParcelable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2374s; + public final String f2375s; public final long t; public final long u; public final int v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2375x; + public final boolean f2376x; /* renamed from: y reason: collision with root package name */ - public final boolean f2376y; + public final boolean f2377y; /* renamed from: z reason: collision with root package name */ - public final String f2377z; + public final String f2378z; public zzn(String str, String str2, String str3, long j, String str4, long j2, long j3, String str5, boolean z2, boolean z3, String str6, long j4, long j5, int i, boolean z4, boolean z5, boolean z6, String str7, Boolean bool, long j6, List list, String str8, String str9) { AnimatableValueParser.w(str); @@ -54,14 +54,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2374s = str6; + this.f2375s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2375x = z5; - this.f2376y = z6; - this.f2377z = str7; + this.f2376x = z5; + this.f2377y = z6; + this.f2378z = str7; this.A = bool; this.B = j6; this.C = list; @@ -80,14 +80,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2374s = str6; + this.f2375s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2375x = z5; - this.f2376y = z6; - this.f2377z = str7; + this.f2376x = z5; + this.f2377y = z6; + this.f2378z = str7; this.A = bool; this.B = j6; this.C = list; @@ -118,7 +118,7 @@ public final class zzn extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.V2(parcel, 12, this.f2374s, false); + AnimatableValueParser.V2(parcel, 12, this.f2375s, false); long j4 = this.t; AnimatableValueParser.c3(parcel, 13, 8); parcel.writeLong(j4); @@ -131,13 +131,13 @@ public final class zzn extends AbstractSafeParcelable { boolean z4 = this.w; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(z4 ? 1 : 0); - boolean z5 = this.f2375x; + boolean z5 = this.f2376x; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(z5 ? 1 : 0); - boolean z6 = this.f2376y; + boolean z6 = this.f2377y; AnimatableValueParser.c3(parcel, 18, 4); parcel.writeInt(z6 ? 1 : 0); - AnimatableValueParser.V2(parcel, 19, this.f2377z, false); + AnimatableValueParser.V2(parcel, 19, this.f2378z, false); Boolean bool = this.A; if (bool != null) { AnimatableValueParser.c3(parcel, 21, 4); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java index 7029c3f5a3..492dbbdda5 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java @@ -20,7 +20,7 @@ public final class zzz extends AbstractSafeParcelable { public long r; /* renamed from: s reason: collision with root package name */ - public zzaq f2378s; + public zzaq f2379s; public zzz(zzz zzz) { this.i = zzz.i; @@ -33,7 +33,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzz.p; this.q = zzz.q; this.r = zzz.r; - this.f2378s = zzz.f2378s; + this.f2379s = zzz.f2379s; } public zzz(String str, String str2, zzku zzku, long j, boolean z2, String str3, zzaq zzaq, long j2, zzaq zzaq2, long j3, zzaq zzaq3) { @@ -47,7 +47,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = j2; this.q = zzaq2; this.r = j3; - this.f2378s = zzaq3; + this.f2379s = zzaq3; } @Override // android.os.Parcelable @@ -71,7 +71,7 @@ public final class zzz extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.U2(parcel, 12, this.f2378s, i, false); + AnimatableValueParser.U2(parcel, 12, this.f2379s, i, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java index bd770aad53..c38d2795c1 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java @@ -9,7 +9,7 @@ public final class SubscribeOptions { @Nullable /* renamed from: c reason: collision with root package name */ - public final d f2379c = null; + public final d f2380c = null; public final boolean d = false; static { diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java index b78e4817e4..d0c7664fdc 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java @@ -41,7 +41,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re @Deprecated /* renamed from: s reason: collision with root package name */ - public final boolean f2380s; + public final boolean f2381s; @Nullable public final a t; @Deprecated @@ -51,10 +51,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re public final boolean w; /* renamed from: x reason: collision with root package name */ - public final int f2381x; + public final int f2382x; /* renamed from: y reason: collision with root package name */ - public final int f2382y; + public final int f2383y; public SubscribeRequest(int i, @Nullable IBinder iBinder, Strategy strategy, IBinder iBinder2, MessageFilter messageFilter, @Nullable PendingIntent pendingIntent, int i2, @Nullable String str, @Nullable String str2, @Nullable byte[] bArr, boolean z2, @Nullable IBinder iBinder3, boolean z3, @Nullable ClientAppContext clientAppContext, boolean z4, int i3, int i4) { o0 o0Var; @@ -82,7 +82,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.p = str; this.q = str2; this.r = bArr; - this.f2380s = z2; + this.f2381s = z2; if (iBinder3 != null) { IInterface queryLocalInterface3 = iBinder3.queryLocalInterface("com.google.android.gms.nearby.messages.internal.ISubscribeCallback"); aVar = queryLocalInterface3 instanceof a ? (a) queryLocalInterface3 : new c(iBinder3); @@ -91,8 +91,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.u = z3; this.v = ClientAppContext.v0(clientAppContext, str2, str, z3); this.w = z4; - this.f2381x = i3; - this.f2382y = i4; + this.f2382x = i3; + this.f2383y = i4; } @Override // java.lang.Object @@ -120,8 +120,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z3 = this.w; String str2 = this.p; String str3 = this.q; - boolean z4 = this.f2380s; - int i = this.f2382y; + boolean z4 = this.f2381s; + int i = this.f2383y; StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, valueOf7.length() + valueOf6.length() + c.d.b.a.a.b(str, valueOf5.length() + valueOf4.length() + valueOf3.length() + valueOf2.length() + valueOf.length() + 291))), "SubscribeRequest{messageListener=", valueOf, ", strategy=", valueOf2); c.d.b.a.a.o0(O, ", callback=", valueOf3, ", filter=", valueOf4); c.d.b.a.a.o0(O, ", pendingIntent=", valueOf5, ", hint=", str); @@ -162,7 +162,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re AnimatableValueParser.V2(parcel, 8, this.p, false); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.S2(parcel, 10, this.r, false); - boolean z2 = this.f2380s; + boolean z2 = this.f2381s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(z2 ? 1 : 0); a aVar = this.t; @@ -177,10 +177,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z4 = this.w; AnimatableValueParser.c3(parcel, 15, 4); parcel.writeInt(z4 ? 1 : 0); - int i4 = this.f2381x; + int i4 = this.f2382x; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(i4); - int i5 = this.f2382y; + int i5 = this.f2383y; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(i5); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java index 4f416c7b36..ef205cb317 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java @@ -35,7 +35,7 @@ public final class zzbz extends AbstractSafeParcelable { public final ClientAppContext r; /* renamed from: s reason: collision with root package name */ - public final int f2383s; + public final int f2384s; public zzbz(int i, zzaf zzaf, Strategy strategy, IBinder iBinder, @Nullable String str, @Nullable String str2, boolean z2, @Nullable IBinder iBinder2, boolean z3, @Nullable ClientAppContext clientAppContext, int i2) { r0 r0Var; @@ -60,7 +60,7 @@ public final class zzbz extends AbstractSafeParcelable { this.p = w0Var; this.q = z3; this.r = ClientAppContext.v0(clientAppContext, str2, str, z3); - this.f2383s = i2; + this.f2384s = i2; } @Override // android.os.Parcelable @@ -83,7 +83,7 @@ public final class zzbz extends AbstractSafeParcelable { AnimatableValueParser.c3(parcel, 9, 4); parcel.writeInt(z3 ? 1 : 0); AnimatableValueParser.U2(parcel, 10, this.r, i, false); - int i3 = this.f2383s; + int i3 = this.f2384s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(i3); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java index 1d9e25669c..76a0735ada 100644 --- a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java +++ b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java @@ -167,13 +167,13 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ AppBarLayout b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2385c; + public final /* synthetic */ View f2386c; public final /* synthetic */ int d; public b(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, View view, int i) { this.a = coordinatorLayout; this.b = appBarLayout; - this.f2385c = view; + this.f2386c = view; this.d = i; } @@ -181,7 +181,7 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta /* JADX WARN: Multi-variable type inference failed */ @Override // androidx.core.view.accessibility.AccessibilityViewCommand public boolean perform(@NonNull View view, @Nullable AccessibilityViewCommand.CommandArguments commandArguments) { - BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2385c, 0, this.d, new int[]{0, 0}, 1); + BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2386c, 0, this.d, new int[]{0, 0}, 1); return true; } } diff --git a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java index 4751d42587..7a571bc9c5 100644 --- a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java +++ b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java @@ -120,7 +120,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha } /* JADX WARNING: Code restructure failed: missing block: B:21:0x0054, code lost: - if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2386c.dragDismissThreshold)) goto L_0x002a; + if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2387c.dragDismissThreshold)) goto L_0x002a; */ /* JADX WARNING: Removed duplicated region for block: B:23:0x0059 */ /* JADX WARNING: Removed duplicated region for block: B:28:0x0066 */ diff --git a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java index 050f6d3a32..d2b2e3d5e8 100644 --- a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java +++ b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java @@ -355,12 +355,12 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB public final /* synthetic */ ActionMenuView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2387c; + public final /* synthetic */ int f2388c; public final /* synthetic */ boolean d; public g(ActionMenuView actionMenuView, int i, boolean z2) { this.b = actionMenuView; - this.f2387c = i; + this.f2388c = i; this.d = z2; } @@ -375,7 +375,7 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB boolean z2 = BottomAppBar.access$2000(BottomAppBar.this) != 0; BottomAppBar bottomAppBar = BottomAppBar.this; bottomAppBar.replaceMenu(BottomAppBar.access$2000(bottomAppBar)); - BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2387c, this.d, z2); + BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2388c, this.d, z2); } } } diff --git a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java index 76cdb5c292..7ada719d85 100644 --- a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java +++ b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java @@ -18,7 +18,7 @@ import com.google.android.material.internal.ParcelableSparseArray; public class BottomNavigationPresenter implements MenuPresenter { /* renamed from: id reason: collision with root package name */ - private int f2388id; + private int f2389id; private MenuBuilder menu; private BottomNavigationMenuView menuView; private boolean updateSuspended = false; @@ -82,7 +82,7 @@ public class BottomNavigationPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2388id; + return this.f2389id; } @Override // androidx.appcompat.view.menu.MenuPresenter @@ -132,7 +132,7 @@ public class BottomNavigationPresenter implements MenuPresenter { } public void setId(int i) { - this.f2388id = i; + this.f2389id = i; } public void setUpdateSuspended(boolean z2) { diff --git a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java index c6c0ea5e48..7085d779a4 100644 --- a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java +++ b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java @@ -104,13 +104,13 @@ public class MaterialButtonToggleGroup extends LinearLayout { public CornerSize b; /* renamed from: c reason: collision with root package name */ - public CornerSize f2389c; + public CornerSize f2390c; public CornerSize d; public CornerSize e; public d(CornerSize cornerSize, CornerSize cornerSize2, CornerSize cornerSize3, CornerSize cornerSize4) { this.b = cornerSize; - this.f2389c = cornerSize3; + this.f2390c = cornerSize3; this.d = cornerSize4; this.e = cornerSize2; } @@ -265,7 +265,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { CornerSize cornerSize = d.a; if (ViewUtils.isLayoutRtl(this)) { CornerSize cornerSize2 = d.a; - return new d(cornerSize2, cornerSize2, dVar.f2389c, dVar.d); + return new d(cornerSize2, cornerSize2, dVar.f2390c, dVar.d); } CornerSize cornerSize3 = dVar.b; CornerSize cornerSize4 = dVar.e; @@ -274,7 +274,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { } CornerSize cornerSize6 = dVar.b; CornerSize cornerSize7 = d.a; - return new d(cornerSize6, cornerSize7, dVar.f2389c, cornerSize7); + return new d(cornerSize6, cornerSize7, dVar.f2390c, cornerSize7); } else if (i != i3) { return null; } else { @@ -287,7 +287,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { return new d(cornerSize9, cornerSize10, cornerSize11, cornerSize11); } CornerSize cornerSize12 = d.a; - return new d(cornerSize12, cornerSize12, dVar.f2389c, dVar.d); + return new d(cornerSize12, cornerSize12, dVar.f2390c, dVar.d); } CornerSize cornerSize13 = d.a; return new d(cornerSize13, dVar.e, cornerSize13, dVar.d); @@ -356,7 +356,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (dVar == null) { builder.setAllCornerSizes(0.0f); } else { - builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2389c).setBottomRightCornerSize(dVar.d); + builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2390c).setBottomRightCornerSize(dVar.d); } } diff --git a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java index 39f2236481..b913db424d 100644 --- a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java +++ b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java @@ -19,7 +19,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { public final CalendarConstraints b; /* renamed from: c reason: collision with root package name */ - public final DateSelector f2392c; + public final DateSelector f2393c; public final MaterialCalendar.l d; public final int e; @@ -51,7 +51,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { this.a = context; this.e = dayHeight + dayHeight2; this.b = calendarConstraints; - this.f2392c = dateSelector; + this.f2393c = dateSelector; this.d = lVar; setHasStableIds(true); } else { @@ -86,7 +86,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { viewHolder2.monthTitle.setText(m.l(viewHolder2.itemView.getContext())); MaterialCalendarGridView materialCalendarGridView = (MaterialCalendarGridView) viewHolder2.monthGrid.findViewById(R.id.month_grid); if (materialCalendarGridView.getAdapter() == null || !m.equals(materialCalendarGridView.getAdapter().j)) { - g gVar = new g(m, this.f2392c, this.b); + g gVar = new g(m, this.f2393c, this.b); materialCalendarGridView.setNumColumns(m.l); materialCalendarGridView.setAdapter((ListAdapter) gVar); } else { diff --git a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java index 7a8adfddd1..580e78ba86 100644 --- a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java +++ b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java @@ -278,11 +278,11 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public final /* synthetic */ c.i.a.g.e.j b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ OnChangedCallback f2393c; + public final /* synthetic */ OnChangedCallback f2394c; public c(ExtendedFloatingActionButton extendedFloatingActionButton, c.i.a.g.e.j jVar, OnChangedCallback onChangedCallback) { this.b = jVar; - this.f2393c = onChangedCallback; + this.f2394c = onChangedCallback; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -295,7 +295,7 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public void onAnimationEnd(Animator animator) { this.b.e(); if (!this.a) { - this.b.g(this.f2393c); + this.b.g(this.f2394c); } } diff --git a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java index cd20f9472c..ad8eeb0147 100644 --- a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java +++ b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java @@ -43,7 +43,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public ColorStateList iconTintList; /* renamed from: id reason: collision with root package name */ - private int f2394id; + private int f2395id; public boolean isBehindStatusBar = true; public Drawable itemBackground; public int itemHorizontalPadding; @@ -95,15 +95,15 @@ public class NavigationMenuPresenter implements MenuPresenter { public MenuItemImpl b; /* renamed from: c reason: collision with root package name */ - public boolean f2395c; + public boolean f2396c; public c() { a(); } public final void a() { - if (!this.f2395c) { - this.f2395c = true; + if (!this.f2396c) { + this.f2396c = true; this.a.clear(); this.a.add(new d()); int i = -1; @@ -186,7 +186,7 @@ public class NavigationMenuPresenter implements MenuPresenter { i2++; z2 = false; } - this.f2395c = false; + this.f2396c = false; } } @@ -418,7 +418,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2394id; + return this.f2395id; } @Nullable @@ -510,7 +510,7 @@ public class NavigationMenuPresenter implements MenuPresenter { Objects.requireNonNull(cVar); int i2 = bundle2.getInt("android:menu:checked", 0); if (i2 != 0) { - cVar.f2395c = true; + cVar.f2396c = true; int size = cVar.a.size(); int i3 = 0; while (true) { @@ -524,7 +524,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } i3++; } - cVar.f2395c = false; + cVar.f2396c = false; cVar.a(); } SparseArray sparseParcelableArray2 = bundle2.getSparseParcelableArray("android:menu:action_views"); @@ -617,7 +617,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void setId(int i2) { - this.f2394id = i2; + this.f2395id = i2; } public void setItemBackground(@Nullable Drawable drawable) { @@ -675,7 +675,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public void setUpdateSuspended(boolean z2) { c cVar = this.adapter; if (cVar != null) { - cVar.f2395c = z2; + cVar.f2396c = z2; } } diff --git a/app/src/main/java/com/google/android/material/internal/ViewUtils.java b/app/src/main/java/com/google/android/material/internal/ViewUtils.java index 93f8bab3bb..9d56266094 100644 --- a/app/src/main/java/com/google/android/material/internal/ViewUtils.java +++ b/app/src/main/java/com/google/android/material/internal/ViewUtils.java @@ -67,13 +67,13 @@ public class ViewUtils { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2396c; + public final /* synthetic */ boolean f2397c; public final /* synthetic */ OnApplyWindowInsetsListener d; public b(boolean z2, boolean z3, boolean z4, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { this.a = z2; this.b = z3; - this.f2396c = z4; + this.f2397c = z4; this.d = onApplyWindowInsetsListener; } @@ -91,7 +91,7 @@ public class ViewUtils { relativePadding.start = windowInsetsCompat.getSystemWindowInsetLeft() + relativePadding.start; } } - if (this.f2396c) { + if (this.f2397c) { if (isLayoutRtl) { relativePadding.start = windowInsetsCompat.getSystemWindowInsetRight() + relativePadding.start; } else { diff --git a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java index d46a2f9ccf..27229b0dd0 100644 --- a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java +++ b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java @@ -118,7 +118,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Nullable /* renamed from: c reason: collision with root package name */ - public ColorFilter f2398c; + public ColorFilter f2399c; @Nullable public ColorStateList d = null; @Nullable @@ -142,7 +142,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int r = 0; /* renamed from: s reason: collision with root package name */ - public int f2399s = 0; + public int f2400s = 0; public int t = 0; public boolean u = false; public Paint.Style v = Paint.Style.FILL_AND_STROKE; @@ -151,14 +151,14 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.a = cVar.a; this.b = cVar.b; this.l = cVar.l; - this.f2398c = cVar.f2398c; + this.f2399c = cVar.f2399c; this.d = cVar.d; this.e = cVar.e; this.h = cVar.h; this.g = cVar.g; this.m = cVar.m; this.j = cVar.j; - this.f2399s = cVar.f2399s; + this.f2400s = cVar.f2400s; this.q = cVar.q; this.u = cVar.u; this.k = cVar.k; @@ -322,7 +322,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable if (this.containsIncompatibleShadowOp.cardinality() > 0) { Log.w(TAG, "Compatibility shadow requested but can't be drawn for all operations in this shape."); } - if (this.drawableState.f2399s != 0) { + if (this.drawableState.f2400s != 0) { canvas.drawPath(this.path, this.shadowRenderer.getShadowPaint()); } for (int i = 0; i < 4; i++) { @@ -464,7 +464,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable private void updateZ() { float z2 = getZ(); this.drawableState.r = (int) Math.ceil((double) (0.75f * z2)); - this.drawableState.f2399s = (int) Math.ceil((double) (z2 * 0.25f)); + this.drawableState.f2400s = (int) Math.ceil((double) (z2 * 0.25f)); updateTintFilter(); invalidateSelfIgnoreShape(); } @@ -612,12 +612,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int getShadowOffsetX() { c cVar = this.drawableState; - return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2399s)); + return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2400s)); } public int getShadowOffsetY() { c cVar = this.drawableState; - return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2399s)); + return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2400s)); } public int getShadowRadius() { @@ -626,7 +626,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int getShadowVerticalOffset() { - return this.drawableState.f2399s; + return this.drawableState.f2400s; } @Override // com.google.android.material.shape.Shapeable @@ -770,7 +770,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Override // android.graphics.drawable.Drawable public void setColorFilter(@Nullable ColorFilter colorFilter) { - this.drawableState.f2398c = colorFilter; + this.drawableState.f2399c = colorFilter; invalidateSelfIgnoreShape(); } @@ -887,8 +887,8 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public void setShadowVerticalOffset(int i) { c cVar = this.drawableState; - if (cVar.f2399s != i) { - cVar.f2399s = i; + if (cVar.f2400s != i) { + cVar.f2400s = i; invalidateSelfIgnoreShape(); } } diff --git a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java index 50038d03ae..4807ed0f4e 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java +++ b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java @@ -42,7 +42,7 @@ public class ShapeAppearancePathProvider { @NonNull /* renamed from: c reason: collision with root package name */ - public final RectF f2400c; + public final RectF f2401c; @Nullable public final PathListener d; public final float e; @@ -51,7 +51,7 @@ public class ShapeAppearancePathProvider { this.d = pathListener; this.a = shapeAppearanceModel; this.e = f; - this.f2400c = rectF; + this.f2401c = rectF; this.b = path; } } @@ -100,7 +100,7 @@ public class ShapeAppearancePathProvider { float f = fArr[0]; float[] fArr2 = this.scratch2; float max = Math.max(((float) Math.hypot((double) (f - fArr2[0]), (double) (fArr[1] - fArr2[1]))) - 0.001f, 0.0f); - float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2400c, i); + float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2401c, i); this.shapePath.reset(0.0f, 0.0f); EdgeTreatment edgeTreatmentForIndex = getEdgeTreatmentForIndex(i, bVar.a); edgeTreatmentForIndex.getEdgePath(max, edgeCenterForIndex, bVar.e, this.shapePath); @@ -181,10 +181,10 @@ public class ShapeAppearancePathProvider { } private void setCornerPathAndTransform(@NonNull b bVar, int i) { - getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2400c, getCornerSizeForIndex(i, bVar.a)); + getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2401c, getCornerSizeForIndex(i, bVar.a)); float angleOfEdge = angleOfEdge(i); this.cornerTransforms[i].reset(); - getCoordinatesOfCorner(i, bVar.f2400c, this.pointF); + getCoordinatesOfCorner(i, bVar.f2401c, this.pointF); Matrix matrix = this.cornerTransforms[i]; PointF pointF = this.pointF; matrix.setTranslate(pointF.x, pointF.y); diff --git a/app/src/main/java/com/google/android/material/shape/ShapePath.java b/app/src/main/java/com/google/android/material/shape/ShapePath.java index f5fdb2edae..77a33ca001 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapePath.java +++ b/app/src/main/java/com/google/android/material/shape/ShapePath.java @@ -220,26 +220,26 @@ public class ShapePath { public static class PathLineOperation extends PathOperation { /* renamed from: x reason: collision with root package name */ - private float f2401x; + private float f2402x; /* renamed from: y reason: collision with root package name */ - private float f2402y; + private float f2403y; public static /* synthetic */ float access$000(PathLineOperation pathLineOperation) { - return pathLineOperation.f2401x; + return pathLineOperation.f2402x; } public static /* synthetic */ float access$002(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2401x = f; + pathLineOperation.f2402x = f; return f; } public static /* synthetic */ float access$100(PathLineOperation pathLineOperation) { - return pathLineOperation.f2402y; + return pathLineOperation.f2403y; } public static /* synthetic */ float access$102(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2402y = f; + pathLineOperation.f2403y = f; return f; } @@ -248,7 +248,7 @@ public class ShapePath { Matrix matrix2 = this.matrix; matrix.invert(matrix2); path.transform(matrix2); - path.lineTo(this.f2401x, this.f2402y); + path.lineTo(this.f2402x, this.f2403y); path.transform(matrix); } } @@ -331,17 +331,17 @@ public class ShapePath { public final /* synthetic */ List b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Matrix f2403c; + public final /* synthetic */ Matrix f2404c; public a(ShapePath shapePath, List list, Matrix matrix) { this.b = list; - this.f2403c = matrix; + this.f2404c = matrix; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, ShadowRenderer shadowRenderer, int i, Canvas canvas) { for (d dVar : this.b) { - dVar.a(this.f2403c, shadowRenderer, i, canvas); + dVar.a(this.f2404c, shadowRenderer, i, canvas); } } } @@ -363,26 +363,26 @@ public class ShapePath { public final PathLineOperation b; /* renamed from: c reason: collision with root package name */ - public final float f2404c; + public final float f2405c; public final float d; public c(PathLineOperation pathLineOperation, float f, float f2) { this.b = pathLineOperation; - this.f2404c = f; + this.f2405c = f; this.d = f2; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, @NonNull ShadowRenderer shadowRenderer, int i, @NonNull Canvas canvas) { - RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2404c)), 0.0f); + RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2405c)), 0.0f); Matrix matrix2 = new Matrix(matrix); - matrix2.preTranslate(this.f2404c, this.d); + matrix2.preTranslate(this.f2405c, this.d); matrix2.preRotate(b()); shadowRenderer.drawEdgeShadow(canvas, matrix2, rectF, i); } public float b() { - return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2404c)))); + return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2405c)))); } } diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayout.java b/app/src/main/java/com/google/android/material/tabs/TabLayout.java index 25d90dd868..85b4d7e7ab 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayout.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayout.java @@ -183,7 +183,7 @@ public class TabLayout extends HorizontalScrollView { private Drawable icon; /* renamed from: id reason: collision with root package name */ - private int f2407id = -1; + private int f2408id = -1; @LabelVisibility private int labelVisibilityMode = 1; @Nullable @@ -197,7 +197,7 @@ public class TabLayout extends HorizontalScrollView { public TabView view; public static /* synthetic */ int access$000(Tab tab) { - return tab.f2407id; + return tab.f2408id; } public static /* synthetic */ int access$1100(Tab tab) { @@ -237,7 +237,7 @@ public class TabLayout extends HorizontalScrollView { } public int getId() { - return this.f2407id; + return this.f2408id; } @NonNull @@ -281,7 +281,7 @@ public class TabLayout extends HorizontalScrollView { this.view = null; this.tag = null; this.icon = null; - this.f2407id = -1; + this.f2408id = -1; this.text = null; this.contentDesc = null; this.position = -1; @@ -350,7 +350,7 @@ public class TabLayout extends HorizontalScrollView { @NonNull public Tab setId(int i) { - this.f2407id = i; + this.f2408id = i; TabView tabView = this.view; if (tabView != null) { tabView.setId(i); diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java index 8008fe6953..4e47c435da 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java @@ -69,7 +69,7 @@ public final class TabLayoutMediator { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2409c = 0; + public int f2410c = 0; public b(TabLayout tabLayout) { this.a = new WeakReference<>(tabLayout); @@ -77,15 +77,15 @@ public final class TabLayoutMediator { @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrollStateChanged(int i) { - this.b = this.f2409c; - this.f2409c = i; + this.b = this.f2410c; + this.f2410c = i; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrolled(int i, float f, int i2) { TabLayout tabLayout = this.a.get(); if (tabLayout != null) { - int i3 = this.f2409c; + int i3 = this.f2410c; boolean z2 = false; boolean z3 = i3 != 2 || this.b == 1; if (!(i3 == 2 && this.b == 0)) { @@ -99,7 +99,7 @@ public final class TabLayoutMediator { public void onPageSelected(int i) { TabLayout tabLayout = this.a.get(); if (tabLayout != null && tabLayout.getSelectedTabPosition() != i && i < tabLayout.getTabCount()) { - int i2 = this.f2409c; + int i2 = this.f2410c; tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.b == 0)); } } diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java index ffbbcf075e..9735af429d 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java @@ -38,7 +38,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { public final float[] r = {0.0f, 0.9f, 1.0f}; /* renamed from: s reason: collision with root package name */ - public final int f2410s; + public final int f2411s; public String[] t; public float u; public final ColorStateList v; @@ -54,7 +54,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { LayoutInflater.from(context).inflate(R.layout.material_clockface_view, (ViewGroup) this, true); ClockHandView clockHandView = (ClockHandView) findViewById(R.id.material_clock_hand); this.l = clockHandView; - this.f2410s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); + this.f2411s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); int colorForState = colorStateList.getColorForState(new int[]{16842913}, colorStateList.getDefaultColor()); this.q = new int[]{colorForState, colorForState, colorStateList.getDefaultColor()}; clockHandView.p.add(this); diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java index 57fd3a2da9..9b10cefc2f 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java @@ -35,7 +35,7 @@ public class ClockHandView extends View { public final float r; /* renamed from: s reason: collision with root package name */ - public final Paint f2411s; + public final Paint f2412s; public final RectF t; @Px public final int u; @@ -43,13 +43,13 @@ public class ClockHandView extends View { public boolean w; /* renamed from: x reason: collision with root package name */ - public OnActionUpListener f2412x; + public OnActionUpListener f2413x; /* renamed from: y reason: collision with root package name */ - public double f2413y; + public double f2414y; /* renamed from: z reason: collision with root package name */ - public int f2414z; + public int f2415z; public interface OnActionUpListener { void onActionUp(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2); @@ -87,10 +87,10 @@ public class ClockHandView extends View { super(context, attributeSet, r0); int i2 = R.attr.materialClockStyle; Paint paint = new Paint(); - this.f2411s = paint; + this.f2412s = paint; this.t = new RectF(); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.styleable.ClockHandView, i2, R.style.Widget_MaterialComponents_TimePicker_Clock); - this.f2414z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); + this.f2415z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); this.q = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_selectorSize, 0); Resources resources = getResources(); this.u = resources.getDimensionPixelSize(R.dimen.material_clock_hand_stroke_width); @@ -139,9 +139,9 @@ public class ClockHandView extends View { public final void c(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2) { float f2 = f % 360.0f; this.v = f2; - this.f2413y = Math.toRadians((double) (f2 - 90.0f)); - float cos = (((float) this.f2414z) * ((float) Math.cos(this.f2413y))) + ((float) (getWidth() / 2)); - float sin = (((float) this.f2414z) * ((float) Math.sin(this.f2413y))) + ((float) (getHeight() / 2)); + this.f2414y = Math.toRadians((double) (f2 - 90.0f)); + float cos = (((float) this.f2415z) * ((float) Math.cos(this.f2414y))) + ((float) (getWidth() / 2)); + float sin = (((float) this.f2415z) * ((float) Math.sin(this.f2414y))) + ((float) (getHeight() / 2)); RectF rectF = this.t; int i2 = this.q; rectF.set(cos - ((float) i2), sin - ((float) i2), cos + ((float) i2), sin + ((float) i2)); @@ -158,14 +158,14 @@ public class ClockHandView extends View { int width = getWidth() / 2; float f = (float) width; float f2 = (float) height; - this.f2411s.setStrokeWidth(0.0f); - canvas.drawCircle((((float) this.f2414z) * ((float) Math.cos(this.f2413y))) + f, (((float) this.f2414z) * ((float) Math.sin(this.f2413y))) + f2, (float) this.q, this.f2411s); - double sin = Math.sin(this.f2413y); - double cos = Math.cos(this.f2413y); - double d = (double) ((float) (this.f2414z - this.q)); - this.f2411s.setStrokeWidth((float) this.u); - canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2411s); - canvas.drawCircle(f, f2, this.r, this.f2411s); + this.f2412s.setStrokeWidth(0.0f); + canvas.drawCircle((((float) this.f2415z) * ((float) Math.cos(this.f2414y))) + f, (((float) this.f2415z) * ((float) Math.sin(this.f2414y))) + f2, (float) this.q, this.f2412s); + double sin = Math.sin(this.f2414y); + double cos = Math.cos(this.f2414y); + double d = (double) ((float) (this.f2415z - this.q)); + this.f2412s.setStrokeWidth((float) this.u); + canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2412s); + canvas.drawCircle(f, f2, this.r, this.f2412s); } @Override // android.view.View @@ -218,7 +218,7 @@ public class ClockHandView extends View { } boolean z8 = z5 | z6; this.w = z8; - if (z8 && z4 && (onActionUpListener = this.f2412x) != null) { + if (z8 && z4 && (onActionUpListener = this.f2413x) != null) { onActionUpListener.onActionUp((float) a(x2, y2), this.n); } return true; diff --git a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java index 4db95555ec..6cdf2fcf5f 100644 --- a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java +++ b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java @@ -61,20 +61,20 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ View b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2415c; + public final /* synthetic */ View f2416c; public a(FabTransformationBehavior fabTransformationBehavior, boolean z2, View view, View view2) { this.a = z2; this.b = view; - this.f2415c = view2; + this.f2416c = view2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { this.b.setVisibility(4); - this.f2415c.setAlpha(1.0f); - this.f2415c.setVisibility(0); + this.f2416c.setAlpha(1.0f); + this.f2416c.setVisibility(0); } } @@ -82,8 +82,8 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public void onAnimationStart(Animator animator) { if (this.a) { this.b.setVisibility(0); - this.f2415c.setAlpha(0.0f); - this.f2415c.setVisibility(4); + this.f2416c.setAlpha(0.0f); + this.f2416c.setVisibility(4); } } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/FadeProvider.java index 6071702fa0..8ab04c35ba 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeProvider.java @@ -17,21 +17,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2416c; + public final /* synthetic */ float f2417c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2416c = f2; + this.f2417c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2416c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2417c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java index fd40cefd76..0b1bccb3fb 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java @@ -17,21 +17,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2417c; + public final /* synthetic */ float f2418c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2417c = f2; + this.f2418c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2417c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2418c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java index d7e5d82712..f822b7d8b2 100644 --- a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java @@ -180,13 +180,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2418c; + public final /* synthetic */ View f2419c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2418c = view2; + this.f2419c = view2; this.d = view3; } @@ -194,7 +194,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2418c.setAlpha(1.0f); + this.f2419c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -203,7 +203,7 @@ public final class MaterialContainerTransform extends Transition { @Override // androidx.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2418c.setAlpha(0.0f); + this.f2419c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -216,14 +216,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2419c; + public final ProgressThresholds f2420c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2419c = progressThresholds3; + this.f2420c = progressThresholds3; this.d = progressThresholds4; } } @@ -245,7 +245,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2420c; + public final ShapeAppearanceModel f2421c; public final float d; public final View e; public final RectF f; @@ -263,20 +263,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2421s; + public final float f2422s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2422x; + public final RectF f2423x; /* renamed from: y reason: collision with root package name */ - public final RectF f2423y; + public final RectF f2424y; /* renamed from: z reason: collision with root package name */ - public final RectF f2424z; + public final RectF f2425z; public class a implements k.a { public a() { @@ -317,7 +317,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2420c = shapeAppearanceModel; + this.f2421c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -331,7 +331,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2421s = (float) displayMetrics.widthPixels; + this.f2422s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -342,10 +342,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2422x = new RectF(rectF3); + this.f2423x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2423y = rectF4; - this.f2424z = new RectF(rectF4); + this.f2424y = rectF4; + this.f2425z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -368,7 +368,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2423y; + RectF rectF = this.f2424y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -441,16 +441,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2422x; + RectF rectF3 = this.f2423x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2424z; + RectF rectF5 = this.f2425z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2423y; + RectF rectF6 = this.f2424y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -487,28 +487,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1271c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2423y; + RectF rectF2 = this.f2424y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2422x.set(this.w); - this.f2424z.set(this.f2423y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2419c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2419c)))).floatValue(); + this.f2423x.set(this.w); + this.f2425z.set(this.f2424y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2420c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2420c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2422x : this.f2424z; + RectF rectF3 = b2 ? this.f2423x : this.f2425z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2422x.left, this.f2424z.left), Math.min(this.f2422x.top, this.f2424z.top), Math.max(this.f2422x.right, this.f2424z.right), Math.max(this.f2422x.bottom, this.f2424z.bottom)); + this.I = new RectF(Math.min(this.f2423x.left, this.f2425z.left), Math.min(this.f2423x.top, this.f2425z.top), Math.max(this.f2423x.right, this.f2425z.right), Math.max(this.f2423x.bottom, this.f2425z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2420c; + ShapeAppearanceModel shapeAppearanceModel = this.f2421c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2422x; - RectF rectF6 = this.f2424z; + RectF rectF5 = this.f2423x; + RectF rectF6 = this.f2425z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -532,7 +532,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2421s; + float f10 = this.f2422s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -651,7 +651,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2419c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2420c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java index 4722d9a95d..441765d03e 100644 --- a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java @@ -21,18 +21,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2425c; + public final /* synthetic */ float f2426c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2425c = f2; + this.f2426c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2425c); + this.a.setScaleY(this.f2426c); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java index 12ccdd88a0..08e892c71f 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java @@ -19,21 +19,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2426c; + public final /* synthetic */ float f2427c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2426c = f2; + this.f2427c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2426c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2427c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java index 336b3135e7..92b1ae4031 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java @@ -19,21 +19,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2427c; + public final /* synthetic */ float f2428c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2427c = f2; + this.f2428c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2427c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2428c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java index f7c2238ad2..83efed38e6 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java @@ -182,13 +182,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2428c; + public final /* synthetic */ View f2429c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2428c = view2; + this.f2429c = view2; this.d = view3; } @@ -196,7 +196,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2428c.setAlpha(1.0f); + this.f2429c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -205,7 +205,7 @@ public final class MaterialContainerTransform extends Transition { @Override // c.i.a.g.l.l.i, android.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2428c.setAlpha(0.0f); + this.f2429c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -218,14 +218,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2429c; + public final ProgressThresholds f2430c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2429c = progressThresholds3; + this.f2430c = progressThresholds3; this.d = progressThresholds4; } } @@ -247,7 +247,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2430c; + public final ShapeAppearanceModel f2431c; public final float d; public final View e; public final RectF f; @@ -265,20 +265,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2431s; + public final float f2432s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2432x; + public final RectF f2433x; /* renamed from: y reason: collision with root package name */ - public final RectF f2433y; + public final RectF f2434y; /* renamed from: z reason: collision with root package name */ - public final RectF f2434z; + public final RectF f2435z; public class a implements k.a { public a() { @@ -319,7 +319,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2430c = shapeAppearanceModel; + this.f2431c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -333,7 +333,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2431s = (float) displayMetrics.widthPixels; + this.f2432s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -344,10 +344,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2432x = new RectF(rectF3); + this.f2433x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2433y = rectF4; - this.f2434z = new RectF(rectF4); + this.f2434y = rectF4; + this.f2435z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -370,7 +370,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2433y; + RectF rectF = this.f2434y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -443,16 +443,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2432x; + RectF rectF3 = this.f2433x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2434z; + RectF rectF5 = this.f2435z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2433y; + RectF rectF6 = this.f2434y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -489,28 +489,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1275c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2433y; + RectF rectF2 = this.f2434y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2432x.set(this.w); - this.f2434z.set(this.f2433y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2429c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2429c)))).floatValue(); + this.f2433x.set(this.w); + this.f2435z.set(this.f2434y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2430c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2430c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2432x : this.f2434z; + RectF rectF3 = b2 ? this.f2433x : this.f2435z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2432x.left, this.f2434z.left), Math.min(this.f2432x.top, this.f2434z.top), Math.max(this.f2432x.right, this.f2434z.right), Math.max(this.f2432x.bottom, this.f2434z.bottom)); + this.I = new RectF(Math.min(this.f2433x.left, this.f2435z.left), Math.min(this.f2433x.top, this.f2435z.top), Math.max(this.f2433x.right, this.f2435z.right), Math.max(this.f2433x.bottom, this.f2435z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2430c; + ShapeAppearanceModel shapeAppearanceModel = this.f2431c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2432x; - RectF rectF6 = this.f2434z; + RectF rectF5 = this.f2433x; + RectF rectF6 = this.f2435z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -534,7 +534,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2431s; + float f10 = this.f2432s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -653,7 +653,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2429c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2430c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java index 867fa3af7b..0e0f843f11 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java @@ -23,18 +23,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2435c; + public final /* synthetic */ float f2436c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2435c = f2; + this.f2436c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2435c); + this.a.setScaleY(this.f2436c); } } diff --git a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java index 627427a9cd..6467a1e46c 100644 --- a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java +++ b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java @@ -46,7 +46,7 @@ public class FirebaseInstanceId { public static w b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f2436c = Pattern.compile("\\AA[\\w-]{38}\\z"); + public static final Pattern f2437c = Pattern.compile("\\AA[\\w-]{38}\\z"); public static ScheduledExecutorService d; public final Executor e; public final c f; @@ -106,7 +106,7 @@ public class FirebaseInstanceId { cVar.a(); AnimatableValueParser.p(cVar.f.b.contains(":"), "Please set your Application ID. A valid Firebase App ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); cVar.a(); - AnimatableValueParser.p(f2436c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); + AnimatableValueParser.p(f2437c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); } @NonNull diff --git a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java index d52ca23e44..393885fdd8 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java @@ -40,7 +40,7 @@ public class FirebaseMessaging { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f2437c; + public final c f2438c; public final FirebaseInstanceId d; public final a e; public final Executor f; @@ -53,7 +53,7 @@ public class FirebaseMessaging { @Nullable /* renamed from: c reason: collision with root package name */ - public b f2438c; + public b f2439c; @Nullable public Boolean d; @@ -67,7 +67,7 @@ public class FirebaseMessaging { this.d = c2; if (c2 == null) { j jVar = new j(this); - this.f2438c = jVar; + this.f2439c = jVar; this.a.a(c.i.c.a.class, jVar); } this.b = true; @@ -80,14 +80,14 @@ public class FirebaseMessaging { if (bool != null) { return bool.booleanValue(); } - return FirebaseMessaging.this.f2437c.g(); + return FirebaseMessaging.this.f2438c.g(); } @Nullable public final Boolean c() { ApplicationInfo applicationInfo; Bundle bundle; - c cVar = FirebaseMessaging.this.f2437c; + c cVar = FirebaseMessaging.this.f2438c; cVar.a(); Context context = cVar.d; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.messaging", 0); @@ -110,7 +110,7 @@ public class FirebaseMessaging { try { Class.forName("com.google.firebase.iid.FirebaseInstanceIdReceiver"); a = gVar2; - this.f2437c = cVar; + this.f2438c = cVar; this.d = firebaseInstanceId; this.e = new a(dVar); cVar.a(); diff --git a/app/src/main/java/com/google/gson/Gson.java b/app/src/main/java/com/google/gson/Gson.java index 8a3770c80c..5a4e4d6202 100644 --- a/app/src/main/java/com/google/gson/Gson.java +++ b/app/src/main/java/com/google/gson/Gson.java @@ -46,7 +46,7 @@ public final class Gson { public final ThreadLocal, FutureTypeAdapter>> b; /* renamed from: c reason: collision with root package name */ - public final Map, TypeAdapter> f2439c; + public final Map, TypeAdapter> f2440c; public final g d; public final JsonAdapterAnnotationTypeAdapterFactory e; public final List f; @@ -227,7 +227,7 @@ public final class Gson { public Gson(Excluder excluder, d dVar, Map> map, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, n nVar, String str, int i, int i2, List list, List list2, List list3) { this.b = new ThreadLocal<>(); - this.f2439c = new ConcurrentHashMap(); + this.f2440c = new ConcurrentHashMap(); this.g = map; this.d = new g(map); this.h = z2; @@ -251,13 +251,13 @@ public final class Gson { arrayList.add(new TypeAdapters.AnonymousClass33(Long.TYPE, Long.class, r3)); arrayList.add(new TypeAdapters.AnonymousClass33(Double.TYPE, Double.class, z8 ? TypeAdapters.v : new AnonymousClass1(this))); arrayList.add(new TypeAdapters.AnonymousClass33(Float.TYPE, Float.class, z8 ? TypeAdapters.u : new AnonymousClass2(this))); - arrayList.add(TypeAdapters.f2448x); + arrayList.add(TypeAdapters.f2449x); arrayList.add(TypeAdapters.o); arrayList.add(TypeAdapters.q); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLong.class, new AnonymousClass4(r3).nullSafe())); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLongArray.class, new AnonymousClass5(r3).nullSafe())); - arrayList.add(TypeAdapters.f2447s); - arrayList.add(TypeAdapters.f2450z); + arrayList.add(TypeAdapters.f2448s); + arrayList.add(TypeAdapters.f2451z); arrayList.add(TypeAdapters.F); arrayList.add(TypeAdapters.H); arrayList.add(new TypeAdapters.AnonymousClass32(BigDecimal.class, TypeAdapters.B)); @@ -362,7 +362,7 @@ public final class Gson { } public TypeAdapter h(TypeToken typeToken) { - TypeAdapter typeAdapter = (TypeAdapter) this.f2439c.get(typeToken == null ? a : typeToken); + TypeAdapter typeAdapter = (TypeAdapter) this.f2440c.get(typeToken == null ? a : typeToken); if (typeAdapter != null) { return typeAdapter; } @@ -385,7 +385,7 @@ public final class Gson { if (create != null) { if (futureTypeAdapter2.a == null) { futureTypeAdapter2.a = create; - this.f2439c.put(typeToken, create); + this.f2440c.put(typeToken, create); return create; } throw new AssertionError(); @@ -437,7 +437,7 @@ public final class Gson { jsonWriter.n = " "; jsonWriter.o = ": "; } - jsonWriter.f2454s = this.h; + jsonWriter.f2455s = this.h; return jsonWriter; } @@ -468,13 +468,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2454s; - jsonWriter.f2454s = this.h; + boolean z4 = jsonWriter.f2455s; + jsonWriter.f2455s = this.h; try { TypeAdapters.X.write(jsonWriter, jsonElement); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -484,7 +484,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; throw th; } } @@ -495,13 +495,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2454s; - jsonWriter.f2454s = this.h; + boolean z4 = jsonWriter.f2455s; + jsonWriter.f2455s = this.h; try { h.write(jsonWriter, obj); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -511,7 +511,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2454s = z4; + jsonWriter.f2455s = z4; throw th; } } diff --git a/app/src/main/java/com/google/gson/internal/Excluder.java b/app/src/main/java/com/google/gson/internal/Excluder.java index 5e4dc10293..dfc68542af 100644 --- a/app/src/main/java/com/google/gson/internal/Excluder.java +++ b/app/src/main/java/com/google/gson/internal/Excluder.java @@ -26,13 +26,13 @@ public final class Excluder implements o, Cloneable { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2440c; + public final /* synthetic */ boolean f2441c; public final /* synthetic */ Gson d; public final /* synthetic */ TypeToken e; public AnonymousClass1(boolean z2, boolean z3, Gson gson, TypeToken typeToken) { this.b = z2; - this.f2440c = z3; + this.f2441c = z3; this.d = gson; this.e = typeToken; } @@ -54,7 +54,7 @@ public final class Excluder implements o, Cloneable { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { - if (this.f2440c) { + if (this.f2441c) { jsonWriter.s(); return; } diff --git a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java index 5e55712ee2..f7821cfa36 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java @@ -18,7 +18,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { public final Class b; /* renamed from: c reason: collision with root package name */ - public final TypeAdapter f2441c; + public final TypeAdapter f2442c; /* renamed from: com.google.gson.internal.bind.ArrayTypeAdapter$1 reason: invalid class name */ public class AnonymousClass1 implements o { @@ -35,7 +35,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { } public ArrayTypeAdapter(Gson gson, TypeAdapter typeAdapter, Class cls) { - this.f2441c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); + this.f2442c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); this.b = cls; } @@ -48,7 +48,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { ArrayList arrayList = new ArrayList(); jsonReader.a(); while (jsonReader.r()) { - arrayList.add(this.f2441c.read(jsonReader)); + arrayList.add(this.f2442c.read(jsonReader)); } jsonReader.e(); int size = arrayList.size(); @@ -70,7 +70,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { jsonWriter.b(); int length = Array.getLength(obj); for (int i = 0; i < length; i++) { - this.f2441c.write(jsonWriter, Array.get(obj, i)); + this.f2442c.write(jsonWriter, Array.get(obj, i)); } jsonWriter.e(); } diff --git a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java index 60879eabdb..29884bbcfb 100644 --- a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java @@ -33,12 +33,12 @@ public final class MapTypeAdapterFactory implements o { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final r> f2442c; + public final r> f2443c; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, Type type2, TypeAdapter typeAdapter2, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); this.b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); - this.f2442c = rVar; + this.f2443c = rVar; } @Override // com.google.gson.TypeAdapter @@ -48,7 +48,7 @@ public final class MapTypeAdapterFactory implements o { jsonReader.H(); return null; } - Map map = (Map) this.f2442c.a(); + Map map = (Map) this.f2443c.a(); if (N == JsonToken.BEGIN_ARRAY) { jsonReader.a(); while (jsonReader.r()) { diff --git a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java index 75b845a61c..6fcef06d97 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java @@ -51,7 +51,7 @@ public final class ReflectiveTypeAdapterFactory implements o { while (jsonReader.r()) { a aVar = this.b.get(jsonReader.C()); if (aVar != null) { - if (aVar.f2443c) { + if (aVar.f2444c) { aVar.a(jsonReader, a); } } @@ -92,12 +92,12 @@ public final class ReflectiveTypeAdapterFactory implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2443c; + public final boolean f2444c; public a(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2443c = z3; + this.f2444c = z3; } public abstract void a(JsonReader jsonReader, Object obj) throws IOException, IllegalAccessException; diff --git a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java index 20229a5d46..60028baf08 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java @@ -20,7 +20,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public final i b; /* renamed from: c reason: collision with root package name */ - public final Gson f2444c; + public final Gson f2445c; public final TypeToken d; public final o e; public final TreeTypeAdapter.b f = new b(this, null); @@ -62,7 +62,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public TreeTypeAdapter(m mVar, i iVar, Gson gson, TypeToken typeToken, o oVar) { this.a = mVar; this.b = iVar; - this.f2444c = gson; + this.f2445c = gson; this.d = typeToken; this.e = oVar; } @@ -72,7 +72,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (this.b == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2444c.j(this.e, this.d); + typeAdapter = this.f2445c.j(this.e, this.d); this.g = typeAdapter; } return typeAdapter.read(jsonReader); @@ -91,7 +91,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (mVar == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2444c.j(this.e, this.d); + typeAdapter = this.f2445c.j(this.e, this.d); this.g = typeAdapter; } typeAdapter.write(jsonWriter, t); diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java index db0ff61643..be1855ed27 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java @@ -14,12 +14,12 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final Type f2445c; + public final Type f2446c; public TypeAdapterRuntimeTypeWrapper(Gson gson, TypeAdapter typeAdapter, Type type) { this.a = gson; this.b = typeAdapter; - this.f2445c = type; + this.f2446c = type; } @Override // com.google.gson.TypeAdapter @@ -30,11 +30,11 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { TypeAdapter typeAdapter = this.b; - Type type = this.f2445c; + Type type = this.f2446c; if (t != null && (type == Object.class || (type instanceof TypeVariable) || (type instanceof Class))) { type = t.getClass(); } - if (type != this.f2445c) { + if (type != this.f2446c) { typeAdapter = this.a.h(TypeToken.get(type)); if (typeAdapter instanceof ReflectiveTypeAdapterFactory.Adapter) { TypeAdapter typeAdapter2 = this.b; diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java index e55622d90c..8dce0322be 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java @@ -75,7 +75,7 @@ public final class TypeAdapters { public static final o b; /* renamed from: c reason: collision with root package name */ - public static final TypeAdapter f2446c; + public static final TypeAdapter f2447c; public static final o d; public static final TypeAdapter e; public static final TypeAdapter f = new AnonymousClass4(); @@ -93,20 +93,20 @@ public final class TypeAdapters { public static final TypeAdapter r; /* renamed from: s reason: collision with root package name */ - public static final o f2447s; + public static final o f2448s; public static final TypeAdapter t = new AnonymousClass11(); public static final TypeAdapter u = new AnonymousClass12(); public static final TypeAdapter v = new AnonymousClass13(); public static final TypeAdapter w; /* renamed from: x reason: collision with root package name */ - public static final o f2448x; + public static final o f2449x; /* renamed from: y reason: collision with root package name */ - public static final TypeAdapter f2449y; + public static final TypeAdapter f2450y; /* renamed from: z reason: collision with root package name */ - public static final o f2450z; + public static final o f2451z; /* renamed from: com.google.gson.internal.bind.TypeAdapters$1 reason: invalid class name */ public class AnonymousClass1 extends TypeAdapter { @@ -1142,7 +1142,7 @@ public final class TypeAdapters { a = nullSafe; b = new AnonymousClass32(Class.class, nullSafe); TypeAdapter nullSafe2 = new AnonymousClass2().nullSafe(); - f2446c = nullSafe2; + f2447c = nullSafe2; d = new AnonymousClass32(BitSet.class, nullSafe2); AnonymousClass3 r0 = new AnonymousClass3(); e = r0; @@ -1164,13 +1164,13 @@ public final class TypeAdapters { q = new AnonymousClass32(AtomicBoolean.class, nullSafe4); TypeAdapter nullSafe5 = new AnonymousClass10().nullSafe(); r = nullSafe5; - f2447s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); + f2448s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); AnonymousClass14 r05 = new AnonymousClass14(); w = r05; - f2448x = new AnonymousClass32(Number.class, r05); + f2449x = new AnonymousClass32(Number.class, r05); AnonymousClass15 r06 = new AnonymousClass15(); - f2449y = r06; - f2450z = new AnonymousClass33(Character.TYPE, Character.class, r06); + f2450y = r06; + f2451z = new AnonymousClass33(Character.TYPE, Character.class, r06); AnonymousClass16 r07 = new AnonymousClass16(); A = r07; D = new AnonymousClass32(String.class, r07); diff --git a/app/src/main/java/com/google/gson/stream/JsonReader.java b/app/src/main/java/com/google/gson/stream/JsonReader.java index ce73d1e012..c5bd7c08a0 100644 --- a/app/src/main/java/com/google/gson/stream/JsonReader.java +++ b/app/src/main/java/com/google/gson/stream/JsonReader.java @@ -20,14 +20,14 @@ public class JsonReader implements Closeable { public long r; /* renamed from: s reason: collision with root package name */ - public int f2451s; + public int f2452s; public String t; public int[] u; public int v; public String[] w; /* renamed from: x reason: collision with root package name */ - public int[] f2452x; + public int[] f2453x; public class a extends p { } @@ -43,7 +43,7 @@ public class JsonReader implements Closeable { this.v = 0 + 1; iArr[0] = 6; this.w = new String[32]; - this.f2452x = new int[32]; + this.f2453x = new int[32]; Objects.requireNonNull(reader, "in == null"); this.j = reader; } @@ -55,14 +55,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -72,7 +72,7 @@ public class JsonReader implements Closeable { try { long parseLong = Long.parseLong(this.t); this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseLong; @@ -90,7 +90,7 @@ public class JsonReader implements Closeable { if (((double) j) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2452x; + int[] iArr3 = this.f2453x; int i5 = this.v - 1; iArr3[i5] = iArr3[i5] + 1; return j; @@ -219,7 +219,7 @@ public class JsonReader implements Closeable { } if (i2 == 7) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return; @@ -301,8 +301,8 @@ public class JsonReader implements Closeable { } else if (i2 == 15) { str = Long.toString(this.r); } else if (i2 == 16) { - str = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + str = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else { StringBuilder P = c.d.b.a.a.P("Expected a string but was "); P.append(N()); @@ -310,7 +310,7 @@ public class JsonReader implements Closeable { throw new IllegalStateException(P.toString()); } this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return str; @@ -418,7 +418,7 @@ public class JsonReader implements Closeable { if (i3 == iArr.length) { int i4 = i3 * 2; this.u = Arrays.copyOf(iArr, i4); - this.f2452x = Arrays.copyOf(this.f2452x, i4); + this.f2453x = Arrays.copyOf(this.f2453x, i4); this.w = (String[]) Arrays.copyOf(this.w, i4); } int[] iArr2 = this.u; @@ -608,7 +608,7 @@ public class JsonReader implements Closeable { this.q = 0; } else { if (i4 == 16) { - this.m += this.f2451s; + this.m += this.f2452s; } this.q = 0; } @@ -618,7 +618,7 @@ public class JsonReader implements Closeable { i3++; this.q = 0; } while (i3 != 0); - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i6 = this.v; int i7 = i6 - 1; iArr[i7] = iArr[i7] + 1; @@ -638,7 +638,7 @@ public class JsonReader implements Closeable { } if (i2 == 3) { Q(1); - this.f2452x[this.v - 1] = 0; + this.f2453x[this.v - 1] = 0; this.q = 0; return; } @@ -722,7 +722,7 @@ public class JsonReader implements Closeable { if (r13 != 7) goto L_0x018a; */ /* JADX WARNING: Code restructure failed: missing block: B:161:0x0231, code lost: - r19.f2451s = r9; + r19.f2452s = r9; r6 = 16; r19.q = 16; */ @@ -1019,7 +1019,7 @@ public class JsonReader implements Closeable { if (i2 == 4) { int i3 = this.v - 1; this.v = i3; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1040,7 +1040,7 @@ public class JsonReader implements Closeable { int i3 = this.v - 1; this.v = i3; this.w[i3] = null; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1059,7 +1059,7 @@ public class JsonReader implements Closeable { int i4 = this.u[i3]; if (i4 == 1 || i4 == 2) { N.append('['); - N.append(this.f2452x[i3]); + N.append(this.f2453x[i3]); N.append(']'); } else if (i4 == 3 || i4 == 4 || i4 == 5) { N.append('.'); @@ -1162,13 +1162,13 @@ public class JsonReader implements Closeable { } if (i2 == 5) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return true; } else if (i2 == 6) { this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return false; @@ -1187,14 +1187,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return (double) this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9) { this.t = I(i2 == 8 ? '\'' : '\"'); } else if (i2 == 10) { @@ -1210,7 +1210,7 @@ public class JsonReader implements Closeable { if (this.k || (!Double.isNaN(parseDouble) && !Double.isInfinite(parseDouble))) { this.t = null; this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseDouble; @@ -1228,7 +1228,7 @@ public class JsonReader implements Closeable { int i3 = (int) j; if (j == ((long) i3)) { this.q = 0; - int[] iArr = this.f2452x; + int[] iArr = this.f2453x; int i4 = this.v - 1; iArr[i4] = iArr[i4] + 1; return i3; @@ -1239,8 +1239,8 @@ public class JsonReader implements Closeable { throw new NumberFormatException(P.toString()); } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2451s); - this.m += this.f2451s; + this.t = new String(this.l, this.m, this.f2452s); + this.m += this.f2452s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -1250,7 +1250,7 @@ public class JsonReader implements Closeable { try { int parseInt = Integer.parseInt(this.t); this.q = 0; - int[] iArr2 = this.f2452x; + int[] iArr2 = this.f2453x; int i5 = this.v - 1; iArr2[i5] = iArr2[i5] + 1; return parseInt; @@ -1268,7 +1268,7 @@ public class JsonReader implements Closeable { if (((double) i6) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2452x; + int[] iArr3 = this.f2453x; int i7 = this.v - 1; iArr3[i7] = iArr3[i7] + 1; return i6; diff --git a/app/src/main/java/com/google/gson/stream/JsonWriter.java b/app/src/main/java/com/google/gson/stream/JsonWriter.java index 31e8ff9763..a82a41c4f0 100644 --- a/app/src/main/java/com/google/gson/stream/JsonWriter.java +++ b/app/src/main/java/com/google/gson/stream/JsonWriter.java @@ -20,7 +20,7 @@ public class JsonWriter implements Closeable, Flushable { public String r; /* renamed from: s reason: collision with root package name */ - public boolean f2454s; + public boolean f2455s; static { for (int i2 = 0; i2 <= 31; i2++) { @@ -46,7 +46,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter(Writer writer) { w(6); this.o = ":"; - this.f2454s = true; + this.f2455s = true; Objects.requireNonNull(writer, "out == null"); this.k = writer; } @@ -224,7 +224,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter s() throws IOException { if (this.r != null) { - if (this.f2454s) { + if (this.f2455s) { K(); } else { this.r = null; diff --git a/app/src/main/java/com/google/zxing/Result.java b/app/src/main/java/com/google/zxing/Result.java index 84b84ecb25..be8c7fbc73 100644 --- a/app/src/main/java/com/google/zxing/Result.java +++ b/app/src/main/java/com/google/zxing/Result.java @@ -10,14 +10,14 @@ public final class Result { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public k[] f2455c; + public k[] f2456c; public final a d; public Map e = null; public Result(String str, byte[] bArr, int i, k[] kVarArr, a aVar, long j) { this.a = str; this.b = bArr; - this.f2455c = kVarArr; + this.f2456c = kVarArr; this.d = aVar; } @@ -25,7 +25,7 @@ public final class Result { System.currentTimeMillis(); this.a = str; this.b = bArr; - this.f2455c = kVarArr; + this.f2456c = kVarArr; this.d = aVar; } diff --git a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java index 841cdc7893..e07c9f1457 100644 --- a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java +++ b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java @@ -21,7 +21,7 @@ public class HCaptchaConfig implements Serializable { public boolean b; /* renamed from: c reason: collision with root package name */ - public Boolean f2456c; + public Boolean f2457c; public String d; public boolean e; public String f; @@ -40,7 +40,7 @@ public class HCaptchaConfig implements Serializable { StringBuilder P = c.d.b.a.a.P("HCaptchaConfig.HCaptchaConfigBuilder(siteKey="); P.append(this.a); P.append(", sentry$value="); - P.append(this.f2456c); + P.append(this.f2457c); P.append(", rqdata="); P.append(this.d); P.append(", apiEndpoint$value="); @@ -319,7 +319,7 @@ public class HCaptchaConfig implements Serializable { String str = this.siteKey; Objects.requireNonNull(str, "siteKey is marked non-null but is null"); aVar.a = str; - aVar.f2456c = this.sentry; + aVar.f2457c = this.sentry; aVar.b = true; aVar.d = this.rqdata; aVar.f = this.apiEndpoint; diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java index cbac7b3602..f3513ae83d 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java @@ -38,7 +38,7 @@ public class ColorPanelView extends View { public int r = -9539986; /* renamed from: s reason: collision with root package name */ - public int f2457s = ViewCompat.MEASURED_STATE_MASK; + public int f2458s = ViewCompat.MEASURED_STATE_MASK; public int t; public ColorPanelView(Context context, AttributeSet attributeSet) { @@ -92,10 +92,10 @@ public class ColorPanelView extends View { i2 = context.getResources().getDisplayMetrics().widthPixels - i2; } StringBuilder sb = new StringBuilder("#"); - if (Color.alpha(this.f2457s) != 255) { - sb.append(Integer.toHexString(this.f2457s).toUpperCase(Locale.ENGLISH)); + if (Color.alpha(this.f2458s) != 255) { + sb.append(Integer.toHexString(this.f2458s).toUpperCase(Locale.ENGLISH)); } else { - sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2457s)).toUpperCase(Locale.ENGLISH)); + sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2458s)).toUpperCase(Locale.ENGLISH)); } Toast makeText = Toast.makeText(context, sb.toString(), 0); if (i < rect.height()) { @@ -111,7 +111,7 @@ public class ColorPanelView extends View { } public int getColor() { - return this.f2457s; + return this.f2458s; } public int getShape() { @@ -121,7 +121,7 @@ public class ColorPanelView extends View { @Override // android.view.View public void onDraw(Canvas canvas) { this.j.setColor(this.r); - this.k.setColor(this.f2457s); + this.k.setColor(this.f2458s); int i = this.t; if (i == 0) { Drawable drawable = this.i; @@ -131,7 +131,7 @@ public class ColorPanelView extends View { canvas.drawRect(this.o, this.k); } else if (i == 1) { int measuredWidth = getMeasuredWidth() / 2; - if (Color.alpha(this.f2457s) < 255) { + if (Color.alpha(this.f2458s) < 255) { canvas.drawCircle((float) (getMeasuredWidth() / 2), (float) (getMeasuredHeight() / 2), (float) (measuredWidth + 0), this.l); } if (this.q) { @@ -160,7 +160,7 @@ public class ColorPanelView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2457s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); + this.f2458s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); parcelable = bundle.getParcelable("instanceState"); } super.onRestoreInstanceState(parcelable); @@ -170,7 +170,7 @@ public class ColorPanelView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2457s); + bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2458s); return bundle; } @@ -203,7 +203,7 @@ public class ColorPanelView extends View { } public void setColor(int i) { - this.f2457s = i; + this.f2458s = i; invalidate(); } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java index 0de3277660..e51df903c0 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java @@ -68,20 +68,20 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public int r; /* renamed from: s reason: collision with root package name */ - public c.k.a.a.b f2458s; + public c.k.a.a.b f2459s; public LinearLayout t; public SeekBar u; public TextView v; public ColorPickerView w; /* renamed from: x reason: collision with root package name */ - public ColorPanelView f2459x; + public ColorPanelView f2460x; /* renamed from: y reason: collision with root package name */ - public EditText f2460y; + public EditText f2461y; /* renamed from: z reason: collision with root package name */ - public EditText f2461z; + public EditText f2462z; public class a implements View.OnLongClickListener { public final /* synthetic */ ColorPanelView i; @@ -103,13 +103,13 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { - EditText editText = ColorPickerDialog.this.f2461z; + EditText editText = ColorPickerDialog.this.f2462z; if (view == editText || !editText.hasFocus()) { return false; } - ColorPickerDialog.this.f2461z.clearFocus(); - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2461z.getWindowToken(), 0); - ColorPickerDialog.this.f2461z.clearFocus(); + ColorPickerDialog.this.f2462z.clearFocus(); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2462z.getWindowToken(), 0); + ColorPickerDialog.this.f2462z.clearFocus(); return true; } } @@ -187,7 +187,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnClickListener public void onClick(View view) { - int color = ColorPickerDialog.this.f2459x.getColor(); + int color = ColorPickerDialog.this.f2460x.getColor(); ColorPickerDialog colorPickerDialog = ColorPickerDialog.this; int i = colorPickerDialog.n; if (color == i) { @@ -204,7 +204,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnFocusChangeListener public void onFocusChange(View view, boolean z2) { if (z2) { - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2461z, 1); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2462z, 1); } } } @@ -240,7 +240,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void onClick(View view) { if (!(view.getTag() instanceof Boolean) || !((Boolean) view.getTag()).booleanValue()) { ColorPickerDialog.this.n = this.i.getColor(); - c.k.a.a.b bVar = ColorPickerDialog.this.f2458s; + c.k.a.a.b bVar = ColorPickerDialog.this.f2459s; bVar.k = -1; bVar.notifyDataSetChanged(); for (int i = 0; i < ColorPickerDialog.this.t.getChildCount(); i++) { @@ -271,7 +271,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @StringRes /* renamed from: c reason: collision with root package name */ - public int f2462c = R.e.cpv_custom; + public int f2463c = R.e.cpv_custom; @StringRes public int d = R.e.cpv_select; @StringRes @@ -297,7 +297,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2463s = 0; + public int f2464s = 0; @ColorInt public int t = 0; @DrawableRes @@ -309,15 +309,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @FontRes /* renamed from: x reason: collision with root package name */ - public int f2464x = 0; + public int f2465x = 0; @FontRes /* renamed from: y reason: collision with root package name */ - public int f2465y = 0; + public int f2466y = 0; @FontRes /* renamed from: z reason: collision with root package name */ - public int f2466z = 0; + public int f2467z = 0; public ColorPickerDialog a() { ColorPickerDialog colorPickerDialog = new ColorPickerDialog(); @@ -334,21 +334,21 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView bundle.putBoolean("showColorShades", this.m); bundle.putInt("colorShape", this.n); bundle.putInt("presetsButtonText", this.b); - bundle.putInt("customButtonText", this.f2462c); + bundle.putInt("customButtonText", this.f2463c); bundle.putInt("customButtonColor", this.o); bundle.putInt("customButtonTextColor", this.v); bundle.putInt("selectedButtonText", this.d); bundle.putInt("selectedButtonColor", this.p); bundle.putInt("selectedButtonTextColor", this.w); bundle.putInt("resetButtonText", this.e); - bundle.putInt("buttonFont", this.f2465y); + bundle.putInt("buttonFont", this.f2466y); bundle.putInt("titleTextColor", this.r); - bundle.putInt("titleFont", this.f2464x); + bundle.putInt("titleFont", this.f2465x); bundle.putInt("dividerColor", this.q); - bundle.putInt("backgroundColor", this.f2463s); + bundle.putInt("backgroundColor", this.f2464s); bundle.putInt("inputTextColor", this.t); bundle.putInt("inputBackground", this.u); - bundle.putInt("inputFont", this.f2466z); + bundle.putInt("inputFont", this.f2467z); colorPickerDialog.setArguments(bundle); return colorPickerDialog; } @@ -381,7 +381,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView int parseInt; int parseInt2; int parseInt3; - if (this.f2461z.isFocused()) { + if (this.f2462z.isFocused()) { String obj = editable.toString(); if (obj.startsWith("#")) { obj = obj.substring(1); @@ -500,26 +500,26 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public View i() { View inflate = View.inflate(getActivity(), R.d.cpv_dialog_color_picker, null); this.w = (ColorPickerView) inflate.findViewById(R.c.cpv_color_picker_view); - this.f2459x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); - this.f2461z = (EditText) inflate.findViewById(R.c.cpv_hex); - this.f2460y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); + this.f2460x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); + this.f2462z = (EditText) inflate.findViewById(R.c.cpv_hex); + this.f2461y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); this.A = inflate.findViewById(R.c.cpv_hex_container); this.w.setAlphaSliderVisible(this.F); this.w.b(this.n, true); - this.f2459x.setColor(this.n); + this.f2460x.setColor(this.n); l(this.n); if (!this.F) { - this.f2461z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); + this.f2462z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); } - this.f2459x.setOnClickListener(new f()); + this.f2460x.setOnClickListener(new f()); inflate.setOnTouchListener(this.J); this.w.setOnColorChangedListener(this); - this.f2461z.addTextChangedListener(this); - this.f2461z.setOnFocusChangeListener(new g()); + this.f2462z.addTextChangedListener(this); + this.f2462z.setOnFocusChangeListener(new g()); int i2 = getArguments().getInt("inputTextColor", 0); if (i2 != 0) { - this.f2461z.setTextColor(i2); - this.f2460y.setTextColor(i2); + this.f2462z.setTextColor(i2); + this.f2461y.setTextColor(i2); } int i3 = getArguments().getInt("inputBackground", 0); if (i3 != 0) { @@ -527,8 +527,8 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } int i4 = getArguments().getInt("inputFont", 0); if (i4 != 0) { - this.f2461z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); - this.f2460y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2462z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2461y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); } return inflate; } @@ -621,7 +621,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } } c.k.a.a.b bVar = new c.k.a.a.b(hVar, iArr5, i8, this.r); - this.f2458s = bVar; + this.f2459s = bVar; gridView.setAdapter((ListAdapter) bVar); if (this.F) { int alpha2 = 255 - Color.alpha(this.n); @@ -638,15 +638,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void k(int i2) { this.n = i2; - ColorPanelView colorPanelView = this.f2459x; + ColorPanelView colorPanelView = this.f2460x; if (colorPanelView != null) { colorPanelView.setColor(i2); } - if (!this.H && this.f2461z != null) { + if (!this.H && this.f2462z != null) { l(i2); - if (this.f2461z.hasFocus()) { - ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2461z.getWindowToken(), 0); - this.f2461z.clearFocus(); + if (this.f2462z.hasFocus()) { + ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2462z.getWindowToken(), 0); + this.f2462z.clearFocus(); } } this.H = false; @@ -654,9 +654,9 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public final void l(int i2) { if (this.F) { - this.f2461z.setText(String.format("%08X", Integer.valueOf(i2))); + this.f2462z.setText(String.format("%08X", Integer.valueOf(i2))); } else { - this.f2461z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); + this.f2462z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java index 62202d73ce..e000f2ca46 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java @@ -48,27 +48,27 @@ public class ColorPickerView extends View { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2467s; + public Paint f2468s; public Paint t; public Shader u; public Shader v; public Shader w; /* renamed from: x reason: collision with root package name */ - public b f2468x; + public b f2469x; /* renamed from: y reason: collision with root package name */ - public b f2469y; + public b f2470y; /* renamed from: z reason: collision with root package name */ - public int f2470z = 255; + public int f2471z = 255; public class b { public Canvas a; public Bitmap b; /* renamed from: c reason: collision with root package name */ - public float f2471c; + public float f2472c; public b(ColorPickerView colorPickerView, a aVar) { } @@ -101,17 +101,17 @@ public class ColorPickerView extends View { this.m = c.i.a.f.e.o.c.z(getContext(), 2.0f); this.o = new Paint(); this.p = new Paint(); - this.f2467s = new Paint(); + this.f2468s = new Paint(); this.q = new Paint(); this.r = new Paint(); this.t = new Paint(); this.p.setStyle(Paint.Style.STROKE); this.p.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); this.p.setAntiAlias(true); - this.f2467s.setColor(this.F); - this.f2467s.setStyle(Paint.Style.STROKE); - this.f2467s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); - this.f2467s.setAntiAlias(true); + this.f2468s.setColor(this.F); + this.f2468s.setStyle(Paint.Style.STROKE); + this.f2468s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); + this.f2468s.setAntiAlias(true); this.r.setColor(-14935012); this.r.setTextSize((float) c.i.a.f.e.o.c.z(getContext(), 14.0f)); this.r.setAntiAlias(true); @@ -182,7 +182,7 @@ public class ColorPickerView extends View { if (x3 >= i4) { i = x3 > rect4.right ? width2 : x3 - i4; } - this.f2470z = 255 - ((i * 255) / width2); + this.f2471z = 255 - ((i * 255) / width2); } return true; } @@ -192,7 +192,7 @@ public class ColorPickerView extends View { int alpha = Color.alpha(i); float[] fArr = new float[3]; Color.RGBToHSV(Color.red(i), Color.green(i), Color.blue(i), fArr); - this.f2470z = alpha; + this.f2471z = alpha; float f = fArr[0]; this.A = f; float f2 = fArr[1]; @@ -214,7 +214,7 @@ public class ColorPickerView extends View { } public int getColor() { - return Color.HSVToColor(this.f2470z, new float[]{this.A, this.B, this.C}); + return Color.HSVToColor(this.f2471z, new float[]{this.A, this.B, this.C}); } @Override // android.view.View @@ -253,28 +253,28 @@ public class ColorPickerView extends View { float f = (float) rect2.left; this.u = new LinearGradient(f, (float) rect2.top, f, (float) rect2.bottom, -1, (int) ViewCompat.MEASURED_STATE_MASK, Shader.TileMode.CLAMP); } - b bVar = this.f2468x; - if (bVar == null || bVar.f2471c != this.A) { + b bVar = this.f2469x; + if (bVar == null || bVar.f2472c != this.A) { if (bVar == null) { - this.f2468x = new b(this, null); + this.f2469x = new b(this, null); } - b bVar2 = this.f2468x; + b bVar2 = this.f2469x; if (bVar2.b == null) { bVar2.b = Bitmap.createBitmap(rect2.width(), rect2.height(), Bitmap.Config.ARGB_8888); } - b bVar3 = this.f2468x; + b bVar3 = this.f2469x; if (bVar3.a == null) { - bVar3.a = new Canvas(this.f2468x.b); + bVar3.a = new Canvas(this.f2469x.b); } int HSVToColor = Color.HSVToColor(new float[]{this.A, 1.0f, 1.0f}); float f2 = (float) rect2.top; this.v = new LinearGradient((float) rect2.left, f2, (float) rect2.right, f2, -1, HSVToColor, Shader.TileMode.CLAMP); this.o.setShader(new ComposeShader(this.u, this.v, PorterDuff.Mode.MULTIPLY)); - b bVar4 = this.f2468x; - bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2468x.b.getHeight(), this.o); - this.f2468x.f2471c = this.A; + b bVar4 = this.f2469x; + bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2469x.b.getHeight(), this.o); + this.f2469x.f2472c = this.A; } - canvas.drawBitmap(this.f2468x.b, (Rect) null, rect2, (Paint) null); + canvas.drawBitmap(this.f2469x.b, (Rect) null, rect2, (Paint) null); float f3 = this.B; float f4 = this.C; Rect rect4 = this.I; @@ -288,11 +288,11 @@ public class ColorPickerView extends View { Rect rect5 = this.J; this.t.setColor(this.G); canvas.drawRect((float) (rect5.left - 1), (float) (rect5.top - 1), (float) (rect5.right + 1), (float) (rect5.bottom + 1), this.t); - if (this.f2469y == null) { + if (this.f2470y == null) { b bVar5 = new b(this, null); - this.f2469y = bVar5; + this.f2470y = bVar5; bVar5.b = Bitmap.createBitmap(rect5.width(), rect5.height(), Bitmap.Config.ARGB_8888); - this.f2469y.a = new Canvas(this.f2469y.b); + this.f2470y.a = new Canvas(this.f2470y.b); int height = (int) (((float) rect5.height()) + 0.5f); int[] iArr = new int[height]; float f5 = 360.0f; @@ -304,12 +304,12 @@ public class ColorPickerView extends View { paint.setStrokeWidth(0.0f); for (int i2 = 0; i2 < height; i2++) { paint.setColor(iArr[i2]); - b bVar6 = this.f2469y; + b bVar6 = this.f2470y; float f6 = (float) i2; bVar6.a.drawLine(0.0f, f6, (float) bVar6.b.getWidth(), f6, paint); } } - canvas.drawBitmap(this.f2469y.b, (Rect) null, rect5, (Paint) null); + canvas.drawBitmap(this.f2470y.b, (Rect) null, rect5, (Paint) null); float f7 = this.A; Rect rect6 = this.J; float height2 = (float) rect6.height(); @@ -325,7 +325,7 @@ public class ColorPickerView extends View { int i6 = this.n / 2; rectF.top = (float) (i5 - i6); rectF.bottom = (float) (i6 + i5); - canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2467s); + canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2468s); if (!(!this.D || (rect = this.K) == null || this.M == null)) { this.t.setColor(this.G); canvas.drawRect((float) (rect.left - 1), (float) (rect.top - 1), (float) (rect.right + 1), (float) (rect.bottom + 1), this.t); @@ -342,7 +342,7 @@ public class ColorPickerView extends View { if (str != null && !str.equals("")) { canvas.drawText(this.E, (float) rect.centerX(), (float) (c.i.a.f.e.o.c.z(getContext(), 4.0f) + rect.centerY()), this.r); } - int i7 = this.f2470z; + int i7 = this.f2471z; Rect rect7 = this.K; float width = (float) rect7.width(); Point point3 = new Point(); @@ -357,7 +357,7 @@ public class ColorPickerView extends View { int i11 = this.m; rectF2.top = (float) (i10 - i11); rectF2.bottom = (float) (rect.bottom + i11); - canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2467s); + canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2468s); } } } @@ -427,7 +427,7 @@ public class ColorPickerView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2470z = bundle.getInt(Key.ALPHA); + this.f2471z = bundle.getInt(Key.ALPHA); this.A = bundle.getFloat("hue"); this.B = bundle.getFloat("sat"); this.C = bundle.getFloat("val"); @@ -442,7 +442,7 @@ public class ColorPickerView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(Key.ALPHA, this.f2470z); + bundle.putInt(Key.ALPHA, this.f2471z); bundle.putFloat("hue", this.A); bundle.putFloat("sat", this.B); bundle.putFloat("val", this.C); @@ -463,8 +463,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2468x = null; - this.f2469y = null; + this.f2469x = null; + this.f2470y = null; Rect rect2 = this.H; int i5 = rect2.left + 1; int i6 = rect2.top + 1; @@ -506,7 +506,7 @@ public class ColorPickerView extends View { } c cVar = this.N; if (cVar != null) { - ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2470z, new float[]{this.A, this.B, this.C})); + ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2471z, new float[]{this.A, this.B, this.C})); } invalidate(); return true; @@ -527,8 +527,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2469y = null; - this.f2468x = null; + this.f2470y = null; + this.f2469x = null; requestLayout(); } } @@ -548,7 +548,7 @@ public class ColorPickerView extends View { public void setSliderTrackerColor(int i) { this.F = i; - this.f2467s.setColor(i); + this.f2468s.setColor(i); invalidate(); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java index 079a43ac3d..40009967c1 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java @@ -27,7 +27,7 @@ public class ColorPreferenceCompat extends Preference implements f { public int[] r; /* renamed from: s reason: collision with root package name */ - public int f2472s; + public int f2473s; public ColorPreferenceCompat(Context context, AttributeSet attributeSet) { super(context, attributeSet); @@ -42,7 +42,7 @@ public class ColorPreferenceCompat extends Preference implements f { this.p = obtainStyledAttributes.getBoolean(R.f.ColorPreference_cpv_showColorShades, true); this.q = obtainStyledAttributes.getInt(R.f.ColorPreference_cpv_previewSize, 0); int resourceId = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_colorPresets, 0); - this.f2472s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); + this.f2473s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); if (resourceId != 0) { this.r = getContext().getResources().getIntArray(resourceId); } else { @@ -100,7 +100,7 @@ public class ColorPreferenceCompat extends Preference implements f { int[] iArr = ColorPickerDialog.i; ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.f = this.k; - kVar.a = this.f2472s; + kVar.a = this.f2473s; kVar.n = this.l; kVar.g = this.r; kVar.j = this.m; diff --git a/app/src/main/java/com/linecorp/apng/decoder/Apng.java b/app/src/main/java/com/linecorp/apng/decoder/Apng.java index 63c20dc6d0..d7268d797b 100644 --- a/app/src/main/java/com/linecorp/apng/decoder/Apng.java +++ b/app/src/main/java/com/linecorp/apng/decoder/Apng.java @@ -19,7 +19,7 @@ public final class Apng { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2473c; + public final int f2474c; public final int d; public final int e; public final int f; @@ -150,7 +150,7 @@ public final class Apng { public Apng(int i, int i2, int i3, @IntRange(from = 1, to = 2147483647L) int i4, int[] iArr, @IntRange(from = 0, to = 2147483647L) int i5, @IntRange(from = 0, to = 2147483647L) long j) { m.checkNotNullParameter(iArr, "frameDurations"); - this.f2473c = i; + this.f2474c = i; this.d = i2; this.e = i3; this.f = i4; @@ -167,7 +167,7 @@ public final class Apng { } public static final /* synthetic */ int access$getId$p(Apng apng) { - return apng.f2473c; + return apng.f2474c; } public final Apng copy() { @@ -179,7 +179,7 @@ public final class Apng { m.checkNotNullParameter(rect2, "dst"); m.checkNotNullParameter(paint, "paint"); Trace.beginSection("Apng#draw"); - ApngDecoderJni.draw(this.f2473c, i, this.a); + ApngDecoderJni.draw(this.f2474c, i, this.a); Trace.endSection(); canvas.drawBitmap(this.a, rect, rect2, paint); } @@ -231,6 +231,6 @@ public final class Apng { } public final void recycle() { - ApngDecoderJni.recycle(this.f2473c); + ApngDecoderJni.recycle(this.f2474c); } } diff --git a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java index 5a7013f2ae..a15fb7c566 100644 --- a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java +++ b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java @@ -79,7 +79,7 @@ public final class AttachmentPreviewAdapter { public List> b = n.emptyList(); /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2475c; + public final ContentResolver f2476c; /* compiled from: FileListAdapter.kt */ public static final class a extends AsyncTask>> { @@ -103,7 +103,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public final AnimatorSet b; /* renamed from: c reason: collision with root package name */ - public SimpleDraweeView f2476c; + public SimpleDraweeView f2477c; public ImageView d; public TextView e; public TextView f; @@ -171,7 +171,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { this.h = fileListAdapter; View findViewById = view.findViewById(R.e.thumb_iv); m.checkNotNullExpressionValue(findViewById, "itemView.findViewById(R.id.thumb_iv)"); - this.f2476c = (SimpleDraweeView) findViewById; + this.f2477c = (SimpleDraweeView) findViewById; View findViewById2 = view.findViewById(R.e.type_iv); m.checkNotNullExpressionValue(findViewById2, "itemView.findViewById(R.id.type_iv)"); this.d = (ImageView) findViewById2; @@ -189,12 +189,12 @@ public final class FileListAdapter extends RecyclerView.Adapter { Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet = (AnimatorSet) loadAnimator; this.a = animatorSet; - animatorSet.setTarget(this.f2476c); + animatorSet.setTarget(this.f2477c); Animator loadAnimator2 = AnimatorInflater.loadAnimator(view.getContext(), R.a.selection_grow); Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; this.b = animatorSet2; - animatorSet2.setTarget(this.f2476c); + animatorSet2.setTarget(this.f2477c); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x009d, code lost: @@ -217,7 +217,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { */ public final void a(File file) { Bitmap thumbnail; - Cursor query = this.h.f2475c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); + Cursor query = this.h.f2476c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); if (query == null) { return; } @@ -226,10 +226,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } long j = query.getLong(0); - if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2475c, j, 1, null)) != null) { + if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2476c, j, 1, null)) != null) { thumbnail.recycle(); } - Cursor query2 = this.h.f2475c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); + Cursor query2 = this.h.f2476c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); if (query2 != null) { if (!query2.moveToFirst()) { d0.y.b.closeFinally(query2, null); @@ -237,9 +237,9 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } String string = query2.getString(0); - SimpleDraweeView simpleDraweeView = this.f2476c; + SimpleDraweeView simpleDraweeView = this.f2477c; d a2 = c.f.g.a.a.b.a(); - a2.n = this.f2476c.getController(); + a2.n = this.f2477c.getController(); d f = a2.f(Uri.withAppendedPath(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, string)); f.l = true; simpleDraweeView.setController(f.a()); @@ -254,10 +254,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { view.setSelected(z2); C0191b bVar = new C0191b(z3); if (z2) { - if (this.f2476c.getScaleX() == 1.0f) { + if (this.f2477c.getScaleX() == 1.0f) { bVar.a(this.a); } - } else if (this.f2476c.getScaleX() != 1.0f) { + } else if (this.f2477c.getScaleX() != 1.0f) { bVar.a(this.b); } } @@ -266,7 +266,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public FileListAdapter(ContentResolver contentResolver, SelectionCoordinator> selectionCoordinator) { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); - this.f2475c = contentResolver; + this.f2476c = contentResolver; Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(this, "adapter"); selectionCoordinator.a = this; @@ -314,7 +314,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { bVar2.e.setText((CharSequence) null); bVar2.f.setText((CharSequence) null); } - SimpleDraweeView simpleDraweeView = bVar2.f2476c; + SimpleDraweeView simpleDraweeView = bVar2.f2477c; simpleDraweeView.setImageURI((Uri) null, simpleDraweeView.getContext()); bVar2.d.setVisibility(8); boolean z2 = true; @@ -331,7 +331,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { z2 = false; } if (z2) { - bVar2.f2476c.setImageURI(Uri.fromFile(file), bVar2.f2476c.getContext()); + bVar2.f2477c.setImageURI(Uri.fromFile(file), bVar2.f2477c.getContext()); if (t.startsWith$default(str, "image", false, 2, null)) { ImageView imageView = bVar2.d; imageView.setImageResource(DrawableCompat.getThemedDrawableRes$default(imageView, R.b.ic_flex_input_image, 0, 2, (Object) null)); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java index 28c1fb8b52..a901a70796 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java @@ -194,7 +194,7 @@ public class CameraFragment extends Fragment { if (cameraView8 == null) { m.throwUninitializedPropertyAccessException("cameraView"); } - cameraView8.f2483x.O0(new l.a()); + cameraView8.f2484x.O0(new l.a()); } } } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java index d3f1979437..1f96f9a7cb 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java @@ -230,7 +230,7 @@ public class FilesFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Attachment> selectionCoordinator = this.selectionCoordinator; if (selectionCoordinator != null) { - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); } super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java index 30c4eb2719..eb37c45040 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java @@ -75,7 +75,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { public FlexInputViewModel r; /* renamed from: s reason: collision with root package name */ - public Subscription f2477s; + public Subscription f2478s; public Subscription t; public Subscription u; public final List> v = new ArrayList(); @@ -288,7 +288,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputState2.e) { String str = flexInputState2.a; Objects.requireNonNull(str, "null cannot be cast to non-null type kotlin.CharSequence"); - if ((w.trim(str).toString().length() > 0) || flexInputState2.f2481c.size() > 0) { + if ((w.trim(str).toString().length() > 0) || flexInputState2.f2482c.size() > 0) { z2 = true; ImageView imageView = flexInputFragment.j().p; m.checkNotNullExpressionValue(imageView, "binding.sendBtnImage"); @@ -296,7 +296,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { FrameLayout frameLayout = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout, "binding.sendBtnContainer"); frameLayout.setEnabled(z2); - boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2481c.size() > 0; + boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2482c.size() > 0; FrameLayout frameLayout2 = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout2, "binding.sendBtnContainer"); frameLayout2.setVisibility(!z4 ? 0 : 8); @@ -309,7 +309,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2481c.isEmpty()) { + if (flexInputState2.f2482c.isEmpty()) { AttachmentPreviewAdapter> attachmentPreviewAdapter = flexInputFragment.p; if (attachmentPreviewAdapter == null) { m.throwUninitializedPropertyAccessException("attachmentPreviewAdapter"); @@ -319,7 +319,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { } LinearLayout linearLayout3 = flexInputFragment.j().f256c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2481c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2482c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -376,11 +376,11 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2481c.isEmpty()) { + if (flexInputState2.f2482c.isEmpty()) { } LinearLayout linearLayout3 = flexInputFragment.j().f256c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2481c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2482c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -530,7 +530,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { SelectionCoordinator, ?> selectionCoordinator = new SelectionCoordinator<>(null, null, 3); b().registerSelectionCoordinator(selectionCoordinator); selectionCoordinator.c(attachment, 0); - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(b().getAttachments()); @@ -626,7 +626,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputViewModel != null) { flexInputViewModel.onFlexInputFragmentPause(); } - Subscription subscription = this.f2477s; + Subscription subscription = this.f2478s; if (subscription != null) { subscription.unsubscribe(); } @@ -646,7 +646,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { super.onResume(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { - this.f2477s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); + this.f2478s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); FlexInputViewModel flexInputViewModel2 = this.r; if (flexInputViewModel2 != null) { this.t = flexInputViewModel2.observeEvents().U(new c.b.a.a.n(new e(this))); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java index 65b82ffdc1..734c1dea4c 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java @@ -99,19 +99,19 @@ public class MediaFragment extends Fragment { public final /* synthetic */ i b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ MediaFragment f2478c; + public final /* synthetic */ MediaFragment f2479c; public final /* synthetic */ c.b.a.b d; public b(View view, i iVar, MediaFragment mediaFragment, c.b.a.b bVar) { this.a = view; this.b = iVar; - this.f2478c = mediaFragment; + this.f2479c = mediaFragment; this.d = bVar; } @Override // androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener public final void onRefresh() { - if (MediaFragment.access$hasPermissions(this.f2478c, MediaFragment.REQUIRED_PERMISSION)) { + if (MediaFragment.access$hasPermissions(this.f2479c, MediaFragment.REQUIRED_PERMISSION)) { i iVar = this.b; Context context = this.a.getContext(); m.checkNotNullExpressionValue(context, "context"); @@ -119,7 +119,7 @@ public class MediaFragment extends Fragment { m.checkNotNullExpressionValue(contentResolver, "context.contentResolver"); iVar.b(contentResolver); } - SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2478c); + SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2479c); if (access$getSwipeRefreshLayout$p != null) { access$getSwipeRefreshLayout$p.setRefreshing(false); } @@ -219,7 +219,7 @@ public class MediaFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Media> selectionCoordinator = this.selectionCoordinator; m.checkNotNull(selectionCoordinator); - selectionCoordinator.f2480c.unregister(); + selectionCoordinator.f2481c.unregister(); super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java index 850c60a5fe..7914421b19 100644 --- a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java +++ b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java @@ -24,7 +24,7 @@ public class Attachment implements Parcelable { private final String displayName; /* renamed from: id reason: collision with root package name */ - private final long f2479id; + private final long f2480id; private final Uri uri; /* compiled from: Attachment.kt */ @@ -158,7 +158,7 @@ public class Attachment implements Parcelable { public Attachment(long j, Uri uri, String str, T t) { m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); m.checkNotNullParameter(str, "displayName"); - this.f2479id = j; + this.f2480id = j; this.uri = uri; this.displayName = str; this.data = t; @@ -203,7 +203,7 @@ public class Attachment implements Parcelable { return false; } Attachment attachment = (Attachment) obj; - return this.f2479id == attachment.f2479id && m.areEqual(this.uri, attachment.uri); + return this.f2480id == attachment.f2480id && m.areEqual(this.uri, attachment.uri); } public final T getData() { @@ -215,7 +215,7 @@ public class Attachment implements Parcelable { } public final long getId() { - return this.f2479id; + return this.f2480id; } public final Uri getUri() { @@ -224,14 +224,14 @@ public class Attachment implements Parcelable { @Override // java.lang.Object public int hashCode() { - return AnimatableValueParser.W0(Long.valueOf(this.f2479id), this.uri); + return AnimatableValueParser.W0(Long.valueOf(this.f2480id), this.uri); } @Override // android.os.Parcelable @CallSuper public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "dest"); - parcel.writeLong(this.f2479id); + parcel.writeLong(this.f2480id); parcel.writeParcelable(this.uri, i); parcel.writeString(this.displayName); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java index b3b39f03f5..6e85b5b52a 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java @@ -234,7 +234,7 @@ public class SelectionAggregator> { a aVar = new a(this, selectionCoordinator); Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(aVar, ""); - selectionCoordinator.f2480c = aVar; + selectionCoordinator.f2481c = aVar; this.childSelectionCoordinators.add(selectionCoordinator); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java index 21b252bf65..d1c6378900 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java @@ -15,7 +15,7 @@ public class SelectionCoordinator { public final ArrayMap b; /* renamed from: c reason: collision with root package name */ - public ItemSelectionListener f2480c; + public ItemSelectionListener f2481c; /* compiled from: SelectionCoordinator.kt */ public interface ItemSelectionListener { @@ -88,7 +88,7 @@ public class SelectionCoordinator { m.checkNotNullParameter(arrayMap2, "selectedItemPositionMap"); m.checkNotNullParameter(bVar, "itemSelectionListener"); this.b = arrayMap2; - this.f2480c = bVar; + this.f2481c = bVar; } public final boolean a(T t, int i) { @@ -127,7 +127,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(i, new a(t, true)); } - this.f2480c.onItemSelected(t); + this.f2481c.onItemSelected(t); } public final boolean d(I i) { @@ -142,7 +142,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(intValue, new a(i, false)); } - this.f2480c.onItemUnselected(i); + this.f2481c.onItemUnselected(i); return true; } } diff --git a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java index a5db541e76..22b50c09d2 100644 --- a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java +++ b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java @@ -12,7 +12,7 @@ public final class FlexInputState { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final List> f2481c; + public final List> f2482c; public final Integer d; public final boolean e; public final boolean f; @@ -33,7 +33,7 @@ public final class FlexInputState { m.checkNotNullParameter(list, "attachments"); this.a = str; this.b = z2; - this.f2481c = list; + this.f2482c = list; this.d = num; this.e = z3; this.f = z4; @@ -55,7 +55,7 @@ public final class FlexInputState { public static FlexInputState a(FlexInputState flexInputState, String str, boolean z2, List list, Integer num, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, Long l, Long l2, int i) { String str2 = (i & 1) != 0 ? flexInputState.a : str; boolean z8 = (i & 2) != 0 ? flexInputState.b : z2; - List list2 = (i & 4) != 0 ? flexInputState.f2481c : list; + List list2 = (i & 4) != 0 ? flexInputState.f2482c : list; Integer num2 = (i & 8) != 0 ? flexInputState.d : num; boolean z9 = (i & 16) != 0 ? flexInputState.e : z3; boolean z10 = (i & 32) != 0 ? flexInputState.f : z4; @@ -78,7 +78,7 @@ public final class FlexInputState { return false; } FlexInputState flexInputState = (FlexInputState) obj; - return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2481c, flexInputState.f2481c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); + return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2482c, flexInputState.f2482c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); } public int hashCode() { @@ -94,7 +94,7 @@ public final class FlexInputState { int i4 = z2 ? 1 : 0; int i5 = z2 ? 1 : 0; int i6 = (hashCode + i3) * 31; - List> list = this.f2481c; + List> list = this.f2482c; int hashCode2 = (i6 + (list != null ? list.hashCode() : 0)) * 31; Integer num = this.d; int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; @@ -150,7 +150,7 @@ public final class FlexInputState { P.append(", showExpandedButtons="); P.append(this.b); P.append(", attachments="); - P.append(this.f2481c); + P.append(this.f2482c); P.append(", showContentDialogIndex="); P.append(this.d); P.append(", ableToSendMessages="); diff --git a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java index b3c24f12a9..a22141517c 100644 --- a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java +++ b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java @@ -90,7 +90,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public int r; /* renamed from: s reason: collision with root package name */ - public Handler f2482s; + public Handler f2483s; public Executor t; @VisibleForTesting public b u; @@ -98,13 +98,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public c.o.a.r.f w; /* renamed from: x reason: collision with root package name */ - public i f2483x; + public i f2484x; /* renamed from: y reason: collision with root package name */ - public c.o.a.x.b f2484y; + public c.o.a.x.b f2485y; /* renamed from: z reason: collision with root package name */ - public MediaActionSound f2485z; + public MediaActionSound f2486z; public class a implements ThreadFactory { public final AtomicInteger i = new AtomicInteger(1); @@ -254,10 +254,10 @@ public class CameraView extends FrameLayout implements LifecycleObserver { CameraView cameraView; boolean z2; if (this.i && (z2 = (cameraView = CameraView.this).k) && z2) { - if (cameraView.f2485z == null) { - cameraView.f2485z = new MediaActionSound(); + if (cameraView.f2486z == null) { + cameraView.f2486z = new MediaActionSound(); } - cameraView.f2485z.play(1); + cameraView.f2486z.play(1); } c.o.a.s.a aVar = CameraView.this.A; if (aVar != null) { @@ -277,7 +277,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void a(CameraException cameraException) { this.b.a(1, "dispatchError", cameraException); - CameraView.this.f2482s.post(new d(cameraException)); + CameraView.this.f2483s.post(new d(cameraException)); } public void b(@NonNull c.o.a.p.b bVar) { @@ -291,22 +291,22 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void c(float f2, @NonNull float[] fArr, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnExposureCorrectionChanged", Float.valueOf(f2)); - CameraView.this.f2482s.post(new RunnableC0194b(f2, fArr, pointFArr)); + CameraView.this.f2483s.post(new RunnableC0194b(f2, fArr, pointFArr)); } public void d(@Nullable c.o.a.q.a aVar, boolean z2, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusEnd", aVar, Boolean.valueOf(z2), pointF); - CameraView.this.f2482s.post(new g(z2, aVar, pointF)); + CameraView.this.f2483s.post(new g(z2, aVar, pointF)); } public void e(@Nullable c.o.a.q.a aVar, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusStart", aVar, pointF); - CameraView.this.f2482s.post(new f(pointF, aVar)); + CameraView.this.f2483s.post(new f(pointF, aVar)); } public void f(float f2, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnZoomChanged", Float.valueOf(f2)); - CameraView.this.f2482s.post(new a(f2, pointFArr)); + CameraView.this.f2483s.post(new a(f2, pointFArr)); } @NonNull @@ -315,14 +315,14 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void h() { - c.o.a.x.b C = CameraView.this.f2483x.C(c.o.a.n.t.b.VIEW); + c.o.a.x.b C = CameraView.this.f2484x.C(c.o.a.n.t.b.VIEW); if (C == null) { throw new RuntimeException("Preview stream size should not be null here."); - } else if (C.equals(CameraView.this.f2484y)) { + } else if (C.equals(CameraView.this.f2485y)) { this.b.a(1, "onCameraPreviewStreamSizeChanged:", "swallowing because the preview size has not changed.", C); } else { this.b.a(1, "onCameraPreviewStreamSizeChanged: posting a requestLayout call.", "Preview stream size:", C); - CameraView.this.f2482s.post(new e()); + CameraView.this.f2483s.post(new e()); } } } @@ -497,7 +497,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } obtainStyledAttributes.recycle(); this.u = new b(); - this.f2482s = new Handler(Looper.getMainLooper()); + this.f2483s = new Handler(Looper.getMainLooper()); this.E = new e(this.u); this.F = new g(this.u); this.G = new c.o.a.q.f(this.u); @@ -620,13 +620,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } else { iVar = new c.o.a.n.d(bVar2); } - this.f2483x = iVar; + this.f2484x = iVar; bVar.a(2, "doInstantiateEngine:", "instantiated. engine:", iVar.getClass().getSimpleName()); - this.f2483x.o0(this.L); + this.f2484x.o0(this.L); } public final boolean c() { - i iVar = this.f2483x; + i iVar = this.f2484x; return iVar.m.f == c.o.a.n.v.e.OFF && !iVar.O(); } @@ -641,7 +641,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { fVar.g = -1; fVar.e = -1; } - this.f2483x.L0(false); + this.f2484x.L0(false); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.p(); @@ -650,9 +650,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public boolean d() { - c.o.a.n.v.e eVar = this.f2483x.m.f; + c.o.a.n.v.e eVar = this.f2484x.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; - return eVar.f(eVar2) && this.f2483x.m.g.f(eVar2); + return eVar.f(eVar2) && this.f2484x.m.g.f(eVar2); } @OnLifecycleEvent(Lifecycle.Event.ON_DESTROY) @@ -662,9 +662,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { boolean z2 = this.C.size() > 0; this.C.clear(); if (z2) { - this.f2483x.k0(false); + this.f2484x.k0(false); } - this.f2483x.d(true, 0); + this.f2484x.d(true, 0); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.o(); @@ -740,29 +740,29 @@ public class CameraView extends FrameLayout implements LifecycleObserver { rectF2.set(Math.max(rectF.left, aVar2.i.left), Math.max(rectF.top, aVar2.i.top), Math.min(rectF.right, aVar2.i.right), Math.min(rectF.bottom, aVar2.i.bottom)); arrayList2.add(new c.o.a.t.a(rectF2, aVar2.j)); } - this.f2483x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); + this.f2484x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); return; case 2: - this.f2483x.O0(new l.a()); + this.f2484x.O0(new l.a()); return; case 3: - this.f2483x.P0(new l.a()); + this.f2484x.P0(new l.a()); return; case 4: - float N = this.f2483x.N(); + float N = this.f2484x.N(); float a3 = cVar.a(N, 0.0f, 1.0f); if (a3 != N) { - this.f2483x.G0(a3, pointFArr, true); + this.f2484x.G0(a3, pointFArr, true); return; } return; case 5: - float k = this.f2483x.k(); + float k = this.f2484x.k(); float f = cVar2.m; float f2 = cVar2.n; float a4 = cVar.a(k, f, f2); if (a4 != k) { - this.f2483x.d0(a4, new float[]{f, f2}, pointFArr, true); + this.f2484x.d0(a4, new float[]{f, f2}, pointFArr, true); return; } return; @@ -817,25 +817,25 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.a getAudio() { - return this.f2483x.f(); + return this.f2484x.f(); } public int getAudioBitRate() { - return this.f2483x.g(); + return this.f2484x.g(); } @NonNull public c.o.a.m.b getAudioCodec() { - return this.f2483x.h(); + return this.f2484x.h(); } public long getAutoFocusResetDelay() { - return this.f2483x.i(); + return this.f2484x.i(); } @Nullable public c.o.a.c getCameraOptions() { - return this.f2483x.j(); + return this.f2484x.j(); } @NonNull @@ -844,12 +844,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getExposureCorrection() { - return this.f2483x.k(); + return this.f2484x.k(); } @NonNull public c.o.a.m.e getFacing() { - return this.f2483x.l(); + return this.f2484x.l(); } @NonNull @@ -868,7 +868,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.f getFlash() { - return this.f2483x.m(); + return this.f2484x.m(); } public int getFrameProcessingExecutors() { @@ -876,19 +876,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getFrameProcessingFormat() { - return this.f2483x.n(); + return this.f2484x.n(); } public int getFrameProcessingMaxHeight() { - return this.f2483x.o(); + return this.f2484x.o(); } public int getFrameProcessingMaxWidth() { - return this.f2483x.p(); + return this.f2484x.p(); } public int getFrameProcessingPoolSize() { - return this.f2483x.q(); + return this.f2484x.q(); } @NonNull @@ -902,35 +902,35 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public h getHdr() { - return this.f2483x.r(); + return this.f2484x.r(); } @Nullable public Location getLocation() { - return this.f2483x.s(); + return this.f2484x.s(); } @NonNull public c.o.a.m.i getMode() { - return this.f2483x.t(); + return this.f2484x.t(); } @NonNull public j getPictureFormat() { - return this.f2483x.u(); + return this.f2484x.u(); } public boolean getPictureMetering() { - return this.f2483x.v(); + return this.f2484x.v(); } @Nullable public c.o.a.x.b getPictureSize() { - return this.f2483x.w(c.o.a.n.t.b.OUTPUT); + return this.f2484x.w(c.o.a.n.t.b.OUTPUT); } public boolean getPictureSnapshotMetering() { - return this.f2483x.y(); + return this.f2484x.y(); } public boolean getPlaySounds() { @@ -943,26 +943,26 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getPreviewFrameRate() { - return this.f2483x.A(); + return this.f2484x.A(); } public boolean getPreviewFrameRateExact() { - return this.f2483x.B(); + return this.f2484x.B(); } public int getSnapshotMaxHeight() { - return this.f2483x.D(); + return this.f2484x.D(); } public int getSnapshotMaxWidth() { - return this.f2483x.E(); + return this.f2484x.E(); } @Nullable public c.o.a.x.b getSnapshotSize() { c.o.a.x.b bVar = null; if (!(getWidth() == 0 || getHeight() == 0)) { - i iVar = this.f2483x; + i iVar = this.f2484x; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.VIEW; c.o.a.x.b F = iVar.F(bVar2); if (F == null) { @@ -970,7 +970,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } Rect v = c.i.a.f.e.o.c.v(F, c.o.a.x.a.f(getWidth(), getHeight())); bVar = new c.o.a.x.b(v.width(), v.height()); - if (this.f2483x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { + if (this.f2484x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { return bVar.f(); } } @@ -982,34 +982,34 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getVideoBitRate() { - return this.f2483x.G(); + return this.f2484x.G(); } @NonNull public c.o.a.m.l getVideoCodec() { - return this.f2483x.H(); + return this.f2484x.H(); } public int getVideoMaxDuration() { - return this.f2483x.I(); + return this.f2484x.I(); } public long getVideoMaxSize() { - return this.f2483x.J(); + return this.f2484x.J(); } @Nullable public c.o.a.x.b getVideoSize() { - return this.f2483x.K(c.o.a.n.t.b.OUTPUT); + return this.f2484x.K(c.o.a.n.t.b.OUTPUT); } @NonNull public m getWhiteBalance() { - return this.f2483x.M(); + return this.f2484x.M(); } public float getZoom() { - return this.f2483x.N(); + return this.f2484x.N(); } @Override // android.view.View, android.view.ViewGroup @@ -1032,7 +1032,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } this.v = aVar; bVar.a(2, "doInstantiateEngine:", "instantiated. preview:", aVar.getClass().getSimpleName()); - this.f2483x.u0(this.v); + this.f2484x.u0(this.v); c.o.a.o.b bVar2 = this.q; if (bVar2 != null) { setFilter(bVar2); @@ -1043,7 +1043,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @Override // android.view.View, android.view.ViewGroup public void onDetachedFromWindow() { - this.f2484y = null; + this.f2485y = null; super.onDetachedFromWindow(); } @@ -1058,8 +1058,8 @@ public class CameraView extends FrameLayout implements LifecycleObserver { super.onMeasure(View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i2), BasicMeasure.EXACTLY), View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i3), BasicMeasure.EXACTLY)); return; } - c.o.a.x.b C = this.f2483x.C(c.o.a.n.t.b.VIEW); - this.f2484y = C; + c.o.a.x.b C = this.f2484x.C(c.o.a.n.t.b.VIEW); + this.f2485y = C; if (C == null) { j.a(2, "onMeasure:", "surface is not ready. Calling default behavior."); super.onMeasure(i2, i3); @@ -1069,7 +1069,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { int mode2 = View.MeasureSpec.getMode(i3); int size = View.MeasureSpec.getSize(i2); int size2 = View.MeasureSpec.getSize(i3); - c.o.a.x.b bVar = this.f2484y; + c.o.a.x.b bVar = this.f2485y; float f = (float) bVar.i; float f2 = (float) bVar.j; ViewGroup.LayoutParams layoutParams = getLayoutParams(); @@ -1142,7 +1142,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (!d()) { return true; } - c.o.a.c j2 = this.f2483x.j(); + c.o.a.c j2 = this.f2484x.j(); if (j2 != null) { e eVar = this.E; if (!eVar.a ? false : eVar.c(motionEvent)) { @@ -1181,12 +1181,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { ((DisplayManager) fVar.b.getSystemService("display")).registerDisplayListener(fVar.f, fVar.a); fVar.d.enable(); } - c.o.a.n.t.a e = this.f2483x.e(); + c.o.a.n.t.a e = this.f2484x.e(); int i2 = this.w.g; e.e(i2); e.d = i2; e.d(); - this.f2483x.H0(); + this.f2484x.H0(); } } } @@ -1234,20 +1234,20 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void setAudio(@NonNull c.o.a.m.a aVar) { if (aVar == getAudio() || c()) { - this.f2483x.Z(aVar); + this.f2484x.Z(aVar); } else if (a(aVar)) { - this.f2483x.Z(aVar); + this.f2484x.Z(aVar); } else { close(); } } public void setAudioBitRate(int i2) { - this.f2483x.a0(i2); + this.f2484x.a0(i2); } public void setAudioCodec(@NonNull c.o.a.m.b bVar) { - this.f2483x.b0(bVar); + this.f2484x.b0(bVar); } public void setAutoFocusMarker(@Nullable c.o.a.s.a aVar) { @@ -1265,17 +1265,17 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setAutoFocusResetDelay(long j2) { - this.f2483x.c0(j2); + this.f2484x.c0(j2); } public void setEngine(@NonNull c.o.a.m.d dVar) { if (c()) { this.p = dVar; - i iVar = this.f2483x; + i iVar = this.f2484x; b(); c.o.a.w.a aVar = this.v; if (aVar != null) { - this.f2483x.u0(aVar); + this.f2484x.u0(aVar); } setFacing(iVar.l()); setFlash(iVar.m()); @@ -1301,7 +1301,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { setFrameProcessingMaxHeight(iVar.o()); setFrameProcessingFormat(0); setFrameProcessingPoolSize(iVar.q()); - this.f2483x.k0(!this.C.isEmpty()); + this.f2484x.k0(!this.C.isEmpty()); } } @@ -1320,12 +1320,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > f3) { f = f3; } - this.f2483x.d0(f, new float[]{f2, f3}, null, false); + this.f2484x.d0(f, new float[]{f2, f3}, null, false); } } public void setFacing(@NonNull c.o.a.m.e eVar) { - this.f2483x.e0(eVar); + this.f2484x.e0(eVar); } public void setFilter(@NonNull c.o.a.o.b bVar) { @@ -1345,7 +1345,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFlash(@NonNull c.o.a.m.f fVar) { - this.f2483x.f0(fVar); + this.f2484x.f0(fVar); } public void setFrameProcessingExecutors(int i2) { @@ -1360,19 +1360,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFrameProcessingFormat(int i2) { - this.f2483x.g0(i2); + this.f2484x.g0(i2); } public void setFrameProcessingMaxHeight(int i2) { - this.f2483x.h0(i2); + this.f2484x.h0(i2); } public void setFrameProcessingMaxWidth(int i2) { - this.f2483x.i0(i2); + this.f2484x.i0(i2); } public void setFrameProcessingPoolSize(int i2) { - this.f2483x.j0(i2); + this.f2484x.j0(i2); } public void setGrid(@NonNull c.o.a.m.g gVar) { @@ -1384,7 +1384,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setHdr(@NonNull h hVar) { - this.f2483x.l0(hVar); + this.f2484x.l0(hVar); } public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) { @@ -1408,32 +1408,32 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setLocation(@Nullable Location location) { - this.f2483x.m0(location); + this.f2484x.m0(location); } public void setMode(@NonNull c.o.a.m.i iVar) { - this.f2483x.n0(iVar); + this.f2484x.n0(iVar); } public void setPictureFormat(@NonNull j jVar) { - this.f2483x.p0(jVar); + this.f2484x.p0(jVar); } public void setPictureMetering(boolean z2) { - this.f2483x.q0(z2); + this.f2484x.q0(z2); } public void setPictureSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.r0(cVar); + this.f2484x.r0(cVar); } public void setPictureSnapshotMetering(boolean z2) { - this.f2483x.s0(z2); + this.f2484x.s0(z2); } public void setPlaySounds(boolean z2) { this.k = z2; - this.f2483x.t0(z2); + this.f2484x.t0(z2); } public void setPreview(@NonNull k kVar) { @@ -1452,15 +1452,15 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setPreviewFrameRate(float f) { - this.f2483x.v0(f); + this.f2484x.v0(f); } public void setPreviewFrameRateExact(boolean z2) { - this.f2483x.w0(z2); + this.f2484x.w0(z2); } public void setPreviewStreamSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.x0(cVar); + this.f2484x.x0(cVar); } public void setRequestPermissions(boolean z2) { @@ -1468,11 +1468,11 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setSnapshotMaxHeight(int i2) { - this.f2483x.y0(i2); + this.f2484x.y0(i2); } public void setSnapshotMaxWidth(int i2) { - this.f2483x.z0(i2); + this.f2484x.z0(i2); } public void setUseDeviceOrientation(boolean z2) { @@ -1480,27 +1480,27 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setVideoBitRate(int i2) { - this.f2483x.A0(i2); + this.f2484x.A0(i2); } public void setVideoCodec(@NonNull c.o.a.m.l lVar) { - this.f2483x.B0(lVar); + this.f2484x.B0(lVar); } public void setVideoMaxDuration(int i2) { - this.f2483x.C0(i2); + this.f2484x.C0(i2); } public void setVideoMaxSize(long j2) { - this.f2483x.D0(j2); + this.f2484x.D0(j2); } public void setVideoSize(@NonNull c.o.a.x.c cVar) { - this.f2483x.E0(cVar); + this.f2484x.E0(cVar); } public void setWhiteBalance(@NonNull m mVar) { - this.f2483x.F0(mVar); + this.f2484x.F0(mVar); } public void setZoom(float f) { @@ -1510,6 +1510,6 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > 1.0f) { f = 1.0f; } - this.f2483x.G0(f, null, false); + this.f2484x.G0(f, null, false); } } diff --git a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java index fa59b7cba1..10b4bae687 100644 --- a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java +++ b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java @@ -76,20 +76,20 @@ public class UCropActivity extends AppCompatActivity { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f2487s; + public boolean f2488s; public boolean t = true; public UCropView u; public GestureCropImageView v; public OverlayView w; /* renamed from: x reason: collision with root package name */ - public ViewGroup f2488x; + public ViewGroup f2489x; /* renamed from: y reason: collision with root package name */ - public ViewGroup f2489y; + public ViewGroup f2490y; /* renamed from: z reason: collision with root package name */ - public ViewGroup f2490z; + public ViewGroup f2491z; public class a implements c.a { public a() { @@ -147,14 +147,14 @@ public class UCropActivity extends AppCompatActivity { } public final void c(@IdRes int i2) { - if (this.f2487s) { - ViewGroup viewGroup = this.f2488x; + if (this.f2488s) { + ViewGroup viewGroup = this.f2489x; int i3 = R.d.state_aspect_ratio; viewGroup.setSelected(i2 == i3); - ViewGroup viewGroup2 = this.f2489y; + ViewGroup viewGroup2 = this.f2490y; int i4 = R.d.state_rotate; viewGroup2.setSelected(i2 == i4); - ViewGroup viewGroup3 = this.f2490z; + ViewGroup viewGroup3 = this.f2491z; int i5 = R.d.state_scale; viewGroup3.setSelected(i2 == i5); int i6 = 8; @@ -162,9 +162,9 @@ public class UCropActivity extends AppCompatActivity { this.B.setVisibility(i2 == i4 ? 0 : 8); this.C.setVisibility(i2 == i5 ? 0 : 8); TransitionManager.beginDelayedTransition((ViewGroup) findViewById(R.d.ucrop_photobox), this.H); - this.f2490z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); - this.f2488x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); - View findViewById = this.f2489y.findViewById(R.d.text_view_rotate); + this.f2491z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); + this.f2489x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); + View findViewById = this.f2490y.findViewById(R.d.text_view_rotate); if (i2 == i4) { i6 = 0; } @@ -197,7 +197,7 @@ public class UCropActivity extends AppCompatActivity { } this.j = stringExtra; this.r = intent.getIntExtra("com.yalantis.ucrop.UcropLogoColor", ContextCompat.getColor(this, R.a.ucrop_color_default_logo)); - this.f2487s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); + this.f2488s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); this.o = intent.getIntExtra("com.yalantis.ucrop.UcropRootViewBackgroundColor", ContextCompat.getColor(this, R.a.ucrop_color_crop_background)); int i2 = this.l; Window window = getWindow(); @@ -227,12 +227,12 @@ public class UCropActivity extends AppCompatActivity { ((ImageView) findViewById(R.d.image_view_logo)).setColorFilter(this.r, PorterDuff.Mode.SRC_ATOP); int i3 = R.d.ucrop_frame; findViewById(i3).setBackgroundColor(this.o); - if (!this.f2487s) { + if (!this.f2488s) { ((RelativeLayout.LayoutParams) findViewById(i3).getLayoutParams()).bottomMargin = 0; findViewById(i3).requestLayout(); } ViewGroup viewGroup = null; - if (this.f2487s) { + if (this.f2488s) { ViewGroup viewGroup2 = (ViewGroup) ((ViewGroup) findViewById(R.d.ucrop_photobox)).findViewById(R.d.controls_wrapper); viewGroup2.setVisibility(0); LayoutInflater.from(this).inflate(R.e.ucrop_controls, viewGroup2, true); @@ -240,13 +240,13 @@ public class UCropActivity extends AppCompatActivity { this.H = autoTransition; autoTransition.setDuration(50L); ViewGroup viewGroup3 = (ViewGroup) findViewById(R.d.state_aspect_ratio); - this.f2488x = viewGroup3; + this.f2489x = viewGroup3; viewGroup3.setOnClickListener(this.M); ViewGroup viewGroup4 = (ViewGroup) findViewById(R.d.state_rotate); - this.f2489y = viewGroup4; + this.f2490y = viewGroup4; viewGroup4.setOnClickListener(this.M); ViewGroup viewGroup5 = (ViewGroup) findViewById(R.d.state_scale); - this.f2490z = viewGroup5; + this.f2491z = viewGroup5; viewGroup5.setOnClickListener(this.M); int i4 = R.d.layout_aspect_ratio; this.A = (ViewGroup) findViewById(i4); @@ -340,7 +340,7 @@ public class UCropActivity extends AppCompatActivity { int intExtra2 = intent.getIntExtra("com.yalantis.ucrop.AspectRatioSelectedByDefault", 0); ArrayList parcelableArrayListExtra2 = intent.getParcelableArrayListExtra("com.yalantis.ucrop.AspectRatioOptions"); if (floatExtra > 0.0f && floatExtra2 > 0.0f) { - ViewGroup viewGroup7 = this.f2488x; + ViewGroup viewGroup7 = this.f2489x; if (viewGroup7 != null) { viewGroup7.setVisibility(8); } @@ -369,9 +369,9 @@ public class UCropActivity extends AppCompatActivity { finish(); } } - if (!this.f2487s) { + if (!this.f2488s) { a(0); - } else if (this.f2488x.getVisibility() == 0) { + } else if (this.f2489x.getVisibility() == 0) { c(R.d.state_aspect_ratio); } else { c(R.d.state_scale); @@ -423,7 +423,7 @@ public class UCropActivity extends AppCompatActivity { g gVar = new g(this); gestureCropImageView.i(); gestureCropImageView.setImageToWrapCropBounds(false); - new c.q.a.j.a(gestureCropImageView.getContext(), gestureCropImageView.getViewBitmap(), new c.q.a.i.c(gestureCropImageView.f1538x, c.q.a.k.a.g0(gestureCropImageView.i), gestureCropImageView.getCurrentScale(), gestureCropImageView.getCurrentAngle()), new c.q.a.i.a(gestureCropImageView.G, gestureCropImageView.H, compressFormat, i2, gestureCropImageView.getImageInputPath(), gestureCropImageView.getImageOutputPath(), gestureCropImageView.getExifInfo()), gVar).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new Void[0]); + new c.q.a.j.a(gestureCropImageView.getContext(), gestureCropImageView.getViewBitmap(), new c.q.a.i.c(gestureCropImageView.f1538x, c.q.a.k.a.h0(gestureCropImageView.i), gestureCropImageView.getCurrentScale(), gestureCropImageView.getCurrentAngle()), new c.q.a.i.a(gestureCropImageView.G, gestureCropImageView.H, compressFormat, i2, gestureCropImageView.getImageInputPath(), gestureCropImageView.getImageOutputPath(), gestureCropImageView.getExifInfo()), gVar).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new Void[0]); return true; } else if (menuItem.getItemId() != 16908332) { return super.onOptionsItemSelected(menuItem); diff --git a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java index 84e1d40b39..16e99d3821 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java @@ -38,28 +38,28 @@ public class OverlayView extends View { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2491s; + public boolean f2492s; public boolean t; public int u; public Path v = new Path(); public Paint w = new Paint(1); /* renamed from: x reason: collision with root package name */ - public Paint f2492x = new Paint(1); + public Paint f2493x = new Paint(1); /* renamed from: y reason: collision with root package name */ - public Paint f2493y = new Paint(1); + public Paint f2494y = new Paint(1); /* renamed from: z reason: collision with root package name */ - public Paint f2494z = new Paint(1); + public Paint f2495z = new Paint(1); public OverlayView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); } public final void a() { - this.m = a.s(this.i); - a.q(this.i); + this.m = a.t(this.i); + a.r(this.i); this.q = null; this.v.reset(); this.v.addCircle(this.i.centerX(), this.i.centerY(), Math.min(this.i.width(), this.i.height()) / 2.0f, Path.Direction.CW); @@ -92,7 +92,7 @@ public class OverlayView extends View { if (this.t) { canvas.drawCircle(this.i.centerX(), this.i.centerY(), Math.min(this.i.width(), this.i.height()) / 2.0f, this.w); } - if (this.f2491s) { + if (this.f2492s) { if (this.q == null && !this.i.isEmpty()) { this.q = new float[((this.o * 4) + (this.n * 4))]; int i = 0; @@ -132,11 +132,11 @@ public class OverlayView extends View { } float[] fArr5 = this.q; if (fArr5 != null) { - canvas.drawLines(fArr5, this.f2492x); + canvas.drawLines(fArr5, this.f2493x); } } if (this.r) { - canvas.drawRect(this.i, this.f2493y); + canvas.drawRect(this.i, this.f2494y); } if (this.A != 0) { canvas.save(); @@ -150,7 +150,7 @@ public class OverlayView extends View { int i11 = this.G; rectF6.inset((float) (-i11), (float) i11); canvas.clipRect(this.j, Region.Op.DIFFERENCE); - canvas.drawRect(this.i, this.f2494z); + canvas.drawRect(this.i, this.f2495z); canvas.restore(); } } @@ -261,15 +261,15 @@ public class OverlayView extends View { } public void setCropFrameColor(@ColorInt int i) { - this.f2493y.setColor(i); + this.f2494y.setColor(i); } public void setCropFrameStrokeWidth(@IntRange(from = 0) int i) { - this.f2493y.setStrokeWidth((float) i); + this.f2494y.setStrokeWidth((float) i); } public void setCropGridColor(@ColorInt int i) { - this.f2492x.setColor(i); + this.f2493x.setColor(i); } public void setCropGridColumnCount(@IntRange(from = 0) int i) { @@ -283,7 +283,7 @@ public class OverlayView extends View { } public void setCropGridStrokeWidth(@IntRange(from = 0) int i) { - this.f2492x.setStrokeWidth((float) i); + this.f2493x.setStrokeWidth((float) i); } public void setDimmedColor(@ColorInt int i) { @@ -309,7 +309,7 @@ public class OverlayView extends View { } public void setShowCropGrid(boolean z2) { - this.f2491s = z2; + this.f2492s = z2; } public void setTargetAspectRatio(float f) { diff --git a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java index c3bbadb527..f1ff072d4e 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java @@ -31,20 +31,20 @@ public class UCropView extends FrameLayout { overlayView.w.setStrokeWidth(1.0f); int dimensionPixelSize = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_frame_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_frame_stoke_width)); int color2 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_frame_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_frame)); - overlayView.f2493y.setStrokeWidth((float) dimensionPixelSize); - overlayView.f2493y.setColor(color2); - overlayView.f2493y.setStyle(Paint.Style.STROKE); - overlayView.f2494z.setStrokeWidth((float) (dimensionPixelSize * 3)); - overlayView.f2494z.setColor(color2); - overlayView.f2494z.setStyle(Paint.Style.STROKE); + overlayView.f2494y.setStrokeWidth((float) dimensionPixelSize); + overlayView.f2494y.setColor(color2); + overlayView.f2494y.setStyle(Paint.Style.STROKE); + overlayView.f2495z.setStrokeWidth((float) (dimensionPixelSize * 3)); + overlayView.f2495z.setColor(color2); + overlayView.f2495z.setStyle(Paint.Style.STROKE); overlayView.r = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_frame, true); int dimensionPixelSize2 = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_grid_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_grid_stoke_width)); int color3 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_grid_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_grid)); - overlayView.f2492x.setStrokeWidth((float) dimensionPixelSize2); - overlayView.f2492x.setColor(color3); + overlayView.f2493x.setStrokeWidth((float) dimensionPixelSize2); + overlayView.f2493x.setColor(color3); overlayView.n = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_row_count, 2); overlayView.o = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_column_count, 2); - overlayView.f2491s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); + overlayView.f2492s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); GestureCropImageView gestureCropImageView = this.i; Objects.requireNonNull(gestureCropImageView); float abs = Math.abs(obtainStyledAttributes.getFloat(R.h.ucrop_UCropView_ucrop_aspect_ratio_x, 0.0f)); diff --git a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java index ec9d9e6903..5f240e2b86 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java @@ -23,7 +23,7 @@ public class HorizontalProgressWheelView extends View { public float r; /* renamed from: s reason: collision with root package name */ - public int f2495s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); + public int f2496s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); public interface a { void a(); @@ -42,7 +42,7 @@ public class HorizontalProgressWheelView extends View { this.l.setColor(getResources().getColor(R.a.ucrop_color_progress_wheel_line)); Paint paint2 = new Paint(this.l); this.m = paint2; - paint2.setColor(this.f2495s); + paint2.setColor(this.f2496s); this.m.setStrokeCap(Paint.Cap.ROUND); this.m.setStrokeWidth((float) getContext().getResources().getDimensionPixelSize(R.b.ucrop_width_middle_wheel_progress_line)); } @@ -109,7 +109,7 @@ public class HorizontalProgressWheelView extends View { } public void setMiddleLineColor(@ColorInt int i) { - this.f2495s = i; + this.f2496s = i; this.m.setColor(i); invalidate(); } diff --git a/app/src/main/java/d0/c0/e.java b/app/src/main/java/d0/c0/e.java index 2496dc2e57..aa0e70fab4 100644 --- a/app/src/main/java/d0/c0/e.java +++ b/app/src/main/java/d0/c0/e.java @@ -11,13 +11,13 @@ public final class e extends c implements Serializable { private int w; /* renamed from: x reason: collision with root package name */ - private int f2496x; + private int f2497x; /* renamed from: y reason: collision with root package name */ - private int f2497y; + private int f2498y; /* renamed from: z reason: collision with root package name */ - private int f2498z; + private int f2499z; /* compiled from: XorWowRandom.kt */ public static final class a { @@ -34,9 +34,9 @@ public final class e extends c implements Serializable { } public e(int i, int i2, int i3, int i4, int i5, int i6) { - this.f2496x = i; - this.f2497y = i2; - this.f2498z = i3; + this.f2497x = i; + this.f2498y = i2; + this.f2499z = i3; this.w = i4; this.v = i5; this.addend = i6; @@ -57,11 +57,11 @@ public final class e extends c implements Serializable { @Override // d0.c0.c public int nextInt() { - int i = this.f2496x; + int i = this.f2497x; int i2 = i ^ (i >>> 2); - this.f2496x = this.f2497y; - this.f2497y = this.f2498z; - this.f2498z = this.w; + this.f2497x = this.f2498y; + this.f2498y = this.f2499z; + this.f2499z = this.w; int i3 = this.v; this.w = i3; int i4 = ((i2 ^ (i2 << 1)) ^ i3) ^ (i3 << 4); diff --git a/app/src/main/java/d0/e0/i.java b/app/src/main/java/d0/e0/i.java index 316a7beaef..8281f6b69e 100644 --- a/app/src/main/java/d0/e0/i.java +++ b/app/src/main/java/d0/e0/i.java @@ -10,7 +10,7 @@ public final class i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final j f2499c; + public final j f2500c; public final KType d; /* compiled from: KTypeProjection.kt */ @@ -40,7 +40,7 @@ public final class i { public i(j jVar, KType kType) { String str; - this.f2499c = jVar; + this.f2500c = jVar; this.d = kType; if (!((jVar == null) != (kType == null) ? false : true)) { if (jVar == null) { @@ -53,7 +53,7 @@ public final class i { } public final j component1() { - return this.f2499c; + return this.f2500c; } public final KType component2() { @@ -68,7 +68,7 @@ public final class i { return false; } i iVar = (i) obj; - return m.areEqual(this.f2499c, iVar.f2499c) && m.areEqual(this.d, iVar.d); + return m.areEqual(this.f2500c, iVar.f2500c) && m.areEqual(this.d, iVar.d); } public final KType getType() { @@ -76,11 +76,11 @@ public final class i { } public final j getVariance() { - return this.f2499c; + return this.f2500c; } public int hashCode() { - j jVar = this.f2499c; + j jVar = this.f2500c; int i = 0; int hashCode = (jVar != null ? jVar.hashCode() : 0) * 31; KType kType = this.d; @@ -91,7 +91,7 @@ public final class i { } public String toString() { - j jVar = this.f2499c; + j jVar = this.f2500c; if (jVar == null) { return "*"; } diff --git a/app/src/main/java/d0/e0/p/d/e.java b/app/src/main/java/d0/e0/p/d/e.java index d4eafb0b22..c693f4cf15 100644 --- a/app/src/main/java/d0/e0/p/d/e.java +++ b/app/src/main/java/d0/e0/p/d/e.java @@ -83,7 +83,7 @@ public abstract class e { public final n0 b; /* renamed from: c reason: collision with root package name */ - public final n f2500c; + public final n f2501c; public final a.d d; public final d0.e0.p.d.m0.f.z.c e; public final g f; @@ -99,7 +99,7 @@ public abstract class e { m.checkNotNullParameter(cVar, "nameResolver"); m.checkNotNullParameter(gVar, "typeTable"); this.b = n0Var; - this.f2500c = nVar; + this.f2501c = nVar; this.d = dVar; this.e = cVar; this.f = gVar; @@ -170,7 +170,7 @@ public abstract class e { } public final n getProto() { - return this.f2500c; + return this.f2501c; } public final a.d getSignature() { diff --git a/app/src/main/java/d0/e0/p/d/i.java b/app/src/main/java/d0/e0/p/d/i.java index 9ea33d100b..4332132499 100644 --- a/app/src/main/java/d0/e0/p/d/i.java +++ b/app/src/main/java/d0/e0/p/d/i.java @@ -102,7 +102,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(x xVar) { m.checkNotNullParameter(xVar, "descriptor"); - return d0.e0.p.d.m0.j.c.f2697c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); + return d0.e0.p.d.m0.j.c.f2698c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); } } @@ -116,7 +116,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(n0 n0Var) { m.checkNotNullParameter(n0Var, "descriptor"); - return d0.e0.p.d.m0.j.c.f2697c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); + return d0.e0.p.d.m0.j.c.f2698c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/j.java b/app/src/main/java/d0/e0/p/d/j.java index 9f18344fcc..37d13ab91d 100644 --- a/app/src/main/java/d0/e0/p/d/j.java +++ b/app/src/main/java/d0/e0/p/d/j.java @@ -37,7 +37,7 @@ public final class j extends f implements i, KFunction, public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2502s; + public final Object f2503s; /* compiled from: KFunctionImpl.kt */ public static final class a extends o implements Function0> { @@ -211,7 +211,7 @@ public final class j extends f implements i, KFunction, public j(i iVar, String str, String str2, x xVar, Object obj) { this.q = iVar; this.r = str2; - this.f2502s = obj; + this.f2503s = obj; this.n = c0.lazySoft(xVar, new c(this, str)); this.o = c0.lazy(new a(this)); this.p = c0.lazy(new b(this)); @@ -248,7 +248,7 @@ public final class j extends f implements i, KFunction, public boolean equals(Object obj) { j asKFunctionImpl = j0.asKFunctionImpl(obj); - return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2502s, asKFunctionImpl.f2502s); + return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2503s, asKFunctionImpl.f2503s); } @Override // d0.z.d.i @@ -257,7 +257,7 @@ public final class j extends f implements i, KFunction, } public final Object getBoundReceiver() { - return h.coerceToExpectedReceiverType(this.f2502s, getDescriptor()); + return h.coerceToExpectedReceiverType(this.f2503s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -380,7 +380,7 @@ public final class j extends f implements i, KFunction, @Override // d0.e0.p.d.f public boolean isBound() { - return !m.areEqual(this.f2502s, d0.z.d.d.NO_RECEIVER); + return !m.areEqual(this.f2503s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KFunction diff --git a/app/src/main/java/d0/e0/p/d/j0.java b/app/src/main/java/d0/e0/p/d/j0.java index 74eeed4587..59f45e7020 100644 --- a/app/src/main/java/d0/e0/p/d/j0.java +++ b/app/src/main/java/d0/e0/p/d/j0.java @@ -355,7 +355,7 @@ public final class j0 { if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.e)) { return KVisibility.PUBLIC; } - if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2595c)) { + if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2596c)) { return KVisibility.PROTECTED; } if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.d)) { diff --git a/app/src/main/java/d0/e0/p/d/l0/a.java b/app/src/main/java/d0/e0/p/d/l0/a.java index e9d3d20eec..0726c141fd 100644 --- a/app/src/main/java/d0/e0/p/d/l0/a.java +++ b/app/src/main/java/d0/e0/p/d/l0/a.java @@ -17,7 +17,7 @@ public final class a implements d { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f2503c; + public final List f2504c; public final Class d; public final List e; public final EnumC0203a f; @@ -68,7 +68,7 @@ public final class a implements d { for (Method method3 : list4) { arrayList3.add(method3.getDefaultValue()); } - this.f2503c = arrayList3; + this.f2504c = arrayList3; if (this.f == EnumC0203a.POSITIONAL_CALL && bVar == b.JAVA && (!u.minus(this.e, "value").isEmpty())) { throw new UnsupportedOperationException("Positional call of a Java annotation constructor is allowed only if there are no parameters or one parameter named \"value\". This restriction exists because Java annotations (in contrast to Kotlin)do not impose any order on their arguments. Use KCallable#callBy instead."); } @@ -97,7 +97,7 @@ public final class a implements d { while (i < length) { Object obj = objArr[i]; int i3 = i2 + 1; - Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0203a.CALL_BY_NAME) ? this.f2503c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); + Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0203a.CALL_BY_NAME) ? this.f2504c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); if (access$transformKotlinToJvm != null) { arrayList.add(access$transformKotlinToJvm); i++; diff --git a/app/src/main/java/d0/e0/p/d/l0/b.java b/app/src/main/java/d0/e0/p/d/l0/b.java index 6217c5ae93..448fc5307e 100644 --- a/app/src/main/java/d0/e0/p/d/l0/b.java +++ b/app/src/main/java/d0/e0/p/d/l0/b.java @@ -152,14 +152,14 @@ public final class b { public final /* synthetic */ Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Lazy f2504c; + public final /* synthetic */ Lazy f2505c; public final /* synthetic */ a d; public final /* synthetic */ Map e; public c(Class cls, Lazy lazy, KProperty kProperty, Lazy lazy2, KProperty kProperty2, a aVar, Map map) { this.a = cls; this.b = lazy; - this.f2504c = lazy2; + this.f2505c = lazy2; this.d = aVar; this.e = map; } @@ -176,7 +176,7 @@ public final class b { return this.a; } } else if (name.equals("hashCode")) { - return this.f2504c.getValue(); + return this.f2505c.getValue(); } } else if (name.equals("toString")) { return this.b.getValue(); diff --git a/app/src/main/java/d0/e0/p/d/l0/e.java b/app/src/main/java/d0/e0/p/d/l0/e.java index 29d7714fd9..522f1aed09 100644 --- a/app/src/main/java/d0/e0/p/d/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/l0/e.java @@ -23,7 +23,7 @@ public abstract class e implements d { public final List b; /* renamed from: c reason: collision with root package name */ - public final M f2505c; + public final M f2506c; public final Type d; public final Class e; @@ -507,7 +507,7 @@ public abstract class e implements d { */ public e(Member member, Type type, Class cls, Type[] typeArr, DefaultConstructorMarker defaultConstructorMarker) { List list; - this.f2505c = member; + this.f2506c = member; this.d = type; this.e = cls; if (cls != null) { @@ -521,7 +521,7 @@ public abstract class e implements d { } public final void a(Object obj) { - if (obj == null || !this.f2505c.getDeclaringClass().isInstance(obj)) { + if (obj == null || !this.f2506c.getDeclaringClass().isInstance(obj)) { throw new IllegalArgumentException("An object member requires the object instance passed as the first argument."); } } @@ -537,7 +537,7 @@ public abstract class e implements d { @Override // d0.e0.p.d.l0.d public final M getMember() { - return this.f2505c; + return this.f2506c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/l0/g.java b/app/src/main/java/d0/e0/p/d/l0/g.java index 9420f6d4b7..c9b6c2cc77 100644 --- a/app/src/main/java/d0/e0/p/d/l0/g.java +++ b/app/src/main/java/d0/e0/p/d/l0/g.java @@ -25,7 +25,7 @@ public final class g implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final boolean f2506c; + public final boolean f2507c; /* compiled from: InlineClassAwareCaller.kt */ public static final class a { @@ -33,14 +33,14 @@ public final class g implements d { public final Method[] b; /* renamed from: c reason: collision with root package name */ - public final Method f2507c; + public final Method f2508c; public a(IntRange intRange, Method[] methodArr, Method method) { m.checkNotNullParameter(intRange, "argumentRange"); m.checkNotNullParameter(methodArr, "unbox"); this.a = intRange; this.b = methodArr; - this.f2507c = method; + this.f2508c = method; } public final IntRange component1() { @@ -52,7 +52,7 @@ public final class g implements d { } public final Method component3() { - return this.f2507c; + return this.f2508c; } } @@ -67,7 +67,7 @@ public final class g implements d { m.checkNotNullParameter(bVar, "descriptor"); m.checkNotNullParameter(dVar, "caller"); this.b = dVar; - this.f2506c = z2; + this.f2507c = z2; c0 returnType = bVar.getReturnType(); m.checkNotNull(returnType); m.checkNotNullExpressionValue(returnType, "descriptor.returnType!!"); @@ -137,7 +137,7 @@ public final class g implements d { P.append(getParameterTypes()); P.append(")\n"); P.append("Default: "); - P.append(this.f2506c); + P.append(this.f2507c); throw new a0(P.toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/l0/i.java b/app/src/main/java/d0/e0/p/d/l0/i.java index a885da5b68..12d312cd0d 100644 --- a/app/src/main/java/d0/e0/p/d/l0/i.java +++ b/app/src/main/java/d0/e0/p/d/l0/i.java @@ -17,7 +17,7 @@ public abstract class i implements d { public final Method b; /* renamed from: c reason: collision with root package name */ - public final List f2508c; + public final List f2509c; /* compiled from: InternalUnderlyingValOfInlineClass.kt */ public static final class a extends i implements c { @@ -68,7 +68,7 @@ public abstract class i implements d { public i(Method method, List list, DefaultConstructorMarker defaultConstructorMarker) { this.b = method; - this.f2508c = list; + this.f2509c = list; Class returnType = method.getReturnType(); m.checkNotNullExpressionValue(returnType, "unboxMethod.returnType"); this.a = returnType; @@ -86,7 +86,7 @@ public abstract class i implements d { @Override // d0.e0.p.d.l0.d public final List getParameterTypes() { - return this.f2508c; + return this.f2509c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/m0/a.java b/app/src/main/java/d0/e0/p/d/m0/a.java index 74a548a969..844ff1ece1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/a.java @@ -12,7 +12,7 @@ public final class a { public static final Set b; static { - List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2600c, a0.d, a0.f}); + List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2601c, a0.d, a0.f}); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (b bVar : listOf) { linkedHashSet.add(d0.e0.p.d.m0.g.a.topLevel(bVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/b/g.java index 11c58ffa9d..6e2ede8205 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/g.java @@ -49,7 +49,7 @@ public final class g { public static final e extractParameterNameFromFunctionTypeArgument(c0 c0Var) { String str; m.checkNotNullParameter(c0Var, ""); - c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2526y); + c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2527y); if (findAnnotation == null) { return null; } @@ -89,7 +89,7 @@ public final class g { eVar = null; } if (eVar != null) { - b bVar = k.a.f2526y; + b bVar = k.a.f2527y; e identifier = e.identifier(ModelAuditLogEntry.CHANGE_KEY_NAME); String asString = eVar.asString(); m.checkNotNullExpressionValue(asString, "name.asString()"); @@ -122,7 +122,7 @@ public final class g { public static final c0 getReceiverTypeFromFunctionType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); isBuiltinFunctionalType(c0Var); - if (c0Var.getAnnotations().findAnnotation(k.a.f2525x) != null) { + if (c0Var.getAnnotations().findAnnotation(k.a.f2526x) != null) { return ((w0) u.first((List) c0Var.getArguments())).getType(); } return null; @@ -148,7 +148,7 @@ public final class g { if (!isBuiltinFunctionalType(c0Var)) { return false; } - return c0Var.getAnnotations().findAnnotation(k.a.f2525x) != null; + return c0Var.getAnnotations().findAnnotation(k.a.f2526x) != null; } public static final boolean isBuiltinFunctionalClassDescriptor(d0.e0.p.d.m0.c.m mVar) { @@ -178,7 +178,7 @@ public final class g { public static final d0.e0.p.d.m0.c.g1.g withExtensionFunctionAnnotation(d0.e0.p.d.m0.c.g1.g gVar, h hVar) { m.checkNotNullParameter(gVar, ""); m.checkNotNullParameter(hVar, "builtIns"); - b bVar = k.a.f2525x; + b bVar = k.a.f2526x; return gVar.hasAnnotation(bVar) ? gVar : d0.e0.p.d.m0.c.g1.g.f.create(u.plus(gVar, new j(hVar, bVar, h0.emptyMap()))); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/h.java b/app/src/main/java/d0/e0/p/d/m0/b/h.java index ff7e23b24f..3a9f72ab40 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/h.java @@ -40,7 +40,7 @@ public abstract class h { public y b; /* renamed from: c reason: collision with root package name */ - public final j f2509c; + public final j f2510c; public final d0.e0.p.d.m0.m.h d; public final o e; @@ -131,12 +131,12 @@ public abstract class h { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2510c; + public final Map f2511c; public e(Map map, Map map2, Map map3, a aVar) { this.a = map; this.b = map2; - this.f2510c = map3; + this.f2511c = map3; } } @@ -144,7 +144,7 @@ public abstract class h { if (oVar != null) { this.e = oVar; oVar.createLazyValue(new a()); - this.f2509c = oVar.createLazyValue(new b()); + this.f2510c = oVar.createLazyValue(new b()); this.d = oVar.createMemoizedFunction(new c()); return; } @@ -1386,7 +1386,7 @@ public abstract class h { public static boolean isNothingOrNullableNothing(c0 c0Var) { if (c0Var != null) { - return i(c0Var, k.a.f2515c); + return i(c0Var, k.a.f2516c); } a(137); throw null; @@ -1444,7 +1444,7 @@ public abstract class h { public static boolean isSpecialClassWithNoSupertypes(d0.e0.p.d.m0.c.e eVar) { if (eVar != null) { - return c(eVar, k.a.b) || c(eVar, k.a.f2515c); + return c(eVar, k.a.b) || c(eVar, k.a.f2516c); } a(106); throw null; @@ -1469,7 +1469,7 @@ public abstract class h { public static boolean isUByteArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2522i0.toUnsafe()); + return j(c0Var, k.a.f2523i0.toUnsafe()); } a(127); throw null; @@ -1493,7 +1493,7 @@ public abstract class h { public static boolean isUShortArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2523j0.toUnsafe()); + return j(c0Var, k.a.f2524j0.toUnsafe()); } a(128); throw null; @@ -1614,7 +1614,7 @@ public abstract class h { throw null; } else if (!isArray(c0Var)) { c0 makeNotNullable = e1.makeNotNullable(c0Var); - d0.e0.p.d.m0.n.j0 j0Var2 = this.f2509c.mo1invoke().f2510c.get(makeNotNullable); + d0.e0.p.d.m0.n.j0 j0Var2 = this.f2510c.mo1invoke().f2511c.get(makeNotNullable); if (j0Var2 != null) { return j0Var2; } @@ -1861,7 +1861,7 @@ public abstract class h { public d0.e0.p.d.m0.n.j0 getPrimitiveArrayKotlinType(i iVar) { if (iVar != null) { - d0.e0.p.d.m0.n.j0 j0Var = this.f2509c.mo1invoke().a.get(iVar); + d0.e0.p.d.m0.n.j0 j0Var = this.f2510c.mo1invoke().a.get(iVar); if (j0Var != null) { return j0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/j.java b/app/src/main/java/d0/e0/p/d/m0/b/j.java index cc7322d014..9cfacbe5e6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/j.java @@ -29,7 +29,7 @@ public final class j { public static final /* synthetic */ KProperty[] b; /* renamed from: c reason: collision with root package name */ - public final d0 f2511c; + public final d0 f2512c; public final Lazy d; public final a e = new a(1); @@ -102,7 +102,7 @@ public final class j { public j(d0.e0.p.d.m0.c.c0 c0Var, d0 d0Var) { m.checkNotNullParameter(c0Var, "module"); m.checkNotNullParameter(d0Var, "notFoundClasses"); - this.f2511c = d0Var; + this.f2512c = d0Var; this.d = d0.g.lazy(d0.i.PUBLICATION, new c(c0Var)); new a(1); new a(1); @@ -119,7 +119,7 @@ public final class j { m.checkNotNullExpressionValue(identifier, "identifier(className)"); h contributedClassifier = ((i) jVar.d.getValue()).getContributedClassifier(identifier, d.FROM_REFLECTION); e eVar = contributedClassifier instanceof e ? (e) contributedClassifier : null; - return eVar == null ? jVar.f2511c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; + return eVar == null ? jVar.f2512c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; } public final e getKClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/k.java b/app/src/main/java/d0/e0/p/d/m0/b/k.java index a9720c6b42..ed16ae8605 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/k.java @@ -18,7 +18,7 @@ public final class k { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2512c; + public static final e f2513c; public static final b d; public static final b e; public static final b f; @@ -64,45 +64,45 @@ public final class k { public static final a a; /* renamed from: a0 reason: collision with root package name */ - public static final b f2513a0; + public static final b f2514a0; public static final c b; /* renamed from: b0 reason: collision with root package name */ - public static final b f2514b0; + public static final b f2515b0; /* renamed from: c reason: collision with root package name */ - public static final c f2515c; + public static final c f2516c; /* renamed from: c0 reason: collision with root package name */ - public static final b f2516c0; + public static final b f2517c0; public static final c d; /* renamed from: d0 reason: collision with root package name */ - public static final b f2517d0; + public static final b f2518d0; public static final c e; /* renamed from: e0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2518e0; + public static final d0.e0.p.d.m0.g.a f2519e0; public static final c f; /* renamed from: f0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2519f0; + public static final d0.e0.p.d.m0.g.a f2520f0; public static final c g; /* renamed from: g0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2520g0; + public static final d0.e0.p.d.m0.g.a f2521g0; public static final c h; /* renamed from: h0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2521h0; + public static final d0.e0.p.d.m0.g.a f2522h0; public static final c i; /* renamed from: i0 reason: collision with root package name */ - public static final b f2522i0; + public static final b f2523i0; public static final c j; /* renamed from: j0 reason: collision with root package name */ - public static final b f2523j0; + public static final b f2524j0; public static final c k; public static final b k0; public static final c l; @@ -119,20 +119,20 @@ public final class k { public static final c r; /* renamed from: s reason: collision with root package name */ - public static final b f2524s; + public static final b f2525s; public static final b t; public static final b u; public static final b v; public static final b w; /* renamed from: x reason: collision with root package name */ - public static final b f2525x; + public static final b f2526x; /* renamed from: y reason: collision with root package name */ - public static final b f2526y; + public static final b f2527y; /* renamed from: z reason: collision with root package name */ - public static final b f2527z; + public static final b f2528z; static { a aVar = new a(); @@ -142,7 +142,7 @@ public final class k { b = unsafe; c unsafe2 = aVar.c("Nothing").toUnsafe(); m.checkNotNullExpressionValue(unsafe2, "fqName(simpleName).toUnsafe()"); - f2515c = unsafe2; + f2516c = unsafe2; c unsafe3 = aVar.c("Cloneable").toUnsafe(); m.checkNotNullExpressionValue(unsafe3, "fqName(simpleName).toUnsafe()"); d = unsafe3; @@ -190,7 +190,7 @@ public final class k { m.checkNotNullExpressionValue(unsafe17, "fqName(simpleName).toUnsafe()"); r = unsafe17; m.checkNotNullExpressionValue(aVar.c("Function").toUnsafe(), "fqName(simpleName).toUnsafe()"); - f2524s = aVar.c("Throwable"); + f2525s = aVar.c("Throwable"); t = aVar.c("Comparable"); b bVar = k.o; m.checkNotNullExpressionValue(bVar.child(e.identifier("IntRange")).toUnsafe(), "RANGES_PACKAGE_FQ_NAME.child(Name.identifier(simpleName)).toUnsafe()"); @@ -199,9 +199,9 @@ public final class k { aVar.c("DeprecatedSinceKotlin"); v = aVar.c("DeprecationLevel"); w = aVar.c("ReplaceWith"); - f2525x = aVar.c("ExtensionFunctionType"); - f2526y = aVar.c("ParameterName"); - f2527z = aVar.c("Annotation"); + f2526x = aVar.c("ExtensionFunctionType"); + f2527y = aVar.c("ParameterName"); + f2528z = aVar.c("Annotation"); A = aVar.a("Target"); B = aVar.a("AnnotationTarget"); C = aVar.a("AnnotationRetention"); @@ -248,27 +248,27 @@ public final class k { Z = aVar3; reflect("KDeclarationContainer"); b c2 = aVar2.c("UByte"); - f2513a0 = c2; + f2514a0 = c2; b c3 = aVar2.c("UShort"); - f2514b0 = c3; + f2515b0 = c3; b c4 = aVar2.c("UInt"); - f2516c0 = c4; + f2517c0 = c4; b c5 = aVar2.c("ULong"); - f2517d0 = c5; + f2518d0 = c5; d0.e0.p.d.m0.g.a aVar4 = d0.e0.p.d.m0.g.a.topLevel(c2); m.checkNotNullExpressionValue(aVar4, "topLevel(uByteFqName)"); - f2518e0 = aVar4; + f2519e0 = aVar4; d0.e0.p.d.m0.g.a aVar5 = d0.e0.p.d.m0.g.a.topLevel(c3); m.checkNotNullExpressionValue(aVar5, "topLevel(uShortFqName)"); - f2519f0 = aVar5; + f2520f0 = aVar5; d0.e0.p.d.m0.g.a aVar6 = d0.e0.p.d.m0.g.a.topLevel(c4); m.checkNotNullExpressionValue(aVar6, "topLevel(uIntFqName)"); - f2520g0 = aVar6; + f2521g0 = aVar6; d0.e0.p.d.m0.g.a aVar7 = d0.e0.p.d.m0.g.a.topLevel(c5); m.checkNotNullExpressionValue(aVar7, "topLevel(uLongFqName)"); - f2521h0 = aVar7; - f2522i0 = aVar2.c("UByteArray"); - f2523j0 = aVar2.c("UShortArray"); + f2522h0 = aVar7; + f2523i0 = aVar2.c("UByteArray"); + f2524j0 = aVar2.c("UShortArray"); k0 = aVar2.c("UIntArray"); l0 = aVar2.c("ULongArray"); i.values(); @@ -351,7 +351,7 @@ public final class k { b = identifier; e identifier2 = e.identifier("valueOf"); m.checkNotNullExpressionValue(identifier2, "identifier(\"valueOf\")"); - f2512c = identifier2; + f2513c = identifier2; b bVar = new b("kotlin.coroutines"); d = bVar; b child = bVar.child(e.identifier("experimental")); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/o.java b/app/src/main/java/d0/e0/p/d/m0/b/o.java index 8bac162b37..d93f2bb44f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/o.java @@ -20,7 +20,7 @@ public final class o { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final HashMap f2528c = new HashMap<>(); + public static final HashMap f2529c = new HashMap<>(); public static final HashMap d = new HashMap<>(); public static final Set e; @@ -49,7 +49,7 @@ public final class o { while (i < 4) { n nVar = values4[i]; i++; - f2528c.put(nVar.getArrayClassId(), nVar.getClassId()); + f2529c.put(nVar.getArrayClassId(), nVar.getClassId()); d.put(nVar.getClassId(), nVar.getArrayClassId()); } } @@ -65,7 +65,7 @@ public final class o { public final a getUnsignedClassIdByArrayClassId(a aVar) { m.checkNotNullParameter(aVar, "arrayClassId"); - return f2528c.get(aVar); + return f2529c.get(aVar); } public final boolean isShortNameOfUnsignedArray(e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java index ea7afbb600..e4368549ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java @@ -39,7 +39,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final int f2529s; + public final int f2530s; public final C0211b t = new C0211b(this); public final d u; public final List v; @@ -55,31 +55,31 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final class C0211b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2530c; + public final /* synthetic */ b f2531c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public C0211b(b bVar) { super(b.access$getStorageManager$p(bVar)); m.checkNotNullParameter(bVar, "this$0"); - this.f2530c = bVar; + this.f2531c = bVar; } @Override // d0.e0.p.d.m0.n.g public Collection a() { List list; - int ordinal = this.f2530c.getFunctionKind().ordinal(); + int ordinal = this.f2531c.getFunctionKind().ordinal(); if (ordinal == 0) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 1) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 2) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2530c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2531c.getArity()))}); } else if (ordinal == 3) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2530c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2531c.getArity()))}); } else { throw new NoWhenBranchMatchedException(); } - d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2530c).getContainingDeclaration(); + d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2531c).getContainingDeclaration(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(list, 10)); for (d0.e0.p.d.m0.g.a aVar : list) { d0.e0.p.d.m0.c.e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(containingDeclaration, aVar); @@ -105,12 +105,12 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public b getDeclarationDescriptor() { - return this.f2530c; + return this.f2531c; } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return b.access$getParameters$p(this.f2530c); + return b.access$getParameters$p(this.f2531c); } @Override // d0.e0.p.d.m0.n.u0 @@ -136,7 +136,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { this.p = oVar; this.q = e0Var; this.r = cVar; - this.f2529s = i; + this.f2530s = i; this.u = new d(oVar, this); ArrayList arrayList = new ArrayList(); IntRange intRange = new IntRange(1, i); @@ -180,7 +180,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { } public final int getArity() { - return this.f2529s; + return this.f2530s; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java index 45f6855ad0..80a605a882 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java @@ -17,7 +17,7 @@ public final class d extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - int ordinal = ((b) this.f2709c).getFunctionKind().ordinal(); - return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2709c, true)) : d0.t.m.listOf(e.L.create((b) this.f2709c, false)); + int ordinal = ((b) this.f2710c).getFunctionKind().ordinal(); + return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2710c, true)) : d0.t.m.listOf(e.L.create((b) this.f2710c, false)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java index 4d0dc785e9..4ec991b036 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java @@ -50,8 +50,8 @@ public final class a extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - g0 create = g0.create(this.f2709c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); - create.initialize((q0) null, this.f2709c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2709c).getAnyType(), z.OPEN, t.f2595c); + g0 create = g0.create(this.f2710c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); + create.initialize((q0) null, this.f2710c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2710c).getAnyType(), z.OPEN, t.f2596c); return d0.t.m.listOf(create); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java index bf35e4f35a..17fb893d65 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java @@ -25,7 +25,7 @@ public final class c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f2531c; + public static final String f2532c; public static final String d; public static final String e; public static final d0.e0.p.d.m0.g.a f; @@ -43,7 +43,7 @@ public final class c { public final d0.e0.p.d.m0.g.a b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.g.a f2532c; + public final d0.e0.p.d.m0.g.a f2533c; public a(d0.e0.p.d.m0.g.a aVar, d0.e0.p.d.m0.g.a aVar2, d0.e0.p.d.m0.g.a aVar3) { m.checkNotNullParameter(aVar, "javaClass"); @@ -51,7 +51,7 @@ public final class c { m.checkNotNullParameter(aVar3, "kotlinMutable"); this.a = aVar; this.b = aVar2; - this.f2532c = aVar3; + this.f2533c = aVar3; } public final d0.e0.p.d.m0.g.a component1() { @@ -63,7 +63,7 @@ public final class c { } public final d0.e0.p.d.m0.g.a component3() { - return this.f2532c; + return this.f2533c; } public boolean equals(Object obj) { @@ -74,7 +74,7 @@ public final class c { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2532c, aVar.f2532c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2533c, aVar.f2533c); } public final d0.e0.p.d.m0.g.a getJavaClass() { @@ -83,7 +83,7 @@ public final class c { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2532c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return this.f2533c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public String toString() { @@ -92,7 +92,7 @@ public final class c { P.append(", kotlinReadOnly="); P.append(this.b); P.append(", kotlinMutable="); - P.append(this.f2532c); + P.append(this.f2533c); P.append(')'); return P.toString(); } @@ -112,7 +112,7 @@ public final class c { sb2.append(cVar3.getPackageFqName().toString()); sb2.append('.'); sb2.append(cVar3.getClassNamePrefix()); - f2531c = sb2.toString(); + f2532c = sb2.toString(); StringBuilder sb3 = new StringBuilder(); d0.e0.p.d.m0.b.p.c cVar4 = d0.e0.p.d.m0.b.p.c.SuspendFunction; sb3.append(cVar4.getPackageFqName().toString()); @@ -199,12 +199,12 @@ public final class c { cVar.d(Object.class, k.a.b); cVar.d(String.class, k.a.g); cVar.d(CharSequence.class, k.a.f); - cVar.c(Throwable.class, k.a.f2524s); + cVar.c(Throwable.class, k.a.f2525s); cVar.d(Cloneable.class, k.a.d); cVar.d(Number.class, k.a.q); cVar.c(Comparable.class, k.a.t); cVar.d(Enum.class, k.a.r); - cVar.c(Annotation.class, k.a.f2527z); + cVar.c(Annotation.class, k.a.f2528z); for (a aVar17 : listOf) { c cVar6 = a; Objects.requireNonNull(cVar6); @@ -265,7 +265,7 @@ public final class c { m.checkNotNullExpressionValue(aVar22, "topLevel(FqName(\"kotlin.jvm.functions.Function$i\"))"); k kVar2 = k.a; cVar9.a(aVar22, k.getFunctionClassId(i4)); - cVar9.b(new b(m.stringPlus(f2531c, Integer.valueOf(i4))), h); + cVar9.b(new b(m.stringPlus(f2532c, Integer.valueOf(i4))), h); if (i5 >= 23) { break; } @@ -277,7 +277,7 @@ public final class c { c cVar11 = a; cVar11.b(new b(m.stringPlus(cVar10.getPackageFqName().toString() + '.' + cVar10.getClassNamePrefix(), Integer.valueOf(i2))), h); if (i6 >= 22) { - b safe = k.a.f2515c.toSafe(); + b safe = k.a.f2516c.toSafe(); m.checkNotNullExpressionValue(safe, "nothing.toSafe()"); cVar11.b(safe, cVar11.e(Void.class)); return; @@ -373,7 +373,7 @@ public final class c { public final d0.e0.p.d.m0.g.a mapKotlinToJava(d0.e0.p.d.m0.g.c cVar) { m.checkNotNullParameter(cVar, "kotlinFqName"); - return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2531c) ? h : f(cVar, e) ? h : j.get(cVar); + return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2532c) ? h : f(cVar, e) ? h : j.get(cVar); } public final b mutableToReadOnly(d0.e0.p.d.m0.g.c cVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java index 50ea8e9b10..daa5072d96 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java @@ -30,7 +30,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "cloneable", "getCloneable()Lorg/jetbrains/kotlin/descriptors/impl/ClassDescriptorImpl;"))}; /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2533c = k.l; + public static final d0.e0.p.d.m0.g.b f2534c = k.l; public static final d0.e0.p.d.m0.g.e d; public static final d0.e0.p.d.m0.g.a e; public final c0 f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { } public static final /* synthetic */ d0.e0.p.d.m0.g.b access$getKOTLIN_FQ_NAME$cp() { - return f2533c; + return f2534c; } public static final /* synthetic */ c0 access$getModuleDescriptor$p(e eVar) { @@ -147,13 +147,13 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { @Override // d0.e0.p.d.m0.c.h1.b public Collection getAllContributedClassesIfPossible(d0.e0.p.d.m0.g.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); - return d0.z.d.m.areEqual(bVar, f2533c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); + return d0.z.d.m.areEqual(bVar, f2534c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); } @Override // d0.e0.p.d.m0.c.h1.b public boolean shouldCreateClass(d0.e0.p.d.m0.g.b bVar, d0.e0.p.d.m0.g.e eVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); - return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2533c); + return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2534c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java index 227c5518bb..c0528ca5b7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java @@ -46,7 +46,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final d f2534c = d.a; + public final d f2535c = d.a; public final j d; public final d0.e0.p.d.m0.n.c0 e; public final j f; @@ -131,7 +131,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { } public static final /* synthetic */ d access$getJ2kClassMapper$p(g gVar) { - return gVar.f2534c; + return gVar.f2535c; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.l.f access$getJavaAnalogue(g gVar, e eVar) { @@ -183,7 +183,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { return d0.t.n.emptyList(); } - e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2534c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); + e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2535c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); if (mapJavaToKotlin$default == null) { return d0.t.n.emptyList(); } @@ -316,7 +316,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { list = d0.t.n.emptyList(); } else { - Collection mapPlatformClass = this.f2534c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); + Collection mapPlatformClass = this.f2535c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); e eVar3 = (e) u.lastOrNull(mapPlatformClass); if (eVar3 == null) { list = d0.t.n.emptyList(); @@ -327,7 +327,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { arrayList.add(d0.e0.p.d.m0.k.x.a.getFqNameSafe(eVar4)); } d0.e0.p.d.m0.p.j create = bVar.create(arrayList); - boolean isMutable = this.f2534c.isMutable(eVar2); + boolean isMutable = this.f2535c.isMutable(eVar2); i unsubstitutedMemberScope = ((e) ((f.d) this.g).computeIfAbsent(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), new j(a2, eVar3))).getUnsubstitutedMemberScope(); m.checkNotNullExpressionValue(unsubstitutedMemberScope, "fakeJavaClassDescriptor.unsubstitutedMemberScope"); ArrayList arrayList2 = new ArrayList(); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java index 0433f80ffe..48e48ea792 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java @@ -20,7 +20,7 @@ public final class p { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final Set f2535c; + public static final Set f2536c; public static final Set d; public static final Set e; public static final Set f; @@ -39,7 +39,7 @@ public final class p { m.checkNotNullExpressionValue(asString, "it.wrapperFqName.shortName().asString()"); r.addAll(linkedHashSet, wVar.inJavaLang(asString, dVar.getJavaKeywordName() + "Value()" + dVar.getDesc())); } - f2535c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); + f2536c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); w wVar2 = w.a; d = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) wVar2.inJavaLang("CharSequence", "codePoints()Ljava/util/stream/IntStream;", "chars()Ljava/util/stream/IntStream;"), (Iterable) wVar2.inJavaUtil("Iterator", "forEachRemaining(Ljava/util/function/Consumer;)V")), (Iterable) wVar2.inJavaLang("Iterable", "forEach(Ljava/util/function/Consumer;)V", "spliterator()Ljava/util/Spliterator;")), (Iterable) wVar2.inJavaLang("Throwable", "setStackTrace([Ljava/lang/StackTraceElement;)V", "fillInStackTrace()Ljava/lang/Throwable;", "getLocalizedMessage()Ljava/lang/String;", "printStackTrace()V", "printStackTrace(Ljava/io/PrintStream;)V", "printStackTrace(Ljava/io/PrintWriter;)V", "getStackTrace()[Ljava/lang/StackTraceElement;", "initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;", "getSuppressed()[Ljava/lang/Throwable;", "addSuppressed(Ljava/lang/Throwable;)V")), (Iterable) wVar2.inJavaUtil("Collection", "spliterator()Ljava/util/Spliterator;", "parallelStream()Ljava/util/stream/Stream;", "stream()Ljava/util/stream/Stream;", "removeIf(Ljava/util/function/Predicate;)Z")), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V")), (Iterable) wVar2.inJavaUtil("Map", "getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "forEach(Ljava/util/function/BiConsumer;)V", "replaceAll(Ljava/util/function/BiFunction;)V", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;")); e = o0.plus(o0.plus((Set) wVar2.inJavaUtil("Collection", "removeIf(Ljava/util/function/Predicate;)Z"), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar2.inJavaUtil("Map", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "remove(Ljava/lang/Object;Ljava/lang/Object;)Z", "replaceAll(Ljava/util/function/BiFunction;)V", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z")); @@ -79,7 +79,7 @@ public final class p { } public final Set getHIDDEN_METHOD_SIGNATURES() { - return f2535c; + return f2536c; } public final Set getMUTABLE_METHOD_SIGNATURES() { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/d0.java b/app/src/main/java/d0/e0/p/d/m0/c/d0.java index 678ab13a79..afe6bb4785 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/d0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/d0.java @@ -30,7 +30,7 @@ public final class d0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final h f2536c; + public final h f2537c; public final h d; /* compiled from: NotFoundClasses.kt */ @@ -84,7 +84,7 @@ public final class d0 { public final List r; /* renamed from: s reason: collision with root package name */ - public final i f2537s; + public final i f2538s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(o oVar, m mVar, e eVar, boolean z2, int i) { @@ -101,7 +101,7 @@ public final class d0 { arrayList.add(k0.createWithDefaultBound(this, g.f.getEMPTY(), false, j1.INVARIANT, e.identifier(m.stringPlus(ExifInterface.GPS_DIRECTION_TRUE, Integer.valueOf(nextInt))), nextInt, oVar)); } this.r = arrayList; - this.f2537s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); + this.f2538s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); } @Override // d0.e0.p.d.m0.c.g1.a @@ -146,7 +146,7 @@ public final class d0 { @Override // d0.e0.p.d.m0.c.h public d0.e0.p.d.m0.n.i getTypeConstructor() { - return this.f2537s; + return this.f2538s; } @Override // d0.e0.p.d.m0.c.i1.u @@ -275,7 +275,7 @@ public final class d0 { m.checkNotNullParameter(c0Var, "module"); this.a = oVar; this.b = c0Var; - this.f2536c = oVar.createMemoizedFunction(new d(this)); + this.f2537c = oVar.createMemoizedFunction(new d(this)); this.d = oVar.createMemoizedFunction(new c(this)); } @@ -284,7 +284,7 @@ public final class d0 { } public static final /* synthetic */ h access$getPackageFragments$p(d0 d0Var) { - return d0Var.f2536c; + return d0Var.f2537c; } public static final /* synthetic */ o access$getStorageManager$p(d0 d0Var) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/e1.java b/app/src/main/java/d0/e0/p/d/m0/c/e1.java index 09ba8fb247..2882ef93df 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/e1.java @@ -13,7 +13,7 @@ public final class e1 { public static final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2538c = new a(); + public static final a f2539c = new a(); public a() { super("inherited", false); @@ -24,7 +24,7 @@ public final class e1 { public static final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2539c = new b(); + public static final b f2540c = new b(); public b() { super("internal", false); @@ -35,7 +35,7 @@ public final class e1 { public static final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2540c = new c(); + public static final c f2541c = new c(); public c() { super("invisible_fake", false); @@ -46,7 +46,7 @@ public final class e1 { public static final class d extends f1 { /* renamed from: c reason: collision with root package name */ - public static final d f2541c = new d(); + public static final d f2542c = new d(); public d() { super("local", false); @@ -57,7 +57,7 @@ public final class e1 { public static final class e extends f1 { /* renamed from: c reason: collision with root package name */ - public static final e f2542c = new e(); + public static final e f2543c = new e(); public e() { super("private", false); @@ -68,7 +68,7 @@ public final class e1 { public static final class f extends f1 { /* renamed from: c reason: collision with root package name */ - public static final f f2543c = new f(); + public static final f f2544c = new f(); public f() { super("private_to_this", false); @@ -84,7 +84,7 @@ public final class e1 { public static final class g extends f1 { /* renamed from: c reason: collision with root package name */ - public static final g f2544c = new g(); + public static final g f2545c = new g(); public g() { super("protected", true); @@ -95,7 +95,7 @@ public final class e1 { public static final class h extends f1 { /* renamed from: c reason: collision with root package name */ - public static final h f2545c = new h(); + public static final h f2546c = new h(); public h() { super("public", true); @@ -106,7 +106,7 @@ public final class e1 { public static final class i extends f1 { /* renamed from: c reason: collision with root package name */ - public static final i f2546c = new i(); + public static final i f2547c = new i(); public i() { super(EnvironmentCompat.MEDIA_UNKNOWN, false); @@ -115,11 +115,11 @@ public final class e1 { static { Map createMapBuilder = g0.createMapBuilder(); - createMapBuilder.put(f.f2543c, 0); - createMapBuilder.put(e.f2542c, 0); - createMapBuilder.put(b.f2539c, 1); - createMapBuilder.put(g.f2544c, 1); - createMapBuilder.put(h.f2545c, 2); + createMapBuilder.put(f.f2544c, 0); + createMapBuilder.put(e.f2543c, 0); + createMapBuilder.put(b.f2540c, 1); + createMapBuilder.put(g.f2545c, 1); + createMapBuilder.put(h.f2546c, 2); b = g0.build(createMapBuilder); } @@ -140,6 +140,6 @@ public final class e1 { public final boolean isPrivate(f1 f1Var) { m.checkNotNullParameter(f1Var, "visibility"); - return f1Var == e.f2542c || f1Var == f.f2543c; + return f1Var == e.f2543c || f1Var == f.f2544c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java index 72856a83e2..c09e9d08c8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java @@ -13,7 +13,7 @@ public class d implements c { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final u0 f2547c; + public final u0 f2548c; public d(c0 c0Var, Map> map, u0 u0Var) { if (c0Var == null) { @@ -25,7 +25,7 @@ public class d implements c { } else if (u0Var != null) { this.a = c0Var; this.b = map; - this.f2547c = u0Var; + this.f2548c = u0Var; } else { a(2); throw null; @@ -80,7 +80,7 @@ public class d implements c { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - u0 u0Var = this.f2547c; + u0 u0Var = this.f2548c; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java index 16b76b6b89..262d11f561 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java @@ -20,7 +20,7 @@ public final class f { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2548c; + public static final e f2549c; public static final e d; public static final e e; @@ -51,7 +51,7 @@ public final class f { b = identifier2; e identifier3 = e.identifier("level"); m.checkNotNullExpressionValue(identifier3, "identifier(\"level\")"); - f2548c = identifier3; + f2549c = identifier3; e identifier4 = e.identifier("expression"); m.checkNotNullExpressionValue(identifier4, "identifier(\"expression\")"); d = identifier4; @@ -67,7 +67,7 @@ public final class f { m.checkNotNullParameter(str3, "level"); j jVar = new j(hVar, k.a.w, h0.mapOf(d0.o.to(d, new w(str2)), d0.o.to(e, new b(n.emptyList(), new a(hVar))))); d0.e0.p.d.m0.g.b bVar = k.a.u; - e eVar = f2548c; + e eVar = f2549c; d0.e0.p.d.m0.g.a aVar = d0.e0.p.d.m0.g.a.topLevel(k.a.v); m.checkNotNullExpressionValue(aVar, "topLevel(StandardNames.FqNames.deprecationLevel)"); e identifier = e.identifier(str3); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java index 1c233771da..b11bc88747 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java @@ -19,7 +19,7 @@ public final class j implements c { public final b b; /* renamed from: c reason: collision with root package name */ - public final Map> f2549c; + public final Map> f2550c; public final Lazy d = d0.g.lazy(i.PUBLICATION, new a(this)); /* compiled from: BuiltInAnnotationDescriptor.kt */ @@ -47,7 +47,7 @@ public final class j implements c { m.checkNotNullParameter(map, "allValueArguments"); this.a = hVar; this.b = bVar; - this.f2549c = map; + this.f2550c = map; } public static final /* synthetic */ h access$getBuiltIns$p(j jVar) { @@ -56,7 +56,7 @@ public final class j implements c { @Override // d0.e0.p.d.m0.c.g1.c public Map> getAllValueArguments() { - return this.f2549c; + return this.f2550c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java index 86f24fbec0..7af6c2dba6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java @@ -29,7 +29,7 @@ public abstract class b0 extends l implements m0 { public final b.a r; /* renamed from: s reason: collision with root package name */ - public u f2554s; + public u f2555s; public x t; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -53,7 +53,7 @@ public abstract class b0 extends l implements m0 { } else if (u0Var != null) { this.t = null; this.o = zVar; - this.f2554s = uVar; + this.f2555s = uVar; this.p = n0Var; this.m = z2; this.n = z3; @@ -277,7 +277,7 @@ public abstract class b0 extends l implements m0 { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2554s; + u uVar = this.f2555s; if (uVar != null) { return uVar; } @@ -362,7 +362,7 @@ public abstract class b0 extends l implements m0 { } public void setVisibility(u uVar) { - this.f2554s = uVar; + this.f2555s = uVar; } /* Return type fixed from 'd0.e0.p.d.m0.c.x' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java index 16845c3e60..c9282468dd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java @@ -41,20 +41,20 @@ public class c0 extends n0 implements n0 { public Collection r; /* renamed from: s reason: collision with root package name */ - public final n0 f2555s; + public final n0 f2556s; public final b.a t; public final boolean u; public final boolean v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2556x; + public final boolean f2557x; /* renamed from: y reason: collision with root package name */ - public final boolean f2557y; + public final boolean f2558y; /* renamed from: z reason: collision with root package name */ - public final boolean f2558z; + public final boolean f2559z; /* compiled from: PropertyDescriptorImpl */ public class a { @@ -62,7 +62,7 @@ public class c0 extends n0 implements n0 { public z b; /* renamed from: c reason: collision with root package name */ - public u f2559c; + public u f2560c; public n0 d = null; public b.a e; public d0.e0.p.d.m0.n.z0 f; @@ -74,7 +74,7 @@ public class c0 extends n0 implements n0 { public a() { this.a = c0.this.getContainingDeclaration(); this.b = c0.this.getModality(); - this.f2559c = c0.this.getVisibility(); + this.f2560c = c0.this.getVisibility(); this.e = c0.this.getKind(); this.f = d0.e0.p.d.m0.n.z0.a; this.g = true; @@ -213,7 +213,7 @@ public class c0 extends n0 implements n0 { p pVar = null; m mVar = this.a; z zVar = this.b; - u uVar = this.f2559c; + u uVar = this.f2560c; n0 n0Var = this.d; b.a aVar2 = this.e; e eVar = this.i; @@ -368,7 +368,7 @@ public class c0 extends n0 implements n0 { public a setVisibility(u uVar) { if (uVar != null) { - this.f2559c = uVar; + this.f2560c = uVar; return this; } a(8); @@ -401,14 +401,14 @@ public class c0 extends n0 implements n0 { this.r = null; this.p = zVar; this.q = uVar; - this.f2555s = n0Var == null ? this : n0Var; + this.f2556s = n0Var == null ? this : n0Var; this.t = aVar; this.u = z3; this.v = z4; this.w = z5; - this.f2556x = z6; - this.f2557y = z7; - this.f2558z = z8; + this.f2557x = z6; + this.f2558y = z7; + this.f2559z = z8; } else { a(6); throw null; @@ -824,7 +824,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.i1.l, d0.e0.p.d.m0.c.i1.k, d0.e0.p.d.m0.c.m public n0 getOriginal() { - n0 n0Var = this.f2555s; + n0 n0Var = this.f2556s; n0 original = n0Var == this ? this : n0Var.getOriginal(); if (original != null) { return original; @@ -895,7 +895,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2556x; + return this.f2557x; } @Override // d0.e0.p.d.m0.c.d1 @@ -905,7 +905,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.n0 public boolean isDelegated() { - return this.f2558z; + return this.f2559z; } @Override // d0.e0.p.d.m0.c.y @@ -915,7 +915,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isExternal() { - return this.f2557y; + return this.f2558y; } @Override // d0.e0.p.d.m0.c.d1 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java index 85947cab55..282444ad95 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java @@ -73,7 +73,7 @@ public abstract class e extends l implements y0 { /* JADX DEBUG: Type inference failed for r0v2. Raw type applied. Possible types: java.util.List, java.util.List */ @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List list = ((l) this.a).f2735y; + List list = ((l) this.a).f2736y; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java index 704cfe1b9f..f807b421f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java @@ -80,13 +80,13 @@ public abstract class f extends l implements z0 { public final x0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f2560c; + public final /* synthetic */ f f2561c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(f fVar, o oVar, x0 x0Var) { super(oVar); if (oVar != null) { - this.f2560c = fVar; + this.f2561c = fVar; this.b = x0Var; return; } @@ -158,7 +158,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public Collection a() { - List d = this.f2560c.d(); + List d = this.f2561c.d(); if (d != null) { return d; } @@ -184,7 +184,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public List e(List list) { if (list != null) { - List b = this.f2560c.b(list); + List b = this.f2561c.b(list); if (b != null) { return b; } @@ -198,7 +198,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public void f(c0 c0Var) { if (c0Var != null) { - this.f2560c.c(c0Var); + this.f2561c.c(c0Var); } else { g(6); throw null; @@ -207,7 +207,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2560c); + d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2561c); if (builtIns != null) { return builtIns; } @@ -217,7 +217,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - f fVar = this.f2560c; + f fVar = this.f2561c; if (fVar != null) { return fVar; } @@ -241,7 +241,7 @@ public abstract class f extends l implements z0 { } public String toString() { - return this.f2560c.getName().toString(); + return this.f2561c.getName().toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java index 8d749beef2..df2618cb80 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java @@ -21,13 +21,13 @@ public class h0 extends j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final b f2561c; + public final b f2562c; public h0(c0 c0Var, b bVar) { m.checkNotNullParameter(c0Var, "moduleDescriptor"); m.checkNotNullParameter(bVar, "fqName"); this.b = c0Var; - this.f2561c = bVar; + this.f2562c = bVar; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i @@ -42,10 +42,10 @@ public class h0 extends j { if (!dVar.acceptsKinds(d.a.getPACKAGES_MASK())) { return n.emptyList(); } - if (this.f2561c.isRoot() && dVar.getExcludes().contains(c.b.a)) { + if (this.f2562c.isRoot() && dVar.getExcludes().contains(c.b.a)) { return n.emptyList(); } - Collection subPackagesOf = this.b.getSubPackagesOf(this.f2561c, function1); + Collection subPackagesOf = this.b.getSubPackagesOf(this.f2562c, function1); ArrayList arrayList = new ArrayList(subPackagesOf.size()); for (b bVar : subPackagesOf) { e shortName = bVar.shortName(); @@ -55,7 +55,7 @@ public class h0 extends j { j0 j0Var = null; if (!shortName.isSpecial()) { c0 c0Var = this.b; - b child = this.f2561c.child(shortName); + b child = this.f2562c.child(shortName); m.checkNotNullExpressionValue(child, "fqName.child(name)"); j0 j0Var2 = c0Var.getPackage(child); if (!j0Var2.isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java index c6435d70d2..2f459fffe5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java @@ -25,7 +25,7 @@ public class i extends h { public final f r; /* renamed from: s reason: collision with root package name */ - public final u0 f2562s; + public final u0 f2563s; public d0.e0.p.d.m0.k.a0.i t; public Set u; public d v; @@ -54,7 +54,7 @@ public class i extends h { } else if (oVar != null) { this.q = zVar; this.r = fVar; - this.f2562s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); + this.f2563s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); } else { a(6); throw null; @@ -300,7 +300,7 @@ public class i extends h { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - u0 u0Var = this.f2562s; + u0 u0Var = this.f2563s; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java index 768f08099d..4b5d306848 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java @@ -70,7 +70,7 @@ public abstract class k extends b implements m { public static String toString(m mVar) { if (mVar != null) { try { - String str = c.f2697c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; + String str = c.f2698c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; if (str != null) { return str; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java index 34ce7e537a..41e92623a5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java @@ -19,7 +19,7 @@ import kotlin.jvm.functions.Function1; public class k0 extends f { /* renamed from: s reason: collision with root package name */ - public final Function1 f2563s; + public final Function1 f2564s; public final List t; public boolean u; @@ -47,7 +47,7 @@ public class k0 extends f { } else if (oVar != null) { this.t = new ArrayList(1); this.u = false; - this.f2563s = function1; + this.f2564s = function1; } else { a(25); throw null; @@ -253,7 +253,7 @@ public class k0 extends f { @Override // d0.e0.p.d.m0.c.i1.f public void c(c0 c0Var) { if (c0Var != null) { - Function1 function1 = this.f2563s; + Function1 function1 = this.f2564s; if (function1 != null) { function1.invoke(c0Var); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java index 940b3f92c7..18de4371a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java @@ -26,7 +26,7 @@ public class l0 extends m0 implements c1 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c0 f2564s; + public final c0 f2565s; public final c1 t; /* compiled from: ValueParameterDescriptorImpl.kt */ @@ -112,7 +112,7 @@ public class l0 extends m0 implements c1 { this.p = z2; this.q = z3; this.r = z4; - this.f2564s = c0Var2; + this.f2565s = c0Var2; this.t = c1Var == null ? this : c1Var; } @@ -182,7 +182,7 @@ public class l0 extends m0 implements c1 { @Override // d0.e0.p.d.m0.c.c1 public c0 getVarargElementType() { - return this.f2564s; + return this.f2565s; } @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java index df7832787c..dcd1755309 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java @@ -33,7 +33,7 @@ public class o extends h { public final i r; /* renamed from: s reason: collision with root package name */ - public final j> f2565s; + public final j> f2566s; public final g t; /* compiled from: EnumEntrySyntheticClassDescriptor */ @@ -41,7 +41,7 @@ public class o extends h { public final h> b; /* renamed from: c reason: collision with root package name */ - public final h> f2566c; + public final h> f2567c; public final j> d; public final /* synthetic */ o e; @@ -89,7 +89,7 @@ public class o extends h { a aVar = a.this; Objects.requireNonNull(aVar); HashSet hashSet = new HashSet(); - for (e eVar : aVar.e.f2565s.mo1invoke()) { + for (e eVar : aVar.e.f2566s.mo1invoke()) { d0.e0.p.d.m0.d.b.d dVar = d0.e0.p.d.m0.d.b.d.FOR_NON_TRACKED_SCOPE; hashSet.addAll(aVar.getContributedFunctions(eVar, dVar)); hashSet.addAll(aVar.getContributedVariables(eVar, dVar)); @@ -151,7 +151,7 @@ public class o extends h { if (oVar2 != null) { this.e = oVar; this.b = oVar2.createMemoizedFunction(new C0219a(oVar)); - this.f2566c = oVar2.createMemoizedFunction(new b(oVar)); + this.f2567c = oVar2.createMemoizedFunction(new b(oVar)); this.d = oVar2.createLazyValue(new c(oVar)); return; } @@ -442,7 +442,7 @@ public class o extends h { a(1); throw null; } else if (bVar != null) { - Collection collection = (Collection) ((f.m) this.f2566c).invoke(eVar); + Collection collection = (Collection) ((f.m) this.f2567c).invoke(eVar); if (collection != null) { return collection; } @@ -456,7 +456,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getFunctionNames() { - Set invoke = this.e.f2565s.mo1invoke(); + Set invoke = this.e.f2566s.mo1invoke(); if (invoke != null) { return invoke; } @@ -466,7 +466,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getVariableNames() { - Set invoke = this.e.f2565s.mo1invoke(); + Set invoke = this.e.f2566s.mo1invoke(); if (invoke != null) { return invoke; } @@ -497,7 +497,7 @@ public class o extends h { this.t = gVar; this.q = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), Collections.singleton(c0Var), oVar); this.r = new a(this, oVar); - this.f2565s = jVar; + this.f2566s = jVar; } else { a(12); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java index 5139d81ba6..71b0996092 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java @@ -49,20 +49,20 @@ public abstract class q extends l implements x { public z r; /* renamed from: s reason: collision with root package name */ - public u f2567s; + public u f2568s; public boolean t; public boolean u; public boolean v; public boolean w; /* renamed from: x reason: collision with root package name */ - public boolean f2568x; + public boolean f2569x; /* renamed from: y reason: collision with root package name */ - public boolean f2569y; + public boolean f2570y; /* renamed from: z reason: collision with root package name */ - public boolean f2570z; + public boolean f2571z; /* compiled from: FunctionDescriptorImpl */ public class a implements Function0> { @@ -104,7 +104,7 @@ public abstract class q extends l implements x { public m b; /* renamed from: c reason: collision with root package name */ - public z f2571c; + public z f2572c; public u d; public x e; public b.a f; @@ -122,7 +122,7 @@ public abstract class q extends l implements x { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f2572s; + public boolean f2573s; public Map, Object> t; public Boolean u; public boolean v; @@ -158,13 +158,13 @@ public abstract class q extends l implements x { this.p = qVar.isHiddenToOvercomeSignatureClash(); this.q = null; this.r = null; - this.f2572s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); + this.f2573s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); this.t = new LinkedHashMap(); this.u = null; this.v = false; this.a = z0Var; this.b = mVar; - this.f2571c = zVar; + this.f2572c = zVar; this.d = uVar; this.f = aVar; this.g = list; @@ -567,7 +567,7 @@ public abstract class q extends l implements x { /* Return type fixed from 'd0.e0.p.d.m0.c.i1.q$c' to match base method */ @Override // d0.e0.p.d.m0.c.x.a public x.a setHiddenForResolutionEverywhereBesideSupercalls() { - this.f2572s = true; + this.f2573s = true; return this; } @@ -598,7 +598,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x.a public x.a setModality(z zVar) { if (zVar != null) { - this.f2571c = zVar; + this.f2572c = zVar; return this; } a(9); @@ -720,14 +720,14 @@ public abstract class q extends l implements x { a(3); throw null; } else if (u0Var != null) { - this.f2567s = t.i; + this.f2568s = t.i; this.t = false; this.u = false; this.v = false; this.w = false; - this.f2568x = false; - this.f2569y = false; - this.f2570z = false; + this.f2569x = false; + this.f2570y = false; + this.f2571z = false; this.A = false; this.B = false; this.C = false; @@ -1084,18 +1084,18 @@ public abstract class q extends l implements x { if (!zArr[0] && cVar.v) { return this; } - b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2571c, cVar.d); + b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2572c, cVar.d); b2.setOperator(this.t); b2.setInfix(this.u); b2.setExternal(this.v); b2.setInline(this.w); - b2.setTailrec(this.f2568x); + b2.setTailrec(this.f2569x); b2.setSuspend(this.C); - b2.setExpect(this.f2569y); - b2.setActual(this.f2570z); + b2.setExpect(this.f2570y); + b2.setActual(this.f2571z); b2.setHasStableParameterNames(this.D); b2.A = cVar.p; - b2.B = cVar.f2572s; + b2.B = cVar.f2573s; Boolean bool = cVar.u; b2.setHasSynthesizedParameterNames(bool != null ? bool.booleanValue() : this.E); if (!cVar.t.isEmpty() || this.K != null) { @@ -1255,7 +1255,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2567s; + u uVar = this.f2568s; if (uVar != null) { return uVar; } @@ -1284,7 +1284,7 @@ public abstract class q extends l implements x { this.n = d0.t.u.toList(list2); this.o = c0Var; this.r = zVar; - this.f2567s = uVar; + this.f2568s = uVar; this.p = q0Var; this.q = q0Var2; for (int i = 0; i < list.size(); i++) { @@ -1308,12 +1308,12 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2570z; + return this.f2571z; } @Override // d0.e0.p.d.m0.c.y public boolean isExpect() { - return this.f2569y; + return this.f2570y; } @Override // d0.e0.p.d.m0.c.y @@ -1369,7 +1369,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x public boolean isTailrec() { - return this.f2568x; + return this.f2569x; } @Override // d0.e0.p.d.m0.c.x, d0.e0.p.d.m0.c.t0 @@ -1385,11 +1385,11 @@ public abstract class q extends l implements x { } public void setActual(boolean z2) { - this.f2570z = z2; + this.f2571z = z2; } public void setExpect(boolean z2) { - this.f2569y = z2; + this.f2570y = z2; } public void setExternal(boolean z2) { @@ -1449,12 +1449,12 @@ public abstract class q extends l implements x { } public void setTailrec(boolean z2) { - this.f2568x = z2; + this.f2569x = z2; } public void setVisibility(u uVar) { if (uVar != null) { - this.f2567s = uVar; + this.f2568s = uVar; } else { a(9); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java index 07cf7e4a99..c375b81e04 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java @@ -9,7 +9,7 @@ public final class x implements w { public final Set b; /* renamed from: c reason: collision with root package name */ - public final List f2573c; + public final List f2574c; public x(List list, Set set, List list2, Set set2) { m.checkNotNullParameter(list, "allDependencies"); @@ -18,7 +18,7 @@ public final class x implements w { m.checkNotNullParameter(set2, "allExpectedByDependencies"); this.a = list; this.b = set; - this.f2573c = list2; + this.f2574c = list2; } @Override // d0.e0.p.d.m0.c.i1.w @@ -28,7 +28,7 @@ public final class x implements w { @Override // d0.e0.p.d.m0.c.i1.w public List getDirectExpectedByDependencies() { - return this.f2573c; + return this.f2574c; } @Override // d0.e0.p.d.m0.c.i1.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java index 35ae29cff2..4e60fca3b6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java @@ -26,14 +26,14 @@ public class z extends h { public final boolean r; /* renamed from: s reason: collision with root package name */ - public d0.e0.p.d.m0.c.z f2574s; + public d0.e0.p.d.m0.c.z f2575s; public u t; public u0 u; public List v; public final Collection w; /* renamed from: x reason: collision with root package name */ - public final o f2575x; + public final o f2576x; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public z(m mVar, f fVar, boolean z2, boolean z3, e eVar, d0.e0.p.d.m0.c.u0 u0Var, o oVar) { @@ -52,7 +52,7 @@ public class z extends h { throw null; } else if (oVar != null) { this.w = new ArrayList(); - this.f2575x = oVar; + this.f2576x = oVar; this.q = fVar; this.r = z2; } else { @@ -248,7 +248,7 @@ public class z extends h { } public void createTypeConstructor() { - this.u = new i(this, this.v, this.w, this.f2575x); + this.u = new i(this, this.v, this.w, this.f2576x); Iterator it = getConstructors().iterator(); while (it.hasNext()) { ((g) it.next()).setReturnType(getDefaultType()); @@ -302,7 +302,7 @@ public class z extends h { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.y public d0.e0.p.d.m0.c.z getModality() { - d0.e0.p.d.m0.c.z zVar = this.f2574s; + d0.e0.p.d.m0.c.z zVar = this.f2575s; if (zVar != null) { return zVar; } @@ -411,7 +411,7 @@ public class z extends h { public void setModality(d0.e0.p.d.m0.c.z zVar) { if (zVar != null) { - this.f2574s = zVar; + this.f2575s = zVar; } else { a(6); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java index b92d3be5eb..b24e473959 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2576c = new a(); + public static final a f2577c = new a(); public a() { super("package", false); @@ -29,6 +29,6 @@ public final class a extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2544c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java index 1a3a270172..60a9364add 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2577c = new b(); + public static final b f2578c = new b(); public b() { super("protected_and_package", true); @@ -19,7 +19,7 @@ public final class b extends f1 { if (m.areEqual(this, f1Var)) { return 0; } - if (f1Var == e1.b.f2539c) { + if (f1Var == e1.b.f2540c) { return null; } return Integer.valueOf(e1.a.isPrivate(f1Var) ? 1 : -1); @@ -32,6 +32,6 @@ public final class b extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2544c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java index 4ff51e0999..a9a1f3e97d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.c.f1; public final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2578c = new c(); + public static final c f2579c = new c(); public c() { super("protected_static", true); @@ -19,6 +19,6 @@ public final class c extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2544c; + return e1.g.f2545c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java index fb07271dd8..ea39c3a78e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java @@ -21,7 +21,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentHashMap f2579c = new ConcurrentHashMap<>(); + public final ConcurrentHashMap f2580c = new ConcurrentHashMap<>(); public a(f fVar, g gVar) { m.checkNotNullParameter(fVar, "resolver"); @@ -33,7 +33,7 @@ public final class a { public final i getPackagePartScope(f fVar) { Collection

collection; m.checkNotNullParameter(fVar, "fileClass"); - ConcurrentHashMap concurrentHashMap = this.f2579c; + ConcurrentHashMap concurrentHashMap = this.f2580c; d0.e0.p.d.m0.g.a classId = fVar.getClassId(); i iVar = concurrentHashMap.get(classId); if (iVar == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java index 103be3bd63..d596b4480a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java @@ -12,7 +12,7 @@ public final class f implements p { public final Class b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.b.b0.a f2580c; + public final d0.e0.p.d.m0.e.b.b0.a f2581c; /* compiled from: ReflectKotlinClass.kt */ public static final class a { @@ -33,7 +33,7 @@ public final class f implements p { public f(Class cls, d0.e0.p.d.m0.e.b.b0.a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = cls; - this.f2580c = aVar; + this.f2581c = aVar; } public boolean equals(Object obj) { @@ -42,7 +42,7 @@ public final class f implements p { @Override // d0.e0.p.d.m0.e.b.p public d0.e0.p.d.m0.e.b.b0.a getClassHeader() { - return this.f2580c; + return this.f2581c; } @Override // d0.e0.p.d.m0.e.b.p diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java index e2677af363..fa5732a834 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java @@ -23,7 +23,7 @@ public final class k { public final j b; /* renamed from: c reason: collision with root package name */ - public final a f2581c; + public final a f2582c; /* compiled from: RuntimeModuleData.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class k { public k(j jVar, a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = jVar; - this.f2581c = aVar; + this.f2582c = aVar; } public final j getDeserialization() { @@ -73,6 +73,6 @@ public final class k { } public final a getPackagePartScopeCache() { - return this.f2581c; + return this.f2582c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java index f08d75aeed..53523d1df8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java @@ -45,7 +45,7 @@ public final class b { public static final Map, Class> b; /* renamed from: c reason: collision with root package name */ - public static final Map, Class> f2582c; + public static final Map, Class> f2583c; public static final Map>, Integer> d; /* compiled from: reflectClassUtil.kt */ @@ -101,7 +101,7 @@ public final class b { c cVar2 = (c) it2.next(); arrayList2.add(d0.o.to(d0.z.a.getJavaPrimitiveType(cVar2), d0.z.a.getJavaObjectType(cVar2))); } - f2582c = h0.toMap(arrayList2); + f2583c = h0.toMap(arrayList2); List listOf2 = n.listOf((Object[]) new Class[]{Function0.class, Function1.class, Function2.class, Function3.class, Function4.class, Function5.class, Function6.class, Function7.class, Function8.class, Function9.class, Function10.class, Function11.class, Function12.class, Function13.class, Function14.class, Function15.class, Function16.class, d0.z.c.a.class, d0.z.c.b.class, d0.z.c.c.class, d.class, e.class, f.class}); ArrayList arrayList3 = new ArrayList(d0.t.o.collectionSizeOrDefault(listOf2, 10)); for (Object obj : listOf2) { @@ -189,7 +189,7 @@ public final class b { public static final Class getWrapperByPrimitive(Class cls) { m.checkNotNullParameter(cls, ""); - return f2582c.get(cls); + return f2583c.get(cls); } public static final boolean isEnumClassOrSpecializedEnumEntryClass(Class cls) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java index accd0741cf..61ff892b63 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java @@ -8,17 +8,17 @@ import java.lang.annotation.Annotation; public final class e extends d implements c { /* renamed from: c reason: collision with root package name */ - public final Annotation f2583c; + public final Annotation f2584c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public e(d0.e0.p.d.m0.g.e eVar, Annotation annotation) { super(eVar); m.checkNotNullParameter(annotation, "annotation"); - this.f2583c = annotation; + this.f2584c = annotation; } @Override // d0.e0.p.d.m0.e.a.k0.c public a getAnnotation() { - return new c(this.f2583c); + return new c(this.f2584c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java index e389ec63ce..39805b1334 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java @@ -9,18 +9,18 @@ import java.util.List; public final class h extends d implements e { /* renamed from: c reason: collision with root package name */ - public final Object[] f2584c; + public final Object[] f2585c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public h(d0.e0.p.d.m0.g.e eVar, Object[] objArr) { super(eVar); m.checkNotNullParameter(objArr, "values"); - this.f2584c = objArr; + this.f2585c = objArr; } @Override // d0.e0.p.d.m0.e.a.k0.e public List getElements() { - Object[] objArr = this.f2584c; + Object[] objArr = this.f2585c; ArrayList arrayList = new ArrayList(objArr.length); for (Object obj : objArr) { d.a aVar = d.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java index d18c0cfaf1..d3c9a07f57 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java @@ -13,7 +13,7 @@ public final class i extends w implements f { public final Type b; /* renamed from: c reason: collision with root package name */ - public final w f2585c; + public final w f2586c; public final Collection d; public i(Type type) { @@ -41,7 +41,7 @@ public final class i extends w implements f { P.append(type); throw new IllegalArgumentException(P.toString()); } - this.f2585c = wVar; + this.f2586c = wVar; this.d = n.emptyList(); } @@ -52,7 +52,7 @@ public final class i extends w implements f { @Override // d0.e0.p.d.m0.e.a.k0.f public w getComponentType() { - return this.f2585c; + return this.f2586c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java index 43c718c3d9..54ec4eddbc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java @@ -8,17 +8,17 @@ import d0.z.d.m; public final class k extends d implements h { /* renamed from: c reason: collision with root package name */ - public final Class f2586c; + public final Class f2587c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k(e eVar, Class cls) { super(eVar); m.checkNotNullParameter(cls, "klass"); - this.f2586c = cls; + this.f2587c = cls; } @Override // d0.e0.p.d.m0.e.a.k0.h public x getReferencedType() { - return w.a.create(this.f2586c); + return w.a.create(this.f2587c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java index 34a0bf2e0d..f7e277caba 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java @@ -21,7 +21,7 @@ public final class l extends w implements j { public final Type b; /* renamed from: c reason: collision with root package name */ - public final i f2587c; + public final i f2588c; public l(Type type) { i iVar; @@ -43,7 +43,7 @@ public final class l extends w implements j { P.append(reflectType); throw new IllegalStateException(P.toString()); } - this.f2587c = iVar; + this.f2588c = iVar; } @Override // d0.e0.p.d.m0.c.k1.b.w, d0.e0.p.d.m0.e.a.k0.d @@ -59,7 +59,7 @@ public final class l extends w implements j { @Override // d0.e0.p.d.m0.e.a.k0.j public i getClassifier() { - return this.f2587c; + return this.f2588c; } @Override // d0.e0.p.d.m0.e.a.k0.j diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java index 8502c6a09c..fe0aac64f9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java @@ -7,23 +7,23 @@ import d0.e0.p.d.m0.g.e; public final class o extends d implements m { /* renamed from: c reason: collision with root package name */ - public final Enum f2588c; + public final Enum f2589c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public o(e eVar, Enum r3) { super(eVar); d0.z.d.m.checkNotNullParameter(r3, "value"); - this.f2588c = r3; + this.f2589c = r3; } @Override // d0.e0.p.d.m0.e.a.k0.m public e getEntryName() { - return e.identifier(this.f2588c.name()); + return e.identifier(this.f2589c.name()); } @Override // d0.e0.p.d.m0.e.a.k0.m public a getEnumClassId() { - Class cls = this.f2588c.getClass(); + Class cls = this.f2589c.getClass(); if (!cls.isEnum()) { cls = cls.getEnclosingClass(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java index adc7ac5616..fb456eff1c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java @@ -7,17 +7,17 @@ import d0.z.d.m; public final class q extends d implements o { /* renamed from: c reason: collision with root package name */ - public final Object f2589c; + public final Object f2590c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public q(e eVar, Object obj) { super(eVar); m.checkNotNullParameter(obj, "value"); - this.f2589c = obj; + this.f2590c = obj; } @Override // d0.e0.p.d.m0.e.a.k0.o public Object getValue() { - return this.f2589c; + return this.f2590c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java index 9b3a458cd0..6b20d0977e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java @@ -15,7 +15,7 @@ public interface t extends s { public static f1 getVisibility(t tVar) { m.checkNotNullParameter(tVar, "this"); int modifiers = tVar.getModifiers(); - return Modifier.isPublic(modifiers) ? e1.h.f2545c : Modifier.isPrivate(modifiers) ? e1.e.f2542c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2578c : b.f2577c : d0.e0.p.d.m0.c.j1.a.f2576c; + return Modifier.isPublic(modifiers) ? e1.h.f2546c : Modifier.isPrivate(modifiers) ? e1.e.f2543c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2579c : b.f2578c : d0.e0.p.d.m0.c.j1.a.f2577c; } public static boolean isAbstract(t tVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java index e55f5d3ce4..02f45bb01c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java @@ -12,7 +12,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Collection f2590c = n.emptyList(); + public final Collection f2591c = n.emptyList(); public v(Class cls) { m.checkNotNullParameter(cls, "reflectType"); @@ -21,7 +21,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2590c; + return this.f2591c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java index ad1f58df49..d57e198cd3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java @@ -12,7 +12,7 @@ public final class y extends n implements a0 { public final Annotation[] b; /* renamed from: c reason: collision with root package name */ - public final String f2591c; + public final String f2592c; public final boolean d; public y(w wVar, Annotation[] annotationArr, String str, boolean z2) { @@ -20,7 +20,7 @@ public final class y extends n implements a0 { m.checkNotNullParameter(annotationArr, "reflectAnnotations"); this.a = wVar; this.b = annotationArr; - this.f2591c = str; + this.f2592c = str; this.d = z2; } @@ -37,7 +37,7 @@ public final class y extends n implements a0 { @Override // d0.e0.p.d.m0.e.a.k0.a0 public e getName() { - String str = this.f2591c; + String str = this.f2592c; if (str == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java index 67581f0db0..f262cd1dc0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java @@ -14,7 +14,7 @@ public final class z extends w implements b0 { public final WildcardType b; /* renamed from: c reason: collision with root package name */ - public final Collection f2592c = n.emptyList(); + public final Collection f2593c = n.emptyList(); public z(WildcardType wildcardType) { m.checkNotNullParameter(wildcardType, "reflectType"); @@ -23,7 +23,7 @@ public final class z extends w implements b0 { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2592c; + return this.f2593c; } @Override // d0.e0.p.d.m0.e.a.k0.b0 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/l0.java index 5d2bf183d1..dd6b415f58 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/l0.java @@ -9,7 +9,7 @@ public final class l0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final l0 f2593c; + public final l0 f2594c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -18,7 +18,7 @@ public final class l0 { m.checkNotNullParameter(list, "arguments"); this.a = iVar; this.b = list; - this.f2593c = l0Var; + this.f2594c = l0Var; } public final List getArguments() { @@ -30,6 +30,6 @@ public final class l0 { } public final l0 getOuterType() { - return this.f2593c; + return this.f2594c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/r0.java b/app/src/main/java/d0/e0/p/d/m0/c/r0.java index 6131c598e9..e8dcc1a5cd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/r0.java @@ -19,7 +19,7 @@ public final class r0 { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(r0.class), "scopeForOwnerModule", "getScopeForOwnerModule()Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2594c; + public final e f2595c; public final Function1 d; public final g e; public final j f; @@ -58,7 +58,7 @@ public final class r0 { } public r0(e eVar, o oVar, Function1 function1, g gVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2594c = eVar; + this.f2595c = eVar; this.d = function1; this.e = gVar; this.f = oVar.createLazyValue(new s0(this)); @@ -74,11 +74,11 @@ public final class r0 { public final T getScope(g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2594c))) { + if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2595c))) { return (T) ((i) n.getValue(this.f, this, b[0])); } - u0 typeConstructor = this.f2594c.getTypeConstructor(); + u0 typeConstructor = this.f2595c.getTypeConstructor(); m.checkNotNullExpressionValue(typeConstructor, "classDescriptor.typeConstructor"); - return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2594c, new b(this, gVar)); + return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2595c, new b(this, gVar)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/t.java b/app/src/main/java/d0/e0/p/d/m0/c/t.java index 9dd1f6399f..56944ff898 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/t.java @@ -16,7 +16,7 @@ public class t { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2595c; + public static final u f2596c; public static final u d; public static final u e; public static final u f; @@ -455,23 +455,23 @@ public class t { } static { - d dVar = new d(e1.e.f2542c); + d dVar = new d(e1.e.f2543c); a = dVar; - e eVar = new e(e1.f.f2543c); + e eVar = new e(e1.f.f2544c); b = eVar; - f fVar = new f(e1.g.f2544c); - f2595c = fVar; - g gVar = new g(e1.b.f2539c); + f fVar = new f(e1.g.f2545c); + f2596c = fVar; + g gVar = new g(e1.b.f2540c); d = gVar; - h hVar = new h(e1.h.f2545c); + h hVar = new h(e1.h.f2546c); e = hVar; - i iVar = new i(e1.d.f2541c); + i iVar = new i(e1.d.f2542c); f = iVar; - j jVar = new j(e1.a.f2538c); + j jVar = new j(e1.a.f2539c); g = jVar; - k kVar = new k(e1.c.f2540c); + k kVar = new k(e1.c.f2541c); h = kVar; - l lVar = new l(e1.i.f2546c); + l lVar = new l(e1.i.f2547c); i = lVar; Collections.unmodifiableSet(n0.setOf((Object[]) new u[]{dVar, eVar, gVar, iVar})); HashMap newHashMapWithExpectedSize = d0.e0.p.d.m0.p.a.newHashMapWithExpectedSize(4); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java index 83f8de0a2e..16958af002 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java @@ -12,7 +12,7 @@ public final class a0 { public static final e b = e.identifier("value"); /* renamed from: c reason: collision with root package name */ - public static final b f2600c = new b(Target.class.getCanonicalName()); + public static final b f2601c = new b(Target.class.getCanonicalName()); public static final b d = new b(Retention.class.getCanonicalName()); public static final b e = new b(Deprecated.class.getCanonicalName()); public static final b f = new b(Documented.class.getCanonicalName()); @@ -30,7 +30,7 @@ public final class a0 { public static final b r = new b("kotlin.annotations.jvm.internal.DefaultValue"); /* renamed from: s reason: collision with root package name */ - public static final b f2601s = new b("kotlin.annotations.jvm.internal.DefaultNull"); + public static final b f2602s = new b("kotlin.annotations.jvm.internal.DefaultNull"); static { b bVar = new b("kotlin.Metadata"); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java index c7f428f342..00e751e26b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java @@ -17,7 +17,7 @@ public final class b { public static final d0.e0.p.d.m0.g.b b = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifier"); /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2602c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); + public static final d0.e0.p.d.m0.g.b f2603c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); public static final d0.e0.p.d.m0.g.b d = new d0.e0.p.d.m0.g.b("kotlin.annotations.jvm.UnderMigration"); public static final List e; public static final Map f; @@ -52,7 +52,7 @@ public final class b { } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_DEFAULT_FQNAME() { - return f2602c; + return f2603c; } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_FQNAME() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java index ea044c15cf..18dc2bb9f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java @@ -12,7 +12,7 @@ public final class b0 { public static final b b; /* renamed from: c reason: collision with root package name */ - public static final b f2603c; + public static final b f2604c; public static final List d; public static final b e; public static final b f = new b("javax.annotation.CheckForNull"); @@ -30,7 +30,7 @@ public final class b0 { b bVar2 = new b("org.jspecify.annotations.NullnessUnspecified"); b = bVar2; b bVar3 = new b("org.jspecify.annotations.DefaultNonNull"); - f2603c = bVar3; + f2604c = bVar3; List listOf = n.listOf((Object[]) new b[]{a0.i, new b("androidx.annotation.Nullable"), new b("androidx.annotation.Nullable"), new b("android.annotation.Nullable"), new b("com.android.annotations.Nullable"), new b("org.eclipse.jdt.annotation.Nullable"), new b("org.checkerframework.checker.nullness.qual.Nullable"), new b("javax.annotation.Nullable"), new b("javax.annotation.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.Nullable"), new b("edu.umd.cs.findbugs.annotations.PossiblyNull"), new b("io.reactivex.annotations.Nullable")}); d = listOf; b bVar4 = new b("javax.annotation.Nonnull"); @@ -73,7 +73,7 @@ public final class b0 { } public static final b getJSPECIFY_DEFAULT_NOT_NULL() { - return f2603c; + return f2604c; } public static final b getJSPECIFY_NULLABLE() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java index 86133f7676..f313f63d97 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java @@ -153,7 +153,7 @@ public final class c { return null; } d0.e0.p.d.m0.c.g1.g annotations = annotationClass.getAnnotations(); - d0.e0.p.d.m0.g.b bVar = a0.f2600c; + d0.e0.p.d.m0.g.b bVar = a0.f2601c; m.checkNotNullExpressionValue(bVar, "TARGET_ANNOTATION"); d0.e0.p.d.m0.c.g1.c findAnnotation = annotations.findAnnotation(bVar); if (findAnnotation == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java index 8f47aa152f..c3e686fc3f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java @@ -26,7 +26,7 @@ public class e0 { public static final List b; /* renamed from: c reason: collision with root package name */ - public static final List f2604c; + public static final List f2605c; public static final Map d; public static final Map e; public static final Set f; @@ -212,7 +212,7 @@ public class e0 { for (a.C0222a aVar2 : arrayList) { arrayList2.add(aVar2.getSignature()); } - f2604c = arrayList2; + f2605c = arrayList2; List list = b; ArrayList arrayList3 = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a.C0222a aVar3 : list) { @@ -334,7 +334,7 @@ public class e0 { } public static final /* synthetic */ List access$getERASED_COLLECTION_PARAMETER_SIGNATURES$cp() { - return f2604c; + return f2605c; } public static final /* synthetic */ Set access$getERASED_VALUE_PARAMETERS_SHORT_NAMES$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java index ca648efcc6..0ed2902cc3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java @@ -23,7 +23,7 @@ public final class a { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2605c; + public final /* synthetic */ boolean f2606c; /* compiled from: DescriptorResolverUtils */ /* renamed from: d0.e0.p.d.m0.e.a.g0.a$a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public final class a { public C0223a(p pVar, Set set, boolean z2) { this.a = pVar; this.b = set; - this.f2605c = z2; + this.f2606c = z2; } public static /* synthetic */ void a(int i) { @@ -100,7 +100,7 @@ public final class a { } else if (collection == null) { a(4); throw null; - } else if (!this.f2605c || bVar.getKind() == b.a.FAKE_OVERRIDE) { + } else if (!this.f2606c || bVar.getKind() == b.a.FAKE_OVERRIDE) { super.setOverriddenDescriptors(bVar, collection); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java index 8df08bbac8..f03cc5bd43 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java @@ -24,7 +24,7 @@ public class b implements c, i { public final d0.e0.p.d.m0.g.b b; /* renamed from: c reason: collision with root package name */ - public final u0 f2606c; + public final u0 f2607c; public final j d; public final d0.e0.p.d.m0.e.a.k0.b e; public final boolean f; @@ -61,7 +61,7 @@ public class b implements c, i { source = u0.a; m.checkNotNullExpressionValue(source, "NO_SOURCE"); } - this.f2606c = source; + this.f2607c = source; this.d = gVar.getStorageManager().createLazyValue(new a(gVar, this)); this.e = (aVar == null || (arguments = aVar.getArguments()) == null) ? null : (d0.e0.p.d.m0.e.a.k0.b) u.firstOrNull(arguments); this.f = m.areEqual(aVar != null ? Boolean.valueOf(aVar.isIdeExternalAnnotation()) : bool, Boolean.TRUE); @@ -79,7 +79,7 @@ public class b implements c, i { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - return this.f2606c; + return this.f2607c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java index 5eefa1e7ca..6d91a7a2c8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java @@ -17,7 +17,7 @@ public final class c { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2607c; + public static final e f2608c; public static final e d; public static final Map e; public static final Map f; @@ -28,12 +28,12 @@ public final class c { b = identifier; e identifier2 = e.identifier("allowedTargets"); m.checkNotNullExpressionValue(identifier2, "identifier(\"allowedTargets\")"); - f2607c = identifier2; + f2608c = identifier2; e identifier3 = e.identifier("value"); m.checkNotNullExpressionValue(identifier3, "identifier(\"value\")"); d = identifier3; b bVar = k.a.A; - b bVar2 = a0.f2600c; + b bVar2 = a0.f2601c; b bVar3 = k.a.D; b bVar4 = a0.d; b bVar5 = k.a.E; @@ -80,14 +80,14 @@ public final class c { } public final e getTARGET_ANNOTATION_ALLOWED_TARGETS$descriptors_jvm() { - return f2607c; + return f2608c; } public final d0.e0.p.d.m0.c.g1.c mapOrResolveJavaAnnotation(a aVar, g gVar, boolean z2) { m.checkNotNullParameter(aVar, "annotation"); m.checkNotNullParameter(gVar, "c"); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2600c))) { + if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2601c))) { return new i(aVar, gVar); } if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.d))) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java index 1ba691c29e..b5d38b0d87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java @@ -27,7 +27,7 @@ public final class d { public static final Map> b = h0.mapOf(o.to("PACKAGE", EnumSet.noneOf(n.class)), o.to("TYPE", EnumSet.of(n.CLASS, n.FILE)), o.to("ANNOTATION_TYPE", EnumSet.of(n.ANNOTATION_CLASS)), o.to("TYPE_PARAMETER", EnumSet.of(n.TYPE_PARAMETER)), o.to("FIELD", EnumSet.of(n.FIELD)), o.to("LOCAL_VARIABLE", EnumSet.of(n.LOCAL_VARIABLE)), o.to("PARAMETER", EnumSet.of(n.VALUE_PARAMETER)), o.to("CONSTRUCTOR", EnumSet.of(n.CONSTRUCTOR)), o.to("METHOD", EnumSet.of(n.FUNCTION, n.PROPERTY_GETTER, n.PROPERTY_SETTER)), o.to("TYPE_USE", EnumSet.of(n.TYPE))); /* renamed from: c reason: collision with root package name */ - public static final Map f2608c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); + public static final Map f2609c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); /* compiled from: JavaAnnotationMapper.kt */ public static final class a extends d0.z.d.o implements Function1 { @@ -55,7 +55,7 @@ public final class d { if (mVar == null) { return null; } - Map map = f2608c; + Map map = f2609c; e entryName = mVar.getEntryName(); m mVar2 = map.get(entryName == null ? null : entryName.asString()); if (mVar2 == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java index ff55f45660..866e60210f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java @@ -87,7 +87,7 @@ public interface j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2609c; + public final List f2610c; public final List d; public final List e; public final boolean f; @@ -105,7 +105,7 @@ public interface j { } else if (list3 != null) { this.a = c0Var; this.b = c0Var2; - this.f2609c = list; + this.f2610c = list; this.d = list2; this.e = list3; this.f = z2; @@ -191,7 +191,7 @@ public interface j { } public List getValueParameters() { - List list = this.f2609c; + List list = this.f2610c; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java index b719a4b2e8..31ede8a6f7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java @@ -69,7 +69,7 @@ public final class k { return new j(str); } g annotations2 = c1Var.getAnnotations(); - b bVar2 = a0.f2601s; + b bVar2 = a0.f2602s; m.checkNotNullExpressionValue(bVar2, "DEFAULT_NULL_FQ_NAME"); if (annotations2.hasAnnotation(bVar2)) { return h.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java index 592df5708f..f7c1daffa5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java @@ -23,7 +23,7 @@ public final class i { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map> f2610c; + public static final Map> f2611c; public static final Set d; public static final Set e; @@ -49,7 +49,7 @@ public final class i { } ((List) obj).add((e) pair.getFirst()); } - f2610c = linkedHashMap; + f2611c = linkedHashMap; Set keySet = b.keySet(); d = keySet; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); @@ -65,7 +65,7 @@ public final class i { public final List getPropertyNameCandidatesBySpecialGetterName(e eVar) { m.checkNotNullParameter(eVar, "name1"); - List list = f2610c.get(eVar); + List list = f2611c.get(eVar); return list == null ? n.emptyList() : list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java index d9be978b82..b2971960fb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java @@ -22,7 +22,7 @@ public final class b { public final s b; /* renamed from: c reason: collision with root package name */ - public final n f2611c; + public final n f2612c; public final f d; public final j e; public final p f; @@ -40,7 +40,7 @@ public final class b { public final l r; /* renamed from: s reason: collision with root package name */ - public final t f2612s; + public final t f2613s; public final c t; public final d0.e0.p.d.m0.n.l1.l u; public final e v; @@ -70,7 +70,7 @@ public final class b { m.checkNotNullParameter(eVar, "javaTypeEnhancementState"); this.a = oVar; this.b = sVar; - this.f2611c = nVar; + this.f2612c = nVar; this.d = fVar; this.e = jVar; this.f = pVar; @@ -86,7 +86,7 @@ public final class b { this.p = jVar2; this.q = cVar2; this.r = lVar; - this.f2612s = tVar; + this.f2613s = tVar; this.t = cVar3; this.u = lVar2; this.v = eVar; @@ -109,7 +109,7 @@ public final class b { } public final t getJavaClassesTracker() { - return this.f2612s; + return this.f2613s; } public final d0.e0.p.d.m0.e.a.g0.f getJavaPropertyInitializerEvaluator() { @@ -125,7 +125,7 @@ public final class b { } public final n getKotlinClassFinder() { - return this.f2611c; + return this.f2612c; } public final d0.e0.p.d.m0.n.l1.l getKotlinTypeChecker() { @@ -178,6 +178,6 @@ public final class b { public final b replace(g gVar) { m.checkNotNullParameter(gVar, "javaResolverCache"); - return new b(this.a, this.b, this.f2611c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2612s, this.t, this.u, this.v); + return new b(this.a, this.b, this.f2612c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2613s, this.t, this.u, this.v); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java index 9231ccd272..7e4a955e82 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java @@ -12,7 +12,7 @@ public final class g { public final k b; /* renamed from: c reason: collision with root package name */ - public final Lazy f2613c; + public final Lazy f2614c; public final Lazy d; public final d e; @@ -22,7 +22,7 @@ public final class g { m.checkNotNullParameter(lazy, "delegateForDefaultTypeQualifiers"); this.a = bVar; this.b = kVar; - this.f2613c = lazy; + this.f2614c = lazy; this.d = lazy; this.e = new d(this, kVar); } @@ -36,7 +36,7 @@ public final class g { } public final Lazy getDelegateForDefaultTypeQualifiers$descriptors_jvm() { - return this.f2613c; + return this.f2614c; } public final c0 getModule() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java index 5b21b9e7b7..43cbb9b20c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java @@ -15,7 +15,7 @@ public final class h implements k { public final m b; /* renamed from: c reason: collision with root package name */ - public final int f2614c; + public final int f2615c; public final Map d; public final i e; @@ -46,7 +46,7 @@ public final class h implements k { d0.z.d.m.checkNotNullParameter(zVar, "typeParameterOwner"); this.a = gVar; this.b = mVar; - this.f2614c = i; + this.f2615c = i; this.d = d0.e0.p.d.m0.p.a.mapToIndex(zVar.getTypeParameters()); this.e = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); } @@ -64,7 +64,7 @@ public final class h implements k { } public static final /* synthetic */ int access$getTypeParametersIndexOffset$p(h hVar) { - return hVar.f2614c; + return hVar.f2615c; } @Override // d0.e0.p.d.m0.e.a.i0.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java index 3c0761ae77..e1e4b6f52a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java @@ -29,7 +29,7 @@ public class a implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2615c; + public final Function1 f2616c; public final Map> d; public final Map e; public final Map f; @@ -66,7 +66,7 @@ public class a implements b { this.a = gVar; this.b = function1; C0226a aVar = new C0226a(this); - this.f2615c = aVar; + this.f2616c = aVar; Sequence filter = d0.f0.q.filter(u.asSequence(gVar.getMethods()), aVar); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Object obj : filter) { @@ -135,7 +135,7 @@ public class a implements b { @Override // d0.e0.p.d.m0.e.a.i0.l.b public Set getMethodNames() { - Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2615c); + Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2616c); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (t tVar : filter) { linkedHashSet.add(tVar.getName()); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java index 7cca0f86a2..f88061f7e4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java @@ -31,7 +31,7 @@ public final class d implements i { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(d.class), "kotlinScopes", "getKotlinScopes()[Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final g f2616c; + public final g f2617c; public final i d; public final j e; public final j f; @@ -68,14 +68,14 @@ public final class d implements i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(uVar, "jPackage"); m.checkNotNullParameter(iVar, "packageFragment"); - this.f2616c = gVar; + this.f2617c = gVar; this.d = iVar; this.e = new j(gVar, uVar, iVar); this.f = gVar.getStorageManager().createLazyValue(new a(this)); } public static final /* synthetic */ g access$getC$p(d dVar) { - return dVar.f2616c; + return dVar.f2617c; } public static final /* synthetic */ i access$getPackageFragment$p(d dVar) { @@ -209,6 +209,6 @@ public final class d implements i { public void recordLookup(e eVar, b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2616c.getComponents().getLookupTracker(), bVar, this.d, eVar); + d0.e0.p.d.m0.d.a.record(this.f2617c.getComponents().getLookupTracker(), bVar, this.d, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java index 7771a73e3d..3d6ab669ea 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java @@ -34,7 +34,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { public final g b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.k0.a f2617c; + public final d0.e0.p.d.m0.e.a.k0.a f2618c; public final k d; public final j e; public final d0.e0.p.d.m0.e.a.j0.a f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(aVar, "javaAnnotation"); this.b = gVar; - this.f2617c = aVar; + this.f2618c = aVar; this.d = gVar.getStorageManager().createNullableLazyValue(new b(this)); this.e = gVar.getStorageManager().createLazyValue(new c(this)); this.f = gVar.getComponents().getSourceElementFactory().source(aVar); @@ -154,7 +154,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.a access$getJavaAnnotation$p(e eVar) { - return eVar.f2617c; + return eVar.f2618c; } public static final /* synthetic */ d0.e0.p.d.m0.k.v.g access$resolveAnnotationArgument(e eVar, d0.e0.p.d.m0.e.a.k0.b bVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java index a415d42a98..0305dbd2f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java @@ -52,20 +52,20 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final d0.e0.p.d.m0.e.a.k0.g r; /* renamed from: s reason: collision with root package name */ - public final e f2618s; + public final e f2619s; public final d0.e0.p.d.m0.e.a.i0.g t; public final d0.e0.p.d.m0.c.f u; public final z v; public final f1 w; /* renamed from: x reason: collision with root package name */ - public final boolean f2619x; + public final boolean f2620x; /* renamed from: y reason: collision with root package name */ - public final b f2620y; + public final b f2621y; /* renamed from: z reason: collision with root package name */ - public final h f2621z; + public final h f2622z; /* compiled from: LazyJavaClassDescriptor.kt */ public static final class a { @@ -77,7 +77,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2622c; + public final j> f2623c; public final /* synthetic */ f d; /* compiled from: LazyJavaClassDescriptor.kt */ @@ -103,7 +103,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { super(f.access$getC$p(fVar).getStorageManager()); m.checkNotNullParameter(fVar, "this$0"); this.d = fVar; - this.f2622c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); + this.f2623c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); } /* JADX WARNING: Code restructure failed: missing block: B:22:0x0073, code lost: @@ -249,7 +249,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2622c.mo1invoke(); + return this.f2623c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -325,7 +325,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { m.checkNotNullParameter(gVar2, "jClass"); this.q = gVar; this.r = gVar2; - this.f2618s = eVar; + this.f2619s = eVar; d0.e0.p.d.m0.e.a.i0.g childForClassOrPackage$default = d0.e0.p.d.m0.e.a.i0.a.childForClassOrPackage$default(gVar, this, gVar2, 0, 4, null); this.t = childForClassOrPackage$default; ((g.a) childForClassOrPackage$default.getComponents().getJavaResolverCache()).recordClass(gVar2, this); @@ -338,10 +338,10 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } this.v = zVar; this.w = gVar2.getVisibility(); - this.f2619x = gVar2.getOuterClass() != null && !gVar2.isStatic(); - this.f2620y = new b(this); + this.f2620x = gVar2.getOuterClass() != null && !gVar2.isStatic(); + this.f2621y = new b(this); h hVar = new h(childForClassOrPackage$default, this, gVar2, eVar != null, null, 16, null); - this.f2621z = hVar; + this.f2622z = hVar; this.A = r0.a.create(this, childForClassOrPackage$default.getStorageManager(), childForClassOrPackage$default.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new d(this)); this.B = new d0.e0.p.d.m0.k.a0.g(hVar); this.C = new o(childForClassOrPackage$default, gVar2, this); @@ -355,7 +355,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ e access$getAdditionalSupertypeClassDescriptor$p(f fVar) { - return fVar.f2618s; + return fVar.f2619s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.g access$getC$p(f fVar) { @@ -363,7 +363,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ h access$getUnsubstitutedMemberScope$p(f fVar) { - return fVar.f2621z; + return fVar.f2622z; } public final f copy$descriptors_jvm(d0.e0.p.d.m0.e.a.g0.g gVar, e eVar) { @@ -387,7 +387,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.e public List getConstructors() { - return this.f2621z.getConstructors$descriptors_jvm().mo1invoke(); + return this.f2622z.getConstructors$descriptors_jvm().mo1invoke(); } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -434,7 +434,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - return this.f2620y; + return this.f2621y; } @Override // d0.e0.p.d.m0.c.i1.a, d0.e0.p.d.m0.c.e @@ -500,7 +500,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.i public boolean isInner() { - return this.f2619x; + return this.f2620x; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java index c42928139f..488d607612 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java @@ -59,7 +59,7 @@ public final class h extends k { public final j> r; /* renamed from: s reason: collision with root package name */ - public final j> f2623s; + public final j> f2624s; public final d0.e0.p.d.m0.m.i t; /* compiled from: LazyJavaClassMemberScope.kt */ @@ -335,7 +335,7 @@ public final class h extends k { this.p = z2; this.q = gVar.getStorageManager().createLazyValue(new e(this, gVar)); this.r = gVar.getStorageManager().createLazyValue(new C0227h(this)); - this.f2623s = gVar.getStorageManager().createLazyValue(new f(this)); + this.f2624s = gVar.getStorageManager().createLazyValue(new f(this)); this.t = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new i(this, gVar)); } @@ -352,7 +352,7 @@ public final class h extends k { return null; } d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2625c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2626c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); if (isAnnotationType) { Collection methods = hVar.o.getMethods(); @@ -376,16 +376,16 @@ public final class h extends k { x returnType = rVar.getReturnType(); if (returnType instanceof d0.e0.p.d.m0.e.a.k0.f) { d0.e0.p.d.m0.e.a.k0.f fVar = (d0.e0.p.d.m0.e.a.k0.f) returnType; - pair = new Pair(hVar.f2625c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2625c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); + pair = new Pair(hVar.f2626c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2626c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); } else { - pair = new Pair(hVar.f2625c.getTypeResolver().transformJavaType(returnType, attributes$default), null); + pair = new Pair(hVar.f2626c.getTypeResolver().transformJavaType(returnType, attributes$default), null); } hVar.o(list, createJavaConstructor, 0, rVar, (c0) pair.component1(), (c0) pair.component2()); } int i2 = rVar != null ? 1 : 0; int i3 = 0; for (r rVar2 : list3) { - hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2625c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); + hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2626c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); i3++; } } else { @@ -395,13 +395,13 @@ public final class h extends k { createJavaConstructor.initialize(list, hVar.B(eVar)); createJavaConstructor.setHasStableParameterNames(true); createJavaConstructor.setReturnType(eVar.getDefaultType()); - ((g.a) hVar.f2625c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); + ((g.a) hVar.f2626c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); return createJavaConstructor; } public static final d0.e0.p.d.m0.c.d access$createDefaultRecordConstructor(h hVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2625c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2626c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); Collection recordComponents = hVar.o.getRecordComponents(); ArrayList arrayList = new ArrayList(recordComponents.size()); @@ -410,8 +410,8 @@ public final class h extends k { int i2 = 0; for (w wVar : recordComponents) { int i3 = i2 + 1; - c0 transformJavaType = hVar.f2625c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); - arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2625c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2625c.getComponents().getSourceElementFactory().source(wVar))); + c0 transformJavaType = hVar.f2626c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); + arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2626c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2626c.getComponents().getSourceElementFactory().source(wVar))); i2 = i3; attributes$default = attributes$default; c0Var = c0Var; @@ -424,7 +424,7 @@ public final class h extends k { } public static final /* synthetic */ j access$getEnumEntryIndex$p(h hVar) { - return hVar.f2623s; + return hVar.f2624s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.g access$getJClass$p(h hVar) { @@ -437,9 +437,9 @@ public final class h extends k { public static final d0.e0.p.d.m0.e.a.h0.c access$resolveConstructor(h hVar, k kVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2625c, kVar), false, hVar.f2625c.getComponents().getSourceElementFactory().source(kVar)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2626c, kVar), false, hVar.f2626c.getComponents().getSourceElementFactory().source(kVar)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor,\n c.resolveAnnotations(constructor), /* isPrimary = */\n false,\n c.components.sourceElementFactory.source(constructor)\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2625c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); + d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2626c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); k.b n = hVar.n(childForMethod, createJavaConstructor, kVar.getValueParameters()); List declaredTypeParameters = eVar.getDeclaredTypeParameters(); m.checkNotNullExpressionValue(declaredTypeParameters, "classDescriptor.declaredTypeParameters"); @@ -527,7 +527,7 @@ public final class h extends k { if (!m.areEqual(visibility, d0.e0.p.d.m0.e.a.w.b)) { return visibility; } - d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2641c; + d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2642c; m.checkNotNullExpressionValue(uVar, "PROTECTED_AND_PACKAGE"); return uVar; } @@ -753,7 +753,7 @@ public final class h extends k { @Override // d0.e0.p.d.m0.e.a.i0.l.k public Set a(d0.e0.p.d.m0.k.a0.d dVar, Function1 function1) { m.checkNotNullParameter(dVar, "kindFilter"); - return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2623s.mo1invoke().keySet()); + return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2624s.mo1invoke().keySet()); } @Override // d0.e0.p.d.m0.e.a.i0.l.k @@ -794,11 +794,11 @@ public final class h extends k { if (z2) { w findRecordComponentByName = this.f.mo1invoke().findRecordComponentByName(eVar); m.checkNotNull(findRecordComponentByName); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2625c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2625c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2626c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, recordComponent.name, c.components.sourceElementFactory.source(recordComponent), true\n )"); - createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2625c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); + createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2626c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); createJavaMethod.setParameterNamesStatus(false, false); - ((g.a) this.f2625c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); + ((g.a) this.f2626c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); collection.add(createJavaMethod); } } @@ -842,7 +842,7 @@ public final class h extends k { } } Collection create = d0.e0.p.d.m0.p.j.i.create(); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, emptyList(), ownerDescriptor, ErrorReporter.DO_NOTHING,\n c.components.kotlinTypeChecker.overridingUtil\n )"); q(eVar, collection, resolveOverridesForNonStaticMembers, collection, new a(this)); q(eVar, collection, resolveOverridesForNonStaticMembers, create, new b(this)); @@ -861,12 +861,12 @@ public final class h extends k { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(collection, "result"); if (this.o.isAnnotationType() && (rVar = (r) d0.t.u.singleOrNull(this.f.mo1invoke().findMethodsByName(eVar))) != null) { - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2625c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2625c.getComponents().getSourceElementFactory().source(rVar), false); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2626c.getComponents().getSourceElementFactory().source(rVar), false); m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, modality, method.visibility.toDescriptorVisibility(),\n /* isVar = */ false, method.name, c.components.sourceElementFactory.source(method),\n /* isStaticFinal = */ false\n )"); d0.e0.p.d.m0.c.i1.d0 createDefaultGetter = d0.e0.p.d.m0.k.d.createDefaultGetter(create, d0.e0.p.d.m0.c.g1.g.f.getEMPTY()); m.checkNotNullExpressionValue(createDefaultGetter, "createDefaultGetter(propertyDescriptor, Annotations.EMPTY)"); create.initialize(createDefaultGetter, null); - c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2625c, create, rVar, 0, 4, null)); + c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2626c, create, rVar, 0, 4, null)); create.setType(e2, d0.t.n.emptyList(), i(), null); createDefaultGetter.initialize(e2); collection.add(create); @@ -878,7 +878,7 @@ public final class h extends k { d0.e0.p.d.m0.p.j create3 = bVar.create(); r(D, collection, create2, new c(this)); r(o0.minus((Set) D, (Iterable) create2), create3, null, new d(this)); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2625c.getComponents().getErrorReporter(), this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name,\n propertiesFromSupertypes + propertiesOverridesFromSuperTypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForNonStaticMembers); } @@ -958,7 +958,7 @@ public final class h extends k { m.checkNotNullParameter(list, "methodTypeParameters"); m.checkNotNullParameter(c0Var, "returnType"); m.checkNotNullParameter(list2, "valueParameters"); - j.b resolvePropagatedSignature = ((j.a) this.f2625c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); + j.b resolvePropagatedSignature = ((j.a) this.f2626c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); m.checkNotNullExpressionValue(resolvePropagatedSignature, "c.components.signaturePropagator.resolvePropagatedSignature(\n method, ownerDescriptor, returnType, null, valueParameters, methodTypeParameters\n )"); c0 returnType = resolvePropagatedSignature.getReturnType(); m.checkNotNullExpressionValue(returnType, "propagated.returnType"); @@ -978,11 +978,11 @@ public final class h extends k { d0.e0.p.d.m0.g.e name = rVar.getName(); c0 makeNotNullable = e1.makeNotNullable(c0Var); m.checkNotNullExpressionValue(makeNotNullable, "makeNotNullable(returnType)"); - list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2625c.getComponents().getSourceElementFactory().source(rVar))); + list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2626c.getComponents().getSourceElementFactory().source(rVar))); } public final void p(Collection collection, d0.e0.p.d.m0.g.e eVar, Collection collection2, boolean z2) { - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2625c.getComponents().getErrorReporter(), this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); if (!z2) { collection.addAll(resolveOverridesForNonStaticMembers); @@ -1185,12 +1185,12 @@ public final class h extends k { public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2625c.getComponents().getLookupTracker(), bVar, this.n, eVar); + d0.e0.p.d.m0.d.a.record(this.f2626c.getComponents().getLookupTracker(), bVar, this.n, eVar); } public final Collection s() { if (!this.p) { - return this.f2625c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); + return this.f2626c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); } Collection supertypes = this.n.getTypeConstructor().getSupertypes(); m.checkNotNullExpressionValue(supertypes, "ownerDescriptor.typeConstructor.supertypes"); @@ -1234,7 +1234,7 @@ public final class h extends k { } /* JADX WARNING: Code restructure failed: missing block: B:15:0x004d, code lost: - if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2625c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; + if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2626c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; */ public final t0 u(t0 t0Var) { d0.e0.p.d.m0.g.b bVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java index 69ef847343..4e768782d2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java @@ -31,7 +31,7 @@ public final class i extends a0 { public final d r; /* renamed from: s reason: collision with root package name */ - public final j> f2624s; + public final j> f2625s; public final d0.e0.p.d.m0.c.g1.g t; /* compiled from: LazyJavaPackageFragment.kt */ @@ -132,7 +132,7 @@ public final class i extends a0 { this.p = childForClassOrPackage$default; this.q = childForClassOrPackage$default.getStorageManager().createLazyValue(new a(this)); this.r = new d(childForClassOrPackage$default, uVar, this); - this.f2624s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); + this.f2625s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); this.t = childForClassOrPackage$default.getComponents().getJavaTypeEnhancementState().getDisabledDefaultAnnotations() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : e.resolveAnnotations(childForClassOrPackage$default, uVar); childForClassOrPackage$default.getStorageManager().createLazyValue(new b(this)); } @@ -170,7 +170,7 @@ public final class i extends a0 { } public final List getSubPackageFqNames$descriptors_jvm() { - return this.f2624s.mo1invoke(); + return this.f2625s.mo1invoke(); } @Override // d0.e0.p.d.m0.c.i1.a0, d0.e0.p.d.m0.c.i1.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java index 28eef7ac8c..78bc49f26e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java @@ -205,7 +205,7 @@ public final class j extends r { if (pVar.getClassHeader().getKind() != a.EnumC0236a.CLASS) { return b.c.a; } - e resolveClass = jVar.f2625c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); + e resolveClass = jVar.f2626c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); return resolveClass != null ? new b.a(resolveClass) : b.C0228b.a; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java index 282f98e57c..5b719c5595 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java @@ -44,7 +44,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "functionNamesLazy", "getFunctionNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "propertyNamesLazy", "getPropertyNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "classNamesLazy", "getClassNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.i0.g f2625c; + public final d0.e0.p.d.m0.e.a.i0.g f2626c; public final k d; public final d0.e0.p.d.m0.m.j> e; public final d0.e0.p.d.m0.m.j f; @@ -62,7 +62,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2626c; + public final List f2627c; public final List d; public final boolean e; public final List f; @@ -77,7 +77,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { d0.z.d.m.checkNotNullParameter(list3, "errors"); this.a = c0Var; this.b = c0Var2; - this.f2626c = list; + this.f2627c = list; this.d = list2; this.e = z2; this.f = list3; @@ -91,7 +91,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { return false; } a aVar = (a) obj; - return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2626c, aVar.f2626c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); + return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2627c, aVar.f2627c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); } public final List getErrors() { @@ -115,14 +115,14 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } public final List getValueParameters() { - return this.f2626c; + return this.f2627c; } public int hashCode() { int hashCode = this.a.hashCode() * 31; c0 c0Var = this.b; int hashCode2 = c0Var == null ? 0 : c0Var.hashCode(); - int hashCode3 = (this.d.hashCode() + ((this.f2626c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; + int hashCode3 = (this.d.hashCode() + ((this.f2627c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; boolean z2 = this.e; if (z2) { z2 = true; @@ -139,7 +139,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { P.append(", receiverType="); P.append(this.b); P.append(", valueParameters="); - P.append(this.f2626c); + P.append(this.f2627c); P.append(", typeParameters="); P.append(this.d); P.append(", hasStableParameterNames="); @@ -283,7 +283,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { for (r rVar : this.this$0.f.mo1invoke().findMethodsByName(eVar)) { d0.e0.p.d.m0.e.a.h0.f m = this.this$0.m(rVar); if (this.this$0.k(m)) { - ((g.a) this.this$0.f2625c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); + ((g.a) this.this$0.f2626c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); arrayList.add(m); } } @@ -342,7 +342,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { LinkedHashSet linkedHashSet = new LinkedHashSet((Collection) ((f.m) k.access$getDeclaredFunctions$p(this.this$0)).invoke(eVar)); k.access$retainMostSpecificMethods(this.this$0, linkedHashSet); this.this$0.f(linkedHashSet, eVar); - return u.toList(this.this$0.f2625c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2625c, linkedHashSet)); + return u.toList(this.this$0.f2626c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2626c, linkedHashSet)); } } @@ -361,7 +361,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { ArrayList arrayList = new ArrayList(); d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, k.access$getDeclaredField$p(this.this$0).invoke(eVar)); this.this$0.g(eVar, arrayList); - return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2625c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2625c, arrayList)); + return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2626c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2626c, arrayList)); } } @@ -386,7 +386,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public k(d0.e0.p.d.m0.e.a.i0.g gVar, k kVar) { d0.z.d.m.checkNotNullParameter(gVar, "c"); - this.f2625c = gVar; + this.f2626c = gVar; this.d = kVar; this.e = gVar.getStorageManager().createRecursionTolerantLazyValue(new c(this), d0.t.n.emptyList()); this.f = gVar.getStorageManager().createLazyValue(new g(this)); @@ -418,10 +418,10 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final n0 access$resolveProperty(k kVar, n nVar) { Objects.requireNonNull(kVar); boolean z2 = true; - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2625c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2625c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2626c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2626c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); d0.z.d.m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, Modality.FINAL, field.visibility.toDescriptorVisibility(), isVar, field.name,\n c.components.sourceElementFactory.source(field), /* isConst = */ field.isFinalStatic\n )"); create.initialize(null, null, null, null); - c0 transformJavaType = kVar.f2625c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); + c0 transformJavaType = kVar.f2626c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); if (d0.e0.p.d.m0.b.h.isPrimitiveType(transformJavaType) || d0.e0.p.d.m0.b.h.isString(transformJavaType)) { if (nVar.isFinal() && nVar.isStatic()) { } @@ -433,9 +433,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } create.setType(transformJavaType, d0.t.n.emptyList(), kVar.i(), null); if (d0.e0.p.d.m0.k.e.shouldRecordInitializerForProperty(create, create.getType())) { - create.setCompileTimeInitializer(kVar.f2625c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); + create.setCompileTimeInitializer(kVar.f2626c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); } - ((g.a) kVar.f2625c.getComponents().getJavaResolverCache()).recordField(nVar, create); + ((g.a) kVar.f2626c.getComponents().getJavaResolverCache()).recordField(nVar, create); return create; } @@ -532,9 +532,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final d0.e0.p.d.m0.e.a.h0.f m(r rVar) { d0.z.d.m.checkNotNullParameter(rVar, "method"); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2625c, rVar), rVar.getName(), this.f2625c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2626c, rVar), rVar.getName(), this.f2626c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); d0.z.d.m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, method.name, c.components.sourceElementFactory.source(method),\n declaredMemberIndex().findRecordComponentByName(method.name) != null && method.valueParameters.isEmpty()\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2625c, createJavaMethod, rVar, 0, 4, null); + d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2626c, createJavaMethod, rVar, 0, 4, null); List typeParameters = rVar.getTypeParameters(); List arrayList = new ArrayList<>(d0.t.o.collectionSizeOrDefault(typeParameters, 10)); for (d0.e0.p.d.m0.e.a.k0.y yVar : typeParameters) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java index e0559254f5..67e3b6d7f7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java @@ -22,6 +22,6 @@ public final class l extends o implements Function0> { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final g mo1invoke() { - return this.this$0.f2625c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); + return this.this$0.f2626c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java index 766c527917..f13b3cadcf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java @@ -83,7 +83,7 @@ public final class o extends r { } mutableSet.addAll(functionNames); if (this.n.isEnum()) { - mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2512c, d0.e0.p.d.m0.b.k.b})); + mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2513c, d0.e0.p.d.m0.b.k.b})); } return mutableSet; } @@ -98,13 +98,13 @@ public final class o extends r { m.checkNotNullParameter(collection, "result"); m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); o parentJavaStaticClassScope = k.getParentJavaStaticClassScope(this.o); - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2625c.getComponents().getErrorReporter(), this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n functionsFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); if (!this.n.isEnum()) { return; } - if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2512c)) { + if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2513c)) { t0 createEnumValueOfMethod = d0.e0.p.d.m0.k.d.createEnumValueOfMethod(this.o); m.checkNotNullExpressionValue(createEnumValueOfMethod, "createEnumValueOfMethod(ownerDescriptor)"); collection.add(createEnumValueOfMethod); @@ -123,7 +123,7 @@ public final class o extends r { LinkedHashSet linkedHashSet = new LinkedHashSet(); d0.e0.p.d.m0.p.b.dfs(d0.t.m.listOf(fVar), p.a, new q(fVar, linkedHashSet, new a(eVar))); if (!collection.isEmpty()) { - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2625c.getComponents().getErrorReporter(), this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n propertiesFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); return; @@ -140,7 +140,7 @@ public final class o extends r { } ArrayList arrayList = new ArrayList(); for (Map.Entry entry : linkedHashMap.entrySet()) { - Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2625c.getComponents().getErrorReporter(), this.f2625c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2626c.getComponents().getErrorReporter(), this.f2626c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers2, "resolveOverridesForStaticMembers(\n name, it.value, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); r.addAll(arrayList, resolveOverridesForStaticMembers2); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java index 817a4b6ebb..af173653b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java @@ -14,14 +14,14 @@ public final class q extends b.AbstractC0292b { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function1> f2627c; + public final /* synthetic */ Function1> f2628c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1> */ /* JADX WARN: Multi-variable type inference failed */ public q(e eVar, Set set, Function1> function1) { this.a = eVar; this.b = set; - this.f2627c = function1; + this.f2628c = function1; } public boolean beforeChildren(e eVar) { @@ -34,7 +34,7 @@ public final class q extends b.AbstractC0292b { if (!(staticScope instanceof r)) { return true; } - this.b.addAll((Collection) this.f2627c.invoke(staticScope)); + this.b.addAll((Collection) this.f2628c.invoke(staticScope)); return false; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java index 55628c48c4..33adfcfacd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java @@ -21,7 +21,7 @@ import java.util.List; public final class s extends b { /* renamed from: s reason: collision with root package name */ - public final g f2628s; + public final g f2629s; public final y t; public final d u; @@ -31,7 +31,7 @@ public final class s extends b { d0.z.d.m.checkNotNullParameter(gVar, "c"); d0.z.d.m.checkNotNullParameter(yVar, "javaTypeParameter"); d0.z.d.m.checkNotNullParameter(mVar, "containingDeclaration"); - this.f2628s = gVar; + this.f2629s = gVar; this.t = yVar; this.u = new d(gVar, yVar, false, 4, null); } @@ -39,7 +39,7 @@ public final class s extends b { @Override // d0.e0.p.d.m0.c.i1.f public List b(List list) { d0.z.d.m.checkNotNullParameter(list, "bounds"); - return this.f2628s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2628s); + return this.f2629s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2629s); } @Override // d0.e0.p.d.m0.c.i1.f @@ -52,15 +52,15 @@ public final class s extends b { Collection upperBounds = this.t.getUpperBounds(); if (upperBounds.isEmpty()) { d0 d0Var = d0.a; - j0 anyType = this.f2628s.getModule().getBuiltIns().getAnyType(); + j0 anyType = this.f2629s.getModule().getBuiltIns().getAnyType(); d0.z.d.m.checkNotNullExpressionValue(anyType, "c.module.builtIns.anyType"); - j0 nullableAnyType = this.f2628s.getModule().getBuiltIns().getNullableAnyType(); + j0 nullableAnyType = this.f2629s.getModule().getBuiltIns().getNullableAnyType(); d0.z.d.m.checkNotNullExpressionValue(nullableAnyType, "c.module.builtIns.nullableAnyType"); return d0.t.m.listOf(d0.flexibleType(anyType, nullableAnyType)); } ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(upperBounds, 10)); for (j jVar : upperBounds) { - arrayList.add(this.f2628s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); + arrayList.add(this.f2629s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); } return arrayList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java index f7eb3dfb68..426840efde 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2629c; + public final boolean f2630c; public final z0 d; public a(k kVar, b bVar, boolean z2, z0 z0Var) { @@ -18,7 +18,7 @@ public final class a { m.checkNotNullParameter(bVar, "flexibility"); this.a = kVar; this.b = bVar; - this.f2629c = z2; + this.f2630c = z2; this.d = z0Var; } @@ -35,7 +35,7 @@ public final class a { bVar = aVar.b; } if ((i & 4) != 0) { - z2 = aVar.f2629c; + z2 = aVar.f2630c; } if ((i & 8) != 0) { z0Var = aVar.d; @@ -57,7 +57,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f2629c == aVar.f2629c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && this.b == aVar.b && this.f2630c == aVar.f2630c && m.areEqual(this.d, aVar.d); } public final b getFlexibility() { @@ -74,7 +74,7 @@ public final class a { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2629c; + boolean z2 = this.f2630c; if (z2) { z2 = true; } @@ -87,7 +87,7 @@ public final class a { } public final boolean isForAnnotationParameter() { - return this.f2629c; + return this.f2630c; } public String toString() { @@ -96,7 +96,7 @@ public final class a { P.append(", flexibility="); P.append(this.b); P.append(", isForAnnotationParameter="); - P.append(this.f2629c); + P.append(this.f2630c); P.append(", upperBoundOfTypeParameter="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java index 04682bae25..094c823ea9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java @@ -28,7 +28,7 @@ public final class f extends z0 { public static final f b = new f(); /* renamed from: c reason: collision with root package name */ - public static final a f2630c; + public static final a f2631c; public static final a d; /* compiled from: RawType.kt */ @@ -64,7 +64,7 @@ public final class f extends z0 { static { k kVar = k.COMMON; - f2630c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); + f2631c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); d = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_UPPER_BOUND); } @@ -121,7 +121,7 @@ public final class f extends z0 { if (declarationDescriptor instanceof e) { d0.e0.p.d.m0.c.h declarationDescriptor2 = y.upperIfFlexible(c0Var).getConstructor().getDeclarationDescriptor(); if (declarationDescriptor2 instanceof e) { - Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2630c); + Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2631c); j0 component1 = a2.component1(); boolean booleanValue = a2.component2().booleanValue(); Pair a3 = a(y.upperIfFlexible(c0Var), (e) declarationDescriptor2, d); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java index 0b1a5a7b0f..3dba5bd93b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java @@ -34,13 +34,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f2631c; + public final boolean f2632c; public a(c0 c0Var, int i, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = i; - this.f2631c = z2; + this.f2632c = z2; } public final int getSubtreeSize() { @@ -60,7 +60,7 @@ public final class d { } public final boolean getWereChanges() { - return this.f2631c; + return this.f2632c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java index 87be8ce9e2..426598ea8b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java @@ -7,7 +7,7 @@ public final class e { public static final e b = new e(null, null, false, false, 8, null); /* renamed from: c reason: collision with root package name */ - public final h f2632c; + public final h f2633c; public final f d; public final boolean e; public final boolean f; @@ -23,7 +23,7 @@ public final class e { } public e(h hVar, f fVar, boolean z2, boolean z3) { - this.f2632c = hVar; + this.f2633c = hVar; this.d = fVar; this.e = z2; this.f = z3; @@ -43,7 +43,7 @@ public final class e { } public final h getNullability() { - return this.f2632c; + return this.f2633c; } public final boolean isNotNullTypeParameter() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java index 8de0b4fe89..7e41f41550 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java @@ -10,7 +10,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2633c; + public static final e f2634c; public static final Map d; /* compiled from: predefinedEnhancementInfo.kt */ @@ -727,7 +727,7 @@ public final class j { static { h hVar = h.NOT_NULL; b = new e(hVar, null, false, false, 8, null); - f2633c = new e(hVar, null, true, false, 8, null); + f2634c = new e(hVar, null, true, false, 8, null); d0.e0.p.d.m0.e.b.w wVar = d0.e0.p.d.m0.e.b.w.a; String javaLang = wVar.javaLang("Object"); String javaFunction = wVar.javaFunction("Predicate"); @@ -774,7 +774,7 @@ public final class j { } public static final /* synthetic */ e access$getNOT_NULLABLE$p$s1730278749() { - return f2633c; + return f2634c; } public static final /* synthetic */ e access$getNOT_PLATFORM$p$s1730278749() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java index a6add56788..81153993f1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java @@ -48,7 +48,7 @@ public final class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f2634c; + public final d f2635c; /* compiled from: signatureEnhancement.kt */ public static class a { @@ -56,17 +56,17 @@ public final class l { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2635c; + public final boolean f2636c; public a(c0 c0Var, boolean z2, boolean z3) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = z2; - this.f2635c = z3; + this.f2636c = z3; } public final boolean getContainsFunctionN() { - return this.f2635c; + return this.f2636c; } public final c0 getType() { @@ -84,7 +84,7 @@ public final class l { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final Collection f2636c; + public final Collection f2637c; public final boolean d; public final g e; public final d0.e0.p.d.m0.e.a.a f; @@ -148,7 +148,7 @@ public final class l { l.this = lVar; this.a = aVar; this.b = c0Var; - this.f2636c = collection; + this.f2637c = collection; this.d = z2; this.e = gVar; this.f = aVar2; @@ -409,7 +409,7 @@ public final class l { i nullabilityQualifier; d0.e0.p.d.m0.c.g1.a aVar; boolean z8; - Collection collection = this.f2636c; + Collection collection = this.f2637c; int i3 = 10; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(collection, 10)); Iterator it2 = collection.iterator(); @@ -426,7 +426,7 @@ public final class l { ArrayList arrayList4 = new ArrayList(1); d(this, arrayList4, c0Var, this.e, null); if (this.d) { - Collection collection2 = this.f2636c; + Collection collection2 = this.f2637c; if (!(collection2 instanceof Collection) || !collection2.isEmpty()) { Iterator it3 = collection2.iterator(); while (true) { @@ -809,7 +809,7 @@ public final class l { m.checkNotNullParameter(dVar, "typeEnhancement"); this.a = cVar; this.b = eVar; - this.f2634c = dVar; + this.f2635c = dVar; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.c access$getAnnotationTypeQualifierResolver$p(l lVar) { @@ -817,7 +817,7 @@ public final class l { } public static final /* synthetic */ d access$getTypeEnhancement$p(l lVar) { - return lVar.f2634c; + return lVar.f2635c; } /* JADX INFO: Can't fix incorrect switch cases order, some code will duplicate */ diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java index 77b034dece..15e64e5ffd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java @@ -34,7 +34,7 @@ public final class q { public final List> b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public Pair f2637c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); + public Pair f2638c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); public final /* synthetic */ a d; public C0233a(a aVar, String str) { @@ -54,8 +54,8 @@ public final class q { while (it.hasNext()) { arrayList.add((String) ((Pair) it.next()).getFirst()); } - String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2637c.getFirst())); - w second = this.f2637c.getSecond(); + String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2638c.getFirst())); + w second = this.f2638c.getSecond(); List> list2 = this.b; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(list2, 10)); Iterator it2 = list2.iterator(); @@ -91,7 +91,7 @@ public final class q { m.checkNotNullParameter(dVar, "type"); String desc = dVar.getDesc(); m.checkNotNullExpressionValue(desc, "type.desc"); - this.f2637c = o.to(desc, null); + this.f2638c = o.to(desc, null); } public final void returns(String str, e... eVarArr) { @@ -102,7 +102,7 @@ public final class q { for (z zVar : withIndex) { linkedHashMap.put(Integer.valueOf(zVar.getIndex()), (e) zVar.getValue()); } - this.f2637c = o.to(str, new w(linkedHashMap)); + this.f2638c = o.to(str, new w(linkedHashMap)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java index c7c5bd3977..1ae7d70ac1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java @@ -11,14 +11,14 @@ public final class s { public final u b; /* renamed from: c reason: collision with root package name */ - public final z0 f2638c; + public final z0 f2639c; public final boolean d; public s(c0 c0Var, u uVar, z0 z0Var, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = uVar; - this.f2638c = z0Var; + this.f2639c = z0Var; this.d = z2; } @@ -31,7 +31,7 @@ public final class s { } public final z0 component3() { - return this.f2638c; + return this.f2639c; } public final boolean component4() { @@ -46,7 +46,7 @@ public final class s { return false; } s sVar = (s) obj; - return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2638c, sVar.f2638c) && this.d == sVar.d; + return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2639c, sVar.f2639c) && this.d == sVar.d; } public final c0 getType() { @@ -58,7 +58,7 @@ public final class s { u uVar = this.b; int i = 0; int hashCode2 = (hashCode + (uVar == null ? 0 : uVar.hashCode())) * 31; - z0 z0Var = this.f2638c; + z0 z0Var = this.f2639c; if (z0Var != null) { i = z0Var.hashCode(); } @@ -79,7 +79,7 @@ public final class s { P.append(", defaultQualifiers="); P.append(this.b); P.append(", typeParameterForArgument="); - P.append(this.f2638c); + P.append(this.f2639c); P.append(", isFromStarProjection="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java index 44406f9960..4fbd949318 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java @@ -16,13 +16,13 @@ public interface s { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final g f2639c; + public final g f2640c; public a(d0.e0.p.d.m0.g.a aVar, byte[] bArr, g gVar) { m.checkNotNullParameter(aVar, "classId"); this.a = aVar; this.b = bArr; - this.f2639c = gVar; + this.f2640c = gVar; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -38,7 +38,7 @@ public interface s { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2639c, aVar.f2639c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2640c, aVar.f2640c); } public final d0.e0.p.d.m0.g.a getClassId() { @@ -50,7 +50,7 @@ public interface s { byte[] bArr = this.b; int i = 0; int hashCode2 = (hashCode + (bArr == null ? 0 : Arrays.hashCode(bArr))) * 31; - g gVar = this.f2639c; + g gVar = this.f2640c; if (gVar != null) { i = gVar.hashCode(); } @@ -63,7 +63,7 @@ public interface s { P.append(", previouslyFoundClassFileContent="); P.append(Arrays.toString(this.b)); P.append(", outerClass="); - P.append(this.f2639c); + P.append(this.f2640c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java index 492c626432..a51ee5d295 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java @@ -12,7 +12,7 @@ public final class u { public final Collection b; /* renamed from: c reason: collision with root package name */ - public final boolean f2640c; + public final boolean f2641c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -21,7 +21,7 @@ public final class u { m.checkNotNullParameter(collection, "qualifierApplicabilityTypes"); this.a = iVar; this.b = collection; - this.f2640c = z2; + this.f2641c = z2; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -39,7 +39,7 @@ public final class u { collection = uVar.b; } if ((i & 4) != 0) { - z2 = uVar.f2640c; + z2 = uVar.f2641c; } return uVar.copy(iVar, collection, z2); } @@ -58,15 +58,15 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2640c == uVar.f2640c; + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2641c == uVar.f2641c; } public final boolean getAffectsTypeParameterBasedTypes() { - return this.f2640c; + return this.f2641c; } public final boolean getMakesTypeParameterNotNull() { - return this.a.getQualifier() == h.NOT_NULL && this.f2640c; + return this.a.getQualifier() == h.NOT_NULL && this.f2641c; } public final i getNullabilityQualifier() { @@ -79,7 +79,7 @@ public final class u { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2640c; + boolean z2 = this.f2641c; if (z2) { z2 = true; } @@ -95,7 +95,7 @@ public final class u { P.append(", qualifierApplicabilityTypes="); P.append(this.b); P.append(", affectsTypeParameterBasedTypes="); - P.append(this.f2640c); + P.append(this.f2641c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java index c021ca6567..a8178c687c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java @@ -17,7 +17,7 @@ public class w { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2641c; + public static final u f2642c; public static final Map d = new HashMap(); /* compiled from: JavaDescriptorVisibilities */ @@ -117,12 +117,12 @@ public class w { } static { - a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2576c); + a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2577c); a = aVar; - b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2578c); + b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2579c); b = bVar; - c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2577c); - f2641c = cVar; + c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2578c); + f2642c = cVar; d(aVar); d(bVar); d(cVar); @@ -181,7 +181,7 @@ public class w { } else if (c(e.unwrapFakeOverrideToAnyDeclaration(qVar), mVar)) { return true; } else { - return t.f2595c.isVisible(dVar, qVar, mVar); + return t.f2596c.isVisible(dVar, qVar, mVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java index fb12f9e3e3..03d400c64f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java @@ -275,7 +275,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public abstract p.a h(d0.e0.p.d.m0.g.a aVar, u0 u0Var, List list); public final List i(y yVar, d0.e0.p.d.m0.f.n nVar, EnumC0234a aVar) { - Boolean bool = d0.e0.p.d.m0.f.z.b.f2680z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2681z.get(nVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_CONST.get(proto.flags)"); boolean booleanValue = bool.booleanValue(); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; @@ -367,7 +367,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(c0Var, "expectedType"); - Boolean bool = d0.e0.p.d.m0.f.z.b.f2680z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2681z.get(nVar.getFlags()); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; p g = g(yVar, true, true, bool, d0.e0.p.d.m0.f.a0.b.h.isMovedFromInterfaceCompanion(nVar)); if (g == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java index 3696043c4a..ef23a62d32 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java @@ -20,7 +20,7 @@ public final class b implements p.d { public final /* synthetic */ HashMap> b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ HashMap f2642c; + public final /* synthetic */ HashMap f2643c; /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ public final class a extends C0235b implements p.e { @@ -55,12 +55,12 @@ public final class b implements p.d { public final ArrayList b = new ArrayList<>(); /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2643c; + public final /* synthetic */ b f2644c; public C0235b(b bVar, s sVar) { m.checkNotNullParameter(bVar, "this$0"); m.checkNotNullParameter(sVar, "signature"); - this.f2643c = bVar; + this.f2644c = bVar; this.a = sVar; } @@ -68,13 +68,13 @@ public final class b implements p.d { public p.a visitAnnotation(d0.e0.p.d.m0.g.a aVar, u0 u0Var) { m.checkNotNullParameter(aVar, "classId"); m.checkNotNullParameter(u0Var, "source"); - return a.access$loadAnnotationIfNotSpecial(this.f2643c.a, aVar, u0Var, this.b); + return a.access$loadAnnotationIfNotSpecial(this.f2644c.a, aVar, u0Var, this.b); } @Override // d0.e0.p.d.m0.e.b.p.c public void visitEnd() { if (!this.b.isEmpty()) { - this.f2643c.b.put(this.a, this.b); + this.f2644c.b.put(this.a, this.b); } } } @@ -82,7 +82,7 @@ public final class b implements p.d { public b(a aVar, HashMap> hashMap, HashMap hashMap2) { this.a = aVar; this.b = hashMap; - this.f2642c = hashMap2; + this.f2643c = hashMap2; } @Override // d0.e0.p.d.m0.e.b.p.d @@ -123,7 +123,7 @@ public final class b implements p.d { } g createConstantValue = h.a.createConstantValue(obj); if (createConstantValue != null) { - this.f2642c.put(fromFieldNameAndDesc, createConstantValue); + this.f2643c.put(fromFieldNameAndDesc, createConstantValue); } } return new C0235b(this, fromFieldNameAndDesc); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java index 0d13108601..bd0546fa25 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java @@ -16,7 +16,7 @@ public final class a { public final f b; /* renamed from: c reason: collision with root package name */ - public final String[] f2644c; + public final String[] f2645c; public final String[] d; public final String[] e; public final String f; @@ -36,7 +36,7 @@ public final class a { public static final Map j; /* renamed from: id reason: collision with root package name */ - private final int f2645id; + private final int f2646id; /* compiled from: KotlinClassHeader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b0.a$a$a reason: collision with other inner class name */ @@ -61,7 +61,7 @@ public final class a { } public EnumC0236a(int i2) { - this.f2645id = i2; + this.f2646id = i2; } public static final /* synthetic */ Map access$getEntryById$cp() { @@ -73,7 +73,7 @@ public final class a { } public final int getId() { - return this.f2645id; + return this.f2646id; } } @@ -83,7 +83,7 @@ public final class a { m.checkNotNullParameter(cVar, "bytecodeVersion"); this.a = aVar; this.b = fVar; - this.f2644c = strArr; + this.f2645c = strArr; this.d = strArr2; this.e = strArr3; this.f = str; @@ -95,7 +95,7 @@ public final class a { } public final String[] getData() { - return this.f2644c; + return this.f2645c; } public final String[] getIncompatibleData() { @@ -119,7 +119,7 @@ public final class a { } public final List getMultifilePartNames() { - String[] strArr = this.f2644c; + String[] strArr = this.f2645c; List list = null; if (!(getKind() == EnumC0236a.MULTIFILE_CLASS)) { strArr = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java index 58584e2a15..824e8c808c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java @@ -17,7 +17,7 @@ public class b implements p.c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public int[] f2646c = null; + public int[] f2647c = null; public d0.e0.p.d.m0.f.a0.b.c d = null; public String e = null; public int f = 0; @@ -133,7 +133,7 @@ public class b implements p.c { } } else if ("mv".equals(asString)) { if (obj instanceof int[]) { - b.this.f2646c = (int[]) obj; + b.this.f2647c = (int[]) obj; } } else if ("bv".equals(asString)) { if (obj instanceof int[]) { @@ -259,7 +259,7 @@ public class b implements p.c { if (obj instanceof int[]) { b bVar = b.this; int[] iArr = (int[]) obj; - bVar.f2646c = iArr; + bVar.f2647c = iArr; if (bVar.d == null) { bVar.d = new d0.e0.p.d.m0.f.a0.b.c(iArr); } @@ -352,11 +352,11 @@ public class b implements p.c { } public a createHeader() { - if (this.k == null || this.f2646c == null) { + if (this.k == null || this.f2647c == null) { return null; } boolean z2 = true; - d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2646c, (this.f & 8) != 0); + d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2647c, (this.f & 8) != 0); if (!fVar.isCompatible()) { this.j = this.h; this.h = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java index 59e973ff1e..40612df666 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java @@ -25,7 +25,7 @@ import java.util.List; public final class c extends a> { /* renamed from: c reason: collision with root package name */ - public final c0 f2647c; + public final c0 f2648c; public final d0 d; public final e e; @@ -35,7 +35,7 @@ public final class c extends a> { public final /* synthetic */ d0.e0.p.d.m0.c.e b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c f2648c; + public final /* synthetic */ c f2649c; public final /* synthetic */ List d; public final /* synthetic */ u0 e; @@ -46,13 +46,13 @@ public final class c extends a> { public final /* synthetic */ p.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a f2649c; + public final /* synthetic */ a f2650c; public final /* synthetic */ d0.e0.p.d.m0.g.e d; public final /* synthetic */ ArrayList e; public C0239a(p.a aVar, a aVar2, d0.e0.p.d.m0.g.e eVar, ArrayList arrayList) { this.b = aVar; - this.f2649c = aVar2; + this.f2650c = aVar2; this.d = eVar; this.e = arrayList; this.a = aVar; @@ -86,7 +86,7 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.a public void visitEnd() { this.b.visitEnd(); - a.access$getArguments$p(this.f2649c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); + a.access$getArguments$p(this.f2650c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); } @Override // d0.e0.p.d.m0.e.b.p.a @@ -104,18 +104,18 @@ public final class c extends a> { public final /* synthetic */ a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.g.e f2650c; + public final /* synthetic */ d0.e0.p.d.m0.g.e f2651c; public final /* synthetic */ d0.e0.p.d.m0.c.e d; public b(a aVar, d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.c.e eVar2) { this.b = aVar; - this.f2650c = eVar; + this.f2651c = eVar; this.d = eVar2; } @Override // d0.e0.p.d.m0.e.b.p.b public void visit(Object obj) { - this.a.add(a.access$createConstant(this.b, this.f2650c, obj)); + this.a.add(a.access$createConstant(this.b, this.f2651c, obj)); } @Override // d0.e0.p.d.m0.e.b.p.b @@ -126,10 +126,10 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.b public void visitEnd() { - c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2650c, this.d); + c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2651c, this.d); if (annotationParameterByName != null) { HashMap access$getArguments$p = a.access$getArguments$p(this.b); - d0.e0.p.d.m0.g.e eVar = this.f2650c; + d0.e0.p.d.m0.g.e eVar = this.f2651c; h hVar = h.a; List> compact = d0.e0.p.d.m0.p.a.compact(this.a); d0.e0.p.d.m0.n.c0 type = annotationParameterByName.getType(); @@ -148,7 +148,7 @@ public final class c extends a> { public a(d0.e0.p.d.m0.c.e eVar, c cVar, List list, u0 u0Var) { this.b = eVar; - this.f2648c = cVar; + this.f2649c = cVar; this.d = list; this.e = u0Var; } @@ -178,7 +178,7 @@ public final class c extends a> { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(aVar, "classId"); ArrayList arrayList = new ArrayList(); - c cVar = this.f2648c; + c cVar = this.f2649c; u0 u0Var = u0.a; m.checkNotNullExpressionValue(u0Var, "NO_SOURCE"); p.a h = cVar.h(aVar, u0Var, arrayList); @@ -220,7 +220,7 @@ public final class c extends a> { m.checkNotNullParameter(d0Var, "notFoundClasses"); m.checkNotNullParameter(oVar, "storageManager"); m.checkNotNullParameter(nVar, "kotlinClassFinder"); - this.f2647c = c0Var; + this.f2648c = c0Var; this.d = d0Var; this.e = new e(c0Var, d0Var); } @@ -230,6 +230,6 @@ public final class c extends a> { m.checkNotNullParameter(aVar, "annotationClassId"); m.checkNotNullParameter(u0Var, "source"); m.checkNotNullParameter(list, "result"); - return new a(w.findNonGenericClassAcrossDependencies(this.f2647c, aVar, this.d), this, list, u0Var); + return new a(w.findNonGenericClassAcrossDependencies(this.f2648c, aVar, this.d), this, list, u0Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java index 0f016c1ea6..4df5694693 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java @@ -27,7 +27,7 @@ public final class f { public static final Set b = m0.setOf(a.EnumC0236a.CLASS); /* renamed from: c reason: collision with root package name */ - public static final Set f2651c = n0.setOf((Object[]) new a.EnumC0236a[]{a.EnumC0236a.FILE_FACADE, a.EnumC0236a.MULTIFILE_CLASS_PART}); + public static final Set f2652c = n0.setOf((Object[]) new a.EnumC0236a[]{a.EnumC0236a.FILE_FACADE, a.EnumC0236a.MULTIFILE_CLASS_PART}); public static final d0.e0.p.d.m0.f.a0.b.f d = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 2); public static final d0.e0.p.d.m0.f.a0.b.f e = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 11); public static final d0.e0.p.d.m0.f.a0.b.f f = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 13); @@ -101,7 +101,7 @@ public final class f { Pair pair; m.checkNotNullParameter(e0Var, "descriptor"); m.checkNotNullParameter(pVar, "kotlinClass"); - String[] d2 = d(pVar, f2651c); + String[] d2 = d(pVar, f2652c); if (d2 == null || (strings = pVar.getClassHeader().getStrings()) == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java index 3502393f07..24f6c71b87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java @@ -16,7 +16,7 @@ public final class j implements f { public final c b; /* renamed from: c reason: collision with root package name */ - public final c f2652c; + public final c f2653c; public final p d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -43,7 +43,7 @@ public final class j implements f { m.checkNotNullParameter(cVar3, "nameResolver"); m.checkNotNullParameter(eVar, "abiStability"); this.b = cVar; - this.f2652c = cVar2; + this.f2653c = cVar2; this.d = pVar; g.f fVar = a.m; m.checkNotNullExpressionValue(fVar, "packageModuleName"); @@ -65,7 +65,7 @@ public final class j implements f { } public final c getFacadeClassName() { - return this.f2652c; + return this.f2653c; } public final p getKnownJvmBinaryClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java index f700eb6968..83086025b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java @@ -8,7 +8,7 @@ public abstract class k { public static final d b = new d(d0.e0.p.d.m0.k.y.d.BOOLEAN); /* renamed from: c reason: collision with root package name */ - public static final d f2653c = new d(d0.e0.p.d.m0.k.y.d.CHAR); + public static final d f2654c = new d(d0.e0.p.d.m0.k.y.d.CHAR); public static final d d = new d(d0.e0.p.d.m0.k.y.d.BYTE); public static final d e = new d(d0.e0.p.d.m0.k.y.d.SHORT); public static final d f = new d(d0.e0.p.d.m0.k.y.d.INT); @@ -115,7 +115,7 @@ public abstract class k { } public static final /* synthetic */ d access$getCHAR$cp() { - return f2653c; + return f2654c; } public static final /* synthetic */ d access$getDOUBLE$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java index 5f42bb13ab..5db0cfee05 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java @@ -146,6 +146,6 @@ public final class u { public static final k mapToJvmType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); - return (k) d.mapType$default(c0Var, m.a, z.f2654c, y.a, null, null, 32, null); + return (k) d.mapType$default(c0Var, m.a, z.f2655c, y.a, null, null, 32, null); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java index d763c70855..44da22286b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java @@ -12,7 +12,7 @@ public final class z { public static final z b; /* renamed from: c reason: collision with root package name */ - public static final z f2654c; + public static final z f2655c; public final boolean d; public final boolean e; public final boolean f; @@ -37,7 +37,7 @@ public final class z { z zVar2 = new z(false, false, false, false, false, null, false, null, null, true, FrameMetricsAggregator.EVERY_DURATION, null); b = zVar2; new z(false, true, false, false, false, null, false, null, null, false, PointerIconCompat.TYPE_GRABBING, null); - f2654c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); + f2655c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, false, false, zVar2, false, null, null, true, 476, null); new z(false, true, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, true, false, zVar, false, null, null, false, 983, null); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java index 43ff570978..d8e6e86a3d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java @@ -26,7 +26,7 @@ public final class a { public static final g.f b; /* renamed from: c reason: collision with root package name */ - public static final g.f f2655c; + public static final g.f f2656c; public static final g.f d; public static final g.f e; public static final g.f> f; @@ -1894,7 +1894,7 @@ public final class a { b = g.newSingularGeneratedExtension(i.getDefaultInstance(), c.getDefaultInstance(), c.getDefaultInstance(), null, 100, bVar, c.class); i defaultInstance4 = i.getDefaultInstance(); w.b bVar2 = w.b.INT32; - f2655c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); + f2656c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); d = g.newSingularGeneratedExtension(n.getDefaultInstance(), d.getDefaultInstance(), d.getDefaultInstance(), null, 100, bVar, d.class); e = g.newSingularGeneratedExtension(n.getDefaultInstance(), 0, null, null, 101, bVar2, Integer.class); f = g.newRepeatedGeneratedExtension(q.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 100, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -1910,7 +1910,7 @@ public final class a { public static void registerAllExtensions(d0.e0.p.d.m0.i.e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2655c); + eVar.add(f2656c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java index c449d8e85c..5c9c613485 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java @@ -17,7 +17,7 @@ public final class b { public static final String b = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); /* renamed from: c reason: collision with root package name */ - public static final Map f2656c; + public static final Map f2657c; static { int i = 0; @@ -78,7 +78,7 @@ public final class b { for (String str5 : n.listOf((Object[]) new String[]{"Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum"})) { a(linkedHashMap, m.stringPlus(str5, ".Companion"), b + "/jvm/internal/" + str5 + "CompanionObject"); } - f2656c = linkedHashMap; + f2657c = linkedHashMap; } public static final void a(Map map, String str, String str2) { @@ -87,7 +87,7 @@ public final class b { public static final String mapClass(String str) { m.checkNotNullParameter(str, "classId"); - String str2 = f2656c.get(str); + String str2 = f2657c.get(str); return str2 == null ? a.G(a.N('L'), t.replace$default(str, '.', '$', false, 4, (Object) null), ';') : str2; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java index 54cb3958db..021cdd4196 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java @@ -7,11 +7,11 @@ public final class d { public static final b.C0258b b = b.d.booleanFirst(); /* renamed from: c reason: collision with root package name */ - public static final b.C0258b f2657c; + public static final b.C0258b f2658c; static { b.C0258b booleanFirst = b.d.booleanFirst(); - f2657c = booleanFirst; + f2658c = booleanFirst; b.d.booleanAfter(booleanFirst); } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java index 9912b7f8fc..668c388253 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java @@ -22,7 +22,7 @@ public final class g implements c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final List f2658c; + public static final List f2659c; public final a.e d; public final String[] e; public final Set f; @@ -43,7 +43,7 @@ public final class g implements c { a = aVar; String joinToString$default = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); b = joinToString$default; - f2658c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); + f2659c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); Iterable withIndex = u.withIndex(aVar.getPREDEFINED_STRINGS()); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(withIndex, 10)), 16)); for (z zVar : withIndex) { @@ -79,7 +79,7 @@ public final class g implements c { } public static final /* synthetic */ List access$getPREDEFINED_STRINGS$cp() { - return f2658c; + return f2659c; } @Override // d0.e0.p.d.m0.f.z.c diff --git a/app/src/main/java/d0/e0/p/d/m0/f/b.java b/app/src/main/java/d0/e0/p/d/m0/f/b.java index 08d86e842b..52a9f54d7e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/b.java @@ -192,7 +192,7 @@ public final class b extends g implements o { public b r = b.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public List f2659s = Collections.emptyList(); + public List f2660s = Collections.emptyList(); public int t; public int u; @@ -242,10 +242,10 @@ public final class b extends g implements o { } c.h(cVar, this.r); if ((this.j & 256) == 256) { - this.f2659s = Collections.unmodifiableList(this.f2659s); + this.f2660s = Collections.unmodifiableList(this.f2660s); this.j &= -257; } - c.j(cVar, this.f2659s); + c.j(cVar, this.f2660s); if ((i & 512) == 512) { i2 |= 256; } @@ -302,15 +302,15 @@ public final class b extends g implements o { mergeAnnotation(cVar.getAnnotation()); } if (!c.i(cVar).isEmpty()) { - if (this.f2659s.isEmpty()) { - this.f2659s = c.i(cVar); + if (this.f2660s.isEmpty()) { + this.f2660s = c.i(cVar); this.j &= -257; } else { if ((this.j & 256) != 256) { - this.f2659s = new ArrayList(this.f2659s); + this.f2660s = new ArrayList(this.f2660s); this.j |= 256; } - this.f2659s.addAll(c.i(cVar)); + this.f2660s.addAll(c.i(cVar)); } } if (cVar.hasArrayDimensionCount()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/c.java b/app/src/main/java/d0/e0/p/d/m0/f/c.java index 21e23c1567..45251666d4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/c.java @@ -66,20 +66,20 @@ public final class c extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public List f2661s = Collections.emptyList(); + public List f2662s = Collections.emptyList(); public List t = Collections.emptyList(); public List u = Collections.emptyList(); public List v = Collections.emptyList(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public List f2662x = Collections.emptyList(); + public List f2663x = Collections.emptyList(); /* renamed from: y reason: collision with root package name */ - public List f2663y = Collections.emptyList(); + public List f2664y = Collections.emptyList(); /* renamed from: z reason: collision with root package name */ - public t f2664z = t.getDefaultInstance(); + public t f2665z = t.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public c build() { @@ -122,10 +122,10 @@ public final class c extends g.d implements o { } c.z(cVar, this.r); if ((this.l & 64) == 64) { - this.f2661s = Collections.unmodifiableList(this.f2661s); + this.f2662s = Collections.unmodifiableList(this.f2662s); this.l &= -65; } - c.B(cVar, this.f2661s); + c.B(cVar, this.f2662s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -147,19 +147,19 @@ public final class c extends g.d implements o { } c.J(cVar, this.w); if ((this.l & 2048) == 2048) { - this.f2662x = Collections.unmodifiableList(this.f2662x); + this.f2663x = Collections.unmodifiableList(this.f2663x); this.l &= -2049; } - c.i(cVar, this.f2662x); + c.i(cVar, this.f2663x); if ((this.l & 4096) == 4096) { - this.f2663y = Collections.unmodifiableList(this.f2663y); + this.f2664y = Collections.unmodifiableList(this.f2664y); this.l &= -4097; } - c.k(cVar, this.f2663y); + c.k(cVar, this.f2664y); if ((i & 8192) == 8192) { i2 |= 8; } - c.l(cVar, this.f2664z); + c.l(cVar, this.f2665z); if ((this.l & 16384) == 16384) { this.A = Collections.unmodifiableList(this.A); this.l &= -16385; @@ -228,15 +228,15 @@ public final class c extends g.d implements o { } } if (!c.A(cVar).isEmpty()) { - if (this.f2661s.isEmpty()) { - this.f2661s = c.A(cVar); + if (this.f2662s.isEmpty()) { + this.f2662s = c.A(cVar); this.l &= -65; } else { if ((this.l & 64) != 64) { - this.f2661s = new ArrayList(this.f2661s); + this.f2662s = new ArrayList(this.f2662s); this.l |= 64; } - this.f2661s.addAll(c.A(cVar)); + this.f2662s.addAll(c.A(cVar)); } } if (!c.C(cVar).isEmpty()) { @@ -288,27 +288,27 @@ public final class c extends g.d implements o { } } if (!c.h(cVar).isEmpty()) { - if (this.f2662x.isEmpty()) { - this.f2662x = c.h(cVar); + if (this.f2663x.isEmpty()) { + this.f2663x = c.h(cVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2662x = new ArrayList(this.f2662x); + this.f2663x = new ArrayList(this.f2663x); this.l |= 2048; } - this.f2662x.addAll(c.h(cVar)); + this.f2663x.addAll(c.h(cVar)); } } if (!c.j(cVar).isEmpty()) { - if (this.f2663y.isEmpty()) { - this.f2663y = c.j(cVar); + if (this.f2664y.isEmpty()) { + this.f2664y = c.j(cVar); this.l &= -4097; } else { if ((this.l & 4096) != 4096) { - this.f2663y = new ArrayList(this.f2663y); + this.f2664y = new ArrayList(this.f2664y); this.l |= 4096; } - this.f2663y.addAll(c.j(cVar)); + this.f2664y.addAll(c.j(cVar)); } } if (cVar.hasTypeTable()) { @@ -359,10 +359,10 @@ public final class c extends g.d implements o { } public b mergeTypeTable(t tVar) { - if ((this.l & 8192) != 8192 || this.f2664z == t.getDefaultInstance()) { - this.f2664z = tVar; + if ((this.l & 8192) != 8192 || this.f2665z == t.getDefaultInstance()) { + this.f2665z = tVar; } else { - this.f2664z = t.newBuilder(this.f2664z).mergeFrom(tVar).buildPartial(); + this.f2665z = t.newBuilder(this.f2665z).mergeFrom(tVar).buildPartial(); } this.l |= 8192; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/i.java b/app/src/main/java/d0/e0/p/d/m0/f/i.java index 93d4c29c8d..8aca1b0b84 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/i.java @@ -57,14 +57,14 @@ public final class i extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2665s = q.getDefaultInstance(); + public q f2666s = q.getDefaultInstance(); public int t; public List u = Collections.emptyList(); public t v = t.getDefaultInstance(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public e f2666x = e.getDefaultInstance(); + public e f2667x = e.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public i build() { @@ -107,7 +107,7 @@ public final class i extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - i.o(iVar, this.f2665s); + i.o(iVar, this.f2666s); if ((i & 128) == 128) { i2 |= 64; } @@ -129,7 +129,7 @@ public final class i extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 256; } - i.v(iVar, this.f2666x); + i.v(iVar, this.f2667x); i.w(iVar, i2); return iVar; } @@ -140,10 +140,10 @@ public final class i extends g.d implements o { } public b mergeContract(e eVar) { - if ((this.l & 2048) != 2048 || this.f2666x == e.getDefaultInstance()) { - this.f2666x = eVar; + if ((this.l & 2048) != 2048 || this.f2667x == e.getDefaultInstance()) { + this.f2667x = eVar; } else { - this.f2666x = e.newBuilder(this.f2666x).mergeFrom(eVar).buildPartial(); + this.f2667x = e.newBuilder(this.f2667x).mergeFrom(eVar).buildPartial(); } this.l |= 2048; return this; @@ -246,10 +246,10 @@ public final class i extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2665s == q.getDefaultInstance()) { - this.f2665s = qVar; + if ((this.l & 64) != 64 || this.f2666s == q.getDefaultInstance()) { + this.f2666s = qVar; } else { - this.f2665s = q.newBuilder(this.f2665s).mergeFrom(qVar).buildPartial(); + this.f2666s = q.newBuilder(this.f2666s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/n.java b/app/src/main/java/d0/e0/p/d/m0/f/n.java index f21d9f9d08..a395e19e7a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/n.java @@ -55,14 +55,14 @@ public final class n extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2667s = q.getDefaultInstance(); + public q f2668s = q.getDefaultInstance(); public int t; public u u = u.getDefaultInstance(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public List f2668x = Collections.emptyList(); + public List f2669x = Collections.emptyList(); @Override // d0.e0.p.d.m0.i.n.a public n build() { @@ -105,7 +105,7 @@ public final class n extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - n.o(nVar, this.f2667s); + n.o(nVar, this.f2668s); if ((i & 128) == 128) { i2 |= 64; } @@ -123,10 +123,10 @@ public final class n extends g.d implements o { } n.s(nVar, this.w); if ((this.l & 2048) == 2048) { - this.f2668x = Collections.unmodifiableList(this.f2668x); + this.f2669x = Collections.unmodifiableList(this.f2669x); this.l &= -2049; } - n.u(nVar, this.f2668x); + n.u(nVar, this.f2669x); n.v(nVar, i2); return nVar; } @@ -183,15 +183,15 @@ public final class n extends g.d implements o { setSetterFlags(nVar.getSetterFlags()); } if (!n.t(nVar).isEmpty()) { - if (this.f2668x.isEmpty()) { - this.f2668x = n.t(nVar); + if (this.f2669x.isEmpty()) { + this.f2669x = n.t(nVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2668x = new ArrayList(this.f2668x); + this.f2669x = new ArrayList(this.f2669x); this.l |= 2048; } - this.f2668x.addAll(n.t(nVar)); + this.f2669x.addAll(n.t(nVar)); } } b(nVar); @@ -224,10 +224,10 @@ public final class n extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2667s == q.getDefaultInstance()) { - this.f2667s = qVar; + if ((this.l & 64) != 64 || this.f2668s == q.getDefaultInstance()) { + this.f2668s = qVar; } else { - this.f2667s = q.newBuilder(this.f2667s).mergeFrom(qVar).buildPartial(); + this.f2668s = q.newBuilder(this.f2668s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/q.java b/app/src/main/java/d0/e0/p/d/m0/f/q.java index 793c780183..e7934d3861 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/q.java @@ -429,20 +429,20 @@ public final class q extends g.d implements o { public int r; /* renamed from: s reason: collision with root package name */ - public int f2669s; + public int f2670s; public int t; public int u; public q v = q.getDefaultInstance(); public int w; /* renamed from: x reason: collision with root package name */ - public q f2670x = q.getDefaultInstance(); + public q f2671x = q.getDefaultInstance(); /* renamed from: y reason: collision with root package name */ - public int f2671y; + public int f2672y; /* renamed from: z reason: collision with root package name */ - public int f2672z; + public int f2673z; @Override // d0.e0.p.d.m0.i.n.a public q build() { @@ -485,7 +485,7 @@ public final class q extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - q.o(qVar, this.f2669s); + q.o(qVar, this.f2670s); if ((i & 128) == 128) { i2 |= 64; } @@ -505,15 +505,15 @@ public final class q extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 1024; } - q.t(qVar, this.f2670x); + q.t(qVar, this.f2671x); if ((i & 4096) == 4096) { i2 |= 2048; } - q.u(qVar, this.f2671y); + q.u(qVar, this.f2672y); if ((i & 8192) == 8192) { i2 |= 4096; } - q.v(qVar, this.f2672z); + q.v(qVar, this.f2673z); q.w(qVar, i2); return qVar; } @@ -524,10 +524,10 @@ public final class q extends g.d implements o { } public c mergeAbbreviatedType(q qVar) { - if ((this.l & 2048) != 2048 || this.f2670x == q.getDefaultInstance()) { - this.f2670x = qVar; + if ((this.l & 2048) != 2048 || this.f2671x == q.getDefaultInstance()) { + this.f2671x = qVar; } else { - this.f2670x = q.newBuilder(this.f2670x).mergeFrom(qVar).buildPartial(); + this.f2671x = q.newBuilder(this.f2671x).mergeFrom(qVar).buildPartial(); } this.l |= 2048; return this; @@ -639,7 +639,7 @@ public final class q extends g.d implements o { public c setAbbreviatedTypeId(int i) { this.l |= 4096; - this.f2671y = i; + this.f2672y = i; return this; } @@ -651,7 +651,7 @@ public final class q extends g.d implements o { public c setFlags(int i) { this.l |= 8192; - this.f2672z = i; + this.f2673z = i; return this; } @@ -687,7 +687,7 @@ public final class q extends g.d implements o { public c setTypeParameter(int i) { this.l |= 64; - this.f2669s = i; + this.f2670s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/r.java b/app/src/main/java/d0/e0/p/d/m0/f/r.java index dd5dd7e92c..59bf4199cf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/r.java @@ -52,7 +52,7 @@ public final class r extends g.d implements o { public q r = q.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public int f2673s; + public int f2674s; public List t = Collections.emptyList(); public List u = Collections.emptyList(); @@ -97,7 +97,7 @@ public final class r extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - r.o(rVar, this.f2673s); + r.o(rVar, this.f2674s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -226,7 +226,7 @@ public final class r extends g.d implements o { public b setExpandedTypeId(int i) { this.l |= 64; - this.f2673s = i; + this.f2674s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java index 95ea866a4f..2ae09df810 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java @@ -20,7 +20,7 @@ public final class b { public static final g.f> b; /* renamed from: c reason: collision with root package name */ - public static final g.f> f2674c; + public static final g.f> f2675c; public static final g.f> d; public static final g.f> e; public static final g.f> f; @@ -36,7 +36,7 @@ public final class b { d0.e0.p.d.m0.f.b defaultInstance2 = d0.e0.p.d.m0.f.b.getDefaultInstance(); w.b bVar = w.b.MESSAGE; b = g.newRepeatedGeneratedExtension(defaultInstance, defaultInstance2, null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); - f2674c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); + f2675c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); d = g.newRepeatedGeneratedExtension(i.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); e = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); f = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 152, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -51,7 +51,7 @@ public final class b { public static void registerAllExtensions(e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2674c); + eVar.add(f2675c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java index d101c208af..751bf03354 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java @@ -15,7 +15,7 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2675c; + public final int f2676c; public final int d; public final List e; @@ -37,7 +37,7 @@ public abstract class a { int i = -1; this.b = orNull == null ? -1 : orNull.intValue(); Integer orNull2 = k.getOrNull(iArr, 1); - this.f2675c = orNull2 == null ? -1 : orNull2.intValue(); + this.f2676c = orNull2 == null ? -1 : orNull2.intValue(); Integer orNull3 = k.getOrNull(iArr, 2); this.d = orNull3 != null ? orNull3.intValue() : i; this.e = iArr.length > 3 ? u.toList(j.asList(iArr).subList(3, iArr.length)) : n.emptyList(); @@ -47,10 +47,10 @@ public abstract class a { m.checkNotNullParameter(aVar, "ourVersion"); int i = this.b; if (i == 0) { - if (aVar.b == 0 && this.f2675c == aVar.f2675c) { + if (aVar.b == 0 && this.f2676c == aVar.f2676c) { return true; } - } else if (i == aVar.b && this.f2675c <= aVar.f2675c) { + } else if (i == aVar.b && this.f2676c <= aVar.f2676c) { return true; } return false; @@ -59,7 +59,7 @@ public abstract class a { public boolean equals(Object obj) { if (obj != null && m.areEqual(getClass(), obj.getClass())) { a aVar = (a) obj; - if (this.b == aVar.b && this.f2675c == aVar.f2675c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { + if (this.b == aVar.b && this.f2676c == aVar.f2676c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { return true; } } @@ -71,12 +71,12 @@ public abstract class a { } public final int getMinor() { - return this.f2675c; + return this.f2676c; } public int hashCode() { int i = this.b; - int i2 = (i * 31) + this.f2675c + i; + int i2 = (i * 31) + this.f2676c + i; int i3 = (i2 * 31) + this.d + i2; return this.e.hashCode() + (i3 * 31) + i3; } @@ -89,7 +89,7 @@ public abstract class a { if (i4 < i) { return false; } - int i5 = this.f2675c; + int i5 = this.f2676c; if (i5 > i2) { return true; } @@ -98,7 +98,7 @@ public abstract class a { public final boolean isAtLeast(a aVar) { m.checkNotNullParameter(aVar, "version"); - return isAtLeast(aVar.b, aVar.f2675c, aVar.d); + return isAtLeast(aVar.b, aVar.f2676c, aVar.d); } public final boolean isAtMost(int i, int i2, int i3) { @@ -109,7 +109,7 @@ public abstract class a { if (i4 > i) { return false; } - int i5 = this.f2675c; + int i5 = this.f2676c; if (i5 < i2) { return true; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java index c5528fec40..545ca549cb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java @@ -24,7 +24,7 @@ public class b { public static final C0258b b; /* renamed from: c reason: collision with root package name */ - public static final d f2676c; + public static final d f2677c; public static final d d; public static final d e; public static final C0258b f; @@ -42,20 +42,20 @@ public class b { public static final C0258b r; /* renamed from: s reason: collision with root package name */ - public static final C0258b f2677s; + public static final C0258b f2678s; public static final C0258b t; public static final C0258b u; public static final C0258b v; public static final C0258b w; /* renamed from: x reason: collision with root package name */ - public static final C0258b f2678x; + public static final C0258b f2679x; /* renamed from: y reason: collision with root package name */ - public static final C0258b f2679y; + public static final C0258b f2680y; /* renamed from: z reason: collision with root package name */ - public static final C0258b f2680z; + public static final C0258b f2681z; /* compiled from: Flags */ /* renamed from: d0.e0.p.d.m0.f.z.b$b reason: collision with other inner class name */ @@ -85,7 +85,7 @@ public class b { public static class c extends d { /* renamed from: c reason: collision with root package name */ - public final E[] f2681c; + public final E[] f2682c; /* JADX WARNING: Illegal instructions before constructor call */ public c(int i, E[] eArr) { @@ -103,7 +103,7 @@ public class b { P.append(eArr.getClass()); throw new IllegalStateException(P.toString()); } - this.f2681c = eArr; + this.f2682c = eArr; return; } throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "enumEntries", "kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$EnumLiteFlagField", "bitWidth")); @@ -113,7 +113,7 @@ public class b { public E get(int i) { int i2 = this.a; int i3 = (i & (((1 << this.b) - 1) << i2)) >> i2; - E[] eArr = this.f2681c; + E[] eArr = this.f2682c; for (E e : eArr) { if (e.getNumber() == i3) { return e; @@ -165,7 +165,7 @@ public class b { C0258b booleanFirst = d.booleanFirst(); b = booleanFirst; d after = d.after(booleanFirst, x.values()); - f2676c = after; + f2677c = after; d after2 = d.after(after, k.values()); d = after2; d after3 = d.after(after2, c.EnumC0253c.values()); @@ -195,7 +195,7 @@ public class b { C0258b booleanAfter10 = d.booleanAfter(booleanAfter9); r = booleanAfter10; C0258b booleanAfter11 = d.booleanAfter(booleanAfter10); - f2677s = booleanAfter11; + f2678s = booleanAfter11; C0258b booleanAfter12 = d.booleanAfter(booleanAfter11); t = booleanAfter12; C0258b booleanAfter13 = d.booleanAfter(booleanAfter12); @@ -204,11 +204,11 @@ public class b { C0258b booleanAfter14 = d.booleanAfter(after4); w = booleanAfter14; C0258b booleanAfter15 = d.booleanAfter(booleanAfter14); - f2678x = booleanAfter15; + f2679x = booleanAfter15; C0258b booleanAfter16 = d.booleanAfter(booleanAfter15); - f2679y = booleanAfter16; + f2680y = booleanAfter16; C0258b booleanAfter17 = d.booleanAfter(booleanAfter16); - f2680z = booleanAfter17; + f2681z = booleanAfter17; C0258b booleanAfter18 = d.booleanAfter(booleanAfter17); A = booleanAfter18; C0258b booleanAfter19 = d.booleanAfter(booleanAfter18); @@ -292,7 +292,7 @@ public class b { a(10); throw null; } else if (kVar != null) { - return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2676c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); + return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2677c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); } else { a(11); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java index 1d74d73ce8..363fbaa517 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java @@ -18,7 +18,7 @@ public final class h { public final b b; /* renamed from: c reason: collision with root package name */ - public final v.d f2682c; + public final v.d f2683c; public final d0.a d; public final Integer e; public final String f; @@ -95,7 +95,7 @@ public final class h { public static final b b = new b(256, 256, 256); /* renamed from: c reason: collision with root package name */ - public final int f2683c; + public final int f2684c; public final int d; public final int e; @@ -110,7 +110,7 @@ public final class h { } public b(int i, int i2, int i3) { - this.f2683c = i; + this.f2684c = i; this.d = i2; this.e = i3; } @@ -125,12 +125,12 @@ public final class h { StringBuilder sb; if (this.e == 0) { sb = new StringBuilder(); - sb.append(this.f2683c); + sb.append(this.f2684c); sb.append('.'); i = this.d; } else { sb = new StringBuilder(); - sb.append(this.f2683c); + sb.append(this.f2684c); sb.append('.'); sb.append(this.d); sb.append('.'); @@ -148,11 +148,11 @@ public final class h { return false; } b bVar = (b) obj; - return this.f2683c == bVar.f2683c && this.d == bVar.d && this.e == bVar.e; + return this.f2684c == bVar.f2684c && this.d == bVar.d && this.e == bVar.e; } public int hashCode() { - return (((this.f2683c * 31) + this.d) * 31) + this.e; + return (((this.f2684c * 31) + this.d) * 31) + this.e; } public String toString() { @@ -165,14 +165,14 @@ public final class h { m.checkNotNullParameter(dVar, "kind"); m.checkNotNullParameter(aVar, "level"); this.b = bVar; - this.f2682c = dVar; + this.f2683c = dVar; this.d = aVar; this.e = num; this.f = str; } public final v.d getKind() { - return this.f2682c; + return this.f2683c; } public final b getVersion() { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java index 4bf4346b0e..b53c596cfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java @@ -13,7 +13,7 @@ public final class i { public static final i b = new i(n.emptyList()); /* renamed from: c reason: collision with root package name */ - public final List f2684c; + public final List f2685c; /* compiled from: VersionRequirement.kt */ public static final class a { @@ -36,11 +36,11 @@ public final class i { } public i(List list) { - this.f2684c = list; + this.f2685c = list; } public i(List list, DefaultConstructorMarker defaultConstructorMarker) { - this.f2684c = list; + this.f2685c = list; } public static final /* synthetic */ i access$getEMPTY$cp() { @@ -48,6 +48,6 @@ public final class i { } public final v get(int i) { - return (v) u.getOrNull(this.f2684c, i); + return (v) u.getOrNull(this.f2685c, i); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/a.java b/app/src/main/java/d0/e0/p/d/m0/g/a.java index 5cfeddfc31..d66631d3ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2685c; + public final boolean f2686c; public a(b bVar, b bVar2, boolean z2) { if (bVar == null) { @@ -19,7 +19,7 @@ public final class a { } else if (bVar2 != null) { this.a = bVar; this.b = bVar2; - this.f2685c = z2; + this.f2686c = z2; } else { a(2); throw null; @@ -178,7 +178,7 @@ public final class a { public a createNestedClassId(e eVar) { if (eVar != null) { - return new a(getPackageFqName(), this.b.child(eVar), this.f2685c); + return new a(getPackageFqName(), this.b.child(eVar), this.f2686c); } a(8); throw null; @@ -192,7 +192,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2685c == aVar.f2685c; + return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2686c == aVar.f2686c; } public a getOuterClassId() { @@ -200,7 +200,7 @@ public final class a { if (parent.isRoot()) { return null; } - return new a(getPackageFqName(), parent, this.f2685c); + return new a(getPackageFqName(), parent, this.f2686c); } public b getPackageFqName() { @@ -232,11 +232,11 @@ public final class a { public int hashCode() { int hashCode = this.b.hashCode(); - return Boolean.valueOf(this.f2685c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return Boolean.valueOf(this.f2686c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public boolean isLocal() { - return this.f2685c; + return this.f2686c; } public boolean isNestedClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/g/b.java b/app/src/main/java/d0/e0/p/d/m0/g/b.java index fbc3072de3..6ef58e728f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/b.java @@ -8,7 +8,7 @@ public final class b { public final c b; /* renamed from: c reason: collision with root package name */ - public transient b f2686c; + public transient b f2687c; public b(c cVar) { if (cVar != null) { @@ -22,7 +22,7 @@ public final class b { public b(c cVar, b bVar) { if (cVar != null) { this.b = cVar; - this.f2686c = bVar; + this.f2687c = bVar; return; } a(3); @@ -209,7 +209,7 @@ public final class b { } public b parent() { - b bVar = this.f2686c; + b bVar = this.f2687c; if (bVar != null) { if (bVar != null) { return bVar; @@ -218,7 +218,7 @@ public final class b { throw null; } else if (!isRoot()) { b bVar2 = new b(this.b.parent()); - this.f2686c = bVar2; + this.f2687c = bVar2; if (bVar2 != null) { return bVar2; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/c.java b/app/src/main/java/d0/e0/p/d/m0/g/c.java index 610abb2a5f..bcc34205af 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/c.java @@ -12,7 +12,7 @@ public final class c { public static final Pattern b = Pattern.compile("\\."); /* renamed from: c reason: collision with root package name */ - public static final Function1 f2687c = new a(); + public static final Function1 f2688c = new a(); public final String d; public transient b e; public transient c f; @@ -296,7 +296,7 @@ public final class c { } public List pathSegments() { - List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2687c); + List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2688c); if (emptyList != null) { return emptyList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/g.java b/app/src/main/java/d0/e0/p/d/m0/g/g.java index 0db5ad3185..018bf730a0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/g.java @@ -7,7 +7,7 @@ public class g { public static final e b = e.identifier("Companion"); /* renamed from: c reason: collision with root package name */ - public static final e f2688c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); + public static final e f2689c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); static { e.special(""); @@ -47,7 +47,7 @@ public class g { public static e safeIdentifier(e eVar) { if (eVar == null || eVar.isSpecial()) { - eVar = f2688c; + eVar = f2689c; } if (eVar != null) { return eVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/d.java b/app/src/main/java/d0/e0/p/d/m0/i/d.java index a9933005c6..ae6c77e8ac 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f2689c = 0; + public int f2690c = 0; public int d; public int e = 0; public final InputStream f; @@ -82,9 +82,9 @@ public final class d { throw InvalidProtocolBufferException.c(); } else if (i < 4096) { byte[] bArr = new byte[i]; - int i6 = this.f2689c - i3; + int i6 = this.f2690c - i3; System.arraycopy(this.a, i3, bArr, 0, i6); - int i7 = this.f2689c; + int i7 = this.f2690c; this.e = i7; int i8 = i - i6; if (i7 - i7 >= i8 || e(i8)) { @@ -94,10 +94,10 @@ public final class d { } throw InvalidProtocolBufferException.c(); } else { - int i9 = this.f2689c; + int i9 = this.f2690c; this.h = i2 + i9; this.e = 0; - this.f2689c = 0; + this.f2690c = 0; int i10 = i9 - i3; int i11 = i - i10; ArrayList arrayList = new ArrayList(); @@ -148,14 +148,14 @@ public final class d { } public final void c() { - int i = this.f2689c + this.d; - this.f2689c = i; + int i = this.f2690c + this.d; + this.f2690c = i; int i2 = this.h + i; int i3 = this.i; if (i2 > i3) { int i4 = i2 - i3; this.d = i4; - this.f2689c = i - i4; + this.f2690c = i - i4; return; } this.d = 0; @@ -176,7 +176,7 @@ public final class d { public final boolean e(int i) throws IOException { int i2 = this.e; int i3 = i2 + i; - int i4 = this.f2689c; + int i4 = this.f2690c; if (i3 > i4) { if (this.h + i2 + i <= this.i && this.f != null) { if (i2 > 0) { @@ -185,12 +185,12 @@ public final class d { System.arraycopy(bArr, i2, bArr, 0, i4 - i2); } this.h += i2; - this.f2689c -= i2; + this.f2690c -= i2; this.e = 0; } InputStream inputStream = this.f; byte[] bArr2 = this.a; - int i5 = this.f2689c; + int i5 = this.f2690c; int read = inputStream.read(bArr2, i5, bArr2.length - i5); if (read == 0 || read < -1 || read > this.a.length) { StringBuilder sb = new StringBuilder(102); @@ -199,10 +199,10 @@ public final class d { sb.append("\nThe InputStream implementation is buggy."); throw new IllegalStateException(sb.toString()); } else if (read > 0) { - this.f2689c += read; + this.f2690c += read; if ((this.h + i) - 67108864 <= 0) { c(); - if (this.f2689c >= i) { + if (this.f2690c >= i) { return true; } return e(i); @@ -228,7 +228,7 @@ public final class d { } public boolean isAtEnd() throws IOException { - return this.e == this.f2689c && !e(1); + return this.e == this.f2690c && !e(1); } public void popLimit(int i) { @@ -256,7 +256,7 @@ public final class d { public c readBytes() throws IOException { int readRawVarint32 = readRawVarint32(); - int i = this.f2689c; + int i = this.f2690c; int i2 = this.e; if (readRawVarint32 > i - i2 || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? c.i : new m(a(readRawVarint32)); @@ -336,7 +336,7 @@ public final class d { } public byte readRawByte() throws IOException { - if (this.e == this.f2689c) { + if (this.e == this.f2690c) { d(1); } byte[] bArr = this.a; @@ -347,7 +347,7 @@ public final class d { public int readRawLittleEndian32() throws IOException { int i = this.e; - if (this.f2689c - i < 4) { + if (this.f2690c - i < 4) { d(4); i = this.e; } @@ -358,7 +358,7 @@ public final class d { public long readRawLittleEndian64() throws IOException { int i = this.e; - if (this.f2689c - i < 8) { + if (this.f2690c - i < 8) { d(8); i = this.e; } @@ -374,7 +374,7 @@ public final class d { int i; long j; int i2 = this.e; - int i3 = this.f2689c; + int i3 = this.f2690c; if (i3 != i2) { byte[] bArr = this.a; int i4 = i2 + 1; @@ -443,7 +443,7 @@ public final class d { long j2; long j3; int i = this.e; - int i2 = this.f2689c; + int i2 = this.f2690c; if (i2 != i) { byte[] bArr = this.a; int i3 = i + 1; @@ -530,7 +530,7 @@ public final class d { public String readString() throws IOException { int readRawVarint32 = readRawVarint32(); - if (readRawVarint32 > this.f2689c - this.e || readRawVarint32 <= 0) { + if (readRawVarint32 > this.f2690c - this.e || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? "" : new String(a(readRawVarint32), Constants.ENCODING); } String str = new String(this.a, this.e, readRawVarint32, Constants.ENCODING); @@ -542,7 +542,7 @@ public final class d { byte[] bArr; int readRawVarint32 = readRawVarint32(); int i = this.e; - if (readRawVarint32 <= this.f2689c - i && readRawVarint32 > 0) { + if (readRawVarint32 <= this.f2690c - i && readRawVarint32 > 0) { bArr = this.a; this.e = i + readRawVarint32; } else if (readRawVarint32 == 0) { @@ -626,7 +626,7 @@ public final class d { } public void skipRawBytes(int i) throws IOException { - int i2 = this.f2689c; + int i2 = this.f2690c; int i3 = this.e; if (i <= i2 - i3 && i >= 0) { this.e = i3 + i; @@ -640,7 +640,7 @@ public final class d { d(1); while (true) { int i8 = i - i7; - int i9 = this.f2689c; + int i9 = this.f2690c; if (i8 > i9) { i7 += i9; this.e = i9; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/f.java b/app/src/main/java/d0/e0/p/d/m0/i/f.java index 1ad3541c6d..cdefcbf43c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/f.java @@ -18,7 +18,7 @@ public final class f> { public final t b; /* renamed from: c reason: collision with root package name */ - public boolean f2690c; + public boolean f2691c; public boolean d = false; /* compiled from: FieldSet */ @@ -504,9 +504,9 @@ public final class f> { } public void makeImmutable() { - if (!this.f2690c) { + if (!this.f2691c) { this.b.makeImmutable(); - this.f2690c = true; + this.f2691c = true; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/g.java b/app/src/main/java/d0/e0/p/d/m0/i/g.java index acad8256d4..6b94a3e02a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/g.java @@ -63,7 +63,7 @@ public abstract class g extends a implements Serializable { public Map.Entry b; /* renamed from: c reason: collision with root package name */ - public final boolean f2691c; + public final boolean f2692c; public a(boolean z2, a aVar) { Iterator> it = d.a(d.this).iterator(); @@ -71,7 +71,7 @@ public abstract class g extends a implements Serializable { if (it.hasNext()) { this.b = it.next(); } - this.f2691c = z2; + this.f2692c = z2; } public void writeUntil(int i, CodedOutputStream codedOutputStream) throws IOException { @@ -79,7 +79,7 @@ public abstract class g extends a implements Serializable { Map.Entry entry = this.b; if (entry != null && entry.getKey().getNumber() < i) { e key = this.b.getKey(); - if (!this.f2691c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { + if (!this.f2692c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { f.writeField(key, this.b.getValue(), codedOutputStream); } else { codedOutputStream.writeMessageSetExtension(key.getNumber(), (n) this.b.getValue()); @@ -315,7 +315,7 @@ public abstract class g extends a implements Serializable { public final Type b; /* renamed from: c reason: collision with root package name */ - public final n f2692c; + public final n f2693c; public final e d; public final Method e; @@ -327,7 +327,7 @@ public abstract class g extends a implements Serializable { } else { this.a = containingtype; this.b = type; - this.f2692c = nVar; + this.f2693c = nVar; this.d = eVar; if (h.a.class.isAssignableFrom(cls)) { try { @@ -374,7 +374,7 @@ public abstract class g extends a implements Serializable { } public n getMessageDefaultInstance() { - return this.f2692c; + return this.f2693c; } public int getNumber() { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/c.java b/app/src/main/java/d0/e0/p/d/m0/j/c.java index 5cc08adb9c..73c14c10a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/c.java @@ -18,7 +18,7 @@ public abstract class c { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final c f2697c; + public static final c f2698c; /* compiled from: DescriptorRenderer.kt */ public static final class a extends o implements Function1 { @@ -361,7 +361,7 @@ public abstract class c { b = kVar.withOptions(f.i); kVar.withOptions(g.i); kVar.withOptions(j.i); - f2697c = kVar.withOptions(e.i); + f2698c = kVar.withOptions(e.i); kVar.withOptions(h.i); } diff --git a/app/src/main/java/d0/e0/p/d/m0/j/d.java b/app/src/main/java/d0/e0/p/d/m0/j/d.java index 0af0504ea5..3bfa1c26fc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/d.java @@ -319,7 +319,7 @@ public final class d extends c implements h { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); - hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2525x))); + hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2526x))); hVar.setAnnotationArgumentsRenderingPolicy(a.ALWAYS_PARENTHESIZED); } } @@ -1322,7 +1322,7 @@ public final class d extends c implements h { Set excludedTypeAnnotationClasses = aVar instanceof d0.e0.p.d.m0.n.c0 ? getExcludedTypeAnnotationClasses() : getExcludedAnnotationClasses(); Function1 annotationFilter = getAnnotationFilter(); for (d0.e0.p.d.m0.c.g1.c cVar : aVar.getAnnotations()) { - if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2526y)) { + if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2527y)) { if (annotationFilter == null || annotationFilter.invoke(cVar).booleanValue()) { sb.append(renderAnnotation(cVar, eVar)); if (getEachAnnotationOnNewLine()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/i.java b/app/src/main/java/d0/e0/p/d/m0/j/i.java index ff7d69f3a8..af4402a566 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/i.java @@ -46,7 +46,7 @@ public final class i implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public final ReadWriteProperty f2701c; + public final ReadWriteProperty f2702c; public final ReadWriteProperty d; public final ReadWriteProperty e; public final ReadWriteProperty f; @@ -64,20 +64,20 @@ public final class i implements h { public final ReadWriteProperty r; /* renamed from: s reason: collision with root package name */ - public final ReadWriteProperty f2702s; + public final ReadWriteProperty f2703s; public final ReadWriteProperty t; public final ReadWriteProperty u; public final ReadWriteProperty v; public final ReadWriteProperty w; /* renamed from: x reason: collision with root package name */ - public final ReadWriteProperty f2703x; + public final ReadWriteProperty f2704x; /* renamed from: y reason: collision with root package name */ - public final ReadWriteProperty f2704y; + public final ReadWriteProperty f2705y; /* renamed from: z reason: collision with root package name */ - public final ReadWriteProperty f2705z; + public final ReadWriteProperty f2706z; /* compiled from: DescriptorRendererOptionsImpl.kt */ public static final class a extends o implements Function1 { @@ -109,7 +109,7 @@ public final class i implements h { public i() { b.c cVar = b.c.a; - this.f2701c = new j(cVar, cVar, this); + this.f2702c = new j(cVar, cVar, this); Boolean bool = Boolean.TRUE; this.d = new j(bool, bool, this); this.e = new j(bool, bool, this); @@ -128,16 +128,16 @@ public final class i implements h { this.p = new j(bool, bool, this); this.q = new j(bool, bool, this); this.r = new j(bool2, bool2, this); - this.f2702s = new j(bool2, bool2, this); + this.f2703s = new j(bool2, bool2, this); this.t = new j(bool2, bool2, this); this.u = new j(bool2, bool2, this); this.v = new j(bool2, bool2, this); this.w = new j(bool2, bool2, this); - this.f2703x = new j(bool2, bool2, this); + this.f2704x = new j(bool2, bool2, this); b bVar = b.i; - this.f2704y = new j(bVar, bVar, this); + this.f2705y = new j(bVar, bVar, this); a aVar = a.i; - this.f2705z = new j(aVar, aVar, this); + this.f2706z = new j(aVar, aVar, this); this.A = new j(bool, bool, this); m mVar = m.RENDER_OPEN; this.B = new j(mVar, mVar, this); @@ -226,7 +226,7 @@ public final class i implements h { } public b getClassifierNamePolicy() { - return (b) this.f2701c.getValue(this, a[0]); + return (b) this.f2702c.getValue(this, a[0]); } @Override // d0.e0.p.d.m0.j.h @@ -235,7 +235,7 @@ public final class i implements h { } public Function1 getDefaultParameterValueRenderer() { - return (Function1) this.f2705z.getValue(this, a[23]); + return (Function1) this.f2706z.getValue(this, a[23]); } public boolean getEachAnnotationOnNewLine() { @@ -333,7 +333,7 @@ public final class i implements h { } public boolean getRenderPrimaryConstructorParametersAsProperties() { - return ((Boolean) this.f2702s.getValue(this, a[16])).booleanValue(); + return ((Boolean) this.f2703s.getValue(this, a[16])).booleanValue(); } public boolean getRenderTypeExpansions() { @@ -361,7 +361,7 @@ public final class i implements h { } public Function1 getTypeNormalizer() { - return (Function1) this.f2704y.getValue(this, a[22]); + return (Function1) this.f2705y.getValue(this, a[22]); } public boolean getUninferredTypeParameterAsName() { @@ -393,7 +393,7 @@ public final class i implements h { } public boolean getWithoutSuperTypes() { - return ((Boolean) this.f2703x.getValue(this, a[21])).booleanValue(); + return ((Boolean) this.f2704x.getValue(this, a[21])).booleanValue(); } public boolean getWithoutTypeParameters() { @@ -417,7 +417,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setClassifierNamePolicy(b bVar) { m.checkNotNullParameter(bVar, ""); - this.f2701c.setValue(this, a[0], bVar); + this.f2702c.setValue(this, a[0], bVar); } @Override // d0.e0.p.d.m0.j.h @@ -471,7 +471,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setWithoutSuperTypes(boolean z2) { - this.f2703x.setValue(this, a[21], Boolean.valueOf(z2)); + this.f2704x.setValue(this, a[21], Boolean.valueOf(z2)); } @Override // d0.e0.p.d.m0.j.h diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java index ec3f1b2595..f353102094 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java @@ -23,7 +23,7 @@ public final class b implements i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final String f2706c; + public final String f2707c; public final i[] d; /* compiled from: ChainedMemberScope.kt */ @@ -64,7 +64,7 @@ public final class b implements i { } public b(String str, i[] iVarArr, DefaultConstructorMarker defaultConstructorMarker) { - this.f2706c = str; + this.f2707c = str; this.d = iVarArr; } @@ -193,6 +193,6 @@ public final class b implements i { } public String toString() { - return this.f2706c; + return this.f2707c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java index 91de25f43b..e93e9de255 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java @@ -17,7 +17,7 @@ public final class d { public static int b = 1; /* renamed from: c reason: collision with root package name */ - public static final int f2707c; + public static final int f2708c; public static final int d; public static final int e; public static final int f; @@ -35,7 +35,7 @@ public final class d { public static final List r; /* renamed from: s reason: collision with root package name */ - public static final List f2708s; + public static final List f2709s; public final List t; public final int u; @@ -119,7 +119,7 @@ public final class d { a.C0266a aVar2; a aVar3 = new a(null); a = aVar3; - f2707c = a.access$nextMask(aVar3); + f2708c = a.access$nextMask(aVar3); d = a.access$nextMask(aVar3); e = a.access$nextMask(aVar3); f = a.access$nextMask(aVar3); @@ -194,7 +194,7 @@ public final class d { arrayList5.add(aVar); } } - f2708s = arrayList5; + f2709s = arrayList5; } /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ @@ -230,7 +230,7 @@ public final class d { } public static final /* synthetic */ int access$getNON_SINGLETON_CLASSIFIERS_MASK$cp() { - return f2707c; + return f2708c; } public static final /* synthetic */ int access$getNextMaskValue$cp() { @@ -305,7 +305,7 @@ public final class d { a.C0266a aVar = (a.C0266a) obj; String name = aVar == null ? null : aVar.getName(); if (name == null) { - List list = f2708s; + List list = f2709s; ArrayList arrayList = new ArrayList(); for (a.C0266a aVar2 : list) { String name2 = acceptsKinds(aVar2.getMask()) ? aVar2.getName() : null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java index 08c43c9dba..d92cd7ac0c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java @@ -32,7 +32,7 @@ public abstract class e extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "allDescriptors", "getAllDescriptors()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.c.e f2709c; + public final d0.e0.p.d.m0.c.e f2710c; public final j d; /* compiled from: GivenFunctionsMemberScope.kt */ @@ -57,7 +57,7 @@ public abstract class e extends j { public e(d0.e0.p.d.m0.m.o oVar, d0.e0.p.d.m0.c.e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2709c = eVar; + this.f2710c = eVar; this.d = oVar.createLazyValue(new a(this)); } @@ -69,7 +69,7 @@ public abstract class e extends j { ?? r5; Objects.requireNonNull(eVar); ArrayList arrayList = new ArrayList(3); - Collection supertypes = eVar.f2709c.getTypeConstructor().getSupertypes(); + Collection supertypes = eVar.f2710c.getTypeConstructor().getSupertypes(); d0.z.d.m.checkNotNullExpressionValue(supertypes, "containingClass.typeConstructor.supertypes"); ArrayList arrayList2 = new ArrayList(); for (c0 c0Var : supertypes) { @@ -121,7 +121,7 @@ public abstract class e extends j { } else { r5 = n.emptyList(); } - r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2709c, new f(arrayList, eVar)); + r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2710c, new f(arrayList, eVar)); } } return d0.e0.p.d.m0.p.a.compact(arrayList); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java index bf0d7d054f..281ee9d1a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java @@ -26,6 +26,6 @@ public final class f extends i { public void conflict(b bVar, b bVar2) { d0.z.d.m.checkNotNullParameter(bVar, "fromSuper"); d0.z.d.m.checkNotNullParameter(bVar2, "fromCurrent"); - throw new IllegalStateException(("Conflict in scope of " + this.b.f2709c + ": " + bVar + " vs " + bVar2).toString()); + throw new IllegalStateException(("Conflict in scope of " + this.b.f2710c + ": " + bVar + " vs " + bVar2).toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java index f417f8248f..403158a1a5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java @@ -21,7 +21,7 @@ public final class m extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(m.class), "functions", "getFunctions()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2710c; + public final e f2711c; public final j d; /* compiled from: StaticScopeForKotlinEnum.kt */ @@ -45,14 +45,14 @@ public final class m extends j { public m(d0.e0.p.d.m0.m.o oVar, e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2710c = eVar; + this.f2711c = eVar; eVar.getKind(); f fVar = f.ENUM_CLASS; this.d = oVar.createLazyValue(new a(this)); } public static final /* synthetic */ e access$getContainingClass$p(m mVar) { - return mVar.f2710c; + return mVar.f2711c; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java index d71ce7c617..f70f1c7036 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java @@ -28,7 +28,7 @@ public final class n implements i { public final i b; /* renamed from: c reason: collision with root package name */ - public final c1 f2711c; + public final c1 f2712c; public Map d; public final Lazy e = g.lazy(new a(this)); @@ -57,7 +57,7 @@ public final class n implements i { this.b = iVar; z0 substitution = c1Var.getSubstitution(); d0.z.d.m.checkNotNullExpressionValue(substitution, "givenSubstitutor.substitution"); - this.f2711c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); + this.f2712c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); } public static final /* synthetic */ i access$getWorkerScope$p(n nVar) { @@ -72,7 +72,7 @@ public final class n implements i { /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ public final Collection a(Collection collection) { - if (this.f2711c.isEmpty() || collection.isEmpty()) { + if (this.f2712c.isEmpty() || collection.isEmpty()) { return collection; } LinkedHashSet newLinkedHashSetWithExpectedSize = d0.e0.p.d.m0.p.a.newLinkedHashSetWithExpectedSize(collection.size()); @@ -84,7 +84,7 @@ public final class n implements i { } public final D b(D d) { - if (this.f2711c.isEmpty()) { + if (this.f2712c.isEmpty()) { return d; } if (this.d == null) { @@ -95,7 +95,7 @@ public final class n implements i { m mVar = map.get(d); if (mVar == null) { if (d instanceof w0) { - mVar = ((w0) d).substitute(this.f2711c); + mVar = ((w0) d).substitute(this.f2712c); if (mVar != null) { map.put(d, mVar); } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java index a222407447..ed1b283f5e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java @@ -20,7 +20,7 @@ public final class o extends a { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final i f2712c; + public final i f2713c; /* compiled from: TypeIntersectionScope.kt */ public static final class a { @@ -83,7 +83,7 @@ public final class o extends a { } public o(String str, i iVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2712c = iVar; + this.f2713c = iVar; } public static final i create(String str, Collection collection) { @@ -92,7 +92,7 @@ public final class o extends a { @Override // d0.e0.p.d.m0.k.a0.a public i a() { - return this.f2712c; + return this.f2713c; } @Override // d0.e0.p.d.m0.k.a0.a, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java index 7ea0ddda99..54737ad53d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.n.c0; public class b extends a implements d { /* renamed from: c reason: collision with root package name */ - public final a f2713c; + public final a f2714c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(a aVar, c0 c0Var, d dVar) { @@ -15,7 +15,7 @@ public class b extends a implements d { a(0); throw null; } else if (c0Var != null) { - this.f2713c = aVar; + this.f2714c = aVar; } else { a(1); throw null; @@ -54,6 +54,6 @@ public class b extends a implements d { } public String toString() { - return getType() + ": Ext {" + this.f2713c + "}"; + return getType() + ": Ext {" + this.f2714c + "}"; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/b.java b/app/src/main/java/d0/e0/p/d/m0/k/b.java index aa9e5fb60f..11edc61cc7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/b.java @@ -46,7 +46,7 @@ public final class b { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.c.a f2714c; + public final /* synthetic */ d0.e0.p.d.m0.c.a f2715c; public final /* synthetic */ d0.e0.p.d.m0.c.a d; /* compiled from: DescriptorEquivalenceForOverrides.kt */ @@ -77,7 +77,7 @@ public final class b { public C0268b(b bVar, boolean z2, d0.e0.p.d.m0.c.a aVar, d0.e0.p.d.m0.c.a aVar2) { this.a = bVar; this.b = z2; - this.f2714c = aVar; + this.f2715c = aVar; this.d = aVar2; } @@ -93,7 +93,7 @@ public final class b { if (!(declarationDescriptor instanceof z0) || !(declarationDescriptor2 instanceof z0)) { return false; } - return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2714c, this.d)); + return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2715c, this.d)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/d.java b/app/src/main/java/d0/e0/p/d/m0/k/d.java index 7e66808095..2c224c6aa8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/d.java @@ -215,7 +215,7 @@ public class d { public static t0 createEnumValueOfMethod(e eVar) { if (eVar != null) { g.a aVar = d0.e0.p.d.m0.c.g1.g.f; - g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2512c, b.a.SYNTHESIZED, eVar.getSource()); + g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2513c, b.a.SYNTHESIZED, eVar.getSource()); g0 initialize = create.initialize((q0) null, (q0) null, Collections.emptyList(), Collections.singletonList(new l0(create, null, 0, aVar.getEMPTY(), d0.e0.p.d.m0.g.e.identifier("value"), d0.e0.p.d.m0.k.x.a.getBuiltIns(eVar).getStringType(), false, false, false, null, eVar.getSource())), (c0) eVar.getDefaultType(), z.FINAL, t.e); if (initialize != null) { return initialize; @@ -336,7 +336,7 @@ public class d { public static boolean isEnumValueOfMethod(x xVar) { if (xVar != null) { - return xVar.getName().equals(k.f2512c) && b(xVar); + return xVar.getName().equals(k.f2513c) && b(xVar); } a(27); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/k.java b/app/src/main/java/d0/e0/p/d/m0/k/k.java index 15f3d4ce41..99180871e6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/k.java @@ -47,7 +47,7 @@ public class k { public static final k b; /* renamed from: c reason: collision with root package name */ - public static final f.a f2715c; + public static final f.a f2716c; public final g d; public final f.a e; @@ -286,7 +286,7 @@ public class k { static { a aVar = new a(); - f2715c = aVar; + f2716c = aVar; b = new k(aVar, g.a.a); } @@ -1016,7 +1016,7 @@ public class k { public static k createWithTypeRefiner(g gVar) { if (gVar != null) { - return new k(f2715c, gVar); + return new k(f2716c, gVar); } a(1); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java index 19dc004705..da0962d571 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java @@ -44,17 +44,17 @@ public final class d { public static final class b extends l { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2716c; + public final /* synthetic */ boolean f2717c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(boolean z2, z0 z0Var) { super(z0Var); - this.f2716c = z2; + this.f2717c = z2; } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2716c; + return this.f2717c; } @Override // d0.e0.p.d.m0.n.l, d0.e0.p.d.m0.n.z0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java index d1e60f7c0b..4228546484 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java @@ -16,7 +16,7 @@ public final class a0 extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2519f0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2520f0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java index f2398922ec..bf2307eb07 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java @@ -14,7 +14,7 @@ public final class j extends g> { public final a b; /* renamed from: c reason: collision with root package name */ - public final e f2717c; + public final e f2718c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public j(a aVar, e eVar) { @@ -22,11 +22,11 @@ public final class j extends g> { m.checkNotNullParameter(aVar, "enumClassId"); m.checkNotNullParameter(eVar, "enumEntryName"); this.b = aVar; - this.f2717c = eVar; + this.f2718c = eVar; } public final e getEnumEntryName() { - return this.f2717c; + return this.f2718c; } @Override // d0.e0.p.d.m0.k.v.g @@ -48,7 +48,7 @@ public final class j extends g> { StringBuilder P = c.d.b.a.a.P("Containing class for error-class based enum entry "); P.append(this.b); P.append('.'); - P.append(this.f2717c); + P.append(this.f2718c); j0 createErrorType = t.createErrorType(P.toString()); m.checkNotNullExpressionValue(createErrorType, "createErrorType(\"Containing class for error-class based enum entry $enumClassId.$enumEntryName\")"); return createErrorType; @@ -62,7 +62,7 @@ public final class j extends g> { StringBuilder sb = new StringBuilder(); sb.append(this.b.getShortClassName()); sb.append('.'); - sb.append(this.f2717c); + sb.append(this.f2718c); return sb.toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java index 11faa5d756..3f7dd375c3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java @@ -25,24 +25,24 @@ public abstract class k extends g { public static final class b extends k { /* renamed from: c reason: collision with root package name */ - public final String f2718c; + public final String f2719c; public b(String str) { m.checkNotNullParameter(str, "message"); - this.f2718c = str; + this.f2719c = str; } @Override // d0.e0.p.d.m0.k.v.g public j0 getType(c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - j0 createErrorType = t.createErrorType(this.f2718c); + j0 createErrorType = t.createErrorType(this.f2719c); m.checkNotNullExpressionValue(createErrorType, "createErrorType(message)"); return createErrorType; } @Override // d0.e0.p.d.m0.k.v.g public String toString() { - return this.f2718c; + return this.f2719c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java index c6d90897fd..c3ee4e0eee 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java @@ -26,7 +26,7 @@ public final class n implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final c0 f2719c; + public final c0 f2720c; public final Set d; public final j0 e = d0.integerLiteralType(g.f.getEMPTY(), this, false); public final Lazy f = d0.g.lazy(new b(this)); @@ -102,12 +102,12 @@ public final class n implements u0 { public n(long j, c0 c0Var, Set set, DefaultConstructorMarker defaultConstructorMarker) { d0 d0Var = d0.a; this.b = j; - this.f2719c = c0Var; + this.f2720c = c0Var; this.d = set; } public static final /* synthetic */ c0 access$getModule$p(n nVar) { - return nVar.f2719c; + return nVar.f2720c; } public static final /* synthetic */ j0 access$getType$p(n nVar) { @@ -119,7 +119,7 @@ public final class n implements u0 { } public static final boolean access$isContainsOnlyUnsignedTypes(n nVar) { - Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2719c); + Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2720c); if ((allSignedLiteralTypes instanceof Collection) && allSignedLiteralTypes.isEmpty()) { return true; } @@ -147,7 +147,7 @@ public final class n implements u0 { @Override // d0.e0.p.d.m0.n.u0 public h getBuiltIns() { - return this.f2719c.getBuiltIns(); + return this.f2720c.getBuiltIns(); } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java index 09ea35a9d6..760bd70c22 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java @@ -16,7 +16,7 @@ public final class x extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2518e0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2519e0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java index 645ef115b0..095c7024a3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java @@ -16,7 +16,7 @@ public final class y extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2520g0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2521g0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java index c99259c5df..60c4aa4977 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java @@ -16,7 +16,7 @@ public final class z extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2521h0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2522h0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java index 41c1367264..3f9f45ff7b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java @@ -26,7 +26,7 @@ public enum d { public static final Map r = new HashMap(); /* renamed from: s reason: collision with root package name */ - public static final Map f2720s = new EnumMap(i.class); + public static final Map f2721s = new EnumMap(i.class); public static final Map t = new HashMap(); private final String desc; private final String name; @@ -39,7 +39,7 @@ public enum d { d dVar = values[i]; q.add(dVar.getWrapperFqName()); r.put(dVar.getJavaKeywordName(), dVar); - f2720s.put(dVar.getPrimitiveType(), dVar); + f2721s.put(dVar.getPrimitiveType(), dVar); t.put(dVar.getDesc(), dVar); } } @@ -226,7 +226,7 @@ public enum d { public static d get(i iVar) { if (iVar != null) { - d dVar = f2720s.get(iVar); + d dVar = f2721s.get(iVar); if (dVar != null) { return dVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/l/a.java index 8e3ccaa289..06de0165e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/a.java @@ -19,7 +19,7 @@ public class a { public final g.f> b; /* renamed from: c reason: collision with root package name */ - public final g.f> f2721c; + public final g.f> f2722c; public final g.f> d; public final g.f> e; public final g.f> f; @@ -46,7 +46,7 @@ public class a { m.checkNotNullParameter(fVar12, "typeParameterAnnotation"); this.a = eVar; this.b = fVar2; - this.f2721c = fVar3; + this.f2722c = fVar3; this.d = fVar4; this.e = fVar5; this.f = fVar6; @@ -59,7 +59,7 @@ public class a { } public final g.f> getClassAnnotation() { - return this.f2721c; + return this.f2722c; } public final g.f getCompileTimeValue() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java index c134c687e4..65cbffb311 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java @@ -22,7 +22,7 @@ public abstract class a implements i0 { public final s b; /* renamed from: c reason: collision with root package name */ - public final c0 f2722c; + public final c0 f2723c; public j d; public final i e; @@ -43,7 +43,7 @@ public abstract class a implements i0 { Objects.requireNonNull(oVar); m.checkNotNullParameter(bVar, "fqName"); InputStream findBuiltInsData = oVar.b.findBuiltInsData(bVar); - c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2722c, findBuiltInsData, false); + c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2723c, findBuiltInsData, false); if (create == null) { return null; } @@ -63,7 +63,7 @@ public abstract class a implements i0 { m.checkNotNullParameter(c0Var, "moduleDescriptor"); this.a = oVar; this.b = sVar; - this.f2722c = c0Var; + this.f2723c = c0Var; this.e = oVar.createMemoizedFunctionWithNullableValues(new C0272a(this)); } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java index 1501f9b8f1..94d2a63831 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java @@ -37,7 +37,7 @@ public final class a0 { m.checkNotNullExpressionValue(uVar3, "PRIVATE_TO_THIS"); return uVar3; case 4: - u uVar4 = t.f2595c; + u uVar4 = t.f2596c; m.checkNotNullExpressionValue(uVar4, "PROTECTED"); return uVar4; case 5: diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java index cf5e0a642a..78629f7e25 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java @@ -41,7 +41,7 @@ public final class c0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final String f2723c; + public final String f2724c; public final String d; public boolean e; public final Function1 f; @@ -186,7 +186,7 @@ public final class c0 { m.checkNotNullParameter(str2, "containerPresentableName"); this.a = lVar; this.b = c0Var; - this.f2723c = str; + this.f2724c = str; this.d = str2; this.e = z2; this.f = lVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); @@ -469,9 +469,9 @@ public final class c0 { } public String toString() { - String str = this.f2723c; + String str = this.f2724c; c0 c0Var = this.b; - return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2723c)); + return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2724c)); } public final d0.e0.p.d.m0.n.c0 type(q qVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java index 75291023fd..6fe51d929c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java @@ -28,7 +28,7 @@ public final class a extends d0.e0.p.d.m0.l.a { m.checkNotNullExpressionValue(newInstance, "newInstance().apply(BuiltInsProtoBuf::registerAllExtensions)"); g.f fVar = b.a; m.checkNotNullExpressionValue(fVar, "packageFqName"); - g.f> fVar2 = b.f2674c; + g.f> fVar2 = b.f2675c; m.checkNotNullExpressionValue(fVar2, "constructorAnnotation"); g.f> fVar3 = b.b; m.checkNotNullExpressionValue(fVar3, "classAnnotation"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java index 5b7ab1ef66..04f93a6dcf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java @@ -60,20 +60,20 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final z r; /* renamed from: s reason: collision with root package name */ - public final u f2724s; + public final u f2725s; public final d0.e0.p.d.m0.c.f t; public final l u; public final d0.e0.p.d.m0.k.a0.j v; public final b w; /* renamed from: x reason: collision with root package name */ - public final r0 f2725x; + public final r0 f2726x; /* renamed from: y reason: collision with root package name */ - public final c f2726y; + public final c f2727y; /* renamed from: z reason: collision with root package name */ - public final m f2727z; + public final m f2728z; /* compiled from: DeserializedClassDescriptor.kt */ public final class a extends h { @@ -181,8 +181,8 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { arrayList.add(w.getName(nameResolver, number.intValue())); } this.g = gVar; - this.h = this.f2730c.getStorageManager().createLazyValue(new b(this)); - this.i = this.f2730c.getStorageManager().createLazyValue(new C0274d(this)); + this.h = this.f2731c.getStorageManager().createLazyValue(new b(this)); + this.i = this.f2731c.getStorageManager().createLazyValue(new C0274d(this)); } public static final d access$getClassDescriptor(a aVar) { @@ -213,7 +213,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : this.i.mo1invoke()) { arrayList.addAll(c0Var.getMemberScope().getContributedFunctions(eVar, d0.e0.p.d.m0.d.b.d.FOR_ALREADY_TRACKED)); } - list.addAll(this.f2730c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); + list.addAll(this.f2731c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); k(eVar, arrayList, list); } @@ -257,7 +257,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : supertypes) { d0.t.r.addAll(linkedHashSet, c0Var.getMemberScope().getFunctionNames()); } - linkedHashSet.addAll(this.f2730c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); + linkedHashSet.addAll(this.f2731c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); return linkedHashSet; } @@ -307,17 +307,17 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.l.b.e0.h public boolean j(t0 t0Var) { d0.z.d.m.checkNotNullParameter(t0Var, "function"); - return this.f2730c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); + return this.f2731c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); } public final void k(d0.e0.p.d.m0.g.e eVar, Collection collection, List list) { - this.f2730c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); + this.f2731c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); } public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2730c.getComponents().getLookupTracker(), bVar, this.j, eVar); + d0.e0.p.d.m0.d.a.record(this.f2731c.getComponents().getLookupTracker(), bVar, this.j, eVar); } } @@ -325,7 +325,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2728c; + public final j> f2729c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -351,7 +351,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { super(dVar.getC().getStorageManager()); d0.z.d.m.checkNotNullParameter(dVar, "this$0"); this.d = dVar; - this.f2728c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); + this.f2729c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); } @Override // d0.e0.p.d.m0.n.g @@ -408,7 +408,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2728c.mo1invoke(); + return this.f2729c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -429,7 +429,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final d0.e0.p.d.m0.m.i b; /* renamed from: c reason: collision with root package name */ - public final j> f2729c; + public final j> f2730c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -505,7 +505,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } this.a = linkedHashMap; this.b = this.d.getC().getStorageManager().createMemoizedFunctionWithNullableValues(new a(this, this.d)); - this.f2729c = this.d.getC().getStorageManager().createLazyValue(new b(this)); + this.f2730c = this.d.getC().getStorageManager().createLazyValue(new b(this)); } public static final Set access$computeEnumMemberNames(c cVar) { @@ -538,7 +538,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ j access$getEnumMemberNames$p(c cVar) { - return cVar.f2729c; + return cVar.f2730c; } public final Collection all() { @@ -689,7 +689,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { this.q = w.getClassId(cVar2, cVar.getFqName()); d0.e0.p.d.m0.l.b.z zVar = d0.e0.p.d.m0.l.b.z.a; this.r = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(cVar.getFlags())); - this.f2724s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2676c.get(cVar.getFlags())); + this.f2725s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2677c.get(cVar.getFlags())); d0.e0.p.d.m0.c.f classKind = zVar.classKind(d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags())); this.t = classKind; List typeParameterList = cVar.getTypeParameterList(); @@ -705,11 +705,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { d0.e0.p.d.m0.c.f fVar = d0.e0.p.d.m0.c.f.ENUM_CLASS; this.v = classKind == fVar ? new d0.e0.p.d.m0.k.a0.m(childContext.getStorageManager(), this) : i.b.b; this.w = new b(this); - this.f2725x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); + this.f2726x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); y.a aVar3 = null; - this.f2726y = classKind == fVar ? new c(this) : null; + this.f2727y = classKind == fVar ? new c(this) : null; m containingDeclaration = lVar.getContainingDeclaration(); - this.f2727z = containingDeclaration; + this.f2728z = containingDeclaration; this.A = childContext.getStorageManager().createNullableLazyValue(new h(this)); this.B = childContext.getStorageManager().createLazyValue(new f(this)); this.C = childContext.getStorageManager().createNullableLazyValue(new e(this)); @@ -807,7 +807,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ c access$getEnumEntries$p(d dVar) { - return dVar.f2726y; + return dVar.f2727y; } public static final /* synthetic */ b access$getTypeConstructor$p(d dVar) { @@ -815,7 +815,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public final a b() { - return this.f2725x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); + return this.f2726x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); } @Override // d0.e0.p.d.m0.c.g1.a @@ -843,7 +843,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.n, d0.e0.p.d.m0.c.m public m getContainingDeclaration() { - return this.f2727z; + return this.f2728z; } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -892,7 +892,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.i1.u public d0.e0.p.d.m0.k.a0.i getUnsubstitutedMemberScope(d0.e0.p.d.m0.n.l1.g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2725x.getScope(gVar); + return this.f2726x.getScope(gVar); } @Override // d0.e0.p.d.m0.c.e @@ -902,7 +902,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - return this.f2724s; + return this.f2725s; } public final boolean hasNestedClass$deserialization(d0.e0.p.d.m0.g.e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java index 827449e665..0e1b9c659d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java @@ -43,7 +43,7 @@ public abstract class h extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classNames", "getClassNames$deserialization()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classifierNamesLazy", "getClassifierNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final l f2730c; + public final l f2731c; public final a d; public final d0.e0.p.d.m0.m.j e; public final k f; @@ -71,7 +71,7 @@ public abstract class h extends j { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2731c; + public final List f2732c; public final List d; public final d0.e0.p.d.m0.m.j e; public final d0.e0.p.d.m0.m.j f; @@ -323,18 +323,18 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); this.o = hVar; this.b = list; - this.f2731c = list2; - this.d = !hVar.f2730c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; - this.e = hVar.f2730c.getStorageManager().createLazyValue(new d(this)); - this.f = hVar.f2730c.getStorageManager().createLazyValue(new e(this)); - this.g = hVar.f2730c.getStorageManager().createLazyValue(new c(this)); - this.h = hVar.f2730c.getStorageManager().createLazyValue(new a(this)); - this.i = hVar.f2730c.getStorageManager().createLazyValue(new C0277b(this)); - this.j = hVar.f2730c.getStorageManager().createLazyValue(new i(this)); - this.k = hVar.f2730c.getStorageManager().createLazyValue(new g(this)); - this.l = hVar.f2730c.getStorageManager().createLazyValue(new C0278h(this)); - this.m = hVar.f2730c.getStorageManager().createLazyValue(new f(this, hVar)); - this.n = hVar.f2730c.getStorageManager().createLazyValue(new j(this, hVar)); + this.f2732c = list2; + this.d = !hVar.f2731c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; + this.e = hVar.f2731c.getStorageManager().createLazyValue(new d(this)); + this.f = hVar.f2731c.getStorageManager().createLazyValue(new e(this)); + this.g = hVar.f2731c.getStorageManager().createLazyValue(new c(this)); + this.h = hVar.f2731c.getStorageManager().createLazyValue(new a(this)); + this.i = hVar.f2731c.getStorageManager().createLazyValue(new C0277b(this)); + this.j = hVar.f2731c.getStorageManager().createLazyValue(new i(this)); + this.k = hVar.f2731c.getStorageManager().createLazyValue(new g(this)); + this.l = hVar.f2731c.getStorageManager().createLazyValue(new C0278h(this)); + this.m = hVar.f2731c.getStorageManager().createLazyValue(new f(this, hVar)); + this.n = hVar.f2731c.getStorageManager().createLazyValue(new j(this, hVar)); } public static final List access$computeAllNonDeclaredFunctions(b bVar) { @@ -390,7 +390,7 @@ public abstract class h extends j { } public static final List access$computeProperties(b bVar) { - List list = bVar.f2731c; + List list = bVar.f2732c; h hVar = bVar.o; ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.i.n nVar : list) { @@ -440,7 +440,7 @@ public abstract class h extends j { } public static final /* synthetic */ List access$getPropertyList$p(b bVar) { - return bVar.f2731c; + return bVar.f2732c; } /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.Collection */ @@ -527,7 +527,7 @@ public abstract class h extends j { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2732c; + public final Map f2733c; public final Map d; public final d0.e0.p.d.m0.m.h> e; public final d0.e0.p.d.m0.m.h> f; @@ -554,7 +554,7 @@ public abstract class h extends j { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final M mo1invoke() { - return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2730c.getComponents().getExtensionRegistryLite()); + return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2731c.getComponents().getExtensionRegistryLite()); } } @@ -676,8 +676,8 @@ public abstract class h extends j { } ((List) obj4).add(obj3); } - this.f2732c = a(linkedHashMap2); - if (this.j.f2730c.getComponents().getConfiguration().getTypeAliasesAllowed()) { + this.f2733c = a(linkedHashMap2); + if (this.j.f2731c.getComponents().getConfiguration().getTypeAliasesAllowed()) { h hVar3 = this.j; LinkedHashMap linkedHashMap3 = new LinkedHashMap(); for (Object obj5 : list3) { @@ -694,11 +694,11 @@ public abstract class h extends j { map = h0.emptyMap(); } this.d = map; - this.e = this.j.f2730c.getStorageManager().createMemoizedFunction(new C0279c(this)); - this.f = this.j.f2730c.getStorageManager().createMemoizedFunction(new d(this)); - this.g = this.j.f2730c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); - this.h = this.j.f2730c.getStorageManager().createLazyValue(new b(this, this.j)); - this.i = this.j.f2730c.getStorageManager().createLazyValue(new f(this, this.j)); + this.e = this.j.f2731c.getStorageManager().createMemoizedFunction(new C0279c(this)); + this.f = this.j.f2731c.getStorageManager().createMemoizedFunction(new d(this)); + this.g = this.j.f2731c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); + this.h = this.j.f2731c.getStorageManager().createLazyValue(new b(this, this.j)); + this.i = this.j.f2731c.getStorageManager().createLazyValue(new f(this, this.j)); } public static final Collection access$computeFunctions(c cVar, d0.e0.p.d.m0.g.e eVar) { @@ -713,7 +713,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (d0.e0.p.d.m0.f.i iVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2730c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2731c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(iVar, "it"); t0 loadFunction = memberDeserializer.loadFunction(iVar); if (!hVar.j(loadFunction)) { @@ -728,7 +728,7 @@ public abstract class h extends j { } public static final Collection access$computeProperties(c cVar, d0.e0.p.d.m0.g.e eVar) { - Map map = cVar.f2732c; + Map map = cVar.f2733c; p pVar = n.j; d0.z.d.m.checkNotNullExpressionValue(pVar, "PARSER"); h hVar = cVar.j; @@ -739,7 +739,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (n nVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2730c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2731c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(nVar, "it"); n0 loadProperty = memberDeserializer.loadProperty(nVar); if (loadProperty != null) { @@ -753,10 +753,10 @@ public abstract class h extends j { public static final y0 access$createTypeAlias(c cVar, d0.e0.p.d.m0.g.e eVar) { r parseDelimitedFrom; byte[] bArr = cVar.d.get(eVar); - if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2730c.getComponents().getExtensionRegistryLite())) == null) { + if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2731c.getComponents().getExtensionRegistryLite())) == null) { return null; } - return cVar.j.f2730c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); + return cVar.j.f2731c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); } public static final /* synthetic */ Map access$getFunctionProtosBytes$p(c cVar) { @@ -764,7 +764,7 @@ public abstract class h extends j { } public static final /* synthetic */ Map access$getPropertyProtosBytes$p(c cVar) { - return cVar.f2732c; + return cVar.f2733c; } public final Map a(Map> map) { @@ -903,14 +903,14 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list2, "propertyList"); d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); d0.z.d.m.checkNotNullParameter(function0, "classNames"); - this.f2730c = lVar; + this.f2731c = lVar; this.d = lVar.getComponents().getConfiguration().getPreserveDeclarationsOrdering() ? new b(this, list, list2, list3) : new c(this, list, list2, list3); this.e = lVar.getStorageManager().createLazyValue(new d(function0)); this.f = lVar.getStorageManager().createNullableLazyValue(new e(this)); } public static final /* synthetic */ l access$getC(h hVar) { - return hVar.f2730c; + return hVar.f2731c; } public static final /* synthetic */ a access$getImpl$p(h hVar) { @@ -932,7 +932,7 @@ public abstract class h extends j { if (dVar.acceptsKinds(aVar.getCLASSIFIERS_MASK())) { for (d0.e0.p.d.m0.g.e eVar : getClassNames$deserialization()) { if (function1.invoke(eVar).booleanValue()) { - d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2730c.getComponents().deserializeClass(e(eVar))); + d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2731c.getComponents().deserializeClass(e(eVar))); } } } @@ -976,7 +976,7 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); if (i(eVar)) { - return this.f2730c.getComponents().deserializeClass(e(eVar)); + return this.f2731c.getComponents().deserializeClass(e(eVar)); } if (this.d.getTypeAliasNames().contains(eVar)) { return this.d.getTypeAliasByName(eVar); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java index 65cf9599bd..95976277b3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java @@ -92,7 +92,7 @@ public class i extends h { m.checkNotNullParameter(dVar, "kindFilter"); m.checkNotNullParameter(function1, "nameFilter"); Collection b = b(dVar, function1, d0.e0.p.d.m0.d.b.d.WHEN_GET_ALL_DESCRIPTORS); - Iterable fictitiousClassDescriptorFactories = this.f2730c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2731c.getComponents().getFictitiousClassDescriptorFactories(); ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.c.h1.b bVar : fictitiousClassDescriptorFactories) { d0.t.r.addAll(arrayList, bVar.getAllContributedClassesIfPossible(this.h)); @@ -113,7 +113,7 @@ public class i extends h { if (getClassNames$deserialization().contains(eVar)) { return true; } - Iterable fictitiousClassDescriptorFactories = this.f2730c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2731c.getComponents().getFictitiousClassDescriptorFactories(); if (!(fictitiousClassDescriptorFactories instanceof Collection) || !((Collection) fictitiousClassDescriptorFactories).isEmpty()) { Iterator it = fictitiousClassDescriptorFactories.iterator(); while (true) { @@ -134,6 +134,6 @@ public class i extends h { public void recordLookup(e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2730c.getComponents().getLookupTracker(), bVar, this.g, eVar); + d0.e0.p.d.m0.d.a.record(this.f2731c.getComponents().getLookupTracker(), bVar, this.g, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java index 804cc0ade6..9a4916bfae 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java @@ -32,20 +32,20 @@ public final class l extends e implements g { public final c r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.f.z.g f2733s; + public final d0.e0.p.d.m0.f.z.g f2734s; public final i t; public final f u; public Collection v; public j0 w; /* renamed from: x reason: collision with root package name */ - public j0 f2734x; + public j0 f2735x; /* renamed from: y reason: collision with root package name */ - public List f2735y; + public List f2736y; /* renamed from: z reason: collision with root package name */ - public j0 f2736z; + public j0 f2737z; /* JADX WARNING: Illegal instructions before constructor call */ public l(o oVar, m mVar, d0.e0.p.d.m0.c.g1.g gVar, d0.e0.p.d.m0.g.e eVar, u uVar, r rVar, c cVar, d0.e0.p.d.m0.f.z.g gVar2, i iVar, f fVar) { @@ -64,7 +64,7 @@ public final class l extends e implements g { this.p = oVar; this.q = rVar; this.r = cVar; - this.f2733s = gVar2; + this.f2734s = gVar2; this.t = iVar; this.u = fVar; } @@ -92,7 +92,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.h public j0 getDefaultType() { - j0 j0Var = this.f2736z; + j0 j0Var = this.f2737z; if (j0Var != null) { return j0Var; } @@ -102,7 +102,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.y0 public j0 getExpandedType() { - j0 j0Var = this.f2734x; + j0 j0Var = this.f2735x; if (j0Var != null) { return j0Var; } @@ -122,7 +122,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.l.b.e0.g public d0.e0.p.d.m0.f.z.g getTypeTable() { - return this.f2733s; + return this.f2734s; } @Override // d0.e0.p.d.m0.c.y0 @@ -152,8 +152,8 @@ public final class l extends e implements g { d0.z.d.m.checkNotNullParameter(aVar, "isExperimentalCoroutineInReleaseEnvironment"); initialize(list); this.w = j0Var; - this.f2734x = j0Var2; - this.f2735y = a1.computeConstructorTypeParameters(this); + this.f2735x = j0Var2; + this.f2736y = a1.computeConstructorTypeParameters(this); d0.e0.p.d.m0.c.e classDescriptor = getClassDescriptor(); d0.e0.p.d.m0.k.a0.i unsubstitutedMemberScope = classDescriptor == null ? null : classDescriptor.getUnsubstitutedMemberScope(); if (unsubstitutedMemberScope == null) { @@ -161,7 +161,7 @@ public final class l extends e implements g { } j0 makeUnsubstitutedType = e1.makeUnsubstitutedType(this, unsubstitutedMemberScope, new d(this)); d0.z.d.m.checkNotNullExpressionValue(makeUnsubstitutedType, "@OptIn(TypeRefinement::class)\n protected fun computeDefaultType(): SimpleType =\n TypeUtils.makeUnsubstitutedType(this, classDescriptor?.unsubstitutedMemberScope ?: MemberScope.Empty) { kotlinTypeRefiner ->\n kotlinTypeRefiner.refineDescriptor(this)?.defaultType\n }"); - this.f2736z = makeUnsubstitutedType; + this.f2737z = makeUnsubstitutedType; this.v = getTypeAliasConstructors(); this.A = aVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java index e2edc56d6e..81ef691428 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java @@ -21,7 +21,7 @@ import kotlin.jvm.functions.Function0; public final class m extends b { /* renamed from: s reason: collision with root package name */ - public final l f2737s; + public final l f2738s; public final s t; public final a u; @@ -54,13 +54,13 @@ public final class m extends b { z zVar = z.a; s.c variance = sVar.getVariance(); d0.z.d.m.checkNotNullExpressionValue(variance, "proto.variance"); - this.f2737s = lVar; + this.f2738s = lVar; this.t = sVar; this.u = new a(lVar.getStorageManager(), new a(this)); } public static final /* synthetic */ l access$getC$p(m mVar) { - return mVar.f2737s; + return mVar.f2738s; } @Override // d0.e0.p.d.m0.c.i1.f @@ -71,11 +71,11 @@ public final class m extends b { @Override // d0.e0.p.d.m0.c.i1.f public List d() { - List upperBounds = f.upperBounds(this.t, this.f2737s.getTypeTable()); + List upperBounds = f.upperBounds(this.t, this.f2738s.getTypeTable()); if (upperBounds.isEmpty()) { return d0.t.m.listOf(d0.e0.p.d.m0.k.x.a.getBuiltIns(this).getDefaultBound()); } - d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2737s.getTypeDeserializer(); + d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2738s.getTypeDeserializer(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(upperBounds, 10)); for (q qVar : upperBounds) { arrayList.add(typeDeserializer.type(qVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java index 9df5aebf37..9098f64710 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java @@ -10,7 +10,7 @@ public final class f { public final d0.e0.p.d.m0.f.c b; /* renamed from: c reason: collision with root package name */ - public final a f2738c; + public final a f2739c; public final u0 d; public f(c cVar, d0.e0.p.d.m0.f.c cVar2, a aVar, u0 u0Var) { @@ -20,7 +20,7 @@ public final class f { m.checkNotNullParameter(u0Var, "sourceElement"); this.a = cVar; this.b = cVar2; - this.f2738c = aVar; + this.f2739c = aVar; this.d = u0Var; } @@ -33,7 +33,7 @@ public final class f { } public final a component3() { - return this.f2738c; + return this.f2739c; } public final u0 component4() { @@ -48,12 +48,12 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2738c, fVar.f2738c) && m.areEqual(this.d, fVar.d); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2739c, fVar.f2739c) && m.areEqual(this.d, fVar.d); } public int hashCode() { int hashCode = this.b.hashCode(); - int hashCode2 = this.f2738c.hashCode(); + int hashCode2 = this.f2739c.hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + (this.a.hashCode() * 31)) * 31)) * 31); } @@ -63,7 +63,7 @@ public final class f { P.append(", classProto="); P.append(this.b); P.append(", metadataVersion="); - P.append(this.f2738c); + P.append(this.f2739c); P.append(", sourceElement="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java index 4eae1fa5b3..541f10b93f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java @@ -25,7 +25,7 @@ public final class h { public static final Set b = m0.setOf(d0.e0.p.d.m0.g.a.topLevel(k.a.d.toSafe())); /* renamed from: c reason: collision with root package name */ - public final j f2739c; + public final j f2740c; public final Function1 d; /* compiled from: ClassDeserializer.kt */ @@ -84,7 +84,7 @@ public final class h { public h(j jVar) { m.checkNotNullParameter(jVar, "components"); - this.f2739c = jVar; + this.f2740c = jVar; this.d = jVar.getStorageManager().createMemoizedFunctionWithNullableValues(new c(this)); } @@ -95,7 +95,7 @@ public final class h { boolean z2; Objects.requireNonNull(hVar); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2739c.getFictitiousClassDescriptorFactories()) { + for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2740c.getFictitiousClassDescriptorFactories()) { e createClass = bVar.createClass(classId); if (createClass != null) { return createClass; @@ -105,7 +105,7 @@ public final class h { return null; } f classData = aVar.getClassData(); - if (classData == null && (classData = hVar.f2739c.getClassDataFinder().findClassData(classId)) == null) { + if (classData == null && (classData = hVar.f2740c.getClassDataFinder().findClassData(classId)) == null) { return null; } d0.e0.p.d.m0.f.z.c component1 = classData.component1(); @@ -126,7 +126,7 @@ public final class h { } lVar = dVar.getC(); } else { - f0 packageFragmentProvider = hVar.f2739c.getPackageFragmentProvider(); + f0 packageFragmentProvider = hVar.f2740c.getPackageFragmentProvider(); d0.e0.p.d.m0.g.b packageFqName = classId.getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "classId.packageFqName"); Iterator it = h0.packageFragments(packageFragmentProvider, packageFqName).iterator(); @@ -157,7 +157,7 @@ public final class h { if (e0Var2 == null) { return null; } - j jVar = hVar.f2739c; + j jVar = hVar.f2740c; t typeTable = component2.getTypeTable(); m.checkNotNullExpressionValue(typeTable, "classProto.typeTable"); g gVar = new g(typeTable); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java index d54b78394c..d960a71669 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java @@ -24,7 +24,7 @@ public final class j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final k f2740c; + public final k f2741c; public final g d; public final c> e; public final f0 f; @@ -42,7 +42,7 @@ public final class j { public final d0.e0.p.d.m0.k.z.a r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.c.h1.e f2741s; + public final d0.e0.p.d.m0.c.h1.e f2742s; public final h t; /* JADX DEBUG: Multi-variable search result rejected for r21v0, resolved type: d0.e0.p.d.m0.l.b.c> */ @@ -70,7 +70,7 @@ public final class j { m.checkNotNullParameter(eVar2, "platformDependentTypeTransformer"); this.a = oVar; this.b = c0Var; - this.f2740c = kVar; + this.f2741c = kVar; this.d = gVar; this.e = cVar; this.f = f0Var; @@ -86,7 +86,7 @@ public final class j { this.p = eVar; this.q = lVar; this.r = aVar2; - this.f2741s = eVar2; + this.f2742s = eVar2; this.t = new h(this); } @@ -126,7 +126,7 @@ public final class j { } public final k getConfiguration() { - return this.f2740c; + return this.f2741c; } public final i getContractDeserializer() { @@ -178,7 +178,7 @@ public final class j { } public final d0.e0.p.d.m0.c.h1.e getPlatformDependentTypeTransformer() { - return this.f2741s; + return this.f2742s; } public final o getStorageManager() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java index 471ba367c3..72179860c6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java @@ -16,7 +16,7 @@ public final class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final m f2742c; + public final m f2743c; public final g d; public final i e; public final a f; @@ -35,7 +35,7 @@ public final class l { d0.z.d.m.checkNotNullParameter(list, "typeParameters"); this.a = jVar; this.b = cVar; - this.f2742c = mVar; + this.f2743c = mVar; this.d = gVar; this.e = iVar; this.f = aVar; @@ -87,7 +87,7 @@ public final class l { } public final m getContainingDeclaration() { - return this.f2742c; + return this.f2743c; } public final u getMemberDeserializer() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java index 51f27c975c..13bbadab38 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java @@ -21,7 +21,7 @@ public abstract class o extends n { public final x r; /* renamed from: s reason: collision with root package name */ - public m f2743s; + public m f2744s; public i t; /* compiled from: DeserializedPackageFragmentImpl.kt */ @@ -93,7 +93,7 @@ public abstract class o extends n { d dVar = new d(strings, qualifiedNames); this.q = dVar; this.r = new x(mVar, dVar, aVar, new a(this)); - this.f2743s = mVar; + this.f2744s = mVar; } public static final /* synthetic */ f access$getContainerSource$p(o oVar) { @@ -117,9 +117,9 @@ public abstract class o extends n { public void initialize(j jVar) { d0.z.d.m.checkNotNullParameter(jVar, "components"); - m mVar = this.f2743s; + m mVar = this.f2744s; if (mVar != null) { - this.f2743s = null; + this.f2744s = null; l lVar = mVar.getPackage(); d0.z.d.m.checkNotNullExpressionValue(lVar, "proto.`package`"); this.t = new d0.e0.p.d.m0.l.b.e0.i(this, lVar, this.q, this.o, this.p, jVar, new b(this)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java index 8e1fceeced..fa371b3e09 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java @@ -8,7 +8,7 @@ public final class r { public final T b; /* renamed from: c reason: collision with root package name */ - public final String f2744c; + public final String f2745c; public final a d; public r(T t, T t2, String str, a aVar) { @@ -16,7 +16,7 @@ public final class r { m.checkNotNullParameter(aVar, "classId"); this.a = t; this.b = t2; - this.f2744c = str; + this.f2745c = str; this.d = aVar; } @@ -28,7 +28,7 @@ public final class r { return false; } r rVar = (r) obj; - return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2744c, rVar.f2744c) && m.areEqual(this.d, rVar.d); + return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2745c, rVar.f2745c) && m.areEqual(this.d, rVar.d); } public int hashCode() { @@ -39,7 +39,7 @@ public final class r { if (t2 != null) { i = t2.hashCode(); } - return this.d.hashCode() + c.d.b.a.a.m(this.f2744c, (hashCode + i) * 31, 31); + return this.d.hashCode() + c.d.b.a.a.m(this.f2745c, (hashCode + i) * 31, 31); } public String toString() { @@ -48,7 +48,7 @@ public final class r { P.append(", expectedVersion="); P.append((Object) this.b); P.append(", filePath="); - P.append(this.f2744c); + P.append(this.f2745c); P.append(", classId="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java index dd2dc249ec..004253a816 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java @@ -426,7 +426,7 @@ public final class u { u memberDeserializer = l.childContext$default(this.a, cVar2, d0.t.n.emptyList(), null, null, null, null, 60, null).getMemberDeserializer(); List valueParameterList = dVar.getValueParameterList(); m.checkNotNullExpressionValue(valueParameterList, "proto.valueParameterList"); - cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2676c.get(dVar.getFlags()))); + cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2677c.get(dVar.getFlags()))); cVar2.setReturnType(eVar.getDefaultType()); boolean z3 = true; cVar2.setHasStableParameterNames(!d0.e0.p.d.m0.f.z.b.m.get(dVar.getFlags()).booleanValue()); @@ -487,7 +487,7 @@ public final class u { List h = memberDeserializer.h(valueParameterList, iVar, bVar); c0 type2 = childContext$default.getTypeDeserializer().type(f.returnType(iVar, this.a.getTypeTable())); z modality = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(i)); - d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2676c.get(i)); + d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2677c.get(i)); Map, ?> emptyMap = h0.emptyMap(); b.C0258b bVar2 = d0.e0.p.d.m0.f.z.b.t; kVar.initialize(createExtensionReceiverParameterForCallable, f, ownTypeParameters, h, type2, modality, descriptorVisibility, emptyMap, c(kVar, createExtensionReceiverParameterForCallable, h, ownTypeParameters, type2, c.d.b.a.a.r0(bVar2, i, "IS_SUSPEND.get(flags)"))); @@ -497,7 +497,7 @@ public final class u { Boolean bool2 = d0.e0.p.d.m0.f.z.b.p.get(i); m.checkNotNullExpressionValue(bool2, "IS_INFIX.get(flags)"); kVar.setInfix(bool2.booleanValue()); - Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2677s.get(i); + Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2678s.get(i); m.checkNotNullExpressionValue(bool3, "IS_EXTERNAL_FUNCTION.get(flags)"); kVar.setExternal(bool3.booleanValue()); Boolean bool4 = d0.e0.p.d.m0.f.z.b.q.get(i); @@ -545,13 +545,13 @@ public final class u { z zVar2 = z.a; b.d dVar = d0.e0.p.d.m0.f.z.b.d; z modality = zVar2.modality(dVar.get(i)); - b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2676c; - j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2680z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2677c; + j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2681z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar = this.a; List typeParameterList = nVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); l childContext$default = l.childContext$default(lVar, jVar2, typeParameterList, null, null, null, null, 60, null); - boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2678x, i, "HAS_GETTER.get(flags)"); + boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2679x, i, "HAS_GETTER.get(flags)"); if (!r0 || !f.hasReceiver(nVar)) { nVar2 = nVar; bVar = bVar2; @@ -594,7 +594,7 @@ public final class u { zVar = zVar2; d0Var = null; } - if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2679y, i, "HAS_SETTER.get(flags)")) { + if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2680y, i, "HAS_SETTER.get(flags)")) { if (nVar.hasSetterFlags()) { accessorFlags = nVar.getSetterFlags(); } @@ -633,7 +633,7 @@ public final class u { m.checkNotNullExpressionValue(bVar, "it"); arrayList.add(eVar.deserializeAnnotation(bVar, this.a.getNameResolver())); } - l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2676c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2677c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar2 = this.a; List typeParameterList = rVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java index b5e2e76c69..8ea5ca890a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java @@ -18,7 +18,7 @@ public final class x implements g { public final a b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2745c; + public final Function1 f2746c; public final Map d; /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ @@ -30,7 +30,7 @@ public final class x implements g { d0.z.d.m.checkNotNullParameter(function1, "classSource"); this.a = cVar; this.b = aVar; - this.f2745c = function1; + this.f2746c = function1; List class_List = mVar.getClass_List(); d0.z.d.m.checkNotNullExpressionValue(class_List, "proto.class_List"); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(class_List, 10)), 16)); @@ -47,7 +47,7 @@ public final class x implements g { if (cVar == null) { return null; } - return new f(this.a, cVar, this.b, this.f2745c.invoke(aVar)); + return new f(this.a, cVar, this.b, this.f2746c.invoke(aVar)); } public final Collection getAllClassIds() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java index a9a8ec53a7..5bbb218f5f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java @@ -12,7 +12,7 @@ public abstract class y { public final g b; /* renamed from: c reason: collision with root package name */ - public final u0 f2746c; + public final u0 f2747c; /* compiled from: ProtoContainer.kt */ public static final class a extends y { @@ -88,7 +88,7 @@ public abstract class y { public y(d0.e0.p.d.m0.f.z.c cVar, g gVar, u0 u0Var, DefaultConstructorMarker defaultConstructorMarker) { this.a = cVar; this.b = gVar; - this.f2746c = u0Var; + this.f2747c = u0Var; } public abstract d0.e0.p.d.m0.g.b debugFqName(); @@ -98,7 +98,7 @@ public abstract class y { } public final u0 getSource() { - return this.f2746c; + return this.f2747c; } public final g getTypeTable() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java index 2e52466b0e..8611f00d07 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java @@ -19,7 +19,7 @@ public final class z { public static final /* synthetic */ int[] b = {1, 2, 3, 4, 5, 6, 7}; /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int[] f2747c = {1, 2, 3}; + public static final /* synthetic */ int[] f2748c = {1, 2, 3}; public static final /* synthetic */ int[] d = {1, 2, 3, 4}; static { diff --git a/app/src/main/java/d0/e0/p/d/m0/m/c.java b/app/src/main/java/d0/e0/p/d/m0/m/c.java index 0bd943738b..e046de90b1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/c.java @@ -10,7 +10,7 @@ import kotlin.jvm.functions.Function1; public final class c extends d { /* renamed from: c reason: collision with root package name */ - public final Runnable f2748c; + public final Runnable f2749c; public final Function1 d; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -28,7 +28,7 @@ public final class c extends d { m.checkNotNullParameter(lock, "lock"); m.checkNotNullParameter(runnable, "checkCancelled"); m.checkNotNullParameter(function1, "interruptedExceptionHandler"); - this.f2748c = runnable; + this.f2749c = runnable; this.d = function1; } @@ -36,7 +36,7 @@ public final class c extends d { public void lock() { while (!this.b.tryLock(50, TimeUnit.MILLISECONDS)) { try { - this.f2748c.run(); + this.f2749c.run(); } catch (InterruptedException e) { this.d.invoke(e); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/m/f.java index 3080dda825..218e729b78 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/f.java @@ -16,7 +16,7 @@ public class f implements o { public static final o b = new a("NO_LOCKS", AbstractC0281f.a, e.b); /* renamed from: c reason: collision with root package name */ - public final l f2749c; + public final l f2750c; public final AbstractC0281f d; public final String e; @@ -337,7 +337,7 @@ public class f implements o { if (!(obj instanceof n)) { return (T) WrappedValues.unescapeThrowable(obj); } - this.i.f2749c.lock(); + this.i.f2750c.lock(); try { Object obj2 = this.k; if (!(obj2 instanceof n)) { @@ -374,7 +374,7 @@ public class f implements o { } return t; } finally { - this.i.f2749c.unlock(); + this.i.f2750c.unlock(); } } @@ -609,7 +609,7 @@ public class f implements o { if (obj != null && obj != nVar2) { return (V) WrappedValues.unescapeExceptionOrNull(obj); } - this.i.f2749c.lock(); + this.i.f2750c.lock(); try { Object obj2 = this.j.get(k); if (obj2 == nVar2) { @@ -643,7 +643,7 @@ public class f implements o { V v2 = (V) this.k.invoke(k); Object put = this.j.put(k, WrappedValues.escapeNull(v2)); if (put == nVar2) { - this.i.f2749c.unlock(); + this.i.f2750c.unlock(); return v2; } throw b(k, put); @@ -662,7 +662,7 @@ public class f implements o { } } } finally { - this.i.f2749c.unlock(); + this.i.f2750c.unlock(); } } } @@ -773,7 +773,7 @@ public class f implements o { a(5); throw null; } else if (lVar != null) { - this.f2749c = lVar; + this.f2750c = lVar; this.d = fVar; this.e = str; } else { @@ -998,13 +998,13 @@ public class f implements o { @Override // d0.e0.p.d.m0.m.o public T compute(Function0 function0) { if (function0 != null) { - this.f2749c.lock(); + this.f2750c.lock(); try { T t = (T) function0.mo1invoke(); - this.f2749c.unlock(); + this.f2750c.unlock(); return t; } catch (Throwable th) { - this.f2749c.unlock(); + this.f2750c.unlock(); throw th; } } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/a0.java b/app/src/main/java/d0/e0/p/d/m0/n/a0.java index d35b067b3b..04e356f929 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/a0.java @@ -19,7 +19,7 @@ public final class a0 implements u0, g { public final LinkedHashSet b; /* renamed from: c reason: collision with root package name */ - public final int f2750c; + public final int f2751c; /* compiled from: IntersectionTypeConstructor.kt */ public static final class a extends o implements Function1 { @@ -42,7 +42,7 @@ public final class a0 implements u0, g { collection.isEmpty(); LinkedHashSet linkedHashSet = new LinkedHashSet<>(collection); this.b = linkedHashSet; - this.f2750c = linkedHashSet.hashCode(); + this.f2751c = linkedHashSet.hashCode(); } public final i createScopeForKotlinType() { @@ -91,7 +91,7 @@ public final class a0 implements u0, g { } public int hashCode() { - return this.f2750c; + return this.f2751c; } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/n/e1.java b/app/src/main/java/d0/e0/p/d/m0/n/e1.java index c309dda7aa..84b60ac185 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/e1.java @@ -17,7 +17,7 @@ public class e1 { public static final j0 b = t.createErrorType("Cannot be inferred"); /* renamed from: c reason: collision with root package name */ - public static final j0 f2751c = new a("NO_EXPECTED_TYPE"); + public static final j0 f2752c = new a("NO_EXPECTED_TYPE"); public static final j0 d = new a("UNIT_EXPECTED_TYPE"); /* compiled from: TypeUtils */ @@ -836,7 +836,7 @@ public class e1 { public static boolean noExpectedType(c0 c0Var) { if (c0Var != null) { - return c0Var == f2751c || c0Var == d; + return c0Var == f2752c || c0Var == d; } a(0); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/f.java b/app/src/main/java/d0/e0/p/d/m0/n/f.java index 845fb9c52c..957849f5ef 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/f.java @@ -18,7 +18,7 @@ public abstract class f implements n { public boolean b; /* renamed from: c reason: collision with root package name */ - public ArrayDeque f2752c; + public ArrayDeque f2753c; public Set d; /* compiled from: AbstractTypeChecker.kt */ @@ -118,7 +118,7 @@ public abstract class f implements n { } public final void clear() { - ArrayDeque arrayDeque = this.f2752c; + ArrayDeque arrayDeque = this.f2753c; m.checkNotNull(arrayDeque); arrayDeque.clear(); Set set = this.d; @@ -152,7 +152,7 @@ public abstract class f implements n { } public final ArrayDeque getSupertypesDeque() { - return this.f2752c; + return this.f2753c; } public final Set getSupertypesSet() { @@ -165,8 +165,8 @@ public abstract class f implements n { public final void initialize() { this.b = true; - if (this.f2752c == null) { - this.f2752c = new ArrayDeque<>(4); + if (this.f2753c == null) { + this.f2753c = new ArrayDeque<>(4); } if (this.d == null) { this.d = d0.e0.p.d.m0.p.j.i.create(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/g.java b/app/src/main/java/d0/e0/p/d/m0/n/g.java index e14fe279dd..4b12281963 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/g.java @@ -26,7 +26,7 @@ public abstract class g implements u0 { public final Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ g f2753c; + public final /* synthetic */ g f2754c; /* compiled from: AbstractTypeConstructor.kt */ /* renamed from: d0.e0.p.d.m0.n.g$a$a reason: collision with other inner class name */ @@ -52,7 +52,7 @@ public abstract class g implements u0 { public a(g gVar, d0.e0.p.d.m0.n.l1.g gVar2) { m.checkNotNullParameter(gVar, "this$0"); m.checkNotNullParameter(gVar2, "kotlinTypeRefiner"); - this.f2753c = gVar; + this.f2754c = gVar; this.a = gVar2; this.b = d0.g.lazy(i.PUBLICATION, new C0283a(this, gVar)); } @@ -62,24 +62,24 @@ public abstract class g implements u0 { } public boolean equals(Object obj) { - return this.f2753c.equals(obj); + return this.f2754c.equals(obj); } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = this.f2753c.getBuiltIns(); + d0.e0.p.d.m0.b.h builtIns = this.f2754c.getBuiltIns(); m.checkNotNullExpressionValue(builtIns, "this@AbstractTypeConstructor.builtIns"); return builtIns; } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - return this.f2753c.getDeclarationDescriptor(); + return this.f2754c.getDeclarationDescriptor(); } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List parameters = this.f2753c.getParameters(); + List parameters = this.f2754c.getParameters(); m.checkNotNullExpressionValue(parameters, "this@AbstractTypeConstructor.parameters"); return parameters; } @@ -90,29 +90,29 @@ public abstract class g implements u0 { } public int hashCode() { - return this.f2753c.hashCode(); + return this.f2754c.hashCode(); } @Override // d0.e0.p.d.m0.n.u0 public boolean isDenotable() { - return this.f2753c.isDenotable(); + return this.f2754c.isDenotable(); } @Override // d0.e0.p.d.m0.n.u0 public u0 refine(d0.e0.p.d.m0.n.l1.g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2753c.refine(gVar); + return this.f2754c.refine(gVar); } public String toString() { - return this.f2753c.toString(); + return this.f2754c.toString(); } } /* compiled from: AbstractTypeConstructor.kt */ public static final class b { public final Collection a; - public List b = d0.t.m.listOf(t.f2762c); + public List b = d0.t.m.listOf(t.f2763c); /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -162,7 +162,7 @@ public abstract class g implements u0 { } public final b invoke(boolean z2) { - return new b(d0.t.m.listOf(t.f2762c)); + return new b(d0.t.m.listOf(t.f2763c)); } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/n/i.java b/app/src/main/java/d0/e0/p/d/m0/n/i.java index ed34d1620d..b4fd658b33 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/i.java @@ -12,7 +12,7 @@ import java.util.List; public class i extends b implements u0 { /* renamed from: c reason: collision with root package name */ - public final e f2754c; + public final e f2755c; public final List d; public final Collection e; @@ -29,7 +29,7 @@ public class i extends b implements u0 { g(2); throw null; } else if (oVar != null) { - this.f2754c = eVar; + this.f2755c = eVar; this.d = Collections.unmodifiableList(new ArrayList(list)); this.e = Collections.unmodifiableCollection(collection); } else { @@ -99,7 +99,7 @@ public class i extends b implements u0 { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public e getDeclarationDescriptor() { - e eVar = this.f2754c; + e eVar = this.f2755c; if (eVar != null) { return eVar; } @@ -123,6 +123,6 @@ public class i extends b implements u0 { } public String toString() { - return d0.e0.p.d.m0.k.e.getFqName(this.f2754c).asString(); + return d0.e0.p.d.m0.k.e.getFqName(this.f2755c).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/j0.java b/app/src/main/java/d0/e0/p/d/m0/n/j0.java index 1ebfa638b4..25a6ec0844 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/j0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/j0.java @@ -24,7 +24,7 @@ public abstract class j0 extends i1 implements i, j { StringBuilder sb = new StringBuilder(); Iterator it = getAnnotations().iterator(); while (it.hasNext()) { - q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2697c, it.next(), null, 2, null), "] "); + q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2698c, it.next(), null, 2, null), "] "); } sb.append(getConstructor()); if (!getArguments().isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java index a72e4c0fde..3f30e4d8e7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java @@ -419,7 +419,7 @@ public interface c extends d1, p { m.checkNotNullParameter(cVar, "this"); m.checkNotNullParameter(lVar, "receiver"); if (lVar instanceof u0) { - return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2515c); + return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2516c); } throw new IllegalArgumentException(("ClassicTypeSystemContext couldn't handle: " + lVar + ", " + a0.getOrCreateKotlinClass(lVar.getClass())).toString()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java index 35d02a77a7..c7117b1831 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java @@ -22,7 +22,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { public Function0> b; /* renamed from: c reason: collision with root package name */ - public final j f2755c; + public final j f2756c; public final z0 d; public final Lazy e; @@ -130,7 +130,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { m.checkNotNullParameter(w0Var, "projection"); this.a = w0Var; this.b = function0; - this.f2755c = jVar; + this.f2756c = jVar; this.d = z0Var; this.e = g.lazy(i.PUBLICATION, new b(this)); } @@ -153,11 +153,11 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } Objects.requireNonNull(obj, "null cannot be cast to non-null type org.jetbrains.kotlin.types.checker.NewCapturedTypeConstructor"); j jVar = (j) obj; - j jVar2 = this.f2755c; + j jVar2 = this.f2756c; if (jVar2 == null) { jVar2 = this; } - j jVar3 = jVar.f2755c; + j jVar3 = jVar.f2756c; if (jVar3 != null) { jVar = jVar3; } @@ -193,7 +193,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } public int hashCode() { - j jVar = this.f2755c; + j jVar = this.f2756c; return jVar == null ? super.hashCode() : jVar.hashCode(); } @@ -214,7 +214,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { w0 refine = getProjection().refine(gVar); m.checkNotNullExpressionValue(refine, "projection.refine(kotlinTypeRefiner)"); d dVar = this.b == null ? null : new d(this, gVar); - j jVar = this.f2755c; + j jVar = this.f2756c; if (jVar == null) { jVar = this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java index f1b318fc26..f0d6d590e7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java @@ -26,12 +26,12 @@ import kotlin.NoWhenBranchMatchedException; public final class m implements l { /* renamed from: c reason: collision with root package name */ - public final g f2756c; + public final g f2757c; public final k d; public m(g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - this.f2756c = gVar; + this.f2757c = gVar; k createWithTypeRefiner = k.createWithTypeRefiner(getKotlinTypeRefiner()); d0.z.d.m.checkNotNullExpressionValue(createWithTypeRefiner, "createWithTypeRefiner(kotlinTypeRefiner)"); this.d = createWithTypeRefiner; @@ -53,7 +53,7 @@ public final class m implements l { @Override // d0.e0.p.d.m0.n.l1.l public g getKotlinTypeRefiner() { - return this.f2756c; + return this.f2757c; } @Override // d0.e0.p.d.m0.n.l1.l diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p.java b/app/src/main/java/d0/e0/p/d/m0/n/p.java index 6f83064a7d..2f42e4e174 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p.java @@ -9,7 +9,7 @@ public final class p extends z0 { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final z0 f2757c; + public final z0 f2758c; public final z0 d; /* compiled from: DisjointKeysUnionTypeSubstitution.kt */ @@ -25,7 +25,7 @@ public final class p extends z0 { } public p(z0 z0Var, z0 z0Var2, DefaultConstructorMarker defaultConstructorMarker) { - this.f2757c = z0Var; + this.f2758c = z0Var; this.d = z0Var2; } @@ -35,24 +35,24 @@ public final class p extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean approximateCapturedTypes() { - return this.f2757c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); + return this.f2758c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2757c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); + return this.f2758c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public g filterAnnotations(g gVar) { m.checkNotNullParameter(gVar, "annotations"); - return this.d.filterAnnotations(this.f2757c.filterAnnotations(gVar)); + return this.d.filterAnnotations(this.f2758c.filterAnnotations(gVar)); } @Override // d0.e0.p.d.m0.n.z0 public w0 get(c0 c0Var) { m.checkNotNullParameter(c0Var, "key"); - w0 w0Var = this.f2757c.get(c0Var); + w0 w0Var = this.f2758c.get(c0Var); return w0Var == null ? this.d.get(c0Var) : w0Var; } @@ -65,6 +65,6 @@ public final class p extends z0 { public c0 prepareTopLevelType(c0 c0Var, j1 j1Var) { m.checkNotNullParameter(c0Var, "topLevelType"); m.checkNotNullParameter(j1Var, ModelAuditLogEntry.CHANGE_KEY_POSITION); - return this.d.prepareTopLevelType(this.f2757c.prepareTopLevelType(c0Var, j1Var), j1Var); + return this.d.prepareTopLevelType(this.f2758c.prepareTopLevelType(c0Var, j1Var), j1Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p0.java b/app/src/main/java/d0/e0/p/d/m0/n/p0.java index 36a59d1916..899ca9a2a6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p0.java @@ -16,18 +16,18 @@ public final class p0 { public static final class a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ List f2758c; + public final /* synthetic */ List f2759c; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public a(List list) { - this.f2758c = list; + this.f2759c = list; } @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - if (!this.f2758c.contains(u0Var)) { + if (!this.f2759c.contains(u0Var)) { return null; } h declarationDescriptor = u0Var.getDeclarationDescriptor(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java index 559b90c562..9e6cf2b0fe 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java @@ -10,7 +10,7 @@ public final class d { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final c0 f2759c; + public final c0 f2760c; public d(z0 z0Var, c0 c0Var, c0 c0Var2) { m.checkNotNullParameter(z0Var, "typeParameter"); @@ -18,7 +18,7 @@ public final class d { m.checkNotNullParameter(c0Var2, "outProjection"); this.a = z0Var; this.b = c0Var; - this.f2759c = c0Var2; + this.f2760c = c0Var2; } public final c0 getInProjection() { @@ -26,7 +26,7 @@ public final class d { } public final c0 getOutProjection() { - return this.f2759c; + return this.f2760c; } public final z0 getTypeParameter() { @@ -34,6 +34,6 @@ public final class d { } public final boolean isConsistent() { - return f.a.isSubtypeOf(this.b, this.f2759c); + return f.a.isSubtypeOf(this.b, this.f2760c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/q0.java b/app/src/main/java/d0/e0/p/d/m0/n/q0.java index 8e2a114286..a2a5e96620 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/q0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/q0.java @@ -24,7 +24,7 @@ public final class q0 { public final s0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f2760c; + public final boolean f2761c; /* compiled from: TypeAliasExpander.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class q0 { public q0(s0 s0Var, boolean z2) { m.checkNotNullParameter(s0Var, "reportStrategy"); this.b = s0Var; - this.f2760c = z2; + this.f2761c = z2; } public final void a(g gVar, g gVar2) { @@ -176,7 +176,7 @@ public final class q0 { if (!d0.e0.p.d.m0.n.o1.a.containsTypeAliasParameters(type2)) { w0 w0Var4 = asSimpleType.getArguments().get(i2); z0 z0Var2 = asSimpleType.getConstructor().getParameters().get(i2); - if (this.f2760c) { + if (this.f2761c) { a aVar = a; s0 s0Var = this.b; c0 type3 = w0Var4.getType(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/r0.java b/app/src/main/java/d0/e0/p/d/m0/n/r0.java index a59211566c..2ca8c56d62 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/r0.java @@ -17,7 +17,7 @@ public final class r0 { public final r0 b; /* renamed from: c reason: collision with root package name */ - public final y0 f2761c; + public final y0 f2762c; public final List d; public final Map e; @@ -41,7 +41,7 @@ public final class r0 { public r0(r0 r0Var, y0 y0Var, List list, Map map, DefaultConstructorMarker defaultConstructorMarker) { this.b = r0Var; - this.f2761c = y0Var; + this.f2762c = y0Var; this.d = list; this.e = map; } @@ -51,7 +51,7 @@ public final class r0 { } public final y0 getDescriptor() { - return this.f2761c; + return this.f2762c; } public final w0 getReplacement(u0 u0Var) { @@ -65,7 +65,7 @@ public final class r0 { public final boolean isRecursion(y0 y0Var) { m.checkNotNullParameter(y0Var, "descriptor"); - if (!m.areEqual(this.f2761c, y0Var)) { + if (!m.areEqual(this.f2762c, y0Var)) { r0 r0Var = this.b; if (!(r0Var == null ? false : r0Var.isRecursion(y0Var))) { return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/t.java b/app/src/main/java/d0/e0/p/d/m0/n/t.java index 54195012f9..495d5aee1a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/t.java @@ -28,7 +28,7 @@ public class t { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final j0 f2762c = createErrorType(""); + public static final j0 f2763c = createErrorType(""); public static final c0 d; public static final n0 e; public static final Set f; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v.java b/app/src/main/java/d0/e0/p/d/m0/n/v.java index fb859f26aa..40865435b7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v.java @@ -59,6 +59,6 @@ public abstract class v extends i1 implements f { public abstract String render(c cVar, h hVar); public String toString() { - return c.f2697c.renderType(this); + return c.f2698c.renderType(this); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v0.java b/app/src/main/java/d0/e0/p/d/m0/n/v0.java index 943bf8315b..7726b4a355 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v0.java @@ -21,13 +21,13 @@ public abstract class v0 extends z0 { public static final class C0289a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Map f2763c; + public final /* synthetic */ Map f2764c; public final /* synthetic */ boolean d; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.Map */ /* JADX WARN: Multi-variable type inference failed */ public C0289a(Map map, boolean z2) { - this.f2763c = map; + this.f2764c = map; this.d = z2; } @@ -39,12 +39,12 @@ public abstract class v0 extends z0 { @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - return this.f2763c.get(u0Var); + return this.f2764c.get(u0Var); } @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2763c.isEmpty(); + return this.f2764c.isEmpty(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/z.java b/app/src/main/java/d0/e0/p/d/m0/n/z.java index 4e2cd8a469..7afc5fe1a7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/z.java @@ -11,7 +11,7 @@ public final class z extends z0 { public final z0[] b; /* renamed from: c reason: collision with root package name */ - public final w0[] f2764c; + public final w0[] f2765c; public final boolean d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -30,7 +30,7 @@ public final class z extends z0 { m.checkNotNullParameter(z0VarArr, "parameters"); m.checkNotNullParameter(w0VarArr, "arguments"); this.b = z0VarArr; - this.f2764c = w0VarArr; + this.f2765c = w0VarArr; this.d = z2; int length = z0VarArr.length; int length2 = w0VarArr.length; @@ -59,11 +59,11 @@ public final class z extends z0 { if (index >= z0VarArr.length || !m.areEqual(z0VarArr[index].getTypeConstructor(), z0Var.getTypeConstructor())) { return null; } - return this.f2764c[index]; + return this.f2765c[index]; } public final w0[] getArguments() { - return this.f2764c; + return this.f2765c; } public final z0[] getParameters() { @@ -72,6 +72,6 @@ public final class z extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2764c.length == 0; + return this.f2765c.length == 0; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/d.java b/app/src/main/java/d0/e0/p/d/m0/o/d.java index f5ac58b726..0585f63f9f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/d.java @@ -16,7 +16,7 @@ public final class d { public final Regex b; /* renamed from: c reason: collision with root package name */ - public final Collection f2765c; + public final Collection f2766c; public final Function1 d; public final b[] e; @@ -67,7 +67,7 @@ public final class d { public d(e eVar, Regex regex, Collection collection, Function1 function1, b... bVarArr) { this.a = null; this.b = regex; - this.f2765c = collection; + this.f2766c = collection; this.d = function1; this.e = bVarArr; } @@ -82,7 +82,7 @@ public final class d { System.arraycopy(bVarArr, 0, bVarArr2, 0, bVarArr.length); this.a = eVar; this.b = null; - this.f2765c = null; + this.f2766c = null; this.d = function1; this.e = bVarArr2; } @@ -151,7 +151,7 @@ public final class d { return false; } } - Collection collection = this.f2765c; + Collection collection = this.f2766c; return collection == null || collection.contains(xVar.getName()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/i.java b/app/src/main/java/d0/e0/p/d/m0/o/i.java index d11cc73fd0..dc0301232c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/i.java @@ -155,7 +155,7 @@ public final class i extends a { k.a aVar = k.a.d; d0.e0.p.d.m0.g.e eVar6 = j.h; l.c cVar = l.c.b; - b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2766c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2769y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); + b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2767c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2770y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); } @Override // d0.e0.p.d.m0.o.a diff --git a/app/src/main/java/d0/e0/p/d/m0/o/j.java b/app/src/main/java/d0/e0/p/d/m0/o/j.java index cb8dafb5a9..285b9f5f5d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/j.java @@ -19,7 +19,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2766c; + public static final e f2767c; public static final e d; public static final e e; public static final e f; @@ -37,20 +37,20 @@ public final class j { public static final e r; /* renamed from: s reason: collision with root package name */ - public static final e f2767s; + public static final e f2768s; public static final e t; public static final e u; public static final e v; public static final e w; /* renamed from: x reason: collision with root package name */ - public static final e f2768x; + public static final e f2769x; /* renamed from: y reason: collision with root package name */ - public static final e f2769y; + public static final e f2770y; /* renamed from: z reason: collision with root package name */ - public static final e f2770z; + public static final e f2771z; static { e identifier = e.identifier("getValue"); @@ -61,7 +61,7 @@ public final class j { b = identifier2; e identifier3 = e.identifier("provideDelegate"); m.checkNotNullExpressionValue(identifier3, "identifier(\"provideDelegate\")"); - f2766c = identifier3; + f2767c = identifier3; e identifier4 = e.identifier("equals"); m.checkNotNullExpressionValue(identifier4, "identifier(\"equals\")"); d = identifier4; @@ -109,7 +109,7 @@ public final class j { r = identifier17; e identifier18 = e.identifier("unaryMinus"); m.checkNotNullExpressionValue(identifier18, "identifier(\"unaryMinus\")"); - f2767s = identifier18; + f2768s = identifier18; e identifier19 = e.identifier("unaryPlus"); m.checkNotNullExpressionValue(identifier19, "identifier(\"unaryPlus\")"); t = identifier19; @@ -124,13 +124,13 @@ public final class j { w = identifier22; e identifier23 = e.identifier("rem"); m.checkNotNullExpressionValue(identifier23, "identifier(\"rem\")"); - f2768x = identifier23; + f2769x = identifier23; e identifier24 = e.identifier("rangeTo"); m.checkNotNullExpressionValue(identifier24, "identifier(\"rangeTo\")"); - f2769y = identifier24; + f2770y = identifier24; e identifier25 = e.identifier("timesAssign"); m.checkNotNullExpressionValue(identifier25, "identifier(\"timesAssign\")"); - f2770z = identifier25; + f2771z = identifier25; e identifier26 = e.identifier("divAssign"); m.checkNotNullExpressionValue(identifier26, "identifier(\"divAssign\")"); A = identifier26; diff --git a/app/src/main/java/d0/e0/p/d/m0/o/k.java b/app/src/main/java/d0/e0/p/d/m0/o/k.java index 73acb51d7b..4eed93c004 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/k.java @@ -15,7 +15,7 @@ public abstract class k implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final String f2771c; + public final String f2772c; /* compiled from: modifierChecks.kt */ public static final class a extends k { @@ -96,7 +96,7 @@ public abstract class k implements b { public k(String str, Function1 function1, DefaultConstructorMarker defaultConstructorMarker) { this.a = str; this.b = function1; - this.f2771c = m.stringPlus("must return ", str); + this.f2772c = m.stringPlus("must return ", str); } @Override // d0.e0.p.d.m0.o.b @@ -107,7 +107,7 @@ public abstract class k implements b { @Override // d0.e0.p.d.m0.o.b public String getDescription() { - return this.f2771c; + return this.f2772c; } @Override // d0.e0.p.d.m0.o.b diff --git a/app/src/main/java/d0/e0/p/d/m0/p/e.java b/app/src/main/java/d0/e0/p/d/m0/p/e.java index 23d9bb475d..edd8f5f1d3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/e.java @@ -17,7 +17,7 @@ public final class e { public static final e b; /* renamed from: c reason: collision with root package name */ - public final h f2772c; + public final h f2773c; public final h d; public final Map e; public final boolean f; @@ -81,7 +81,7 @@ public final class e { m.checkNotNullParameter(hVar, "globalJsr305Level"); m.checkNotNullParameter(map, "userDefinedLevelForSpecificJsr305Annotation"); m.checkNotNullParameter(hVar3, "jspecifyReportLevel"); - this.f2772c = hVar; + this.f2773c = hVar; this.d = hVar2; this.e = map; this.f = z2; @@ -115,7 +115,7 @@ public final class e { } public final h getGlobalJsr305Level() { - return this.f2772c; + return this.f2773c; } public final h getJspecifyReportLevel() { diff --git a/app/src/main/java/d0/e0/p/d/n0/b.java b/app/src/main/java/d0/e0/p/d/n0/b.java index 3c35b26af2..ebfdadfe62 100644 --- a/app/src/main/java/d0/e0/p/d/n0/b.java +++ b/app/src/main/java/d0/e0/p/d/n0/b.java @@ -5,11 +5,11 @@ public final class b { public final d>> b; /* renamed from: c reason: collision with root package name */ - public final int f2773c; + public final int f2774c; public b(d>> dVar, int i) { this.b = dVar; - this.f2773c = i; + this.f2774c = i; } public static b empty() { @@ -58,6 +58,6 @@ public final class b { aVar = aVar.minus(i); } a> plus = aVar.plus(new e<>(k, v)); - return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2773c - size)); + return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2774c - size)); } } diff --git a/app/src/main/java/d0/e0/p/d/n0/c.java b/app/src/main/java/d0/e0/p/d/n0/c.java index 600350e36a..77d25d0fab 100644 --- a/app/src/main/java/d0/e0/p/d/n0/c.java +++ b/app/src/main/java/d0/e0/p/d/n0/c.java @@ -5,7 +5,7 @@ public final class c { public final long b; /* renamed from: c reason: collision with root package name */ - public final V f2774c; + public final V f2775c; public final c d; public final c e; public final int f; @@ -13,14 +13,14 @@ public final class c { public c() { this.f = 0; this.b = 0; - this.f2774c = null; + this.f2775c = null; this.d = null; this.e = null; } public c(long j, V v, c cVar, c cVar2) { this.b = j; - this.f2774c = v; + this.f2775c = v; this.d = cVar; this.e = cVar2; this.f = cVar.f + 1 + cVar2.f; @@ -31,7 +31,7 @@ public final class c { return null; } long j2 = this.b; - return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2774c; + return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2775c; } public c b(long j, V v) { @@ -39,7 +39,7 @@ public final class c { return new c<>(j, v, this, this); } long j2 = this.b; - return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2774c ? this : new c<>(j, v, this.d, this.e); + return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2775c ? this : new c<>(j, v, this.d, this.e); } public final c c(c cVar, c cVar2) { @@ -47,7 +47,7 @@ public final class c { return this; } long j = this.b; - V v = this.f2774c; + V v = this.f2775c; int i = cVar.f; int i2 = cVar2.f; if (i + i2 > 1) { @@ -56,14 +56,14 @@ public final class c { c cVar4 = cVar.e; if (cVar4.f < cVar3.f * 2) { long j2 = cVar.b; - return new c<>(j2 + j, cVar.f2774c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); + return new c<>(j2 + j, cVar.f2775c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); } c cVar5 = cVar4.d; c cVar6 = cVar4.e; long j3 = cVar4.b; long j4 = cVar.b + j3 + j; - V v2 = cVar4.f2774c; - c cVar7 = new c(-j3, cVar.f2774c, cVar3, cVar5.d(cVar5.b + j3)); + V v2 = cVar4.f2775c; + c cVar7 = new c(-j3, cVar.f2775c, cVar3, cVar5.d(cVar5.b + j3)); long j5 = cVar.b; long j6 = cVar4.b; return new c<>(j4, v2, cVar7, new c((-j5) - j6, v, cVar6.d(cVar6.b + j6 + j5), cVar2)); @@ -72,23 +72,23 @@ public final class c { c cVar9 = cVar2.e; if (cVar8.f < cVar9.f * 2) { long j7 = cVar2.b; - return new c<>(j7 + j, cVar2.f2774c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); + return new c<>(j7 + j, cVar2.f2775c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); } c cVar10 = cVar8.d; c cVar11 = cVar8.e; long j8 = cVar8.b; long j9 = cVar2.b; long j10 = j8 + j9 + j; - V v3 = cVar8.f2774c; + V v3 = cVar8.f2775c; c cVar12 = new c((-j9) - j8, v, cVar, cVar10.d(cVar10.b + j8 + j9)); long j11 = cVar8.b; - return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2774c, cVar11.d(cVar11.b + j11), cVar9)); + return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2775c, cVar11.d(cVar11.b + j11), cVar9)); } } return new c<>(j, v, cVar, cVar2); } public final c d(long j) { - return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2774c, this.d, this.e); + return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2775c, this.d, this.e); } } diff --git a/app/src/main/java/d0/e0/p/d/s.java b/app/src/main/java/d0/e0/p/d/s.java index 162490d1f9..bd181254b9 100644 --- a/app/src/main/java/d0/e0/p/d/s.java +++ b/app/src/main/java/d0/e0/p/d/s.java @@ -33,7 +33,7 @@ public abstract class s extends f implements KProperty { public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2775s; + public final Object f2776s; /* compiled from: KPropertyImpl.kt */ public static abstract class a extends f implements KFunction { @@ -295,7 +295,7 @@ public abstract class s extends f implements KProperty { this.p = iVar; this.q = str; this.r = str2; - this.f2775s = obj; + this.f2776s = obj; c0.b lazy = c0.lazy(new f(this)); d0.z.d.m.checkNotNullExpressionValue(lazy, "ReflectProperties.lazy {…y -> null\n }\n }"); this.n = lazy; @@ -321,11 +321,11 @@ public abstract class s extends f implements KProperty { public boolean equals(Object obj) { s asKPropertyImpl = j0.asKPropertyImpl(obj); - return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2775s, asKPropertyImpl.f2775s); + return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2776s, asKPropertyImpl.f2776s); } public final Object getBoundReceiver() { - return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2775s, getDescriptor()); + return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2776s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -373,7 +373,7 @@ public abstract class s extends f implements KProperty { @Override // d0.e0.p.d.f public boolean isBound() { - return !d0.z.d.m.areEqual(this.f2775s, d0.z.d.d.NO_RECEIVER); + return !d0.z.d.m.areEqual(this.f2776s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KProperty diff --git a/app/src/main/java/d0/f0/g.java b/app/src/main/java/d0/f0/g.java index 4eaad9441f..48ea90b648 100644 --- a/app/src/main/java/d0/f0/g.java +++ b/app/src/main/java/d0/f0/g.java @@ -11,7 +11,7 @@ public final class g implements Sequence { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2776c; + public final Function1 f2777c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -73,11 +73,11 @@ public final class g implements Sequence { m.checkNotNullParameter(function1, "predicate"); this.a = sequence; this.b = z2; - this.f2776c = function1; + this.f2777c = function1; } public static final /* synthetic */ Function1 access$getPredicate$p(g gVar) { - return gVar.f2776c; + return gVar.f2777c; } public static final /* synthetic */ boolean access$getSendWhen$p(g gVar) { diff --git a/app/src/main/java/d0/f0/h.java b/app/src/main/java/d0/f0/h.java index 177f493eb2..182c2af65f 100644 --- a/app/src/main/java/d0/f0/h.java +++ b/app/src/main/java/d0/f0/h.java @@ -11,7 +11,7 @@ public final class h implements Sequence { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1> f2777c; + public final Function1> f2778c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -78,11 +78,11 @@ public final class h implements Sequence { m.checkNotNullParameter(function12, "iterator"); this.a = sequence; this.b = function1; - this.f2777c = function12; + this.f2778c = function12; } public static final /* synthetic */ Function1 access$getIterator$p(h hVar) { - return hVar.f2777c; + return hVar.f2778c; } public static final /* synthetic */ Sequence access$getSequence$p(h hVar) { diff --git a/app/src/main/java/d0/f0/r.java b/app/src/main/java/d0/f0/r.java index c71b8bdd2b..ac6392f460 100644 --- a/app/src/main/java/d0/f0/r.java +++ b/app/src/main/java/d0/f0/r.java @@ -10,7 +10,7 @@ public final class r implements Sequence, e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2778c; + public final int f2779c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -58,7 +58,7 @@ public final class r implements Sequence, e { m.checkNotNullParameter(sequence, "sequence"); this.a = sequence; this.b = i; - this.f2778c = i2; + this.f2779c = i2; boolean z2 = true; if (i >= 0) { if (i2 >= 0) { @@ -73,7 +73,7 @@ public final class r implements Sequence, e { } public static final /* synthetic */ int access$getEndIndex$p(r rVar) { - return rVar.f2778c; + return rVar.f2779c; } public static final /* synthetic */ Sequence access$getSequence$p(r rVar) { @@ -86,7 +86,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence drop(int i) { - int i2 = this.f2778c; + int i2 = this.f2779c; int i3 = this.b; return i >= i2 - i3 ? n.emptySequence() : new r(this.a, i3 + i, i2); } @@ -98,7 +98,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence take(int i) { - int i2 = this.f2778c; + int i2 = this.f2779c; int i3 = this.b; return i >= i2 - i3 ? this : new r(this.a, i3, i + i3); } diff --git a/app/src/main/java/d0/g0/c.java b/app/src/main/java/d0/g0/c.java index 0b6d8734e1..429a2e9cf5 100644 --- a/app/src/main/java/d0/g0/c.java +++ b/app/src/main/java/d0/g0/c.java @@ -9,7 +9,7 @@ public final class c { public static Charset b; /* renamed from: c reason: collision with root package name */ - public static Charset f2779c; + public static Charset f2780c; public static final c d = new c(); static { @@ -24,13 +24,13 @@ public final class c { } public final Charset UTF32_BE() { - Charset charset = f2779c; + Charset charset = f2780c; if (charset != null) { return charset; } Charset forName = Charset.forName("UTF-32BE"); m.checkNotNullExpressionValue(forName, "Charset.forName(\"UTF-32BE\")"); - f2779c = forName; + f2780c = forName; return forName; } diff --git a/app/src/main/java/d0/g0/d.java b/app/src/main/java/d0/g0/d.java index 3652c9b010..dd24d148ca 100644 --- a/app/src/main/java/d0/g0/d.java +++ b/app/src/main/java/d0/g0/d.java @@ -15,7 +15,7 @@ public final class d implements Sequence { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2780c; + public final int f2781c; public final Function2> d; /* compiled from: Strings.kt */ @@ -107,7 +107,7 @@ public final class d implements Sequence { m.checkNotNullParameter(function2, "getNextMatch"); this.a = charSequence; this.b = i; - this.f2780c = i2; + this.f2781c = i2; this.d = function2; } @@ -120,7 +120,7 @@ public final class d implements Sequence { } public static final /* synthetic */ int access$getLimit$p(d dVar) { - return dVar.f2780c; + return dVar.f2781c; } public static final /* synthetic */ int access$getStartIndex$p(d dVar) { diff --git a/app/src/main/java/d0/g0/g.java b/app/src/main/java/d0/g0/g.java index 29353128bf..6dcaed43cc 100644 --- a/app/src/main/java/d0/g0/g.java +++ b/app/src/main/java/d0/g0/g.java @@ -18,7 +18,7 @@ public final class g implements MatchResult { public List b; /* renamed from: c reason: collision with root package name */ - public final Matcher f2781c; + public final Matcher f2782c; public final CharSequence d; /* compiled from: Regex.kt */ @@ -148,12 +148,12 @@ public final class g implements MatchResult { public g(Matcher matcher, CharSequence charSequence) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(charSequence, "input"); - this.f2781c = matcher; + this.f2782c = matcher; this.d = charSequence; } public static final java.util.regex.MatchResult access$getMatchResult$p(g gVar) { - return gVar.f2781c; + return gVar.f2782c; } @Override // kotlin.text.MatchResult @@ -178,23 +178,23 @@ public final class g implements MatchResult { @Override // kotlin.text.MatchResult public IntRange getRange() { - return h.access$range(this.f2781c); + return h.access$range(this.f2782c); } @Override // kotlin.text.MatchResult public String getValue() { - String group = this.f2781c.group(); + String group = this.f2782c.group(); m.checkNotNullExpressionValue(group, "matchResult.group()"); return group; } @Override // kotlin.text.MatchResult public MatchResult next() { - int end = this.f2781c.end() + (this.f2781c.end() == this.f2781c.start() ? 1 : 0); + int end = this.f2782c.end() + (this.f2782c.end() == this.f2782c.start() ? 1 : 0); if (end > this.d.length()) { return null; } - Matcher matcher = this.f2781c.pattern().matcher(this.d); + Matcher matcher = this.f2782c.pattern().matcher(this.d); m.checkNotNullExpressionValue(matcher, "matcher.pattern().matcher(input)"); return h.access$findNext(matcher, end, this.d); } diff --git a/app/src/main/java/d0/t/q0/c.java b/app/src/main/java/d0/t/q0/c.java index 256151ccf1..7075361cad 100644 --- a/app/src/main/java/d0/t/q0/c.java +++ b/app/src/main/java/d0/t/q0/c.java @@ -24,7 +24,7 @@ public final class c implements Map, d0.z.d.g0.d { public int[] r; /* renamed from: s reason: collision with root package name */ - public int[] f2782s; + public int[] f2783s; public int t; public int u; @@ -294,7 +294,7 @@ public final class c implements Map, d0.z.d.g0.d { this.p = (K[]) b.arrayOfUninitializedElements(i2); this.q = null; this.r = iArr; - this.f2782s = new int[access$computeHashSize]; + this.f2783s = new int[access$computeHashSize]; this.t = 2; this.u = 0; this.j = a.access$computeShift(aVar, access$computeHashSize); @@ -338,10 +338,10 @@ public final class c implements Map, d0.z.d.g0.d { checkIsMutable$kotlin_stdlib(); while (true) { int e2 = e(k); - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2782s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2783s.length / 2); int i2 = 0; while (true) { - int[] iArr = this.f2782s; + int[] iArr = this.f2783s; int i3 = iArr[e2]; if (i3 <= 0) { int i4 = this.u; @@ -365,10 +365,10 @@ public final class c implements Map, d0.z.d.g0.d { } else { i2++; if (i2 > coerceAtMost) { - f(this.f2782s.length * 2); + f(this.f2783s.length * 2); break; } - e2 = e2 == 0 ? this.f2782s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2783s.length - 1 : e2 - 1; } } } @@ -390,11 +390,11 @@ public final class c implements Map, d0.z.d.g0.d { m.checkNotNullExpressionValue(copyOf, "java.util.Arrays.copyOf(this, newSize)"); this.r = copyOf; int access$computeHashSize = a.access$computeHashSize(i, i4); - if (access$computeHashSize > this.f2782s.length) { + if (access$computeHashSize > this.f2783s.length) { f(access$computeHashSize); } } else if ((i3 + i4) - size() > this.p.length) { - f(this.f2782s.length); + f(this.f2783s.length); } } @@ -408,7 +408,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(k); int i2 = this.t; while (true) { - int i3 = this.f2782s[e2]; + int i3 = this.f2783s[e2]; if (i3 == 0) { return -1; } @@ -422,7 +422,7 @@ public final class c implements Map, d0.z.d.g0.d { if (i2 < 0) { return -1; } - e2 = e2 == 0 ? this.f2782s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2783s.length - 1 : e2 - 1; } } @@ -442,7 +442,7 @@ public final class c implements Map, d0.z.d.g0.d { int[] iArr = this.r; int i4 = iArr[i3]; if (i4 >= 0) { - this.f2782s[i4] = 0; + this.f2783s[i4] = 0; iArr[i3] = -1; } if (i3 == i2) { @@ -574,9 +574,9 @@ public final class c implements Map, d0.z.d.g0.d { } this.u = i5; } - int[] iArr = this.f2782s; + int[] iArr = this.f2783s; if (i2 != iArr.length) { - this.f2782s = new int[i2]; + this.f2783s = new int[i2]; this.j = a.access$computeShift(i, i2); } else { j.fill(iArr, 0, 0, iArr.length); @@ -587,7 +587,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(this.p[i6]); int i8 = this.t; while (true) { - int[] iArr2 = this.f2782s; + int[] iArr2 = this.f2783s; z2 = true; if (iArr2[e2] == 0) { iArr2[e2] = i7; @@ -613,17 +613,17 @@ public final class c implements Map, d0.z.d.g0.d { public final void g(int i2) { b.resetAt(this.p, i2); int i3 = this.r[i2]; - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2782s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2783s.length / 2); int i4 = 0; int i5 = i3; while (true) { - i3 = i3 == 0 ? this.f2782s.length - 1 : i3 - 1; + i3 = i3 == 0 ? this.f2783s.length - 1 : i3 - 1; i4++; if (i4 > this.t) { - this.f2782s[i5] = 0; + this.f2783s[i5] = 0; break; } - int[] iArr = this.f2782s; + int[] iArr = this.f2783s; int i6 = iArr[i3]; if (i6 == 0) { iArr[i5] = 0; @@ -631,14 +631,14 @@ public final class c implements Map, d0.z.d.g0.d { } if (i6 >= 0) { int i7 = i6 - 1; - int[] iArr2 = this.f2782s; + int[] iArr2 = this.f2783s; if (((e(this.p[i7]) - i3) & (iArr2.length - 1)) >= i4) { iArr2[i5] = i6; this.r[i7] = i5; } coerceAtMost--; if (coerceAtMost < 0) { - this.f2782s[i5] = -1; + this.f2783s[i5] = -1; break; } } else { diff --git a/app/src/main/java/d0/w/i/a/f.java b/app/src/main/java/d0/w/i/a/f.java index 2180a15f05..20497d76fa 100644 --- a/app/src/main/java/d0/w/i/a/f.java +++ b/app/src/main/java/d0/w/i/a/f.java @@ -34,7 +34,7 @@ public final class f { if (i >= 0) { i2 = eVar.l()[i]; } - String moduleName = h.f2783c.getModuleName(aVar); + String moduleName = h.f2784c.getModuleName(aVar); if (moduleName == null) { str = eVar.c(); } else { diff --git a/app/src/main/java/d0/w/i/a/h.java b/app/src/main/java/d0/w/i/a/h.java index eb9d1a428c..d35c9bb4fa 100644 --- a/app/src/main/java/d0/w/i/a/h.java +++ b/app/src/main/java/d0/w/i/a/h.java @@ -9,7 +9,7 @@ public final class h { public static a b; /* renamed from: c reason: collision with root package name */ - public static final h f2783c = new h(); + public static final h f2784c = new h(); /* compiled from: DebugMetadata.kt */ public static final class a { @@ -17,12 +17,12 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2784c; + public final Method f2785c; public a(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2784c = method3; + this.f2785c = method3; } } @@ -47,7 +47,7 @@ public final class h { if (aVar2 == a || (method = aVar2.a) == null || (invoke = method.invoke(aVar.getClass(), new Object[0])) == null || (method2 = aVar2.b) == null || (invoke2 = method2.invoke(invoke, new Object[0])) == null) { return null; } - Method method3 = aVar2.f2784c; + Method method3 = aVar2.f2785c; Object invoke3 = method3 != null ? method3.invoke(invoke2, new Object[0]) : null; if (invoke3 instanceof String) { str = invoke3; diff --git a/app/src/main/java/d0/y/d.java b/app/src/main/java/d0/y/d.java index 15af8d01ef..8656ccac01 100644 --- a/app/src/main/java/d0/y/d.java +++ b/app/src/main/java/d0/y/d.java @@ -17,7 +17,7 @@ public final class d implements Sequence { public final e b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2785c = null; + public final Function1 f2786c = null; public final Function1 d = null; public final Function2 e = null; public final int f = Integer.MAX_VALUE; @@ -40,7 +40,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2786c; + public File[] f2787c; public int d; public boolean e; public final /* synthetic */ b f; @@ -54,13 +54,13 @@ public final class d implements Sequence { @Override // d0.y.d.c public File step() { - if (!this.e && this.f2786c == null) { + if (!this.e && this.f2787c == null) { Function1 access$getOnEnter$p = d.access$getOnEnter$p(d.this); if (access$getOnEnter$p != null && !((Boolean) access$getOnEnter$p.invoke(getRoot())).booleanValue()) { return null; } File[] listFiles = getRoot().listFiles(); - this.f2786c = listFiles; + this.f2787c = listFiles; if (listFiles == null) { Function2 access$getOnFail$p = d.access$getOnFail$p(d.this); if (access$getOnFail$p != null) { @@ -69,12 +69,12 @@ public final class d implements Sequence { this.e = true; } } - File[] fileArr = this.f2786c; + File[] fileArr = this.f2787c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); if (i < fileArr.length) { - File[] fileArr2 = this.f2786c; + File[] fileArr2 = this.f2787c; m.checkNotNull(fileArr2); int i2 = this.d; this.d = i2 + 1; @@ -119,7 +119,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2787c; + public File[] f2788c; public int d; public final /* synthetic */ b e; @@ -144,7 +144,7 @@ public final class d implements Sequence { this.b = true; return getRoot(); } - File[] fileArr = this.f2787c; + File[] fileArr = this.f2788c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); @@ -156,13 +156,13 @@ public final class d implements Sequence { return null; } } - if (this.f2787c == null) { + if (this.f2788c == null) { File[] listFiles = getRoot().listFiles(); - this.f2787c = listFiles; + this.f2788c = listFiles; if (listFiles == null && (access$getOnFail$p = d.access$getOnFail$p(d.this)) != null) { Unit unit2 = (Unit) access$getOnFail$p.invoke(getRoot(), new AccessDeniedException(getRoot(), null, "Cannot list files in a directory", 2, null)); } - File[] fileArr2 = this.f2787c; + File[] fileArr2 = this.f2788c; if (fileArr2 != null) { m.checkNotNull(fileArr2); } @@ -172,7 +172,7 @@ public final class d implements Sequence { } return null; } - File[] fileArr3 = this.f2787c; + File[] fileArr3 = this.f2788c; m.checkNotNull(fileArr3); int i2 = this.d; this.d = i2 + 1; @@ -267,7 +267,7 @@ public final class d implements Sequence { } public static final /* synthetic */ Function1 access$getOnEnter$p(d dVar) { - return dVar.f2785c; + return dVar.f2786c; } public static final /* synthetic */ Function2 access$getOnFail$p(d dVar) { diff --git a/app/src/main/java/defpackage/e.java b/app/src/main/java/defpackage/e.java index c6ca107e27..a7f4d75c15 100644 --- a/app/src/main/java/defpackage/e.java +++ b/app/src/main/java/defpackage/e.java @@ -33,7 +33,7 @@ public final class e implements View.OnClickListener { int i = this.i; if (i == 0) { OverlayMenuView overlayMenuView = (OverlayMenuView) this.j; - Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2204c.getChannel().h()); + Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2205c.getChannel().h()); int i2 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); if (valueOf != null) { @@ -43,7 +43,7 @@ public final class e implements View.OnClickListener { } } else if (i == 1) { OverlayMenuView overlayMenuView2 = (OverlayMenuView) this.j; - Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2204c.getChannel().h()); + Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2205c.getChannel().h()); int i3 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView2); overlayMenuView2.getContext().startActivity(IntentUtils.RouteBuilders.INSTANCE.connectVoice(valueOf2 != null ? valueOf2.longValue() : 0).setClass(overlayMenuView2.getContext(), AppActivity.Main.class).addFlags(268435456)); diff --git a/app/src/main/java/defpackage/h.java b/app/src/main/java/defpackage/h.java index 10f11819b3..834180168e 100644 --- a/app/src/main/java/defpackage/h.java +++ b/app/src/main/java/defpackage/h.java @@ -30,7 +30,7 @@ public final class h implements View.OnClickListener { if (i2 != 0) { boolean z2 = true; if (i2 == 1) { - List audioDevices = ((OverlayMenuView.a) this.j).f2204c.getAudioManagerState().getAudioDevices(); + List audioDevices = ((OverlayMenuView.a) this.j).f2205c.getAudioManagerState().getAudioDevices(); if (!(audioDevices instanceof Collection) || !audioDevices.isEmpty()) { i = 0; for (DiscordAudioManager.AudioDevice audioDevice : audioDevices) { @@ -57,10 +57,10 @@ public final class h implements View.OnClickListener { return; } throw null; - } else if (((OverlayMenuView.a) this.j).f2204c.isSuppressed()) { + } else if (((OverlayMenuView.a) this.j).f2205c.isSuppressed()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.suppressed_permission_body, 0, null, 12); - } else if (((OverlayMenuView.a) this.j).f2204c.isMuted()) { + } else if (((OverlayMenuView.a) this.j).f2205c.isMuted()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.server_muted_dialog_body, 0, null, 12); } else { diff --git a/app/src/main/java/e0/a/a/a/a.java b/app/src/main/java/e0/a/a/a/a.java index ccde880e9c..ea38213500 100644 --- a/app/src/main/java/e0/a/a/a/a.java +++ b/app/src/main/java/e0/a/a/a/a.java @@ -29,20 +29,20 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2788s = getResources().getColor(R.a.viewfinder_border); + public int f2789s = getResources().getColor(R.a.viewfinder_border); public int t = getResources().getColor(R.a.viewfinder_mask); public int u = getResources().getInteger(R.b.viewfinder_border_width); public int v = getResources().getInteger(R.b.viewfinder_border_length); public boolean w = false; /* renamed from: x reason: collision with root package name */ - public int f2789x = 0; + public int f2790x = 0; /* renamed from: y reason: collision with root package name */ - public boolean f2790y = false; + public boolean f2791y = false; /* renamed from: z reason: collision with root package name */ - public float f2791z = 1.0f; + public float f2792z = 1.0f; /* JADX INFO: finally extract failed */ public a(Context context, AttributeSet attributeSet) { @@ -52,26 +52,26 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { setShouldScaleToFill(obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_shouldScaleToFill, true)); this.q = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_laserEnabled, this.q); this.r = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_laserColor, this.r); - this.f2788s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2788s); + this.f2789s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2789s); this.t = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_maskColor, this.t); this.u = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderWidth, this.u); this.v = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderLength, this.v); this.w = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_roundedCorner, this.w); - this.f2789x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2789x); - this.f2790y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2790y); - this.f2791z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2791z); + this.f2790x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2790x); + this.f2791y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2791y); + this.f2792z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2792z); this.A = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_finderOffset, this.A); obtainStyledAttributes.recycle(); g gVar = new g(getContext()); - gVar.setBorderColor(this.f2788s); + gVar.setBorderColor(this.f2789s); gVar.setLaserColor(this.r); gVar.setLaserEnabled(this.q); gVar.setBorderStrokeWidth(this.u); gVar.setBorderLineLength(this.v); gVar.setMaskColor(this.t); gVar.setBorderCornerRounded(this.w); - gVar.setBorderCornerRadius(this.f2789x); - gVar.setSquareViewFinder(this.f2790y); + gVar.setBorderCornerRadius(this.f2790x); + gVar.setSquareViewFinder(this.f2791y); gVar.setViewFinderOffset(this.A); this.k = gVar; } catch (Throwable th) { @@ -98,7 +98,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { public boolean getFlash() { e eVar = this.i; - return eVar != null && c.q.a.k.a.D(eVar.a) && this.i.a.getParameters().getFlashMode().equals("torch"); + return eVar != null && c.q.a.k.a.E(eVar.a) && this.i.a.getParameters().getFlashMode().equals("torch"); } public int getRotationCount() { @@ -118,7 +118,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderAlpha(float f) { - this.f2791z = f; + this.f2792z = f; ((g) this.k).setBorderAlpha(f); g gVar = (g) this.k; gVar.a(); @@ -126,7 +126,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderColor(int i) { - this.f2788s = i; + this.f2789s = i; ((g) this.k).setBorderColor(i); g gVar = (g) this.k; gVar.a(); @@ -134,7 +134,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderCornerRadius(int i) { - this.f2789x = i; + this.f2790x = i; ((g) this.k).setBorderCornerRadius(i); g gVar = (g) this.k; gVar.a(); @@ -160,7 +160,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { public void setFlash(boolean z2) { this.n = Boolean.valueOf(z2); e eVar = this.i; - if (eVar != null && c.q.a.k.a.D(eVar.a)) { + if (eVar != null && c.q.a.k.a.E(eVar.a)) { Camera.Parameters parameters = this.i.a.getParameters(); if (z2) { if (!parameters.getFlashMode().equals("torch")) { @@ -214,7 +214,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setSquareViewFinder(boolean z2) { - this.f2790y = z2; + this.f2791y = z2; ((g) this.k).setSquareViewFinder(z2); g gVar = (g) this.k; gVar.a(); diff --git a/app/src/main/java/e0/a/a/a/d.java b/app/src/main/java/e0/a/a/a/d.java index c6dc663428..ea98f28aed 100644 --- a/app/src/main/java/e0/a/a/a/d.java +++ b/app/src/main/java/e0/a/a/a/d.java @@ -68,7 +68,7 @@ public class d extends SurfaceView implements SurfaceHolder.Callback { List supportedPreviewSizes = eVar.a.getParameters().getSupportedPreviewSizes(); int width = getWidth(); int height = getHeight(); - if (c.q.a.k.a.w(getContext()) == 1) { + if (c.q.a.k.a.x(getContext()) == 1) { height = width; width = height; } diff --git a/app/src/main/java/e0/a/a/a/g.java b/app/src/main/java/e0/a/a/a/g.java index 0a76031228..3e74fb772a 100644 --- a/app/src/main/java/e0/a/a/a/g.java +++ b/app/src/main/java/e0/a/a/a/g.java @@ -24,7 +24,7 @@ public class g extends View implements f { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2792s; + public Paint f2793s; public int t; public boolean u; public boolean v; @@ -50,11 +50,11 @@ public class g extends View implements f { this.r = paint2; paint2.setColor(color2); Paint paint3 = new Paint(); - this.f2792s = paint3; + this.f2793s = paint3; paint3.setColor(color3); - this.f2792s.setStyle(Paint.Style.STROKE); - this.f2792s.setStrokeWidth((float) integer); - this.f2792s.setAntiAlias(true); + this.f2793s.setStyle(Paint.Style.STROKE); + this.f2793s.setStrokeWidth((float) integer); + this.f2793s.setAntiAlias(true); this.t = integer2; } @@ -62,11 +62,11 @@ public class g extends View implements f { int i2; int i3; Point point = new Point(getWidth(), getHeight()); - int w = a.w(getContext()); + int x2 = a.x(getContext()); if (this.u) { - i3 = (int) (((float) (w != 1 ? getHeight() : getWidth())) * 0.625f); + i3 = (int) (((float) (x2 != 1 ? getHeight() : getWidth())) * 0.625f); i2 = i3; - } else if (w != 1) { + } else if (x2 != 1) { int height = (int) (((float) getHeight()) * 0.625f); i2 = height; i3 = (int) (((float) height) * 1.4f); @@ -106,19 +106,19 @@ public class g extends View implements f { path.moveTo((float) framingRect2.left, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.top); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2792s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.right, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.top); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2792s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.right, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2792s); + canvas.drawPath(path, this.f2793s); path.moveTo((float) framingRect2.left, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2792s); + canvas.drawPath(path, this.f2793s); if (this.v) { Rect framingRect3 = getFramingRect(); Paint paint = this.q; @@ -138,22 +138,22 @@ public class g extends View implements f { } public void setBorderAlpha(float f) { - this.f2792s.setAlpha((int) (f * 255.0f)); + this.f2793s.setAlpha((int) (f * 255.0f)); } public void setBorderColor(int i2) { - this.f2792s.setColor(i2); + this.f2793s.setColor(i2); } public void setBorderCornerRadius(int i2) { - this.f2792s.setPathEffect(new CornerPathEffect((float) i2)); + this.f2793s.setPathEffect(new CornerPathEffect((float) i2)); } public void setBorderCornerRounded(boolean z2) { if (z2) { - this.f2792s.setStrokeJoin(Paint.Join.ROUND); + this.f2793s.setStrokeJoin(Paint.Join.ROUND); } else { - this.f2792s.setStrokeJoin(Paint.Join.BEVEL); + this.f2793s.setStrokeJoin(Paint.Join.BEVEL); } } @@ -162,7 +162,7 @@ public class g extends View implements f { } public void setBorderStrokeWidth(int i2) { - this.f2792s.setStrokeWidth((float) i2); + this.f2793s.setStrokeWidth((float) i2); } public void setLaserColor(int i2) { diff --git a/app/src/main/java/f0/a.java b/app/src/main/java/f0/a.java index 81a422ab4f..850c332242 100644 --- a/app/src/main/java/f0/a.java +++ b/app/src/main/java/f0/a.java @@ -19,7 +19,7 @@ public final class a { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2793c; + public final List f2794c; public final s d; public final SocketFactory e; public final SSLSocketFactory f; @@ -57,14 +57,14 @@ public final class a { throw new IllegalArgumentException(c.d.b.a.a.u("unexpected scheme: ", str2)); } m.checkParameterIsNotNull(str, "host"); - String c02 = c.q.a.k.a.c0(w.b.d(w.b, str, 0, 0, false, 7)); - if (c02 != null) { - aVar.e = c02; + String d02 = c.q.a.k.a.d0(w.b.d(w.b, str, 0, 0, false, 7)); + if (d02 != null) { + aVar.e = d02; if ((1 > i || 65535 < i) ? false : z2) { aVar.f = i; this.a = aVar.b(); this.b = c.z(list); - this.f2793c = c.z(list2); + this.f2794c = c.z(list2); return; } throw new IllegalArgumentException(c.d.b.a.a.l("unexpected port: ", i).toString()); @@ -74,7 +74,7 @@ public final class a { public final boolean a(a aVar) { m.checkParameterIsNotNull(aVar, "that"); - return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2793c, aVar.f2793c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; + return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2794c, aVar.f2794c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; } public boolean equals(Object obj) { @@ -91,7 +91,7 @@ public final class a { int hashCode = this.d.hashCode(); int hashCode2 = this.i.hashCode(); int hashCode3 = this.b.hashCode(); - int hashCode4 = this.f2793c.hashCode(); + int hashCode4 = this.f2794c.hashCode(); int hashCode5 = this.k.hashCode(); int hashCode6 = Objects.hashCode(this.j); int hashCode7 = Objects.hashCode(this.f); diff --git a/app/src/main/java/f0/c0.java b/app/src/main/java/f0/c0.java index cef44cb152..c5d7ccac40 100644 --- a/app/src/main/java/f0/c0.java +++ b/app/src/main/java/f0/c0.java @@ -10,7 +10,7 @@ public final class c0 { public final Proxy b; /* renamed from: c reason: collision with root package name */ - public final InetSocketAddress f2794c; + public final InetSocketAddress f2795c; public c0(a aVar, Proxy proxy, InetSocketAddress inetSocketAddress) { m.checkParameterIsNotNull(aVar, "address"); @@ -18,7 +18,7 @@ public final class c0 { m.checkParameterIsNotNull(inetSocketAddress, "socketAddress"); this.a = aVar; this.b = proxy; - this.f2794c = inetSocketAddress; + this.f2795c = inetSocketAddress; } public final boolean a() { @@ -28,7 +28,7 @@ public final class c0 { public boolean equals(Object obj) { if (obj instanceof c0) { c0 c0Var = (c0) obj; - if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2794c, this.f2794c)) { + if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2795c, this.f2795c)) { return true; } } @@ -37,12 +37,12 @@ public final class c0 { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2794c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); + return this.f2795c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); } public String toString() { StringBuilder P = a.P("Route{"); - P.append(this.f2794c); + P.append(this.f2795c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/f0/d.java b/app/src/main/java/f0/d.java index 6c93158c58..054fffb1f1 100644 --- a/app/src/main/java/f0/d.java +++ b/app/src/main/java/f0/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2795c; + public final boolean f2796c; public final int d; public final int e; public final boolean f; @@ -204,7 +204,7 @@ public final class d { public d(boolean z2, boolean z3, int i, int i2, boolean z4, boolean z5, boolean z6, int i3, int i4, boolean z7, boolean z8, boolean z9, String str, DefaultConstructorMarker defaultConstructorMarker) { this.b = z2; - this.f2795c = z3; + this.f2796c = z3; this.d = i; this.e = i2; this.f = z4; @@ -227,7 +227,7 @@ public final class d { if (this.b) { sb.append("no-cache, "); } - if (this.f2795c) { + if (this.f2796c) { sb.append("no-store, "); } if (this.d != -1) { diff --git a/app/src/main/java/f0/e0/c.java b/app/src/main/java/f0/e0/c.java index f13627888e..772af2457f 100644 --- a/app/src/main/java/f0/e0/c.java +++ b/app/src/main/java/f0/e0/c.java @@ -43,7 +43,7 @@ public final class c { public static final Headers b = Headers.i.c(new String[0]); /* renamed from: c reason: collision with root package name */ - public static final ResponseBody f2796c; + public static final ResponseBody f2797c; public static final o d; public static final TimeZone e; public static final Regex f = new Regex("([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)"); @@ -56,7 +56,7 @@ public final class c { e eVar = new e(); eVar.R(bArr); m.checkParameterIsNotNull(eVar, "$this$asResponseBody"); - f2796c = new b0(eVar, null, (long) 0); + f2797c = new b0(eVar, null, (long) 0); RequestBody.Companion.d(RequestBody.Companion, bArr, null, 0, 0, 7); o.a aVar = o.j; ByteString.a aVar2 = ByteString.j; diff --git a/app/src/main/java/f0/e0/d/b.java b/app/src/main/java/f0/e0/d/b.java index 5be9ccd868..68db38afc4 100644 --- a/app/src/main/java/f0/e0/d/b.java +++ b/app/src/main/java/f0/e0/d/b.java @@ -135,7 +135,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2949c; + String str6 = request.f2950c; RequestBody requestBody = request.e; Map linkedHashMap = !request.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(request.f); Headers.a e3 = request.d.e(); @@ -175,7 +175,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2949c; + String str6 = request.f2950c; RequestBody requestBody = request.e; if (!request.f.isEmpty()) { } @@ -211,7 +211,7 @@ public final class b implements c { try { e.b(eVar, arrayList); } catch (EOFException e4) { - h.a aVar2 = h.f2829c; + h.a aVar2 = h.f2830c; h.a.i("Unable to parse challenge", 5, e4); } } diff --git a/app/src/main/java/f0/e0/e/a.java b/app/src/main/java/f0/e0/e/a.java index 5071425ce9..3d5302a724 100644 --- a/app/src/main/java/f0/e0/e/a.java +++ b/app/src/main/java/f0/e0/e/a.java @@ -43,7 +43,7 @@ public final class a implements Interceptor { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2952s; + long j = response.f2953s; long j2 = response.t; c cVar = response.u; if (!(i >= 0)) { @@ -90,9 +90,9 @@ public final class a implements Interceptor { Response.a aVar = new Response.a(); aVar.g(gVar.f); aVar.f(y.HTTP_1_1); - aVar.f2953c = 504; + aVar.f2954c = 504; aVar.e("Unsatisfiable Request (only-if-cached)"); - aVar.g = f0.e0.c.f2796c; + aVar.g = f0.e0.c.f2797c; aVar.k = -1; aVar.l = System.currentTimeMillis(); Response a = aVar.a(); @@ -163,7 +163,7 @@ public final class a implements Interceptor { Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar3.d(new Headers((String[]) array, null)); - aVar3.k = a3.f2952s; + aVar3.k = a3.f2953s; aVar3.l = a3.t; C0307a aVar5 = b; aVar3.b(C0307a.a(aVar5, response)); diff --git a/app/src/main/java/f0/e0/f/a.java b/app/src/main/java/f0/e0/f/a.java index 234a332d99..7b658d276f 100644 --- a/app/src/main/java/f0/e0/f/a.java +++ b/app/src/main/java/f0/e0/f/a.java @@ -8,12 +8,12 @@ public abstract class a { public long b; /* renamed from: c reason: collision with root package name */ - public final String f2797c; + public final String f2798c; public final boolean d; public a(String str, boolean z2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2797c = str; + this.f2798c = str; this.d = z2; this.b = -1; } @@ -26,6 +26,6 @@ public abstract class a { public abstract long a(); public String toString() { - return this.f2797c; + return this.f2798c; } } diff --git a/app/src/main/java/f0/e0/f/c.java b/app/src/main/java/f0/e0/f/c.java index a7b174309c..d03b8a6736 100644 --- a/app/src/main/java/f0/e0/f/c.java +++ b/app/src/main/java/f0/e0/f/c.java @@ -16,7 +16,7 @@ public final class c { public a b; /* renamed from: c reason: collision with root package name */ - public final List f2798c = new ArrayList(); + public final List f2799c = new ArrayList(); public boolean d; public final d e; public final String f; @@ -55,14 +55,14 @@ public final class c { } } boolean z2 = false; - for (int size = this.f2798c.size() - 1; size >= 0; size--) { - if (this.f2798c.get(size).d) { - a aVar2 = this.f2798c.get(size); - Objects.requireNonNull(d.f2799c); + for (int size = this.f2799c.size() - 1; size >= 0; size--) { + if (this.f2799c.get(size).d) { + a aVar2 = this.f2799c.get(size); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar2, this, "canceled"); } - this.f2798c.remove(size); + this.f2799c.remove(size); z2 = true; } } @@ -77,12 +77,12 @@ public final class c { this.e.e(this); } } else if (aVar.d) { - Objects.requireNonNull(d.f2799c); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule canceled (queue is shutdown)"); } } else { - Objects.requireNonNull(d.f2799c); + Objects.requireNonNull(d.f2800c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule failed (queue is shutdown)"); } @@ -106,32 +106,32 @@ public final class c { } long c2 = this.e.j.c(); long j2 = c2 + j; - int indexOf = this.f2798c.indexOf(aVar); + int indexOf = this.f2799c.indexOf(aVar); if (indexOf != -1) { if (aVar.b <= j2) { - d.b bVar = d.f2799c; + d.b bVar = d.f2800c; if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "already scheduled"); } return false; } - this.f2798c.remove(indexOf); + this.f2799c.remove(indexOf); } aVar.b = j2; - d.b bVar2 = d.f2799c; + d.b bVar2 = d.f2800c; if (d.b.isLoggable(Level.FINE)) { if (z2) { StringBuilder P = c.d.b.a.a.P("run again after "); - P.append(a.o(j2 - c2)); + P.append(a.p(j2 - c2)); str = P.toString(); } else { StringBuilder P2 = c.d.b.a.a.P("scheduled after "); - P2.append(a.o(j2 - c2)); + P2.append(a.p(j2 - c2)); str = P2.toString(); } a.c(aVar, this, str); } - Iterator it = this.f2798c.iterator(); + Iterator it = this.f2799c.iterator(); int i = 0; while (true) { if (!it.hasNext()) { @@ -144,9 +144,9 @@ public final class c { i++; } if (i == -1) { - i = this.f2798c.size(); + i = this.f2799c.size(); } - this.f2798c.add(i, aVar); + this.f2799c.add(i, aVar); return i == 0; } diff --git a/app/src/main/java/f0/e0/f/d.java b/app/src/main/java/f0/e0/f/d.java index 7615c77258..48258884c5 100644 --- a/app/src/main/java/f0/e0/f/d.java +++ b/app/src/main/java/f0/e0/f/d.java @@ -20,7 +20,7 @@ public final class d { public static final Logger b; /* renamed from: c reason: collision with root package name */ - public static final b f2799c = new b(null); + public static final b f2800c = new b(null); public int d = 10000; public boolean e; public long f; @@ -105,7 +105,7 @@ public final class d { m.throwNpe(); } long j = -1; - b bVar = d.f2799c; + b bVar = d.f2800c; boolean isLoggable = d.b.isLoggable(Level.FINE); if (isLoggable) { j = cVar.e.j.c(); @@ -116,14 +116,14 @@ public final class d { if (isLoggable) { long c3 = cVar.e.j.c() - j; StringBuilder P = c.d.b.a.a.P("finished run in "); - P.append(c.q.a.k.a.o(c3)); + P.append(c.q.a.k.a.p(c3)); c.q.a.k.a.c(c2, cVar, P.toString()); } } catch (Throwable th) { if (isLoggable) { long c4 = cVar.e.j.c() - j; StringBuilder P2 = c.d.b.a.a.P("failed a run in "); - P2.append(c.q.a.k.a.o(c4)); + P2.append(c.q.a.k.a.p(c4)); c.q.a.k.a.c(c2, cVar, P2.toString()); } throw th; @@ -155,7 +155,7 @@ public final class d { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); String name = currentThread.getName(); - currentThread.setName(aVar.f2797c); + currentThread.setName(aVar.f2798c); try { long a2 = aVar.a(); synchronized (dVar) { @@ -185,7 +185,7 @@ public final class d { if (j != -1 && !z2 && !cVar.a) { cVar.e(aVar, j, true); } - if (!cVar.f2798c.isEmpty()) { + if (!cVar.f2799c.isEmpty()) { this.h.add(cVar); return; } @@ -207,7 +207,7 @@ public final class d { z2 = false; break; } - a aVar2 = it.next().f2798c.get(0); + a aVar2 = it.next().f2799c.get(0); long max = Math.max(0L, aVar2.b - c2); if (max > 0) { j = Math.min(max, j); @@ -225,7 +225,7 @@ public final class d { if (cVar == null) { m.throwNpe(); } - cVar.f2798c.remove(aVar); + cVar.f2799c.remove(aVar); this.h.remove(cVar); cVar.b = aVar; this.g.add(cVar); @@ -262,7 +262,7 @@ public final class d { for (int size2 = this.h.size() - 1; size2 >= 0; size2--) { c cVar = this.h.get(size2); cVar.b(); - if (cVar.f2798c.isEmpty()) { + if (cVar.f2799c.isEmpty()) { this.h.remove(size2); } } @@ -272,7 +272,7 @@ public final class d { m.checkParameterIsNotNull(cVar, "taskQueue"); byte[] bArr = f0.e0.c.a; if (cVar.b == null) { - if (!cVar.f2798c.isEmpty()) { + if (!cVar.f2799c.isEmpty()) { List list = this.h; m.checkParameterIsNotNull(list, "$this$addIfAbsent"); if (!list.contains(cVar)) { diff --git a/app/src/main/java/f0/e0/g/a.java b/app/src/main/java/f0/e0/g/a.java index c89ca7dde3..9cffff5d8f 100644 --- a/app/src/main/java/f0/e0/g/a.java +++ b/app/src/main/java/f0/e0/g/a.java @@ -23,7 +23,7 @@ public final class a implements Interceptor { synchronized (eVar) { if (!eVar.t) { throw new IllegalStateException("released".toString()); - } else if (!(!eVar.f2803s)) { + } else if (!(!eVar.f2804s)) { throw new IllegalStateException("Check failed.".toString()); } else if (!(!eVar.r)) { throw new IllegalStateException("Check failed.".toString()); @@ -33,17 +33,17 @@ public final class a implements Interceptor { if (dVar == null) { m.throwNpe(); } - x xVar = eVar.f2804x; + x xVar = eVar.f2805x; Objects.requireNonNull(dVar); m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); try { - c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2949c, ShareTarget.METHOD_GET)).k(xVar, gVar)); + c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2950c, ShareTarget.METHOD_GET)).k(xVar, gVar)); eVar.q = cVar; eVar.v = cVar; synchronized (eVar) { eVar.r = true; - eVar.f2803s = true; + eVar.f2804s = true; } if (!eVar.u) { return g.d(gVar, 0, cVar, null, 0, 0, 0, 61).a(gVar.f); diff --git a/app/src/main/java/f0/e0/g/b.java b/app/src/main/java/f0/e0/g/b.java index 5e4d883f44..d9abe41b1e 100644 --- a/app/src/main/java/f0/e0/g/b.java +++ b/app/src/main/java/f0/e0/g/b.java @@ -17,7 +17,7 @@ public final class b { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2800c; + public boolean f2801c; public final List d; public b(List list) { @@ -47,7 +47,7 @@ public final class b { } if (mVar == null) { StringBuilder P = a.P("Unable to find acceptable protocols. isFallback="); - P.append(this.f2800c); + P.append(this.f2801c); P.append(','); P.append(" modes="); P.append(this.d); @@ -76,13 +76,13 @@ public final class b { } } this.b = z2; - boolean z3 = this.f2800c; + boolean z3 = this.f2801c; d0.z.d.m.checkParameterIsNotNull(sSLSocket, "sslSocket"); if (mVar.g != null) { String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(enabledCipherSuites, "sslSocket.enabledCipherSuites"); String[] strArr3 = mVar.g; - j.b bVar = j.f2846s; + j.b bVar = j.f2847s; Comparator comparator = j.a; strArr = c.q(enabledCipherSuites, strArr3, j.a); } else { @@ -97,7 +97,7 @@ public final class b { } String[] supportedCipherSuites = sSLSocket.getSupportedCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(supportedCipherSuites, "supportedCipherSuites"); - j.b bVar2 = j.f2846s; + j.b bVar2 = j.f2847s; Comparator comparator2 = j.a; Comparator comparator3 = j.a; byte[] bArr = c.a; diff --git a/app/src/main/java/f0/e0/g/c.java b/app/src/main/java/f0/e0/g/c.java index 159a4a9d98..31e9657670 100644 --- a/app/src/main/java/f0/e0/g/c.java +++ b/app/src/main/java/f0/e0/g/c.java @@ -28,7 +28,7 @@ public final class c { public final j b; /* renamed from: c reason: collision with root package name */ - public final e f2801c; + public final e f2802c; public final t d; public final d e; public final d f; @@ -138,7 +138,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar = cVar.f2801c; + e eVar = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -168,7 +168,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar2 = cVar.f2801c; + e eVar2 = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -202,7 +202,7 @@ public final class c { m.checkParameterIsNotNull(tVar, "eventListener"); m.checkParameterIsNotNull(dVar, "finder"); m.checkParameterIsNotNull(dVar2, "codec"); - this.f2801c = eVar; + this.f2802c = eVar; this.d = tVar; this.e = dVar; this.f = dVar2; @@ -216,13 +216,13 @@ public final class c { if (z3) { if (e != null) { t tVar = this.d; - e eVar = this.f2801c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar2 = this.d; - e eVar2 = this.f2801c; + e eVar2 = this.f2802c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -230,18 +230,18 @@ public final class c { if (z2) { if (e != null) { t tVar3 = this.d; - e eVar3 = this.f2801c; + e eVar3 = this.f2802c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar4 = this.d; - e eVar4 = this.f2801c; + e eVar4 = this.f2802c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); } } - return (E) this.f2801c.k(this, z3, z2, e); + return (E) this.f2802c.k(this, z3, z2, e); } public final v b(Request request, boolean z2) throws IOException { @@ -253,7 +253,7 @@ public final class c { } long contentLength = requestBody.contentLength(); t tVar = this.d; - e eVar = this.f2801c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); return new a(this, this.f.h(request, contentLength), contentLength); @@ -264,7 +264,7 @@ public final class c { this.f.f(); } catch (IOException e) { t tVar = this.d; - e eVar = this.f2801c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -274,11 +274,11 @@ public final class c { } public final d.c d() throws SocketException { - this.f2801c.n(); + this.f2802c.n(); j e = this.f.e(); Objects.requireNonNull(e); m.checkParameterIsNotNull(this, "exchange"); - Socket socket = e.f2807c; + Socket socket = e.f2808c; if (socket == null) { m.throwNpe(); } @@ -305,7 +305,7 @@ public final class c { return d; } catch (IOException e) { t tVar = this.d; - e eVar = this.f2801c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -316,7 +316,7 @@ public final class c { public final void f() { t tVar = this.d; - e eVar = this.f2801c; + e eVar = this.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -324,7 +324,7 @@ public final class c { public final void g(IOException iOException) { this.e.c(iOException); j e = this.f.e(); - e eVar = this.f2801c; + e eVar = this.f2802c; synchronized (e) { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (iOException instanceof StreamResetException) { @@ -342,7 +342,7 @@ public final class c { } else if (!e.j() || (iOException instanceof ConnectionShutdownException)) { e.i = true; if (e.l == 0) { - e.d(eVar.f2804x, e.q, iOException); + e.d(eVar.f2805x, e.q, iOException); e.k++; } } diff --git a/app/src/main/java/f0/e0/g/d.java b/app/src/main/java/f0/e0/g/d.java index e3c98c965f..717fef6aae 100644 --- a/app/src/main/java/f0/e0/g/d.java +++ b/app/src/main/java/f0/e0/g/d.java @@ -30,7 +30,7 @@ public final class d { public m b; /* renamed from: c reason: collision with root package name */ - public int f2802c; + public int f2803c; public int d; public int e; public c0 f; @@ -112,7 +112,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar, "connection"); } } - this.f2802c = 0; + this.f2803c = 0; this.d = 0; this.e = 0; if (this.g.a(this.h, this.i, null, false)) { @@ -132,7 +132,7 @@ public final class d { if (mVar2 == null) { a aVar3 = this.h; e eVar2 = this.i; - mVar2 = new m(aVar3, eVar2.f2804x.N, eVar2, this.j); + mVar2 = new m(aVar3, eVar2.f2805x.N, eVar2, this.j); this.b = mVar2; } if (mVar2.a()) { @@ -144,7 +144,7 @@ public final class d { mVar2.b = i6 + 1; Proxy proxy = (Proxy) list2.get(i6); ArrayList arrayList2 = new ArrayList(); - mVar2.f2809c = arrayList2; + mVar2.f2810c = arrayList2; if (proxy.type() == Proxy.Type.DIRECT || proxy.type() == Proxy.Type.SOCKS) { w wVar = mVar2.e.a; str = wVar.g; @@ -193,7 +193,7 @@ public final class d { throw new UnknownHostException(mVar2.e.d + " returned no addresses for " + str); } } - for (InetSocketAddress inetSocketAddress2 : mVar2.f2809c) { + for (InetSocketAddress inetSocketAddress2 : mVar2.f2810c) { c0 c0Var2 = new c0(mVar2.e, proxy, inetSocketAddress2); l lVar2 = mVar2.f; synchronized (lVar2) { @@ -241,7 +241,7 @@ public final class d { this.i.w = jVar2; jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2804x.N; + lVar = this.i.f2805x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { d0.z.d.m.checkParameterIsNotNull(c0Var3, "route"); @@ -263,7 +263,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar2, "connection"); byte[] bArr = c.a; kVar.d.add(jVar2); - f0.e0.f.c.d(kVar.b, kVar.f2808c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2809c, 0, 2); this.i.f(jVar2); } t tVar4 = this.j; @@ -294,7 +294,7 @@ public final class d { try { jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2804x.N; + lVar = this.i.f2805x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { } @@ -320,7 +320,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(iOException, "e"); this.f = null; if ((iOException instanceof StreamResetException) && ((StreamResetException) iOException).errorCode == f0.e0.j.a.REFUSED_STREAM) { - this.f2802c++; + this.f2803c++; } else if (iOException instanceof ConnectionShutdownException) { this.d++; } else { diff --git a/app/src/main/java/f0/e0/g/e.java b/app/src/main/java/f0/e0/g/e.java index db852c81d1..ccb9637eda 100644 --- a/app/src/main/java/f0/e0/g/e.java +++ b/app/src/main/java/f0/e0/g/e.java @@ -38,20 +38,20 @@ public final class e implements f0.e { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2803s; + public boolean f2804s; public boolean t = true; public volatile boolean u; public volatile c v; public volatile j w; /* renamed from: x reason: collision with root package name */ - public final x f2804x; + public final x f2805x; /* renamed from: y reason: collision with root package name */ - public final Request f2805y; + public final Request f2806y; /* renamed from: z reason: collision with root package name */ - public final boolean f2806z; + public final boolean f2807z; /* compiled from: RealCall.kt */ public final class a implements Runnable { @@ -66,7 +66,7 @@ public final class e implements f0.e { } public final String a() { - return this.k.f2805y.b.g; + return this.k.f2806y.b.g; } /* JADX WARNING: Removed duplicated region for block: B:18:0x0053 A[Catch:{ IOException -> 0x0076, all -> 0x004b, all -> 0x0074 }] */ @@ -78,7 +78,7 @@ public final class e implements f0.e { e eVar; Throwable th; StringBuilder P = c.d.b.a.a.P("OkHttp "); - P.append(this.k.f2805y.b.h()); + P.append(this.k.f2806y.b.h()); String sb = P.toString(); Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); @@ -97,7 +97,7 @@ public final class e implements f0.e { if (!z2) { } eVar = this.k; - eVar.f2804x.l.c(this); + eVar.f2805x.l.c(this); } catch (Throwable th2) { th = th2; z2 = true; @@ -109,19 +109,19 @@ public final class e implements f0.e { } catch (IOException e3) { e = e3; if (!z2) { - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; h hVar = h.a; hVar.i("Callback failure for " + e.b(this.k), 4, e); } else { this.j.b(this.k, e); } eVar = this.k; - eVar.f2804x.l.c(this); + eVar.f2805x.l.c(this); } catch (Throwable th3) { - this.k.f2804x.l.c(this); + this.k.f2805x.l.c(this); throw th3; } - eVar.f2804x.l.c(this); + eVar.f2805x.l.c(this); } finally { currentThread.setName(name); } @@ -157,9 +157,9 @@ public final class e implements f0.e { public e(x xVar, Request request, boolean z2) { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(request, "originalRequest"); - this.f2804x = xVar; - this.f2805y = request; - this.f2806z = z2; + this.f2805x = xVar; + this.f2806y = request; + this.f2807z = z2; this.i = xVar.m.a; this.j = xVar.p.a(this); c cVar = new c(this); @@ -170,15 +170,15 @@ public final class e implements f0.e { public static final String b(e eVar) { StringBuilder sb = new StringBuilder(); sb.append(eVar.u ? "canceled " : ""); - sb.append(eVar.f2806z ? "web socket" : NotificationCompat.CATEGORY_CALL); + sb.append(eVar.f2807z ? "web socket" : NotificationCompat.CATEGORY_CALL); sb.append(" to "); - sb.append(eVar.f2805y.b.h()); + sb.append(eVar.f2806y.b.h()); return sb.toString(); } @Override // f0.e public Request c() { - return this.f2805y; + return this.f2806y; } @Override // f0.e @@ -201,7 +201,7 @@ public final class e implements f0.e { @Override // java.lang.Object public Object clone() { - return new e(this.f2804x, this.f2805y, this.f2806z); + return new e(this.f2805x, this.f2806y, this.f2807z); } @Override // f0.e @@ -215,15 +215,15 @@ public final class e implements f0.e { m.checkParameterIsNotNull(fVar, "responseCallback"); if (this.l.compareAndSet(false, true)) { h(); - q qVar = this.f2804x.l; + q qVar = this.f2805x.l; a aVar2 = new a(this, fVar); Objects.requireNonNull(qVar); m.checkParameterIsNotNull(aVar2, NotificationCompat.CATEGORY_CALL); synchronized (qVar) { qVar.b.add(aVar2); - if (!aVar2.k.f2806z) { + if (!aVar2.k.f2807z) { String a2 = aVar2.a(); - Iterator it = qVar.f2850c.iterator(); + Iterator it = qVar.f2851c.iterator(); while (true) { if (!it.hasNext()) { Iterator it2 = qVar.b.iterator(); @@ -263,14 +263,14 @@ public final class e implements f0.e { this.k.i(); h(); try { - q qVar2 = this.f2804x.l; + q qVar2 = this.f2805x.l; synchronized (qVar2) { m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar2.d.add(this); } return j(); } finally { - qVar = this.f2804x.l; + qVar = this.f2805x.l; Objects.requireNonNull(qVar); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar.b(qVar.d, this); @@ -339,7 +339,7 @@ public final class e implements f0.e { } public final void h() { - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; this.m = h.a.g("response.body().close()"); Objects.requireNonNull(this.j); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); @@ -354,7 +354,7 @@ public final class e implements f0.e { } if (z2 && (cVar = this.v) != null) { cVar.f.cancel(); - cVar.f2801c.k(cVar, true, true, null); + cVar.f2802c.k(cVar, true, true, null); } this.q = null; } @@ -398,22 +398,22 @@ public final class e implements f0.e { /* JADX WARNING: Removed duplicated region for block: B:28:0x0095 */ public final Response j() throws IOException { ArrayList arrayList = new ArrayList(); - r.addAll(arrayList, this.f2804x.n); - arrayList.add(new i(this.f2804x)); - arrayList.add(new f0.e0.h.a(this.f2804x.u)); - Objects.requireNonNull(this.f2804x); + r.addAll(arrayList, this.f2805x.n); + arrayList.add(new i(this.f2805x)); + arrayList.add(new f0.e0.h.a(this.f2805x.u)); + Objects.requireNonNull(this.f2805x); arrayList.add(new f0.e0.e.a()); arrayList.add(a.b); - if (!this.f2806z) { - r.addAll(arrayList, this.f2804x.o); + if (!this.f2807z) { + r.addAll(arrayList, this.f2805x.o); } - arrayList.add(new f0.e0.h.b(this.f2806z)); - Request request = this.f2805y; - x xVar = this.f2804x; + arrayList.add(new f0.e0.h.b(this.f2807z)); + Request request = this.f2806y; + x xVar = this.f2805x; g gVar = new g(this, arrayList, 0, null, request, xVar.I, xVar.J, xVar.K); boolean z2 = false; try { - Response a2 = gVar.a(this.f2805y); + Response a2 = gVar.a(this.f2806y); if (!this.u) { l(null); return a2; @@ -447,11 +447,11 @@ public final class e implements f0.e { this.r = false; } if (z3) { - this.f2803s = false; + this.f2804s = false; } boolean z6 = this.r; - boolean z7 = z6 && !this.f2803s; - if (!z6 && !this.f2803s && !this.t) { + boolean z7 = z6 && !this.f2804s; + if (!z6 && !this.f2804s && !this.t) { z4 = true; } z5 = z4; @@ -460,7 +460,7 @@ public final class e implements f0.e { throw th; } } - if (!z3 || !this.f2803s) { + if (!z3 || !this.f2804s) { z5 = false; } if (z2) { @@ -492,7 +492,7 @@ public final class e implements f0.e { z2 = false; if (this.t) { this.t = false; - if (!this.r && !this.f2803s) { + if (!this.r && !this.f2804s) { z2 = true; } } @@ -537,7 +537,7 @@ public final class e implements f0.e { } z2 = true; } else { - f0.e0.f.c.d(kVar.b, kVar.f2808c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2809c, 0, 2); } if (z2) { return jVar.n(); diff --git a/app/src/main/java/f0/e0/g/j.java b/app/src/main/java/f0/e0/g/j.java index 4634d73b5c..42ea93d657 100644 --- a/app/src/main/java/f0/e0/g/j.java +++ b/app/src/main/java/f0/e0/g/j.java @@ -67,7 +67,7 @@ public final class j extends e.c implements k { public Socket b; /* renamed from: c reason: collision with root package name */ - public Socket f2807c; + public Socket f2808c; public v d; public y e; public e f; @@ -116,13 +116,13 @@ public final class j extends e.c implements k { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(tVar, "eventListener"); if (this.e == null) { - List list = this.q.a.f2793c; + List list = this.q.a.f2794c; b bVar = new b(list); f0.a aVar = this.q.a; if (aVar.f == null) { if (list.contains(f0.m.d)) { String str = this.q.a.a.g; - h.a aVar2 = h.f2829c; + h.a aVar2 = h.f2830c; if (!h.a.h(str)) { throw new RouteException(new UnknownServiceException(c.d.b.a.a.v("CLEARTEXT communication to ", str, " not permitted by network security policy"))); } @@ -149,13 +149,13 @@ public final class j extends e.c implements k { e(i, i2, eVar, tVar); } catch (IOException e2) { e = e2; - socket = this.f2807c; + socket = this.f2808c; if (socket != null) { } socket2 = this.b; if (socket2 != null) { } - this.f2807c = null; + this.f2808c = null; this.b = null; this.g = null; this.h = null; @@ -164,7 +164,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2794c; + InetSocketAddress inetSocketAddress = c0Var.f2795c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -181,7 +181,7 @@ public final class j extends e.c implements k { try { g(bVar, i4, eVar, tVar); c0 c0Var2 = this.q; - InetSocketAddress inetSocketAddress2 = c0Var2.f2794c; + InetSocketAddress inetSocketAddress2 = c0Var2.f2795c; Proxy proxy2 = c0Var2.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -196,7 +196,7 @@ public final class j extends e.c implements k { } } catch (IOException e4) { e = e4; - socket = this.f2807c; + socket = this.f2808c; if (socket != null) { c.e(socket); } @@ -204,7 +204,7 @@ public final class j extends e.c implements k { if (socket2 != null) { c.e(socket2); } - this.f2807c = null; + this.f2808c = null; this.b = null; this.g = null; this.h = null; @@ -213,7 +213,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2794c; + InetSocketAddress inetSocketAddress = c0Var.f2795c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -229,7 +229,7 @@ public final class j extends e.c implements k { break; } m.checkParameterIsNotNull(e, "e"); - bVar.f2800c = true; + bVar.f2801c = true; if (bVar.b && !(e instanceof ProtocolException) && !(e instanceof InterruptedIOException) && ((!(e instanceof SSLHandshakeException) || !(e.getCause() instanceof CertificateException)) && !(e instanceof SSLPeerUnverifiedException) && (e instanceof SSLException))) { z3 = true; continue; @@ -278,31 +278,31 @@ public final class j extends e.c implements k { socket = new Socket(proxy); } this.b = socket; - InetSocketAddress inetSocketAddress = this.q.f2794c; + InetSocketAddress inetSocketAddress = this.q.f2795c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(inetSocketAddress, "inetSocketAddress"); m.checkParameterIsNotNull(proxy, "proxy"); socket.setSoTimeout(i2); try { - h.a aVar2 = h.f2829c; - h.a.e(socket, this.q.f2794c, i); + h.a aVar2 = h.f2830c; + h.a.e(socket, this.q.f2795c, i); try { - g0.x Q = c.q.a.k.a.Q(socket); + g0.x R = c.q.a.k.a.R(socket); + m.checkParameterIsNotNull(R, "$this$buffer"); + this.g = new r(R); + g0.v Q = c.q.a.k.a.Q(socket); m.checkParameterIsNotNull(Q, "$this$buffer"); - this.g = new r(Q); - g0.v P = c.q.a.k.a.P(socket); - m.checkParameterIsNotNull(P, "$this$buffer"); - this.h = new q(P); + this.h = new q(Q); } catch (NullPointerException e) { if (m.areEqual(e.getMessage(), "throw with null exception")) { throw new IOException(e); } } } catch (ConnectException e2) { - StringBuilder P2 = c.d.b.a.a.P("Failed to connect to "); - P2.append(this.q.f2794c); - ConnectException connectException = new ConnectException(P2.toString()); + StringBuilder P = c.d.b.a.a.P("Failed to connect to "); + P.append(this.q.f2795c); + ConnectException connectException = new ConnectException(P.toString()); connectException.initCause(e2); throw connectException; } @@ -321,9 +321,9 @@ public final class j extends e.c implements k { Response.a aVar2 = new Response.a(); aVar2.g(a); aVar2.f(y.HTTP_1_1); - aVar2.f2953c = 407; + aVar2.f2954c = 407; aVar2.e("Preemptive Authenticate"); - aVar2.g = c.f2796c; + aVar2.g = c.f2797c; aVar2.k = -1; aVar2.l = -1; m.checkParameterIsNotNull("Proxy-Authenticate", ModelAuditLogEntry.CHANGE_KEY_NAME); @@ -411,7 +411,7 @@ public final class j extends e.c implements k { this.h = null; this.g = null; c0 c0Var3 = this.q; - InetSocketAddress inetSocketAddress = c0Var3.f2794c; + InetSocketAddress inetSocketAddress = c0Var3.f2795c; Proxy proxy = c0Var3.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -437,12 +437,12 @@ public final class j extends e.c implements k { List list = aVar.b; y yVar2 = y.H2_PRIOR_KNOWLEDGE; if (list.contains(yVar2)) { - this.f2807c = this.b; + this.f2808c = this.b; this.e = yVar2; o(i); return; } - this.f2807c = this.b; + this.f2808c = this.b; this.e = yVar; return; } @@ -471,7 +471,7 @@ public final class j extends e.c implements k { try { f0.m a = bVar.a(sSLSocket); if (a.f) { - h.a aVar3 = h.f2829c; + h.a aVar3 = h.f2830c; h.a.d(sSLSocket, aVar2.a.g, aVar2.b); } sSLSocket.startHandshake(); @@ -512,26 +512,26 @@ public final class j extends e.c implements k { if (gVar == null) { m.throwNpe(); } - this.d = new v(a2.b, a2.f2853c, a2.d, new g(gVar, a2, aVar2)); + this.d = new v(a2.b, a2.f2854c, a2.d, new g(gVar, a2, aVar2)); gVar.a(aVar2.a.g, new h(this)); if (a.f) { - h.a aVar4 = h.f2829c; + h.a aVar4 = h.f2830c; str = h.a.f(sSLSocket); } else { str = null; } - this.f2807c = sSLSocket; - g0.x Q = c.q.a.k.a.Q(sSLSocket); + this.f2808c = sSLSocket; + g0.x R = c.q.a.k.a.R(sSLSocket); + m.checkParameterIsNotNull(R, "$this$buffer"); + this.g = new r(R); + g0.v Q = c.q.a.k.a.Q(sSLSocket); m.checkParameterIsNotNull(Q, "$this$buffer"); - this.g = new r(Q); - g0.v P = c.q.a.k.a.P(sSLSocket); - m.checkParameterIsNotNull(P, "$this$buffer"); - this.h = new q(P); + this.h = new q(Q); if (str != null) { yVar = y.p.a(str); } this.e = yVar; - h.a aVar5 = h.f2829c; + h.a aVar5 = h.f2830c; h.a.a(sSLSocket); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (this.e == y.HTTP_2) { @@ -540,7 +540,7 @@ public final class j extends e.c implements k { } catch (Throwable th3) { th = th3; if (sSLSocket != null) { - h.a aVar6 = h.f2829c; + h.a aVar6 = h.f2830c; h.a.a(sSLSocket); } if (sSLSocket != null) { @@ -584,7 +584,7 @@ public final class j extends e.c implements k { break; } c0 c0Var = (c0) it.next(); - if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2794c, c0Var.f2794c)) { + if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2795c, c0Var.f2795c)) { z5 = true; continue; } else { @@ -669,7 +669,7 @@ public final class j extends e.c implements k { if (socket == null) { m.throwNpe(); } - Socket socket2 = this.f2807c; + Socket socket2 = this.f2808c; if (socket2 == null) { m.throwNpe(); } @@ -686,7 +686,7 @@ public final class j extends e.c implements k { if (eVar.q) { return false; } - return eVar.f2822z >= eVar.f2821y || nanoTime < eVar.B; + return eVar.f2823z >= eVar.f2822y || nanoTime < eVar.B; } } synchronized (this) { @@ -722,7 +722,7 @@ public final class j extends e.c implements k { public final f0.e0.h.d k(x xVar, f0.e0.h.g gVar) throws SocketException { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); - Socket socket = this.f2807c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -758,7 +758,7 @@ public final class j extends e.c implements k { } public Socket n() { - Socket socket = this.f2807c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -767,7 +767,7 @@ public final class j extends e.c implements k { public final void o(int i) throws IOException { String str; - Socket socket = this.f2807c; + Socket socket = this.f2808c; if (socket == null) { m.throwNpe(); } @@ -794,7 +794,7 @@ public final class j extends e.c implements k { str = c.d.b.a.a.u("MockWebServer ", str2); } bVar.b = str; - bVar.f2823c = gVar; + bVar.f2824c = gVar; bVar.d = bufferedSink; m.checkParameterIsNotNull(this, "listener"); bVar.e = this; @@ -856,10 +856,10 @@ public final class j extends e.c implements k { P.append(" proxy="); P.append(this.q.b); P.append(" hostAddress="); - P.append(this.q.f2794c); + P.append(this.q.f2795c); P.append(" cipherSuite="); v vVar = this.d; - if (vVar == null || (obj = vVar.f2853c) == null) { + if (vVar == null || (obj = vVar.f2854c) == null) { obj = "none"; } P.append(obj); diff --git a/app/src/main/java/f0/e0/g/k.java b/app/src/main/java/f0/e0/g/k.java index fb9610612e..7150980ce7 100644 --- a/app/src/main/java/f0/e0/g/k.java +++ b/app/src/main/java/f0/e0/g/k.java @@ -18,7 +18,7 @@ public final class k { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f2808c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); + public final a f2809c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); public final ConcurrentLinkedQueue d = new ConcurrentLinkedQueue<>(); public final int e; @@ -135,7 +135,7 @@ public final class k { P.append(" was leaked. "); P.append("Did you forget to close a response body?"); String sb = P.toString(); - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; h.a.k(sb, ((e.b) reference).a); list.remove(i); jVar.i = true; diff --git a/app/src/main/java/f0/e0/g/m.java b/app/src/main/java/f0/e0/g/m.java index 1356b20289..319ad20a65 100644 --- a/app/src/main/java/f0/e0/g/m.java +++ b/app/src/main/java/f0/e0/g/m.java @@ -18,7 +18,7 @@ public final class m { public int b; /* renamed from: c reason: collision with root package name */ - public List f2809c = n.emptyList(); + public List f2810c = n.emptyList(); public final List d = new ArrayList(); public final f0.a e; public final l f; diff --git a/app/src/main/java/f0/e0/h/b.java b/app/src/main/java/f0/e0/h/b.java index 88af9834de..9342a3b333 100644 --- a/app/src/main/java/f0/e0/h/b.java +++ b/app/src/main/java/f0/e0/h/b.java @@ -50,18 +50,18 @@ public final class b implements Interceptor { m.checkParameterIsNotNull(request, "request"); try { t tVar = cVar.d; - e eVar = cVar.f2801c; + e eVar = cVar.f2802c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); cVar.f.b(request); t tVar2 = cVar.d; - e eVar2 = cVar.f2801c; + e eVar2 = cVar.f2802c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(request, "request"); Response.a aVar2 = null; - if (!f.a(request.f2949c) || requestBody == null) { - cVar.f2801c.k(cVar, true, false, null); + if (!f.a(request.f2950c) || requestBody == null) { + cVar.f2802c.k(cVar, true, false, null); z2 = true; } else { if (d0.g0.t.equals("100-continue", request.b("Expect"), true)) { @@ -74,7 +74,7 @@ public final class b implements Interceptor { aVar = null; } if (aVar != null) { - cVar.f2801c.k(cVar, true, false, null); + cVar.f2802c.k(cVar, true, false, null); if (!cVar.b.j()) { cVar.f.e().l(); } @@ -97,7 +97,7 @@ public final class b implements Interceptor { cVar.f.a(); } catch (IOException e) { t tVar3 = cVar.d; - e eVar3 = cVar.f2801c; + e eVar3 = cVar.f2802c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -138,7 +138,7 @@ public final class b implements Interceptor { } m.checkParameterIsNotNull(a, "response"); t tVar4 = cVar.d; - e eVar4 = cVar.f2801c; + e eVar4 = cVar.f2802c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(a, "response"); @@ -153,7 +153,7 @@ public final class b implements Interceptor { Response response2 = a.p; Response response3 = a.q; Response response4 = a.r; - long j = a.f2952s; + long j = a.f2953s; long j2 = a.t; c cVar2 = a.u; m.checkParameterIsNotNull(a, "response"); @@ -177,7 +177,7 @@ public final class b implements Interceptor { } } catch (IOException e4) { t tVar5 = cVar.d; - e eVar5 = cVar.f2801c; + e eVar5 = cVar.f2802c; Objects.requireNonNull(tVar5); m.checkParameterIsNotNull(eVar5, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e4, "ioe"); @@ -195,10 +195,10 @@ public final class b implements Interceptor { Response response5 = a.p; Response response6 = a.q; Response response7 = a.r; - long j3 = a.f2952s; + long j3 = a.f2953s; long j4 = a.t; c cVar3 = a.u; - ResponseBody responseBody = f0.e0.c.f2796c; + ResponseBody responseBody = f0.e0.c.f2797c; if (!(i4 >= 0)) { throw new IllegalStateException(a.l("code < 0: ", i4).toString()); } else if (request3 == null) { @@ -233,7 +233,7 @@ public final class b implements Interceptor { return response; } catch (IOException e6) { t tVar6 = cVar.d; - e eVar6 = cVar.f2801c; + e eVar6 = cVar.f2802c; Objects.requireNonNull(tVar6); m.checkParameterIsNotNull(eVar6, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e6, "ioe"); diff --git a/app/src/main/java/f0/e0/h/c.java b/app/src/main/java/f0/e0/h/c.java index 183328d8e1..95f8634b1b 100644 --- a/app/src/main/java/f0/e0/h/c.java +++ b/app/src/main/java/f0/e0/h/c.java @@ -9,7 +9,7 @@ public final class c { public static final String[] b; /* renamed from: c reason: collision with root package name */ - public static final DateFormat[] f2810c; + public static final DateFormat[] f2811c; /* compiled from: dates.kt */ public static final class a extends ThreadLocal { @@ -26,6 +26,6 @@ public final class c { static { String[] strArr = {"EEE, dd MMM yyyy HH:mm:ss zzz", "EEEE, dd-MMM-yy HH:mm:ss zzz", "EEE MMM d HH:mm:ss yyyy", "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z", "EEE, dd MMM yy HH:mm:ss z", "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z", "EEE dd-MMM-yyyy HH-mm-ss z", "EEE dd-MMM-yy HH:mm:ss z", "EEE dd MMM yy HH:mm:ss z", "EEE,dd-MMM-yy HH:mm:ss z", "EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z", "EEE MMM d yyyy HH:mm:ss z"}; b = strArr; - f2810c = new DateFormat[strArr.length]; + f2811c = new DateFormat[strArr.length]; } } diff --git a/app/src/main/java/f0/e0/h/e.java b/app/src/main/java/f0/e0/h/e.java index b93325fa0f..1c65178578 100644 --- a/app/src/main/java/f0/e0/h/e.java +++ b/app/src/main/java/f0/e0/h/e.java @@ -39,7 +39,7 @@ public final class e { public static final boolean a(Response response) { m.checkParameterIsNotNull(response, "$this$promisesBody"); - if (m.areEqual(response.i.f2949c, "HEAD")) { + if (m.areEqual(response.i.f2950c, "HEAD")) { return false; } int i = response.l; @@ -161,7 +161,7 @@ public final class e { if (r5.b(r0, r8) == false) goto L_0x0225; */ /* JADX WARNING: Code restructure failed: missing block: B:110:0x0223, code lost: - if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2954c.a(r8) == null) goto L_0x0225; + if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2955c.a(r8) == null) goto L_0x0225; */ /* JADX WARNING: Removed duplicated region for block: B:129:0x0277 */ /* JADX WARNING: Removed duplicated region for block: B:150:0x0282 A[SYNTHETIC] */ @@ -290,9 +290,9 @@ public final class e { i3 = length; if (t.equals(B3, "domain", true)) { if (!t.endsWith$default(B4, ".", false, 2, null)) { - String c02 = c.q.a.k.a.c0(d0.g0.w.removePrefix(B4, ".")); - if (c02 != null) { - str5 = c02; + String d02 = c.q.a.k.a.d0(d0.g0.w.removePrefix(B4, ".")); + if (d02 != null) { + str5 = d02; z5 = false; } else { throw new IllegalArgumentException(); diff --git a/app/src/main/java/f0/e0/h/g.java b/app/src/main/java/f0/e0/h/g.java index f22a9ad43c..fa2d1b21e7 100644 --- a/app/src/main/java/f0/e0/h/g.java +++ b/app/src/main/java/f0/e0/h/g.java @@ -17,7 +17,7 @@ public final class g implements Interceptor.Chain { public final e b; /* renamed from: c reason: collision with root package name */ - public final List f2811c; + public final List f2812c; public final int d; public final c e; public final Request f; @@ -32,7 +32,7 @@ public final class g implements Interceptor.Chain { m.checkParameterIsNotNull(list, "interceptors"); m.checkParameterIsNotNull(request, "request"); this.b = eVar; - this.f2811c = list; + this.f2812c = list; this.d = i; this.e = cVar; this.f = request; @@ -49,37 +49,37 @@ public final class g implements Interceptor.Chain { int i8 = (i5 & 16) != 0 ? gVar.h : i3; int i9 = (i5 & 32) != 0 ? gVar.i : i4; m.checkParameterIsNotNull(request2, "request"); - return new g(gVar.b, gVar.f2811c, i6, cVar2, request2, i7, i8, i9); + return new g(gVar.b, gVar.f2812c, i6, cVar2, request2, i7, i8, i9); } @Override // okhttp3.Interceptor.Chain public Response a(Request request) throws IOException { m.checkParameterIsNotNull(request, "request"); boolean z2 = false; - if (this.d < this.f2811c.size()) { + if (this.d < this.f2812c.size()) { this.a++; c cVar = this.e; if (cVar != null) { if (cVar.e.b(request.b)) { if (!(this.a == 1)) { StringBuilder P = a.P("network interceptor "); - P.append(this.f2811c.get(this.d - 1)); + P.append(this.f2812c.get(this.d - 1)); P.append(" must call proceed() exactly once"); throw new IllegalStateException(P.toString().toString()); } } else { StringBuilder P2 = a.P("network interceptor "); - P2.append(this.f2811c.get(this.d - 1)); + P2.append(this.f2812c.get(this.d - 1)); P2.append(" must retain the same host and port"); throw new IllegalStateException(P2.toString().toString()); } } g d = d(this, this.d + 1, null, request, 0, 0, 0, 58); - Interceptor interceptor = this.f2811c.get(this.d); + Interceptor interceptor = this.f2812c.get(this.d); Response intercept = interceptor.intercept(d); if (intercept != null) { if (this.e != null) { - if (!(this.d + 1 >= this.f2811c.size() || d.a == 1)) { + if (!(this.d + 1 >= this.f2812c.size() || d.a == 1)) { throw new IllegalStateException(("network interceptor " + interceptor + " must call proceed() exactly once").toString()); } } diff --git a/app/src/main/java/f0/e0/h/h.java b/app/src/main/java/f0/e0/h/h.java index abe24ad593..6d49b34a55 100644 --- a/app/src/main/java/f0/e0/h/h.java +++ b/app/src/main/java/f0/e0/h/h.java @@ -28,7 +28,7 @@ public final class h extends ResponseBody { if (str == null) { return null; } - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; return MediaType.a.b(str); } diff --git a/app/src/main/java/f0/e0/h/i.java b/app/src/main/java/f0/e0/h/i.java index 0f230ed598..14c0a90ade 100644 --- a/app/src/main/java/f0/e0/h/i.java +++ b/app/src/main/java/f0/e0/h/i.java @@ -56,7 +56,7 @@ public final class i implements Interceptor { c0 c0Var = (cVar == null || (jVar = cVar.b) == null) ? null : jVar.q; int i = response.l; Request request = response.i; - String str = request.f2949c; + String str = request.f2950c; boolean z2 = false; if (!(i == 307 || i == 308)) { if (i == 401) { @@ -83,7 +83,7 @@ public final class i implements Interceptor { m.throwNpe(); } if (c0Var.b.type() == Proxy.Type.HTTP) { - return this.b.f2858y.a(c0Var, response); + return this.b.f2859y.a(c0Var, response); } throw new ProtocolException("Received HTTP_PROXY_AUTH (407) code while not using proxy"); } else if (i != 408) { @@ -110,7 +110,7 @@ public final class i implements Interceptor { return null; } } - if (!this.b.f2856s || (a = Response.a(response, "Location", null, 2)) == null) { + if (!this.b.f2857s || (a = Response.a(response, "Location", null, 2)) == null) { return null; } w wVar = response.i.b; @@ -173,7 +173,7 @@ public final class i implements Interceptor { if (dVar == null) { m.throwNpe(); } - int i = dVar.f2802c; + int i = dVar.f2803c; if (i == 0 && dVar.d == 0 && dVar.e == 0) { z3 = false; } else { @@ -260,7 +260,7 @@ public final class i implements Interceptor { if (eVar4.q == null) { synchronized (eVar4) { try { - if (!(eVar4.f2803s ^ z3)) { + if (!(eVar4.f2804s ^ z3)) { throw new IllegalStateException("cannot make a new request because the previous response is still open: please call response.close()".toString()); } else if (!(eVar4.r ^ z3)) { eVar = eVar4; @@ -280,8 +280,8 @@ public final class i implements Interceptor { if (z4) { k kVar = eVar4.i; w wVar = request3.b; - if (wVar.f2854c) { - x xVar = eVar4.f2804x; + if (wVar.f2855c) { + x xVar = eVar4.f2805x; SSLSocketFactory sSLSocketFactory2 = xVar.A; if (sSLSocketFactory2 != null) { HostnameVerifier hostnameVerifier2 = xVar.E; @@ -298,11 +298,11 @@ public final class i implements Interceptor { } String str2 = wVar.g; int i4 = wVar.h; - x xVar2 = eVar4.f2804x; + x xVar2 = eVar4.f2805x; list = emptyList; i = i3; response = response5; - eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2859z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2858y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2857x), eVar4, eVar4.j); + eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2860z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2859y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2858x), eVar4, eVar4.j); } else { list = emptyList; response = response5; @@ -324,7 +324,7 @@ public final class i implements Interceptor { responseBody = a.o; response3 = a.p; response4 = a.q; - j = a.f2952s; + j = a.f2953s; gVar = gVar3; eVar3 = eVar4; } catch (Throwable th5) { @@ -347,7 +347,7 @@ public final class i implements Interceptor { Response response6 = response.p; Response response7 = response.q; Response response8 = response.r; - long j3 = response.f2952s; + long j3 = response.f2953s; long j4 = response.t; c cVar2 = response.u; if (!(i5 >= 0)) { diff --git a/app/src/main/java/f0/e0/h/j.java b/app/src/main/java/f0/e0/h/j.java index b311dc067b..e044a13265 100644 --- a/app/src/main/java/f0/e0/h/j.java +++ b/app/src/main/java/f0/e0/h/j.java @@ -12,14 +12,14 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2812c; + public final String f2813c; public j(y yVar, int i, String str) { m.checkParameterIsNotNull(yVar, "protocol"); m.checkParameterIsNotNull(str, "message"); this.a = yVar; this.b = i; - this.f2812c = str; + this.f2813c = str; } public static final j a(String str) throws IOException { @@ -77,7 +77,7 @@ public final class j { sb.append(' '); sb.append(this.b); sb.append(' '); - sb.append(this.f2812c); + sb.append(this.f2813c); String sb2 = sb.toString(); m.checkExpressionValueIsNotNull(sb2, "StringBuilder().apply(builderAction).toString()"); return sb2; diff --git a/app/src/main/java/f0/e0/i/b.java b/app/src/main/java/f0/e0/i/b.java index 612086cab4..b811cfd568 100644 --- a/app/src/main/java/f0/e0/i/b.java +++ b/app/src/main/java/f0/e0/i/b.java @@ -29,7 +29,7 @@ public final class b implements f0.e0.h.d { public final a b; /* renamed from: c reason: collision with root package name */ - public Headers f2813c; + public Headers f2814c; public final x d; public final j e; public final g f; @@ -178,14 +178,14 @@ public final class b implements f0.e0.h.d { if (this.l == 0) { this.m = false; b bVar = this.o; - bVar.f2813c = bVar.b.a(); + bVar.f2814c = bVar.b.a(); x xVar = this.o.d; if (xVar == null) { m.throwNpe(); } p pVar = xVar.u; w wVar = this.n; - Headers headers = this.o.f2813c; + Headers headers = this.o.f2814c; if (headers == null) { m.throwNpe(); } @@ -384,10 +384,10 @@ public final class b implements f0.e0.h.d { m.checkParameterIsNotNull(request, "request"); m.checkParameterIsNotNull(type, "proxyType"); StringBuilder sb = new StringBuilder(); - sb.append(request.f2949c); + sb.append(request.f2950c); sb.append(' '); w wVar = request.b; - if (!wVar.f2854c && type == Proxy.Type.HTTP) { + if (!wVar.f2855c && type == Proxy.Type.HTTP) { sb.append(wVar); } else { m.checkParameterIsNotNull(wVar, "url"); @@ -461,8 +461,8 @@ public final class b implements f0.e0.h.d { f0.e0.h.j a2 = f0.e0.h.j.a(this.b.b()); Response.a aVar = new Response.a(); aVar.f(a2.a); - aVar.f2953c = a2.b; - aVar.e(a2.f2812c); + aVar.f2954c = a2.b; + aVar.e(a2.f2813c); aVar.d(this.b.a()); if (z2 && a2.b == 100) { return null; diff --git a/app/src/main/java/f0/e0/j/b.java b/app/src/main/java/f0/e0/j/b.java index 699e3559bf..57c9292819 100644 --- a/app/src/main/java/f0/e0/j/b.java +++ b/app/src/main/java/f0/e0/j/b.java @@ -9,7 +9,7 @@ public final class b { public static final ByteString b; /* renamed from: c reason: collision with root package name */ - public static final ByteString f2814c; + public static final ByteString f2815c; public static final ByteString d; public static final ByteString e; public static final ByteString f; @@ -21,7 +21,7 @@ public final class b { ByteString.a aVar = ByteString.j; a = aVar.c(":"); b = aVar.c(":status"); - f2814c = aVar.c(":method"); + f2815c = aVar.c(":method"); d = aVar.c(":path"); e = aVar.c(":scheme"); f = aVar.c(":authority"); diff --git a/app/src/main/java/f0/e0/j/c.java b/app/src/main/java/f0/e0/j/c.java index 2ad6054b51..8c380c18e1 100644 --- a/app/src/main/java/f0/e0/j/c.java +++ b/app/src/main/java/f0/e0/j/c.java @@ -26,7 +26,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2815c = new c(); + public static final c f2816c = new c(); /* compiled from: Hpack.kt */ public static final class a { @@ -34,7 +34,7 @@ public final class c { public final g b; /* renamed from: c reason: collision with root package name */ - public b[] f2816c; + public b[] f2817c; public int d; public int e; public int f; @@ -49,13 +49,13 @@ public final class c { this.a = new ArrayList(); m.checkParameterIsNotNull(xVar, "$this$buffer"); this.b = new r(xVar); - this.f2816c = new b[8]; + this.f2817c = new b[8]; this.d = 7; } public final void a() { - j.fill$default(this.f2816c, null, 0, 0, 6, null); - this.d = this.f2816c.length - 1; + j.fill$default(this.f2817c, null, 0, 0, 6, null); + this.d = this.f2817c.length - 1; this.e = 0; this.f = 0; } @@ -68,14 +68,14 @@ public final class c { int i2; int i3 = 0; if (i > 0) { - int length = this.f2816c.length; + int length = this.f2817c.length; while (true) { length--; i2 = this.d; if (length < i2 || i <= 0) { break; } - b bVar = this.f2816c[length]; + b bVar = this.f2817c[length]; if (bVar == null) { m.throwNpe(); } @@ -85,7 +85,7 @@ public final class c { this.e--; i3++; } - b[] bVarArr = this.f2816c; + b[] bVarArr = this.f2817c; System.arraycopy(bVarArr, i2 + 1, bVarArr, i2 + 1 + i3, this.e); this.d += i3; } @@ -97,17 +97,17 @@ public final class c { public final ByteString d(int i) throws IOException { boolean z2; if (i >= 0) { - c cVar = c.f2815c; + c cVar = c.f2816c; if (i <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2815c; + c cVar2 = c.f2816c; return c.a[i].h; } - c cVar3 = c.f2815c; + c cVar3 = c.f2816c; int b = b(i - c.a.length); if (b >= 0) { - b[] bVarArr = this.f2816c; + b[] bVarArr = this.f2817c; if (b < bVarArr.length) { b bVar = bVarArr[b]; if (bVar == null) { @@ -130,7 +130,7 @@ public final class c { this.a.add(bVar); int i2 = bVar.g; if (i != -1) { - b bVar2 = this.f2816c[this.d + 1 + i]; + b bVar2 = this.f2817c[this.d + 1 + i]; if (bVar2 == null) { m.throwNpe(); } @@ -144,19 +144,19 @@ public final class c { int c2 = c((this.f + i2) - i3); if (i == -1) { int i4 = this.e + 1; - b[] bVarArr = this.f2816c; + b[] bVarArr = this.f2817c; if (i4 > bVarArr.length) { b[] bVarArr2 = new b[(bVarArr.length * 2)]; System.arraycopy(bVarArr, 0, bVarArr2, bVarArr.length, bVarArr.length); - this.d = this.f2816c.length - 1; - this.f2816c = bVarArr2; + this.d = this.f2817c.length - 1; + this.f2817c = bVarArr2; } int i5 = this.d; this.d = i5 - 1; - this.f2816c[i5] = bVar; + this.f2817c[i5] = bVar; this.e++; } else { - this.f2816c[this.d + 1 + i + c2 + i] = bVar; + this.f2817c[this.d + 1 + i + c2 + i] = bVar; } this.f += i2; } @@ -176,7 +176,7 @@ public final class c { g gVar = this.b; m.checkParameterIsNotNull(gVar, "source"); m.checkParameterIsNotNull(eVar, "sink"); - p.a aVar = p.f2826c; + p.a aVar = p.f2827c; int i3 = 0; for (long j = 0; j < g; j++) { byte readByte2 = gVar.readByte(); @@ -196,8 +196,8 @@ public final class c { } if (aVar.a == null) { eVar.T(aVar.b); - i3 -= aVar.f2827c; - aVar = p.f2826c; + i3 -= aVar.f2828c; + aVar = p.f2827c; } else { i3 = i4; } @@ -213,12 +213,12 @@ public final class c { if (aVar2 == null) { m.throwNpe(); } - if (aVar2.a != null || aVar2.f2827c > i3) { + if (aVar2.a != null || aVar2.f2828c > i3) { break; } eVar.T(aVar2.b); - i3 -= aVar2.f2827c; - aVar = p.f2826c; + i3 -= aVar2.f2828c; + aVar = p.f2827c; } return eVar.x(); } @@ -248,7 +248,7 @@ public final class c { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2817c; + public int f2818c; public b[] d; public int e; public int f; @@ -265,7 +265,7 @@ public final class c { this.i = z2; this.j = eVar; this.a = Integer.MAX_VALUE; - this.f2817c = i; + this.f2818c = i; this.d = new b[8]; this.e = 7; } @@ -314,7 +314,7 @@ public final class c { public final void c(b bVar) { int i = bVar.g; - int i2 = this.f2817c; + int i2 = this.f2818c; if (i > i2) { a(); return; @@ -390,19 +390,19 @@ public final class c { m.checkParameterIsNotNull(list, "headerBlock"); if (this.b) { int i3 = this.a; - if (i3 < this.f2817c) { + if (i3 < this.f2818c) { f(i3, 31, 32); } this.b = false; this.a = Integer.MAX_VALUE; - f(this.f2817c, 31, 32); + f(this.f2818c, 31, 32); } int size = list.size(); for (int i4 = 0; i4 < size; i4++) { b bVar = list.get(i4); ByteString p = bVar.h.p(); ByteString byteString = bVar.i; - c cVar = c.f2815c; + c cVar = c.f2816c; Integer num = c.b.get(p); if (num != null) { i2 = num.intValue() + 1; @@ -439,11 +439,11 @@ public final class c { } if (m.areEqual(bVar3.i, byteString)) { int i6 = i5 - this.e; - c cVar2 = c.f2815c; + c cVar2 = c.f2816c; i2 = c.a.length + i6; break; } else if (i == -1) { - c cVar3 = c.f2815c; + c cVar3 = c.f2816c; i = (i5 - this.e) + c.a.length; } } @@ -490,7 +490,7 @@ public final class c { static { b bVar = new b(b.f, ""); - ByteString byteString = b.f2814c; + ByteString byteString = b.f2815c; ByteString byteString2 = b.d; ByteString byteString3 = b.e; ByteString byteString4 = b.b; diff --git a/app/src/main/java/f0/e0/j/d.java b/app/src/main/java/f0/e0/j/d.java index df9a15d2e5..5880c992d4 100644 --- a/app/src/main/java/f0/e0/j/d.java +++ b/app/src/main/java/f0/e0/j/d.java @@ -11,7 +11,7 @@ public final class d { public static final String[] b = {"DATA", "HEADERS", "PRIORITY", "RST_STREAM", "SETTINGS", "PUSH_PROMISE", "PING", "GOAWAY", "WINDOW_UPDATE", "CONTINUATION"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f2818c = new String[64]; + public static final String[] f2819c = new String[64]; public static final String[] d; public static final d e = new d(); @@ -23,17 +23,17 @@ public final class d { strArr[i] = t.replace$default(c.j("%8s", binaryString), ' ', '0', false, 4, (Object) null); } d = strArr; - String[] strArr2 = f2818c; + String[] strArr2 = f2819c; strArr2[0] = ""; strArr2[1] = "END_STREAM"; int[] iArr = {1}; strArr2[8] = "PADDED"; for (int i2 = 0; i2 < 1; i2++) { int i3 = iArr[i2]; - String[] strArr3 = f2818c; + String[] strArr3 = f2819c; strArr3[i3 | 8] = m.stringPlus(strArr3[i3], "|PADDED"); } - String[] strArr4 = f2818c; + String[] strArr4 = f2819c; strArr4[4] = "END_HEADERS"; strArr4[32] = "PRIORITY"; strArr4[36] = "END_HEADERS|PRIORITY"; @@ -42,7 +42,7 @@ public final class d { int i5 = iArr2[i4]; for (int i6 = 0; i6 < 1; i6++) { int i7 = iArr[i6]; - String[] strArr5 = f2818c; + String[] strArr5 = f2819c; int i8 = i7 | i5; strArr5[i8] = strArr5[i7] + "|" + strArr5[i5]; StringBuilder sb = new StringBuilder(); @@ -51,9 +51,9 @@ public final class d { strArr5[i8 | 8] = a.H(sb, strArr5[i5], "|PADDED"); } } - int length = f2818c.length; + int length = f2819c.length; for (int i9 = 0; i9 < length; i9++) { - String[] strArr6 = f2818c; + String[] strArr6 = f2819c; if (strArr6[i9] == null) { strArr6[i9] = d[i9]; } @@ -76,7 +76,7 @@ public final class d { if (i3 == 4 || i3 == 6) { str = i4 == 1 ? "ACK" : d[i4]; } else if (!(i3 == 7 || i3 == 8)) { - String[] strArr = f2818c; + String[] strArr = f2819c; if (i4 < strArr.length) { str2 = strArr[i4]; if (str2 == null) { diff --git a/app/src/main/java/f0/e0/j/e.java b/app/src/main/java/f0/e0/j/e.java index 4930d6d724..5b0b5aa469 100644 --- a/app/src/main/java/f0/e0/j/e.java +++ b/app/src/main/java/f0/e0/j/e.java @@ -51,20 +51,20 @@ public final class e implements Closeable { public final f0.e0.f.d r; /* renamed from: s reason: collision with root package name */ - public final f0.e0.f.c f2819s; + public final f0.e0.f.c f2820s; public final f0.e0.f.c t; public final f0.e0.f.c u; public final r v; public long w; /* renamed from: x reason: collision with root package name */ - public long f2820x; + public long f2821x; /* renamed from: y reason: collision with root package name */ - public long f2821y; + public long f2822y; /* renamed from: z reason: collision with root package name */ - public long f2822z; + public long f2823z; /* compiled from: TaskQueue.kt */ public static final class a extends f0.e0.f.a { @@ -84,7 +84,7 @@ public final class e implements Closeable { boolean z2; synchronized (this.e) { eVar = this.e; - long j = eVar.f2820x; + long j = eVar.f2821x; long j2 = eVar.w; if (j < j2) { z2 = true; @@ -109,7 +109,7 @@ public final class e implements Closeable { public String b; /* renamed from: c reason: collision with root package name */ - public g f2823c; + public g f2824c; public BufferedSink d; public c e = c.a; public r f = r.a; @@ -170,7 +170,7 @@ public final class e implements Closeable { this.f.j.l.b(this.e); return -1; } catch (IOException e) { - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; h hVar = h.a; StringBuilder P = c.d.b.a.a.P("Http2Connection.Listener failure for "); P.append(this.f.j.n); @@ -357,7 +357,7 @@ public final class e implements Closeable { @Override // f0.e0.j.m.b public void b(boolean z2, s sVar) { d0.z.d.m.checkParameterIsNotNull(sVar, "settings"); - f0.e0.f.c cVar = this.j.f2819s; + f0.e0.f.c cVar = this.j.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " applyAndAckSettings"); cVar.c(new c(H, true, H, true, this, z2, sVar), 0); } @@ -511,9 +511,9 @@ public final class e implements Closeable { if (z2) { synchronized (this.j) { if (i == 1) { - this.j.f2820x++; + this.j.f2821x++; } else if (i == 2) { - this.j.f2822z++; + this.j.f2823z++; } else if (i == 3) { e eVar = this.j; eVar.A++; @@ -522,7 +522,7 @@ public final class e implements Closeable { } return; } - f0.e0.f.c cVar = this.j.f2819s; + f0.e0.f.c cVar = this.j.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " ping"); cVar.c(new b(H, true, H, true, this, i, i2), 0); } @@ -720,7 +720,7 @@ public final class e implements Closeable { f0.e0.f.d dVar = bVar.i; this.r = dVar; f0.e0.f.c f2 = dVar.f(); - this.f2819s = f2; + this.f2820s = f2; this.t = dVar.f(); this.u = dVar.f(); this.v = bVar.f; @@ -742,7 +742,7 @@ public final class e implements Closeable { d0.z.d.m.throwUninitializedPropertyAccessException("sink"); } this.J = new o(bufferedSink, z2); - g gVar = bVar.f2823c; + g gVar = bVar.f2824c; if (gVar == null) { d0.z.d.m.throwUninitializedPropertyAccessException("source"); } @@ -793,7 +793,7 @@ public final class e implements Closeable { this.I.close(); } catch (IOException unused4) { } - this.f2819s.f(); + this.f2820s.f(); this.t.f(); this.u.f(); } @@ -890,11 +890,11 @@ public final class e implements Closeable { public final void s(int i2, a aVar) { d0.z.d.m.checkParameterIsNotNull(aVar, "errorCode"); String str = this.n + '[' + i2 + "] writeSynReset"; - this.f2819s.c(new C0311e(str, true, str, true, this, i2, aVar), 0); + this.f2820s.c(new C0311e(str, true, str, true, this, i2, aVar), 0); } public final void t(int i2, long j2) { String str = this.n + '[' + i2 + "] windowUpdate"; - this.f2819s.c(new f(str, true, str, true, this, i2, j2), 0); + this.f2820s.c(new f(str, true, str, true, this, i2, j2), 0); } } diff --git a/app/src/main/java/f0/e0/j/l.java b/app/src/main/java/f0/e0/j/l.java index 6e56e8378d..ce3f5ac22f 100644 --- a/app/src/main/java/f0/e0/j/l.java +++ b/app/src/main/java/f0/e0/j/l.java @@ -32,7 +32,7 @@ public final class l implements d { public static final List b = c.m("connection", "host", "keep-alive", "proxy-connection", "te", "transfer-encoding", "encoding", "upgrade"); /* renamed from: c reason: collision with root package name */ - public volatile n f2824c; + public volatile n f2825c; public final y d; public volatile boolean e; public final j f; @@ -54,7 +54,7 @@ public final class l implements d { @Override // f0.e0.h.d public void a() { - n nVar = this.f2824c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -66,13 +66,13 @@ public final class l implements d { int i; n nVar; m.checkParameterIsNotNull(request, "request"); - if (this.f2824c == null) { + if (this.f2825c == null) { boolean z2 = false; boolean z3 = request.e != null; m.checkParameterIsNotNull(request, "request"); Headers headers = request.d; ArrayList arrayList = new ArrayList(headers.size() + 4); - arrayList.add(new b(b.f2814c, request.f2949c)); + arrayList.add(new b(b.f2815c, request.f2950c)); ByteString byteString = b.d; w wVar = request.b; m.checkParameterIsNotNull(wVar, "url"); @@ -115,7 +115,7 @@ public final class l implements d { i = eVar.p; eVar.p = i + 2; nVar = new n(i, eVar, z4, false, null); - if (!z3 || eVar.G >= eVar.H || nVar.f2825c >= nVar.d) { + if (!z3 || eVar.G >= eVar.H || nVar.f2826c >= nVar.d) { z2 = true; } if (nVar.i()) { @@ -130,22 +130,22 @@ public final class l implements d { if (z2) { eVar.J.flush(); } - this.f2824c = nVar; + this.f2825c = nVar; if (this.e) { - n nVar2 = this.f2824c; + n nVar2 = this.f2825c; if (nVar2 == null) { m.throwNpe(); } nVar2.e(a.CANCEL); throw new IOException("Canceled"); } - n nVar3 = this.f2824c; + n nVar3 = this.f2825c; if (nVar3 == null) { m.throwNpe(); } TimeUnit timeUnit = TimeUnit.MILLISECONDS; nVar3.i.g((long) this.g.h, timeUnit); - n nVar4 = this.f2824c; + n nVar4 = this.f2825c; if (nVar4 == null) { m.throwNpe(); } @@ -156,7 +156,7 @@ public final class l implements d { @Override // f0.e0.h.d public g0.x c(Response response) { m.checkParameterIsNotNull(response, "response"); - n nVar = this.f2824c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -166,7 +166,7 @@ public final class l implements d { @Override // f0.e0.h.d public void cancel() { this.e = true; - n nVar = this.f2824c; + n nVar = this.f2825c; if (nVar != null) { nVar.e(a.CANCEL); } @@ -176,7 +176,7 @@ public final class l implements d { @Override // f0.e0.h.d public Response.a d(boolean z2) { Headers headers; - n nVar = this.f2824c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } @@ -228,12 +228,12 @@ public final class l implements d { if (jVar != null) { Response.a aVar2 = new Response.a(); aVar2.f(yVar); - aVar2.f2953c = jVar.b; - aVar2.e(jVar.f2812c); + aVar2.f2954c = jVar.b; + aVar2.e(jVar.f2813c); Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar2.d(new Headers((String[]) array, null)); - if (!z2 || aVar2.f2953c != 100) { + if (!z2 || aVar2.f2954c != 100) { return aVar2; } return null; @@ -265,7 +265,7 @@ public final class l implements d { @Override // f0.e0.h.d public v h(Request request, long j) { m.checkParameterIsNotNull(request, "request"); - n nVar = this.f2824c; + n nVar = this.f2825c; if (nVar == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/j/m.java b/app/src/main/java/f0/e0/j/m.java index b87db02d7f..f49f2efe44 100644 --- a/app/src/main/java/f0/e0/j/m.java +++ b/app/src/main/java/f0/e0/j/m.java @@ -424,17 +424,17 @@ public final class m implements Closeable { } else if ((i6 & 128) == 128) { int g = aVar2.g(i6, 127) - 1; if (g >= 0) { - c cVar = c.f2815c; + c cVar = c.f2816c; if (g <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2815c; + c cVar2 = c.f2816c; aVar2.a.add(c.a[g]); } else { - c cVar3 = c.f2815c; + c cVar3 = c.f2816c; int b2 = aVar2.b(g - c.a.length); if (b2 >= 0) { - b[] bVarArr = aVar2.f2816c; + b[] bVarArr = aVar2.f2817c; if (b2 < bVarArr.length) { List list = aVar2.a; b bVar = bVarArr[b2]; @@ -454,7 +454,7 @@ public final class m implements Closeable { if (!z2) { } } else if (i6 == 64) { - c cVar4 = c.f2815c; + c cVar4 = c.f2816c; ByteString f = aVar2.f(); cVar4.a(f); aVar2.e(-1, new b(f, aVar2.f())); @@ -477,7 +477,7 @@ public final class m implements Closeable { } } } else if (i6 == 16 || i6 == 0) { - c cVar5 = c.f2815c; + c cVar5 = c.f2816c; ByteString f2 = aVar2.f(); cVar5.a(f2); aVar2.a.add(new b(f2, aVar2.f())); diff --git a/app/src/main/java/f0/e0/j/n.java b/app/src/main/java/f0/e0/j/n.java index 809b22adf5..f297e4d53e 100644 --- a/app/src/main/java/f0/e0/j/n.java +++ b/app/src/main/java/f0/e0/j/n.java @@ -20,7 +20,7 @@ public final class n { public long b; /* renamed from: c reason: collision with root package name */ - public long f2825c; + public long f2826c; public long d; public final ArrayDeque e; public boolean f; @@ -57,7 +57,7 @@ public final class n { n.this.j.m(); throw th; } - if (nVar.f2825c < nVar.d || this.k || this.j || nVar.f() != null) { + if (nVar.f2826c < nVar.d || this.k || this.j || nVar.f() != null) { break; } n.this.l(); @@ -65,9 +65,9 @@ public final class n { n.this.j.m(); n.this.b(); n nVar2 = n.this; - min = Math.min(nVar2.d - nVar2.f2825c, this.i.j); + min = Math.min(nVar2.d - nVar2.f2826c, this.i.j); n nVar3 = n.this; - nVar3.f2825c += min; + nVar3.f2826c += min; z3 = z2 && min == this.i.j && nVar3.f() == null; } n.this.j.i(); @@ -277,12 +277,12 @@ public final class n { n.this.e(a.CANCEL); e eVar = n.this.n; synchronized (eVar) { - long j = eVar.f2822z; - long j2 = eVar.f2821y; + long j = eVar.f2823z; + long j2 = eVar.f2822y; if (j >= j2) { - eVar.f2821y = j2 + 1; + eVar.f2822y = j2 + 1; eVar.B = System.nanoTime() + ((long) 1000000000); - f0.e0.f.c cVar = eVar.f2819s; + f0.e0.f.c cVar = eVar.f2820s; String H = c.d.b.a.a.H(new StringBuilder(), eVar.n, " ping"); cVar.c(new k(H, true, H, true, eVar), 0); } diff --git a/app/src/main/java/f0/e0/j/o.java b/app/src/main/java/f0/e0/j/o.java index 95c6ea10a8..26f1ac271f 100644 --- a/app/src/main/java/f0/e0/j/o.java +++ b/app/src/main/java/f0/e0/j/o.java @@ -48,13 +48,13 @@ public final class o implements Closeable { } bVar.h = i5; int min = Math.min(i5, 16384); - int i6 = bVar.f2817c; + int i6 = bVar.f2818c; if (i6 != min) { if (min < i6) { bVar.a = Math.min(bVar.a, min); } bVar.b = true; - bVar.f2817c = min; + bVar.f2818c = min; int i7 = bVar.g; if (min < i7) { if (min == 0) { diff --git a/app/src/main/java/f0/e0/j/p.java b/app/src/main/java/f0/e0/j/p.java index ff4859ec5f..463c8211c0 100644 --- a/app/src/main/java/f0/e0/j/p.java +++ b/app/src/main/java/f0/e0/j/p.java @@ -9,7 +9,7 @@ public final class p { public static final byte[] b = {13, 23, 28, 28, 28, 28, 28, 28, 28, 24, 30, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 28, 6, 10, 10, 12, 13, 6, 8, 11, 10, 10, 8, 11, 8, 6, 6, 6, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 8, 15, 6, 12, 10, 13, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 13, 19, 13, 14, 6, 15, 5, 6, 5, 6, 5, 6, 6, 6, 5, 7, 7, 6, 6, 6, 5, 6, 7, 6, 5, 5, 6, 7, 7, 7, 7, 7, 15, 11, 14, 13, 28, 20, 22, 20, 20, 22, 22, 22, 23, 22, 23, 23, 23, 23, 23, 24, 23, 24, 24, 22, 23, 24, 23, 23, 23, 23, 21, 22, 23, 22, 23, 23, 24, 22, 21, 20, 22, 22, 23, 23, 21, 23, 22, 22, 24, 21, 22, 23, 23, 21, 21, 22, 21, 23, 22, 23, 23, 20, 22, 22, 22, 23, 22, 22, 23, 26, 26, 20, 19, 22, 23, 22, 25, 26, 26, 26, 27, 27, 26, 24, 25, 19, 21, 26, 27, 27, 26, 27, 24, 21, 21, 26, 26, 28, 27, 27, 27, 20, 24, 20, 21, 22, 21, 21, 23, 22, 22, 25, 25, 24, 24, 26, 23, 26, 27, 26, 26, 27, 27, 27, 27, 27, 28, 27, 27, 27, 27, 27, 26}; /* renamed from: c reason: collision with root package name */ - public static final a f2826c = new a(); + public static final a f2827c = new a(); public static final p d; /* compiled from: Huffman.kt */ @@ -18,19 +18,19 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2827c; + public final int f2828c; public a() { this.a = new a[256]; this.b = 0; - this.f2827c = 0; + this.f2828c = 0; } public a(int i, int i2) { this.a = null; this.b = i; int i3 = i2 & 7; - this.f2827c = i3 == 0 ? 8 : i3; + this.f2828c = i3 == 0 ? 8 : i3; } } @@ -44,7 +44,7 @@ public final class p { public final void a(int i, int i2, int i3) { a aVar = new a(i, i3); - a aVar2 = f2826c; + a aVar2 = f2827c; while (i3 > 8) { i3 -= 8; int i4 = (i2 >>> i3) & 255; diff --git a/app/src/main/java/f0/e0/k/a.java b/app/src/main/java/f0/e0/k/a.java index c46862c6f4..b1a85b9bb0 100644 --- a/app/src/main/java/f0/e0/k/a.java +++ b/app/src/main/java/f0/e0/k/a.java @@ -21,7 +21,7 @@ import javax.net.ssl.SSLSocket; import javax.net.ssl.X509TrustManager; /* compiled from: Android10Platform.kt */ public final class a extends h { - public static final boolean d = (h.f2829c.c() && Build.VERSION.SDK_INT >= 29); + public static final boolean d = (h.f2830c.c() && Build.VERSION.SDK_INT >= 29); public static final a e = null; public final List f; diff --git a/app/src/main/java/f0/e0/k/b.java b/app/src/main/java/f0/e0/k/b.java index e53603f63f..da8138a19d 100644 --- a/app/src/main/java/f0/e0/k/b.java +++ b/app/src/main/java/f0/e0/k/b.java @@ -106,7 +106,7 @@ public final class b extends h { static { boolean z2 = false; - if (h.f2829c.c() && Build.VERSION.SDK_INT < 30) { + if (h.f2830c.c() && Build.VERSION.SDK_INT < 30) { z2 = true; } d = z2; @@ -291,7 +291,7 @@ public final class b extends h { boolean z2 = false; if (obj != null) { try { - Method method = hVar.f2832c; + Method method = hVar.f2833c; if (method == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/k/e.java b/app/src/main/java/f0/e0/k/e.java index fe723e72aa..a82ba4d14c 100644 --- a/app/src/main/java/f0/e0/k/e.java +++ b/app/src/main/java/f0/e0/k/e.java @@ -27,11 +27,11 @@ public final class e extends h { public String b; /* renamed from: c reason: collision with root package name */ - public final List f2828c; + public final List f2829c; public a(List list) { m.checkParameterIsNotNull(list, "protocols"); - this.f2828c = list; + this.f2829c = list; } @Override // java.lang.reflect.InvocationHandler @@ -49,7 +49,7 @@ public final class e extends h { if (!m.areEqual(name, "unsupported") || !m.areEqual(Void.TYPE, returnType)) { if (m.areEqual(name, "protocols")) { if (objArr.length == 0) { - return this.f2828c; + return this.f2829c; } } if ((m.areEqual(name, "selectProtocol") || m.areEqual(name, "select")) && m.areEqual(String.class, returnType) && objArr.length == 1 && (objArr[0] instanceof List)) { @@ -63,7 +63,7 @@ public final class e extends h { Object obj3 = list.get(i); if (obj3 != null) { String str = (String) obj3; - if (!this.f2828c.contains(str)) { + if (!this.f2829c.contains(str)) { if (i == size) { break; } @@ -77,7 +77,7 @@ public final class e extends h { } } } - String str2 = this.f2828c.get(0); + String str2 = this.f2829c.get(0); this.b = str2; return str2; } diff --git a/app/src/main/java/f0/e0/k/h.java b/app/src/main/java/f0/e0/k/h.java index 4750377aea..468db2e855 100644 --- a/app/src/main/java/f0/e0/k/h.java +++ b/app/src/main/java/f0/e0/k/h.java @@ -44,7 +44,7 @@ public class h { public static final Logger b = Logger.getLogger(x.class.getName()); /* renamed from: c reason: collision with root package name */ - public static final a f2829c; + public static final a f2830c; /* compiled from: Platform.kt */ public static final class a { @@ -100,9 +100,9 @@ public class h { h hVar; h hVar2 = null; a aVar = new a(null); - f2829c = aVar; + f2830c = aVar; if (aVar.c()) { - c cVar = c.f2830c; + c cVar = c.f2831c; for (Map.Entry entry : c.b.entrySet()) { String value = entry.getValue(); Logger logger = Logger.getLogger(entry.getKey()); diff --git a/app/src/main/java/f0/e0/k/i/a.java b/app/src/main/java/f0/e0/k/i/a.java index 0367f3dca5..b6bc34f2ec 100644 --- a/app/src/main/java/f0/e0/k/i/a.java +++ b/app/src/main/java/f0/e0/k/i/a.java @@ -22,7 +22,7 @@ public final class a implements k { @Override // f0.e0.k.i.k public boolean b() { - return h.f2829c.c() && Build.VERSION.SDK_INT >= 29; + return h.f2830c.c() && Build.VERSION.SDK_INT >= 29; } @Override // f0.e0.k.i.k @@ -45,7 +45,7 @@ public final class a implements k { SSLSockets.setUseSessionTickets(sSLSocket, true); SSLParameters sSLParameters = sSLSocket.getSSLParameters(); m.checkExpressionValueIsNotNull(sSLParameters, "sslParameters"); - Object[] array = h.f2829c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { sSLParameters.setApplicationProtocols((String[]) array); sSLSocket.setSSLParameters(sSLParameters); diff --git a/app/src/main/java/f0/e0/k/i/c.java b/app/src/main/java/f0/e0/k/i/c.java index 4ca9c3532a..4354e38179 100644 --- a/app/src/main/java/f0/e0/k/i/c.java +++ b/app/src/main/java/f0/e0/k/i/c.java @@ -14,7 +14,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2830c = null; + public static final c f2831c = null; static { LinkedHashMap linkedHashMap = new LinkedHashMap(); diff --git a/app/src/main/java/f0/e0/k/i/d.java b/app/src/main/java/f0/e0/k/i/d.java index a8296dd211..6587b04ecb 100644 --- a/app/src/main/java/f0/e0/k/i/d.java +++ b/app/src/main/java/f0/e0/k/i/d.java @@ -25,7 +25,7 @@ public final class d extends Handler { public void publish(LogRecord logRecord) { int min; m.checkParameterIsNotNull(logRecord, "record"); - c cVar = c.f2830c; + c cVar = c.f2831c; String loggerName = logRecord.getLoggerName(); m.checkExpressionValueIsNotNull(loggerName, "record.loggerName"); int i = logRecord.getLevel().intValue() > Level.INFO.intValue() ? 5 : logRecord.getLevel().intValue() == Level.INFO.intValue() ? 4 : 3; diff --git a/app/src/main/java/f0/e0/k/i/f.java b/app/src/main/java/f0/e0/k/i/f.java index 6a141e72d2..58a0dc6efd 100644 --- a/app/src/main/java/f0/e0/k/i/f.java +++ b/app/src/main/java/f0/e0/k/i/f.java @@ -19,7 +19,7 @@ public class f implements k { public static final a b; /* renamed from: c reason: collision with root package name */ - public final Method f2831c; + public final Method f2832c; public final Method d; public final Method e; public final Method f; @@ -43,7 +43,7 @@ public class f implements k { this.g = cls; Method declaredMethod = cls.getDeclaredMethod("setUseSessionTickets", Boolean.TYPE); m.checkExpressionValueIsNotNull(declaredMethod, "sslSocketClass.getDeclar…:class.javaPrimitiveType)"); - this.f2831c = declaredMethod; + this.f2832c = declaredMethod; this.d = cls.getMethod("setHostname", String.class); this.e = cls.getMethod("getAlpnSelectedProtocol", new Class[0]); this.f = cls.getMethod("setAlpnProtocols", byte[].class); @@ -93,11 +93,11 @@ public class f implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { try { - this.f2831c.invoke(sSLSocket, Boolean.TRUE); + this.f2832c.invoke(sSLSocket, Boolean.TRUE); if (str != null) { this.d.invoke(sSLSocket, str); } - this.f.invoke(sSLSocket, h.f2829c.b(list)); + this.f.invoke(sSLSocket, h.f2830c.b(list)); } catch (IllegalAccessException e) { throw new AssertionError(e); } catch (InvocationTargetException e2) { diff --git a/app/src/main/java/f0/e0/k/i/g.java b/app/src/main/java/f0/e0/k/i/g.java index ec6cbbb202..c1d0de5931 100644 --- a/app/src/main/java/f0/e0/k/i/g.java +++ b/app/src/main/java/f0/e0/k/i/g.java @@ -60,7 +60,7 @@ public final class g implements k { BCSSLSocket bCSSLSocket = (BCSSLSocket) sSLSocket; BCSSLParameters parameters = bCSSLSocket.getParameters(); m.checkExpressionValueIsNotNull(parameters, "sslParameters"); - Object[] array = h.f2829c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { parameters.setApplicationProtocols((String[]) array); bCSSLSocket.setParameters(parameters); diff --git a/app/src/main/java/f0/e0/k/i/h.java b/app/src/main/java/f0/e0/k/i/h.java index bfa2141301..4b0b7a2772 100644 --- a/app/src/main/java/f0/e0/k/i/h.java +++ b/app/src/main/java/f0/e0/k/i/h.java @@ -7,11 +7,11 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2832c; + public final Method f2833c; public h(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2832c = method3; + this.f2833c = method3; } } diff --git a/app/src/main/java/f0/e0/k/i/i.java b/app/src/main/java/f0/e0/k/i/i.java index 393958a353..0eccf6ea22 100644 --- a/app/src/main/java/f0/e0/k/i/i.java +++ b/app/src/main/java/f0/e0/k/i/i.java @@ -56,7 +56,7 @@ public final class i implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { Conscrypt.setUseSessionTickets(sSLSocket, true); - Object[] array = h.f2829c.a(list).toArray(new String[0]); + Object[] array = h.f2830c.a(list).toArray(new String[0]); if (array != null) { Conscrypt.setApplicationProtocols(sSLSocket, (String[]) array); return; diff --git a/app/src/main/java/f0/e0/m/d.java b/app/src/main/java/f0/e0/m/d.java index df724c03e9..cf9c25cc9a 100644 --- a/app/src/main/java/f0/e0/m/d.java +++ b/app/src/main/java/f0/e0/m/d.java @@ -55,11 +55,11 @@ public final class d implements HostnameVerifier { byte[] bArr = c.a; m.checkParameterIsNotNull(str, "$this$canParseAsIpAddress"); if (c.f.matches(str)) { - String c02 = a.c0(str); + String d02 = a.d0(str); List a2 = a(x509Certificate, 7); if (!(a2 instanceof Collection) || !a2.isEmpty()) { for (String str2 : a2) { - if (m.areEqual(c02, a.c0(str2))) { + if (m.areEqual(d02, a.d0(str2))) { return true; } } diff --git a/app/src/main/java/f0/e0/n/d.java b/app/src/main/java/f0/e0/n/d.java index 31a935d1e9..786a35d7b1 100644 --- a/app/src/main/java/f0/e0/n/d.java +++ b/app/src/main/java/f0/e0/n/d.java @@ -37,7 +37,7 @@ public final class d implements WebSocket, h.a { public final String b; /* renamed from: c reason: collision with root package name */ - public f0.e f2833c; + public f0.e f2834c; public f0.e0.f.a d; public h e; public i f; @@ -55,20 +55,20 @@ public final class d implements WebSocket, h.a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2834s; + public int f2835s; public boolean t; public final Request u; public final WebSocketListener v; public final Random w; /* renamed from: x reason: collision with root package name */ - public final long f2835x; + public final long f2836x; /* renamed from: y reason: collision with root package name */ - public f f2836y = null; + public f f2837y = null; /* renamed from: z reason: collision with root package name */ - public long f2837z; + public long f2838z; /* compiled from: RealWebSocket.kt */ public static final class a { @@ -76,12 +76,12 @@ public final class d implements WebSocket, h.a { public final ByteString b; /* renamed from: c reason: collision with root package name */ - public final long f2838c; + public final long f2839c; public a(int i, ByteString byteString, long j) { this.a = i; this.b = byteString; - this.f2838c = j; + this.f2839c = j; } } @@ -154,7 +154,7 @@ public final class d implements WebSocket, h.a { dVar.t = true; if (i != -1) { StringBuilder P = c.d.b.a.a.P("sent ping but didn't receive pong within "); - P.append(dVar.f2835x); + P.append(dVar.f2836x); P.append("ms (after "); P.append(i - 1); P.append(" successful ping/pongs)"); @@ -187,7 +187,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.f.a public long a() { - f0.e eVar = this.e.f2833c; + f0.e eVar = this.e.f2834c; if (eVar == null) { d0.z.d.m.throwNpe(); } @@ -204,13 +204,13 @@ public final class d implements WebSocket, h.a { this.u = request; this.v = webSocketListener; this.w = random; - this.f2835x = j; - this.f2837z = j2; + this.f2836x = j; + this.f2838z = j2; this.g = dVar.f(); this.j = new ArrayDeque<>(); this.k = new ArrayDeque<>(); this.n = -1; - if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2949c)) { + if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2950c)) { ByteString.a aVar = ByteString.j; byte[] bArr = new byte[16]; random.nextBytes(bArr); @@ -218,7 +218,7 @@ public final class d implements WebSocket, h.a { return; } StringBuilder P = c.d.b.a.a.P("Request must be GET: "); - P.append(request.f2949c); + P.append(request.f2950c); throw new IllegalArgumentException(P.toString().toString()); } @@ -306,7 +306,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.n.h.a public synchronized void f(ByteString byteString) { d0.z.d.m.checkParameterIsNotNull(byteString, "payload"); - this.f2834s++; + this.f2835s++; this.t = false; } @@ -526,7 +526,7 @@ public final class d implements WebSocket, h.a { public final void j(String str, c cVar) throws IOException { d0.z.d.m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkParameterIsNotNull(cVar, "streams"); - f fVar = this.f2836y; + f fVar = this.f2837y; if (fVar == null) { d0.z.d.m.throwNpe(); } @@ -534,9 +534,9 @@ public final class d implements WebSocket, h.a { this.h = str; this.i = cVar; boolean z2 = cVar.i; - this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2839c : fVar.e, this.f2837z); + this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2840c : fVar.e, this.f2838z); this.d = new C0313d(); - long j = this.f2835x; + long j = this.f2836x; if (j != 0) { long nanos = TimeUnit.MILLISECONDS.toNanos(j); String str2 = str + " ping"; @@ -547,7 +547,7 @@ public final class d implements WebSocket, h.a { } } boolean z3 = cVar.i; - this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2839c : fVar.e); + this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2840c : fVar.e); } public final void k() throws IOException { @@ -568,26 +568,26 @@ public final class d implements WebSocket, h.a { hVar.u.A(hVar.p, j); if (!hVar.t) { g0.e eVar = hVar.p; - e.a aVar = hVar.f2840s; + e.a aVar = hVar.f2841s; if (aVar == null) { d0.z.d.m.throwNpe(); } eVar.w(aVar); - hVar.f2840s.b(hVar.p.j - hVar.k); - e.a aVar2 = hVar.f2840s; + hVar.f2841s.b(hVar.p.j - hVar.k); + e.a aVar2 = hVar.f2841s; byte[] bArr = hVar.r; if (bArr == null) { d0.z.d.m.throwNpe(); } g.a(aVar2, bArr); - hVar.f2840s.close(); + hVar.f2841s.close(); } } if (hVar.l) { if (hVar.n) { c cVar = hVar.q; if (cVar == null) { - cVar = new c(hVar.f2841x); + cVar = new c(hVar.f2842x); hVar.q = cVar; } g0.e eVar2 = hVar.p; @@ -704,7 +704,7 @@ public final class d implements WebSocket, h.a { } else { a aVar = ref$ObjectRef8.element; if (aVar != null) { - long j = aVar.f2838c; + long j = aVar.f2839c; String str = this.h + " cancel"; byteString = poll; iVar = iVar4; diff --git a/app/src/main/java/f0/e0/n/e.java b/app/src/main/java/f0/e0/n/e.java index e5a3785d47..172730b1cb 100644 --- a/app/src/main/java/f0/e0/n/e.java +++ b/app/src/main/java/f0/e0/n/e.java @@ -112,7 +112,7 @@ public final class e implements f { i2++; i = 0; } - this.a.f2836y = new f(z2, num, z3, num2, z4, z5); + this.a.f2837y = new f(z2, num, z3, num2, z4, z5); if (!(!z5 && num == null && (num2 == null || (8 <= (intValue = num2.intValue()) && 15 >= intValue)))) { synchronized (this.a) { this.a.k.clear(); diff --git a/app/src/main/java/f0/e0/n/f.java b/app/src/main/java/f0/e0/n/f.java index cf7004a2a4..4b4a61206b 100644 --- a/app/src/main/java/f0/e0/n/f.java +++ b/app/src/main/java/f0/e0/n/f.java @@ -8,7 +8,7 @@ public final class f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final boolean f2839c; + public final boolean f2840c; public final Integer d; public final boolean e; public final boolean f; @@ -16,7 +16,7 @@ public final class f { public f() { this.a = false; this.b = null; - this.f2839c = false; + this.f2840c = false; this.d = null; this.e = false; this.f = false; @@ -25,7 +25,7 @@ public final class f { public f(boolean z2, Integer num, boolean z3, Integer num2, boolean z4, boolean z5) { this.a = z2; this.b = num; - this.f2839c = z3; + this.f2840c = z3; this.d = num2; this.e = z4; this.f = z5; @@ -39,7 +39,7 @@ public final class f { return false; } f fVar = (f) obj; - return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2839c == fVar.f2839c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; + return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2840c == fVar.f2840c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; } public int hashCode() { @@ -55,7 +55,7 @@ public final class f { Integer num = this.b; int i6 = 0; int hashCode = (i5 + (num != null ? num.hashCode() : 0)) * 31; - boolean z3 = this.f2839c; + boolean z3 = this.f2840c; if (z3) { z3 = true; } @@ -89,7 +89,7 @@ public final class f { P.append(", clientMaxWindowBits="); P.append(this.b); P.append(", clientNoContextTakeover="); - P.append(this.f2839c); + P.append(this.f2840c); P.append(", serverMaxWindowBits="); P.append(this.d); P.append(", serverNoContextTakeover="); diff --git a/app/src/main/java/f0/e0/n/h.java b/app/src/main/java/f0/e0/n/h.java index f394e5b253..a6729738b0 100644 --- a/app/src/main/java/f0/e0/n/h.java +++ b/app/src/main/java/f0/e0/n/h.java @@ -23,14 +23,14 @@ public final class h implements Closeable { public final byte[] r; /* renamed from: s reason: collision with root package name */ - public final e.a f2840s; + public final e.a f2841s; public final boolean t; public final g u; public final a v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2841x; + public final boolean f2842x; /* compiled from: WebSocketReader.kt */ public interface a { @@ -52,10 +52,10 @@ public final class h implements Closeable { this.u = gVar; this.v = aVar; this.w = z3; - this.f2841x = z4; + this.f2842x = z4; e.a aVar2 = null; this.r = z2 ? null : new byte[4]; - this.f2840s = !z2 ? new e.a() : aVar2; + this.f2841s = !z2 ? new e.a() : aVar2; } public final void a() throws IOException { @@ -65,19 +65,19 @@ public final class h implements Closeable { this.u.A(this.o, j); if (!this.t) { e eVar = this.o; - e.a aVar = this.f2840s; + e.a aVar = this.f2841s; if (aVar == null) { m.throwNpe(); } eVar.w(aVar); - this.f2840s.b(0); - e.a aVar2 = this.f2840s; + this.f2841s.b(0); + e.a aVar2 = this.f2841s; byte[] bArr = this.r; if (bArr == null) { m.throwNpe(); } g.a(aVar2, bArr); - this.f2840s.close(); + this.f2841s.close(); } } switch (this.j) { diff --git a/app/src/main/java/f0/e0/n/i.java b/app/src/main/java/f0/e0/n/i.java index 7c976274e7..b2fe21347d 100644 --- a/app/src/main/java/f0/e0/n/i.java +++ b/app/src/main/java/f0/e0/n/i.java @@ -24,7 +24,7 @@ public final class i implements Closeable { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2842s; + public final boolean f2843s; public final long t; public i(boolean z2, BufferedSink bufferedSink, Random random, boolean z3, boolean z4, long j) { @@ -34,7 +34,7 @@ public final class i implements Closeable { this.p = bufferedSink; this.q = random; this.r = z3; - this.f2842s = z4; + this.f2843s = z4; this.t = j; this.j = bufferedSink.g(); e.a aVar = null; @@ -128,7 +128,7 @@ public final class i implements Closeable { if (this.r && ((long) byteString.j()) >= this.t) { a aVar = this.l; if (aVar == null) { - aVar = new a(this.f2842s); + aVar = new a(this.f2843s); this.l = aVar; } e eVar = this.i; @@ -194,7 +194,7 @@ public final class i implements Closeable { e eVar5 = this.j; s N = eVar5.N(8); byte[] bArr = N.a; - int i5 = N.f2865c; + int i5 = N.f2866c; int i6 = i5 + 1; bArr[i5] = (byte) ((int) ((j4 >>> 56) & 255)); int i7 = i6 + 1; @@ -210,7 +210,7 @@ public final class i implements Closeable { int i12 = i11 + 1; bArr[i11] = (byte) ((int) ((j4 >>> 8) & 255)); bArr[i12] = (byte) ((int) (j4 & 255)); - N.f2865c = i12 + 1; + N.f2866c = i12 + 1; eVar5.j += 8; } if (this.o) { diff --git a/app/src/main/java/f0/f0/a.java b/app/src/main/java/f0/f0/a.java index 9b23b14132..6c9ad82395 100644 --- a/app/src/main/java/f0/f0/a.java +++ b/app/src/main/java/f0/f0/a.java @@ -26,7 +26,7 @@ public final class a implements Interceptor { public volatile Set b = n0.emptySet(); /* renamed from: c reason: collision with root package name */ - public volatile EnumC0314a f2843c = EnumC0314a.NONE; + public volatile EnumC0314a f2844c = EnumC0314a.NONE; public final b d; /* compiled from: HttpLoggingInterceptor.kt */ @@ -77,7 +77,7 @@ public final class a implements Interceptor { Charset charset; Charset charset2; m.checkParameterIsNotNull(chain, "chain"); - EnumC0314a aVar = this.f2843c; + EnumC0314a aVar = this.f2844c; g gVar = (g) chain; Request request = gVar.f; if (aVar == EnumC0314a.NONE) { @@ -88,7 +88,7 @@ public final class a implements Interceptor { RequestBody requestBody = request.e; k b2 = gVar.b(); StringBuilder P = c.d.b.a.a.P("--> "); - P.append(request.f2949c); + P.append(request.f2950c); P.append(' '); P.append(request.b); if (b2 != null) { @@ -128,24 +128,24 @@ public final class a implements Interceptor { if (!z2 || requestBody == null) { b bVar2 = this.d; StringBuilder P4 = c.d.b.a.a.P("--> END "); - P4.append(request.f2949c); + P4.append(request.f2950c); bVar2.log(P4.toString()); } else if (a(request.d)) { b bVar3 = this.d; StringBuilder P5 = c.d.b.a.a.P("--> END "); - P5.append(request.f2949c); + P5.append(request.f2950c); P5.append(" (encoded body omitted)"); bVar3.log(P5.toString()); } else if (requestBody.isDuplex()) { b bVar4 = this.d; StringBuilder P6 = c.d.b.a.a.P("--> END "); - P6.append(request.f2949c); + P6.append(request.f2950c); P6.append(" (duplex request body omitted)"); bVar4.log(P6.toString()); } else if (requestBody.isOneShot()) { b bVar5 = this.d; StringBuilder P7 = c.d.b.a.a.P("--> END "); - P7.append(request.f2949c); + P7.append(request.f2950c); P7.append(" (one-shot body omitted)"); bVar5.log(P7.toString()); } else { @@ -157,11 +157,11 @@ public final class a implements Interceptor { m.checkExpressionValueIsNotNull(charset2, "UTF_8"); } this.d.log(""); - if (c.q.a.k.a.E(eVar)) { + if (c.q.a.k.a.F(eVar)) { this.d.log(eVar.L(charset2)); b bVar6 = this.d; StringBuilder P8 = c.d.b.a.a.P("--> END "); - P8.append(request.f2949c); + P8.append(request.f2950c); P8.append(" ("); P8.append(requestBody.contentLength()); P8.append("-byte body)"); @@ -169,7 +169,7 @@ public final class a implements Interceptor { } else { b bVar7 = this.d; StringBuilder P9 = c.d.b.a.a.P("--> END "); - P9.append(request.f2949c); + P9.append(request.f2950c); P9.append(" (binary "); P9.append(requestBody.contentLength()); P9.append("-byte body omitted)"); @@ -238,7 +238,7 @@ public final class a implements Interceptor { charset = StandardCharsets.UTF_8; m.checkExpressionValueIsNotNull(charset, "UTF_8"); } - if (!c.q.a.k.a.E(g)) { + if (!c.q.a.k.a.F(g)) { this.d.log(""); b bVar9 = this.d; StringBuilder P11 = c.d.b.a.a.P("<-- END HTTP (binary "); diff --git a/app/src/main/java/f0/g.java b/app/src/main/java/f0/g.java index 6a1dde38f1..08723b8d0d 100644 --- a/app/src/main/java/f0/g.java +++ b/app/src/main/java/f0/g.java @@ -27,7 +27,7 @@ public final class g { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final Set f2844c; + public final Set f2845c; public final c d; /* compiled from: CertificatePinner.kt */ @@ -87,14 +87,14 @@ public final class g { public g(Set set, c cVar) { m.checkParameterIsNotNull(set, "pins"); - this.f2844c = set; + this.f2845c = set; this.d = cVar; } public g(Set set, c cVar, int i) { int i2 = i & 2; m.checkParameterIsNotNull(set, "pins"); - this.f2844c = set; + this.f2845c = set; this.d = null; } @@ -102,7 +102,7 @@ public final class g { m.checkParameterIsNotNull(str, "hostname"); m.checkParameterIsNotNull(function0, "cleanedPeerCertificatesFn"); m.checkParameterIsNotNull(str, "hostname"); - Set set = this.f2844c; + Set set = this.f2845c; List emptyList = n.emptyList(); for (Object obj : set) { Objects.requireNonNull((b) obj); @@ -165,13 +165,13 @@ public final class g { public final g b(c cVar) { m.checkParameterIsNotNull(cVar, "certificateChainCleaner"); - return m.areEqual(this.d, cVar) ? this : new g(this.f2844c, cVar); + return m.areEqual(this.d, cVar) ? this : new g(this.f2845c, cVar); } public boolean equals(Object obj) { if (obj instanceof g) { g gVar = (g) obj; - if (m.areEqual(gVar.f2844c, this.f2844c) && m.areEqual(gVar.d, this.d)) { + if (m.areEqual(gVar.f2845c, this.f2845c) && m.areEqual(gVar.d, this.d)) { return true; } } @@ -179,7 +179,7 @@ public final class g { } public int hashCode() { - int hashCode = (this.f2844c.hashCode() + 1517) * 41; + int hashCode = (this.f2845c.hashCode() + 1517) * 41; c cVar = this.d; return hashCode + (cVar != null ? cVar.hashCode() : 0); } diff --git a/app/src/main/java/f0/j.java b/app/src/main/java/f0/j.java index 3d47549cde..a799ccc79a 100644 --- a/app/src/main/java/f0/j.java +++ b/app/src/main/java/f0/j.java @@ -14,7 +14,7 @@ public final class j { public static final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public static final j f2845c; + public static final j f2846c; public static final j d; public static final j e; public static final j f; @@ -32,7 +32,7 @@ public final class j { public static final j r; /* renamed from: s reason: collision with root package name */ - public static final b f2846s; + public static final b f2847s; public final String t; /* compiled from: CipherSuite.kt */ @@ -123,7 +123,7 @@ public final class j { static { b bVar = new b(null); - f2846s = bVar; + f2847s = bVar; b.a(bVar, "SSL_RSA_WITH_NULL_MD5", 1); b.a(bVar, "SSL_RSA_WITH_NULL_SHA", 2); b.a(bVar, "SSL_RSA_EXPORT_WITH_RC4_40_MD5", 3); @@ -131,7 +131,7 @@ public final class j { b.a(bVar, "SSL_RSA_WITH_RC4_128_SHA", 5); b.a(bVar, "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA", 8); b.a(bVar, "SSL_RSA_WITH_DES_CBC_SHA", 9); - f2845c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); + f2846c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); b.a(bVar, "SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA", 17); b.a(bVar, "SSL_DHE_DSS_WITH_DES_CBC_SHA", 18); b.a(bVar, "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA", 19); diff --git a/app/src/main/java/f0/m.java b/app/src/main/java/f0/m.java index d326861f60..0f0125cddd 100644 --- a/app/src/main/java/f0/m.java +++ b/app/src/main/java/f0/m.java @@ -16,7 +16,7 @@ public final class m { public static final j[] b; /* renamed from: c reason: collision with root package name */ - public static final m f2847c; + public static final m f2848c; public static final m d = new m(false, false, null, null); public final boolean e; public final boolean f; @@ -29,14 +29,14 @@ public final class m { public String[] b; /* renamed from: c reason: collision with root package name */ - public String[] f2848c; + public String[] f2849c; public boolean d; public a(m mVar) { d0.z.d.m.checkParameterIsNotNull(mVar, "connectionSpec"); this.a = mVar.e; this.b = mVar.g; - this.f2848c = mVar.h; + this.f2849c = mVar.h; this.d = mVar.f; } @@ -45,7 +45,7 @@ public final class m { } public final m a() { - return new m(this.a, this.d, this.b, this.f2848c); + return new m(this.a, this.d, this.b, this.f2849c); } public final a b(String... strArr) { @@ -96,7 +96,7 @@ public final class m { if (!(strArr.length == 0)) { Object clone = strArr.clone(); if (clone != null) { - this.f2848c = (String[]) clone; + this.f2849c = (String[]) clone; return this; } throw new TypeCastException("null cannot be cast to non-null type kotlin.Array"); @@ -137,7 +137,7 @@ public final class m { j jVar9 = j.n; j[] jVarArr = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9}; a = jVarArr; - j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2845c}; + j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2846c}; b = jVarArr2; a aVar = new a(true); aVar.c((j[]) Arrays.copyOf(jVarArr, jVarArr.length)); @@ -150,7 +150,7 @@ public final class m { aVar2.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar2.f(d0Var, d0Var2); aVar2.d(true); - f2847c = aVar2.a(); + f2848c = aVar2.a(); a aVar3 = new a(true); aVar3.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar3.f(d0Var, d0Var2, d0.TLS_1_1, d0.TLS_1_0); @@ -172,7 +172,7 @@ public final class m { } ArrayList arrayList = new ArrayList(strArr.length); for (String str : strArr) { - arrayList.add(j.f2846s.b(str)); + arrayList.add(j.f2847s.b(str)); } return u.toList(arrayList); } @@ -191,7 +191,7 @@ public final class m { return true; } String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); - j.b bVar = j.f2846s; + j.b bVar = j.f2847s; Comparator comparator = j.a; return c.k(strArr2, enabledCipherSuites, j.a); } diff --git a/app/src/main/java/f0/n.java b/app/src/main/java/f0/n.java index 55f34c1055..f580e758cc 100644 --- a/app/src/main/java/f0/n.java +++ b/app/src/main/java/f0/n.java @@ -21,7 +21,7 @@ public final class n { public static final Pattern b = Pattern.compile("(?i)(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec).*"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f2849c = Pattern.compile("(\\d{1,2})[^\\d]*"); + public static final Pattern f2850c = Pattern.compile("(\\d{1,2})[^\\d]*"); public static final Pattern d = Pattern.compile("(\\d{1,2}):(\\d{1,2}):(\\d{1,2})[^\\d]*"); public static final a e = new a(null); public final String f; @@ -86,7 +86,7 @@ public final class n { String group3 = matcher.group(3); m.checkExpressionValueIsNotNull(group3, "matcher.group(3)"); i8 = Integer.parseInt(group3); - } else if (i5 != -1 || !matcher.usePattern(n.f2849c).matches()) { + } else if (i5 != -1 || !matcher.usePattern(n.f2850c).matches()) { if (i6 == -1) { Pattern pattern = n.b; if (matcher.usePattern(pattern).matches()) { @@ -194,7 +194,7 @@ public final class n { if (!(m.areEqual(b2, str3) || (t.startsWith$default(b2, str3, false, 2, null) && (t.endsWith$default(str3, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, false, 2, null) || b2.charAt(str3.length()) == '/')))) { return false; } - return !this.k || wVar.f2854c; + return !this.k || wVar.f2855c; } public boolean equals(Object obj) { diff --git a/app/src/main/java/f0/q.java b/app/src/main/java/f0/q.java index 7f5e88effa..eed18af264 100644 --- a/app/src/main/java/f0/q.java +++ b/app/src/main/java/f0/q.java @@ -23,7 +23,7 @@ public final class q { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final ArrayDeque f2850c = new ArrayDeque<>(); + public final ArrayDeque f2851c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final synchronized void a() { @@ -31,7 +31,7 @@ public final class q { while (it.hasNext()) { it.next().k.cancel(); } - Iterator it2 = this.f2850c.iterator(); + Iterator it2 = this.f2851c.iterator(); while (it2.hasNext()) { it2.next().k.cancel(); } @@ -53,7 +53,7 @@ public final class q { public final void c(e.a aVar) { m.checkParameterIsNotNull(aVar, NotificationCompat.CATEGORY_CALL); aVar.i.decrementAndGet(); - b(this.f2850c, aVar); + b(this.f2851c, aVar); } /* JADX WARNING: Removed duplicated region for block: B:25:0x0067 */ @@ -72,18 +72,18 @@ public final class q { break; } e.a next = it.next(); - if (this.f2850c.size() >= 64) { + if (this.f2851c.size() >= 64) { break; } else if (next.i.get() < 5) { it.remove(); next.i.incrementAndGet(); m.checkExpressionValueIsNotNull(next, "asyncCall"); arrayList.add(next); - this.f2850c.add(next); + this.f2851c.add(next); } } synchronized (this) { - size = this.f2850c.size() + this.d.size(); + size = this.f2851c.size() + this.d.size(); } size2 = arrayList.size(); for (i = 0; i < size2; i++) { @@ -103,7 +103,7 @@ public final class q { } Objects.requireNonNull(aVar); m.checkParameterIsNotNull(executorService, "executorService"); - q qVar = aVar.k.f2804x.l; + q qVar = aVar.k.f2805x.l; byte[] bArr2 = c.a; try { executorService.execute(aVar); @@ -112,9 +112,9 @@ public final class q { interruptedIOException.initCause(e); aVar.k.l(interruptedIOException); aVar.j.b(aVar.k, interruptedIOException); - aVar.k.f2804x.l.c(aVar); + aVar.k.f2805x.l.c(aVar); } catch (Throwable th) { - aVar.k.f2804x.l.c(aVar); + aVar.k.f2805x.l.c(aVar); throw th; } } diff --git a/app/src/main/java/f0/u.java b/app/src/main/java/f0/u.java index 5314985838..162651b66a 100644 --- a/app/src/main/java/f0/u.java +++ b/app/src/main/java/f0/u.java @@ -17,7 +17,7 @@ public final class u extends RequestBody { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2851c; + public final List f2852c; /* compiled from: FormBody.kt */ public static final class a { @@ -25,18 +25,18 @@ public final class u extends RequestBody { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final Charset f2852c = null; + public final Charset f2853c = null; } static { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; } public u(List list, List list2) { m.checkParameterIsNotNull(list, "encodedNames"); m.checkParameterIsNotNull(list2, "encodedValues"); this.b = c.z(list); - this.f2851c = c.z(list2); + this.f2852c = c.z(list2); } public final long a(BufferedSink bufferedSink, boolean z2) { @@ -56,7 +56,7 @@ public final class u extends RequestBody { } eVar.b0(this.b.get(i)); eVar.T(61); - eVar.b0(this.f2851c.get(i)); + eVar.b0(this.f2852c.get(i)); } if (!z2) { return 0; diff --git a/app/src/main/java/f0/v.java b/app/src/main/java/f0/v.java index eaccfc7132..811ff1294d 100644 --- a/app/src/main/java/f0/v.java +++ b/app/src/main/java/f0/v.java @@ -21,7 +21,7 @@ public final class v { public final d0 b; /* renamed from: c reason: collision with root package name */ - public final j f2853c; + public final j f2854c; public final List d; /* compiled from: Handshake.kt */ @@ -72,7 +72,7 @@ public final class v { m.checkParameterIsNotNull(list, "localCertificates"); m.checkParameterIsNotNull(function0, "peerCertificatesFn"); this.b = d0Var; - this.f2853c = jVar; + this.f2854c = jVar; this.d = list; this.a = g.lazy(new b(function0)); } @@ -86,7 +86,7 @@ public final class v { if (hashCode == 1019404634 ? cipherSuite.equals("TLS_NULL_WITH_NULL_NULL") : hashCode == 1208658923 && cipherSuite.equals("SSL_NULL_WITH_NULL_NULL")) { throw new IOException(c.d.b.a.a.u("cipherSuite == ", cipherSuite)); } - j b2 = j.f2846s.b(cipherSuite); + j b2 = j.f2847s.b(cipherSuite); String protocol = sSLSession.getProtocol(); if (protocol == null) { throw new IllegalStateException("tlsVersion == null".toString()); @@ -126,7 +126,7 @@ public final class v { public boolean equals(Object obj) { if (obj instanceof v) { v vVar = (v) obj; - if (vVar.b == this.b && m.areEqual(vVar.f2853c, this.f2853c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { + if (vVar.b == this.b && m.areEqual(vVar.f2854c, this.f2854c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { return true; } } @@ -134,7 +134,7 @@ public final class v { } public int hashCode() { - int hashCode = this.f2853c.hashCode(); + int hashCode = this.f2854c.hashCode(); int hashCode2 = c().hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + ((this.b.hashCode() + 527) * 31)) * 31)) * 31); } @@ -150,7 +150,7 @@ public final class v { U.append(this.b); U.append(' '); U.append("cipherSuite="); - U.append(this.f2853c); + U.append(this.f2854c); U.append(' '); U.append("peerCertificates="); U.append(obj); diff --git a/app/src/main/java/f0/w.java b/app/src/main/java/f0/w.java index b3ae39f015..98cabd504c 100644 --- a/app/src/main/java/f0/w.java +++ b/app/src/main/java/f0/w.java @@ -26,7 +26,7 @@ public final class w { public static final b b = new b(null); /* renamed from: c reason: collision with root package name */ - public final boolean f2854c; + public final boolean f2855c; public final String d; public final String e; public final String f; @@ -43,7 +43,7 @@ public final class w { public String b; /* renamed from: c reason: collision with root package name */ - public String f2855c = ""; + public String f2856c = ""; public String d = ""; public String e; public int f = -1; @@ -88,7 +88,7 @@ public final class w { String str = this.b; if (str != null) { b bVar = w.b; - String d = b.d(bVar, this.f2855c, 0, 0, false, 7); + String d = b.d(bVar, this.f2856c, 0, 0, false, 7); String d2 = b.d(bVar, this.d, 0, 0, false, 7); String str2 = this.e; if (str2 != null) { @@ -279,9 +279,9 @@ public final class w { i19 = g; String a2 = b.a(bVar, str, i23, f, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); if (z4) { - a2 = this.f2855c + "%40" + a2; + a2 = this.f2856c + "%40" + a2; } - this.f2855c = a2; + this.f2856c = a2; if (f != i19) { this.d = b.a(bVar, str, f + 1, i19, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); z2 = true; @@ -338,7 +338,7 @@ public final class w { char c10 = '\"'; if (i25 < g) { b bVar2 = w.b; - this.e = c.q.a.k.a.c0(b.d(bVar2, str, i23, i14, false, 4)); + this.e = c.q.a.k.a.d0(b.d(bVar2, str, i23, i14, false, 4)); i15 = i23; try { i17 = Integer.parseInt(b.a(bVar2, str, i25, g, "", false, false, false, false, null, 248)); @@ -367,7 +367,7 @@ public final class w { } else { i15 = i23; b bVar3 = w.b; - this.e = c.q.a.k.a.c0(b.d(bVar3, str, i15, i14, false, 4)); + this.e = c.q.a.k.a.d0(b.d(bVar3, str, i15, i14, false, 4)); String str10 = this.b; if (str10 == null) { m.throwNpe(); @@ -386,7 +386,7 @@ public final class w { throw new IllegalArgumentException(P3.toString().toString()); } } else { - this.f2855c = wVar.e(); + this.f2856c = wVar.e(); this.d = wVar.a(); this.e = wVar.g; this.f = wVar.h; @@ -557,9 +557,9 @@ public final class w { sb.append("//"); } boolean z2 = true; - if (!(this.f2855c.length() > 0)) { + if (!(this.f2856c.length() > 0)) { } - sb.append(this.f2855c); + sb.append(this.f2856c); if (this.d.length() <= 0) { z2 = false; } @@ -878,7 +878,7 @@ public final class w { this.j = list2; this.k = str5; this.l = str6; - this.f2854c = m.areEqual(str, Constants.SCHEME); + this.f2855c = m.areEqual(str, Constants.SCHEME); } public final String a() { @@ -976,7 +976,7 @@ public final class w { aVar.b = this.d; String e = e(); m.checkParameterIsNotNull(e, ""); - aVar.f2855c = e; + aVar.f2856c = e; String a2 = a(); m.checkParameterIsNotNull(a2, ""); aVar.d = a2; @@ -1056,7 +1056,7 @@ public final class w { Objects.requireNonNull(g); m.checkParameterIsNotNull("", "username"); b bVar = b; - g.f2855c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); + g.f2856c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); m.checkParameterIsNotNull("", "password"); g.d = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); return g.b().l; diff --git a/app/src/main/java/f0/x.java b/app/src/main/java/f0/x.java index dd588f8986..1a13083073 100644 --- a/app/src/main/java/f0/x.java +++ b/app/src/main/java/f0/x.java @@ -33,7 +33,7 @@ import okhttp3.WebSocketListener; /* compiled from: OkHttpClient.kt */ public class x implements Cloneable, e.a { public static final List i = c.m(y.HTTP_2, y.HTTP_1_1); - public static final List j = c.m(m.f2847c, m.d); + public static final List j = c.m(m.f2848c, m.d); public static final b k = new b(null); public final SSLSocketFactory A; public final X509TrustManager B; @@ -58,20 +58,20 @@ public class x implements Cloneable, e.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final boolean f2856s; + public final boolean f2857s; public final boolean t; public final p u; public final s v; public final Proxy w; /* renamed from: x reason: collision with root package name */ - public final ProxySelector f2857x; + public final ProxySelector f2858x; /* renamed from: y reason: collision with root package name */ - public final c f2858y; + public final c f2859y; /* renamed from: z reason: collision with root package name */ - public final SocketFactory f2859z; + public final SocketFactory f2860z; /* compiled from: OkHttpClient.kt */ public static final class a { @@ -82,7 +82,7 @@ public class x implements Cloneable, e.a { public l b = new l(); /* renamed from: c reason: collision with root package name */ - public final List f2860c = new ArrayList(); + public final List f2861c = new ArrayList(); public final List d = new ArrayList(); public t.b e; public boolean f; @@ -100,20 +100,20 @@ public class x implements Cloneable, e.a { public List r; /* renamed from: s reason: collision with root package name */ - public List f2861s; + public List f2862s; public HostnameVerifier t; public g u; public f0.e0.m.c v; public int w; /* renamed from: x reason: collision with root package name */ - public int f2862x; + public int f2863x; /* renamed from: y reason: collision with root package name */ - public int f2863y; + public int f2864y; /* renamed from: z reason: collision with root package name */ - public int f2864z; + public int f2865z; public a() { t tVar = t.a; @@ -132,18 +132,18 @@ public class x implements Cloneable, e.a { this.o = socketFactory; b bVar = x.k; this.r = x.j; - this.f2861s = x.i; + this.f2862s = x.i; this.t = d.a; this.u = g.a; - this.f2862x = 10000; - this.f2863y = 10000; - this.f2864z = 10000; + this.f2863x = 10000; + this.f2864y = 10000; + this.f2865z = 10000; this.B = Permission.VIEW_CHANNEL; } public final a a(long j, TimeUnit timeUnit) { m.checkParameterIsNotNull(timeUnit, "unit"); - this.f2863y = c.b("timeout", j, timeUnit); + this.f2864y = c.b("timeout", j, timeUnit); return this; } @@ -155,7 +155,7 @@ public class x implements Cloneable, e.a { } this.p = sSLSocketFactory; m.checkParameterIsNotNull(x509TrustManager, "trustManager"); - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; this.v = h.a.b(x509TrustManager); this.q = x509TrustManager; return this; @@ -185,12 +185,12 @@ public class x implements Cloneable, e.a { m.checkParameterIsNotNull(aVar, "builder"); this.l = aVar.a; this.m = aVar.b; - this.n = c.z(aVar.f2860c); + this.n = c.z(aVar.f2861c); this.o = c.z(aVar.d); this.p = aVar.e; this.q = aVar.f; this.r = aVar.g; - this.f2856s = aVar.h; + this.f2857s = aVar.h; this.t = aVar.i; this.u = aVar.j; this.v = aVar.k; @@ -205,17 +205,17 @@ public class x implements Cloneable, e.a { proxySelector = f0.e0.l.a.a; } } - this.f2857x = proxySelector; - this.f2858y = aVar.n; - this.f2859z = aVar.o; + this.f2858x = proxySelector; + this.f2859y = aVar.n; + this.f2860z = aVar.o; List list2 = aVar.r; this.C = list2; - this.D = aVar.f2861s; + this.D = aVar.f2862s; this.E = aVar.t; this.H = aVar.w; - this.I = aVar.f2862x; - this.J = aVar.f2863y; - this.K = aVar.f2864z; + this.I = aVar.f2863x; + this.J = aVar.f2864y; + this.K = aVar.f2865z; this.L = aVar.A; this.M = aVar.B; l lVar = aVar.C; @@ -258,7 +258,7 @@ public class x implements Cloneable, e.a { } this.F = gVar.b(cVar); } else { - h.a aVar2 = h.f2829c; + h.a aVar2 = h.f2830c; X509TrustManager n = h.a.n(); this.B = n; h hVar = h.a; @@ -362,30 +362,30 @@ public class x implements Cloneable, e.a { a aVar = new a(); aVar.a = this.l; aVar.b = this.m; - r.addAll(aVar.f2860c, this.n); + r.addAll(aVar.f2861c, this.n); r.addAll(aVar.d, this.o); aVar.e = this.p; aVar.f = this.q; aVar.g = this.r; - aVar.h = this.f2856s; + aVar.h = this.f2857s; aVar.i = this.t; aVar.j = this.u; aVar.k = this.v; aVar.l = this.w; - aVar.m = this.f2857x; - aVar.n = this.f2858y; - aVar.o = this.f2859z; + aVar.m = this.f2858x; + aVar.n = this.f2859y; + aVar.o = this.f2860z; aVar.p = this.A; aVar.q = this.B; aVar.r = this.C; - aVar.f2861s = this.D; + aVar.f2862s = this.D; aVar.t = this.E; aVar.u = this.F; aVar.v = this.G; aVar.w = this.H; - aVar.f2862x = this.I; - aVar.f2863y = this.J; - aVar.f2864z = this.K; + aVar.f2863x = this.I; + aVar.f2864y = this.J; + aVar.f2865z = this.K; aVar.A = this.L; aVar.B = this.M; aVar.C = this.N; @@ -421,12 +421,12 @@ public class x implements Cloneable, e.a { throw new IllegalArgumentException(("protocols must not contain http/1.0: " + mutableList).toString()); } else if (!mutableList.contains(null)) { mutableList.remove(y.SPDY_3); - if (!m.areEqual(mutableList, f.f2861s)) { + if (!m.areEqual(mutableList, f.f2862s)) { f.C = null; } List unmodifiableList = Collections.unmodifiableList(mutableList); m.checkExpressionValueIsNotNull(unmodifiableList, "Collections.unmodifiableList(protocolsCopy)"); - f.f2861s = unmodifiableList; + f.f2862s = unmodifiableList; x xVar = new x(f); Request.a aVar = new Request.a(dVar.u); aVar.b("Upgrade", "websocket"); @@ -436,7 +436,7 @@ public class x implements Cloneable, e.a { aVar.b("Sec-WebSocket-Extensions", "permessage-deflate"); Request a2 = aVar.a(); f0.e0.g.e eVar = new f0.e0.g.e(xVar, a2, true); - dVar.f2833c = eVar; + dVar.f2834c = eVar; eVar.e(new f0.e0.n.e(dVar, a2)); } else { throw new IllegalArgumentException("protocols must not contain null".toString()); diff --git a/app/src/main/java/g0/c.java b/app/src/main/java/g0/c.java index 7eac6bc022..2bccc55bb3 100644 --- a/app/src/main/java/g0/c.java +++ b/app/src/main/java/g0/c.java @@ -79,7 +79,7 @@ public final class c implements v { if (j2 >= ((long) 65536)) { break; } - j2 += (long) (sVar.f2865c - sVar.b); + j2 += (long) (sVar.f2866c - sVar.b); if (j2 >= j) { j2 = j; break; diff --git a/app/src/main/java/g0/e.java b/app/src/main/java/g0/e.java index b415ad8443..9a8bd768a3 100644 --- a/app/src/main/java/g0/e.java +++ b/app/src/main/java/g0/e.java @@ -51,10 +51,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i3 = sVar2.f2865c; + int i3 = sVar2.f2866c; long j4 = (long) (i3 - sVar2.b); if (j4 > j3) { - sVar2.f2865c = i3 - ((int) j3); + sVar2.f2866c = i3 - ((int) j3); break; } eVar.i = sVar2.a(); @@ -77,9 +77,9 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { boolean z2 = true; while (j5 > 0) { s N = eVar.N(i); - int min = (int) Math.min(j5, (long) (8192 - N.f2865c)); - int i4 = N.f2865c + min; - N.f2865c = i4; + int min = (int) Math.min(j5, (long) (8192 - N.f2866c)); + int i4 = N.f2866c + min; + N.f2866c = i4; j5 -= (long) min; if (z2) { this.k = N; @@ -141,7 +141,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; int i3 = sVar.b; if (j < ((long) (i2 - i3)) + j2) { break; @@ -158,7 +158,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - j3 -= (long) (sVar2.f2865c - sVar2.b); + j3 -= (long) (sVar2.f2866c - sVar2.b); } sVar = sVar2; j2 = j3; @@ -171,7 +171,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { byte[] bArr = sVar.a; byte[] copyOf = Arrays.copyOf(bArr, bArr.length); m.checkExpressionValueIsNotNull(copyOf, "java.util.Arrays.copyOf(this, size)"); - s sVar4 = new s(copyOf, sVar.b, sVar.f2865c, false, true); + s sVar4 = new s(copyOf, sVar.b, sVar.f2866c, false, true); if (eVar.i == sVar) { eVar.i = sVar4; } @@ -192,7 +192,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { this.m = sVar.a; int i4 = sVar.b + ((int) (j - j2)); this.n = i4; - int i5 = sVar.f2865c; + int i5 = sVar.f2866c; this.o = i5; return i5 - i4; } @@ -284,7 +284,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i2 = sVar.b; - if (((long) i2) + j > ((long) sVar.f2865c)) { + if (((long) i2) + j > ((long) sVar.f2866c)) { return new String(Y(j), charset); } int i3 = (int) j; @@ -292,7 +292,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar.b + i3; sVar.b = i4; this.j -= j; - if (i4 == sVar.f2865c) { + if (i4 == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -391,7 +391,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { StringBuilder Q = c.d.b.a.a.Q("size < ", i2, ": "); Q.append(this.j); Q.append(" (to read code point prefixed 0x"); - Q.append(c.q.a.k.a.e0(r)); + Q.append(c.q.a.k.a.f0(r)); Q.append(')'); throw new EOFException(Q.toString()); } @@ -423,7 +423,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i5 = sVar.f2865c; + int i5 = sVar.f2866c; int i6 = sVar.b; if (i5 != i6) { i3 += i5 - i6; @@ -442,7 +442,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } bArr[i7] = sVar2.a; - i2 += sVar2.f2865c - sVar2.b; + i2 += sVar2.f2866c - sVar2.b; iArr[i7] = Math.min(i2, i); iArr[i7 + i4] = sVar2.b; sVar2.d = true; @@ -473,7 +473,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - if (sVar2.f2865c + i <= 8192 && sVar2.e) { + if (sVar2.f2866c + i <= 8192 && sVar2.e) { return sVar2; } s b3 = t.b(); @@ -515,10 +515,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i3 = i2 + i; while (i < i3) { s N = N(1); - int min = Math.min(i3 - i, 8192 - N.f2865c); + int min = Math.min(i3 - i, 8192 - N.f2866c); int i4 = i + min; - j.copyInto(bArr, N.a, N.f2865c, i, i4); - N.f2865c += min; + j.copyInto(bArr, N.a, N.f2866c, i, i4); + N.f2866c += min; i = i4; } this.j += j; @@ -528,8 +528,8 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e T(int i) { s N = N(1); byte[] bArr = N.a; - int i2 = N.f2865c; - N.f2865c = i2 + 1; + int i2 = N.f2866c; + N.f2866c = i2 + 1; bArr[i2] = (byte) i; this.j++; return this; @@ -565,7 +565,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } s N = N(i2); byte[] bArr = N.a; - int i3 = N.f2865c + i2; + int i3 = N.f2866c + i2; while (j != 0) { long j2 = (long) 10; i3--; @@ -575,7 +575,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (z2) { bArr[i3 - 1] = (byte) 45; } - N.f2865c += i2; + N.f2866c += i2; this.j += (long) i2; } return this; @@ -600,12 +600,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = (int) ((((j12 & 63) + ((j12 >>> 32) & 63)) + ((long) 3)) / ((long) 4)); s N = N(i); byte[] bArr = N.a; - int i2 = N.f2865c; + int i2 = N.f2866c; for (int i3 = (i2 + i) - 1; i3 >= i2; i3--) { bArr[i3] = g0.z.a.a[(int) (15 & j)]; j >>>= 4; } - N.f2865c += i; + N.f2866c += i; this.j += (long) i; } return this; @@ -614,7 +614,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e W(int i) { s N = N(4); byte[] bArr = N.a; - int i2 = N.f2865c; + int i2 = N.f2866c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 24) & 255); int i4 = i3 + 1; @@ -622,7 +622,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i5 = i4 + 1; bArr[i4] = (byte) ((i >>> 8) & 255); bArr[i5] = (byte) (i & 255); - N.f2865c = i5 + 1; + N.f2866c = i5 + 1; this.j += 4; return this; } @@ -648,11 +648,11 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e a0(int i) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2865c; + int i2 = N.f2866c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 8) & 255); bArr[i3] = (byte) (i & 255); - N.f2865c = i3 + 1; + N.f2866c = i3 + 1; this.j += 2; return this; } @@ -701,7 +701,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (charAt2 < 128) { s N = N(1); byte[] bArr = N.a; - int i3 = N.f2865c - i; + int i3 = N.f2866c - i; int min = Math.min(i2, 8192 - i3); int i4 = i + 1; bArr[i + i3] = (byte) charAt2; @@ -713,27 +713,27 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i4 = i + 1; bArr[i + i3] = (byte) charAt; } - int i5 = N.f2865c; + int i5 = N.f2866c; int i6 = (i3 + i) - i5; - N.f2865c = i5 + i6; + N.f2866c = i5 + i6; this.j += (long) i6; } else { if (charAt2 < 2048) { s N2 = N(2); byte[] bArr2 = N2.a; - int i7 = N2.f2865c; + int i7 = N2.f2866c; bArr2[i7] = (byte) ((charAt2 >> 6) | 192); bArr2[i7 + 1] = (byte) ((charAt2 & '?') | 128); - N2.f2865c = i7 + 2; + N2.f2866c = i7 + 2; this.j += 2; } else if (charAt2 < 55296 || charAt2 > 57343) { s N3 = N(3); byte[] bArr3 = N3.a; - int i8 = N3.f2865c; + int i8 = N3.f2866c; bArr3[i8] = (byte) ((charAt2 >> '\f') | 224); bArr3[i8 + 1] = (byte) ((63 & (charAt2 >> 6)) | 128); bArr3[i8 + 2] = (byte) ((charAt2 & '?') | 128); - N3.f2865c = i8 + 3; + N3.f2866c = i8 + 3; this.j += 3; } else { int i9 = i + 1; @@ -745,12 +745,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i10 = (((charAt2 & 1023) << 10) | (charAt3 & 1023)) + 65536; s N4 = N(4); byte[] bArr4 = N4.a; - int i11 = N4.f2865c; + int i11 = N4.f2866c; bArr4[i11] = (byte) ((i10 >> 18) | 240); bArr4[i11 + 1] = (byte) (((i10 >> 12) & 63) | 128); bArr4[i11 + 2] = (byte) (((i10 >> 6) & 63) | 128); bArr4[i11 + 3] = (byte) ((i10 & 63) | 128); - N4.f2865c = i11 + 4; + N4.f2866c = i11 + 4; this.j += 4; i += 2; } @@ -786,31 +786,31 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } else if (i < 2048) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2865c; + int i2 = N.f2866c; bArr[i2] = (byte) ((i >> 6) | 192); bArr[i2 + 1] = (byte) ((i & 63) | 128); - N.f2865c = i2 + 2; + N.f2866c = i2 + 2; this.j += 2; } else if (55296 <= i && 57343 >= i) { T(63); } else if (i < 65536) { s N2 = N(3); byte[] bArr2 = N2.a; - int i3 = N2.f2865c; + int i3 = N2.f2866c; bArr2[i3] = (byte) ((i >> 12) | 224); bArr2[i3 + 1] = (byte) (((i >> 6) & 63) | 128); bArr2[i3 + 2] = (byte) ((i & 63) | 128); - N2.f2865c = i3 + 3; + N2.f2866c = i3 + 3; this.j += 3; } else if (i <= 1114111) { s N3 = N(4); byte[] bArr3 = N3.a; - int i4 = N3.f2865c; + int i4 = N3.f2866c; bArr3[i4] = (byte) ((i >> 18) | 240); bArr3[i4 + 1] = (byte) (((i >> 12) & 63) | 128); bArr3[i4 + 2] = (byte) (((i >> 6) & 63) | 128); bArr3[i4 + 3] = (byte) ((i & 63) | 128); - N3.f2865c = i4 + 4; + N3.f2866c = i4 + 4; this.j += 4; } else { StringBuilder P = c.d.b.a.a.P("Unexpected code point: 0x"); @@ -855,7 +855,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i2 = sVar2.b; long j2 = 0; while (j2 < this.j) { - long min = (long) Math.min(sVar.f2865c - i, sVar2.f2865c - i2); + long min = (long) Math.min(sVar.f2866c - i, sVar2.f2866c - i2); long j3 = 0; while (j3 < min) { int i3 = i + 1; @@ -867,14 +867,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i = i3; i2 = i4; } - if (i == sVar.f2865c) { + if (i == sVar.f2866c) { sVar = sVar.f; if (sVar == null) { m.throwNpe(); } i = sVar.b; } - if (i2 == sVar2.f2865c) { + if (i2 == sVar2.f2866c) { sVar2 = sVar2.f; if (sVar2 == null) { m.throwNpe(); @@ -901,7 +901,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i = sVar2.f2865c; + int i = sVar2.f2866c; if (i < 8192 && sVar2.e) { j -= (long) (i - sVar2.b); } @@ -942,7 +942,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i = 1; do { - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; for (int i3 = sVar.b; i3 < i2; i3++) { i = (i * 31) + sVar.a[i3]; } @@ -1011,7 +1011,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i = sVar.f2865c; + int i = sVar.f2866c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -1026,7 +1026,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { s c2 = sVar.c(); int i3 = c2.b + ((int) j); c2.b = i3; - c2.f2865c = Math.min(i3 + ((int) j2), c2.f2865c); + c2.f2866c = Math.min(i3 + ((int) j2), c2.f2866c); s sVar2 = eVar.i; if (sVar2 == null) { c2.g = c2; @@ -1042,7 +1042,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } sVar3.b(c2); } - j2 -= (long) (c2.f2865c - c2.b); + j2 -= (long) (c2.f2866c - c2.b); sVar = sVar.f; j = 0; } @@ -1061,13 +1061,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j2 -= (long) (sVar.f2865c - sVar.b); + j2 -= (long) (sVar.f2866c - sVar.b); } return sVar.a[(int) ((((long) sVar.b) + j) - j2)]; } long j3 = 0; while (true) { - int i = sVar.f2865c; + int i = sVar.f2866c; int i2 = sVar.b; long j4 = ((long) (i - i2)) + j3; if (j4 > j) { @@ -1100,7 +1100,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } byte[] bArr = sVar.a; int i3 = sVar.b; - int i4 = sVar.f2865c; + int i4 = sVar.f2866c; while (true) { if (i3 >= i4) { break; @@ -1142,7 +1142,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } } else { StringBuilder P2 = c.d.b.a.a.P("Expected leading [0-9a-fA-F] character but was 0x"); - P2.append(c.q.a.k.a.e0(b2)); + P2.append(c.q.a.k.a.f0(b2)); throw new NumberFormatException(P2.toString()); } } while (this.i != null); @@ -1159,12 +1159,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(byteBuffer.remaining(), sVar.f2865c - sVar.b); + int min = Math.min(byteBuffer.remaining(), sVar.f2866c - sVar.b); byteBuffer.put(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; this.j -= (long) min; - if (i == sVar.f2865c) { + if (i == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -1178,14 +1178,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(i2, sVar.f2865c - sVar.b); + int min = Math.min(i2, sVar.f2866c - sVar.b); byte[] bArr2 = sVar.a; int i3 = sVar.b; j.copyInto(bArr2, bArr, i, i3, i3 + min); int i4 = sVar.b + min; sVar.b = i4; this.j -= (long) min; - if (i4 != sVar.f2865c) { + if (i4 != sVar.f2866c) { return min; } this.i = sVar.a(); @@ -1201,7 +1201,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; int i3 = i + 1; byte b2 = sVar.a[i]; this.j--; @@ -1238,7 +1238,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; if (((long) (i2 - i)) < 4) { return ((readByte() & 255) << 24) | ((readByte() & 255) << 16) | ((readByte() & 255) << 8) | (readByte() & 255); } @@ -1270,7 +1270,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; if (((long) (i2 - i)) < 8) { return ((((long) readInt()) & 4294967295L) << 32) | (4294967295L & ((long) readInt())); } @@ -1307,7 +1307,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; if (i2 - i < 2) { return (short) (((readByte() & 255) << 8) | (readByte() & 255)); } @@ -1342,17 +1342,17 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2865c - sVar.b); + j4 -= (long) (sVar.f2866c - sVar.b); } while (j4 < j2) { byte[] bArr = sVar.a; - int min = (int) Math.min((long) sVar.f2865c, (((long) sVar.b) + j2) - j4); + int min = (int) Math.min((long) sVar.f2866c, (((long) sVar.b) + j2) - j4); for (int i = (int) ((((long) sVar.b) + j) - j4); i < min; i++) { if (bArr[i] == b2) { return ((long) (i - sVar.b)) + j4; } } - j4 += (long) (sVar.f2865c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1361,7 +1361,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } } else { while (true) { - long j5 = ((long) (sVar.f2865c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2866c - sVar.b)) + j3; if (j5 > j) { break; } @@ -1373,13 +1373,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } while (j3 < j2) { byte[] bArr2 = sVar.a; - int min2 = (int) Math.min((long) sVar.f2865c, (((long) sVar.b) + j2) - j3); + int min2 = (int) Math.min((long) sVar.f2866c, (((long) sVar.b) + j2) - j3); for (int i2 = (int) ((((long) sVar.b) + j) - j3); i2 < min2; i2++) { if (bArr2[i2] == b2) { return ((long) (i2 - sVar.b)) + j3; } } - j3 += (long) (sVar.f2865c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1404,13 +1404,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j > 0) { s sVar = this.i; if (sVar != null) { - int min = (int) Math.min(j, (long) (sVar.f2865c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); long j2 = (long) min; this.j -= j2; j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2865c) { + if (i == sVar.f2866c) { this.i = sVar.a(); t.a(sVar); } @@ -1440,7 +1440,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2865c - sVar.b); + j4 -= (long) (sVar.f2866c - sVar.b); } if (byteString.j() == 2) { byte m = byteString.m(0); @@ -1448,7 +1448,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i5 = sVar.f2865c; + int i5 = sVar.f2866c; while (i3 < i5) { byte b2 = bArr[i3]; if (b2 == m || b2 == m2) { @@ -1457,7 +1457,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i3++; } } - j4 += (long) (sVar.f2865c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1470,7 +1470,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr2 = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i6 = sVar.f2865c; + int i6 = sVar.f2866c; while (i3 < i6) { byte b3 = bArr2[i3]; for (byte b4 : l) { @@ -1480,7 +1480,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i3++; } - j4 += (long) (sVar.f2865c - sVar.b); + j4 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1491,7 +1491,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { return ((long) (i3 - i4)) + j4; } while (true) { - long j5 = ((long) (sVar.f2865c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2866c - sVar.b)) + j3; if (j5 > j2) { break; } @@ -1507,7 +1507,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr3 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i7 = sVar.f2865c; + int i7 = sVar.f2866c; while (i < i7) { byte b5 = bArr3[i]; if (b5 == m3 || b5 == m4) { @@ -1516,7 +1516,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i++; } } - j3 += (long) (sVar.f2865c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1529,7 +1529,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr4 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i8 = sVar.f2865c; + int i8 = sVar.f2866c; while (i < i8) { byte b6 = bArr4[i]; for (byte b7 : l2) { @@ -1539,7 +1539,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i++; } - j3 += (long) (sVar.f2865c - sVar.b); + j3 += (long) (sVar.f2866c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1606,10 +1606,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = remaining; while (i > 0) { s N = N(1); - int min = Math.min(i, 8192 - N.f2865c); - byteBuffer.get(N.a, N.f2865c, min); + int min = Math.min(i, 8192 - N.f2866c); + byteBuffer.get(N.a, N.f2866c, min); i -= min; - N.f2865c += min; + N.f2866c += min; } this.j += (long) remaining; return remaining; @@ -1641,7 +1641,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar3 == null) { m.throwNpe(); } - int i2 = sVar3.f2865c; + int i2 = sVar3.f2866c; s sVar4 = eVar.i; if (sVar4 == null) { m.throwNpe(); @@ -1657,7 +1657,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { sVar = null; } if (sVar != null && sVar.e) { - if ((((long) sVar.f2865c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { + if ((((long) sVar.f2866c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { s sVar6 = eVar.i; if (sVar6 == null) { m.throwNpe(); @@ -1674,7 +1674,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i3 = (int) j2; Objects.requireNonNull(sVar7); - if (i3 > 0 && i3 <= sVar7.f2865c - sVar7.b) { + if (i3 > 0 && i3 <= sVar7.f2866c - sVar7.b) { if (i3 >= 1024) { sVar2 = sVar7.c(); } else { @@ -1684,7 +1684,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar7.b; j.copyInto$default(bArr, bArr2, 0, i4, i4 + i3, 2, (Object) null); } - sVar2.f2865c = sVar2.b + i3; + sVar2.f2866c = sVar2.b + i3; sVar7.b += i3; s sVar8 = sVar7.g; if (sVar8 == null) { @@ -1700,7 +1700,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar9 == null) { m.throwNpe(); } - long j3 = (long) (sVar9.f2865c - sVar9.b); + long j3 = (long) (sVar9.f2866c - sVar9.b); eVar.i = sVar9.a(); s sVar10 = this.i; if (sVar10 == null) { @@ -1722,12 +1722,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } if (sVar12.e) { - int i5 = sVar9.f2865c - sVar9.b; + int i5 = sVar9.f2866c - sVar9.b; s sVar13 = sVar9.g; if (sVar13 == null) { m.throwNpe(); } - int i6 = 8192 - sVar13.f2865c; + int i6 = 8192 - sVar13.f2866c; s sVar14 = sVar9.g; if (sVar14 == null) { m.throwNpe(); diff --git a/app/src/main/java/g0/h.java b/app/src/main/java/g0/h.java index 884cb10a54..260f28a985 100644 --- a/app/src/main/java/g0/h.java +++ b/app/src/main/java/g0/h.java @@ -33,23 +33,23 @@ public final class h implements v { if (z2) { Deflater deflater = this.k; byte[] bArr = N.a; - int i2 = N.f2865c; + int i2 = N.f2866c; i = deflater.deflate(bArr, i2, 8192 - i2, 2); } else { Deflater deflater2 = this.k; byte[] bArr2 = N.a; - int i3 = N.f2865c; + int i3 = N.f2866c; i = deflater2.deflate(bArr2, i3, 8192 - i3); } if (i > 0) { - N.f2865c += i; + N.f2866c += i; g.j += (long) i; this.j.E(); } else if (this.k.needsInput()) { break; } } - if (N.b == N.f2865c) { + if (N.b == N.f2866c) { g.i = N.a(); t.a(N); } @@ -114,14 +114,14 @@ public final class h implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2865c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); this.k.setInput(sVar.a, sVar.b, min); a(false); long j2 = (long) min; eVar.j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2865c) { + if (i == sVar.f2866c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/l.java b/app/src/main/java/g0/l.java index ab991bcfd9..94c0027a27 100644 --- a/app/src/main/java/g0/l.java +++ b/app/src/main/java/g0/l.java @@ -39,7 +39,7 @@ public final class l implements x { m.throwNpe(); } while (true) { - int i = sVar.f2865c; + int i = sVar.f2866c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -52,7 +52,7 @@ public final class l implements x { } while (j2 > 0) { int i3 = (int) (((long) sVar.b) + j); - int min = (int) Math.min((long) (sVar.f2865c - i3), j2); + int min = (int) Math.min((long) (sVar.f2866c - i3), j2); this.m.update(sVar.a, i3, min); j2 -= (long) min; sVar = sVar.f; diff --git a/app/src/main/java/g0/m.java b/app/src/main/java/g0/m.java index a4bae62f99..d5d92d6e07 100644 --- a/app/src/main/java/g0/m.java +++ b/app/src/main/java/g0/m.java @@ -42,21 +42,21 @@ public final class m implements x { } else { try { s N = eVar.N(1); - int min = (int) Math.min(j, (long) (8192 - N.f2865c)); + int min = (int) Math.min(j, (long) (8192 - N.f2866c)); if (this.l.needsInput()) { if (!this.k.v()) { s sVar = this.k.g().i; if (sVar == null) { d0.z.d.m.throwNpe(); } - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; int i3 = sVar.b; int i4 = i2 - i3; this.i = i4; this.l.setInput(sVar.a, i3, i4); } } - int inflate = this.l.inflate(N.a, N.f2865c, min); + int inflate = this.l.inflate(N.a, N.f2866c, min); int i5 = this.i; if (i5 != 0) { int remaining = i5 - this.l.getRemaining(); @@ -64,12 +64,12 @@ public final class m implements x { this.k.skip((long) remaining); } if (inflate > 0) { - N.f2865c += inflate; + N.f2866c += inflate; long j2 = (long) inflate; eVar.j += j2; return j2; } - if (N.b == N.f2865c) { + if (N.b == N.f2866c) { eVar.i = N.a(); t.a(N); } diff --git a/app/src/main/java/g0/n.java b/app/src/main/java/g0/n.java index be8d589d24..25f56d4a38 100644 --- a/app/src/main/java/g0/n.java +++ b/app/src/main/java/g0/n.java @@ -32,13 +32,13 @@ public final class n implements x { try { this.j.f(); s N = eVar.N(1); - int read = this.i.read(N.a, N.f2865c, (int) Math.min(j, (long) (8192 - N.f2865c))); + int read = this.i.read(N.a, N.f2866c, (int) Math.min(j, (long) (8192 - N.f2866c))); if (read != -1) { - N.f2865c += read; + N.f2866c += read; long j2 = (long) read; eVar.j += j2; return j2; - } else if (N.b != N.f2865c) { + } else if (N.b != N.f2866c) { return -1; } else { eVar.i = N.a(); @@ -46,7 +46,7 @@ public final class n implements x { return -1; } } catch (AssertionError e) { - if (a.B(e)) { + if (a.C(e)) { throw new IOException(e); } throw e; diff --git a/app/src/main/java/g0/p.java b/app/src/main/java/g0/p.java index 22bf710a46..68b2a141af 100644 --- a/app/src/main/java/g0/p.java +++ b/app/src/main/java/g0/p.java @@ -48,14 +48,14 @@ public final class p implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2865c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2866c - sVar.b)); this.i.write(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; long j2 = (long) min; j -= j2; eVar.j -= j2; - if (i == sVar.f2865c) { + if (i == sVar.f2866c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/s.java b/app/src/main/java/g0/s.java index 848f0e372c..8225dfbb60 100644 --- a/app/src/main/java/g0/s.java +++ b/app/src/main/java/g0/s.java @@ -8,7 +8,7 @@ public final class s { public int b; /* renamed from: c reason: collision with root package name */ - public int f2865c; + public int f2866c; public boolean d; public boolean e; public s f; @@ -24,7 +24,7 @@ public final class s { m.checkParameterIsNotNull(bArr, "data"); this.a = bArr; this.b = i; - this.f2865c = i2; + this.f2866c = i2; this.d = z2; this.e = z3; } @@ -64,20 +64,20 @@ public final class s { public final s c() { this.d = true; - return new s(this.a, this.b, this.f2865c, true, false); + return new s(this.a, this.b, this.f2866c, true, false); } public final void d(s sVar, int i) { m.checkParameterIsNotNull(sVar, "sink"); if (sVar.e) { - int i2 = sVar.f2865c; + int i2 = sVar.f2866c; if (i2 + i > 8192) { if (!sVar.d) { int i3 = sVar.b; if ((i2 + i) - i3 <= 8192) { byte[] bArr = sVar.a; j.copyInto$default(bArr, bArr, 0, i3, i2, 2, (Object) null); - sVar.f2865c -= sVar.b; + sVar.f2866c -= sVar.b; sVar.b = 0; } else { throw new IllegalArgumentException(); @@ -88,10 +88,10 @@ public final class s { } byte[] bArr2 = this.a; byte[] bArr3 = sVar.a; - int i4 = sVar.f2865c; + int i4 = sVar.f2866c; int i5 = this.b; j.copyInto(bArr2, bArr3, i4, i5, i5 + i); - sVar.f2865c += i; + sVar.f2866c += i; this.b += i; return; } diff --git a/app/src/main/java/g0/t.java b/app/src/main/java/g0/t.java index 01875b1591..af2e5985a1 100644 --- a/app/src/main/java/g0/t.java +++ b/app/src/main/java/g0/t.java @@ -8,7 +8,7 @@ public final class t { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final AtomicReference[] f2866c; + public static final AtomicReference[] f2867c; public static final t d = new t(); static { @@ -18,7 +18,7 @@ public final class t { for (int i = 0; i < highestOneBit; i++) { atomicReferenceArr[i] = new AtomicReference<>(); } - f2866c = atomicReferenceArr; + f2867c = atomicReferenceArr; } public static final void a(s sVar) { @@ -28,14 +28,14 @@ public final class t { } else if (!sVar.d) { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2866c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2867c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar2 = atomicReference.get(); if (sVar2 != a) { - int i = sVar2 != null ? sVar2.f2865c : 0; + int i = sVar2 != null ? sVar2.f2866c : 0; if (i < 65536) { sVar.f = sVar2; sVar.b = 0; - sVar.f2865c = i + 8192; + sVar.f2866c = i + 8192; if (!atomicReference.compareAndSet(sVar2, sVar)) { sVar.f = null; } @@ -47,7 +47,7 @@ public final class t { public static final s b() { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2866c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2867c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar = a; s andSet = atomicReference.getAndSet(sVar); if (andSet == sVar) { @@ -59,7 +59,7 @@ public final class t { } atomicReference.set(andSet.f); andSet.f = null; - andSet.f2865c = 0; + andSet.f2866c = 0; return andSet; } } diff --git a/app/src/main/java/g0/u.java b/app/src/main/java/g0/u.java index 607821b086..e7fdffbc0c 100644 --- a/app/src/main/java/g0/u.java +++ b/app/src/main/java/g0/u.java @@ -109,11 +109,11 @@ public final class u extends ByteString { @Override // okio.ByteString public byte m(int i) { a.l((long) this.n[this.m.length - 1], (long) i, 1); - int O = a.O(this, i); - int i2 = O == 0 ? 0 : this.n[O - 1]; + int P = a.P(this, i); + int i2 = P == 0 ? 0 : this.n[P - 1]; int[] iArr = this.n; byte[][] bArr = this.m; - return bArr[O][(i - i2) + iArr[bArr.length + O]]; + return bArr[P][(i - i2) + iArr[bArr.length + P]]; } @Override // okio.ByteString @@ -123,18 +123,18 @@ public final class u extends ByteString { return false; } int i4 = i3 + i; - int O = a.O(this, i); + int P = a.P(this, i); while (i < i4) { - int i5 = O == 0 ? 0 : this.n[O - 1]; + int i5 = P == 0 ? 0 : this.n[P - 1]; int[] iArr = this.n; - int i6 = iArr[this.m.length + O]; - int min = Math.min(i4, (iArr[O] - i5) + i5) - i; - if (!byteString.o(i2, this.m[O], (i - i5) + i6, min)) { + int i6 = iArr[this.m.length + P]; + int min = Math.min(i4, (iArr[P] - i5) + i5) - i; + if (!byteString.o(i2, this.m[P], (i - i5) + i6, min)) { return false; } i2 += min; i += min; - O++; + P++; } return true; } @@ -146,18 +146,18 @@ public final class u extends ByteString { return false; } int i4 = i3 + i; - int O = a.O(this, i); + int P = a.P(this, i); while (i < i4) { - int i5 = O == 0 ? 0 : this.n[O - 1]; + int i5 = P == 0 ? 0 : this.n[P - 1]; int[] iArr = this.n; - int i6 = iArr[this.m.length + O]; - int min = Math.min(i4, (iArr[O] - i5) + i5) - i; - if (!a.e(this.m[O], (i - i5) + i6, bArr, i2, min)) { + int i6 = iArr[this.m.length + P]; + int min = Math.min(i4, (iArr[P] - i5) + i5) - i; + if (!a.e(this.m[P], (i - i5) + i6, bArr, i2, min)) { return false; } i2 += min; i += min; - O++; + P++; } return true; } @@ -187,14 +187,14 @@ public final class u extends ByteString { public void s(e eVar, int i, int i2) { m.checkParameterIsNotNull(eVar, "buffer"); int i3 = i2 + i; - int O = a.O(this, i); + int P = a.P(this, i); while (i < i3) { - int i4 = O == 0 ? 0 : this.n[O - 1]; + int i4 = P == 0 ? 0 : this.n[P - 1]; int[] iArr = this.n; - int i5 = iArr[this.m.length + O]; - int min = Math.min(i3, (iArr[O] - i4) + i4) - i; + int i5 = iArr[this.m.length + P]; + int min = Math.min(i3, (iArr[P] - i4) + i4) - i; int i6 = (i - i4) + i5; - s sVar = new s(this.m[O], i6, i6 + min, true, false); + s sVar = new s(this.m[P], i6, i6 + min, true, false); s sVar2 = eVar.i; if (sVar2 == null) { sVar.g = sVar; @@ -208,7 +208,7 @@ public final class u extends ByteString { sVar3.b(sVar); } i += min; - O++; + P++; } eVar.j += (long) j(); } diff --git a/app/src/main/java/g0/w.java b/app/src/main/java/g0/w.java index 0dd9fbba67..94e4df8dbc 100644 --- a/app/src/main/java/g0/w.java +++ b/app/src/main/java/g0/w.java @@ -37,7 +37,7 @@ public final class w extends b { P.append(this.m); logger.log(level, P.toString(), (Throwable) e); } catch (AssertionError e2) { - if (c.q.a.k.a.B(e2)) { + if (c.q.a.k.a.C(e2)) { Logger logger2 = this.l; Level level2 = Level.WARNING; StringBuilder P2 = a.P("Failed to close timed out socket "); diff --git a/app/src/main/java/g0/y.java b/app/src/main/java/g0/y.java index 16f5de6d19..3e83960a24 100644 --- a/app/src/main/java/g0/y.java +++ b/app/src/main/java/g0/y.java @@ -10,7 +10,7 @@ public class y { public boolean b; /* renamed from: c reason: collision with root package name */ - public long f2867c; + public long f2868c; public long d; /* compiled from: Timeout.kt */ @@ -43,14 +43,14 @@ public class y { public long c() { if (this.b) { - return this.f2867c; + return this.f2868c; } throw new IllegalStateException("No deadline".toString()); } public y d(long j) { this.b = true; - this.f2867c = j; + this.f2868c = j; return this; } @@ -62,7 +62,7 @@ public class y { if (Thread.interrupted()) { Thread.currentThread().interrupt(); throw new InterruptedIOException("interrupted"); - } else if (this.b && this.f2867c - System.nanoTime() <= 0) { + } else if (this.b && this.f2868c - System.nanoTime() <= 0) { throw new InterruptedIOException("deadline reached"); } } diff --git a/app/src/main/java/g0/z/a.java b/app/src/main/java/g0/z/a.java index 3f4ab32f90..43839c7a2d 100644 --- a/app/src/main/java/g0/z/a.java +++ b/app/src/main/java/g0/z/a.java @@ -45,7 +45,7 @@ public final class a { } byte[] bArr = sVar2.a; int i5 = sVar2.b; - int i6 = sVar2.f2865c; + int i6 = sVar2.f2866c; int[] iArr = oVar.l; s sVar3 = sVar2; int i7 = 0; @@ -81,7 +81,7 @@ public final class a { } i4 = sVar4.b; byte[] bArr2 = sVar4.a; - i3 = sVar4.f2865c; + i3 = sVar4.f2866c; if (sVar4 != sVar2) { sVar = sVar4; bArr = bArr2; @@ -122,7 +122,7 @@ public final class a { } i = sVar3.b; bArr = sVar3.a; - i6 = sVar3.f2865c; + i6 = sVar3.f2866c; if (sVar3 == sVar2) { sVar3 = null; } diff --git a/app/src/main/java/h0/a/a/a.java b/app/src/main/java/h0/a/a/a.java index fbb0fb1f02..05bd334606 100644 --- a/app/src/main/java/h0/a/a/a.java +++ b/app/src/main/java/h0/a/a/a.java @@ -7,7 +7,7 @@ public final class a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final c f2868c; + public final c f2869c; public final int d; public int e; public final a f; @@ -16,7 +16,7 @@ public final class a { public a(v vVar, boolean z2, c cVar, a aVar) { this.a = vVar; this.b = z2; - this.f2868c = cVar; + this.f2869c = cVar; int i = cVar.b; this.d = i == 0 ? -1 : i - 2; this.f = aVar; @@ -53,7 +53,7 @@ public final class a { } cVar.j(i6); while (aVar2 != null) { - c cVar2 = aVar2.f2868c; + c cVar2 = aVar2.f2869c; cVar.h(cVar2.a, 0, cVar2.b); aVar2 = aVar2.g; } @@ -66,7 +66,7 @@ public final class a { } int i = 8; for (a aVar = this; aVar != null; aVar = aVar.f) { - i += aVar.f2868c.b; + i += aVar.f2869c.b; } return i; } @@ -77,7 +77,7 @@ public final class a { a aVar = null; for (a aVar2 = this; aVar2 != null; aVar2 = aVar2.f) { aVar2.g(); - i2 += aVar2.f2868c.b; + i2 += aVar2.f2869c.b; i3++; aVar = aVar2; } @@ -85,7 +85,7 @@ public final class a { cVar.i(i2); cVar.j(i3); while (aVar != null) { - c cVar2 = aVar.f2868c; + c cVar2 = aVar.f2869c; cVar.h(cVar2.a, 0, cVar2.b); aVar = aVar.g; } @@ -94,77 +94,77 @@ public final class a { public void e(String str, Object obj) { this.e++; if (this.b) { - this.f2868c.j(this.a.l(str)); + this.f2869c.j(this.a.l(str)); } if (obj instanceof String) { - this.f2868c.e(115, this.a.l((String) obj)); + this.f2869c.e(115, this.a.l((String) obj)); } else if (obj instanceof Byte) { - this.f2868c.e(66, this.a.e(((Byte) obj).byteValue()).a); + this.f2869c.e(66, this.a.e(((Byte) obj).byteValue()).a); } else if (obj instanceof Boolean) { - this.f2868c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); + this.f2869c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); } else if (obj instanceof Character) { - this.f2868c.e(67, this.a.e(((Character) obj).charValue()).a); + this.f2869c.e(67, this.a.e(((Character) obj).charValue()).a); } else if (obj instanceof Short) { - this.f2868c.e(83, this.a.e(((Short) obj).shortValue()).a); + this.f2869c.e(83, this.a.e(((Short) obj).shortValue()).a); } else if (obj instanceof w) { - this.f2868c.e(99, this.a.l(((w) obj).d())); + this.f2869c.e(99, this.a.l(((w) obj).d())); } else { int i = 0; if (obj instanceof byte[]) { byte[] bArr = (byte[]) obj; - this.f2868c.e(91, bArr.length); + this.f2869c.e(91, bArr.length); int length = bArr.length; while (i < length) { - this.f2868c.e(66, this.a.e(bArr[i]).a); + this.f2869c.e(66, this.a.e(bArr[i]).a); i++; } } else if (obj instanceof boolean[]) { boolean[] zArr = (boolean[]) obj; - this.f2868c.e(91, zArr.length); + this.f2869c.e(91, zArr.length); int length2 = zArr.length; while (i < length2) { - this.f2868c.e(90, this.a.e(zArr[i] ? 1 : 0).a); + this.f2869c.e(90, this.a.e(zArr[i] ? 1 : 0).a); i++; } } else if (obj instanceof short[]) { short[] sArr = (short[]) obj; - this.f2868c.e(91, sArr.length); + this.f2869c.e(91, sArr.length); int length3 = sArr.length; while (i < length3) { - this.f2868c.e(83, this.a.e(sArr[i]).a); + this.f2869c.e(83, this.a.e(sArr[i]).a); i++; } } else if (obj instanceof char[]) { char[] cArr = (char[]) obj; - this.f2868c.e(91, cArr.length); + this.f2869c.e(91, cArr.length); int length4 = cArr.length; while (i < length4) { - this.f2868c.e(67, this.a.e(cArr[i]).a); + this.f2869c.e(67, this.a.e(cArr[i]).a); i++; } } else if (obj instanceof int[]) { int[] iArr = (int[]) obj; - this.f2868c.e(91, iArr.length); + this.f2869c.e(91, iArr.length); int length5 = iArr.length; while (i < length5) { - this.f2868c.e(73, this.a.e(iArr[i]).a); + this.f2869c.e(73, this.a.e(iArr[i]).a); i++; } } else if (obj instanceof long[]) { long[] jArr = (long[]) obj; - this.f2868c.e(91, jArr.length); + this.f2869c.e(91, jArr.length); int length6 = jArr.length; while (i < length6) { - this.f2868c.e(74, this.a.g(5, jArr[i]).a); + this.f2869c.e(74, this.a.g(5, jArr[i]).a); i++; } } else if (obj instanceof float[]) { float[] fArr = (float[]) obj; - this.f2868c.e(91, fArr.length); + this.f2869c.e(91, fArr.length); int length7 = fArr.length; while (i < length7) { float f = fArr[i]; - c cVar = this.f2868c; + c cVar = this.f2869c; v vVar = this.a; Objects.requireNonNull(vVar); cVar.e(70, vVar.f(4, Float.floatToRawIntBits(f)).a); @@ -172,11 +172,11 @@ public final class a { } } else if (obj instanceof double[]) { double[] dArr = (double[]) obj; - this.f2868c.e(91, dArr.length); + this.f2869c.e(91, dArr.length); int length8 = dArr.length; while (i < length8) { double d = dArr[i]; - c cVar2 = this.f2868c; + c cVar2 = this.f2869c; v vVar2 = this.a; Objects.requireNonNull(vVar2); cVar2.e(68, vVar2.g(6, Double.doubleToRawLongBits(d)).a); @@ -184,7 +184,7 @@ public final class a { } } else { u b = this.a.b(obj); - this.f2868c.e(".s.IFJDCS".charAt(b.b), b.a); + this.f2869c.e(".s.IFJDCS".charAt(b.b), b.a); } } } @@ -192,16 +192,16 @@ public final class a { public a f(String str) { this.e++; if (this.b) { - this.f2868c.j(this.a.l(str)); + this.f2869c.j(this.a.l(str)); } - this.f2868c.e(91, 0); - return new a(this.a, false, this.f2868c, null); + this.f2869c.e(91, 0); + return new a(this.a, false, this.f2869c, null); } public void g() { int i = this.d; if (i != -1) { - byte[] bArr = this.f2868c.a; + byte[] bArr = this.f2869c.a; int i2 = this.e; bArr[i] = (byte) (i2 >>> 8); bArr[i + 1] = (byte) i2; diff --git a/app/src/main/java/h0/a/a/b.java b/app/src/main/java/h0/a/a/b.java index c233ab8b64..2fdbc25343 100644 --- a/app/src/main/java/h0/a/a/b.java +++ b/app/src/main/java/h0/a/a/b.java @@ -5,7 +5,7 @@ public class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public b f2869c; + public b f2870c; /* compiled from: Attribute */ public static final class a { @@ -40,7 +40,7 @@ public class b { this.a = i3 + 1; bVarArr3[i3] = bVar; } - bVar = bVar.f2869c; + bVar = bVar.f2870c; } } } @@ -56,7 +56,7 @@ public class b { public final int b(v vVar, byte[] bArr, int i, int i2, int i3) { f fVar = vVar.a; int i4 = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2869c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { vVar.l(bVar.a); i4 += bVar.b.length + 6; } @@ -65,7 +65,7 @@ public class b { public final int c() { int i = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2869c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { i++; } return i; @@ -77,7 +77,7 @@ public class b { public final void e(v vVar, byte[] bArr, int i, int i2, int i3, c cVar) { f fVar = vVar.a; - for (b bVar = this; bVar != null; bVar = bVar.f2869c) { + for (b bVar = this; bVar != null; bVar = bVar.f2870c) { byte[] bArr2 = bVar.b; int length = bArr2.length; c.d.b.a.a.q0(vVar, bVar.a, cVar, length); diff --git a/app/src/main/java/h0/a/a/d.java b/app/src/main/java/h0/a/a/d.java index 611b1a8644..0c0c4d6fb9 100644 --- a/app/src/main/java/h0/a/a/d.java +++ b/app/src/main/java/h0/a/a/d.java @@ -14,7 +14,7 @@ public class d { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final String[] f2870c; + public final String[] f2871c; public final g[] d; public final int[] e; public final int f; @@ -34,7 +34,7 @@ public class d { } int u = u(i + 8); this.b = new int[u]; - this.f2870c = new String[u]; + this.f2871c = new String[u]; int i4 = i + 10; int i5 = 1; int i6 = 0; @@ -320,7 +320,7 @@ public class d { int i37; int i38; byte[] bArr = this.a; - char[] cArr = hVar.f2877c; + char[] cArr = hVar.f2878c; int u3 = u(i); int u4 = u(i + 2); int l = l(i + 4); @@ -762,7 +762,7 @@ public class d { i31 = i50; i30 = i33; b e = e(hVar.a, t2, i57, l4, cArr, i, pVarArr5); - e.f2869c = bVar3; + e.f2870c = bVar3; bVar3 = e; iArr8 = iArr6; } else if ((hVar.b & 4) == 0) { @@ -807,8 +807,8 @@ public class d { int i62 = i60 + 4; a(u10, pVarArr8); p pVar = pVarArr8[u10]; - if (pVar.f2884c == 0) { - pVar.f2884c = (short) u11; + if (pVar.f2885c == 0) { + pVar.f2885c = (short) u11; i35 = i62; iArr7 = iArr8; pVarArr7 = pVarArr8; @@ -871,14 +871,14 @@ public class d { Object[] objArr = new Object[u4]; hVar.q = objArr; hVar.r = 0; - hVar.f2878s = new Object[u3]; + hVar.f2879s = new Object[u3]; if (z12) { String str2 = hVar.f; if ((hVar.d & 8) == 0) { if ("".equals(hVar.e)) { objArr[0] = t.g; } else { - objArr[0] = g(this.g + 2, hVar.f2877c); + objArr[0] = g(this.g + 2, hVar.f2878c); } i28 = 1; } else { @@ -891,7 +891,7 @@ public class d { char charAt = str2.charAt(i67); if (charAt == 'F') { i29 = i66 + 1; - objArr[i66] = t.f2893c; + objArr[i66] = t.f2894c; } else if (charAt != 'L') { if (!(charAt == 'S' || charAt == 'I')) { if (charAt == 'J') { @@ -1009,7 +1009,7 @@ public class d { if (pVar2 != null) { boolean z14 = (hVar.b & 2) == 0; qVar.i(pVar2); - if (z14 && (s2 = pVar2.f2884c) != 0) { + if (z14 && (s2 = pVar2.f2885c) != 0) { qVar.k(s2 & 65535, pVar2); if (pVar2.d != null) { i7 = i75; @@ -1034,14 +1034,14 @@ public class d { i19 = u4; i20 = i6; i21 = i8; - qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2878s); + qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2879s); } else { i19 = u4; i21 = i8; i20 = i6; iArr4 = iArr13; iArr3 = iArr12; - qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2878s); + qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2879s); } z10 = false; } else { @@ -1053,7 +1053,7 @@ public class d { z10 = z2; } if (i21 < i2) { - char[] cArr2 = hVar.f2877c; + char[] cArr2 = hVar.f2878c; p[] pVarArr10 = hVar.g; if (z11) { i23 = i21 + 1; @@ -1077,7 +1077,7 @@ public class d { u = i22 - 64; i25 = i2; pVarArr3 = pVarArr10; - i26 = x(i23, hVar.f2878s, 0, cArr2, pVarArr3); + i26 = x(i23, hVar.f2879s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1087,7 +1087,7 @@ public class d { u = u(i23); int i82 = i23 + 2; if (i22 == 247) { - i26 = x(i82, hVar.f2878s, 0, cArr2, pVarArr3); + i26 = x(i82, hVar.f2879s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1128,7 +1128,7 @@ public class d { i82 = i87 + 2; hVar.r = u13; for (int i89 = 0; i89 < u13; i89++) { - i82 = x(i82, hVar.f2878s, i89, cArr2, pVarArr3); + i82 = x(i82, hVar.f2879s, i89, cArr2, pVarArr3); } } i26 = i82; @@ -2292,10 +2292,10 @@ public class d { } b bVar4 = bVar; while (bVar4 != null) { - b bVar5 = bVar4.f2869c; - bVar4.f2869c = null; + b bVar5 = bVar4.f2870c; + bVar4.f2870c = null; r rVar5 = (r) qVar; - bVar4.f2869c = rVar5.M; + bVar4.f2870c = rVar5.M; rVar5.M = bVar4; bVar4 = bVar5; } @@ -2382,9 +2382,9 @@ public class d { String t3 = t(i4 + 2, cArr); aVar.e++; if (aVar.b) { - aVar.f2868c.j(aVar.a.l(str)); + aVar.f2869c.j(aVar.a.l(str)); } - c cVar = aVar.f2868c; + c cVar = aVar.f2869c; cVar.e(101, aVar.a.l(t2)); cVar.j(aVar.a.l(t3)); return i4 + 4; @@ -2500,12 +2500,12 @@ public class d { String t4 = t(i4, cArr); aVar.e++; if (aVar.b) { - aVar.f2868c.j(aVar.a.l(str)); + aVar.f2869c.j(aVar.a.l(str)); } - c cVar2 = aVar.f2868c; + c cVar2 = aVar.f2869c; cVar2.e(64, aVar.a.l(t4)); cVar2.j(0); - return k(new a(aVar.a, true, aVar.f2868c, null), i4 + 2, true, cArr); + return k(new a(aVar.a, true, aVar.f2869c, null), i4 + 2, true, cArr); } public final int k(a aVar, int i, boolean z2, char[] cArr) { @@ -2563,7 +2563,7 @@ public class d { } else { rVar.F = i3; } - char[] cArr = hVar.f2877c; + char[] cArr = hVar.f2878c; for (int i4 = 0; i4 < i3; i4++) { int u = u(i2); i2 += 2; @@ -2688,7 +2688,7 @@ public class d { public final int[] s(q qVar, h hVar, int i, boolean z2) { int i2; a aVar; - char[] cArr = hVar.f2877c; + char[] cArr = hVar.f2878c; int u = u(i); int[] iArr = new int[u]; int i3 = i + 2; @@ -2752,7 +2752,7 @@ public class d { r rVar = (r) qVar; Objects.requireNonNull(rVar); c cVar = new c(); - c.q.a.k.a.K(i9, cVar); + c.q.a.k.a.L(i9, cVar); x.a(xVar, cVar); cVar.j(rVar.d.l(t)); cVar.j(0); @@ -2760,8 +2760,8 @@ public class d { aVar = new a(rVar.d, true, cVar, rVar.w); rVar.w = aVar; } else { - aVar = new a(rVar.d, true, cVar, rVar.f2889x); - rVar.f2889x = aVar; + aVar = new a(rVar.d, true, cVar, rVar.f2890x); + rVar.f2890x = aVar; } i3 = k(aVar, i8, true, cArr); } else { @@ -2819,7 +2819,7 @@ public class d { } public final String w(int i, char[] cArr) { - String[] strArr = this.f2870c; + String[] strArr = this.f2871c; String str = strArr[i]; if (str != null) { return str; @@ -2840,7 +2840,7 @@ public class d { objArr[i2] = t.b; return i3; case 2: - objArr[i2] = t.f2893c; + objArr[i2] = t.f2894c; return i3; case 3: objArr[i2] = t.d; diff --git a/app/src/main/java/h0/a/a/f.java b/app/src/main/java/h0/a/a/f.java index 083f511e79..62d88d6492 100644 --- a/app/src/main/java/h0/a/a/f.java +++ b/app/src/main/java/h0/a/a/f.java @@ -12,7 +12,7 @@ public class f extends e { public final v b = new v(this); /* renamed from: c reason: collision with root package name */ - public int f2871c; + public int f2872c; public int d; public int e; public int f; @@ -30,20 +30,20 @@ public class f extends e { public c r; /* renamed from: s reason: collision with root package name */ - public a f2872s; + public a f2873s; public a t; public a u; public a v; public s w; /* renamed from: x reason: collision with root package name */ - public int f2873x; + public int f2874x; /* renamed from: y reason: collision with root package name */ - public int f2874y; + public int f2875y; /* renamed from: z reason: collision with root package name */ - public c f2875z; + public c f2876z; public f(int i) { super(458752); @@ -57,7 +57,7 @@ public class f extends e { } /* JADX WARNING: Code restructure failed: missing block: B:395:0x0aa5, code lost: - if (r1.f2890y != 0) goto L_0x0acf; + if (r1.f2891y != 0) goto L_0x0acf; */ /* JADX WARNING: Removed duplicated region for block: B:407:0x0ad2 */ /* JADX WARNING: Removed duplicated region for block: B:408:0x0ad7 */ @@ -133,14 +133,14 @@ public class f extends e { this.i = null; this.j = null; this.k = null; - this.f2872s = null; + this.f2873s = null; this.t = null; this.u = null; this.v = null; this.w = null; - this.f2873x = 0; - this.f2874y = 0; - this.f2875z = null; + this.f2874x = 0; + this.f2875y = 0; + this.f2876z = null; this.A = null; this.B = z2 ? 3 : 0; d dVar2 = new d(bArr, 0, false); @@ -149,7 +149,7 @@ public class f extends e { hVar2.a = bVarArr; hVar2.b = i10; char[] cArr = new char[dVar2.f]; - hVar2.f2877c = cArr; + hVar2.f2878c = cArr; int i11 = dVar2.g; int u = dVar2.u(i11); String g = dVar2.g(i11 + 2, cArr); @@ -242,7 +242,7 @@ public class f extends e { i7 = i14; strArr3 = strArr5; bVar = dVar2.e(bVarArr, t, i6, l, cArr, -1, null); - bVar.f2869c = bVar; + bVar.f2870c = bVar; } else { str33 = str34; i6 = i24; @@ -299,7 +299,7 @@ public class f extends e { } } if (i15 != 0) { - char[] cArr2 = hVar3.f2877c; + char[] cArr2 = hVar3.f2878c; String t2 = dVar3.t(dVar3.b[dVar3.u(i15)], cArr2); int u4 = dVar3.u(i15 + 2); String t3 = dVar3.t(i15 + 4, cArr2); @@ -459,7 +459,7 @@ public class f extends e { str6 = str2; } if (str36 != null) { - fVar.f2873x = fVar.b.m(7, str36).a; + fVar.f2874x = fVar.b.m(7, str36).a; } if (i17 != 0) { String g4 = dVar3.g(i17, cArr); @@ -523,9 +523,9 @@ public class f extends e { } b bVar2 = bVar; while (bVar2 != null) { - b bVar3 = bVar2.f2869c; - bVar2.f2869c = null; - bVar2.f2869c = fVar.A; + b bVar3 = bVar2.f2870c; + bVar2.f2870c = null; + bVar2.f2870c = fVar.A; fVar.A = bVar2; bVar2 = bVar3; } @@ -538,11 +538,11 @@ public class f extends e { break; } String g5 = dVar3.g(i53, cArr); - if (fVar.f2875z == null) { - fVar.f2875z = new c(); + if (fVar.f2876z == null) { + fVar.f2876z = new c(); } - fVar.f2874y++; - fVar.f2875z.j(fVar.b.m(7, g5).a); + fVar.f2875y++; + fVar.f2876z.j(fVar.b.m(7, g5).a); i53 += 2; u22 = i54; } @@ -582,7 +582,7 @@ public class f extends e { if (u25 <= 0) { break; } - char[] cArr3 = hVar3.f2877c; + char[] cArr3 = hVar3.f2878c; int u26 = dVar3.u(i57); String t8 = dVar3.t(i57 + 2, cArr3); String t9 = dVar3.t(i57 + 4, cArr3); @@ -729,7 +729,7 @@ public class f extends e { str22 = str31; hVar = hVar3; b e = dVar3.e(hVar3.a, t10, i66, l2, cArr3, -1, null); - e.f2869c = bVar4; + e.f2870c = bVar4; bVar4 = e; i60 = i60; i64 = i4; @@ -854,9 +854,9 @@ public class f extends e { } b bVar5 = bVar4; while (bVar5 != null) { - b bVar6 = bVar5.f2869c; - bVar5.f2869c = null; - bVar5.f2869c = lVar2.l; + b bVar6 = bVar5.f2870c; + bVar5.f2870c = null; + bVar5.f2870c = lVar2.l; lVar2.l = bVar5; bVar5 = bVar6; } @@ -888,7 +888,7 @@ public class f extends e { if (u33 <= 0) { return b(); } - char[] cArr4 = hVar4.f2877c; + char[] cArr4 = hVar4.f2878c; hVar4.d = dVar4.u(i76); hVar4.e = dVar4.t(i76 + 2, cArr4); int i78 = i76 + 4; @@ -1095,7 +1095,7 @@ public class f extends e { str11 = str47; str13 = str15; b e2 = dVar4.e(hVar4.a, t11, i93, l3, cArr4, -1, null); - e2.f2869c = bVar7; + e2.f2870c = bVar7; z5 = z5; i82 = i82; bVar7 = e2; @@ -1193,15 +1193,15 @@ public class f extends e { if (dVar4 == vVar2.b && u36 == rVar2.h && i85 == rVar2.A) { int i98 = rVar2.e; if (z6 == ((i98 & 131072) != 0)) { - if (z3 == (vVar2.f2895c < 49 && (i98 & 4096) != 0)) { + if (z3 == (vVar2.f2896c < 49 && (i98 & 4096) != 0)) { if (i82 != 0) { - if (dVar4.u(i82) == rVar2.f2890y) { + if (dVar4.u(i82) == rVar2.f2891y) { int i99 = i82 + 2; int i100 = 0; while (true) { - if (i100 >= rVar2.f2890y) { + if (i100 >= rVar2.f2891y) { break; - } else if (dVar4.u(i99) != rVar2.f2891z[i100]) { + } else if (dVar4.u(i99) != rVar2.f2892z[i100]) { break; } else { i99 += 2; @@ -1210,8 +1210,8 @@ public class f extends e { } } } - rVar2.f2886a0 = i79; - rVar2.f2887b0 = i97 - 6; + rVar2.f2887a0 = i79; + rVar2.f2888b0 = i97 - 6; z4 = true; if (z4) { if (i83 != 0) { @@ -1300,9 +1300,9 @@ public class f extends e { } b bVar8 = bVar7; while (bVar8 != null) { - b bVar9 = bVar8.f2869c; - bVar8.f2869c = null; - bVar8.f2869c = rVar2.M; + b bVar9 = bVar8.f2870c; + bVar8.f2870c = null; + bVar8.f2870c = rVar2.M; rVar2.M = bVar8; bVar8 = bVar9; } @@ -1377,9 +1377,9 @@ public class f extends e { } else { i = 8; } - if ((lVar.f2880c & 4096) != 0) { + if ((lVar.f2881c & 4096) != 0) { v vVar = lVar.b; - if (vVar.f2895c < 49) { + if (vVar.f2896c < 49) { vVar.l("Synthetic"); i += 6; } @@ -1388,7 +1388,7 @@ public class f extends e { lVar.b.l("Signature"); i += 8; } - if ((lVar.f2880c & 131072) != 0) { + if ((lVar.f2881c & 131072) != 0) { lVar.b.l("Deprecated"); i += 6; } @@ -1421,8 +1421,8 @@ public class f extends e { boolean z2 = true; if (rVar != null) { int i14 = i13 + 1; - if (rVar.f2886a0 != 0) { - i9 = rVar.f2887b0 + 6; + if (rVar.f2887a0 != 0) { + i9 = rVar.f2888b0 + 6; i8 = i14; } else { int i15 = rVar.l.b; @@ -1440,7 +1440,7 @@ public class f extends e { if (rVar.v != null) { v vVar2 = rVar.d; i8 = i14; - vVar2.l(vVar2.f2895c >= 50 ? "StackMapTable" : "StackMap"); + vVar2.l(vVar2.f2896c >= 50 ? "StackMapTable" : "StackMap"); i10 += rVar.v.b + 8; } else { i8 = i14; @@ -1461,19 +1461,19 @@ public class f extends e { if (aVar5 != null) { i10 += aVar5.a("RuntimeVisibleTypeAnnotations"); } - a aVar6 = rVar.f2889x; + a aVar6 = rVar.f2890x; if (aVar6 != null) { i10 += aVar6.a("RuntimeInvisibleTypeAnnotations"); } } else { throw new MethodTooLargeException(rVar.d.d, rVar.g, rVar.i, rVar.l.b); } - if (rVar.f2890y > 0) { + if (rVar.f2891y > 0) { rVar.d.l("Exceptions"); - i10 += (rVar.f2890y * 2) + 8; + i10 += (rVar.f2891y * 2) + 8; } v vVar3 = rVar.d; - if (vVar3.f2895c >= 49) { + if (vVar3.f2896c >= 49) { z2 = false; } if ((rVar.e & 4096) != 0 && z2) { @@ -1553,7 +1553,7 @@ public class f extends e { i11 += 10; this.b.l("EnclosingMethod"); } - if ((this.f2871c & 4096) != 0) { + if ((this.f2872c & 4096) != 0) { str = "EnclosingMethod"; if ((this.a & 65535) < 49) { i2++; @@ -1579,12 +1579,12 @@ public class f extends e { i11 += cVar2.b + 6; this.b.l("SourceDebugExtension"); } - if ((this.f2871c & 131072) != 0) { + if ((this.f2872c & 131072) != 0) { i2++; i11 += 6; this.b.l("Deprecated"); } - a aVar11 = this.f2872s; + a aVar11 = this.f2873s; if (aVar11 != null) { i2++; i11 += aVar11.a("RuntimeVisibleAnnotations"); @@ -1643,12 +1643,12 @@ public class f extends e { str3 = "RuntimeInvisibleTypeAnnotations"; str2 = "RuntimeVisibleTypeAnnotations"; } - if (this.f2873x != 0) { + if (this.f2874x != 0) { i2++; i11 += 8; this.b.l("NestHost"); } - c cVar3 = this.f2875z; + c cVar3 = this.f2876z; if (cVar3 != null) { i2++; i11 += cVar3.b + 8; @@ -1671,7 +1671,7 @@ public class f extends e { cVar4.j(vVar7.g); c cVar5 = vVar7.h; cVar4.h(cVar5.a, 0, cVar5.b); - cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2871c); + cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2872c); cVar4.j(this.d); cVar4.j(this.e); cVar4.j(this.f); @@ -1681,12 +1681,12 @@ public class f extends e { cVar4.j(i12); l lVar2 = this.h; while (lVar2 != null) { - boolean z3 = lVar2.b.f2895c < 49; - cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2880c); + boolean z3 = lVar2.b.f2896c < 49; + cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2881c); cVar4.j(lVar2.d); cVar4.j(lVar2.e); int i24 = lVar2.g != 0 ? 1 : 0; - int i25 = lVar2.f2880c; + int i25 = lVar2.f2881c; if ((i25 & 4096) != 0 && z3) { i24++; } @@ -1717,14 +1717,14 @@ public class f extends e { a.q0(lVar2.b, "ConstantValue", cVar4, 2); cVar4.j(lVar2.g); } - if ((lVar2.f2880c & 4096) != 0 && z3) { + if ((lVar2.f2881c & 4096) != 0 && z3) { a.q0(lVar2.b, "Synthetic", cVar4, 0); } if (lVar2.f != 0) { a.q0(lVar2.b, "Signature", cVar4, 2); cVar4.j(lVar2.f); } - if ((lVar2.f2880c & 131072) != 0) { + if ((lVar2.f2881c & 131072) != 0) { a.q0(lVar2.b, "Deprecated", cVar4, 0); } a aVar15 = lVar2.h; @@ -1779,7 +1779,7 @@ public class f extends e { cVar4.j(this.n); cVar4.j(this.o); } - if ((this.f2871c & 4096) != 0 && (this.a & 65535) < 49) { + if ((this.f2872c & 4096) != 0 && (this.a & 65535) < 49) { a.q0(this.b, "Synthetic", cVar4, 0); } if (this.p != 0) { @@ -1802,10 +1802,10 @@ public class f extends e { } else { i5 = 0; } - if ((this.f2871c & 131072) != 0) { + if ((this.f2872c & 131072) != 0) { a.q0(this.b, "Deprecated", cVar4, i5); } - a aVar19 = this.f2872s; + a aVar19 = this.f2873s; if (aVar19 != null) { aVar19.c(this.b.l("RuntimeVisibleAnnotations"), cVar4); } @@ -1833,7 +1833,7 @@ public class f extends e { if (sVar2 != null) { a.q0(sVar2.a, "Module", cVar4, sVar2.f.b + 16 + sVar2.h.b + sVar2.j.b + sVar2.l.b + sVar2.n.b); cVar4.j(sVar2.b); - cVar4.j(sVar2.f2892c); + cVar4.j(sVar2.f2893c); cVar4.j(sVar2.d); cVar4.j(sVar2.e); c cVar9 = sVar2.f; @@ -1861,15 +1861,15 @@ public class f extends e { i6 = 2; a.q0(sVar2.a, str6, cVar4, 2); cVar4.j(sVar2.q); - if (this.f2873x != 0) { + if (this.f2874x != 0) { a.q0(this.b, "NestHost", cVar4, i6); - cVar4.j(this.f2873x); + cVar4.j(this.f2874x); } - if (this.f2875z != null) { + if (this.f2876z != null) { cVar4.j(this.b.l("NestMembers")); - cVar4.i(this.f2875z.b + 2); - cVar4.j(this.f2874y); - c cVar15 = this.f2875z; + cVar4.i(this.f2876z.b + 2); + cVar4.j(this.f2875y); + c cVar15 = this.f2876z; cVar4.h(cVar15.a, 0, cVar15.b); } bVar = this.A; @@ -1880,9 +1880,9 @@ public class f extends e { } } i6 = 2; - if (this.f2873x != 0) { + if (this.f2874x != 0) { } - if (this.f2875z != null) { + if (this.f2876z != null) { } bVar = this.A; if (bVar != null) { @@ -1898,10 +1898,10 @@ public class f extends e { public final void c(int i, int i2, String str, String str2, String str3, String[] strArr) { this.a = i; - this.f2871c = i2; + this.f2872c = i2; v vVar = this.b; int i3 = i & 65535; - vVar.f2895c = i3; + vVar.f2896c = i3; vVar.d = str; this.d = vVar.m(7, str).a; if (str2 != null) { @@ -1926,8 +1926,8 @@ public class f extends e { cVar.j(this.b.l(str)); cVar.j(0); if (z2) { - a aVar = new a(this.b, true, cVar, this.f2872s); - this.f2872s = aVar; + a aVar = new a(this.b, true, cVar, this.f2873s); + this.f2873s = aVar; return aVar; } a aVar2 = new a(this.b, true, cVar, this.t); @@ -1948,7 +1948,7 @@ public class f extends e { public final a f(int i, x xVar, String str, boolean z2) { c cVar = new c(); - c.q.a.k.a.K(i, cVar); + c.q.a.k.a.L(i, cVar); x.a(xVar, cVar); cVar.j(this.b.l(str)); cVar.j(0); diff --git a/app/src/main/java/h0/a/a/g.java b/app/src/main/java/h0/a/a/g.java index c537c0d4f1..866d7218f8 100644 --- a/app/src/main/java/h0/a/a/g.java +++ b/app/src/main/java/h0/a/a/g.java @@ -7,13 +7,13 @@ public final class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final n f2876c; + public final n f2877c; public final Object[] d; public g(String str, String str2, n nVar, Object... objArr) { this.a = str; this.b = str2; - this.f2876c = nVar; + this.f2877c = nVar; this.d = objArr; } @@ -25,14 +25,14 @@ public final class g { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2876c.equals(gVar.f2876c) && Arrays.equals(this.d, gVar.d); + return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2877c.equals(gVar.f2877c) && Arrays.equals(this.d, gVar.d); } public int hashCode() { - return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2876c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); + return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2877c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); } public String toString() { - return this.a + " : " + this.b + ' ' + this.f2876c + ' ' + Arrays.toString(this.d); + return this.a + " : " + this.b + ' ' + this.f2877c + ' ' + Arrays.toString(this.d); } } diff --git a/app/src/main/java/h0/a/a/h.java b/app/src/main/java/h0/a/a/h.java index 88f79f30e0..0493e0b63d 100644 --- a/app/src/main/java/h0/a/a/h.java +++ b/app/src/main/java/h0/a/a/h.java @@ -5,7 +5,7 @@ public final class h { public int b; /* renamed from: c reason: collision with root package name */ - public char[] f2877c; + public char[] f2878c; public int d; public String e; public String f; @@ -23,5 +23,5 @@ public final class h { public int r; /* renamed from: s reason: collision with root package name */ - public Object[] f2878s; + public Object[] f2879s; } diff --git a/app/src/main/java/h0/a/a/i.java b/app/src/main/java/h0/a/a/i.java index 270de34a3c..6de9688848 100644 --- a/app/src/main/java/h0/a/a/i.java +++ b/app/src/main/java/h0/a/a/i.java @@ -11,7 +11,7 @@ public final class i extends m { m mVar = new m(null); h(vVar, mVar, 0); this.b = mVar.b; - this.f2881c = mVar.f2881c; + this.f2882c = mVar.f2882c; this.f = 0; this.d = mVar.d; this.e = mVar.e; diff --git a/app/src/main/java/h0/a/a/j.java b/app/src/main/java/h0/a/a/j.java index 06b364cee1..5f37c41314 100644 --- a/app/src/main/java/h0/a/a/j.java +++ b/app/src/main/java/h0/a/a/j.java @@ -5,11 +5,11 @@ public final class j { public final p b; /* renamed from: c reason: collision with root package name */ - public j f2879c; + public j f2880c; public j(int i, p pVar, j jVar) { this.a = i; this.b = pVar; - this.f2879c = jVar; + this.f2880c = jVar; } } diff --git a/app/src/main/java/h0/a/a/l.java b/app/src/main/java/h0/a/a/l.java index 5d046418f1..1232742e6d 100644 --- a/app/src/main/java/h0/a/a/l.java +++ b/app/src/main/java/h0/a/a/l.java @@ -6,7 +6,7 @@ public final class l extends k { public final v b; /* renamed from: c reason: collision with root package name */ - public final int f2880c; + public final int f2881c; public final int d; public final int e; public int f; @@ -20,7 +20,7 @@ public final class l extends k { public l(v vVar, int i, String str, String str2, String str3, Object obj) { super(458752); this.b = vVar; - this.f2880c = i; + this.f2881c = i; this.d = vVar.l(str); this.e = vVar.l(str2); if (str3 != null) { @@ -47,7 +47,7 @@ public final class l extends k { public a b(int i, x xVar, String str, boolean z2) { c cVar = new c(); - a.K(i, cVar); + a.L(i, cVar); x.a(xVar, cVar); cVar.j(this.b.l(str)); cVar.j(0); diff --git a/app/src/main/java/h0/a/a/m.java b/app/src/main/java/h0/a/a/m.java index eba8fd0d7a..86c121c97b 100644 --- a/app/src/main/java/h0/a/a/m.java +++ b/app/src/main/java/h0/a/a/m.java @@ -10,7 +10,7 @@ public class m { public int[] b; /* renamed from: c reason: collision with root package name */ - public int[] f2881c; + public int[] f2882c; public int[] d; public int[] e; public short f; @@ -222,7 +222,7 @@ public class m { } while (i == 16777216); i4 += i5; } - int[] iArr2 = this.f2881c; + int[] iArr2 = this.f2882c; int i7 = 0; int i8 = 0; while (i7 < iArr2.length) { @@ -307,7 +307,7 @@ public class m { i2 = this.b[i7]; } else { if (i6 == 83886080) { - int[] iArr = this.f2881c; + int[] iArr = this.f2882c; i2 = iArr[iArr.length - i7]; } if (i != i4) { @@ -358,7 +358,7 @@ public class m { int i3; int i4; int length = this.b.length; - int length2 = this.f2881c.length; + int length2 = this.f2882c.length; if (mVar.b == null) { mVar.b = new int[length]; z2 = true; @@ -384,7 +384,7 @@ public class m { } i3 = i4; } else if (i8 == 83886080) { - i4 = i7 + this.f2881c[length2 - (i6 & 1048575)]; + i4 = i7 + this.f2882c[length2 - (i6 & 1048575)]; if ((i6 & 1048576) != 0) { if (i4 != 16777220) { } @@ -405,27 +405,27 @@ public class m { for (int i9 = 0; i9 < length; i9++) { z2 |= g(vVar, this.b[i9], mVar.b, i9); } - if (mVar.f2881c == null) { - mVar.f2881c = new int[1]; + if (mVar.f2882c == null) { + mVar.f2882c = new int[1]; z4 = true; } else { z4 = z2; } - return g(vVar, i, mVar.f2881c, 0) | z4; + return g(vVar, i, mVar.f2882c, 0) | z4; } - int length3 = this.f2881c.length + this.f; - if (mVar.f2881c == null) { - mVar.f2881c = new int[(this.g + length3)]; + int length3 = this.f2882c.length + this.f; + if (mVar.f2882c == null) { + mVar.f2882c = new int[(this.g + length3)]; z3 = true; } else { z3 = z2; } for (int i10 = 0; i10 < length3; i10++) { - int i11 = this.f2881c[i10]; + int i11 = this.f2882c[i10]; if (this.i != null) { i11 = e(vVar, i11); } - z3 |= g(vVar, i11, mVar.f2881c, i10); + z3 |= g(vVar, i11, mVar.f2882c, i10); } for (int i12 = 0; i12 < this.g; i12++) { int i13 = this.e[i12]; @@ -441,10 +441,10 @@ public class m { if (this.i != null) { i13 = e(vVar, i13); } - z3 |= g(vVar, i13, mVar.f2881c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } else { if (i15 == 83886080) { - i2 = i14 + this.f2881c[length2 - (i13 & 1048575)]; + i2 = i14 + this.f2882c[length2 - (i13 & 1048575)]; if ((i13 & 1048576) != 0) { if (i2 != 16777220) { } @@ -453,12 +453,12 @@ public class m { } if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2881c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } i13 = 16777216; if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2881c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2882c, length3 + i12); } return z3; } @@ -537,7 +537,7 @@ public class m { public final void n(v vVar, int i, String str, int i2) { int[] iArr = new int[i2]; this.b = iArr; - this.f2881c = new int[0]; + this.f2882c = new int[0]; int i3 = 1; if ((i & 8) != 0) { i3 = 0; diff --git a/app/src/main/java/h0/a/a/n.java b/app/src/main/java/h0/a/a/n.java index 7c1311cb7e..1ac61b950b 100644 --- a/app/src/main/java/h0/a/a/n.java +++ b/app/src/main/java/h0/a/a/n.java @@ -7,14 +7,14 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f2882c; + public final String f2883c; public final String d; public final boolean e; public n(int i, String str, String str2, String str3, boolean z2) { this.a = i; this.b = str; - this.f2882c = str2; + this.f2883c = str2; this.d = str3; this.e = z2; } @@ -27,18 +27,18 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2882c.equals(nVar.f2882c) && this.d.equals(nVar.d); + return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2883c.equals(nVar.f2883c) && this.d.equals(nVar.d); } public int hashCode() { - return (this.d.hashCode() * this.f2882c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); + return (this.d.hashCode() * this.f2883c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append('.'); - sb.append(this.f2882c); + sb.append(this.f2883c); sb.append(this.d); sb.append(" ("); sb.append(this.a); diff --git a/app/src/main/java/h0/a/a/o.java b/app/src/main/java/h0/a/a/o.java index 3c1cf609b2..2bcab4bbfd 100644 --- a/app/src/main/java/h0/a/a/o.java +++ b/app/src/main/java/h0/a/a/o.java @@ -5,18 +5,18 @@ public final class o { public final p b; /* renamed from: c reason: collision with root package name */ - public final p f2883c; + public final p f2884c; public final int d; public final String e; public o f; public o(o oVar, p pVar, p pVar2) { - p pVar3 = oVar.f2883c; + p pVar3 = oVar.f2884c; int i = oVar.d; String str = oVar.e; this.a = pVar; this.b = pVar2; - this.f2883c = pVar3; + this.f2884c = pVar3; this.d = i; this.e = str; this.f = oVar.f; @@ -25,7 +25,7 @@ public final class o { public o(p pVar, p pVar2, p pVar3, int i, String str) { this.a = pVar; this.b = pVar2; - this.f2883c = pVar3; + this.f2884c = pVar3; this.d = i; this.e = str; } diff --git a/app/src/main/java/h0/a/a/p.java b/app/src/main/java/h0/a/a/p.java index b14acdb7c5..7a4a279b3d 100644 --- a/app/src/main/java/h0/a/a/p.java +++ b/app/src/main/java/h0/a/a/p.java @@ -7,7 +7,7 @@ public class p { public short b; /* renamed from: c reason: collision with root package name */ - public short f2884c; + public short f2885c; public int[] d; public int e; public int[] f; @@ -62,14 +62,14 @@ public class p { public final p d(p pVar) { j jVar = this.m; while (jVar != null) { - if (!((this.b & 16) != 0 && jVar == this.m.f2879c)) { + if (!((this.b & 16) != 0 && jVar == this.m.f2880c)) { p pVar2 = jVar.b; if (pVar2.n == null) { pVar2.n = pVar; pVar = pVar2; } } - jVar = jVar.f2879c; + jVar = jVar.f2880c; } return pVar; } diff --git a/app/src/main/java/h0/a/a/r.java b/app/src/main/java/h0/a/a/r.java index c5ccaa7773..563997d719 100644 --- a/app/src/main/java/h0/a/a/r.java +++ b/app/src/main/java/h0/a/a/r.java @@ -8,7 +8,7 @@ import h0.a.a.v; public final class r extends q { /* renamed from: c reason: collision with root package name */ - public static final int[] f2885c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; + public static final int[] f2886c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; public final int A; public a B; public a C; @@ -37,10 +37,10 @@ public final class r extends q { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f2886a0; + public int f2887a0; /* renamed from: b0 reason: collision with root package name */ - public int f2887b0; + public int f2888b0; public final v d; public final int e; public final int f; @@ -58,20 +58,20 @@ public final class r extends q { public c r; /* renamed from: s reason: collision with root package name */ - public int f2888s; + public int f2889s; public c t; public int u; public c v; public a w; /* renamed from: x reason: collision with root package name */ - public a f2889x; + public a f2890x; /* renamed from: y reason: collision with root package name */ - public final int f2890y; + public final int f2891y; /* renamed from: z reason: collision with root package name */ - public final int[] f2891z; + public final int[] f2892z; public r(v vVar, int i, String str, String str2, String str3, String[] strArr, int i2) { super(458752); @@ -83,14 +83,14 @@ public final class r extends q { this.i = str2; this.A = str3 == null ? 0 : vVar.l(str3); if (strArr == null || strArr.length <= 0) { - this.f2890y = 0; - this.f2891z = null; + this.f2891y = 0; + this.f2892z = null; } else { int length = strArr.length; - this.f2890y = length; - this.f2891z = new int[length]; - for (int i3 = 0; i3 < this.f2890y; i3++) { - this.f2891z[i3] = vVar.c(strArr[i3]).a; + this.f2891y = length; + this.f2892z = new int[length]; + for (int i3 = 0; i3 < this.f2891y; i3++) { + this.f2892z[i3] = vVar.c(strArr[i3]).a; } } this.N = i2; @@ -256,13 +256,13 @@ public final class r extends q { i10++; } } - mVar.f2881c = new int[(i10 + i3)]; + mVar.f2882c = new int[(i10 + i3)]; int i12 = 0; for (int i13 = 0; i13 < i3; i13++) { int i14 = i12 + 1; - mVar.f2881c[i12] = m.c(vVar, objArr2[i13]); + mVar.f2882c[i12] = m.c(vVar, objArr2[i13]); if (objArr2[i13] == t.e || objArr2[i13] == t.d) { - mVar.f2881c[i14] = 16777216; + mVar.f2882c[i14] = 16777216; i12 = i14 + 1; } else { i12 = i14; @@ -407,7 +407,7 @@ public final class r extends q { if (i2 == 4 || i2 == 3) { pVar.k.b(i, 0, null, null); } else { - int i3 = this.R + f2885c[i]; + int i3 = this.R + f2886c[i]; if (i3 > this.S) { this.S = i3; } @@ -422,7 +422,7 @@ public final class r extends q { @Override // h0.a.a.q public a f(int i, x xVar, String str, boolean z2) { c cVar = new c(); - a.K((i & -16776961) | (this.Z << 8), cVar); + a.L((i & -16776961) | (this.Z << 8), cVar); x.a(xVar, cVar); cVar.j(this.d.l(str)); cVar.j(0); @@ -431,8 +431,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2889x); - this.f2889x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2890x); + this.f2890x = aVar2; return aVar2; } @@ -511,7 +511,7 @@ public final class r extends q { } else if (i4 == 3) { pVar2.k.b(i3, 0, null, null); } else if (i4 == 2) { - this.R += f2885c[i3]; + this.R += f2886c[i3]; } else if (i3 == 168) { short s2 = pVar.b; if ((s2 & 32) == 0) { @@ -522,7 +522,7 @@ public final class r extends q { u(this.R + 1, pVar); pVar3 = new p(); } else { - int i5 = this.R + f2885c[i3]; + int i5 = this.R + f2886c[i3]; this.R = i5; u(i5, pVar); } @@ -648,7 +648,7 @@ public final class r extends q { if (this.t == null) { this.t = new c(); } - this.f2888s++; + this.f2889s++; c cVar = this.t; cVar.j(pVar.e); cVar.j(pVar2.e - pVar.e); @@ -696,8 +696,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2889x); - this.f2889x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2890x); + this.f2890x = aVar2; return aVar2; } @@ -717,7 +717,7 @@ public final class r extends q { str = str2; } int n = 33554432 | this.d.n(str); - p b = oVar.f2883c.b(); + p b = oVar.f2884c.b(); b.b = (short) (b.b | 2); p b2 = oVar.b.b(); for (p b3 = oVar.a.b(); b3 != b2; b3 = b3.l) { @@ -735,11 +735,11 @@ public final class r extends q { p pVar2 = pVar.n; pVar.n = null; pVar.b = (short) (pVar.b | 8); - int length = pVar.k.f2881c.length + pVar.i; + int length = pVar.k.f2882c.length + pVar.i; if (length > i4) { i4 = length; } - for (j jVar = pVar.m; jVar != null; jVar = jVar.f2879c) { + for (j jVar = pVar.m; jVar != null; jVar = jVar.f2880c) { p b4 = jVar.b.b(); if (pVar.k.h(this.d, b4.k, jVar.a) && b4.n == null) { b4.n = pVar2; @@ -772,14 +772,14 @@ public final class r extends q { this.j = i4; } else if (i3 == 1) { for (o oVar2 = this.m; oVar2 != null; oVar2 = oVar2.f) { - p pVar5 = oVar2.f2883c; + p pVar5 = oVar2.f2884c; p pVar6 = oVar2.b; for (p pVar7 = oVar2.a; pVar7 != pVar6; pVar7 = pVar7.l) { if ((pVar7.b & 16) == 0) { pVar7.m = new j(Integer.MAX_VALUE, pVar5, pVar7.m); } else { - j jVar2 = pVar7.m.f2879c; - jVar2.f2879c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2879c); + j jVar2 = pVar7.m.f2880c; + jVar2.f2880c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2880c); } } } @@ -789,7 +789,7 @@ public final class r extends q { for (short s3 = 1; s3 <= s2; s3 = (short) (s3 + 1)) { for (p pVar8 = this.O; pVar8 != null; pVar8 = pVar8.l) { if ((pVar8.b & 16) != 0 && pVar8.j == s3) { - p pVar9 = pVar8.m.f2879c.b; + p pVar9 = pVar8.m.f2880c.b; if (pVar9.j == 0) { s2 = (short) (s2 + 1); pVar9.c(s2); @@ -799,7 +799,7 @@ public final class r extends q { } for (p pVar10 = this.O; pVar10 != null; pVar10 = pVar10.l) { if ((pVar10.b & 16) != 0) { - p pVar11 = pVar10.m.f2879c.b; + p pVar11 = pVar10.m.f2880c.b; p pVar12 = p.a; pVar11.n = pVar12; while (pVar11 != p.a) { @@ -831,7 +831,7 @@ public final class r extends q { } j jVar3 = pVar15.m; if ((pVar15.b & 16) != 0) { - jVar3 = jVar3.f2879c; + jVar3 = jVar3.f2880c; } pVar15 = pVar16; while (jVar3 != null) { @@ -842,7 +842,7 @@ public final class r extends q { pVar17.n = pVar15; pVar15 = pVar17; } - jVar3 = jVar3.f2879c; + jVar3 = jVar3.f2880c; } } this.j = i8; @@ -901,7 +901,7 @@ public final class r extends q { @Override // h0.a.a.q public a r(int i, x xVar, String str, boolean z2) { c cVar = new c(); - a.K(i, cVar); + a.L(i, cVar); x.a(xVar, cVar); cVar.j(this.d.l(str)); cVar.j(0); @@ -957,7 +957,7 @@ public final class r extends q { pVar.h = (short) this.R; v(); } else { - int i4 = this.R + f2885c[i]; + int i4 = this.R + f2886c[i]; if (i4 > this.S) { this.S = i4; } @@ -1083,17 +1083,17 @@ public final class r extends q { public void y(c cVar) { int i; - boolean z2 = this.d.f2895c < 49; + boolean z2 = this.d.f2896c < 49; cVar.j((~(z2 ? 4096 : 0)) & this.e); cVar.j(this.f); cVar.j(this.h); - int i2 = this.f2886a0; + int i2 = this.f2887a0; if (i2 != 0) { - cVar.h(this.d.b.a, i2, this.f2887b0); + cVar.h(this.d.b.a, i2, this.f2888b0); return; } int i3 = this.l.b > 0 ? 1 : 0; - if (this.f2890y > 0) { + if (this.f2891y > 0) { i3++; } int i4 = this.e; @@ -1170,7 +1170,7 @@ public final class r extends q { i8 += aVar.a("RuntimeVisibleTypeAnnotations"); i++; } - a aVar2 = this.f2889x; + a aVar2 = this.f2890x; if (aVar2 != null) { i8 += aVar2.a("RuntimeInvisibleTypeAnnotations"); i++; @@ -1190,14 +1190,14 @@ public final class r extends q { while (oVar2 != null) { cVar.j(oVar2.a.e); cVar.j(oVar2.b.e); - cVar.j(oVar2.f2883c.e); + cVar.j(oVar2.f2884c.e); cVar.j(oVar2.d); oVar2 = oVar2.f; } cVar.j(i); if (this.v != null) { v vVar = this.d; - cVar.j(vVar.l(vVar.f2895c >= 50 ? "StackMapTable" : "StackMap")); + cVar.j(vVar.l(vVar.f2896c >= 50 ? "StackMapTable" : "StackMap")); cVar.i(this.v.b + 2); cVar.j(this.u); c cVar7 = this.v; @@ -1220,7 +1220,7 @@ public final class r extends q { if (this.t != null) { cVar.j(this.d.l("LocalVariableTypeTable")); cVar.i(this.t.b + 2); - cVar.j(this.f2888s); + cVar.j(this.f2889s); c cVar10 = this.t; cVar.h(cVar10.a, 0, cVar10.b); } @@ -1228,16 +1228,16 @@ public final class r extends q { if (aVar3 != null) { aVar3.c(this.d.l("RuntimeVisibleTypeAnnotations"), cVar); } - a aVar4 = this.f2889x; + a aVar4 = this.f2890x; if (aVar4 != null) { aVar4.c(this.d.l("RuntimeInvisibleTypeAnnotations"), cVar); } } - if (this.f2890y > 0) { + if (this.f2891y > 0) { cVar.j(this.d.l("Exceptions")); - cVar.i((this.f2890y * 2) + 2); - cVar.j(this.f2890y); - for (int i10 : this.f2891z) { + cVar.i((this.f2891y * 2) + 2); + cVar.j(this.f2891y); + for (int i10 : this.f2892z) { cVar.j(i10); } } @@ -1318,7 +1318,7 @@ public final class r extends q { int i = iArr2[1]; int i2 = iArr2[2]; int i3 = 0; - if (this.d.f2895c < 50) { + if (this.d.f2896c < 50) { c cVar = this.v; cVar.j(iArr2[0]); cVar.j(i); diff --git a/app/src/main/java/h0/a/a/s.java b/app/src/main/java/h0/a/a/s.java index b8dd78fb1a..35daa255a3 100644 --- a/app/src/main/java/h0/a/a/s.java +++ b/app/src/main/java/h0/a/a/s.java @@ -5,7 +5,7 @@ public final class s { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2892c; + public final int f2893c; public final int d; public int e; public final c f = new c(); @@ -24,7 +24,7 @@ public final class s { public s(v vVar, int i, int i2, int i3) { this.a = vVar; this.b = i; - this.f2892c = i2; + this.f2893c = i2; this.d = i3; } } diff --git a/app/src/main/java/h0/a/a/t.java b/app/src/main/java/h0/a/a/t.java index b2807814f3..6775aa05d0 100644 --- a/app/src/main/java/h0/a/a/t.java +++ b/app/src/main/java/h0/a/a/t.java @@ -5,7 +5,7 @@ public interface t { public static final Integer b = 1; /* renamed from: c reason: collision with root package name */ - public static final Integer f2893c = 2; + public static final Integer f2894c = 2; public static final Integer d = 3; public static final Integer e = 4; public static final Integer f = 5; diff --git a/app/src/main/java/h0/a/a/u.java b/app/src/main/java/h0/a/a/u.java index ef23295a8c..449b574af0 100644 --- a/app/src/main/java/h0/a/a/u.java +++ b/app/src/main/java/h0/a/a/u.java @@ -5,7 +5,7 @@ public abstract class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2894c; + public final String f2895c; public final String d; public final String e; public final long f; @@ -14,7 +14,7 @@ public abstract class u { public u(int i, int i2, String str, String str2, String str3, long j) { this.a = i; this.b = i2; - this.f2894c = str; + this.f2895c = str; this.d = str2; this.e = str3; this.f = j; diff --git a/app/src/main/java/h0/a/a/v.java b/app/src/main/java/h0/a/a/v.java index e734c8ac84..02e03eb4f2 100644 --- a/app/src/main/java/h0/a/a/v.java +++ b/app/src/main/java/h0/a/a/v.java @@ -5,7 +5,7 @@ public final class v { public final d b = null; /* renamed from: c reason: collision with root package name */ - public int f2895c; + public int f2896c; public String d; public int e; public a[] f = new a[256]; @@ -78,7 +78,7 @@ public final class v { b(obj); } int i = cVar.b; - cVar.j(i(nVar.a, nVar.b, nVar.f2882c, nVar.d, nVar.e).a); + cVar.j(i(nVar.a, nVar.b, nVar.f2883c, nVar.d, nVar.e).a); cVar.j(objArr.length); for (Object obj2 : objArr) { cVar.j(b(obj2).a); @@ -153,10 +153,10 @@ public final class v { return i == 10 ? c(wVar.g()) : i == 11 ? m(16, wVar.d()) : c(wVar.d()); } else if (obj instanceof n) { n nVar = (n) obj; - return i(nVar.a, nVar.b, nVar.f2882c, nVar.d, nVar.e); + return i(nVar.a, nVar.b, nVar.f2883c, nVar.d, nVar.e); } else if (obj instanceof g) { g gVar = (g) obj; - return d(17, gVar.a, gVar.b, a(gVar.f2876c, gVar.d).a); + return d(17, gVar.a, gVar.b, a(gVar.f2877c, gVar.d).a); } else { throw new IllegalArgumentException(c.d.b.a.a.t("value ", obj)); } @@ -244,7 +244,7 @@ public final class v { public final a h(int i, String str, String str2, String str3) { int t = t(i, str, str2, str3); for (a q = q(t); q != null; q = q.i) { - if (q.b == i && q.h == t && q.f2894c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == i && q.h == t && q.f2895c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } @@ -259,7 +259,7 @@ public final class v { public u i(int i, String str, String str2, String str3, boolean z2) { int u = u(15, str, str2, str3, i); for (a q = q(u); q != null; q = q.i) { - if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2894c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2895c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } diff --git a/app/src/main/java/h0/a/a/w.java b/app/src/main/java/h0/a/a/w.java index 75fcdec645..930161d803 100644 --- a/app/src/main/java/h0/a/a/w.java +++ b/app/src/main/java/h0/a/a/w.java @@ -9,7 +9,7 @@ public final class w { public static final w b = new w(1, "VZCBSIFJD", 1, 2); /* renamed from: c reason: collision with root package name */ - public static final w f2896c = new w(2, "VZCBSIFJD", 2, 3); + public static final w f2897c = new w(2, "VZCBSIFJD", 2, 3); public static final w d = new w(3, "VZCBSIFJD", 3, 4); public static final w e = new w(4, "VZCBSIFJD", 4, 5); public static final w f = new w(5, "VZCBSIFJD", 5, 6); @@ -157,7 +157,7 @@ public final class w { return d; } if (cls == Character.TYPE) { - return f2896c; + return f2897c; } if (cls == Short.TYPE) { return e; @@ -208,7 +208,7 @@ public final class w { case 'B': return d; case 'C': - return f2896c; + return f2897c; case 'D': return i; default: diff --git a/app/src/main/java/h0/b/a/b/b.java b/app/src/main/java/h0/b/a/b/b.java index ad7dde6ec4..a1ef88f1f1 100644 --- a/app/src/main/java/h0/b/a/b/b.java +++ b/app/src/main/java/h0/b/a/b/b.java @@ -11,7 +11,7 @@ public class b implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Integer f2897c; + public final Integer f2898c; public b(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class b implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2897c = (Integer) declaredMethod2.invoke(null, Object.class); + this.f2898c = (Integer) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class b implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2897c)); + return cls.cast(this.b.invoke(null, cls, this.f2898c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/b/c.java b/app/src/main/java/h0/b/a/b/c.java index 6365e4cd9d..c6da2ba54f 100644 --- a/app/src/main/java/h0/b/a/b/c.java +++ b/app/src/main/java/h0/b/a/b/c.java @@ -11,7 +11,7 @@ public class c implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Long f2898c; + public final Long f2899c; public c(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class c implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2898c = (Long) declaredMethod2.invoke(null, Object.class); + this.f2899c = (Long) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class c implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2898c)); + return cls.cast(this.b.invoke(null, cls, this.f2899c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/d/a.java b/app/src/main/java/h0/b/a/d/a.java index b0321a66b4..f5f050b5f2 100644 --- a/app/src/main/java/h0/b/a/d/a.java +++ b/app/src/main/java/h0/b/a/d/a.java @@ -11,7 +11,7 @@ public class a extends b { @Override // h0.b.a.a public T newInstance() { try { - Class cls = this.f2899c; + Class cls = this.f2900c; return cls.cast(b.a.invoke(b.b, cls, Object.class)); } catch (RuntimeException e) { throw new ObjenesisException(e); diff --git a/app/src/main/java/h0/b/a/d/b.java b/app/src/main/java/h0/b/a/d/b.java index 2662c764d2..d9bd980eaf 100644 --- a/app/src/main/java/h0/b/a/d/b.java +++ b/app/src/main/java/h0/b/a/d/b.java @@ -10,14 +10,14 @@ public abstract class b implements h0.b.a.a { public static ObjectInputStream b; /* renamed from: c reason: collision with root package name */ - public final Class f2899c; + public final Class f2900c; /* compiled from: GCJInstantiatorBase */ public static class a extends ObjectInputStream { } public b(Class cls) { - this.f2899c = cls; + this.f2900c = cls; if (a == null) { try { Method declaredMethod = ObjectInputStream.class.getDeclaredMethod("newObject", Class.class, Class.class); diff --git a/app/src/main/java/h0/b/b/b.java b/app/src/main/java/h0/b/b/b.java index f131cd59be..e9481bf3a9 100644 --- a/app/src/main/java/h0/b/b/b.java +++ b/app/src/main/java/h0/b/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final int b = a(); /* renamed from: c reason: collision with root package name */ - public static final boolean f2900c; + public static final boolean f2901c; public static final String d = System.getProperty("com.google.appengine.runtime.version"); static { @@ -21,7 +21,7 @@ public final class b { if (!(a() == 0 || (property = System.getProperty("java.boot.class.path")) == null || !property.toLowerCase().contains("core-oj.jar"))) { z2 = true; } - f2900c = z2; + f2901c = z2; } public static int a() { diff --git a/app/src/main/java/h0/b/b/c.java b/app/src/main/java/h0/b/b/c.java index d87cb641e4..9f3621c3f4 100644 --- a/app/src/main/java/h0/b/b/c.java +++ b/app/src/main/java/h0/b/b/c.java @@ -12,7 +12,7 @@ public class c implements a { } else if (!b.b("Dalvik")) { return b.b("BEA") ? new h0.b.a.f.a(cls) : b.b("GNU libgcj") ? new h0.b.a.d.a(cls) : b.b("PERC") ? new h0.b.a.e.a(cls) : new h0.b.a.f.b(cls); } else { - if (b.f2900c) { + if (b.f2901c) { return new h0.b.a.f.b(cls); } int i = b.b; diff --git a/app/src/main/java/i0/d0/a/a.java b/app/src/main/java/i0/d0/a/a.java index 996cd47dca..0e6b857b5b 100644 --- a/app/src/main/java/i0/d0/a/a.java +++ b/app/src/main/java/i0/d0/a/a.java @@ -56,7 +56,7 @@ public final class a implements Observable.a { } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused) { Objects.requireNonNull(o.a.b()); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); new CompositeException(httpException, th); Objects.requireNonNull(o.a.b()); } diff --git a/app/src/main/java/i0/d0/a/b.java b/app/src/main/java/i0/d0/a/b.java index 39b31ec08b..668ec03fb0 100644 --- a/app/src/main/java/i0/d0/a/b.java +++ b/app/src/main/java/i0/d0/a/b.java @@ -38,19 +38,19 @@ public final class b extends AtomicInteger implements Subscription, Producer } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused) { Objects.requireNonNull(o.a.b()); } catch (Throwable th) { - a.a0(th); + a.b0(th); Objects.requireNonNull(o.a.b()); } } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused2) { Objects.requireNonNull(o.a.b()); } catch (Throwable th2) { - a.a0(th2); + a.b0(th2); try { this.subscriber.onError(th2); } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused3) { Objects.requireNonNull(o.a.b()); } catch (Throwable th3) { - a.a0(th3); + a.b0(th3); new CompositeException(th2, th3); Objects.requireNonNull(o.a.b()); } @@ -65,7 +65,7 @@ public final class b extends AtomicInteger implements Subscription, Producer } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused) { Objects.requireNonNull(o.a.b()); } catch (Throwable th2) { - a.a0(th2); + a.b0(th2); new CompositeException(th, th2); Objects.requireNonNull(o.a.b()); } diff --git a/app/src/main/java/i0/d0/a/c.java b/app/src/main/java/i0/d0/a/c.java index 5ef2a0f6b0..debaa6c547 100644 --- a/app/src/main/java/i0/d0/a/c.java +++ b/app/src/main/java/i0/d0/a/c.java @@ -23,7 +23,7 @@ public final class c implements Observable.a> { try { bVar.c(K.execute()); } catch (Throwable th) { - a.a0(th); + a.b0(th); bVar.b(th); } } diff --git a/app/src/main/java/i0/d0/a/e.java b/app/src/main/java/i0/d0/a/e.java index 7cf3e02dee..73dcaec3b5 100644 --- a/app/src/main/java/i0/d0/a/e.java +++ b/app/src/main/java/i0/d0/a/e.java @@ -40,7 +40,7 @@ public final class e implements Observable.a> { } catch (OnCompletedFailedException | OnErrorFailedException | OnErrorNotImplementedException unused) { Objects.requireNonNull(o.a.b()); } catch (Throwable th3) { - c.q.a.k.a.a0(th3); + c.q.a.k.a.b0(th3); new CompositeException(th2, th3); Objects.requireNonNull(o.a.b()); } diff --git a/app/src/main/java/i0/d0/a/f.java b/app/src/main/java/i0/d0/a/f.java index ea5853b4f3..4e43ef8c6b 100644 --- a/app/src/main/java/i0/d0/a/f.java +++ b/app/src/main/java/i0/d0/a/f.java @@ -15,14 +15,14 @@ public final class f implements e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2901c; + public final boolean f2902c; public final boolean d; public final boolean e; public f(Type type, Scheduler scheduler, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6) { this.a = type; this.b = z3; - this.f2901c = z4; + this.f2902c = z4; this.d = z5; this.e = z6; } @@ -41,7 +41,7 @@ public final class f implements e { if (this.b) { aVar = new e(cVar); } else { - if (this.f2901c) { + if (this.f2902c) { aVar = new a(cVar); } Observable observable = new Observable(l.a(cVar)); diff --git a/app/src/main/java/i0/e0/a/b.java b/app/src/main/java/i0/e0/a/b.java index f4edbfc8cd..9fdbe90d4c 100644 --- a/app/src/main/java/i0/e0/a/b.java +++ b/app/src/main/java/i0/e0/a/b.java @@ -18,15 +18,15 @@ public final class b implements h { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Gson f2902c; + public final Gson f2903c; public final TypeAdapter d; static { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; } public b(Gson gson, TypeAdapter typeAdapter) { - this.f2902c = gson; + this.f2903c = gson; this.d = typeAdapter; } @@ -34,7 +34,7 @@ public final class b implements h { @Override // i0.h public RequestBody convert(Object obj) throws IOException { e eVar = new e(); - JsonWriter l = this.f2902c.l(new OutputStreamWriter(new f(eVar), b)); + JsonWriter l = this.f2903c.l(new OutputStreamWriter(new f(eVar), b)); this.d.write(l, obj); l.close(); return RequestBody.create(a, eVar.x()); diff --git a/app/src/main/java/i0/e0/b/a.java b/app/src/main/java/i0/e0/b/a.java index 62ab33ad78..bbdb043b6a 100644 --- a/app/src/main/java/i0/e0/b/a.java +++ b/app/src/main/java/i0/e0/b/a.java @@ -10,7 +10,7 @@ public final class a implements h { public static final MediaType b = MediaType.a.a("text/plain; charset=UTF-8"); static { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/i0/j.java b/app/src/main/java/i0/j.java index 6bfac5e98a..6e35734008 100644 --- a/app/src/main/java/i0/j.java +++ b/app/src/main/java/i0/j.java @@ -11,7 +11,7 @@ public abstract class j extends z { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final h f2903c; + public final h f2904c; /* compiled from: HttpServiceMethod */ public static final class a extends j { @@ -51,7 +51,7 @@ public abstract class j extends z { } return u; } catch (Exception e) { - return c.q.a.k.a.U(e, continuation); + return c.q.a.k.a.V(e, continuation); } } } @@ -79,7 +79,7 @@ public abstract class j extends z { } return u; } catch (Exception e) { - return c.q.a.k.a.U(e, continuation); + return c.q.a.k.a.V(e, continuation); } } } @@ -87,12 +87,12 @@ public abstract class j extends z { public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.b = aVar; - this.f2903c = hVar; + this.f2904c = hVar; } @Override // i0.z public final ReturnT a(Object[] objArr) { - return c(new p(this.a, objArr, this.b, this.f2903c), objArr); + return c(new p(this.a, objArr, this.b, this.f2904c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); diff --git a/app/src/main/java/i0/p.java b/app/src/main/java/i0/p.java index 43b9ef1245..964cd331cb 100644 --- a/app/src/main/java/i0/p.java +++ b/app/src/main/java/i0/p.java @@ -200,7 +200,7 @@ public final class p implements d { t[] tVarArr = wVar2.j; int length = objArr.length; if (length == tVarArr.length) { - v vVar = new v(wVar2.f2915c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); + v vVar = new v(wVar2.f2916c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); if (wVar2.k) { length--; } @@ -255,8 +255,8 @@ public final class p implements d { aVar6.g(wVar); Headers c2 = vVar.h.c(); m.checkParameterIsNotNull(c2, "headers"); - aVar6.f2950c = c2.e(); - aVar6.c(vVar.f2914c, aVar5); + aVar6.f2951c = c2.e(); + aVar6.c(vVar.f2915c, aVar5); aVar6.e(k.class, new k(wVar2.a, arrayList)); e b2 = aVar.b(aVar6.a()); Objects.requireNonNull(b2, "Call.Factory returned null."); @@ -360,7 +360,7 @@ public final class p implements d { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2952s; + long j = response.f2953s; long j2 = response.t; f0.e0.g.c cVar = response.u; c cVar2 = new c(responseBody.b(), responseBody.a()); diff --git a/app/src/main/java/i0/t.java b/app/src/main/java/i0/t.java index 0a4d49d7b5..cbf6ee91b0 100644 --- a/app/src/main/java/i0/t.java +++ b/app/src/main/java/i0/t.java @@ -16,19 +16,19 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2904c; + public final h f2905c; public a(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2904c = hVar; + this.f2905c = hVar; } @Override // i0.t public void a(v vVar, T t) { if (t != null) { try { - vVar.m = this.f2904c.convert(t); + vVar.m = this.f2905c.convert(t); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -46,20 +46,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2905c; + public final boolean f2906c; public b(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2905c = z2; + this.f2906c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.a(this.a, convert, this.f2905c); + vVar.a(this.a, convert, this.f2906c); } } } @@ -70,13 +70,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2906c; + public final h f2907c; public final boolean d; public c(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2906c = hVar; + this.f2907c = hVar; this.d = z2; } @@ -91,13 +91,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2906c.convert(value); + String str2 = (String) this.f2907c.convert(value); if (str2 != null) { vVar.a(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2906c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2907c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Field map contained null value for key '", str, "'."), new Object[0]); @@ -138,12 +138,12 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2907c; + public final h f2908c; public e(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2907c = hVar; + this.f2908c = hVar; } /* JADX DEBUG: Multi-variable search result rejected for r3v1, resolved type: i0.h */ @@ -157,7 +157,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.b(str, (String) this.f2907c.convert(value)); + vVar.b(str, (String) this.f2908c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Header map contained null value for key '", str, "'."), new Object[0]); } @@ -205,13 +205,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final Headers f2908c; + public final Headers f2909c; public final h d; public g(Method method, int i, Headers headers, h hVar) { this.a = method; this.b = i; - this.f2908c = headers; + this.f2909c = headers; this.d = hVar; } @@ -219,7 +219,7 @@ public abstract class t { public void a(v vVar, T t) { if (t != null) { try { - vVar.c(this.f2908c, this.d.convert(t)); + vVar.c(this.f2909c, this.d.convert(t)); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -235,13 +235,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2909c; + public final h f2910c; public final String d; public h(Method method, int i, h hVar, String str) { this.a = method; this.b = i; - this.f2909c = hVar; + this.f2910c = hVar; this.d = str; } @@ -256,7 +256,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2909c.convert(value)); + vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2910c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Part map contained null value for key '", str, "'."), new Object[0]); } @@ -276,7 +276,7 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2910c; + public final String f2911c; public final h d; public final boolean e; @@ -284,7 +284,7 @@ public abstract class t { this.a = method; this.b = i; Objects.requireNonNull(str, "name == null"); - this.f2910c = str; + this.f2911c = str; this.d = hVar; this.e = z2; } @@ -295,7 +295,7 @@ public abstract class t { int i; int i2; if (t != null) { - String str2 = this.f2910c; + String str2 = this.f2911c; String convert = this.d.convert(t); boolean z2 = this.e; if (vVar.e != null) { @@ -351,7 +351,7 @@ public abstract class t { } throw new AssertionError(); } - throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2910c, "\" value must not be null."), new Object[0]); + throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2911c, "\" value must not be null."), new Object[0]); } } @@ -361,20 +361,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2911c; + public final boolean f2912c; public j(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2911c = z2; + this.f2912c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.d(this.a, convert, this.f2911c); + vVar.d(this.a, convert, this.f2912c); } } } @@ -385,13 +385,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2912c; + public final h f2913c; public final boolean d; public k(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2912c = hVar; + this.f2913c = hVar; this.d = z2; } @@ -406,13 +406,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2912c.convert(value); + String str2 = (String) this.f2913c.convert(value); if (str2 != null) { vVar.d(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2912c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2913c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Query map contained null value for key '", str, "'."), new Object[0]); diff --git a/app/src/main/java/i0/u.java b/app/src/main/java/i0/u.java index 494d46c36d..9f7cc8ee04 100644 --- a/app/src/main/java/i0/u.java +++ b/app/src/main/java/i0/u.java @@ -14,7 +14,7 @@ public class u { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Constructor f2913c; + public final Constructor f2914c; /* compiled from: Platform */ public static final class a extends u { @@ -59,7 +59,7 @@ public class u { } catch (NoClassDefFoundError | NoSuchMethodException unused) { } } - this.f2913c = constructor; + this.f2914c = constructor; } public Executor a() { @@ -68,7 +68,7 @@ public class u { @IgnoreJRERequirement public Object b(Method method, Class cls, Object obj, Object... objArr) throws Throwable { - Constructor constructor = this.f2913c; + Constructor constructor = this.f2914c; return (constructor != null ? constructor.newInstance(cls, -1) : MethodHandles.lookup()).unreflectSpecial(method, cls).bindTo(obj).invokeWithArguments(objArr); } } diff --git a/app/src/main/java/i0/v.java b/app/src/main/java/i0/v.java index 1f05d4f237..511f7d479f 100644 --- a/app/src/main/java/i0/v.java +++ b/app/src/main/java/i0/v.java @@ -21,7 +21,7 @@ public final class v { public static final Pattern b = Pattern.compile("(.*/)?(\\.|%2e|%2E){1,2}(/.*)?"); /* renamed from: c reason: collision with root package name */ - public final String f2914c; + public final String f2915c; public final w d; public String e; public w.a f; @@ -60,7 +60,7 @@ public final class v { } public v(String str, w wVar, String str2, Headers headers, MediaType mediaType, boolean z2, boolean z3, boolean z4) { - this.f2914c = str; + this.f2915c = str; this.d = wVar; this.e = str2; this.i = mediaType; @@ -87,8 +87,8 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list = aVar.a; w.b bVar = w.b; - list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2852c, 83)); - aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2852c, 83)); + list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2853c, 83)); + aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2853c, 83)); return; } u.a aVar2 = this.l; @@ -97,14 +97,14 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list2 = aVar2.a; w.b bVar2 = w.b; - list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2852c, 91)); - aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2852c, 91)); + list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2853c, 91)); + aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2853c, 91)); } public void b(String str, String str2) { if ("Content-Type".equalsIgnoreCase(str)) { try { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; this.i = MediaType.a.a(str2); } catch (IllegalArgumentException e) { throw new IllegalArgumentException(c.d.b.a.a.u("Malformed content type: ", str2), e); diff --git a/app/src/main/java/i0/w.java b/app/src/main/java/i0/w.java index b92383a76a..03a7e2a439 100644 --- a/app/src/main/java/i0/w.java +++ b/app/src/main/java/i0/w.java @@ -15,7 +15,7 @@ public final class w { public final f0.w b; /* renamed from: c reason: collision with root package name */ - public final String f2915c; + public final String f2916c; public final String d; public final Headers e; public final MediaType f; @@ -31,7 +31,7 @@ public final class w { public static final Pattern b = Pattern.compile("[a-zA-Z][a-zA-Z0-9_-]*"); /* renamed from: c reason: collision with root package name */ - public final y f2916c; + public final y f2917c; public final Method d; public final Annotation[] e; public final Annotation[][] f; @@ -49,20 +49,20 @@ public final class w { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2917s; + public boolean f2918s; public String t; public Headers u; public MediaType v; public Set w; /* renamed from: x reason: collision with root package name */ - public t[] f2918x; + public t[] f2919x; /* renamed from: y reason: collision with root package name */ - public boolean f2919y; + public boolean f2920y; public a(y yVar, Method method) { - this.f2916c = yVar; + this.f2917c = yVar; this.d = method; this.e = method.getAnnotations(); this.g = method.getGenericParameterTypes(); @@ -109,15 +109,15 @@ public final class w { public w(a aVar) { this.a = aVar.d; - this.b = aVar.f2916c.f2921c; - this.f2915c = aVar.p; + this.b = aVar.f2917c.f2922c; + this.f2916c = aVar.p; this.d = aVar.t; this.e = aVar.u; this.f = aVar.v; this.g = aVar.q; this.h = aVar.r; - this.i = aVar.f2917s; - this.j = aVar.f2918x; - this.k = aVar.f2919y; + this.i = aVar.f2918s; + this.j = aVar.f2919x; + this.k = aVar.f2920y; } } diff --git a/app/src/main/java/i0/x.java b/app/src/main/java/i0/x.java index c10d562368..913f29f972 100644 --- a/app/src/main/java/i0/x.java +++ b/app/src/main/java/i0/x.java @@ -8,12 +8,12 @@ public class x implements InvocationHandler { public final Object[] b = new Object[0]; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Class f2920c; + public final /* synthetic */ Class f2921c; public final /* synthetic */ y d; public x(y yVar, Class cls) { this.d = yVar; - this.f2920c = cls; + this.f2921c = cls; } @Override // java.lang.reflect.InvocationHandler @@ -24,6 +24,6 @@ public class x implements InvocationHandler { if (objArr == null) { objArr = this.b; } - return this.a.b && method.isDefault() ? this.a.b(method, this.f2920c, obj, objArr) : this.d.b(method).a(objArr); + return this.a.b && method.isDefault() ? this.a.b(method, this.f2921c, obj, objArr) : this.d.b(method).a(objArr); } } diff --git a/app/src/main/java/i0/y.java b/app/src/main/java/i0/y.java index 6df5463ca2..500ba2dcc0 100644 --- a/app/src/main/java/i0/y.java +++ b/app/src/main/java/i0/y.java @@ -21,14 +21,14 @@ public final class y { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final w f2921c; + public final w f2922c; public final List d; public final List e; public final boolean f; public y(e.a aVar, w wVar, List list, List list2, Executor executor, boolean z2) { this.b = aVar; - this.f2921c = wVar; + this.f2922c = wVar; this.d = list; this.e = list2; this.f = z2; diff --git a/app/src/main/java/i0/z.java b/app/src/main/java/i0/z.java index f07aba3f12..c11e4ae38d 100644 --- a/app/src/main/java/i0/z.java +++ b/app/src/main/java/i0/z.java @@ -107,13 +107,13 @@ public abstract class z { } } else if (annotation instanceof l) { if (!aVar.r) { - aVar.f2917s = true; + aVar.f2918s = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); } } else if (!(annotation instanceof e)) { continue; - } else if (!aVar.f2917s) { + } else if (!aVar.f2918s) { aVar.r = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); @@ -121,18 +121,18 @@ public abstract class z { } if (aVar.p != null) { if (!aVar.q) { - if (aVar.f2917s) { + if (aVar.f2918s) { throw c0.j(aVar.d, "Multipart can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } else if (aVar.r) { throw c0.j(aVar.d, "FormUrlEncoded can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } } int length = aVar.f.length; - aVar.f2918x = new t[length]; + aVar.f2919x = new t[length]; int i7 = length - 1; int i8 = 0; while (i8 < length) { - t[] tVarArr = aVar.f2918x; + t[] tVarArr = aVar.f2919x; Type type2 = aVar.g[i8]; Annotation[] annotationArr2 = aVar.f[i8]; boolean z3 = i8 == i7; @@ -188,7 +188,7 @@ public abstract class z { } else if (aVar.w.contains(value2)) { i3 = i9; i6 = length2; - tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2916c.e(type2, annotationArr2), sVar.encoded()); + tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2917c.e(type2, annotationArr2), sVar.encoded()); } else { throw c0.l(aVar.d, i8, "URL \"%s\" does not contain \"{%s}\".", aVar.t, value2); } @@ -207,14 +207,14 @@ public abstract class z { aVar.l = true; if (Iterable.class.isAssignableFrom(f)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.j(value3, aVar.f2916c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); + tVar3 = new r(new t.j(value3, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); } else { throw c0.l(aVar.d, i8, a.k(f, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f.isArray()) { - tVar3 = new s(new t.j(value3, aVar.f2916c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); + tVar3 = new s(new t.j(value3, aVar.f2917c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); } else { - tVar4 = new t.j<>(value3, aVar.f2916c.e(type2, annotationArr2), encoded); + tVar4 = new t.j<>(value3, aVar.f2917c.e(type2, annotationArr2), encoded); } } else { if (annotation2 instanceof v) { @@ -224,14 +224,14 @@ public abstract class z { aVar.m = true; if (Iterable.class.isAssignableFrom(f2)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.l(aVar.f2916c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); + tVar3 = new r(new t.l(aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); } else { throw c0.l(aVar.d, i8, a.k(f2, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f2.isArray()) { - tVar3 = new s(new t.l(aVar.f2916c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); + tVar3 = new s(new t.l(aVar.f2917c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); } else { - cVar = new t.l<>(aVar.f2916c.e(type2, annotationArr2), encoded2); + cVar = new t.l<>(aVar.f2917c.e(type2, annotationArr2), encoded2); } } else if (annotation2 instanceof u) { aVar.c(i8, type2); @@ -243,7 +243,7 @@ public abstract class z { ParameterizedType parameterizedType = (ParameterizedType) g; Type e2 = c0.e(0, parameterizedType); if (String.class == e2) { - cVar = new t.k<>(aVar.d, i8, aVar.f2916c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); + cVar = new t.k<>(aVar.d, i8, aVar.f2917c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); } else { throw c0.l(aVar.d, i8, a.w("@QueryMap keys must be of type String: ", e2), new Object[0]); } @@ -259,14 +259,14 @@ public abstract class z { Class f4 = c0.f(type2); if (Iterable.class.isAssignableFrom(f4)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.d(value4, aVar.f2916c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); + tVar3 = new r(new t.d(value4, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); } else { throw c0.l(aVar.d, i8, a.k(f4, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f4.isArray()) { - tVar3 = new s(new t.d(value4, aVar.f2916c.e(w.a.a(f4.getComponentType()), annotationArr2))); + tVar3 = new s(new t.d(value4, aVar.f2917c.e(w.a.a(f4.getComponentType()), annotationArr2))); } else { - cVar = new t.d<>(value4, aVar.f2916c.e(type2, annotationArr2)); + cVar = new t.d<>(value4, aVar.f2917c.e(type2, annotationArr2)); } } else { if (annotation2 instanceof j) { @@ -281,7 +281,7 @@ public abstract class z { ParameterizedType parameterizedType2 = (ParameterizedType) g2; Type e3 = c0.e(0, parameterizedType2); if (String.class == e3) { - tVar5 = new t.e<>(aVar.d, i8, aVar.f2916c.e(c0.e(1, parameterizedType2), annotationArr2)); + tVar5 = new t.e<>(aVar.d, i8, aVar.f2917c.e(c0.e(1, parameterizedType2), annotationArr2)); } else { throw c0.l(aVar.d, i8, a.w("@HeaderMap keys must be of type String: ", e3), new Object[0]); } @@ -302,14 +302,14 @@ public abstract class z { Class f6 = c0.f(type2); if (Iterable.class.isAssignableFrom(f6)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.b(value5, aVar.f2916c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); + tVar3 = new r(new t.b(value5, aVar.f2917c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); } else { throw c0.l(aVar.d, i8, a.k(f6, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f6.isArray()) { - tVar3 = new s(new t.b(value5, aVar.f2916c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); + tVar3 = new s(new t.b(value5, aVar.f2917c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); } else { - tVar4 = new t.b<>(value5, aVar.f2916c.e(type2, annotationArr2), encoded3); + tVar4 = new t.b<>(value5, aVar.f2917c.e(type2, annotationArr2), encoded3); } } else { throw c0.l(aVar.d, i8, "@Field parameters can only be used with form encoding.", new Object[0]); @@ -324,7 +324,7 @@ public abstract class z { ParameterizedType parameterizedType3 = (ParameterizedType) g3; Type e4 = c0.e(0, parameterizedType3); if (String.class == e4) { - h e5 = aVar.f2916c.e(c0.e(1, parameterizedType3), annotationArr2); + h e5 = aVar.f2917c.e(c0.e(1, parameterizedType3), annotationArr2); aVar.h = true; cVar = new t.c<>(aVar.d, i8, e5, ((d) annotation2).encoded()); } else { @@ -341,7 +341,7 @@ public abstract class z { } } else if (annotation2 instanceof q) { aVar.c(i8, type2); - if (aVar.f2917s) { + if (aVar.f2918s) { q qVar = (q) annotation2; aVar.i = true; String value6 = qVar.value(); @@ -353,7 +353,7 @@ public abstract class z { if (type2 instanceof ParameterizedType) { Type e6 = c0.e(0, (ParameterizedType) type2); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e6))) { - tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2916c.c(e6, annotationArr2, aVar.e))); + tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2917c.c(e6, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } @@ -363,12 +363,12 @@ public abstract class z { } else if (f8.isArray()) { Class a = w.a.a(f8.getComponentType()); if (!MultipartBody.Part.class.isAssignableFrom(a)) { - tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2916c.c(a, annotationArr2, aVar.e))); + tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2917c.c(a, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } } else if (!MultipartBody.Part.class.isAssignableFrom(f8)) { - tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2916c.c(type2, annotationArr2, aVar.e)); + tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2917c.c(type2, annotationArr2, aVar.e)); tVar2 = tVar3; } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); @@ -399,7 +399,7 @@ public abstract class z { i4 = i6; if (annotation2 instanceof r) { aVar.c(i8, type2); - if (aVar.f2917s) { + if (aVar.f2918s) { aVar.i = true; Class f9 = c0.f(type2); if (Map.class.isAssignableFrom(f9)) { @@ -410,7 +410,7 @@ public abstract class z { if (String.class == e7) { Type e8 = c0.e(1, parameterizedType4); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e8))) { - tVar2 = new t.h<>(aVar.d, i8, aVar.f2916c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); + tVar2 = new t.h<>(aVar.d, i8, aVar.f2917c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); } else { throw c0.l(aVar.d, i8, "@PartMap values cannot be MultipartBody.Part. Use @Part List or a different value type instead.", new Object[0]); } @@ -428,11 +428,11 @@ public abstract class z { } } else if (annotation2 instanceof i0.f0.a) { aVar.c(i8, type2); - if (aVar.r || aVar.f2917s) { + if (aVar.r || aVar.f2918s) { throw c0.l(aVar.d, i8, "@Body parameters cannot be used with form or multi-part encoding.", new Object[0]); } else if (!aVar.j) { try { - h c3 = aVar.f2916c.c(type2, annotationArr2, aVar.e); + h c3 = aVar.f2917c.c(type2, annotationArr2, aVar.e); aVar.j = true; tVar2 = new t.a<>(aVar.d, i8, c3); } catch (RuntimeException e9) { @@ -445,7 +445,7 @@ public abstract class z { aVar.c(i8, type2); Class f10 = c0.f(type2); for (int i10 = i8 - 1; i10 >= 0; i10--) { - t tVar7 = aVar.f2918x[i10]; + t tVar7 = aVar.f2919x[i10]; if ((tVar7 instanceof t.o) && ((t.o) tVar7).a.equals(f10)) { Method method2 = aVar.d; StringBuilder P = a.P("@Tag type "); @@ -496,7 +496,7 @@ public abstract class z { if (z3) { try { if (c0.f(type2) == Continuation.class) { - aVar.f2919y = true; + aVar.f2920y = true; tVar = null; } } catch (NoClassDefFoundError unused) { @@ -511,11 +511,11 @@ public abstract class z { } if (aVar.t != null || aVar.o) { boolean z4 = aVar.r; - if (!z4 && !aVar.f2917s && !aVar.q && aVar.j) { + if (!z4 && !aVar.f2918s && !aVar.q && aVar.j) { throw c0.j(aVar.d, "Non-body HTTP method cannot contain @Body.", new Object[0]); } else if (z4 && !aVar.h) { throw c0.j(aVar.d, "Form-encoded method must contain at least one @Field.", new Object[0]); - } else if (!aVar.f2917s || aVar.i) { + } else if (!aVar.f2918s || aVar.i) { w wVar = new w(aVar); Type genericReturnType = method.getGenericReturnType(); if (c0.h(genericReturnType)) { @@ -556,7 +556,7 @@ public abstract class z { throw c0.j(method, P2.toString(), new Object[0]); } else if (a3 == Response.class) { throw c0.j(method, "Response must include generic type (e.g., Response)", new Object[0]); - } else if (!wVar.f2915c.equals("HEAD") || Void.class.equals(a3)) { + } else if (!wVar.f2916c.equals("HEAD") || Void.class.equals(a3)) { try { h d = yVar.d(a3, method.getAnnotations()); e.a aVar3 = yVar.b; diff --git a/app/src/main/java/j0/f.java b/app/src/main/java/j0/f.java index e1d011db8b..59b45b4e6d 100644 --- a/app/src/main/java/j0/f.java +++ b/app/src/main/java/j0/f.java @@ -5,7 +5,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public final Throwable f2922c; + public final Throwable f2923c; public final T d; /* compiled from: Notification */ @@ -17,12 +17,12 @@ public final class f { public f(a aVar, T t, Throwable th) { this.d = t; - this.f2922c = th; + this.f2923c = th; this.b = aVar; } public boolean a() { - return (this.b == a.OnError) && this.f2922c != null; + return (this.b == a.OnError) && this.f2923c != null; } public boolean b() { @@ -48,8 +48,8 @@ public final class f { if (t != t2 && (t == null || !t.equals(t2))) { return false; } - Throwable th = this.f2922c; - Throwable th2 = fVar.f2922c; + Throwable th = this.f2923c; + Throwable th2 = fVar.f2923c; return th == th2 || (th != null && th.equals(th2)); } @@ -58,7 +58,7 @@ public final class f { if (b()) { hashCode = (hashCode * 31) + this.d.hashCode(); } - return a() ? (hashCode * 31) + this.f2922c.hashCode() : hashCode; + return a() ? (hashCode * 31) + this.f2923c.hashCode() : hashCode; } public String toString() { @@ -73,7 +73,7 @@ public final class f { } if (a()) { sb.append(' '); - sb.append(this.f2922c.getMessage()); + sb.append(this.f2923c.getMessage()); } sb.append(']'); return sb.toString(); diff --git a/app/src/main/java/j0/h.java b/app/src/main/java/j0/h.java index 38d821b5da..6debb82de7 100644 --- a/app/src/main/java/j0/h.java +++ b/app/src/main/java/j0/h.java @@ -12,7 +12,7 @@ public class h { } public h(a aVar) { - b bVar = l.f2940c; + b bVar = l.f2941c; this.a = bVar != null ? bVar.call(aVar) : aVar; } } diff --git a/app/src/main/java/j0/l/a/a1.java b/app/src/main/java/j0/l/a/a1.java index 3b93a86ba8..f5ede75e4e 100644 --- a/app/src/main/java/j0/l/a/a1.java +++ b/app/src/main/java/j0/l/a/a1.java @@ -78,7 +78,7 @@ public class a1 implements Observable.b { try { action0.call(); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); c cVar = this.m; if (!cVar.terminated) { cVar.exception = th; diff --git a/app/src/main/java/j0/l/a/e1.java b/app/src/main/java/j0/l/a/e1.java index 2af8cad8ac..367d6a138e 100644 --- a/app/src/main/java/j0/l/a/e1.java +++ b/app/src/main/java/j0/l/a/e1.java @@ -58,7 +58,7 @@ public class e1 extends Subscriber { @Override // j0.g public void onError(Throwable th) { if (this.i) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); l.b(th); return; } @@ -74,7 +74,7 @@ public class e1 extends Subscriber { ((Observable) this.n.i.call(th)).h0(aVar); } catch (Throwable th2) { Subscriber subscriber = this.k; - c.q.a.k.a.a0(th2); + c.q.a.k.a.b0(th2); subscriber.onError(th2); } } diff --git a/app/src/main/java/j0/l/a/f.java b/app/src/main/java/j0/l/a/f.java index 554307b5f8..2436222494 100644 --- a/app/src/main/java/j0/l/a/f.java +++ b/app/src/main/java/j0/l/a/f.java @@ -238,7 +238,7 @@ public final class f implements Observable.a { } } if (!(j == 0 || j2 == RecyclerView.FOREVER_NS)) { - c.q.a.k.a.I(atomicLong, j); + c.q.a.k.a.J(atomicLong, j); } i2 = addAndGet(-i2); if (i2 == 0) { @@ -259,7 +259,7 @@ public final class f implements Observable.a { if (i2 < 0) { throw new IllegalArgumentException(c.d.b.a.a.q("n >= required but it was ", j)); } else if (i2 != 0) { - c.q.a.k.a.p(this.requested, j); + c.q.a.k.a.q(this.requested, j); d(); } } diff --git a/app/src/main/java/j0/l/a/h.java b/app/src/main/java/j0/l/a/h.java index 5d5f40cdc4..a729bbb28d 100644 --- a/app/src/main/java/j0/l/a/h.java +++ b/app/src/main/java/j0/l/a/h.java @@ -163,7 +163,7 @@ public final class h implements Observable.a { request(1); } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); b(th); return; } diff --git a/app/src/main/java/j0/l/a/h0.java b/app/src/main/java/j0/l/a/h0.java index 2a86d8a395..3acfff7c32 100644 --- a/app/src/main/java/j0/l/a/h0.java +++ b/app/src/main/java/j0/l/a/h0.java @@ -18,7 +18,7 @@ public class h0 implements Action0 { this.i.onCompleted(); } catch (Throwable th) { Subscriber subscriber = this.i; - a.a0(th); + a.b0(th); subscriber.onError(th); } } diff --git a/app/src/main/java/j0/l/a/h1.java b/app/src/main/java/j0/l/a/h1.java index d188677c7f..e2458feabb 100644 --- a/app/src/main/java/j0/l/a/h1.java +++ b/app/src/main/java/j0/l/a/h1.java @@ -242,7 +242,7 @@ public final class h1 extends j0.m.b { aVar2.a(1); } catch (Throwable th2) { aVar2.unsubscribe(); - c.q.a.k.a.b0(th2, aVar2.child, b); + c.q.a.k.a.c0(th2, aVar2.child, b); } } } diff --git a/app/src/main/java/j0/l/a/h2.java b/app/src/main/java/j0/l/a/h2.java index b23156f926..8cd80508ba 100644 --- a/app/src/main/java/j0/l/a/h2.java +++ b/app/src/main/java/j0/l/a/h2.java @@ -41,7 +41,7 @@ public final class h2 implements Observable.b { } } catch (Throwable th) { this.j = true; - c.q.a.k.a.b0(th, this.i, t); + c.q.a.k.a.c0(th, this.i, t); unsubscribe(); } } diff --git a/app/src/main/java/j0/l/a/i.java b/app/src/main/java/j0/l/a/i.java index 45fc445aff..b7b0661855 100644 --- a/app/src/main/java/j0/l/a/i.java +++ b/app/src/main/java/j0/l/a/i.java @@ -44,8 +44,8 @@ public final class i implements Observable.a { @Override // rx.Producer public final void j(long j) { - if (c.q.a.k.a.h0(j)) { - c.q.a.k.a.p(this, j); + if (c.q.a.k.a.i0(j)) { + c.q.a.k.a.q(this, j); a(); } } @@ -161,7 +161,7 @@ public final class i implements Observable.a { } } if (j2 != 0) { - c.q.a.k.a.I(this, j2); + c.q.a.k.a.J(this, j2); } i2 = this.wip.addAndGet(-i2); } while (i2 != 0); @@ -329,7 +329,7 @@ public final class i implements Observable.a { } } if (j2 != 0) { - c.q.a.k.a.I(this, j2); + c.q.a.k.a.J(this, j2); } i2 = this.wip.addAndGet(-i2); } while (i2 != 0); @@ -375,7 +375,7 @@ public final class i implements Observable.a { if (!this.actual.isUnsubscribed()) { if (get() != 0) { this.actual.onNext(t); - c.q.a.k.a.I(this, 1); + c.q.a.k.a.J(this, 1); return; } c(); diff --git a/app/src/main/java/j0/l/a/j.java b/app/src/main/java/j0/l/a/j.java index fdcb654b5e..71b1f314e3 100644 --- a/app/src/main/java/j0/l/a/j.java +++ b/app/src/main/java/j0/l/a/j.java @@ -19,7 +19,7 @@ public final class j implements Observable.a { try { ((Observable) this.i.call()).h0(new e(subscriber, subscriber)); } catch (Throwable th) { - a.a0(th); + a.b0(th); subscriber.onError(th); } } diff --git a/app/src/main/java/j0/l/a/j0.java b/app/src/main/java/j0/l/a/j0.java index 7881d09352..9e8b00ddcd 100644 --- a/app/src/main/java/j0/l/a/j0.java +++ b/app/src/main/java/j0/l/a/j0.java @@ -24,7 +24,7 @@ public class j0 implements Action0 { subscriber.onNext(Long.valueOf(j)); } catch (Throwable th) { Subscriber subscriber2 = this.j; - a.a0(th); + a.b0(th); subscriber2.onError(th); throw th; } diff --git a/app/src/main/java/j0/l/a/j1.java b/app/src/main/java/j0/l/a/j1.java index ff2da75849..adaecfea6f 100644 --- a/app/src/main/java/j0/l/a/j1.java +++ b/app/src/main/java/j0/l/a/j1.java @@ -106,7 +106,7 @@ public final class j1 extends j0.m.b implements Subscription { } } catch (Throwable th) { cVar.index = null; - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); cVar.unsubscribe(); if (!(obj instanceof e.c) && !e.c(obj)) { subscriber.onError(OnErrorThrowable.a(th, e.b(obj))); @@ -308,14 +308,14 @@ public final class j1 extends j0.m.b implements Subscription { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2923s; + public boolean f2924s; public long t; public long u; public volatile Producer v; public List> w; /* renamed from: x reason: collision with root package name */ - public boolean f2924x; + public boolean f2925x; public f(e eVar) { this.j = eVar; @@ -373,9 +373,9 @@ public final class j1 extends j0.m.b implements Subscription { } list2.add(cVar); } else { - this.f2924x = true; + this.f2925x = true; } - this.f2923s = true; + this.f2924s = true; return; } this.r = true; @@ -396,15 +396,15 @@ public final class j1 extends j0.m.b implements Subscription { b(j, j3); while (!isUnsubscribed()) { synchronized (this) { - if (!this.f2923s) { + if (!this.f2924s) { this.r = false; return; } - this.f2923s = false; + this.f2924s = false; list = this.w; this.w = null; - z2 = this.f2924x; - this.f2924x = false; + z2 = this.f2925x; + this.f2925x = false; } long j5 = this.t; if (list != null) { @@ -571,7 +571,7 @@ public final class j1 extends j0.m.b implements Subscription { return; } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); cVar.unsubscribe(); if (!(obj instanceof e.c) && !e.c(obj)) { subscriber.onError(OnErrorThrowable.a(th, e.b(obj))); diff --git a/app/src/main/java/j0/l/a/j2.java b/app/src/main/java/j0/l/a/j2.java index cd3bee9b70..e33fc9ce2b 100644 --- a/app/src/main/java/j0/l/a/j2.java +++ b/app/src/main/java/j0/l/a/j2.java @@ -46,7 +46,7 @@ public class j2 extends Subscriber { unsubscribe(); } catch (Throwable th) { this.j = true; - a.b0(th, this.k, t); + a.c0(th, this.k, t); unsubscribe(); } } diff --git a/app/src/main/java/j0/l/a/k.java b/app/src/main/java/j0/l/a/k.java index 0afcb3e5cd..d25ac270b4 100644 --- a/app/src/main/java/j0/l/a/k.java +++ b/app/src/main/java/j0/l/a/k.java @@ -31,7 +31,7 @@ public class k implements Observable.a { this.k = true; this.i.onCompleted(); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); onError(th); } } @@ -48,7 +48,7 @@ public class k implements Observable.a { this.j.onError(th); this.i.onError(th); } catch (Throwable th2) { - c.q.a.k.a.a0(th2); + c.q.a.k.a.b0(th2); this.i.onError(new CompositeException(Arrays.asList(th, th2))); } } @@ -60,7 +60,7 @@ public class k implements Observable.a { this.j.onNext(t); this.i.onNext(t); } catch (Throwable th) { - c.q.a.k.a.b0(th, this, t); + c.q.a.k.a.c0(th, this, t); } } } diff --git a/app/src/main/java/j0/l/a/l.java b/app/src/main/java/j0/l/a/l.java index a20c84c55b..2ac72dfee7 100644 --- a/app/src/main/java/j0/l/a/l.java +++ b/app/src/main/java/j0/l/a/l.java @@ -48,7 +48,7 @@ public final class l implements Observable.a { request(1); } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); unsubscribe(); onError(OnErrorThrowable.a(th, t)); } diff --git a/app/src/main/java/j0/l/a/l0.java b/app/src/main/java/j0/l/a/l0.java index 5d7da7cc4c..06e9a08413 100644 --- a/app/src/main/java/j0/l/a/l0.java +++ b/app/src/main/java/j0/l/a/l0.java @@ -38,7 +38,7 @@ public final class l0 implements Observable.a>, Func0 implements Observable.a>, Func0 0 ? 1 : (j == 0 ? 0 : -1)); if (i > 0) { - a.p(aVar.n, j); + a.q(aVar.n, j); aVar.b(); } else if (i < 0) { throw new IllegalStateException(c.d.b.a.a.q("n >= 0 required but it was ", j)); diff --git a/app/src/main/java/j0/l/a/m0.java b/app/src/main/java/j0/l/a/m0.java index cd62aa4e9d..e8b67137fe 100644 --- a/app/src/main/java/j0/l/a/m0.java +++ b/app/src/main/java/j0/l/a/m0.java @@ -23,7 +23,7 @@ public class m0 implements Action0 { try { aVar.i.onNext(collection); } catch (Throwable th) { - a.a0(th); + a.b0(th); aVar.onError(th); } } diff --git a/app/src/main/java/j0/l/a/m2.java b/app/src/main/java/j0/l/a/m2.java index 8cc67d127e..1f759effd0 100644 --- a/app/src/main/java/j0/l/a/m2.java +++ b/app/src/main/java/j0/l/a/m2.java @@ -28,7 +28,7 @@ public class m2 extends Subscriber { this.j = null; this.k.b(arrayList); } catch (Throwable th) { - a.a0(th); + a.b0(th); onError(th); } } diff --git a/app/src/main/java/j0/l/a/n.java b/app/src/main/java/j0/l/a/n.java index b64cf12ac4..7426d2c8dd 100644 --- a/app/src/main/java/j0/l/a/n.java +++ b/app/src/main/java/j0/l/a/n.java @@ -133,7 +133,7 @@ public final class n implements Observable.a { break; } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); this.r = null; onError(th); } @@ -141,7 +141,7 @@ public final class n implements Observable.a { return; } } catch (Throwable th2) { - c.q.a.k.a.a0(th2); + c.q.a.k.a.b0(th2); this.r = null; onError(th2); } @@ -159,7 +159,7 @@ public final class n implements Observable.a { } } if (j2 != 0) { - c.q.a.k.a.I(this.n, j2); + c.q.a.k.a.J(this.n, j2); } if (it != null) { i2 = i; @@ -171,7 +171,7 @@ public final class n implements Observable.a { } } } catch (Throwable th3) { - c.q.a.k.a.a0(th3); + c.q.a.k.a.b0(th3); onError(th3); } } @@ -250,7 +250,7 @@ public final class n implements Observable.a { subscriber.setProducer(new q.a(subscriber, it)); } } catch (Throwable th) { - c.q.a.k.a.b0(th, subscriber, this.i); + c.q.a.k.a.c0(th, subscriber, this.i); } } } diff --git a/app/src/main/java/j0/l/a/n0.java b/app/src/main/java/j0/l/a/n0.java index ed1fbd6a25..e3d072b619 100644 --- a/app/src/main/java/j0/l/a/n0.java +++ b/app/src/main/java/j0/l/a/n0.java @@ -46,7 +46,7 @@ public final class n0 implements Observable.b, T> { } } catch (Throwable th) { Subscriber> subscriber = this.i; - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); subscriber.onError(th); } } @@ -128,7 +128,7 @@ public final class n0 implements Observable.b, T> { try { bVar.i.onNext(list); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); bVar.onError(th); } } @@ -173,7 +173,7 @@ public final class n0 implements Observable.b, T> { unsubscribe(); } catch (Throwable th) { Subscriber> subscriber = this.i; - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); subscriber.onError(th); } } diff --git a/app/src/main/java/j0/l/a/n1.java b/app/src/main/java/j0/l/a/n1.java index 08bfe8a268..9a1897a671 100644 --- a/app/src/main/java/j0/l/a/n1.java +++ b/app/src/main/java/j0/l/a/n1.java @@ -32,7 +32,7 @@ public final class n1 implements Observable.b { try { this.j.onNext(andSet); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); onError(th); } } diff --git a/app/src/main/java/j0/l/a/o.java b/app/src/main/java/j0/l/a/o.java index 1b8af22e01..b8b7fdb6c2 100644 --- a/app/src/main/java/j0/l/a/o.java +++ b/app/src/main/java/j0/l/a/o.java @@ -27,7 +27,7 @@ public final class o implements Observable.a { if (i < 0) { throw new IllegalArgumentException(c.d.b.a.a.q("n >= 0 required but it was ", j)); } else if (j == RecyclerView.FOREVER_NS) { - if (c.q.a.k.a.p(this, j) == 0) { + if (c.q.a.k.a.q(this, j) == 0) { Subscriber subscriber = this.child; T[] tArr = this.array; for (T t : tArr) { @@ -41,7 +41,7 @@ public final class o implements Observable.a { subscriber.onCompleted(); } } - } else if (i != 0 && c.q.a.k.a.p(this, j) == 0) { + } else if (i != 0 && c.q.a.k.a.q(this, j) == 0) { Subscriber subscriber2 = this.child; T[] tArr2 = this.array; int length = tArr2.length; diff --git a/app/src/main/java/j0/l/a/o1.java b/app/src/main/java/j0/l/a/o1.java index 5eb65811c8..a39a5859bc 100644 --- a/app/src/main/java/j0/l/a/o1.java +++ b/app/src/main/java/j0/l/a/o1.java @@ -98,7 +98,7 @@ public final class o1 implements Observable.b { subscriber.onNext(obj); j2++; } catch (Throwable th) { - c.q.a.k.a.b0(th, subscriber, obj); + c.q.a.k.a.c0(th, subscriber, obj); return; } } else { @@ -106,7 +106,7 @@ public final class o1 implements Observable.b { } } if (!(j2 == 0 || j == RecyclerView.FOREVER_NS)) { - j = c.q.a.k.a.I(atomicLong, j2); + j = c.q.a.k.a.J(atomicLong, j2); } synchronized (this) { if (!this.l) { @@ -124,7 +124,7 @@ public final class o1 implements Observable.b { if (i < 0) { throw new IllegalArgumentException(c.d.b.a.a.q("n >= required but it was ", j)); } else if (i != 0) { - c.q.a.k.a.p(this.n, j); + c.q.a.k.a.q(this.n, j); Producer producer = this.o; if (producer == null) { synchronized (this.n) { diff --git a/app/src/main/java/j0/l/a/p.java b/app/src/main/java/j0/l/a/p.java index 7c7029eb49..6ea2cc0d9c 100644 --- a/app/src/main/java/j0/l/a/p.java +++ b/app/src/main/java/j0/l/a/p.java @@ -23,7 +23,7 @@ public final class p implements Observable.a { try { bVar.b(this.i.call()); } catch (Throwable th) { - a.a0(th); + a.b0(th); subscriber.onError(th); } } diff --git a/app/src/main/java/j0/l/a/p0.java b/app/src/main/java/j0/l/a/p0.java index 5743552249..b97147cad6 100644 --- a/app/src/main/java/j0/l/a/p0.java +++ b/app/src/main/java/j0/l/a/p0.java @@ -33,11 +33,11 @@ public class p0 extends Subscriber { SerializedSubscriber serializedSubscriber = p0Var.m; Subscriber subscriber = p0Var.j; synchronized (aVar) { - if (!aVar.e && aVar.f2925c) { + if (!aVar.e && aVar.f2926c) { if (i == aVar.a) { t = aVar.b; aVar.b = null; - aVar.f2925c = false; + aVar.f2926c = false; aVar.e = true; } } @@ -53,7 +53,7 @@ public class p0 extends Subscriber { } } } catch (Throwable th) { - c.q.a.k.a.b0(th, subscriber, t); + c.q.a.k.a.c0(th, subscriber, t); } } } @@ -79,16 +79,16 @@ public class p0 extends Subscriber { return; } t = aVar.b; - z2 = aVar.f2925c; + z2 = aVar.f2926c; aVar.b = null; - aVar.f2925c = false; + aVar.f2926c = false; aVar.e = true; } if (z2) { try { serializedSubscriber.onNext(t); } catch (Throwable th) { - c.q.a.k.a.b0(th, this, t); + c.q.a.k.a.c0(th, this, t); return; } } @@ -103,7 +103,7 @@ public class p0 extends Subscriber { synchronized (aVar) { aVar.a++; aVar.b = null; - aVar.f2925c = false; + aVar.f2926c = false; } } @@ -113,7 +113,7 @@ public class p0 extends Subscriber { q0.a aVar = this.i; synchronized (aVar) { aVar.b = t; - aVar.f2925c = true; + aVar.f2926c = true; i = aVar.a + 1; aVar.a = i; } diff --git a/app/src/main/java/j0/l/a/p1.java b/app/src/main/java/j0/l/a/p1.java index daf9bf6229..e29c5c4d4d 100644 --- a/app/src/main/java/j0/l/a/p1.java +++ b/app/src/main/java/j0/l/a/p1.java @@ -41,7 +41,7 @@ public class p1 extends Subscriber { try { r = this.l.k.call(this.j, t); } catch (Throwable th) { - a.b0(th, this.k, t); + a.c0(th, this.k, t); return; } } diff --git a/app/src/main/java/j0/l/a/p2.java b/app/src/main/java/j0/l/a/p2.java index ca780226d3..28c4223b61 100644 --- a/app/src/main/java/j0/l/a/p2.java +++ b/app/src/main/java/j0/l/a/p2.java @@ -31,7 +31,7 @@ public class p2 extends Subscriber { Collections.sort(list, this.m.i); this.k.b(list); } catch (Throwable th) { - a.a0(th); + a.b0(th); onError(th); } } diff --git a/app/src/main/java/j0/l/a/q.java b/app/src/main/java/j0/l/a/q.java index 6091f0bec7..63ca47e6e5 100644 --- a/app/src/main/java/j0/l/a/q.java +++ b/app/src/main/java/j0/l/a/q.java @@ -41,7 +41,7 @@ public final class q implements Observable.a { return; } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); subscriber.onError(th); return; } @@ -49,12 +49,12 @@ public final class q implements Observable.a { return; } } catch (Throwable th2) { - c.q.a.k.a.a0(th2); + c.q.a.k.a.b0(th2); subscriber.onError(th2); return; } } - } else if (j > 0 && c.q.a.k.a.p(this, j) == 0) { + } else if (j > 0 && c.q.a.k.a.q(this, j) == 0) { Subscriber subscriber2 = this.o; Iterator it2 = this.it; do { @@ -63,7 +63,7 @@ public final class q implements Observable.a { if (j2 == j) { j = get(); if (j2 == j) { - j = c.q.a.k.a.I(this, j2); + j = c.q.a.k.a.J(this, j2); } } else if (!subscriber2.isUnsubscribed()) { try { @@ -79,7 +79,7 @@ public final class q implements Observable.a { return; } } catch (Throwable th3) { - c.q.a.k.a.a0(th3); + c.q.a.k.a.b0(th3); subscriber2.onError(th3); return; } @@ -87,7 +87,7 @@ public final class q implements Observable.a { return; } } catch (Throwable th4) { - c.q.a.k.a.a0(th4); + c.q.a.k.a.b0(th4); subscriber2.onError(th4); return; } @@ -121,7 +121,7 @@ public final class q implements Observable.a { subscriber.setProducer(new a(subscriber, it)); } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); subscriber.onError(th); } } diff --git a/app/src/main/java/j0/l/a/q0.java b/app/src/main/java/j0/l/a/q0.java index b07925d4fa..d5ee2e507a 100644 --- a/app/src/main/java/j0/l/a/q0.java +++ b/app/src/main/java/j0/l/a/q0.java @@ -18,7 +18,7 @@ public final class q0 implements Observable.b { public T b; /* renamed from: c reason: collision with root package name */ - public boolean f2925c; + public boolean f2926c; public boolean d; public boolean e; } diff --git a/app/src/main/java/j0/l/a/q1.java b/app/src/main/java/j0/l/a/q1.java index 6b6d77de6e..fdcc70207a 100644 --- a/app/src/main/java/j0/l/a/q1.java +++ b/app/src/main/java/j0/l/a/q1.java @@ -43,7 +43,7 @@ public class q1 extends Subscriber { this.i = call; this.k.onNext(call); } catch (Throwable th) { - a.b0(th, this, t); + a.c0(th, this, t); } } diff --git a/app/src/main/java/j0/l/a/q2.java b/app/src/main/java/j0/l/a/q2.java index 59f7488f63..4ccc4fc9a9 100644 --- a/app/src/main/java/j0/l/a/q2.java +++ b/app/src/main/java/j0/l/a/q2.java @@ -70,7 +70,7 @@ public final class q2 implements Observable.a { try { this.j.onNext(this.k.call(objArr)); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); onError(th); } } else { diff --git a/app/src/main/java/j0/l/a/r.java b/app/src/main/java/j0/l/a/r.java index 00ee4d311b..ed406b1e00 100644 --- a/app/src/main/java/j0/l/a/r.java +++ b/app/src/main/java/j0/l/a/r.java @@ -31,11 +31,11 @@ public final class r implements Observable.a { subscriber2.onStart(); this.i.call(subscriber2); } catch (Throwable th) { - a.a0(th); + a.b0(th); subscriber2.onError(th); } } catch (Throwable th2) { - a.a0(th2); + a.b0(th2); subscriber.onError(th2); } } diff --git a/app/src/main/java/j0/l/a/r2.java b/app/src/main/java/j0/l/a/r2.java index 1dc1759bc9..951d1b2843 100644 --- a/app/src/main/java/j0/l/a/r2.java +++ b/app/src/main/java/j0/l/a/r2.java @@ -131,7 +131,7 @@ public final class r2 implements Observable.b[]> { this.emitted = 0; } } catch (Throwable th) { - c.q.a.k.a.b0(th, gVar, objArr2); + c.q.a.k.a.c0(th, gVar, objArr2); return; } } else if (decrementAndGet() <= 0) { @@ -153,7 +153,7 @@ public final class r2 implements Observable.b[]> { @Override // rx.Producer public void j(long j) { - c.q.a.k.a.p(this, j); + c.q.a.k.a.q(this, j); this.zipper.b(); } } diff --git a/app/src/main/java/j0/l/a/s.java b/app/src/main/java/j0/l/a/s.java index 34369cd66e..8d295cf116 100644 --- a/app/src/main/java/j0/l/a/s.java +++ b/app/src/main/java/j0/l/a/s.java @@ -44,7 +44,7 @@ public final class s implements Observable.a { try { this.i.onNext(this.j.call(t)); } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); unsubscribe(); onError(OnErrorThrowable.a(th, t)); } diff --git a/app/src/main/java/j0/l/a/t0.java b/app/src/main/java/j0/l/a/t0.java index e67b0d7416..f461bbad8e 100644 --- a/app/src/main/java/j0/l/a/t0.java +++ b/app/src/main/java/j0/l/a/t0.java @@ -42,14 +42,14 @@ public class t0 extends Subscriber { request(1); } } catch (Throwable th) { - a.b0(th, this.k, obj); + a.c0(th, this.k, obj); } } else { this.j = true; this.k.onNext(t); } } catch (Throwable th2) { - a.b0(th2, this.k, t); + a.c0(th2, this.k, t); } } } diff --git a/app/src/main/java/j0/l/a/u.java b/app/src/main/java/j0/l/a/u.java index 9343b8d783..3d234b2a3c 100644 --- a/app/src/main/java/j0/l/a/u.java +++ b/app/src/main/java/j0/l/a/u.java @@ -38,7 +38,7 @@ public class u extends Subscriber> { if (!z2 || !this.j.i.l) { this.i.onNext(fVar); } else { - this.i.onError(fVar.f2922c); + this.i.onError(fVar.f2923c); } } else { this.i.onCompleted(); diff --git a/app/src/main/java/j0/l/a/u1.java b/app/src/main/java/j0/l/a/u1.java index 4e98ef64e9..a9524806ca 100644 --- a/app/src/main/java/j0/l/a/u1.java +++ b/app/src/main/java/j0/l/a/u1.java @@ -44,7 +44,7 @@ public class u1 extends Subscriber { } request(1); } catch (Throwable th) { - a.b0(th, this.k, t); + a.c0(th, this.k, t); } } } diff --git a/app/src/main/java/j0/l/a/x.java b/app/src/main/java/j0/l/a/x.java index 523702a193..05fa6c6c1b 100644 --- a/app/src/main/java/j0/l/a/x.java +++ b/app/src/main/java/j0/l/a/x.java @@ -25,7 +25,7 @@ public class x implements Producer { @Override // rx.Producer public void j(long j) { if (j > 0) { - c.q.a.k.a.p(this.i, j); + c.q.a.k.a.q(this.i, j); this.j.j(j); if (this.k.compareAndSet(true, false)) { this.l.a(this.m); diff --git a/app/src/main/java/j0/l/a/x0.java b/app/src/main/java/j0/l/a/x0.java index 1c83732a3b..008b196f8e 100644 --- a/app/src/main/java/j0/l/a/x0.java +++ b/app/src/main/java/j0/l/a/x0.java @@ -112,11 +112,11 @@ public final class x0 implements Observable.b> { } a(1); synchronized (eVar) { - if (!eVar.f2926s) { + if (!eVar.f2927s) { eVar.r = false; return; } - eVar.f2926s = false; + eVar.f2927s = false; eVar.c(); return; } @@ -158,7 +158,7 @@ public final class x0 implements Observable.b> { int i = (j > 0 ? 1 : (j == 0 ? 0 : -1)); if (i > 0) { if (get() != RecyclerView.FOREVER_NS) { - c.q.a.k.a.p(this, j); + c.q.a.k.a.q(this, j); this.subscriber.b(); } } else if (i < 0) { @@ -181,31 +181,31 @@ public final class x0 implements Observable.b> { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2926s; + public boolean f2927s; public final Object t = new Object(); public volatile c[] u = i; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public int f2927x; + public int f2928x; /* renamed from: y reason: collision with root package name */ - public final int f2928y; + public final int f2929y; /* renamed from: z reason: collision with root package name */ - public int f2929z; + public int f2930z; public e(Subscriber subscriber, boolean z2, int i2) { this.j = subscriber; this.k = z2; this.l = i2; if (i2 == Integer.MAX_VALUE) { - this.f2928y = Integer.MAX_VALUE; + this.f2929y = Integer.MAX_VALUE; request(RecyclerView.FOREVER_NS); return; } - this.f2928y = Math.max(1, i2 >> 1); + this.f2929y = Math.max(1, i2 >> 1); request((long) i2); } @@ -228,7 +228,7 @@ public final class x0 implements Observable.b> { public void b() { synchronized (this) { if (this.r) { - this.f2926s = true; + this.f2927s = true; return; } this.r = true; @@ -325,7 +325,7 @@ public final class x0 implements Observable.b> { if (!z5 || ((queue2 != null && !queue2.isEmpty()) || length != 0)) { if (length > 0) { long j4 = this.w; - int i6 = this.f2927x; + int i6 = this.f2928x; if (length <= i6 || cVarArr[i6].k != j4) { if (length <= i6) { i6 = 0; @@ -336,7 +336,7 @@ public final class x0 implements Observable.b> { i6 = 0; } } - this.f2927x = i6; + this.f2928x = i6; this.w = cVarArr[i6].k; } int i8 = 0; @@ -414,7 +414,7 @@ public final class x0 implements Observable.b> { return; } } - this.f2927x = i6; + this.f2928x = i6; this.w = cVarArr[i6].k; } else { subscriber2 = subscriber; @@ -426,7 +426,7 @@ public final class x0 implements Observable.b> { if (!z3) { synchronized (this) { try { - if (!this.f2926s) { + if (!this.f2927s) { try { this.r = false; return; @@ -443,7 +443,7 @@ public final class x0 implements Observable.b> { throw th2; } } else { - this.f2926s = false; + this.f2927s = false; } } catch (Throwable th8) { th2 = th8; @@ -593,13 +593,13 @@ public final class x0 implements Observable.b> { if (observable != null) { z2 = true; if (observable == c.j) { - int i2 = this.f2929z + 1; - if (i2 == this.f2928y) { - this.f2929z = 0; + int i2 = this.f2930z + 1; + if (i2 == this.f2929y) { + this.f2930z = 0; request((long) i2); return; } - this.f2929z = i2; + this.f2930z = i2; return; } else if (observable instanceof j) { T t = ((j) observable).k; @@ -628,19 +628,19 @@ public final class x0 implements Observable.b> { if (j != RecyclerView.FOREVER_NS) { this.m.a(1); } - int i3 = this.f2929z + 1; - if (i3 == this.f2928y) { - this.f2929z = 0; + int i3 = this.f2930z + 1; + if (i3 == this.f2929y) { + this.f2930z = 0; request((long) i3); } else { - this.f2929z = i3; + this.f2930z = i3; } synchronized (this) { - if (!this.f2926s) { + if (!this.f2927s) { this.r = false; return; } - this.f2926s = false; + this.f2927s = false; c(); return; } diff --git a/app/src/main/java/j0/l/a/y0.java b/app/src/main/java/j0/l/a/y0.java index ea47b9c418..f54bbc7cc5 100644 --- a/app/src/main/java/j0/l/a/y0.java +++ b/app/src/main/java/j0/l/a/y0.java @@ -14,7 +14,7 @@ public class y0 implements Producer { @Override // rx.Producer public void j(long j) { if (j > 0) { - a.p(this.i.o, j); + a.q(this.i.o, j); this.i.b(); } } diff --git a/app/src/main/java/j0/l/a/y1.java b/app/src/main/java/j0/l/a/y1.java index 72afd1e069..699d15f9b0 100644 --- a/app/src/main/java/j0/l/a/y1.java +++ b/app/src/main/java/j0/l/a/y1.java @@ -108,7 +108,7 @@ public final class y1 implements Observable.b> { public Producer r; /* renamed from: s reason: collision with root package name */ - public volatile boolean f2930s; + public volatile boolean f2931s; public Throwable t; public boolean u; @@ -167,7 +167,7 @@ public final class y1 implements Observable.b> { Subscriber subscriber = this.j; long j2 = j; Throwable th4 = th; - boolean z3 = this.f2930s; + boolean z3 = this.f2931s; while (true) { long j3 = 0; while (true) { @@ -192,7 +192,7 @@ public final class y1 implements Observable.b> { return; } } - if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2930s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { + if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2931s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { synchronized (this) { long j4 = this.q; if (j4 != RecyclerView.FOREVER_NS) { @@ -205,7 +205,7 @@ public final class y1 implements Observable.b> { return; } this.p = false; - z3 = this.f2930s; + z3 = this.f2931s; z2 = this.u; th4 = this.t; if (!(th4 == null || th4 == (th2 = i) || this.l)) { @@ -237,7 +237,7 @@ public final class y1 implements Observable.b> { @Override // j0.g public void onCompleted() { - this.f2930s = true; + this.f2931s = true; b(); } @@ -248,7 +248,7 @@ public final class y1 implements Observable.b> { c2 = c(th); } if (c2) { - this.f2930s = true; + this.f2931s = true; b(); return; } diff --git a/app/src/main/java/j0/l/a/z0.java b/app/src/main/java/j0/l/a/z0.java index 732ac83a6a..c243d14bf1 100644 --- a/app/src/main/java/j0/l/a/z0.java +++ b/app/src/main/java/j0/l/a/z0.java @@ -123,7 +123,7 @@ public final class z0 implements Observable.b { subscriber.onNext((Object) e.b(poll)); j++; if (j == ((long) this.m)) { - j3 = c.q.a.k.a.I(this.o, j); + j3 = c.q.a.k.a.J(this.o, j); request(j); j = 0; } diff --git a/app/src/main/java/j0/l/b/b.java b/app/src/main/java/j0/l/b/b.java index e8965f9643..c9c38e9651 100644 --- a/app/src/main/java/j0/l/b/b.java +++ b/app/src/main/java/j0/l/b/b.java @@ -22,7 +22,7 @@ public final class b extends AtomicInteger implements Producer { subscriber.onCompleted(); } } catch (Throwable th) { - a.b0(th, subscriber, t); + a.c0(th, subscriber, t); } } } diff --git a/app/src/main/java/j0/l/b/c.java b/app/src/main/java/j0/l/b/c.java index 091b5123de..8e4d06b491 100644 --- a/app/src/main/java/j0/l/b/c.java +++ b/app/src/main/java/j0/l/b/c.java @@ -30,7 +30,7 @@ public final class c extends AtomicBoolean implements Producer { subscriber.onCompleted(); } } catch (Throwable th) { - a.b0(th, subscriber, t); + a.c0(th, subscriber, t); } } } diff --git a/app/src/main/java/j0/l/c/a.java b/app/src/main/java/j0/l/c/a.java index 3806bf7d81..108e83ea8a 100644 --- a/app/src/main/java/j0/l/c/a.java +++ b/app/src/main/java/j0/l/c/a.java @@ -23,7 +23,7 @@ public final class a extends Scheduler implements k { public static final TimeUnit b = TimeUnit.SECONDS; /* renamed from: c reason: collision with root package name */ - public static final c f2931c; + public static final c f2932c; public static final C0329a d; public final ThreadFactory e; public final AtomicReference f; @@ -35,7 +35,7 @@ public final class a extends Scheduler implements k { public final long b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue f2932c; + public final ConcurrentLinkedQueue f2933c; public final CompositeSubscription d; public final ScheduledExecutorService e; public final Future f; @@ -66,15 +66,15 @@ public final class a extends Scheduler implements k { @Override // java.lang.Runnable public void run() { C0329a aVar = C0329a.this; - if (!aVar.f2932c.isEmpty()) { + if (!aVar.f2933c.isEmpty()) { long nanoTime = System.nanoTime(); - Iterator it = aVar.f2932c.iterator(); + Iterator it = aVar.f2933c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.q > nanoTime) { return; } - if (aVar.f2932c.remove(next)) { + if (aVar.f2933c.remove(next)) { aVar.d.c(next); } } @@ -87,7 +87,7 @@ public final class a extends Scheduler implements k { this.a = threadFactory; long nanos = timeUnit != null ? timeUnit.toNanos(j) : 0; this.b = nanos; - this.f2932c = new ConcurrentLinkedQueue<>(); + this.f2933c = new ConcurrentLinkedQueue<>(); this.d = new CompositeSubscription(); ScheduledExecutorService scheduledExecutorService = null; if (timeUnit != null) { @@ -147,15 +147,15 @@ public final class a extends Scheduler implements k { this.j = aVar; this.l = new AtomicBoolean(); if (aVar.d.j) { - cVar = a.f2931c; + cVar = a.f2932c; } else { while (true) { - if (aVar.f2932c.isEmpty()) { + if (aVar.f2933c.isEmpty()) { cVar2 = new c(aVar.a); aVar.d.a(cVar2); break; } - cVar2 = aVar.f2932c.poll(); + cVar2 = aVar.f2933c.poll(); if (cVar2 != null) { break; } @@ -187,7 +187,7 @@ public final class a extends Scheduler implements k { c cVar = this.k; Objects.requireNonNull(aVar); cVar.q = System.nanoTime() + aVar.b; - aVar.f2932c.offer(cVar); + aVar.f2933c.offer(cVar); } @Override // rx.Subscription @@ -215,7 +215,7 @@ public final class a extends Scheduler implements k { static { c cVar = new c(i.i); - f2931c = cVar; + f2932c = cVar; cVar.unsubscribe(); C0329a aVar = new C0329a(null, 0, null); d = aVar; diff --git a/app/src/main/java/j0/l/c/b.java b/app/src/main/java/j0/l/c/b.java index 0c5ddfc6c4..4dcf62a654 100644 --- a/app/src/main/java/j0/l/c/b.java +++ b/app/src/main/java/j0/l/c/b.java @@ -17,7 +17,7 @@ public final class b extends Scheduler implements k { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final C0334b f2933c = new C0334b(null, 0); + public static final C0334b f2934c = new C0334b(null, 0); public final ThreadFactory d; public final AtomicReference e; @@ -119,7 +119,7 @@ public final class b extends Scheduler implements k { public final c[] b; /* renamed from: c reason: collision with root package name */ - public long f2934c; + public long f2935c; public C0334b(ThreadFactory threadFactory, int i) { this.a = i; @@ -135,8 +135,8 @@ public final class b extends Scheduler implements k { return b.b; } c[] cVarArr = this.b; - long j = this.f2934c; - this.f2934c = 1 + j; + long j = this.f2935c; + this.f2935c = 1 + j; return cVarArr[(int) (j % ((long) i))]; } } @@ -162,7 +162,7 @@ public final class b extends Scheduler implements k { public b(ThreadFactory threadFactory) { this.d = threadFactory; - C0334b bVar = f2933c; + C0334b bVar = f2934c; AtomicReference atomicReference = new AtomicReference<>(bVar); this.e = atomicReference; C0334b bVar2 = new C0334b(threadFactory, a); @@ -184,7 +184,7 @@ public final class b extends Scheduler implements k { C0334b bVar2; do { bVar = this.e.get(); - bVar2 = f2933c; + bVar2 = f2934c; if (bVar == bVar2) { return; } diff --git a/app/src/main/java/j0/l/c/c.java b/app/src/main/java/j0/l/c/c.java index 58c1dcf60a..3e0274b2ea 100644 --- a/app/src/main/java/j0/l/c/c.java +++ b/app/src/main/java/j0/l/c/c.java @@ -65,7 +65,7 @@ public final class c extends Scheduler { public a(Executor executor) { ScheduledExecutorService scheduledExecutorService; this.i = executor; - ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2935c.e.get(); + ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2936c.e.get(); if (scheduledExecutorServiceArr == d.a) { scheduledExecutorService = d.b; } else { diff --git a/app/src/main/java/j0/l/c/d.java b/app/src/main/java/j0/l/c/d.java index 9a2fefa202..a9e5f71fd6 100644 --- a/app/src/main/java/j0/l/c/d.java +++ b/app/src/main/java/j0/l/c/d.java @@ -10,7 +10,7 @@ public final class d implements k { public static final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public static final d f2935c = new d(); + public static final d f2936c = new d(); public static int d; public final AtomicReference e = new AtomicReference<>(a); diff --git a/app/src/main/java/j0/l/c/g.java b/app/src/main/java/j0/l/c/g.java index b5041d9c06..31ed0a983e 100644 --- a/app/src/main/java/j0/l/c/g.java +++ b/app/src/main/java/j0/l/c/g.java @@ -42,7 +42,7 @@ public class g extends Scheduler.Worker implements Subscription { } } } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); l.b(th); } } diff --git a/app/src/main/java/j0/l/c/j.java b/app/src/main/java/j0/l/c/j.java index dcc298c39e..a537929e38 100644 --- a/app/src/main/java/j0/l/c/j.java +++ b/app/src/main/java/j0/l/c/j.java @@ -45,16 +45,16 @@ public final class j extends AtomicReference implements Runnable, Subscr public final SubscriptionList parent; /* renamed from: s reason: collision with root package name */ - public final j f2936s; + public final j f2937s; public b(j jVar, SubscriptionList subscriptionList) { - this.f2936s = jVar; + this.f2937s = jVar; this.parent = subscriptionList; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2936s.cancel.j; + return this.f2937s.cancel.j; } @Override // rx.Subscription @@ -62,7 +62,7 @@ public final class j extends AtomicReference implements Runnable, Subscr boolean remove; if (compareAndSet(false, true)) { SubscriptionList subscriptionList = this.parent; - j jVar = this.f2936s; + j jVar = this.f2937s; if (!subscriptionList.j) { synchronized (subscriptionList) { List list = subscriptionList.i; @@ -87,22 +87,22 @@ public final class j extends AtomicReference implements Runnable, Subscr public final CompositeSubscription parent; /* renamed from: s reason: collision with root package name */ - public final j f2937s; + public final j f2938s; public c(j jVar, CompositeSubscription compositeSubscription) { - this.f2937s = jVar; + this.f2938s = jVar; this.parent = compositeSubscription; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2937s.cancel.j; + return this.f2938s.cancel.j; } @Override // rx.Subscription public void unsubscribe() { if (compareAndSet(false, true)) { - this.parent.c(this.f2937s); + this.parent.c(this.f2938s); } } } diff --git a/app/src/main/java/j0/l/c/l.java b/app/src/main/java/j0/l/c/l.java index e038f128d2..2fcfe526ec 100644 --- a/app/src/main/java/j0/l/c/l.java +++ b/app/src/main/java/j0/l/c/l.java @@ -27,7 +27,7 @@ public class l implements Action0 { Thread.sleep(currentTimeMillis); } catch (InterruptedException e) { Thread.currentThread().interrupt(); - a.J(e); + a.K(e); throw null; } } diff --git a/app/src/main/java/j0/l/e/e.java b/app/src/main/java/j0/l/e/e.java index f55e566f52..e54bd2a9f1 100644 --- a/app/src/main/java/j0/l/e/e.java +++ b/app/src/main/java/j0/l/e/e.java @@ -27,7 +27,7 @@ public enum e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public Throwable call(f fVar) { - return fVar.f2922c; + return fVar.f2923c; } } diff --git a/app/src/main/java/j0/l/e/f.java b/app/src/main/java/j0/l/e/f.java index 02bffe8de4..c38876772a 100644 --- a/app/src/main/java/j0/l/e/f.java +++ b/app/src/main/java/j0/l/e/f.java @@ -7,14 +7,14 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public int f2938c; + public int f2939c; public T[] d; public f() { - int N = a.N(16); - this.a = N - 1; - this.f2938c = (int) (((float) N) * 0.75f); - this.d = (T[]) new Object[N]; + int O = a.O(16); + this.a = O - 1; + this.f2939c = (int) (((float) O) * 0.75f); + this.d = (T[]) new Object[O]; } public static int b(int i) { @@ -43,7 +43,7 @@ public final class f { tArr[b] = t; int i2 = this.b + 1; this.b = i2; - if (i2 >= this.f2938c) { + if (i2 >= this.f2939c) { T[] tArr2 = this.d; int length = tArr2.length; int i3 = length << 1; @@ -67,7 +67,7 @@ public final class f { i2 = i5; } this.a = i4; - this.f2938c = (int) (((float) i3) * 0.75f); + this.f2939c = (int) (((float) i3) * 0.75f); this.d = tArr3; } return true; diff --git a/app/src/main/java/j0/l/e/j.java b/app/src/main/java/j0/l/e/j.java index fafc8ba572..4a5fda40e8 100644 --- a/app/src/main/java/j0/l/e/j.java +++ b/app/src/main/java/j0/l/e/j.java @@ -126,7 +126,7 @@ public final class j extends Observable { subscriber.onCompleted(); } } catch (Throwable th) { - c.q.a.k.a.b0(th, subscriber, t); + c.q.a.k.a.c0(th, subscriber, t); } } } @@ -180,7 +180,7 @@ public final class j extends Observable { subscriber.onCompleted(); } } catch (Throwable th) { - c.q.a.k.a.b0(th, subscriber, t); + c.q.a.k.a.c0(th, subscriber, t); } } } diff --git a/app/src/main/java/j0/l/e/m/a.java b/app/src/main/java/j0/l/e/m/a.java index 716b02256e..a034964f33 100644 --- a/app/src/main/java/j0/l/e/m/a.java +++ b/app/src/main/java/j0/l/e/m/a.java @@ -9,9 +9,9 @@ public abstract class a extends AbstractQueue { public final int j; public a(int i) { - int N = c.q.a.k.a.N(i); - this.j = N - 1; - this.i = new AtomicReferenceArray<>(N); + int O = c.q.a.k.a.O(i); + this.j = O - 1; + this.i = new AtomicReferenceArray<>(O); } @Override // java.util.AbstractQueue, java.util.AbstractCollection, java.util.Collection diff --git a/app/src/main/java/j0/l/e/m/d.java b/app/src/main/java/j0/l/e/m/d.java index 74ae5f999c..f8feb0a1ac 100644 --- a/app/src/main/java/j0/l/e/m/d.java +++ b/app/src/main/java/j0/l/e/m/d.java @@ -16,7 +16,7 @@ public final class d extends AtomicReferenceArray implements Queue { public final AtomicLong producerIndex = new AtomicLong(); public d(int i) { - super(a.N(i)); + super(a.O(i)); int length = length(); this.mask = length - 1; this.capacitySkip = length - i; diff --git a/app/src/main/java/j0/l/e/m/e.java b/app/src/main/java/j0/l/e/m/e.java index 7b6e0bde3b..e455c5221a 100644 --- a/app/src/main/java/j0/l/e/m/e.java +++ b/app/src/main/java/j0/l/e/m/e.java @@ -20,12 +20,12 @@ public final class e implements Queue { public final AtomicLong r = new AtomicLong(); public e(int i2) { - int N = a.N(i2); - int i3 = N - 1; - AtomicReferenceArray atomicReferenceArray = new AtomicReferenceArray<>(N + 1); + int O = a.O(i2); + int i3 = O - 1; + AtomicReferenceArray atomicReferenceArray = new AtomicReferenceArray<>(O + 1); this.o = atomicReferenceArray; this.n = i3; - this.l = Math.min(N / 4, i); + this.l = Math.min(O / 4, i); this.q = atomicReferenceArray; this.p = i3; this.m = (long) (i3 - 1); diff --git a/app/src/main/java/j0/l/e/m/g.java b/app/src/main/java/j0/l/e/m/g.java index 4eacff49a8..b4f87e91fc 100644 --- a/app/src/main/java/j0/l/e/m/g.java +++ b/app/src/main/java/j0/l/e/m/g.java @@ -21,14 +21,14 @@ public final class g implements Queue { public final AtomicLong r = new AtomicLong(); public g(int i2) { - int N = a.N(Math.max(8, i2)); - int i3 = N - 1; + int O = a.O(Math.max(8, i2)); + int i3 = O - 1; AtomicLong atomicLong = new AtomicLong(); this.k = atomicLong; - AtomicReferenceArray atomicReferenceArray = new AtomicReferenceArray<>(N + 1); + AtomicReferenceArray atomicReferenceArray = new AtomicReferenceArray<>(O + 1); this.o = atomicReferenceArray; this.n = i3; - this.l = Math.min(N / 4, i); + this.l = Math.min(O / 4, i); this.q = atomicReferenceArray; this.p = i3; this.m = (long) (i3 - 1); diff --git a/app/src/main/java/j0/l/e/n/e.java b/app/src/main/java/j0/l/e/n/e.java index ea4a55d9ad..93e8da31de 100644 --- a/app/src/main/java/j0/l/e/n/e.java +++ b/app/src/main/java/j0/l/e/n/e.java @@ -27,9 +27,9 @@ public abstract class e extends f { } public e(int i2) { - int N = a.N(i2); - this.l = (long) (N - 1); - this.m = (E[]) new Object[((N << i) + 64)]; + int O = a.O(i2); + this.l = (long) (O - 1); + this.m = (E[]) new Object[((O << i) + 64)]; } public final long c(long j2) { diff --git a/app/src/main/java/j0/l/e/n/t.java b/app/src/main/java/j0/l/e/n/t.java index 36d3047b7e..43a1627051 100644 --- a/app/src/main/java/j0/l/e/n/t.java +++ b/app/src/main/java/j0/l/e/n/t.java @@ -12,16 +12,16 @@ public class t extends v { public static final long r; /* renamed from: s reason: collision with root package name */ - public static final int f2939s; + public static final int f2940s; public static final Object t = new Object(); static { Unsafe unsafe = y.a; int arrayIndexScale = unsafe.arrayIndexScale(Object[].class); if (4 == arrayIndexScale) { - f2939s = 2; + f2940s = 2; } else if (8 == arrayIndexScale) { - f2939s = 3; + f2940s = 3; } else { throw new IllegalStateException("Unknown pointer size"); } @@ -43,12 +43,12 @@ public class t extends v { } public t(int i) { - int N = a.N(i); - long j = (long) (N - 1); - E[] eArr = (E[]) new Object[(N + 1)]; + int O = a.O(i); + long j = (long) (O - 1); + E[] eArr = (E[]) new Object[(O + 1)]; this.l = eArr; this.k = j; - this.i = Math.min(N / 4, o); + this.i = Math.min(O / 4, o); this.n = eArr; this.m = j; this.j = j - 1; @@ -56,7 +56,7 @@ public class t extends v { } public static long c(long j) { - return r + (j << f2939s); + return r + (j << f2940s); } public static long d(long j, long j2) { diff --git a/app/src/main/java/j0/m/a.java b/app/src/main/java/j0/m/a.java index 67f4864956..eb43d47f10 100644 --- a/app/src/main/java/j0/m/a.java +++ b/app/src/main/java/j0/m/a.java @@ -60,7 +60,7 @@ public final class a { if (atomicReference2.get() == null) { return (T) atomicReference.get(); } - c.q.a.k.a.J((Throwable) atomicReference2.get()); + c.q.a.k.a.K((Throwable) atomicReference2.get()); throw null; } diff --git a/app/src/main/java/j0/n/b.java b/app/src/main/java/j0/n/b.java index 63ff5f2efb..dcde7a8f70 100644 --- a/app/src/main/java/j0/n/b.java +++ b/app/src/main/java/j0/n/b.java @@ -46,7 +46,7 @@ public class b extends Subscriber { @Override // j0.g public void onError(Throwable th) { - a.a0(th); + a.b0(th); if (!this.j) { this.j = true; Objects.requireNonNull(o.a.b()); @@ -75,7 +75,7 @@ public class b extends Subscriber { this.i.onNext(t); } } catch (Throwable th) { - a.a0(th); + a.b0(th); onError(th); } } diff --git a/app/src/main/java/j0/n/c.java b/app/src/main/java/j0/n/c.java index d39a4eb523..c7944a224f 100644 --- a/app/src/main/java/j0/n/c.java +++ b/app/src/main/java/j0/n/c.java @@ -60,7 +60,7 @@ public class c implements g { @Override // j0.g public void onError(Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); if (!this.k) { synchronized (this) { if (!this.k) { @@ -129,7 +129,7 @@ public class c implements g { } } catch (Throwable th) { this.k = true; - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); this.i.onError(OnErrorThrowable.a(th, t)); return; } @@ -137,7 +137,7 @@ public class c implements g { } } catch (Throwable th2) { this.k = true; - c.q.a.k.a.b0(th2, this.i, t); + c.q.a.k.a.c0(th2, this.i, t); } } } diff --git a/app/src/main/java/j0/o/l.java b/app/src/main/java/j0/o/l.java index b33e1e1089..6e7e549a60 100644 --- a/app/src/main/java/j0/o/l.java +++ b/app/src/main/java/j0/o/l.java @@ -16,7 +16,7 @@ public final class l { public static volatile b b = new c(); /* renamed from: c reason: collision with root package name */ - public static volatile b f2940c = new d(); + public static volatile b f2941c = new d(); public static volatile b d = new e(); public static volatile Func2 e = new g(); public static volatile b f = new i(); diff --git a/app/src/main/java/j0/o/o.java b/app/src/main/java/j0/o/o.java index 06ccf57ca0..866246943c 100644 --- a/app/src/main/java/j0/o/o.java +++ b/app/src/main/java/j0/o/o.java @@ -10,7 +10,7 @@ public class o { public static final b b = new a(); /* renamed from: c reason: collision with root package name */ - public final AtomicReference f2941c = new AtomicReference<>(); + public final AtomicReference f2942c = new AtomicReference<>(); public final AtomicReference d = new AtomicReference<>(); public final AtomicReference e = new AtomicReference<>(); public final AtomicReference f = new AtomicReference<>(); @@ -88,15 +88,15 @@ public class o { } public b b() { - if (this.f2941c.get() == null) { + if (this.f2942c.get() == null) { Object d = d(b.class, g()); if (d == null) { - this.f2941c.compareAndSet(null, b); + this.f2942c.compareAndSet(null, b); } else { - this.f2941c.compareAndSet(null, (b) d); + this.f2942c.compareAndSet(null, (b) d); } } - return this.f2941c.get(); + return this.f2942c.get(); } public m c() { diff --git a/app/src/main/java/j0/p/a.java b/app/src/main/java/j0/p/a.java index c5eb1ab528..b599fc9361 100644 --- a/app/src/main/java/j0/p/a.java +++ b/app/src/main/java/j0/p/a.java @@ -14,7 +14,7 @@ public final class a { public final Scheduler b = new b(new i("RxComputationScheduler-")); /* renamed from: c reason: collision with root package name */ - public final Scheduler f2942c = new j0.l.c.a(new i("RxIoScheduler-")); + public final Scheduler f2943c = new j0.l.c.a(new i("RxIoScheduler-")); public final Scheduler d = new f(new i("RxNewThreadScheduler-")); public a() { @@ -41,7 +41,7 @@ public final class a { if (scheduler instanceof k) { ((k) scheduler).shutdown(); } - Scheduler scheduler2 = aVar2.f2942c; + Scheduler scheduler2 = aVar2.f2943c; if (scheduler2 instanceof k) { ((k) scheduler2).shutdown(); } @@ -54,6 +54,6 @@ public final class a { } public static Scheduler c() { - return b().f2942c; + return b().f2943c; } } diff --git a/app/src/main/java/j0/q/a.java b/app/src/main/java/j0/q/a.java index b34c37a5aa..dfaadce478 100644 --- a/app/src/main/java/j0/q/a.java +++ b/app/src/main/java/j0/q/a.java @@ -46,7 +46,7 @@ public final class a extends Subject { public void j(long j) { int i = (j > 0 ? 1 : (j == 0 ? 0 : -1)); if (i > 0) { - c.q.a.k.a.p(this.requested, j); + c.q.a.k.a.q(this.requested, j); ((c) this.state.buffer).a(this); } else if (i < 0) { throw new IllegalArgumentException(c.d.b.a.a.q("n >= required but it was ", j)); @@ -65,7 +65,7 @@ public final class a extends Subject { public volatile C0341a b; /* renamed from: c reason: collision with root package name */ - public C0341a f2943c; + public C0341a f2944c; public int d; public volatile boolean e; public Throwable f; @@ -84,7 +84,7 @@ public final class a extends Subject { public c(int i) { this.a = i; C0341a aVar = new C0341a<>(null); - this.f2943c = aVar; + this.f2944c = aVar; this.b = aVar; } @@ -154,7 +154,7 @@ public final class a extends Subject { } } if (!(j2 == 0 || j == RecyclerView.FOREVER_NS)) { - c.q.a.k.a.I(bVar.requested, j2); + c.q.a.k.a.J(bVar.requested, j2); } bVar.node = aVar; i2 = bVar.addAndGet(-i2); @@ -267,7 +267,7 @@ public final class a extends Subject { arrayList.add(th2); } } - c.q.a.k.a.Z(arrayList); + c.q.a.k.a.a0(arrayList); } @Override // j0.g @@ -276,8 +276,8 @@ public final class a extends Subject { c cVar = (c) aVar; Objects.requireNonNull(cVar); c.C0341a aVar2 = new c.C0341a<>(t); - cVar.f2943c.set(aVar2); - cVar.f2943c = aVar2; + cVar.f2944c.set(aVar2); + cVar.f2944c = aVar2; int i2 = cVar.d; if (i2 == cVar.a) { cVar.b = cVar.b.get(); diff --git a/app/src/main/java/j0/q/c.java b/app/src/main/java/j0/q/c.java index 00b1f6d63d..9d52d7d5df 100644 --- a/app/src/main/java/j0/q/c.java +++ b/app/src/main/java/j0/q/c.java @@ -24,7 +24,7 @@ public final class c extends AtomicReference> implements Observable.a public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f2944c; + public static final a f2945c; public final boolean d; public final b[] e; @@ -32,7 +32,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = new b[0]; a = bVarArr; b = new a(true, bVarArr); - f2944c = new a(false, bVarArr); + f2945c = new a(false, bVarArr); } public a(boolean z2, b[] bVarArr) { @@ -87,7 +87,7 @@ public final class c extends AtomicReference> implements Observable.a } public c() { - super(a.f2944c); + super(a.f2945c); a.C0323a aVar = j0.k.a.a; this.onStart = aVar; this.onAdded = aVar; @@ -103,7 +103,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = aVar.e; int length = bVarArr.length; if (length == 1 && bVarArr[0] == bVar) { - aVar2 = a.f2944c; + aVar2 = a.f2945c; } else { if (length != 0) { int i = length - 1; @@ -122,7 +122,7 @@ public final class c extends AtomicReference> implements Observable.a } i2++; } else if (i3 == 0) { - aVar2 = a.f2944c; + aVar2 = a.f2945c; } else { if (i3 < i) { b[] bVarArr3 = new b[i3]; diff --git a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java index b5c74e8fd3..0cef91903d 100644 --- a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java +++ b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java @@ -13,7 +13,7 @@ public final class CodedOutputStream { public final int b; /* renamed from: c reason: collision with root package name */ - public int f2945c; + public int f2946c; public int d = 0; public final OutputStream e; @@ -26,7 +26,7 @@ public final class CodedOutputStream { public CodedOutputStream(OutputStream outputStream, byte[] bArr) { this.e = outputStream; this.a = bArr; - this.f2945c = 0; + this.f2946c = 0; this.b = bArr.length; } @@ -212,8 +212,8 @@ public final class CodedOutputStream { public final void a() throws IOException { OutputStream outputStream = this.e; if (outputStream != null) { - outputStream.write(this.a, 0, this.f2945c); - this.f2945c = 0; + outputStream.write(this.a, 0, this.f2946c); + this.f2946c = 0; return; } throw new OutOfSpaceException(); @@ -329,12 +329,12 @@ public final class CodedOutputStream { } public void writeRawByte(byte b) throws IOException { - if (this.f2945c == this.b) { + if (this.f2946c == this.b) { a(); } byte[] bArr = this.a; - int i = this.f2945c; - this.f2945c = i + 1; + int i = this.f2946c; + this.f2946c = i + 1; bArr[i] = b; this.d++; } @@ -349,10 +349,10 @@ public final class CodedOutputStream { public void writeRawBytes(c cVar, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2945c; + int i4 = this.f2946c; if (i3 - i4 >= i2) { cVar.copyTo(this.a, i, i4, i2); - this.f2945c += i2; + this.f2946c += i2; this.d += i2; return; } @@ -360,12 +360,12 @@ public final class CodedOutputStream { cVar.copyTo(this.a, i, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2945c = this.b; + this.f2946c = this.b; this.d += i5; a(); if (i7 <= this.b) { cVar.copyTo(this.a, i6, 0, i7); - this.f2945c = i7; + this.f2946c = i7; } else { OutputStream outputStream = this.e; if (i6 < 0) { @@ -390,10 +390,10 @@ public final class CodedOutputStream { public void writeRawBytes(byte[] bArr, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2945c; + int i4 = this.f2946c; if (i3 - i4 >= i2) { System.arraycopy(bArr, i, this.a, i4, i2); - this.f2945c += i2; + this.f2946c += i2; this.d += i2; return; } @@ -401,12 +401,12 @@ public final class CodedOutputStream { System.arraycopy(bArr, i, this.a, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2945c = this.b; + this.f2946c = this.b; this.d += i5; a(); if (i7 <= this.b) { System.arraycopy(bArr, i6, this.a, 0, i7); - this.f2945c = i7; + this.f2946c = i7; } else { this.e.write(bArr, i6, i7); } diff --git a/app/src/main/java/kotlinx/coroutines/CoroutineDispatcher.java b/app/src/main/java/kotlinx/coroutines/CoroutineDispatcher.java index 87cff35113..b9e8b4725a 100644 --- a/app/src/main/java/kotlinx/coroutines/CoroutineDispatcher.java +++ b/app/src/main/java/kotlinx/coroutines/CoroutineDispatcher.java @@ -71,6 +71,6 @@ public abstract class CoroutineDispatcher extends d0.w.a implements d { @Override // java.lang.Object public String toString() { - return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this); + return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.v(this); } } diff --git a/app/src/main/java/me/dm7/barcodescanner/zxing/ZXingScannerView.java b/app/src/main/java/me/dm7/barcodescanner/zxing/ZXingScannerView.java index 64f9902dc4..4921c4440c 100644 --- a/app/src/main/java/me/dm7/barcodescanner/zxing/ZXingScannerView.java +++ b/app/src/main/java/me/dm7/barcodescanner/zxing/ZXingScannerView.java @@ -141,7 +141,7 @@ public class ZXingScannerView extends e0.a.a.a.a { Camera.Size previewSize = camera.getParameters().getPreviewSize(); int i = previewSize.width; int i2 = previewSize.height; - if (c.q.a.k.a.w(getContext()) == 1) { + if (c.q.a.k.a.x(getContext()) == 1) { int rotationCount = getRotationCount(); if (rotationCount != 1) { if (rotationCount != 3) { diff --git a/app/src/main/java/okhttp3/MediaType.java b/app/src/main/java/okhttp3/MediaType.java index b7bbc69918..508105b462 100644 --- a/app/src/main/java/okhttp3/MediaType.java +++ b/app/src/main/java/okhttp3/MediaType.java @@ -19,7 +19,7 @@ public final class MediaType { public static final Pattern b = Pattern.compile(";\\s*(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)=(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)|\"([^\"]*)\"))?"); /* renamed from: c reason: collision with root package name */ - public static final a f2946c = null; + public static final a f2947c = null; public final String d; public final String e; public final String f; diff --git a/app/src/main/java/okhttp3/MultipartBody.java b/app/src/main/java/okhttp3/MultipartBody.java index 291996390f..ba99c9144c 100644 --- a/app/src/main/java/okhttp3/MultipartBody.java +++ b/app/src/main/java/okhttp3/MultipartBody.java @@ -21,7 +21,7 @@ public final class MultipartBody extends RequestBody { public static final MediaType b = MediaType.a.a(ShareTarget.ENCODING_TYPE_MULTIPART); /* renamed from: c reason: collision with root package name */ - public static final byte[] f2947c = {(byte) 58, (byte) 32}; + public static final byte[] f2948c = {(byte) 58, (byte) 32}; public static final byte[] d = {(byte) 13, (byte) 10}; public static final byte[] e; public static final b f = new b(null); @@ -99,7 +99,7 @@ public final class MultipartBody extends RequestBody { public MediaType b = MultipartBody.a; /* renamed from: c reason: collision with root package name */ - public final List f2948c = new ArrayList(); + public final List f2949c = new ArrayList(); public a() { String uuid = UUID.randomUUID().toString(); @@ -110,13 +110,13 @@ public final class MultipartBody extends RequestBody { public final a a(Part part) { m.checkParameterIsNotNull(part, "part"); - this.f2948c.add(part); + this.f2949c.add(part); return this; } public final MultipartBody b() { - if (!this.f2948c.isEmpty()) { - return new MultipartBody(this.a, this.b, c.z(this.f2948c)); + if (!this.f2949c.isEmpty()) { + return new MultipartBody(this.a, this.b, c.z(this.f2949c)); } throw new IllegalStateException("Multipart body must have at least one part.".toString()); } @@ -158,7 +158,7 @@ public final class MultipartBody extends RequestBody { } static { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; MediaType.a.a("multipart/alternative"); MediaType.a.a("multipart/digest"); MediaType.a.a("multipart/parallel"); @@ -173,7 +173,7 @@ public final class MultipartBody extends RequestBody { this.i = byteString; this.j = mediaType; this.k = list; - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; this.g = MediaType.a.a(mediaType + "; boundary=" + byteString.q()); } @@ -204,7 +204,7 @@ public final class MultipartBody extends RequestBody { if (headers != null) { int size2 = headers.size(); for (int i2 = 0; i2 < size2; i2++) { - bufferedSink.J(headers.d(i2)).write(f2947c).J(headers.g(i2)).write(d); + bufferedSink.J(headers.d(i2)).write(f2948c).J(headers.g(i2)).write(d); } } MediaType contentType = requestBody.contentType(); diff --git a/app/src/main/java/okhttp3/Request.java b/app/src/main/java/okhttp3/Request.java index 8224d1a2ca..10b5eeba55 100644 --- a/app/src/main/java/okhttp3/Request.java +++ b/app/src/main/java/okhttp3/Request.java @@ -23,7 +23,7 @@ public final class Request { public final w b; /* renamed from: c reason: collision with root package name */ - public final String f2949c; + public final String f2950c; public final Headers d; public final RequestBody e; public final Map, Object> f; @@ -34,24 +34,24 @@ public final class Request { public String b; /* renamed from: c reason: collision with root package name */ - public Headers.a f2950c; + public Headers.a f2951c; public RequestBody d; public Map, Object> e; public a() { this.e = new LinkedHashMap(); this.b = ShareTarget.METHOD_GET; - this.f2950c = new Headers.a(); + this.f2951c = new Headers.a(); } public a(Request request) { m.checkParameterIsNotNull(request, "request"); this.e = new LinkedHashMap(); this.a = request.b; - this.b = request.f2949c; + this.b = request.f2950c; this.d = request.e; this.e = request.f.isEmpty() ? new LinkedHashMap<>() : h0.toMutableMap(request.f); - this.f2950c = request.d.e(); + this.f2951c = request.d.e(); } public Request a() { @@ -59,7 +59,7 @@ public final class Request { w wVar = this.a; if (wVar != null) { String str = this.b; - Headers c2 = this.f2950c.c(); + Headers c2 = this.f2951c.c(); RequestBody requestBody = this.d; Map, Object> map2 = this.e; byte[] bArr = c.a; @@ -78,7 +78,7 @@ public final class Request { public a b(String str, String str2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); - Headers.a aVar = this.f2950c; + Headers.a aVar = this.f2951c; Objects.requireNonNull(aVar); m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); @@ -114,7 +114,7 @@ public final class Request { public a d(String str) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2950c.d(str); + this.f2951c.d(str); return this; } @@ -171,7 +171,7 @@ public final class Request { m.checkParameterIsNotNull(headers, "headers"); m.checkParameterIsNotNull(map, ModelAuditLogEntry.CHANGE_KEY_TAGS); this.b = wVar; - this.f2949c = str; + this.f2950c = str; this.d = headers; this.e = requestBody; this.f = map; @@ -194,7 +194,7 @@ public final class Request { public String toString() { StringBuilder P = c.d.b.a.a.P("Request{method="); - P.append(this.f2949c); + P.append(this.f2950c); P.append(", url="); P.append(this.b); if (this.d.size() != 0) { diff --git a/app/src/main/java/okhttp3/RequestBody.java b/app/src/main/java/okhttp3/RequestBody.java index ef6fcc1761..82295ff2c1 100644 --- a/app/src/main/java/okhttp3/RequestBody.java +++ b/app/src/main/java/okhttp3/RequestBody.java @@ -26,19 +26,19 @@ public abstract class RequestBody { public final /* synthetic */ MediaType b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2951c; + public final /* synthetic */ int f2952c; public final /* synthetic */ int d; public a(byte[] bArr, MediaType mediaType, int i, int i2) { this.a = bArr; this.b = mediaType; - this.f2951c = i; + this.f2952c = i; this.d = i2; } @Override // okhttp3.RequestBody public long contentLength() { - return (long) this.f2951c; + return (long) this.f2952c; } @Override // okhttp3.RequestBody @@ -49,7 +49,7 @@ public abstract class RequestBody { @Override // okhttp3.RequestBody public void writeTo(BufferedSink bufferedSink) { m.checkParameterIsNotNull(bufferedSink, "sink"); - bufferedSink.write(this.a, this.d, this.f2951c); + bufferedSink.write(this.a, this.d, this.f2952c); } } @@ -91,7 +91,7 @@ public abstract class RequestBody { Pattern pattern = MediaType.a; Charset a2 = mediaType.a(null); if (a2 == null) { - MediaType.a aVar = MediaType.f2946c; + MediaType.a aVar = MediaType.f2947c; mediaType = MediaType.a.b(mediaType + "; charset=utf-8"); } else { charset = a2; diff --git a/app/src/main/java/okhttp3/Response.java b/app/src/main/java/okhttp3/Response.java index 97c9b990b9..20e4807f81 100644 --- a/app/src/main/java/okhttp3/Response.java +++ b/app/src/main/java/okhttp3/Response.java @@ -22,7 +22,7 @@ public final class Response implements Closeable { public final Response r; /* renamed from: s reason: collision with root package name */ - public final long f2952s; + public final long f2953s; public final long t; public final c u; @@ -32,7 +32,7 @@ public final class Response implements Closeable { public y b; /* renamed from: c reason: collision with root package name */ - public int f2953c; + public int f2954c; public String d; public v e; public Headers.a f; @@ -45,16 +45,16 @@ public final class Response implements Closeable { public c m; public a() { - this.f2953c = -1; + this.f2954c = -1; this.f = new Headers.a(); } public a(Response response) { m.checkParameterIsNotNull(response, "response"); - this.f2953c = -1; + this.f2954c = -1; this.a = response.i; this.b = response.j; - this.f2953c = response.l; + this.f2954c = response.l; this.d = response.k; this.e = response.m; this.f = response.n.e(); @@ -62,13 +62,13 @@ public final class Response implements Closeable { this.h = response.p; this.i = response.q; this.j = response.r; - this.k = response.f2952s; + this.k = response.f2953s; this.l = response.t; this.m = response.u; } public Response a() { - int i = this.f2953c; + int i = this.f2954c; if (i >= 0) { Request request = this.a; if (request != null) { @@ -85,7 +85,7 @@ public final class Response implements Closeable { throw new IllegalStateException("request == null".toString()); } StringBuilder P = c.d.b.a.a.P("code < 0: "); - P.append(this.f2953c); + P.append(this.f2954c); throw new IllegalStateException(P.toString().toString()); } @@ -157,7 +157,7 @@ public final class Response implements Closeable { this.p = response; this.q = response2; this.r = response3; - this.f2952s = j; + this.f2953s = j; this.t = j2; this.u = cVar; } diff --git a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java index dd22a7c9c5..78cc6d1868 100644 --- a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java +++ b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java @@ -28,7 +28,7 @@ public final class PublicSuffixDatabase { public static final List b = m.listOf("*"); /* renamed from: c reason: collision with root package name */ - public static final PublicSuffixDatabase f2954c = new PublicSuffixDatabase(); + public static final PublicSuffixDatabase f2955c = new PublicSuffixDatabase(); public static final a d = new a(null); public final AtomicBoolean e = new AtomicBoolean(false); public final CountDownLatch f = new CountDownLatch(1); @@ -153,7 +153,7 @@ public final class PublicSuffixDatabase { Thread.interrupted(); z2 = true; } catch (IOException e) { - h.a aVar = h.f2829c; + h.a aVar = h.f2830c; h.a.i("Failed to read public suffix list", 5, e); if (z2) { Thread.currentThread().interrupt(); diff --git a/app/src/main/java/org/webrtc/DataChannel.java b/app/src/main/java/org/webrtc/DataChannel.java index 91ec4c952e..89cf2e4fec 100644 --- a/app/src/main/java/org/webrtc/DataChannel.java +++ b/app/src/main/java/org/webrtc/DataChannel.java @@ -19,7 +19,7 @@ public class DataChannel { public static class Init { /* renamed from: id reason: collision with root package name */ - public int f2955id = -1; + public int f2956id = -1; public int maxRetransmitTimeMs = -1; public int maxRetransmits = -1; public boolean negotiated; @@ -28,7 +28,7 @@ public class DataChannel { @CalledByNative("Init") public int getId() { - return this.f2955id; + return this.f2956id; } @CalledByNative("Init") diff --git a/app/src/main/java/org/webrtc/RTCStats.java b/app/src/main/java/org/webrtc/RTCStats.java index 5ca9b9a899..84cf43f360 100644 --- a/app/src/main/java/org/webrtc/RTCStats.java +++ b/app/src/main/java/org/webrtc/RTCStats.java @@ -5,7 +5,7 @@ import java.util.Map; public class RTCStats { /* renamed from: id reason: collision with root package name */ - private final String f2956id; + private final String f2957id; private final Map members; private final long timestampUs; private final String type; @@ -13,7 +13,7 @@ public class RTCStats { public RTCStats(long j, String str, String str2, Map map) { this.timestampUs = j; this.type = str; - this.f2956id = str2; + this.f2957id = str2; this.members = map; } @@ -43,7 +43,7 @@ public class RTCStats { } public String getId() { - return this.f2956id; + return this.f2957id; } public Map getMembers() { @@ -64,7 +64,7 @@ public class RTCStats { P.append(", type: "); P.append(this.type); P.append(", id: "); - P.append(this.f2956id); + P.append(this.f2957id); for (Map.Entry entry : this.members.entrySet()) { P.append(", "); P.append(entry.getKey()); diff --git a/app/src/main/java/org/webrtc/RtpParameters.java b/app/src/main/java/org/webrtc/RtpParameters.java index 7b576471a2..6e8b6dd149 100644 --- a/app/src/main/java/org/webrtc/RtpParameters.java +++ b/app/src/main/java/org/webrtc/RtpParameters.java @@ -173,13 +173,13 @@ public class RtpParameters { private final boolean encrypted; /* renamed from: id reason: collision with root package name */ - private final int f2957id; + private final int f2958id; private final String uri; @CalledByNative("HeaderExtension") public HeaderExtension(String str, int i, boolean z2) { this.uri = str; - this.f2957id = i; + this.f2958id = i; this.encrypted = z2; } @@ -190,7 +190,7 @@ public class RtpParameters { @CalledByNative("HeaderExtension") public int getId() { - return this.f2957id; + return this.f2958id; } @CalledByNative("HeaderExtension") diff --git a/app/src/main/java/org/webrtc/StatsReport.java b/app/src/main/java/org/webrtc/StatsReport.java index 610bd3011e..b28b81b048 100644 --- a/app/src/main/java/org/webrtc/StatsReport.java +++ b/app/src/main/java/org/webrtc/StatsReport.java @@ -4,7 +4,7 @@ import c.d.b.a.a; public class StatsReport { /* renamed from: id reason: collision with root package name */ - public final String f2958id; + public final String f2959id; public final double timestamp; public final String type; public final Value[] values; @@ -29,7 +29,7 @@ public class StatsReport { @CalledByNative public StatsReport(String str, String str2, double d, Value[] valueArr) { - this.f2958id = str; + this.f2959id = str; this.type = str2; this.timestamp = d; this.values = valueArr; @@ -37,7 +37,7 @@ public class StatsReport { public String toString() { StringBuilder P = a.P("id: "); - P.append(this.f2958id); + P.append(this.f2959id); P.append(", type: "); P.append(this.type); P.append(", timestamp: "); diff --git a/app/src/main/java/org/webrtc/TextureBufferImpl.java b/app/src/main/java/org/webrtc/TextureBufferImpl.java index 6e39cbe4d5..b4fe038727 100644 --- a/app/src/main/java/org/webrtc/TextureBufferImpl.java +++ b/app/src/main/java/org/webrtc/TextureBufferImpl.java @@ -10,7 +10,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { private final int height; /* renamed from: id reason: collision with root package name */ - private final int f2959id; + private final int f2960id; private final RefCountDelegate refCountDelegate; private final RefCountMonitor refCountMonitor; private final Handler toI420Handler; @@ -81,7 +81,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { this.width = i3; this.height = i4; this.type = type; - this.f2959id = i5; + this.f2960id = i5; this.transformMatrix = matrix; this.toI420Handler = handler; this.yuvConverter = yuvConverter; @@ -105,7 +105,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { Matrix matrix2 = new Matrix(this.transformMatrix); matrix2.preConcat(matrix); retain(); - return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2959id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); + return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2960id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); } public /* synthetic */ VideoFrame.I420Buffer a() { @@ -132,7 +132,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { @Override // org.webrtc.VideoFrame.TextureBuffer public int getTextureId() { - return this.f2959id; + return this.f2960id; } public Handler getToI420Handler() { diff --git a/app/src/main/java/retrofit2/Response.java b/app/src/main/java/retrofit2/Response.java index 8f0f059dc0..03e02c2321 100644 --- a/app/src/main/java/retrofit2/Response.java +++ b/app/src/main/java/retrofit2/Response.java @@ -6,12 +6,12 @@ public final class Response { public final T b; /* renamed from: c reason: collision with root package name */ - public final ResponseBody f2960c; + public final ResponseBody f2961c; public Response(okhttp3.Response response, T t, ResponseBody responseBody) { this.a = response; this.b = t; - this.f2960c = responseBody; + this.f2961c = responseBody; } public static Response b(T t, okhttp3.Response response) { diff --git a/app/src/main/java/rx/Observable.java b/app/src/main/java/rx/Observable.java index e53a8134a6..0c0577f8ee 100644 --- a/app/src/main/java/rx/Observable.java +++ b/app/src/main/java/rx/Observable.java @@ -277,7 +277,7 @@ public class Observable { j0.k.b bVar = j0.o.l.g; return bVar != null ? bVar.call(subscriber) : subscriber; } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); StringBuilder P = c.d.b.a.a.P("Error occurred attempting to subscribe ["); P.append(th.getMessage()); P.append("] and then again while trying to pass to onError."); @@ -355,7 +355,7 @@ public class Observable { j0.k.b bVar = j0.o.l.g; return bVar != null ? bVar.call(subscriber) : subscriber; } catch (Throwable th) { - c.q.a.k.a.a0(th); + c.q.a.k.a.b0(th); StringBuilder P = c.d.b.a.a.P("Error occurred attempting to subscribe ["); P.append(th.getMessage()); P.append("] and then again while trying to pass to onError."); diff --git a/app/src/main/java/rx/internal/util/SubscriptionList.java b/app/src/main/java/rx/internal/util/SubscriptionList.java index e272497a82..b44a915e17 100644 --- a/app/src/main/java/rx/internal/util/SubscriptionList.java +++ b/app/src/main/java/rx/internal/util/SubscriptionList.java @@ -73,7 +73,7 @@ public final class SubscriptionList implements Subscription { arrayList.add(th); } } - a.Z(arrayList); + a.a0(arrayList); } } } diff --git a/app/src/main/java/rx/subjects/BehaviorSubject.java b/app/src/main/java/rx/subjects/BehaviorSubject.java index f0eaca98cb..35d5c93757 100644 --- a/app/src/main/java/rx/subjects/BehaviorSubject.java +++ b/app/src/main/java/rx/subjects/BehaviorSubject.java @@ -147,7 +147,7 @@ public final class BehaviorSubject extends Subject { arrayList.add(th2); } } - c.q.a.k.a.Z(arrayList); + c.q.a.k.a.a0(arrayList); } } diff --git a/app/src/main/java/rx/subjects/PublishSubject.java b/app/src/main/java/rx/subjects/PublishSubject.java index d07f33dd22..286830724f 100644 --- a/app/src/main/java/rx/subjects/PublishSubject.java +++ b/app/src/main/java/rx/subjects/PublishSubject.java @@ -31,7 +31,7 @@ public final class PublishSubject extends Subject { @Override // rx.Producer public void j(long j) { long j2; - if (c.q.a.k.a.h0(j)) { + if (c.q.a.k.a.i0(j)) { do { j2 = get(); if (j2 == Long.MIN_VALUE) { @@ -180,7 +180,7 @@ public final class PublishSubject extends Subject { arrayList.add(th2); } } - c.q.a.k.a.Z(arrayList); + c.q.a.k.a.a0(arrayList); } @Override // j0.g diff --git a/app/src/main/java/rx/subscriptions/CompositeSubscription.java b/app/src/main/java/rx/subscriptions/CompositeSubscription.java index 0d0536c01d..b3cb41eadd 100644 --- a/app/src/main/java/rx/subscriptions/CompositeSubscription.java +++ b/app/src/main/java/rx/subscriptions/CompositeSubscription.java @@ -23,7 +23,7 @@ public final class CompositeSubscription implements Subscription { arrayList.add(th); } } - a.Z(arrayList); + a.a0(arrayList); } } diff --git a/app/src/main/java/s/a/a/a.java b/app/src/main/java/s/a/a/a.java index 6a23c03ca1..40cd1c0323 100644 --- a/app/src/main/java/s/a/a/a.java +++ b/app/src/main/java/s/a/a/a.java @@ -12,7 +12,7 @@ public final class a { public static final Function2 b = b.i; /* renamed from: c reason: collision with root package name */ - public static final Function2, CoroutineContext.Element, s1> f2961c = c.i; + public static final Function2, CoroutineContext.Element, s1> f2962c = c.i; public static final Function2 d = C0344a.j; public static final Function2 e = C0344a.i; @@ -38,7 +38,7 @@ public final class a { x xVar2 = xVar; CoroutineContext.Element element2 = element; if (element2 instanceof s1) { - CoroutineContext coroutineContext = xVar2.f2965c; + CoroutineContext coroutineContext = xVar2.f2966c; Object[] objArr = xVar2.a; int i3 = xVar2.b; xVar2.b = i3 + 1; @@ -49,7 +49,7 @@ public final class a { x xVar3 = xVar; CoroutineContext.Element element3 = element; if (element3 instanceof s1) { - Object C = ((s1) element3).C(xVar3.f2965c); + Object C = ((s1) element3).C(xVar3.f2966c); Object[] objArr2 = xVar3.a; int i4 = xVar3.b; xVar3.b = i4 + 1; @@ -117,7 +117,7 @@ public final class a { coroutineContext.fold(obj, e); return; } - Object fold = coroutineContext.fold(null, f2961c); + Object fold = coroutineContext.fold(null, f2962c); Objects.requireNonNull(fold, "null cannot be cast to non-null type kotlinx.coroutines.ThreadContextElement"); ((s1) fold).x(coroutineContext, obj); } diff --git a/app/src/main/java/s/a/a/b.java b/app/src/main/java/s/a/a/b.java index 50c1635b84..4ae5eeedd0 100644 --- a/app/src/main/java/s/a/a/b.java +++ b/app/src/main/java/s/a/a/b.java @@ -5,5 +5,5 @@ public class b { public int b; /* renamed from: c reason: collision with root package name */ - public int f2962c; + public int f2963c; } diff --git a/app/src/main/java/s/a/a/g.java b/app/src/main/java/s/a/a/g.java index 919d96de55..1353a9903a 100644 --- a/app/src/main/java/s/a/a/g.java +++ b/app/src/main/java/s/a/a/g.java @@ -61,9 +61,9 @@ public final class g extends i0 implements CoroutineStackFrame, Continuati @Override // kotlin.coroutines.Continuation public void resumeWith(Object obj) { CoroutineContext context = this.q.getContext(); - Object f02 = a.f0(obj, null); + Object g02 = a.g0(obj, null); if (this.p.isDispatchNeeded(context)) { - this.m = f02; + this.m = g02; this.k = 0; this.p.dispatch(context, this); return; @@ -71,7 +71,7 @@ public final class g extends i0 implements CoroutineStackFrame, Continuati t1 t1Var = t1.b; p0 a = t1.a(); if (a.N()) { - this.m = f02; + this.m = g02; this.k = 0; a.K(this); return; @@ -99,7 +99,7 @@ public final class g extends i0 implements CoroutineStackFrame, Continuati StringBuilder P = c.d.b.a.a.P("DispatchedContinuation["); P.append(this.p); P.append(", "); - P.append(a.d0(this.q)); + P.append(a.e0(this.q)); P.append(']'); return P.toString(); } diff --git a/app/src/main/java/s/a/a/h.java b/app/src/main/java/s/a/a/h.java index a0d7b78b81..3b5a814e8f 100644 --- a/app/src/main/java/s/a/a/h.java +++ b/app/src/main/java/s/a/a/h.java @@ -21,9 +21,9 @@ public final class h { boolean z2; if (continuation instanceof g) { g gVar = (g) continuation; - Object f02 = a.f0(obj, function1); + Object g02 = a.g0(obj, function1); if (gVar.p.isDispatchNeeded(gVar.getContext())) { - gVar.m = f02; + gVar.m = g02; gVar.k = 1; gVar.p.dispatch(gVar.getContext(), gVar); return; @@ -31,7 +31,7 @@ public final class h { t1 t1Var = t1.b; p0 a2 = t1.a(); if (a2.N()) { - gVar.m = f02; + gVar.m = g02; gVar.k = 1; a2.K(gVar); return; @@ -43,8 +43,8 @@ public final class h { z2 = false; } else { CancellationException p = job.p(); - if (f02 instanceof w) { - ((w) f02).b.invoke(p); + if (g02 instanceof w) { + ((w) g02).b.invoke(p); } k.a aVar = k.i; gVar.resumeWith(k.m76constructorimpl(l.createFailure(p))); diff --git a/app/src/main/java/s/a/a/k.java b/app/src/main/java/s/a/a/k.java index c34c3886c3..904f63eb90 100644 --- a/app/src/main/java/s/a/a/k.java +++ b/app/src/main/java/s/a/a/k.java @@ -18,10 +18,10 @@ public class k { public k b; /* renamed from: c reason: collision with root package name */ - public final k f2963c; + public final k f2964c; public a(k kVar) { - this.f2963c = kVar; + this.f2964c = kVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @@ -29,9 +29,9 @@ public class k { public void b(k kVar, Object obj) { k kVar2 = kVar; boolean z2 = obj == null; - k kVar3 = z2 ? this.f2963c : this.b; + k kVar3 = z2 ? this.f2964c : this.b; if (kVar3 != null && k.i.compareAndSet(kVar2, this, kVar3) && z2) { - k kVar4 = this.f2963c; + k kVar4 = this.f2964c; k kVar5 = this.b; m.checkNotNull(kVar5); kVar4.g(kVar5); diff --git a/app/src/main/java/s/a/a/l.java b/app/src/main/java/s/a/a/l.java index 981a89666f..8774a0e178 100644 --- a/app/src/main/java/s/a/a/l.java +++ b/app/src/main/java/s/a/a/l.java @@ -45,7 +45,7 @@ public class l { while (true) { m mVar = (m) this._cur; E e = (E) mVar.e(); - if (e != m.f2964c) { + if (e != m.f2965c) { return e; } a.compareAndSet(this, mVar, mVar.d()); diff --git a/app/src/main/java/s/a/a/m.java b/app/src/main/java/s/a/a/m.java index 3ee18d7c92..bd367ffb7c 100644 --- a/app/src/main/java/s/a/a/m.java +++ b/app/src/main/java/s/a/a/m.java @@ -10,7 +10,7 @@ public final class m { public static final AtomicLongFieldUpdater b = AtomicLongFieldUpdater.newUpdater(m.class, "_state"); /* renamed from: c reason: collision with root package name */ - public static final t f2964c = new t("REMOVE_FROZEN"); + public static final t f2965c = new t("REMOVE_FROZEN"); public static final a d = new a(null); public volatile Object _next = null; public volatile long _state = 0; @@ -156,7 +156,7 @@ public final class m { while (true) { long j = this._state; if ((j & 1152921504606846976L) != 0) { - return f2964c; + return f2965c; } int i = (int) ((j & 1073741823) >> 0); int i2 = this.e; diff --git a/app/src/main/java/s/a/a/n.java b/app/src/main/java/s/a/a/n.java index 2f5c0a73af..830173dd22 100644 --- a/app/src/main/java/s/a/a/n.java +++ b/app/src/main/java/s/a/a/n.java @@ -13,8 +13,8 @@ public final class n { static { n nVar = new n(); - String W = a.W("kotlinx.coroutines.fast.service.loader"); - a = W != null ? Boolean.parseBoolean(W) : true; + String X = a.X("kotlinx.coroutines.fast.service.loader"); + a = X != null ? Boolean.parseBoolean(X) : true; b = nVar.a(); } diff --git a/app/src/main/java/s/a/a/o.java b/app/src/main/java/s/a/a/o.java index 7ab7a78c09..112bb0bb2d 100644 --- a/app/src/main/java/s/a/a/o.java +++ b/app/src/main/java/s/a/a/o.java @@ -28,7 +28,7 @@ public final class o extends d0.z.d.o implements Function1 { CoroutineContext coroutineContext = this.$context; UndeliveredElementException h = a.h(function1, obj, null); if (h != null) { - a.x(coroutineContext, h); + a.y(coroutineContext, h); } return Unit.a; } diff --git a/app/src/main/java/s/a/a/p.java b/app/src/main/java/s/a/a/p.java index 7a9974837a..d194a4038b 100644 --- a/app/src/main/java/s/a/a/p.java +++ b/app/src/main/java/s/a/a/p.java @@ -7,6 +7,6 @@ public abstract class p { public abstract Object a(Object obj); public String toString() { - return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + a.u(this); + return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + a.v(this); } } diff --git a/app/src/main/java/s/a/a/r.java b/app/src/main/java/s/a/a/r.java index 0eaa17d76f..d3e38f2ded 100644 --- a/app/src/main/java/s/a/a/r.java +++ b/app/src/main/java/s/a/a/r.java @@ -24,11 +24,11 @@ public class r extends b implements CoroutineStackFrame { @Override // s.a.b public void X(Object obj) { Continuation continuation = this.l; - continuation.resumeWith(a.L(obj, continuation)); + continuation.resumeWith(a.M(obj, continuation)); } @Override // s.a.g1 public void m(Object obj) { - h.b(d0.w.h.b.intercepted(this.l), a.L(obj, this.l), null, 2); + h.b(d0.w.h.b.intercepted(this.l), a.M(obj, this.l), null, 2); } } diff --git a/app/src/main/java/s/a/a/x.java b/app/src/main/java/s/a/a/x.java index 6c410002f2..d9fb0de052 100644 --- a/app/src/main/java/s/a/a/x.java +++ b/app/src/main/java/s/a/a/x.java @@ -7,10 +7,10 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public final CoroutineContext f2965c; + public final CoroutineContext f2966c; public x(CoroutineContext coroutineContext, int i) { - this.f2965c = coroutineContext; + this.f2966c = coroutineContext; this.a = new Object[i]; } } diff --git a/app/src/main/java/s/a/a1.java b/app/src/main/java/s/a/a1.java index 826fe62686..20345427a3 100644 --- a/app/src/main/java/s/a/a1.java +++ b/app/src/main/java/s/a/a1.java @@ -29,9 +29,9 @@ public final class a1 extends i { public String toString() { StringBuilder P = a.P("InvokeOnCancel["); - P.append(c.q.a.k.a.r(this.i)); + P.append(c.q.a.k.a.s(this.i)); P.append(MentionUtilsKt.MENTIONS_CHAR); - P.append(c.q.a.k.a.u(this)); + P.append(c.q.a.k.a.v(this)); P.append(']'); return P.toString(); } diff --git a/app/src/main/java/s/a/b.java b/app/src/main/java/s/a/b.java index 530d43bb6a..547f6c4cb2 100644 --- a/app/src/main/java/s/a/b.java +++ b/app/src/main/java/s/a/b.java @@ -27,7 +27,7 @@ public abstract class b extends g1 implements Job, Continuation, Coroutine @Override // s.a.g1 public final void I(Throwable th) { - a.x(this.j, th); + a.y(this.j, th); } @Override // s.a.g1 @@ -71,7 +71,7 @@ public abstract class b extends g1 implements Job, Continuation, Coroutine Y(); int ordinal = coroutineStart.ordinal(); if (ordinal == 0) { - a.S(function2, r, this, null, 4); + a.T(function2, r, this, null, 4); } else if (ordinal == 1) { } else { if (ordinal == 2) { @@ -123,7 +123,7 @@ public abstract class b extends g1 implements Job, Continuation, Coroutine @Override // kotlin.coroutines.Continuation public final void resumeWith(Object obj) { - Object L = L(a.f0(obj, null)); + Object L = L(a.g0(obj, null)); if (L != h1.b) { X(L); } diff --git a/app/src/main/java/s/a/b1.java b/app/src/main/java/s/a/b1.java index 19f7fe94c8..68dcd8c204 100644 --- a/app/src/main/java/s/a/b1.java +++ b/app/src/main/java/s/a/b1.java @@ -39,7 +39,7 @@ public final class b1 extends d1 { StringBuilder P = a.P("InvokeOnCancelling["); P.append(b1.class.getSimpleName()); P.append(MentionUtilsKt.MENTIONS_CHAR); - P.append(c.q.a.k.a.u(this)); + P.append(c.q.a.k.a.v(this)); P.append(']'); return P.toString(); } diff --git a/app/src/main/java/s/a/b2/a.java b/app/src/main/java/s/a/b2/a.java index ee021d809f..5f74854b0e 100644 --- a/app/src/main/java/s/a/b2/a.java +++ b/app/src/main/java/s/a/b2/a.java @@ -34,7 +34,7 @@ public final class a implements Executor, Closeable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2966s; + public final String f2967s; /* compiled from: CoroutineScheduler.kt */ /* renamed from: s.a.b2.a$a reason: collision with other inner class name */ @@ -142,7 +142,7 @@ public final class a implements Executor, Closeable { public final void d(int i2) { StringBuilder sb = new StringBuilder(); - sb.append(a.this.f2966s); + sb.append(a.this.f2967s); sb.append("-worker-"); sb.append(i2 == 0 ? "TERMINATED" : String.valueOf(i2)); setName(sb.toString()); @@ -332,7 +332,7 @@ public final class a implements Executor, Closeable { this.p = i2; this.q = i3; this.r = j2; - this.f2966s = str; + this.f2967s = str; if (i2 >= 1) { if (i3 >= i2) { if (i3 <= 2097150) { @@ -502,7 +502,7 @@ public final class a implements Executor, Closeable { } if (hVar != null) { if (!(hVar.j.s() == 1 ? this.n.a(hVar) : this.m.a(hVar))) { - throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2966s, " was terminated")); + throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2967s, " was terminated")); } } if (!z2 || c2 == null) { @@ -614,7 +614,7 @@ public final class a implements Executor, Closeable { } } long j2 = this.controlState; - return this.f2966s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; + return this.f2967s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.v(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; } public final boolean w() { diff --git a/app/src/main/java/s/a/b2/b.java b/app/src/main/java/s/a/b2/b.java index 67550ed49e..7e6601b202 100644 --- a/app/src/main/java/s/a/b2/b.java +++ b/app/src/main/java/s/a/b2/b.java @@ -12,7 +12,7 @@ public final class b extends c { static { b bVar = new b(); o = bVar; - n = new e(bVar, a.X("kotlinx.coroutines.io.parallelism", f.coerceAtLeast(64, u.a), 0, 0, 12, null), "Dispatchers.IO", 1); + n = new e(bVar, a.Y("kotlinx.coroutines.io.parallelism", f.coerceAtLeast(64, u.a), 0, 0, 12, null), "Dispatchers.IO", 1); } public b() { diff --git a/app/src/main/java/s/a/b2/c.java b/app/src/main/java/s/a/b2/c.java index c1d32595c5..e30f24632d 100644 --- a/app/src/main/java/s/a/b2/c.java +++ b/app/src/main/java/s/a/b2/c.java @@ -14,7 +14,7 @@ public class c extends ExecutorCoroutineDispatcher { public c(int i, int i2, String str, int i3) { i = (i3 & 1) != 0 ? k.b : i; - i2 = (i3 & 2) != 0 ? k.f2967c : i2; + i2 = (i3 & 2) != 0 ? k.f2968c : i2; String str2 = (i3 & 4) != 0 ? "DefaultDispatcher" : null; long j = k.d; this.j = i; diff --git a/app/src/main/java/s/a/b2/j.java b/app/src/main/java/s/a/b2/j.java index 6a0133da7d..6326d8e959 100644 --- a/app/src/main/java/s/a/b2/j.java +++ b/app/src/main/java/s/a/b2/j.java @@ -23,9 +23,9 @@ public final class j extends h { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("Task["); - P.append(c.q.a.k.a.r(this.k)); + P.append(c.q.a.k.a.s(this.k)); P.append(MentionUtilsKt.MENTIONS_CHAR); - P.append(c.q.a.k.a.u(this.k)); + P.append(c.q.a.k.a.v(this.k)); P.append(", "); P.append(this.i); P.append(", "); diff --git a/app/src/main/java/s/a/b2/k.java b/app/src/main/java/s/a/b2/k.java index ffe824c7e2..e9dd6ccb5b 100644 --- a/app/src/main/java/s/a/b2/k.java +++ b/app/src/main/java/s/a/b2/k.java @@ -6,19 +6,19 @@ import java.util.concurrent.TimeUnit; import s.a.a.u; /* compiled from: Tasks.kt */ public final class k { - public static final long a = a.Y("kotlinx.coroutines.scheduler.resolution.ns", 100000, 0, 0, 12, null); + public static final long a = a.Z("kotlinx.coroutines.scheduler.resolution.ns", 100000, 0, 0, 12, null); public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2967c; - public static final long d = TimeUnit.SECONDS.toNanos(a.Y("kotlinx.coroutines.scheduler.keep.alive.sec", 60, 0, 0, 12, null)); + public static final int f2968c; + public static final long d = TimeUnit.SECONDS.toNanos(a.Z("kotlinx.coroutines.scheduler.keep.alive.sec", 60, 0, 0, 12, null)); public static l e = f.a; static { - a.X("kotlinx.coroutines.scheduler.blocking.parallelism", 16, 0, 0, 12, null); + a.Y("kotlinx.coroutines.scheduler.blocking.parallelism", 16, 0, 0, 12, null); int i = u.a; - int X = a.X("kotlinx.coroutines.scheduler.core.pool.size", f.coerceAtLeast(i, 2), 1, 0, 8, null); - b = X; - f2967c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); + int Y = a.Y("kotlinx.coroutines.scheduler.core.pool.size", f.coerceAtLeast(i, 2), 1, 0, 8, null); + b = Y; + f2968c = a.Y("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, Y, 2097150), 0, 2097150, 4, null); } } diff --git a/app/src/main/java/s/a/b2/m.java b/app/src/main/java/s/a/b2/m.java index 3f6d727e0f..73b0c9cf73 100644 --- a/app/src/main/java/s/a/b2/m.java +++ b/app/src/main/java/s/a/b2/m.java @@ -9,7 +9,7 @@ public final class m { public static final AtomicIntegerFieldUpdater b = AtomicIntegerFieldUpdater.newUpdater(m.class, "producerIndex"); /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2968c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); + public static final AtomicIntegerFieldUpdater f2969c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); public static final AtomicIntegerFieldUpdater d = AtomicIntegerFieldUpdater.newUpdater(m.class, "blockingTasksInBuffer"); public volatile int blockingTasksInBuffer = 0; public volatile int consumerIndex = 0; @@ -69,7 +69,7 @@ public final class m { return null; } int i2 = i & 127; - if (f2968c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { + if (f2969c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { boolean z2 = true; if (andSet.j.s() != 1) { z2 = false; diff --git a/app/src/main/java/s/a/c1.java b/app/src/main/java/s/a/c1.java index 5964aca24f..8b5fa5fb65 100644 --- a/app/src/main/java/s/a/c1.java +++ b/app/src/main/java/s/a/c1.java @@ -34,7 +34,7 @@ public final class c1 extends f1 { StringBuilder P = a.P("InvokeOnCompletion["); P.append(c1.class.getSimpleName()); P.append(MentionUtilsKt.MENTIONS_CHAR); - P.append(c.q.a.k.a.u(this)); + P.append(c.q.a.k.a.v(this)); P.append(']'); return P.toString(); } diff --git a/app/src/main/java/s/a/g.java b/app/src/main/java/s/a/g.java index 133dac02a8..9bbc2cd6ac 100644 --- a/app/src/main/java/s/a/g.java +++ b/app/src/main/java/s/a/g.java @@ -37,7 +37,7 @@ public final /* synthetic */ class g { public static final Object a(u1 u1Var, Function2, ? extends Object> function2) { Object obj; boolean z2 = false; - u1Var.f(false, true, new n0(u1Var, c.q.a.k.a.t(u1Var.l.getContext()).w(u1Var.m, u1Var, u1Var.j))); + u1Var.f(false, true, new n0(u1Var, c.q.a.k.a.u(u1Var.l.getContext()).w(u1Var.m, u1Var, u1Var.j))); u1Var.Y(); if (function2 != null) { try { diff --git a/app/src/main/java/s/a/g1.java b/app/src/main/java/s/a/g1.java index 8ad4c41a7e..c092c5e5a7 100644 --- a/app/src/main/java/s/a/g1.java +++ b/app/src/main/java/s/a/g1.java @@ -361,9 +361,9 @@ public class g1 implements Job, q, o1 { @Override // kotlinx.coroutines.Job public final o G(q qVar) { - l0 y2 = c.q.a.k.a.y(this, true, false, new p(this, qVar), 2, null); - Objects.requireNonNull(y2, "null cannot be cast to non-null type kotlinx.coroutines.ChildHandle"); - return (o) y2; + l0 z2 = c.q.a.k.a.z(this, true, false, new p(this, qVar), 2, null); + Objects.requireNonNull(z2, "null cannot be cast to non-null type kotlinx.coroutines.ChildHandle"); + return (o) z2; } public boolean H(Throwable th) { @@ -408,7 +408,7 @@ public class g1 implements Job, q, o1 { } throw new IllegalStateException(str, th); } - } while (V == h1.f2969c); + } while (V == h1.f2970c); return V; } @@ -529,12 +529,12 @@ public class g1 implements Job, q, o1 { Q(obj2); u(y0Var, obj2); } - return z2 ? obj2 : h1.f2969c; + return z2 ? obj2 : h1.f2970c; } y0 y0Var2 = (y0) obj; l1 E = E(y0Var2); if (E == null) { - return h1.f2969c; + return h1.f2970c; } p pVar = null; b bVar = (b) (!(y0Var2 instanceof b) ? null : y0Var2); @@ -557,7 +557,7 @@ public class g1 implements Job, q, o1 { th = null; } } else { - return h1.f2969c; + return h1.f2970c; } } if (th != null) { @@ -576,7 +576,7 @@ public class g1 implements Job, q, o1 { } public final boolean W(b bVar, p pVar, Object obj) { - while (c.q.a.k.a.y(pVar.m, false, false, new a(this, bVar, pVar, obj), 1, null) == m1.i) { + while (c.q.a.k.a.z(pVar.m, false, false, new a(this, bVar, pVar, obj), 1, null) == m1.i) { pVar = O(pVar); if (pVar == null) { return false; @@ -724,7 +724,7 @@ public class g1 implements Job, q, o1 { Object F = F(); if ((F instanceof y0) && (!(F instanceof b) || ((b) F)._isCompleting == 0)) { tVar2 = V(F, new v(v(obj), false, 2)); - if (tVar2 != h1.f2969c) { + if (tVar2 != h1.f2970c) { break; } } else { @@ -767,7 +767,7 @@ public class g1 implements Job, q, o1 { } else { Object V = V(F2, new v(th2, false, 2)); if (V != h1.a) { - if (V != h1.f2969c) { + if (V != h1.f2970c) { tVar2 = V; break; } @@ -905,7 +905,7 @@ public class g1 implements Job, q, o1 { StringBuilder sb = new StringBuilder(); sb.append(N() + '{' + T(F()) + '}'); sb.append(MentionUtilsKt.MENTIONS_CHAR); - sb.append(c.q.a.k.a.u(this)); + sb.append(c.q.a.k.a.v(this)); return sb.toString(); } diff --git a/app/src/main/java/s/a/h0.java b/app/src/main/java/s/a/h0.java index 104d27a8a3..9541ce7db8 100644 --- a/app/src/main/java/s/a/h0.java +++ b/app/src/main/java/s/a/h0.java @@ -32,7 +32,7 @@ public final class h0 extends r { } } if (!z2) { - h.b(b.intercepted(this.l), a.L(obj, this.l), null, 2); + h.b(b.intercepted(this.l), a.M(obj, this.l), null, 2); } } diff --git a/app/src/main/java/s/a/h1.java b/app/src/main/java/s/a/h1.java index 1b549fab65..f072e5a357 100644 --- a/app/src/main/java/s/a/h1.java +++ b/app/src/main/java/s/a/h1.java @@ -7,7 +7,7 @@ public final class h1 { public static final t b = new t("COMPLETING_WAITING_CHILDREN"); /* renamed from: c reason: collision with root package name */ - public static final t f2969c = new t("COMPLETING_RETRY"); + public static final t f2970c = new t("COMPLETING_RETRY"); public static final t d = new t("TOO_LATE_TO_CANCEL"); public static final t e = new t("SEALED"); public static final o0 f = new o0(false); diff --git a/app/src/main/java/s/a/i0.java b/app/src/main/java/s/a/i0.java index f39ded7826..9366b1f702 100644 --- a/app/src/main/java/s/a/i0.java +++ b/app/src/main/java/s/a/i0.java @@ -52,7 +52,7 @@ public abstract class i0 extends h { th = th2; } m.checkNotNull(th); - a.x(d().getContext(), new b0("Fatal exception in coroutines machinery for " + this + ". Please read KDoc to 'handleFatalException' method and report this incident to maintainers", th)); + a.y(d().getContext(), new b0("Fatal exception in coroutines machinery for " + this + ". Please read KDoc to 'handleFatalException' method and report this incident to maintainers", th)); } } @@ -73,7 +73,7 @@ public abstract class i0 extends h { Object b = s.a.a.a.b(context, gVar.o); try { Throwable f = f(n); - Job job = (f != null || !a.C(this.k)) ? null : (Job) context.get(Job.h); + Job job = (f != null || !a.D(this.k)) ? null : (Job) context.get(Job.h); if (job != null && !job.a()) { CancellationException p = job.p(); c(n, p); diff --git a/app/src/main/java/s/a/i1.java b/app/src/main/java/s/a/i1.java index 36a815e89c..4a4ce2e45f 100644 --- a/app/src/main/java/s/a/i1.java +++ b/app/src/main/java/s/a/i1.java @@ -18,6 +18,6 @@ public final class i1 extends f0 { @Override // s.a.b public void Z() { - a.R(this.l, this); + a.S(this.l, this); } } diff --git a/app/src/main/java/s/a/j1.java b/app/src/main/java/s/a/j1.java index 9b7d11c1f3..ea8b00351e 100644 --- a/app/src/main/java/s/a/j1.java +++ b/app/src/main/java/s/a/j1.java @@ -18,6 +18,6 @@ public final class j1 extends q1 { @Override // s.a.b public void Z() { - a.R(this.l, this); + a.S(this.l, this); } } diff --git a/app/src/main/java/s/a/k.java b/app/src/main/java/s/a/k.java index 3d76ab1012..2bf075eed6 100644 --- a/app/src/main/java/s/a/k.java +++ b/app/src/main/java/s/a/k.java @@ -76,10 +76,10 @@ public class k extends i0 implements CancellableContinuation, Coroutine } } if (!v && ((l0) this._parentHandle) == null && (job = (Job) this.o.getContext().get(Job.h)) != null) { - l0 y2 = c.q.a.k.a.y(job, true, false, new n(job, this), 2, null); - this._parentHandle = y2; + l0 z2 = c.q.a.k.a.z(job, true, false, new n(job, this), 2, null); + this._parentHandle = z2; if (v() && !w()) { - y2.dispose(); + z2.dispose(); this._parentHandle = m1.i; } } @@ -125,7 +125,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (iVar != null) { p(iVar, th); } - Function1 function1 = uVar.f2971c; + Function1 function1 = uVar.f2972c; if (function1 != null) { q(function1, th); return; @@ -297,7 +297,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine function1.invoke(th); } catch (Throwable th2) { CoroutineContext coroutineContext = this.n; - c.q.a.k.a.x(coroutineContext, new CompletionHandlerException("Exception in invokeOnCancellation handler for " + this, th2)); + c.q.a.k.a.y(coroutineContext, new CompletionHandlerException("Exception in invokeOnCancellation handler for " + this, th2)); } } @@ -306,7 +306,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine iVar.a(th); } catch (Throwable th2) { CoroutineContext coroutineContext = this.n; - c.q.a.k.a.x(coroutineContext, new CompletionHandlerException("Exception in invokeOnCancellation handler for " + this, th2)); + c.q.a.k.a.y(coroutineContext, new CompletionHandlerException("Exception in invokeOnCancellation handler for " + this, th2)); } } @@ -315,7 +315,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine function1.invoke(th); } catch (Throwable th2) { CoroutineContext coroutineContext = this.n; - c.q.a.k.a.x(coroutineContext, new CompletionHandlerException("Exception in resume onCancellation handler for " + this, th2)); + c.q.a.k.a.y(coroutineContext, new CompletionHandlerException("Exception in resume onCancellation handler for " + this, th2)); } } @@ -364,8 +364,8 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (i == 4) { z2 = true; } - if (z2 || !(d instanceof g) || c.q.a.k.a.C(i) != c.q.a.k.a.C(this.k)) { - c.q.a.k.a.M(this, d, z2); + if (z2 || !(d instanceof g) || c.q.a.k.a.D(i) != c.q.a.k.a.D(this.k)) { + c.q.a.k.a.N(this, d, z2); return; } CoroutineDispatcher coroutineDispatcher = ((g) d).p; @@ -382,7 +382,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine } a.M(true); try { - c.q.a.k.a.M(this, d(), true); + c.q.a.k.a.N(this, d(), true); do { } while (a.Q()); } catch (Throwable th) { @@ -395,7 +395,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine @Override // java.lang.Object public String toString() { - return "CancellableContinuation(" + c.q.a.k.a.d0(this.o) + "){" + this._state + "}@" + c.q.a.k.a.u(this); + return "CancellableContinuation(" + c.q.a.k.a.e0(this.o) + "){" + this._state + "}@" + c.q.a.k.a.v(this); } public final Object u() { @@ -420,7 +420,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine Object obj = this._state; if (obj instanceof v) { throw ((v) obj).b; - } else if (!c.q.a.k.a.C(this.k) || (job = (Job) this.n.get(Job.h)) == null || job.a()) { + } else if (!c.q.a.k.a.D(this.k) || (job = (Job) this.n.get(Job.h)) == null || job.a()) { return l(obj); } else { CancellationException p = job.p(); @@ -457,7 +457,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (obj2 instanceof m) { m mVar = (m) obj2; Objects.requireNonNull(mVar); - if (m.f2970c.compareAndSet(mVar, 0, 1)) { + if (m.f2971c.compareAndSet(mVar, 0, 1)) { if (function1 != null) { q(function1, mVar.b); return; @@ -476,7 +476,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (obj instanceof v) { return obj; } - if (!c.q.a.k.a.C(i) && obj2 == null) { + if (!c.q.a.k.a.D(i) && obj2 == null) { return obj; } if (function1 == null && ((!(n1Var instanceof i) || (n1Var instanceof e)) && obj2 == null)) { diff --git a/app/src/main/java/s/a/k1.java b/app/src/main/java/s/a/k1.java index ea52d6dfb4..d8d017009b 100644 --- a/app/src/main/java/s/a/k1.java +++ b/app/src/main/java/s/a/k1.java @@ -32,6 +32,6 @@ public abstract class k1 extends CoroutineDispatcher { if (I != null) { return I; } - return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + a.u(this); + return getClass().getSimpleName() + MentionUtilsKt.MENTIONS_CHAR + a.v(this); } } diff --git a/app/src/main/java/s/a/m.java b/app/src/main/java/s/a/m.java index 2f07395217..283d28139d 100644 --- a/app/src/main/java/s/a/m.java +++ b/app/src/main/java/s/a/m.java @@ -7,7 +7,7 @@ import kotlin.coroutines.Continuation; public final class m extends v { /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2970c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); + public static final AtomicIntegerFieldUpdater f2971c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); public volatile int _resumed; /* JADX WARNING: Illegal instructions before constructor call */ diff --git a/app/src/main/java/s/a/p0.java b/app/src/main/java/s/a/p0.java index 0eb4d63898..a4670a0255 100644 --- a/app/src/main/java/s/a/p0.java +++ b/app/src/main/java/s/a/p0.java @@ -33,10 +33,10 @@ public abstract class p0 extends CoroutineDispatcher { this.k = bVar; } Object[] objArr = bVar.a; - int i = bVar.f2962c; + int i = bVar.f2963c; objArr[i] = i0Var; int length = (objArr.length - 1) & (i + 1); - bVar.f2962c = length; + bVar.f2963c = length; int i2 = bVar.b; if (length == i2) { int length2 = objArr.length; @@ -48,7 +48,7 @@ public abstract class p0 extends CoroutineDispatcher { j.copyInto$default(objArr3, objArr2, length3 - i3, 0, i3, 4, (Object) null); bVar.a = objArr2; bVar.b = 0; - bVar.f2962c = length2; + bVar.f2963c = length2; } } @@ -70,7 +70,7 @@ public abstract class p0 extends CoroutineDispatcher { if (bVar != null) { int i = bVar.b; i0 i0Var = null; - if (i != bVar.f2962c) { + if (i != bVar.f2963c) { ?? r3 = bVar.a; ?? r6 = r3[i]; r3[i] = 0; diff --git a/app/src/main/java/s/a/q0.java b/app/src/main/java/s/a/q0.java index cd52d98e52..0bc548e496 100644 --- a/app/src/main/java/s/a/q0.java +++ b/app/src/main/java/s/a/q0.java @@ -195,7 +195,7 @@ public abstract class q0 extends r0 implements g0 { public boolean U() { s.a.a.b> bVar = this.k; - if (!(bVar == null || bVar.b == bVar.f2962c)) { + if (!(bVar == null || bVar.b == bVar.f2963c)) { return false; } d dVar = (d) this._delayed; @@ -252,7 +252,7 @@ public abstract class q0 extends r0 implements g0 { } else { m mVar = (m) obj; Object e = mVar.e(); - if (e != m.f2964c) { + if (e != m.f2965c) { runnable = (Runnable) e; break; } @@ -268,7 +268,7 @@ public abstract class q0 extends r0 implements g0 { } s.a.a.b> bVar = this.k; if (bVar != null) { - if (bVar.b != bVar.f2962c) { + if (bVar.b != bVar.f2963c) { z2 = false; } if (!z2) { diff --git a/app/src/main/java/s/a/q1.java b/app/src/main/java/s/a/q1.java index 3d6ca06961..17323b3e67 100644 --- a/app/src/main/java/s/a/q1.java +++ b/app/src/main/java/s/a/q1.java @@ -11,7 +11,7 @@ public class q1 extends b { @Override // s.a.g1 public boolean H(Throwable th) { - a.x(this.j, th); + a.y(this.j, th); return true; } } diff --git a/app/src/main/java/s/a/u.java b/app/src/main/java/s/a/u.java index 96e2df8814..f9a1cc4041 100644 --- a/app/src/main/java/s/a/u.java +++ b/app/src/main/java/s/a/u.java @@ -11,7 +11,7 @@ public final class u { public final i b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2971c; + public final Function1 f2972c; public final Object d; public final Throwable e; @@ -20,7 +20,7 @@ public final class u { public u(Object obj, i iVar, Function1 function1, Object obj2, Throwable th) { this.a = obj; this.b = iVar; - this.f2971c = function1; + this.f2972c = function1; this.d = obj2; this.e = th; } @@ -32,7 +32,7 @@ public final class u { th = (i & 16) != 0 ? null : th; this.a = obj; this.b = iVar; - this.f2971c = function1; + this.f2972c = function1; this.d = obj2; this.e = th; } @@ -43,7 +43,7 @@ public final class u { if ((i & 2) != 0) { iVar = uVar.b; } - Function1 function12 = (i & 4) != 0 ? uVar.f2971c : null; + Function1 function12 = (i & 4) != 0 ? uVar.f2972c : null; if ((i & 8) != 0) { obj3 = uVar.d; } @@ -62,7 +62,7 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2971c, uVar.f2971c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2972c, uVar.f2972c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); } public int hashCode() { @@ -71,7 +71,7 @@ public final class u { int hashCode = (obj != null ? obj.hashCode() : 0) * 31; i iVar = this.b; int hashCode2 = (hashCode + (iVar != null ? iVar.hashCode() : 0)) * 31; - Function1 function1 = this.f2971c; + Function1 function1 = this.f2972c; int hashCode3 = (hashCode2 + (function1 != null ? function1.hashCode() : 0)) * 31; Object obj2 = this.d; int hashCode4 = (hashCode3 + (obj2 != null ? obj2.hashCode() : 0)) * 31; @@ -88,7 +88,7 @@ public final class u { P.append(", cancelHandler="); P.append(this.b); P.append(", onCancellation="); - P.append(this.f2971c); + P.append(this.f2972c); P.append(", idempotentResume="); P.append(this.d); P.append(", cancelCause="); diff --git a/app/src/main/java/s/a/w1.java b/app/src/main/java/s/a/w1.java index e6cb0679ee..89e43e2d0d 100644 --- a/app/src/main/java/s/a/w1.java +++ b/app/src/main/java/s/a/w1.java @@ -12,11 +12,11 @@ public final class w1 extends r { @Override // s.a.a.r, s.a.b public void X(Object obj) { - Object L = a.L(obj, this.l); + Object M = a.M(obj, this.l); CoroutineContext context = this.l.getContext(); Object b = s.a.a.a.b(context, null); try { - this.l.resumeWith(L); + this.l.resumeWith(M); } finally { s.a.a.a.a(context, b); } diff --git a/app/src/main/java/s/a/y.java b/app/src/main/java/s/a/y.java index 26e08e7068..e42caaec56 100644 --- a/app/src/main/java/s/a/y.java +++ b/app/src/main/java/s/a/y.java @@ -17,18 +17,18 @@ public final class y { */ static { boolean z2; - String W = a.W("kotlinx.coroutines.scheduler"); - if (W != null) { - int hashCode = W.hashCode(); + String X = a.X("kotlinx.coroutines.scheduler"); + if (X != null) { + int hashCode = X.hashCode(); if (hashCode != 0) { if (hashCode != 3551) { - if (hashCode == 109935 && W.equals("off")) { + if (hashCode == 109935 && X.equals("off")) { z2 = false; a = z2; } } } - throw new IllegalStateException(("System property 'kotlinx.coroutines.scheduler' has unrecognized value '" + W + '\'').toString()); + throw new IllegalStateException(("System property 'kotlinx.coroutines.scheduler' has unrecognized value '" + X + '\'').toString()); } z2 = true; a = z2; diff --git a/app/src/main/java/s/a/y1/b.java b/app/src/main/java/s/a/y1/b.java index 77e0614128..81bdec9df3 100644 --- a/app/src/main/java/s/a/y1/b.java +++ b/app/src/main/java/s/a/y1/b.java @@ -16,6 +16,6 @@ public abstract class b extends k1 implements g0 { @Override // s.a.g0 public l0 w(long j, Runnable runnable, CoroutineContext coroutineContext) { - return a.z(j, runnable, coroutineContext); + return a.A(j, runnable, coroutineContext); } } diff --git a/app/src/main/java/s/a/z1/a.java b/app/src/main/java/s/a/z1/a.java index 65d7c58536..786bf8693e 100644 --- a/app/src/main/java/s/a/z1/a.java +++ b/app/src/main/java/s/a/z1/a.java @@ -185,7 +185,7 @@ public abstract class a extends c implements d { @Override // s.a.a.k public String toString() { StringBuilder P = c.d.b.a.a.P("ReceiveHasNext@"); - P.append(c.q.a.k.a.u(this)); + P.append(c.q.a.k.a.v(this)); return P.toString(); } } diff --git a/app/src/main/java/s/a/z1/b.java b/app/src/main/java/s/a/z1/b.java index 53e3e7c226..b28f865d1d 100644 --- a/app/src/main/java/s/a/z1/b.java +++ b/app/src/main/java/s/a/z1/b.java @@ -7,6 +7,6 @@ public final class b { public static final t b = new t("OFFER_SUCCESS"); /* renamed from: c reason: collision with root package name */ - public static final t f2972c = new t("OFFER_FAILED"); + public static final t f2973c = new t("OFFER_FAILED"); public static final t d = new t("POLL_FAILED"); } diff --git a/app/src/main/java/s/a/z1/c.java b/app/src/main/java/s/a/z1/c.java index b632331cb9..0d83038109 100644 --- a/app/src/main/java/s/a/z1/c.java +++ b/app/src/main/java/s/a/z1/c.java @@ -100,7 +100,7 @@ public abstract class c implements l { if (e2 == b.b) { return true; } - if (e2 == b.f2972c) { + if (e2 == b.f2973c) { f b = b(); if (b == null) { return false; @@ -123,7 +123,7 @@ public abstract class c implements l { StringBuilder sb = new StringBuilder(); sb.append(getClass().getSimpleName()); sb.append(MentionUtilsKt.MENTIONS_CHAR); - sb.append(a.u(this)); + sb.append(a.v(this)); sb.append('{'); k j = this.a.j(); if (j == this.a) { diff --git a/app/src/main/java/s/a/z1/f.java b/app/src/main/java/s/a/z1/f.java index f93e5ae9cb..6baff816af 100644 --- a/app/src/main/java/s/a/z1/f.java +++ b/app/src/main/java/s/a/z1/f.java @@ -28,7 +28,7 @@ public final class f extends k implements j { @Override // s.a.a.k public String toString() { StringBuilder P = a.P("Closed@"); - P.append(c.q.a.k.a.u(this)); + P.append(c.q.a.k.a.v(this)); P.append('['); P.append((Object) null); P.append(']'); diff --git a/app/src/main/java/s/a/z1/g.java b/app/src/main/java/s/a/z1/g.java index b1e96cc9ea..90af0267ef 100644 --- a/app/src/main/java/s/a/z1/g.java +++ b/app/src/main/java/s/a/z1/g.java @@ -11,7 +11,7 @@ import s.a.a.t; public class g extends a { /* renamed from: c reason: collision with root package name */ - public final ReentrantLock f2973c = new ReentrantLock(); + public final ReentrantLock f2974c = new ReentrantLock(); public Object d = b.a; public g(Function1 function1) { @@ -30,7 +30,7 @@ public class g extends a { public Object e(E e) { Function1 function1; j j; - ReentrantLock reentrantLock = this.f2973c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { f b = b(); @@ -74,7 +74,7 @@ public class g extends a { @Override // s.a.z1.a public boolean f(h hVar) { - ReentrantLock reentrantLock = this.f2973c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { return super.f(hVar); @@ -95,7 +95,7 @@ public class g extends a { @Override // s.a.z1.a public Object i() { - ReentrantLock reentrantLock = this.f2973c; + ReentrantLock reentrantLock = this.f2974c; reentrantLock.lock(); try { Object obj = this.d; diff --git a/app/src/main/java/z/a.java b/app/src/main/java/z/a.java index 38acd934d9..ff1dbdecb7 100644 --- a/app/src/main/java/z/a.java +++ b/app/src/main/java/z/a.java @@ -9,7 +9,7 @@ public final class a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2974c; + public static final int f2975c; public static final int d; public final Executor e = new b(null); @@ -27,7 +27,7 @@ public final class a { static { int availableProcessors = Runtime.getRuntime().availableProcessors(); b = availableProcessors; - f2974c = availableProcessors + 1; + f2975c = availableProcessors + 1; d = (availableProcessors * 2) + 1; } } diff --git a/app/src/main/java/z/b.java b/app/src/main/java/z/b.java index 4a4156d9c1..3484f8cc8b 100644 --- a/app/src/main/java/z/b.java +++ b/app/src/main/java/z/b.java @@ -13,7 +13,7 @@ public final class b { public final ExecutorService b; /* renamed from: c reason: collision with root package name */ - public final Executor f2975c; + public final Executor f2976c; /* compiled from: BoltsExecutors */ /* renamed from: z.b$b reason: collision with other inner class name */ @@ -66,12 +66,12 @@ public final class b { threadPoolExecutor = Executors.newCachedThreadPool(); } else { a aVar = a.a; - ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2974c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); + ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2975c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); threadPoolExecutor2.allowCoreThreadTimeOut(true); threadPoolExecutor = threadPoolExecutor2; } this.b = threadPoolExecutor; Executors.newSingleThreadScheduledExecutor(); - this.f2975c = new ExecutorC0364b(null); + this.f2976c = new ExecutorC0364b(null); } } diff --git a/app/src/main/java/z/d.java b/app/src/main/java/z/d.java index cfc14e6981..e197b63ea5 100644 --- a/app/src/main/java/z/d.java +++ b/app/src/main/java/z/d.java @@ -8,12 +8,12 @@ public class d implements c { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f2976c; + public final /* synthetic */ Executor f2977c; public d(g gVar, h hVar, c cVar, Executor executor) { this.a = hVar; this.b = cVar; - this.f2976c = executor; + this.f2977c = executor; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -22,7 +22,7 @@ public class d implements c { h hVar = this.a; c cVar = this.b; try { - this.f2976c.execute(new e(hVar, cVar, gVar)); + this.f2977c.execute(new e(hVar, cVar, gVar)); return null; } catch (Exception e) { hVar.b(new ExecutorException(e)); diff --git a/app/src/main/java/z/g.java b/app/src/main/java/z/g.java index da232252aa..27b3f4a401 100644 --- a/app/src/main/java/z/g.java +++ b/app/src/main/java/z/g.java @@ -12,7 +12,7 @@ public class g { public static g b = new g<>((Object) null); /* renamed from: c reason: collision with root package name */ - public static g f2977c = new g<>(Boolean.TRUE); + public static g f2978c = new g<>(Boolean.TRUE); public static g d = new g<>(Boolean.FALSE); public final Object e = new Object(); public boolean f; @@ -25,7 +25,7 @@ public class g { static { b bVar = b.a; ExecutorService executorService = bVar.b; - a = bVar.f2975c; + a = bVar.f2976c; Executor executor = a.a.e; new g(true); } diff --git a/app/src/main/res/drawable-anydpi-v24/ic_members_12dp.xml b/app/src/main/res/drawable-anydpi-v24/ic_members_12dp.xml new file mode 100644 index 0000000000..ce0f768514 --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v24/ic_members_12dp.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/app/src/main/res/drawable-hdpi/ic_members_12dp.png b/app/src/main/res/drawable-hdpi/ic_members_12dp.png new file mode 100644 index 0000000000..26d28ff812 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable-ldpi/ic_members_12dp.png b/app/src/main/res/drawable-ldpi/ic_members_12dp.png new file mode 100644 index 0000000000..e069876f02 Binary files /dev/null and b/app/src/main/res/drawable-ldpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_members_12dp.png b/app/src/main/res/drawable-mdpi/ic_members_12dp.png new file mode 100644 index 0000000000..3c8d31ca0b Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_members_12dp.png b/app/src/main/res/drawable-xhdpi/ic_members_12dp.png new file mode 100644 index 0000000000..c037a6741b Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_members_12dp.png b/app/src/main/res/drawable-xxhdpi/ic_members_12dp.png new file mode 100644 index 0000000000..76a895ef55 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_members_12dp.png b/app/src/main/res/drawable-xxxhdpi/ic_members_12dp.png new file mode 100644 index 0000000000..510460ce87 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_members_12dp.png differ diff --git a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_primary.xml b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_primary.xml new file mode 100644 index 0000000000..648f36d401 --- /dev/null +++ b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_primary.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_secondary.xml b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_secondary.xml new file mode 100644 index 0000000000..674b77f3b2 --- /dev/null +++ b/app/src/main/res/drawable/bg_guild_scheduled_event_list_item_connected_secondary.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/src/main/res/drawable/img_guild_event_upsell.png b/app/src/main/res/drawable/img_guild_event_upsell.png new file mode 100644 index 0000000000..6b3ab7dd08 Binary files /dev/null and b/app/src/main/res/drawable/img_guild_event_upsell.png differ diff --git a/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml b/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml index 431381e83a..0c5654ec54 100644 --- a/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml +++ b/app/src/main/res/layout-v22/guild_scheduled_event_item_view.xml @@ -1,7 +1,7 @@ - + @@ -9,9 +9,9 @@ - + - + diff --git a/app/src/main/res/layout-v22/widget_guild_scheduled_event_details_bottom_sheet.xml b/app/src/main/res/layout-v22/widget_guild_scheduled_event_details_bottom_sheet.xml index fa88150c9a..d70ce921e9 100644 --- a/app/src/main/res/layout-v22/widget_guild_scheduled_event_details_bottom_sheet.xml +++ b/app/src/main/res/layout-v22/widget_guild_scheduled_event_details_bottom_sheet.xml @@ -6,8 +6,8 @@ - - + + diff --git a/app/src/main/res/layout-v22/widget_guild_scheduled_event_upsell_bottom_sheet.xml b/app/src/main/res/layout-v22/widget_guild_scheduled_event_upsell_bottom_sheet.xml new file mode 100644 index 0000000000..d217158c43 --- /dev/null +++ b/app/src/main/res/layout-v22/widget_guild_scheduled_event_upsell_bottom_sheet.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/app/src/main/res/layout-v22/widget_preview_guild_scheduled_event.xml b/app/src/main/res/layout-v22/widget_preview_guild_scheduled_event.xml index 03e097597f..812605847a 100644 --- a/app/src/main/res/layout-v22/widget_preview_guild_scheduled_event.xml +++ b/app/src/main/res/layout-v22/widget_preview_guild_scheduled_event.xml @@ -10,6 +10,7 @@ + diff --git a/app/src/main/res/layout/guild_scheduled_event_item_view.xml b/app/src/main/res/layout/guild_scheduled_event_item_view.xml index 3d4f501e65..16b222ec1a 100644 --- a/app/src/main/res/layout/guild_scheduled_event_item_view.xml +++ b/app/src/main/res/layout/guild_scheduled_event_item_view.xml @@ -1,7 +1,7 @@ - + @@ -9,9 +9,9 @@ - + - + diff --git a/app/src/main/res/layout/widget_guild_scheduled_event_details_bottom_sheet.xml b/app/src/main/res/layout/widget_guild_scheduled_event_details_bottom_sheet.xml index 70638cbf91..50cc1a11e0 100644 --- a/app/src/main/res/layout/widget_guild_scheduled_event_details_bottom_sheet.xml +++ b/app/src/main/res/layout/widget_guild_scheduled_event_details_bottom_sheet.xml @@ -6,8 +6,8 @@ - - + + diff --git a/app/src/main/res/layout/widget_guild_scheduled_event_upsell_bottom_sheet.xml b/app/src/main/res/layout/widget_guild_scheduled_event_upsell_bottom_sheet.xml new file mode 100644 index 0000000000..5fc3b1b7ff --- /dev/null +++ b/app/src/main/res/layout/widget_guild_scheduled_event_upsell_bottom_sheet.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/app/src/main/res/layout/widget_preview_guild_scheduled_event.xml b/app/src/main/res/layout/widget_preview_guild_scheduled_event.xml index 49c3955ed5..2676378b7a 100644 --- a/app/src/main/res/layout/widget_preview_guild_scheduled_event.xml +++ b/app/src/main/res/layout/widget_preview_guild_scheduled_event.xml @@ -10,6 +10,7 @@ + diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index 34f7c208ea..8f7181e06b 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -1369,6 +1369,7 @@ ‏‮Invite‬‏ ‏‮!!‬‏‏‮{channel}‬‏‏‮!!‬‏ ‏‮to‬‏ ‏‮Watch‬‏ ‏‮!!‬‏‏‮{name}‬‏‏‮!!‬‏ ‏‮Upload‬‏ ‏‮a‬‏ ‏‮File‬‏ ‏‮Upload‬‏ ‏‮a‬‏ ‏‮file‬‏ ‏‮or‬‏ ‏‮send‬‏ ‏‮invites‬‏ + ‏‮Use‬‏ ‏‮Slash‬‏ ‏‮Command‬‏ ‏‮Chat‬‏ ‏‮Behavior‬‏ ‏‮Checking‬‏ ‏‮For‬‏ ‏‮Updates‬‏ ‏‮Chip‬‏ ‏‮text‬‏ @@ -3351,8 +3352,9 @@ ‏‮Join‬‏ ‏‮and‬‏ ‏‮View‬‏ ‏‮Event‬‏ ‏‮Or,‬‏ ‏‮send‬‏ ‏‮an‬‏ ‏‮event‬‏ ‏‮invite‬‏ ‏‮link‬‏ ‏‮to‬‏ ‏‮a‬‏ ‏‮friend‬‏ ‏‮Invite‬‏ ‏‮friends‬‏ ‏‮to‬‏ ‏‮event‬‏ + ‏‮Join‬‏ ‏‮{count}‬‏ ‏‮Listening‬‏ - ‏‮You‬‏ ‏‮cannot‬‏ ‏‮edit‬‏ ‏‮the‬‏ ‏‮location‬‏ ‏‮type‬‏ ‏‮of‬‏ ‏‮an‬‏ ‏‮event.‬‏ + ‏‮You‬‏ ‏‮cannot‬‏ ‏‮edit‬‏ ‏‮the‬‏ ‏‮location‬‏ ‏‮type‬‏ ‏‮of‬‏ ‏‮an‬‏ ‏‮event‬‏ ‏‮after‬‏ ‏‮it‬‏ ‏‮starts.‬‏ ‏‮You‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮permission.‬‏ ‏‮There‬‏ ‏‮are‬‏ ‏‮no‬‏ ‏‮available‬‏ ‏‮channels.‬‏ ‏‮You‬‏ ‏‮do‬‏ ‏‮not‬‏ ‏‮have‬‏ ‏‮the‬‏ ‏‮required‬‏ ‏‮server‬‏ ‏‮or‬‏ ‏‮channel‬‏ ‏‮permission.‬‏ @@ -3398,6 +3400,11 @@ ‏‮Event‬‏ ‏‮is‬‏ ‏‮in‬‏ ‏‮progress‬‏ ‏‮Step‬‏ ‏‮{step}‬‏ ‏‮of‬‏ ‏‮{total}‬‏ ‏‮**Total**‬‏ ‏‮(Tax‬‏ ‏‮Included)‬‏ + ‏‮Plan‬‏ ‏‮a‬‏ ‏‮watch‬‏ ‏‮party,‬‏ ‏‮game‬‏ ‏‮night,‬‏ ‏‮hangout,‬‏ ‏‮mysterious‬‏ ‏‮guest‬‏ ‏‮appearance,‬‏ ‏‮anything‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮in‬‏ ‏‮advance.‬‏ + ‏‮Starting‬‏ ‏‮now:‬‏ ‏‮Scheduled‬‏ ‏‮Events‬‏ + ‏‮Starting‬‏ ‏‮now:‬‏ + ‏‮Scheduled‬‏ ‏‮Events‬‏ + ‏‮Check‬‏ ‏‮it‬‏ ‏‮out‬‏ ‏‮Events‬‏ ‏‮Create‬‏ ‏‮{count}‬‏ @@ -4581,6 +4588,7 @@ ‏‮This‬‏ ‏‮server‬‏ ‏‮now‬‏ ‏‮has‬‏ ‏‮Video‬‏ ‏‮Chat!‬‏ ‏‮Ready‬‏ ‏‮to‬‏ ‏‮talk?‬‏ ‏‮Grab‬‏ ‏‮a‬‏ ‏‮seat‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮voice‬‏ ‏‮channel‬‏ ‏‮so‬‏ ‏‮people‬‏ ‏‮know‬‏ ‏‮you\'re‬‏ ‏‮around‬‏ ‏‮to‬‏ ‏‮hang‬‏ ‏‮out.‬‏ ‏‮Servers‬‏ ‏‮sidebar‬‏ + ‏‮Happening‬‏ ‏‮Now‬‏ ‏‮Hardware‬‏ ‏‮Acceleration‬‏ ‏‮Turns‬‏ ‏‮on‬‏ ‏‮Hardware‬‏ ‏‮Acceleration,‬‏ ‏‮which‬‏ ‏‮uses‬‏ ‏‮your‬‏ ‏‮GPU‬‏ ‏‮to‬‏ ‏‮make‬‏ ‏‮Discord‬‏ ‏‮smoother.‬‏ ‏‮Turn‬‏ ‏‮this‬‏ ‏‮off‬‏ ‏‮if‬‏ ‏‮you‬‏ ‏‮are‬‏ ‏‮experiencing‬‏ ‏‮frame‬‏ ‏‮drops.‬‏ ‏‮Help‬‏ @@ -5841,8 +5849,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ @@ -6883,6 +6891,7 @@ ‏‮Level‬‏ ‏‮3‬‏ ‏‮LVL‬‏ ‏‮3‬‏ ‏‮Unlocked‬‏ + ‏‮Unlock‬‏ ‏‮with‬‏ ‏‮Boosting‬‏ ‏‮Are‬‏ ‏‮you‬‏ ‏‮sure‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮to‬‏ ‏‮remove‬‏ ‏‮your‬‏ ‏‮Boost‬‏ ‏‮from:‬‏ ‏‮Yes,‬‏ ‏‮Remove‬‏ ‏‮Boost‬‏ ‏‮This‬‏ ‏‮server‬‏ ‏‮will‬‏ ‏‮lose‬‏ ‏‮progress‬‏ ‏‮if‬‏ ‏‮you‬‏ ‏‮remove‬‏ ‏‮your‬‏ ‏‮boost.‬‏ @@ -7977,6 +7986,7 @@ ‏‮Search‬‏ ‏‮with‬‏ ‏‮Google‬‏ ‏‮Searching…‬‏ ‏‮Security‬‏ + ‏‮See‬‏ ‏‮Details‬‏ ‏‮See‬‏ ‏‮Thread‬‏ ‏‮›‬‏ ‏‮›‬‏ ‏‮Select‬‏ @@ -8045,6 +8055,111 @@ ‏‮Get‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮ready‬‏ ‏‮for‬‏ ‏‮Discovery‬‏ ‏‮Subcategory‬‏ ‏‮-‬‏ ‏‮optional‬‏ ‏‮Get‬‏ ‏‮more‬‏ ‏‮specific,‬‏ ‏‮if‬‏ ‏‮you‬‏ ‏‮want.‬‏ ‏‮You‬‏ ‏‮can‬‏ ‏‮add‬‏ ‏‮up‬‏ ‏‮to‬‏ ‏‮5.‬‏ + ‏‮3d‬‏ + ‏‮aesthetic‬‏ + ‏‮animation‬‏ + ‏‮anime‬‏ + ‏‮apps‬‏ + ‏‮art‬‏ + ‏‮basketball‬‏ + ‏‮beverage‬‏ + ‏‮bitcoin‬‏ + ‏‮bodybuilding‬‏ + ‏‮bots‬‏ + ‏‮bts‬‏ + ‏‮calisthenics‬‏ + ‏‮clothing‬‏ + ‏‮coding‬‏ + ‏‮college‬‏ + ‏‮community‬‏ + ‏‮crossfit‬‏ + ‏‮cryptocurrency‬‏ + ‏‮cute‬‏ + ‏‮defi‬‏ + ‏‮design‬‏ + ‏‮discord‬‏ ‏‮bot‬‏ + ‏‮disney‬‏ + ‏‮disneyworld‬‏ + ‏‮drawing‬‏ + ‏‮edm‬‏ + ‏‮education‬‏ + ‏‮emoji‬‏ + ‏‮emotes‬‏ + ‏‮english‬‏ + ‏‮esports‬‏ + ‏‮ethereum‬‏ + ‏‮events‬‏ + ‏‮exercise‬‏ + ‏‮fantasy-football‬‏ + ‏‮fashion‬‏ + ‏‮fivem‬‏ + ‏‮food‬‏ + ‏‮football‬‏ + ‏‮forex‬‏ + ‏‮formula1‬‏ + ‏‮fortnite‬‏ + ‏‮friends‬‏ + ‏‮fun‬‏ + ‏‮gaming‬‏ + ‏‮github‬‏ + ‏‮giveaways‬‏ + ‏‮gym‬‏ + ‏‮hardware‬‏ + ‏‮hiphop‬‏ + ‏‮homework‬‏ + ‏‮hypebeast‬‏ + ‏‮investing‬‏ + ‏‮javascript‬‏ + ‏‮kpop‬‏ + ‏‮language‬‏ + ‏‮leagueoflegends‬‏ + ‏‮learning‬‏ + ‏‮lgbtq‬‏ + ‏‮linux‬‏ + ‏‮manga‬‏ + ‏‮memes‬‏ + ‏‮mental-health‬‏ + ‏‮metal‬‏ + ‏‮minecraft‬‏ + ‏‮music-production‬‏ + ‏‮nba‬‏ + ‏‮nfl‬‏ + ‏‮nft‬‏ + ‏‮nitro‬‏ + ‏‮nutrition‬‏ + ‏‮opensource‬‏ + ‏‮options‬‏ + ‏‮photography‬‏ + ‏‮premier-league‬‏ + ‏‮programming‬‏ + ‏‮racing‬‏ + ‏‮rap‬‏ + ‏‮reddit‬‏ + ‏‮roblox‬‏ + ‏‮roleplay‬‏ + ‏‮school‬‏ + ‏‮self-improvement‬‏ + ‏‮singing‬‏ + ‏‮snacks‬‏ + ‏‮sneakers‬‏ + ‏‮soccer‬‏ + ‏‮social‬‏ + ‏‮software‬‏ + ‏‮sports‬‏ + ‏‮stocks‬‏ + ‏‮streamer‬‏ + ‏‮streetwear‬‏ + ‏‮study‬‏ + ‏‮style‬‏ + ‏‮support‬‏ + ‏‮supreme‬‏ + ‏‮tech‬‏ + ‏‮trading‬‏ + ‏‮travel‬‏ + ‏‮twitch‬‏ + ‏‮valorant‬‏ + ‏‮yeezy‬‏ + ‏‮youtube‬‏ ‏‮Suggested‬‏ ‏‮Tags‬‏ ‏‮Tags‬‏ ‏‮Dashes‬‏ ‏‮are‬‏ ‏‮the‬‏ ‏‮only‬‏ ‏‮special‬‏ ‏‮character‬‏ ‏‮allowed.‬‏ diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 8b6fc25c54..6e615537b2 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -1369,6 +1369,7 @@ [ÎñVîţé ¡¡»{channel}«¡¡ ţö Ŵåţçĥ ¡¡»{name}«¡¡ one two three] [Ûþļöåð å Fîļé one two] [Ûþļöåð å ƒîļé öŕ šéñð îñVîţéš one two three four] + [Ûšé Šļåšĥ Çöḿḿåñð one two three] [Çĥåţ βéĥåVîöŕ one two] [Çĥéçķîñĝ Föŕ Ûþðåţéš one two three] [Çĥîþ ţéхţ one two] @@ -3351,8 +3352,9 @@ [Ĵöîñ åñð νîéŵ ÉVéñţ one two three] [Öŕ, šéñð åñ éVéñţ îñVîţé ļîñķ ţö å ƒŕîéñð one two three four five] [ÎñVîţé ƒŕîéñðš ţö éVéñţ one two three] + [Ĵöîñ one] [»{count}« Ļîšţéñîñĝ one two] - [Ýöû çåññöţ éðîţ ţĥé ļöçåţîöñ ţýþé öƒ åñ éVéñţ. one two three four five six] + [Ýöû çåññöţ éðîţ ţĥé ļöçåţîöñ ţýþé öƒ åñ éVéñţ åƒţéŕ îţ šţåŕţš. one two three four five six seven] [Ýöû ðö ñöţ ĥåVé þéŕḿîššîöñ. one two three four] [Ţĥéŕé åŕé ñö åVåîļåɓļé çĥåññéļš. one two three four] [Ýöû ðö ñöţ ĥåVé ţĥé ŕéQûîŕéð šéŕVéŕ öŕ çĥåññéļ þéŕḿîššîöñ. one two three four five six seven] @@ -3398,6 +3400,11 @@ [ÉVéñţ îš îñ þŕöĝŕéšš one two three] [Šţéþ »{step}« öƒ »{total}« one two] [**Ţöţåļ** (Ţåх Îñçļûðéð) one two three] + [Þļåñ å ŵåţçĥ þåŕţý, ĝåḿé ñîĝĥţ, ĥåñĝöûţ, ḿýšţéŕîöûš ĝûéšţ åþþéåŕåñçé, åñýţĥîñĝ ýöû ŵåñţ îñ åðVåñçé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen] + [Šţåŕţîñĝ ñöŵ: Šçĥéðûļéð ÉVéñţš one two three four] + [Šţåŕţîñĝ ñöŵ: one two] + [Šçĥéðûļéð ÉVéñţš one two three] + [Çĥéçķ îţ öûţ one two] [ÉVéñţš one two] [Çŕéåţé one two] [»{count}«] @@ -4581,6 +4588,7 @@ [Ţĥîš šéŕVéŕ ñöŵ ĥåš νîðéö Çĥåţ¡ one two three four] [Ŕéåðý ţö ţåļķ¿ Ĝŕåɓ å šéåţ îñ ţĥîš Vöîçé çĥåññéļ šö þéöþļé ķñöŵ ýöû\'ŕé åŕöûñð ţö ĥåñĝ öûţ. one two three four five six seven eight nine ten] [ŠéŕVéŕš šîðéɓåŕ one two three] + [Ĥåþþéñîñĝ Ñöŵ one two] [Ĥåŕðŵåŕé Åççéļéŕåţîöñ one two three] [Ţûŕñš öñ Ĥåŕðŵåŕé Åççéļéŕåţîöñ, ŵĥîçĥ ûšéš ýöûŕ ĜÞÛ ţö ḿåķé Ðîšçöŕð šḿööţĥéŕ. Ţûŕñ ţĥîš öƒƒ îƒ ýöû åŕé éхþéŕîéñçîñĝ ƒŕåḿé ðŕöþš. one two three four five six seven eight nine ten eleven twelve thirteen] [Ĥéļþ one] @@ -5841,8 +5849,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] @@ -6883,6 +6891,7 @@ [ĻéVéļ 3 one two] [ĻνĻ 3 one] [Ûñļöçķéð one two] + [Ûñļöçķ ŵîţĥ βööšţîñĝ one two three] [Åŕé ýöû šûŕé ýöû ŵåñţ ţö ŕéḿöVé ýöûŕ βööšţ ƒŕöḿ: one two three four five six] [Ýéš, ŔéḿöVé βööšţ one two three] [Ţĥîš šéŕVéŕ ŵîļļ ļöšé þŕöĝŕéšš îƒ ýöû ŕéḿöVé ýöûŕ ɓööšţ. one two three four five six seven] @@ -7977,6 +7986,7 @@ [Šéåŕçĥ ŵîţĥ Ĝööĝļé one two three] [Šéåŕçĥîñĝ… one two] [Šéçûŕîţý one two] + [Šéé Ðéţåîļš one two] [Šéé Ţĥŕéåð › one two] [› one] [Šéļéçţ one two] @@ -8045,6 +8055,111 @@ [Ĝéţ ýöûŕ šéŕVéŕ ŕéåðý ƒöŕ ÐîšçöVéŕý one two three four] [Šûɓçåţéĝöŕý - öþţîöñåļ one two three] [Ĝéţ ḿöŕé šþéçîƒîç, îƒ ýöû ŵåñţ. Ýöû çåñ åðð ûþ ţö 5. one two three four five six] + [3ð one] + [åéšţĥéţîç one two] + [åñîḿåţîöñ one two] + [åñîḿé one] + [åþþš one] + [åŕţ one] + [ɓåšķéţɓåļļ one two] + [ɓéVéŕåĝé one two] + [ɓîţçöîñ one two] + [ɓöðýɓûîļðîñĝ one two] + [ɓöţš one] + [ɓţš one] + [çåļîšţĥéñîçš one two] + [çļöţĥîñĝ one two] + [çöðîñĝ one two] + [çöļļéĝé one two] + [çöḿḿûñîţý one two] + [çŕöššƒîţ one two] + [çŕýþţöçûŕŕéñçý one two three] + [çûţé one] + [ðéƒî one] + [ðéšîĝñ one two] + [ðîšçöŕð ɓöţ one two] + [ðîšñéý one two] + [ðîšñéýŵöŕļð one two] + [ðŕåŵîñĝ one two] + [éðḿ one] + [éðûçåţîöñ one two] + [éḿöĵî one] + [éḿöţéš one two] + [éñĝļîšĥ one two] + [éšþöŕţš one two] + [éţĥéŕéûḿ one two] + [éVéñţš one two] + [éхéŕçîšé one two] + [ƒåñţåšý-ƒööţɓåļļ one two three] + [ƒåšĥîöñ one two] + [ƒîVéḿ one] + [ƒööð one] + [ƒööţɓåļļ one two] + [ƒöŕéх one] + [ƒöŕḿûļå1 one two] + [ƒöŕţñîţé one two] + [ƒŕîéñðš one two] + [ƒûñ one] + [ĝåḿîñĝ one two] + [ĝîţĥûɓ one two] + [ĝîVéåŵåýš one two] + [ĝýḿ one] + [ĥåŕðŵåŕé one two] + [ĥîþĥöþ one two] + [ĥöḿéŵöŕķ one two] + [ĥýþéɓéåšţ one two] + [îñVéšţîñĝ one two] + [ĵåVåšçŕîþţ one two] + [ķþöþ one] + [ļåñĝûåĝé one two] + [ļéåĝûéöƒļéĝéñðš one two three] + [ļéåŕñîñĝ one two] + [ļĝɓţQ one] + [ļîñûх one] + [ḿåñĝå one] + [ḿéḿéš one] + [ḿéñţåļ-ĥéåļţĥ one two] + [ḿéţåļ one] + [ḿîñéçŕåƒţ one two] + [ḿûšîç-þŕöðûçţîöñ one two three] + [ñɓå one] + [ñƒļ one] + [ñƒţ one] + [ñîţŕö one] + [ñûţŕîţîöñ one two] + [öþéñšöûŕçé one two] + [öþţîöñš one two] + [þĥöţöĝŕåþĥý one two] + [þŕéḿîéŕ-ļéåĝûé one two three] + [þŕöĝŕåḿḿîñĝ one two] + [ŕåçîñĝ one two] + [ŕåþ one] + [ŕéððîţ one two] + [ŕöɓļöх one two] + [ŕöļéþļåý one two] + [šçĥööļ one two] + [šéļƒ-îḿþŕöVéḿéñţ one two three] + [šîñĝîñĝ one two] + [šñåçķš one two] + [šñéåķéŕš one two] + [šöççéŕ one two] + [šöçîåļ one two] + [šöƒţŵåŕé one two] + [šþöŕţš one two] + [šţöçķš one two] + [šţŕéåḿéŕ one two] + [šţŕééţŵéåŕ one two] + [šţûðý one] + [šţýļé one] + [šûþþöŕţ one two] + [šûþŕéḿé one two] + [ţéçĥ one] + [ţŕåðîñĝ one two] + [ţŕåVéļ one two] + [ţŵîţçĥ one two] + [Våļöŕåñţ one two] + [ýééžý one] + [ýöûţûɓé one two] [Šûĝĝéšţéð Ţåĝš one two three] [Ţåĝš one] [Ðåšĥéš åŕé ţĥé öñļý šþéçîåļ çĥåŕåçţéŕ åļļöŵéð. one two three four five six] diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index e12758ab72..8218bdf100 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -986,6 +986,8 @@ + + diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index f745b11ff9..341128eadf 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -540,1381 +540,1382 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3586,1504 +3587,1508 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6182,3209 +6187,3214 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10156,267 +10166,268 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -15762,8364 +15773,8479 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b27cc90175..6e2f28c2e6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1372,6 +1372,7 @@ Invite !!{channel}!! to Watch !!{name}!! Upload a File Upload a file or send invites + Use Slash Command Chat Behavior Checking For Updates Chip text @@ -1425,7 +1426,7 @@ Select a color Transparency Use Default - f229f9ab708a496d92a014b5967c74ed + 2f1e52da76054c30a64d60a3daf709a2 Coming Soon Slash command application {applicationName} {applicationName} application @@ -3367,8 +3368,9 @@ Join and View Event Or, send an event invite link to a friend Invite friends to event + Join {count} Listening - You cannot edit the location type of an event. + You cannot edit the location type of an event after it starts. You do not have permission. There are no available channels. You do not have the required server or channel permission. @@ -3414,6 +3416,11 @@ Event is in progress Step {step} of {total} **Total** (Tax Included) + Plan a watch party, game night, hangout, mysterious guest appearance, anything you want in advance. + Starting now: Scheduled Events + Starting now: + Scheduled Events + Check it out Events Create {count} @@ -4597,6 +4604,7 @@ This server now has Video Chat! Ready to talk? Grab a seat in this voice channel so people know you\'re around to hang out. Servers sidebar + Happening Now Hardware Acceleration Turns on Hardware Acceleration, which uses your GPU to make Discord smoother. Turn this off if you are experiencing frame drops. Help @@ -5860,8 +5868,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications @@ -6909,6 +6917,7 @@ Level 3 LVL 3 Unlocked + Unlock with Boosting Are you sure you want to remove your Boost from: Yes, Remove Boost This server will lose progress if you remove your boost. @@ -8004,6 +8013,7 @@ Search with Google Searching… Security + See Details See Thread › Select @@ -8072,6 +8082,111 @@ Get your server ready for Discovery Subcategory - optional Get more specific, if you want. You can add up to 5. + 3d + aesthetic + animation + anime + apps + art + basketball + beverage + bitcoin + bodybuilding + bots + bts + calisthenics + clothing + coding + college + community + crossfit + cryptocurrency + cute + defi + design + discord bot + disney + disneyworld + drawing + edm + education + emoji + emotes + english + esports + ethereum + events + exercise + fantasy-football + fashion + fivem + food + football + forex + formula1 + fortnite + friends + fun + gaming + github + giveaways + gym + hardware + hiphop + homework + hypebeast + investing + javascript + kpop + language + leagueoflegends + learning + lgbtq + linux + manga + memes + mental-health + metal + minecraft + music-production + nba + nfl + nft + nitro + nutrition + opensource + options + photography + premier-league + programming + racing + rap + reddit + roblox + roleplay + school + self-improvement + singing + snacks + sneakers + soccer + social + software + sports + stocks + streamer + streetwear + study + style + support + supreme + tech + trading + travel + twitch + valorant + yeezy + youtube Suggested Tags Tags Dashes are the only special character allowed. diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 05e4e18a61..50afdbba6b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -173,6 +173,7 @@ @color/white @color/status_yellow_500 @color/black + @color/brand_360 @color/status_red_500 @color/link @color/link_low_saturation @@ -245,6 +246,7 @@ @color/white @color/status_yellow_500 @color/white + @color/brand_500 @color/status_red_500 @color/link_light @color/link_light