diff --git a/app/build.gradle b/app/build.gradle index 29dcda0896..a4acae0411 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 30 - versionCode 118108 - versionName "118.8 - Beta" + versionCode 118109 + versionName "118.9 - Beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7ed477a880..a28699df2b 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.java b/app/src/main/java/androidx/lifecycle/BlockRunner.java index bb29a1b734..51c14205d4 100644 --- a/app/src/main/java/androidx/lifecycle/BlockRunner.java +++ b/app/src/main/java/androidx/lifecycle/BlockRunner.java @@ -65,7 +65,7 @@ public final class BlockRunner { if (this.cancellationJob == null) { CoroutineScope coroutineScope = this.scope; CoroutineDispatcher coroutineDispatcher = k0.a; - this.cancellationJob = f.H0(coroutineScope, n.f3802b.H(), null, new BlockRunner$cancel$1(this, null), 2, null); + this.cancellationJob = f.H0(coroutineScope, n.f3803b.H(), null, new BlockRunner$cancel$1(this, null), 2, null); return; } throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString()); diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java index e6a09a8960..93f2c7b050 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java @@ -43,7 +43,7 @@ public final class CoroutineLiveData extends MediatorLiveData { m.checkNotNullParameter(function2, "block"); t1 t1Var = new t1((Job) coroutineContext.get(Job.h)); CoroutineDispatcher coroutineDispatcher = k0.a; - this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3802b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1()); + this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3803b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1()); } public /* synthetic */ CoroutineLiveData(CoroutineContext coroutineContext, long j, Function2 function2, int i, DefaultConstructorMarker defaultConstructorMarker) { diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java index ff10e532a2..38fc6f3e1d 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 = k0.a; - return f.C1(n.f3802b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation); + return f.C1(n.f3803b.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/DispatchQueue.java b/app/src/main/java/androidx/lifecycle/DispatchQueue.java index 8972a87ba0..8b9eddfe6c 100644 --- a/app/src/main/java/androidx/lifecycle/DispatchQueue.java +++ b/app/src/main/java/androidx/lifecycle/DispatchQueue.java @@ -43,7 +43,7 @@ public final class DispatchQueue { m.checkNotNullParameter(coroutineContext, "context"); m.checkNotNullParameter(runnable, "runnable"); CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); if (H.isDispatchNeeded(coroutineContext) || canRun()) { H.dispatch(coroutineContext, new DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1(this, coroutineContext, runnable)); } else { diff --git a/app/src/main/java/androidx/lifecycle/EmittedSource.java b/app/src/main/java/androidx/lifecycle/EmittedSource.java index 3ae966a571..06b6d74528 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 m0 { @Override // s.a.m0 public void dispose() { CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(f.c(n.f3802b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null); + f.H0(f.c(n.f3803b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null); } public final Object disposeNow(Continuation continuation) { CoroutineDispatcher coroutineDispatcher = k0.a; - Object C1 = f.C1(n.f3802b.H(), new EmittedSource$disposeNow$2(this, null), continuation); + Object C1 = f.C1(n.f3803b.H(), new EmittedSource$disposeNow$2(this, null), continuation); return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : 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 c7ea3a3259..238e189517 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java @@ -150,7 +150,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio f b2 = b.i.a.f.e.o.f.b(-1, null, null, 6); observer = new FlowLiveDataConversions$asFlow$1$observer$1(b2); CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); AnonymousClass1 r8 = new AnonymousClass1(observer, null); this.L$0 = eVar; this.L$1 = b2; @@ -211,7 +211,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio } else { x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher2 = k0.a; - b.i.a.f.e.o.f.H0(x0Var, n.f3802b.H(), null, new AnonymousClass2(observer2, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var, n.f3803b.H(), null, new AnonymousClass2(observer2, null), 2, null); return Unit.a; } } catch (Throwable th) { @@ -219,7 +219,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio observer3 = observer2; x0 x0Var2 = x0.j; CoroutineDispatcher coroutineDispatcher3 = k0.a; - b.i.a.f.e.o.f.H0(x0Var2, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var2, n.f3803b.H(), null, new AnonymousClass2(observer3, null), 2, null); throw th; } } else { @@ -230,7 +230,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio flowLiveDataConversions$asFlow$1 = this; x0 x0Var22 = x0.j; CoroutineDispatcher coroutineDispatcher32 = k0.a; - b.i.a.f.e.o.f.H0(x0Var22, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var22, n.f3803b.H(), null, new AnonymousClass2(observer3, null), 2, null); throw th; } } else { @@ -250,7 +250,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio th = th3; x0 x0Var222 = x0.j; CoroutineDispatcher coroutineDispatcher322 = k0.a; - b.i.a.f.e.o.f.H0(x0Var222, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var222, n.f3803b.H(), null, new AnonymousClass2(observer3, null), 2, null); throw th; } it = fVar.iterator(); @@ -262,7 +262,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio flowLiveDataConversions$asFlow$1 = this; x0 x0Var2222 = x0.j; CoroutineDispatcher coroutineDispatcher3222 = k0.a; - b.i.a.f.e.o.f.H0(x0Var2222, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var2222, n.f3803b.H(), null, new AnonymousClass2(observer3, null), 2, null); throw th; } } diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java index 329048c0f6..da974debf7 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java @@ -45,6 +45,6 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i public final void register() { CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(this, n.f3802b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null); + f.H0(this, n.f3803b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null); } } diff --git a/app/src/main/java/androidx/lifecycle/LifecycleKt.java b/app/src/main/java/androidx/lifecycle/LifecycleKt.java index 3f3bc650cf..9b88e88a65 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleKt.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleKt.java @@ -21,7 +21,7 @@ public final class LifecycleKt { } u d = f.d(null, 1); CoroutineDispatcher coroutineDispatcher = k0.a; - lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3802b.H())); + lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3803b.H())); } while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl)); lifecycleCoroutineScopeImpl.register(); return lifecycleCoroutineScopeImpl; diff --git a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java index f4699a04c4..d988a4ca8b 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java @@ -21,7 +21,7 @@ public final class LiveDataScopeImpl implements LiveDataScope { m.checkNotNullParameter(coroutineContext, "context"); this.target = coroutineLiveData; CoroutineDispatcher coroutineDispatcher = k0.a; - this.coroutineContext = coroutineContext.plus(n.f3802b.H()); + this.coroutineContext = coroutineContext.plus(n.f3803b.H()); } @Override // androidx.lifecycle.LiveDataScope diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcher.java b/app/src/main/java/androidx/lifecycle/PausingDispatcher.java index b9feb8ab69..a150189e7f 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcher.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcher.java @@ -21,7 +21,7 @@ public final class PausingDispatcher extends CoroutineDispatcher { public boolean isDispatchNeeded(CoroutineContext coroutineContext) { m.checkNotNullParameter(coroutineContext, "context"); CoroutineDispatcher coroutineDispatcher = k0.a; - if (n.f3802b.H().isDispatchNeeded(coroutineContext)) { + if (n.f3803b.H().isDispatchNeeded(coroutineContext)) { return true; } return !this.dispatchQueue.canRun(); diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java index e5dc02aceb..df82adce1b 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java @@ -44,6 +44,6 @@ public final class PausingDispatcherKt { public static final Object whenStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function2, ? extends Object> function2, Continuation continuation) { CoroutineDispatcher coroutineDispatcher = k0.a; - return f.C1(n.f3802b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation); + return f.C1(n.f3803b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation); } } diff --git a/app/src/main/java/androidx/lifecycle/ViewModelKt.java b/app/src/main/java/androidx/lifecycle/ViewModelKt.java index c3e3207405..27da369956 100644 --- a/app/src/main/java/androidx/lifecycle/ViewModelKt.java +++ b/app/src/main/java/androidx/lifecycle/ViewModelKt.java @@ -22,7 +22,7 @@ public final class ViewModelKt { } u d = f.d(null, 1); CoroutineDispatcher coroutineDispatcher = k0.a; - Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3802b.H()))); + Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3803b.H()))); m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n …Main.immediate)\n )"); return (CoroutineScope) tagIfAbsent; } diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java index f68c034b21..60e84a098c 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java @@ -36,7 +36,7 @@ public final class WithLifecycleStateKt { public static final Object withCreated(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.CREATED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -53,7 +53,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycle, "lifecycle"); Lifecycle.State state = Lifecycle.State.CREATED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -68,7 +68,7 @@ public final class WithLifecycleStateKt { private static final Object withCreated$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.CREATED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -77,7 +77,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle"); Lifecycle.State state = Lifecycle.State.CREATED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -85,7 +85,7 @@ public final class WithLifecycleStateKt { public static final Object withResumed(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.RESUMED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -102,7 +102,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycle, "lifecycle"); Lifecycle.State state = Lifecycle.State.RESUMED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -117,7 +117,7 @@ public final class WithLifecycleStateKt { private static final Object withResumed$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.RESUMED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -126,7 +126,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle"); Lifecycle.State state = Lifecycle.State.RESUMED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -134,7 +134,7 @@ public final class WithLifecycleStateKt { public static final Object withStarted(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.STARTED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -151,7 +151,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycle, "lifecycle"); Lifecycle.State state = Lifecycle.State.STARTED; CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -166,7 +166,7 @@ public final class WithLifecycleStateKt { private static final Object withStarted$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) { Lifecycle.State state = Lifecycle.State.STARTED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -175,7 +175,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle"); Lifecycle.State state = Lifecycle.State.STARTED; CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -183,7 +183,7 @@ public final class WithLifecycleStateKt { public static final Object withStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function0 function0, Continuation continuation) { if (state.compareTo(Lifecycle.State.CREATED) >= 0) { CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -202,7 +202,7 @@ public final class WithLifecycleStateKt { m.checkNotNullExpressionValue(lifecycle, "lifecycle"); if (state.compareTo(Lifecycle.State.CREATED) >= 0) { CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -221,7 +221,7 @@ public final class WithLifecycleStateKt { throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString()); } CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } @@ -232,14 +232,14 @@ public final class WithLifecycleStateKt { throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString()); } CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } public static final Object withStateAtLeastUnchecked(Lifecycle lifecycle, Lifecycle.State state, Function0 function0, Continuation continuation) { CoroutineDispatcher coroutineDispatcher = k0.a; - l1 H = n.f3802b.H(); + l1 H = n.f3803b.H(); boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext()); if (!isDispatchNeeded) { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { @@ -253,7 +253,7 @@ public final class WithLifecycleStateKt { private static final Object withStateAtLeastUnchecked$$forInline(Lifecycle lifecycle, Lifecycle.State state, Function0 function0, Continuation continuation) { CoroutineDispatcher coroutineDispatcher = k0.a; - n.f3802b.H(); + n.f3803b.H(); d0.z.d.l.mark(3); throw null; } diff --git a/app/src/main/java/b/a/a/f/a/c.java b/app/src/main/java/b/a/a/f/a/c.java index 77d87953fc..1a9b4f6ffe 100644 --- a/app/src/main/java/b/a/a/f/a/c.java +++ b/app/src/main/java/b/a/a/f/a/c.java @@ -29,7 +29,7 @@ public final class c extends o implements Function1 audioDevices = state2.getAudioDevices(); DiscordAudioManager.DeviceTypes activeAudioDevice = state2.getActiveAudioDevice(); DiscordAudioManager.DeviceTypes deviceTypes = DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET; - dVar.updateViewState(new d.a.C0021a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2761b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2761b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2761b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2761b)); + dVar.updateViewState(new d.a.C0021a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2762b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2762b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2762b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2762b)); return Unit.a; } } diff --git a/app/src/main/java/b/a/k/f/b.java b/app/src/main/java/b/a/k/f/b.java index f00c8b4b27..9813ecaf7d 100644 --- a/app/src/main/java/b/a/k/f/b.java +++ b/app/src/main/java/b/a/k/f/b.java @@ -23,7 +23,7 @@ public final class b extends o implements Function1 { public Unit invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "view"); - this.$clickHandler.f2681b.invoke(this.this$0.a, view2); + this.$clickHandler.f2682b.invoke(this.this$0.a, view2); return Unit.a; } } diff --git a/app/src/main/java/b/a/k/f/c.java b/app/src/main/java/b/a/k/f/c.java index ca6a913c6e..af52364a99 100644 --- a/app/src/main/java/b/a/k/f/c.java +++ b/app/src/main/java/b/a/k/f/c.java @@ -26,11 +26,11 @@ public final class c extends Node.a { RenderContext renderContext = (RenderContext) obj; m.checkNotNullParameter(spannableStringBuilder, "builder"); m.checkNotNullParameter(renderContext, "renderContext"); - Hook hook = renderContext.f2682b.get(this.a); + Hook hook = renderContext.f2683b.get(this.a); int length = spannableStringBuilder.length(); super.render(spannableStringBuilder, renderContext); Hook.a aVar = null; - CharSequence charSequence = hook != null ? hook.f2680b : null; + CharSequence charSequence = hook != null ? hook.f2681b : null; if (charSequence != null) { spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence); } diff --git a/app/src/main/java/b/a/n/b.java b/app/src/main/java/b/a/n/b.java index 287c01bf90..5b145631cc 100644 --- a/app/src/main/java/b/a/n/b.java +++ b/app/src/main/java/b/a/n/b.java @@ -22,7 +22,7 @@ public final class b extends o implements Function1 OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap; m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap"); try { - this.this$0.f2727s.removeViewImmediate(overlayBubbleWrap2); + this.this$0.f2728s.removeViewImmediate(overlayBubbleWrap2); this.this$0.m.invoke(overlayBubbleWrap2); z2 = true; } catch (IllegalArgumentException unused) { diff --git a/app/src/main/java/b/a/n/d.java b/app/src/main/java/b/a/n/d.java index aeff793f8e..21dcf4688d 100644 --- a/app/src/main/java/b/a/n/d.java +++ b/app/src/main/java/b/a/n/d.java @@ -76,8 +76,8 @@ public final class d implements View.OnClickListener { overlayBubbleWrap.addOnAttachStateChangeListener(new a()); this.j.a(overlayBubbleWrap); this.l.setBubbleTouchable(false); - this.j.f2727s.removeViewImmediate(this.l); - WindowManager windowManager = this.j.f2727s; + this.j.f2728s.removeViewImmediate(this.l); + WindowManager windowManager = this.j.f2728s; OverlayBubbleWrap overlayBubbleWrap2 = this.l; windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams()); } diff --git a/app/src/main/java/b/a/p/e.java b/app/src/main/java/b/a/p/e.java index 3257277962..8aade4fc90 100644 --- a/app/src/main/java/b/a/p/e.java +++ b/app/src/main/java/b/a/p/e.java @@ -28,15 +28,15 @@ public final class e implements Action1 { PublishSubject publishSubject2 = this.j.a; publishSubject2.k.onNext(AppMediaPlayer.Event.a.a); AppMediaPlayer appMediaPlayer = this.j; - Subscription subscription = appMediaPlayer.f2730b; + Subscription subscription = appMediaPlayer.f2731b; if (subscription != null) { subscription.unsubscribe(); } - appMediaPlayer.f2730b = Observable.E(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer)); + appMediaPlayer.f2731b = Observable.E(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer)); } else if (i == 4) { PublishSubject publishSubject3 = this.j.a; publishSubject3.k.onNext(AppMediaPlayer.Event.e.a); - Subscription subscription2 = this.j.f2730b; + Subscription subscription2 = this.j.f2731b; if (subscription2 != null) { subscription2.unsubscribe(); } diff --git a/app/src/main/java/b/a/q/a0.java b/app/src/main/java/b/a/q/a0.java index d3eb689149..7dbfa6008a 100644 --- a/app/src/main/java/b/a/q/a0.java +++ b/app/src/main/java/b/a/q/a0.java @@ -23,7 +23,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.f2746b0) { + if (rtcConnection.f2747b0) { Map map = (Map) pair2.component1(); if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) { rtcConnection.V.i(rtcConnection.l, "local MediaSinkWants: " + map, null); diff --git a/app/src/main/java/b/a/q/b0.java b/app/src/main/java/b/a/q/b0.java index 83b7de4253..f7d3475baf 100644 --- a/app/src/main/java/b/a/q/b0.java +++ b/app/src/main/java/b/a/q/b0.java @@ -43,7 +43,7 @@ public final class b0 implements MediaEngineConnection.d { RtcConnection rtcConnection = this.a; rtcConnection.q.succeed(); rtcConnection.r = transportInfo; - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2751x; if (mediaEngineConnection2 != null) { d dVar = new d(1000L, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64); dVar.a.clear(); @@ -68,7 +68,7 @@ public final class b0 implements MediaEngineConnection.d { return; } String str = transportInfo.a; - int i = transportInfo.f2770b; + int i = transportInfo.f2771b; m.checkNotNullParameter("udp", "protocol"); m.checkNotNullParameter(str, "address"); m.checkNotNullParameter("xsalsa20_poly1305", "mode"); @@ -92,7 +92,7 @@ public final class b0 implements MediaEngineConnection.d { m.checkNotNullParameter(mediaEngineConnection, "connection"); m.checkNotNullParameter(connectionState, "connectionState"); RtcConnection rtcConnection = this.a; - RtcConnection.StateChange stateChange = rtcConnection.f2749s; + RtcConnection.StateChange stateChange = rtcConnection.f2750s; rtcConnection.r("Connection state change: " + connectionState); int ordinal = connectionState.ordinal(); if (ordinal == 0) { @@ -107,10 +107,10 @@ public final class b0 implements MediaEngineConnection.d { throw new NoWhenBranchMatchedException(); } rtcConnection.u(state); - if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2749s.a == RtcConnection.State.h.a) { + if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2750s.a == RtcConnection.State.h.a) { rtcConnection.q(); } - if (rtcConnection.f2749s.a == RtcConnection.State.f.a) { + if (rtcConnection.f2750s.a == RtcConnection.State.f.a) { rtcConnection.D = Long.valueOf(rtcConnection.W.currentTimeMillis()); rtcConnection.J = true; Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.E))); @@ -124,7 +124,7 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf); MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.H; if (mediaSinkWantsManager != null) { - mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2750x)); + mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2751x)); } } } diff --git a/app/src/main/java/b/a/q/g.java b/app/src/main/java/b/a/q/g.java index 71fe1e7fb3..d8334cf29e 100644 --- a/app/src/main/java/b/a/q/g.java +++ b/app/src/main/java/b/a/q/g.java @@ -22,7 +22,7 @@ public final class g extends o implements Function0 { Objects.requireNonNull(mediaSinkWantsManager); mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null)); this.this$0.a.clear(); - this.this$0.f2743b.clear(); + this.this$0.f2744b.clear(); return Unit.a; } } diff --git a/app/src/main/java/b/a/q/h0.java b/app/src/main/java/b/a/q/h0.java index 0d7ca396ac..38fdcd8194 100644 --- a/app/src/main/java/b/a/q/h0.java +++ b/app/src/main/java/b/a/q/h0.java @@ -42,7 +42,7 @@ public final class h0 implements a.d { public void a(String str, String str2) { m.checkNotNullParameter(str, "audioCodec"); m.checkNotNullParameter(str2, "videoCodec"); - MediaEngineConnection mediaEngineConnection = this.a.f2750x; + MediaEngineConnection mediaEngineConnection = this.a.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.r(str, str2); } @@ -53,11 +53,11 @@ public final class h0 implements a.d { RtcConnection rtcConnection = this.a; Objects.requireNonNull(rtcConnection); rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); } - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2751x; if (mediaEngineConnection2 != null) { mediaEngineConnection2.o(rtcConnection.N); } @@ -68,7 +68,7 @@ public final class h0 implements a.d { if ((num != null && num.intValue() == 1000) || z4) { z3 = false; } - if (!(rtcConnection.f2749s.a instanceof RtcConnection.State.d)) { + if (!(rtcConnection.f2750s.a instanceof RtcConnection.State.d)) { rtcConnection.n(z3, str); d dVar = rtcConnection.o; if (dVar != null) { @@ -94,7 +94,7 @@ public final class h0 implements a.d { public void c(String str, List list) { m.checkNotNullParameter(str, "mode"); m.checkNotNullParameter(list, "secretKey"); - MediaEngineConnection mediaEngineConnection = this.a.f2750x; + MediaEngineConnection mediaEngineConnection = this.a.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.t(str, u.toIntArray(list)); } @@ -242,7 +242,7 @@ public final class h0 implements a.d { n nVar = cVar2.a; int max = Math.max((int) (j0Var.c.a * nVar.c), j0Var.d); int max2 = Math.max((int) (j0Var.c.f252b * nVar.c), j0Var.d); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.f271b, nVar.d, nVar.e)); return; @@ -372,7 +372,7 @@ public final class h0 implements a.d { return; } g.l(rtcConnection.N); - rtcConnection.f2750x = g; + rtcConnection.f2751x = g; } @Override // b.a.q.n0.a.d @@ -391,7 +391,7 @@ public final class h0 implements a.d { public void onSpeaking(long j, int i, boolean z2) { RtcConnection rtcConnection = this.a; if (j != rtcConnection.T) { - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j)); } diff --git a/app/src/main/java/b/a/q/i.java b/app/src/main/java/b/a/q/i.java index f4d353c078..2c940e6711 100644 --- a/app/src/main/java/b/a/q/i.java +++ b/app/src/main/java/b/a/q/i.java @@ -35,7 +35,7 @@ public final class i extends o implements Function0 { } if (this.$connection != null) { MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; - Set keySet = mediaSinkWantsManager3.f2743b.keySet(); + Set keySet = mediaSinkWantsManager3.f2744b.keySet(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); for (Number number : keySet) { arrayList.add(String.valueOf(number.longValue())); diff --git a/app/src/main/java/b/a/q/k0/f.java b/app/src/main/java/b/a/q/k0/f.java index a5f9677baf..ac33ed32c2 100644 --- a/app/src/main/java/b/a/q/k0/f.java +++ b/app/src/main/java/b/a/q/k0/f.java @@ -21,7 +21,7 @@ public final class f extends ContentObserver { DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); discordAudioManager.w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2759y; + SerializedSubject serializedSubject = discordAudioManager.f2760y; serializedSubject.k.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/b/a/q/l.java b/app/src/main/java/b/a/q/l.java index 29cba5e9a6..081704ab45 100644 --- a/app/src/main/java/b/a/q/l.java +++ b/app/src/main/java/b/a/q/l.java @@ -97,10 +97,10 @@ public final class l extends o implements Function0 { arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata)); } if (arrayList2.isEmpty()) { - this.this$0.f2743b.remove(Long.valueOf(this.$userId)); + this.this$0.f2744b.remove(Long.valueOf(this.$userId)); this.this$0.c.remove(Long.valueOf(this.$userId)); } else { - this.this$0.f2743b.put(Long.valueOf(this.$userId), arrayList2); + this.this$0.f2744b.put(Long.valueOf(this.$userId), arrayList2); this.this$0.c.add(Long.valueOf(this.$userId)); } this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); diff --git a/app/src/main/java/b/a/q/m0/b.java b/app/src/main/java/b/a/q/m0/b.java index 24f970fe6d..969c7172d3 100644 --- a/app/src/main/java/b/a/q/m0/b.java +++ b/app/src/main/java/b/a/q/m0/b.java @@ -219,7 +219,7 @@ public final class b extends ScreenCapturerAndroid { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); thumbnailEmitter.c.release(); - JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2773b); + JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2774b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } } diff --git a/app/src/main/java/b/a/q/m0/c/e.java b/app/src/main/java/b/a/q/m0/c/e.java index 806feb2fb7..a12514d4c0 100644 --- a/app/src/main/java/b/a/q/m0/c/e.java +++ b/app/src/main/java/b/a/q/m0/c/e.java @@ -266,7 +266,7 @@ public final class e implements MediaEngineConnection { public Unit invoke(Connection connection) { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); - connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2772b); + connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2773b); connection2.setVADTrailingFramesToSend(this.$inputModeOptions.c); connection2.setVADTriggerThreshold(this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); @@ -421,7 +421,7 @@ public final class e implements MediaEngineConnection { public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; d0.z.d.m.checkNotNullParameter(dVar2, "it"); - dVar2.onTargetBitrate(this.$quality.f2771b); + dVar2.onTargetBitrate(this.$quality.f2772b); return Unit.a; } } @@ -444,7 +444,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.f2771b, bVar.c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.f2772b, bVar.c, bVar.d, this.$frameRate); return Unit.a; } } @@ -576,7 +576,7 @@ public final class e implements MediaEngineConnection { this.f267b = connectionState; this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; - String str = aVar.f2769b; + String str = aVar.f2770b; int i3 = aVar.c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); diff --git a/app/src/main/java/b/a/q/m0/c/k.java b/app/src/main/java/b/a/q/m0/c/k.java index db6447a571..fa99d7079f 100644 --- a/app/src/main/java/b/a/q/m0/c/k.java +++ b/app/src/main/java/b/a/q/m0/c/k.java @@ -366,7 +366,7 @@ public final class k implements MediaEngine { discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f); } k kVar2 = k.this; - boolean z3 = voiceConfig.f2768b; + boolean z3 = voiceConfig.f2769b; kVar2.l.a(); b.a.q.k0.g gVar = kVar2.o; if (gVar.g && gVar.d) { diff --git a/app/src/main/java/b/a/q/m0/c/m.java b/app/src/main/java/b/a/q/m0/c/m.java index 20ad56f6ed..4dcebbfe2b 100644 --- a/app/src/main/java/b/a/q/m0/c/m.java +++ b/app/src/main/java/b/a/q/m0/c/m.java @@ -36,7 +36,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.f2766b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2767b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); d.d1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); m.this.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } diff --git a/app/src/main/java/b/a/q/o0/a.java b/app/src/main/java/b/a/q/o0/a.java index 069563876f..8cf202e1f2 100644 --- a/app/src/main/java/b/a/q/o0/a.java +++ b/app/src/main/java/b/a/q/o0/a.java @@ -89,7 +89,7 @@ public final /* synthetic */ class a extends k implements Function1 if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) { OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio(); if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) { - OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2742b; + OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2743b; if (outboundRtpAudio2 != null) { Pair a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d); boolean booleanValue = a.component1().booleanValue(); @@ -106,7 +106,7 @@ public final /* synthetic */ class a extends k implements Function1 krispOveruseDetector.c = 0; } } - krispOveruseDetector.f2742b = stats2.getOutboundRtpAudio(); + krispOveruseDetector.f2743b = stats2.getOutboundRtpAudio(); } OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio(); if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) { diff --git a/app/src/main/java/b/a/q/s.java b/app/src/main/java/b/a/q/s.java index 449bc786f3..18d9994abc 100644 --- a/app/src/main/java/b/a/q/s.java +++ b/app/src/main/java/b/a/q/s.java @@ -52,8 +52,8 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(w); - rtcConnection.f2751y = uri.getHost(); - rtcConnection.f2752z = Integer.valueOf(uri.getPort()); + rtcConnection.f2752y = uri.getHost(); + rtcConnection.f2753z = Integer.valueOf(uri.getPort()); } catch (Exception e) { rtcConnection.V.e(rtcConnection.l, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default))); } diff --git a/app/src/main/java/b/a/y/i0.java b/app/src/main/java/b/a/y/i0.java index a516d8e835..bf9223a2e0 100644 --- a/app/src/main/java/b/a/y/i0.java +++ b/app/src/main/java/b/a/y/i0.java @@ -17,6 +17,6 @@ public final class i0 extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 public Boolean invoke() { VoiceUserView voiceUserView = this.this$0; - return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2808s); + return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2809s); } } diff --git a/app/src/main/java/b/a/y/k0/n.java b/app/src/main/java/b/a/y/k0/n.java index 0385018a27..0df18702d9 100644 --- a/app/src/main/java/b/a/y/k0/n.java +++ b/app/src/main/java/b/a/y/k0/n.java @@ -15,8 +15,8 @@ public final class n implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - if (this.k.f2812b.getApplicationStream() != null) { - this.j.n.invoke(this.k.f2812b.getApplicationStream().getEncodedStreamKey()); + if (this.k.f2813b.getApplicationStream() != null) { + this.j.n.invoke(this.k.f2813b.getApplicationStream().getEncodedStreamKey()); } } } diff --git a/app/src/main/java/b/b/a/a/a.java b/app/src/main/java/b/b/a/a/a.java index bbc923e2bc..f6500cfb52 100644 --- a/app/src/main/java/b/b/a/a/a.java +++ b/app/src/main/java/b/b/a/a/a.java @@ -67,7 +67,7 @@ public class a extends AppCompatDialogFragment { /* compiled from: java-style lambda group */ /* renamed from: b.b.a.a.a$a reason: collision with other inner class name */ - /* loaded from: classes.dex */ + /* loaded from: classes2.dex */ public static final class View$OnClickListenerC0057a implements View.OnClickListener { public final /* synthetic */ int j; public final /* synthetic */ Object k; @@ -100,7 +100,7 @@ public class a extends AppCompatDialogFragment { } } else if (i == 2) { FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.k); - FlexInputViewModel flexInputViewModel = flexInputFragment.f3137s; + FlexInputViewModel flexInputViewModel = flexInputFragment.f3138s; if (flexInputViewModel != null) { flexInputViewModel.onSendButtonClicked(flexInputFragment.o); } @@ -409,7 +409,7 @@ public class a extends AppCompatDialogFragment { flexInputFragment.k(); eVar.invoke(); } catch (UninitializedPropertyAccessException unused) { - flexInputFragment.f3138x.add(eVar); + flexInputFragment.f3139x.add(eVar); } FloatingActionButton floatingActionButton2 = this.m; if (floatingActionButton2 != null) { diff --git a/app/src/main/java/b/b/a/a/b.java b/app/src/main/java/b/b/a/a/b.java index cb2f7a7a84..e4c9632e9d 100644 --- a/app/src/main/java/b/b/a/a/b.java +++ b/app/src/main/java/b/b/a/a/b.java @@ -28,7 +28,7 @@ public final class b implements TabLayout.OnTabSelectedListener { if (position == 3) { this.a.h(false); Fragment parentFragment = this.a.getParentFragment(); - if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3137s) != null) { + if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3138s) != null) { flexInputViewModel.onCreateThreadSelected(); return; } diff --git a/app/src/main/java/b/b/a/a/f.java b/app/src/main/java/b/b/a/a/f.java index cb85d05fa8..d9cfb4f193 100644 --- a/app/src/main/java/b/b/a/a/f.java +++ b/app/src/main/java/b/b/a/a/f.java @@ -22,7 +22,7 @@ public final class f implements ViewPager.OnPageChangeListener { @Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener public void onPageSelected(int i) { - FlexInputViewModel flexInputViewModel = this.a.f3137s; + FlexInputViewModel flexInputViewModel = this.a.f3138s; if (flexInputViewModel != null) { flexInputViewModel.onContentDialogPageChanged(i); } diff --git a/app/src/main/java/b/b/a/a/g.java b/app/src/main/java/b/b/a/a/g.java index 8ceeec4803..9ced46fe29 100644 --- a/app/src/main/java/b/b/a/a/g.java +++ b/app/src/main/java/b/b/a/a/g.java @@ -16,7 +16,7 @@ public final class g implements DialogInterface.OnDismissListener { @Override // android.content.DialogInterface.OnDismissListener public final void onDismiss(DialogInterface dialogInterface) { FlexInputViewModel flexInputViewModel; - if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3137s) != null) { + if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3138s) != null) { f.O0(flexInputViewModel, false, 1, null); } } diff --git a/app/src/main/java/b/b/a/a/h.java b/app/src/main/java/b/b/a/a/h.java index e57208fb87..43111ebddf 100644 --- a/app/src/main/java/b/b/a/a/h.java +++ b/app/src/main/java/b/b/a/a/h.java @@ -22,7 +22,7 @@ public final class h extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - FlexInputViewModel flexInputViewModel = this.this$0.f3137s; + FlexInputViewModel flexInputViewModel = this.this$0.f3138s; if (flexInputViewModel != null) { f.O0(flexInputViewModel, false, 1, null); } diff --git a/app/src/main/java/b/b/a/a/i.java b/app/src/main/java/b/b/a/a/i.java index 0c312e2a1b..a078e48ff0 100644 --- a/app/src/main/java/b/b/a/a/i.java +++ b/app/src/main/java/b/b/a/a/i.java @@ -15,7 +15,7 @@ public final class i implements View.OnLongClickListener { @Override // android.view.View.OnLongClickListener public final boolean onLongClick(View view) { - FlexInputViewModel flexInputViewModel = this.j.f3137s; + FlexInputViewModel flexInputViewModel = this.j.f3138s; if (flexInputViewModel == null) { return false; } diff --git a/app/src/main/java/b/b/a/a/m.java b/app/src/main/java/b/b/a/a/m.java index eda87bb6b8..877dbaf55e 100644 --- a/app/src/main/java/b/b/a/a/m.java +++ b/app/src/main/java/b/b/a/a/m.java @@ -17,21 +17,21 @@ public final class m implements SelectionCoordinator.ItemSelectionListener attachment) { Attachment attachment2 = attachment; d0.z.d.m.checkNotNullParameter(attachment2, "item"); - FlexInputViewModel flexInputViewModel = this.a.f3137s; + FlexInputViewModel flexInputViewModel = this.a.f3138s; if (flexInputViewModel == null || !flexInputViewModel.isSingleSelectMode()) { FlexInputFragment flexInputFragment = this.a; - FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3137s; + FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3138s; if (flexInputViewModel2 != null) { flexInputViewModel2.onAttachmentsUpdated(flexInputFragment.b().getAttachments()); return; } return; } - FlexInputViewModel flexInputViewModel3 = this.a.f3137s; + FlexInputViewModel flexInputViewModel3 = this.a.f3138s; if (flexInputViewModel3 != null) { flexInputViewModel3.onSingleAttachmentSelected(attachment2); } - FlexInputViewModel flexInputViewModel4 = this.a.f3137s; + FlexInputViewModel flexInputViewModel4 = this.a.f3138s; if (flexInputViewModel4 != null) { flexInputViewModel4.onContentDialogDismissed(true); } @@ -41,7 +41,7 @@ public final class m implements SelectionCoordinator.ItemSelectionListener attachment) { d0.z.d.m.checkNotNullParameter(attachment, "item"); FlexInputFragment flexInputFragment = this.a; - FlexInputViewModel flexInputViewModel = flexInputFragment.f3137s; + FlexInputViewModel flexInputViewModel = flexInputFragment.f3138s; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments()); } diff --git a/app/src/main/java/b/b/a/d/h.java b/app/src/main/java/b/b/a/d/h.java index 1dab41d0e7..c24aec4cca 100644 --- a/app/src/main/java/b/b/a/d/h.java +++ b/app/src/main/java/b/b/a/d/h.java @@ -324,7 +324,7 @@ public final class h extends RecyclerView.Adapter { } SelectionCoordinator.a aVar4 = aVar2; if (aVar4 != null) { - aVar3.d(aVar4.f3143b, true); + aVar3.d(aVar4.f3144b, true); return; } } diff --git a/app/src/main/java/b/b/a/d/i.java b/app/src/main/java/b/b/a/d/i.java index cf2682ef0c..bc2245d1ac 100644 --- a/app/src/main/java/b/b/a/d/i.java +++ b/app/src/main/java/b/b/a/d/i.java @@ -177,7 +177,7 @@ public abstract class i extends RecyclerView.ViewHolder { bVar.a(); x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher = k0.a; - bVar.a = f.H0(x0Var, n.f3802b, null, new j(bVar, uri3, dVar, null), 2, null); + bVar.a = f.H0(x0Var, n.f3803b, null, new j(bVar, uri3, dVar, null), 2, null); return; } return; diff --git a/app/src/main/java/b/b/a/d/j.java b/app/src/main/java/b/b/a/d/j.java index f2389d006a..a7fbb48191 100644 --- a/app/src/main/java/b/b/a/d/j.java +++ b/app/src/main/java/b/b/a/d/j.java @@ -63,7 +63,7 @@ public final class j extends k implements Function2 implements m, w { a2 = this.d.a(closeableReference.u()); synchronized (this) { z2 = true; - if (a2 > this.f.e || e() > this.f.f2867b - 1 || f() > this.f.a - a2) { + if (a2 > this.f.e || e() > this.f.f2868b - 1 || f() > this.f.a - a2) { z2 = false; } } @@ -274,7 +274,7 @@ public class v implements m, w { ArrayList> p; synchronized (this) { MemoryCacheParams memoryCacheParams = this.f; - int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2867b - e()); + int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2868b - e()); MemoryCacheParams memoryCacheParams2 = this.f; p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f())); h(p); diff --git a/app/src/main/java/b/f/j/e/c.java b/app/src/main/java/b/f/j/e/c.java index 785e9bab43..ecdeea7776 100644 --- a/app/src/main/java/b/f/j/e/c.java +++ b/app/src/main/java/b/f/j/e/c.java @@ -18,7 +18,7 @@ public class c implements f { public h a(DiskCacheConfig diskCacheConfig) { Objects.requireNonNull(this.a); - e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2854b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2855b, 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/b/f/j/e/q.java b/app/src/main/java/b/f/j/e/q.java index 37d84801ec..0e7fb1781e 100644 --- a/app/src/main/java/b/f/j/e/q.java +++ b/app/src/main/java/b/f/j/e/q.java @@ -233,7 +233,7 @@ public class q { s0Var = this.n; } } - if (imageRequest.f2875s != null) { + if (imageRequest.f2876s != null) { synchronized (this) { w0> w0Var = this.f582x.get(s0Var); if (w0Var == null) { diff --git a/app/src/main/java/b/f/j/p/p0.java b/app/src/main/java/b/f/j/p/p0.java index c6e5f28ab8..e70f69d446 100644 --- a/app/src/main/java/b/f/j/p/p0.java +++ b/app/src/main/java/b/f/j/p/p0.java @@ -66,12 +66,12 @@ public class p0 implements c { ImageRequestBuilder b2 = ImageRequestBuilder.b(e.c); b2.f = e.i; b2.o = e.l; - b2.g = e.f2874b; + b2.g = e.f2875b; b2.i = e.g; b2.j = e.h; - b2.f2876b = e.n; + b2.f2877b = e.n; b2.c = e.o; - b2.l = e.f2875s; + b2.l = e.f2876s; b2.h = e.f; b2.k = e.m; b2.d = e.j; diff --git a/app/src/main/java/b/f/j/p/s.java b/app/src/main/java/b/f/j/p/s.java index 3c89be7bbd..9730b0d0ff 100644 --- a/app/src/main/java/b/f/j/p/s.java +++ b/app/src/main/java/b/f/j/p/s.java @@ -41,7 +41,7 @@ public class s implements w0 { if (x0Var.e().b(16)) { x0Var.o().e(x0Var, "DiskCacheProducer"); CacheKey b2 = ((n) this.c).b(e, x0Var.b()); - if (e.f2874b != ImageRequest.b.SMALL) { + if (e.f2875b != ImageRequest.b.SMALL) { z2 = false; } f fVar = z2 ? this.f633b : this.a; diff --git a/app/src/main/java/b/f/j/p/s0.java b/app/src/main/java/b/f/j/p/s0.java index cfc7cc7518..e8ece0ac3a 100644 --- a/app/src/main/java/b/f/j/p/s0.java +++ b/app/src/main/java/b/f/j/p/s0.java @@ -75,7 +75,7 @@ public class s0 implements w0> { z0 o = x0Var.o(); ImageRequest e = x0Var.e(); Object b2 = x0Var.b(); - b bVar = e.f2875s; + b bVar = e.f2876s; if (bVar == null || bVar.getPostprocessorCacheKey() == null) { this.c.b(lVar, x0Var); return; diff --git a/app/src/main/java/b/f/j/p/t.java b/app/src/main/java/b/f/j/p/t.java index 324b0611ea..4e47b4edd2 100644 --- a/app/src/main/java/b/f/j/p/t.java +++ b/app/src/main/java/b/f/j/p/t.java @@ -42,7 +42,7 @@ public class t implements w0 { if (eVar.l != c.a) { ImageRequest e = this.c.e(); CacheKey b2 = ((n) this.f).b(e, this.c.b()); - if (e.f2874b == ImageRequest.b.SMALL) { + if (e.f2875b == ImageRequest.b.SMALL) { this.e.f(b2, eVar); } else { this.d.f(b2, eVar); diff --git a/app/src/main/java/b/f/j/p/t0.java b/app/src/main/java/b/f/j/p/t0.java index f2586254ad..99d70e0308 100644 --- a/app/src/main/java/b/f/j/p/t0.java +++ b/app/src/main/java/b/f/j/p/t0.java @@ -289,7 +289,7 @@ public class t0 implements w0> { @Override // b.f.j.p.w0 public void b(l> lVar, x0 x0Var) { z0 o = x0Var.o(); - b.f.j.q.b bVar = x0Var.e().f2875s; + b.f.j.q.b bVar = x0Var.e().f2876s; Objects.requireNonNull(bVar); b bVar2 = new b(lVar, o, bVar, x0Var); this.a.b(bVar instanceof b.f.j.q.c ? new c(this, bVar2, (b.f.j.q.c) bVar, x0Var, null) : new d(this, bVar2, null), x0Var); diff --git a/app/src/main/java/b/f/j/p/w.java b/app/src/main/java/b/f/j/p/w.java index 53b0609c01..b268d2375e 100644 --- a/app/src/main/java/b/f/j/p/w.java +++ b/app/src/main/java/b/f/j/p/w.java @@ -54,7 +54,7 @@ public class w implements w0 { this.g.a(b2); if ("memory_encoded".equals(this.c.l("origin"))) { if (!this.h.b(b2)) { - (e.f2874b == ImageRequest.b.SMALL ? this.e : this.d).c(b2); + (e.f2875b == ImageRequest.b.SMALL ? this.e : this.d).c(b2); this.h.a(b2); } } else if ("disk".equals(this.c.l("origin"))) { diff --git a/app/src/main/java/b/f/m/c.java b/app/src/main/java/b/f/m/c.java index 2f0e1939e7..5a45a999af 100644 --- a/app/src/main/java/b/f/m/c.java +++ b/app/src/main/java/b/f/m/c.java @@ -82,7 +82,7 @@ public class c extends l { Log.d("SoLoader", "Not resolving dependencies for " + str); } try { - ((SoLoader.a) SoLoader.f2878b).b(file2.getAbsolutePath(), i); + ((SoLoader.a) SoLoader.f2879b).b(file2.getAbsolutePath(), i); return 1; } catch (UnsatisfiedLinkError e2) { if (e2.getMessage().contains("bad ELF magic")) { diff --git a/app/src/main/java/b/i/a/c/a3/e0.java b/app/src/main/java/b/i/a/c/a3/e0.java index d34019d864..3dacb44d86 100644 --- a/app/src/main/java/b/i/a/c/a3/e0.java +++ b/app/src/main/java/b/i/a/c/a3/e0.java @@ -872,7 +872,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { if (!z4) { j4 = Math.min((i - 1) * 1000, 5000); if (j4 != -9223372036854775807L) { - cVar = Loader.f2950b; + cVar = Loader.f2951b; } else { int u = u(); boolean z6 = u > this.U; diff --git a/app/src/main/java/b/i/a/c/t2/b0.java b/app/src/main/java/b/i/a/c/t2/b0.java index 1b0fd838f5..5bf6226cc5 100644 --- a/app/src/main/java/b/i/a/c/t2/b0.java +++ b/app/src/main/java/b/i/a/c/t2/b0.java @@ -88,7 +88,7 @@ public final class b0 extends v { 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.f2886b, aVar.c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.f2887b, aVar.c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/t2/c0.java b/app/src/main/java/b/i/a/c/t2/c0.java index 6bb3e248b9..da4db77c17 100644 --- a/app/src/main/java/b/i/a/c/t2/c0.java +++ b/app/src/main/java/b/i/a/c/t2/c0.java @@ -131,7 +131,7 @@ public final class c0 extends v { int i = aVar.e; this.l = i; long j = this.i; - long j2 = aVar.f2886b; + long j2 = aVar.f2887b; int i2 = ((int) ((j * j2) / 1000000)) * i; if (this.n.length != i2) { this.n = new byte[i2]; diff --git a/app/src/main/java/b/i/a/c/t2/e0.java b/app/src/main/java/b/i/a/c/t2/e0.java index 1f53260955..b7415378a6 100644 --- a/app/src/main/java/b/i/a/c/t2/e0.java +++ b/app/src/main/java/b/i/a/c/t2/e0.java @@ -42,7 +42,7 @@ public final class e0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean a() { - return this.f.f2886b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2886b != this.e.f2886b); + return this.f.f2887b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2887b != this.e.f2887b); } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -76,7 +76,7 @@ public final class e0 implements AudioProcessor { if (aVar.d == 2) { int i = this.f1117b; if (i == -1) { - i = aVar.f2886b; + i = aVar.f2887b; } this.e = aVar; AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.c, 2); @@ -128,7 +128,7 @@ public final class e0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new d0(aVar.f2886b, aVar.c, this.c, this.d, aVar2.f2886b); + this.j = new d0(aVar.f2887b, aVar.c, this.c, this.d, aVar2.f2887b); } else { d0 d0Var = this.j; if (d0Var != null) { diff --git a/app/src/main/java/b/i/a/c/t2/w.java b/app/src/main/java/b/i/a/c/t2/w.java index 10ea400fe6..3429ce3ade 100644 --- a/app/src/main/java/b/i/a/c/t2/w.java +++ b/app/src/main/java/b/i/a/c/t2/w.java @@ -47,7 +47,7 @@ public final class w extends v { throw new AudioProcessor.UnhandledAudioFormatException(aVar); } } - return z2 ? new AudioProcessor.a(aVar.f2886b, iArr.length, 2) : AudioProcessor.a.a; + return z2 ? new AudioProcessor.a(aVar.f2887b, iArr.length, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/t2/y.java b/app/src/main/java/b/i/a/c/t2/y.java index 898bb0e69a..468bd12720 100644 --- a/app/src/main/java/b/i/a/c/t2/y.java +++ b/app/src/main/java/b/i/a/c/t2/y.java @@ -46,7 +46,7 @@ public final class y extends v { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i2 = aVar.d; if (e0.y(i2)) { - return i2 != 4 ? new AudioProcessor.a(aVar.f2886b, aVar.c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.f2887b, aVar.c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/w2/d.java b/app/src/main/java/b/i/a/c/w2/d.java index 7dfe25395b..e8c346b64c 100644 --- a/app/src/main/java/b/i/a/c/w2/d.java +++ b/app/src/main/java/b/i/a/c/w2/d.java @@ -17,7 +17,7 @@ public final /* synthetic */ class d implements Runnable { if (!dVar.d) { DrmSession drmSession = dVar.c; if (drmSession != null) { - drmSession.b(dVar.f2904b); + drmSession.b(dVar.f2905b); } DefaultDrmSessionManager.this.n.remove(dVar); dVar.d = true; diff --git a/app/src/main/java/b/i/a/c/w2/e.java b/app/src/main/java/b/i/a/c/w2/e.java index 2333e8400a..bc95084723 100644 --- a/app/src/main/java/b/i/a/c/w2/e.java +++ b/app/src/main/java/b/i/a/c/w2/e.java @@ -23,7 +23,7 @@ public final /* synthetic */ class e implements Runnable { if (defaultDrmSessionManager.p != 0 && !dVar.d) { Looper looper = defaultDrmSessionManager.t; Objects.requireNonNull(looper); - dVar.c = defaultDrmSessionManager.e(looper, dVar.f2904b, j1Var, false); + dVar.c = defaultDrmSessionManager.e(looper, dVar.f2905b, j1Var, false); DefaultDrmSessionManager.this.n.add(dVar); } } diff --git a/app/src/main/java/b/i/a/c/w2/o.java b/app/src/main/java/b/i/a/c/w2/o.java index 04fddb9199..70d4926db0 100644 --- a/app/src/main/java/b/i/a/c/w2/o.java +++ b/app/src/main/java/b/i/a/c/w2/o.java @@ -22,7 +22,7 @@ public final /* synthetic */ class o implements MediaDrm.OnEventListener { c0 c0Var = this.a; a0.b bVar = this.f1151b; Objects.requireNonNull(c0Var); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2903x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2904x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/b/i/a/f/c/a/f/b/a.java b/app/src/main/java/b/i/a/f/c/a/f/b/a.java index f5dbf4d018..00f554bcd0 100644 --- a/app/src/main/java/b/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/b/i/a/f/c/a/f/b/a.java @@ -129,7 +129,7 @@ public class a { jSONObject.put("expirationTime", googleSignInAccount.q); jSONObject.put("obfuscatedIdentifier", googleSignInAccount.r); JSONArray jSONArray = new JSONArray(); - List list = googleSignInAccount.f2968s; + List list = googleSignInAccount.f2969s; Scope[] scopeArr = (Scope[]) list.toArray(new Scope[list.size()]); Arrays.sort(scopeArr, c.j); int i = 0; @@ -156,7 +156,7 @@ public class a { if (account != null) { jSONObject2.put("accountName", account.name); } - jSONObject2.put("idTokenRequested", googleSignInOptions.f2969s); + jSONObject2.put("idTokenRequested", googleSignInOptions.f2970s); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.u); jSONObject2.put("serverAuthRequested", googleSignInOptions.t); if (!TextUtils.isEmpty(googleSignInOptions.v)) { diff --git a/app/src/main/java/b/i/a/f/e/b0.java b/app/src/main/java/b/i/a/f/e/b0.java index 3cb8649511..780a6d9f60 100644 --- a/app/src/main/java/b/i/a/f/e/b0.java +++ b/app/src/main/java/b/i/a/f/e/b0.java @@ -35,7 +35,7 @@ public final class b0 { synchronized (d) { try { if (c == null) { - IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2978b, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2979b, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); int i = d0.a; if (b2 == null) { e0Var = null; diff --git a/app/src/main/java/b/i/a/f/e/k/b.java b/app/src/main/java/b/i/a/f/e/k/b.java index 739aebae4c..1dae94a870 100644 --- a/app/src/main/java/b/i/a/f/e/k/b.java +++ b/app/src/main/java/b/i/a/f/e/k/b.java @@ -300,7 +300,7 @@ public abstract class b { } } getServiceRequest.r = a; - getServiceRequest.f2977s = t(); + getServiceRequest.f2978s = t(); try { synchronized (this.i) { i iVar = this.j; diff --git a/app/src/main/java/b/i/a/f/e/k/p0.java b/app/src/main/java/b/i/a/f/e/k/p0.java index 667762937a..d0de7ab9d3 100644 --- a/app/src/main/java/b/i/a/f/e/k/p0.java +++ b/app/src/main/java/b/i/a/f/e/k/p0.java @@ -29,7 +29,7 @@ public final class p0 implements Parcelable.Creator { d.p2(parcel, 7, getServiceRequest.p, false); d.s2(parcel, 8, getServiceRequest.q, i, false); d.v2(parcel, 10, getServiceRequest.r, i, false); - d.v2(parcel, 11, getServiceRequest.f2977s, i, false); + d.v2(parcel, 11, getServiceRequest.f2978s, i, false); boolean z2 = getServiceRequest.t; parcel.writeInt(262156); parcel.writeInt(z2 ? 1 : 0); diff --git a/app/src/main/java/b/i/a/f/e/o/f.java b/app/src/main/java/b/i/a/f/e/o/f.java index 931f55a9cb..86416163c8 100644 --- a/app/src/main/java/b/i/a/f/e/o/f.java +++ b/app/src/main/java/b/i/a/f/e/o/f.java @@ -451,7 +451,7 @@ public final class f { } else { obj = i1.a(i0Var.M()); if (obj instanceof w) { - throw ((w) obj).f3819b; + throw ((w) obj).f3820b; } } } @@ -1669,7 +1669,7 @@ public final class f { public static final Object X0(Object obj, Continuation continuation) { if (obj instanceof w) { k.a aVar = k.j; - return k.m72constructorimpl(l.createFailure(((w) obj).f3819b)); + return k.m72constructorimpl(l.createFailure(((w) obj).f3820b)); } k.a aVar2 = k.j; return k.m72constructorimpl(obj); @@ -1935,7 +1935,7 @@ public final class f { public static final void e(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) { d.b bVar = f0.e0.f.d.c; - Logger logger = f0.e0.f.d.f3583b; + Logger logger = f0.e0.f.d.f3584b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); sb.append(' '); @@ -2139,11 +2139,11 @@ public final class f { } if (function2 != null) { obj = ((Function2) e0.beforeCheckcastToFunctionOfArity(function2, 2)).invoke(r, rVar); - if (!(obj == d0.w.h.c.getCOROUTINE_SUSPENDED() || (R = rVar.R(obj)) == i1.f3813b)) { + if (!(obj == d0.w.h.c.getCOROUTINE_SUSPENDED() || (R = rVar.R(obj)) == i1.f3814b)) { if (!(R instanceof w)) { return i1.a(R); } - throw ((w) R).f3819b; + throw ((w) R).f3820b; } return d0.w.h.c.getCOROUTINE_SUSPENDED(); } @@ -2475,7 +2475,7 @@ public final class f { int length = f0VarArr.length; d.a[] aVarArr = new d.a[length]; for (int i3 = 0; i3 < length; i3++) { - f0 f0Var = dVar.f3809b[d0.w.i.a.b.boxInt(i3).intValue()]; + f0 f0Var = dVar.f3810b[d0.w.i.a.b.boxInt(i3).intValue()]; f0Var.start(); d.a aVar = new d.a(lVar, f0Var); aVar.n = f0Var.u(aVar); @@ -2771,11 +2771,11 @@ public final class f { Object obj = gVar._reusableCancellableContinuation; s.a.l lVar2 = null; if (obj == null) { - gVar._reusableCancellableContinuation = s.a.a.h.f3799b; + gVar._reusableCancellableContinuation = s.a.a.h.f3800b; lVar = null; break; } else if (obj instanceof s.a.l) { - if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3799b)) { + if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3800b)) { lVar = (s.a.l) obj; break; } diff --git a/app/src/main/java/b/i/a/f/i/b/g.java b/app/src/main/java/b/i/a/f/i/b/g.java index 563b535d08..cd33e23394 100644 --- a/app/src/main/java/b/i/a/f/i/b/g.java +++ b/app/src/main/java/b/i/a/f/i/b/g.java @@ -690,7 +690,7 @@ public final class g extends i9 { e(); contentValues.put("triggered_event", t9.g0(zzzVar.r)); contentValues.put("triggered_timestamp", Long.valueOf(zzzVar.l.l)); - contentValues.put("time_to_live", Long.valueOf(zzzVar.f2988s)); + contentValues.put("time_to_live", Long.valueOf(zzzVar.f2989s)); e(); contentValues.put("expired_event", t9.g0(zzzVar.t)); try { diff --git a/app/src/main/java/b/i/a/f/i/b/k9.java b/app/src/main/java/b/i/a/f/i/b/k9.java index 62d58efe22..1bdabd30df 100644 --- a/app/src/main/java/b/i/a/f/i/b/k9.java +++ b/app/src/main/java/b/i/a/f/i/b/k9.java @@ -376,7 +376,7 @@ public class k9 implements t5 { } } if (T != null) { - if (((T.N() == -2147483648L || T.N() == zznVar.f2984s) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zznVar.l))) { + if (((T.N() == -2147483648L || T.N() == zznVar.f2985s) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zznVar.l))) { Bundle bundle = new Bundle(); bundle.putString("_pv", T.M()); l(new zzaq("_au", new zzap(bundle), "auto", j4), zznVar); @@ -404,7 +404,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zznVar.f2987z) { + if (zznVar.f2988z) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -476,7 +476,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zznVar.f2987z) { + if (zznVar.f2988z) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zznVar); @@ -652,8 +652,8 @@ public class k9 implements t5 { T.D(zznVar.l); z2 = true; } - if (zznVar.f2984s != T.N()) { - T.p(zznVar.f2984s); + if (zznVar.f2985s != T.N()) { + T.p(zznVar.f2985s); z2 = true; } str = zznVar.m; @@ -681,12 +681,12 @@ public class k9 implements t5 { T.R(zznVar.u); z2 = true; } - if (zznVar.f2985x != T.h()) { - T.n(zznVar.f2985x); + if (zznVar.f2986x != T.h()) { + T.n(zznVar.f2986x); z2 = true; } - if (zznVar.f2986y != T.i()) { - T.r(zznVar.f2986y); + if (zznVar.f2987y != T.i()) { + T.r(zznVar.f2987y); z2 = true; } if (zznVar.B != T.j()) { @@ -726,7 +726,7 @@ public class k9 implements t5 { T.D(zznVar.l); z2 = true; } - if (zznVar.f2984s != T.N()) { + if (zznVar.f2985s != T.N()) { } str = zznVar.m; if (str != null) { @@ -743,9 +743,9 @@ public class k9 implements t5 { T.R(zznVar.u); z2 = true; } - if (zznVar.f2985x != T.h()) { + if (zznVar.f2986x != T.h()) { } - if (zznVar.f2986y != T.i()) { + if (zznVar.f2987y != T.i()) { } if (zznVar.B != T.j()) { } @@ -794,7 +794,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zznVar.l)) { T.D(zznVar.l); } - T.p(zznVar.f2984s); + T.p(zznVar.f2985s); String str3 = zznVar.m; if (str3 != null) { T.G(str3); @@ -807,8 +807,8 @@ public class k9 implements t5 { if (!this.k.h.o(p.y0)) { T.R(zznVar.u); } - T.n(zznVar.f2985x); - T.r(zznVar.f2986y); + T.n(zznVar.f2986x); + T.r(zznVar.f2987y); T.b(zznVar.B); T.z(zznVar.C); T.a.f().b(); @@ -1053,7 +1053,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zznVar.l)) { u0.a0(zznVar.l); } - long j3 = zznVar.f2984s; + long j3 = zznVar.f2985s; if (j3 != -2147483648L) { u0.c0((int) j3); } @@ -1087,14 +1087,14 @@ public class k9 implements t5 { if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { Pair s2 = this.j.s(zznVar.j, h); if (!TextUtils.isEmpty((CharSequence) s2.first)) { - if (zznVar.f2985x) { + if (zznVar.f2986x) { u0.e0((String) s2.first); Object obj2 = s2.second; if (obj2 != null) { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zznVar.f2986y && (!hb.b() || !this.k.a().v(zznVar.j, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zznVar.f2987y && (!hb.b() || !this.k.a().v(zznVar.j, 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())); @@ -1142,7 +1142,7 @@ public class k9 implements t5 { T2.a(0L); T2.l(0L); T2.D(zznVar.l); - T2.p(zznVar.f2984s); + T2.p(zznVar.f2985s); T2.G(zznVar.m); T2.t(zznVar.n); T2.w(zznVar.o); diff --git a/app/src/main/java/b/i/a/f/i/b/t9.java b/app/src/main/java/b/i/a/f/i/b/t9.java index c8537990ca..351a02eac9 100644 --- a/app/src/main/java/b/i/a/f/i/b/t9.java +++ b/app/src/main/java/b/i/a/f/i/b/t9.java @@ -211,7 +211,7 @@ public final class t9 extends r5 { } } bundle.putLong("triggered_timestamp", zzzVar.l.l); - bundle.putLong("time_to_live", zzzVar.f2988s); + bundle.putLong("time_to_live", zzzVar.f2989s); zzaq zzaqVar3 = zzzVar.t; if (zzaqVar3 != null) { bundle.putString("expired_event_name", zzaqVar3.j); diff --git a/app/src/main/java/b/i/a/f/j/b/e/i.java b/app/src/main/java/b/i/a/f/j/b/e/i.java index 3838fc9d18..290f06ed9b 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/i.java +++ b/app/src/main/java/b/i/a/f/j/b/e/i.java @@ -61,12 +61,12 @@ public final class i extends MessagesClient { @Override // com.google.android.gms.nearby.messages.MessagesClient public final Task f(Message message, PublishOptions publishOptions) { k m = m(message); - return k(m, new j(this, message, new r(this, m(publishOptions.f2989b), m), publishOptions), new k(message)); + return k(m, new j(this, message, new r(this, m(publishOptions.f2990b), m), publishOptions), new k(message)); } @Override // com.google.android.gms.nearby.messages.MessagesClient public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { - d.o(subscribeOptions.a.f2990s == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); + d.o(subscribeOptions.a.f2991s == 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.c), m), subscribeOptions), new m(m)); } diff --git a/app/src/main/java/b/i/a/f/j/b/e/l.java b/app/src/main/java/b/i/a/f/j/b/e/l.java index 5692b4ef15..7863ed8793 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/l.java +++ b/app/src/main/java/b/i/a/f/j/b/e/l.java @@ -35,6 +35,6 @@ public final /* synthetic */ class l implements a0 { o oVar = fVar.A; oVar.a.put(kVar2.c, new WeakReference<>(new h(kVar2))); } - ((u0) fVar.w()).C(new SubscribeRequest(3, fVar.A.b(kVar2.c), subscribeOptions.a, new j(kVar), subscribeOptions.f2991b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); + ((u0) fVar.w()).C(new SubscribeRequest(3, fVar.A.b(kVar2.c), subscribeOptions.a, new j(kVar), subscribeOptions.f2992b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/b/i/a/g/k/f.java b/app/src/main/java/b/i/a/g/k/f.java index 07cfe4b5b7..e44c62401a 100644 --- a/app/src/main/java/b/i/a/g/k/f.java +++ b/app/src/main/java/b/i/a/g/k/f.java @@ -33,7 +33,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.m; timePickerView2.q = this; timePickerView2.p = this; - timePickerView2.l.f3048y = this; + timePickerView2.l.f3049y = this; g(j, "%d"); g(k, "%d"); g(l, "%02d"); diff --git a/app/src/main/java/b/i/c/m/d/n/a.java b/app/src/main/java/b/i/c/m/d/n/a.java index 2f08a900d6..b0bd60d40f 100644 --- a/app/src/main/java/b/i/c/m/d/n/a.java +++ b/app/src/main/java/b/i/c/m/d/n/a.java @@ -90,7 +90,7 @@ public class a { public a b(String str, String str2) { if (this.f == null) { MultipartBody.a aVar = new MultipartBody.a(); - aVar.c(MultipartBody.f3781b); + aVar.c(MultipartBody.f3782b); this.f = aVar; } MultipartBody.a aVar2 = this.f; @@ -109,7 +109,7 @@ public class a { RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); - aVar2.c(MultipartBody.f3781b); + aVar2.c(MultipartBody.f3782b); this.f = aVar2; } MultipartBody.a aVar3 = this.f; diff --git a/app/src/main/java/b/i/c/s/k.java b/app/src/main/java/b/i/c/s/k.java index 5064f3758f..74276cbbb1 100644 --- a/app/src/main/java/b/i/c/s/k.java +++ b/app/src/main/java/b/i/c/s/k.java @@ -16,7 +16,7 @@ public final /* synthetic */ class k implements c { @Override // b.i.a.f.n.c public final void onComplete(Task task) { CountDownLatch countDownLatch = this.a; - w wVar = FirebaseInstanceId.f3083b; + w wVar = FirebaseInstanceId.f3084b; countDownLatch.countDown(); } } diff --git a/app/src/main/java/b/i/c/s/l.java b/app/src/main/java/b/i/c/s/l.java index 8a4f33feaa..a5eb95b46d 100644 --- a/app/src/main/java/b/i/c/s/l.java +++ b/app/src/main/java/b/i/c/s/l.java @@ -29,7 +29,7 @@ public final /* synthetic */ class l implements f { String str2 = this.c; String str3 = this.d; String str4 = (String) obj; - w wVar = FirebaseInstanceId.f3083b; + w wVar = FirebaseInstanceId.f3084b; String h = firebaseInstanceId.h(); String a = firebaseInstanceId.g.a(); synchronized (wVar) { diff --git a/app/src/main/java/b/i/c/s/w.java b/app/src/main/java/b/i/c/s/w.java index d3b44b0033..e9a81486af 100644 --- a/app/src/main/java/b/i/c/s/w.java +++ b/app/src/main/java/b/i/c/s/w.java @@ -89,9 +89,9 @@ public class w { if (!isEmpty) { Log.i("FirebaseInstanceId", "App restored, clearing state"); c(); - w wVar = FirebaseInstanceId.f3083b; + w wVar = FirebaseInstanceId.f3084b; synchronized (FirebaseInstanceId.getInstance(c.b())) { - FirebaseInstanceId.f3083b.c(); + FirebaseInstanceId.f3084b.c(); } } } diff --git a/app/src/main/java/b/i/d/q/x/c.java b/app/src/main/java/b/i/d/q/x/c.java index 08cdd1d20d..9f65ee1782 100644 --- a/app/src/main/java/b/i/d/q/x/c.java +++ b/app/src/main/java/b/i/d/q/x/c.java @@ -45,6 +45,6 @@ public class c extends ReflectiveTypeAdapterFactory.a { @Override // com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.a public boolean c(Object obj) throws IOException, IllegalAccessException { - return this.f3095b && this.d.get(obj) != obj; + return this.f3096b && this.d.get(obj) != obj; } } diff --git a/app/src/main/java/b/i/e/q/j.java b/app/src/main/java/b/i/e/q/j.java index 9e081524f1..a0d5974faf 100644 --- a/app/src/main/java/b/i/e/q/j.java +++ b/app/src/main/java/b/i/e/q/j.java @@ -53,7 +53,7 @@ public final class j extends k { if (z3 || !z2) { return k; } - Result result = new Result(k.a.substring(1), k.f3112b, k.c, aVar2); + Result result = new Result(k.a.substring(1), k.f3113b, k.c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/b/o/a/n/g.java b/app/src/main/java/b/o/a/n/g.java index 42780c43e4..01e3115a13 100644 --- a/app/src/main/java/b/o/a/n/g.java +++ b/app/src/main/java/b/o/a/n/g.java @@ -431,7 +431,7 @@ public abstract class g extends i { this.q = null; if (aVar != null) { CameraView.b bVar = (CameraView.b) this.m; - bVar.f3149b.a(1, "dispatchOnPictureTaken", aVar); + bVar.f3150b.a(1, "dispatchOnPictureTaken", aVar); CameraView.this.u.post(new b.o.a.i(bVar, aVar)); return; } diff --git a/app/src/main/java/b/o/a/n/k.java b/app/src/main/java/b/o/a/n/k.java index 5ed540e8cb..0d6b7b2bd1 100644 --- a/app/src/main/java/b/o/a/n/k.java +++ b/app/src/main/java/b/o/a/n/k.java @@ -21,7 +21,7 @@ public class k implements f { c cVar2 = cVar; if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.m; - bVar.f3149b.a(1, "dispatchOnCameraOpened", cVar2); + bVar.f3150b.a(1, "dispatchOnCameraOpened", cVar2); CameraView.this.u.post(new b.o.a.f(bVar, cVar2)); return b.i.a.f.e.o.f.Z(null); } diff --git a/app/src/main/java/b/o/a/n/m.java b/app/src/main/java/b/o/a/n/m.java index 0414098a48..2bc471b2b8 100644 --- a/app/src/main/java/b/o/a/n/m.java +++ b/app/src/main/java/b/o/a/n/m.java @@ -15,7 +15,7 @@ public class m implements e { @Override // b.i.a.f.n.e public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.m; - bVar.f3149b.a(1, "dispatchOnCameraClosed"); + bVar.f3150b.a(1, "dispatchOnCameraClosed"); CameraView.this.u.post(new g(bVar)); } } diff --git a/app/src/main/java/b/o/a/r/f.java b/app/src/main/java/b/o/a/r/f.java index e4f1bf55e3..4930e35588 100644 --- a/app/src/main/java/b/o/a/r/f.java +++ b/app/src/main/java/b/o/a/r/f.java @@ -60,17 +60,17 @@ public class f { if (i2 != fVar.e) { fVar.e = i2; CameraView.b bVar = (CameraView.b) fVar.c; - bVar.f3149b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); + bVar.f3150b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); CameraView cameraView = CameraView.this; - int i3 = cameraView.f3147y.g; + int i3 = cameraView.f3148y.g; if (!cameraView.m) { int i4 = (360 - i3) % 360; - b.o.a.n.t.a e = cameraView.f3148z.e(); + b.o.a.n.t.a e = cameraView.f3149z.e(); e.e(i4); e.e = i4; e.d(); } else { - b.o.a.n.t.a e2 = cameraView.f3148z.e(); + b.o.a.n.t.a e2 = cameraView.f3149z.e(); e2.e(i2); e2.e = i2; e2.d(); @@ -100,7 +100,7 @@ public class f { fVar2.g = a; CameraView.b bVar = (CameraView.b) fVar2.c; if (CameraView.this.d()) { - bVar.f3149b.a(2, "onDisplayOffsetChanged", "restarting the camera."); + bVar.f3150b.a(2, "onDisplayOffsetChanged", "restarting the camera."); CameraView.this.close(); CameraView.this.open(); } diff --git a/app/src/main/java/com/discord/app/AppActivity.java b/app/src/main/java/com/discord/app/AppActivity.java index d348e673ab..f784bc06f0 100644 --- a/app/src/main/java/com/discord/app/AppActivity.java +++ b/app/src/main/java/com/discord/app/AppActivity.java @@ -717,7 +717,7 @@ public class AppActivity extends b.a.d.d implements AppComponent { if (screenshotDetector == null) { m.throwUninitializedPropertyAccessException("screenshotDetector"); } - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(screenshotDetector.f2776b, this, null, 2, null), getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(screenshotDetector.f2777b, this, null, 2, null), getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(), 62, (Object) null); return; } i(this, false, 1, null); diff --git a/app/src/main/java/com/discord/databinding/WidgetTextInVoiceOnboardingBinding.java b/app/src/main/java/com/discord/databinding/WidgetTextInVoiceOnboardingBinding.java new file mode 100644 index 0000000000..91de68ee54 --- /dev/null +++ b/app/src/main/java/com/discord/databinding/WidgetTextInVoiceOnboardingBinding.java @@ -0,0 +1,46 @@ +package com.discord.databinding; + +import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.VideoView; +import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* loaded from: classes.dex */ +public final class WidgetTextInVoiceOnboardingBinding implements ViewBinding { + @NonNull + public final ConstraintLayout a; + @NonNull + + /* renamed from: b reason: collision with root package name */ + public final MaterialButton f2639b; + @NonNull + public final MaterialButton c; + @NonNull + public final VideoView d; + @NonNull + public final FrameLayout e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final ImageView g; + + public WidgetTextInVoiceOnboardingBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull VideoView videoView, @NonNull FrameLayout frameLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView) { + this.a = constraintLayout; + this.f2639b = materialButton; + this.c = materialButton2; + this.d = videoView; + this.e = frameLayout; + this.f = simpleDraweeView; + this.g = imageView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java index 6738724c3c..d0b5c41d5b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f2639b; + public final TextView f2640b; @NonNull public final LinearLayout c; @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.f2639b = textView; + this.f2640b = textView; this.c = linearLayout; this.d = constraintLayout; this.e = materialRadioButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java index 7ca75c9cf1..361d74c6cb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java @@ -13,13 +13,13 @@ public final class WidgetThreadBrowserActiveBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final q1 f2640b; + public final q1 f2641b; @NonNull public final RecyclerView c; public WidgetThreadBrowserActiveBinding(@NonNull ConstraintLayout constraintLayout, @NonNull q1 q1Var, @NonNull RecyclerView recyclerView) { this.a = constraintLayout; - this.f2640b = q1Var; + this.f2641b = q1Var; this.c = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java index e7e19e62f1..192e9599b4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final q1 f2641b; + public final q1 f2642b; @NonNull public final RecyclerView c; @NonNull @@ -25,7 +25,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { public WidgetThreadBrowserArchivedBinding(@NonNull ConstraintLayout constraintLayout, @NonNull q1 q1Var, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton) { this.a = constraintLayout; - this.f2641b = q1Var; + this.f2642b = q1Var; this.c = 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 bfde63ea96..c23d58bf4b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java @@ -14,13 +14,13 @@ public final class WidgetThreadBrowserBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TabLayout f2642b; + public final TabLayout f2643b; @NonNull public final SimplePager c; public WidgetThreadBrowserBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabLayout tabLayout, @NonNull AppBarLayout appBarLayout, @NonNull SimplePager simplePager) { this.a = constraintLayout; - this.f2642b = tabLayout; + this.f2643b = tabLayout; this.c = simplePager; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java index b09e70bbe5..458200c59f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding @NonNull /* renamed from: b reason: collision with root package name */ - public final CheckedSetting f2643b; + public final CheckedSetting f2644b; @NonNull public final CardView c; @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.f2643b = checkedSetting; + this.f2644b = checkedSetting; this.c = cardView; 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 409ebc03fb..9652d709bc 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java @@ -17,7 +17,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f2644b; + public final TextView f2645b; @NonNull public final View c; @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.f2644b = textView; + this.f2645b = textView; this.c = view; this.d = textInputLayout; this.e = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java index b4ba7a6aa5..e13b8a5f4a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java @@ -13,7 +13,7 @@ public final class WidgetThreadStatusBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ConstraintLayout f2645b; + public final ConstraintLayout f2646b; @NonNull public final LoadingButton c; @NonNull @@ -21,7 +21,7 @@ public final class WidgetThreadStatusBinding implements ViewBinding { public WidgetThreadStatusBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; - this.f2645b = constraintLayout2; + this.f2646b = constraintLayout2; this.c = loadingButton; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosBinding.java index 9afa990f89..65a0284f29 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosBinding.java @@ -16,7 +16,7 @@ public final class WidgetTosBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f2646b; + public final MaterialButton f2647b; @NonNull public final LinkifiedTextView c; @NonNull @@ -32,7 +32,7 @@ public final class WidgetTosBinding implements ViewBinding { public WidgetTosBinding(@NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull LinkifiedTextView linkifiedTextView3, @NonNull LinkifiedTextView linkifiedTextView4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = relativeLayout; - this.f2646b = materialButton; + this.f2647b = materialButton; this.c = linkifiedTextView; this.d = linkifiedTextView2; this.e = linkifiedTextView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java index 6859430cc5..9a781fc1aa 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java @@ -16,7 +16,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LoadingButton f2647b; + public final LoadingButton f2648b; @NonNull public final TextView c; @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.f2647b = loadingButton; + this.f2648b = loadingButton; this.c = textView; this.d = linearLayout; this.e = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java index 1ae3f42154..b5fc96f3ea 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java @@ -13,7 +13,7 @@ public final class WidgetTosReportViolationReasonBinding implements ViewBinding @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f2648b; + public final TextView f2649b; @NonNull public final TextView c; @NonNull @@ -21,7 +21,7 @@ public final class WidgetTosReportViolationReasonBinding implements ViewBinding public WidgetTosReportViolationReasonBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialRadioButton materialRadioButton) { this.a = relativeLayout; - this.f2648b = textView; + this.f2649b = textView; this.c = 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 52a9dda896..2c47c50d02 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java @@ -13,13 +13,13 @@ public final class WidgetUnknownStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final StickerView f2649b; + public final StickerView f2650b; @NonNull public final TextView c; public WidgetUnknownStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull TextView textView) { this.a = linearLayout; - this.f2649b = stickerView; + this.f2650b = stickerView; this.c = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java index 5bffb0323f..3bcb9d0590 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java @@ -12,7 +12,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f2650b; + public final TextView f2651b; @NonNull public final TextView c; @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.f2650b = textView; + this.f2651b = textView; this.c = 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 baf192c855..8ebb7f9831 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java @@ -13,7 +13,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final RelativeLayout f2651b; + public final RelativeLayout f2652b; @NonNull public final RelativeLayout c; @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.f2651b = relativeLayout2; + this.f2652b = relativeLayout2; this.c = 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 70a9a36f6b..5fd582dba3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f2652b; + public final MaterialButton f2653b; @NonNull public final TextInputLayout c; @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.f2652b = materialButton; + this.f2653b = materialButton; this.c = 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 cada5e3b8e..32fa7be10e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java @@ -13,13 +13,13 @@ public final class WidgetUserEmailVerifyBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f2653b; + public final MaterialButton f2654b; @NonNull public final MaterialButton c; public WidgetUserEmailVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = relativeLayout; - this.f2653b = materialButton; + this.f2654b = materialButton; this.c = materialButton2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java index 854319ff2d..78470fa9a9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java @@ -13,13 +13,13 @@ public final class WidgetUserMentionsBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final Toolbar f2654b; + public final Toolbar f2655b; @NonNull public final RecyclerView c; public WidgetUserMentionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Toolbar toolbar, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; - this.f2654b = toolbar; + this.f2655b = toolbar; this.c = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java index 15ecc2de77..af83f3837e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java @@ -12,7 +12,7 @@ public final class WidgetUserMentionsFilterBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final CheckedSetting f2655b; + public final CheckedSetting f2656b; @NonNull public final CheckedSetting c; @NonNull @@ -20,7 +20,7 @@ public final class WidgetUserMentionsFilterBinding implements ViewBinding { public WidgetUserMentionsFilterBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; - this.f2655b = checkedSetting; + this.f2656b = checkedSetting; this.c = checkedSetting2; this.d = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMutualFriendsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMutualFriendsBinding.java index b755ed1640..f71776f1f3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMutualFriendsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMutualFriendsBinding.java @@ -12,11 +12,11 @@ public final class WidgetUserMutualFriendsBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final RecyclerView f2656b; + public final RecyclerView f2657b; public WidgetUserMutualFriendsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; - this.f2656b = recyclerView; + this.f2657b = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMutualGuildsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMutualGuildsBinding.java index 9f47207659..48a73b1d6e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMutualGuildsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMutualGuildsBinding.java @@ -12,11 +12,11 @@ public final class WidgetUserMutualGuildsBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final RecyclerView f2657b; + public final RecyclerView f2658b; public WidgetUserMutualGuildsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; - this.f2657b = recyclerView; + this.f2658b = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java index dffb8d5eda..d33ae4d021 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserPasswordVerifyBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final DimmerView f2658b; + public final DimmerView f2659b; @NonNull public final TextInputLayout c; @NonNull @@ -22,7 +22,7 @@ public final class WidgetUserPasswordVerifyBinding implements ViewBinding { public WidgetUserPasswordVerifyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; - this.f2658b = dimmerView; + this.f2659b = dimmerView; this.c = 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 5f60498ba8..53de104832 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final DimmerView f2659b; + public final DimmerView f2660b; @NonNull public final TextView c; @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.f2659b = dimmerView; + this.f2660b = dimmerView; this.c = textView; this.d = textView2; this.e = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java index 9758dde58d..86faeed8e3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserPhoneVerifyBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f2660b; + public final ImageView f2661b; @NonNull public final DimmerView c; @NonNull @@ -22,7 +22,7 @@ public final class WidgetUserPhoneVerifyBinding implements ViewBinding { public WidgetUserPhoneVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull DimmerView dimmerView, @NonNull CodeVerificationView codeVerificationView) { this.a = relativeLayout; - this.f2660b = imageView; + this.f2661b = imageView; this.c = 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 a56419dc5d..c84fd784e7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java @@ -13,13 +13,13 @@ public final class WidgetUserProfileAdapterItemEmptyBinding implements ViewBindi @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f2661b; + public final ImageView f2662b; @NonNull public final TextView c; public WidgetUserProfileAdapterItemEmptyBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; - this.f2661b = imageView; + this.f2662b = imageView; this.c = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java index 0ca0b29d09..889c849926 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java @@ -17,7 +17,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind @NonNull /* renamed from: b reason: collision with root package name */ - public final a6 f2662b; + public final a6 f2663b; @NonNull public final a6 c; @NonNull @@ -35,7 +35,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind public WidgetUserProfileAdapterItemFriendBinding(@NonNull RelativeLayout relativeLayout, @NonNull a6 a6Var, @NonNull a6 a6Var2, @NonNull a6 a6Var3, @NonNull a6 a6Var4, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinearLayout linearLayout, @NonNull StatusView statusView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView) { this.a = relativeLayout; - this.f2662b = a6Var; + this.f2663b = a6Var; this.c = a6Var2; this.d = a6Var3; this.e = a6Var4; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java index 127a075fca..0a7b26423d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f2663b; + public final SimpleDraweeView f2664b; @NonNull public final SimpleDraweeView c; @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.f2663b = simpleDraweeView; + this.f2664b = simpleDraweeView; this.c = simpleDraweeView2; this.d = textView; this.e = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java index f848d8dd90..bcc6e872bb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java @@ -17,7 +17,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f2664b; + public final SimpleDraweeView f2665b; @NonNull public final FrameLayout c; @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.f2664b = simpleDraweeView; + this.f2665b = simpleDraweeView; this.c = frameLayout; this.d = materialRadioButton; this.e = materialRadioButton2; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java index 0f5ad59123..3c4237661a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java @@ -66,7 +66,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final CardView f2665b; + public final CardView f2666b; @NonNull public final SimpleDraweeView c; @NonNull @@ -102,7 +102,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f2666s; + public final LinearLayout f2667s; @NonNull public final LinearLayout t; @NonNull @@ -114,19 +114,19 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final Button f2667x; + public final Button f2668x; @NonNull /* renamed from: y reason: collision with root package name */ - public final ImageView f2668y; + public final ImageView f2669y; @NonNull /* renamed from: z reason: collision with root package name */ - public final TextView f2669z; + public final TextView f2670z; public WidgetUserSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CardView cardView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull FlexboxLayout flexboxLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ContentLoadingProgressBar contentLoadingProgressBar, @NonNull FrameLayout frameLayout, @NonNull Button button, @NonNull CardView cardView2, @NonNull UserProfileAdminView userProfileAdminView, @NonNull Button button2, @NonNull TextView textView3, @NonNull UserProfileConnectionsView userProfileConnectionsView, @NonNull LinearLayout linearLayout, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull FrameLayout frameLayout2, @NonNull Button button3, @NonNull ImageView imageView, @NonNull TextView textView8, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull Button button4, @NonNull LinearLayout linearLayout4, @NonNull View view, @NonNull MaterialButton materialButton3, @NonNull FrameLayout frameLayout3, @NonNull MaterialButton materialButton4, @NonNull FlexboxLayout flexboxLayout2, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull MaterialButton materialButton5, @NonNull CardView cardView3, @NonNull UserProfileStageActionsView userProfileStageActionsView, @NonNull TextView textView9, @NonNull UserProfileVoiceSettingsView userProfileVoiceSettingsView, @NonNull RolesListView rolesListView, @NonNull Button button5, @NonNull CardView cardView4) { this.a = nestedScrollView; - this.f2665b = cardView; + this.f2666b = cardView; this.c = simpleDraweeView; this.d = textView; this.e = textView2; @@ -143,14 +143,14 @@ public final class WidgetUserSheetBinding implements ViewBinding { this.p = textView5; this.q = materialButton; this.r = materialButton2; - this.f2666s = linearLayout2; + this.f2667s = linearLayout2; this.t = linearLayout3; this.u = textView6; this.v = textView7; this.w = frameLayout2; - this.f2667x = button3; - this.f2668y = imageView; - this.f2669z = textView8; + this.f2668x = button3; + this.f2669y = imageView; + this.f2670z = textView8; this.A = textInputEditText; this.B = textInputLayout; this.C = button4; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java index 2951122d2a..c16115f82d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final UserStatusPresenceCustomView f2670b; + public final UserStatusPresenceCustomView f2671b; @NonNull public final a4 c; @NonNull @@ -26,7 +26,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { public WidgetUserStatusUpdateBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull UserStatusPresenceCustomView userStatusPresenceCustomView, @NonNull a4 a4Var, @NonNull a4 a4Var2, @NonNull a4 a4Var3, @NonNull a4 a4Var4) { this.a = nestedScrollView; - this.f2670b = userStatusPresenceCustomView; + this.f2671b = userStatusPresenceCustomView; this.c = a4Var; this.d = a4Var2; this.e = a4Var3; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java index bfc68a5d49..cc8e38e53d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final r0 f2671b; + public final r0 f2672b; @NonNull public final s0 c; @NonNull @@ -36,7 +36,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { public WidgetVoiceBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull r0 r0Var, @NonNull s0 s0Var, @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.f2671b = r0Var; + this.f2672b = r0Var; this.c = s0Var; this.d = materialButton; this.e = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java index 5fa60367e5..15316f1aab 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java @@ -17,7 +17,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f2672b; + public final LinearLayout f2673b; @NonNull public final FloatingActionButton c; @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.f2672b = linearLayout; + this.f2673b = linearLayout; this.c = floatingActionButton; this.d = floatingActionButton2; this.e = privateCallBlurredGridView; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java index 5ec486c36d..c73689242c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java @@ -12,13 +12,13 @@ public final class WidgetVoiceCallInlineBinding implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f2673b; + public final LinearLayout f2674b; @NonNull public final MaterialButton c; public WidgetVoiceCallInlineBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.f2673b = linearLayout2; + this.f2674b = linearLayout2; this.c = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java index 272194bcc3..fdb408e6f4 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: b reason: collision with root package name */ - public final SeekBar f2674b; + public final SeekBar f2675b; @NonNull public final TextInputLayout c; @NonNull @@ -53,7 +53,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final View f2675s; + public final View f2676s; @NonNull public final SeekBar t; @NonNull @@ -61,7 +61,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { public WidgetVoiceChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull SeekBar seekBar, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull TextView textView4, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull View view2, @NonNull LinearLayout linearLayout4, @NonNull TextView textView7, @NonNull LinearLayout linearLayout5, @NonNull TextView textView8, @NonNull View view3, @NonNull SeekBar seekBar2, @NonNull TextView textView9) { this.a = coordinatorLayout; - this.f2674b = seekBar; + this.f2675b = seekBar; this.c = textInputLayout; this.d = textInputLayout2; this.e = checkedSetting; @@ -78,7 +78,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { this.p = textView7; this.q = linearLayout5; this.r = textView8; - this.f2675s = view3; + this.f2676s = view3; this.t = seekBar2; this.u = textView9; } diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java index a9e4162222..0e13a7253d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java @@ -13,13 +13,13 @@ public final class WidgetVoiceNoiseCancellationBottomSheetBinding implements Vie @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f2676b; + public final MaterialButton f2677b; @NonNull public final TextView c; public WidgetVoiceNoiseCancellationBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; - this.f2676b = materialButton; + this.f2677b = materialButton; this.c = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java index 0e487b6690..e00e1170e6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java @@ -13,7 +13,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f2677b; + public final TextView f2678b; @NonNull public final TextView c; @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.f2677b = textView; + this.f2678b = textView; this.c = textView2; this.d = switchMaterial; this.e = textView3; diff --git a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java index 70e2c2679d..d5bca2936e 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 String a; /* renamed from: b reason: collision with root package name */ - public final Integer f2678b; + public final Integer f2679b; public final Integer c; public RenderableEmbedMedia(String str, Integer num, Integer num2) { this.a = str; - this.f2678b = num; + this.f2679b = num; this.c = num2; } @@ -25,14 +25,14 @@ public final class RenderableEmbedMedia { return false; } RenderableEmbedMedia renderableEmbedMedia = (RenderableEmbedMedia) obj; - return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.f2678b, renderableEmbedMedia.f2678b) && m.areEqual(this.c, renderableEmbedMedia.c); + return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.f2679b, renderableEmbedMedia.f2679b) && m.areEqual(this.c, renderableEmbedMedia.c); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - Integer num = this.f2678b; + Integer num = this.f2679b; int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; Integer num2 = this.c; if (num2 != null) { @@ -45,7 +45,7 @@ public final class RenderableEmbedMedia { StringBuilder R = a.R("RenderableEmbedMedia(url="); R.append(this.a); R.append(", width="); - R.append(this.f2678b); + R.append(this.f2679b); R.append(", height="); return a.E(R, this.c, ")"); } diff --git a/app/src/main/java/com/discord/gsonutils/RuntimeTypeAdapterFactory.java b/app/src/main/java/com/discord/gsonutils/RuntimeTypeAdapterFactory.java index 9fb48a5350..00c562af14 100644 --- a/app/src/main/java/com/discord/gsonutils/RuntimeTypeAdapterFactory.java +++ b/app/src/main/java/com/discord/gsonutils/RuntimeTypeAdapterFactory.java @@ -33,11 +33,11 @@ public final class RuntimeTypeAdapterFactory implements o { public final /* synthetic */ Map a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Map f2679b; + public final /* synthetic */ Map f2680b; public AnonymousClass1(Map map, Map map2) { this.a = map; - this.f2679b = map2; + this.f2680b = map2; } @Override // com.google.gson.TypeAdapter @@ -74,7 +74,7 @@ public final class RuntimeTypeAdapterFactory implements o { public void write(JsonWriter jsonWriter, R r) throws IOException { Class cls = r.getClass(); String str = RuntimeTypeAdapterFactory.this.m.get(cls); - TypeAdapter typeAdapter = (TypeAdapter) this.f2679b.get(cls); + TypeAdapter typeAdapter = (TypeAdapter) this.f2680b.get(cls); if (typeAdapter != null) { JsonObject d = typeAdapter.toJsonTree(r).d(); if (RuntimeTypeAdapterFactory.this.n) { diff --git a/app/src/main/java/com/discord/i18n/Hook.java b/app/src/main/java/com/discord/i18n/Hook.java index ffac2ae85f..0937ffe3b0 100644 --- a/app/src/main/java/com/discord/i18n/Hook.java +++ b/app/src/main/java/com/discord/i18n/Hook.java @@ -14,7 +14,7 @@ public final class Hook { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public CharSequence f2680b; + public CharSequence f2681b; public a c; /* compiled from: Hook.kt */ @@ -24,13 +24,13 @@ public final class Hook { public Integer a; /* renamed from: b reason: collision with root package name */ - public Function2 f2681b; + public Function2 f2682b; public a(@ColorInt Integer num, Function2 function2) { m.checkNotNullParameter(function2, "onClick"); - this.f2681b = c.j; + this.f2682b = c.j; this.a = num; - this.f2681b = function2; + this.f2682b = function2; } } } diff --git a/app/src/main/java/com/discord/i18n/RenderContext.java b/app/src/main/java/com/discord/i18n/RenderContext.java index acecf1bd74..5d35a8f8f9 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 a = new HashMap(); /* renamed from: b reason: collision with root package name */ - public final Map f2682b = new HashMap(); + public final Map f2683b = new HashMap(); public List c; @ColorInt public Integer d; @@ -53,7 +53,7 @@ public final class RenderContext { public final void a(String str, Function1 function1) { m.checkNotNullParameter(str, "key"); m.checkNotNullParameter(function1, "hookInitializer"); - Map map = this.f2682b; + Map map = this.f2683b; Hook hook = new Hook(); function1.invoke(hook); map.put(str, hook); 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 f50177114d..df2b17e99f 100644 --- a/app/src/main/java/com/discord/models/commands/Application.java +++ b/app/src/main/java/com/discord/models/commands/Application.java @@ -17,7 +17,7 @@ public final class Application { private final Integer iconRes; /* renamed from: id reason: collision with root package name */ - private final long f2683id; + private final long f2684id; private final String name; /* compiled from: Application.kt */ @@ -38,7 +38,7 @@ public final class Application { public Application(long j, String str, String str2, Integer num, int i, User user, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2683id = j; + this.f2684id = j; this.name = str; this.icon = str2; this.iconRes = num; @@ -52,11 +52,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.f2683id : 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.f2684id : 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.f2683id; + return this.f2684id; } public final String component2() { @@ -96,7 +96,7 @@ public final class Application { return false; } Application application = (Application) obj; - return this.f2683id == application.f2683id && 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.f2684id == application.f2684id && 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() { @@ -120,7 +120,7 @@ public final class Application { } public final long getId() { - return this.f2683id; + return this.f2684id; } public final String getName() { @@ -128,7 +128,7 @@ public final class Application { } public int hashCode() { - int a = b.a(this.f2683id) * 31; + int a = b.a(this.f2684id) * 31; String str = this.name; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; @@ -153,7 +153,7 @@ public final class Application { public String toString() { StringBuilder R = a.R("Application(id="); - R.append(this.f2683id); + R.append(this.f2684id); R.append(", name="); R.append(this.name); R.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 a4479bde79..4d24870e6f 100644 --- a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java +++ b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java @@ -16,7 +16,7 @@ public abstract class ApplicationCommand { private final Long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2684id; + private final String f2685id; private final String name; private final List options; private final Map permissions; @@ -24,7 +24,7 @@ public abstract class ApplicationCommand { /* 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.f2684id = str; + this.f2685id = str; this.applicationId = j; this.name = str2; this.description = str3; @@ -71,7 +71,7 @@ public abstract class ApplicationCommand { } public final String getId() { - return this.f2684id; + return this.f2685id; } 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 2111a097ff..1dc93634aa 100644 --- a/app/src/main/java/com/discord/models/domain/Harvest.java +++ b/app/src/main/java/com/discord/models/domain/Harvest.java @@ -12,13 +12,13 @@ public final class Harvest { private final String createdAt; /* renamed from: id reason: collision with root package name */ - private final String f2685id; + private final String f2686id; 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.f2685id = str; + this.f2686id = str; this.userId = j; this.createdAt = str2; this.completedAt = str3; @@ -33,7 +33,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.f2685id; + str = harvest.f2686id; } if ((i & 2) != 0) { j = harvest.userId; @@ -56,7 +56,7 @@ public final class Harvest { } public final String component1() { - return this.f2685id; + return this.f2686id; } public final long component2() { @@ -85,7 +85,7 @@ public final class Harvest { return false; } Harvest harvest = (Harvest) obj; - return m.areEqual(this.f2685id, harvest.f2685id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); + return m.areEqual(this.f2686id, harvest.f2686id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); } public final String getCompletedAt() { @@ -97,7 +97,7 @@ public final class Harvest { } public final String getId() { - return this.f2685id; + return this.f2686id; } public final long getUserId() { @@ -105,7 +105,7 @@ public final class Harvest { } public int hashCode() { - String str = this.f2685id; + String str = this.f2686id; int i = 0; int hashCode = str != null ? str.hashCode() : 0; long j = this.userId; @@ -125,7 +125,7 @@ public final class Harvest { public String toString() { StringBuilder R = a.R("Harvest(id="); - R.append(this.f2685id); + R.append(this.f2686id); R.append(", userId="); R.append(this.userId); R.append(", createdAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelAppliedGuildBoost.java b/app/src/main/java/com/discord/models/domain/ModelAppliedGuildBoost.java index 98a37f12d4..d80381d3fa 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAppliedGuildBoost.java +++ b/app/src/main/java/com/discord/models/domain/ModelAppliedGuildBoost.java @@ -7,18 +7,18 @@ public final class ModelAppliedGuildBoost { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final long f2686id; + private final long f2687id; private final long userId; public ModelAppliedGuildBoost(long j, long j2, long j3) { - this.f2686id = j; + this.f2687id = j; this.guildId = j2; this.userId = j3; } public static /* synthetic */ ModelAppliedGuildBoost copy$default(ModelAppliedGuildBoost modelAppliedGuildBoost, long j, long j2, long j3, int i, Object obj) { if ((i & 1) != 0) { - j = modelAppliedGuildBoost.f2686id; + j = modelAppliedGuildBoost.f2687id; } if ((i & 2) != 0) { j2 = modelAppliedGuildBoost.guildId; @@ -30,7 +30,7 @@ public final class ModelAppliedGuildBoost { } public final long component1() { - return this.f2686id; + return this.f2687id; } public final long component2() { @@ -53,7 +53,7 @@ public final class ModelAppliedGuildBoost { return false; } ModelAppliedGuildBoost modelAppliedGuildBoost = (ModelAppliedGuildBoost) obj; - return this.f2686id == modelAppliedGuildBoost.f2686id && this.guildId == modelAppliedGuildBoost.guildId && this.userId == modelAppliedGuildBoost.userId; + return this.f2687id == modelAppliedGuildBoost.f2687id && this.guildId == modelAppliedGuildBoost.guildId && this.userId == modelAppliedGuildBoost.userId; } public final long getGuildId() { @@ -61,7 +61,7 @@ public final class ModelAppliedGuildBoost { } public final long getId() { - return this.f2686id; + return this.f2687id; } public final long getUserId() { @@ -69,7 +69,7 @@ public final class ModelAppliedGuildBoost { } public int hashCode() { - long j = this.f2686id; + long j = this.f2687id; long j2 = this.guildId; long j3 = this.userId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32))); @@ -77,7 +77,7 @@ public final class ModelAppliedGuildBoost { public String toString() { StringBuilder R = a.R("ModelAppliedGuildBoost(id="); - R.append(this.f2686id); + R.append(this.f2687id); R.append(", guildId="); R.append(this.guildId); R.append(", userId="); 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 0776348352..4e466637fc 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java +++ b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java @@ -135,7 +135,7 @@ public class ModelAuditLogEntry implements Model { private Long guildId; /* renamed from: id reason: collision with root package name */ - private long f2687id; + private long f2688id; private Options options; private String reason; private long targetId; @@ -308,7 +308,7 @@ public class ModelAuditLogEntry implements Model { public static class ChangeNameId implements Model { /* renamed from: id reason: collision with root package name */ - private long f2688id; + private long f2689id; private String name; @Override // com.discord.models.domain.Model @@ -316,7 +316,7 @@ public class ModelAuditLogEntry implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2688id = jsonReader.nextLong(this.f2688id); + this.f2689id = jsonReader.nextLong(this.f2689id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -345,7 +345,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2688id; + return this.f2689id; } public String getName() { @@ -375,7 +375,7 @@ public class ModelAuditLogEntry implements Model { private int deleteMemberDays; /* renamed from: id reason: collision with root package name */ - private long f2689id; + private long f2690id; private int membersRemoved; private String roleName; private int type; @@ -443,7 +443,7 @@ public class ModelAuditLogEntry implements Model { this.deleteMemberDays = jsonReader.nextInt(this.deleteMemberDays); return; case 3: - this.f2689id = jsonReader.nextLong(this.f2689id); + this.f2690id = jsonReader.nextLong(this.f2690id); return; case 4: this.type = jsonReader.nextInt(this.type); @@ -493,7 +493,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2689id; + return this.f2690id; } public int getMembersRemoved() { @@ -586,7 +586,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.f2687id = j; + this.f2688id = j; this.actionTypeId = i; this.targetId = j2; this.userId = j3; @@ -779,7 +779,7 @@ public class ModelAuditLogEntry implements Model { this.userId = jsonReader.nextLong(this.userId); return; case 4: - this.f2687id = jsonReader.nextLong(this.f2687id); + this.f2688id = jsonReader.nextLong(this.f2688id); return; case 5: this.changes = jsonReader.nextList(new h(jsonReader)); @@ -850,7 +850,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2687id; + return this.f2688id; } public Options getOptions() { 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 afb6a214a7..0b606b8e91 100644 --- a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java +++ b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java @@ -10,7 +10,7 @@ public final class ModelEntitlement { private final Boolean consumed; /* renamed from: id reason: collision with root package name */ - private final long f2690id; + private final long f2691id; private final Long parentId; private final Long promotionId; private final ModelSku sku; @@ -21,7 +21,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.f2690id = j; + this.f2691id = j; this.applicationId = j2; this.type = i; this.userId = j3; @@ -34,11 +34,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.f2690id : 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.f2691id : 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.f2690id; + return this.f2691id; } public final Long component10() { @@ -90,7 +90,7 @@ public final class ModelEntitlement { return false; } ModelEntitlement modelEntitlement = (ModelEntitlement) obj; - return this.f2690id == modelEntitlement.f2690id && 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.f2691id == modelEntitlement.f2691id && 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() { @@ -102,7 +102,7 @@ public final class ModelEntitlement { } public final long getId() { - return this.f2690id; + return this.f2691id; } public final Long getParentId() { @@ -134,7 +134,7 @@ public final class ModelEntitlement { } public int hashCode() { - long j = this.f2690id; + long j = this.f2691id; long j2 = this.applicationId; long j3 = this.userId; long j4 = this.skuId; @@ -157,7 +157,7 @@ public final class ModelEntitlement { public String toString() { StringBuilder R = a.R("ModelEntitlement(id="); - R.append(this.f2690id); + R.append(this.f2691id); R.append(", applicationId="); R.append(this.applicationId); R.append(", type="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildBoostSlot.java b/app/src/main/java/com/discord/models/domain/ModelGuildBoostSlot.java index dafa53cd05..9ad323ec68 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildBoostSlot.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildBoostSlot.java @@ -10,13 +10,13 @@ public final class ModelGuildBoostSlot { private final String cooldownEndsAt; /* renamed from: id reason: collision with root package name */ - private final long f2691id; + private final long f2692id; private final ModelAppliedGuildBoost premiumGuildSubscription; private final long subscriptionId; public ModelGuildBoostSlot(String str, long j, long j2, ModelAppliedGuildBoost modelAppliedGuildBoost, boolean z2) { this.cooldownEndsAt = str; - this.f2691id = j; + this.f2692id = j; this.subscriptionId = j2; this.premiumGuildSubscription = modelAppliedGuildBoost; this.canceled = z2; @@ -31,7 +31,7 @@ public final class ModelGuildBoostSlot { str = modelGuildBoostSlot.cooldownEndsAt; } if ((i & 2) != 0) { - j = modelGuildBoostSlot.f2691id; + j = modelGuildBoostSlot.f2692id; } if ((i & 4) != 0) { j2 = modelGuildBoostSlot.subscriptionId; @@ -46,7 +46,7 @@ public final class ModelGuildBoostSlot { } public final long component2() { - return this.f2691id; + return this.f2692id; } public final long component3() { @@ -73,7 +73,7 @@ public final class ModelGuildBoostSlot { return false; } ModelGuildBoostSlot modelGuildBoostSlot = (ModelGuildBoostSlot) obj; - return m.areEqual(this.cooldownEndsAt, modelGuildBoostSlot.cooldownEndsAt) && this.f2691id == modelGuildBoostSlot.f2691id && this.subscriptionId == modelGuildBoostSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelGuildBoostSlot.premiumGuildSubscription) && this.canceled == modelGuildBoostSlot.canceled; + return m.areEqual(this.cooldownEndsAt, modelGuildBoostSlot.cooldownEndsAt) && this.f2692id == modelGuildBoostSlot.f2692id && this.subscriptionId == modelGuildBoostSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelGuildBoostSlot.premiumGuildSubscription) && this.canceled == modelGuildBoostSlot.canceled; } public final boolean getCanceled() { @@ -85,7 +85,7 @@ public final class ModelGuildBoostSlot { } public final long getId() { - return this.f2691id; + return this.f2692id; } public final ModelAppliedGuildBoost getPremiumGuildSubscription() { @@ -100,7 +100,7 @@ public final class ModelGuildBoostSlot { String str = this.cooldownEndsAt; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2691id; + long j = this.f2692id; long j2 = this.subscriptionId; int i2 = ((((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; ModelAppliedGuildBoost modelAppliedGuildBoost = this.premiumGuildSubscription; @@ -122,7 +122,7 @@ public final class ModelGuildBoostSlot { StringBuilder R = a.R("ModelGuildBoostSlot(cooldownEndsAt="); R.append(this.cooldownEndsAt); R.append(", id="); - R.append(this.f2691id); + R.append(this.f2692id); R.append(", subscriptionId="); R.append(this.subscriptionId); R.append(", premiumGuildSubscription="); 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 f53fa6b3e4..584964386b 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java @@ -13,7 +13,7 @@ public final class ModelGuildFolder { private final List guildIds; /* renamed from: id reason: collision with root package name */ - private final Long f2692id; + private final Long f2693id; private final String name; /* compiled from: ModelGuildFolder.kt */ @@ -44,7 +44,7 @@ public final class ModelGuildFolder { public ModelGuildFolder(Long l, List list, Integer num, String str) { m.checkNotNullParameter(list, "guildIds"); - this.f2692id = l; + this.f2693id = l; this.guildIds = list; this.color = num; this.name = str; @@ -57,7 +57,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.f2692id; + l = modelGuildFolder.f2693id; } if ((i & 2) != 0) { list = modelGuildFolder.guildIds; @@ -72,7 +72,7 @@ public final class ModelGuildFolder { } public final Long component1() { - return this.f2692id; + return this.f2693id; } public final List component2() { @@ -100,7 +100,7 @@ public final class ModelGuildFolder { return false; } ModelGuildFolder modelGuildFolder = (ModelGuildFolder) obj; - return m.areEqual(this.f2692id, modelGuildFolder.f2692id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); + return m.areEqual(this.f2693id, modelGuildFolder.f2693id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); } public final Integer getColor() { @@ -112,7 +112,7 @@ public final class ModelGuildFolder { } public final Long getId() { - return this.f2692id; + return this.f2693id; } public final String getName() { @@ -120,7 +120,7 @@ public final class ModelGuildFolder { } public int hashCode() { - Long l = this.f2692id; + Long l = this.f2693id; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; List list = this.guildIds; @@ -136,7 +136,7 @@ public final class ModelGuildFolder { public String toString() { StringBuilder R = a.R("ModelGuildFolder(id="); - R.append(this.f2692id); + R.append(this.f2693id); R.append(", guildIds="); R.append(this.guildIds); R.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 7cfc9bb65d..c7f0b607a0 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java @@ -18,7 +18,7 @@ public class ModelGuildIntegration implements Model { private int expireGracePeriod; /* renamed from: id reason: collision with root package name */ - private long f2693id; + private long f2694id; private String name; private long roleId; private int subscriberCount; @@ -31,7 +31,7 @@ public class ModelGuildIntegration implements Model { public static class IntegrationAccount implements Model { /* renamed from: id reason: collision with root package name */ - private String f2694id; + private String f2695id; private String name; @Override // com.discord.models.domain.Model @@ -39,7 +39,7 @@ public class ModelGuildIntegration implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2694id = jsonReader.nextString(this.f2694id); + this.f2695id = jsonReader.nextString(this.f2695id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -73,7 +73,7 @@ public class ModelGuildIntegration implements Model { } public String getId() { - return this.f2694id; + return this.f2695id; } public String getName() { @@ -251,7 +251,7 @@ public class ModelGuildIntegration implements Model { this.expireBehavior = jsonReader.nextInt(this.expireBehavior); return; case 5: - this.f2693id = jsonReader.nextLong(this.f2693id); + this.f2694id = jsonReader.nextLong(this.f2694id); return; case 6: this.name = jsonReader.nextString(this.name); @@ -342,7 +342,7 @@ public class ModelGuildIntegration implements Model { } public long getId() { - return this.f2693id; + return this.f2694id; } 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 94832d975b..255d73a4a6 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java @@ -19,7 +19,7 @@ public final class ModelGuildMemberListUpdate { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2695id; + private final String f2696id; private final List operations; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -39,7 +39,7 @@ public final class ModelGuildMemberListUpdate { private final int count; /* renamed from: id reason: collision with root package name */ - private final String f2696id; + private final String f2697id; private final Type type; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -74,7 +74,7 @@ public final class ModelGuildMemberListUpdate { public Group(String str, int i) { Type type; m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2696id = str; + this.f2697id = str; this.count = i; int hashCode = str.hashCode(); if (hashCode != -1548612125) { @@ -93,7 +93,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.f2696id; + str = group.f2697id; } if ((i2 & 2) != 0) { i = group.count; @@ -102,7 +102,7 @@ public final class ModelGuildMemberListUpdate { } public final String component1() { - return this.f2696id; + return this.f2697id; } public final int component2() { @@ -122,7 +122,7 @@ public final class ModelGuildMemberListUpdate { return false; } Group group = (Group) obj; - return m.areEqual(this.f2696id, group.f2696id) && this.count == group.count; + return m.areEqual(this.f2697id, group.f2697id) && this.count == group.count; } public final int getCount() { @@ -130,7 +130,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2696id; + return this.f2697id; } public final Type getType() { @@ -138,13 +138,13 @@ public final class ModelGuildMemberListUpdate { } public int hashCode() { - String str = this.f2696id; + String str = this.f2697id; return ((str != null ? str.hashCode() : 0) * 31) + this.count; } public String toString() { StringBuilder R = a.R("Group(id="); - R.append(this.f2696id); + R.append(this.f2697id); R.append(", count="); return a.A(R, this.count, ")"); } @@ -774,7 +774,7 @@ public final class ModelGuildMemberListUpdate { m.checkNotNullParameter(list, "operations"); m.checkNotNullParameter(list2, "groups"); this.guildId = j; - this.f2695id = str; + this.f2696id = str; this.operations = list; this.groups = list2; } @@ -785,7 +785,7 @@ public final class ModelGuildMemberListUpdate { j = modelGuildMemberListUpdate.guildId; } if ((i & 2) != 0) { - str = modelGuildMemberListUpdate.f2695id; + str = modelGuildMemberListUpdate.f2696id; } if ((i & 4) != 0) { list = modelGuildMemberListUpdate.operations; @@ -801,7 +801,7 @@ public final class ModelGuildMemberListUpdate { } public final String component2() { - return this.f2695id; + return this.f2696id; } public final List component3() { @@ -827,7 +827,7 @@ public final class ModelGuildMemberListUpdate { return false; } ModelGuildMemberListUpdate modelGuildMemberListUpdate = (ModelGuildMemberListUpdate) obj; - return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2695id, modelGuildMemberListUpdate.f2695id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); + return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2696id, modelGuildMemberListUpdate.f2696id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); } public final List getGroups() { @@ -839,7 +839,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2695id; + return this.f2696id; } public final List getOperations() { @@ -849,7 +849,7 @@ public final class ModelGuildMemberListUpdate { public int hashCode() { long j = this.guildId; int i = ((int) (j ^ (j >>> 32))) * 31; - String str = this.f2695id; + String str = this.f2696id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; List list = this.operations; @@ -865,7 +865,7 @@ public final class ModelGuildMemberListUpdate { StringBuilder R = a.R("ModelGuildMemberListUpdate(guildId="); R.append(this.guildId); R.append(", id="); - R.append(this.f2695id); + R.append(this.f2696id); R.append(", operations="); R.append(this.operations); R.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 3b2f60dba3..2b3fb38c05 100644 --- a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java +++ b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java @@ -11,14 +11,14 @@ public final class ModelOAuth2Token { private final Application application; /* renamed from: id reason: collision with root package name */ - private final long f2697id; + private final long f2698id; private final List scopes; /* JADX WARN: Multi-variable type inference failed */ public ModelOAuth2Token(long j, List list, Application application) { m.checkNotNullParameter(list, "scopes"); m.checkNotNullParameter(application, "application"); - this.f2697id = j; + this.f2698id = j; this.scopes = list; this.application = application; } @@ -26,7 +26,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.f2697id; + j = modelOAuth2Token.f2698id; } if ((i & 2) != 0) { list = modelOAuth2Token.scopes; @@ -38,7 +38,7 @@ public final class ModelOAuth2Token { } public final long component1() { - return this.f2697id; + return this.f2698id; } public final List component2() { @@ -63,7 +63,7 @@ public final class ModelOAuth2Token { return false; } ModelOAuth2Token modelOAuth2Token = (ModelOAuth2Token) obj; - return this.f2697id == modelOAuth2Token.f2697id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); + return this.f2698id == modelOAuth2Token.f2698id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); } public final Application getApplication() { @@ -71,7 +71,7 @@ public final class ModelOAuth2Token { } public final long getId() { - return this.f2697id; + return this.f2698id; } public final List getScopes() { @@ -79,7 +79,7 @@ public final class ModelOAuth2Token { } public int hashCode() { - long j = this.f2697id; + long j = this.f2698id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.scopes; int i2 = 0; @@ -93,7 +93,7 @@ public final class ModelOAuth2Token { public String toString() { StringBuilder R = a.R("ModelOAuth2Token(id="); - R.append(this.f2697id); + R.append(this.f2698id); R.append(", scopes="); R.append(this.scopes); R.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 e1de5df142..cfe95f0082 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPayload.java +++ b/app/src/main/java/com/discord/models/domain/ModelPayload.java @@ -51,7 +51,7 @@ public class ModelPayload implements Model { private List guilds; /* renamed from: me reason: collision with root package name */ - private User f2698me; + private User f2699me; private List presences; private List privateChannels; private VersionedReadStates readState; @@ -338,7 +338,7 @@ public class ModelPayload implements Model { public ModelPayload(ModelPayload modelPayload) { this.v = modelPayload.v; - this.f2698me = modelPayload.f2698me; + this.f2699me = modelPayload.f2699me; this.userSettings = modelPayload.userSettings; this.userGuildSettings = modelPayload.userGuildSettings; this.sessionId = modelPayload.sessionId; @@ -557,7 +557,7 @@ public class ModelPayload implements Model { this.v = jsonReader.nextInt(this.v); return; case '\n': - this.f2698me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); + this.f2699me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); return; case 11: this.users = jsonReader.nextList(new w(jsonReader)); @@ -771,7 +771,7 @@ public class ModelPayload implements Model { } public User getMe() { - return this.f2698me; + return this.f2699me; } 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 f1e7761b05..102f60f8cc 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java +++ b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java @@ -17,7 +17,7 @@ public abstract class ModelPaymentSource { private final boolean f6default; /* renamed from: id reason: collision with root package name */ - private final String f2699id; + private final String f2700id; private final boolean invalid; /* compiled from: ModelPaymentSource.kt */ @@ -65,7 +65,7 @@ public abstract class ModelPaymentSource { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2700id; + private final String f2701id; private final boolean invalid; private final String last4; @@ -80,7 +80,7 @@ public abstract class ModelPaymentSource { this.last4 = str2; this.expiresMonth = i; this.expiresYear = i2; - this.f2700id = str3; + this.f2701id = str3; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f7default = z3; @@ -165,7 +165,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2700id; + return this.f2701id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -238,7 +238,7 @@ public abstract class ModelPaymentSource { private final String email; /* renamed from: id reason: collision with root package name */ - private final String f2701id; + private final String f2702id; private final boolean invalid; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -248,7 +248,7 @@ public abstract class ModelPaymentSource { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.email = str; - this.f2701id = str2; + this.f2702id = str2; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f8default = z3; @@ -327,7 +327,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2701id; + return this.f2702id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -389,7 +389,7 @@ public abstract class ModelPaymentSource { } private ModelPaymentSource(String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3) { - this.f2699id = str; + this.f2700id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f6default = z3; @@ -408,7 +408,7 @@ public abstract class ModelPaymentSource { } public String getId() { - return this.f2699id; + return this.f2700id; } public boolean getInvalid() { 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 4e993f91dc..d48052262f 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSku.java +++ b/app/src/main/java/com/discord/models/domain/ModelSku.java @@ -17,7 +17,7 @@ public final class ModelSku { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2702id; + private final long f2703id; private final String name; private final boolean premium; private final Price price; @@ -368,7 +368,7 @@ public final class ModelSku { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.applicationId = j; this.name = str; - this.f2702id = j2; + this.f2703id = j2; this.application = application; this.premium = z2; this.type = i; @@ -378,7 +378,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.f2702id : 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.f2703id : 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() { @@ -390,7 +390,7 @@ public final class ModelSku { } public final long component3() { - return this.f2702id; + return this.f2703id; } public final Application component4() { @@ -430,7 +430,7 @@ public final class ModelSku { return false; } ModelSku modelSku = (ModelSku) obj; - return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2702id == modelSku.f2702id && 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.f2703id == modelSku.f2703id && 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() { @@ -450,7 +450,7 @@ public final class ModelSku { } public final long getId() { - return this.f2702id; + return this.f2703id; } public final String getName() { @@ -466,7 +466,7 @@ public final class ModelSku { } public final SkuCategory getSkuCategory() { - long j = this.f2702id; + long j = this.f2703id; return j == ModelSkuKt.PREMIUM_TIER_1_SKU_ID ? SkuCategory.NITRO_CLASSIC : j == ModelSkuKt.PREMIUM_TIER_2_SKU_ID ? SkuCategory.NITRO : SkuCategory.GAME; } @@ -480,7 +480,7 @@ public final class ModelSku { String str = this.name; int i2 = 0; int hashCode = str != null ? str.hashCode() : 0; - long j2 = this.f2702id; + long j2 = this.f2703id; int i3 = (((i + hashCode) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; Application application = this.application; int hashCode2 = (i3 + (application != null ? application.hashCode() : 0)) * 31; @@ -515,7 +515,7 @@ public final class ModelSku { R.append(", name="); R.append(this.name); R.append(", id="); - R.append(this.f2702id); + R.append(this.f2703id); R.append(", application="); R.append(this.application); R.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 90e2ec451a..64829abe94 100644 --- a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java +++ b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java @@ -9,7 +9,7 @@ import kotlin.jvm.internal.Ref$ObjectRef; public final class ModelStoreListing { /* renamed from: id reason: collision with root package name */ - private final long f2703id; + private final long f2704id; private final ModelSku sku; /* compiled from: ModelStoreListing.kt */ @@ -38,7 +38,7 @@ public final class ModelStoreListing { public ModelStoreListing(ModelSku modelSku, long j) { m.checkNotNullParameter(modelSku, "sku"); this.sku = modelSku; - this.f2703id = j; + this.f2704id = j; } public static /* synthetic */ ModelStoreListing copy$default(ModelStoreListing modelStoreListing, ModelSku modelSku, long j, int i, Object obj) { @@ -46,7 +46,7 @@ public final class ModelStoreListing { modelSku = modelStoreListing.sku; } if ((i & 2) != 0) { - j = modelStoreListing.f2703id; + j = modelStoreListing.f2704id; } return modelStoreListing.copy(modelSku, j); } @@ -56,7 +56,7 @@ public final class ModelStoreListing { } public final long component2() { - return this.f2703id; + return this.f2704id; } public final ModelStoreListing copy(ModelSku modelSku, long j) { @@ -72,11 +72,11 @@ public final class ModelStoreListing { return false; } ModelStoreListing modelStoreListing = (ModelStoreListing) obj; - return m.areEqual(this.sku, modelStoreListing.sku) && this.f2703id == modelStoreListing.f2703id; + return m.areEqual(this.sku, modelStoreListing.sku) && this.f2704id == modelStoreListing.f2704id; } public final long getId() { - return this.f2703id; + return this.f2704id; } public final ModelSku getSku() { @@ -86,7 +86,7 @@ public final class ModelStoreListing { public int hashCode() { ModelSku modelSku = this.sku; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2703id; + long j = this.f2704id; return (hashCode * 31) + ((int) (j ^ (j >>> 32))); } @@ -94,6 +94,6 @@ public final class ModelStoreListing { StringBuilder R = a.R("ModelStoreListing(sku="); R.append(this.sku); R.append(", id="); - return a.B(R, this.f2703id, ")"); + return a.B(R, this.f2704id, ")"); } } 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 fe160fc0cb..d76ef53b72 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelSubscription.java @@ -17,7 +17,7 @@ public final class ModelSubscription extends HasSubscriptionItems { private final String currentPeriodStart; /* renamed from: id reason: collision with root package name */ - private final String f2704id; + private final String f2705id; private final List items; private final Integer paymentGateway; private final String paymentGatewayPlanId; @@ -209,19 +209,19 @@ public final class ModelSubscription extends HasSubscriptionItems { public static final class SubscriptionItem { /* renamed from: id reason: collision with root package name */ - private final long f2705id; + private final long f2706id; private final long planId; private final int quantity; public SubscriptionItem(long j, long j2, int i) { - this.f2705id = j; + this.f2706id = 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.f2705id; + j = subscriptionItem.f2706id; } if ((i2 & 2) != 0) { j2 = subscriptionItem.planId; @@ -233,7 +233,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final long component1() { - return this.f2705id; + return this.f2706id; } public final long component2() { @@ -256,11 +256,11 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } SubscriptionItem subscriptionItem = (SubscriptionItem) obj; - return this.f2705id == subscriptionItem.f2705id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; + return this.f2706id == subscriptionItem.f2706id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; } public final long getId() { - return this.f2705id; + return this.f2706id; } public final long getPlanId() { @@ -272,14 +272,14 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - long j = this.f2705id; + long j = this.f2706id; long j2 = this.planId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + this.quantity; } public String toString() { StringBuilder R = a.R("SubscriptionItem(id="); - R.append(this.f2705id); + R.append(this.f2706id); R.append(", planId="); R.append(this.planId); R.append(", quantity="); @@ -398,7 +398,7 @@ public final class ModelSubscription extends HasSubscriptionItems { m.checkNotNullParameter(str4, "currentPeriodStart"); m.checkNotNullParameter(str5, "currentPeriodEnd"); m.checkNotNullParameter(list, "items"); - this.f2704id = str; + this.f2705id = str; this.createdAt = str2; this.canceledAt = str3; this.currentPeriodStart = str4; @@ -423,11 +423,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.f2704id : 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.f2705id : 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.f2704id; + return this.f2705id; } public final SubscriptionRenewalMutations component10() { @@ -491,7 +491,7 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } ModelSubscription modelSubscription = (ModelSubscription) obj; - return m.areEqual(this.f2704id, modelSubscription.f2704id) && 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.f2705id, modelSubscription.f2705id) && 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() { @@ -515,7 +515,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final String getId() { - return this.f2704id; + return this.f2705id; } @Override // com.discord.models.domain.HasSubscriptionItems @@ -594,7 +594,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - String str = this.f2704id; + String str = this.f2705id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.createdAt; @@ -642,7 +642,7 @@ public final class ModelSubscription extends HasSubscriptionItems { public String toString() { StringBuilder R = a.R("ModelSubscription(id="); - R.append(this.f2704id); + R.append(this.f2705id); R.append(", createdAt="); R.append(this.createdAt); R.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 a9e4ba3023..16609af664 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserNote.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserNote.java @@ -16,7 +16,7 @@ public final class ModelUserNote { public static final class Update { /* renamed from: id reason: collision with root package name */ - private final long f2706id; + private final long f2707id; private final String note; /* compiled from: ModelUserNote.kt */ @@ -42,13 +42,13 @@ public final class ModelUserNote { public Update(long j, String str) { m.checkNotNullParameter(str, "note"); - this.f2706id = j; + this.f2707id = 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.f2706id; + j = update.f2707id; } if ((i & 2) != 0) { str = update.note; @@ -57,7 +57,7 @@ public final class ModelUserNote { } public final long component1() { - return this.f2706id; + return this.f2707id; } public final String component2() { @@ -77,11 +77,11 @@ public final class ModelUserNote { return false; } Update update = (Update) obj; - return this.f2706id == update.f2706id && m.areEqual(this.note, update.note); + return this.f2707id == update.f2707id && m.areEqual(this.note, update.note); } public final long getId() { - return this.f2706id; + return this.f2707id; } public final String getNote() { @@ -89,7 +89,7 @@ public final class ModelUserNote { } public int hashCode() { - long j = this.f2706id; + long j = this.f2707id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.note; return i + (str != null ? str.hashCode() : 0); @@ -97,7 +97,7 @@ public final class ModelUserNote { public String toString() { StringBuilder R = a.R("Update(id="); - R.append(this.f2706id); + R.append(this.f2707id); R.append(", note="); return a.H(R, 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 a4f3199c1e..830d5eb266 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java @@ -15,7 +15,7 @@ public class ModelUserRelationship implements Model { public static final int TYPE_NONE = 0; /* renamed from: id reason: collision with root package name */ - private long f2707id; + private long f2708id; private int type; private User user; private Long userId; @@ -24,14 +24,14 @@ public class ModelUserRelationship implements Model { } public ModelUserRelationship(long j, int i, User user, Long l) { - this.f2707id = j; + this.f2708id = j; this.type = i; this.user = user; this.userId = l; } public ModelUserRelationship(ModelUserRelationship modelUserRelationship) { - this(modelUserRelationship.f2707id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); + this(modelUserRelationship.f2708id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); } public static int getType(Integer num) { @@ -81,7 +81,7 @@ public class ModelUserRelationship implements Model { this.userId = jsonReader.nextLongOrNull(); return; case 1: - this.f2707id = jsonReader.nextLong(this.f2707id); + this.f2708id = jsonReader.nextLong(this.f2708id); return; case 2: this.type = jsonReader.nextInt(this.type); @@ -121,7 +121,7 @@ public class ModelUserRelationship implements Model { } public long getId() { - return this.f2707id; + return this.f2708id; } 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 b42b904e6c..304c9ec06b 100644 --- a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java +++ b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java @@ -9,7 +9,7 @@ public class ModelVoiceRegion implements Model { private boolean hidden; /* renamed from: id reason: collision with root package name */ - private String f2708id; + private String f2709id; private String name; private boolean optimal; private String sampleHostname; @@ -75,7 +75,7 @@ public class ModelVoiceRegion implements Model { this.hidden = jsonReader.nextBoolean(this.hidden); return; case 3: - this.f2708id = jsonReader.nextString(this.f2708id); + this.f2709id = jsonReader.nextString(this.f2709id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -123,7 +123,7 @@ public class ModelVoiceRegion implements Model { } public String getId() { - return this.f2708id; + return this.f2709id; } 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 5802821c86..4e87b2768f 100644 --- a/app/src/main/java/com/discord/models/domain/ModelWebhook.java +++ b/app/src/main/java/com/discord/models/domain/ModelWebhook.java @@ -10,7 +10,7 @@ public class ModelWebhook implements Model { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2709id; + private long f2710id; private String name; @Override // com.discord.models.domain.Model @@ -61,7 +61,7 @@ public class ModelWebhook implements Model { this.guildId = jsonReader.nextLong(this.guildId); return; case 3: - this.f2709id = jsonReader.nextLong(this.f2709id); + this.f2710id = jsonReader.nextLong(this.f2710id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -110,7 +110,7 @@ public class ModelWebhook implements Model { } public long getId() { - return this.f2709id; + return this.f2710id; } 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 ecef05cdf3..3f8418ba5d 100644 --- a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java +++ b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java @@ -16,7 +16,7 @@ public final class PaymentSourceRaw { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2710id; + private final String f2711id; private final boolean invalid; private final String last_4; private final int type; @@ -25,7 +25,7 @@ public final class PaymentSourceRaw { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.type = i; - this.f2710id = str; + this.f2711id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f10default = z3; @@ -37,7 +37,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.f2710id : 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.f2711id : 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() { @@ -49,7 +49,7 @@ public final class PaymentSourceRaw { } public final String component2() { - return this.f2710id; + return this.f2711id; } public final boolean component3() { @@ -94,7 +94,7 @@ public final class PaymentSourceRaw { return false; } PaymentSourceRaw paymentSourceRaw = (PaymentSourceRaw) obj; - return this.type == paymentSourceRaw.type && m.areEqual(this.f2710id, paymentSourceRaw.f2710id) && 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.f2711id, paymentSourceRaw.f2711id) && 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() { @@ -122,7 +122,7 @@ public final class PaymentSourceRaw { } public final String getId() { - return this.f2710id; + return this.f2711id; } public final boolean getInvalid() { @@ -139,7 +139,7 @@ public final class PaymentSourceRaw { public int hashCode() { int i = this.type * 31; - String str = this.f2710id; + String str = this.f2711id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.invalid; @@ -173,7 +173,7 @@ public final class PaymentSourceRaw { StringBuilder R = a.R("PaymentSourceRaw(type="); R.append(this.type); R.append(", id="); - R.append(this.f2710id); + R.append(this.f2711id); R.append(", invalid="); R.append(this.invalid); R.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 2259cce60a..793f43b8a8 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 @@ -10,7 +10,7 @@ public final class ModelInvoiceItem { private final List discount; /* renamed from: id reason: collision with root package name */ - private final long f2711id; + private final long f2712id; private final boolean proration; private final int quantity; private final long subscriptionPlanId; @@ -20,7 +20,7 @@ public final class ModelInvoiceItem { m.checkNotNullParameter(list, "discount"); this.amount = i; this.discount = list; - this.f2711id = j; + this.f2712id = j; this.proration = z2; this.quantity = i2; this.subscriptionPlanId = j2; @@ -28,7 +28,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.f2711id : 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.f2712id : 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() { @@ -40,7 +40,7 @@ public final class ModelInvoiceItem { } public final long component3() { - return this.f2711id; + return this.f2712id; } public final boolean component4() { @@ -72,7 +72,7 @@ public final class ModelInvoiceItem { return false; } ModelInvoiceItem modelInvoiceItem = (ModelInvoiceItem) obj; - return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2711id == modelInvoiceItem.f2711id && 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.f2712id == modelInvoiceItem.f2712id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; } public final int getAmount() { @@ -84,7 +84,7 @@ public final class ModelInvoiceItem { } public final long getId() { - return this.f2711id; + return this.f2712id; } public final boolean getProration() { @@ -107,7 +107,7 @@ public final class ModelInvoiceItem { int i = this.amount * 31; List list = this.discount; int hashCode = list != null ? list.hashCode() : 0; - long j = this.f2711id; + long j = this.f2712id; int i2 = (((i + hashCode) * 31) + ((int) (j ^ (j >>> 32)))) * 31; boolean z2 = this.proration; if (z2) { @@ -126,7 +126,7 @@ public final class ModelInvoiceItem { R.append(", discount="); R.append(this.discount); R.append(", id="); - R.append(this.f2711id); + R.append(this.f2712id); R.append(", proration="); R.append(this.proration); R.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 5792fad0bf..755f10206a 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 @@ -9,7 +9,7 @@ public final class ModelInvoicePreview { private final String currency; /* renamed from: id reason: collision with root package name */ - private final long f2712id; + private final long f2713id; private final List invoiceItems; private final String subscriptionPeriodEnd; private final String subscriptionPeriodStart; @@ -24,7 +24,7 @@ public final class ModelInvoicePreview { m.checkNotNullParameter(str2, "subscriptionPeriodEnd"); m.checkNotNullParameter(str3, "subscriptionPeriodStart"); this.currency = str; - this.f2712id = j; + this.f2713id = j; this.invoiceItems = list; this.subscriptionPeriodEnd = str2; this.subscriptionPeriodStart = str3; @@ -35,7 +35,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.f2712id : 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.f2713id : 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() { @@ -43,7 +43,7 @@ public final class ModelInvoicePreview { } public final long component2() { - return this.f2712id; + return this.f2713id; } public final List component3() { @@ -90,7 +90,7 @@ public final class ModelInvoicePreview { return false; } ModelInvoicePreview modelInvoicePreview = (ModelInvoicePreview) obj; - return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2712id == modelInvoicePreview.f2712id && 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.f2713id == modelInvoicePreview.f2713id && 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() { @@ -98,7 +98,7 @@ public final class ModelInvoicePreview { } public final long getId() { - return this.f2712id; + return this.f2713id; } public final List getInvoiceItems() { @@ -133,7 +133,7 @@ public final class ModelInvoicePreview { String str = this.currency; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2712id; + long j = this.f2713id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; List list = this.invoiceItems; int hashCode2 = (i2 + (list != null ? list.hashCode() : 0)) * 31; @@ -158,7 +158,7 @@ public final class ModelInvoicePreview { StringBuilder R = a.R("ModelInvoicePreview(currency="); R.append(this.currency); R.append(", id="); - R.append(this.f2712id); + R.append(this.f2713id); R.append(", invoiceItems="); R.append(this.invoiceItems); R.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 97d21b88f6..72c3d7dc5b 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 @@ -23,7 +23,7 @@ public class ModelEmojiCustom implements Emoji { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2713id; + private long f2714id; private String idStr; private boolean isAnimated; private transient boolean isUsable; @@ -65,7 +65,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.f2713id = j; + this.f2714id = j; this.idStr = String.valueOf(j); this.name = str; this.roles = list; @@ -83,7 +83,7 @@ public class ModelEmojiCustom implements Emoji { this.idStr = "0"; boolean z2 = true; this.isUsable = true; - this.f2713id = guildEmoji.c(); + this.f2714id = guildEmoji.c(); this.name = guildEmoji.e(); this.idStr = String.valueOf(guildEmoji.c()); this.roles = guildEmoji.g() != null ? guildEmoji.g() : new ArrayList<>(); @@ -96,7 +96,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(ModelEmojiCustom modelEmojiCustom, int i, boolean z2) { this.idStr = "0"; - this.f2713id = modelEmojiCustom.f2713id; + this.f2714id = modelEmojiCustom.f2714id; this.idStr = modelEmojiCustom.idStr; this.roles = modelEmojiCustom.getRoles(); this.requireColons = modelEmojiCustom.requireColons; @@ -207,7 +207,7 @@ public class ModelEmojiCustom implements Emoji { } public long getId() { - return this.f2713id; + return this.f2714id; } public String getIdStr() { @@ -216,7 +216,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.f2713id, this.isAnimated && z2, i); + return getImageUri(this.f2714id, this.isAnimated && z2, i); } @Override // com.discord.models.domain.emoji.Emoji @@ -233,7 +233,7 @@ public class ModelEmojiCustom implements Emoji { sb.append(str); sb.append(this.name); sb.append(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR); - sb.append(this.f2713id); + sb.append(this.f2714id); sb.append('>'); return sb.toString(); } @@ -249,7 +249,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.f2713id; + return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2714id; } @Override // com.discord.models.domain.emoji.Emoji @@ -334,7 +334,7 @@ public class ModelEmojiCustom implements Emoji { } public GuildEmoji toApiEmoji() { - return new GuildEmoji(this.f2713id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); + return new GuildEmoji(this.f2714id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); } public String toString() { @@ -368,7 +368,7 @@ public class ModelEmojiCustom implements Emoji { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { - parcel.writeLong(this.f2713id); + parcel.writeLong(this.f2714id); 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 0ef7562587..6b5f5412df 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 @@ -12,7 +12,7 @@ public final class ModelEmojiGuild { private final boolean available; /* renamed from: id reason: collision with root package name */ - private final long f2714id; + private final long f2715id; private final boolean managed; private final String name; private final boolean requiredColons; @@ -23,7 +23,7 @@ public final class ModelEmojiGuild { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "roles"); m.checkNotNullParameter(user, "user"); - this.f2714id = j; + this.f2715id = j; this.name = str; this.managed = z2; this.roles = list; @@ -34,11 +34,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.f2714id : 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.f2715id : 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.f2714id; + return this.f2715id; } public final String component2() { @@ -84,7 +84,7 @@ public final class ModelEmojiGuild { return false; } ModelEmojiGuild modelEmojiGuild = (ModelEmojiGuild) obj; - return this.f2714id == modelEmojiGuild.f2714id && 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.f2715id == modelEmojiGuild.f2715id && 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() { @@ -96,7 +96,7 @@ public final class ModelEmojiGuild { } public final long getId() { - return this.f2714id; + return this.f2715id; } public final boolean getManaged() { @@ -120,7 +120,7 @@ public final class ModelEmojiGuild { } public int hashCode() { - long j = this.f2714id; + long j = this.f2715id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.name; int i2 = 0; @@ -166,7 +166,7 @@ public final class ModelEmojiGuild { public String toString() { StringBuilder R = a.R("ModelEmojiGuild(id="); - R.append(this.f2714id); + R.append(this.f2715id); R.append(", name="); R.append(this.name); R.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 e0e29f67d8..140f1ec991 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 @@ -10,7 +10,7 @@ public final class ModelSpotifyAlbum { private final String albumType; /* renamed from: id reason: collision with root package name */ - private final String f2715id; + private final String f2716id; private final List images; private final String name; @@ -68,7 +68,7 @@ public final class ModelSpotifyAlbum { m.checkNotNullParameter(list, "images"); m.checkNotNullParameter(str3, ModelAuditLogEntry.CHANGE_KEY_NAME); this.albumType = str; - this.f2715id = str2; + this.f2716id = str2; this.images = list; this.name = str3; } @@ -79,7 +79,7 @@ public final class ModelSpotifyAlbum { str = modelSpotifyAlbum.albumType; } if ((i & 2) != 0) { - str2 = modelSpotifyAlbum.f2715id; + str2 = modelSpotifyAlbum.f2716id; } if ((i & 4) != 0) { list = modelSpotifyAlbum.images; @@ -95,7 +95,7 @@ public final class ModelSpotifyAlbum { } public final String component2() { - return this.f2715id; + return this.f2716id; } public final List component3() { @@ -122,7 +122,7 @@ public final class ModelSpotifyAlbum { return false; } ModelSpotifyAlbum modelSpotifyAlbum = (ModelSpotifyAlbum) obj; - return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2715id, modelSpotifyAlbum.f2715id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); + return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2716id, modelSpotifyAlbum.f2716id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); } public final String getAlbumType() { @@ -130,7 +130,7 @@ public final class ModelSpotifyAlbum { } public final String getId() { - return this.f2715id; + return this.f2716id; } public final List getImages() { @@ -145,7 +145,7 @@ public final class ModelSpotifyAlbum { String str = this.albumType; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2715id; + String str2 = this.f2716id; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; List list = this.images; int hashCode3 = (hashCode2 + (list != null ? list.hashCode() : 0)) * 31; @@ -160,7 +160,7 @@ public final class ModelSpotifyAlbum { StringBuilder R = a.R("ModelSpotifyAlbum(albumType="); R.append(this.albumType); R.append(", id="); - R.append(this.f2715id); + R.append(this.f2716id); R.append(", images="); R.append(this.images); R.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 5dd368e55b..0d26291b09 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 @@ -8,19 +8,19 @@ import d0.z.d.m; public final class ModelSpotifyArtist { /* renamed from: id reason: collision with root package name */ - private final String f2716id; + private final String f2717id; 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.f2716id = str; + this.f2717id = 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.f2716id; + str = modelSpotifyArtist.f2717id; } if ((i & 2) != 0) { str2 = modelSpotifyArtist.name; @@ -29,7 +29,7 @@ public final class ModelSpotifyArtist { } public final String component1() { - return this.f2716id; + return this.f2717id; } public final String component2() { @@ -50,11 +50,11 @@ public final class ModelSpotifyArtist { return false; } ModelSpotifyArtist modelSpotifyArtist = (ModelSpotifyArtist) obj; - return m.areEqual(this.f2716id, modelSpotifyArtist.f2716id) && m.areEqual(this.name, modelSpotifyArtist.name); + return m.areEqual(this.f2717id, modelSpotifyArtist.f2717id) && m.areEqual(this.name, modelSpotifyArtist.name); } public final String getId() { - return this.f2716id; + return this.f2717id; } public final String getName() { @@ -62,7 +62,7 @@ public final class ModelSpotifyArtist { } public int hashCode() { - String str = this.f2716id; + String str = this.f2717id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -74,7 +74,7 @@ public final class ModelSpotifyArtist { public String toString() { StringBuilder R = a.R("ModelSpotifyArtist(id="); - R.append(this.f2716id); + R.append(this.f2717id); R.append(", name="); return a.H(R, 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 9546b2cf66..996361315b 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 @@ -12,7 +12,7 @@ public final class ModelSpotifyTrack { private final long durationMs; /* renamed from: id reason: collision with root package name */ - private final String f2717id; + private final String f2718id; private final boolean isLocal; private final String name; @@ -20,7 +20,7 @@ public final class ModelSpotifyTrack { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "artists"); - this.f2717id = str; + this.f2718id = 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.f2717id; + str = modelSpotifyTrack.f2718id; } if ((i & 2) != 0) { str2 = modelSpotifyTrack.name; @@ -52,7 +52,7 @@ public final class ModelSpotifyTrack { } public final String component1() { - return this.f2717id; + return this.f2718id; } public final String component2() { @@ -90,7 +90,7 @@ public final class ModelSpotifyTrack { return false; } ModelSpotifyTrack modelSpotifyTrack = (ModelSpotifyTrack) obj; - return m.areEqual(this.f2717id, modelSpotifyTrack.f2717id) && 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.f2718id, modelSpotifyTrack.f2718id) && 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.f2717id; + return this.f2718id; } public final String getName() { @@ -114,7 +114,7 @@ public final class ModelSpotifyTrack { } public int hashCode() { - String str = this.f2717id; + String str = this.f2718id; 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 R = a.R("ModelSpotifyTrack(id="); - R.append(this.f2717id); + R.append(this.f2718id); R.append(", name="); R.append(this.name); R.append(", durationMs="); 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 7cd899cadf..8869497d74 100644 --- a/app/src/main/java/com/discord/models/guild/Guild.java +++ b/app/src/main/java/com/discord/models/guild/Guild.java @@ -38,7 +38,7 @@ public final class Guild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2718id; + private final long f2719id; private final String joinedAt; private final GuildMaxVideoChannelUsers maxVideoChannelUsers; private final int memberCount; @@ -126,7 +126,7 @@ public final class Guild { this.name = str; this.description = str2; this.defaultMessageNotifications = i; - this.f2718id = j; + this.f2719id = j; this.region = str3; this.ownerId = j2; this.icon = str4; @@ -162,7 +162,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, GuildHubType guildHubType, 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.f2718id : 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, (i10 & 2) != 0 ? guild.hubType : guildHubType); + 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.f2719id : 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, (i10 & 2) != 0 ? guild.hubType : guildHubType); } public final boolean canHaveAnimatedBanner() { @@ -306,7 +306,7 @@ public final class Guild { } public final long component7() { - return this.f2718id; + return this.f2719id; } public final String component8() { @@ -337,7 +337,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.f2718id == guild.f2718id && 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 && m.areEqual(this.hubType, guild.hubType); + 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.f2719id == guild.f2719id && 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 && m.areEqual(this.hubType, guild.hubType); } public final Long getAfkChannelId() { @@ -385,7 +385,7 @@ public final class Guild { } public final long getId() { - return this.f2718id; + return this.f2719id; } public final String getJoinedAt() { @@ -501,7 +501,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.f2718id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; + int a = (b.a(this.f2719id) + ((((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; @@ -577,7 +577,7 @@ public final class Guild { } Integer h = guild.h(); int intValue = h != null ? h.intValue() : this.defaultMessageNotifications; - long r = guild.r() != 0 ? guild.r() : this.f2718id; + long r = guild.r() != 0 ? guild.r() : this.f2719id; String F = guild.F(); if (F == null) { F = this.region; @@ -654,7 +654,7 @@ public final class Guild { R.append(", defaultMessageNotifications="); R.append(this.defaultMessageNotifications); R.append(", id="); - R.append(this.f2718id); + R.append(this.f2719id); R.append(", region="); R.append(this.region); R.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 005ac6520d..23efb9313f 100644 --- a/app/src/main/java/com/discord/models/message/Message.java +++ b/app/src/main/java/com/discord/models/message/Message.java @@ -53,7 +53,7 @@ public final class Message { private final Boolean hit; /* renamed from: id reason: collision with root package name */ - private final long f2719id; + private final long f2720id; private final Long initialAttemptTimestamp; private final Interaction interaction; private final Long lastManualAttemptTimestamp; @@ -88,7 +88,7 @@ public final class Message { /* 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, CaptchaHelper.CaptchaPayload captchaPayload) { - this.f2719id = j; + this.f2720id = j; this.channelId = j2; this.guildId = l; this.author = user; @@ -139,7 +139,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, CaptchaHelper.CaptchaPayload captchaPayload, int i, int i2, Object obj) { - return message.copy((i & 1) != 0 ? message.f2719id : 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, (i2 & 32) != 0 ? message.captchaPayload : captchaPayload); + return message.copy((i & 1) != 0 ? message.f2720id : 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, (i2 & 32) != 0 ? message.captchaPayload : captchaPayload); } public final boolean canResend() { @@ -148,7 +148,7 @@ public final class Message { } public final long component1() { - return this.f2719id; + return this.f2720id; } public final List component10() { @@ -311,7 +311,7 @@ public final class Message { return false; } Message message = (Message) obj; - return this.f2719id == message.f2719id && 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) && m.areEqual(this.captchaPayload, message.captchaPayload); + return this.f2720id == message.f2720id && 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) && m.areEqual(this.captchaPayload, message.captchaPayload); } public final MessageActivity getActivity() { @@ -393,7 +393,7 @@ public final class Message { } public final long getId() { - return this.f2719id; + return this.f2720id; } public final Long getInitialAttemptTimestamp() { @@ -528,7 +528,7 @@ public final class Message { } public int hashCode() { - int a = (b.a(this.channelId) + (b.a(this.f2719id) * 31)) * 31; + int a = (b.a(this.channelId) + (b.a(this.f2720id) * 31)) * 31; Long l = this.guildId; int i = 0; int hashCode = (a + (l != null ? l.hashCode() : 0)) * 31; @@ -819,12 +819,12 @@ public final class Message { } public final com.discord.api.message.Message synthesizeApiMessage() { - return new com.discord.api.message.Message(this.f2719id, 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.f2720id, 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 R = a.R("Message(id="); - R.append(this.f2719id); + R.append(this.f2720id); R.append(", channelId="); R.append(this.channelId); R.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 2afba30ed1..ed5ed5f72f 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 @@ -16,7 +16,7 @@ public final class ModelStickerPack { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2720id; + private final long f2721id; private final String name; private final long skuId; private final List stickers; @@ -25,7 +25,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.f2720id = j; + this.f2721id = j; this.stickers = list; this.name = str; this.storeListing = modelStickerPackStoreListing; @@ -36,7 +36,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.f2720id : 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.f2721id : 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() { @@ -45,7 +45,7 @@ public final class ModelStickerPack { } public final long component1() { - return this.f2720id; + return this.f2721id; } public final List component2() { @@ -90,7 +90,7 @@ public final class ModelStickerPack { return false; } ModelStickerPack modelStickerPack = (ModelStickerPack) obj; - return this.f2720id == modelStickerPack.f2720id && 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.f2721id == modelStickerPack.f2721id && 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() { @@ -133,7 +133,7 @@ public final class ModelStickerPack { } public final long getId() { - return this.f2720id; + return this.f2721id; } public final String getName() { @@ -153,7 +153,7 @@ public final class ModelStickerPack { } public int hashCode() { - long j = this.f2720id; + long j = this.f2721id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.stickers; int i2 = 0; @@ -204,7 +204,7 @@ public final class ModelStickerPack { public String toString() { StringBuilder R = a.R("ModelStickerPack(id="); - R.append(this.f2720id); + R.append(this.f2721id); R.append(", stickers="); R.append(this.stickers); R.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 53d73d53ce..409486f1de 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 @@ -12,7 +12,7 @@ public final class ModelStickerPackStoreListing { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2721id; + private final long f2722id; private final ModelSku sku; private final ModelStoreAsset thumbnail; private final String unpublishedAt; @@ -21,7 +21,7 @@ public final class ModelStickerPackStoreListing { m.checkNotNullParameter(modelSku, "sku"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_DESCRIPTION); this.sku = modelSku; - this.f2721id = j; + this.f2722id = j; this.description = str; this.unpublishedAt = str2; this.thumbnail = modelStoreAsset; @@ -32,7 +32,7 @@ public final class ModelStickerPackStoreListing { modelSku = modelStickerPackStoreListing.sku; } if ((i & 2) != 0) { - j = modelStickerPackStoreListing.f2721id; + j = modelStickerPackStoreListing.f2722id; } if ((i & 4) != 0) { str = modelStickerPackStoreListing.description; @@ -51,7 +51,7 @@ public final class ModelStickerPackStoreListing { } public final long component2() { - return this.f2721id; + return this.f2722id; } public final String component3() { @@ -80,7 +80,7 @@ public final class ModelStickerPackStoreListing { return false; } ModelStickerPackStoreListing modelStickerPackStoreListing = (ModelStickerPackStoreListing) obj; - return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2721id == modelStickerPackStoreListing.f2721id && 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.f2722id == modelStickerPackStoreListing.f2722id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); } public final String getDescription() { @@ -88,7 +88,7 @@ public final class ModelStickerPackStoreListing { } public final long getId() { - return this.f2721id; + return this.f2722id; } public final ModelSku getSku() { @@ -111,7 +111,7 @@ public final class ModelStickerPackStoreListing { ModelSku modelSku = this.sku; int i = 0; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2721id; + long j = this.f2722id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; String str = this.description; int hashCode2 = (i2 + (str != null ? str.hashCode() : 0)) * 31; @@ -128,7 +128,7 @@ public final class ModelStickerPackStoreListing { StringBuilder R = a.R("ModelStickerPackStoreListing(sku="); R.append(this.sku); R.append(", id="); - R.append(this.f2721id); + R.append(this.f2722id); R.append(", description="); R.append(this.description); R.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 a76cc578b5..d723e06b2a 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 @@ -10,14 +10,14 @@ public final class ModelStoreAsset implements Serializable { private final Integer height; /* renamed from: id reason: collision with root package name */ - private final long f2722id; + private final long f2723id; 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.f2722id = j; + this.f2723id = j; this.size = i; this.mimeType = str; this.filename = str2; @@ -26,11 +26,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.f2722id : 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.f2723id : 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.f2722id; + return this.f2723id; } public final int component2() { @@ -66,7 +66,7 @@ public final class ModelStoreAsset implements Serializable { return false; } ModelStoreAsset modelStoreAsset = (ModelStoreAsset) obj; - return this.f2722id == modelStoreAsset.f2722id && 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.f2723id == modelStoreAsset.f2723id && 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.f2722id; + return this.f2723id; } public final String getMimeType() { @@ -94,7 +94,7 @@ public final class ModelStoreAsset implements Serializable { } public int hashCode() { - long j = this.f2722id; + long j = this.f2723id; int i = ((((int) (j ^ (j >>> 32))) * 31) + this.size) * 31; String str = this.mimeType; int i2 = 0; @@ -112,7 +112,7 @@ public final class ModelStoreAsset implements Serializable { public String toString() { StringBuilder R = a.R("ModelStoreAsset(id="); - R.append(this.f2722id); + R.append(this.f2723id); R.append(", size="); R.append(this.size); R.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 1a07cb2a3b..49aea6a569 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 @@ -9,18 +9,18 @@ public final class ModelStoreDirectoryLayout { private final List allSkus; /* renamed from: id reason: collision with root package name */ - private final long f2723id; + private final long f2724id; public ModelStoreDirectoryLayout(long j, List list) { m.checkNotNullParameter(list, "allSkus"); - this.f2723id = j; + this.f2724id = j; this.allSkus = list; } /* 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.f2723id; + j = modelStoreDirectoryLayout.f2724id; } if ((i & 2) != 0) { list = modelStoreDirectoryLayout.allSkus; @@ -29,7 +29,7 @@ public final class ModelStoreDirectoryLayout { } public final long component1() { - return this.f2723id; + return this.f2724id; } public final List component2() { @@ -49,7 +49,7 @@ public final class ModelStoreDirectoryLayout { return false; } ModelStoreDirectoryLayout modelStoreDirectoryLayout = (ModelStoreDirectoryLayout) obj; - return this.f2723id == modelStoreDirectoryLayout.f2723id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); + return this.f2724id == modelStoreDirectoryLayout.f2724id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); } public final List getAllSkus() { @@ -57,11 +57,11 @@ public final class ModelStoreDirectoryLayout { } public final long getId() { - return this.f2723id; + return this.f2724id; } public int hashCode() { - long j = this.f2723id; + long j = this.f2724id; 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 R = a.R("ModelStoreDirectoryLayout(id="); - R.append(this.f2723id); + R.append(this.f2724id); R.append(", allSkus="); return a.K(R, 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 a7f57537cc..a6415da7ff 100644 --- a/app/src/main/java/com/discord/models/user/CoreUser.java +++ b/app/src/main/java/com/discord/models/user/CoreUser.java @@ -21,7 +21,7 @@ public final class CoreUser implements User { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2724id; + private final long f2725id; private final boolean isBot; private final boolean isSystemUser; private final PremiumTier premiumTier; @@ -119,7 +119,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.f2724id = j; + this.f2725id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -268,7 +268,7 @@ public final class CoreUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2724id; + return this.f2725id; } @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 543cc26399..e692f21b5f 100644 --- a/app/src/main/java/com/discord/models/user/MeUser.java +++ b/app/src/main/java/com/discord/models/user/MeUser.java @@ -26,7 +26,7 @@ public final class MeUser implements User { private final boolean hasBirthday; /* renamed from: id reason: collision with root package name */ - private final long f2725id; + private final long f2726id; 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.f2725id = j; + this.f2726id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -384,7 +384,7 @@ public final class MeUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2725id; + return this.f2726id; } 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 baa01d6e3f..64f2d8b5fe 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java @@ -13,19 +13,19 @@ public final class NullSerializableTypeAdapter extends TypeAdapter f2726b; + public final TypeAdapter f2727b; public NullSerializableTypeAdapter(Gson gson, TypeAdapter typeAdapter) { m.checkNotNullParameter(gson, "gsonInstance"); m.checkNotNullParameter(typeAdapter, "delegateTypeAdapter"); this.a = gson; - this.f2726b = typeAdapter; + this.f2727b = typeAdapter; } @Override // com.google.gson.TypeAdapter public Object read(JsonReader jsonReader) { m.checkNotNullParameter(jsonReader, "in"); - T read = this.f2726b.read(jsonReader); + T read = this.f2727b.read(jsonReader); return read == null ? new NullSerializable.a(null, 1) : new NullSerializable.b(read); } diff --git a/app/src/main/java/com/discord/overlay/OverlayManager.java b/app/src/main/java/com/discord/overlay/OverlayManager.java index 5fa0dd1219..49bd0f53f5 100644 --- a/app/src/main/java/com/discord/overlay/OverlayManager.java +++ b/app/src/main/java/com/discord/overlay/OverlayManager.java @@ -30,7 +30,7 @@ public class OverlayManager implements Closeable { public final Context r; /* renamed from: s reason: collision with root package name */ - public final WindowManager f2727s; + public final WindowManager f2728s; public OverlayManager(Context context, WindowManager windowManager, int i) { WindowManager windowManager2; @@ -44,7 +44,7 @@ public class OverlayManager implements Closeable { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(windowManager2, "windowManager"); this.r = context; - this.f2727s = windowManager2; + this.f2728s = windowManager2; ArrayList arrayList = new ArrayList<>(5); this.j = arrayList; this.k = arrayList; @@ -55,7 +55,7 @@ public class OverlayManager implements Closeable { public final void a(OverlayBubbleWrap overlayBubbleWrap) { m.checkNotNullParameter(overlayBubbleWrap, "bubble"); - this.f2727s.addView(overlayBubbleWrap, overlayBubbleWrap.getWindowLayoutParams()); + this.f2728s.addView(overlayBubbleWrap, overlayBubbleWrap.getWindowLayoutParams()); this.j.add(overlayBubbleWrap); this.l.invoke(overlayBubbleWrap); } @@ -88,7 +88,7 @@ public class OverlayManager implements Closeable { r.removeAll((List) this.j, (Function1) new b(this)); a aVar = this.n; if (aVar != null) { - this.f2727s.removeView(aVar); + this.f2728s.removeView(aVar); } this.n = null; } @@ -96,7 +96,7 @@ public class OverlayManager implements Closeable { public final void d(OverlayBubbleWrap overlayBubbleWrap) { m.checkNotNullParameter(overlayBubbleWrap, "bubble"); if (this.j.remove(overlayBubbleWrap)) { - this.f2727s.removeViewImmediate(overlayBubbleWrap); + this.f2728s.removeViewImmediate(overlayBubbleWrap); this.m.invoke(overlayBubbleWrap); } } diff --git a/app/src/main/java/com/discord/overlay/OverlayService.java b/app/src/main/java/com/discord/overlay/OverlayService.java index 2edbd25ceb..29eaba3971 100644 --- a/app/src/main/java/com/discord/overlay/OverlayService.java +++ b/app/src/main/java/com/discord/overlay/OverlayService.java @@ -109,7 +109,7 @@ public abstract class OverlayService extends Service { Objects.requireNonNull(overlayManager3); m.checkNotNullParameter(aVar, "trashWrap"); overlayManager3.n = aVar; - overlayManager3.f2727s.addView(aVar, aVar.getWindowLayoutParams()); + overlayManager3.f2728s.addView(aVar, aVar.getWindowLayoutParams()); return true; } 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 5c4dc867bd..5f8d2292da 100644 --- a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java +++ b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java @@ -40,7 +40,7 @@ public class OverlayBubbleWrap extends FrameLayout { public int r; /* renamed from: s reason: collision with root package name */ - public int f2728s; + public int f2729s; public final SpringAnimation t; public final SpringAnimation u; public Point v; @@ -227,7 +227,7 @@ public class OverlayBubbleWrap extends FrameLayout { } } else { this.v.x = ((int) motionEvent.getRawX()) - this.r; - this.v.y = ((int) motionEvent.getRawY()) - this.f2728s; + this.v.y = ((int) motionEvent.getRawY()) - this.f2729s; if (ViewCompat.isAttachedToWindow(this) && this.w == null) { WindowManager.LayoutParams layoutParams = this.l; Point point = this.v; @@ -242,7 +242,7 @@ public class OverlayBubbleWrap extends FrameLayout { } } else { this.r = ((int) motionEvent.getRawX()) - this.l.x; - this.f2728s = ((int) motionEvent.getRawY()) - this.l.y; + this.f2729s = ((int) motionEvent.getRawY()) - this.l.y; } return super.dispatchTouchEvent(motionEvent); } diff --git a/app/src/main/java/com/discord/panels/OverlappingPanelsLayout.java b/app/src/main/java/com/discord/panels/OverlappingPanelsLayout.java index 55bbe785a0..bd29b31637 100644 --- a/app/src/main/java/com/discord/panels/OverlappingPanelsLayout.java +++ b/app/src/main/java/com/discord/panels/OverlappingPanelsLayout.java @@ -112,18 +112,18 @@ public class OverlappingPanelsLayout extends FrameLayout { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Object f2729b; + public final /* synthetic */ Object f2730b; public a(int i, Object obj) { this.a = i; - this.f2729b = obj; + this.f2730b = obj; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public final void onAnimationUpdate(ValueAnimator valueAnimator) { int i = this.a; if (i == 0) { - OverlappingPanelsLayout overlappingPanelsLayout = (OverlappingPanelsLayout) this.f2729b; + OverlappingPanelsLayout overlappingPanelsLayout = (OverlappingPanelsLayout) this.f2730b; m.checkExpressionValueIsNotNull(valueAnimator, "animator"); Object animatedValue = valueAnimator.getAnimatedValue(); if (animatedValue != null) { @@ -132,7 +132,7 @@ public class OverlappingPanelsLayout extends FrameLayout { } throw new TypeCastException("null cannot be cast to non-null type kotlin.Float"); } else if (i == 1) { - OverlappingPanelsLayout overlappingPanelsLayout2 = (OverlappingPanelsLayout) this.f2729b; + OverlappingPanelsLayout overlappingPanelsLayout2 = (OverlappingPanelsLayout) this.f2730b; m.checkExpressionValueIsNotNull(valueAnimator, "animator"); Object animatedValue2 = valueAnimator.getAnimatedValue(); if (animatedValue2 != null) { diff --git a/app/src/main/java/com/discord/player/AppMediaPlayer.java b/app/src/main/java/com/discord/player/AppMediaPlayer.java index d9d1913476..7aed0c4a94 100644 --- a/app/src/main/java/com/discord/player/AppMediaPlayer.java +++ b/app/src/main/java/com/discord/player/AppMediaPlayer.java @@ -64,7 +64,7 @@ public final class AppMediaPlayer { public final PublishSubject a; /* renamed from: b reason: collision with root package name */ - public Subscription f2730b; + public Subscription f2731b; public final CompositeSubscription c; public final BehaviorSubject d; public MediaSource e; @@ -295,7 +295,7 @@ public final class AppMediaPlayer { public final void c() { AudioTrack audioTrack; ((k2) this.f).u(false); - Subscription subscription = this.f2730b; + Subscription subscription = this.f2731b; if (subscription != null) { subscription.unsubscribe(); } diff --git a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java index d1ea5149d9..0b5e243ac4 100644 --- a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java +++ b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java @@ -21,7 +21,7 @@ public final class BreadcrumbInterceptor implements Interceptor { m.checkNotNullParameter(chain, "chain"); Request c = chain.c(); String str = c.c; - w wVar = c.f3784b; + w wVar = c.f3785b; Logger logger = this.logger; logger.recordBreadcrumb("HTTP[" + str + "] - " + wVar, "http"); return chain.a(chain.c()); diff --git a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java index 88975883c1..acd65f931e 100644 --- a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java +++ b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java @@ -49,7 +49,7 @@ public final class RequiredHeadersInterceptor implements Interceptor { Request c = chain.c(); m.checkParameterIsNotNull(c, "request"); new LinkedHashMap(); - w wVar = c.f3784b; + w wVar = c.f3785b; String str = c.c; RequestBody requestBody = c.e; Map linkedHashMap = c.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c.f); diff --git a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java index 8c0c8396b8..9a2402bbd3 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java +++ b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java @@ -140,11 +140,11 @@ public final class RestAPIBuilder { Executor a2 = uVar.a(); ArrayList arrayList3 = new ArrayList(arrayList2); i iVar = new i(a2); - arrayList3.addAll(uVar.f3730b ? Arrays.asList(i0.g.a, iVar) : Collections.singletonList(iVar)); - ArrayList arrayList4 = new ArrayList(arrayList.size() + 1 + (uVar.f3730b ? 1 : 0)); + arrayList3.addAll(uVar.f3731b ? Arrays.asList(i0.g.a, iVar) : Collections.singletonList(iVar)); + ArrayList arrayList4 = new ArrayList(arrayList.size() + 1 + (uVar.f3731b ? 1 : 0)); arrayList4.add(new i0.c()); arrayList4.addAll(arrayList); - arrayList4.addAll(uVar.f3730b ? Collections.singletonList(q.a) : Collections.emptyList()); + arrayList4.addAll(uVar.f3731b ? Collections.singletonList(q.a) : Collections.emptyList()); y yVar = new y(xVar, b2, Collections.unmodifiableList(arrayList4), Collections.unmodifiableList(arrayList3), a2, false); if (cls.isInterface()) { ArrayDeque arrayDeque = new ArrayDeque(1); @@ -165,7 +165,7 @@ public final class RestAPIBuilder { if (yVar.g) { u uVar2 = u.a; for (Method method : cls.getDeclaredMethods()) { - if (!(uVar2.f3730b && method.isDefault()) && !Modifier.isStatic(method.getModifiers())) { + if (!(uVar2.f3731b && method.isDefault()) && !Modifier.isStatic(method.getModifiers())) { yVar.b(method); } } @@ -195,10 +195,10 @@ public final class RestAPIBuilder { aVar.a(longValue, timeUnit); long longValue2 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f3663z = f0.e0.c.b("timeout", longValue2, timeUnit); + aVar.f3664z = f0.e0.c.b("timeout", longValue2, timeUnit); long longValue3 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f3661x = f0.e0.c.b("timeout", longValue3, timeUnit); + aVar.f3662x = 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 d11a56c8a1..9c6d121f93 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIParams.java +++ b/app/src/main/java/com/discord/restapi/RestAPIParams.java @@ -427,7 +427,7 @@ public final class RestAPIParams { private final Long deny; /* renamed from: id reason: collision with root package name */ - private final String f2731id; + private final String f2732id; private final Integer type; /* compiled from: RestAPIParams.kt */ @@ -477,7 +477,7 @@ public final class RestAPIParams { private ChannelPermissionOverwrites(Integer num, String str, Long l, Long l2) { this.type = num; - this.f2731id = str; + this.f2732id = str; this.allow = l; this.deny = l2; } @@ -502,7 +502,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 f2732id; + private final long f2733id; private final Long parentId; private final int position; @@ -541,13 +541,13 @@ public final class RestAPIParams { } public ChannelPosition(long j, int i, Long l) { - this.f2732id = j; + this.f2733id = j; this.position = i; this.parentId = l; } public final long getId() { - return this.f2732id; + return this.f2733id; } public final Long getParentId() { @@ -1019,7 +1019,7 @@ public final class RestAPIParams { private final boolean friend_sync; /* renamed from: id reason: collision with root package name */ - private final String f2733id; + private final String f2734id; private final String name; private final boolean revoked; private final boolean show_activity; @@ -1047,7 +1047,7 @@ public final class RestAPIParams { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str3, "type"); this.friend_sync = z2; - this.f2733id = str; + this.f2734id = str; this.name = str2; this.revoked = z3; this.show_activity = z4; @@ -1280,7 +1280,7 @@ public final class RestAPIParams { public static final class CreateGuildChannel { /* renamed from: id reason: collision with root package name */ - private final Long f2734id; + private final Long f2735id; private final String name; private final Long parentId; private final List permissionOverwrites; @@ -1289,7 +1289,7 @@ public final class RestAPIParams { public CreateGuildChannel(int i, Long l, String str, Long l2, List list, String str2) { this.type = i; - this.f2734id = l; + this.f2735id = l; this.name = str; this.parentId = l2; this.permissionOverwrites = list; @@ -1875,12 +1875,12 @@ public final class RestAPIParams { public static final class EnableIntegration { /* renamed from: id reason: collision with root package name */ - private final String f2735id; + private final String f2736id; private final String type; public EnableIntegration(String str, String str2) { this.type = str; - this.f2735id = str2; + this.f2736id = str2; } } @@ -2832,12 +2832,12 @@ public final class RestAPIParams { private final String customId; /* renamed from: id reason: collision with root package name */ - private final long f2736id; + private final long f2737id; public ModalInteractionData(long j, String str, List list) { m.checkNotNullParameter(str, "customId"); m.checkNotNullParameter(list, "components"); - this.f2736id = j; + this.f2737id = j; this.customId = str; this.components = list; } @@ -2845,7 +2845,7 @@ public final class RestAPIParams { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModalInteractionData copy$default(ModalInteractionData modalInteractionData, long j, String str, List list, int i, Object obj) { if ((i & 1) != 0) { - j = modalInteractionData.f2736id; + j = modalInteractionData.f2737id; } if ((i & 2) != 0) { str = modalInteractionData.customId; @@ -2857,7 +2857,7 @@ public final class RestAPIParams { } public final long component1() { - return this.f2736id; + return this.f2737id; } public final String component2() { @@ -2882,7 +2882,7 @@ public final class RestAPIParams { return false; } ModalInteractionData modalInteractionData = (ModalInteractionData) obj; - return this.f2736id == modalInteractionData.f2736id && m.areEqual(this.customId, modalInteractionData.customId) && m.areEqual(this.components, modalInteractionData.components); + return this.f2737id == modalInteractionData.f2737id && m.areEqual(this.customId, modalInteractionData.customId) && m.areEqual(this.components, modalInteractionData.components); } public final List getComponents() { @@ -2894,11 +2894,11 @@ public final class RestAPIParams { } public final long getId() { - return this.f2736id; + return this.f2737id; } public int hashCode() { - long j = this.f2736id; + long j = this.f2737id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.customId; int i2 = 0; @@ -2912,7 +2912,7 @@ public final class RestAPIParams { public String toString() { StringBuilder R = a.R("ModalInteractionData(id="); - R.append(this.f2736id); + R.append(this.f2737id); R.append(", customId="); R.append(this.customId); R.append(", components="); @@ -3300,7 +3300,7 @@ public final class RestAPIParams { private String icon; /* renamed from: id reason: collision with root package name */ - private long f2737id; + private long f2738id; private Boolean mentionable; private String name; private Long permissions; @@ -3337,7 +3337,7 @@ public final class RestAPIParams { this.color = num; this.position = num2; this.permissions = l; - this.f2737id = j; + this.f2738id = j; this.icon = str2; } @@ -3366,7 +3366,7 @@ public final class RestAPIParams { } public final long getId() { - return this.f2737id; + return this.f2738id; } public final Boolean getMentionable() { @@ -3398,7 +3398,7 @@ public final class RestAPIParams { } public final void setId(long j) { - this.f2737id = j; + this.f2738id = j; } public final void setMentionable(Boolean bool) { diff --git a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java index cefe4d21e4..35c9a3e299 100644 --- a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java +++ b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java @@ -30,7 +30,7 @@ public final class SpotifyTokenInterceptor implements Interceptor { Request c = chain.c(); m.checkParameterIsNotNull(c, "request"); new LinkedHashMap(); - w wVar = c.f3784b; + w wVar = c.f3785b; String str = c.c; RequestBody requestBody = c.e; Map linkedHashMap = c.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c.f); diff --git a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java index 7791abf1b2..a7c6d93257 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java +++ b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java @@ -64,20 +64,20 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { public final int[] r; /* renamed from: s reason: collision with root package name */ - public int f2738s; + public int f2739s; public Integer[] t; public final HashMap u; public volatile HashMap v; public PlaybackMode w; /* renamed from: x reason: collision with root package name */ - public int f2739x; + public int f2740x; /* renamed from: y reason: collision with root package name */ - public long f2740y; + public long f2741y; /* renamed from: z reason: collision with root package name */ - public volatile boolean f2741z; + public volatile boolean f2742z; public static final Companion o = new Companion(null); public static final Handler j = new Handler(Looper.getMainLooper()); public static byte[] k = new byte[65536]; @@ -194,20 +194,20 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { PlaybackMode playbackMode = rLottieDrawable8.w; if (playbackMode == PlaybackMode.LOOP) { rLottieDrawable8.I = 0; - rLottieDrawable8.f2741z = false; + rLottieDrawable8.f2742z = false; } else if (playbackMode == PlaybackMode.ONCE) { rLottieDrawable8.I = 0; - rLottieDrawable8.f2741z = true; - ((RLottieDrawable) this.k).f2739x++; + rLottieDrawable8.f2742z = true; + ((RLottieDrawable) this.k).f2740x++; } else { - rLottieDrawable8.f2741z = true; + rLottieDrawable8.f2742z = true; } } else if (rLottieDrawable8.w == PlaybackMode.FREEZE) { - rLottieDrawable8.f2741z = true; - ((RLottieDrawable) this.k).f2739x++; + rLottieDrawable8.f2742z = true; + ((RLottieDrawable) this.k).f2740x++; } else { rLottieDrawable8.I = i5; - rLottieDrawable8.f2741z = false; + rLottieDrawable8.f2742z = false; } } catch (Exception e) { Log.e("RLottieDrawable", "Error loading frame", e); @@ -309,7 +309,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { m.checkExpressionValueIsNotNull(paint, "paint"); paint.setFlags(2); this.Q = o.createWithJson(str2, str, this.r, iArr); - this.f2738s = Math.max(16, (int) (1000.0f / this.r[1])); + this.f2739s = Math.max(16, (int) (1000.0f / this.r[1])); this.w = PlaybackMode.LOOP; if (z2) { e(true); @@ -357,7 +357,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { if (this.J && iArr2[1] < 60) { this.J = false; } - this.f2738s = Math.max(this.J ? 33 : 16, (int) (1000.0f / iArr2[1])); + this.f2739s = Math.max(this.J ? 33 : 16, (int) (1000.0f / iArr2[1])); } public static final void a(RLottieDrawable rLottieDrawable) { @@ -449,9 +449,9 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { m.checkParameterIsNotNull(canvas, "canvas"); if (this.Q != 0) { long elapsedRealtime = SystemClock.elapsedRealtime(); - long abs = Math.abs(elapsedRealtime - this.f2740y); + long abs = Math.abs(elapsedRealtime - this.f2741y); float f = 60; - int i = this.K <= f ? this.f2738s - 6 : this.f2738s; + int i = this.K <= f ? this.f2739s - 6 : this.f2739s; if (this.P) { if (this.C == null && this.D == null) { d(); @@ -473,7 +473,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { if (z2) { this.E = this.C; this.C = this.D; - if (this.f2741z) { + if (this.f2742z) { this.P = false; } this.B = null; @@ -482,7 +482,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { if (this.K > f) { elapsedRealtime -= Math.min(16L, abs - i); } - this.f2740y = elapsedRealtime; + this.f2741y = elapsedRealtime; d(); } } @@ -495,7 +495,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { if (this.K > f) { elapsedRealtime -= Math.min(16L, abs - i); } - this.f2740y = elapsedRealtime; + this.f2741y = elapsedRealtime; if (this.H) { this.G = false; this.H = false; @@ -582,7 +582,7 @@ public class RLottieDrawable extends BitmapDrawable implements Animatable { if (this.P) { return; } - if (this.w.compareTo(PlaybackMode.ONCE) < 0 || this.f2739x == 0) { + if (this.w.compareTo(PlaybackMode.ONCE) < 0 || this.f2740x == 0) { this.P = true; d(); c(); diff --git a/app/src/main/java/com/discord/rlottie/RLottieImageView.java b/app/src/main/java/com/discord/rlottie/RLottieImageView.java index b54bf6960c..c23589833c 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieImageView.java +++ b/app/src/main/java/com/discord/rlottie/RLottieImageView.java @@ -108,7 +108,7 @@ public class RLottieImageView extends AppCompatImageView { f = 1.0f; } rLottieDrawable.I = (int) (rLottieDrawable.r[0] * f); - rLottieDrawable.f2741z = false; + rLottieDrawable.f2742z = false; rLottieDrawable.G = false; if (!rLottieDrawable.d()) { rLottieDrawable.H = true; diff --git a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java index 8b9da8302c..f1d84d8ea0 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 a; /* renamed from: b reason: collision with root package name */ - public OutboundRtpAudio f2742b; + public OutboundRtpAudio f2743b; public int c; public final MediaEngineConnection d; diff --git a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java index cd9029243f..2adcd6bbea 100644 --- a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java +++ b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java @@ -39,7 +39,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final Map a = new LinkedHashMap(); /* renamed from: b reason: collision with root package name */ - public final Map> f2743b = new LinkedHashMap(); + public final Map> f2744b = new LinkedHashMap(); public final Set c = new LinkedHashSet(); public final BehaviorSubject> f = BehaviorSubject.l0(g0.mapOf(o.to("any", EncodeQuality.Hundred))); public Map g = h0.emptyMap(); @@ -85,13 +85,13 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final EncodeQuality a; /* renamed from: b reason: collision with root package name */ - public final long f2744b; + public final long f2745b; public final VideoMetadata c; public b(EncodeQuality encodeQuality, long j, VideoMetadata videoMetadata) { m.checkNotNullParameter(encodeQuality, "encodeQuality"); this.a = encodeQuality; - this.f2744b = j; + this.f2745b = j; this.c = videoMetadata; } @@ -103,13 +103,13 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && this.f2744b == bVar.f2744b && m.areEqual(this.c, bVar.c); + return m.areEqual(this.a, bVar.a) && this.f2745b == bVar.f2745b && m.areEqual(this.c, bVar.c); } public int hashCode() { EncodeQuality encodeQuality = this.a; int i = 0; - int a = (a0.a.a.b.a(this.f2744b) + ((encodeQuality != null ? encodeQuality.hashCode() : 0) * 31)) * 31; + int a = (a0.a.a.b.a(this.f2745b) + ((encodeQuality != null ? encodeQuality.hashCode() : 0) * 31)) * 31; VideoMetadata videoMetadata = this.c; if (videoMetadata != null) { i = videoMetadata.hashCode(); @@ -121,7 +121,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { StringBuilder R = b.d.b.a.a.R("VideoStreamDescriptor(encodeQuality="); R.append(this.a); R.append(", ssrc="); - R.append(this.f2744b); + R.append(this.f2745b); R.append(", metadata="); R.append(this.c); R.append(")"); @@ -247,7 +247,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { encodeQuality = cVar2.c; } Map mutableMapOf = h0.mutableMapOf(o.to("any", encodeQuality)); - it = this.f2743b.entrySet().iterator(); + it = this.f2744b.entrySet().iterator(); while (it.hasNext()) { Map.Entry> next = it.next(); long longValue = next.getKey().longValue(); @@ -265,16 +265,16 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { EncodeQuality encodeQuality5 = bVar2.a; EncodeQuality encodeQuality6 = EncodeQuality.Hundred; if (encodeQuality5 == encodeQuality6) { - mutableMapOf.put(String.valueOf(bVar2.f2744b), encodeQuality6); + mutableMapOf.put(String.valueOf(bVar2.f2745b), encodeQuality6); bVar = bVar2; } else { - mutableMapOf.put(String.valueOf(bVar2.f2744b), EncodeQuality.Zero); + mutableMapOf.put(String.valueOf(bVar2.f2745b), EncodeQuality.Zero); } } } else { for (b bVar3 : value) { if (bVar3.a == EncodeQuality.Hundred) { - mutableMapOf.put(String.valueOf(bVar3.f2744b), EncodeQuality.Zero); + mutableMapOf.put(String.valueOf(bVar3.f2745b), EncodeQuality.Zero); } else { bVar = bVar3; } @@ -283,12 +283,12 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { } else { Long l3 = this.e; if (!(l3 == null || longValue != l3.longValue() || encodeQuality == (encodeQuality4 = EncodeQuality.Hundred))) { - mutableMapOf.put(String.valueOf(bVar.f2744b), encodeQuality4); + mutableMapOf.put(String.valueOf(bVar.f2745b), encodeQuality4); } } if (!mediaEngineConnection.g(longValue) || mediaEngineConnection.p(longValue)) { for (b bVar4 : value) { - mutableMapOf.put(String.valueOf(bVar4.f2744b), EncodeQuality.Zero); + mutableMapOf.put(String.valueOf(bVar4.f2745b), EncodeQuality.Zero); } } if (!list.contains(String.valueOf(longValue))) { @@ -296,7 +296,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (l4 != null) { it = it; j = longValue; - this.l.a(longValue, l4.longValue(), bVar.f2744b, bVar.c); + this.l.a(longValue, l4.longValue(), bVar.f2745b, bVar.c); } else { it = it; j = longValue; @@ -306,12 +306,12 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { it = it; j = longValue; } - encodeQuality2 = (EncodeQuality) this.g.get(String.valueOf(bVar.f2744b)); + encodeQuality2 = (EncodeQuality) this.g.get(String.valueOf(bVar.f2745b)); encodeQuality3 = EncodeQuality.Zero; - if (encodeQuality2 != encodeQuality3 && mutableMapOf.get(String.valueOf(bVar.f2744b)) != encodeQuality3) { + if (encodeQuality2 != encodeQuality3 && mutableMapOf.get(String.valueOf(bVar.f2745b)) != encodeQuality3) { mediaEngineConnection.i(j, false); } - if (encodeQuality2 == encodeQuality3 && mutableMapOf.get(String.valueOf(bVar.f2744b)) == encodeQuality3) { + if (encodeQuality2 == encodeQuality3 && mutableMapOf.get(String.valueOf(bVar.f2745b)) == encodeQuality3) { mediaEngineConnection.i(j, true); } } @@ -319,7 +319,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (value.size() > 1) { for (b bVar5 : value) { if (bVar5.a == EncodeQuality.Hundred) { - mutableMapOf.put(String.valueOf(bVar5.f2744b), EncodeQuality.Zero); + mutableMapOf.put(String.valueOf(bVar5.f2745b), EncodeQuality.Zero); } else { bVar = bVar5; } @@ -331,7 +331,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { } if (!list.contains(String.valueOf(longValue))) { } - encodeQuality2 = (EncodeQuality) this.g.get(String.valueOf(bVar.f2744b)); + encodeQuality2 = (EncodeQuality) this.g.get(String.valueOf(bVar.f2745b)); encodeQuality3 = EncodeQuality.Zero; if (encodeQuality2 != encodeQuality3) { } @@ -356,7 +356,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (i >= 0) { } Map mutableMapOf2 = h0.mutableMapOf(o.to("any", encodeQuality)); - it = this.f2743b.entrySet().iterator(); + it = this.f2744b.entrySet().iterator(); while (it.hasNext()) { } while (r2.hasNext()) { diff --git a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java index e241d46eac..2eb19a6600 100644 --- a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java @@ -82,16 +82,16 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final Map Z; /* renamed from: a0 reason: collision with root package name */ - public final String f2745a0; + public final String f2746a0; /* renamed from: b0 reason: collision with root package name */ - public final boolean f2746b0; + public final boolean f2747b0; /* renamed from: c0 reason: collision with root package name */ - public final String f2747c0; + public final String f2748c0; /* renamed from: d0 reason: collision with root package name */ - public final String f2748d0; + public final String f2749d0; public final String l; public final String m; public final CopyOnWriteArrayList n; @@ -101,20 +101,20 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public MediaEngineConnection.TransportInfo r; /* renamed from: s reason: collision with root package name */ - public StateChange f2749s; + public StateChange f2750s; public BehaviorSubject t; public boolean u; public List v; public b.a.q.n0.a w; /* renamed from: x reason: collision with root package name */ - public MediaEngineConnection f2750x; + public MediaEngineConnection f2751x; /* renamed from: y reason: collision with root package name */ - public String f2751y; + public String f2752y; /* renamed from: z reason: collision with root package name */ - public Integer f2752z; + public Integer f2753z; /* compiled from: RtcConnection.kt */ /* loaded from: classes.dex */ @@ -132,7 +132,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String a; /* renamed from: b reason: collision with root package name */ - public final String f2753b; + public final String f2754b; public final Long c; public final Long d; public final String e; @@ -140,7 +140,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public Metadata(String str, String str2, Long l, Long l2, String str3) { m.checkNotNullParameter(str, "rtcConnectionId"); this.a = str; - this.f2753b = str2; + this.f2754b = str2; this.c = l; this.d = l2; this.e = str3; @@ -154,14 +154,14 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage return false; } Metadata metadata = (Metadata) obj; - return m.areEqual(this.a, metadata.a) && m.areEqual(this.f2753b, metadata.f2753b) && m.areEqual(this.c, metadata.c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); + return m.areEqual(this.a, metadata.a) && m.areEqual(this.f2754b, metadata.f2754b) && m.areEqual(this.c, metadata.c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2753b; + String str2 = this.f2754b; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; Long l = this.c; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -178,7 +178,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage StringBuilder R = b.d.b.a.a.R("Metadata(rtcConnectionId="); R.append(this.a); R.append(", mediaSessionId="); - R.append(this.f2753b); + R.append(this.f2754b); R.append(", channelId="); R.append(this.c); R.append(", guildId="); @@ -333,12 +333,12 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final State a; /* renamed from: b reason: collision with root package name */ - public final Metadata f2754b; + public final Metadata f2755b; public StateChange(State state, Metadata metadata) { m.checkNotNullParameter(state, "state"); this.a = state; - this.f2754b = metadata; + this.f2755b = metadata; } public boolean equals(Object obj) { @@ -349,14 +349,14 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage return false; } StateChange stateChange = (StateChange) obj; - return m.areEqual(this.a, stateChange.a) && m.areEqual(this.f2754b, stateChange.f2754b); + return m.areEqual(this.a, stateChange.a) && m.areEqual(this.f2755b, stateChange.f2755b); } public int hashCode() { State state = this.a; int i = 0; int hashCode = (state != null ? state.hashCode() : 0) * 31; - Metadata metadata = this.f2754b; + Metadata metadata = this.f2755b; if (metadata != null) { i = metadata.hashCode(); } @@ -367,7 +367,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage StringBuilder R = b.d.b.a.a.R("StateChange(state="); R.append(this.a); R.append(", metadata="); - R.append(this.f2754b); + R.append(this.f2755b); R.append(")"); return R.toString(); } @@ -548,10 +548,10 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.X = dVar2; this.Y = linkedHashMap; this.Z = linkedHashMap2; - this.f2745a0 = str6; - this.f2746b0 = z4; - this.f2747c0 = str4; - this.f2748d0 = str7; + this.f2746a0 = str6; + this.f2747b0 = z4; + this.f2748c0 = str4; + this.f2749d0 = str7; StringBuilder V = b.d.b.a.a.V(str4, "->RtcConnection "); int i2 = j + 1; j = i2; @@ -564,7 +564,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.n = copyOnWriteArrayList; this.q = new Backoff(1000L, 10000L, 0, false, null, 28, null); StateChange stateChange = new StateChange(new State.d(false), null); - this.f2749s = stateChange; + this.f2750s = stateChange; this.t = BehaviorSubject.l0(stateChange); this.v = new ArrayList(); b.a.q.o0.e eVar = new b.a.q.o0.e(logger, clock); @@ -609,11 +609,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage dVar.a(); } rtcConnection.o = null; - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); } - rtcConnection.f2750x = null; + rtcConnection.f2751x = null; rtcConnection.p = false; rtcConnection.q.cancel(); rtcConnection.u(new State.d(z2)); @@ -641,11 +641,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Map b(Map map) { - String str = this.f2751y; + String str = this.f2752y; if (str != null) { map.put("hostname", str); } - Integer num = this.f2752z; + Integer num = this.f2753z; if (num != null) { map.put("port", Integer.valueOf(num.intValue())); } @@ -658,7 +658,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final void d(long j2, long j3, long j4, VideoMetadata videoMetadata) { - MediaEngineConnection mediaEngineConnection = this.f2750x; + MediaEngineConnection mediaEngineConnection = this.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.s(j2, (int) j3, Integer.valueOf((int) j4), g(j2), h(j2)); } @@ -677,16 +677,16 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNullParameter(debugPrintBuilder, "dp"); debugPrintBuilder.appendKeyValue(ModelAuditLogEntry.CHANGE_KEY_ID, this.m); debugPrintBuilder.appendKeyValue("mediaSessionId", this.K); - debugPrintBuilder.appendKeyValue("parentMediaSessionId", this.f2745a0); - debugPrintBuilder.appendKeyValue("hostname", this.f2751y); + debugPrintBuilder.appendKeyValue("parentMediaSessionId", this.f2746a0); + debugPrintBuilder.appendKeyValue("hostname", this.f2752y); debugPrintBuilder.appendKeyValue("channelId", Long.valueOf(this.P)); debugPrintBuilder.appendKeyValue("guildId", this.O); - debugPrintBuilder.appendKeyValue("streamKey", this.f2748d0); + debugPrintBuilder.appendKeyValue("streamKey", this.f2749d0); debugPrintBuilder.appendKeyValue("isVideoEnabled", Boolean.valueOf(this.R)); debugPrintBuilder.appendKeyValue("rtcServerId", this.S); debugPrintBuilder.appendKeyValue("userId", Long.valueOf(this.T)); debugPrintBuilder.appendKeyValue("rtcConnectionType", this.X); - debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2746b0)); + debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2747b0)); debugPrintBuilder.appendKeyValue("socket", (DebugPrintable) this.w); debugPrintBuilder.appendKeyValue("sentVideo", Boolean.valueOf(this.p)); } @@ -708,7 +708,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage eVar.o.stop(); eVar.h = Long.valueOf(eVar.q.currentTimeMillis()); } - if (!(this.f2749s.a instanceof State.d)) { + if (!(this.f2750s.a instanceof State.d)) { n(false, str); d dVar = this.X; if (dVar instanceof d.b) { @@ -734,11 +734,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage subscription2.unsubscribe(); } this.F = null; - MediaEngineConnection mediaEngineConnection = this.f2750x; + MediaEngineConnection mediaEngineConnection = this.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); } - this.f2750x = null; + this.f2751x = null; u(new State.d(false)); r("Destroy internal RTC connection: " + str); this.n.clear(); @@ -763,7 +763,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Metadata i() { - return new Metadata(this.m, this.K, Long.valueOf(this.P), this.O, this.f2748d0); + return new Metadata(this.m, this.K, Long.valueOf(this.P), this.O, this.f2749d0); } public final void k(long j2, Map map) { @@ -889,7 +889,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage if (str2 != null) { map.put("media_session_id", str2); } - String str3 = this.f2745a0; + String str3 = this.f2746a0; if (str3 != null) { map.put("parent_media_session_id", str3); } @@ -927,8 +927,8 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final void t(Intent intent, ThumbnailEmitter thumbnailEmitter) { if (this.X instanceof d.b) { - r("Setting screenshare " + intent + ' ' + this.f2750x); - MediaEngineConnection mediaEngineConnection = this.f2750x; + r("Setting screenshare " + intent + ' ' + this.f2751x); + MediaEngineConnection mediaEngineConnection = this.f2751x; if (mediaEngineConnection == null) { Log.e("RtcConnection", "MediaEngine not connected for setScreenshare."); } else if (intent != null) { @@ -940,9 +940,9 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final void u(State state) { - if (!m.areEqual(this.f2749s.a, state)) { + if (!m.areEqual(this.f2750s.a, state)) { StateChange stateChange = new StateChange(state, i()); - this.f2749s = stateChange; + this.f2750s = stateChange; for (c cVar : this.n) { cVar.onStateChange(stateChange); } @@ -951,7 +951,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final void v(long j2, float f) { this.Z.put(Long.valueOf(j2), Float.valueOf(f)); - MediaEngineConnection mediaEngineConnection = this.f2750x; + MediaEngineConnection mediaEngineConnection = this.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.e(j2, f); } diff --git a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java index 23a1ea97c3..714eea7377 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 long a; /* renamed from: b reason: collision with root package name */ - public final int f2755b; + public final int f2756b; public final int c; public final Integer d; public final Payloads.ResolutionType e; @@ -18,7 +18,7 @@ public final class VideoMetadata { public VideoMetadata(long j, int i, int i2, Integer num, Payloads.ResolutionType resolutionType) { m.checkNotNullParameter(resolutionType, "type"); this.a = j; - this.f2755b = i; + this.f2756b = i; this.c = i2; this.d = num; this.e = resolutionType; @@ -32,11 +32,11 @@ public final class VideoMetadata { return false; } VideoMetadata videoMetadata = (VideoMetadata) obj; - return this.a == videoMetadata.a && this.f2755b == videoMetadata.f2755b && this.c == videoMetadata.c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); + return this.a == videoMetadata.a && this.f2756b == videoMetadata.f2756b && this.c == videoMetadata.c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); } public int hashCode() { - int a = ((((b.a(this.a) * 31) + this.f2755b) * 31) + this.c) * 31; + int a = ((((b.a(this.a) * 31) + this.f2756b) * 31) + this.c) * 31; Integer num = this.d; int i = 0; int hashCode = (a + (num != null ? num.hashCode() : 0)) * 31; @@ -51,7 +51,7 @@ public final class VideoMetadata { StringBuilder R = a.R("VideoMetadata(userID="); R.append(this.a); R.append(", maxWidth="); - R.append(this.f2755b); + R.append(this.f2756b); R.append(", maxHeight="); R.append(this.c); R.append(", maxFrameRate="); 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 8e40166e4d..b394a184a5 100644 --- a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java +++ b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java @@ -50,7 +50,7 @@ public final class DiscordAudioManager { public static final Lazy a = g.lazy(d.j); /* renamed from: b reason: collision with root package name */ - public static final AudioDevice f2756b = new AudioDevice(null, false, null, null, 15); + public static final AudioDevice f2757b = new AudioDevice(null, false, null, null, 15); public static final List c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); public static final DiscordAudioManager d = null; public boolean A; @@ -71,20 +71,20 @@ public final class DiscordAudioManager { public List r; /* renamed from: s reason: collision with root package name */ - public final SerializedSubject, List> f2757s; + public final SerializedSubject, List> f2758s; 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 f2758x; + public final int f2759x; /* renamed from: y reason: collision with root package name */ - public final SerializedSubject f2759y; + public final SerializedSubject f2760y; /* renamed from: z reason: collision with root package name */ - public DeviceTypes f2760z; + public DeviceTypes f2761z; public final Object i = this; public BluetoothScoState o = BluetoothScoState.INVALID; @@ -94,7 +94,7 @@ public final class DiscordAudioManager { public final DeviceTypes a; /* renamed from: b reason: collision with root package name */ - public final boolean f2761b; + public final boolean f2762b; public final String c; public final String d; @@ -105,7 +105,7 @@ public final class DiscordAudioManager { public AudioDevice(DeviceTypes deviceTypes, boolean z2, String str, String str2) { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; - this.f2761b = z2; + this.f2762b = z2; this.c = str; this.d = str2; } @@ -117,7 +117,7 @@ public final class DiscordAudioManager { int i3 = i & 8; m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; - this.f2761b = z2; + this.f2762b = z2; this.c = null; this.d = null; } @@ -125,7 +125,7 @@ public final class DiscordAudioManager { public static AudioDevice a(AudioDevice audioDevice, DeviceTypes deviceTypes, boolean z2, String str, String str2, int i) { DeviceTypes deviceTypes2 = (i & 1) != 0 ? audioDevice.a : null; if ((i & 2) != 0) { - z2 = audioDevice.f2761b; + z2 = audioDevice.f2762b; } if ((i & 4) != 0) { str = audioDevice.c; @@ -146,14 +146,14 @@ public final class DiscordAudioManager { return false; } AudioDevice audioDevice = (AudioDevice) obj; - return m.areEqual(this.a, audioDevice.a) && this.f2761b == audioDevice.f2761b && m.areEqual(this.c, audioDevice.c) && m.areEqual(this.d, audioDevice.d); + return m.areEqual(this.a, audioDevice.a) && this.f2762b == audioDevice.f2762b && m.areEqual(this.c, audioDevice.c) && m.areEqual(this.d, audioDevice.d); } public int hashCode() { DeviceTypes deviceTypes = this.a; int i = 0; int hashCode = (deviceTypes != null ? deviceTypes.hashCode() : 0) * 31; - boolean z2 = this.f2761b; + boolean z2 = this.f2762b; if (z2) { z2 = true; } @@ -174,7 +174,7 @@ public final class DiscordAudioManager { StringBuilder R = b.d.b.a.a.R("AudioDevice(type="); R.append(this.a); R.append(", isAvailable="); - R.append(this.f2761b); + R.append(this.f2762b); R.append(", id="); R.append(this.c); R.append(", name="); @@ -338,7 +338,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.f2757s.k.onNext(arrayList); + discordAudioManager2.f2758s.k.onNext(arrayList); } DiscordAudioManager discordAudioManager3 = DiscordAudioManager.this; discordAudioManager3.a(discordAudioManager3.r); @@ -377,7 +377,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.f2757s.k.onNext(arrayList); + discordAudioManager.f2758s.k.onNext(arrayList); } } else if (aVar instanceof a.C0040a) { synchronized (DiscordAudioManager.this.i) { @@ -389,7 +389,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.f2757s.k.onNext(arrayList2); + discordAudioManager2.f2758s.k.onNext(arrayList2); } } DiscordAudioManager.this.l(); @@ -430,7 +430,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.f2757s.k.onNext(arrayList); + discordAudioManager.f2758s.k.onNext(arrayList); } } } @@ -460,7 +460,7 @@ public final class DiscordAudioManager { DeviceTypes deviceTypes; m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(bVar, "connectionState"); - BluetoothProfileConnectionState bluetoothProfileConnectionState = bVar.f2763b; + BluetoothProfileConnectionState bluetoothProfileConnectionState = bVar.f2764b; if (bluetoothProfileConnectionState == null) { bluetoothProfileConnectionState = BluetoothProfileConnectionState.Disconnected; } @@ -587,13 +587,13 @@ public final class DiscordAudioManager { } } this.r = arrayList; - this.f2757s = new SerializedSubject<>(BehaviorSubject.l0(arrayList)); + this.f2758s = new SerializedSubject<>(BehaviorSubject.l0(arrayList)); DeviceTypes deviceTypes = DeviceTypes.INVALID; this.t = deviceTypes; this.u = new SerializedSubject<>(BehaviorSubject.l0(deviceTypes)); - this.f2758x = this.e.getStreamMaxVolume(3); - this.f2759y = new SerializedSubject<>(BehaviorSubject.l0(Integer.valueOf(this.w))); - this.f2760z = DeviceTypes.DEFAULT; + this.f2759x = this.e.getStreamMaxVolume(3); + this.f2760y = new SerializedSubject<>(BehaviorSubject.l0(Integer.valueOf(this.w))); + this.f2761z = DeviceTypes.DEFAULT; } public static final DiscordAudioManager d() { @@ -616,7 +616,7 @@ public final class DiscordAudioManager { break; } deviceTypes = listIterator.previous(); - if (list.get(deviceTypes.getValue()).f2761b) { + if (list.get(deviceTypes.getValue()).f2762b) { break; } } @@ -750,7 +750,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice); } this.r = arrayList; - this.f2757s.k.onNext(arrayList); + this.f2758s.k.onNext(arrayList); } return; } @@ -849,7 +849,7 @@ public final class DiscordAudioManager { this.v = null; b(DeviceTypes.INVALID); synchronized (this.i) { - this.f2760z = DeviceTypes.DEFAULT; + this.f2761z = DeviceTypes.DEFAULT; } i(false); if (Build.VERSION.SDK_INT >= 26) { @@ -924,7 +924,7 @@ public final class DiscordAudioManager { DeviceTypes deviceTypes; ArrayList arrayList; synchronized (this.i) { - deviceTypes = this.f2760z; + deviceTypes = this.f2761z; } g(); synchronized (this.i) { @@ -934,7 +934,7 @@ public final class DiscordAudioManager { arrayList.add(AudioDevice.a(audioDevice, null, false, null, null, 15)); } } - if (deviceTypes == DeviceTypes.DEFAULT || !arrayList.get(deviceTypes.getValue()).f2761b) { + if (deviceTypes == DeviceTypes.DEFAULT || !arrayList.get(deviceTypes.getValue()).f2762b) { a(arrayList); } else { b(deviceTypes); 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 8ff159d069..5348c24afd 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java @@ -56,12 +56,12 @@ public enum BluetoothHeadsetAudioState { public final BluetoothHeadsetAudioState a; /* renamed from: b reason: collision with root package name */ - public final BluetoothHeadsetAudioState f2762b; + public final BluetoothHeadsetAudioState f2763b; public final BluetoothDevice c; public b(BluetoothHeadsetAudioState bluetoothHeadsetAudioState, BluetoothHeadsetAudioState bluetoothHeadsetAudioState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothHeadsetAudioState; - this.f2762b = bluetoothHeadsetAudioState2; + this.f2763b = bluetoothHeadsetAudioState2; this.c = bluetoothDevice; } @@ -73,14 +73,14 @@ public enum BluetoothHeadsetAudioState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2762b, bVar.f2762b) && m.areEqual(this.c, bVar.c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2763b, bVar.f2763b) && m.areEqual(this.c, bVar.c); } public int hashCode() { BluetoothHeadsetAudioState bluetoothHeadsetAudioState = this.a; int i = 0; int hashCode = (bluetoothHeadsetAudioState != null ? bluetoothHeadsetAudioState.hashCode() : 0) * 31; - BluetoothHeadsetAudioState bluetoothHeadsetAudioState2 = this.f2762b; + BluetoothHeadsetAudioState bluetoothHeadsetAudioState2 = this.f2763b; int hashCode2 = (hashCode + (bluetoothHeadsetAudioState2 != null ? bluetoothHeadsetAudioState2.hashCode() : 0)) * 31; BluetoothDevice bluetoothDevice = this.c; if (bluetoothDevice != null) { @@ -93,7 +93,7 @@ public enum BluetoothHeadsetAudioState { StringBuilder R = b.d.b.a.a.R("Update(current="); R.append(this.a); R.append(", previous="); - R.append(this.f2762b); + R.append(this.f2763b); R.append(", device="); R.append(this.c); R.append(")"); 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 089059a5a6..ea19a7dcd0 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java @@ -55,12 +55,12 @@ public enum BluetoothProfileConnectionState { public final BluetoothProfileConnectionState a; /* renamed from: b reason: collision with root package name */ - public final BluetoothProfileConnectionState f2763b; + public final BluetoothProfileConnectionState f2764b; public final BluetoothDevice c; public b(BluetoothProfileConnectionState bluetoothProfileConnectionState, BluetoothProfileConnectionState bluetoothProfileConnectionState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothProfileConnectionState; - this.f2763b = bluetoothProfileConnectionState2; + this.f2764b = bluetoothProfileConnectionState2; this.c = bluetoothDevice; } @@ -72,14 +72,14 @@ public enum BluetoothProfileConnectionState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2763b, bVar.f2763b) && m.areEqual(this.c, bVar.c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2764b, bVar.f2764b) && m.areEqual(this.c, bVar.c); } public int hashCode() { BluetoothProfileConnectionState bluetoothProfileConnectionState = this.a; int i = 0; int hashCode = (bluetoothProfileConnectionState != null ? bluetoothProfileConnectionState.hashCode() : 0) * 31; - BluetoothProfileConnectionState bluetoothProfileConnectionState2 = this.f2763b; + BluetoothProfileConnectionState bluetoothProfileConnectionState2 = this.f2764b; int hashCode2 = (hashCode + (bluetoothProfileConnectionState2 != null ? bluetoothProfileConnectionState2.hashCode() : 0)) * 31; BluetoothDevice bluetoothDevice = this.c; if (bluetoothDevice != null) { @@ -92,7 +92,7 @@ public enum BluetoothProfileConnectionState { StringBuilder R = b.d.b.a.a.R("Update(previous="); R.append(this.a); R.append(", current="); - R.append(this.f2763b); + R.append(this.f2764b); R.append(", device="); R.append(this.c); R.append(")"); diff --git a/app/src/main/java/com/discord/rtcconnection/enums/ScoAudioState.java b/app/src/main/java/com/discord/rtcconnection/enums/ScoAudioState.java index 1268569a46..65921b15c1 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/ScoAudioState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/ScoAudioState.java @@ -50,13 +50,13 @@ public enum ScoAudioState { public final ScoAudioState a; /* renamed from: b reason: collision with root package name */ - public final ScoAudioState f2764b; + public final ScoAudioState f2765b; public b(ScoAudioState scoAudioState, ScoAudioState scoAudioState2) { m.checkNotNullParameter(scoAudioState, "current"); m.checkNotNullParameter(scoAudioState2, "previous"); this.a = scoAudioState; - this.f2764b = scoAudioState2; + this.f2765b = scoAudioState2; } public boolean equals(Object obj) { @@ -67,14 +67,14 @@ public enum ScoAudioState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2764b, bVar.f2764b); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2765b, bVar.f2765b); } public int hashCode() { ScoAudioState scoAudioState = this.a; int i = 0; int hashCode = (scoAudioState != null ? scoAudioState.hashCode() : 0) * 31; - ScoAudioState scoAudioState2 = this.f2764b; + ScoAudioState scoAudioState2 = this.f2765b; if (scoAudioState2 != null) { i = scoAudioState2.hashCode(); } @@ -82,11 +82,11 @@ public enum ScoAudioState { } public String toString() { - if (this.f2764b == ScoAudioState.Error) { + if (this.f2765b == ScoAudioState.Error) { return String.valueOf(this.a); } StringBuilder R = b.d.b.a.a.R("Update("); - R.append(this.f2764b); + R.append(this.f2765b); R.append(" -> "); R.append(this.a); R.append(')'); 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 593cb26335..f2cf938e42 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java @@ -22,13 +22,13 @@ public interface MediaEngine { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f2765b; + public final String f2766b; public AudioInfo(String str, String str2) { m.checkNotNullParameter(str, "audioSubsystem"); m.checkNotNullParameter(str2, "audioLayer"); this.a = str; - this.f2765b = str2; + this.f2766b = str2; } public boolean equals(Object obj) { @@ -39,14 +39,14 @@ public interface MediaEngine { return false; } AudioInfo audioInfo = (AudioInfo) obj; - return m.areEqual(this.a, audioInfo.a) && m.areEqual(this.f2765b, audioInfo.f2765b); + return m.areEqual(this.a, audioInfo.a) && m.areEqual(this.f2766b, audioInfo.f2766b); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2765b; + String str2 = this.f2766b; if (str2 != null) { i = str2.hashCode(); } @@ -57,7 +57,7 @@ public interface MediaEngine { StringBuilder R = b.d.b.a.a.R("AudioInfo(audioSubsystem="); R.append(this.a); R.append(", audioLayer="); - return b.d.b.a.a.H(R, this.f2765b, ")"); + return b.d.b.a.a.H(R, this.f2766b, ")"); } } @@ -67,7 +67,7 @@ public interface MediaEngine { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final boolean f2766b; + public final boolean f2767b; public final boolean c; public final boolean d; public final boolean e; @@ -82,7 +82,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.f2766b = z3; + this.f2767b = z3; this.c = z4; this.d = z5; this.e = z6; @@ -104,7 +104,7 @@ public interface MediaEngine { return false; } EchoCancellationInfo echoCancellationInfo = (EchoCancellationInfo) obj; - return this.a == echoCancellationInfo.a && this.f2766b == echoCancellationInfo.f2766b && this.c == echoCancellationInfo.c && 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.f2767b == echoCancellationInfo.f2767b && this.c == echoCancellationInfo.c && 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() { @@ -117,7 +117,7 @@ public interface MediaEngine { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - boolean z3 = this.f2766b; + boolean z3 = this.f2767b; if (z3) { z3 = true; } @@ -184,7 +184,7 @@ public interface MediaEngine { StringBuilder R = b.d.b.a.a.R("EchoCancellationInfo(builtinAecRequested="); R.append(this.a); R.append(", builtinAecSupportedNative="); - R.append(this.f2766b); + R.append(this.f2767b); R.append(", builtinAecSupportedJava="); R.append(this.c); R.append(", builtinAecEnabled="); @@ -208,11 +208,11 @@ public interface MediaEngine { public final float a; /* renamed from: b reason: collision with root package name */ - public final boolean f2767b; + public final boolean f2768b; public LocalVoiceStatus(float f, boolean z2) { this.a = f; - this.f2767b = z2; + this.f2768b = z2; } public boolean equals(Object obj) { @@ -223,12 +223,12 @@ public interface MediaEngine { return false; } LocalVoiceStatus localVoiceStatus = (LocalVoiceStatus) obj; - return Float.compare(this.a, localVoiceStatus.a) == 0 && this.f2767b == localVoiceStatus.f2767b; + return Float.compare(this.a, localVoiceStatus.a) == 0 && this.f2768b == localVoiceStatus.f2768b; } public int hashCode() { int floatToIntBits = Float.floatToIntBits(this.a) * 31; - boolean z2 = this.f2767b; + boolean z2 = this.f2768b; if (z2) { z2 = true; } @@ -242,7 +242,7 @@ public interface MediaEngine { StringBuilder R = b.d.b.a.a.R("LocalVoiceStatus(amplitude="); R.append(this.a); R.append(", isSpeaking="); - return b.d.b.a.a.M(R, this.f2767b, ")"); + return b.d.b.a.a.M(R, this.f2768b, ")"); } } @@ -267,7 +267,7 @@ public interface MediaEngine { public final float a; /* renamed from: b reason: collision with root package name */ - public final boolean f2768b; + public final boolean f2769b; public final boolean c; public final boolean d; public final boolean e; @@ -280,7 +280,7 @@ public interface MediaEngine { m.checkNotNullParameter(inputMode, "inputMode"); m.checkNotNullParameter(cVar, "inputModeOptions"); this.a = f; - this.f2768b = z2; + this.f2769b = z2; this.c = z3; this.d = z4; this.e = z5; @@ -298,12 +298,12 @@ public interface MediaEngine { return false; } VoiceConfig voiceConfig = (VoiceConfig) obj; - return Float.compare(this.a, voiceConfig.a) == 0 && this.f2768b == voiceConfig.f2768b && this.c == voiceConfig.c && 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.f2769b == voiceConfig.f2769b && this.c == voiceConfig.c && 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() { int floatToIntBits = Float.floatToIntBits(this.a) * 31; - boolean z2 = this.f2768b; + boolean z2 = this.f2769b; int i = 1; if (z2) { z2 = true; @@ -363,7 +363,7 @@ public interface MediaEngine { StringBuilder R = b.d.b.a.a.R("VoiceConfig(outputVolume="); R.append(this.a); R.append(", echoCancellation="); - R.append(this.f2768b); + R.append(this.f2769b); R.append(", noiseSuppression="); R.append(this.c); R.append(", noiseCancellation="); @@ -387,7 +387,7 @@ public interface MediaEngine { public final int a; /* renamed from: b reason: collision with root package name */ - public final String f2769b; + public final String f2770b; public final int c; public final List d; @@ -395,7 +395,7 @@ public interface MediaEngine { m.checkNotNullParameter(str, "ip"); m.checkNotNullParameter(list, "streams"); this.a = i; - this.f2769b = str; + this.f2770b = str; this.c = i2; this.d = list; } @@ -408,12 +408,12 @@ public interface MediaEngine { return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.f2769b, aVar.f2769b) && this.c == aVar.c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && m.areEqual(this.f2770b, aVar.f2770b) && this.c == aVar.c && m.areEqual(this.d, aVar.d); } public int hashCode() { int i = this.a * 31; - String str = this.f2769b; + String str = this.f2770b; int i2 = 0; int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.c) * 31; List list = this.d; @@ -427,7 +427,7 @@ public interface MediaEngine { StringBuilder R = b.d.b.a.a.R("ConnectionOptions(ssrc="); R.append(this.a); R.append(", ip="); - R.append(this.f2769b); + R.append(this.f2770b); R.append(", port="); R.append(this.c); R.append(", streams="); 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 76bf65666b..52f54e4823 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java @@ -90,7 +90,7 @@ public interface MediaEngineConnection { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f2770b; + public final int f2771b; public final Protocol c; /* compiled from: MediaEngineConnection.kt */ @@ -104,7 +104,7 @@ public interface MediaEngineConnection { m.checkNotNullParameter(str, "address"); m.checkNotNullParameter(protocol, "protocol"); this.a = str; - this.f2770b = i; + this.f2771b = i; this.c = protocol; } @@ -116,13 +116,13 @@ public interface MediaEngineConnection { return false; } TransportInfo transportInfo = (TransportInfo) obj; - return m.areEqual(this.a, transportInfo.a) && this.f2770b == transportInfo.f2770b && m.areEqual(this.c, transportInfo.c); + return m.areEqual(this.a, transportInfo.a) && this.f2771b == transportInfo.f2771b && m.areEqual(this.c, transportInfo.c); } public int hashCode() { String str = this.a; int i = 0; - int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.f2770b) * 31; + int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.f2771b) * 31; Protocol protocol = this.c; if (protocol != null) { i = protocol.hashCode(); @@ -134,7 +134,7 @@ public interface MediaEngineConnection { StringBuilder R = b.d.b.a.a.R("TransportInfo(address="); R.append(this.a); R.append(", port="); - R.append(this.f2770b); + R.append(this.f2771b); R.append(", protocol="); R.append(this.c); R.append(")"); @@ -215,7 +215,7 @@ public interface MediaEngineConnection { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f2771b; + public final int f2772b; public final int c; public final int d; public final int e; @@ -223,7 +223,7 @@ public interface MediaEngineConnection { public b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; - this.f2771b = i2; + this.f2772b = i2; this.c = i3; this.d = i4; this.e = i5; @@ -238,18 +238,18 @@ public interface MediaEngineConnection { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.f2771b == bVar.f2771b && this.c == bVar.c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; + return this.a == bVar.a && this.f2772b == bVar.f2772b && this.c == bVar.c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; } public int hashCode() { - return (((((((((this.a * 31) + this.f2771b) * 31) + this.c) * 31) + this.d) * 31) + this.e) * 31) + this.f; + return (((((((((this.a * 31) + this.f2772b) * 31) + this.c) * 31) + this.d) * 31) + this.e) * 31) + this.f; } public String toString() { StringBuilder R = b.d.b.a.a.R("EncodingQuality(minBitrate="); R.append(this.a); R.append(", maxBitrate="); - R.append(this.f2771b); + R.append(this.f2772b); R.append(", width="); R.append(this.c); R.append(", height="); @@ -267,7 +267,7 @@ public interface MediaEngineConnection { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f2772b; + public final int f2773b; public final int c; public final boolean d; public final boolean e; @@ -279,7 +279,7 @@ public interface MediaEngineConnection { public c(int i, int i2, int i3, boolean z2, boolean z3, int i4) { this.a = i; - this.f2772b = i2; + this.f2773b = i2; this.c = i3; this.d = z2; this.e = z3; @@ -294,7 +294,7 @@ public interface MediaEngineConnection { z3 = (i5 & 16) != 0 ? true : z3; i4 = (i5 & 32) != 0 ? 5 : i4; this.a = i; - this.f2772b = i2; + this.f2773b = i2; this.c = i3; this.d = z2; this.e = z3; @@ -309,11 +309,11 @@ public interface MediaEngineConnection { return false; } c cVar = (c) obj; - return this.a == cVar.a && this.f2772b == cVar.f2772b && this.c == cVar.c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; + return this.a == cVar.a && this.f2773b == cVar.f2773b && this.c == cVar.c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; } public int hashCode() { - int i = ((((this.a * 31) + this.f2772b) * 31) + this.c) * 31; + int i = ((((this.a * 31) + this.f2773b) * 31) + this.c) * 31; boolean z2 = this.d; int i2 = 1; if (z2) { @@ -334,7 +334,7 @@ public interface MediaEngineConnection { StringBuilder R = b.d.b.a.a.R("InputModeOptions(vadThreshold="); R.append(this.a); R.append(", vadLeadingFrames="); - R.append(this.f2772b); + R.append(this.f2773b); R.append(", vadTrailingFrames="); R.append(this.c); R.append(", vadAutoThreshold="); 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 7df61fb088..950bdb71f1 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 long a; /* renamed from: b reason: collision with root package name */ - public final ByteBuffer f2773b; + public final ByteBuffer f2774b; public final GlRectDrawer c; public final VideoFrameDrawer d; public final long e; @@ -47,7 +47,7 @@ public final class ThumbnailEmitter { this.l = function1; long j3 = 1000; this.a = -(j * j3 * j3); - this.f2773b = JniCommon.nativeAllocateByteBuffer(i * i2 * 4); + this.f2774b = JniCommon.nativeAllocateByteBuffer(i * i2 * 4); this.c = new GlRectDrawer(); this.d = new VideoFrameDrawer(); this.e = clock2.currentTimeMillis(); @@ -72,13 +72,13 @@ public final class ThumbnailEmitter { float rotatedWidth = (this.g / videoFrame.getRotatedWidth()) * videoFrame.getRotatedHeight(); this.d.drawFrame(videoFrame, this.c, this.f, 0, a.roundToInt((this.h - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); } - this.f2773b.rewind(); - GLES20.glReadPixels(0, 0, glTextureFrameBuffer.getWidth(), glTextureFrameBuffer.getHeight(), 6408, 5121, this.f2773b); + this.f2774b.rewind(); + GLES20.glReadPixels(0, 0, glTextureFrameBuffer.getWidth(), glTextureFrameBuffer.getHeight(), 6408, 5121, this.f2774b); GlUtil.checkNoGLES2Error("ThumbnailEmitter.createThumbnail"); glTextureFrameBuffer.release(); - this.f2773b.rewind(); + this.f2774b.rewind(); Bitmap createBitmap = Bitmap.createBitmap(this.g, this.h, Bitmap.Config.ARGB_8888); - createBitmap.copyPixelsFromBuffer(this.f2773b); + createBitmap.copyPixelsFromBuffer(this.f2774b); m.checkNotNullExpressionValue(createBitmap, "bitmap"); return createBitmap; } diff --git a/app/src/main/java/com/discord/samsung/SamsungConnectActivity.java b/app/src/main/java/com/discord/samsung/SamsungConnectActivity.java index 2ad52bc055..1c1133f792 100644 --- a/app/src/main/java/com/discord/samsung/SamsungConnectActivity.java +++ b/app/src/main/java/com/discord/samsung/SamsungConnectActivity.java @@ -34,12 +34,12 @@ public final class SamsungConnectActivity extends AppCompatActivity { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final int f2774b; + public final int f2775b; public Failure(boolean z2, int i) { super(null); this.a = z2; - this.f2774b = i; + this.f2775b = i; } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -47,7 +47,7 @@ public final class SamsungConnectActivity extends AppCompatActivity { super(null); i = (i2 & 2) != 0 ? 0 : i; this.a = z2; - this.f2774b = i; + this.f2775b = i; } public boolean equals(Object obj) { @@ -58,7 +58,7 @@ public final class SamsungConnectActivity extends AppCompatActivity { return false; } Failure failure = (Failure) obj; - return this.a == failure.a && this.f2774b == failure.f2774b; + return this.a == failure.a && this.f2775b == failure.f2775b; } public int hashCode() { @@ -69,14 +69,14 @@ public final class SamsungConnectActivity extends AppCompatActivity { int i = z2 ? 1 : 0; int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; - return (i * 31) + this.f2774b; + return (i * 31) + this.f2775b; } public String toString() { StringBuilder R = b.d.b.a.a.R("Failure(isRetryAllowed="); R.append(this.a); R.append(", attemptCount="); - return b.d.b.a.a.A(R, this.f2774b, ")"); + return b.d.b.a.a.A(R, this.f2775b, ")"); } } @@ -86,7 +86,7 @@ public final class SamsungConnectActivity extends AppCompatActivity { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f2775b; + public final String f2776b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public Success(String str, String str2) { @@ -94,7 +94,7 @@ public final class SamsungConnectActivity extends AppCompatActivity { m.checkNotNullParameter(str, "authCode"); m.checkNotNullParameter(str2, "serverUrl"); this.a = str; - this.f2775b = str2; + this.f2776b = str2; } public boolean equals(Object obj) { @@ -105,14 +105,14 @@ public final class SamsungConnectActivity extends AppCompatActivity { return false; } Success success = (Success) obj; - return m.areEqual(this.a, success.a) && m.areEqual(this.f2775b, success.f2775b); + return m.areEqual(this.a, success.a) && m.areEqual(this.f2776b, success.f2776b); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2775b; + String str2 = this.f2776b; if (str2 != null) { i = str2.hashCode(); } @@ -123,7 +123,7 @@ public final class SamsungConnectActivity extends AppCompatActivity { StringBuilder R = b.d.b.a.a.R("Success(authCode="); R.append(this.a); R.append(", serverUrl="); - return b.d.b.a.a.H(R, this.f2775b, ")"); + return b.d.b.a.a.H(R, this.f2776b, ")"); } } 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 c6478b7a90..6b56afc919 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 static ScreenshotDetector a; /* renamed from: b reason: collision with root package name */ - public final PublishSubject f2776b; + public final PublishSubject f2777b; public final b c; public final b.a.s.a d; public boolean e; @@ -31,13 +31,13 @@ public final class ScreenshotDetector { public final Uri a; /* renamed from: b reason: collision with root package name */ - public final String f2777b; + public final String f2778b; public Screenshot(Uri uri, String str) { m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); m.checkNotNullParameter(str, "filename"); this.a = uri; - this.f2777b = str; + this.f2778b = str; } public boolean equals(Object obj) { @@ -48,14 +48,14 @@ public final class ScreenshotDetector { return false; } Screenshot screenshot = (Screenshot) obj; - return m.areEqual(this.a, screenshot.a) && m.areEqual(this.f2777b, screenshot.f2777b); + return m.areEqual(this.a, screenshot.a) && m.areEqual(this.f2778b, screenshot.f2778b); } public int hashCode() { Uri uri = this.a; int i = 0; int hashCode = (uri != null ? uri.hashCode() : 0) * 31; - String str = this.f2777b; + String str = this.f2778b; if (str != null) { i = str.hashCode(); } @@ -66,7 +66,7 @@ public final class ScreenshotDetector { StringBuilder R = b.d.b.a.a.R("Screenshot(uri="); R.append(this.a); R.append(", filename="); - return b.d.b.a.a.H(R, this.f2777b, ")"); + return b.d.b.a.a.H(R, this.f2778b, ")"); } } @@ -85,7 +85,7 @@ public final class ScreenshotDetector { m.checkNotNullParameter(str2, "filename"); ScreenshotDetector screenshotDetector = ScreenshotDetector.this; if (screenshotDetector.e) { - PublishSubject publishSubject = screenshotDetector.f2776b; + PublishSubject publishSubject = screenshotDetector.f2777b; publishSubject.k.onNext(new Screenshot(uri2, str2)); } return Unit.a; @@ -100,7 +100,7 @@ public final class ScreenshotDetector { this.g = sharedPreferences; PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f2776b = k0; + this.f2777b = k0; ContentResolver contentResolver = application.getContentResolver(); m.checkNotNullExpressionValue(contentResolver, "applicationContext.contentResolver"); b bVar = new b(logger, contentResolver, null, new a(), 4); diff --git a/app/src/main/java/com/discord/simpleast/code/CodeNode.java b/app/src/main/java/com/discord/simpleast/code/CodeNode.java index 9f37ba682d..30d87cd68e 100644 --- a/app/src/main/java/com/discord/simpleast/code/CodeNode.java +++ b/app/src/main/java/com/discord/simpleast/code/CodeNode.java @@ -17,7 +17,7 @@ public class CodeNode extends b.a.t.b.a.a { public final String a; /* renamed from: b reason: collision with root package name */ - public final StyleNode.a f2778b; + public final StyleNode.a f2779b; /* compiled from: CodeNode.kt */ /* loaded from: classes.dex */ @@ -30,7 +30,7 @@ public class CodeNode extends b.a.t.b.a.a { public static final class C0184a extends a { /* renamed from: b reason: collision with root package name */ - public final List> f2779b; + public final List> f2780b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ /* JADX WARN: Multi-variable type inference failed */ @@ -38,7 +38,7 @@ public class CodeNode extends b.a.t.b.a.a { super(str, null); m.checkNotNullParameter(str, "raw"); m.checkNotNullParameter(list, "children"); - this.f2779b = list; + this.f2780b = list; } } @@ -75,9 +75,9 @@ public class CodeNode extends b.a.t.b.a.a { m.checkNotNullParameter(aVar, "content"); m.checkNotNullParameter(aVar2, "stylesProvider"); this.a = str; - this.f2778b = aVar2; + this.f2779b = aVar2; if (aVar instanceof a.C0184a) { - Iterator it = ((a.C0184a) aVar).f2779b.iterator(); + Iterator it = ((a.C0184a) aVar).f2780b.iterator(); while (it.hasNext()) { Node node = (Node) it.next(); Objects.requireNonNull(node, "null cannot be cast to non-null type com.discord.simpleast.core.node.Node"); @@ -99,7 +99,7 @@ public class CodeNode extends b.a.t.b.a.a { @Override // b.a.t.b.a.a, com.discord.simpleast.core.node.Node public void render(SpannableStringBuilder spannableStringBuilder, RC rc) { m.checkNotNullParameter(spannableStringBuilder, "builder"); - Iterable iterable = this.f2778b.get(rc); + Iterable iterable = this.f2779b.get(rc); if (hasChildren()) { SpannableStringBuilder spannableStringBuilder2 = new SpannableStringBuilder(); Iterator it = iterable.iterator(); 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 f31cdcf252..2bda44a9c5 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,7 +8,7 @@ public final class ParseSpec { public final Node a; /* renamed from: b reason: collision with root package name */ - public final boolean f2780b = true; + public final boolean f2781b = true; public final S c; public int d; public int e; 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 79e22479e9..f5507ced84 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 @@ -163,7 +163,7 @@ public class Parser, S> { m.checkNotNullParameter(node2, "node"); stack.push(new ParseSpec(node2, s3, end, i4)); } - if (!parse.f2780b) { + if (!parse.f2781b) { parse.d += i3; parse.e += i3; stack.push(parse); diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceAudioOutputModeSelected$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceAudioOutputModeSelected$1.java index b6b0d00fe2..3598e2a481 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceAudioOutputModeSelected$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceAudioOutputModeSelected$1.java @@ -31,7 +31,7 @@ public final class StoreAnalytics$trackVoiceAudioOutputModeSelected$1 extends o Channel findChannelByIdInternal$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId); if (findChannelByIdInternal$app_productionBetaRelease != null) { RtcConnection.Metadata rtcConnectionMetadata = StoreAnalytics.access$getStores$p(this.this$0).getRtcConnection$app_productionBetaRelease().getRtcConnectionMetadata(); - AnalyticsTracker.INSTANCE.voiceAudioOutputModeSelected(id2, rtcConnectionMetadata != null ? rtcConnectionMetadata.a : null, rtcConnectionMetadata != null ? rtcConnectionMetadata.f2753b : null, findChannelByIdInternal$app_productionBetaRelease, this.$fromAudioOutputMode, this.$toAudioOutputMode); + AnalyticsTracker.INSTANCE.voiceAudioOutputModeSelected(id2, rtcConnectionMetadata != null ? rtcConnectionMetadata.a : null, rtcConnectionMetadata != null ? rtcConnectionMetadata.f2754b : null, findChannelByIdInternal$app_productionBetaRelease, this.$fromAudioOutputMode, this.$toAudioOutputMode); } } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics.java b/app/src/main/java/com/discord/stores/StoreAnalytics.java index 6f35706b98..52bff8ef4d 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics.java @@ -433,7 +433,7 @@ public final class StoreAnalytics extends Store { long id2 = this.stores.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; RtcConnection.Metadata rtcConnectionMetadata = this.stores.getRtcConnection$app_productionBetaRelease().getRtcConnectionMetadata(); - analyticsTracker.videoInputsUpdate(id2, channel, map, videoInputDeviceDescription, z2, rtcConnectionMetadata != null ? rtcConnectionMetadata.f2753b : null); + analyticsTracker.videoInputsUpdate(id2, channel, map, videoInputDeviceDescription, z2, rtcConnectionMetadata != null ? rtcConnectionMetadata.f2754b : 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 00c9866ca3..103869ce70 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 @@ -143,13 +143,13 @@ public final class StoreAudioManagerV2$init$1 implements Runnable { @Override // java.lang.Runnable public final void run() { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - Observable> q = DiscordAudioManager.d().f2757s.q(); + Observable> q = DiscordAudioManager.d().f2758s.q(); m.checkNotNullExpressionValue(q, "audioDevicesSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(q, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(), 62, (Object) null); Observable q2 = DiscordAudioManager.d().u.q(); m.checkNotNullExpressionValue(q2, "activeAudioDeviceSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(q2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(), 62, (Object) null); - Observable q3 = DiscordAudioManager.d().f2759y.q(); + Observable q3 = DiscordAudioManager.d().f2760y.q(); m.checkNotNullExpressionValue(q3, "currentMediaVolumeSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(q3, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(), 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 31f0be1508..4a11a66464 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 @@ -43,7 +43,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable DiscordAudioManager.DeviceTypes deviceTypes2 = DiscordAudioManager.DeviceTypes.DEFAULT; if (deviceTypes == deviceTypes2) { synchronized (d.i) { - d.f2760z = deviceTypes2; + d.f2761z = deviceTypes2; } d.a(arrayList); return; @@ -58,11 +58,11 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable } if (z2) { synchronized (d.i) { - z3 = true ^ d.r.get(deviceTypes.getValue()).f2761b; + z3 = true ^ d.r.get(deviceTypes.getValue()).f2762b; } if (!z3) { synchronized (d.i) { - d.f2760z = deviceTypes; + d.f2761z = deviceTypes; } d.b(deviceTypes); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java index ad37d78b29..29fc9aa222 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java @@ -37,7 +37,7 @@ public final class StoreAudioManagerV2$toggleSpeakerOutput$1 extends o implement } deviceTypes = listIterator.previous(); DiscordAudioManager.DeviceTypes deviceTypes2 = deviceTypes; - if (deviceTypes2 == DiscordAudioManager.DeviceTypes.SPEAKERPHONE || !this.this$0.getState$app_productionBetaRelease().getAudioDevices().get(deviceTypes2.getValue()).f2761b) { + if (deviceTypes2 == DiscordAudioManager.DeviceTypes.SPEAKERPHONE || !this.this$0.getState$app_productionBetaRelease().getAudioDevices().get(deviceTypes2.getValue()).f2762b) { z2 = false; continue; } else { 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 daa8c2f548..5230aa31f8 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 @@ -23,7 +23,7 @@ public final class StoreAudioManagerV2$updateMediaVolume$1 implements Runnable { return; } try { - d.e.setStreamVolume(3, a.roundToInt(f * d.f2758x), 0); + d.e.setStreamVolume(3, a.roundToInt(f * d.f2759x), 0); } catch (SecurityException e) { d.f1("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 7e1b849391..a46203e179 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java @@ -38,7 +38,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { private final StoreStreamRtcConnection streamRtcConnectionStore; private final VideoUseDetector videoUseDetector; private final StoreVoiceChannelSelected voiceChannelSelectedStore; - private DiscordAudioManager.AudioDevice lastActiveAudioDevice = DiscordAudioManager.f2756b; + private DiscordAudioManager.AudioDevice lastActiveAudioDevice = DiscordAudioManager.f2757b; private final HandlerThread audioManagerThread = new HandlerThread("AudioManagerThread", -1); /* compiled from: StoreAudioManagerV2.kt */ @@ -291,7 +291,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { private final void updateCurrentMediaVolume(int i) { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((i / DiscordAudioManager.d().f2758x) * 300.0f, 300.0f)); + this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((i / DiscordAudioManager.d().f2759x) * 300.0f, 300.0f)); } public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionBetaRelease() { @@ -328,14 +328,14 @@ public final class StoreAudioManagerV2 extends StoreV2 { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; DiscordAudioManager d = DiscordAudioManager.d(); synchronized (d) { - if (d.r.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2761b) { + if (d.r.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2762b) { List list = d.r; ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (DiscordAudioManager.AudioDevice audioDevice : list) { 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.f2757s.k.onNext(arrayList); + d.f2758s.k.onNext(arrayList); d.l(); } } @@ -343,14 +343,14 @@ public final class StoreAudioManagerV2 extends StoreV2 { DiscordAudioManager discordAudioManager2 = DiscordAudioManager.d; DiscordAudioManager d2 = DiscordAudioManager.d(); synchronized (d2) { - if (d2.r.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2761b != d2.h) { + if (d2.r.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2762b != d2.h) { List list2 = d2.r; ArrayList arrayList2 = new ArrayList(o.collectionSizeOrDefault(list2, 10)); for (DiscordAudioManager.AudioDevice audioDevice2 : list2) { 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.f2757s.k.onNext(arrayList2); + d2.f2758s.k.onNext(arrayList2); d2.l(); } } diff --git a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java index 60d83f54dd..22ec505414 100644 --- a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java +++ b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java @@ -30,7 +30,7 @@ public final class StoreEmojiCustom extends StoreV2 { private static final long NO_ROLE = 0; /* renamed from: me reason: collision with root package name */ - private long f2781me; + private long f2782me; private final StoreStream stream; private final Map> allGuildEmoji = new LinkedHashMap(); private Map> allGuildEmojiSnapshot = h0.emptyMap(); @@ -126,7 +126,7 @@ public final class StoreEmojiCustom extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2781me = modelPayload.getMe().getId(); + this.f2782me = modelPayload.getMe().getId(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildAdd(guild); @@ -144,7 +144,7 @@ public final class StoreEmojiCustom extends StoreV2 { for (GuildEmoji guildEmoji : a) { arrayList.add(new ModelEmojiCustom(guildEmoji, c)); } - if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2781me))) == null)) { + if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2782me))) == null)) { updateGlobalEmojis(c, arrayList); updateAllowedGuildEmojis(c, guildMember.getRoles(), arrayList); } @@ -167,7 +167,7 @@ public final class StoreEmojiCustom extends StoreV2 { break; } obj = it.next(); - if (((com.discord.api.guildmember.GuildMember) obj).m().getId() == this.f2781me) { + if (((com.discord.api.guildmember.GuildMember) obj).m().getId() == this.f2782me) { z2 = true; continue; } else { @@ -201,7 +201,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.m().getId() == this.f2781me) { + if (guildMember.m().getId() == this.f2782me) { long f = guildMember.f(); Map map = this.allGuildEmoji.get(Long.valueOf(f)); if (map != null && (values = map.values()) != null) { diff --git a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java index 7aae2e8095..8c449f9054 100644 --- a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java +++ b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java @@ -1421,7 +1421,7 @@ public final class StoreGatewayConnection implements GatewayEventHandler { m.checkNotNullParameter(stateChange, "stateChange"); RtcConnection.State state = stateChange.a; if ((state instanceof RtcConnection.State.d) && ((RtcConnection.State.d) state).a) { - RtcConnection.Metadata metadata = stateChange.f2754b; + RtcConnection.Metadata metadata = stateChange.f2755b; String str = metadata != null ? metadata.e : null; if (str instanceof String) { streamPing(str); diff --git a/app/src/main/java/com/discord/stores/StoreGuildStickers.java b/app/src/main/java/com/discord/stores/StoreGuildStickers.java index b20f01123b..9228684800 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildStickers.java +++ b/app/src/main/java/com/discord/stores/StoreGuildStickers.java @@ -35,7 +35,7 @@ public final class StoreGuildStickers extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private long f2782me; + private long f2783me; private final ObservationDeck observationDeck; private final Function1, Unit> onStickersDeleted; @@ -129,7 +129,7 @@ public final class StoreGuildStickers extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2782me = modelPayload.getMe().getId(); + this.f2783me = modelPayload.getMe().getId(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildCreateOrUpdate(guild); @@ -159,7 +159,7 @@ public final class StoreGuildStickers extends StoreV2 { break; } obj = it.next(); - if (((GuildMember) obj).m().getId() == this.f2782me) { + if (((GuildMember) obj).m().getId() == this.f2783me) { 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 51d9017656..4fe3258d72 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java @@ -46,14 +46,14 @@ public final class StoreGuildsSorted extends StoreV2 { private final List guilds; /* renamed from: id reason: collision with root package name */ - private final long f2783id; + private final long f2784id; private final String name; /* JADX WARN: '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.f2783id = j; + this.f2784id = j; this.guilds = list; this.color = num; this.name = str; @@ -62,7 +62,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.f2783id; + j = folder.f2784id; } if ((i & 2) != 0) { list = folder.guilds; @@ -78,7 +78,7 @@ public final class StoreGuildsSorted extends StoreV2 { @Override // com.discord.stores.StoreGuildsSorted.Entry public ModelGuildFolder asModelGuildFolder() { - Long valueOf = Long.valueOf(this.f2783id); + Long valueOf = Long.valueOf(this.f2784id); List list = this.guilds; ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Guild guild : list) { @@ -88,7 +88,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long component1() { - return this.f2783id; + return this.f2784id; } public final List component2() { @@ -116,7 +116,7 @@ public final class StoreGuildsSorted extends StoreV2 { return false; } Folder folder = (Folder) obj; - return this.f2783id == folder.f2783id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); + return this.f2784id == folder.f2784id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); } public final Integer getColor() { @@ -128,7 +128,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long getId() { - return this.f2783id; + return this.f2784id; } public final String getName() { @@ -136,7 +136,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public int hashCode() { - int a = b.a(this.f2783id) * 31; + int a = b.a(this.f2784id) * 31; List list = this.guilds; int i = 0; int hashCode = (a + (list != null ? list.hashCode() : 0)) * 31; @@ -151,7 +151,7 @@ public final class StoreGuildsSorted extends StoreV2 { public String toString() { StringBuilder R = a.R("Folder(id="); - R.append(this.f2783id); + R.append(this.f2784id); R.append(", guilds="); R.append(this.guilds); R.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 272a020459..0a4138d96c 100644 --- a/app/src/main/java/com/discord/stores/StoreMediaEngine.java +++ b/app/src/main/java/com/discord/stores/StoreMediaEngine.java @@ -783,7 +783,7 @@ public final class StoreMediaEngine extends Store { public final void selectDefaultVideoDevice(Function1 function1) { x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(x0Var, n.f3802b.H(), null, new StoreMediaEngine$selectDefaultVideoDevice$1(this, function1, null), 2, null); + f.H0(x0Var, n.f3803b.H(), null, new StoreMediaEngine$selectDefaultVideoDevice$1(this, function1, null), 2, null); } /* JADX WARN: Removed duplicated region for block: B:10:0x0023 */ diff --git a/app/src/main/java/com/discord/stores/StoreNotices.java b/app/src/main/java/com/discord/stores/StoreNotices.java index a5348c9d6a..63d6c3767e 100644 --- a/app/src/main/java/com/discord/stores/StoreNotices.java +++ b/app/src/main/java/com/discord/stores/StoreNotices.java @@ -428,6 +428,11 @@ public final class StoreNotices extends Store { return this.noticesSeenCache.get().get(str) != null; } + public final synchronized boolean hasSeen(String str) { + m.checkNotNullParameter(str, "noticeName"); + return this.noticesSeenCache.get().containsKey(str); + } + @Override // com.discord.stores.Store public void init(Context context) { m.checkNotNullParameter(context, "context"); diff --git a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java index 9798a5480c..c8743c0a52 100644 --- a/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java +++ b/app/src/main/java/com/discord/stores/StoreRequestedStageChannels.java @@ -222,7 +222,7 @@ public final class StoreRequestedStageChannels extends StoreV2 { if (job == null || !job.a()) { x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher = k0.a; - this.enqueuedChannelFetchJob = f.H0(x0Var, n.f3802b, null, new StoreRequestedStageChannels$enqueueStageChannelFetch$1(this, null), 2, null); + this.enqueuedChannelFetchJob = f.H0(x0Var, n.f3803b, 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 9581bdb25e..98e94d1ff7 100644 --- a/app/src/main/java/com/discord/stores/StoreRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreRtcConnection.java @@ -335,7 +335,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr boolean booleanValue = entry2.getValue().booleanValue(); if (l == null || longValue2 == l.longValue()) { rtcConnection.Y.put(Long.valueOf(longValue2), Boolean.valueOf(booleanValue)); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.w(longValue2, booleanValue); } @@ -345,7 +345,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr long longValue3 = entry3.getKey().longValue(); boolean booleanValue2 = entry3.getValue().booleanValue(); if (l == null || longValue3 == l.longValue()) { - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2751x; if (mediaEngineConnection2 == null) { Log.e("RtcConnection", "MediaEngine not connected for setLocalVideoOffscreen."); } else { @@ -508,7 +508,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr RtcConnection rtcConnection = this.rtcConnection; if (rtcConnection != null) { rtcConnection.Y.put(Long.valueOf(longValue), Boolean.valueOf(booleanValue)); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection != null) { mediaEngineConnection.w(longValue, booleanValue); } @@ -523,7 +523,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr boolean booleanValue = entry.getValue().booleanValue(); RtcConnection rtcConnection = this.rtcConnection; if (rtcConnection != null) { - MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2751x; if (mediaEngineConnection == null) { Log.e("RtcConnection", "MediaEngine not connected for setLocalVideoOffscreen."); } else { diff --git a/app/src/main/java/com/discord/stores/StoreSearch.java b/app/src/main/java/com/discord/stores/StoreSearch.java index 650e95642d..82e01f4b2d 100644 --- a/app/src/main/java/com/discord/stores/StoreSearch.java +++ b/app/src/main/java/com/discord/stores/StoreSearch.java @@ -50,7 +50,7 @@ public final class StoreSearch { public static final class SearchTarget { /* renamed from: id reason: collision with root package name */ - private final long f2784id; + private final long f2785id; private final Type type; /* compiled from: StoreSearch.kt */ @@ -63,7 +63,7 @@ public final class StoreSearch { public SearchTarget(Type type, long j) { m.checkNotNullParameter(type, "type"); this.type = type; - this.f2784id = j; + this.f2785id = j; } public static /* synthetic */ SearchTarget copy$default(SearchTarget searchTarget, Type type, long j, int i, Object obj) { @@ -71,7 +71,7 @@ public final class StoreSearch { type = searchTarget.type; } if ((i & 2) != 0) { - j = searchTarget.f2784id; + j = searchTarget.f2785id; } return searchTarget.copy(type, j); } @@ -81,7 +81,7 @@ public final class StoreSearch { } public final long component2() { - return this.f2784id; + return this.f2785id; } public final SearchTarget copy(Type type, long j) { @@ -97,11 +97,11 @@ public final class StoreSearch { return false; } SearchTarget searchTarget = (SearchTarget) obj; - return m.areEqual(this.type, searchTarget.type) && this.f2784id == searchTarget.f2784id; + return m.areEqual(this.type, searchTarget.type) && this.f2785id == searchTarget.f2785id; } public final long getId() { - return this.f2784id; + return this.f2785id; } public final Type getType() { @@ -110,14 +110,14 @@ public final class StoreSearch { public int hashCode() { Type type = this.type; - return b.a(this.f2784id) + ((type != null ? type.hashCode() : 0) * 31); + return b.a(this.f2785id) + ((type != null ? type.hashCode() : 0) * 31); } public String toString() { StringBuilder R = a.R("SearchTarget(type="); R.append(this.type); R.append(", id="); - return a.B(R, this.f2784id, ")"); + return a.B(R, this.f2785id, ")"); } } diff --git a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java index 74b9233809..8bef174d7a 100644 --- a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java @@ -389,7 +389,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin String str4 = null; Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.c : null; if (l2 != null && l2.longValue() == j2) { - str4 = rtcConnectionMetadata.f2753b; + str4 = rtcConnectionMetadata.f2754b; } this.listenerSubject.notify(StoreStreamRtcConnection$createRtcConnection$1.INSTANCE); MediaEngine mediaEngine = this.mediaEngineStore.getMediaEngine(); diff --git a/app/src/main/java/com/discord/stores/StoreUser.java b/app/src/main/java/com/discord/stores/StoreUser.java index 6c14b72103..2debda6735 100644 --- a/app/src/main/java/com/discord/stores/StoreUser.java +++ b/app/src/main/java/com/discord/stores/StoreUser.java @@ -52,7 +52,7 @@ public final class StoreUser extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private MeUser f2785me; + private MeUser f2786me; private final Persister meCache; private MeUser meSnapshot; private final Function1 notifyUserUpdated; @@ -95,7 +95,7 @@ public final class StoreUser extends StoreV2 { this.observationDeck = observationDeck; this.meCache = persister; MeUser meUser = EMPTY_ME_USER; - this.f2785me = meUser; + this.f2786me = meUser; this.users = new SnowflakePartitionMap.CopiablePartitionMap<>(0, 1, null); this.meSnapshot = meUser; this.usersSnapshot = h0.emptyMap(); @@ -119,7 +119,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ MeUser access$getMe$p(StoreUser storeUser) { - return storeUser.f2785me; + return storeUser.f2786me; } public static final /* synthetic */ ObservationDeck.UpdateSource access$getMeUpdate$cp() { @@ -135,7 +135,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ void access$setMe$p(StoreUser storeUser, MeUser meUser) { - storeUser.f2785me = meUser; + storeUser.f2786me = meUser; } @StoreThread @@ -177,7 +177,7 @@ public final class StoreUser extends StoreV2 { @StoreThread public final MeUser getMeInternal$app_productionBetaRelease() { - return this.f2785me; + return this.f2786me; } public final Map getUsers() { @@ -213,7 +213,7 @@ public final class StoreUser extends StoreV2 { public final void handleAuthToken(String str) { if (str == null) { markChanged(MeUpdate); - this.f2785me = EMPTY_ME_USER; + this.f2786me = 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.f2785me = meUser; + this.f2786me = meUser; this.users.put(Long.valueOf(meUser.getId()), meUser); for (Channel channel : modelPayload.getPrivateChannels()) { m.checkNotNullExpressionValue(channel, "channel"); @@ -332,7 +332,7 @@ public final class StoreUser extends StoreV2 { } Long l = message.l(); if (((l != null ? l.longValue() : 0L) & 16) != 0) { - this.f2785me = MeUser.copy$default(this.f2785me, 0L, null, null, null, false, false, 0, null, null, false, false, null, this.f2785me.getFlags() | 8192, 0, null, null, null, null, 258047, null); + this.f2786me = MeUser.copy$default(this.f2786me, 0L, null, null, null, false, false, 0, null, null, false, false, null, this.f2786me.getFlags() | 8192, 0, null, null, null, null, 258047, null); markChanged(MeUpdate); } } @@ -413,8 +413,8 @@ public final class StoreUser extends StoreV2 { public final void handleUserUpdated(User user) { m.checkNotNullParameter(user, "user"); updateUser(user); - if (this.f2785me.getId() == user.getId()) { - this.f2785me = MeUser.Companion.merge(this.f2785me, user); + if (this.f2786me.getId() == user.getId()) { + this.f2786me = MeUser.Companion.merge(this.f2786me, user); markChanged(MeUpdate); } } @@ -423,7 +423,7 @@ public final class StoreUser extends StoreV2 { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - this.f2785me = this.meCache.get(); + this.f2786me = this.meCache.get(); markChanged(MeUpdate); } @@ -479,7 +479,7 @@ public final class StoreUser extends StoreV2 { this.usersSnapshot = this.users.fastCopy(); } if (getUpdateSources().contains(MeUpdate)) { - MeUser meUser = this.f2785me; + MeUser meUser = this.f2786me; this.meSnapshot = meUser; Persister.set$default(this.meCache, meUser, false, 2, null); } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java index 042d62c9c1..a3991c213a 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java @@ -13,6 +13,6 @@ public final class RestCallStateKt$logNetworkAction$1 implements b response) { - return response.f3796b; + return response.f3797b; } } 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 918a8f870e..14de9bfe93 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 @@ -31,7 +31,7 @@ public final class RestCallStateKt$logNetworkAction$2 implements Action1 implements Action1 response3 = httpException.j; if (!(response3 == null || (request = RestCallStateKt.getRequest(response3)) == null)) { - String str = request.f3784b.l; + String str = request.f3785b.l; String str2 = request.c; Long valueOf = httpException.j != null ? Long.valueOf(response.a.m) : null; Long valueOf2 = httpException.j != null ? Long.valueOf(response2.a.m) : null; diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java index b397dc9061..c5c43c2f7e 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java @@ -13,6 +13,6 @@ public final class RestCallStateKt$logNetworkAction$4 implements b response) { - return response.f3796b; + return response.f3797b; } } diff --git a/app/src/main/java/com/discord/tooltips/TooltipManager.java b/app/src/main/java/com/discord/tooltips/TooltipManager.java index db5816a240..5c58cdd361 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 Map a; /* renamed from: b reason: collision with root package name */ - public final b.a.v.a f2786b; + public final b.a.v.a f2787b; public final Set c; public final int d; public final b.a.j.a e; @@ -42,7 +42,7 @@ public class TooltipManager { public static WeakReference a; /* renamed from: b reason: collision with root package name */ - public static final Lazy f2787b = g.lazy(C0214a.j); + public static final Lazy f2788b = g.lazy(C0214a.j); public static final Lazy c = g.lazy(b.j); public static final a d = null; @@ -108,7 +108,7 @@ public class TooltipManager { m.checkNotNullParameter(aVar, "acknowledgedTooltipsCache"); m.checkNotNullParameter(set, "shownTooltipNames"); m.checkNotNullParameter(aVar2, "floatingViewManager"); - this.f2786b = aVar; + this.f2787b = aVar; this.c = set; this.d = i; this.e = aVar2; @@ -122,11 +122,11 @@ public class TooltipManager { c(bVar); String cacheKey = bVar.getCacheKey(); if (cacheKey != null) { - b.a.v.a aVar = this.f2786b; + b.a.v.a aVar = this.f2787b; Objects.requireNonNull(aVar); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); if (!aVar.a.getBoolean(cacheKey, false)) { - b.a.v.a aVar2 = this.f2786b; + b.a.v.a aVar2 = this.f2787b; Objects.requireNonNull(aVar2); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); SharedPreferences.Editor edit = aVar2.a.edit(); @@ -142,7 +142,7 @@ public class TooltipManager { m.checkNotNullParameter(bVar, "tooltip"); String cacheKey = bVar.getCacheKey(); if (cacheKey != null) { - b.a.v.a aVar = this.f2786b; + b.a.v.a aVar = this.f2787b; Objects.requireNonNull(aVar); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); boolean z3 = aVar.a.getBoolean(cacheKey, false); 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 c44c88bb32..580ffe1543 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java @@ -509,7 +509,7 @@ public final class AnalyticsTracker { pairArr[4] = o.to("request_to_speak_state", Integer.valueOf(canEveryoneRole ? StageAnalyticsRequestToSpeakState.REQUEST_TO_SPEAK_EVERYONE.getIntegerValue() : StageAnalyticsRequestToSpeakState.REQUEST_TO_SPEAK_NO_ONE.getIntegerValue())); Map mutableMapOf = h0.mutableMapOf(pairArr); RtcConnection.Metadata rtcConnectionMetadata = companion.getRtcConnection().getRtcConnectionMetadata(); - if (!(rtcConnectionMetadata == null || (str2 = rtcConnectionMetadata.f2753b) == null)) { + if (!(rtcConnectionMetadata == null || (str2 = rtcConnectionMetadata.f2754b) == null)) { mutableMapOf.put("media_session_id", str2); } return CollectionExtensionsKt.filterNonNullValues(mutableMapOf); @@ -887,7 +887,7 @@ public final class AnalyticsTracker { return map; } map.put("audio_subsystem", audioInfo.a); - map.put("audio_layer", audioInfo.f2765b); + map.put("audio_layer", audioInfo.f2766b); return map; } @@ -1240,7 +1240,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.c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.f2766b)), 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.c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.f2767b)), 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) { @@ -2155,7 +2155,7 @@ public final class AnalyticsTracker { m.checkNotNullParameter(str, "surveyId"); Bundle bundle = new Bundle(); bundle.putString("survey_id", str); - getFirebaseAnalytics().f3081b.c(null, "Survey_Viewed", bundle, false, true, null); + getFirebaseAnalytics().f3082b.c(null, "Survey_Viewed", bundle, false, true, null); } public final void textInVoiceOpened(long j, Function0> function0) { diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils$initAppOpen$1.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils$initAppOpen$1.java index b01e4fcbed..d6a62ec947 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils$initAppOpen$1.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils$initAppOpen$1.java @@ -33,7 +33,7 @@ public final class AnalyticsUtils$initAppOpen$1 extends o implements Function1 implements Action1 { m.checkNotNullParameter(bitmap, "bitmap"); x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(x0Var, n.f3802b, null, new RepresentativeColors$handleBitmap$1(this, t, bitmap, str, null), 2, null); + f.H0(x0Var, n.f3803b, 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 e90894c378..23d5b98177 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 = k0.a; - return f.G0(coroutineScope, n.f3802b.plus(new AppErrorTag(str)).plus(coroutineContext), coroutineStart, function2); + return f.G0(coroutineScope, n.f3803b.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 3dd9bff4ec..085c7f2b07 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 @@ -143,7 +143,7 @@ public final class RxCoroutineExtensionsKt$appAwaitSingle$2 extends k implements ref$ObjectRef2 = ref$ObjectRef4; Error create = Error.create(th); CoroutineDispatcher coroutineDispatcher = k0.a; - l1Var = n.f3802b; + l1Var = n.f3803b; r3 = new AnonymousClass1(th, ref$ObjectRef2, ref$ObjectRef, null); this.L$0 = create; this.L$1 = null; @@ -164,7 +164,7 @@ public final class RxCoroutineExtensionsKt$appAwaitSingle$2 extends k implements th = th3; Error create2 = Error.create(th); CoroutineDispatcher coroutineDispatcher2 = k0.a; - l1Var = n.f3802b; + l1Var = n.f3803b; r3 = new AnonymousClass1(th, ref$ObjectRef2, ref$ObjectRef, null); this.L$0 = create2; this.L$1 = null; 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 1d540372ee..285bc45cf2 100644 --- a/app/src/main/java/com/discord/utilities/error/Error.java +++ b/app/src/main/java/com/discord/utilities/error/Error.java @@ -656,7 +656,7 @@ public class Error { if (response == null) { return null; } - return response.j.f3784b.l; + return response.j.f3785b.l; } @NonNull diff --git a/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java b/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java index 1a68c473d0..f068a206ad 100644 --- a/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java +++ b/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java @@ -15,7 +15,7 @@ public final class ExperimentRegistry { registeredExperiments = linkedHashMap; RegisteredExperiment.Type type = RegisteredExperiment.Type.USER; RegisteredExperiment.Type type2 = RegisteredExperiment.Type.GUILD; - for (Object obj : n.listOf((Object[]) new RegisteredExperiment[]{new RegisteredExperiment("Compact Invite Widget", "2020-01_mobile_invite_suggestion_compact", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Use compact view"}), true), new RegisteredExperiment("Guild Invite Sheet", "2020-12_android_guild_channel_invite_sheet", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen guild invite UI", "Treatment 1: Use the bottom sheet guild invite UI"}), true), new RegisteredExperiment("Disable mentions in landscape", "2020-12_android_disable_landscape_mentions", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hide mentions in landscape"}), true), new RegisteredExperiment("Invite to GDM Sheet", "2020-12_invite_to_gdm", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen GDM invite UI", "Treatment 1: Use the bottom sheet GDM invite UI"}), true), new RegisteredExperiment("Guild Delete Feedback", "2020-12_guild_delete_feedback", type, n.listOf((Object[]) new String[]{"Control: Do not show the feedback modal", "Treatment 1: Show the feedback modal"}), true), new RegisteredExperiment("View Threads", "2021-02_view_threads", type, n.listOf((Object[]) new String[]{"Control: Do not display anything threads-related, except if receiving a notification", "Treatment 1: Show view-only threads features in channel list, in chat view, etc."}), true), new RegisteredExperiment("Create Threads", "2020-09_threads", type2, n.listOf((Object[]) new String[]{"Control: Do not show thread creation entrypoints, or Thread Browser", "Treatment 1: Show thread creation buttons, and show button to open Thread Browser"}), true), new RegisteredExperiment("Disable Camera 2", "2021-02_android_webrtc_camera2", type, n.listOf((Object[]) new String[]{"Control: Use Camera 2 API if supported", "Treatment 1: Force Camera 1 API"}), true), new RegisteredExperiment("MediaSinkWants", "2021-03_android_media_sink_wants", type, n.listOf((Object[]) new String[]{"Control: disabled", "Treatment 1: use MediaSinkWants"}), true), new RegisteredExperiment("Default Invite Expiration", "2021-03_android_extend_invite_expiration", type2, n.listOf((Object[]) new String[]{"Control: Default Invite Expiration is 1 day", "Treatment 1: Default Invite Expiration is 7 days"}), true), new RegisteredExperiment("Emoji Autocomplete Upsell", "2021-03_nitro_emoji_autocomplete_upsell_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Emoji Autocomplete Upsell"}), true), new RegisteredExperiment("Application Command Frecency", "2021-09_android_app_commands_frecency", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show frecent application commands"}), true), new RegisteredExperiment("Attachments Bottom Sheet", "2021-10_android_attachment_bottom_sheet", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show attachments bottom sheet"}), true), new RegisteredExperiment("Guild Event Read States", "2021-11_guild_events_badging", type2, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables guild event ack"}), true), new RegisteredExperiment("Contact Sync: Base Experiment", "2021-04_contact_sync_android_main", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable core Contact Sync features"}), true), new RegisteredExperiment("Stop Offscreen Video Streams", "2021-03_stop_offscreen_video_streams", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Stop offscreen video streams"}), true), new RegisteredExperiment("Hub Multiple Domains", "2021-08_hub_multi_domain_mobile", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable multiple domains for hubs"}), true), new RegisteredExperiment("Enabled Discord Hub Directories", "2021-06_desktop_school_hubs", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Directories"}), true), new RegisteredExperiment("Enabled Discord Hub Emails", "2021-06_hub_email_connection", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Emails"}), true), new RegisteredExperiment("Enabled Discord Hub Study Groups", "2021-10_study_group", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Study Groups Enabled"}), true), new RegisteredExperiment("Enabled Hub Guild Events", "2021-11_hub_events", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enabled hub Guild events"}), true), new RegisteredExperiment("Enable Impression Logging", "2021-08_impression_logging_enabled_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable Impression Logging"}), true), new RegisteredExperiment("AudioManager V2 and OpenSL ES", "2021-05_opensl_default_enable_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Default enable OpenSL", "Treatment 2: Use StoreAudioManagerV2 for output routing"}), true), new RegisteredExperiment("Phone Registration - Bailout to Email", "2021-06_reg_bailout_to_email_android", type, n.listOf((Object[]) new String[]{"Control: Just the back button", "Treatment 1: Static button to bailout to the email tab"}), true), new RegisteredExperiment("Enable Network Action Logging", "2021-07_network_action_logging_android", type, n.listOf((Object[]) new String[]{"Off: No Action logging", "On: Enable Action Logging"}), true), new RegisteredExperiment("Preview Promotions", "2021-06_preview_promotions", type, n.listOf((Object[]) new String[]{"Off: Hit normal endpoint", "On: Hit preview endpoint"}), true), new RegisteredExperiment("Route audio to speakerphone by default", "2021-08_android_speakerphone_default", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Always default to speakerphone"}), true), new RegisteredExperiment("New Thread Perms", "2021-08_threads_permissions", type2, n.listOf((Object[]) new String[]{"Control: Use old threads permissions.", "Treatment 1: Use new threads permissions."}), true), new RegisteredExperiment("SMS Autofill", "2021-09_android_sms_autofill", type, n.listOf((Object[]) new String[]{"Control: No SMS Autofill", "Treatment 1: SMS Code autofills"}), true), new RegisteredExperiment("Android Text-In-Voice", "2021-10_android_textinvoice", type, n.listOf((Object[]) new String[]{"Control: No Android text-in-voice.", "Treatment 1: Android text-in-voice enabled, if it's enabled for the guild."}), true), new RegisteredExperiment("Guild Member Profiles v2", "2021-10_premium_guild_member_profiles", type, n.listOf((Object[]) new String[]{"Control: No editing of guild member premium profiles.", "Treatment 1: Can edit guild member premium profiles"}), true), new RegisteredExperiment("Guild Communication Disabled - Guilds Experiment", "2021-11_guild_communication_disabled_guilds", type2, n.listOf((Object[]) new String[]{"Control: No timing out of malicious users.", "Treatment 1: Can grant the MODERATE_MEMBER permission for timing out malicious users"}), true), new RegisteredExperiment("Guild Communication Disabled - Users Experiment", "2021-11_guild_communication_disabled_users", type, n.listOf((Object[]) new String[]{"Control: No timing out of malicious users.", "Treatment 1: Can grant the MODERATE_MEMBER permission for timing out malicious users"}), true), new RegisteredExperiment("Email Change Confirmation", "2022-01_email_change_confirmation", type, n.listOf((Object[]) new String[]{"Control: No confirmation on email change", "Treatment 1: Require confirmation for email change"}), true), new RegisteredExperiment("Playstation Connected Accounts", "2021-12_connected_accounts_playstation", type, n.listOf((Object[]) new String[]{"Control: User can not link and see linked playstation accounts and can not be shown upsells", "Treatment 1: User can link and see linked playstation accounts and can be shown upsells", "Treatment 2: User can link and see linked playstation accounts but can not be shown upsells"}), true)})) { + for (Object obj : n.listOf((Object[]) new RegisteredExperiment[]{new RegisteredExperiment("Compact Invite Widget", "2020-01_mobile_invite_suggestion_compact", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Use compact view"}), true), new RegisteredExperiment("Guild Invite Sheet", "2020-12_android_guild_channel_invite_sheet", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen guild invite UI", "Treatment 1: Use the bottom sheet guild invite UI"}), true), new RegisteredExperiment("Disable mentions in landscape", "2020-12_android_disable_landscape_mentions", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hide mentions in landscape"}), true), new RegisteredExperiment("Invite to GDM Sheet", "2020-12_invite_to_gdm", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen GDM invite UI", "Treatment 1: Use the bottom sheet GDM invite UI"}), true), new RegisteredExperiment("Guild Delete Feedback", "2020-12_guild_delete_feedback", type, n.listOf((Object[]) new String[]{"Control: Do not show the feedback modal", "Treatment 1: Show the feedback modal"}), true), new RegisteredExperiment("View Threads", "2021-02_view_threads", type, n.listOf((Object[]) new String[]{"Control: Do not display anything threads-related, except if receiving a notification", "Treatment 1: Show view-only threads features in channel list, in chat view, etc."}), true), new RegisteredExperiment("Create Threads", "2020-09_threads", type2, n.listOf((Object[]) new String[]{"Control: Do not show thread creation entrypoints, or Thread Browser", "Treatment 1: Show thread creation buttons, and show button to open Thread Browser"}), true), new RegisteredExperiment("Disable Camera 2", "2021-02_android_webrtc_camera2", type, n.listOf((Object[]) new String[]{"Control: Use Camera 2 API if supported", "Treatment 1: Force Camera 1 API"}), true), new RegisteredExperiment("MediaSinkWants", "2021-03_android_media_sink_wants", type, n.listOf((Object[]) new String[]{"Control: disabled", "Treatment 1: use MediaSinkWants"}), true), new RegisteredExperiment("Default Invite Expiration", "2021-03_android_extend_invite_expiration", type2, n.listOf((Object[]) new String[]{"Control: Default Invite Expiration is 1 day", "Treatment 1: Default Invite Expiration is 7 days"}), true), new RegisteredExperiment("Emoji Autocomplete Upsell", "2021-03_nitro_emoji_autocomplete_upsell_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Emoji Autocomplete Upsell"}), true), new RegisteredExperiment("Application Command Frecency", "2021-09_android_app_commands_frecency", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show frecent application commands"}), true), new RegisteredExperiment("Attachments Bottom Sheet", "2021-10_android_attachment_bottom_sheet", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show attachments bottom sheet"}), true), new RegisteredExperiment("Guild Event Read States", "2021-11_guild_events_badging", type2, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables guild event ack"}), true), new RegisteredExperiment("Contact Sync: Base Experiment", "2021-04_contact_sync_android_main", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable core Contact Sync features"}), true), new RegisteredExperiment("Stop Offscreen Video Streams", "2021-03_stop_offscreen_video_streams", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Stop offscreen video streams"}), true), new RegisteredExperiment("Hub Multiple Domains", "2021-08_hub_multi_domain_mobile", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable multiple domains for hubs"}), true), new RegisteredExperiment("Enabled Discord Hub Directories", "2021-06_desktop_school_hubs", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Directories"}), true), new RegisteredExperiment("Enabled Discord Hub Emails", "2021-06_hub_email_connection", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Emails"}), true), new RegisteredExperiment("Enabled Discord Hub Study Groups", "2021-10_study_group", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Study Groups Enabled"}), true), new RegisteredExperiment("Enabled Hub Guild Events", "2021-11_hub_events", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enabled hub Guild events"}), true), new RegisteredExperiment("Enable Impression Logging", "2021-08_impression_logging_enabled_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable Impression Logging"}), true), new RegisteredExperiment("AudioManager V2 and OpenSL ES", "2021-05_opensl_default_enable_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Default enable OpenSL", "Treatment 2: Use StoreAudioManagerV2 for output routing"}), true), new RegisteredExperiment("Phone Registration - Bailout to Email", "2021-06_reg_bailout_to_email_android", type, n.listOf((Object[]) new String[]{"Control: Just the back button", "Treatment 1: Static button to bailout to the email tab"}), true), new RegisteredExperiment("Enable Network Action Logging", "2021-07_network_action_logging_android", type, n.listOf((Object[]) new String[]{"Off: No Action logging", "On: Enable Action Logging"}), true), new RegisteredExperiment("Preview Promotions", "2021-06_preview_promotions", type, n.listOf((Object[]) new String[]{"Off: Hit normal endpoint", "On: Hit preview endpoint"}), true), new RegisteredExperiment("Route audio to speakerphone by default", "2021-08_android_speakerphone_default", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Always default to speakerphone"}), true), new RegisteredExperiment("New Thread Perms", "2021-08_threads_permissions", type2, n.listOf((Object[]) new String[]{"Control: Use old threads permissions.", "Treatment 1: Use new threads permissions."}), true), new RegisteredExperiment("SMS Autofill", "2021-09_android_sms_autofill", type, n.listOf((Object[]) new String[]{"Control: No SMS Autofill", "Treatment 1: SMS Code autofills"}), true), new RegisteredExperiment("Guild Member Profiles v2", "2021-10_premium_guild_member_profiles", type, n.listOf((Object[]) new String[]{"Control: No editing of guild member premium profiles.", "Treatment 1: Can edit guild member premium profiles"}), true), new RegisteredExperiment("Guild Communication Disabled - Guilds Experiment", "2021-11_guild_communication_disabled_guilds", type2, n.listOf((Object[]) new String[]{"Control: No timing out of malicious users.", "Treatment 1: Can grant the MODERATE_MEMBER permission for timing out malicious users"}), true), new RegisteredExperiment("Guild Communication Disabled - Users Experiment", "2021-11_guild_communication_disabled_users", type, n.listOf((Object[]) new String[]{"Control: No timing out of malicious users.", "Treatment 1: Can grant the MODERATE_MEMBER permission for timing out malicious users"}), true), new RegisteredExperiment("Email Change Confirmation", "2022-01_email_change_confirmation", type, n.listOf((Object[]) new String[]{"Control: No confirmation on email change", "Treatment 1: Require confirmation for email change"}), true), new RegisteredExperiment("Playstation Connected Accounts", "2021-12_connected_accounts_playstation", type, n.listOf((Object[]) new String[]{"Control: User can not link and see linked playstation accounts and can not be shown upsells", "Treatment 1: User can link and see linked playstation accounts and can be shown upsells", "Treatment 2: User can link and see linked playstation accounts but can not be shown upsells"}), true), new RegisteredExperiment("Text In Voice", "2022-03_text_in_voice", type2, n.listOf((Object[]) new String[]{"Control: No text-in-voice for the guild.", "Treatment 1: Display text-in-voice in the guild."}), true)})) { linkedHashMap.put(((RegisteredExperiment) obj).getName(), obj); } } 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 0fd7d2e578..a47bbb2337 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java @@ -223,7 +223,7 @@ public final class NotificationData { private final LinkedHashMap extras; /* renamed from: id reason: collision with root package name */ - private final int f2789id; + private final int f2790id; private boolean ignoreNextClearForAck; public DisplayPayload() { @@ -233,7 +233,7 @@ public final class NotificationData { public DisplayPayload(NotificationData notificationData) { m.checkNotNullParameter(notificationData, "data"); this.data = notificationData; - this.f2789id = new Random().nextInt(Integer.MAX_VALUE); + this.f2790id = new Random().nextInt(Integer.MAX_VALUE); this.extras = new LinkedHashMap<>(); } @@ -270,7 +270,7 @@ public final class NotificationData { } public final int getId() { - return this.f2789id; + return this.f2790id; } 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 8e0779f41a..f31718b747 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java @@ -199,7 +199,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.f3833me)).setKey("me").build(); + Person build = new Person.Builder().setName(context.getString(R.string.f3834me)).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/gifting/GiftStyle.java b/app/src/main/java/com/discord/utilities/gifting/GiftStyle.java index 1005378afe..054b142216 100644 --- a/app/src/main/java/com/discord/utilities/gifting/GiftStyle.java +++ b/app/src/main/java/com/discord/utilities/gifting/GiftStyle.java @@ -18,7 +18,7 @@ public enum GiftStyle { private final int animRes; /* renamed from: id reason: collision with root package name */ - private final int f2790id; + private final int f2791id; private final int staticRes; public static final Companion Companion = new Companion(null); private static final Lazy values$delegate = g.lazy(GiftStyle$Companion$values$2.INSTANCE); @@ -54,7 +54,7 @@ public enum GiftStyle { } GiftStyle(int i, @DrawableRes int i2, @RawRes int i3) { - this.f2790id = i; + this.f2791id = i; this.staticRes = i2; this.animRes = i3; } @@ -68,7 +68,7 @@ public enum GiftStyle { } public final int getId() { - return this.f2790id; + return this.f2791id; } public final int getStaticRes() { 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 ddd1e5348a..9d9198c1f7 100644 --- a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java +++ b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java @@ -46,14 +46,14 @@ public final class GiftingUtils { /* renamed from: id reason: collision with root package name */ - private final int f2791id; + private final int f2792id; SkuTypes(int i) { - this.f2791id = i; + this.f2792id = i; } public final int getId() { - return this.f2791id; + return this.f2792id; } } 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 d18dfa035d..5eb05ceb20 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImages.java +++ b/app/src/main/java/com/discord/utilities/images/MGImages.java @@ -119,7 +119,7 @@ public final class MGImages { public static final ImageRequestBuilder getImageRequest(String str, int i, int i2, boolean z2) { m.checkNotNullParameter(str, "url"); ImageRequestBuilder b2 = ImageRequestBuilder.b(Uri.parse(str)); - b2.f2876b = ImageRequest.c.FULL_FETCH; + b2.f2877b = ImageRequest.c.FULL_FETCH; m.checkNotNullExpressionValue(b2, "requestBuilder"); boolean z3 = false; b2.g = (z2 || !w.contains$default((CharSequence) str, (CharSequence) IconUtils.ANIMATED_IMAGE_EXTENSION, false, 2, (Object) null)) ? ImageRequest.b.SMALL : ImageRequest.b.DEFAULT; @@ -459,7 +459,7 @@ public final class MGImages { m.checkNotNullParameter(changeDetector, "changeDetector"); if (changeDetector.track(imageView, Integer.valueOf(i))) { GenericDraweeHierarchy hierarchy = getHierarchy(imageView); - hierarchy.o(1, hierarchy.f2862b.getDrawable(i)); + hierarchy.o(1, hierarchy.f2863b.getDrawable(i)); } } @@ -469,7 +469,7 @@ public final class MGImages { m.checkNotNullParameter(changeDetector, "changeDetector"); if (changeDetector.track(imageView, Integer.valueOf(i))) { GenericDraweeHierarchy hierarchy = getHierarchy(imageView); - hierarchy.q(hierarchy.f2862b.getDrawable(i), scalingUtils$ScaleType); + hierarchy.q(hierarchy.f2863b.getDrawable(i), scalingUtils$ScaleType); } } 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 f5d1f4a5db..d0ed216390 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 @@ -20,6 +20,6 @@ public final class MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1 extend public MemoryCacheParams get() { MemoryCacheParams memoryCacheParams = super.get(); int i = memoryCacheParams.a; - return new MemoryCacheParams(i, memoryCacheParams.f2867b, memoryCacheParams.c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5L)); + return new MemoryCacheParams(i, memoryCacheParams.f2868b, memoryCacheParams.c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5L)); } } 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 62ecf95dda..b1a819db12 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java @@ -42,7 +42,7 @@ public final class MGImagesConfig { private final DiskCacheConfig newDiskCacheConfig(Context context, String str) { DiskCacheConfig.b bVar = new DiskCacheConfig.b(context, null); - bVar.f2855b = new k(context.getCacheDir()); + bVar.f2856b = new k(context.getCacheDir()); bVar.a = str; bVar.c = MAX_DISK_CACHE_SIZE; DiskCacheConfig diskCacheConfig = new DiskCacheConfig(bVar); 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 2d57313e16..16e7e625c2 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 @@ -340,14 +340,14 @@ public abstract class MemberListRow { /* renamed from: id reason: collision with root package name */ - private final long f2792id; + private final long f2793id; Type(long j) { - this.f2792id = j; + this.f2793id = j; } public final long getId() { - return this.f2792id; + return this.f2793id; } } 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 5ef2c376fa..0efe383f84 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 @@ -22,7 +22,7 @@ public final class RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1 Request c = chain.c(); m.checkParameterIsNotNull(c, "request"); new LinkedHashMap(); - w wVar = c.f3784b; + w wVar = c.f3785b; String str = c.c; RequestBody requestBody = c.e; Map linkedHashMap = c.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c.f); 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 ab342cfe37..300e47b646 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 @@ -149,7 +149,7 @@ public final class SendUtils$compressImageAttachments$1 extends k implements Fun sendUtils$compressImageAttachments$12.L$2 = attachment; sendUtils$compressImageAttachments$12.L$3 = collection2; sendUtils$compressImageAttachments$12.label = 1; - Object C1 = f.C1(k0.f3814b, new b(a.j, context, uri, null), sendUtils$compressImageAttachments$12); + Object C1 = f.C1(k0.f3815b, new b(a.j, context, uri, null), sendUtils$compressImageAttachments$12); if (C1 == coroutine_suspended) { return coroutine_suspended; } 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 6346904217..e45a79bb4a 100644 --- a/app/src/main/java/com/discord/utilities/rest/SendUtils.java +++ b/app/src/main/java/com/discord/utilities/rest/SendUtils.java @@ -496,7 +496,7 @@ public final class SendUtils { m.checkNotNullParameter(function1, "onCompressed"); x0 x0Var = x0.j; CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(x0Var, n.f3802b, null, new SendUtils$compressImageAttachments$1(list, context, function1, null), 2, null); + f.H0(x0Var, n.f3803b, null, new SendUtils$compressImageAttachments$1(list, context, function1, null), 2, null); } public final Observable getSendCommandPayload(ContentResolver contentResolver, ApplicationCommandLocalSendData applicationCommandLocalSendData, List> list) { diff --git a/app/src/main/java/com/discord/utilities/rx/RxCoroutineUtilsKt$toFlow$2$subscription$1.java b/app/src/main/java/com/discord/utilities/rx/RxCoroutineUtilsKt$toFlow$2$subscription$1.java index 5e8cdb93d5..37ca5b504c 100644 --- a/app/src/main/java/com/discord/utilities/rx/RxCoroutineUtilsKt$toFlow$2$subscription$1.java +++ b/app/src/main/java/com/discord/utilities/rx/RxCoroutineUtilsKt$toFlow$2$subscription$1.java @@ -48,7 +48,7 @@ public final class RxCoroutineUtilsKt$toFlow$2$subscription$1 implements g { d.b bVar = d.b.a; d dVar = (d) coroutineContext2.get(bVar); if (dVar == null) { - v1 v1Var = v1.f3818b; + v1 v1Var = v1.f3819b; q0Var = v1.a(); coroutineContext = coroutineContext2.plus(coroutineContext2.plus(q0Var)); CoroutineDispatcher coroutineDispatcher = k0.a; @@ -60,7 +60,7 @@ public final class RxCoroutineUtilsKt$toFlow$2$subscription$1 implements g { dVar = null; } q0 q0Var2 = (q0) dVar; - v1 v1Var2 = v1.f3818b; + v1 v1Var2 = v1.f3819b; q0Var = v1.a.get(); coroutineContext = coroutineContext2.plus(coroutineContext2); CoroutineDispatcher coroutineDispatcher2 = k0.a; @@ -90,7 +90,7 @@ public final class RxCoroutineUtilsKt$toFlow$2$subscription$1 implements g { } w wVar2 = wVar; if (wVar2 != null) { - throw wVar2.f3819b; + throw wVar2.f3820b; } return; } 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 1cf40e8edb..5caa2e9aa4 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 @@ -230,7 +230,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 f2793id; + private final long f2794id; private final boolean isAnimated; private final String name; @@ -238,14 +238,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.f2793id = j; + this.f2794id = 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.f2793id; + j = custom.f2794id; } if ((i & 2) != 0) { z2 = custom.isAnimated; @@ -257,7 +257,7 @@ public final class EmojiNode extends a implements Sp } public final long component1() { - return this.f2793id; + return this.f2794id; } public final boolean component2() { @@ -281,11 +281,11 @@ public final class EmojiNode extends a implements Sp return false; } Custom custom = (Custom) obj; - return this.f2793id == custom.f2793id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); + return this.f2794id == custom.f2794id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); } public final long getId() { - return this.f2793id; + return this.f2794id; } public final String getName() { @@ -293,7 +293,7 @@ public final class EmojiNode extends a implements Sp } public int hashCode() { - int a = b.a(this.f2793id) * 31; + int a = b.a(this.f2794id) * 31; boolean z2 = this.isAnimated; if (z2) { z2 = true; @@ -312,7 +312,7 @@ public final class EmojiNode extends a implements Sp public String toString() { StringBuilder R = b.d.b.a.a.R("Custom(id="); - R.append(this.f2793id); + R.append(this.f2794id); R.append(", isAnimated="); R.append(this.isAnimated); R.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 c5d7250319..86db46bfac 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 @@ -18,7 +18,7 @@ public final class SpoilerNode extends Node implemen private final String content; /* renamed from: id reason: collision with root package name */ - private int f2794id = -1; + private int f2795id = -1; private boolean isRevealed; /* compiled from: SpoilerNode.kt */ @@ -56,7 +56,7 @@ public final class SpoilerNode extends Node implemen } public final int getId() { - return this.f2794id; + return this.f2795id; } @Override // com.discord.utilities.textprocessing.node.Spoilerable @@ -98,7 +98,7 @@ public final class SpoilerNode extends Node implemen } public final void updateState(int i, boolean z2) { - this.f2794id = i; + this.f2795id = 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 0a874b0362..fa53d49135 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 @@ -73,7 +73,7 @@ public final class LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob } if (!LinkifiedTextView.ClickableSpanOnTouchListener.access$isClickHandled$p(this.this$0).getAndSet(true) && f.y0(coroutineScope) && (view = (View) this.$weakView.get()) != null) { CoroutineDispatcher coroutineDispatcher = k0.a; - f.H0(coroutineScope, n.f3802b, null, new LinkifiedTextView$ClickableSpanOnTouchListener$onTouch$newJob$1$invokeSuspend$$inlined$also$lambda$1(view, null, this, coroutineScope), 2, null); + f.H0(coroutineScope, n.f3803b, 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/views/ViewCoroutineScopeKt.java b/app/src/main/java/com/discord/utilities/views/ViewCoroutineScopeKt.java index 5c47dcde40..292c497b8c 100644 --- a/app/src/main/java/com/discord/utilities/views/ViewCoroutineScopeKt.java +++ b/app/src/main/java/com/discord/utilities/views/ViewCoroutineScopeKt.java @@ -38,7 +38,7 @@ public final class ViewCoroutineScopeKt { } u d = f.d(null, 1); CoroutineDispatcher coroutineDispatcher = k0.a; - ref$ObjectRef.element = f.c(CoroutineContext.Element.a.plus((h1) d, n.f3802b.H())); + ref$ObjectRef.element = f.c(CoroutineContext.Element.a.plus((h1) d, n.f3803b.H())); view.getViewTreeObserver().addOnWindowAttachListener(new ViewCoroutineScopeKt$coroutineScope$1(ref$ObjectRef)); view.setTag(i, (CoroutineScope) ref$ObjectRef.element); return (CoroutineScope) ref$ObjectRef.element; 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 ccc79018ba..6df7215ccf 100644 --- a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java +++ b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java @@ -70,7 +70,7 @@ public final class CallSoundManager { private final StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream; /* renamed from: me reason: collision with root package name */ - private final MeUser f2795me; + private final MeUser f2796me; private final RtcConnection.State rtcConnectionState; private final Channel selectedVoiceChannel; private final Map> streamSpectators; @@ -89,7 +89,7 @@ public final class CallSoundManager { this.streamsByUser = map2; this.streamSpectators = map3; this.activeApplicationStream = activeApplicationStream; - this.f2795me = meUser; + this.f2796me = meUser; this.selectedVoiceChannel = channel; } @@ -111,7 +111,7 @@ public final class CallSoundManager { activeApplicationStream = storeState.activeApplicationStream; } if ((i & 32) != 0) { - meUser = storeState.f2795me; + meUser = storeState.f2796me; } if ((i & 64) != 0) { channel = storeState.selectedVoiceChannel; @@ -140,7 +140,7 @@ public final class CallSoundManager { } public final MeUser component6() { - return this.f2795me; + return this.f2796me; } public final Channel component7() { @@ -164,7 +164,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.f2795me, storeState.f2795me) && 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.f2796me, storeState.f2796me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); } public final StoreApplicationStreaming.ActiveApplicationStream getActiveApplicationStream() { @@ -172,7 +172,7 @@ public final class CallSoundManager { } public final MeUser getMe() { - return this.f2795me; + return this.f2796me; } public final RtcConnection.State getRtcConnectionState() { @@ -207,7 +207,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.f2795me; + MeUser meUser = this.f2796me; int hashCode6 = (hashCode5 + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.selectedVoiceChannel; if (channel != null) { @@ -228,7 +228,7 @@ public final class CallSoundManager { R.append(", activeApplicationStream="); R.append(this.activeApplicationStream); R.append(", me="); - R.append(this.f2795me); + R.append(this.f2796me); R.append(", selectedVoiceChannel="); R.append(this.selectedVoiceChannel); R.append(")"); diff --git a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager.java b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager.java index 8a623e3451..5f8b1a60cd 100644 --- a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager.java +++ b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager.java @@ -229,7 +229,7 @@ public final class ScreenShareManager { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager2 = weakReference2 != null ? weakReference2.get() : tooltipManager2; if (tooltipManager2 == null) { - TooltipManager tooltipManager3 = new TooltipManager((b.a.v.a) TooltipManager.a.f2787b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager3 = new TooltipManager((b.a.v.a) TooltipManager.a.f2788b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); tooltipManager2 = tooltipManager3; } diff --git a/app/src/main/java/com/discord/views/CheckedSetting.java b/app/src/main/java/com/discord/views/CheckedSetting.java index d65441bbbb..d6ea957380 100644 --- a/app/src/main/java/com/discord/views/CheckedSetting.java +++ b/app/src/main/java/com/discord/views/CheckedSetting.java @@ -173,7 +173,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { public final TextView a; /* renamed from: b reason: collision with root package name */ - public final TextView f2796b; + public final TextView f2797b; public final LinkifiedTextView c; public final ImageView d; @@ -208,7 +208,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { this.a = textView3; TextView textView4 = n3Var2.e; m.checkNotNullExpressionValue(textView4, "binding.settingTag"); - this.f2796b = textView4; + this.f2797b = textView4; LinkifiedTextView linkifiedTextView2 = n3Var2.d; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.settingSubtext"); this.c = linkifiedTextView2; @@ -229,7 +229,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { @Override // com.discord.views.CheckedSetting.b public TextView e() { - return this.f2796b; + return this.f2797b; } @Override // com.discord.views.CheckedSetting.b @@ -307,10 +307,10 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { public static final class d extends AccessibilityDelegateCompat { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ ViewType f2797b; + public final /* synthetic */ ViewType f2798b; public d(ViewType viewType) { - this.f2797b = viewType; + this.f2798b = viewType; } @Override // androidx.core.view.AccessibilityDelegateCompat @@ -330,7 +330,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { accessibilityNodeInfoCompat.setCheckable(true); accessibilityNodeInfoCompat.setChecked(CheckedSetting.this.isChecked()); Resources resources = view.getResources(); - int ordinal = this.f2797b.ordinal(); + int ordinal = this.f2798b.ordinal(); if (ordinal == 0) { i = R.string.a11y_role_checkbox; } else if (ordinal == 1) { diff --git a/app/src/main/java/com/discord/views/CutoutView.java b/app/src/main/java/com/discord/views/CutoutView.java index 690123ead3..12f1224e0c 100644 --- a/app/src/main/java/com/discord/views/CutoutView.java +++ b/app/src/main/java/com/discord/views/CutoutView.java @@ -36,25 +36,25 @@ public class CutoutView extends FrameLayout { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f2798b; + public final int f2799b; public C0223a() { int i = CutoutView.j; int i2 = CutoutView.k; this.a = i; - this.f2798b = i2; + this.f2799b = i2; } public C0223a(@Px int i, @Px int i2) { this.a = i; - this.f2798b = i2; + this.f2799b = i2; } public C0223a(int i, int i2, int i3) { i = (i3 & 1) != 0 ? CutoutView.j : i; i2 = (i3 & 2) != 0 ? CutoutView.k : i2; this.a = i; - this.f2798b = i2; + this.f2799b = i2; } @Override // com.discord.views.CutoutView.a @@ -63,7 +63,7 @@ public class CutoutView extends FrameLayout { Path path = new Path(); path.addRect(0.0f, 0.0f, i, i2, Path.Direction.CW); Path path2 = new Path(); - path2.addCircle(b.c.a.a0.d.U0(context) ? i - this.f2798b : this.f2798b, this.f2798b, this.a, Path.Direction.CW); + path2.addCircle(b.c.a.a0.d.U0(context) ? i - this.f2799b : this.f2799b, this.f2799b, this.a, Path.Direction.CW); Path path3 = new Path(path); path3.op(path2, Path.Op.DIFFERENCE); return path3; @@ -77,18 +77,18 @@ public class CutoutView extends FrameLayout { return false; } C0223a aVar = (C0223a) obj; - return this.a == aVar.a && this.f2798b == aVar.f2798b; + return this.a == aVar.a && this.f2799b == aVar.f2799b; } public int hashCode() { - return (this.a * 31) + this.f2798b; + return (this.a * 31) + this.f2799b; } public String toString() { StringBuilder R = b.d.b.a.a.R("CircularBadge(badgeRadius="); R.append(this.a); R.append(", inset="); - return b.d.b.a.a.A(R, this.f2798b, ")"); + return b.d.b.a.a.A(R, this.f2799b, ")"); } } @@ -98,11 +98,11 @@ public class CutoutView extends FrameLayout { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f2799b; + public final int f2800b; public b(@IntRange(from = 0) int i, @IntRange(from = 0) int i2) { this.a = i; - this.f2799b = i2; + this.f2800b = i2; } @Override // com.discord.views.CutoutView.a @@ -115,7 +115,7 @@ public class CutoutView extends FrameLayout { float f4 = -f2; float f5 = i2 + f2; if (b.c.a.a0.d.U0(context)) { - float f6 = f - this.f2799b; + float f6 = f - this.f2800b; RectF rectF = new RectF(f6, f4, f3 + f6, f5); Path path = new Path(); path.moveTo(f4, f4); @@ -124,7 +124,7 @@ public class CutoutView extends FrameLayout { path.close(); return path; } - float f7 = this.f2799b; + float f7 = this.f2800b; RectF rectF2 = new RectF(f7 - f3, f4, f7, f5); Path path2 = new Path(); float f8 = f + f2; @@ -143,18 +143,18 @@ public class CutoutView extends FrameLayout { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.f2799b == bVar.f2799b; + return this.a == bVar.a && this.f2800b == bVar.f2800b; } public int hashCode() { - return (this.a * 31) + this.f2799b; + return (this.a * 31) + this.f2800b; } public String toString() { StringBuilder R = b.d.b.a.a.R("End(cutCurveRadiusPx="); R.append(this.a); R.append(", cutDistanceInwardFromEdgePx="); - return b.d.b.a.a.A(R, this.f2799b, ")"); + return b.d.b.a.a.A(R, this.f2800b, ")"); } } diff --git a/app/src/main/java/com/discord/views/FailedUploadList.java b/app/src/main/java/com/discord/views/FailedUploadList.java index 16bc003810..90352b4a63 100644 --- a/app/src/main/java/com/discord/views/FailedUploadList.java +++ b/app/src/main/java/com/discord/views/FailedUploadList.java @@ -37,14 +37,14 @@ public final class FailedUploadList extends LinearLayout { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f2800b; + public final long f2801b; public final String c; public a(String str, long j, String str2) { m.checkNotNullParameter(str, "displayName"); m.checkNotNullParameter(str2, "mimeType"); this.a = str; - this.f2800b = j; + this.f2801b = j; this.c = str2; } @@ -56,13 +56,13 @@ public final class FailedUploadList extends LinearLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.f2800b == aVar.f2800b && m.areEqual(this.c, aVar.c); + return m.areEqual(this.a, aVar.a) && this.f2801b == aVar.f2801b && m.areEqual(this.c, aVar.c); } public int hashCode() { String str = this.a; int i = 0; - int a = (a0.a.a.b.a(this.f2800b) + ((str != null ? str.hashCode() : 0) * 31)) * 31; + int a = (a0.a.a.b.a(this.f2801b) + ((str != null ? str.hashCode() : 0) * 31)) * 31; String str2 = this.c; if (str2 != null) { i = str2.hashCode(); @@ -74,7 +74,7 @@ public final class FailedUploadList extends LinearLayout { StringBuilder R = b.d.b.a.a.R("SingleFailedUpload(displayName="); R.append(this.a); R.append(", sizeBytes="); - R.append(this.f2800b); + R.append(this.f2801b); R.append(", mimeType="); return b.d.b.a.a.H(R, this.c, ")"); } @@ -123,12 +123,12 @@ public final class FailedUploadList extends LinearLayout { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f2801b; + public final long f2802b; public C0224b(int i, long j) { super(null); this.a = i; - this.f2801b = j; + this.f2802b = j; } public boolean equals(Object obj) { @@ -139,18 +139,18 @@ public final class FailedUploadList extends LinearLayout { return false; } C0224b bVar = (C0224b) obj; - return this.a == bVar.a && this.f2801b == bVar.f2801b; + return this.a == bVar.a && this.f2802b == bVar.f2802b; } public int hashCode() { - return a0.a.a.b.a(this.f2801b) + (this.a * 31); + return a0.a.a.b.a(this.f2802b) + (this.a * 31); } public String toString() { StringBuilder R = b.d.b.a.a.R("ManyFailedUploads(uploadCount="); R.append(this.a); R.append(", sizeBytes="); - return b.d.b.a.a.B(R, this.f2801b, ")"); + return b.d.b.a.a.B(R, this.f2802b, ")"); } } @@ -242,12 +242,12 @@ 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.c), FileUtilsKt.getSizeSubtitle(aVar.f2800b)); + failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.c), FileUtilsKt.getSizeSubtitle(aVar.f2801b)); } } else if (obj instanceof b.C0224b) { b.C0224b bVar = (b.C0224b) obj; int i2 = bVar.a; - long j2 = bVar.f2801b; + long j2 = bVar.f2802b; ((View) u.first((List) getFailedUploadViews())).setVisibility(0); FailedUploadView failedUploadView3 = (FailedUploadView) u.first((List) getFailedUploadViews()); Resources resources = failedUploadView3.getResources(); diff --git a/app/src/main/java/com/discord/views/NumericBadgingView.java b/app/src/main/java/com/discord/views/NumericBadgingView.java index 4f9378f52a..d8a3b4ae01 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 int r = DimenUtils.dpToPixels(8); /* renamed from: s reason: collision with root package name */ - public float f2802s = DimenUtils.dpToPixels(4); + public float f2803s = DimenUtils.dpToPixels(4); public RectF t = new RectF(); public String u = ""; public final Paint v; @@ -33,12 +33,12 @@ public final class NumericBadgingView extends CutoutView { public final RectF a; /* renamed from: b reason: collision with root package name */ - public final float f2803b; + public final float f2804b; public a(RectF rectF, float f) { m.checkNotNullParameter(rectF, "badgeRect"); this.a = rectF; - this.f2803b = f; + this.f2804b = f; } @Override // com.discord.views.CutoutView.a @@ -48,10 +48,10 @@ public final class NumericBadgingView extends CutoutView { if (d.U0(context)) { rectF.offset(i - this.a.width(), 0.0f); } - float f = this.f2803b; + float f = this.f2804b; rectF.inset(-f, -f); Path path = new Path(); - float height = ((2 * this.f2803b) + this.a.height()) / 2.0f; + float height = ((2 * this.f2804b) + this.a.height()) / 2.0f; path.addRoundRect(rectF, height, height, Path.Direction.CW); Path path2 = new Path(); path2.addRect(0.0f, 0.0f, i, i2, Path.Direction.CW); @@ -68,19 +68,19 @@ public final class NumericBadgingView extends CutoutView { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && Float.compare(this.f2803b, aVar.f2803b) == 0; + return m.areEqual(this.a, aVar.a) && Float.compare(this.f2804b, aVar.f2804b) == 0; } public int hashCode() { RectF rectF = this.a; - return Float.floatToIntBits(this.f2803b) + ((rectF != null ? rectF.hashCode() : 0) * 31); + return Float.floatToIntBits(this.f2804b) + ((rectF != null ? rectF.hashCode() : 0) * 31); } public String toString() { StringBuilder R = b.d.b.a.a.R("BadgeRectStyle(badgeRect="); R.append(this.a); R.append(", insetPx="); - R.append(this.f2803b); + R.append(this.f2804b); R.append(")"); return R.toString(); } @@ -158,7 +158,7 @@ public final class NumericBadgingView extends CutoutView { float f = textSize / 2.0f; float measureText = i >= 10 ? (this.w.measureText(this.u) + textSize) / 2.0f : f; this.t.set(-measureText, -f, measureText, f); - setStyle(new a(this.t, this.f2802s)); + setStyle(new a(this.t, this.f2803s)); invalidate(); } } diff --git a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java index de760ec9e0..05fda28f98 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java +++ b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java @@ -40,7 +40,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { public final SimpleRecyclerAdapter A; /* renamed from: z reason: collision with root package name */ - public final w0 f2804z; + public final w0 f2805z; /* compiled from: OverlayMenuBubbleDialog.kt */ /* loaded from: classes2.dex */ @@ -122,7 +122,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { sb.append(intValue); str = sb.toString(); } - TextView textView = overlayMenuBubbleDialog.f2804z.d; + TextView textView = overlayMenuBubbleDialog.f2805z.d; m.checkNotNullExpressionValue(textView, "binding.overlayMembersOverflowTv"); ViewExtensions.setTextAndVisibilityBy(textView, str); return Unit.a; @@ -152,7 +152,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { if (overlayMenuView != null) { w0 w0Var = new w0((LinearLayout) inflate, linearLayout, findViewById, textView, recyclerView, overlayMenuView); m.checkNotNullExpressionValue(w0Var, "OverlayBubbleMenuBinding…rom(context), this, true)"); - this.f2804z = w0Var; + this.f2805z = w0Var; this.A = new SimpleRecyclerAdapter<>(null, n.j, 1, null); overlayMenuView.setOnDismissRequested$app_productionBetaRelease(new p(0, this)); setClipChildren(false); @@ -169,18 +169,18 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { public Animator getClosingAnimator() { AnimatorSet animatorSet = new AnimatorSet(); animatorSet.setStartDelay(getResources().getInteger(17694720)); - OverlayMenuView overlayMenuView = this.f2804z.f; + OverlayMenuView overlayMenuView = this.f2805z.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView.getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f2804z.f); + loadAnimator.setTarget(this.f2805z.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_out); - loadAnimator2.setTarget(this.f2804z.f217b); + loadAnimator2.setTarget(this.f2805z.f217b); animatorSet.playTogether(loadAnimator, loadAnimator2); return animatorSet; } public final View getLinkedAnchorView() { - View view = this.f2804z.c; + View view = this.f2805z.c; m.checkNotNullExpressionValue(view, "binding.overlayLinkedAnchorView"); return view; } @@ -188,23 +188,23 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { @Override // android.view.ViewGroup, android.view.View public void onAttachedToWindow() { super.onAttachedToWindow(); - OverlayMenuView overlayMenuView = this.f2804z.f; + OverlayMenuView overlayMenuView = this.f2805z.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); overlayMenuView.setAlpha(0.0f); - LinearLayout linearLayout = this.f2804z.f217b; + LinearLayout linearLayout = this.f2805z.f217b; m.checkNotNullExpressionValue(linearLayout, "binding.overlayHeader"); linearLayout.setAlpha(0.0f); AnimatorSet animatorSet = new AnimatorSet(); - OverlayMenuView overlayMenuView2 = this.f2804z.f; + OverlayMenuView overlayMenuView2 = this.f2805z.f; m.checkNotNullExpressionValue(overlayMenuView2, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView2.getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f2804z.f); + loadAnimator.setTarget(this.f2805z.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_in); - loadAnimator2.setTarget(this.f2804z.f217b); + loadAnimator2.setTarget(this.f2805z.f217b); animatorSet.playTogether(loadAnimator, loadAnimator2); animatorSet.setStartDelay(getResources().getInteger(17694720)); animatorSet.start(); - RecyclerView recyclerView = this.f2804z.e; + RecyclerView recyclerView = this.f2805z.e; m.checkNotNullExpressionValue(recyclerView, "binding.overlayMembersRv"); recyclerView.setAdapter(this.A); Observable F = StoreStream.Companion.getVoiceChannelSelected().observeSelectedVoiceChannelId().Y(b.j).F(c.j); diff --git a/app/src/main/java/com/discord/views/OverlayMenuView.java b/app/src/main/java/com/discord/views/OverlayMenuView.java index b95bf5bd8e..c90e4907ee 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuView.java +++ b/app/src/main/java/com/discord/views/OverlayMenuView.java @@ -47,14 +47,14 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent public final Long a; /* renamed from: b reason: collision with root package name */ - public final Guild f2805b; + public final Guild f2806b; public final CallModel c; public final RtcConnection.Quality d; public a(Long l, Guild guild, CallModel callModel, RtcConnection.Quality quality) { m.checkNotNullParameter(quality, "rtcQuality"); this.a = l; - this.f2805b = guild; + this.f2806b = guild; this.c = callModel; this.d = quality; } @@ -95,7 +95,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent overlayMenuView.k.f168b.e.setImageResource(VoiceViewUtils.INSTANCE.getQualityIndicator(aVar2.d)); TextView textView2 = overlayMenuView.k.f168b.c; m.checkNotNullExpressionValue(textView2, "binding.content.overlayGuildName"); - Guild guild = aVar2.f2805b; + Guild guild = aVar2.f2806b; String name = guild != null ? guild.getName() : null; if (name == null) { name = ""; diff --git a/app/src/main/java/com/discord/views/PileView.java b/app/src/main/java/com/discord/views/PileView.java index 267f95637c..7ca6fc82ac 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 int r; /* renamed from: s reason: collision with root package name */ - public final CutoutView.a f2806s; + public final CutoutView.a f2807s; public int t; public boolean u; @ColorInt @@ -113,13 +113,13 @@ public final class PileView extends FrameLayout { public final Function1 a; /* renamed from: b reason: collision with root package name */ - public final Function0 f2807b; + public final Function0 f2808b; /* JADX WARN: Multi-variable type inference failed */ public c(Function1 function1, Function0 function0) { m.checkNotNullParameter(function1, "getImageURI"); this.a = function1; - this.f2807b = function0; + this.f2808b = function0; } } @@ -154,7 +154,7 @@ public final class PileView extends FrameLayout { obtainStyledAttributes.recycle(); int i = this.n; int i2 = this.r; - this.f2806s = new CutoutView.a.b((this.m / 2) + i2, i + i2); + this.f2807s = new CutoutView.a.b((this.m / 2) + i2, i + i2); if (isInEditMode()) { setItems(n.listOf((Object[]) new c[]{new c(a.j, b.j), new c(a.k, b.k), new c(a.l, b.l)})); } @@ -216,10 +216,10 @@ public final class PileView extends FrameLayout { simpleDraweeView.setVisibility(0); } if (i2 != i || size > 0) { - cutoutView.setStyle(this.f2806s); + cutoutView.setStyle(this.f2807s); } String invoke = cVar.a.invoke(Integer.valueOf(IconUtils.getMediaProxySize(this.m))); - Function0 function0 = cVar.f2807b; + Function0 function0 = cVar.f2808b; String invoke2 = function0 != null ? function0.invoke() : null; m.checkNotNullExpressionValue(textView, "itemBinding.pileItemInitials"); int i8 = 8; diff --git a/app/src/main/java/com/discord/views/VoiceUserView.java b/app/src/main/java/com/discord/views/VoiceUserView.java index d42a9b58a6..a0a86f1aa3 100644 --- a/app/src/main/java/com/discord/views/VoiceUserView.java +++ b/app/src/main/java/com/discord/views/VoiceUserView.java @@ -47,7 +47,7 @@ public final class VoiceUserView extends FrameLayout { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2808s; + public boolean f2809s; /* compiled from: VoiceUserView.kt */ /* loaded from: classes2.dex */ @@ -203,7 +203,7 @@ public final class VoiceUserView extends FrameLayout { @MainThread public final void setAnimateAvatarWhenRinging(boolean z2) { - this.f2808s = z2; + this.f2809s = z2; } @MainThread 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 0560776bc6..ebcbfa4d1e 100644 --- a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java +++ b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java @@ -71,17 +71,17 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public DisplayCutoutCompat r; /* renamed from: s reason: collision with root package name */ - public boolean f2809s; + public boolean f2810s; public VideoCallGridAdapter.CallUiInsets t; public boolean u; public Drawable v; public Drawable w; /* renamed from: x reason: collision with root package name */ - public Function2 f2810x; + public Function2 f2811x; /* renamed from: y reason: collision with root package name */ - public Function2 f2811y; + public Function2 f2812y; /* compiled from: VideoCallParticipantView.kt */ /* loaded from: classes2.dex */ @@ -89,7 +89,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final String a; /* renamed from: b reason: collision with root package name */ - public final StoreVoiceParticipants.VoiceUser f2812b; + public final StoreVoiceParticipants.VoiceUser f2813b; public final boolean c; public final RendererCommon.ScalingType d; public final RendererCommon.ScalingType e; @@ -122,14 +122,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final boolean a; /* renamed from: b reason: collision with root package name */ - public final StreamResolution f2813b; + public final StreamResolution f2814b; public final StreamFps c; public final boolean d; public a(boolean z2, StreamResolution streamResolution, StreamFps streamFps, boolean z3) { m.checkNotNullParameter(streamResolution, "resolution"); this.a = z2; - this.f2813b = streamResolution; + this.f2814b = streamResolution; this.c = streamFps; this.d = z3; } @@ -142,7 +142,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.f2813b, aVar.f2813b) && m.areEqual(this.c, aVar.c) && this.d == aVar.d; + return this.a == aVar.a && m.areEqual(this.f2814b, aVar.f2814b) && m.areEqual(this.c, aVar.c) && this.d == aVar.d; } public int hashCode() { @@ -155,7 +155,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - StreamResolution streamResolution = this.f2813b; + StreamResolution streamResolution = this.f2814b; int i6 = 0; int hashCode = (i5 + (streamResolution != null ? streamResolution.hashCode() : 0)) * 31; StreamFps streamFps = this.c; @@ -174,7 +174,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StringBuilder R = b.d.b.a.a.R("StreamQualityIndicatorData(showPremiumIcon="); R.append(this.a); R.append(", resolution="); - R.append(this.f2813b); + R.append(this.f2814b); R.append(", fps="); R.append(this.c); R.append(", isBadQuality="); @@ -185,7 +185,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public ParticipantData(StoreVoiceParticipants.VoiceUser voiceUser, boolean z2, RendererCommon.ScalingType scalingType, RendererCommon.ScalingType scalingType2, ApplicationStreamState applicationStreamState, Type type, boolean z3, boolean z4, a aVar) { m.checkNotNullParameter(voiceUser, "voiceParticipant"); m.checkNotNullParameter(type, "type"); - this.f2812b = voiceUser; + this.f2813b = voiceUser; this.c = z2; this.d = scalingType; this.e = scalingType2; @@ -218,7 +218,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.f2812b : null; + StoreVoiceParticipants.VoiceUser voiceUser2 = (i & 1) != 0 ? participantData.f2813b : null; boolean z5 = (i & 2) != 0 ? participantData.c : z2; RendererCommon.ScalingType scalingType3 = (i & 4) != 0 ? participantData.d : scalingType; RendererCommon.ScalingType scalingType4 = (i & 8) != 0 ? participantData.e : scalingType2; @@ -239,15 +239,15 @@ public final class VideoCallParticipantView extends ConstraintLayout implements VoiceState voiceState; int ordinal = this.g.ordinal(); if (ordinal == 0) { - VoiceState voiceState2 = this.f2812b.getVoiceState(); + VoiceState voiceState2 = this.f2813b.getVoiceState(); if (voiceState2 == null || !voiceState2.j()) { return null; } - return this.f2812b.getCallStreamId(); + return this.f2813b.getCallStreamId(); } else if (ordinal == 1) { ApplicationStreamState applicationStreamState = this.f; - if ((applicationStreamState == ApplicationStreamState.CONNECTING || applicationStreamState == ApplicationStreamState.ACTIVE || applicationStreamState == ApplicationStreamState.PAUSED) && (voiceState = this.f2812b.getVoiceState()) != null && voiceState.i()) { - return this.f2812b.getApplicationStreamId(); + if ((applicationStreamState == ApplicationStreamState.CONNECTING || applicationStreamState == ApplicationStreamState.ACTIVE || applicationStreamState == ApplicationStreamState.PAUSED) && (voiceState = this.f2813b.getVoiceState()) != null && voiceState.i()) { + return this.f2813b.getApplicationStreamId(); } return null; } else { @@ -269,7 +269,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } ParticipantData participantData = (ParticipantData) obj; - return m.areEqual(this.f2812b, participantData.f2812b) && this.c == participantData.c && 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.f2813b, participantData.f2813b) && this.c == participantData.c && 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 @@ -278,7 +278,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements } public int hashCode() { - StoreVoiceParticipants.VoiceUser voiceUser = this.f2812b; + StoreVoiceParticipants.VoiceUser voiceUser = this.f2813b; int i = 0; int hashCode = (voiceUser != null ? voiceUser.hashCode() : 0) * 31; boolean z2 = this.c; @@ -320,7 +320,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public String toString() { StringBuilder R = b.d.b.a.a.R("ParticipantData(voiceParticipant="); - R.append(this.f2812b); + R.append(this.f2813b); R.append(", mirrorVideo="); R.append(this.c); R.append(", scalingType="); @@ -447,9 +447,9 @@ public final class VideoCallParticipantView extends ConstraintLayout implements @Override // android.view.View.OnClickListener public final void onClick(View view) { - Function2 function2 = VideoCallParticipantView.this.f2810x; + Function2 function2 = VideoCallParticipantView.this.f2811x; ParticipantData.a aVar = this.k; - function2.invoke(aVar.f2813b, aVar.c); + function2.invoke(aVar.f2814b, aVar.c); } } @@ -542,8 +542,8 @@ public final class VideoCallParticipantView extends ConstraintLayout implements this.t = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); this.v = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator); this.w = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator_split_pill); - this.f2810x = t.j; - this.f2811y = t.k; + this.f2811x = t.j; + this.f2812y = t.k; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet2, R.a.VideoCallParticipantView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr… 0\n )"); @@ -588,7 +588,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements VideoCallGridAdapter.CallUiInsets callUiInsets2 = null; DisplayCutoutCompat displayCutoutCompat2 = (i & 2) != 0 ? videoCallParticipantView.r : null; if ((i & 4) != 0) { - z2 = videoCallParticipantView.f2809s; + z2 = videoCallParticipantView.f2810s; } if ((i & 8) != 0) { callUiInsets2 = videoCallParticipantView.t; @@ -614,7 +614,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements ImageView imageView = this.j.f; m.checkNotNullExpressionValue(imageView, "binding.participantFullscreenStreamqualIcon"); imageView.setVisibility(aVar.a ? 0 : 8); - StreamResolution streamResolution = aVar.f2813b; + StreamResolution streamResolution = aVar.f2814b; Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); CharSequence a2 = streamResolution.a(context); @@ -649,7 +649,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements textView2.setVisibility(i); textView2.setTextColor(ContextCompat.getColor(textView2.getContext(), i2)); textView2.requestLayout(); - this.f2811y.invoke(aVar.f2813b, aVar.c); + this.f2812y.invoke(aVar.f2814b, aVar.c); b(true); } @@ -684,10 +684,10 @@ public final class VideoCallParticipantView extends ConstraintLayout implements boolean z6; m.checkNotNullParameter(callUiInsets, "callUiInsets"); this.r = displayCutoutCompat; - this.f2809s = z2; + this.f2810s = z2; this.t = callUiInsets; this.u = z3; - StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.f2812b : null; + StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.f2813b : null; if (voiceUser != null) { String colorId = RepresentativeColorsKt.getColorId(voiceUser.getUser()); this.j.f99s.setOnBitmapLoadedListener(new k(colorId)); @@ -808,7 +808,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullExpressionValue(textView9, "binding.participantLiveIndicator"); textView9.setVisibility(8); this.j.n.setOnClickListener(new n(this, participantData)); - StreamContext streamContext = participantData.f2812b.getStreamContext(); + StreamContext streamContext = participantData.f2813b.getStreamContext(); StoreApplicationStreamPreviews.StreamPreview preview = streamContext != null ? streamContext.getPreview() : null; if (preview instanceof StoreApplicationStreamPreviews.StreamPreview.Resolved) { this.j.m.setImageURI(((StoreApplicationStreamPreviews.StreamPreview.Resolved) preview).getUrl()); @@ -934,7 +934,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements ConstraintSet constraintSet = new ConstraintSet(); constraintSet.clone(this); DisplayCutoutCompat displayCutoutCompat2 = this.r; - if ((displayCutoutCompat2 != null ? displayCutoutCompat2.getSafeInsetTop() : 0) > 0 && this.f2809s) { + if ((displayCutoutCompat2 != null ? displayCutoutCompat2.getSafeInsetTop() : 0) > 0 && this.f2810s) { LinearLayout linearLayout3 = this.j.r; m.checkNotNullExpressionValue(linearLayout3, "binding.participantVoiceIndicators"); if (!(linearLayout3.getVisibility() == 0)) { diff --git a/app/src/main/java/com/discord/views/experiments/ExperimentOverrideView.java b/app/src/main/java/com/discord/views/experiments/ExperimentOverrideView.java index c61e482cc5..8097b5ad90 100644 --- a/app/src/main/java/com/discord/views/experiments/ExperimentOverrideView.java +++ b/app/src/main/java/com/discord/views/experiments/ExperimentOverrideView.java @@ -51,7 +51,7 @@ public final class ExperimentOverrideView extends ConstraintLayout { m.checkNotNullExpressionValue(textView2, "ViewSimpleSpinnerDropdow…ntext), null, false).root"); textView = textView2; } - ((TextView) textView).setText(this.j.get(i).f2814b); + ((TextView) textView).setText(this.j.get(i).f2815b); return textView; } @@ -93,12 +93,12 @@ public final class ExperimentOverrideView extends ConstraintLayout { public final Integer a; /* renamed from: b reason: collision with root package name */ - public final String f2814b; + public final String f2815b; public b(Integer num, String str) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); this.a = num; - this.f2814b = str; + this.f2815b = str; } public boolean equals(Object obj) { @@ -109,14 +109,14 @@ public final class ExperimentOverrideView extends ConstraintLayout { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2814b, bVar.f2814b); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.f2815b, bVar.f2815b); } public int hashCode() { Integer num = this.a; int i = 0; int hashCode = (num != null ? num.hashCode() : 0) * 31; - String str = this.f2814b; + String str = this.f2815b; if (str != null) { i = str.hashCode(); } @@ -127,7 +127,7 @@ public final class ExperimentOverrideView extends ConstraintLayout { StringBuilder R = b.d.b.a.a.R("SpinnerItem(bucket="); R.append(this.a); R.append(", text="); - return b.d.b.a.a.H(R, this.f2814b, ")"); + return b.d.b.a.a.H(R, this.f2815b, ")"); } } 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 35af42b2d7..131618eedd 100644 --- a/app/src/main/java/com/discord/views/steps/StepsView.java +++ b/app/src/main/java/com/discord/views/steps/StepsView.java @@ -90,7 +90,7 @@ public final class StepsView extends RelativeLayout { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f2815b; + public final int f2816b; public final int c; public final Function1 d; public final Function1 e; @@ -113,7 +113,7 @@ public final class StepsView extends RelativeLayout { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2816s; + public final boolean f2817s; public final boolean t; /* JADX WARN: Illegal instructions before constructor call */ @@ -144,7 +144,7 @@ public final class StepsView extends RelativeLayout { this.p = null; this.q = function14; this.r = z6; - this.f2816s = z7; + this.f2817s = z7; this.t = z5; } @@ -156,7 +156,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.f2816s == aVar.f2816s && 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.f2817s == aVar.f2817s && this.t == aVar.t; } public int hashCode() { @@ -183,7 +183,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.f2816s; + boolean z3 = this.f2817s; if (z3) { z3 = true; } @@ -218,7 +218,7 @@ public final class StepsView extends RelativeLayout { R.append(", canNext="); R.append(this.r); R.append(", canCancel="); - R.append(this.f2816s); + R.append(this.f2817s); R.append(", allowScroll="); return b.d.b.a.a.M(R, this.t, ")"); } @@ -250,7 +250,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.f2815b = i2; + this.f2816b = i2; this.c = i3; this.d = function1; this.e = function12; @@ -311,17 +311,17 @@ public final class StepsView extends RelativeLayout { public static final class e extends ViewPager2.OnPageChangeCallback { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Function1 f2817b; + public final /* synthetic */ Function1 f2818b; public final /* synthetic */ Function0 c; public e(Function1 function1, Function0 function0) { - this.f2817b = function1; + this.f2818b = function1; this.c = function0; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageSelected(int i) { - this.f2817b.invoke(Integer.valueOf(i)); + this.f2818b.invoke(Integer.valueOf(i)); StepsView stepsView = StepsView.this; Function0 function0 = this.c; int i2 = StepsView.j; @@ -468,7 +468,7 @@ public final class StepsView extends RelativeLayout { viewPager2.setUserInputEnabled(((b) list.get(i)).i); TextView textView = this.k.c; m.checkNotNullExpressionValue(textView, "binding.stepsCancel"); - textView.setText(getContext().getString(((b) list.get(i)).f2815b)); + textView.setText(getContext().getString(((b) list.get(i)).f2816b)); this.k.e.setText(getContext().getString(((b) list.get(i)).c)); MaterialButton materialButton = this.k.f; m.checkNotNullExpressionValue(materialButton, "binding.stepsNext"); 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 c9aef05cb6..f356153a61 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java @@ -48,7 +48,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public final User a; /* renamed from: b reason: collision with root package name */ - public final Presence f2818b; + public final Presence f2819b; public final StreamContext c; public final boolean d; public final GuildMember e; @@ -56,7 +56,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public a(User user, Presence presence, StreamContext streamContext, boolean z2, GuildMember guildMember) { m.checkNotNullParameter(user, "user"); this.a = user; - this.f2818b = presence; + this.f2819b = presence; this.c = streamContext; this.d = z2; this.e = guildMember; @@ -66,7 +66,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { int i2 = i & 16; m.checkNotNullParameter(user, "user"); this.a = user; - this.f2818b = presence; + this.f2819b = presence; this.c = streamContext; this.d = z2; this.e = null; @@ -80,14 +80,14 @@ public final class UserAvatarPresenceView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.f2818b, aVar.f2818b) && m.areEqual(this.c, aVar.c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.f2819b, aVar.f2819b) && m.areEqual(this.c, aVar.c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { User user = this.a; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - Presence presence = this.f2818b; + Presence presence = this.f2819b; int hashCode2 = (hashCode + (presence != null ? presence.hashCode() : 0)) * 31; StreamContext streamContext = this.c; int hashCode3 = (hashCode2 + (streamContext != null ? streamContext.hashCode() : 0)) * 31; @@ -110,7 +110,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { StringBuilder R = b.d.b.a.a.R("ViewState(user="); R.append(this.a); R.append(", presence="); - R.append(this.f2818b); + R.append(this.f2819b); R.append(", streamContext="); R.append(this.c); R.append(", showPresence="); @@ -263,14 +263,14 @@ public final class UserAvatarPresenceView extends RelativeLayout { } StatusView statusView = this.j.e; m.checkNotNullExpressionValue(statusView, "binding.userAvatarPresenceStatus"); - if (aVar.d || !UserUtils.INSTANCE.isStatusVisible(aVar.a, aVar.f2818b, true)) { + if (aVar.d || !UserUtils.INSTANCE.isStatusVisible(aVar.a, aVar.f2819b, true)) { z3 = false; } if (!z3) { i = 8; } statusView.setVisibility(i); - this.j.e.setPresence(aVar.f2818b); + this.j.e.setPresence(aVar.f2819b); } z2 = IconUtils.INSTANCE.isDataUrlForGif(str); } @@ -287,7 +287,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { if (!z3) { } statusView2.setVisibility(i); - this.j.e.setPresence(aVar.f2818b); + this.j.e.setPresence(aVar.f2819b); } @Override // android.widget.RelativeLayout, android.view.View 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 b31434a9f9..3560c4c593 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.f2819b.observeUser(this.a).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE); + Observable F = this.f2820b.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.c), this.d.getForUser(this.a, false), a.a); m.checkNotNullExpressionValue(i, "Observable.combineLatest…nce = true,\n )\n }"); 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 4b3d721567..a048113f16 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 @@ -86,6 +86,6 @@ public final class WidgetOauth2AuthorizeSamsung$authorizeForSamsung$2 extends o public final void invoke2(RestAPIParams.OAuth2Authorize.ResponsePost responsePost) { m.checkNotNullParameter(responsePost, "it"); WidgetOauth2AuthorizeSamsung.Companion.access$logI(WidgetOauth2AuthorizeSamsung.Companion, "POST /authorize success"); - f.H0(x0.j, k0.f3814b, null, new AnonymousClass1(responsePost, null), 2, null); + f.H0(x0.j, k0.f3815b, null, new AnonymousClass1(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 26a44626b6..c3a93a3e5a 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsung.java @@ -136,16 +136,16 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { } private final void handleConnectActivityFailure(SamsungConnectActivity.Result.Failure failure) { - if (failure.a && failure.f2774b < 2) { + if (failure.a && failure.f2775b < 2) { Companion.logW$default(Companion, "Retrying SA connection.\nBecause sometimes it just doesn't bind the first time.", null, 2, null); - SamsungConnectActivity.b(requireContext(), this.samsungConnectLauncher, failure.f2774b); + SamsungConnectActivity.b(requireContext(), this.samsungConnectLauncher, failure.f2775b); } } private final void handleConnectActivitySuccess(SamsungConnectActivity.Result.Success success) { String str = success.a; this.samsungAuthCode = str; - startSamsungAccountLink(success.f2775b, str); + startSamsungAccountLink(success.f2776b, str); } private final void startSamsungAccountLink(String str, String str2) { @@ -228,7 +228,7 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$1 = str2; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$2 = xVar2; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 1; - Object C1 = f.C1(k0.f3814b, new b.a.r.a(str, xVar2, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); + Object C1 = f.C1(k0.f3815b, new b.a.r.a(str, xVar2, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); if (C1 == coroutine_suspended) { return coroutine_suspended; } @@ -247,7 +247,7 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { Companion companion = Companion; Companion.access$logI(companion, "POST /callback success " + ((Uri) obj)); CoroutineDispatcher coroutineDispatcher = k0.a; - l1Var = n.f3802b; + l1Var = n.f3803b; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2 = new WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(widgetOauth2AuthorizeSamsung, null); widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$0 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 3; @@ -274,14 +274,14 @@ public final class WidgetOauth2AuthorizeSamsung extends WidgetOauth2Authorize { widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$1 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$2 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 2; - obj = f.C1(k0.f3814b, new b(state, str3, queryParameter, xVar, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); + obj = f.C1(k0.f3815b, new b(state, str3, queryParameter, xVar, null), widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1); if (obj == coroutine_suspended) { return coroutine_suspended; } Companion companion3 = Companion; Companion.access$logI(companion3, "POST /callback success " + ((Uri) obj)); CoroutineDispatcher coroutineDispatcher2 = k0.a; - l1Var = n.f3802b; + l1Var = n.f3803b; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2 = new WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(widgetOauth2AuthorizeSamsung, null); widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.L$0 = null; widgetOauth2AuthorizeSamsung$samsungCallbackHandshake$1.label = 3; 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 56af4ed855..a8682599ef 100644 --- a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java +++ b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java @@ -88,7 +88,7 @@ public final class WidgetBugReport extends AppFragment { m.checkNotNullParameter(screenshot, "screenshot"); Intent intent = new Intent(); intent.putExtra(WidgetBugReport.INTENT_EXTRA_SCREENSHOT_URI, screenshot.a.toString()); - intent.putExtra(WidgetBugReport.INTENT_EXTRA_SCREENSHOT_FILENAME, screenshot.f2777b); + intent.putExtra(WidgetBugReport.INTENT_EXTRA_SCREENSHOT_FILENAME, screenshot.f2778b); j.d(context, WidgetBugReport.class, intent); } } diff --git a/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1.java b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1.java new file mode 100644 index 0000000000..8afebc0a98 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1.java @@ -0,0 +1,35 @@ +package com.discord.widgets.channels; + +import androidx.fragment.app.FragmentActivity; +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.channels.WidgetTextInVoiceOnboarding; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: TextInVoiceOnboardingManager.kt */ +/* loaded from: classes2.dex */ +public final class TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1 extends o implements Function1 { + public final /* synthetic */ Function0 $onCtaClicked; + + /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ + public TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1(Function0 function0) { + super(1); + this.$onCtaClicked = function0; + } + + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Boolean invoke(FragmentActivity fragmentActivity) { + return Boolean.valueOf(invoke2(fragmentActivity)); + } + + /* renamed from: invoke reason: avoid collision after fix types in other method */ + public final boolean invoke2(FragmentActivity fragmentActivity) { + m.checkNotNullParameter(fragmentActivity, "appActivity"); + WidgetTextInVoiceOnboarding.Companion companion = WidgetTextInVoiceOnboarding.Companion; + FragmentManager supportFragmentManager = fragmentActivity.getSupportFragmentManager(); + m.checkNotNullExpressionValue(supportFragmentManager, "appActivity.supportFragmentManager"); + companion.show(supportFragmentManager, this.$onCtaClicked); + return true; + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager.java b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager.java new file mode 100644 index 0000000000..d739a54031 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManager.java @@ -0,0 +1,43 @@ +package com.discord.widgets.channels; + +import com.discord.stores.StoreNotices; +import com.discord.stores.StoreStream; +import com.discord.utilities.SnowflakeUtils; +import com.discord.utilities.time.Clock; +import com.discord.utilities.time.ClockFactory; +import com.discord.widgets.chat.list.TextInVoiceFeatureFlag; +import com.discord.widgets.voice.fullscreen.WidgetCallFullscreen; +import d0.z.d.a0; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: TextInVoiceOnboardingManager.kt */ +/* loaded from: classes2.dex */ +public final class TextInVoiceOnboardingManager { + private final Clock clock = ClockFactory.get(); + + private final boolean hasUserSeenTextInVoiceOnboarding() { + return StoreStream.Companion.getNotices().hasSeen("NOTICE_NAME_TEXT_IN_VOICE_ONBOARDED"); + } + + private final boolean isTooYoung(long j) { + return this.clock.currentTimeMillis() < ((j >>> 22) + SnowflakeUtils.DISCORD_EPOCH) + 604800000; + } + + public final Clock getClock() { + return this.clock; + } + + public final void markSeen() { + StoreNotices.markSeen$default(StoreStream.Companion.getNotices(), "NOTICE_NAME_TEXT_IN_VOICE_ONBOARDED", 0L, 2, null); + } + + public final boolean shouldShowTextInVoiceOnboarding(long j, Long l) { + return l != null && TextInVoiceFeatureFlag.Companion.getINSTANCE().isEnabled(l) && !hasUserSeenTextInVoiceOnboarding() && !isTooYoung(j); + } + + public final void show(Function0 function0) { + m.checkNotNullParameter(function0, "onCtaClicked"); + StoreStream.Companion.getNotices().requestToShow(new StoreNotices.Notice("NOTICE_NAME_TEXT_IN_VOICE_ONBOARDED", null, 0L, 0, true, d0.t.m.listOf(a0.getOrCreateKotlinClass(WidgetCallFullscreen.class)), 0L, false, 0L, new TextInVoiceOnboardingManager$show$textInVoiceOnboardingNotice$1(function0), 454, null)); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManagerKt.java b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManagerKt.java new file mode 100644 index 0000000000..325c7e9c0a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/TextInVoiceOnboardingManagerKt.java @@ -0,0 +1,7 @@ +package com.discord.widgets.channels; +/* compiled from: TextInVoiceOnboardingManager.kt */ +/* loaded from: classes2.dex */ +public final class TextInVoiceOnboardingManagerKt { + private static final long MIN_VIEW_AGE_IN_MS = 604800000; + private static final String NOTICE_NAME_TEXT_IN_VOICE_ONBOARDED = "NOTICE_NAME_TEXT_IN_VOICE_ONBOARDED"; +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$binding$2.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$binding$2.java new file mode 100644 index 0000000000..244efdd212 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$binding$2.java @@ -0,0 +1,53 @@ +package com.discord.widgets.channels; + +import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.VideoView; +import androidx.constraintlayout.widget.ConstraintLayout; +import com.discord.R; +import com.discord.databinding.WidgetTextInVoiceOnboardingBinding; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final /* synthetic */ class WidgetTextInVoiceOnboarding$binding$2 extends k implements Function1 { + public static final WidgetTextInVoiceOnboarding$binding$2 INSTANCE = new WidgetTextInVoiceOnboarding$binding$2(); + + public WidgetTextInVoiceOnboarding$binding$2() { + super(1, WidgetTextInVoiceOnboardingBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetTextInVoiceOnboardingBinding;", 0); + } + + public final WidgetTextInVoiceOnboardingBinding invoke(View view) { + m.checkNotNullParameter(view, "p1"); + int i = R.id.text_in_voice_onboarding_close; + MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.text_in_voice_onboarding_close); + if (materialButton != null) { + i = R.id.text_in_voice_onboarding_cta; + MaterialButton materialButton2 = (MaterialButton) view.findViewById(R.id.text_in_voice_onboarding_cta); + if (materialButton2 != null) { + i = R.id.text_in_voice_onboarding_video; + VideoView videoView = (VideoView) view.findViewById(R.id.text_in_voice_onboarding_video); + if (videoView != null) { + i = R.id.text_in_voice_onboarding_video_container; + FrameLayout frameLayout = (FrameLayout) view.findViewById(R.id.text_in_voice_onboarding_video_container); + if (frameLayout != null) { + i = R.id.text_in_voice_onboarding_video_overlay; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.text_in_voice_onboarding_video_overlay); + if (simpleDraweeView != null) { + i = R.id.text_in_voice_onboarding_video_placeholder; + ImageView imageView = (ImageView) view.findViewById(R.id.text_in_voice_onboarding_video_placeholder); + if (imageView != null) { + return new WidgetTextInVoiceOnboardingBinding((ConstraintLayout) view, materialButton, materialButton2, videoView, frameLayout, simpleDraweeView, imageView); + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$1.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$1.java new file mode 100644 index 0000000000..6b299c6b61 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$1.java @@ -0,0 +1,35 @@ +package com.discord.widgets.channels; + +import android.app.Dialog; +import android.view.View; +import android.view.ViewGroup; +import com.discord.R; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$configureMedia$1 implements Runnable { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$configureMedia$1(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @Override // java.lang.Runnable + public final void run() { + View view = this.this$0.getView(); + ViewGroup.LayoutParams layoutParams = null; + Integer valueOf = view != null ? Integer.valueOf(view.getMeasuredHeight()) : null; + Dialog dialog = this.this$0.getDialog(); + View findViewById = dialog != null ? dialog.findViewById(R.id.design_bottom_sheet) : null; + if (findViewById != null) { + layoutParams = findViewById.getLayoutParams(); + } + if (valueOf != null && valueOf.intValue() > 0) { + if (layoutParams != null) { + layoutParams.height = valueOf.intValue() + 1; + } + if (findViewById != null) { + findViewById.setLayoutParams(layoutParams); + } + } + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$2.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$2.java new file mode 100644 index 0000000000..ade304ea72 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$2.java @@ -0,0 +1,27 @@ +package com.discord.widgets.channels; + +import android.view.View; +import android.widget.VideoView; +import d0.z.d.m; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$configureMedia$2 implements View.OnClickListener { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$configureMedia$2(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + VideoView videoView = WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d; + m.checkNotNullExpressionValue(videoView, "binding.textInVoiceOnboardingVideo"); + if (videoView.isPlaying()) { + WidgetTextInVoiceOnboarding.access$showVideoOverlay(this.this$0); + WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d.pause(); + return; + } + WidgetTextInVoiceOnboarding.access$hideVideoOverlay(this.this$0); + WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d.start(); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$3.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$3.java new file mode 100644 index 0000000000..7d37de5f89 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$3.java @@ -0,0 +1,25 @@ +package com.discord.widgets.channels; + +import android.media.MediaPlayer; +import android.widget.VideoView; +import d0.z.d.m; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$configureMedia$3 implements MediaPlayer.OnPreparedListener { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$configureMedia$3(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @Override // android.media.MediaPlayer.OnPreparedListener + public final void onPrepared(MediaPlayer mediaPlayer) { + m.checkNotNullParameter(mediaPlayer, "mp"); + mediaPlayer.start(); + mediaPlayer.setLooping(true); + VideoView videoView = WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d; + m.checkNotNullExpressionValue(videoView, "binding.textInVoiceOnboardingVideo"); + videoView.getLayoutParams().height = -2; + WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d.requestLayout(); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$4.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$4.java new file mode 100644 index 0000000000..36300ec8be --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$configureMedia$4.java @@ -0,0 +1,30 @@ +package com.discord.widgets.channels; + +import android.media.MediaPlayer; +import android.widget.ImageView; +import android.widget.VideoView; +import d0.z.d.m; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$configureMedia$4 implements MediaPlayer.OnInfoListener { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$configureMedia$4(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @Override // android.media.MediaPlayer.OnInfoListener + public final boolean onInfo(MediaPlayer mediaPlayer, int i, int i2) { + if (i != 3) { + return false; + } + ImageView imageView = WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).g; + m.checkNotNullExpressionValue(imageView, "binding.textInVoiceOnboardingVideoPlaceholder"); + imageView.setVisibility(4); + VideoView videoView = WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d; + m.checkNotNullExpressionValue(videoView, "binding.textInVoiceOnboardingVideo"); + videoView.getLayoutParams().height = -2; + WidgetTextInVoiceOnboarding.access$getBinding$p(this.this$0).d.requestLayout(); + return false; + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$hideVideoOverlay$1.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$hideVideoOverlay$1.java new file mode 100644 index 0000000000..8d3be7fa75 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$hideVideoOverlay$1.java @@ -0,0 +1,29 @@ +package com.discord.widgets.channels; + +import android.view.ViewPropertyAnimator; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$hideVideoOverlay$1 extends o implements Function1 { + public static final WidgetTextInVoiceOnboarding$hideVideoOverlay$1 INSTANCE = new WidgetTextInVoiceOnboarding$hideVideoOverlay$1(); + + public WidgetTextInVoiceOnboarding$hideVideoOverlay$1() { + super(1); + } + + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(ViewPropertyAnimator viewPropertyAnimator) { + invoke2(viewPropertyAnimator); + return Unit.a; + } + + /* renamed from: invoke reason: avoid collision after fix types in other method */ + public final void invoke2(ViewPropertyAnimator viewPropertyAnimator) { + m.checkNotNullParameter(viewPropertyAnimator, "$receiver"); + viewPropertyAnimator.scaleX(2.0f); + viewPropertyAnimator.scaleY(2.0f); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$onViewCreated$1.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$onViewCreated$1.java new file mode 100644 index 0000000000..0edad6d119 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$onViewCreated$1.java @@ -0,0 +1,17 @@ +package com.discord.widgets.channels; + +import android.view.View; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$onViewCreated$1 implements View.OnClickListener { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$onViewCreated$1(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @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/channels/WidgetTextInVoiceOnboarding$onViewCreated$2.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$onViewCreated$2.java new file mode 100644 index 0000000000..86fade92b1 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$onViewCreated$2.java @@ -0,0 +1,23 @@ +package com.discord.widgets.channels; + +import android.view.View; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$onViewCreated$2 implements View.OnClickListener { + public final /* synthetic */ WidgetTextInVoiceOnboarding this$0; + + public WidgetTextInVoiceOnboarding$onViewCreated$2(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + this.this$0 = widgetTextInVoiceOnboarding; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + Function0 access$getOnCtaClicked$p = WidgetTextInVoiceOnboarding.access$getOnCtaClicked$p(this.this$0); + if (access$getOnCtaClicked$p != null) { + Unit unit = (Unit) access$getOnCtaClicked$p.invoke(); + } + this.this$0.dismiss(); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$1.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$1.java new file mode 100644 index 0000000000..7aa9984d46 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$1.java @@ -0,0 +1,29 @@ +package com.discord.widgets.channels; + +import android.view.View; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$showVideoOverlay$1 extends o implements Function1 { + public static final WidgetTextInVoiceOnboarding$showVideoOverlay$1 INSTANCE = new WidgetTextInVoiceOnboarding$showVideoOverlay$1(); + + public WidgetTextInVoiceOnboarding$showVideoOverlay$1() { + super(1); + } + + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(View view) { + invoke2(view); + return Unit.a; + } + + /* renamed from: invoke reason: avoid collision after fix types in other method */ + public final void invoke2(View view) { + m.checkNotNullParameter(view, "view"); + view.setScaleX(2.0f); + view.setScaleY(2.0f); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$2.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$2.java new file mode 100644 index 0000000000..3d8f71f01e --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding$showVideoOverlay$2.java @@ -0,0 +1,29 @@ +package com.discord.widgets.channels; + +import android.view.ViewPropertyAnimator; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding$showVideoOverlay$2 extends o implements Function1 { + public static final WidgetTextInVoiceOnboarding$showVideoOverlay$2 INSTANCE = new WidgetTextInVoiceOnboarding$showVideoOverlay$2(); + + public WidgetTextInVoiceOnboarding$showVideoOverlay$2() { + super(1); + } + + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(ViewPropertyAnimator viewPropertyAnimator) { + invoke2(viewPropertyAnimator); + return Unit.a; + } + + /* renamed from: invoke reason: avoid collision after fix types in other method */ + public final void invoke2(ViewPropertyAnimator viewPropertyAnimator) { + m.checkNotNullParameter(viewPropertyAnimator, "$receiver"); + viewPropertyAnimator.scaleX(1.0f); + viewPropertyAnimator.scaleY(1.0f); + } +} diff --git a/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding.java b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding.java new file mode 100644 index 0000000000..a488439fea --- /dev/null +++ b/app/src/main/java/com/discord/widgets/channels/WidgetTextInVoiceOnboarding.java @@ -0,0 +1,114 @@ +package com.discord.widgets.channels; + +import android.os.Bundle; +import android.view.View; +import android.widget.FrameLayout; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import b.d.b.a.a; +import com.discord.R; +import com.discord.app.AppBottomSheet; +import com.discord.databinding.WidgetTextInVoiceOnboardingBinding; +import com.discord.utilities.view.extensions.ViewExtensions; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlin.reflect.KProperty; +/* compiled from: WidgetTextInVoiceOnboarding.kt */ +/* loaded from: classes2.dex */ +public final class WidgetTextInVoiceOnboarding extends AppBottomSheet { + public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.b0(WidgetTextInVoiceOnboarding.class, "binding", "getBinding()Lcom/discord/databinding/WidgetTextInVoiceOnboardingBinding;", 0)}; + public static final Companion Companion = new Companion(null); + public static final String VIDEO_URL = "https://cdn.discordapp.com/attachments/727325253608538113/942859496601043024/Text_in_Voice_NUX_Mobile_In-App.mp4"; + private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetTextInVoiceOnboarding$binding$2.INSTANCE, null, 2, null); + private Function0 onCtaClicked; + + /* compiled from: WidgetTextInVoiceOnboarding.kt */ + /* loaded from: classes2.dex */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final void show(FragmentManager fragmentManager, Function0 function0) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + m.checkNotNullParameter(function0, "onCtaClicked"); + WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding = new WidgetTextInVoiceOnboarding(); + WidgetTextInVoiceOnboarding.access$setOnCtaClicked$p(widgetTextInVoiceOnboarding, function0); + widgetTextInVoiceOnboarding.show(fragmentManager, "javaClass"); + } + } + + public WidgetTextInVoiceOnboarding() { + super(false, 1, null); + } + + public static final /* synthetic */ WidgetTextInVoiceOnboardingBinding access$getBinding$p(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + return widgetTextInVoiceOnboarding.getBinding(); + } + + public static final /* synthetic */ Function0 access$getOnCtaClicked$p(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + return widgetTextInVoiceOnboarding.onCtaClicked; + } + + public static final /* synthetic */ void access$hideVideoOverlay(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + widgetTextInVoiceOnboarding.hideVideoOverlay(); + } + + public static final /* synthetic */ void access$setOnCtaClicked$p(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding, Function0 function0) { + widgetTextInVoiceOnboarding.onCtaClicked = function0; + } + + public static final /* synthetic */ void access$showVideoOverlay(WidgetTextInVoiceOnboarding widgetTextInVoiceOnboarding) { + widgetTextInVoiceOnboarding.showVideoOverlay(); + } + + private final void configureMedia(String str) { + View view = getView(); + if (view != null) { + view.post(new WidgetTextInVoiceOnboarding$configureMedia$1(this)); + } + FrameLayout frameLayout = getBinding().e; + m.checkNotNullExpressionValue(frameLayout, "binding.textInVoiceOnboardingVideoContainer"); + frameLayout.setClipToOutline(true); + getBinding().d.setVideoPath(str); + hideVideoOverlay(); + getBinding().d.setOnClickListener(new WidgetTextInVoiceOnboarding$configureMedia$2(this)); + getBinding().d.setOnPreparedListener(new WidgetTextInVoiceOnboarding$configureMedia$3(this)); + getBinding().d.setOnInfoListener(new WidgetTextInVoiceOnboarding$configureMedia$4(this)); + } + + private final WidgetTextInVoiceOnboardingBinding getBinding() { + return (WidgetTextInVoiceOnboardingBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); + } + + private final void hideVideoOverlay() { + ViewExtensions.fadeOut$default(getBinding().f, 200L, WidgetTextInVoiceOnboarding$hideVideoOverlay$1.INSTANCE, null, 4, null); + } + + private final void showVideoOverlay() { + ViewExtensions.fadeIn$default(getBinding().f, 200L, WidgetTextInVoiceOnboarding$showVideoOverlay$1.INSTANCE, WidgetTextInVoiceOnboarding$showVideoOverlay$2.INSTANCE, null, 8, null); + } + + @Override // com.discord.app.AppBottomSheet + public int getContentViewResId() { + return R.layout.widget_text_in_voice_onboarding; + } + + @Override // com.discord.app.AppBottomSheet, androidx.fragment.app.Fragment + public void onViewCreated(View view, Bundle bundle) { + m.checkNotNullParameter(view, "view"); + super.onViewCreated(view, bundle); + setBottomSheetCollapsedStateDisabled(); + new TextInVoiceOnboardingManager().markSeen(); + getBinding().f2639b.setOnClickListener(new WidgetTextInVoiceOnboarding$onViewCreated$1(this)); + getBinding().c.setOnClickListener(new WidgetTextInVoiceOnboarding$onViewCreated$2(this)); + configureMedia(VIDEO_URL); + } +} 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 56eda0a852..4d3e84c6d8 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 @@ -239,10 +239,10 @@ public final class WidgetThreadArchiveActions extends AppBottomSheet { if (y2 != null) { num = Integer.valueOf(y2.c()); } - TextView textView2 = getBinding().f2639b; + TextView textView2 = getBinding().f2640b; m.checkNotNullExpressionValue(textView2, "binding.archiveNow"); textView2.setVisibility(0); - getBinding().f2639b.setOnClickListener(new WidgetThreadArchiveActions$configureUI$1(this, channel, model)); + getBinding().f2640b.setOnClickListener(new WidgetThreadArchiveActions$configureUI$1(this, channel, model)); getBinding().d.setOnClickListener(new WidgetThreadArchiveActions$configureUI$2(this, channel)); MaterialRadioButton materialRadioButton = getBinding().e; m.checkNotNullExpressionValue(materialRadioButton, "binding.optionOneHourRadio"); 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 5e96675bca..4cec9abe34 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 @@ -8,14 +8,14 @@ public final class ChannelListItemHeader implements ChannelListItem { private final boolean ableToManageChannel; /* renamed from: id reason: collision with root package name */ - private final long f2820id; + private final long f2821id; private final String key; private final long selectedGuildId; private final int textResId; private final int type = 6; public ChannelListItemHeader(long j, int i, boolean z2, long j2) { - this.f2820id = j; + this.f2821id = 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.f2820id; + j = channelListItemHeader.f2821id; } if ((i2 & 2) != 0) { i = channelListItemHeader.textResId; @@ -43,7 +43,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public final long component1() { - return this.f2820id; + return this.f2821id; } public final int component2() { @@ -70,7 +70,7 @@ public final class ChannelListItemHeader implements ChannelListItem { return false; } ChannelListItemHeader channelListItemHeader = (ChannelListItemHeader) obj; - return this.f2820id == channelListItemHeader.f2820id && this.textResId == channelListItemHeader.textResId && this.ableToManageChannel == channelListItemHeader.ableToManageChannel && this.selectedGuildId == channelListItemHeader.selectedGuildId; + return this.f2821id == channelListItemHeader.f2821id && 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.f2820id; + return this.f2821id; } @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.f2820id) * 31) + this.textResId) * 31; + int a = ((b.a(this.f2821id) * 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 R = a.R("ChannelListItemHeader(id="); - R.append(this.f2820id); + R.append(this.f2821id); R.append(", textResId="); R.append(this.textResId); R.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 1342049069..d43e0c7db5 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 @@ -63,7 +63,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2821me; + private final MeUser f2822me; private final List memberItems; private final long myPermissions; private final List roleItems; @@ -120,7 +120,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); m.checkNotNullParameter(list, "memberItems"); - this.f2821me = meUser; + this.f2822me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -147,7 +147,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.f2821me; + meUser = model.f2822me; } if ((i & 2) != 0) { guild = model.guild; @@ -168,7 +168,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser component1() { - return this.f2821me; + return this.f2822me; } public final Guild component2() { @@ -208,7 +208,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2821me, model.f2821me) && 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.f2822me, model.f2822me) && 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() { @@ -232,7 +232,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser getMe() { - return this.f2821me; + return this.f2822me; } public final List getMemberItems() { @@ -248,7 +248,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public int hashCode() { - MeUser meUser = this.f2821me; + MeUser meUser = this.f2822me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -266,7 +266,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment public String toString() { StringBuilder R = a.R("Model(me="); - R.append(this.f2821me); + R.append(this.f2822me); R.append(", guild="); R.append(this.guild); R.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 cd6e130f75..4bee364378 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 @@ -77,7 +77,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2822me; + private final MeUser f2823me; private final long myPermissions; /* compiled from: WidgetChannelSettingsPermissionsOverview.kt */ @@ -106,7 +106,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); - this.f2822me = meUser; + this.f2823me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -117,7 +117,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.f2822me; + meUser = model.f2823me; } if ((i & 2) != 0) { guild = model.guild; @@ -135,7 +135,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser component1() { - return this.f2822me; + return this.f2823me; } public final Guild component2() { @@ -170,7 +170,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2822me, model.f2822me) && 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.f2823me, model.f2823me) && 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() { @@ -190,7 +190,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser getMe() { - return this.f2822me; + return this.f2823me; } public final long getMyPermissions() { @@ -198,7 +198,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public int hashCode() { - MeUser meUser = this.f2822me; + MeUser meUser = this.f2823me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -214,7 +214,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment public String toString() { StringBuilder R = a.R("Model(me="); - R.append(this.f2822me); + R.append(this.f2823me); R.append(", guild="); R.append(this.guild); R.append(", channel="); 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 78002ab1f8..fd13e63add 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 @@ -143,10 +143,10 @@ public final class WidgetThreadSettings extends AppFragment { TextView textView = getBinding().h; m.checkNotNullExpressionValue(textView, "binding.threadSettingsSlowModeCooldownLabel"); seekBar2.setContentDescription(textView.getText()); - TextView textView2 = getBinding().f2644b; + TextView textView2 = getBinding().f2645b; m.checkNotNullExpressionValue(textView2, "binding.channelSettingsPinnedMessages"); textView2.setEnabled(valid.isPinsEnabled()); - getBinding().f2644b.setOnClickListener(new WidgetThreadSettings$configureUI$3(viewState)); + getBinding().f2645b.setOnClickListener(new WidgetThreadSettings$configureUI$3(viewState)); View view = getBinding().c; m.checkNotNullExpressionValue(view, "binding.channelSettingsP…edMessagesDisabledOverlay"); view.setVisibility(true ^ valid.isPinsEnabled() ? 0 : 8); diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/ThreadBrowserThreadView$setThreadData$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/ThreadBrowserThreadView$setThreadData$1.java index 823d1268e8..09da856709 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/ThreadBrowserThreadView$setThreadData$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/ThreadBrowserThreadView$setThreadData$1.java @@ -32,7 +32,7 @@ public final class ThreadBrowserThreadView$setThreadData$1 extends o implements public final void invoke2(Hook hook) { m.checkNotNullParameter(hook, "$receiver"); ThreadBrowserThreadView$setThreadData$1 threadBrowserThreadView$setThreadData$1 = ThreadBrowserThreadView$setThreadData$1.this; - hook.f2680b = threadBrowserThreadView$setThreadData$1.$creatorName; + hook.f2681b = threadBrowserThreadView$setThreadData$1.$creatorName; hook.a.addAll(ThreadBrowserThreadView.access$getMemberCharacterStyles(threadBrowserThreadView$setThreadData$1.this$0, threadBrowserThreadView$setThreadData$1.$creatorMember)); } } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser.java index be06b3fa36..9fb6f8376e 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser.java @@ -157,7 +157,7 @@ public final class WidgetThreadBrowser extends AppFragment { SimplePager.Adapter.Item[] itemArr = (SimplePager.Adapter.Item[]) array; simplePager2.setAdapter(new SimplePager.Adapter(parentFragmentManager, (SimplePager.Adapter.Item[]) Arrays.copyOf(itemArr, itemArr.length))); getBinding().c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); - TabLayout tabLayout = getBinding().f2642b; + TabLayout tabLayout = getBinding().f2643b; m.checkNotNullExpressionValue(tabLayout, "binding.actionBarTabs"); if (!browser.getCanViewArchivedThreads()) { i = 8; 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 20a19d4de5..d14136cb90 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 @@ -105,14 +105,14 @@ public final class WidgetThreadBrowserActive extends AppFragment { m.throwUninitializedPropertyAccessException("adapter"); } widgetThreadBrowserAdapter.setData(viewState.getListItems()); - TextView textView = getBinding().f2640b.d; + TextView textView = getBinding().f2641b.d; m.checkNotNullExpressionValue(textView, "binding.emptyView.threadBrowserEmptyHeading"); textView.setText(requireContext().getString(R.string.thread_browser_empty_state_active_header)); - ConstraintLayout constraintLayout = getBinding().f2640b.f181b; + ConstraintLayout constraintLayout = getBinding().f2641b.f181b; m.checkNotNullExpressionValue(constraintLayout, "binding.emptyView.threadBrowserEmpty"); int i = 0; constraintLayout.setVisibility(viewState.getListItems().isEmpty() ? 0 : 8); - MaterialButton materialButton = getBinding().f2640b.c; + MaterialButton materialButton = getBinding().f2641b.c; m.checkNotNullExpressionValue(materialButton, "binding.emptyView.threadBrowserEmptyCreateButton"); if (!viewState.getCanCreateThread()) { i = 8; @@ -134,6 +134,6 @@ public final class WidgetThreadBrowserActive extends AppFragment { RecyclerView recyclerView = getBinding().c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserActive$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserActive$onViewBound$2(this))); - getBinding().f2640b.c.setOnClickListener(new WidgetThreadBrowserActive$onViewBound$3(this)); + getBinding().f2641b.c.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 cc60ef846f..b08ac72bcf 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 @@ -110,13 +110,13 @@ public final class WidgetThreadBrowserArchived extends AppFragment { m.throwUninitializedPropertyAccessException("adapter"); } widgetThreadBrowserAdapter.setData(viewState.getListItems()); - TextView textView = getBinding().f2641b.d; + TextView textView = getBinding().f2642b.d; m.checkNotNullExpressionValue(textView, "binding.emptyView.threadBrowserEmptyHeading"); textView.setText(requireContext().getString(R.string.thread_browser_empty_state_archived_header)); - ConstraintLayout constraintLayout2 = getBinding().f2641b.f181b; + ConstraintLayout constraintLayout2 = getBinding().f2642b.f181b; m.checkNotNullExpressionValue(constraintLayout2, "binding.emptyView.threadBrowserEmpty"); constraintLayout2.setVisibility(viewState.getListItems().isEmpty() ? 0 : 8); - MaterialButton materialButton = getBinding().f2641b.c; + MaterialButton materialButton = getBinding().f2642b.c; m.checkNotNullExpressionValue(materialButton, "binding.emptyView.threadBrowserEmptyCreateButton"); if (!viewState.getCanCreateThread()) { i = 8; @@ -139,7 +139,7 @@ public final class WidgetThreadBrowserArchived extends AppFragment { m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserArchived$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserArchived$onViewBound$2(this))); getBinding().c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); - getBinding().f2641b.c.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$4(this)); + getBinding().f2642b.c.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$configureUI$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet$configureUI$1.java index 38d2c46ca1..66cca5351b 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet$configureUI$1.java @@ -14,9 +14,9 @@ public final class WidgetThreadBrowserFilterSheet$configureUI$1 implements View. @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetThreadBrowserFilterSheet.access$getBinding$p(this.this$0).f2643b.toggle(); + WidgetThreadBrowserFilterSheet.access$getBinding$p(this.this$0).f2644b.toggle(); WidgetThreadBrowserArchivedViewModel access$getViewModel$p = WidgetThreadBrowserFilterSheet.access$getViewModel$p(this.this$0); - CheckedSetting checkedSetting = WidgetThreadBrowserFilterSheet.access$getBinding$p(this.this$0).f2643b; + CheckedSetting checkedSetting = WidgetThreadBrowserFilterSheet.access$getBinding$p(this.this$0).f2644b; m.checkNotNullExpressionValue(checkedSetting, "binding.threadBrowserModeratorView"); access$getViewModel$p.onModeratorModeChanged(checkedSetting.isChecked()); } 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 ad9f1e64c5..3a6c8deb31 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 @@ -93,11 +93,11 @@ public final class WidgetThreadBrowserFilterSheet extends AppBottomSheet { m.checkNotNullExpressionValue(cardView, "binding.threadBrowserModeratorViewCard"); cardView.setVisibility(viewState.isModerator() ? 0 : 8); if (viewMode.getVisibility() == visibilityMode) { - CheckedSetting.d(getBinding().f2643b, null, 1); + CheckedSetting.d(getBinding().f2644b, null, 1); } else { - getBinding().f2643b.e(new WidgetThreadBrowserFilterSheet$configureUI$1(this)); + getBinding().f2644b.e(new WidgetThreadBrowserFilterSheet$configureUI$1(this)); } - getBinding().f2643b.g(viewMode.isModeratorMode(), false); + getBinding().f2644b.g(viewMode.isModeratorMode(), false); } private final WidgetThreadBrowserFilterSheetBinding getBinding() { 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 cf13876959..e35563b126 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 { TextView textView = getBinding().e; m.checkNotNullExpressionValue(textView, "binding.dialogUrlActionsUrl"); ViewExtensions.setTextAndVisibilityBy(textView, getUrl()); - getBinding().f2650b.setOnClickListener(new WidgetUrlActions$onViewCreated$1(this)); + getBinding().f2651b.setOnClickListener(new WidgetUrlActions$onViewCreated$1(this)); getBinding().c.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 bdf9d9eb1f..08d4042c65 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 @@ -519,7 +519,7 @@ public final class AppFlexInputViewModel extends AppViewModel im hideKeyboard(); } boolean z3 = false; - if (requireViewState.f3144b) { + if (requireViewState.f3145b) { if (str.length() > 0) { z2 = false; if (str.length() <= 0) { @@ -534,7 +534,7 @@ public final class AppFlexInputViewModel extends AppViewModel im updateViewState(FlexInputState.a(requireViewState, str, z2, null, false, false, null, false, false, false, false, false, null, null, 8188)); } } - z2 = requireViewState.f3144b; + z2 = requireViewState.f3145b; if (str.length() <= 0) { } if (str.length() == 0) { 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 f30873ca40..c9d6546584 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 @@ -920,7 +920,7 @@ public final class ChatInputViewModel extends AppViewModel { private final boolean isOnCooldown; /* renamed from: me reason: collision with root package name */ - private final MeUser f2823me; + private final MeUser f2824me; private final GuildMember meGuildMember; private final PendingReply pendingReply; private final Integer relationshipType; @@ -1028,7 +1028,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(guildVerificationLevel, "verificationLevelTriggered"); m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; - this.f2823me = meUser; + this.f2824me = meUser; this.editingMessage = editingMessage; this.relationshipType = num; this.channelPermissions = l; @@ -1044,7 +1044,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.f2823me : 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.f2824me : 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() { @@ -1072,7 +1072,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2823me; + return this.f2824me; } public final StoreChat.EditingMessage component3() { @@ -1119,7 +1119,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2823me, loaded.f2823me) && 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.f2824me, loaded.f2824me) && 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() { @@ -1143,7 +1143,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2823me; + return this.f2824me; } public final GuildMember getMeGuildMember() { @@ -1174,7 +1174,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.f2823me; + MeUser meUser = this.f2824me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode3 = (hashCode2 + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1227,7 +1227,7 @@ public final class ChatInputViewModel extends AppViewModel { StringBuilder R = a.R("Loaded(channel="); R.append(this.channel); R.append(", me="); - R.append(this.f2823me); + R.append(this.f2824me); R.append(", editingMessage="); R.append(this.editingMessage); R.append(", relationshipType="); @@ -1299,7 +1299,7 @@ public final class ChatInputViewModel extends AppViewModel { private final int maxFileSizeMB; /* renamed from: me reason: collision with root package name */ - private final MeUser f2824me; + private final MeUser f2825me; private final GuildMember meGuildMember; private final PendingReplyState pendingReplyState; private final StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft selectedThreadDraft; @@ -1482,7 +1482,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; this.channelId = j; - this.f2824me = meUser; + this.f2825me = meUser; this.meGuildMember = guildMember; this.editingMessage = editingMessage; this.ableToSendMessage = z2; @@ -1509,7 +1509,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, long j, MeUser meUser, GuildMember guildMember, 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, boolean z13, long j2, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, boolean z14, ApplicationStatus applicationStatus, StoreThreadDraft.ThreadDraftState threadDraftState, boolean z15, int i2, Object obj) { - return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2824me : meUser, (i2 & 8) != 0 ? loaded.meGuildMember : guildMember, (i2 & 16) != 0 ? loaded.editingMessage : editingMessage, (i2 & 32) != 0 ? loaded.ableToSendMessage : z2, (i2 & 64) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 128) != 0 ? loaded.isLurking : z3, (i2 & 256) != 0 ? loaded.isSystemDM : z4, (i2 & 512) != 0 ? loaded.isOnCooldown : z5, (i2 & 1024) != 0 ? loaded.maxFileSizeMB : i, (i2 & 2048) != 0 ? loaded.shouldShowFollow : z6, (i2 & 4096) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 8192) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 16384) != 0 ? loaded.isBlocked : z8, (i2 & 32768) != 0 ? loaded.isInputShowing : z9, (i2 & 65536) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 131072) != 0 ? loaded.isEditing : z11, (i2 & 262144) != 0 ? loaded.isReplying : z12, (i2 & 524288) != 0 ? loaded.isCommunicationDisabled : z13, (i2 & 1048576) != 0 ? loaded.timeoutLeftMs : j2, (i2 & 2097152) != 0 ? loaded.selectedThreadDraft : threadDraft, (4194304 & i2) != 0 ? loaded.shouldShowVerificationGate : z14, (i2 & 8388608) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 16777216) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 33554432) != 0 ? loaded.showCreateThreadOption : z15); + return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2825me : meUser, (i2 & 8) != 0 ? loaded.meGuildMember : guildMember, (i2 & 16) != 0 ? loaded.editingMessage : editingMessage, (i2 & 32) != 0 ? loaded.ableToSendMessage : z2, (i2 & 64) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 128) != 0 ? loaded.isLurking : z3, (i2 & 256) != 0 ? loaded.isSystemDM : z4, (i2 & 512) != 0 ? loaded.isOnCooldown : z5, (i2 & 1024) != 0 ? loaded.maxFileSizeMB : i, (i2 & 2048) != 0 ? loaded.shouldShowFollow : z6, (i2 & 4096) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 8192) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 16384) != 0 ? loaded.isBlocked : z8, (i2 & 32768) != 0 ? loaded.isInputShowing : z9, (i2 & 65536) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 131072) != 0 ? loaded.isEditing : z11, (i2 & 262144) != 0 ? loaded.isReplying : z12, (i2 & 524288) != 0 ? loaded.isCommunicationDisabled : z13, (i2 & 1048576) != 0 ? loaded.timeoutLeftMs : j2, (i2 & 2097152) != 0 ? loaded.selectedThreadDraft : threadDraft, (4194304 & i2) != 0 ? loaded.shouldShowVerificationGate : z14, (i2 & 8388608) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 16777216) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 33554432) != 0 ? loaded.showCreateThreadOption : z15); } public final Channel component1() { @@ -1589,7 +1589,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component3() { - return this.f2824me; + return this.f2825me; } public final GuildMember component4() { @@ -1632,7 +1632,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.f2824me, loaded.f2824me) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && 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 && this.isCommunicationDisabled == loaded.isCommunicationDisabled && this.timeoutLeftMs == loaded.timeoutLeftMs && 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.f2825me, loaded.f2825me) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && 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 && this.isCommunicationDisabled == loaded.isCommunicationDisabled && this.timeoutLeftMs == loaded.timeoutLeftMs && 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() { @@ -1660,7 +1660,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2824me; + return this.f2825me; } public final GuildMember getMeGuildMember() { @@ -1707,7 +1707,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.f2824me; + MeUser meUser = this.f2825me; int hashCode = (a + (meUser != null ? meUser.hashCode() : 0)) * 31; GuildMember guildMember = this.meGuildMember; int hashCode2 = (hashCode + (guildMember != null ? guildMember.hashCode() : 0)) * 31; @@ -1880,7 +1880,7 @@ public final class ChatInputViewModel extends AppViewModel { R.append(", channelId="); R.append(this.channelId); R.append(", me="); - R.append(this.f2824me); + R.append(this.f2825me); R.append(", meGuildMember="); R.append(this.meGuildMember); R.append(", editingMessage="); diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputContentPages$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputContentPages$1.java index f69aa796e5..e710ca8cec 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputContentPages$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputContentPages$1.java @@ -41,9 +41,9 @@ public final class WidgetChatInputAttachments$configureFlexInputContentPages$1 e Objects.requireNonNull(access$getFlexInputFragment$p); m.checkNotNullParameter(aVarArr, "pageSuppliers"); access$getFlexInputFragment$p.r = aVarArr; - for (Function0 function0 : access$getFlexInputFragment$p.f3138x) { + for (Function0 function0 : access$getFlexInputFragment$p.f3139x) { function0.invoke(); } - access$getFlexInputFragment$p.f3138x.clear(); + access$getFlexInputFragment$p.f3139x.clear(); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$2.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$2.java index 4961ae2e28..7ecbc0486f 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$2.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$configureFlexInputFragment$2.java @@ -13,7 +13,7 @@ public final class WidgetChatInputAttachments$configureFlexInputFragment$2 im @Override // rx.functions.Func0, java.util.concurrent.Callable public final Boolean call() { - FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3137s; + FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3138s; Boolean valueOf = flexInputViewModel != null ? Boolean.valueOf(flexInputViewModel.hideExpressionTray()) : null; return valueOf != null ? valueOf : Boolean.FALSE; } diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$1.java index 8b6f3095a1..e9a01f767a 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$1.java @@ -18,7 +18,7 @@ public final class WidgetChatInputAttachments$createAndConfigureExpressionFragme @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke reason: avoid collision after fix types in other method */ public final void invoke2() { - FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3137s; + FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3138s; if (flexInputViewModel != null) { flexInputViewModel.hideExpressionTray(); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$emojiPickerListener$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$emojiPickerListener$1.java index 4c1aa2de21..8a4addfb23 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$emojiPickerListener$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$emojiPickerListener$1.java @@ -23,7 +23,7 @@ public final class WidgetChatInputAttachments$createAndConfigureExpressionFragme m.checkNotNullExpressionValue(chatInputText, "emoji.chatInputText"); Objects.requireNonNull(access$getFlexInputFragment$p); m.checkNotNullParameter(chatInputText, "emojiText"); - FlexInputViewModel flexInputViewModel = access$getFlexInputFragment$p.f3137s; + FlexInputViewModel flexInputViewModel = access$getFlexInputFragment$p.f3138s; if (flexInputViewModel != null) { flexInputViewModel.onInputTextAppended(chatInputText + ' '); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1.java index 07147ec3b2..4d89ec8937 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createAndConfigureExpressionFragment$stickerPickerListener$1.java @@ -16,7 +16,7 @@ public final class WidgetChatInputAttachments$createAndConfigureExpressionFragme @Override // com.discord.widgets.chat.input.sticker.StickerPickerListener public void onStickerPicked(Sticker sticker) { m.checkNotNullParameter(sticker, "sticker"); - FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3137s; + FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f3138s; if (flexInputViewModel != null) { flexInputViewModel.hideExpressionTray(); } diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments.java index df611d18fd..e6efa9eadb 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments.java @@ -166,6 +166,6 @@ public final class WidgetChatInputAttachments { } public final void setViewModel(FlexInputViewModel flexInputViewModel) { - this.flexInputFragment.f3137s = flexInputViewModel; + this.flexInputFragment.f3138s = flexInputViewModel; } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/TextInVoiceFeatureFlag.java b/app/src/main/java/com/discord/widgets/chat/list/TextInVoiceFeatureFlag.java index 4199422396..b59e224812 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/TextInVoiceFeatureFlag.java +++ b/app/src/main/java/com/discord/widgets/chat/list/TextInVoiceFeatureFlag.java @@ -61,12 +61,12 @@ public final class TextInVoiceFeatureFlag { } private final boolean isEnabled(Experiment experiment, Guild guild) { - return (experiment != null && experiment.getBucket() == 1) && (guild != null && guild.hasFeature(GuildFeature.TEXT_IN_VOICE_ENABLED)); + return (experiment != null && experiment.getBucket() == 1) || (guild != null && guild.hasFeature(GuildFeature.TEXT_IN_VOICE_ENABLED)); } public final boolean isEnabled(Long l) { if (l != null) { - return isEnabled(this.storeExperiments.getUserExperiment("2021-10_android_textinvoice", false), this.storeGuilds.getGuild(l.longValue())); + return isEnabled(this.storeExperiments.getGuildExperiment("2022-03_text_in_voice", l.longValue(), true), this.storeGuilds.getGuild(l.longValue())); } return false; } @@ -77,7 +77,7 @@ public final class TextInVoiceFeatureFlag { m.checkNotNullExpressionValue(kVar, "Observable.just(false)"); return kVar; } - Observable j = Observable.j(this.storeExperiments.observeUserExperiment("2021-10_android_textinvoice", false), this.storeGuilds.observeGuild(l.longValue()), new TextInVoiceFeatureFlag$observeEnabled$1(this)); + Observable j = Observable.j(this.storeExperiments.observeGuildExperiment("2022-03_text_in_voice", l.longValue(), true), this.storeGuilds.observeGuild(l.longValue()), new TextInVoiceFeatureFlag$observeEnabled$1(this)); m.checkNotNullExpressionValue(j, "Observable.combineLatest…xperiment, guild)\n }"); return j; } 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 be75d8e525..3b8af167e1 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 @@ -107,7 +107,7 @@ public final class WidgetChatListActions extends AppBottomSheet { private final ManageMessageContext manageMessageContext; /* renamed from: me reason: collision with root package name */ - private final MeUser f2825me; + private final MeUser f2826me; private final Message message; private final String messageAuthorName; private final CharSequence messageContent; @@ -178,11 +178,11 @@ public final class WidgetChatListActions extends AppBottomSheet { this.recentEmojis = list; this.channel = channel; this.permissions = l; - this.f2825me = meUser; + this.f2826me = 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.f2825me : 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.f2826me : meUser); } public final Message component1() { @@ -194,7 +194,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser component11() { - return this.f2825me; + return this.f2826me; } public final Guild component2() { @@ -246,7 +246,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.f2825me, model.f2825me); + 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.f2826me, model.f2826me); } public final Channel getChannel() { @@ -262,7 +262,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser getMe() { - return this.f2825me; + return this.f2826me; } public final Message getMessage() { @@ -315,7 +315,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.f2825me; + MeUser meUser = this.f2826me; if (meUser != null) { i = meUser.hashCode(); } @@ -348,7 +348,7 @@ public final class WidgetChatListActions extends AppBottomSheet { R.append(", permissions="); R.append(this.permissions); R.append(", me="); - R.append(this.f2825me); + R.append(this.f2826me); R.append(")"); return R.toString(); } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java index b132f1a45b..e9dd4f460f 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java @@ -843,7 +843,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp return; } boolean shouldRenderMedia = shouldRenderMedia(); - Integer num2 = previewImage.f2678b; + Integer num2 = previewImage.f2679b; boolean z2 = true; boolean z3 = num2 != null && d0.a0.a.getSign(num2.intValue()) == 1 && (num = previewImage.c) != null && d0.a0.a.getSign(num.intValue()) == 1; if (!shouldRenderMedia || !z3) { @@ -855,7 +855,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp m.checkNotNullExpressionValue(simpleDraweeView, "binding.chatListItemEmbedImage"); int i2 = this.maxEmbedImageWidth; int i3 = i2 / 2; - Integer num3 = previewImage.f2678b; + Integer num3 = previewImage.f2679b; int intValue = num3 != null ? num3.intValue() : 0; Integer num4 = previewImage.c; configureEmbedImage(simpleDraweeView, i2, intValue, num4 != null ? num4.intValue() : 0, previewImage.a, i3); @@ -1036,14 +1036,14 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp renderableEmbedMedia = EmbedResourceUtils.INSTANCE.getPreviewImage(messageEmbed); } if (renderableEmbedMedia != null) { - Integer num = renderableEmbedMedia.f2678b; + Integer num = renderableEmbedMedia.f2679b; if ((num != null ? num.intValue() : 0) <= 0) { Integer num2 = renderableEmbedMedia.c; if ((num2 != null ? num2.intValue() : 0) <= 0) { z3 = false; if (!z3) { EmbedResourceUtils embedResourceUtils = EmbedResourceUtils.INSTANCE; - Integer num3 = renderableEmbedMedia.f2678b; + Integer num3 = renderableEmbedMedia.f2679b; int intValue = num3 != null ? num3.intValue() : 0; Integer num4 = renderableEmbedMedia.c; int intValue2 = num4 != null ? num4.intValue() : 0; diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$1.java index 7e51d203bd..c53ab1c577 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$1.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$1.java @@ -40,7 +40,7 @@ public final class WidgetChatListAdapterItemStart$configureThread$1 extends o im public final void invoke2(Hook hook) { m.checkNotNullParameter(hook, "$receiver"); WidgetChatListAdapterItemStart$configureThread$1 widgetChatListAdapterItemStart$configureThread$1 = WidgetChatListAdapterItemStart$configureThread$1.this; - hook.f2680b = widgetChatListAdapterItemStart$configureThread$1.$threadCreatorName; + hook.f2681b = widgetChatListAdapterItemStart$configureThread$1.$threadCreatorName; FontUtils fontUtils = FontUtils.INSTANCE; Context context = widgetChatListAdapterItemStart$configureThread$1.$context; m.checkNotNullExpressionValue(context, "context"); diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$2.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$2.java index b54e9ed93f..aecfa8cb10 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$2.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemStart$configureThread$2.java @@ -37,7 +37,7 @@ public final class WidgetChatListAdapterItemStart$configureThread$2 extends o im public final void invoke2(Hook hook) { m.checkNotNullParameter(hook, "$receiver"); WidgetChatListAdapterItemStart$configureThread$2 widgetChatListAdapterItemStart$configureThread$2 = WidgetChatListAdapterItemStart$configureThread$2.this; - hook.f2680b = widgetChatListAdapterItemStart$configureThread$2.$autoArchiveString; + hook.f2681b = widgetChatListAdapterItemStart$configureThread$2.$autoArchiveString; FontUtils fontUtils = FontUtils.INSTANCE; Context context = widgetChatListAdapterItemStart$configureThread$2.$context; m.checkNotNullExpressionValue(context, "context"); diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemThreadDraftForm$onConfigure$5.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemThreadDraftForm$onConfigure$5.java index 68e90ffd9a..721232056b 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemThreadDraftForm$onConfigure$5.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemThreadDraftForm$onConfigure$5.java @@ -78,7 +78,7 @@ public final class WidgetChatListAdapterItemThreadDraftForm$onConfigure$5 extend Objects.requireNonNull(autoArchiveDurationName, "null cannot be cast to non-null type java.lang.String"); String lowerCase = autoArchiveDurationName.toLowerCase(locale); m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase(locale)"); - hook.f2680b = lowerCase; + hook.f2681b = lowerCase; hook.a.add(new ClickableSpan(Integer.valueOf(ColorCompat.getThemedColor(WidgetChatListAdapterItemThreadDraftForm.access$getAdapter$p(WidgetChatListAdapterItemThreadDraftForm$onConfigure$5.this.this$0).getContext(), (int) R.attr.colorHeaderPrimary)), true, null, new C02381(), 4, null)); hook.a.add(new StyleSpan(1)); } 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 cfc125b125..821621d3b0 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 @@ -524,7 +524,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM private final Map guildRoles; /* renamed from: id reason: collision with root package name */ - private final long f2826id; + private final long f2827id; private final GuildMember interactionUser; private final User user; private final Map usernamesOrNicks; @@ -535,7 +535,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM m.checkNotNullParameter(applicationCommandData, "applicationCommandData"); m.checkNotNullParameter(map4, "usernamesOrNicks"); m.checkNotNullParameter(map5, "commandValues"); - this.f2826id = j; + this.f2827id = j; this.user = user; this.interactionUser = guildMember; this.application = application; @@ -582,7 +582,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM } public final long getId() { - return this.f2826id; + return this.f2827id; } public final GuildMember getInteractionUser() { 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 f92629f5a4..0c0a31d68a 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java @@ -224,27 +224,27 @@ 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.f3120s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f3121s = 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.f3121x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f3122x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.o = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent); kVar.c = R.string.color_picker_custom; kVar.v = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f3119b = R.string.color_picker_presets; + kVar.f3120b = R.string.color_picker_presets; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); kVar.d = R.string.select; kVar.l = true; kVar.e = R.string.reset; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f3122y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f3123y = 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.f3123z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f3124z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.k = new WidgetGuildFolderSettings$launchColorPicker$1(this); AppFragment.hideKeyboard$default(this, null, 1, null); 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 a648845e19..ae8cd4396c 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 @@ -8,7 +8,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class ChannelTemplate { /* renamed from: id reason: collision with root package name */ - private final Long f2827id; + private final Long f2828id; private final String name; /* compiled from: StockGuildTemplate.kt */ @@ -32,7 +32,7 @@ public abstract class ChannelTemplate { } private ChannelTemplate(Long l, String str) { - this.f2827id = l; + this.f2828id = l; this.name = str; } @@ -41,7 +41,7 @@ public abstract class ChannelTemplate { } public final Long getId() { - return this.f2827id; + return this.f2828id; } 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 12be18a2aa..a4f81d0b39 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 @@ -158,7 +158,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel inviteSuggestions; /* renamed from: me reason: collision with root package name */ - private final MeUser f2828me; + private final MeUser f2829me; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ /* JADX WARN: Multi-variable type inference failed */ @@ -173,7 +173,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component4() { @@ -253,7 +253,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getDms() { @@ -281,7 +281,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel map = this.invitableChannels; int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; - MeUser meUser = this.f2828me; + MeUser meUser = this.f2829me; int hashCode3 = (hashCode2 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list = this.dms; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; @@ -311,7 +311,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel { private final PanelState leftPanelState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2831me; + private final MeUser f2832me; private final NsfwAllowance nsfwAllowed; private final PanelState rightPanelState; @@ -425,7 +425,7 @@ public final class WidgetHomeViewModel extends AppViewModel { this.leftPanelState = panelState; this.rightPanelState = panelState2; this.guildInfo = guildInfo; - this.f2831me = meUser; + this.f2832me = meUser; this.isThreadPeek = z2; this.isInEventsUpsellExperiment = z3; this.isNsfwUnconsented = z4; @@ -436,7 +436,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public static /* synthetic */ StoreState copy$default(StoreState storeState, PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, boolean z4, boolean z5, NsfwAllowance nsfwAllowance, long j, StoreUserConnections.State state, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.leftPanelState : panelState, (i & 2) != 0 ? storeState.rightPanelState : panelState2, (i & 4) != 0 ? storeState.guildInfo : guildInfo, (i & 8) != 0 ? storeState.f2831me : meUser, (i & 16) != 0 ? storeState.isThreadPeek : z2, (i & 32) != 0 ? storeState.isInEventsUpsellExperiment : z3, (i & 64) != 0 ? storeState.isNsfwUnconsented : z4, (i & 128) != 0 ? storeState.isChannelNsfw : z5, (i & 256) != 0 ? storeState.nsfwAllowed : nsfwAllowance, (i & 512) != 0 ? storeState.guildId : j, (i & 1024) != 0 ? storeState.connectedAccountsState : state); + return storeState.copy((i & 1) != 0 ? storeState.leftPanelState : panelState, (i & 2) != 0 ? storeState.rightPanelState : panelState2, (i & 4) != 0 ? storeState.guildInfo : guildInfo, (i & 8) != 0 ? storeState.f2832me : meUser, (i & 16) != 0 ? storeState.isThreadPeek : z2, (i & 32) != 0 ? storeState.isInEventsUpsellExperiment : z3, (i & 64) != 0 ? storeState.isNsfwUnconsented : z4, (i & 128) != 0 ? storeState.isChannelNsfw : z5, (i & 256) != 0 ? storeState.nsfwAllowed : nsfwAllowance, (i & 512) != 0 ? storeState.guildId : j, (i & 1024) != 0 ? storeState.connectedAccountsState : state); } public final PanelState component1() { @@ -460,7 +460,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser component4() { - return this.f2831me; + return this.f2832me; } public final boolean component5() { @@ -500,7 +500,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.f2831me, storeState.f2831me) && this.isThreadPeek == storeState.isThreadPeek && this.isInEventsUpsellExperiment == storeState.isInEventsUpsellExperiment && this.isNsfwUnconsented == storeState.isNsfwUnconsented && this.isChannelNsfw == storeState.isChannelNsfw && m.areEqual(this.nsfwAllowed, storeState.nsfwAllowed) && this.guildId == storeState.guildId && m.areEqual(this.connectedAccountsState, storeState.connectedAccountsState); + return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2832me, storeState.f2832me) && this.isThreadPeek == storeState.isThreadPeek && this.isInEventsUpsellExperiment == storeState.isInEventsUpsellExperiment && this.isNsfwUnconsented == storeState.isNsfwUnconsented && this.isChannelNsfw == storeState.isChannelNsfw && m.areEqual(this.nsfwAllowed, storeState.nsfwAllowed) && this.guildId == storeState.guildId && m.areEqual(this.connectedAccountsState, storeState.connectedAccountsState); } public final StoreUserConnections.State getConnectedAccountsState() { @@ -520,7 +520,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2831me; + return this.f2832me; } public final NsfwAllowance getNsfwAllowed() { @@ -539,7 +539,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.f2831me; + MeUser meUser = this.f2832me; int hashCode4 = (hashCode3 + (meUser != null ? meUser.hashCode() : 0)) * 31; boolean z2 = this.isThreadPeek; int i2 = 1; @@ -604,7 +604,7 @@ public final class WidgetHomeViewModel extends AppViewModel { R.append(", guildInfo="); R.append(this.guildInfo); R.append(", me="); - R.append(this.f2831me); + R.append(this.f2832me); R.append(", isThreadPeek="); R.append(this.isThreadPeek); R.append(", isInEventsUpsellExperiment="); 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 82581091d1..b5b2fe1f7b 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java +++ b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java @@ -12,7 +12,7 @@ public final class DomainGuildInfo implements Parcelable { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2832id; + private final long f2833id; private final String name; public static final Companion Companion = new Companion(null); public static final Parcelable.Creator CREATOR = new Creator(); @@ -52,7 +52,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.f2832id = j; + this.f2833id = j; this.name = str2; } @@ -66,7 +66,7 @@ public final class DomainGuildInfo implements Parcelable { } public final long getId() { - return this.f2832id; + return this.f2833id; } public final String getName() { @@ -77,7 +77,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.f2832id); + parcel.writeLong(this.f2833id); 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 ffa68bd30d..2f8823d96a 100644 --- a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java +++ b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java @@ -11,7 +11,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 f2833id; + private final int f2834id; private final boolean selected; private final String text; @@ -33,14 +33,14 @@ public final class RadioSelectorItem implements Parcelable { public RadioSelectorItem(int i, String str, boolean z2) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - this.f2833id = i; + this.f2834id = 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.f2833id; + i = radioSelectorItem.f2834id; } if ((i2 & 2) != 0) { str = radioSelectorItem.text; @@ -52,7 +52,7 @@ public final class RadioSelectorItem implements Parcelable { } public final int component1() { - return this.f2833id; + return this.f2834id; } public final String component2() { @@ -81,11 +81,11 @@ public final class RadioSelectorItem implements Parcelable { return false; } RadioSelectorItem radioSelectorItem = (RadioSelectorItem) obj; - return this.f2833id == radioSelectorItem.f2833id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; + return this.f2834id == radioSelectorItem.f2834id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; } public final int getId() { - return this.f2833id; + return this.f2834id; } public final boolean getSelected() { @@ -97,7 +97,7 @@ public final class RadioSelectorItem implements Parcelable { } public int hashCode() { - int i = this.f2833id * 31; + int i = this.f2834id * 31; String str = this.text; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.selected; @@ -112,7 +112,7 @@ public final class RadioSelectorItem implements Parcelable { public String toString() { StringBuilder R = a.R("RadioSelectorItem(id="); - R.append(this.f2833id); + R.append(this.f2834id); R.append(", text="); R.append(this.text); R.append(", selected="); @@ -122,7 +122,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.f2833id); + parcel.writeInt(this.f2834id); parcel.writeString(this.text); parcel.writeInt(this.selected ? 1 : 0); } 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 533035c82f..aab277fcc7 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java @@ -171,7 +171,7 @@ public final class WidgetMedia extends AppFragment { String j = messageEmbed.j(); String l = messageEmbed.l(); String str2 = previewImage == null ? previewImage.a : null; - Integer num2 = previewImage == null ? previewImage.f2678b : null; + Integer num2 = previewImage == null ? previewImage.f2679b : null; if (previewImage != null) { num = previewImage.c; } 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 30345e08e1..4f6f05a426 100644 --- a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java @@ -42,7 +42,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap private final boolean canManageChannelsOfCategory; /* renamed from: id reason: collision with root package name */ - private final long f2834id; + private final long f2835id; private final boolean isDraggable; private final String key; private final String name; @@ -51,7 +51,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.f2834id = j; + this.f2835id = j; this.pos = i; this.isDraggable = z2; this.canManageCategory = z3; @@ -68,7 +68,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap str = categoryItem.name; } if ((i2 & 2) != 0) { - j = categoryItem.f2834id; + j = categoryItem.f2835id; } if ((i2 & 4) != 0) { i = categoryItem.pos; @@ -90,7 +90,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long component2() { - return this.f2834id; + return this.f2835id; } public final boolean component4() { @@ -117,7 +117,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap return false; } CategoryItem categoryItem = (CategoryItem) obj; - return m.areEqual(this.name, categoryItem.name) && this.f2834id == categoryItem.f2834id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; + return m.areEqual(this.name, categoryItem.name) && this.f2835id == categoryItem.f2835id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; } public final boolean getCanManageCategory() { @@ -134,7 +134,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long getId() { - return this.f2834id; + return this.f2835id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -158,7 +158,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public int hashCode() { String str = this.name; - int a = (((b.a(this.f2834id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; + int a = (((b.a(this.f2835id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; boolean z2 = this.isDraggable; int i = 1; if (z2) { @@ -191,7 +191,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap StringBuilder R = a.R("CategoryItem(name="); R.append(this.name); R.append(", id="); - R.append(this.f2834id); + R.append(this.f2835id); R.append(", pos="); R.append(this.pos); R.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 94cca42993..6223a9aafd 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java @@ -63,7 +63,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2835me; + private final MeUser f2836me; /* compiled from: WidgetServerDeleteDialog.kt */ /* loaded from: classes2.dex */ @@ -92,7 +92,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { public Model(MeUser meUser, Guild guild) { m.checkNotNullParameter(meUser, "me"); - this.f2835me = meUser; + this.f2836me = meUser; this.guild = guild; } @@ -101,7 +101,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { } public final MeUser getMe() { - return this.f2835me; + return this.f2836me; } } 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 50a1139d50..e5040a0348 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 @@ -218,7 +218,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA private final GuildMember guildMember; /* renamed from: id reason: collision with root package name */ - private final long f2836id; + private final long f2837id; private final boolean isChecked; private final String key; private final CharSequence text; @@ -228,7 +228,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.f2836id = j; + this.f2837id = j; this.text = charSequence; this.discriminator = num; this.isChecked = z2; @@ -244,7 +244,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA } public final long getId() { - return this.f2836id; + return this.f2837id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider 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 9b8480ffd0..df24555426 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 @@ -152,7 +152,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2837me; + private final MeUser f2838me; private final Long permissions; private final Channel rulesChannel; private final Channel updatesChannel; @@ -163,7 +163,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2837me = meUser; + this.f2838me = meUser; this.permissions = l; this.rulesChannel = channel; this.updatesChannel = channel2; @@ -174,7 +174,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2837me; + meUser = valid.f2838me; } if ((i & 4) != 0) { l = valid.permissions; @@ -193,7 +193,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser component2() { - return this.f2837me; + return this.f2838me; } public final Long component3() { @@ -222,7 +222,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2837me, valid.f2837me) && 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.f2838me, valid.f2838me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -230,7 +230,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser getMe() { - return this.f2837me; + return this.f2838me; } public final Long getPermissions() { @@ -249,7 +249,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.f2837me; + MeUser meUser = this.f2838me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -266,7 +266,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie StringBuilder R = a.R("Valid(guild="); R.append(this.guild); R.append(", me="); - R.append(this.f2837me); + R.append(this.f2838me); R.append(", permissions="); R.append(this.permissions); R.append(", rulesChannel="); 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 1fcf96f623..3276e8ff34 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 @@ -387,7 +387,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2838me; + private final MeUser f2839me; private final Long permissions; private final Map roles; private final Channel rulesChannel; @@ -399,7 +399,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2838me = meUser; + this.f2839me = meUser; this.permissions = l; this.roles = map; this.rulesChannel = channel; @@ -412,7 +412,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2838me; + meUser = valid.f2839me; } if ((i & 4) != 0) { l = valid.permissions; @@ -434,7 +434,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser component2() { - return this.f2838me; + return this.f2839me; } public final Long component3() { @@ -467,7 +467,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2838me, valid.f2838me) && 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.f2839me, valid.f2839me) && 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() { @@ -475,7 +475,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser getMe() { - return this.f2838me; + return this.f2839me; } public final Long getPermissions() { @@ -498,7 +498,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.f2838me; + MeUser meUser = this.f2839me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -517,7 +517,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM StringBuilder R = a.R("Valid(guild="); R.append(this.guild); R.append(", me="); - R.append(this.f2838me); + R.append(this.f2839me); R.append(", permissions="); R.append(this.permissions); R.append(", roles="); 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 077e9c05a1..ac41b4c816 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 @@ -235,7 +235,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel roles; @@ -243,7 +243,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel { private final ClaimStatus claimStatus; /* renamed from: id reason: collision with root package name */ - private final long f2842id; + private final long f2843id; private final String imageUrl; private final String terms; private final String title; @@ -713,7 +713,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { m.checkNotNullParameter(str2, "terms"); m.checkNotNullParameter(str3, "imageUrl"); this.claimStatus = claimStatus; - this.f2842id = j; + this.f2843id = j; this.title = str; this.terms = str2; this.imageUrl = str3; @@ -724,7 +724,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { claimStatus = outboundPromoItem.claimStatus; } if ((i & 2) != 0) { - j = outboundPromoItem.f2842id; + j = outboundPromoItem.f2843id; } if ((i & 4) != 0) { str = outboundPromoItem.title; @@ -743,7 +743,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long component2() { - return this.f2842id; + return this.f2843id; } public final String component3() { @@ -774,7 +774,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { return false; } OutboundPromoItem outboundPromoItem = (OutboundPromoItem) obj; - return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2842id == outboundPromoItem.f2842id && 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.f2843id == outboundPromoItem.f2843id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); } public final ClaimStatus getClaimStatus() { @@ -782,7 +782,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long getId() { - return this.f2842id; + return this.f2843id; } public final String getImageUrl() { @@ -800,7 +800,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { public int hashCode() { ClaimStatus claimStatus = this.claimStatus; int i = 0; - int a = (b.a(this.f2842id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; + int a = (b.a(this.f2843id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; String str = this.title; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.terms; @@ -816,7 +816,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { StringBuilder R = a.R("OutboundPromoItem(claimStatus="); R.append(this.claimStatus); R.append(", id="); - R.append(this.f2842id); + R.append(this.f2843id); R.append(", title="); R.append(this.title); R.append(", terms="); 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 171bbc4f4a..c5b06674a4 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 @@ -201,23 +201,23 @@ public final class WidgetEditProfileBannerSheet extends AppBottomSheet { private final void launchColorPicker(@ColorInt int i) { ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = i; - kVar.f3120s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f3121s = 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.f3121x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f3122x = 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.f3122y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f3123y = 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.f3123z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f3124z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.k = new WidgetEditProfileBannerSheet$launchColorPicker$1(this); AppBottomSheet.hideKeyboard$default(this, null, 1, null); 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 452104c293..5af202ee05 100644 --- a/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java +++ b/app/src/main/java/com/discord/widgets/stage/StageChannelNotifications.java @@ -118,7 +118,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)"); - f.H0(x0.j, k0.f3814b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, addAction, application, null), 2, null); + f.H0(x0.j, k0.f3815b, null, new StageChannelNotifications$onInvitedToSpeak$1(channel, addAction, application, null), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/stage/model/StageMediaParticipant.java b/app/src/main/java/com/discord/widgets/stage/model/StageMediaParticipant.java index 695613ced8..9a841b0e7e 100644 --- a/app/src/main/java/com/discord/widgets/stage/model/StageMediaParticipant.java +++ b/app/src/main/java/com/discord/widgets/stage/model/StageMediaParticipant.java @@ -12,7 +12,7 @@ public final class StageMediaParticipant { private final Channel channel; /* renamed from: id reason: collision with root package name */ - private final String f2843id; + private final String f2844id; private final boolean isBlocked; private final boolean isModerator; private final StageCallItem.MediaType mediaType; @@ -23,7 +23,7 @@ public final class StageMediaParticipant { m.checkNotNullParameter(voiceUser, "voiceUser"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(mediaType, "mediaType"); - this.f2843id = str; + this.f2844id = str; this.voiceUser = voiceUser; this.channel = channel; this.isModerator = z2; @@ -33,7 +33,7 @@ public final class StageMediaParticipant { public static /* synthetic */ StageMediaParticipant copy$default(StageMediaParticipant stageMediaParticipant, String str, StoreVoiceParticipants.VoiceUser voiceUser, Channel channel, boolean z2, boolean z3, StageCallItem.MediaType mediaType, int i, Object obj) { if ((i & 1) != 0) { - str = stageMediaParticipant.f2843id; + str = stageMediaParticipant.f2844id; } if ((i & 2) != 0) { voiceUser = stageMediaParticipant.voiceUser; @@ -54,7 +54,7 @@ public final class StageMediaParticipant { } public final String component1() { - return this.f2843id; + return this.f2844id; } public final StoreVoiceParticipants.VoiceUser component2() { @@ -93,7 +93,7 @@ public final class StageMediaParticipant { return false; } StageMediaParticipant stageMediaParticipant = (StageMediaParticipant) obj; - return m.areEqual(this.f2843id, stageMediaParticipant.f2843id) && m.areEqual(this.voiceUser, stageMediaParticipant.voiceUser) && m.areEqual(this.channel, stageMediaParticipant.channel) && this.isModerator == stageMediaParticipant.isModerator && this.isBlocked == stageMediaParticipant.isBlocked && m.areEqual(this.mediaType, stageMediaParticipant.mediaType); + return m.areEqual(this.f2844id, stageMediaParticipant.f2844id) && m.areEqual(this.voiceUser, stageMediaParticipant.voiceUser) && m.areEqual(this.channel, stageMediaParticipant.channel) && this.isModerator == stageMediaParticipant.isModerator && this.isBlocked == stageMediaParticipant.isBlocked && m.areEqual(this.mediaType, stageMediaParticipant.mediaType); } public final Channel getChannel() { @@ -101,7 +101,7 @@ public final class StageMediaParticipant { } public final String getId() { - return this.f2843id; + return this.f2844id; } public final StageCallItem.MediaType getMediaType() { @@ -113,7 +113,7 @@ public final class StageMediaParticipant { } public int hashCode() { - String str = this.f2843id; + String str = this.f2844id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; StoreVoiceParticipants.VoiceUser voiceUser = this.voiceUser; @@ -151,7 +151,7 @@ public final class StageMediaParticipant { public String toString() { StringBuilder R = a.R("StageMediaParticipant(id="); - R.append(this.f2843id); + R.append(this.f2844id); R.append(", voiceUser="); R.append(this.voiceUser); R.append(", channel="); 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 b410b90278..64f4398fb2 100644 --- a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java +++ b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java @@ -131,11 +131,11 @@ public final class WidgetThreadStatus extends AppFragment { WidgetThreadStatusViewModel.Status threadStatus = viewState.getThreadStatus(); int i = 8; if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Hide) { - ConstraintLayout constraintLayout = getBinding().f2645b; + ConstraintLayout constraintLayout = getBinding().f2646b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout, "binding.threadStatus"); constraintLayout.setVisibility(8); } else if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Archived) { - ConstraintLayout constraintLayout2 = getBinding().f2645b; + ConstraintLayout constraintLayout2 = getBinding().f2646b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout2, "binding.threadStatus"); constraintLayout2.setVisibility(0); LoadingButton loadingButton = getBinding().c; @@ -154,7 +154,7 @@ public final class WidgetThreadStatus extends AppFragment { loadingButton2.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent))); getBinding().c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); } else if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Unjoined) { - ConstraintLayout constraintLayout3 = getBinding().f2645b; + ConstraintLayout constraintLayout3 = getBinding().f2646b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout3, "binding.threadStatus"); constraintLayout3.setVisibility(0); LoadingButton loadingButton3 = getBinding().c; 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 8b7e495216..e39add076a 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java @@ -69,7 +69,7 @@ public final class WidgetUnknownStickerSheet extends AppBottomSheet { Serializable serializable = getArgumentsOrDefault().getSerializable("com.discord.intent.extra.EXTRA_STICKER"); Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.api.sticker.StickerPartial"); StickerPartial stickerPartial = (StickerPartial) serializable; - getBinding().f2649b.d(stickerPartial, 0); + getBinding().f2650b.d(stickerPartial, 0); TextView textView = getBinding().c; m.checkNotNullExpressionValue(textView, "binding.unknownStickerSheetStickerName"); textView.setText(stickerPartial.e()); diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTos.java b/app/src/main/java/com/discord/widgets/tos/WidgetTos.java index e40ad32e34..7d550cd1e1 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTos.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTos.java @@ -66,23 +66,23 @@ public final class WidgetTos extends AppFragment { private final void configureAgreementUI() { configureCommonTosModalUI(); WidgetTosBinding binding = getBinding(); - binding.f2646b.setOnClickListener(new WidgetTos$configureAgreementUI$$inlined$with$lambda$1(this)); + binding.f2647b.setOnClickListener(new WidgetTos$configureAgreementUI$$inlined$with$lambda$1(this)); TextView textView = binding.h; m.checkNotNullExpressionValue(textView, "alertTosTextDescriptionTop"); b.n(textView, R.string.terms_agreement_description_1, new Object[0], null, 4); TextView textView2 = binding.g; m.checkNotNullExpressionValue(textView2, "alertTosTextDescriptionBottom"); b.n(textView2, R.string.terms_agreement_description_2, new Object[0], null, 4); - MaterialButton materialButton = binding.f2646b; + MaterialButton materialButton = binding.f2647b; m.checkNotNullExpressionValue(materialButton, "alertTosAckContinue"); b.n(materialButton, R.string.got_it, new Object[0], null, 4); } private final void configureCommonTosModalUI() { - MaterialButton materialButton = getBinding().f2646b; + MaterialButton materialButton = getBinding().f2647b; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); b.n(materialButton, R.string.got_it, new Object[0], null, 4); - getBinding().f2646b.setOnClickListener(new WidgetTos$configureCommonTosModalUI$1(this, isAcknowledgement() ? RestAPIParams.UserAgreements.Companion.acknowledge() : RestAPIParams.UserAgreements.Companion.agree())); + getBinding().f2647b.setOnClickListener(new WidgetTos$configureCommonTosModalUI$1(this, isAcknowledgement() ? RestAPIParams.UserAgreements.Companion.acknowledge() : RestAPIParams.UserAgreements.Companion.agree())); } private final void configureCommonUI() { diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$1.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$1.java index baf464e3c9..d8d47fd40b 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$1.java @@ -25,7 +25,7 @@ public final class WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda boolean z2 = true; if (!m.areEqual(WidgetTosReportViolation.access$getViewModel$p(this.this$0).getReasonSelected(), this.$reasonView$inlined.getReason())) { WidgetTosReportViolation.access$getViewModel$p(this.this$0).setReasonSelected(this.$reasonView$inlined.getReason()); - LoadingButton loadingButton = WidgetTosReportViolation.access$getBinding$p(this.this$0).f2647b; + LoadingButton loadingButton = WidgetTosReportViolation.access$getBinding$p(this.this$0).f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); LinearLayout linearLayout = WidgetTosReportViolation.access$getBinding$p(this.this$0).d; @@ -36,7 +36,7 @@ public final class WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda } this.$reasonView$inlined.setChecked(true); } - LoadingButton loadingButton2 = WidgetTosReportViolation.access$getBinding$p(this.this$0).f2647b; + LoadingButton loadingButton2 = WidgetTosReportViolation.access$getBinding$p(this.this$0).f2648b; m.checkNotNullExpressionValue(loadingButton2, "binding.reportButton"); if (WidgetTosReportViolation.access$getViewModel$p(this.this$0).getReasonSelected() == null) { z2 = false; diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java index 4bc755294f..4154db2a0f 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.java @@ -26,7 +26,7 @@ public final class WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda boolean z2 = true; if (!m.areEqual(WidgetTosReportViolation.access$getViewModel$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).getReasonSelected(), WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.$reasonView$inlined.getReason())) { WidgetTosReportViolation.access$getViewModel$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).setReasonSelected(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.$reasonView$inlined.getReason()); - LoadingButton loadingButton = WidgetTosReportViolation.access$getBinding$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).f2647b; + LoadingButton loadingButton = WidgetTosReportViolation.access$getBinding$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); LinearLayout linearLayout = WidgetTosReportViolation.access$getBinding$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).d; @@ -37,7 +37,7 @@ public final class WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda } WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.$reasonView$inlined.setChecked(true); } - LoadingButton loadingButton2 = WidgetTosReportViolation.access$getBinding$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).f2647b; + LoadingButton loadingButton2 = WidgetTosReportViolation.access$getBinding$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).f2648b; m.checkNotNullExpressionValue(loadingButton2, "binding.reportButton"); if (WidgetTosReportViolation.access$getViewModel$p(WidgetTosReportViolation$handleLoaded$$inlined$forEach$lambda$2.this.this$0).getReasonSelected() == null) { z2 = false; 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 d63b120391..fe1c41c3ef 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java @@ -220,11 +220,11 @@ public final class WidgetTosReportViolation extends AppFragment { ProgressBar progressBar = getBinding().f; m.checkNotNullExpressionValue(progressBar, "binding.reportReasonsLoading"); progressBar.setVisibility(8); - LoadingButton loadingButton = getBinding().f2647b; + LoadingButton loadingButton = getBinding().f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(getViewModel().getReasonSelected() != null); - getBinding().f2647b.setIsLoading(false); - getBinding().f2647b.setOnClickListener(new WidgetTosReportViolation$handleLoaded$1(this)); + getBinding().f2648b.setIsLoading(false); + getBinding().f2648b.setOnClickListener(new WidgetTosReportViolation$handleLoaded$1(this)); TextView textView = getBinding().e; m.checkNotNullExpressionValue(textView, "binding.reportReasonsHeader"); textView.setVisibility(0); @@ -246,17 +246,17 @@ public final class WidgetTosReportViolation extends AppFragment { ProgressBar progressBar = getBinding().f; m.checkNotNullExpressionValue(progressBar, "binding.reportReasonsLoading"); progressBar.setVisibility(0); - LoadingButton loadingButton = getBinding().f2647b; + LoadingButton loadingButton = getBinding().f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); getBinding().d.removeAllViews(); } private final void handleReportSubmissionError() { - LoadingButton loadingButton = getBinding().f2647b; + LoadingButton loadingButton = getBinding().f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); - getBinding().f2647b.setIsLoading(false); + getBinding().f2648b.setIsLoading(false); WidgetNoticeDialog.Companion companion = WidgetNoticeDialog.Companion; FragmentManager parentFragmentManager = getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); @@ -277,10 +277,10 @@ public final class WidgetTosReportViolation extends AppFragment { for (View view : ViewGroupKt.getChildren(linearLayout)) { view.setEnabled(false); } - LoadingButton loadingButton = getBinding().f2647b; + LoadingButton loadingButton = getBinding().f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); - getBinding().f2647b.setIsLoading(true); + getBinding().f2648b.setIsLoading(true); getViewModel().sendReportAPICall(i, getArgs().getChannelId(), getArgs().getMessageId()); } @@ -296,8 +296,8 @@ public final class WidgetTosReportViolation extends AppFragment { LinkifiedTextView linkifiedTextView = getBinding().g; m.checkNotNullExpressionValue(linkifiedTextView, "binding.reportTooltip"); b.a.k.b.n(linkifiedTextView, R.string.form_report_help_text, new Object[]{"https://discord.com/guidelines"}, null, 4); - getBinding().f2647b.setIsLoading(false); - LoadingButton loadingButton = getBinding().f2647b; + getBinding().f2648b.setIsLoading(false); + LoadingButton loadingButton = getBinding().f2648b; m.checkNotNullExpressionValue(loadingButton, "binding.reportButton"); loadingButton.setEnabled(false); } 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 1e8c767e11..89f6708282 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java @@ -102,7 +102,7 @@ public final class WidgetTosReportViolationReasonView extends RelativeLayout { m.checkNotNullExpressionValue(textView, "binding.reportReasonHeader"); String str = null; textView.setText(reportReason != null ? reportReason.b() : null); - TextView textView2 = this.binding.f2648b; + TextView textView2 = this.binding.f2649b; m.checkNotNullExpressionValue(textView2, "binding.reportReasonDescriptipn"); if (reportReason != null) { str = reportReason.a(); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$2.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$2.java index 13b8ebbceb..a31e187f1a 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$2.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$2.java @@ -16,7 +16,7 @@ public final class WidgetUserMentions$WidgetUserMentionFilter$onResume$2 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).f2655b; + CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2656b; m.checkNotNullExpressionValue(checkedSetting, "binding.userMentionsFilterIncludeEveryone"); WidgetUserMentions.WidgetUserMentionFilter.access$updateFilters(widgetUserMentionFilter, WidgetUserMentions.Model.MessageLoader.Filters.copy$default(access$getFilters$p, 0L, false, checkedSetting.isChecked(), false, 11, 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 05093d13cc..4dd0e9652c 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java @@ -1075,14 +1075,14 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect m.checkNotNullExpressionValue(checkedSetting4, "binding.userMentionsFilterThisServer"); checkedSetting4.setVisibility(8); } - CheckedSetting checkedSetting5 = getBinding().f2655b; + CheckedSetting checkedSetting5 = getBinding().f2656b; m.checkNotNullExpressionValue(checkedSetting5, "binding.userMentionsFilterIncludeEveryone"); Model.MessageLoader.Filters filters2 = this.filters; if (filters2 == null) { m.throwUninitializedPropertyAccessException("filters"); } checkedSetting5.setChecked(filters2.getIncludeEveryone()); - getBinding().f2655b.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$2(this)); + getBinding().f2656b.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$2(this)); CheckedSetting checkedSetting6 = getBinding().c; m.checkNotNullExpressionValue(checkedSetting6, "binding.userMentionsFilterIncludeRoles"); Model.MessageLoader.Filters filters3 = this.filters; @@ -1223,7 +1223,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect if (isEmbedded()) { onTabSelected(); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - getBinding().f2654b.setNavigationOnClickListener(new WidgetUserMentions$onViewBound$1(this)); + getBinding().f2655b.setNavigationOnClickListener(new WidgetUserMentions$onViewBound$1(this)); } else { setActionBarTitle(R.string.recent_mentions); } 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 bf37c970d5..23e3138baa 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java @@ -461,7 +461,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) { - a6 a6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.c : this.binding.f2662b; + a6 a6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.c : this.binding.f2663b; m.checkNotNullExpressionValue(a6Var, "when (i) {\n 1…mutualServer4\n }"); RelativeLayout relativeLayout = a6Var.a; m.checkNotNullExpressionValue(relativeLayout, "item.root"); @@ -556,7 +556,7 @@ public final class WidgetUserMutualFriends extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2656b; + RecyclerView recyclerView = getBinding().f2657b; m.checkNotNullExpressionValue(recyclerView, "binding.userMutualFriendsRecyclerView"); this.adapter = (MutualFriendsAdapter) companion.configure(new MutualFriendsAdapter(recyclerView, this)); } 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 2a23b464ed..816c10eaf3 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java @@ -154,7 +154,7 @@ public final class WidgetUserMutualGuilds extends AppFragment { z2 = false; } textView3.setVisibility(z2 ? 0 : 8); - SimpleDraweeView simpleDraweeView2 = this.binding.f2663b; + SimpleDraweeView simpleDraweeView2 = this.binding.f2664b; if (z3) { i2 = 0; } @@ -579,7 +579,7 @@ public final class WidgetUserMutualGuilds extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2657b; + RecyclerView recyclerView = getBinding().f2658b; m.checkNotNullExpressionValue(recyclerView, "binding.userMutualGuildsRecyclerView"); this.adapter = (Adapter) companion.configure(new Adapter(recyclerView, new WidgetUserMutualGuilds$onViewBound$1(this))); } 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 ccd423100b..9af56d91be 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java @@ -191,7 +191,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { } private final void removePhoneNumber(String str) { - ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().userPhoneDelete(new RestAPIParams.DeletePhone(str)), false, 1, null), this, null, 2, null), getBinding().f2658b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$removePhoneNumber$1(this), getContext(), new WidgetUserPasswordVerify$removePhoneNumber$2(this))); + ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().userPhoneDelete(new RestAPIParams.DeletePhone(str)), false, 1, null), this, null, 2, null), getBinding().f2659b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$removePhoneNumber$1(this), getContext(), new WidgetUserPasswordVerify$removePhoneNumber$2(this))); } private final void saveInfo() { @@ -217,7 +217,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { String stringExtra = getMostRecentIntent().getStringExtra(INTENT_EXTRA_USERNAME); String stringExtra2 = getMostRecentIntent().getStringExtra(INTENT_EXTRA_DISCRIMINATOR); String stringExtra3 = getMostRecentIntent().getStringExtra(INTENT_EXTRA_EMAIL); - ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().patchUser(new RestAPIParams.UserInfo(null, stringExtra3, getMostRecentIntent().getStringExtra(INTENT_EXTRA_EMAIL_TOKEN), str, null, stringExtra, StoreStream.Companion.getNotifications().getPushToken(), null, stringExtra2, null, null, 1681, null)), false, 1, null), this, null, 2, null), getBinding().f2658b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$updateAccountInfo$1(this, stringExtra3, str), getContext(), new WidgetUserPasswordVerify$updateAccountInfo$2(this))); + ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().patchUser(new RestAPIParams.UserInfo(null, stringExtra3, getMostRecentIntent().getStringExtra(INTENT_EXTRA_EMAIL_TOKEN), str, null, stringExtra, StoreStream.Companion.getNotifications().getPushToken(), null, stringExtra2, null, null, 1681, null)), false, 1, null), this, null, 2, null), getBinding().f2659b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$updateAccountInfo$1(this, stringExtra3, str), getContext(), new WidgetUserPasswordVerify$updateAccountInfo$2(this))); } private final void updatePhoneNumber(String str) { @@ -227,7 +227,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { String stringExtra2 = getMostRecentIntent().getStringExtra(INTENT_EXTRA_SOURCE_TYPE); m.checkNotNull(stringExtra2); m.checkNotNullExpressionValue(stringExtra2, "mostRecentIntent.getStri…TENT_EXTRA_SOURCE_TYPE)!!"); - ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().userPhoneWithToken(new RestAPIParams.VerificationPhoneCode(stringExtra, str, stringExtra2)), false, 1, null), this, null, 2, null), getBinding().f2658b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$updatePhoneNumber$1(this), getContext(), new WidgetUserPasswordVerify$updatePhoneNumber$2(this))); + ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().userPhoneWithToken(new RestAPIParams.VerificationPhoneCode(stringExtra, str, stringExtra2)), false, 1, null), this, null, 2, null), getBinding().f2659b, 0L, 2, null).k(o.h(new WidgetUserPasswordVerify$updatePhoneNumber$1(this), getContext(), new WidgetUserPasswordVerify$updatePhoneNumber$2(this))); } @Override // com.discord.app.AppFragment 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 31f5f02f46..d96e14e63f 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java @@ -148,13 +148,13 @@ public final class WidgetUserSetCustomStatus extends AppFragment { if (formState.getEmoji() != null) { String imageUri = formState.getEmoji().getImageUri(true, IconUtils.getMediaProxySize(getResources().getDimensionPixelSize(R.dimen.custom_status_emoji_preview_size)), getContext()); if (!m.areEqual(imageUri, this.currentEmojiUri)) { - SimpleDraweeView simpleDraweeView = getBinding().f2664b; + SimpleDraweeView simpleDraweeView = getBinding().f2665b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.setCustomStatusEmoji"); MGImages.setImage$default(simpleDraweeView, imageUri, 0, 0, false, null, null, 124, null); this.currentEmojiUri = imageUri; } } else { - getBinding().f2664b.setActualImageResource(R.drawable.ic_smiley_desaturated); + getBinding().f2665b.setActualImageResource(R.drawable.ic_smiley_desaturated); this.currentEmojiUri = null; } TextInputLayout textInputLayout = getBinding().j; 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 d0188338f1..df99915daa 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java @@ -106,7 +106,7 @@ public final class WidgetUserStatusSheet extends AppBottomSheet { private final void updateView(WidgetUserStatusSheetViewModel.ViewState viewState) { if (viewState instanceof WidgetUserStatusSheetViewModel.ViewState.Loaded) { - getBinding().f2670b.updateViewState(((WidgetUserStatusSheetViewModel.ViewState.Loaded) viewState).getCustomStatusViewState()); + getBinding().f2671b.updateViewState(((WidgetUserStatusSheetViewModel.ViewState.Loaded) viewState).getCustomStatusViewState()); } } @@ -153,7 +153,7 @@ public final class WidgetUserStatusSheet extends AppBottomSheet { a4 a4Var4 = getBinding().e; m.checkNotNullExpressionValue(a4Var4, "binding.userStatusUpdateInvisible"); a4Var4.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$4(this)); - getBinding().f2670b.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$5(this)); - getBinding().f2670b.setOnClear(new WidgetUserStatusSheet$onViewCreated$6(this)); + getBinding().f2671b.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$5(this)); + getBinding().f2671b.setOnClear(new WidgetUserStatusSheet$onViewCreated$6(this)); } } 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 589c6b834d..d4cbfbf841 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 @@ -74,7 +74,7 @@ public final class WidgetUserAccountVerify extends WidgetUserAccountVerifyBase { LinkifiedTextView linkifiedTextView = binding.d; m.checkNotNullExpressionValue(linkifiedTextView, "verifyAccountSupport"); linkifiedTextView.setText(b.k(this, R.string.verification_footer_support, new Object[]{f.c()}, null, 4)); - RelativeLayout relativeLayout = binding.f2651b; + RelativeLayout relativeLayout = binding.f2652b; relativeLayout.setVisibility(isEmailAllowed() ? 0 : 8); relativeLayout.setOnClickListener(new WidgetUserAccountVerify$onViewBound$$inlined$with$lambda$1(this)); RelativeLayout relativeLayout2 = binding.c; 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 77bc22da64..328301e155 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 @@ -100,13 +100,13 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullExpressionValue(textInputLayout2, "binding.alertVerifyEmailChangeEmail"); if (pattern.matcher(ViewExtensions.getTextOrEmpty(textInputLayout2)).matches()) { z2 = true; - MaterialButton materialButton = getBinding().f2652b; + MaterialButton materialButton = getBinding().f2653b; m.checkNotNullExpressionValue(materialButton, "binding.alertVerifyEmailChange"); materialButton.setEnabled(z2); } } z2 = false; - MaterialButton materialButton2 = getBinding().f2652b; + MaterialButton materialButton2 = getBinding().f2653b; m.checkNotNullExpressionValue(materialButton2, "binding.alertVerifyEmailChange"); materialButton2.setEnabled(z2); } @@ -133,6 +133,6 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { TextInputLayout textInputLayout2 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout2, "binding.alertVerifyEmailChangePassword"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetUserEmailUpdate$onViewBound$2(this)); - getBinding().f2652b.setOnClickListener(new WidgetUserEmailUpdate$onViewBound$3(this)); + getBinding().f2653b.setOnClickListener(new WidgetUserEmailUpdate$onViewBound$3(this)); } } 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 9923a31f39..cb1fe3d594 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 @@ -53,7 +53,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { private final String email; /* renamed from: me reason: collision with root package name */ - private final MeUser f2844me; + private final MeUser f2845me; private final boolean verified; /* compiled from: WidgetUserEmailVerify.kt */ @@ -75,20 +75,20 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public Model(MeUser meUser) { m.checkNotNullParameter(meUser, "me"); - this.f2844me = meUser; + this.f2845me = 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.f2844me; + meUser = model.f2845me; } return model.copy(meUser); } public final MeUser component1() { - return this.f2844me; + return this.f2845me; } public final Model copy(MeUser meUser) { @@ -98,7 +98,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof Model) && m.areEqual(this.f2844me, ((Model) obj).f2844me); + return (obj instanceof Model) && m.areEqual(this.f2845me, ((Model) obj).f2845me); } return true; } @@ -108,7 +108,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public final MeUser getMe() { - return this.f2844me; + return this.f2845me; } public final boolean getVerified() { @@ -116,7 +116,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public int hashCode() { - MeUser meUser = this.f2844me; + MeUser meUser = this.f2845me; if (meUser != null) { return meUser.hashCode(); } @@ -125,7 +125,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public String toString() { StringBuilder R = a.R("Model(me="); - R.append(this.f2844me); + R.append(this.f2845me); R.append(")"); return R.toString(); } @@ -154,7 +154,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } else if (model.getEmail() == null) { WidgetUserEmailUpdate.Companion.launch(requireContext(), getMode(), this.emailUpdateLauncher); } else { - getBinding().f2653b.setOnClickListener(new WidgetUserEmailVerify$configureUI$1(this)); + getBinding().f2654b.setOnClickListener(new WidgetUserEmailVerify$configureUI$1(this)); getBinding().c.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 3bbabf74db..d17572b86d 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 @@ -222,7 +222,7 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { if (str == null) { m.throwUninitializedPropertyAccessException("source"); } - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(api.userAddPhone(new RestAPIParams.Phone(textOrEmpty, str, captchaPayload != null ? captchaPayload.getCaptchaKey() : null, captchaPayload != null ? captchaPayload.getCaptchaRqtoken() : null)), false, 1, null), getBinding().f2659b, 0L, 2, null), this, null, 2, null), WidgetUserPhoneManage.class, (Context) null, (Function1) null, new WidgetUserPhoneManage$updatePhoneNumber$1(this), (Function0) null, (Function0) null, new WidgetUserPhoneManage$updatePhoneNumber$2(this, textOrEmpty), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(api.userAddPhone(new RestAPIParams.Phone(textOrEmpty, str, captchaPayload != null ? captchaPayload.getCaptchaKey() : null, captchaPayload != null ? captchaPayload.getCaptchaRqtoken() : null)), false, 1, null), getBinding().f2660b, 0L, 2, null), this, null, 2, null), WidgetUserPhoneManage.class, (Context) null, (Function1) null, new WidgetUserPhoneManage$updatePhoneNumber$1(this), (Function0) null, (Function0) null, new WidgetUserPhoneManage$updatePhoneNumber$2(this, textOrEmpty), 54, (Object) null); } public static /* synthetic */ void updatePhoneNumber$default(WidgetUserPhoneManage widgetUserPhoneManage, CaptchaHelper.CaptchaPayload captchaPayload, int i, Object obj) { 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 51426ed55d..1b67ef94aa 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 @@ -148,10 +148,10 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { super.onViewBound(view); WidgetUserPhoneVerifyBinding binding = getBinding(); binding.d.setOnCodeEntered(new WidgetUserPhoneVerify$onViewBound$1$1(this)); - ImageView imageView = binding.f2660b; + ImageView imageView = binding.f2661b; m.checkNotNullExpressionValue(imageView, "closeButton"); imageView.setVisibility(isForced() ? 8 : 0); - binding.f2660b.setOnClickListener(new WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1(this)); + binding.f2661b.setOnClickListener(new WidgetUserPhoneVerify$onViewBound$$inlined$with$lambda$1(this)); if (GrowthTeamFeatures.INSTANCE.isAndroidSmsAutofillEnabled()) { SmsListener.Companion.startSmsListener(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 95cb2aac32..f28617f40c 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 @@ -131,7 +131,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { private final Collection> guildMembers; /* renamed from: me reason: collision with root package name */ - private final MeUser f2845me; + private final MeUser f2846me; private final boolean reducedMotionEnabled; private final ModelRichPresence richPresence; private final StreamContext streamContext; @@ -146,7 +146,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { m.checkNotNullParameter(map, "userIdToGuildMemberMap"); m.checkNotNullParameter(collection, "guildMembers"); m.checkNotNullParameter(userProfile, "userProfile"); - this.f2845me = meUser; + this.f2846me = meUser; this.user = user; this.userIdToGuildMemberMap = map; this.guildMembers = collection; @@ -159,11 +159,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, UserProfile userProfile, boolean z2, boolean z3, Channel channel, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.f2845me : 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 : userProfile, (i & 128) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 256) != 0 ? storeState.reducedMotionEnabled : z3, (i & 512) != 0 ? storeState.channel : channel); + return storeState.copy((i & 1) != 0 ? storeState.f2846me : 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 : userProfile, (i & 128) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 256) != 0 ? storeState.reducedMotionEnabled : z3, (i & 512) != 0 ? storeState.channel : channel); } public final MeUser component1() { - return this.f2845me; + return this.f2846me; } public final Channel component10() { @@ -219,7 +219,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.f2845me, storeState.f2845me) && 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) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); + return m.areEqual(this.f2846me, storeState.f2846me) && 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) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); } public final boolean getAllowAnimatedEmojis() { @@ -235,7 +235,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2845me; + return this.f2846me; } public final boolean getReducedMotionEnabled() { @@ -263,7 +263,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public int hashCode() { - MeUser meUser = this.f2845me; + MeUser meUser = this.f2846me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; User user = this.user; @@ -301,7 +301,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { public String toString() { StringBuilder R = a.R("StoreState(me="); - R.append(this.f2845me); + R.append(this.f2846me); R.append(", user="); R.append(this.user); R.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 909789f949..18854ff7e8 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 @@ -45,19 +45,19 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public static final class Emoji { /* renamed from: id reason: collision with root package name */ - private final String f2846id; + private final String f2847id; private final boolean isAnimated; private final String name; public Emoji(String str, String str2, boolean z2) { - this.f2846id = str; + this.f2847id = 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.f2846id; + str = emoji.f2847id; } if ((i & 2) != 0) { str2 = emoji.name; @@ -69,7 +69,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public final String component1() { - return this.f2846id; + return this.f2847id; } public final String component2() { @@ -92,11 +92,11 @@ public final class UserStatusPresenceCustomView extends LinearLayout { return false; } Emoji emoji = (Emoji) obj; - return m.areEqual(this.f2846id, emoji.f2846id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; + return m.areEqual(this.f2847id, emoji.f2847id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; } public final String getId() { - return this.f2846id; + return this.f2847id; } public final String getName() { @@ -104,7 +104,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public int hashCode() { - String str = this.f2846id; + String str = this.f2847id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -128,7 +128,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public String toString() { StringBuilder R = a.R("Emoji(id="); - R.append(this.f2846id); + R.append(this.f2847id); R.append(", name="); R.append(this.name); R.append(", isAnimated="); 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 21d76721d6..5871fc95fe 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 @@ -69,7 +69,7 @@ public final class WidgetGlobalSearchGuildsModel { private final Guild guild; /* renamed from: id reason: collision with root package name */ - private final long f2847id; + private final long f2848id; private final boolean isSelected; private final boolean isUnread; private final String key; @@ -108,7 +108,7 @@ public final class WidgetGlobalSearchGuildsModel { public Item(int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3) { this._type = i; - this.f2847id = j; + this.f2848id = j; this.channel = channel; this.guild = guild; this.mentionCount = i2; @@ -133,11 +133,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.f2847id : 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.f2848id : 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.f2847id; + return this.f2848id; } public final Channel component3() { @@ -180,7 +180,7 @@ public final class WidgetGlobalSearchGuildsModel { return false; } Item item = (Item) obj; - return this._type == item._type && this.f2847id == item.f2847id && 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.f2848id == item.f2848id && 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() { @@ -196,7 +196,7 @@ public final class WidgetGlobalSearchGuildsModel { } public final long getId() { - return this.f2847id; + return this.f2848id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -218,7 +218,7 @@ public final class WidgetGlobalSearchGuildsModel { } public int hashCode() { - int a = (b.a(this.f2847id) + (this._type * 31)) * 31; + int a = (b.a(this.f2848id) + (this._type * 31)) * 31; Channel channel = this.channel; int i = 0; int hashCode = (a + (channel != null ? channel.hashCode() : 0)) * 31; @@ -263,7 +263,7 @@ public final class WidgetGlobalSearchGuildsModel { StringBuilder R = a.R("Item(_type="); R.append(this._type); R.append(", id="); - R.append(this.f2847id); + R.append(this.f2848id); R.append(", channel="); R.append(this.channel); R.append(", guild="); 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 4d5911972f..19bbb5d976 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 @@ -279,7 +279,7 @@ public final class WidgetUserSheet extends AppBottomSheet { m.checkNotNullExpressionValue(textView4, "binding.aboutMeGuildIconName"); textView4.setVisibility(8); } - CardView cardView = getBinding().f2665b; + CardView cardView = getBinding().f2666b; m.checkNotNullExpressionValue(cardView, "binding.aboutMeCard"); if (bioAst == null) { z2 = false; @@ -379,7 +379,7 @@ public final class WidgetUserSheet extends AppBottomSheet { TextView textView = getBinding().v; m.checkNotNullExpressionValue(textView, "binding.userSheetIncomingFriendRequestHeader"); textView.setVisibility(z2 ? 0 : 8); - LinearLayout linearLayout = getBinding().f2666s; + LinearLayout linearLayout = getBinding().f2667s; m.checkNotNullExpressionValue(linearLayout, "binding.userSheetFriendRequestIncomingContainer"); if (!z2) { i = 8; @@ -466,11 +466,11 @@ public final class WidgetUserSheet extends AppBottomSheet { m.checkNotNullExpressionValue(linearLayout, "binding.userSheetProfileActionsContainer"); linearLayout.setVisibility(!z3 ? 0 : 8); if (!z3) { - Button button = getBinding().f2667x; + Button button = getBinding().f2668x; m.checkNotNullExpressionValue(button, "binding.userSheetMessageActionButton"); Channel channel = loaded.getChannel(); button.setVisibility(channel == null || channel.A() != 1 ? 0 : 8); - getBinding().f2667x.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$4(this, loaded)); + getBinding().f2668x.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$4(this, loaded)); getBinding().l.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$5(this)); getBinding().Q.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$6(this)); if (userRelationshipType == 0) { @@ -564,7 +564,7 @@ public final class WidgetUserSheet extends AppBottomSheet { getViewModel().setOpenPopoutLogged(true); } getBinding().J.setOnBannerPress(new WidgetUserSheet$configureUI$1(this)); - ImageView imageView = getBinding().f2668y; + ImageView imageView = getBinding().f2669y; m.checkNotNullExpressionValue(imageView, "binding.userSheetMoreButton"); if (isMe || isSystemUser) { z2 = false; @@ -867,7 +867,7 @@ public final class WidgetUserSheet extends AppBottomSheet { super.onViewCreated(view, bundle); long j = getArgumentsOrDefault().getLong(ARG_USER_ID); boolean z2 = j == StoreStream.Companion.getUsers().getMe().getId(); - getBinding().f2668y.setOnClickListener(new WidgetUserSheet$onViewCreated$1(this, j)); + getBinding().f2669y.setOnClickListener(new WidgetUserSheet$onViewCreated$1(this, j)); UserProfileHeaderView userProfileHeaderView = getBinding().J; Badge.Companion companion = Badge.Companion; FragmentManager parentFragmentManager = getParentFragmentManager(); @@ -894,8 +894,8 @@ public final class WidgetUserSheet extends AppBottomSheet { TextInputLayout textInputLayout2 = getBinding().B; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserSheet$onViewCreated$16(this, view), 1, null); - ViewCompat.setAccessibilityDelegate(getBinding().f2668y, new WidgetUserSheet$onViewCreated$17(this)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().m, getBinding().u, getBinding().f2669z, getBinding().p, getBinding().v, getBinding().N})) { + ViewCompat.setAccessibilityDelegate(getBinding().f2669y, new WidgetUserSheet$onViewCreated$17(this)); + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().m, getBinding().u, getBinding().f2670z, getBinding().p, getBinding().v, getBinding().N})) { 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 a7b697353b..07eee2f5e7 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 @@ -898,7 +898,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2848me; + private final MeUser f2849me; private final boolean muted; private final Map mySelectedVoiceChannelVoiceStates; private final StageRoles myStageRoles; @@ -918,7 +918,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, UserProfile userProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5) { this.user = user; - this.f2848me = meUser; + this.f2849me = meUser; this.channel = channel; this.computedMembers = map; this.guildRoles = map2; @@ -948,7 +948,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { /* renamed from: copy-U9gTzXU$default reason: not valid java name */ public static /* synthetic */ StoreState m48copyU9gTzXU$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, UserProfile userProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5, int i, Object obj) { - return storeState.m51copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2848me : 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 : userProfile, (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.canDisableCommunication : z5); + return storeState.m51copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2849me : 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 : userProfile, (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.canDisableCommunication : z5); } public final User component1() { @@ -996,7 +996,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2848me; + return this.f2849me; } /* renamed from: component20-twRsX-0 reason: not valid java name */ @@ -1067,7 +1067,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2848me, storeState.f2848me) && 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.canDisableCommunication == storeState.canDisableCommunication; + return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2849me, storeState.f2849me) && 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.canDisableCommunication == storeState.canDisableCommunication; } public final boolean getCanDisableCommunication() { @@ -1095,7 +1095,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2848me; + return this.f2849me; } public final boolean getMuted() { @@ -1168,7 +1168,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.f2848me; + MeUser meUser = this.f2849me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -1241,7 +1241,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { StringBuilder R = a.R("StoreState(user="); R.append(this.user); R.append(", me="); - R.append(this.f2848me); + R.append(this.f2849me); R.append(", channel="); R.append(this.channel); R.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 b15316da76..c7845bac32 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 @@ -38,14 +38,14 @@ public final class WidgetUserSheetViewModelStoreState { private final Channel channel; /* renamed from: me reason: collision with root package name */ - private final MeUser f2849me; + private final MeUser f2850me; 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.f2849me = meUser; + this.f2850me = meUser; this.channel = channel; this.selectedVoiceChannel = channel2; } @@ -55,7 +55,7 @@ public final class WidgetUserSheetViewModelStoreState { user = bootstrapData.user; } if ((i & 2) != 0) { - meUser = bootstrapData.f2849me; + meUser = bootstrapData.f2850me; } if ((i & 4) != 0) { channel = bootstrapData.channel; @@ -71,7 +71,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser component2() { - return this.f2849me; + return this.f2850me; } public final Channel component3() { @@ -95,7 +95,7 @@ public final class WidgetUserSheetViewModelStoreState { return false; } BootstrapData bootstrapData = (BootstrapData) obj; - return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2849me, bootstrapData.f2849me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); + return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2850me, bootstrapData.f2850me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); } public final Channel getChannel() { @@ -103,7 +103,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser getMe() { - return this.f2849me; + return this.f2850me; } public final Channel getSelectedVoiceChannel() { @@ -118,7 +118,7 @@ public final class WidgetUserSheetViewModelStoreState { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2849me; + MeUser meUser = this.f2850me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -133,7 +133,7 @@ public final class WidgetUserSheetViewModelStoreState { StringBuilder R = a.R("BootstrapData(user="); R.append(this.user); R.append(", me="); - R.append(this.f2849me); + R.append(this.f2850me); R.append(", channel="); R.append(this.channel); R.append(", selectedVoiceChannel="); 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 70ef217aef..47cfbda6f2 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 @@ -255,7 +255,7 @@ public class WidgetVoiceCallIncoming extends AppFragment { getBinding().h.setText(component1.isVideoCall() ? R.string.incoming_video_call : R.string.incoming_call); getBinding().i.configure(component2); getBinding().e.configure(component2); - LinearLayout linearLayout = getBinding().f2672b; + LinearLayout linearLayout = getBinding().f2673b; m.checkNotNullExpressionValue(linearLayout, "binding.incomingCallAcceptAltContainer"); if (!component1.isVideoCall()) { i = 8; 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 a7327528f7..3724280696 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 @@ -251,7 +251,7 @@ public final class WidgetVoiceCallInline extends AppFragment { } private final void setWindowInsetsListeners() { - ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2673b, WidgetVoiceCallInline$setWindowInsetsListeners$1.INSTANCE); + ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2674b, WidgetVoiceCallInline$setWindowInsetsListeners$1.INSTANCE); } @Override // com.discord.app.AppFragment 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 8d70e3901e..22c1830bdc 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 @@ -105,7 +105,7 @@ public final class AnchoredVoiceControlsView extends FrameLayout { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((b.a.v.a) TooltipManager.a.f2787b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((b.a.v.a) TooltipManager.a.f2788b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/CallParticipant.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/CallParticipant.java index ab7867c564..002812556f 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/CallParticipant.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/CallParticipant.java @@ -22,7 +22,7 @@ public abstract class CallParticipant { private final EmbeddedActivity embeddedActivity; /* renamed from: id reason: collision with root package name */ - private final String f2850id; + private final String f2851id; private final List participantsInActivity; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -35,7 +35,7 @@ public abstract class CallParticipant { this.participantsInActivity = list; this.application = application; this.backgroundAsset = applicationAsset; - this.f2850id = String.valueOf(application.getId()); + this.f2851id = String.valueOf(application.getId()); } /* JADX WARN: Multi-variable type inference failed */ @@ -103,7 +103,7 @@ public abstract class CallParticipant { @Override // com.discord.widgets.voice.fullscreen.CallParticipant public String getId() { - return this.f2850id; + return this.f2851id; } public final List getParticipantsInActivity() { @@ -149,7 +149,7 @@ public abstract class CallParticipant { public static final class UserOrStreamParticipant extends CallParticipant { /* renamed from: id reason: collision with root package name */ - private final String f2851id; + private final String f2852id; private final VideoCallParticipantView.ParticipantData participantData; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -157,7 +157,7 @@ public abstract class CallParticipant { super(null); m.checkNotNullParameter(participantData, "participantData"); this.participantData = participantData; - this.f2851id = participantData.a; + this.f2852id = participantData.a; } public static /* synthetic */ UserOrStreamParticipant copy$default(UserOrStreamParticipant userOrStreamParticipant, VideoCallParticipantView.ParticipantData participantData, int i, Object obj) { @@ -185,7 +185,7 @@ public abstract class CallParticipant { @Override // com.discord.widgets.voice.fullscreen.CallParticipant public String getId() { - return this.f2851id; + return this.f2852id; } public final VideoCallParticipantView.ParticipantData getParticipantData() { @@ -195,7 +195,7 @@ public abstract class CallParticipant { @Override // com.discord.widgets.voice.fullscreen.CallParticipant public boolean hasActiveVideo() { VideoCallParticipantView.ParticipantData participantData = this.participantData; - VoiceState voiceState = participantData.f2812b.getVoiceState(); + VoiceState voiceState = participantData.f2813b.getVoiceState(); return (voiceState != null && voiceState.j()) || participantData.f != null; } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$2.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$2.java index 3e3df0b276..f95900173e 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$2.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$2.java @@ -26,8 +26,7 @@ public final class WidgetCallFullscreen$configureMenu$2 implements Action1 { + public final /* synthetic */ WidgetCallFullscreen this$0; + + /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ + public WidgetCallFullscreen$handleEvent$2(WidgetCallFullscreen widgetCallFullscreen) { + super(0); + this.this$0 = widgetCallFullscreen; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke reason: avoid collision after fix types in other method */ + public final void invoke2() { + WidgetCallFullscreen.access$openTextInVoice(this.this$0); + } +} 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 1eb430cf80..4ce3f39ddb 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 @@ -80,6 +80,7 @@ import com.discord.views.calls.StageCallVisitCommunityView; import com.discord.views.calls.VideoCallParticipantView; import com.discord.views.calls.VoiceCallActiveEventView; import com.discord.views.user.UserSummaryView; +import com.discord.widgets.channels.TextInVoiceOnboardingManager; import com.discord.widgets.guildscheduledevent.GuildEventPromptListView; import com.discord.widgets.guildscheduledevent.WidgetEndGuildScheduledEventBottomSheet; import com.discord.widgets.notice.WidgetNoticeDialog; @@ -243,7 +244,7 @@ public final class WidgetCallFullscreen extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((b.a.v.a) TooltipManager.a.f2787b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((b.a.v.a) TooltipManager.a.f2788b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; @@ -308,6 +309,10 @@ public final class WidgetCallFullscreen extends AppFragment { widgetCallFullscreen.onViewBindingDestroy(widgetCallFullscreenBinding); } + public static final /* synthetic */ void access$openTextInVoice(WidgetCallFullscreen widgetCallFullscreen) { + widgetCallFullscreen.openTextInVoice(); + } + public static final /* synthetic */ void access$setConnectedTimerSubscription$p(WidgetCallFullscreen widgetCallFullscreen, Subscription subscription) { widgetCallFullscreen.connectedTimerSubscription = subscription; } @@ -328,10 +333,6 @@ public final class WidgetCallFullscreen extends AppFragment { widgetCallFullscreen.setVoiceControlsSheetPeekHeight(); } - public static final /* synthetic */ void access$transitionActivity(WidgetCallFullscreen widgetCallFullscreen) { - widgetCallFullscreen.transitionActivity(); - } - private final void collapseBottomSheet() { BottomSheetBehavior bottomSheetBehavior = this.bottomSheetBehavior; if (bottomSheetBehavior == null) { @@ -1202,6 +1203,11 @@ public final class WidgetCallFullscreen extends AppFragment { destroyAllRenderers(widgetCallFullscreenBinding); } + private final void openTextInVoice() { + transitionActivity(); + getViewModel().onTextInVoiceTapped(); + } + private final void setUpGridRecycler() { VideoCallGridAdapter videoCallGridAdapter = new VideoCallGridAdapter(new WidgetCallFullscreen$setUpGridRecycler$1(this), new WidgetCallFullscreen$setUpGridRecycler$2(this), new WidgetCallFullscreen$setUpGridRecycler$3(this), new WidgetCallFullscreen$setUpGridRecycler$4(getViewModel()), new WidgetCallFullscreen$setUpGridRecycler$5(getViewModel()), 2); this.gridAdapter = videoCallGridAdapter; @@ -1482,6 +1488,9 @@ public final class WidgetCallFullscreen extends AppFragment { d0.z.d.m.checkNotNullExpressionValue(string3, "context.getString(R.stri…p_only_modal_description)"); WidgetNoticeDialog.Companion.show$default(companion2, parentFragmentManager4, string2, string3, requireContext2.getString(R.string.okay), null, null, null, null, null, null, null, null, 0, null, 16368, null); unit = Unit.a; + } else if (event instanceof WidgetCallFullscreenViewModel.Event.ShowTextInVoiceNux) { + new TextInVoiceOnboardingManager().show(new WidgetCallFullscreen$handleEvent$2(this)); + unit = Unit.a; } else { throw new NoWhenBranchMatchedException(); } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel$ViewState$Valid$titleText$2.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel$ViewState$Valid$titleText$2.java index 843841c2c6..dbf0bd9f8d 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel$ViewState$Valid$titleText$2.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel$ViewState$Valid$titleText$2.java @@ -30,6 +30,6 @@ public final class WidgetCallFullscreenViewModel$ViewState$Valid$titleText$2 ext } CallParticipant callParticipant = this.this$0.getVisibleVideoParticipants().get(0); Objects.requireNonNull(callParticipant, "null cannot be cast to non-null type com.discord.widgets.voice.fullscreen.CallParticipant.UserOrStreamParticipant"); - return ((CallParticipant.UserOrStreamParticipant) callParticipant).getParticipantData().f2812b.getDisplayName(); + return ((CallParticipant.UserOrStreamParticipant) callParticipant).getParticipantData().f2813b.getDisplayName(); } } 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 ce699562c4..b08116bc01 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 @@ -67,6 +67,7 @@ import com.discord.utilities.video.VideoPlayerIdleDetector; import com.discord.utilities.voice.PerceptualVolumeUtils; import com.discord.utilities.voice.VoiceEngineServiceController; import com.discord.views.calls.VideoCallParticipantView; +import com.discord.widgets.channels.TextInVoiceOnboardingManager; import com.discord.widgets.stage.StageRoles; import com.discord.widgets.stage.model.StageCallModel; import com.discord.widgets.stage.model.StageMediaParticipant; @@ -628,6 +629,16 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel } } + /* compiled from: WidgetCallFullscreenViewModel.kt */ + /* loaded from: classes2.dex */ + public static final class ShowTextInVoiceNux extends Event { + public static final ShowTextInVoiceNux INSTANCE = new ShowTextInVoiceNux(); + + private ShowTextInVoiceNux() { + super(null); + } + } + /* compiled from: WidgetCallFullscreenViewModel.kt */ /* loaded from: classes2.dex */ public static final class ShowUserSheet extends Event { @@ -2071,7 +2082,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel if (z2) { CallParticipant.UserOrStreamParticipant userOrStreamParticipant = (CallParticipant.UserOrStreamParticipant) callParticipant; VideoCallParticipantView.ParticipantData participantData = userOrStreamParticipant.getParticipantData(); - StoreVideoStreams.UserStreams streams = participantData.f2812b.getStreams(); + StoreVideoStreams.UserStreams streams = participantData.f2813b.getStreams(); VideoCallParticipantView.StreamFps streamFps = null; VideoMetadata applicationStreamMetadata = streams != null ? streams.getApplicationStreamMetadata() : null; if (applicationStreamMetadata != null) { @@ -2133,8 +2144,8 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel CallParticipant callParticipant = (CallParticipant) obj; if (callParticipant instanceof CallParticipant.UserOrStreamParticipant) { CallParticipant.UserOrStreamParticipant userOrStreamParticipant = (CallParticipant.UserOrStreamParticipant) callParticipant; - VoiceState voiceState = userOrStreamParticipant.getParticipantData().f2812b.getVoiceState(); - if (voiceState != null && voiceState.j() && userOrStreamParticipant.getParticipantData().f2812b.isMe()) { + VoiceState voiceState = userOrStreamParticipant.getParticipantData().f2813b.getVoiceState(); + if (voiceState != null && voiceState.j() && userOrStreamParticipant.getParticipantData().f2813b.isMe()) { z3 = true; continue; if (z3) { @@ -2212,7 +2223,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel } Object next = it2.next(); CallParticipant callParticipant2 = (CallParticipant) next; - if ((callParticipant2 instanceof CallParticipant.EmbeddedActivityParticipant) || ((callParticipant2 instanceof CallParticipant.UserOrStreamParticipant) && !((CallParticipant.UserOrStreamParticipant) callParticipant2).getParticipantData().f2812b.isMe())) { + if ((callParticipant2 instanceof CallParticipant.EmbeddedActivityParticipant) || ((callParticipant2 instanceof CallParticipant.UserOrStreamParticipant) && !((CallParticipant.UserOrStreamParticipant) callParticipant2).getParticipantData().f2813b.isMe())) { z2 = true; continue; } else { @@ -2332,7 +2343,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel private final String getParticipantFocusKey(CallParticipant callParticipant) { if (callParticipant instanceof CallParticipant.UserOrStreamParticipant) { CallParticipant.UserOrStreamParticipant userOrStreamParticipant = (CallParticipant.UserOrStreamParticipant) callParticipant; - long id2 = userOrStreamParticipant.getParticipantData().f2812b.getUser().getId(); + long id2 = userOrStreamParticipant.getParticipantData().f2813b.getUser().getId(); int ordinal = userOrStreamParticipant.getParticipantData().g.ordinal(); if (ordinal == 0) { return String.valueOf(id2); @@ -2395,7 +2406,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel if (list.size() == 2) { if (!list.isEmpty()) { for (CallParticipant callParticipant : list) { - if (!(callParticipant instanceof CallParticipant.UserOrStreamParticipant) || !((CallParticipant.UserOrStreamParticipant) callParticipant).getParticipantData().f2812b.isMe()) { + if (!(callParticipant instanceof CallParticipant.UserOrStreamParticipant) || !((CallParticipant.UserOrStreamParticipant) callParticipant).getParticipantData().f2813b.isMe()) { z3 = false; continue; } else { @@ -2481,7 +2492,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel if (callParticipant instanceof CallParticipant.UserOrStreamParticipant) { VideoCallParticipantView.ParticipantData participantData2 = ((CallParticipant.UserOrStreamParticipant) callParticipant).getParticipantData(); if (participantData2.g == VideoCallParticipantView.ParticipantData.Type.DEFAULT) { - this.mediaSettingsStore.setUserOffScreen(participantData2.f2812b.getUser().getId(), !hashSet.contains(participantData2.a)); + this.mediaSettingsStore.setUserOffScreen(participantData2.f2813b.getUser().getId(), !hashSet.contains(participantData2.a)); } } } @@ -2493,7 +2504,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel List audioDevices = callModel.getAudioManagerState().getAudioDevices(); if (!(audioDevices instanceof Collection) || !audioDevices.isEmpty()) { for (DiscordAudioManager.AudioDevice audioDevice : audioDevices) { - if (audioDevice.a != DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET || !audioDevice.f2761b) { + if (audioDevice.a != DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET || !audioDevice.f2762b) { z2 = false; continue; } else { @@ -2588,7 +2599,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel long j = this.channelId; String str2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.a : null; if (rtcConnectionMetadata != null) { - str = rtcConnectionMetadata.f2753b; + str = rtcConnectionMetadata.f2754b; } publishSubject.k.onNext(new Event.EnqueueCallFeedbackSheet(j, str2, str, callModel.getCallDurationMs(this.clock), callModel.getCallFeedbackTriggerRateDenominator())); } @@ -2645,12 +2656,8 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel at jadx.core.codegen.RegionGen.makeRegion(RegionGen.java:62) at jadx.core.codegen.RegionGen.makeRegionIndent(RegionGen.java:79) at jadx.core.codegen.RegionGen.makeIf(RegionGen.java:122) - at jadx.core.dex.regions.conditions.IfRegion.generate(IfRegion.java:90) - at jadx.core.codegen.RegionGen.makeRegion(RegionGen.java:62) - at jadx.core.dex.regions.Region.generate(Region.java:35) - at jadx.core.codegen.RegionGen.makeRegion(RegionGen.java:62) - at jadx.core.codegen.RegionGen.makeRegionIndent(RegionGen.java:79) - at jadx.core.codegen.RegionGen.makeIf(RegionGen.java:136) + at jadx.core.codegen.RegionGen.connectElseIf(RegionGen.java:155) + at jadx.core.codegen.RegionGen.makeIf(RegionGen.java:132) at jadx.core.dex.regions.conditions.IfRegion.generate(IfRegion.java:90) at jadx.core.codegen.RegionGen.makeRegion(RegionGen.java:62) at jadx.core.dex.regions.Region.generate(Region.java:35) @@ -2665,22 +2672,22 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395) at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258) */ - /* JADX WARN: Code restructure failed: missing block: B:133:0x031c, code lost: - if (r0 != null) goto L_0x0328; + /* JADX WARN: Code restructure failed: missing block: B:136:0x0344, code lost: + if (r0 != null) goto L_0x0350; */ - /* JADX WARN: Removed duplicated region for block: B:304:0x05e1 */ - /* JADX WARN: Removed duplicated region for block: B:305:0x05e8 */ - /* JADX WARN: Removed duplicated region for block: B:309:0x060d */ - /* JADX WARN: Removed duplicated region for block: B:315:0x0636 */ - /* JADX WARN: Removed duplicated region for block: B:352:0x061f A[SYNTHETIC] */ - /* JADX WARN: Removed duplicated region for block: B:354:0x064c A[SYNTHETIC] */ + /* JADX WARN: Removed duplicated region for block: B:307:0x060d */ + /* JADX WARN: Removed duplicated region for block: B:308:0x0614 */ + /* JADX WARN: Removed duplicated region for block: B:312:0x0639 */ + /* JADX WARN: Removed duplicated region for block: B:318:0x0662 */ + /* JADX WARN: Removed duplicated region for block: B:353:0x064b A[SYNTHETIC] */ + /* JADX WARN: Removed duplicated region for block: B:355:0x0677 A[SYNTHETIC] */ @androidx.annotation.MainThread /* Code decompiled incorrectly, please refer to instructions dump. */ public final void handleStoreState(com.discord.widgets.voice.fullscreen.WidgetCallFullscreenViewModel.StoreState r53) { /* - Method dump skipped, instructions count: 1661 + Method dump skipped, instructions count: 1702 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: com.discord.widgets.voice.fullscreen.WidgetCallFullscreenViewModel.handleStoreState(com.discord.widgets.voice.fullscreen.WidgetCallFullscreenViewModel$StoreState):void"); @@ -2785,7 +2792,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel CallParticipant.UserOrStreamParticipant userOrStreamParticipant = (CallParticipant.UserOrStreamParticipant) callParticipant; if (userOrStreamParticipant.getParticipantData().g == VideoCallParticipantView.ParticipantData.Type.DEFAULT) { PublishSubject publishSubject = this.eventSubject; - publishSubject.k.onNext(new Event.ShowUserSheet(userOrStreamParticipant.getParticipantData().f2812b.getUser().getId(), this.channelId)); + publishSubject.k.onNext(new Event.ShowUserSheet(userOrStreamParticipant.getParticipantData().f2813b.getUser().getId(), this.channelId)); } } } @@ -2946,7 +2953,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel String encodedStreamKey = stream.getEncodedStreamKey(); RtcConnection.Metadata rtcConnectionMetadata = callModel.getRtcConnectionMetadata(); if (rtcConnectionMetadata != null) { - str = rtcConnectionMetadata.f2753b; + str = rtcConnectionMetadata.f2754b; } enqueueStreamFeedbackSheet(encodedStreamKey, str, callModel.getStreamFeedbackTriggerRateDenominator()); } @@ -3027,7 +3034,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel String encodedStreamKey = stream.getEncodedStreamKey(); RtcConnection.Metadata rtcConnectionMetadata = callModel.getRtcConnectionMetadata(); if (rtcConnectionMetadata != null) { - str = rtcConnectionMetadata.f2753b; + str = rtcConnectionMetadata.f2754b; } enqueueStreamFeedbackSheet(encodedStreamKey, str, callModel.getStreamFeedbackTriggerRateDenominator()); } @@ -3172,7 +3179,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel if (callParticipant != null ? callParticipant instanceof CallParticipant.UserOrStreamParticipant : true) { CallParticipant.UserOrStreamParticipant userOrStreamParticipant = (CallParticipant.UserOrStreamParticipant) callParticipant; VideoCallParticipantView.ParticipantData participantData = userOrStreamParticipant != null ? userOrStreamParticipant.getParticipantData() : null; - Long valueOf = (participantData == null || (voiceUser = participantData.f2812b) == null || (user = voiceUser.getUser()) == null) ? null : Long.valueOf(user.getId()); + Long valueOf = (participantData == null || (voiceUser = participantData.f2813b) == null || (user = voiceUser.getUser()) == null) ? null : Long.valueOf(user.getId()); VideoCallParticipantView.ParticipantData.Type type = participantData != null ? participantData.g : null; if (type == null) { this.streamRtcConnectionStore.updateFocusedParticipant(null); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel$Companion$observeStoreState$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel$Companion$observeStoreState$1.java index b6fe73b89a..36478d0865 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel$Companion$observeStoreState$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel$Companion$observeStoreState$1.java @@ -44,14 +44,13 @@ public final class WidgetCallPreviewFullscreenViewModel$Companion$observeStoreSt boolean z2 = !StoreStream.Companion.getGuildsNsfw().isGuildNsfwGateAgreed(this.$voiceChannel.f()); boolean o = this.$voiceChannel.o(); NsfwAllowance nsfwAllowance = meUser != null ? meUser.getNsfwAllowance() : null; - long id2 = meUser.getId(); Channel channel3 = this.$voiceChannel; m.checkNotNullExpressionValue(bool, "isTextInVoiceEnabled"); boolean booleanValue = bool.booleanValue(); m.checkNotNullExpressionValue(num, "totalMentionsCount"); int intValue = num.intValue(); Integer num2 = (Integer) a.c(this.$voiceChannel, map); - return new WidgetCallPreviewFullscreenViewModel.StoreState.Valid(id2, channel3, channel, booleanValue, intValue, num2 != null ? num2.intValue() : 0, z2, o, nsfwAllowance, callModel, channel2); + return new WidgetCallPreviewFullscreenViewModel.StoreState.Valid(channel3, channel, booleanValue, intValue, num2 != null ? num2.intValue() : 0, z2, o, nsfwAllowance, callModel, channel2); } @Override // rx.functions.Func7 diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel.java index 65b5b41ed4..edb8453a10 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallPreviewFullscreenViewModel.java @@ -349,16 +349,14 @@ public final class WidgetCallPreviewFullscreenViewModel extends AppViewModel onStreamQualityIndicatorClick = ((StageCallAdapter) this.adapter).getOnStreamQualityIndicatorClick(); m.checkNotNullParameter(onStreamQualityIndicatorShown, "onShown"); m.checkNotNullParameter(onStreamQualityIndicatorClick, "onClicked"); - videoCallParticipantView.f2811y = onStreamQualityIndicatorShown; - videoCallParticipantView.f2810x = onStreamQualityIndicatorClick; + videoCallParticipantView.f2812y = onStreamQualityIndicatorShown; + videoCallParticipantView.f2811x = onStreamQualityIndicatorClick; } } 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 0de4fd537a..04859e2075 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 @@ -45,7 +45,7 @@ public final class WidgetVoiceChannelSettings$configureUI$6 implements View.OnCl SeekBar seekBar = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).t; m.checkNotNullExpressionValue(seekBar, "binding.userLimitSeekbar"); int progress = seekBar.getProgress(); - SeekBar seekBar2 = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2674b; + SeekBar seekBar2 = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2675b; m.checkNotNullExpressionValue(seekBar2, "binding.bitrateSeekbar"); int progress2 = seekBar2.getProgress(); StatefulViews access$getState$p3 = 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 fc8d879bba..c1c9992b7a 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 @@ -351,15 +351,15 @@ public final class WidgetVoiceChannelSettings extends AppFragment { TextView textView6 = getBinding().p; m.checkNotNullExpressionValue(textView6, "binding.settingsBitrateHelp"); b.a.k.b.n(textView6, R.string.form_help_bitrate, new Object[]{"64"}, null, 4); - SeekBar seekBar2 = getBinding().f2674b; + SeekBar seekBar2 = getBinding().f2675b; m.checkNotNullExpressionValue(seekBar2, "binding.bitrateSeekbar"); int maxBitrate = model.getMaxBitrate(); Bitrate bitrate = Bitrate.MIN; seekBar2.setMax(maxBitrate - bitrate.getKbps()); - SeekBar seekBar3 = getBinding().f2674b; + SeekBar seekBar3 = getBinding().f2675b; m.checkNotNullExpressionValue(seekBar3, "binding.bitrateSeekbar"); seekBar3.setProgress(c - bitrate.getKbps()); - getBinding().f2674b.setOnSeekBarChangeListener(new WidgetVoiceChannelSettings$configureUI$3(this)); + getBinding().f2675b.setOnSeekBarChangeListener(new WidgetVoiceChannelSettings$configureUI$3(this)); StatefulViews statefulViews3 = this.state; TextView textView7 = getBinding().g; m.checkNotNullExpressionValue(textView7, "binding.channelSettingsRegionOverride"); @@ -434,7 +434,7 @@ public final class WidgetVoiceChannelSettings extends AppFragment { } private final void configureUserLimitVisibility(boolean z2) { - View view = getBinding().f2675s; + View view = getBinding().f2676s; m.checkNotNullExpressionValue(view, "binding.userLimitDivider"); int i = 0; view.setVisibility(z2 ? 0 : 8); diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java index e387ced87e..8445984ca0 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java @@ -74,7 +74,7 @@ public final class WidgetNoiseCancellationBottomSheet extends AppBottomSheet { TextView textView2 = getBinding().c; m.checkNotNullExpressionValue(textView2, "binding.noiseCancellationLearnMore"); textView2.setMovementMethod(LinkMovementMethod.getInstance()); - getBinding().f2676b.setOnClickListener(new WidgetNoiseCancellationBottomSheet$configureUI$1(this)); + getBinding().f2677b.setOnClickListener(new WidgetNoiseCancellationBottomSheet$configureUI$1(this)); } private final WidgetVoiceNoiseCancellationBottomSheetBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java index 00713f9ccc..66e2b62d94 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java @@ -605,7 +605,7 @@ public final class WidgetVoiceBottomSheet extends AppBottomSheet { private final void configureCenterContent(CenterContent centerContent, Channel channel) { int i = 0; if (centerContent instanceof CenterContent.ListItems) { - r0 r0Var = getBinding().f2671b; + r0 r0Var = getBinding().f2672b; m.checkNotNullExpressionValue(r0Var, "binding.empty"); LinearLayout linearLayout = r0Var.a; m.checkNotNullExpressionValue(linearLayout, "binding.empty.root"); @@ -644,7 +644,7 @@ public final class WidgetVoiceBottomSheet extends AppBottomSheet { } callParticipantsAdapter6.setOnEmbeddedActivityClicked(new WidgetVoiceBottomSheet$configureCenterContent$5(this)); } else if (centerContent instanceof CenterContent.Empty) { - r0 r0Var2 = getBinding().f2671b; + r0 r0Var2 = getBinding().f2672b; m.checkNotNullExpressionValue(r0Var2, "binding.empty"); LinearLayout linearLayout2 = r0Var2.a; m.checkNotNullExpressionValue(linearLayout2, "binding.empty.root"); diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java index d1f83702a6..6041496a2f 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java @@ -1077,7 +1077,7 @@ public final class WidgetVoiceBottomSheetViewModel extends AppViewModel weakReference2 = TooltipManager.a.a; tooltipManager3 = weakReference2 != null ? weakReference2.get() : tooltipManager3; if (tooltipManager3 == null) { - tooltipManager2 = new TooltipManager((b.a.v.a) TooltipManager.a.f2787b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); + tooltipManager2 = new TooltipManager((b.a.v.a) TooltipManager.a.f2788b.getValue(), (Set) TooltipManager.a.c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager2); } else { tooltipManager2 = tooltipManager3; @@ -1290,7 +1290,7 @@ public final class WidgetVoiceBottomSheetViewModel extends AppViewModel c; public final long d; public final long e; @@ -40,7 +40,7 @@ public class DiskCacheConfig { public static class b { /* renamed from: b reason: collision with root package name */ - public Supplier f2855b; + public Supplier f2856b; public final Context e; public String a = "image_cache"; public long c = 41943040; @@ -57,15 +57,15 @@ public class DiskCacheConfig { b.f.d.a.b bVar2; Context context = bVar.e; this.k = context; - b.c.a.a0.d.C((bVar.f2855b == null && context == null) ? false : true, "Either a non-null context or a base directory path or supplier must be provided."); - if (bVar.f2855b == null && context != null) { - bVar.f2855b = new a(); + b.c.a.a0.d.C((bVar.f2856b == null && context == null) ? false : true, "Either a non-null context or a base directory path or supplier must be provided."); + if (bVar.f2856b == null && context != null) { + bVar.f2856b = new a(); } this.a = 1; String str = bVar.a; Objects.requireNonNull(str); - this.f2854b = str; - Supplier supplier = bVar.f2855b; + this.f2855b = str; + Supplier supplier = bVar.f2856b; Objects.requireNonNull(supplier); this.c = supplier; this.d = bVar.c; 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 fa845c079f..31cc683b00 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 static final Map a = new IdentityHashMap(); /* renamed from: b reason: collision with root package name */ - public T f2856b; + public T f2857b; public int c = 1; public final f d; @@ -26,7 +26,7 @@ public class SharedReference { public SharedReference(T t, f fVar) { Objects.requireNonNull(t); - this.f2856b = t; + this.f2857b = t; Objects.requireNonNull(fVar); this.d = fVar; if (!(CloseableReference.k == 3) || (!(t instanceof Bitmap) && !(t instanceof c))) { @@ -53,8 +53,8 @@ public class SharedReference { } if (i == 0) { synchronized (this) { - t = this.f2856b; - this.f2856b = null; + t = this.f2857b; + this.f2857b = null; } if (t != null) { this.d.release(t); @@ -89,6 +89,6 @@ public class SharedReference { } public synchronized T c() { - return this.f2856b; + return this.f2857b; } } 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 8d9dd77dc5..5d6b666aa3 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java @@ -28,7 +28,7 @@ public abstract class AbstractDraweeController implements DraweeControl public static final Map a = f.of("component_tag", "drawee"); /* renamed from: b reason: collision with root package name */ - public static final Map f2857b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); + public static final Map f2858b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); public static final Class c = AbstractDraweeController.class; public final c d; public final b.f.g.b.a e; @@ -47,7 +47,7 @@ public abstract class AbstractDraweeController implements DraweeControl public boolean r; /* renamed from: s reason: collision with root package name */ - public String f2858s; + public String f2859s; public DataSource t; public T u; public boolean v; @@ -58,11 +58,11 @@ public abstract class AbstractDraweeController implements DraweeControl public final /* synthetic */ String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f2859b; + public final /* synthetic */ boolean f2860b; public a(String str, boolean z2) { this.a = str; - this.f2859b = z2; + this.f2860b = z2; } @Override // b.f.e.d @@ -83,7 +83,7 @@ public abstract class AbstractDraweeController implements DraweeControl if (result != null) { AbstractDraweeController abstractDraweeController = AbstractDraweeController.this; String str = this.a; - boolean z2 = this.f2859b; + boolean z2 = this.f2860b; Map map = AbstractDraweeController.a; abstractDraweeController.w(str, dataSource, result, progress, c, z2, e); } else if (c) { @@ -470,7 +470,7 @@ public abstract class AbstractDraweeController implements DraweeControl } } Map map3 = a; - Map map4 = f2857b; + Map map4 = f2858b; b.f.g.h.a aVar2 = this.k; if (aVar2 != null) { rect = aVar2.getBounds(); @@ -605,8 +605,8 @@ public abstract class AbstractDraweeController implements DraweeControl if (drawable != null) { x(drawable); } - if (this.f2858s != null) { - this.f2858s = null; + if (this.f2859s != null) { + this.f2859s = 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 68127ef787..6fe0a078f3 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java @@ -18,7 +18,7 @@ public abstract class AbstractDraweeControllerBuilder a = new a(); /* renamed from: b reason: collision with root package name */ - public static final NullPointerException f2860b = new NullPointerException("No image request was specified!"); + public static final NullPointerException f2861b = new NullPointerException("No image request was specified!"); public static final AtomicLong c = new AtomicLong(); public final Context d; public final Set e; @@ -64,7 +64,7 @@ public abstract class AbstractDraweeControllerBuilder implements g0 { public boolean a = false; /* renamed from: b reason: collision with root package name */ - public boolean f2865b = false; + public boolean f2866b = false; public boolean c = true; public DraweeController e = null; @@ -39,7 +39,7 @@ public class DraweeHolder implements g0 { } public final void b() { - if (!this.f2865b || !this.c) { + if (!this.f2866b || !this.c) { c(); } else { a(); @@ -121,7 +121,7 @@ public class DraweeHolder implements g0 { public String toString() { i h2 = d.h2(this); h2.b("controllerAttached", this.a); - h2.b("holderAttached", this.f2865b); + h2.b("holderAttached", this.f2866b); h2.b("drawableVisible", this.c); h2.c("events", this.f.toString()); return h2.toString(); diff --git a/app/src/main/java/com/facebook/drawee/view/DraweeView.java b/app/src/main/java/com/facebook/drawee/view/DraweeView.java index 0e8fb5ee44..f133d4b8c2 100644 --- a/app/src/main/java/com/facebook/drawee/view/DraweeView.java +++ b/app/src/main/java/com/facebook/drawee/view/DraweeView.java @@ -84,14 +84,14 @@ public class DraweeView extends ImageView { public void doAttach() { DraweeHolder draweeHolder = this.mDraweeHolder; draweeHolder.f.a(c.a.ON_HOLDER_ATTACH); - draweeHolder.f2865b = true; + draweeHolder.f2866b = true; draweeHolder.b(); } public void doDetach() { DraweeHolder draweeHolder = this.mDraweeHolder; draweeHolder.f.a(c.a.ON_HOLDER_DETACH); - draweeHolder.f2865b = false; + draweeHolder.f2866b = false; draweeHolder.b(); } @@ -154,7 +154,7 @@ public class DraweeView extends ImageView { public void onMeasure(int i, int i2) { AspectRatioMeasure$Spec aspectRatioMeasure$Spec = this.mMeasureSpec; aspectRatioMeasure$Spec.a = i; - aspectRatioMeasure$Spec.f2864b = i2; + aspectRatioMeasure$Spec.f2865b = i2; float f = this.mAspectRatio; ViewGroup.LayoutParams layoutParams = getLayoutParams(); int paddingRight = getPaddingRight() + getPaddingLeft(); @@ -163,19 +163,19 @@ public class DraweeView extends ImageView { int i3 = layoutParams.height; boolean z2 = true; if (i3 == 0 || i3 == -2) { - aspectRatioMeasure$Spec.f2864b = View.MeasureSpec.makeMeasureSpec(View.resolveSize((int) (((View.MeasureSpec.getSize(aspectRatioMeasure$Spec.a) - paddingRight) / f) + paddingBottom), aspectRatioMeasure$Spec.f2864b), BasicMeasure.EXACTLY); + aspectRatioMeasure$Spec.f2865b = View.MeasureSpec.makeMeasureSpec(View.resolveSize((int) (((View.MeasureSpec.getSize(aspectRatioMeasure$Spec.a) - paddingRight) / f) + paddingBottom), aspectRatioMeasure$Spec.f2865b), BasicMeasure.EXACTLY); } else { int i4 = layoutParams.width; if (!(i4 == 0 || i4 == -2)) { z2 = false; } if (z2) { - aspectRatioMeasure$Spec.a = View.MeasureSpec.makeMeasureSpec(View.resolveSize((int) (((View.MeasureSpec.getSize(aspectRatioMeasure$Spec.f2864b) - paddingBottom) * f) + paddingRight), aspectRatioMeasure$Spec.a), BasicMeasure.EXACTLY); + aspectRatioMeasure$Spec.a = View.MeasureSpec.makeMeasureSpec(View.resolveSize((int) (((View.MeasureSpec.getSize(aspectRatioMeasure$Spec.f2865b) - paddingBottom) * f) + paddingRight), aspectRatioMeasure$Spec.a), BasicMeasure.EXACTLY); } } } AspectRatioMeasure$Spec aspectRatioMeasure$Spec2 = this.mMeasureSpec; - super.onMeasure(aspectRatioMeasure$Spec2.a, aspectRatioMeasure$Spec2.f2864b); + super.onMeasure(aspectRatioMeasure$Spec2.a, aspectRatioMeasure$Spec2.f2865b); } @Override // android.view.View 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 8b3ddc51e6..f4f39a02b9 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 @@ -24,7 +24,7 @@ public class AnimatedFactoryV2Impl implements b.f.j.a.b.a { public final PlatformBitmapFactory a; /* renamed from: b reason: collision with root package name */ - public final e f2866b; + public final e f2867b; public final m c; public final boolean d; public d e; @@ -96,7 +96,7 @@ public class AnimatedFactoryV2Impl implements b.f.j.a.b.a { @c public AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, e eVar, m mVar, boolean z2, f fVar) { this.a = platformBitmapFactory; - this.f2866b = eVar; + this.f2867b = eVar; this.c = mVar; this.d = z2; this.i = fVar; @@ -108,7 +108,7 @@ public class AnimatedFactoryV2Impl implements b.f.j.a.b.a { b.f.h.a.d.a aVar = new b.f.h.a.d.a(this); ExecutorService executorService = this.i; if (executorService == null) { - executorService = new b.f.d.b.c(this.f2866b.a()); + executorService = new b.f.d.b.c(this.f2867b.a()); } b.f.h.a.d.b bVar = new b.f.h.a.d.b(this); Supplier supplier = l.a; 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 dec990789f..827e640686 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 a; /* renamed from: b reason: collision with root package name */ - public final int f2867b; + public final int f2868b; public final int c; public final int d; public final int e; @@ -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.f2867b = i2; + this.f2868b = i2; this.c = i3; this.d = i4; this.e = i5; 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 3606940a0c..2d3d882b9c 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 Class a = getClass(); /* renamed from: b reason: collision with root package name */ - public final c f2868b; + public final c f2869b; public final y c; @VisibleForTesting public final SparseArray> d; @@ -76,28 +76,28 @@ public abstract class BasePool implements e { public int a; /* renamed from: b reason: collision with root package name */ - public int f2869b; + public int f2870b; public void a(int i) { int i2; - int i3 = this.f2869b; + int i3 = this.f2870b; if (i3 < i || (i2 = this.a) <= 0) { - b.f.d.e.a.p("com.facebook.imagepipeline.memory.BasePool.Counter", "Unexpected decrement of %d. Current numBytes = %d, count = %d", Integer.valueOf(i), Integer.valueOf(this.f2869b), Integer.valueOf(this.a)); + b.f.d.e.a.p("com.facebook.imagepipeline.memory.BasePool.Counter", "Unexpected decrement of %d. Current numBytes = %d, count = %d", Integer.valueOf(i), Integer.valueOf(this.f2870b), Integer.valueOf(this.a)); return; } this.a = i2 - 1; - this.f2869b = i3 - i; + this.f2870b = i3 - i; } public void b(int i) { this.a++; - this.f2869b += i; + this.f2870b += i; } } public BasePool(c cVar, y yVar, z zVar) { Objects.requireNonNull(cVar); - this.f2868b = cVar; + this.f2869b = cVar; Objects.requireNonNull(yVar); this.c = yVar; Objects.requireNonNull(zVar); @@ -137,16 +137,16 @@ public abstract class BasePool implements e { } y yVar = this.c; int i2 = yVar.a; - int i3 = this.g.f2869b; + int i3 = this.g.f2870b; if (i > i2 - i3) { this.i.f(); return false; } int i4 = yVar.f599b; - if (i > i4 - (i3 + this.h.f2869b)) { + if (i > i4 - (i3 + this.h.f2870b)) { r(i4 - i); } - if (i <= i2 - (this.g.f2869b + this.h.f2869b)) { + if (i <= i2 - (this.g.f2870b + this.h.f2870b)) { return true; } this.i.f(); @@ -161,7 +161,7 @@ public abstract class BasePool implements e { boolean z2; V l; synchronized (this) { - if (n() && this.h.f2869b != 0) { + if (n() && this.h.f2870b != 0) { z2 = false; d.B(z2); } @@ -207,7 +207,7 @@ public abstract class BasePool implements e { } return v; } - throw new PoolSizeViolationException(this.c.a, this.g.f2869b, this.h.f2869b, k); + throw new PoolSizeViolationException(this.c.a, this.g.f2870b, this.h.f2870b, k); } d.B(this.e.add(l)); int k2 = k(j(l)); @@ -250,14 +250,14 @@ public abstract class BasePool implements e { } public void m() { - this.f2868b.a(this); + this.f2869b.a(this); this.i.c(this); } @VisibleForTesting public synchronized boolean n() { boolean z2; - z2 = this.g.f2869b + this.h.f2869b > this.c.f599b; + z2 = this.g.f2870b + this.h.f2870b > this.c.f599b; if (z2) { this.i.d(); } @@ -273,10 +273,10 @@ public abstract class BasePool implements e { if (b.f.d.e.a.h(2)) { a aVar = this.g; int i = aVar.a; - int i2 = aVar.f2869b; + int i2 = aVar.f2870b; a aVar2 = this.h; int i3 = aVar2.a; - int i4 = aVar2.f2869b; + int i4 = aVar2.f2870b; } } @@ -288,12 +288,12 @@ public abstract class BasePool implements e { @VisibleForTesting public synchronized void r(int i) { - int i2 = this.g.f2869b; - int i3 = this.h.f2869b; + int i2 = this.g.f2870b; + int i3 = this.h.f2870b; int min = Math.min((i2 + i3) - i, i3); if (min > 0) { if (b.f.d.e.a.h(2)) { - b.f.d.e.a.j(this.a, "trimToSize: TargetSize = %d; Initial Size = %d; Bytes to free = %d", Integer.valueOf(i), Integer.valueOf(this.g.f2869b + this.h.f2869b), Integer.valueOf(min)); + b.f.d.e.a.j(this.a, "trimToSize: TargetSize = %d; Initial Size = %d; Bytes to free = %d", Integer.valueOf(i), Integer.valueOf(this.g.f2870b + this.h.f2870b), Integer.valueOf(min)); } p(); for (int i4 = 0; i4 < this.d.size() && min > 0; i4++) { @@ -313,8 +313,8 @@ public abstract class BasePool implements e { } p(); if (b.f.d.e.a.h(2)) { - int i6 = this.g.f2869b; - int i7 = this.h.f2869b; + int i6 = this.g.f2870b; + int i7 = this.h.f2870b; } } } diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/DalvikPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/DalvikPurgeableDecoder.java index ad6d579868..4b72150045 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/DalvikPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/DalvikPurgeableDecoder.java @@ -25,7 +25,7 @@ public abstract class DalvikPurgeableDecoder implements d { public static final byte[] a = {-1, ExifInterface.MARKER_EOI}; /* renamed from: b reason: collision with root package name */ - public final b f2870b; + public final b f2871b; @b.f.m.d /* loaded from: classes2.dex */ @@ -47,7 +47,7 @@ public abstract class DalvikPurgeableDecoder implements d { } } } - this.f2870b = b.f.j.l.c.c; + this.f2871b = b.f.j.l.c.c; } @VisibleForTesting @@ -115,7 +115,7 @@ public abstract class DalvikPurgeableDecoder implements d { Objects.requireNonNull(bitmap); try { nativePinBitmap(bitmap); - b bVar = this.f2870b; + b bVar = this.f2871b; synchronized (bVar) { int d = b.f.k.a.d(bitmap); int i3 = bVar.a; @@ -130,29 +130,29 @@ public abstract class DalvikPurgeableDecoder implements d { z2 = false; } if (z2) { - return CloseableReference.D(bitmap, this.f2870b.e); + return CloseableReference.D(bitmap, this.f2871b.e); } int d2 = b.f.k.a.d(bitmap); bitmap.recycle(); Locale locale = Locale.US; Object[] objArr = new Object[5]; objArr[0] = Integer.valueOf(d2); - b bVar2 = this.f2870b; + b bVar2 = this.f2871b; synchronized (bVar2) { i = bVar2.a; } objArr[1] = Integer.valueOf(i); - b bVar3 = this.f2870b; + b bVar3 = this.f2871b; synchronized (bVar3) { j = bVar3.f589b; } objArr[2] = Long.valueOf(j); - b bVar4 = this.f2870b; + b bVar4 = this.f2871b; synchronized (bVar4) { i2 = bVar4.c; } objArr[3] = Integer.valueOf(i2); - objArr[4] = Integer.valueOf(this.f2870b.b()); + objArr[4] = Integer.valueOf(this.f2871b.b()); throw new TooManyBitmapsException(String.format(locale, "Attempted to pin a bitmap of size %d bytes. The current pool count is %d, the current pool size is %d bytes. The current pool max count is %d, the current pool max size is %d bytes.", objArr)); } catch (Exception e) { bitmap.recycle(); 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 406562af32..4b7f59069d 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java @@ -17,12 +17,12 @@ public class NativeJpegTranscoder implements b { public boolean a; /* renamed from: b reason: collision with root package name */ - public int f2871b; + public int f2872b; public boolean c; public NativeJpegTranscoder(boolean z2, int i, boolean z3, boolean z4) { this.a = z2; - this.f2871b = i; + this.f2872b = i; this.c = z3; if (z4) { d.e0(); @@ -109,7 +109,7 @@ public class NativeJpegTranscoder implements b { if (fVar == null) { fVar = f.a; } - int a02 = d.a0(fVar, eVar2, eVar, this.f2871b); + int a02 = d.a0(fVar, eVar2, eVar, this.f2872b); try { int c = b.f.j.s.d.c(fVar, eVar2, eVar, this.a); int i = 1; 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 1fa58b4495..395f01aaf1 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 b.f.j.s.c { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f2872b; + public final boolean f2873b; public final boolean c; @c public NativeJpegTranscoderFactory(int i, boolean z2, boolean z3) { this.a = i; - this.f2872b = z2; + this.f2873b = z2; this.c = z3; } @@ -24,6 +24,6 @@ public class NativeJpegTranscoderFactory implements b.f.j.s.c { if (cVar != b.f.i.b.a) { return null; } - return new NativeJpegTranscoder(z2, this.a, this.f2872b, this.c); + return new NativeJpegTranscoder(z2, this.a, this.f2873b, this.c); } } 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 4e98da579f..b69e157da6 100644 --- a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java +++ b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java @@ -34,7 +34,7 @@ public class LocalExifThumbnailProducer implements k1 { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final g f2873b; + public final g f2874b; public final ContentResolver c; @d @@ -161,7 +161,7 @@ public class LocalExifThumbnailProducer implements k1 { if (exifInterface != null && exifInterface.hasThumbnail()) { byte[] thumbnail = exifInterface.getThumbnail(); Objects.requireNonNull(thumbnail); - PooledByteBuffer b2 = LocalExifThumbnailProducer.this.f2873b.b(thumbnail); + PooledByteBuffer b2 = LocalExifThumbnailProducer.this.f2874b.b(thumbnail); Objects.requireNonNull(LocalExifThumbnailProducer.this); h hVar = new h(b2); Pools.SynchronizedPool synchronizedPool = b.f.k.a.a; @@ -209,7 +209,7 @@ public class LocalExifThumbnailProducer implements k1 { if (exifInterface != null) { byte[] thumbnail2 = exifInterface.getThumbnail(); Objects.requireNonNull(thumbnail2); - PooledByteBuffer b22 = LocalExifThumbnailProducer.this.f2873b.b(thumbnail2); + PooledByteBuffer b22 = LocalExifThumbnailProducer.this.f2874b.b(thumbnail2); Objects.requireNonNull(LocalExifThumbnailProducer.this); h hVar2 = new h(b22); Pools.SynchronizedPool synchronizedPool3 = b.f.k.a.a; @@ -259,7 +259,7 @@ public class LocalExifThumbnailProducer implements k1 { public LocalExifThumbnailProducer(Executor executor, g gVar, ContentResolver contentResolver) { this.a = executor; - this.f2873b = gVar; + this.f2874b = gVar; this.c = contentResolver; } 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 bed3eba106..f56136d1e5 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java @@ -17,7 +17,7 @@ public class ImageRequest { public static final d a = new a(); /* renamed from: b reason: collision with root package name */ - public final b f2874b; + public final b f2875b; public final Uri c; public final int d; public File e; @@ -36,7 +36,7 @@ public class ImageRequest { public final Boolean r; /* renamed from: s reason: collision with root package name */ - public final b.f.j.q.b f2875s; + public final b.f.j.q.b f2876s; public final b.f.j.k.e t; public final int u; @@ -73,7 +73,7 @@ public class ImageRequest { } public ImageRequest(ImageRequestBuilder imageRequestBuilder) { - this.f2874b = imageRequestBuilder.g; + this.f2875b = imageRequestBuilder.g; Uri uri = imageRequestBuilder.a; this.c = uri; boolean z2 = true; @@ -118,13 +118,13 @@ public class ImageRequest { this.k = fVar == null ? f.a : fVar; this.l = imageRequestBuilder.o; this.m = imageRequestBuilder.k; - this.n = imageRequestBuilder.f2876b; + this.n = imageRequestBuilder.f2877b; int i2 = imageRequestBuilder.c; this.o = i2; this.p = (i2 & 48) == 0 && b.f.d.l.b.e(imageRequestBuilder.a); this.q = (imageRequestBuilder.c & 15) != 0 ? false : z2; this.r = imageRequestBuilder.m; - this.f2875s = imageRequestBuilder.l; + this.f2876s = imageRequestBuilder.l; this.t = imageRequestBuilder.n; this.u = imageRequestBuilder.p; } @@ -145,16 +145,16 @@ public class ImageRequest { return false; } ImageRequest imageRequest = (ImageRequest) obj; - if (this.g != imageRequest.g || this.p != imageRequest.p || this.q != imageRequest.q || !b.c.a.a0.d.g0(this.c, imageRequest.c) || !b.c.a.a0.d.g0(this.f2874b, imageRequest.f2874b) || !b.c.a.a0.d.g0(this.e, imageRequest.e) || !b.c.a.a0.d.g0(this.l, imageRequest.l) || !b.c.a.a0.d.g0(this.i, imageRequest.i) || !b.c.a.a0.d.g0(this.j, imageRequest.j) || !b.c.a.a0.d.g0(this.m, imageRequest.m) || !b.c.a.a0.d.g0(this.n, imageRequest.n) || !b.c.a.a0.d.g0(Integer.valueOf(this.o), Integer.valueOf(imageRequest.o)) || !b.c.a.a0.d.g0(this.r, imageRequest.r)) { + if (this.g != imageRequest.g || this.p != imageRequest.p || this.q != imageRequest.q || !b.c.a.a0.d.g0(this.c, imageRequest.c) || !b.c.a.a0.d.g0(this.f2875b, imageRequest.f2875b) || !b.c.a.a0.d.g0(this.e, imageRequest.e) || !b.c.a.a0.d.g0(this.l, imageRequest.l) || !b.c.a.a0.d.g0(this.i, imageRequest.i) || !b.c.a.a0.d.g0(this.j, imageRequest.j) || !b.c.a.a0.d.g0(this.m, imageRequest.m) || !b.c.a.a0.d.g0(this.n, imageRequest.n) || !b.c.a.a0.d.g0(Integer.valueOf(this.o), Integer.valueOf(imageRequest.o)) || !b.c.a.a0.d.g0(this.r, imageRequest.r)) { return false; } CacheKey cacheKey = null; if (!b.c.a.a0.d.g0(null, null) || !b.c.a.a0.d.g0(this.k, imageRequest.k) || this.h != imageRequest.h) { return false; } - b.f.j.q.b bVar = this.f2875s; + b.f.j.q.b bVar = this.f2876s; CacheKey postprocessorCacheKey = bVar != null ? bVar.getPostprocessorCacheKey() : null; - b.f.j.q.b bVar2 = imageRequest.f2875s; + b.f.j.q.b bVar2 = imageRequest.f2876s; if (bVar2 != null) { cacheKey = bVar2.getPostprocessorCacheKey(); } @@ -162,16 +162,16 @@ public class ImageRequest { } public int hashCode() { - b.f.j.q.b bVar = this.f2875s; - return Arrays.hashCode(new Object[]{this.f2874b, this.c, Boolean.valueOf(this.g), this.l, this.m, this.n, Integer.valueOf(this.o), Boolean.valueOf(this.p), Boolean.valueOf(this.q), this.i, this.r, this.j, this.k, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.u), Boolean.valueOf(this.h)}); + b.f.j.q.b bVar = this.f2876s; + return Arrays.hashCode(new Object[]{this.f2875b, this.c, Boolean.valueOf(this.g), this.l, this.m, this.n, Integer.valueOf(this.o), Boolean.valueOf(this.p), Boolean.valueOf(this.q), this.i, this.r, this.j, this.k, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.u), Boolean.valueOf(this.h)}); } public String toString() { i h2 = b.c.a.a0.d.h2(this); h2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.c); - h2.c("cacheChoice", this.f2874b); + h2.c("cacheChoice", this.f2875b); h2.c("decodeOptions", this.i); - h2.c("postprocessor", this.f2875s); + h2.c("postprocessor", this.f2876s); h2.c("priority", this.m); h2.c("resizeOptions", this.j); h2.c("rotationOptions", this.k); 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 2e25948082..291196ceac 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java @@ -16,7 +16,7 @@ public class ImageRequestBuilder { public Uri a = null; /* renamed from: b reason: collision with root package name */ - public ImageRequest.c f2876b = ImageRequest.c.FULL_FETCH; + public ImageRequest.c f2877b = ImageRequest.c.FULL_FETCH; public int c = 0; public b.f.j.d.e d = null; public f e = null; 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 a913b5c8c7..e8175bf49b 100644 --- a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java +++ b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java @@ -30,7 +30,7 @@ public class ZoomableDraweeView extends DraweeView imple public GestureDetector p; /* renamed from: s reason: collision with root package name */ - public final e.a f2877s; + public final e.a f2878s; public final d t; public boolean k = false; public final RectF l = new RectF(); @@ -76,7 +76,7 @@ public class ZoomableDraweeView extends DraweeView imple public ZoomableDraweeView(Context context, AttributeSet attributeSet) { super(context, attributeSet); b bVar = new b(); - this.f2877s = bVar; + this.f2878s = bVar; d dVar = new d(); this.t = dVar; b.f.g.f.a aVar = new b.f.g.f.a(context.getResources()); @@ -247,6 +247,6 @@ public class ZoomableDraweeView extends DraweeView imple Objects.requireNonNull(eVar); ((b.f.l.b.c) this.o).f648b = null; this.o = eVar; - ((b.f.l.b.c) eVar).f648b = this.f2877s; + ((b.f.l.b.c) eVar).f648b = this.f2878s; } } diff --git a/app/src/main/java/com/facebook/soloader/SoLoader.java b/app/src/main/java/com/facebook/soloader/SoLoader.java index 4792648f51..b3c5cdeb0e 100644 --- a/app/src/main/java/com/facebook/soloader/SoLoader.java +++ b/app/src/main/java/com/facebook/soloader/SoLoader.java @@ -38,7 +38,7 @@ import org.objectweb.asm.Opcodes; public class SoLoader { /* renamed from: b reason: collision with root package name */ - public static k f2878b; + public static k f2879b; public static m[] f; public static b.f.m.b g; public static int k; @@ -80,14 +80,14 @@ public class SoLoader { public final /* synthetic */ boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f2879b; + public final /* synthetic */ String f2880b; public final /* synthetic */ String c; 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.f2879b = str; + this.f2880b = str; this.c = str2; this.d = runtime; this.e = method; @@ -142,7 +142,7 @@ public class SoLoader { String str2; if (this.a) { a aVar = null; - String str3 = (i & 4) == 4 ? this.f2879b : this.c; + String str3 = (i & 4) == 4 ? this.f2880b : this.c; try { try { synchronized (this.d) { @@ -369,7 +369,7 @@ public class SoLoader { String str; synchronized (SoLoader.class) { if (kVar != null) { - f2878b = kVar; + f2879b = kVar; return; } Runtime runtime = Runtime.getRuntime(); @@ -395,7 +395,7 @@ public class SoLoader { } str = TextUtils.join(":", arrayList); } - f2878b = new a(z2, a2, str, runtime, method); + f2879b = new a(z2, a2, str, runtime, method); } method = null; if (method == null) { @@ -404,7 +404,7 @@ public class SoLoader { } if (a2 != null) { } - f2878b = new a(z2, a2, str, runtime, method); + f2879b = new a(z2, a2, str, runtime, method); } } diff --git a/app/src/main/java/com/facebook/webpsupport/WebpBitmapFactoryImpl.java b/app/src/main/java/com/facebook/webpsupport/WebpBitmapFactoryImpl.java index 9f687be592..9f8b55ad06 100644 --- a/app/src/main/java/com/facebook/webpsupport/WebpBitmapFactoryImpl.java +++ b/app/src/main/java/com/facebook/webpsupport/WebpBitmapFactoryImpl.java @@ -21,7 +21,7 @@ public class WebpBitmapFactoryImpl implements b { public static b.a a; /* renamed from: b reason: collision with root package name */ - public static a f2880b; + public static a f2881b; public static byte[] b(InputStream inputStream, BitmapFactory.Options options) { byte[] bArr; @@ -48,7 +48,7 @@ public class WebpBitmapFactoryImpl implements b { @c private static Bitmap createBitmap(int i, int i2, BitmapFactory.Options options) { Bitmap bitmap; - return (options == null || (bitmap = options.inBitmap) == null || !bitmap.isMutable()) ? f2880b.a(i, i2, Bitmap.Config.ARGB_8888) : options.inBitmap; + return (options == null || (bitmap = options.inBitmap) == null || !bitmap.isMutable()) ? f2881b.a(i, i2, Bitmap.Config.ARGB_8888) : options.inBitmap; } @c diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java index f9da030c5b..45be34e68c 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 @@ import java.util.List; public class PersistentCookieJar implements ClearableCookieJar { /* renamed from: b reason: collision with root package name */ - public CookieCache f2881b; + public CookieCache f2882b; public CookiePersistor c; public PersistentCookieJar(CookieCache cookieCache, CookiePersistor cookiePersistor) { - this.f2881b = cookieCache; + this.f2882b = cookieCache; this.c = cookiePersistor; ((SetCookieCache) cookieCache).addAll(((SharedPrefsCookiePersistor) cookiePersistor).c()); } @Override // f0.p public synchronized void a(w wVar, List list) { - this.f2881b.addAll(list); + this.f2882b.addAll(list); CookiePersistor cookiePersistor = this.c; ArrayList arrayList = new ArrayList(); for (n nVar : list) { @@ -40,7 +40,7 @@ public class PersistentCookieJar implements ClearableCookieJar { ArrayList arrayList; ArrayList arrayList2 = new ArrayList(); arrayList = new ArrayList(); - Iterator it = this.f2881b.iterator(); + Iterator it = this.f2882b.iterator(); while (it.hasNext()) { n next = it.next(); if (next.h < System.currentTimeMillis()) { 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 388c173607..b69b32fef4 100644 --- a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java +++ b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java @@ -28,19 +28,19 @@ public class RealtimeBlurView extends View { public Bitmap r; /* renamed from: s reason: collision with root package name */ - public Bitmap f2882s; + public Bitmap f2883s; public Canvas t; public boolean u; /* renamed from: y reason: collision with root package name */ - public View f2884y; + public View f2885y; /* renamed from: z reason: collision with root package name */ - public boolean f2885z; + public boolean f2886z; public final Rect w = new Rect(); /* renamed from: x reason: collision with root package name */ - public final Rect f2883x = new Rect(); + public final Rect f2884x = new Rect(); public final ViewTreeObserver.OnPreDrawListener A = new a(); public final c p = getBlurImpl(); public Paint v = new Paint(); @@ -100,10 +100,10 @@ public class RealtimeBlurView extends View { bitmap.recycle(); this.r = null; } - Bitmap bitmap2 = this.f2882s; + Bitmap bitmap2 = this.f2883s; if (bitmap2 != null) { bitmap2.recycle(); - this.f2882s = null; + this.f2883s = null; } } @@ -174,26 +174,26 @@ public class RealtimeBlurView extends View { public void onAttachedToWindow() { super.onAttachedToWindow(); View activityDecorView = getActivityDecorView(); - this.f2884y = activityDecorView; + this.f2885y = activityDecorView; boolean z2 = false; if (activityDecorView != null) { activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.A); - if (this.f2884y.getRootView() != getRootView()) { + if (this.f2885y.getRootView() != getRootView()) { z2 = true; } - this.f2885z = z2; + this.f2886z = z2; if (z2) { - this.f2884y.postInvalidate(); + this.f2885y.postInvalidate(); return; } return; } - this.f2885z = false; + this.f2886z = false; } @Override // android.view.View public void onDetachedFromWindow() { - View view = this.f2884y; + View view = this.f2885y; if (view != null) { view.getViewTreeObserver().removeOnPreDrawListener(this.A); } @@ -204,17 +204,17 @@ public class RealtimeBlurView extends View { @Override // android.view.View public void onDraw(Canvas canvas) { super.onDraw(canvas); - Bitmap bitmap = this.f2882s; + Bitmap bitmap = this.f2883s; int i = this.n; if (bitmap != null) { this.w.right = bitmap.getWidth(); this.w.bottom = bitmap.getHeight(); - this.f2883x.right = getWidth(); - this.f2883x.bottom = getHeight(); - canvas.drawBitmap(bitmap, this.w, this.f2883x, (Paint) null); + this.f2884x.right = getWidth(); + this.f2884x.bottom = getHeight(); + canvas.drawBitmap(bitmap, this.w, this.f2884x, (Paint) null); } this.v.setColor(i); - canvas.drawRect(this.f2883x, this.v); + canvas.drawRect(this.f2884x, this.v); } public void setBlurRadius(float f) { 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 ca799642e7..9e01883683 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 @@ -24,20 +24,20 @@ public interface AudioProcessor { public static final a a = new a(-1, -1, -1); /* renamed from: b reason: collision with root package name */ - public final int f2886b; + public final int f2887b; public final int c; public final int d; public final int e; public a(int i, int i2, int i3) { - this.f2886b = i; + this.f2887b = i; this.c = i2; this.d = i3; this.e = e0.z(i3) ? e0.s(i3, i2) : -1; } public String toString() { - int i = this.f2886b; + int i = this.f2887b; int i2 = this.c; int i3 = this.d; StringBuilder sb = new StringBuilder(83); 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 bf6df2f76d..1d117ae983 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 @@ -82,7 +82,7 @@ public final class DefaultAudioSink implements AudioSink { public final p a; /* renamed from: b reason: collision with root package name */ - public final b f2887b; + public final b f2888b; public final boolean c; public final w d; public final f0 e; @@ -104,7 +104,7 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: s reason: collision with root package name */ - public AudioTrack f2888s; + public AudioTrack f2889s; public o 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 f2889x; + public ByteBuffer f2890x; /* renamed from: y reason: collision with root package name */ - public int f2890y; + public int f2891y; /* renamed from: z reason: collision with root package name */ - public long f2891z; + public long f2892z; /* loaded from: classes3.dex */ public static final class InvalidAudioTrackTimestampException extends RuntimeException { @@ -162,7 +162,7 @@ public final class DefaultAudioSink implements AudioSink { public final j1 a; /* renamed from: b reason: collision with root package name */ - public final int f2892b; + public final int f2893b; public final int c; public final int d; public final int e; @@ -174,7 +174,7 @@ public final class DefaultAudioSink implements AudioSink { public c(j1 j1Var, int i, int i2, int i3, int i4, int i5, int i6, int i7, boolean z2, AudioProcessor[] audioProcessorArr) { int i8; this.a = j1Var; - this.f2892b = i; + this.f2893b = i; this.c = i2; this.d = i3; this.e = i4; @@ -309,7 +309,7 @@ public final class DefaultAudioSink implements AudioSink { public final AudioProcessor[] a; /* renamed from: b reason: collision with root package name */ - public final c0 f2893b; + public final c0 f2894b; public final b.i.a.c.t2.e0 c; public d(AudioProcessor... audioProcessorArr) { @@ -318,7 +318,7 @@ public final class DefaultAudioSink implements AudioSink { AudioProcessor[] audioProcessorArr2 = new AudioProcessor[audioProcessorArr.length + 2]; this.a = audioProcessorArr2; System.arraycopy(audioProcessorArr, 0, audioProcessorArr2, 0, audioProcessorArr.length); - this.f2893b = c0Var; + this.f2894b = c0Var; this.c = e0Var; audioProcessorArr2[audioProcessorArr.length] = c0Var; audioProcessorArr2[audioProcessorArr.length + 1] = e0Var; @@ -350,19 +350,19 @@ public final class DefaultAudioSink implements AudioSink { d0 d0Var = e0Var.j; Objects.requireNonNull(d0Var); long j3 = j2 - ((d0Var.k * d0Var.f1115b) * 2); - int i = e0Var.h.f2886b; - int i2 = e0Var.g.f2886b; + int i = e0Var.h.f2887b; + int i2 = e0Var.g.f2887b; return i == i2 ? e0.F(j, j3, e0Var.o) : e0.F(j, j3 * i, e0Var.o * i2); } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public long c() { - return this.f2893b.t; + return this.f2894b.t; } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public boolean d(boolean z2) { - this.f2893b.m = z2; + this.f2894b.m = z2; return z2; } } @@ -372,13 +372,13 @@ public final class DefaultAudioSink implements AudioSink { public final x1 a; /* renamed from: b reason: collision with root package name */ - public final boolean f2894b; + public final boolean f2895b; public final long c; public final long d; public e(x1 x1Var, boolean z2, long j, long j2, a aVar) { this.a = x1Var; - this.f2894b = z2; + this.f2895b = z2; this.c = j; this.d = j2; } @@ -390,7 +390,7 @@ public final class DefaultAudioSink implements AudioSink { public T a; /* renamed from: b reason: collision with root package name */ - public long f2895b; + public long f2896b; public f(long j) { } @@ -399,9 +399,9 @@ public final class DefaultAudioSink implements AudioSink { long elapsedRealtime = SystemClock.elapsedRealtime(); if (this.a == null) { this.a = t; - this.f2895b = 100 + elapsedRealtime; + this.f2896b = 100 + elapsedRealtime; } - if (elapsedRealtime >= this.f2895b) { + if (elapsedRealtime >= this.f2896b) { T t2 = this.a; if (t2 != t) { t2.addSuppressed(t); @@ -454,7 +454,7 @@ public final class DefaultAudioSink implements AudioSink { public void d(long j, long j2, long j3, long j4) { DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - long j5 = cVar.c == 0 ? defaultAudioSink.f2891z / cVar.f2892b : defaultAudioSink.A; + long j5 = cVar.c == 0 ? defaultAudioSink.f2892z / cVar.f2893b : defaultAudioSink.A; long E = defaultAudioSink.E(); StringBuilder P = b.d.b.a.a.P(Opcodes.INVOKEVIRTUAL, "Spurious audio timestamp (frame position mismatch): ", j, ", "); P.append(j2); @@ -473,7 +473,7 @@ public final class DefaultAudioSink implements AudioSink { public void e(long j, long j2, long j3, long j4) { DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - long j5 = cVar.c == 0 ? defaultAudioSink.f2891z / cVar.f2892b : defaultAudioSink.A; + long j5 = cVar.c == 0 ? defaultAudioSink.f2892z / cVar.f2893b : defaultAudioSink.A; long E = defaultAudioSink.E(); StringBuilder P = b.d.b.a.a.P(180, "Spurious audio timestamp (system clock mismatch): ", j, ", "); P.append(j2); @@ -495,7 +495,7 @@ public final class DefaultAudioSink implements AudioSink { public final Handler a = new Handler(); /* renamed from: b reason: collision with root package name */ - public final AudioTrack.StreamEventCallback f2896b; + public final AudioTrack.StreamEventCallback f2897b; /* loaded from: classes3.dex */ public class a extends AudioTrack.StreamEventCallback { @@ -505,7 +505,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onDataRequest(AudioTrack audioTrack, int i) { f2.a aVar; - b.c.a.a0.d.D(audioTrack == DefaultAudioSink.this.f2888s); + b.c.a.a0.d.D(audioTrack == DefaultAudioSink.this.f2889s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = z.this.X0) != null) { @@ -516,7 +516,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onTearDown(AudioTrack audioTrack) { f2.a aVar; - b.c.a.a0.d.D(audioTrack == DefaultAudioSink.this.f2888s); + b.c.a.a0.d.D(audioTrack == DefaultAudioSink.this.f2889s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = z.this.X0) != null) { @@ -526,13 +526,13 @@ public final class DefaultAudioSink implements AudioSink { } public h() { - this.f2896b = new a(DefaultAudioSink.this); + this.f2897b = new a(DefaultAudioSink.this); } } public DefaultAudioSink(@Nullable p pVar, b bVar, boolean z2, boolean z3, int i) { this.a = pVar; - this.f2887b = bVar; + this.f2888b = bVar; int i2 = e0.a; this.c = i2 >= 21 && z2; this.k = i2 >= 23 && z3; @@ -673,7 +673,7 @@ public final class DefaultAudioSink implements AudioSink { } public boolean D() { - return B().f2894b; + return B().f2895b; } public final long E() { @@ -687,32 +687,32 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.r; Objects.requireNonNull(cVar); AudioTrack a2 = cVar.a(this.W, this.t, this.U); - this.f2888s = a2; + this.f2889s = a2; if (H(a2)) { - AudioTrack audioTrack = this.f2888s; + AudioTrack audioTrack = this.f2889s; if (this.m == null) { this.m = new h(); } h hVar = this.m; Handler handler = hVar.a; Objects.requireNonNull(handler); - audioTrack.registerStreamEventCallback(new k(handler), hVar.f2896b); + audioTrack.registerStreamEventCallback(new k(handler), hVar.f2897b); if (this.l != 3) { - AudioTrack audioTrack2 = this.f2888s; + AudioTrack audioTrack2 = this.f2889s; j1 j1Var = this.r.a; audioTrack2.setOffloadDelayPadding(j1Var.M, j1Var.N); } } - this.U = this.f2888s.getAudioSessionId(); + this.U = this.f2889s.getAudioSessionId(); t tVar = this.i; - AudioTrack audioTrack3 = this.f2888s; + AudioTrack audioTrack3 = this.f2889s; c cVar2 = this.r; tVar.e(audioTrack3, cVar2.c == 2, cVar2.g, cVar2.d, cVar2.h); N(); int i = this.V.a; if (i != 0) { - this.f2888s.attachAuxEffect(i); - this.f2888s.setAuxEffectSendLevel(this.V.f1131b); + this.f2889s.attachAuxEffect(i); + this.f2889s.setAuxEffectSendLevel(this.V.f1131b); } this.F = true; } catch (AudioSink.InitializationException e2) { @@ -728,7 +728,7 @@ public final class DefaultAudioSink implements AudioSink { } public final boolean G() { - return this.f2888s != null; + return this.f2889s != null; } public final void I() { @@ -739,8 +739,8 @@ public final class DefaultAudioSink implements AudioSink { tVar.f1130z = tVar.b(); tVar.f1128x = SystemClock.elapsedRealtime() * 1000; tVar.A = E; - this.f2888s.stop(); - this.f2890y = 0; + this.f2889s.stop(); + this.f2891y = 0; } } @@ -779,7 +779,7 @@ public final class DefaultAudioSink implements AudioSink { } public final void K() { - this.f2891z = 0L; + this.f2892z = 0L; this.A = 0L; this.B = 0L; this.C = 0L; @@ -795,15 +795,15 @@ public final class DefaultAudioSink implements AudioSink { this.R = false; this.Q = false; this.P = -1; - this.f2889x = null; - this.f2890y = 0; + this.f2890x = null; + this.f2891y = 0; this.e.o = 0L; h(); } public final void L(x1 x1Var, boolean z2) { e B = B(); - if (!x1Var.equals(B.a) || z2 != B.f2894b) { + if (!x1Var.equals(B.a) || z2 != B.f2895b) { e eVar = new e(x1Var, z2, -9223372036854775807L, -9223372036854775807L, null); if (G()) { this.u = eVar; @@ -817,11 +817,11 @@ public final class DefaultAudioSink implements AudioSink { public final void M(x1 x1Var) { if (G()) { try { - this.f2888s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(x1Var.k).setPitch(x1Var.l).setAudioFallbackMode(2)); + this.f2889s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(x1Var.k).setPitch(x1Var.l).setAudioFallbackMode(2)); } catch (IllegalArgumentException e2) { q.c("DefaultAudioSink", "Failed to set playback params", e2); } - x1Var = new x1(this.f2888s.getPlaybackParams().getSpeed(), this.f2888s.getPlaybackParams().getPitch()); + x1Var = new x1(this.f2889s.getPlaybackParams().getSpeed(), this.f2889s.getPlaybackParams().getPitch()); t tVar = this.i; tVar.j = x1Var.k; s sVar = tVar.f; @@ -835,10 +835,10 @@ public final class DefaultAudioSink implements AudioSink { public final void N() { if (G()) { if (e0.a >= 21) { - this.f2888s.setVolume(this.H); + this.f2889s.setVolume(this.H); return; } - AudioTrack audioTrack = this.f2888s; + AudioTrack audioTrack = this.f2889s; float f2 = this.H; audioTrack.setStereoVolume(f2, f2); } @@ -908,7 +908,7 @@ public final class DefaultAudioSink implements AudioSink { t tVar = this.i; int b2 = tVar.e - ((int) (this.B - (tVar.b() * tVar.d))); if (b2 > 0) { - i = this.f2888s.write(this.N, this.O, Math.min(remaining2, b2)); + i = this.f2889s.write(this.N, this.O, Math.min(remaining2, b2)); if (i > 0) { this.O += i; byteBuffer.position(byteBuffer.position() + i); @@ -933,7 +933,7 @@ public final class DefaultAudioSink implements AudioSink { throw writeException; } this.o.a = null; - if (H(this.f2888s)) { + if (H(this.f2889s)) { long j2 = this.C; if (j2 > 0) { this.Z = false; @@ -971,39 +971,39 @@ public final class DefaultAudioSink implements AudioSink { } else { if (this.W) { b.c.a.a0.d.D(j != -9223372036854775807L); - AudioTrack audioTrack = this.f2888s; + AudioTrack audioTrack = this.f2889s; if (i2 >= 26) { i = audioTrack.write(byteBuffer, remaining2, 1, j * 1000); } else { - if (this.f2889x == null) { + if (this.f2890x == null) { ByteBuffer allocate = ByteBuffer.allocate(16); - this.f2889x = allocate; + this.f2890x = allocate; allocate.order(ByteOrder.BIG_ENDIAN); - this.f2889x.putInt(1431633921); + this.f2890x.putInt(1431633921); } - if (this.f2890y == 0) { - this.f2889x.putInt(4, remaining2); - this.f2889x.putLong(8, j * 1000); - this.f2889x.position(0); - this.f2890y = remaining2; + if (this.f2891y == 0) { + this.f2890x.putInt(4, remaining2); + this.f2890x.putLong(8, j * 1000); + this.f2890x.position(0); + this.f2891y = remaining2; } - int remaining3 = this.f2889x.remaining(); + int remaining3 = this.f2890x.remaining(); if (remaining3 > 0) { - int write = audioTrack.write(this.f2889x, remaining3, 1); + int write = audioTrack.write(this.f2890x, remaining3, 1); if (write < 0) { - this.f2890y = 0; + this.f2891y = 0; i = write; } } i = audioTrack.write(byteBuffer, remaining2, 1); if (i < 0) { - this.f2890y = 0; + this.f2891y = 0; } else { - this.f2890y -= i; + this.f2891y -= i; } } } else { - i = this.f2888s.write(byteBuffer, remaining2, 1); + i = this.f2889s.write(byteBuffer, remaining2, 1); } this.X = SystemClock.elapsedRealtime(); if (i < 0) { @@ -1047,7 +1047,7 @@ public final class DefaultAudioSink implements AudioSink { z2 = true; } if (z2) { - this.f2888s.pause(); + this.f2889s.pause(); } } } @@ -1059,15 +1059,15 @@ public final class DefaultAudioSink implements AudioSink { s sVar = this.i.f; Objects.requireNonNull(sVar); sVar.a(); - this.f2888s.play(); + this.f2889s.play(); } } public final void f(long j) { r.a aVar; Handler handler; - x1 a2 = O() ? this.f2887b.a(z()) : x1.j; - boolean d2 = O() ? this.f2887b.d(D()) : false; + x1 a2 = O() ? this.f2888b.a(z()) : x1.j; + boolean d2 = O() ? this.f2888b.d(D()) : false; this.j.add(new e(a2, d2, Math.max(0L, j), this.r.c(E()), null)); AudioProcessor[] audioProcessorArr = this.r.i; ArrayList arrayList = new ArrayList(); @@ -1095,16 +1095,16 @@ public final class DefaultAudioSink implements AudioSink { AudioTrack audioTrack = this.i.c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 3) { - this.f2888s.pause(); + this.f2889s.pause(); } - if (H(this.f2888s)) { + if (H(this.f2889s)) { h hVar = this.m; Objects.requireNonNull(hVar); - this.f2888s.unregisterStreamEventCallback(hVar.f2896b); + this.f2889s.unregisterStreamEventCallback(hVar.f2897b); hVar.a.removeCallbacksAndMessages(null); } - AudioTrack audioTrack2 = this.f2888s; - this.f2888s = null; + AudioTrack audioTrack2 = this.f2889s; + this.f2889s = null; if (e0.a < 21 && !this.T) { this.U = 0; } @@ -1401,12 +1401,12 @@ public final class DefaultAudioSink implements AudioSink { if (eVar.a.equals(x1.j)) { j2 = this.v.c + j9; } else if (this.j.isEmpty()) { - j2 = this.f2887b.b(j9) + this.v.c; + j2 = this.f2888b.b(j9) + this.v.c; } else { e first = this.j.getFirst(); j2 = first.c - e0.q(first.d - min, this.v.a.k); } - return this.r.c(this.f2887b.c()) + j2; + return this.r.c(this.f2888b.c()) + j2; } @Override // com.google.android.exoplayer2.audio.AudioSink @@ -1499,9 +1499,9 @@ public final class DefaultAudioSink implements AudioSink { } else { this.r = this.q; this.q = null; - if (H(this.f2888s) && this.l != 3) { - this.f2888s.setOffloadEndOfStream(); - AudioTrack audioTrack = this.f2888s; + if (H(this.f2889s) && this.l != 3) { + this.f2889s.setOffloadEndOfStream(); + AudioTrack audioTrack = this.f2889s; j1 j1Var = this.r.a; audioTrack.setOffloadDelayPadding(j1Var.M, j1Var.N); this.Z = true; @@ -1666,7 +1666,7 @@ public final class DefaultAudioSink implements AudioSink { f(j); this.u = null; } - long j2 = ((((this.r.c == 0 ? this.f2891z / cVar.f2892b : this.A) - this.e.o) * 1000000) / cVar.a.K) + this.G; + long j2 = ((((this.r.c == 0 ? this.f2892z / cVar.f2893b : this.A) - this.e.o) * 1000000) / cVar.a.K) + this.G; if (!this.E && Math.abs(j2 - j) > 200000) { ((z.b) this.p).a(new AudioSink.UnexpectedDiscontinuityException(j, j2)); this.E = true; @@ -1685,7 +1685,7 @@ public final class DefaultAudioSink implements AudioSink { } } if (this.r.c == 0) { - this.f2891z += byteBuffer.remaining(); + this.f2892z += byteBuffer.remaining(); } else { this.A += this.D * i; } @@ -1785,7 +1785,7 @@ public final class DefaultAudioSink implements AudioSink { } } int i12 = aVar.d; - i4 = aVar.f2886b; + i4 = aVar.f2887b; i3 = e0.n(aVar.c); i5 = e0.s(i12, aVar.c); audioProcessorArr = audioProcessorArr2; @@ -1850,13 +1850,13 @@ public final class DefaultAudioSink implements AudioSink { if (!this.V.equals(uVar)) { int i = uVar.a; float f2 = uVar.f1131b; - AudioTrack audioTrack = this.f2888s; + AudioTrack audioTrack = this.f2889s; if (audioTrack != null) { if (this.V.a != i) { audioTrack.attachAuxEffect(i); } if (i != 0) { - this.f2888s.setAuxEffectSendLevel(f2); + this.f2889s.setAuxEffectSendLevel(f2); } } this.V = uVar; 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 5a4b5be11b..17312ac8db 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 List a; /* renamed from: b reason: collision with root package name */ - public final a0 f2897b; + public final a0 f2898b; public final a c; public final b d; public final int e; @@ -78,7 +78,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable /* renamed from: s reason: collision with root package name */ - public DrmSession.DrmSessionException f2898s; + public DrmSession.DrmSessionException f2899s; @Nullable public byte[] t; public byte[] u; @@ -142,7 +142,7 @@ public class DefaultDrmSession implements DrmSession { } } catch (MediaDrmCallbackException e) { d dVar2 = (d) message.obj; - if (dVar2.f2900b) { + if (dVar2.f2901b) { int i2 = dVar2.e + 1; dVar2.e = i2; if (i2 <= ((b.i.a.c.e3.s) DefaultDrmSession.this.j).a(3)) { @@ -210,14 +210,14 @@ public class DefaultDrmSession implements DrmSession { public final long a; /* renamed from: b reason: collision with root package name */ - public final boolean f2900b; + public final boolean f2901b; public final long c; public final Object d; public int e; public d(long j, boolean z2, long j2, Object obj) { this.a = j; - this.f2900b = z2; + this.f2901b = z2; this.c = j2; this.d = obj; } @@ -248,9 +248,9 @@ public class DefaultDrmSession implements DrmSession { return; } try { - defaultDrmSession.f2897b.j((byte[]) obj2); + defaultDrmSession.f2898b.j((byte[]) obj2); DefaultDrmSessionManager.e eVar = (DefaultDrmSessionManager.e) defaultDrmSession.c; - eVar.f2905b = null; + eVar.f2906b = null; p n = p.n(eVar.a); eVar.a.clear(); b.i.b.b.a p = n.listIterator(); @@ -275,14 +275,14 @@ public class DefaultDrmSession implements DrmSession { try { byte[] bArr = (byte[]) obj2; if (defaultDrmSession3.e == 3) { - a0 a0Var = defaultDrmSession3.f2897b; + a0 a0Var = defaultDrmSession3.f2898b; byte[] bArr2 = defaultDrmSession3.u; int i2 = b.i.a.c.f3.e0.a; a0Var.i(bArr2, bArr); defaultDrmSession3.h(b.i.a.c.w2.a.a); return; } - byte[] i3 = defaultDrmSession3.f2897b.i(defaultDrmSession3.t, bArr); + byte[] i3 = defaultDrmSession3.f2898b.i(defaultDrmSession3.t, bArr); int i4 = defaultDrmSession3.e; if (!((i4 != 2 && (i4 != 0 || defaultDrmSession3.u == null)) || i3 == null || i3.length == 0)) { defaultDrmSession3.u = i3; @@ -304,7 +304,7 @@ public class DefaultDrmSession implements DrmSession { this.l = uuid; this.c = aVar; this.d = bVar; - this.f2897b = a0Var; + this.f2898b = a0Var; this.e = i; this.f = z2; this.g = z3; @@ -399,12 +399,12 @@ public class DefaultDrmSession implements DrmSession { this.p.quit(); this.p = null; this.r = null; - this.f2898s = null; + this.f2899s = null; this.v = null; this.w = null; byte[] bArr = this.t; if (bArr != null) { - this.f2897b.g(bArr); + this.f2898b.g(bArr); this.t = null; } } @@ -449,16 +449,16 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSessionManager2.r == this) { defaultDrmSessionManager2.r = null; } - if (defaultDrmSessionManager2.f2902s == this) { - defaultDrmSessionManager2.f2902s = null; + if (defaultDrmSessionManager2.f2903s == this) { + defaultDrmSessionManager2.f2903s = null; } DefaultDrmSessionManager.e eVar2 = defaultDrmSessionManager2.i; eVar2.a.remove(this); - if (eVar2.f2905b == this) { - eVar2.f2905b = null; + if (eVar2.f2906b == this) { + eVar2.f2906b = null; if (!eVar2.a.isEmpty()) { DefaultDrmSession next = eVar2.a.iterator().next(); - eVar2.f2905b = next; + eVar2.f2906b = next; next.o(); } } @@ -485,7 +485,7 @@ public class DefaultDrmSession implements DrmSession { @Override // com.google.android.exoplayer2.drm.DrmSession public boolean e(String str) { - a0 a0Var = this.f2897b; + a0 a0Var = this.f2898b; byte[] bArr = this.t; b.c.a.a0.d.H(bArr); return a0Var.e(bArr, str); @@ -495,7 +495,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable public final DrmSession.DrmSessionException f() { if (this.n == 1) { - return this.f2898s; + return this.f2899s; } return null; } @@ -547,7 +547,7 @@ public class DefaultDrmSession implements DrmSession { } if (this.n != 4) { try { - this.f2897b.f(bArr, bArr2); + this.f2898b.f(bArr, bArr2); z3 = true; } catch (Exception e2) { k(e2, 1); @@ -603,7 +603,7 @@ public class DefaultDrmSession implements DrmSession { byte[] bArr3 = this.u; if (bArr3 != null) { try { - this.f2897b.f(bArr, bArr3); + this.f2898b.f(bArr, bArr3); z3 = true; } catch (Exception e3) { k(e3, 1); @@ -655,7 +655,7 @@ public class DefaultDrmSession implements DrmSession { } else { i2 = b.i.a.c.w2.w.b(exc); } - this.f2898s = new DrmSession.DrmSessionException(exc, i2); + this.f2899s = new DrmSession.DrmSessionException(exc, i2); q.b("DefaultDrmSession", "DRM session error", exc); h(new b.i.a.c.w2.b(exc)); if (this.n != 4) { @@ -667,8 +667,8 @@ public class DefaultDrmSession implements DrmSession { if (exc instanceof NotProvisionedException) { DefaultDrmSessionManager.e eVar = (DefaultDrmSessionManager.e) this.c; eVar.a.add(this); - if (eVar.f2905b == null) { - eVar.f2905b = this; + if (eVar.f2906b == null) { + eVar.f2906b = this; o(); return; } @@ -683,9 +683,9 @@ public class DefaultDrmSession implements DrmSession { return true; } try { - byte[] d2 = this.f2897b.d(); + byte[] d2 = this.f2898b.d(); this.t = d2; - this.r = this.f2897b.c(d2); + this.r = this.f2898b.c(d2); this.n = 3; h(new b.i.a.c.w2.c(3)); Objects.requireNonNull(this.t); @@ -693,10 +693,10 @@ public class DefaultDrmSession implements DrmSession { } catch (NotProvisionedException unused) { DefaultDrmSessionManager.e eVar = (DefaultDrmSessionManager.e) this.c; eVar.a.add(this); - if (eVar.f2905b != null) { + if (eVar.f2906b != null) { return false; } - eVar.f2905b = this; + eVar.f2906b = this; o(); return false; } catch (Exception e2) { @@ -707,7 +707,7 @@ public class DefaultDrmSession implements DrmSession { public final void n(byte[] bArr, int i, boolean z2) { try { - a0.a k = this.f2897b.k(bArr, this.a, i, this.h); + a0.a k = this.f2898b.k(bArr, this.a, i, this.h); this.v = k; c cVar = this.q; int i2 = b.i.a.c.f3.e0.a; @@ -719,7 +719,7 @@ public class DefaultDrmSession implements DrmSession { } public void o() { - a0.d b2 = this.f2897b.b(); + a0.d b2 = this.f2898b.b(); this.w = b2; c cVar = this.q; int i = b.i.a.c.f3.e0.a; @@ -733,6 +733,6 @@ public class DefaultDrmSession implements DrmSession { if (bArr == null) { return null; } - return this.f2897b.a(bArr); + return this.f2898b.a(bArr); } } 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 8dc4f619b6..cd39006966 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 @@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull; public class DefaultDrmSessionManager implements u { /* renamed from: b reason: collision with root package name */ - public final UUID f2901b; + public final UUID f2902b; public final a0.c c; public final e0 d; public final HashMap e; @@ -57,7 +57,7 @@ public class DefaultDrmSessionManager implements u { @Nullable /* renamed from: s reason: collision with root package name */ - public DefaultDrmSession f2902s; + public DefaultDrmSession f2903s; public Looper t; public Handler u; @Nullable @@ -65,7 +65,7 @@ public class DefaultDrmSessionManager implements u { @Nullable /* renamed from: x reason: collision with root package name */ - public volatile c f2903x; + public volatile c f2904x; public final e i = new e(); public final f k = new f(null); public int v = 0; @@ -121,13 +121,13 @@ public class DefaultDrmSessionManager implements u { @Nullable /* renamed from: b reason: collision with root package name */ - public final s.a f2904b; + public final s.a f2905b; @Nullable public DrmSession c; public boolean d; public d(@Nullable s.a aVar) { - this.f2904b = aVar; + this.f2905b = aVar; } @Override // b.i.a.c.w2.u.b @@ -144,10 +144,10 @@ public class DefaultDrmSessionManager implements u { @Nullable /* renamed from: b reason: collision with root package name */ - public DefaultDrmSession f2905b; + public DefaultDrmSession f2906b; public void a(Exception exc, boolean z2) { - this.f2905b = null; + this.f2906b = null; p n = p.n(this.a); this.a.clear(); b.i.b.b.a p = n.listIterator(); @@ -166,7 +166,7 @@ public class DefaultDrmSessionManager implements u { public DefaultDrmSessionManager(UUID uuid, a0.c cVar, e0 e0Var, HashMap hashMap, boolean z2, int[] iArr, boolean z3, w wVar, long j, a aVar) { Objects.requireNonNull(uuid); b.c.a.a0.d.m(!x0.f1155b.equals(uuid), "Use C.CLEARKEY_UUID instead"); - this.f2901b = uuid; + this.f2902b = uuid; this.c = cVar; this.d = e0Var; this.e = hashMap; @@ -209,7 +209,7 @@ public class DefaultDrmSessionManager implements u { this.p = i + 1; if (i == 0) { if (this.q == null) { - a0 a2 = this.c.a(this.f2901b); + a0 a2 = this.c.a(this.f2902b); this.q = a2; a2.h(new b(null)); } else if (this.l != -9223372036854775807L) { @@ -272,9 +272,9 @@ public class DefaultDrmSessionManager implements u { return 0; } if (this.w == null) { - if (((ArrayList) i(drmInitData, this.f2901b, true)).isEmpty()) { + if (((ArrayList) i(drmInitData, this.f2902b, true)).isEmpty()) { if (drmInitData.m == 1 && drmInitData.j[0].a(x0.f1155b)) { - String valueOf = String.valueOf(this.f2901b); + String valueOf = String.valueOf(this.f2902b); b.d.b.a.a.f0(valueOf.length() + 72, "DrmInitData only contains common PSSH SchemeData. Assuming support for: ", valueOf, "DefaultDrmSessionMgr"); } if (z2) { @@ -300,8 +300,8 @@ public class DefaultDrmSessionManager implements u { @Nullable public final DrmSession e(Looper looper, @Nullable s.a aVar, j1 j1Var, boolean z2) { List list; - if (this.f2903x == null) { - this.f2903x = new c(looper); + if (this.f2904x == null) { + this.f2904x = new c(looper); } DrmInitData drmInitData = j1Var.f1017z; DefaultDrmSession defaultDrmSession = null; @@ -340,9 +340,9 @@ public class DefaultDrmSessionManager implements u { return this.r; } if (this.w == null) { - list = i(drmInitData, this.f2901b, false); + list = i(drmInitData, this.f2902b, false); if (((ArrayList) list).isEmpty()) { - MissingSchemeDataException missingSchemeDataException = new MissingSchemeDataException(this.f2901b, null); + MissingSchemeDataException missingSchemeDataException = new MissingSchemeDataException(this.f2902b, null); q.b("DefaultDrmSessionMgr", "DRM error", missingSchemeDataException); if (aVar != null) { aVar.e(missingSchemeDataException); @@ -365,12 +365,12 @@ public class DefaultDrmSessionManager implements u { } } } else { - defaultDrmSession = this.f2902s; + defaultDrmSession = this.f2903s; } if (defaultDrmSession == null) { defaultDrmSession = h(list, false, aVar, z2); if (!this.f) { - this.f2902s = defaultDrmSession; + this.f2903s = defaultDrmSession; } this.m.add(defaultDrmSession); } else { @@ -381,7 +381,7 @@ public class DefaultDrmSessionManager implements u { public final DefaultDrmSession g(@Nullable List list, boolean z2, @Nullable s.a aVar) { Objects.requireNonNull(this.q); - UUID uuid = this.f2901b; + UUID uuid = this.f2902b; a0 a0Var = this.q; e eVar = this.i; f fVar = this.k; 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 52c6cf0dc7..1818f846a0 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 @@ -82,31 +82,31 @@ public abstract class MediaCodecRenderer extends v0 { public u Z; /* renamed from: b0 reason: collision with root package name */ - public boolean f2907b0; + public boolean f2908b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2908c0; + public boolean f2909c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2909d0; + public boolean f2910d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2910e0; + public boolean f2911e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2911f0; + public boolean f2912f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2912g0; + public boolean f2913g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2913h0; + public boolean f2914h0; /* renamed from: i0 reason: collision with root package name */ - public boolean f2914i0; + public boolean f2915i0; /* renamed from: j0 reason: collision with root package name */ - public boolean f2915j0; + public boolean f2916j0; public boolean k0; @Nullable public q l0; @@ -122,14 +122,14 @@ public abstract class MediaCodecRenderer extends v0 { public final v w; /* renamed from: x reason: collision with root package name */ - public final boolean f2916x; + public final boolean f2917x; /* renamed from: y reason: collision with root package name */ - public final float f2917y; + public final float f2918y; public boolean z0; /* renamed from: z reason: collision with root package name */ - public final DecoderInputBuffer f2918z = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2919z = new DecoderInputBuffer(0); public final DecoderInputBuffer A = new DecoderInputBuffer(0); public final DecoderInputBuffer B = new DecoderInputBuffer(2); public final c0 D = new c0<>(); @@ -146,7 +146,7 @@ public abstract class MediaCodecRenderer extends v0 { public float W = -1.0f; /* renamed from: a0 reason: collision with root package name */ - public int f2906a0 = 0; + public int f2907a0 = 0; public int w0 = 0; public int n0 = -1; public int o0 = -1; @@ -204,8 +204,8 @@ public abstract class MediaCodecRenderer extends v0 { this.v = bVar; Objects.requireNonNull(vVar); this.w = vVar; - this.f2916x = z2; - this.f2917y = f; + this.f2917x = z2; + this.f2918y = f; p pVar = new p(); this.C = pVar; pVar.r(0); @@ -411,7 +411,7 @@ public abstract class MediaCodecRenderer extends v0 { public final boolean O() throws ExoPlaybackException { if (this.z0) { this.x0 = 1; - if (this.f2908c0 || this.f2910e0) { + if (this.f2909c0 || this.f2911e0) { this.y0 = 3; return false; } @@ -429,7 +429,7 @@ public abstract class MediaCodecRenderer extends v0 { int i; boolean z5; if (!(this.o0 >= 0)) { - if (!this.f2911f0 || !this.A0) { + if (!this.f2912f0 || !this.A0) { i = this.S.e(this.F); } else { try { @@ -446,10 +446,10 @@ public abstract class MediaCodecRenderer extends v0 { if (i == -2) { this.B0 = true; MediaFormat outputFormat = this.S.getOutputFormat(); - if (this.f2906a0 != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { - this.f2915j0 = true; + if (this.f2907a0 != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { + this.f2916j0 = true; } else { - if (this.f2913h0) { + if (this.f2914h0) { outputFormat.setInteger("channel-count", 1); } this.U = outputFormat; @@ -461,8 +461,8 @@ public abstract class MediaCodecRenderer extends v0 { l0(); } return false; - } else if (this.f2915j0) { - this.f2915j0 = false; + } else if (this.f2916j0) { + this.f2916j0 = false; this.S.releaseOutputBuffer(i, false); return true; } else { @@ -477,7 +477,7 @@ public abstract class MediaCodecRenderer extends v0 { MediaCodec.BufferInfo bufferInfo2 = this.F; byteBuffer.limit(bufferInfo2.offset + bufferInfo2.size); } - if (this.f2912g0) { + if (this.f2913g0) { MediaCodec.BufferInfo bufferInfo3 = this.F; if (bufferInfo3.presentationTimeUs == 0 && (bufferInfo3.flags & 4) != 0) { long j4 = this.C0; @@ -512,7 +512,7 @@ public abstract class MediaCodecRenderer extends v0 { } } } - if (!this.f2911f0 || !this.A0) { + if (!this.f2912f0 || !this.A0) { z3 = true; z2 = false; t tVar = this.S; @@ -578,8 +578,8 @@ public abstract class MediaCodecRenderer extends v0 { } this.x0 = 2; return false; - } else if (this.f2914i0) { - this.f2914i0 = false; + } else if (this.f2915i0) { + this.f2915i0 = false; ByteBuffer byteBuffer = this.A.l; byte[] bArr = u; byteBuffer.put(bArr); @@ -646,7 +646,7 @@ public abstract class MediaCodecRenderer extends v0 { iArr2[0] = iArr2[0] + position; } } - if (this.f2907b0 && !t) { + if (this.f2908b0 && !t) { ByteBuffer byteBuffer2 = this.A.l; byte[] bArr2 = b.i.a.c.f3.u.a; int position2 = byteBuffer2.position(); @@ -679,7 +679,7 @@ public abstract class MediaCodecRenderer extends v0 { if (this.A.l.position() == 0) { return true; } - this.f2907b0 = false; + this.f2908b0 = false; } DecoderInputBuffer decoderInputBuffer = this.A; long j = decoderInputBuffer.n; @@ -771,7 +771,7 @@ public abstract class MediaCodecRenderer extends v0 { if (this.S == null) { return false; } - if (this.y0 == 3 || this.f2908c0 || ((this.f2909d0 && !this.B0) || (this.f2910e0 && this.A0))) { + if (this.y0 == 3 || this.f2909c0 || ((this.f2910d0 && !this.B0) || (this.f2911e0 && this.A0))) { o0(); return true; } @@ -864,7 +864,7 @@ public abstract class MediaCodecRenderer extends v0 { Objects.requireNonNull(j1VarArr); f = V(f3, j1Var, j1VarArr); } - if (f > this.f2917y) { + if (f > this.f2918y) { f2 = f; } long elapsedRealtime = SystemClock.elapsedRealtime(); @@ -879,10 +879,10 @@ public abstract class MediaCodecRenderer extends v0 { String str3 = e0.d; if (str3.startsWith("SM-T585") || str3.startsWith("SM-A510") || str3.startsWith("SM-A520") || str3.startsWith("SM-J700")) { i = 2; - this.f2906a0 = i; - this.f2907b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); - this.f2908c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); - this.f2909d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); + this.f2907a0 = i; + this.f2908b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); + this.f2909c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); + this.f2910d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); if (i2 <= 23 || !"OMX.google.vorbis.decoder".equals(str2)) { if (i2 <= 19) { String str4 = e0.f965b; @@ -892,20 +892,20 @@ public abstract class MediaCodecRenderer extends v0 { } } z2 = false; - this.f2910e0 = z2; - this.f2911f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); + this.f2911e0 = z2; + this.f2912f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); if (i2 < 21 && "OMX.SEC.mp3.dec".equals(str2) && "samsung".equals(e0.c)) { str = e0.f965b; if (!str.startsWith("baffin") || str.startsWith("grand") || str.startsWith("fortuna") || str.startsWith("gprimelte") || str.startsWith("j2y18lte") || str.startsWith("ms01")) { z3 = true; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str5 = uVar.a; this.k0 = !((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(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { this.v0 = true; this.w0 = 1; - this.f2914i0 = this.f2906a0 != 0; + this.f2915i0 = this.f2907a0 != 0; } if ("c2.android.mp3.decoder".equals(uVar.a)) { this.l0 = new q(); @@ -918,8 +918,8 @@ public abstract class MediaCodecRenderer extends v0 { } } z3 = false; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str52 = uVar.a; this.k0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str52)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str52)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str52) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str52))) || ("Amazon".equals(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { @@ -932,15 +932,15 @@ public abstract class MediaCodecRenderer extends v0 { e0(str2, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z2 = true; - this.f2910e0 = z2; - this.f2911f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); + this.f2911e0 = z2; + this.f2912f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); if (i2 < 21) { str = e0.f965b; if (!str.startsWith("baffin")) { } z3 = true; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str522 = uVar.a; this.k0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str522)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str522)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str522) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str522))) || ("Amazon".equals(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { @@ -953,8 +953,8 @@ public abstract class MediaCodecRenderer extends v0 { e0(str2, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z3 = false; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str5222 = uVar.a; this.k0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5222)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5222)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5222) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5222))) || ("Amazon".equals(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { @@ -971,22 +971,22 @@ public abstract class MediaCodecRenderer extends v0 { String str6 = e0.f965b; if ("flounder".equals(str6) || "flounder_lte".equals(str6) || "grouper".equals(str6) || "tilapia".equals(str6)) { i = 1; - this.f2906a0 = i; - this.f2907b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); - this.f2908c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); - this.f2909d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); + this.f2907a0 = i; + this.f2908b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); + this.f2909c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); + this.f2910d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); if (i2 <= 23) { } if (i2 <= 19) { } z2 = false; - this.f2910e0 = z2; - this.f2911f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); + this.f2911e0 = z2; + this.f2912f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); if (i2 < 21) { } z3 = false; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str52222 = uVar.a; this.k0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str52222)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str52222)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str52222) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str52222))) || ("Amazon".equals(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { @@ -1000,22 +1000,22 @@ public abstract class MediaCodecRenderer extends v0 { } } i = 0; - this.f2906a0 = i; - this.f2907b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); - this.f2908c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); - this.f2909d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); + this.f2907a0 = i; + this.f2908b0 = i2 >= 21 && this.T.f1016y.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str2); + this.f2909c0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str2) || "OMX.SEC.avc.dec.secure".equals(str2))) || (i2 == 19 && e0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str2) || "OMX.Exynos.avc.dec.secure".equals(str2))); + this.f2910d0 = i2 != 29 && "c2.android.aac.decoder".equals(str2); if (i2 <= 23) { } if (i2 <= 19) { } z2 = false; - this.f2910e0 = z2; - this.f2911f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); + this.f2911e0 = z2; + this.f2912f0 = i2 != 21 && "OMX.google.aac.decoder".equals(str2); if (i2 < 21) { } z3 = false; - this.f2912g0 = z3; - this.f2913h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); + this.f2913g0 = z3; + this.f2914h0 = i2 > 18 && this.T.J == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str2); String str522222 = uVar.a; this.k0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str522222)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str522222)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str522222) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str522222))) || ("Amazon".equals(e0.c) && "AFTS".equals(e0.d) && uVar.f)))) || U(); if (this.S.a()) { @@ -1097,7 +1097,7 @@ public abstract class MediaCodecRenderer extends v0 { List T = T(z2); ArrayDeque arrayDeque = new ArrayDeque<>(); this.X = arrayDeque; - if (this.f2916x) { + if (this.f2917x) { arrayDeque.addAll(T); } else if (!T.isEmpty()) { this.X.add(T.get(0)); @@ -1246,7 +1246,7 @@ public abstract class MediaCodecRenderer extends v0 { if (!z4) { if (this.z0) { this.x0 = 1; - if (this.f2908c0 || this.f2910e0) { + if (this.f2909c0 || this.f2911e0) { this.y0 = 3; z3 = false; } else { @@ -1262,11 +1262,11 @@ public abstract class MediaCodecRenderer extends v0 { if (z0(j1Var)) { this.v0 = true; this.w0 = 1; - int i3 = this.f2906a0; + int i3 = this.f2907a0; if (!(i3 == 2 || (i3 == 1 && j1Var.B == j1Var2.B && j1Var.C == j1Var2.C))) { z3 = false; } - this.f2914i0 = z3; + this.f2915i0 = z3; this.T = j1Var; if (z4) { } @@ -1353,12 +1353,12 @@ public abstract class MediaCodecRenderer extends v0 { public final boolean n0(int i) throws ExoPlaybackException { k1 A = A(); - this.f2918z.p(); - int I = I(A, this.f2918z, i | 4); + this.f2919z.p(); + int I = I(A, this.f2919z, i | 4); if (I == -5) { g0(A); return true; - } else if (I != -4 || !this.f2918z.n()) { + } else if (I != -4 || !this.f2919z.n()) { return false; } else { this.E0 = true; @@ -1492,8 +1492,8 @@ public abstract class MediaCodecRenderer extends v0 { this.m0 = -9223372036854775807L; this.A0 = false; this.z0 = false; - this.f2914i0 = false; - this.f2915j0 = false; + this.f2915i0 = false; + this.f2916j0 = false; this.q0 = false; this.r0 = false; this.E.clear(); @@ -1522,14 +1522,14 @@ public abstract class MediaCodecRenderer extends v0 { this.V = false; this.B0 = false; this.W = -1.0f; - this.f2906a0 = 0; - this.f2907b0 = false; - this.f2908c0 = false; - this.f2909d0 = false; - this.f2910e0 = false; - this.f2911f0 = false; - this.f2912g0 = false; - this.f2913h0 = false; + this.f2907a0 = 0; + this.f2908b0 = false; + this.f2909c0 = false; + this.f2910d0 = false; + this.f2911e0 = false; + this.f2912f0 = false; + this.f2913g0 = false; + this.f2914h0 = false; this.k0 = false; this.v0 = false; this.w0 = 0; @@ -1594,7 +1594,7 @@ public abstract class MediaCodecRenderer extends v0 { if (V == -1.0f) { N(); return false; - } else if (f2 == -1.0f && V <= this.f2917y) { + } else if (f2 == -1.0f && V <= this.f2918y) { 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 81c6d9a7fb..ab25896853 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 @@ -29,7 +29,7 @@ public final class MediaCodecUtil { @GuardedBy("MediaCodecUtil.class") /* renamed from: b reason: collision with root package name */ - public static final HashMap> f2919b = new HashMap<>(); + public static final HashMap> f2920b = new HashMap<>(); public static int c = -1; /* loaded from: classes3.dex */ @@ -44,12 +44,12 @@ public final class MediaCodecUtil { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f2920b; + public final boolean f2921b; public final boolean c; public b(String str, boolean z2, boolean z3) { this.a = str; - this.f2920b = z2; + this.f2921b = z2; this.c = z3; } @@ -61,12 +61,12 @@ public final class MediaCodecUtil { return false; } b bVar = (b) obj; - return TextUtils.equals(this.a, bVar.a) && this.f2920b == bVar.f2920b && this.c == bVar.c; + return TextUtils.equals(this.a, bVar.a) && this.f2921b == bVar.f2921b && this.c == bVar.c; } public int hashCode() { int i = 1231; - int m = (b.d.b.a.a.m(this.a, 31, 31) + (this.f2920b ? 1231 : 1237)) * 31; + int m = (b.d.b.a.a.m(this.a, 31, 31) + (this.f2921b ? 1231 : 1237)) * 31; if (!this.c) { i = 1237; } @@ -125,7 +125,7 @@ public final class MediaCodecUtil { @Nullable /* renamed from: b reason: collision with root package name */ - public MediaCodecInfo[] f2921b; + public MediaCodecInfo[] f2922b; public e(boolean z2, boolean z3) { this.a = (z2 || z3) ? 1 : 0; @@ -133,10 +133,10 @@ public final class MediaCodecUtil { @Override // com.google.android.exoplayer2.mediacodec.MediaCodecUtil.c public MediaCodecInfo a(int i) { - if (this.f2921b == null) { - this.f2921b = new MediaCodecList(this.a).getCodecInfos(); + if (this.f2922b == null) { + this.f2922b = new MediaCodecList(this.a).getCodecInfos(); } - return this.f2921b[i]; + return this.f2922b[i]; } @Override // com.google.android.exoplayer2.mediacodec.MediaCodecUtil.c @@ -151,10 +151,10 @@ public final class MediaCodecUtil { @Override // com.google.android.exoplayer2.mediacodec.MediaCodecUtil.c public int d() { - if (this.f2921b == null) { - this.f2921b = new MediaCodecList(this.a).getCodecInfos(); + if (this.f2922b == null) { + this.f2922b = new MediaCodecList(this.a).getCodecInfos(); } - return this.f2921b.length; + return this.f2922b.length; } @Override // com.google.android.exoplayer2.mediacodec.MediaCodecUtil.c @@ -1282,7 +1282,7 @@ public final class MediaCodecUtil { public static synchronized List e(String str, boolean z2, boolean z3) throws DecoderQueryException { synchronized (MediaCodecUtil.class) { b bVar = new b(str, z2, z3); - HashMap> hashMap = f2919b; + HashMap> hashMap = f2920b; List list = hashMap.get(bVar); if (list != null) { return list; @@ -1347,7 +1347,7 @@ public final class MediaCodecUtil { if ((z2 || !c2) && (!z2 || b3)) { boolean b4 = cVar.b("secure-playback", b2, capabilitiesForType); boolean c3 = cVar.c("secure-playback", b2, capabilitiesForType); - boolean z5 = bVar.f2920b; + boolean z5 = bVar.f2921b; if ((z5 || !c3) && (!z5 || b4)) { if (i3 >= 29) { z3 = a2.isHardwareAccelerated(); @@ -1365,7 +1365,7 @@ public final class MediaCodecUtil { z4 = false; } } - if ((!e3 || bVar.f2920b != b4) && (e3 || bVar.f2920b)) { + if ((!e3 || bVar.f2921b != b4) && (e3 || bVar.f2921b)) { str2 = b2; str = name; i = i2; 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 87721f33a3..fdb6596df9 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 boolean r; /* renamed from: s reason: collision with root package name */ - public final long f2922s; + public final long f2923s; public final int t; public final int u; public final int v; @@ -42,18 +42,18 @@ public final class SpliceInsertCommand extends SpliceCommand { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f2923b; + public final long f2924b; public final long c; public b(int i, long j, long j2) { this.a = i; - this.f2923b = j; + this.f2924b = j; this.c = j2; } public b(int i, long j, long j2, a aVar) { this.a = i; - this.f2923b = j; + this.f2924b = j; this.c = j2; } } @@ -68,7 +68,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = j3; this.q = Collections.unmodifiableList(list); this.r = z6; - this.f2922s = j4; + this.f2923s = j4; this.t = i; this.u = i2; this.v = i3; @@ -90,7 +90,7 @@ public final class SpliceInsertCommand extends SpliceCommand { } this.q = Collections.unmodifiableList(arrayList); this.r = parcel.readByte() == 1 ? true : z2; - this.f2922s = parcel.readLong(); + this.f2923s = parcel.readLong(); this.t = parcel.readInt(); this.u = parcel.readInt(); this.v = parcel.readInt(); @@ -110,11 +110,11 @@ public final class SpliceInsertCommand extends SpliceCommand { for (int i2 = 0; i2 < size; i2++) { b bVar = this.q.get(i2); parcel.writeInt(bVar.a); - parcel.writeLong(bVar.f2923b); + parcel.writeLong(bVar.f2924b); parcel.writeLong(bVar.c); } parcel.writeByte(this.r ? (byte) 1 : (byte) 0); - parcel.writeLong(this.f2922s); + parcel.writeLong(this.f2923s); parcel.writeInt(this.t); parcel.writeInt(this.u); parcel.writeInt(this.v); 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 e0ab8cc68c..2dc14b773f 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 @@ -28,16 +28,16 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f2924b; + public final long f2925b; public b(int i, long j) { this.a = i; - this.f2924b = j; + this.f2925b = j; } public b(int i, long j, a aVar) { this.a = i; - this.f2924b = j; + this.f2925b = j; } } @@ -46,7 +46,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final long a; /* renamed from: b reason: collision with root package name */ - public final boolean f2925b; + public final boolean f2926b; public final boolean c; public final boolean d; public final long e; @@ -59,7 +59,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.f2925b = z2; + this.f2926b = z2; this.c = z3; this.d = z4; this.f = Collections.unmodifiableList(list); @@ -74,7 +74,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public c(Parcel parcel) { this.a = parcel.readLong(); boolean z2 = false; - this.f2925b = parcel.readByte() == 1; + this.f2926b = parcel.readByte() == 1; this.c = parcel.readByte() == 1; this.d = parcel.readByte() == 1; int readInt = parcel.readInt(); @@ -112,7 +112,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { for (int i2 = 0; i2 < size; i2++) { c cVar = this.j.get(i2); parcel.writeLong(cVar.a); - parcel.writeByte(cVar.f2925b ? (byte) 1 : (byte) 0); + parcel.writeByte(cVar.f2926b ? (byte) 1 : (byte) 0); parcel.writeByte(cVar.c ? (byte) 1 : (byte) 0); parcel.writeByte(cVar.d ? (byte) 1 : (byte) 0); int size2 = cVar.f.size(); @@ -120,7 +120,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { for (int i3 = 0; i3 < size2; i3++) { b bVar = cVar.f.get(i3); parcel.writeInt(bVar.a); - parcel.writeLong(bVar.f2924b); + parcel.writeLong(bVar.f2925b); } parcel.writeLong(cVar.e); parcel.writeByte(cVar.g ? (byte) 1 : (byte) 0); 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 f1a091a2b9..3fe2221b21 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,7 +68,7 @@ public class DefaultTimeBar extends View implements o { public final Paint r; /* renamed from: s reason: collision with root package name */ - public final Paint f2926s; + public final Paint f2927s; @Nullable public final Drawable t; public final int u; @@ -76,13 +76,13 @@ public class DefaultTimeBar extends View implements o { public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2927x; + public final 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 final int f2929z; + public final int f2930z; public DefaultTimeBar(Context context, @Nullable AttributeSet attributeSet) { this(context, attributeSet, 0, attributeSet); @@ -105,7 +105,7 @@ public class DefaultTimeBar extends View implements o { Paint paint5 = new Paint(); this.r = paint5; Paint paint6 = new Paint(); - this.f2926s = paint6; + this.f2927s = paint6; paint6.setAntiAlias(true); this.G = new CopyOnWriteArraySet<>(); this.H = new Point(); @@ -136,9 +136,9 @@ public class DefaultTimeBar extends View implements o { this.u = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_bar_height, c); this.v = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_touch_target_height, c2); this.w = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_bar_gravity, 0); - this.f2927x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c3); - this.f2928y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c4); - this.f2929z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c5); + this.f2928x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c3); + this.f2929y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c4); + this.f2930z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c5); this.A = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c6); int i3 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_played_color, -1); int i4 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_scrubber_color, -1); @@ -159,9 +159,9 @@ public class DefaultTimeBar extends View implements o { this.u = c; this.v = c2; this.w = 0; - this.f2927x = c3; - this.f2928y = c4; - this.f2929z = c5; + this.f2928x = c3; + this.f2929y = c4; + this.f2930z = c5; this.A = c6; paint.setColor(-1); paint6.setColor(-1); @@ -179,7 +179,7 @@ public class DefaultTimeBar extends View implements o { if (drawable2 != null) { this.B = (drawable2.getMinimumWidth() + 1) / 2; } else { - this.B = (Math.max(this.f2929z, Math.max(this.f2928y, this.A)) + 1) / 2; + this.B = (Math.max(this.f2930z, Math.max(this.f2929y, this.A)) + 1) / 2; } this.O = 1.0f; ValueAnimator valueAnimator = new ValueAnimator(); @@ -386,12 +386,12 @@ public class DefaultTimeBar extends View implements o { Objects.requireNonNull(jArr); boolean[] zArr = this.W; Objects.requireNonNull(zArr); - int i5 = this.f2927x / 2; + int i5 = this.f2928x / 2; for (int i6 = 0; i6 < this.U; i6++) { long i7 = e0.i(jArr[i6], 0L, this.R); Rect rect4 = this.k; - int min = Math.min(rect4.width() - this.f2927x, Math.max(0, ((int) ((this.k.width() * i7) / this.R)) - i5)) + rect4.left; - canvas.drawRect(min, centerY, min + this.f2927x, i, zArr[i6] ? this.r : this.q); + int min = Math.min(rect4.width() - this.f2928x, Math.max(0, ((int) ((this.k.width() * i7) / this.R)) - i5)) + rect4.left; + canvas.drawRect(min, centerY, min + this.f2928x, i, zArr[i6] ? this.r : this.q); } } } @@ -401,7 +401,7 @@ public class DefaultTimeBar extends View implements o { int centerY2 = this.m.centerY(); Drawable drawable = this.t; if (drawable == null) { - canvas.drawCircle(h, centerY2, (int) ((((this.P || isFocused()) ? this.A : isEnabled() ? this.f2928y : this.f2929z) * this.O) / 2.0f), this.f2926s); + canvas.drawCircle(h, centerY2, (int) ((((this.P || isFocused()) ? this.A : isEnabled() ? this.f2929y : this.f2930z) * this.O) / 2.0f), this.f2927s); } else { int intrinsicWidth = ((int) (drawable.getIntrinsicWidth() * this.O)) / 2; int intrinsicHeight = ((int) (this.t.getIntrinsicHeight() * this.O)) / 2; @@ -676,7 +676,7 @@ public class DefaultTimeBar extends View implements o { } public void setScrubberColor(@ColorInt int i) { - this.f2926s.setColor(i); + this.f2927s.setColor(i); invalidate(this.j); } 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 e4c4b36a35..d5a0553611 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 @@ -72,34 +72,34 @@ public class PlayerControlView extends FrameLayout { public int W; /* renamed from: a0 reason: collision with root package name */ - public int f2930a0; + public int f2931a0; /* renamed from: b0 reason: collision with root package name */ - public int f2931b0; + public int f2932b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2932c0; + public boolean f2933c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2933d0; + public boolean f2934d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2934e0; + public boolean f2935e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2935f0; + public boolean f2936f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2936g0; + public boolean f2937g0; /* renamed from: h0 reason: collision with root package name */ - public long f2937h0; + public long f2938h0; /* renamed from: i0 reason: collision with root package name */ - public long[] f2938i0; + public long[] f2939i0; /* renamed from: j0 reason: collision with root package name */ - public boolean[] f2939j0; + public boolean[] f2940j0; public final c k; public long[] k0; public final CopyOnWriteArrayList l; @@ -122,7 +122,7 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final ImageView f2940s; + public final ImageView f2941s; @Nullable public final ImageView t; @Nullable @@ -134,13 +134,13 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: x reason: collision with root package name */ - public final o f2941x; + public final o f2942x; /* renamed from: y reason: collision with root package name */ - public final StringBuilder f2942y; + public final StringBuilder f2943y; /* renamed from: z reason: collision with root package name */ - public final Formatter f2943z; + public final Formatter f2944z; @RequiresApi(21) /* loaded from: classes3.dex */ @@ -305,7 +305,7 @@ public class PlayerControlView extends FrameLayout { PlayerControlView playerControlView = PlayerControlView.this; TextView textView = playerControlView.w; if (textView != null) { - textView.setText(e0.u(playerControlView.f2942y, playerControlView.f2943z, j)); + textView.setText(e0.u(playerControlView.f2943y, playerControlView.f2944z, j)); } } @@ -345,7 +345,7 @@ public class PlayerControlView extends FrameLayout { playerControlView.V = true; TextView textView = playerControlView.w; if (textView != null) { - textView.setText(e0.u(playerControlView.f2942y, playerControlView.f2943z, j)); + textView.setText(e0.u(playerControlView.f2943y, playerControlView.f2944z, j)); } } @@ -369,9 +369,9 @@ public class PlayerControlView extends FrameLayout { } else if (playerControlView.p == view) { Objects.requireNonNull(playerControlView); y1Var.d(); - } else if (playerControlView.f2940s == view) { + } else if (playerControlView.f2941s == view) { int I = y1Var.I(); - int i = PlayerControlView.this.f2931b0; + int i = PlayerControlView.this.f2932b0; int i2 = 1; while (true) { if (i2 > 2) { @@ -458,26 +458,26 @@ public class PlayerControlView extends FrameLayout { super(context, attributeSet, i); int i2 = R.e.exo_player_control_view; this.W = 5000; - this.f2931b0 = 0; - this.f2930a0 = 200; - this.f2937h0 = -9223372036854775807L; - this.f2932c0 = true; - this.f2933d0 = true; - this.f2934e0 = true; - this.f2935f0 = true; - this.f2936g0 = false; + this.f2932b0 = 0; + this.f2931a0 = 200; + this.f2938h0 = -9223372036854775807L; + this.f2933c0 = true; + this.f2934d0 = true; + this.f2935e0 = true; + this.f2936f0 = true; + this.f2937g0 = false; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.PlayerControlView, i, 0); try { this.W = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.W); i2 = obtainStyledAttributes.getResourceId(R.g.PlayerControlView_controller_layout_id, i2); - this.f2931b0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2931b0); - this.f2932c0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2932c0); - this.f2933d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2933d0); - this.f2934e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2934e0); - this.f2935f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2935f0); - this.f2936g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2936g0); - setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2930a0)); + this.f2932b0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2932b0); + this.f2933c0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2933c0); + this.f2934d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2934d0); + this.f2935e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2935e0); + this.f2936f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2936f0); + this.f2937g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2937g0); + setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2931a0)); } finally { obtainStyledAttributes.recycle(); } @@ -486,10 +486,10 @@ public class PlayerControlView extends FrameLayout { this.A = new o2.b(); this.B = new o2.c(); StringBuilder sb = new StringBuilder(); - this.f2942y = sb; - this.f2943z = new Formatter(sb, Locale.getDefault()); - this.f2938i0 = new long[0]; - this.f2939j0 = new boolean[0]; + this.f2943y = sb; + this.f2944z = new Formatter(sb, Locale.getDefault()); + this.f2939i0 = new long[0]; + this.f2940j0 = new boolean[0]; this.k0 = new long[0]; this.l0 = new boolean[0]; c cVar = new c(null); @@ -502,7 +502,7 @@ public class PlayerControlView extends FrameLayout { o oVar = (o) findViewById(i3); View findViewById = findViewById(R.c.exo_progress_placeholder); if (oVar != null) { - this.f2941x = oVar; + this.f2942x = oVar; } else if (findViewById != null) { DefaultTimeBar defaultTimeBar = new DefaultTimeBar(context, null, 0, attributeSet2); defaultTimeBar.setId(i3); @@ -511,13 +511,13 @@ public class PlayerControlView extends FrameLayout { int indexOfChild = viewGroup.indexOfChild(findViewById); viewGroup.removeView(findViewById); viewGroup.addView(defaultTimeBar, indexOfChild); - this.f2941x = defaultTimeBar; + this.f2942x = defaultTimeBar; } else { - this.f2941x = null; + this.f2942x = null; } this.v = (TextView) findViewById(R.c.exo_duration); this.w = (TextView) findViewById(R.c.exo_position); - o oVar2 = this.f2941x; + o oVar2 = this.f2942x; if (oVar2 != null) { oVar2.b(cVar); } @@ -552,7 +552,7 @@ public class PlayerControlView extends FrameLayout { findViewById7.setOnClickListener(cVar); } ImageView imageView = (ImageView) findViewById(R.c.exo_repeat_toggle); - this.f2940s = imageView; + this.f2941s = imageView; if (imageView != null) { imageView.setOnClickListener(cVar); } @@ -638,7 +638,7 @@ public class PlayerControlView extends FrameLayout { } removeCallbacks(this.C); removeCallbacks(this.D); - this.f2937h0 = -9223372036854775807L; + this.f2938h0 = -9223372036854775807L; } } @@ -647,14 +647,14 @@ public class PlayerControlView extends FrameLayout { if (this.W > 0) { long uptimeMillis = SystemClock.uptimeMillis(); int i = this.W; - this.f2937h0 = uptimeMillis + i; + this.f2938h0 = uptimeMillis + i; if (this.S) { postDelayed(this.D, i); return; } return; } - this.f2937h0 = -9223372036854775807L; + this.f2938h0 = -9223372036854775807L; } @Override // android.view.ViewGroup, android.view.View @@ -704,11 +704,11 @@ public class PlayerControlView extends FrameLayout { } public int getRepeatToggleModes() { - return this.f2931b0; + return this.f2932b0; } public boolean getShowShuffleButton() { - return this.f2936g0; + return this.f2937g0; } public int getShowTimeoutMs() { @@ -775,11 +775,11 @@ public class PlayerControlView extends FrameLayout { z3 = false; z2 = false; } - k(this.f2934e0, z6, this.m); - k(this.f2932c0, z3, this.r); - k(this.f2933d0, z2, this.q); - k(this.f2935f0, z5, this.n); - o oVar = this.f2941x; + k(this.f2935e0, z6, this.m); + k(this.f2933c0, z3, this.r); + k(this.f2934d0, z2, this.q); + k(this.f2936f0, z5, this.n); + o oVar = this.f2942x; if (oVar != null) { oVar.setEnabled(z4); } @@ -846,12 +846,12 @@ public class PlayerControlView extends FrameLayout { this.o0 = j2; TextView textView = this.w; if (textView != null && !this.V && z3) { - textView.setText(e0.u(this.f2942y, this.f2943z, j3)); + textView.setText(e0.u(this.f2943y, this.f2944z, j3)); } - o oVar = this.f2941x; + o oVar = this.f2942x; if (oVar != null) { oVar.setPosition(j3); - this.f2941x.setBufferedPosition(j2); + this.f2942x.setBufferedPosition(j2); } d dVar = this.R; if (dVar != null && (z3 || z2)) { @@ -861,13 +861,13 @@ public class PlayerControlView extends FrameLayout { int y2 = y1Var == null ? 1 : y1Var.y(); long j4 = 1000; if (y1Var != null && y1Var.z()) { - o oVar2 = this.f2941x; + o oVar2 = this.f2942x; long min = Math.min(oVar2 != null ? oVar2.getPreferredUpdateDelay() : 1000L, 1000 - (j3 % 1000)); float f = y1Var.c().k; if (f > 0.0f) { j4 = ((float) min) / f; } - postDelayed(this.C, e0.i(j4, this.f2930a0, 1000L)); + postDelayed(this.C, e0.i(j4, this.f2931a0, 1000L)); } else if (y2 != 4 && y2 != 1) { postDelayed(this.C, 1000L); } @@ -876,31 +876,31 @@ public class PlayerControlView extends FrameLayout { public final void o() { ImageView imageView; - if (e() && this.S && (imageView = this.f2940s) != null) { - if (this.f2931b0 == 0) { + if (e() && this.S && (imageView = this.f2941s) != null) { + if (this.f2932b0 == 0) { k(false, false, imageView); return; } y1 y1Var = this.Q; if (y1Var == null) { k(true, false, imageView); - this.f2940s.setImageDrawable(this.E); - this.f2940s.setContentDescription(this.H); + this.f2941s.setImageDrawable(this.E); + this.f2941s.setContentDescription(this.H); return; } k(true, true, imageView); int I = y1Var.I(); if (I == 0) { - this.f2940s.setImageDrawable(this.E); - this.f2940s.setContentDescription(this.H); + this.f2941s.setImageDrawable(this.E); + this.f2941s.setContentDescription(this.H); } else if (I == 1) { - this.f2940s.setImageDrawable(this.F); - this.f2940s.setContentDescription(this.I); + this.f2941s.setImageDrawable(this.F); + this.f2941s.setContentDescription(this.I); } else if (I == 2) { - this.f2940s.setImageDrawable(this.G); - this.f2940s.setContentDescription(this.J); + this.f2941s.setImageDrawable(this.G); + this.f2941s.setContentDescription(this.J); } - this.f2940s.setVisibility(0); + this.f2941s.setVisibility(0); } } @@ -908,7 +908,7 @@ public class PlayerControlView extends FrameLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); this.S = true; - long j2 = this.f2937h0; + long j2 = this.f2938h0; if (j2 != -9223372036854775807L) { long uptimeMillis = j2 - SystemClock.uptimeMillis(); if (uptimeMillis <= 0) { @@ -934,7 +934,7 @@ public class PlayerControlView extends FrameLayout { ImageView imageView; if (e() && this.S && (imageView = this.t) != null) { y1 y1Var = this.Q; - if (!this.f2936g0) { + if (!this.f2937g0) { k(false, false, imageView); } else if (y1Var == null) { k(true, false, imageView); @@ -1025,14 +1025,14 @@ public class PlayerControlView extends FrameLayout { } long j6 = c2 + this.A.n; if (j6 >= 0) { - long[] jArr = this.f2938i0; + long[] jArr = this.f2939i0; if (i == jArr.length) { int length = jArr.length == 0 ? 1 : jArr.length * 2; - this.f2938i0 = Arrays.copyOf(jArr, length); - this.f2939j0 = Arrays.copyOf(this.f2939j0, length); + this.f2939i0 = Arrays.copyOf(jArr, length); + this.f2940j0 = Arrays.copyOf(this.f2940j0, length); } - this.f2938i0[i] = e0.M(j6 + j4); - this.f2939j0[i] = !this.A.p.a(i5).b(); + this.f2939i0[i] = e0.M(j6 + j4); + this.f2940j0[i] = !this.A.p.a(i5).b(); i++; i5++; j2 = -9223372036854775807L; @@ -1056,21 +1056,21 @@ public class PlayerControlView extends FrameLayout { long M = e0.M(j3); textView = this.v; if (textView != null) { - textView.setText(e0.u(this.f2942y, this.f2943z, M)); + textView.setText(e0.u(this.f2943y, this.f2944z, M)); } - oVar = this.f2941x; + oVar = this.f2942x; if (oVar != null) { oVar.setDuration(M); int length2 = this.k0.length; int i7 = i + length2; - long[] jArr2 = this.f2938i0; + long[] jArr2 = this.f2939i0; if (i7 > jArr2.length) { - this.f2938i0 = Arrays.copyOf(jArr2, i7); - this.f2939j0 = Arrays.copyOf(this.f2939j0, i7); + this.f2939i0 = Arrays.copyOf(jArr2, i7); + this.f2940j0 = Arrays.copyOf(this.f2940j0, i7); } - System.arraycopy(this.k0, 0, this.f2938i0, i, length2); - System.arraycopy(this.l0, 0, this.f2939j0, i, length2); - this.f2941x.a(this.f2938i0, this.f2939j0, i7); + System.arraycopy(this.k0, 0, this.f2939i0, i, length2); + System.arraycopy(this.l0, 0, this.f2940j0, i, length2); + this.f2942x.a(this.f2939i0, this.f2940j0, i7); } n(); } @@ -1090,7 +1090,7 @@ public class PlayerControlView extends FrameLayout { textView = this.v; if (textView != null) { } - oVar = this.f2941x; + oVar = this.f2942x; if (oVar != null) { } n(); @@ -1122,7 +1122,7 @@ public class PlayerControlView extends FrameLayout { } public void setRepeatToggleModes(int i) { - this.f2931b0 = i; + this.f2932b0 = i; y1 y1Var = this.Q; if (y1Var != null) { int I = y1Var.I(); @@ -1138,7 +1138,7 @@ public class PlayerControlView extends FrameLayout { } public void setShowFastForwardButton(boolean z2) { - this.f2933d0 = z2; + this.f2934d0 = z2; l(); } @@ -1148,22 +1148,22 @@ public class PlayerControlView extends FrameLayout { } public void setShowNextButton(boolean z2) { - this.f2935f0 = z2; + this.f2936f0 = z2; l(); } public void setShowPreviousButton(boolean z2) { - this.f2934e0 = z2; + this.f2935e0 = z2; l(); } public void setShowRewindButton(boolean z2) { - this.f2932c0 = z2; + this.f2933c0 = z2; l(); } public void setShowShuffleButton(boolean z2) { - this.f2936g0 = z2; + this.f2937g0 = z2; p(); } @@ -1182,7 +1182,7 @@ public class PlayerControlView extends FrameLayout { } public void setTimeBarMinUpdateInterval(int i) { - this.f2930a0 = e0.h(i, 16, 1000); + this.f2931a0 = e0.h(i, 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 c1e5ec0a29..9a73951cc8 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 @@ -84,7 +84,7 @@ public class PlayerView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final TextView f2944s; + public final TextView f2945s; @Nullable public final PlayerControlView t; @Nullable @@ -95,14 +95,14 @@ public class PlayerView extends FrameLayout { public y1 w; /* renamed from: x reason: collision with root package name */ - public boolean f2945x; + public boolean f2946x; @Nullable /* renamed from: y reason: collision with root package name */ - public PlayerControlView.e f2946y; + public PlayerControlView.e f2947y; /* renamed from: z reason: collision with root package name */ - public boolean f2947z; + public boolean f2948z; /* loaded from: classes3.dex */ public final class a implements y1.e, View.OnLayoutChangeListener, View.OnClickListener, PlayerControlView.e { @@ -365,7 +365,7 @@ public class PlayerView extends FrameLayout { this.p = null; this.q = null; this.r = null; - this.f2944s = null; + this.f2945s = null; this.t = null; this.u = null; this.v = null; @@ -469,7 +469,7 @@ public class PlayerView extends FrameLayout { this.v = (FrameLayout) findViewById(R.c.exo_overlay); ImageView imageView2 = (ImageView) findViewById(R.c.exo_artwork); this.p = imageView2; - this.f2947z = z3 && imageView2 != null; + this.f2948z = z3 && imageView2 != null; if (i != 0) { this.A = ContextCompat.getDrawable(getContext(), i); } @@ -486,7 +486,7 @@ public class PlayerView extends FrameLayout { } this.B = i6; TextView textView = (TextView) findViewById(R.c.exo_error_message); - this.f2944s = textView; + this.f2945s = textView; if (textView != null) { textView.setVisibility(8); } @@ -515,7 +515,7 @@ public class PlayerView extends FrameLayout { this.I = z7; this.G = z6; this.H = z5; - this.f2945x = z2 && playerControlView3 != null; + this.f2946x = z2 && playerControlView3 != null; d(); m(); PlayerControlView playerControlView4 = this.t; @@ -678,11 +678,11 @@ public class PlayerView extends FrameLayout { } public boolean getUseArtwork() { - return this.f2947z; + return this.f2948z; } public boolean getUseController() { - return this.f2945x; + return this.f2946x; } @Nullable @@ -768,7 +768,7 @@ public class PlayerView extends FrameLayout { public final void m() { PlayerControlView playerControlView = this.t; String str = null; - if (playerControlView == null || !this.f2945x) { + if (playerControlView == null || !this.f2946x) { setContentDescription(null); } else if (playerControlView.getVisibility() == 0) { if (this.I) { @@ -782,22 +782,22 @@ public class PlayerView extends FrameLayout { public final void n() { m mVar; - TextView textView = this.f2944s; + TextView textView = this.f2945s; if (textView != null) { CharSequence charSequence = this.E; if (charSequence != null) { textView.setText(charSequence); - this.f2944s.setVisibility(0); + this.f2945s.setVisibility(0); return; } y1 y1Var = this.w; PlaybackException t = y1Var != null ? y1Var.t() : null; if (t == null || (mVar = this.D) == null) { - this.f2944s.setVisibility(8); + this.f2945s.setVisibility(8); return; } - this.f2944s.setText((CharSequence) mVar.a(t).second); - this.f2944s.setVisibility(0); + this.f2945s.setText((CharSequence) mVar.a(t).second); + this.f2945s.setVisibility(0); } } @@ -845,7 +845,7 @@ public class PlayerView extends FrameLayout { return; } b(); - if (this.f2947z) { + if (this.f2948z) { d.H(this.p); } else { z3 = false; @@ -895,7 +895,7 @@ public class PlayerView extends FrameLayout { @EnsuresNonNullIf(expression = {"controller"}, result = GoogleSmartLockManager.SET_DISCORD_ACCOUNT_DETAILS) public final boolean p() { - if (!this.f2945x) { + if (!this.f2946x) { return false; } d.H(this.t); @@ -937,12 +937,12 @@ public class PlayerView extends FrameLayout { public void setControllerVisibilityListener(@Nullable PlayerControlView.e eVar) { d.H(this.t); - PlayerControlView.e eVar2 = this.f2946y; + PlayerControlView.e eVar2 = this.f2947y; if (eVar2 != eVar) { if (eVar2 != null) { this.t.l.remove(eVar2); } - this.f2946y = eVar; + this.f2947y = eVar; if (eVar != null) { PlayerControlView playerControlView = this.t; Objects.requireNonNull(playerControlView); @@ -952,7 +952,7 @@ public class PlayerView extends FrameLayout { } public void setCustomErrorMessage(@Nullable CharSequence charSequence) { - d.D(this.f2944s != null); + d.D(this.f2945s != null); this.E = charSequence; n(); } @@ -1082,16 +1082,16 @@ public class PlayerView extends FrameLayout { public void setUseArtwork(boolean z2) { d.D(!z2 || this.p != null); - if (this.f2947z != z2) { - this.f2947z = z2; + if (this.f2948z != z2) { + this.f2948z = z2; o(false); } } public void setUseController(boolean z2) { d.D(!z2 || this.t != null); - if (this.f2945x != z2) { - this.f2945x = z2; + if (this.f2946x != z2) { + this.f2946x = z2; if (p()) { this.t.setPlayer(this.w); } else { diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java b/app/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java index 0553bb465a..70dedd45a2 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java @@ -48,7 +48,7 @@ public final class SubtitleView extends FrameLayout implements y1.e { public a r; /* renamed from: s reason: collision with root package name */ - public View f2948s; + public View f2949s; /* loaded from: classes3.dex */ public interface a { @@ -59,7 +59,7 @@ public final class SubtitleView extends FrameLayout implements y1.e { super(context, attributeSet); j jVar = new j(context, null); this.r = jVar; - this.f2948s = jVar; + this.f2949s = jVar; addView(jVar); } @@ -115,12 +115,12 @@ public final class SubtitleView extends FrameLayout implements y1.e { } private void setView(T t) { - removeView(this.f2948s); - View view = this.f2948s; + removeView(this.f2949s); + View view = this.f2949s; if (view instanceof r) { ((r) view).k.destroy(); } - this.f2948s = t; + this.f2949s = t; this.r = t; addView(t); } 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 c77d6b4bf0..26d9708243 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 @@ -31,7 +31,7 @@ public class TrackSelectionView extends LinearLayout { public p r = new l(getResources()); /* renamed from: s reason: collision with root package name */ - public o0 f2949s = o0.j; + public o0 f2950s = o0.j; /* loaded from: classes3.dex */ public class b implements View.OnClickListener { 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 8adbdf0e45..b3f6d8a038 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 @@ -21,7 +21,7 @@ public final class Loader { public static final c a = new c(2, -9223372036854775807L, null); /* renamed from: b reason: collision with root package name */ - public static final c f2950b = new c(3, -9223372036854775807L, null); + public static final c f2951b = new c(3, -9223372036854775807L, null); public final ExecutorService c; @Nullable public d d; @@ -55,11 +55,11 @@ public final class Loader { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f2951b; + public final long f2952b; public c(int i, long j, a aVar) { this.a = i; - this.f2951b = j; + this.f2952b = j; } } @@ -170,7 +170,7 @@ public final class Loader { if (i4 == 1) { this.o = 1; } - long j2 = o.f2951b; + long j2 = o.f2952b; if (j2 == -9223372036854775807L) { j2 = Math.min((this.o - 1) * 1000, 5000); } 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 ccdd445651..dc92f1ace5 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 j { public final Cache a; /* renamed from: b reason: collision with root package name */ - public final long f2953b; + public final long f2954b; public final int c; @Nullable public n d; @@ -48,7 +48,7 @@ public final class CacheDataSink implements j { } Objects.requireNonNull(cache); this.a = cache; - this.f2953b = i == 0 ? RecyclerView.FOREVER_NS : j; + this.f2954b = i == 0 ? RecyclerView.FOREVER_NS : j; this.c = 20480; } @@ -57,7 +57,7 @@ public final class CacheDataSink implements j { Objects.requireNonNull(nVar.h); if (nVar.g != -1 || !nVar.c(2)) { this.d = nVar; - this.e = nVar.c(4) ? this.f2953b : RecyclerView.FOREVER_NS; + this.e = nVar.c(4) ? this.f2954b : RecyclerView.FOREVER_NS; this.i = 0L; try { c(nVar); 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 916bebddd8..74545cc828 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java @@ -32,20 +32,20 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2954s; + public int f2955s; public int t; public int u; public int[] v; public SparseIntArray w; /* renamed from: x reason: collision with root package name */ - public c f2955x = new c(this); + public c f2956x = new c(this); /* renamed from: y reason: collision with root package name */ - public List f2956y = new ArrayList(); + public List f2957y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public c.b f2957z = new c.b(); + public c.b f2958z = new c.b(); /* loaded from: classes3.dex */ public static class LayoutParams extends ViewGroup.MarginLayoutParams implements FlexItem { @@ -61,7 +61,7 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f2958s; + public boolean f2959s; /* loaded from: classes3.dex */ public static class a implements Parcelable.Creator { @@ -97,7 +97,7 @@ public class FlexboxLayout extends ViewGroup implements a { this.p = obtainStyledAttributes.getDimensionPixelSize(R.a.FlexboxLayout_Layout_layout_minHeight, -1); this.q = obtainStyledAttributes.getDimensionPixelSize(R.a.FlexboxLayout_Layout_layout_maxWidth, ViewCompat.MEASURED_SIZE_MASK); this.r = obtainStyledAttributes.getDimensionPixelSize(R.a.FlexboxLayout_Layout_layout_maxHeight, ViewCompat.MEASURED_SIZE_MASK); - this.f2958s = obtainStyledAttributes.getBoolean(R.a.FlexboxLayout_Layout_layout_wrapBefore, false); + this.f2959s = obtainStyledAttributes.getBoolean(R.a.FlexboxLayout_Layout_layout_wrapBefore, false); obtainStyledAttributes.recycle(); } @@ -123,7 +123,7 @@ public class FlexboxLayout extends ViewGroup implements a { this.p = parcel.readInt(); this.q = parcel.readInt(); this.r = parcel.readInt(); - this.f2958s = parcel.readByte() != 0 ? true : z2; + this.f2959s = parcel.readByte() != 0 ? true : z2; ((ViewGroup.MarginLayoutParams) this).bottomMargin = parcel.readInt(); ((ViewGroup.MarginLayoutParams) this).leftMargin = parcel.readInt(); ((ViewGroup.MarginLayoutParams) this).rightMargin = parcel.readInt(); @@ -178,7 +178,7 @@ public class FlexboxLayout extends ViewGroup implements a { this.p = layoutParams.p; this.q = layoutParams.q; this.r = layoutParams.r; - this.f2958s = layoutParams.f2958s; + this.f2959s = layoutParams.f2959s; } @Override // com.google.android.flexbox.FlexItem @@ -253,7 +253,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // com.google.android.flexbox.FlexItem public boolean j0() { - return this.f2958s; + return this.f2959s; } @Override // com.google.android.flexbox.FlexItem @@ -282,7 +282,7 @@ public class FlexboxLayout extends ViewGroup implements a { parcel.writeInt(this.p); parcel.writeInt(this.q); parcel.writeInt(this.r); - parcel.writeByte(this.f2958s ? (byte) 1 : (byte) 0); + parcel.writeByte(this.f2959s ? (byte) 1 : (byte) 0); parcel.writeInt(((ViewGroup.MarginLayoutParams) this).bottomMargin); parcel.writeInt(((ViewGroup.MarginLayoutParams) this).leftMargin); parcel.writeInt(((ViewGroup.MarginLayoutParams) this).rightMargin); @@ -322,12 +322,12 @@ public class FlexboxLayout extends ViewGroup implements a { } int i = obtainStyledAttributes.getInt(R.a.FlexboxLayout_showDivider, 0); if (i != 0) { - this.f2954s = i; + this.f2955s = i; this.r = i; } int i2 = obtainStyledAttributes.getInt(R.a.FlexboxLayout_showDividerVertical, 0); if (i2 != 0) { - this.f2954s = i2; + this.f2955s = i2; } int i3 = obtainStyledAttributes.getInt(R.a.FlexboxLayout_showDividerHorizontal, 0); if (i3 != 0) { @@ -359,7 +359,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (this.w == null) { this.w = new SparseIntArray(getChildCount()); } - c cVar = this.f2955x; + c cVar = this.f2956x; SparseIntArray sparseIntArray = this.w; int flexItemCount = cVar.a.getFlexItemCount(); List f = cVar.f(flexItemCount); @@ -387,7 +387,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // b.i.a.e.a public void b(b bVar) { if (i()) { - if ((this.f2954s & 4) > 0) { + if ((this.f2955s & 4) > 0) { int i = bVar.e; int i2 = this.u; bVar.e = i + i2; @@ -433,7 +433,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (p(i, i2)) { i4 = 0 + this.u; } - if ((this.f2954s & 4) <= 0) { + if ((this.f2955s & 4) <= 0) { return i4; } i3 = this.u; @@ -490,8 +490,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public List getFlexLines() { - ArrayList arrayList = new ArrayList(this.f2956y.size()); - for (b bVar : this.f2956y) { + ArrayList arrayList = new ArrayList(this.f2957y.size()); + for (b bVar : this.f2957y) { if (bVar.a() != 0) { arrayList.add(bVar); } @@ -501,7 +501,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // b.i.a.e.a public List getFlexLinesInternal() { - return this.f2956y; + return this.f2957y; } @Override // b.i.a.e.a @@ -516,7 +516,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // b.i.a.e.a public int getLargestMainSize() { int i = Integer.MIN_VALUE; - for (b bVar : this.f2956y) { + for (b bVar : this.f2957y) { i = Math.max(i, bVar.e); } return i; @@ -532,15 +532,15 @@ public class FlexboxLayout extends ViewGroup implements a { } public int getShowDividerVertical() { - return this.f2954s; + return this.f2955s; } @Override // b.i.a.e.a public int getSumOfCrossSize() { - int size = this.f2956y.size(); + int size = this.f2957y.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f2956y.get(i2); + b bVar = this.f2957y.get(i2); if (q(i2)) { i += i() ? this.t : this.u; } @@ -571,9 +571,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.f2956y.size(); + int size = this.f2957y.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2956y.get(i); + b bVar = this.f2957y.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -582,7 +582,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (p(i3, i2)) { n(canvas, z2 ? o.getRight() + ((ViewGroup.MarginLayoutParams) layoutParams).rightMargin : (o.getLeft() - ((ViewGroup.MarginLayoutParams) layoutParams).leftMargin) - this.u, bVar.f1324b, bVar.g); } - if (i2 == bVar.h - 1 && (this.f2954s & 4) > 0) { + if (i2 == bVar.h - 1 && (this.f2955s & 4) > 0) { n(canvas, z2 ? (o.getLeft() - ((ViewGroup.MarginLayoutParams) layoutParams).leftMargin) - this.u : o.getRight() + ((ViewGroup.MarginLayoutParams) layoutParams).rightMargin, bVar.f1324b, bVar.g); } } @@ -599,9 +599,9 @@ 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.f2956y.size(); + int size = this.f2957y.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2956y.get(i); + b bVar = this.f2957y.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -618,7 +618,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (q(i)) { n(canvas, z2 ? bVar.c : bVar.a - this.u, paddingTop, max); } - if (r(i) && (this.f2954s & 4) > 0) { + if (r(i) && (this.f2955s & 4) > 0) { n(canvas, z2 ? bVar.a - this.u : bVar.c, paddingTop, max); } } @@ -654,7 +654,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // android.view.View public void onDraw(Canvas canvas) { if (this.q != null || this.p != null) { - if (this.r != 0 || this.f2954s != 0) { + if (this.r != 0 || this.f2955s != 0) { int layoutDirection = ViewCompat.getLayoutDirection(this); int i = this.j; boolean z2 = false; @@ -736,7 +736,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (this.w == null) { this.w = new SparseIntArray(getChildCount()); } - c cVar = this.f2955x; + c cVar = this.f2956x; SparseIntArray sparseIntArray = this.w; int flexItemCount = cVar.a.getFlexItemCount(); if (sparseIntArray.size() == flexItemCount) { @@ -747,20 +747,20 @@ public class FlexboxLayout extends ViewGroup implements a { } z2 = false; if (z2) { - c cVar2 = this.f2955x; + c cVar2 = this.f2956x; SparseIntArray sparseIntArray2 = this.w; int flexItemCount2 = cVar2.a.getFlexItemCount(); this.v = cVar2.x(flexItemCount2, cVar2.f(flexItemCount2), sparseIntArray2); } i3 = this.j; if (i3 != 0 || i3 == 1) { - this.f2956y.clear(); - this.f2957z.a(); - this.f2955x.b(this.f2957z, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2956y = this.f2957z.a; - this.f2955x.h(i, i2, 0); + this.f2957y.clear(); + this.f2958z.a(); + this.f2956x.b(this.f2958z, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2957y = this.f2958z.a; + this.f2956x.h(i, i2, 0); if (this.m == 3) { - for (b bVar : this.f2956y) { + for (b bVar : this.f2957y) { int i5 = Integer.MIN_VALUE; for (int i6 = 0; i6 < bVar.h; i6++) { View o = o(bVar.o + i6); @@ -772,18 +772,18 @@ public class FlexboxLayout extends ViewGroup implements a { bVar.g = i5; } } - this.f2955x.g(i, i2, getPaddingBottom() + getPaddingTop()); - this.f2955x.A(0); - u(this.j, i, i2, this.f2957z.f1326b); + this.f2956x.g(i, i2, getPaddingBottom() + getPaddingTop()); + this.f2956x.A(0); + u(this.j, i, i2, this.f2958z.f1326b); } else if (i3 == 2 || i3 == 3) { - this.f2956y.clear(); - this.f2957z.a(); - this.f2955x.b(this.f2957z, i2, i, Integer.MAX_VALUE, 0, -1, null); - this.f2956y = this.f2957z.a; - this.f2955x.h(i, i2, 0); - this.f2955x.g(i, i2, getPaddingRight() + getPaddingLeft()); - this.f2955x.A(0); - u(this.j, i, i2, this.f2957z.f1326b); + this.f2957y.clear(); + this.f2958z.a(); + this.f2956x.b(this.f2958z, i2, i, Integer.MAX_VALUE, 0, -1, null); + this.f2957y = this.f2958z.a; + this.f2956x.h(i, i2, 0); + this.f2956x.g(i, i2, getPaddingRight() + getPaddingLeft()); + this.f2956x.A(0); + u(this.j, i, i2, this.f2958z.f1326b); return; } else { StringBuilder R = b.d.b.a.a.R("Invalid value for the flex direction is set: "); @@ -797,16 +797,16 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.j; if (i3 != 0) { } - this.f2956y.clear(); - this.f2957z.a(); - this.f2955x.b(this.f2957z, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2956y = this.f2957z.a; - this.f2955x.h(i, i2, 0); + this.f2957y.clear(); + this.f2958z.a(); + this.f2956x.b(this.f2958z, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2957y = this.f2958z.a; + this.f2956x.h(i, i2, 0); if (this.m == 3) { } - this.f2955x.g(i, i2, getPaddingBottom() + getPaddingTop()); - this.f2955x.A(0); - u(this.j, i, i2, this.f2957z.f1326b); + this.f2956x.g(i, i2, getPaddingBottom() + getPaddingTop()); + this.f2956x.A(0); + u(this.j, i, i2, this.f2958z.f1326b); } public final boolean p(int i, int i2) { @@ -824,12 +824,12 @@ public class FlexboxLayout extends ViewGroup implements a { } i3++; } - return z2 ? i() ? (this.f2954s & 1) != 0 : (this.r & 1) != 0 : i() ? (this.f2954s & 2) != 0 : (this.r & 2) != 0; + return z2 ? i() ? (this.f2955s & 1) != 0 : (this.r & 1) != 0 : i() ? (this.f2955s & 2) != 0 : (this.r & 2) != 0; } public final boolean q(int i) { boolean z2; - if (i < 0 || i >= this.f2956y.size()) { + if (i < 0 || i >= this.f2957y.size()) { return false; } int i2 = 0; @@ -837,26 +837,26 @@ public class FlexboxLayout extends ViewGroup implements a { if (i2 >= i) { z2 = true; break; - } else if (this.f2956y.get(i2).a() > 0) { + } else if (this.f2957y.get(i2).a() > 0) { z2 = false; break; } else { i2++; } } - return z2 ? i() ? (this.r & 1) != 0 : (this.f2954s & 1) != 0 : i() ? (this.r & 2) != 0 : (this.f2954s & 2) != 0; + return z2 ? i() ? (this.r & 1) != 0 : (this.f2955s & 1) != 0 : i() ? (this.r & 2) != 0 : (this.f2955s & 2) != 0; } public final boolean r(int i) { - if (i < 0 || i >= this.f2956y.size()) { + if (i < 0 || i >= this.f2957y.size()) { return false; } - for (int i2 = i + 1; i2 < this.f2956y.size(); i2++) { - if (this.f2956y.get(i2).a() > 0) { + for (int i2 = i + 1; i2 < this.f2957y.size(); i2++) { + if (this.f2957y.get(i2).a() > 0) { return false; } } - return i() ? (this.r & 4) != 0 : (this.f2954s & 4) != 0; + return i() ? (this.r & 4) != 0 : (this.f2955s & 4) != 0; } /* JADX WARN: Removed duplicated region for block: B:41:0x00d9 */ @@ -880,10 +880,10 @@ public class FlexboxLayout extends ViewGroup implements a { int i8 = i3 - i; int paddingBottom = (i4 - i2) - getPaddingBottom(); int paddingTop = getPaddingTop(); - int size = this.f2956y.size(); + int size = this.f2957y.size(); int i9 = 0; while (i9 < size) { - b bVar = this.f2956y.get(i9); + b bVar = this.f2957y.get(i9); if (q(i9)) { int i10 = this.t; paddingBottom -= i10; @@ -941,26 +941,26 @@ public class FlexboxLayout extends ViewGroup implements a { f4 = f8; i7 = 0; } - int i16 = (i5 != bVar.h - i12 || (this.f2954s & 4) <= 0) ? 0 : this.u; + int i16 = (i5 != bVar.h - i12 || (this.f2955s & 4) <= 0) ? 0 : this.u; if (this.k != 2) { paddingLeft = paddingLeft; layoutParams = layoutParams2; i6 = i5; if (z2) { - this.f2955x.u(o, bVar, Math.round(f4) - o.getMeasuredWidth(), paddingTop, Math.round(f4), o.getMeasuredHeight() + paddingTop); + this.f2956x.u(o, bVar, Math.round(f4) - o.getMeasuredWidth(), paddingTop, Math.round(f4), o.getMeasuredHeight() + paddingTop); } else { - this.f2955x.u(o, bVar, Math.round(f5), paddingTop, o.getMeasuredWidth() + Math.round(f5), o.getMeasuredHeight() + paddingTop); + this.f2956x.u(o, bVar, Math.round(f5), paddingTop, o.getMeasuredWidth() + Math.round(f5), o.getMeasuredHeight() + paddingTop); } } else if (z2) { paddingLeft = paddingLeft; layoutParams = layoutParams2; i6 = i5; - this.f2955x.u(o, bVar, Math.round(f4) - o.getMeasuredWidth(), paddingBottom - o.getMeasuredHeight(), Math.round(f4), paddingBottom); + this.f2956x.u(o, bVar, Math.round(f4) - o.getMeasuredWidth(), paddingBottom - o.getMeasuredHeight(), Math.round(f4), paddingBottom); } else { paddingLeft = paddingLeft; layoutParams = layoutParams2; i6 = i5; - this.f2955x.u(o, bVar, Math.round(f5), paddingBottom - o.getMeasuredHeight(), o.getMeasuredWidth() + Math.round(f5), paddingBottom); + this.f2956x.u(o, bVar, Math.round(f5), paddingBottom - o.getMeasuredHeight(), o.getMeasuredWidth() + Math.round(f5), paddingBottom); } f3 = o.getMeasuredWidth() + max + ((ViewGroup.MarginLayoutParams) layoutParams).rightMargin + f5; f = f4 - ((o.getMeasuredWidth() + max) + ((ViewGroup.MarginLayoutParams) layoutParams).leftMargin); @@ -1058,7 +1058,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // b.i.a.e.a public void setFlexLines(List list) { - this.f2956y = list; + this.f2957y = list; } public void setFlexWrap(int i) { @@ -1095,8 +1095,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public void setShowDividerVertical(int i) { - if (i != this.f2954s) { - this.f2954s = i; + if (i != this.f2955s) { + this.f2955s = i; requestLayout(); } } @@ -1124,9 +1124,9 @@ public class FlexboxLayout extends ViewGroup implements a { int paddingLeft = getPaddingLeft(); int i9 = i4 - i2; int i10 = (i3 - i) - paddingRight; - int size = this.f2956y.size(); + int size = this.f2957y.size(); for (int i11 = 0; i11 < size; i11++) { - b bVar = this.f2956y.get(i11); + b bVar = this.f2957y.get(i11); if (q(i11)) { int i12 = this.u; paddingLeft += i12; @@ -1187,18 +1187,18 @@ public class FlexboxLayout extends ViewGroup implements a { layoutParams = layoutParams2; i6 = i5; if (z3) { - this.f2955x.v(o, bVar, false, paddingLeft, Math.round(f4) - o.getMeasuredHeight(), o.getMeasuredWidth() + paddingLeft, Math.round(f4)); + this.f2956x.v(o, bVar, false, paddingLeft, Math.round(f4) - o.getMeasuredHeight(), o.getMeasuredWidth() + paddingLeft, Math.round(f4)); } else { - this.f2955x.v(o, bVar, false, paddingLeft, Math.round(f5), o.getMeasuredWidth() + paddingLeft, o.getMeasuredHeight() + Math.round(f5)); + this.f2956x.v(o, bVar, false, paddingLeft, Math.round(f5), o.getMeasuredWidth() + paddingLeft, o.getMeasuredHeight() + Math.round(f5)); } } else if (z3) { layoutParams = layoutParams2; i6 = i5; - this.f2955x.v(o, bVar, true, i10 - o.getMeasuredWidth(), Math.round(f4) - o.getMeasuredHeight(), i10, Math.round(f4)); + this.f2956x.v(o, bVar, true, i10 - o.getMeasuredWidth(), Math.round(f4) - o.getMeasuredHeight(), i10, Math.round(f4)); } else { layoutParams = layoutParams2; i6 = i5; - this.f2955x.v(o, bVar, true, i10 - o.getMeasuredWidth(), Math.round(f5), i10, o.getMeasuredHeight() + Math.round(f5)); + this.f2956x.v(o, bVar, true, i10 - o.getMeasuredWidth(), Math.round(f5), i10, o.getMeasuredHeight() + Math.round(f5)); } f3 = o.getMeasuredHeight() + max + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin + f5; f = f4 - ((o.getMeasuredHeight() + max) + ((ViewGroup.MarginLayoutParams) layoutParams).topMargin); 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 79e7d9fbf5..eec292ac83 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java @@ -29,23 +29,23 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public boolean p; /* renamed from: s reason: collision with root package name */ - public RecyclerView.Recycler f2959s; + public RecyclerView.Recycler f2960s; public RecyclerView.State t; public c u; public OrientationHelper w; /* renamed from: x reason: collision with root package name */ - public OrientationHelper f2960x; + public OrientationHelper f2961x; /* renamed from: y reason: collision with root package name */ - public SavedState f2961y; + public SavedState f2962y; public int n = -1; public List q = new ArrayList(); public final b.i.a.e.c r = new b.i.a.e.c(this); public b v = new b(null); /* renamed from: z reason: collision with root package name */ - public int f2962z = -1; + public int f2963z = -1; public int A = Integer.MIN_VALUE; public int B = Integer.MIN_VALUE; public int C = Integer.MIN_VALUE; @@ -295,7 +295,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int a; /* renamed from: b reason: collision with root package name */ - public int f2963b; + public int f2964b; public int c; public int d = 0; public boolean e; @@ -318,7 +318,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public static void b(b bVar) { bVar.a = -1; - bVar.f2963b = -1; + bVar.f2964b = -1; bVar.c = Integer.MIN_VALUE; boolean z2 = false; bVar.f = false; @@ -358,7 +358,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements StringBuilder R = b.d.b.a.a.R("AnchorInfo{mPosition="); R.append(this.a); R.append(", mFlexLinePosition="); - R.append(this.f2963b); + R.append(this.f2964b); R.append(", mCoordinate="); R.append(this.c); R.append(", mPerpendicularCoordinate="); @@ -379,7 +379,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int a; /* renamed from: b reason: collision with root package name */ - public boolean f2964b; + public boolean f2965b; public int c; public int d; public int e; @@ -436,7 +436,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } this.l = 1; this.w = null; - this.f2960x = null; + this.f2961x = null; requestLayout(); } if (this.m != 4) { @@ -473,7 +473,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (z3) { w(); } else { - this.u.f2964b = false; + this.u.f2965b = false; } if (i() || !this.o) { this.u.a = bVar.c - this.w.getStartAfterPadding(); @@ -486,11 +486,11 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar2.i = -1; cVar2.e = bVar.c; cVar2.f = Integer.MIN_VALUE; - int i = bVar.f2963b; + int i = bVar.f2964b; cVar2.c = i; if (z2 && i > 0) { int size = this.q.size(); - int i2 = bVar.f2963b; + int i2 = bVar.f2964b; if (size > i2) { cVar.c--; this.u.d -= this.q.get(i2).h; @@ -654,7 +654,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // b.i.a.e.a public View f(int i) { View view = this.D.get(i); - return view != null ? view : this.f2959s.getViewForPosition(i); + return view != null ? view : this.f2960s.getViewForPosition(i); } public int findLastVisibleItemPosition() { @@ -831,17 +831,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (i()) { if (this.l == 0) { this.w = OrientationHelper.createHorizontalHelper(this); - this.f2960x = OrientationHelper.createVerticalHelper(this); + this.f2961x = OrientationHelper.createVerticalHelper(this); return; } this.w = OrientationHelper.createVerticalHelper(this); - this.f2960x = OrientationHelper.createHorizontalHelper(this); + this.f2961x = OrientationHelper.createHorizontalHelper(this); } else if (this.l == 0) { this.w = OrientationHelper.createVerticalHelper(this); - this.f2960x = OrientationHelper.createHorizontalHelper(this); + this.f2961x = OrientationHelper.createHorizontalHelper(this); } else { this.w = OrientationHelper.createHorizontalHelper(this); - this.f2960x = OrientationHelper.createVerticalHelper(this); + this.f2961x = OrientationHelper.createVerticalHelper(this); } } } @@ -869,7 +869,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements int i12 = i10; int i13 = 0; while (true) { - if (i12 <= 0 && !this.u.f2964b) { + if (i12 <= 0 && !this.u.f2965b) { break; } List list = this.q; @@ -1139,7 +1139,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements boolean z3; boolean z4; int i4; - this.f2959s = recycler; + this.f2960s = recycler; this.t = state; int itemCount = state.getItemCount(); if (itemCount != 0 || !state.isPreLayout()) { @@ -1177,41 +1177,41 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.r.k(itemCount); this.r.i(itemCount); this.u.j = false; - SavedState savedState = this.f2961y; + SavedState savedState = this.f2962y; if (savedState != null) { int i6 = savedState.j; if (i6 >= 0 && i6 < itemCount) { - this.f2962z = i6; + this.f2963z = i6; } } b bVar = this.v; - if (!(bVar.f && this.f2962z == -1 && savedState == null)) { + if (!(bVar.f && this.f2963z == -1 && savedState == null)) { b.b(bVar); b bVar2 = this.v; - SavedState savedState2 = this.f2961y; - if (!state.isPreLayout() && (i4 = this.f2962z) != -1) { + SavedState savedState2 = this.f2962y; + if (!state.isPreLayout() && (i4 = this.f2963z) != -1) { if (i4 < 0 || i4 >= state.getItemCount()) { - this.f2962z = -1; + this.f2963z = -1; this.A = Integer.MIN_VALUE; } else { - int i7 = this.f2962z; + int i7 = this.f2963z; bVar2.a = i7; - bVar2.f2963b = this.r.c[i7]; - SavedState savedState3 = this.f2961y; + bVar2.f2964b = this.r.c[i7]; + SavedState savedState3 = this.f2962y; if (savedState3 != null) { int itemCount2 = state.getItemCount(); int i8 = savedState3.j; if (i8 >= 0 && i8 < itemCount2) { bVar2.c = this.w.getStartAfterPadding() + savedState2.k; bVar2.g = true; - bVar2.f2963b = -1; + bVar2.f2964b = -1; z3 = true; if (!z3) { if (getChildCount() != 0) { View p = bVar2.e ? p(state.getItemCount()) : n(state.getItemCount()); if (p != null) { FlexboxLayoutManager flexboxLayoutManager = FlexboxLayoutManager.this; - OrientationHelper orientationHelper = flexboxLayoutManager.l == 0 ? flexboxLayoutManager.f2960x : flexboxLayoutManager.w; + OrientationHelper orientationHelper = flexboxLayoutManager.l == 0 ? flexboxLayoutManager.f2961x : flexboxLayoutManager.w; if (flexboxLayoutManager.i() || !FlexboxLayoutManager.this.o) { if (bVar2.e) { bVar2.c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); @@ -1235,9 +1235,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (i9 == -1) { i9 = 0; } - bVar2.f2963b = i9; + bVar2.f2964b = i9; int size = flexboxLayoutManager2.q.size(); - int i10 = bVar2.f2963b; + int i10 = bVar2.f2964b; if (size > i10) { bVar2.a = FlexboxLayoutManager.this.q.get(i10).o; } @@ -1250,7 +1250,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (!z4) { b.a(bVar2); bVar2.a = 0; - bVar2.f2963b = 0; + bVar2.f2964b = 0; } } } @@ -1262,10 +1262,10 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } } if (this.A == Integer.MIN_VALUE) { - View findViewByPosition = findViewByPosition(this.f2962z); + View findViewByPosition = findViewByPosition(this.f2963z); if (findViewByPosition == null) { if (getChildCount() > 0) { - bVar2.e = this.f2962z < getPosition(getChildAt(0)); + bVar2.e = this.f2963z < getPosition(getChildAt(0)); } b.a(bVar2); } else if (this.w.getDecoratedMeasurement(findViewByPosition) > this.w.getTotalSpace()) { @@ -1310,17 +1310,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements int i11 = this.B; z2 = (i11 == Integer.MIN_VALUE || i11 == width) ? false : true; c cVar = this.u; - i = cVar.f2964b ? this.E.getResources().getDisplayMetrics().heightPixels : cVar.a; + i = cVar.f2965b ? this.E.getResources().getDisplayMetrics().heightPixels : cVar.a; } else { int i12 = this.C; z2 = (i12 == Integer.MIN_VALUE || i12 == height) ? false : true; c cVar2 = this.u; - i = cVar2.f2964b ? this.E.getResources().getDisplayMetrics().widthPixels : cVar2.a; + i = cVar2.f2965b ? this.E.getResources().getDisplayMetrics().widthPixels : cVar2.a; } this.B = width; this.C = height; int i13 = this.G; - if (i13 != -1 || (this.f2962z == -1 && !z2)) { + if (i13 != -1 || (this.f2963z == -1 && !z2)) { int min = i13 != -1 ? Math.min(i13, this.v.a) : this.v.a; this.H.a(); if (i()) { @@ -1354,7 +1354,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.r.A(0); b bVar4 = this.v; int i14 = this.r.c[bVar4.a]; - bVar4.f2963b = i14; + bVar4.f2964b = i14; this.u.c = i14; } if (this.v.e) { @@ -1384,8 +1384,8 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onLayoutCompleted(RecyclerView.State state) { super.onLayoutCompleted(state); - this.f2961y = null; - this.f2962z = -1; + this.f2962y = null; + this.f2963z = -1; this.A = Integer.MIN_VALUE; this.G = -1; b.b(this.v); @@ -1395,14 +1395,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof SavedState) { - this.f2961y = (SavedState) parcelable; + this.f2962y = (SavedState) parcelable; requestLayout(); } } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public Parcelable onSaveInstanceState() { - SavedState savedState = this.f2961y; + SavedState savedState = this.f2962y; if (savedState != null) { return new SavedState(savedState, (a) null); } @@ -1514,15 +1514,15 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } int u = u(i); this.v.d += u; - this.f2960x.offsetChildren(-u); + this.f2961x.offsetChildren(-u); return u; } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void scrollToPosition(int i) { - this.f2962z = i; + this.f2963z = i; this.A = Integer.MIN_VALUE; - SavedState savedState = this.f2961y; + SavedState savedState = this.f2962y; if (savedState != null) { savedState.j = -1; } @@ -1538,7 +1538,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } int u = u(i); this.v.d += u; - this.f2960x.offsetChildren(-u); + this.f2961x.offsetChildren(-u); return u; } @@ -1785,7 +1785,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public final void w() { int heightMode = i() ? getHeightMode() : getWidthMode(); - this.u.f2964b = heightMode == 0 || heightMode == Integer.MIN_VALUE; + this.u.f2965b = heightMode == 0 || heightMode == Integer.MIN_VALUE; } public void x(int i) { @@ -1793,7 +1793,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements removeAllViews(); this.k = i; this.w = null; - this.f2960x = null; + this.f2961x = null; k(); requestLayout(); } @@ -1809,7 +1809,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.G = i; View childAt = getChildAt(0); if (childAt != null) { - this.f2962z = getPosition(childAt); + this.f2963z = getPosition(childAt); if (i() || !this.o) { this.A = this.w.getDecoratedStart(childAt) - this.w.getStartAfterPadding(); return; @@ -1825,7 +1825,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (z3) { w(); } else { - this.u.f2964b = false; + this.u.f2965b = false; } if (i() || !this.o) { this.u.a = this.w.getEndAfterPadding() - bVar.c; @@ -1838,11 +1838,11 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.i = 1; cVar.e = bVar.c; cVar.f = Integer.MIN_VALUE; - cVar.c = bVar.f2963b; - if (z2 && this.q.size() > 1 && (i = bVar.f2963b) >= 0 && i < this.q.size() - 1) { + cVar.c = bVar.f2964b; + if (z2 && this.q.size() > 1 && (i = bVar.f2964b) >= 0 && i < this.q.size() - 1) { c cVar2 = this.u; cVar2.c++; - cVar2.d += this.q.get(bVar.f2963b).h; + cVar2.d += this.q.get(bVar.f2964b).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 f47d603d32..b7c6ecc3ff 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 @@ -28,7 +28,7 @@ public class AdvertisingIdClient { @Nullable /* renamed from: b reason: collision with root package name */ - public b f2965b; + public b f2966b; public boolean c; public final Object d = new Object(); @Nullable @@ -42,11 +42,11 @@ public class AdvertisingIdClient { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f2966b; + public final boolean f2967b; public Info(String str, boolean z2) { this.a = str; - this.f2966b = z2; + this.f2967b = z2; } public final String getId() { @@ -54,12 +54,12 @@ public class AdvertisingIdClient { } public final boolean isLimitAdTrackingEnabled() { - return this.f2966b; + return this.f2967b; } public final String toString() { String str = this.a; - boolean z2 = this.f2966b; + boolean z2 = this.f2967b; StringBuilder sb = new StringBuilder(String.valueOf(str).length() + 7); sb.append("{"); sb.append(str); @@ -214,7 +214,7 @@ public class AdvertisingIdClient { b.i.a.f.e.n.a.b().c(this.f, this.a); } this.c = false; - this.f2965b = null; + this.f2966b = null; this.a = null; } } @@ -241,9 +241,9 @@ public class AdvertisingIdClient { } } Objects.requireNonNull(this.a, "null reference"); - Objects.requireNonNull(this.f2965b, "null reference"); + Objects.requireNonNull(this.f2966b, "null reference"); try { - info = new Info(this.f2965b.getId(), this.f2965b.D(true)); + info = new Info(this.f2966b.getId(), this.f2966b.D(true)); } catch (RemoteException e2) { Log.i("AdvertisingIdClient", "GMS remote exception ", e2); throw new IOException("Remote exception"); @@ -277,7 +277,7 @@ public class AdvertisingIdClient { } b.i.a.f.e.a c = c(this.f, this.g); this.a = c; - this.f2965b = d(c); + this.f2966b = d(c); this.c = 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 cd88992a9c..6b1feecb59 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: b reason: collision with root package name */ - public String f2967b; + public String f2968b; @Nullable public Uri c; @Nullable @@ -50,7 +50,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce } public Credential a() { - return new Credential(this.a, this.f2967b, this.c, null, this.d, null, null, null); + return new Credential(this.a, this.f2968b, this.c, 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 975d9b2691..5d64ce2797 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 @@ -41,7 +41,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle public String r; /* renamed from: s reason: collision with root package name */ - public List f2968s; + public List f2969s; @Nullable public String t; @Nullable @@ -58,7 +58,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle this.p = str5; this.q = j; this.r = str6; - this.f2968s = list; + this.f2969s = list; this.t = str7; this.u = str8; } @@ -116,7 +116,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle @NonNull public Set w0() { - HashSet hashSet = new HashSet(this.f2968s); + HashSet hashSet = new HashSet(this.f2969s); hashSet.addAll(this.v); return hashSet; } @@ -137,7 +137,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle parcel.writeInt(524296); parcel.writeLong(j); b.c.a.a0.d.t2(parcel, 9, this.r, false); - b.c.a.a0.d.w2(parcel, 10, this.f2968s, false); + b.c.a.a0.d.w2(parcel, 10, this.f2969s, false); b.c.a.a0.d.t2(parcel, 11, this.t, false); b.c.a.a0.d.t2(parcel, 12, this.u, false); b.c.a.a0.d.A2(parcel, y2); 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 ac6fb816d9..e981c3bf09 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 Account r; /* renamed from: s reason: collision with root package name */ - public boolean f2969s; + public boolean f2970s; public final boolean t; public final boolean u; @Nullable @@ -52,14 +52,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public String w; /* renamed from: x reason: collision with root package name */ - public ArrayList f2970x; + public ArrayList f2971x; @Nullable /* renamed from: y reason: collision with root package name */ - public String f2971y; + public String f2972y; /* renamed from: z reason: collision with root package name */ - public Map f2972z; + public Map f2973z; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* loaded from: classes3.dex */ @@ -67,7 +67,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public Set a; /* renamed from: b reason: collision with root package name */ - public boolean f2973b; + public boolean f2974b; public boolean c; public boolean d; @Nullable @@ -89,14 +89,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.a = new HashSet(); this.h = new HashMap(); this.a = new HashSet(googleSignInOptions.q); - this.f2973b = googleSignInOptions.t; + this.f2974b = googleSignInOptions.t; this.c = googleSignInOptions.u; - this.d = googleSignInOptions.f2969s; + this.d = googleSignInOptions.f2970s; this.e = googleSignInOptions.v; this.f = googleSignInOptions.r; this.g = googleSignInOptions.w; - this.h = GoogleSignInOptions.y0(googleSignInOptions.f2970x); - this.i = googleSignInOptions.f2971y; + this.h = GoogleSignInOptions.y0(googleSignInOptions.f2971x); + this.i = googleSignInOptions.f2972y; } public final GoogleSignInOptions a() { @@ -110,7 +110,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (this.d && (this.f == null || !this.a.isEmpty())) { this.a.add(GoogleSignInOptions.k); } - return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.f2973b, this.c, this.e, this.g, this.h, this.i); + return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.f2974b, this.c, this.e, this.g, this.h, this.i); } } @@ -148,14 +148,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.p = i; this.q = arrayList; this.r = account; - this.f2969s = z2; + this.f2970s = z2; this.t = z3; this.u = z4; this.v = str; this.w = str2; - this.f2970x = new ArrayList<>(map.values()); - this.f2972z = map; - this.f2971y = str3; + this.f2971x = new ArrayList<>(map.values()); + this.f2973z = map; + this.f2972y = str3; } @Nullable @@ -210,7 +210,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, } try { GoogleSignInOptions googleSignInOptions = (GoogleSignInOptions) obj; - if (this.f2970x.size() <= 0 && googleSignInOptions.f2970x.size() <= 0 && this.q.size() == googleSignInOptions.w0().size() && this.q.containsAll(googleSignInOptions.w0())) { + if (this.f2971x.size() <= 0 && googleSignInOptions.f2971x.size() <= 0 && this.q.size() == googleSignInOptions.w0().size() && this.q.containsAll(googleSignInOptions.w0())) { Account account = this.r; if (account == null) { if (googleSignInOptions.r == null) { @@ -220,8 +220,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (TextUtils.isEmpty(googleSignInOptions.v)) { } } - if (this.u == googleSignInOptions.u && this.f2969s == googleSignInOptions.f2969s && this.t == googleSignInOptions.t) { - if (TextUtils.equals(this.f2971y, googleSignInOptions.f2971y)) { + if (this.u == googleSignInOptions.u && this.f2970s == googleSignInOptions.f2970s && this.t == googleSignInOptions.t) { + if (TextUtils.equals(this.f2972y, googleSignInOptions.f2972y)) { return true; } } @@ -246,8 +246,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, Account account = this.r; int hashCode = ((arrayList.hashCode() + 31) * 31) + (account == null ? 0 : account.hashCode()); String str = this.v; - int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.u ? 1 : 0)) * 31) + (this.f2969s ? 1 : 0)) * 31) + (this.t ? 1 : 0); - String str2 = this.f2971y; + int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.u ? 1 : 0)) * 31) + (this.f2970s ? 1 : 0)) * 31) + (this.t ? 1 : 0); + String str2 = this.f2972y; int i3 = hashCode2 * 31; if (str2 != null) { i = str2.hashCode(); @@ -267,7 +267,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, parcel.writeInt(i2); d.w2(parcel, 2, w0(), false); d.s2(parcel, 3, this.r, i, false); - boolean z2 = this.f2969s; + boolean z2 = this.f2970s; parcel.writeInt(262148); parcel.writeInt(z2 ? 1 : 0); boolean z3 = this.t; @@ -278,8 +278,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, parcel.writeInt(z4 ? 1 : 0); d.t2(parcel, 7, this.v, false); d.t2(parcel, 8, this.w, false); - d.w2(parcel, 9, this.f2970x, false); - d.t2(parcel, 10, this.f2971y, false); + d.w2(parcel, 9, this.f2971x, false); + d.t2(parcel, 10, this.f2972y, false); d.A2(parcel, y2); } } diff --git a/app/src/main/java/com/google/android/gms/common/api/Status.java b/app/src/main/java/com/google/android/gms/common/api/Status.java index 41842e4b8b..acf3acaf15 100644 --- a/app/src/main/java/com/google/android/gms/common/api/Status.java +++ b/app/src/main/java/com/google/android/gms/common/api/Status.java @@ -25,7 +25,7 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected @Nullable /* renamed from: s reason: collision with root package name */ - public final ConnectionResult f2975s; + public final ConnectionResult f2976s; @RecentlyNonNull public static final Status j = new Status(0, null); @RecentlyNonNull @@ -49,7 +49,7 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected this.p = i2; this.q = str; this.r = pendingIntent; - this.f2975s = connectionResult; + this.f2976s = connectionResult; } public Status(int i, @Nullable String str) { @@ -57,7 +57,7 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected this.p = i; this.q = str; this.r = null; - this.f2975s = null; + this.f2976s = null; } public Status(int i, @Nullable String str, @Nullable PendingIntent pendingIntent) { @@ -65,7 +65,7 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected this.p = i; this.q = str; this.r = pendingIntent; - this.f2975s = null; + this.f2976s = null; } @Override // b.i.a.f.e.h.h @@ -79,11 +79,11 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected return false; } Status status = (Status) obj; - return this.o == status.o && this.p == status.p && d.h0(this.q, status.q) && d.h0(this.r, status.r) && d.h0(this.f2975s, status.f2975s); + return this.o == status.o && this.p == status.p && d.h0(this.q, status.q) && d.h0(this.r, status.r) && d.h0(this.f2976s, status.f2976s); } public int hashCode() { - return Arrays.hashCode(new Object[]{Integer.valueOf(this.o), Integer.valueOf(this.p), this.q, this.r, this.f2975s}); + return Arrays.hashCode(new Object[]{Integer.valueOf(this.o), Integer.valueOf(this.p), this.q, this.r, this.f2976s}); } @RecentlyNonNull @@ -106,7 +106,7 @@ public final class Status extends AbstractSafeParcelable implements h, Reflected parcel.writeInt(i2); d.t2(parcel, 2, this.q, false); d.s2(parcel, 3, this.r, i, false); - d.s2(parcel, 4, this.f2975s, i, false); + d.s2(parcel, 4, this.f2976s, i, false); int i3 = this.o; parcel.writeInt(263144); parcel.writeInt(i3); 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 bcb3ab5db7..785ebcd203 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 @@ -27,7 +27,7 @@ public abstract class BasePendingResult extends d { public static final ThreadLocal a = new w0(); /* renamed from: b reason: collision with root package name */ - public final Object f2976b; + public final Object f2977b; public final a c; public final CountDownLatch d; public final ArrayList e; @@ -84,7 +84,7 @@ public abstract class BasePendingResult extends d { @Deprecated public BasePendingResult() { - this.f2976b = new Object(); + this.f2977b = new Object(); this.d = new CountDownLatch(1); this.e = new ArrayList<>(); this.f = new AtomicReference<>(); @@ -94,7 +94,7 @@ public abstract class BasePendingResult extends d { } public BasePendingResult(@Nullable b.i.a.f.e.h.c cVar) { - this.f2976b = new Object(); + this.f2977b = new Object(); this.d = new CountDownLatch(1); this.e = new ArrayList<>(); this.f = new AtomicReference<>(); @@ -120,7 +120,7 @@ public abstract class BasePendingResult extends d { @Override // b.i.a.f.e.h.d public final void c(d.a aVar) { b.c.a.a0.d.o(true, "Callback cannot be null."); - synchronized (this.f2976b) { + synchronized (this.f2977b) { if (f()) { aVar.a(this.h); } else { @@ -134,7 +134,7 @@ public abstract class BasePendingResult extends d { @Deprecated public final void e(Status status) { - synchronized (this.f2976b) { + synchronized (this.f2977b) { if (!f()) { b(d(status)); this.j = true; @@ -148,7 +148,7 @@ public abstract class BasePendingResult extends d { /* renamed from: g */ public final void b(R r) { - synchronized (this.f2976b) { + synchronized (this.f2977b) { if (!this.j) { f(); boolean z2 = true; @@ -184,7 +184,7 @@ public abstract class BasePendingResult extends d { public final R j() { R r; - synchronized (this.f2976b) { + synchronized (this.f2977b) { b.c.a.a0.d.G(!this.i, "Result has already been consumed."); b.c.a.a0.d.G(f(), "Result is not ready."); r = this.g; 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 6395c8fc77..8b126de88f 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 @@ -34,7 +34,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { public Feature[] r; /* renamed from: s reason: collision with root package name */ - public Feature[] f2977s; + public Feature[] f2978s; public boolean t; public int u; public boolean v; @@ -76,7 +76,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.o = scopeArr; this.p = bundle; this.r = featureArr; - this.f2977s = featureArr2; + this.f2978s = featureArr2; this.t = z2; this.u = i4; this.v = z3; 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 cf6db849e1..4e1098d469 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 @@ -51,7 +51,7 @@ public final class DynamiteModule { @RecentlyNonNull /* renamed from: b reason: collision with root package name */ - public static final a f2978b = new e(); + public static final a f2979b = new e(); @RecentlyNonNull public static final a c = new f(); 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 4f2f1ca768..14053d9e0f 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 @@ -23,7 +23,7 @@ public abstract class zzhi extends u3 { public static final Logger a = Logger.getLogger(zzhi.class.getName()); /* renamed from: b reason: collision with root package name */ - public static final boolean f2979b = j7.g; + public static final boolean f2980b = j7.g; public g4 c; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ @@ -235,7 +235,7 @@ public abstract class zzhi extends u3 { @Override // com.google.android.gms.internal.measurement.zzhi public final void m(long j) throws IOException { - if (!zzhi.f2979b || a() < 10) { + if (!zzhi.f2980b || a() < 10) { while ((j & (-128)) != 0) { try { byte[] bArr = this.d; @@ -268,7 +268,7 @@ public abstract class zzhi extends u3 { @Override // com.google.android.gms.internal.measurement.zzhi public final void r(int i) throws IOException { - if (!zzhi.f2979b || q3.a() || a() < 5) { + if (!zzhi.f2980b || q3.a() || a() < 5) { while ((i & (-128)) != 0) { try { byte[] bArr = this.d; 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 81cae72bac..e58458ae14 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 static volatile AppMeasurement a; /* renamed from: b reason: collision with root package name */ - public final u4 f2980b; + public final u4 f2981b; public final b7 c; public final boolean d; @@ -158,13 +158,13 @@ public class AppMeasurement { public AppMeasurement(b7 b7Var) { this.c = b7Var; - this.f2980b = null; + this.f2981b = null; this.d = true; } public AppMeasurement(u4 u4Var) { Objects.requireNonNull(u4Var, "null reference"); - this.f2980b = u4Var; + this.f2981b = u4Var; this.c = null; this.d = false; } @@ -199,8 +199,8 @@ public class AppMeasurement { this.c.g(str); return; } - a A = this.f2980b.A(); - Objects.requireNonNull((c) this.f2980b.o); + a A = this.f2981b.A(); + Objects.requireNonNull((c) this.f2981b.o); A.v(str, SystemClock.elapsedRealtime()); } @@ -209,7 +209,7 @@ public class AppMeasurement { if (this.d) { this.c.l(str, str2, bundle); } else { - this.f2980b.s().R(str, str2, bundle); + this.f2981b.s().R(str, str2, bundle); } } @@ -219,20 +219,20 @@ public class AppMeasurement { this.c.j(str); return; } - a A = this.f2980b.A(); - Objects.requireNonNull((c) this.f2980b.o); + a A = this.f2981b.A(); + Objects.requireNonNull((c) this.f2981b.o); A.y(str, SystemClock.elapsedRealtime()); } @Keep public long generateEventId() { - return this.d ? this.c.e() : this.f2980b.t().t0(); + return this.d ? this.c.e() : this.f2981b.t().t0(); } @Nullable @Keep public String getAppInstanceId() { - return this.d ? this.c.c() : this.f2980b.s().g.get(); + return this.d ? this.c.c() : this.f2981b.s().g.get(); } @Keep @@ -243,7 +243,7 @@ public class AppMeasurement { if (this.d) { list = this.c.h(str, str2); } else { - c6 s2 = this.f2980b.s(); + c6 s2 = this.f2981b.s(); if (s2.f().y()) { s2.g().f.a("Cannot get conditional user properties from analytics worker thread"); list = new ArrayList<>(0); @@ -278,7 +278,7 @@ public class AppMeasurement { if (this.d) { return this.c.b(); } - i7 i7Var = this.f2980b.s().a.w().c; + i7 i7Var = this.f2981b.s().a.w().c; if (i7Var != null) { return i7Var.f1534b; } @@ -291,7 +291,7 @@ public class AppMeasurement { if (this.d) { return this.c.a(); } - i7 i7Var = this.f2980b.s().a.w().c; + i7 i7Var = this.f2981b.s().a.w().c; if (i7Var != null) { return i7Var.a; } @@ -301,7 +301,7 @@ public class AppMeasurement { @Nullable @Keep public String getGmpAppId() { - return this.d ? this.c.d() : this.f2980b.s().O(); + return this.d ? this.c.d() : this.f2981b.s().O(); } @Keep @@ -310,7 +310,7 @@ public class AppMeasurement { if (this.d) { return this.c.i(str); } - this.f2980b.s(); + this.f2981b.s(); d.w(str); return 25; } @@ -321,7 +321,7 @@ public class AppMeasurement { if (this.d) { return this.c.k(str, str2, z2); } - c6 s2 = this.f2980b.s(); + c6 s2 = this.f2981b.s(); if (s2.f().y()) { s2.g().f.a("Cannot get user properties from analytics worker thread"); return Collections.emptyMap(); @@ -349,7 +349,7 @@ public class AppMeasurement { if (this.d) { this.c.m(str, str2, bundle); } else { - this.f2980b.s().H(str, str2, bundle); + this.f2981b.s().H(str, str2, bundle); } } @@ -360,7 +360,7 @@ public class AppMeasurement { this.c.f(conditionalUserProperty.a()); return; } - c6 s2 = this.f2980b.s(); + c6 s2 = this.f2981b.s(); Bundle a2 = conditionalUserProperty.a(); Objects.requireNonNull((c) s2.a.o); s2.y(a2, System.currentTimeMillis()); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/AppMeasurementDynamiteService.java b/app/src/main/java/com/google/android/gms/measurement/internal/AppMeasurementDynamiteService.java index 755603d1cf..6bb5b5ff03 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/AppMeasurementDynamiteService.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/AppMeasurementDynamiteService.java @@ -50,7 +50,7 @@ public class AppMeasurementDynamiteService extends dc { @GuardedBy("listenerMap") /* renamed from: b reason: collision with root package name */ - public final Map f2981b = new ArrayMap(); + public final Map f2982b = new ArrayMap(); /* compiled from: com.google.android.gms:play-services-measurement-sdk@@18.0.0 */ /* loaded from: classes3.dex */ @@ -346,11 +346,11 @@ public class AppMeasurementDynamiteService extends dc { public void registerOnMeasurementEventListener(c cVar) throws RemoteException { z5 z5Var; g(); - synchronized (this.f2981b) { - z5Var = this.f2981b.get(Integer.valueOf(cVar.a())); + synchronized (this.f2982b) { + z5Var = this.f2982b.get(Integer.valueOf(cVar.a())); if (z5Var == null) { z5Var = new b(cVar); - this.f2981b.put(Integer.valueOf(cVar.a()), z5Var); + this.f2982b.put(Integer.valueOf(cVar.a()), z5Var); } } c6 s2 = this.a.s(); @@ -498,8 +498,8 @@ public class AppMeasurementDynamiteService extends dc { public void unregisterOnMeasurementEventListener(c cVar) throws RemoteException { z5 remove; g(); - synchronized (this.f2981b) { - remove = this.f2981b.remove(Integer.valueOf(cVar.a())); + synchronized (this.f2982b) { + remove = this.f2982b.remove(Integer.valueOf(cVar.a())); } if (remove == null) { remove = new b(cVar); 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 e41b7cc579..b8e7ee85a7 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 @@ -28,27 +28,27 @@ public final class zzn extends AbstractSafeParcelable { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final long f2984s; + public final long f2985s; public final String t; public final long u; public final long v; public final int w; /* renamed from: x reason: collision with root package name */ - public final boolean f2985x; + public final boolean f2986x; /* renamed from: y reason: collision with root package name */ - public final boolean f2986y; + public final boolean f2987y; /* renamed from: z reason: collision with root package name */ - public final boolean f2987z; + public final boolean f2988z; 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) { d.w(str); this.j = str; this.k = TextUtils.isEmpty(str2) ? null : str2; this.l = str3; - this.f2984s = j; + this.f2985s = j; this.m = str4; this.n = j2; this.o = j3; @@ -59,9 +59,9 @@ public final class zzn extends AbstractSafeParcelable { this.u = j4; this.v = j5; this.w = i; - this.f2985x = z4; - this.f2986y = z5; - this.f2987z = z6; + this.f2986x = z4; + this.f2987y = z5; + this.f2988z = z6; this.A = str7; this.B = bool; this.C = j6; @@ -74,7 +74,7 @@ public final class zzn extends AbstractSafeParcelable { this.j = str; this.k = str2; this.l = str3; - this.f2984s = j3; + this.f2985s = j3; this.m = str4; this.n = j; this.o = j2; @@ -85,9 +85,9 @@ public final class zzn extends AbstractSafeParcelable { this.u = j4; this.v = j5; this.w = i; - this.f2985x = z4; - this.f2986y = z5; - this.f2987z = z6; + this.f2986x = z4; + this.f2987y = z5; + this.f2988z = z6; this.A = str7; this.B = bool; this.C = j6; @@ -116,7 +116,7 @@ public final class zzn extends AbstractSafeParcelable { boolean z3 = this.r; parcel.writeInt(262154); parcel.writeInt(z3 ? 1 : 0); - long j3 = this.f2984s; + long j3 = this.f2985s; parcel.writeInt(524299); parcel.writeLong(j3); d.t2(parcel, 12, this.t, false); @@ -129,13 +129,13 @@ public final class zzn extends AbstractSafeParcelable { int i2 = this.w; parcel.writeInt(262159); parcel.writeInt(i2); - boolean z4 = this.f2985x; + boolean z4 = this.f2986x; parcel.writeInt(262160); parcel.writeInt(z4 ? 1 : 0); - boolean z5 = this.f2986y; + boolean z5 = this.f2987y; parcel.writeInt(262161); parcel.writeInt(z5 ? 1 : 0); - boolean z6 = this.f2987z; + boolean z6 = this.f2988z; parcel.writeInt(262162); parcel.writeInt(z6 ? 1 : 0); d.t2(parcel, 19, this.A, false); 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 ef330cdaba..43d40bfaed 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 zzaq r; /* renamed from: s reason: collision with root package name */ - public long f2988s; + public long f2989s; public zzaq t; public zzz(zzz zzzVar) { @@ -33,7 +33,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzzVar.p; this.q = zzzVar.q; this.r = zzzVar.r; - this.f2988s = zzzVar.f2988s; + this.f2989s = zzzVar.f2989s; this.t = zzzVar.t; } @@ -47,7 +47,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzaqVar; this.q = j2; this.r = zzaqVar2; - this.f2988s = j3; + this.f2989s = j3; this.t = zzaqVar3; } @@ -69,7 +69,7 @@ public final class zzz extends AbstractSafeParcelable { parcel.writeInt(524297); parcel.writeLong(j2); d.s2(parcel, 10, this.r, i, false); - long j3 = this.f2988s; + long j3 = this.f2989s; parcel.writeInt(524299); parcel.writeLong(j3); d.s2(parcel, 12, this.t, i, false); diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/PublishOptions.java b/app/src/main/java/com/google/android/gms/nearby/messages/PublishOptions.java index 9159f15fe3..1b8f131f27 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/PublishOptions.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/PublishOptions.java @@ -9,7 +9,7 @@ public final class PublishOptions { @Nullable /* renamed from: b reason: collision with root package name */ - public final b f2989b; + public final b f2990b; static { Strategy strategy = Strategy.j; @@ -17,6 +17,6 @@ public final class PublishOptions { public PublishOptions(Strategy strategy, b bVar, i iVar) { this.a = strategy; - this.f2989b = bVar; + this.f2990b = bVar; } } diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/Strategy.java b/app/src/main/java/com/google/android/gms/nearby/messages/Strategy.java index ef2af28e28..834bf05cb3 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/Strategy.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/Strategy.java @@ -23,7 +23,7 @@ public class Strategy extends AbstractSafeParcelable { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f2990s; + public final int f2991s; static { d.n(true, "mTtlSeconds(%d) must either be TTL_SECONDS_INFINITE, or it must be between 1 and TTL_SECONDS_MAX(%d) inclusive", Integer.MAX_VALUE, 86400); @@ -59,14 +59,14 @@ public class Strategy extends AbstractSafeParcelable { this.q = i5; } } - this.f2990s = i7; + this.f2991s = i7; } this.r = i6; this.o = i4; this.p = z2; if (!z2) { } - this.f2990s = i7; + this.f2991s = i7; } public boolean equals(Object obj) { @@ -77,11 +77,11 @@ public class Strategy extends AbstractSafeParcelable { return false; } Strategy strategy = (Strategy) obj; - return this.l == strategy.l && this.r == strategy.r && this.n == strategy.n && this.o == strategy.o && this.q == strategy.q && this.f2990s == strategy.f2990s; + return this.l == strategy.l && this.r == strategy.r && this.n == strategy.n && this.o == strategy.o && this.q == strategy.q && this.f2991s == strategy.f2991s; } public int hashCode() { - return (((((((((this.l * 31) + this.r) * 31) + this.n) * 31) + this.o) * 31) + this.q) * 31) + this.f2990s; + return (((((((((this.l * 31) + this.r) * 31) + this.n) * 31) + this.o) * 31) + this.q) * 31) + this.f2991s; } public String toString() { @@ -117,7 +117,7 @@ public class Strategy extends AbstractSafeParcelable { } str2 = arrayList2.isEmpty() ? a.f(19, "UNKNOWN:", i4) : arrayList2.toString(); } - int i5 = this.f2990s; + int i5 = this.f2991s; if (i5 != 0) { str3 = i5 != 1 ? a.f(20, "UNKNOWN: ", i5) : "ALWAYS_ON"; } @@ -154,7 +154,7 @@ public class Strategy extends AbstractSafeParcelable { int i6 = this.r; parcel.writeInt(262150); parcel.writeInt(i6); - int i7 = this.f2990s; + int i7 = this.f2991s; parcel.writeInt(262151); parcel.writeInt(i7); int i8 = this.l; 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 39a23099d3..3c2c609fe7 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 @@ -8,7 +8,7 @@ public final class SubscribeOptions { public final Strategy a; /* renamed from: b reason: collision with root package name */ - public final MessageFilter f2991b; + public final MessageFilter f2992b; @Nullable public final d c = null; public final boolean d = false; @@ -20,12 +20,12 @@ public final class SubscribeOptions { public SubscribeOptions(Strategy strategy, MessageFilter messageFilter, d dVar) { this.a = strategy; - this.f2991b = messageFilter; + this.f2992b = messageFilter; } public final String toString() { String valueOf = String.valueOf(this.a); - String valueOf2 = String.valueOf(this.f2991b); + String valueOf2 = String.valueOf(this.f2992b); StringBuilder Q = a.Q(valueOf2.length() + valueOf.length() + 36, "SubscribeOptions{strategy=", valueOf, ", filter=", valueOf2); Q.append('}'); return Q.toString(); 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 0d637fa4c6..4b55b1c627 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 @@ -40,7 +40,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re @Nullable /* renamed from: s reason: collision with root package name */ - public final byte[] f2992s; + public final byte[] f2993s; @Deprecated public final boolean t; @Nullable @@ -51,13 +51,13 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re public final ClientAppContext w; /* renamed from: x reason: collision with root package name */ - public final boolean f2993x; + public final boolean f2994x; /* renamed from: y reason: collision with root package name */ - public final int f2994y; + public final int f2995y; /* renamed from: z reason: collision with root package name */ - public final int f2995z; + public final int f2996z; 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; @@ -84,7 +84,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.p = i2; this.q = str; this.r = str2; - this.f2992s = bArr; + this.f2993s = bArr; this.t = z2; if (iBinder3 != null) { IInterface queryLocalInterface3 = iBinder3.queryLocalInterface("com.google.android.gms.nearby.messages.internal.ISubscribeCallback"); @@ -93,9 +93,9 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.u = aVar; this.v = z3; this.w = ClientAppContext.w0(clientAppContext, str2, str, z3); - this.f2993x = z4; - this.f2994y = i3; - this.f2995z = i4; + this.f2994x = z4; + this.f2995y = i3; + this.f2996z = i4; } public final String toString() { @@ -105,7 +105,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re String valueOf3 = String.valueOf(this.m); String valueOf4 = String.valueOf(this.n); String valueOf5 = String.valueOf(this.o); - byte[] bArr = this.f2992s; + byte[] bArr = this.f2993s; if (bArr == null) { str = null; } else { @@ -119,11 +119,11 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re String valueOf6 = String.valueOf(this.u); boolean z2 = this.v; String valueOf7 = String.valueOf(this.w); - boolean z3 = this.f2993x; + boolean z3 = this.f2994x; String str2 = this.q; String str3 = this.r; boolean z4 = this.t; - int i = this.f2995z; + int i = this.f2996z; StringBuilder Q = b.d.b.a.a.Q(b.d.b.a.a.b(str3, b.d.b.a.a.b(str2, valueOf7.length() + valueOf6.length() + b.d.b.a.a.b(str, valueOf5.length() + valueOf4.length() + valueOf3.length() + valueOf2.length() + valueOf.length() + 291))), "SubscribeRequest{messageListener=", valueOf, ", strategy=", valueOf2); b.d.b.a.a.q0(Q, ", callback=", valueOf3, ", filter=", valueOf4); b.d.b.a.a.q0(Q, ", pendingIntent=", valueOf5, ", hint=", str); @@ -163,7 +163,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re parcel.writeInt(i3); d.t2(parcel, 8, this.q, false); d.t2(parcel, 9, this.r, false); - d.q2(parcel, 10, this.f2992s, false); + d.q2(parcel, 10, this.f2993s, false); boolean z2 = this.t; parcel.writeInt(262155); parcel.writeInt(z2 ? 1 : 0); @@ -176,13 +176,13 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re parcel.writeInt(262157); parcel.writeInt(z3 ? 1 : 0); d.s2(parcel, 14, this.w, i, false); - boolean z4 = this.f2993x; + boolean z4 = this.f2994x; parcel.writeInt(262159); parcel.writeInt(z4 ? 1 : 0); - int i4 = this.f2994y; + int i4 = this.f2995y; parcel.writeInt(262160); parcel.writeInt(i4); - int i5 = this.f2995z; + int i5 = this.f2996z; parcel.writeInt(262161); parcel.writeInt(i5); d.A2(parcel, y2); 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 f7769414bd..2fca660d19 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 { @Deprecated /* renamed from: s reason: collision with root package name */ - public final ClientAppContext f2996s; + public final ClientAppContext f2997s; public final int t; public zzbz(int i, zzaf zzafVar, Strategy strategy, IBinder iBinder, @Nullable String str, @Nullable String str2, boolean z2, @Nullable IBinder iBinder2, boolean z3, @Nullable ClientAppContext clientAppContext, int i2) { @@ -60,7 +60,7 @@ public final class zzbz extends AbstractSafeParcelable { } this.q = w0Var; this.r = z3; - this.f2996s = ClientAppContext.w0(clientAppContext, str2, str, z3); + this.f2997s = ClientAppContext.w0(clientAppContext, str2, str, z3); this.t = i2; } @@ -83,7 +83,7 @@ public final class zzbz extends AbstractSafeParcelable { boolean z3 = this.r; parcel.writeInt(262153); parcel.writeInt(z3 ? 1 : 0); - d.s2(parcel, 10, this.f2996s, i, false); + d.s2(parcel, 10, this.f2997s, i, false); int i3 = this.t; parcel.writeInt(262155); parcel.writeInt(i3); 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 a8f64dbdb8..6c9c7c08a5 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 @@ -156,16 +156,16 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ CoordinatorLayout a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ AppBarLayout f2997b; + public final /* synthetic */ AppBarLayout f2998b; public a(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout) { this.a = coordinatorLayout; - this.f2997b = appBarLayout; + this.f2998b = appBarLayout; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - BaseBehavior.this.setHeaderTopBottomOffset(this.a, this.f2997b, ((Integer) valueAnimator.getAnimatedValue()).intValue()); + BaseBehavior.this.setHeaderTopBottomOffset(this.a, this.f2998b, ((Integer) valueAnimator.getAnimatedValue()).intValue()); } } @@ -174,13 +174,13 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ CoordinatorLayout a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ AppBarLayout f2998b; + public final /* synthetic */ AppBarLayout f2999b; public final /* synthetic */ View c; public final /* synthetic */ int d; public b(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, View view, int i) { this.a = coordinatorLayout; - this.f2998b = appBarLayout; + this.f2999b = appBarLayout; this.c = view; this.d = i; } @@ -188,7 +188,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.f2998b, this.c, 0, this.d, new int[]{0, 0}, 1); + BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.f2999b, this.c, 0, this.d, new int[]{0, 0}, 1); return true; } } @@ -198,16 +198,16 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ AppBarLayout a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f2999b; + public final /* synthetic */ boolean f3000b; public c(BaseBehavior baseBehavior, AppBarLayout appBarLayout, boolean z2) { this.a = appBarLayout; - this.f2999b = z2; + this.f3000b = z2; } @Override // androidx.core.view.accessibility.AccessibilityViewCommand public boolean perform(@NonNull View view, @Nullable AccessibilityViewCommand.CommandArguments commandArguments) { - this.a.setExpanded(this.f2999b); + this.a.setExpanded(this.f3000b); 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 ae3fd783ef..fef66eed05 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 @@ -46,7 +46,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha public int a; /* renamed from: b reason: collision with root package name */ - public int f3000b = -1; + public int f3001b = -1; public a() { } @@ -93,7 +93,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha @Override // androidx.customview.widget.ViewDragHelper.Callback public void onViewCaptured(@NonNull View view, int i) { - this.f3000b = i; + this.f3001b = i; this.a = view.getLeft(); ViewParent parent = view.getParent(); if (parent != null) { @@ -134,7 +134,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha boolean z2; int i; OnDismissListener onDismissListener; - this.f3000b = -1; + this.f3001b = -1; int width = view.getWidth(); boolean z3 = false; int i2 = (f > 0.0f ? 1 : (f == 0.0f ? 0 : -1)); @@ -163,7 +163,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha @Override // androidx.customview.widget.ViewDragHelper.Callback public boolean tryCaptureView(View view, int i) { - int i2 = this.f3000b; + int i2 = this.f3001b; return (i2 == -1 || i2 == i) && SwipeDismissBehavior.this.canSwipeDismissView(view); } } 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 4278c2a90b..9e25e87eea 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 @@ -365,12 +365,12 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB public boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ ActionMenuView f3002b; + public final /* synthetic */ ActionMenuView f3003b; public final /* synthetic */ int c; public final /* synthetic */ boolean d; public g(ActionMenuView actionMenuView, int i, boolean z2) { - this.f3002b = actionMenuView; + this.f3003b = actionMenuView; this.c = i; this.d = z2; } @@ -386,7 +386,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.f3002b, this.c, this.d, z2); + BottomAppBar.access$2100(BottomAppBar.this, this.f3003b, this.c, 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 683d28047a..d20f6b0d6e 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 @@ -19,7 +19,7 @@ import com.google.android.material.internal.ParcelableSparseArray; public class BottomNavigationPresenter implements MenuPresenter { /* renamed from: id reason: collision with root package name */ - private int f3003id; + private int f3004id; private MenuBuilder menu; private BottomNavigationMenuView menuView; private boolean updateSuspended = false; @@ -83,7 +83,7 @@ public class BottomNavigationPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f3003id; + return this.f3004id; } @Override // androidx.appcompat.view.menu.MenuPresenter @@ -133,7 +133,7 @@ public class BottomNavigationPresenter implements MenuPresenter { } public void setId(int i) { - this.f3003id = i; + this.f3004id = 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 fbad7e1d30..73e7190f30 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 @@ -108,13 +108,13 @@ public class MaterialButtonToggleGroup extends LinearLayout { public static final CornerSize a = new AbsoluteCornerSize(0.0f); /* renamed from: b reason: collision with root package name */ - public CornerSize f3005b; + public CornerSize f3006b; public CornerSize c; public CornerSize d; public CornerSize e; public d(CornerSize cornerSize, CornerSize cornerSize2, CornerSize cornerSize3, CornerSize cornerSize4) { - this.f3005b = cornerSize; + this.f3006b = cornerSize; this.c = cornerSize3; this.d = cornerSize4; this.e = cornerSize2; @@ -276,12 +276,12 @@ public class MaterialButtonToggleGroup extends LinearLayout { CornerSize cornerSize2 = d.a; return new d(cornerSize2, cornerSize2, dVar.c, dVar.d); } - CornerSize cornerSize3 = dVar.f3005b; + CornerSize cornerSize3 = dVar.f3006b; CornerSize cornerSize4 = dVar.e; CornerSize cornerSize5 = d.a; return new d(cornerSize3, cornerSize4, cornerSize5, cornerSize5); } - CornerSize cornerSize6 = dVar.f3005b; + CornerSize cornerSize6 = dVar.f3006b; CornerSize cornerSize7 = d.a; return new d(cornerSize6, cornerSize7, dVar.c, cornerSize7); } else if (i != i3) { @@ -290,7 +290,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (z2) { CornerSize cornerSize8 = d.a; if (ViewUtils.isLayoutRtl(this)) { - CornerSize cornerSize9 = dVar.f3005b; + CornerSize cornerSize9 = dVar.f3006b; CornerSize cornerSize10 = dVar.e; CornerSize cornerSize11 = d.a; return new d(cornerSize9, cornerSize10, cornerSize11, cornerSize11); @@ -365,7 +365,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (dVar == null) { builder.setAllCornerSizes(0.0f); } else { - builder.setTopLeftCornerSize(dVar.f3005b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.c).setBottomRightCornerSize(dVar.d); + builder.setTopLeftCornerSize(dVar.f3006b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.c).setBottomRightCornerSize(dVar.d); } } diff --git a/app/src/main/java/com/google/android/material/datepicker/MaterialCalendar.java b/app/src/main/java/com/google/android/material/datepicker/MaterialCalendar.java index 555236c9d8..cc9bae9974 100644 --- a/app/src/main/java/com/google/android/material/datepicker/MaterialCalendar.java +++ b/app/src/main/java/com/google/android/material/datepicker/MaterialCalendar.java @@ -116,7 +116,7 @@ public final class MaterialCalendar extends b.i.a.g.d.i { public final Calendar a = b.i.a.g.d.l.i(); /* renamed from: b reason: collision with root package name */ - public final Calendar f3006b = b.i.a.g.d.l.i(); + public final Calendar f3007b = b.i.a.g.d.l.i(); public e() { } @@ -130,9 +130,9 @@ public final class MaterialCalendar extends b.i.a.g.d.i { Long l = pair.first; if (!(l == null || pair.second == null)) { this.a.setTimeInMillis(l.longValue()); - this.f3006b.setTimeInMillis(pair.second.longValue()); + this.f3007b.setTimeInMillis(pair.second.longValue()); int a = yearGridAdapter.a(this.a.get(1)); - int a2 = yearGridAdapter.a(this.f3006b.get(1)); + int a2 = yearGridAdapter.a(this.f3007b.get(1)); View findViewByPosition = gridLayoutManager.findViewByPosition(a); View findViewByPosition2 = gridLayoutManager.findViewByPosition(a2); int spanCount = a / gridLayoutManager.getSpanCount(); @@ -168,17 +168,17 @@ public final class MaterialCalendar extends b.i.a.g.d.i { public final /* synthetic */ MonthsPagerAdapter a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ MaterialButton f3007b; + public final /* synthetic */ MaterialButton f3008b; public g(MonthsPagerAdapter monthsPagerAdapter, MaterialButton materialButton) { this.a = monthsPagerAdapter; - this.f3007b = materialButton; + this.f3008b = materialButton; } @Override // androidx.recyclerview.widget.RecyclerView.OnScrollListener public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int i) { if (i == 0) { - recyclerView.announceForAccessibility(this.f3007b.getText()); + recyclerView.announceForAccessibility(this.f3008b.getText()); } } @@ -186,9 +186,9 @@ public final class MaterialCalendar extends b.i.a.g.d.i { public void onScrolled(@NonNull RecyclerView recyclerView, int i, int i2) { int findFirstVisibleItemPosition = i < 0 ? MaterialCalendar.this.getLayoutManager().findFirstVisibleItemPosition() : MaterialCalendar.this.getLayoutManager().findLastVisibleItemPosition(); MaterialCalendar.access$602(MaterialCalendar.this, this.a.a(findFirstVisibleItemPosition)); - MaterialButton materialButton = this.f3007b; + MaterialButton materialButton = this.f3008b; MonthsPagerAdapter monthsPagerAdapter = this.a; - materialButton.setText(monthsPagerAdapter.f3008b.getStart().m(findFirstVisibleItemPosition).l(monthsPagerAdapter.a)); + materialButton.setText(monthsPagerAdapter.f3009b.getStart().m(findFirstVisibleItemPosition).l(monthsPagerAdapter.a)); } } @@ -419,7 +419,7 @@ public final class MaterialCalendar extends b.i.a.g.d.i { public void setCurrentMonth(Month month) { MonthsPagerAdapter monthsPagerAdapter = (MonthsPagerAdapter) this.recyclerView.getAdapter(); - int o = monthsPagerAdapter.f3008b.getStart().o(month); + int o = monthsPagerAdapter.f3009b.getStart().o(month); int b2 = o - monthsPagerAdapter.b(this.current); boolean z2 = true; boolean z3 = Math.abs(b2) > 3; 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 25971f953d..23160f5816 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 { @NonNull /* renamed from: b reason: collision with root package name */ - public final CalendarConstraints f3008b; + public final CalendarConstraints f3009b; public final DateSelector c; public final MaterialCalendar.l d; public final int e; @@ -52,7 +52,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { int dayHeight2 = MaterialDatePicker.isFullscreen(context) ? MaterialCalendar.getDayHeight(context) : 0; this.a = context; this.e = dayHeight + dayHeight2; - this.f3008b = calendarConstraints; + this.f3009b = calendarConstraints; this.c = dateSelector; this.d = lVar; setHasStableIds(true); @@ -63,31 +63,31 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { @NonNull public Month a(int i) { - return this.f3008b.getStart().m(i); + return this.f3009b.getStart().m(i); } public int b(@NonNull Month month) { - return this.f3008b.getStart().o(month); + return this.f3009b.getStart().o(month); } @Override // androidx.recyclerview.widget.RecyclerView.Adapter public int getItemCount() { - return this.f3008b.getMonthSpan(); + return this.f3009b.getMonthSpan(); } @Override // androidx.recyclerview.widget.RecyclerView.Adapter public long getItemId(int i) { - return this.f3008b.getStart().m(i).j.getTimeInMillis(); + return this.f3009b.getStart().m(i).j.getTimeInMillis(); } @Override // androidx.recyclerview.widget.RecyclerView.Adapter public void onBindViewHolder(@NonNull ViewHolder viewHolder, int i) { ViewHolder viewHolder2 = viewHolder; - Month m = this.f3008b.getStart().m(i); + Month m = this.f3009b.getStart().m(i); viewHolder2.monthTitle.setText(m.l(viewHolder2.itemView.getContext())); MaterialCalendarGridView materialCalendarGridView = (MaterialCalendarGridView) viewHolder2.monthGrid.findViewById(R.id.month_grid); if (materialCalendarGridView.getAdapter2() == null || !m.equals(materialCalendarGridView.getAdapter2().k)) { - g gVar = new g(m, this.c, this.f3008b); + g gVar = new g(m, this.c, this.f3009b); materialCalendarGridView.setNumColumns(m.m); 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 8b517a830a..53b0a443e3 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 @@ -283,31 +283,31 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ b.i.a.g.e.j f3011b; + public final /* synthetic */ b.i.a.g.e.j f3012b; public final /* synthetic */ OnChangedCallback c; public c(ExtendedFloatingActionButton extendedFloatingActionButton, b.i.a.g.e.j jVar, OnChangedCallback onChangedCallback) { - this.f3011b = jVar; + this.f3012b = jVar; this.c = onChangedCallback; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { this.a = true; - this.f3011b.a(); + this.f3012b.a(); } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.f3011b.e(); + this.f3012b.e(); if (!this.a) { - this.f3011b.g(this.c); + this.f3012b.g(this.c); } } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f3011b.onAnimationStart(animator); + this.f3012b.onAnimationStart(animator); this.a = false; } } 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 a63edbc05f..78a8118640 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 @@ -44,7 +44,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public ColorStateList iconTintList; /* renamed from: id reason: collision with root package name */ - private int f3015id; + private int f3016id; public Drawable itemBackground; public int itemHorizontalPadding; public int itemIconPadding; @@ -98,7 +98,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public final ArrayList a = new ArrayList<>(); /* renamed from: b reason: collision with root package name */ - public MenuItemImpl f3016b; + public MenuItemImpl f3017b; public boolean c; public c() { @@ -160,7 +160,7 @@ public class NavigationMenuPresenter implements MenuPresenter { if (z4) { int size3 = this.a.size(); for (int size4 = this.a.size(); size4 < size3; size4++) { - ((g) this.a.get(size4)).f3018b = true; + ((g) this.a.get(size4)).f3019b = true; } } } @@ -178,12 +178,12 @@ public class NavigationMenuPresenter implements MenuPresenter { } else if (!z3 && menuItemImpl.getIcon() != null) { int size5 = this.a.size(); for (int i11 = i3; i11 < size5; i11++) { - ((g) this.a.get(i11)).f3018b = true; + ((g) this.a.get(i11)).f3019b = true; } z3 = true; } g gVar = new g(menuItemImpl); - gVar.f3018b = z3; + gVar.f3019b = z3; this.a.add(gVar); i = groupId; } @@ -195,12 +195,12 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void b(@NonNull MenuItemImpl menuItemImpl) { - if (this.f3016b != menuItemImpl && menuItemImpl.isCheckable()) { - MenuItemImpl menuItemImpl2 = this.f3016b; + if (this.f3017b != menuItemImpl && menuItemImpl.isCheckable()) { + MenuItemImpl menuItemImpl2 = this.f3017b; if (menuItemImpl2 != null) { menuItemImpl2.setChecked(false); } - this.f3016b = menuItemImpl; + this.f3017b = menuItemImpl; menuItemImpl.setChecked(true); } } @@ -248,7 +248,7 @@ public class NavigationMenuPresenter implements MenuPresenter { Drawable drawable = NavigationMenuPresenter.this.itemBackground; ViewCompat.setBackground(navigationMenuItemView, drawable != null ? drawable.getConstantState().newDrawable() : null); g gVar = (g) this.a.get(i); - navigationMenuItemView.setNeedsEmptyIcon(gVar.f3018b); + navigationMenuItemView.setNeedsEmptyIcon(gVar.f3019b); navigationMenuItemView.setHorizontalPadding(NavigationMenuPresenter.this.itemHorizontalPadding); navigationMenuItemView.setIconPadding(NavigationMenuPresenter.this.itemIconPadding); NavigationMenuPresenter navigationMenuPresenter2 = NavigationMenuPresenter.this; @@ -261,7 +261,7 @@ public class NavigationMenuPresenter implements MenuPresenter { ((TextView) lVar2.itemView).setText(((g) this.a.get(i)).a.getTitle()); } else if (itemViewType == 2) { f fVar = (f) this.a.get(i); - lVar2.itemView.setPadding(0, fVar.a, 0, fVar.f3017b); + lVar2.itemView.setPadding(0, fVar.a, 0, fVar.f3018b); } } @@ -306,11 +306,11 @@ public class NavigationMenuPresenter implements MenuPresenter { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f3017b; + public final int f3018b; public f(int i, int i2) { this.a = i; - this.f3017b = i2; + this.f3018b = i2; } } @@ -319,7 +319,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public final MenuItemImpl a; /* renamed from: b reason: collision with root package name */ - public boolean f3018b; + public boolean f3019b; public g(MenuItemImpl menuItemImpl) { this.a = menuItemImpl; @@ -419,7 +419,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Nullable public MenuItemImpl getCheckedItem() { - return this.adapter.f3016b; + return this.adapter.f3017b; } public int getHeaderCount() { @@ -432,7 +432,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f3015id; + return this.f3016id; } @Nullable @@ -572,7 +572,7 @@ public class NavigationMenuPresenter implements MenuPresenter { if (cVar != null) { Objects.requireNonNull(cVar); Bundle bundle2 = new Bundle(); - MenuItemImpl menuItemImpl = cVar.f3016b; + MenuItemImpl menuItemImpl = cVar.f3017b; if (menuItemImpl != null) { bundle2.putInt("android:menu:checked", menuItemImpl.getItemId()); } @@ -631,7 +631,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void setId(int i2) { - this.f3015id = i2; + this.f3016id = i2; } public void setItemBackground(@Nullable Drawable drawable) { diff --git a/app/src/main/java/com/google/android/material/internal/StateListAnimator.java b/app/src/main/java/com/google/android/material/internal/StateListAnimator.java index 9a6212121d..1d7a15dbc1 100644 --- a/app/src/main/java/com/google/android/material/internal/StateListAnimator.java +++ b/app/src/main/java/com/google/android/material/internal/StateListAnimator.java @@ -37,11 +37,11 @@ public final class StateListAnimator { public final int[] a; /* renamed from: b reason: collision with root package name */ - public final ValueAnimator f3019b; + public final ValueAnimator f3020b; public b(int[] iArr, ValueAnimator valueAnimator) { this.a = iArr; - this.f3019b = valueAnimator; + this.f3020b = valueAnimator; } } @@ -54,7 +54,7 @@ public final class StateListAnimator { } private void start(@NonNull b bVar) { - ValueAnimator valueAnimator = bVar.f3019b; + ValueAnimator valueAnimator = bVar.f3020b; this.runningAnimator = valueAnimator; valueAnimator.start(); } 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 a5a9f52c55..a232d88d87 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 @@ -71,13 +71,13 @@ public class ViewUtils { public final /* synthetic */ boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f3020b; + public final /* synthetic */ boolean f3021b; public final /* synthetic */ boolean c; public final /* synthetic */ OnApplyWindowInsetsListener d; public b(boolean z2, boolean z3, boolean z4, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { this.a = z2; - this.f3020b = z3; + this.f3021b = z3; this.c = z4; this.d = onApplyWindowInsetsListener; } @@ -89,7 +89,7 @@ public class ViewUtils { relativePadding.bottom = windowInsetsCompat.getSystemWindowInsetBottom() + relativePadding.bottom; } boolean isLayoutRtl = ViewUtils.isLayoutRtl(view); - if (this.f3020b) { + if (this.f3021b) { if (isLayoutRtl) { relativePadding.end = windowInsetsCompat.getSystemWindowInsetLeft() + relativePadding.end; } else { @@ -114,16 +114,16 @@ public class ViewUtils { public final /* synthetic */ OnApplyWindowInsetsListener a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ RelativePadding f3021b; + public final /* synthetic */ RelativePadding f3022b; public c(OnApplyWindowInsetsListener onApplyWindowInsetsListener, RelativePadding relativePadding) { this.a = onApplyWindowInsetsListener; - this.f3021b = relativePadding; + this.f3022b = relativePadding; } @Override // androidx.core.view.OnApplyWindowInsetsListener public WindowInsetsCompat onApplyWindowInsets(View view, WindowInsetsCompat windowInsetsCompat) { - return this.a.onApplyWindowInsets(view, windowInsetsCompat, new RelativePadding(this.f3021b)); + return this.a.onApplyWindowInsets(view, windowInsetsCompat, new RelativePadding(this.f3022b)); } } diff --git a/app/src/main/java/com/google/android/material/resources/TextAppearance.java b/app/src/main/java/com/google/android/material/resources/TextAppearance.java index 8a1a8e6d11..096f4eafe2 100644 --- a/app/src/main/java/com/google/android/material/resources/TextAppearance.java +++ b/app/src/main/java/com/google/android/material/resources/TextAppearance.java @@ -75,22 +75,22 @@ public class TextAppearance { public final /* synthetic */ TextPaint a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ TextAppearanceFontCallback f3023b; + public final /* synthetic */ TextAppearanceFontCallback f3024b; public b(TextPaint textPaint, TextAppearanceFontCallback textAppearanceFontCallback) { this.a = textPaint; - this.f3023b = textAppearanceFontCallback; + this.f3024b = textAppearanceFontCallback; } @Override // com.google.android.material.resources.TextAppearanceFontCallback public void onFontRetrievalFailed(int i) { - this.f3023b.onFontRetrievalFailed(i); + this.f3024b.onFontRetrievalFailed(i); } @Override // com.google.android.material.resources.TextAppearanceFontCallback public void onFontRetrieved(@NonNull Typeface typeface, boolean z2) { TextAppearance.this.updateTextPaintMeasureState(this.a, typeface); - this.f3023b.onFontRetrieved(typeface, z2); + this.f3024b.onFontRetrieved(typeface, z2); } } diff --git a/app/src/main/java/com/google/android/material/ripple/RippleDrawableCompat.java b/app/src/main/java/com/google/android/material/ripple/RippleDrawableCompat.java index 0e971283a5..c2bd4f0224 100644 --- a/app/src/main/java/com/google/android/material/ripple/RippleDrawableCompat.java +++ b/app/src/main/java/com/google/android/material/ripple/RippleDrawableCompat.java @@ -25,16 +25,16 @@ public class RippleDrawableCompat extends Drawable implements Shapeable, TintAwa public MaterialShapeDrawable a; /* renamed from: b reason: collision with root package name */ - public boolean f3024b; + public boolean f3025b; public b(@NonNull b bVar) { this.a = (MaterialShapeDrawable) bVar.a.getConstantState().newDrawable(); - this.f3024b = bVar.f3024b; + this.f3025b = bVar.f3025b; } public b(MaterialShapeDrawable materialShapeDrawable) { this.a = materialShapeDrawable; - this.f3024b = false; + this.f3025b = false; } @Override // android.graphics.drawable.Drawable.ConstantState @@ -60,7 +60,7 @@ public class RippleDrawableCompat extends Drawable implements Shapeable, TintAwa @Override // android.graphics.drawable.Drawable public void draw(Canvas canvas) { b bVar = this.drawableState; - if (bVar.f3024b) { + if (bVar.f3025b) { bVar.a.draw(canvas); } } @@ -108,10 +108,10 @@ public class RippleDrawableCompat extends Drawable implements Shapeable, TintAwa } boolean shouldDrawRippleCompat = RippleUtils.shouldDrawRippleCompat(iArr); b bVar = this.drawableState; - if (bVar.f3024b == shouldDrawRippleCompat) { + if (bVar.f3025b == shouldDrawRippleCompat) { return onStateChange; } - bVar.f3024b = shouldDrawRippleCompat; + bVar.f3025b = shouldDrawRippleCompat; return true; } 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 9c3b3e5f94..5b208bb87a 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 @@ -121,7 +121,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Nullable /* renamed from: b reason: collision with root package name */ - public ElevationOverlayProvider f3025b; + public ElevationOverlayProvider f3026b; @Nullable public ColorFilter c; @Nullable @@ -147,7 +147,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int r; /* renamed from: s reason: collision with root package name */ - public int f3026s; + public int f3027s; public int t; public boolean u; public Paint.Style v; @@ -167,12 +167,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.p = 0.0f; this.q = 0; this.r = 0; - this.f3026s = 0; + this.f3027s = 0; this.t = 0; this.u = false; this.v = Paint.Style.FILL_AND_STROKE; this.a = cVar.a; - this.f3025b = cVar.f3025b; + this.f3026b = cVar.f3026b; this.l = cVar.l; this.c = cVar.c; this.d = cVar.d; @@ -181,7 +181,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.g = cVar.g; this.m = cVar.m; this.j = cVar.j; - this.f3026s = cVar.f3026s; + this.f3027s = cVar.f3027s; this.q = cVar.q; this.u = cVar.u; this.k = cVar.k; @@ -212,12 +212,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.p = 0.0f; this.q = 0; this.r = 0; - this.f3026s = 0; + this.f3027s = 0; this.t = 0; this.u = false; this.v = Paint.Style.FILL_AND_STROKE; this.a = shapeAppearanceModel; - this.f3025b = null; + this.f3026b = null; } @Override // android.graphics.drawable.Drawable.ConstantState @@ -363,7 +363,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.f3026s != 0) { + if (this.drawableState.f3027s != 0) { canvas.drawPath(this.path, this.shadowRenderer.getShadowPaint()); } for (int i = 0; i < 4; i++) { @@ -505,7 +505,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable private void updateZ() { float z2 = getZ(); this.drawableState.r = (int) Math.ceil(0.75f * z2); - this.drawableState.f3026s = (int) Math.ceil(z2 * 0.25f); + this.drawableState.f3027s = (int) Math.ceil(z2 * 0.25f); updateTintFilter(); invalidateSelfIgnoreShape(); } @@ -521,7 +521,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int compositeElevationOverlayIfNeeded(@ColorInt int i) { float parentAbsoluteElevation = getParentAbsoluteElevation() + getZ(); - ElevationOverlayProvider elevationOverlayProvider = this.drawableState.f3025b; + ElevationOverlayProvider elevationOverlayProvider = this.drawableState.f3026b; return elevationOverlayProvider != null ? elevationOverlayProvider.compositeOverlayIfNeeded(i, parentAbsoluteElevation) : i; } @@ -653,12 +653,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int getShadowOffsetX() { c cVar = this.drawableState; - return (int) (Math.sin(Math.toRadians(cVar.t)) * cVar.f3026s); + return (int) (Math.sin(Math.toRadians(cVar.t)) * cVar.f3027s); } public int getShadowOffsetY() { c cVar = this.drawableState; - return (int) (Math.cos(Math.toRadians(cVar.t)) * cVar.f3026s); + return (int) (Math.cos(Math.toRadians(cVar.t)) * cVar.f3027s); } public int getShadowRadius() { @@ -667,7 +667,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int getShadowVerticalOffset() { - return this.drawableState.f3026s; + return this.drawableState.f3027s; } @Override // com.google.android.material.shape.Shapeable @@ -731,7 +731,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable } public void initializeElevationOverlay(Context context) { - this.drawableState.f3025b = new ElevationOverlayProvider(context); + this.drawableState.f3026b = new ElevationOverlayProvider(context); updateZ(); } @@ -742,12 +742,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable } public boolean isElevationOverlayEnabled() { - ElevationOverlayProvider elevationOverlayProvider = this.drawableState.f3025b; + ElevationOverlayProvider elevationOverlayProvider = this.drawableState.f3026b; return elevationOverlayProvider != null && elevationOverlayProvider.isThemeElevationOverlayEnabled(); } public boolean isElevationOverlayInitialized() { - return this.drawableState.f3025b != null; + return this.drawableState.f3026b != null; } public boolean isPointInTransparentRegion(int i, int i2) { @@ -928,8 +928,8 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public void setShadowVerticalOffset(int i) { c cVar = this.drawableState; - if (cVar.f3026s != i) { - cVar.f3026s = i; + if (cVar.f3027s != i) { + cVar.f3027s = 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 f59e9e186d..4656ca8ab1 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 @@ -44,7 +44,7 @@ public class ShapeAppearancePathProvider { @NonNull /* renamed from: b reason: collision with root package name */ - public final Path f3027b; + public final Path f3028b; @NonNull public final RectF c; @Nullable @@ -56,7 +56,7 @@ public class ShapeAppearancePathProvider { this.a = shapeAppearanceModel; this.e = f; this.c = rectF; - this.f3027b = path; + this.f3028b = path; } } @@ -77,15 +77,15 @@ public class ShapeAppearancePathProvider { this.scratch[1] = this.cornerPaths[i].getStartY(); this.cornerTransforms[i].mapPoints(this.scratch); if (i == 0) { - Path path = bVar.f3027b; + Path path = bVar.f3028b; float[] fArr = this.scratch; path.moveTo(fArr[0], fArr[1]); } else { - Path path2 = bVar.f3027b; + Path path2 = bVar.f3028b; float[] fArr2 = this.scratch; path2.lineTo(fArr2[0], fArr2[1]); } - this.cornerPaths[i].applyToPath(this.cornerTransforms[i], bVar.f3027b); + this.cornerPaths[i].applyToPath(this.cornerTransforms[i], bVar.f3028b); PathListener pathListener = bVar.d; if (pathListener != null) { pathListener.onCornerPathCreated(this.cornerPaths[i], this.cornerTransforms[i], i); @@ -111,7 +111,7 @@ public class ShapeAppearancePathProvider { this.edgePath.reset(); this.shapePath.applyToPath(this.edgeTransforms[i], this.edgePath); if (!this.edgeIntersectionCheckEnabled || (!edgeTreatmentForIndex.forceIntersection() && !pathOverlapsCorner(this.edgePath, i) && !pathOverlapsCorner(this.edgePath, i2))) { - this.shapePath.applyToPath(this.edgeTransforms[i], bVar.f3027b); + this.shapePath.applyToPath(this.edgeTransforms[i], bVar.f3028b); } else { Path path = this.edgePath; path.op(path, this.boundsPath, Path.Op.DIFFERENCE); 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 23883f55cc..5c2c05cbf1 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 @@ -224,26 +224,26 @@ public class ShapePath { public static class PathLineOperation extends PathOperation { /* renamed from: x reason: collision with root package name */ - private float f3028x; + private float f3029x; /* renamed from: y reason: collision with root package name */ - private float f3029y; + private float f3030y; public static /* synthetic */ float access$000(PathLineOperation pathLineOperation) { - return pathLineOperation.f3028x; + return pathLineOperation.f3029x; } public static /* synthetic */ float access$002(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f3028x = f; + pathLineOperation.f3029x = f; return f; } public static /* synthetic */ float access$100(PathLineOperation pathLineOperation) { - return pathLineOperation.f3029y; + return pathLineOperation.f3030y; } public static /* synthetic */ float access$102(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f3029y = f; + pathLineOperation.f3030y = f; return f; } @@ -252,7 +252,7 @@ public class ShapePath { Matrix matrix2 = this.matrix; matrix.invert(matrix2); path.transform(matrix2); - path.lineTo(this.f3028x, this.f3029y); + path.lineTo(this.f3029x, this.f3030y); path.transform(matrix); } } @@ -337,17 +337,17 @@ public class ShapePath { public class a extends d { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ List f3030b; + public final /* synthetic */ List f3031b; public final /* synthetic */ Matrix c; public a(ShapePath shapePath, List list, Matrix matrix) { - this.f3030b = list; + this.f3031b = list; this.c = matrix; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, ShadowRenderer shadowRenderer, int i, Canvas canvas) { - for (d dVar : this.f3030b) { + for (d dVar : this.f3031b) { dVar.a(this.c, shadowRenderer, i, canvas); } } @@ -357,15 +357,15 @@ public class ShapePath { public static class b extends d { /* renamed from: b reason: collision with root package name */ - public final PathArcOperation f3031b; + public final PathArcOperation f3032b; public b(PathArcOperation pathArcOperation) { - this.f3031b = pathArcOperation; + this.f3032b = pathArcOperation; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, @NonNull ShadowRenderer shadowRenderer, int i, @NonNull Canvas canvas) { - shadowRenderer.drawCornerShadow(canvas, matrix, new RectF(PathArcOperation.access$1000(this.f3031b), PathArcOperation.access$1100(this.f3031b), PathArcOperation.access$1200(this.f3031b), PathArcOperation.access$1300(this.f3031b)), i, PathArcOperation.access$800(this.f3031b), PathArcOperation.access$900(this.f3031b)); + shadowRenderer.drawCornerShadow(canvas, matrix, new RectF(PathArcOperation.access$1000(this.f3032b), PathArcOperation.access$1100(this.f3032b), PathArcOperation.access$1200(this.f3032b), PathArcOperation.access$1300(this.f3032b)), i, PathArcOperation.access$800(this.f3032b), PathArcOperation.access$900(this.f3032b)); } } @@ -373,19 +373,19 @@ public class ShapePath { public static class c extends d { /* renamed from: b reason: collision with root package name */ - public final PathLineOperation f3032b; + public final PathLineOperation f3033b; public final float c; public final float d; public c(PathLineOperation pathLineOperation, float f, float f2) { - this.f3032b = pathLineOperation; + this.f3033b = pathLineOperation; this.c = 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(PathLineOperation.access$100(this.f3032b) - this.d, PathLineOperation.access$000(this.f3032b) - this.c), 0.0f); + RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot(PathLineOperation.access$100(this.f3033b) - this.d, PathLineOperation.access$000(this.f3033b) - this.c), 0.0f); Matrix matrix2 = new Matrix(matrix); matrix2.preTranslate(this.c, this.d); matrix2.preRotate(b()); @@ -393,7 +393,7 @@ public class ShapePath { } public float b() { - return (float) Math.toDegrees(Math.atan((PathLineOperation.access$100(this.f3032b) - this.d) / (PathLineOperation.access$000(this.f3032b) - this.c))); + return (float) Math.toDegrees(Math.atan((PathLineOperation.access$100(this.f3033b) - this.d) / (PathLineOperation.access$000(this.f3033b) - this.c))); } } diff --git a/app/src/main/java/com/google/android/material/slider/BaseSlider.java b/app/src/main/java/com/google/android/material/slider/BaseSlider.java index fb8239cc90..1dfad99183 100644 --- a/app/src/main/java/com/google/android/material/slider/BaseSlider.java +++ b/app/src/main/java/com/google/android/material/slider/BaseSlider.java @@ -206,11 +206,11 @@ public abstract class BaseSlider, L extends BaseOn public final /* synthetic */ AttributeSet a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f3033b; + public final /* synthetic */ int f3034b; public a(AttributeSet attributeSet, int i) { this.a = attributeSet; - this.f3033b = i; + this.f3034b = i; } } @@ -261,7 +261,7 @@ public abstract class BaseSlider, L extends BaseOn public final BaseSlider a; /* renamed from: b reason: collision with root package name */ - public Rect f3034b = new Rect(); + public Rect f3035b = new Rect(); public e(BaseSlider baseSlider) { super(baseSlider); @@ -271,8 +271,8 @@ public abstract class BaseSlider, L extends BaseOn @Override // androidx.customview.widget.ExploreByTouchHelper public int getVirtualViewAt(float f, float f2) { for (int i = 0; i < this.a.getValues().size(); i++) { - this.a.updateBoundsForVirturalViewId(i, this.f3034b); - if (this.f3034b.contains((int) f, (int) f2)) { + this.a.updateBoundsForVirturalViewId(i, this.f3035b); + if (this.f3035b.contains((int) f, (int) f2)) { return i; } } @@ -345,8 +345,8 @@ public abstract class BaseSlider, L extends BaseOn sb.append(BaseSlider.access$500(this.a, floatValue)); } accessibilityNodeInfoCompat.setContentDescription(sb.toString()); - this.a.updateBoundsForVirturalViewId(i, this.f3034b); - accessibilityNodeInfoCompat.setBoundsInParent(this.f3034b); + this.a.updateBoundsForVirturalViewId(i, this.f3035b); + accessibilityNodeInfoCompat.setBoundsInParent(this.f3035b); } } @@ -523,7 +523,7 @@ public abstract class BaseSlider, L extends BaseOn break; } a aVar = (a) this.labelMaker; - TypedArray obtainStyledAttributes = ThemeEnforcement.obtainStyledAttributes(BaseSlider.this.getContext(), aVar.a, R.styleable.Slider, aVar.f3033b, DEF_STYLE_RES, new int[0]); + TypedArray obtainStyledAttributes = ThemeEnforcement.obtainStyledAttributes(BaseSlider.this.getContext(), aVar.a, R.styleable.Slider, aVar.f3034b, DEF_STYLE_RES, new int[0]); TooltipDrawable access$000 = access$000(BaseSlider.this.getContext(), obtainStyledAttributes); obtainStyledAttributes.recycle(); this.labels.add(access$000); diff --git a/app/src/main/java/com/google/android/material/snackbar/BaseTransientBottomBar.java b/app/src/main/java/com/google/android/material/snackbar/BaseTransientBottomBar.java index 600ca6c112..e11f20c3a9 100644 --- a/app/src/main/java/com/google/android/material/snackbar/BaseTransientBottomBar.java +++ b/app/src/main/java/com/google/android/material/snackbar/BaseTransientBottomBar.java @@ -467,10 +467,10 @@ public abstract class BaseTransientBottomBar public int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f3036b; + public final /* synthetic */ int f3037b; public g(int i) { - this.f3036b = i; + this.f3037b = i; this.a = i; } 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 09a5d7b5d3..02068be0af 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 @@ -200,10 +200,10 @@ public class TabLayout extends HorizontalScrollView { private int labelVisibilityMode = 1; /* renamed from: id reason: collision with root package name */ - private int f3039id = -1; + private int f3040id = -1; public static /* synthetic */ int access$000(Tab tab) { - return tab.f3039id; + return tab.f3040id; } public static /* synthetic */ int access$1100(Tab tab) { @@ -243,7 +243,7 @@ public class TabLayout extends HorizontalScrollView { } public int getId() { - return this.f3039id; + return this.f3040id; } @NonNull @@ -287,7 +287,7 @@ public class TabLayout extends HorizontalScrollView { this.view = null; this.tag = null; this.icon = null; - this.f3039id = -1; + this.f3040id = -1; this.text = null; this.contentDesc = null; this.position = -1; @@ -356,7 +356,7 @@ public class TabLayout extends HorizontalScrollView { @NonNull public Tab setId(int i) { - this.f3039id = i; + this.f3040id = i; TabView tabView = this.view; if (tabView != null) { tabView.setId(i); @@ -1119,16 +1119,16 @@ public class TabLayout extends HorizontalScrollView { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ View f3041b; + public final /* synthetic */ View f3042b; public a(View view, View view2) { this.a = view; - this.f3041b = view2; + this.f3042b = view2; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - d.this.c(this.a, this.f3041b, valueAnimator.getAnimatedFraction()); + d.this.c(this.a, this.f3042b, valueAnimator.getAnimatedFraction()); } } 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 c99d2ead32..a3e234b3f5 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 @@ -73,7 +73,7 @@ public final class TabLayoutMediator { public int c = 0; /* renamed from: b reason: collision with root package name */ - public int f3043b = 0; + public int f3044b = 0; public b(TabLayout tabLayout) { this.a = new WeakReference<>(tabLayout); @@ -81,7 +81,7 @@ public final class TabLayoutMediator { @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrollStateChanged(int i) { - this.f3043b = this.c; + this.f3044b = this.c; this.c = i; } @@ -91,8 +91,8 @@ public final class TabLayoutMediator { if (tabLayout != null) { int i3 = this.c; boolean z2 = false; - boolean z3 = i3 != 2 || this.f3043b == 1; - if (!(i3 == 2 && this.f3043b == 0)) { + boolean z3 = i3 != 2 || this.f3044b == 1; + if (!(i3 == 2 && this.f3044b == 0)) { z2 = true; } tabLayout.setScrollPosition(i, f, z3, z2); @@ -104,7 +104,7 @@ public final class TabLayoutMediator { TabLayout tabLayout = this.a.get(); if (tabLayout != null && tabLayout.getSelectedTabPosition() != i && i < tabLayout.getTabCount()) { int i2 = this.c; - tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.f3043b == 0)); + tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.f3044b == 0)); } } } @@ -114,11 +114,11 @@ public final class TabLayoutMediator { public final ViewPager2 a; /* renamed from: b reason: collision with root package name */ - public final boolean f3044b; + public final boolean f3045b; public c(ViewPager2 viewPager2, boolean z2) { this.a = viewPager2; - this.f3044b = z2; + this.f3045b = z2; } @Override // com.google.android.material.tabs.TabLayout.BaseOnTabSelectedListener @@ -127,7 +127,7 @@ public final class TabLayoutMediator { @Override // com.google.android.material.tabs.TabLayout.BaseOnTabSelectedListener public void onTabSelected(@NonNull TabLayout.Tab tab) { - this.a.setCurrentItem(tab.getPosition(), this.f3044b); + this.a.setCurrentItem(tab.getPosition(), this.f3045b); } @Override // com.google.android.material.tabs.TabLayout.BaseOnTabSelectedListener 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 c868f5d74e..541a26bad6 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 @@ -42,7 +42,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { public final SparseArray p = new SparseArray<>(); /* renamed from: s reason: collision with root package name */ - public final float[] f3045s = {0.0f, 0.9f, 1.0f}; + public final float[] f3046s = {0.0f, 0.9f, 1.0f}; /* JADX WARN: Illegal instructions before constructor call */ /* @@ -83,7 +83,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { this.n.offset(textView.getPaddingLeft(), textView.getPaddingTop()); offsetDescendantRectToMyCoords(textView, this.n); this.o.set(this.n); - textView.getPaint().setShader(!RectF.intersects(rectF, this.o) ? null : new RadialGradient(rectF.centerX() - this.o.left, rectF.centerY() - this.o.top, 0.5f * rectF.width(), this.r, this.f3045s, Shader.TileMode.CLAMP)); + textView.getPaint().setShader(!RectF.intersects(rectF, this.o) ? null : new RadialGradient(rectF.centerX() - this.o.left, rectF.centerY() - this.o.top, 0.5f * rectF.width(), this.r, this.f3046s, Shader.TileMode.CLAMP)); textView.invalidate(); } } 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 4cd4ccff52..6c8675b227 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,20 +35,20 @@ public class ClockHandView extends View { public final int r; /* renamed from: s reason: collision with root package name */ - public final float f3046s; + public final float f3047s; public final Paint t; @Px public final int v; public float w; /* renamed from: x reason: collision with root package name */ - public boolean f3047x; + public boolean f3048x; /* renamed from: y reason: collision with root package name */ - public OnActionUpListener f3048y; + public OnActionUpListener f3049y; /* renamed from: z reason: collision with root package name */ - public double f3049z; + public double f3050z; public final List q = new ArrayList(); public final RectF u = new RectF(); @@ -101,7 +101,7 @@ public class ClockHandView extends View { this.r = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_selectorSize, 0); Resources resources = getResources(); this.v = resources.getDimensionPixelSize(R.dimen.material_clock_hand_stroke_width); - this.f3046s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_center_dot_radius); + this.f3047s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_center_dot_radius); int color = obtainStyledAttributes.getColor(R.styleable.ClockHandView_clockHandColor, 0); paint.setAntiAlias(true); paint.setColor(color); @@ -146,9 +146,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.w = f2; - this.f3049z = Math.toRadians(f2 - 90.0f); - float cos = (this.A * ((float) Math.cos(this.f3049z))) + (getWidth() / 2); - float sin = (this.A * ((float) Math.sin(this.f3049z))) + (getHeight() / 2); + this.f3050z = Math.toRadians(f2 - 90.0f); + float cos = (this.A * ((float) Math.cos(this.f3050z))) + (getWidth() / 2); + float sin = (this.A * ((float) Math.sin(this.f3050z))) + (getHeight() / 2); RectF rectF = this.u; int i = this.r; rectF.set(cos - i, sin - i, cos + i, sin + i); @@ -166,12 +166,12 @@ public class ClockHandView extends View { float width2 = getWidth() / 2; float f = height; this.t.setStrokeWidth(0.0f); - canvas.drawCircle((this.A * ((float) Math.cos(this.f3049z))) + width2, (this.A * ((float) Math.sin(this.f3049z))) + f, this.r, this.t); - double sin = Math.sin(this.f3049z); - double cos = Math.cos(this.f3049z); + canvas.drawCircle((this.A * ((float) Math.cos(this.f3050z))) + width2, (this.A * ((float) Math.sin(this.f3050z))) + f, this.r, this.t); + double sin = Math.sin(this.f3050z); + double cos = Math.cos(this.f3050z); this.t.setStrokeWidth(this.v); canvas.drawLine(width2, f, width + ((int) (cos * r6)), height + ((int) (r6 * sin)), this.t); - canvas.drawCircle(width2, f, this.f3046s, this.t); + canvas.drawCircle(width2, f, this.f3047s, this.t); } @Override // android.view.View @@ -197,7 +197,7 @@ public class ClockHandView extends View { int i = (int) (x2 - this.m); int i2 = (int) (y2 - this.n); this.o = (i2 * i2) + (i * i) > this.p; - z3 = this.f3047x; + z3 = this.f3048x; z4 = actionMasked == 1; } else { z4 = false; @@ -208,12 +208,12 @@ public class ClockHandView extends View { this.m = x2; this.n = y2; this.o = true; - this.f3047x = false; + this.f3048x = false; z4 = false; z3 = false; z2 = true; } - boolean z7 = this.f3047x; + boolean z7 = this.f3048x; float a2 = a(x2, y2); boolean z8 = this.w != a2; if (!z2 || !z8) { @@ -224,15 +224,15 @@ public class ClockHandView extends View { b(a2, z6); } z5 = z6 | z7; - this.f3047x = z5; - if (z5 && z4 && (onActionUpListener = this.f3048y) != null) { + this.f3048x = z5; + if (z5 && z4 && (onActionUpListener = this.f3049y) != null) { onActionUpListener.onActionUp(a(x2, y2), this.o); } return true; } z6 = true; z5 = z6 | z7; - this.f3047x = z5; + this.f3048x = z5; if (z5) { onActionUpListener.onActionUp(a(x2, y2), this.o); } 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 5f4afd026c..1c3d356239 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 @@ -63,19 +63,19 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ View f3050b; + public final /* synthetic */ View f3051b; public final /* synthetic */ View c; public a(FabTransformationBehavior fabTransformationBehavior, boolean z2, View view, View view2) { this.a = z2; - this.f3050b = view; + this.f3051b = view; this.c = view2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { - this.f3050b.setVisibility(4); + this.f3051b.setVisibility(4); this.c.setAlpha(1.0f); this.c.setVisibility(0); } @@ -84,7 +84,7 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { if (this.a) { - this.f3050b.setVisibility(0); + this.f3051b.setVisibility(0); this.c.setAlpha(0.0f); this.c.setVisibility(4); } @@ -110,11 +110,11 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ CircularRevealWidget a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Drawable f3051b; + public final /* synthetic */ Drawable f3052b; public c(FabTransformationBehavior fabTransformationBehavior, CircularRevealWidget circularRevealWidget, Drawable drawable) { this.a = circularRevealWidget; - this.f3051b = drawable; + this.f3052b = drawable; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -124,7 +124,7 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.a.setCircularRevealOverlayDrawable(this.f3051b); + this.a.setCircularRevealOverlayDrawable(this.f3052b); } } diff --git a/app/src/main/java/com/google/android/material/transformation/FabTransformationScrimBehavior.java b/app/src/main/java/com/google/android/material/transformation/FabTransformationScrimBehavior.java index 22b905fe36..04b5810695 100644 --- a/app/src/main/java/com/google/android/material/transformation/FabTransformationScrimBehavior.java +++ b/app/src/main/java/com/google/android/material/transformation/FabTransformationScrimBehavior.java @@ -30,24 +30,24 @@ public class FabTransformationScrimBehavior extends ExpandableTransformationBeha public final /* synthetic */ boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ View f3052b; + public final /* synthetic */ View f3053b; public a(FabTransformationScrimBehavior fabTransformationScrimBehavior, boolean z2, View view) { this.a = z2; - this.f3052b = view; + this.f3053b = view; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { - this.f3052b.setVisibility(4); + this.f3053b.setVisibility(4); } } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { if (this.a) { - this.f3052b.setVisibility(0); + this.f3053b.setVisibility(0); } } } 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 d6746b72be..f618a4abf4 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 @@ -18,14 +18,14 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3053b; + public final /* synthetic */ float f3054b; public final /* synthetic */ float c; 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.f3053b = f; + this.f3054b = f; this.c = f2; this.d = f3; this.e = f4; @@ -33,7 +33,7 @@ public final class FadeProvider implements VisibilityAnimatorProvider { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.f3053b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.f3054b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } @@ -42,16 +42,16 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3054b; + public final /* synthetic */ float f3055b; public b(View view, float f) { this.a = view; - this.f3054b = f; + this.f3055b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setAlpha(this.f3054b); + this.a.setAlpha(this.f3055b); } } 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 a6bb6af9d9..293ce42501 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 @@ -18,14 +18,14 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3055b; + public final /* synthetic */ float f3056b; public final /* synthetic */ float c; 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.f3055b = f; + this.f3056b = f; this.c = f2; this.d = f3; this.e = f4; @@ -33,7 +33,7 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.f3055b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.f3056b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } @@ -42,16 +42,16 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3056b; + public final /* synthetic */ float f3057b; public b(View view, float f) { this.a = view; - this.f3056b = f; + this.f3057b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setAlpha(this.f3056b); + this.a.setAlpha(this.f3057b); } } 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 793ecf096f..15767728d4 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 @@ -186,13 +186,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ d f3057b; + public final /* synthetic */ d f3058b; public final /* synthetic */ View c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; - this.f3057b = dVar; + this.f3058b = dVar; this.c = view2; this.d = view3; } @@ -203,13 +203,13 @@ public final class MaterialContainerTransform extends Transition { if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { this.c.setAlpha(1.0f); this.d.setAlpha(1.0f); - ViewUtils.getOverlay(this.a).remove(this.f3057b); + ViewUtils.getOverlay(this.a).remove(this.f3058b); } } @Override // androidx.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { - ViewUtils.getOverlay(this.a).add(this.f3057b); + ViewUtils.getOverlay(this.a).add(this.f3058b); this.c.setAlpha(0.0f); this.d.setAlpha(0.0f); } @@ -222,7 +222,7 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: b reason: collision with root package name */ - public final ProgressThresholds f3058b; + public final ProgressThresholds f3059b; @NonNull public final ProgressThresholds c; @NonNull @@ -230,7 +230,7 @@ public final class MaterialContainerTransform extends Transition { public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; - this.f3058b = progressThresholds2; + this.f3059b = progressThresholds2; this.c = progressThresholds3; this.d = progressThresholds4; } @@ -252,7 +252,7 @@ public final class MaterialContainerTransform extends Transition { public final View a; /* renamed from: b reason: collision with root package name */ - public final RectF f3059b; + public final RectF f3060b; public final ShapeAppearanceModel c; public final float d; public final View e; @@ -269,20 +269,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f3060s; + public final float f3061s; 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 f3061x; + public final RectF f3062x; /* renamed from: y reason: collision with root package name */ - public final RectF f3062y; + public final RectF f3063y; /* renamed from: z reason: collision with root package name */ - public final RectF f3063z; + public final RectF f3064z; public final Paint l = new Paint(); public final g n = new g(); public final Path F = new Path(); @@ -324,7 +324,7 @@ public final class MaterialContainerTransform extends Transition { Paint paint5 = new Paint(); this.E = paint5; this.a = view; - this.f3059b = rectF; + this.f3060b = rectF; this.c = shapeAppearanceModel; this.d = f; this.e = view2; @@ -339,7 +339,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f3060s = displayMetrics.widthPixels; + this.f3061s = displayMetrics.widthPixels; this.t = displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -350,10 +350,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f3061x = new RectF(rectF3); + this.f3062x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f3062y = rectF4; - this.f3063z = new RectF(rectF4); + this.f3063y = rectF4; + this.f3064z = new RectF(rectF4); PointF c = c(rectF); PointF c2 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c.x, c.y, c2.x, c2.y), false); @@ -375,7 +375,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f3062y; + RectF rectF = this.f3063y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.f1631b, this.G.f1629b, new b()); } @@ -448,16 +448,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f3061x; + RectF rectF3 = this.f3062x; 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.f3063z; + RectF rectF5 = this.f3064z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f3062y; + RectF rectF6 = this.f3063y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -489,33 +489,33 @@ public final class MaterialContainerTransform extends Transition { f4 = b.d.b.a.a.a(f4, f6, f2, f4); f5 = b.d.b.a.a.a(f5, f7, f2, f5); } - f a2 = this.C.a(f, ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f3058b)))).floatValue(), ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f3058b)))).floatValue(), this.f3059b.width(), this.f3059b.height(), this.f.width(), this.f.height()); + f a2 = this.C.a(f, ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f3059b)))).floatValue(), ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f3059b)))).floatValue(), this.f3060b.width(), this.f3060b.height(), this.f.width(), this.f.height()); this.H = a2; RectF rectF = this.w; float f8 = a2.c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f3062y; + RectF rectF2 = this.f3063y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f3061x.set(this.w); - this.f3063z.set(this.f3062y); + this.f3062x.set(this.w); + this.f3064z.set(this.f3063y); float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.c)))).floatValue(); float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f3061x : this.f3063z; + RectF rectF3 = b2 ? this.f3062x : this.f3064z; 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.f3061x.left, this.f3063z.left), Math.min(this.f3061x.top, this.f3063z.top), Math.max(this.f3061x.right, this.f3063z.right), Math.max(this.f3061x.bottom, this.f3063z.bottom)); + this.I = new RectF(Math.min(this.f3062x.left, this.f3064z.left), Math.min(this.f3062x.top, this.f3064z.top), Math.max(this.f3062x.right, this.f3064z.right), Math.max(this.f3062x.bottom, this.f3064z.bottom)); g gVar = this.n; ShapeAppearanceModel shapeAppearanceModel = this.c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f3061x; - RectF rectF6 = this.f3063z; + RectF rectF5 = this.f3062x; + RectF rectF6 = this.f3064z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -539,7 +539,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f3060s; + float f10 = this.f3061s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -658,7 +658,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.f3058b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.f3059b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.c), (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 38f1175886..4799f10368 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 @@ -22,18 +22,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3064b; + public final /* synthetic */ float f3065b; public final /* synthetic */ float c; public a(View view, float f, float f2) { this.a = view; - this.f3064b = f; + this.f3065b = f; this.c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setScaleX(this.f3064b); + this.a.setScaleX(this.f3065b); this.a.setScaleY(this.c); } } diff --git a/app/src/main/java/com/google/android/material/transition/SlideDistanceProvider.java b/app/src/main/java/com/google/android/material/transition/SlideDistanceProvider.java index 172d543b19..daf1702e12 100644 --- a/app/src/main/java/com/google/android/material/transition/SlideDistanceProvider.java +++ b/app/src/main/java/com/google/android/material/transition/SlideDistanceProvider.java @@ -33,16 +33,16 @@ public final class SlideDistanceProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3065b; + public final /* synthetic */ float f3066b; public a(View view, float f) { this.a = view; - this.f3065b = f; + this.f3066b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setTranslationX(this.f3065b); + this.a.setTranslationX(this.f3066b); } } @@ -51,16 +51,16 @@ public final class SlideDistanceProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3066b; + public final /* synthetic */ float f3067b; public b(View view, float f) { this.a = view; - this.f3066b = f; + this.f3067b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setTranslationY(this.f3066b); + this.a.setTranslationY(this.f3067b); } } 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 d9f56b7ceb..afc0029ef3 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 @@ -20,14 +20,14 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3067b; + public final /* synthetic */ float f3068b; public final /* synthetic */ float c; 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.f3067b = f; + this.f3068b = f; this.c = f2; this.d = f3; this.e = f4; @@ -35,7 +35,7 @@ public final class FadeProvider implements VisibilityAnimatorProvider { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.f3067b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.f3068b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } @@ -44,16 +44,16 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3068b; + public final /* synthetic */ float f3069b; public b(View view, float f) { this.a = view; - this.f3068b = f; + this.f3069b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setAlpha(this.f3068b); + this.a.setAlpha(this.f3069b); } } 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 9c1d2b0311..8bdcdf1982 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 @@ -20,14 +20,14 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3069b; + public final /* synthetic */ float f3070b; public final /* synthetic */ float c; 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.f3069b = f; + this.f3070b = f; this.c = f2; this.d = f3; this.e = f4; @@ -35,7 +35,7 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.f3069b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.f3070b, this.c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } @@ -44,16 +44,16 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3070b; + public final /* synthetic */ float f3071b; public b(View view, float f) { this.a = view; - this.f3070b = f; + this.f3071b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setAlpha(this.f3070b); + this.a.setAlpha(this.f3071b); } } 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 b567e8c3f1..1bed087f29 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 @@ -188,13 +188,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ d f3071b; + public final /* synthetic */ d f3072b; public final /* synthetic */ View c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; - this.f3071b = dVar; + this.f3072b = dVar; this.c = view2; this.d = view3; } @@ -205,13 +205,13 @@ public final class MaterialContainerTransform extends Transition { if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { this.c.setAlpha(1.0f); this.d.setAlpha(1.0f); - ViewUtils.getOverlay(this.a).remove(this.f3071b); + ViewUtils.getOverlay(this.a).remove(this.f3072b); } } @Override // b.i.a.g.l.l.i, android.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { - ViewUtils.getOverlay(this.a).add(this.f3071b); + ViewUtils.getOverlay(this.a).add(this.f3072b); this.c.setAlpha(0.0f); this.d.setAlpha(0.0f); } @@ -224,7 +224,7 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: b reason: collision with root package name */ - public final ProgressThresholds f3072b; + public final ProgressThresholds f3073b; @NonNull public final ProgressThresholds c; @NonNull @@ -232,7 +232,7 @@ public final class MaterialContainerTransform extends Transition { public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; - this.f3072b = progressThresholds2; + this.f3073b = progressThresholds2; this.c = progressThresholds3; this.d = progressThresholds4; } @@ -254,7 +254,7 @@ public final class MaterialContainerTransform extends Transition { public final View a; /* renamed from: b reason: collision with root package name */ - public final RectF f3073b; + public final RectF f3074b; public final ShapeAppearanceModel c; public final float d; public final View e; @@ -271,20 +271,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f3074s; + public final float f3075s; 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 f3075x; + public final RectF f3076x; /* renamed from: y reason: collision with root package name */ - public final RectF f3076y; + public final RectF f3077y; /* renamed from: z reason: collision with root package name */ - public final RectF f3077z; + public final RectF f3078z; public final Paint l = new Paint(); public final g n = new g(); public final Path F = new Path(); @@ -326,7 +326,7 @@ public final class MaterialContainerTransform extends Transition { Paint paint5 = new Paint(); this.E = paint5; this.a = view; - this.f3073b = rectF; + this.f3074b = rectF; this.c = shapeAppearanceModel; this.d = f; this.e = view2; @@ -341,7 +341,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f3074s = displayMetrics.widthPixels; + this.f3075s = displayMetrics.widthPixels; this.t = displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -352,10 +352,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f3075x = new RectF(rectF3); + this.f3076x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f3076y = rectF4; - this.f3077z = new RectF(rectF4); + this.f3077y = rectF4; + this.f3078z = new RectF(rectF4); PointF c = c(rectF); PointF c2 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c.x, c.y, c2.x, c2.y), false); @@ -377,7 +377,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f3076y; + RectF rectF = this.f3077y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.f1636b, this.G.f1634b, new b()); } @@ -450,16 +450,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f3075x; + RectF rectF3 = this.f3076x; 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.f3077z; + RectF rectF5 = this.f3078z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f3076y; + RectF rectF6 = this.f3077y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -491,33 +491,33 @@ public final class MaterialContainerTransform extends Transition { f4 = b.d.b.a.a.a(f4, f6, f2, f4); f5 = b.d.b.a.a.a(f5, f7, f2, f5); } - f a2 = this.C.a(f, ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f3072b)))).floatValue(), ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f3072b)))).floatValue(), this.f3073b.width(), this.f3073b.height(), this.f.width(), this.f.height()); + f a2 = this.C.a(f, ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f3073b)))).floatValue(), ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f3073b)))).floatValue(), this.f3074b.width(), this.f3074b.height(), this.f.width(), this.f.height()); this.H = a2; RectF rectF = this.w; float f8 = a2.c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f3076y; + RectF rectF2 = this.f3077y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f3075x.set(this.w); - this.f3077z.set(this.f3076y); + this.f3076x.set(this.w); + this.f3078z.set(this.f3077y); float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.c)))).floatValue(); float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f3075x : this.f3077z; + RectF rectF3 = b2 ? this.f3076x : this.f3078z; 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.f3075x.left, this.f3077z.left), Math.min(this.f3075x.top, this.f3077z.top), Math.max(this.f3075x.right, this.f3077z.right), Math.max(this.f3075x.bottom, this.f3077z.bottom)); + this.I = new RectF(Math.min(this.f3076x.left, this.f3078z.left), Math.min(this.f3076x.top, this.f3078z.top), Math.max(this.f3076x.right, this.f3078z.right), Math.max(this.f3076x.bottom, this.f3078z.bottom)); g gVar = this.n; ShapeAppearanceModel shapeAppearanceModel = this.c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f3075x; - RectF rectF6 = this.f3077z; + RectF rectF5 = this.f3076x; + RectF rectF6 = this.f3078z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -541,7 +541,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f3074s; + float f10 = this.f3075s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -660,7 +660,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.f3072b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.f3073b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.c), (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 5150bce851..955dc5c586 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 @@ -24,18 +24,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3078b; + public final /* synthetic */ float f3079b; public final /* synthetic */ float c; public a(View view, float f, float f2) { this.a = view; - this.f3078b = f; + this.f3079b = f; this.c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setScaleX(this.f3078b); + this.a.setScaleX(this.f3079b); this.a.setScaleY(this.c); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/SlideDistanceProvider.java b/app/src/main/java/com/google/android/material/transition/platform/SlideDistanceProvider.java index 1306ef6fc7..19bd50740a 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/SlideDistanceProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/SlideDistanceProvider.java @@ -35,16 +35,16 @@ public final class SlideDistanceProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3079b; + public final /* synthetic */ float f3080b; public a(View view, float f) { this.a = view; - this.f3079b = f; + this.f3080b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setTranslationX(this.f3079b); + this.a.setTranslationX(this.f3080b); } } @@ -53,16 +53,16 @@ public final class SlideDistanceProvider implements VisibilityAnimatorProvider { public final /* synthetic */ View a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f3080b; + public final /* synthetic */ float f3081b; public b(View view, float f) { this.a = view; - this.f3080b = f; + this.f3081b = f; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - this.a.setTranslationY(this.f3080b); + this.a.setTranslationY(this.f3081b); } } diff --git a/app/src/main/java/com/google/firebase/analytics/FirebaseAnalytics.java b/app/src/main/java/com/google/firebase/analytics/FirebaseAnalytics.java index cec55ddc81..ffc767a9ed 100644 --- a/app/src/main/java/com/google/firebase/analytics/FirebaseAnalytics.java +++ b/app/src/main/java/com/google/firebase/analytics/FirebaseAnalytics.java @@ -24,11 +24,11 @@ public final class FirebaseAnalytics { public static volatile FirebaseAnalytics a; /* renamed from: b reason: collision with root package name */ - public final g f3081b; + public final g f3082b; public FirebaseAnalytics(g gVar) { Objects.requireNonNull(gVar, "null reference"); - this.f3081b = gVar; + this.f3082b = gVar; } @NonNull @@ -71,7 +71,7 @@ public final class FirebaseAnalytics { @MainThread @Deprecated public final void setCurrentScreen(@NonNull Activity activity, @Nullable @Size(max = 36, min = 1) String str, @Nullable @Size(max = 36, min = 1) String str2) { - g gVar = this.f3081b; + g gVar = this.f3082b; Objects.requireNonNull(gVar); gVar.e.execute(new m(gVar, activity, str, str2)); } diff --git a/app/src/main/java/com/google/firebase/crashlytics/ndk/JniNativeApi.java b/app/src/main/java/com/google/firebase/crashlytics/ndk/JniNativeApi.java index b7f93511ee..4c84bea97e 100644 --- a/app/src/main/java/com/google/firebase/crashlytics/ndk/JniNativeApi.java +++ b/app/src/main/java/com/google/firebase/crashlytics/ndk/JniNativeApi.java @@ -19,7 +19,7 @@ public class JniNativeApi implements d { public static final boolean a; /* renamed from: b reason: collision with root package name */ - public Context f3082b; + public Context f3083b; static { boolean z2; @@ -37,13 +37,13 @@ public class JniNativeApi implements d { } public JniNativeApi(Context context) { - this.f3082b = context; + this.f3083b = context; } public boolean a(String str, AssetManager assetManager) { String str2 = Build.CPU_ABI; try { - PackageInfo packageInfo = this.f3082b.getPackageManager().getPackageInfo(this.f3082b.getPackageName(), 9216); + PackageInfo packageInfo = this.f3083b.getPackageManager().getPackageInfo(this.f3083b.getPackageName(), 9216); ArrayList arrayList = new ArrayList(10); arrayList.add(packageInfo.applicationInfo.sourceDir); String[] strArr = packageInfo.applicationInfo.splitSourceDirs; 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 1a8321f579..e5efdbb4cd 100644 --- a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java +++ b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java @@ -45,7 +45,7 @@ import java.util.regex.Pattern; public class FirebaseInstanceId { /* renamed from: b reason: collision with root package name */ - public static w f3083b; + public static w f3084b; public static ScheduledExecutorService d; public final Executor e; public final c f; @@ -64,9 +64,9 @@ public class FirebaseInstanceId { ExecutorService a3 = b.i.c.s.h.a(); if (q.b(cVar) != null) { synchronized (FirebaseInstanceId.class) { - if (f3083b == null) { + if (f3084b == null) { cVar.a(); - f3083b = new w(cVar.d); + f3084b = new w(cVar.d); } } this.f = cVar; @@ -140,7 +140,7 @@ public class FirebaseInstanceId { if (cause instanceof IOException) { if ("INSTANCE_ID_RESET".equals(cause.getMessage())) { synchronized (this) { - f3083b.c(); + f3084b.c(); } } throw ((IOException) cause); @@ -166,7 +166,7 @@ public class FirebaseInstanceId { public String e() { try { - w wVar = f3083b; + w wVar = f3084b; String c2 = this.f.c(); synchronized (wVar) { wVar.c.put(c2, Long.valueOf(wVar.d(c2))); @@ -224,7 +224,7 @@ public class FirebaseInstanceId { @Nullable public w.a k(String str, String str2) { w.a b2; - w wVar = f3083b; + w wVar = f3084b; String h = h(); synchronized (wVar) { b2 = w.a.b(wVar.a.getString(wVar.b(h, str, str2), null)); 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 0f38db1cdc..db87dae5ad 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java @@ -39,7 +39,7 @@ public class FirebaseMessaging { public static g a; /* renamed from: b reason: collision with root package name */ - public final Context f3084b; + public final Context f3085b; public final c c; public final FirebaseInstanceId d; public final a e; @@ -52,7 +52,7 @@ public class FirebaseMessaging { public final d a; /* renamed from: b reason: collision with root package name */ - public boolean f3085b; + public boolean f3086b; @Nullable public b c; @Nullable @@ -63,7 +63,7 @@ public class FirebaseMessaging { } public synchronized void a() { - if (!this.f3085b) { + if (!this.f3086b) { Boolean c = c(); this.d = c; if (c == null) { @@ -71,7 +71,7 @@ public class FirebaseMessaging { this.c = jVar; this.a.a(b.i.c.a.class, jVar); } - this.f3085b = true; + this.f3086b = true; } } @@ -116,7 +116,7 @@ public class FirebaseMessaging { this.e = new a(dVar); cVar.a(); Context context = cVar.d; - this.f3084b = context; + this.f3085b = context; ScheduledThreadPoolExecutor scheduledThreadPoolExecutor = new ScheduledThreadPoolExecutor(1, new b.i.a.f.e.o.j.a("Firebase-Messaging-Init")); this.f = scheduledThreadPoolExecutor; scheduledThreadPoolExecutor.execute(new b.i.c.w.g(this, firebaseInstanceId)); diff --git a/app/src/main/java/com/google/gson/DefaultDateTypeAdapter.java b/app/src/main/java/com/google/gson/DefaultDateTypeAdapter.java index 39b72d67ff..d1ee4c3320 100644 --- a/app/src/main/java/com/google/gson/DefaultDateTypeAdapter.java +++ b/app/src/main/java/com/google/gson/DefaultDateTypeAdapter.java @@ -21,11 +21,11 @@ public final class DefaultDateTypeAdapter extends TypeAdapter { public final Class a; /* renamed from: b reason: collision with root package name */ - public final List f3086b; + public final List f3087b; public DefaultDateTypeAdapter(Class cls, int i, int i2) { ArrayList arrayList = new ArrayList(); - this.f3086b = arrayList; + this.f3087b = arrayList; a(cls); this.a = cls; Locale locale = Locale.US; @@ -60,8 +60,8 @@ public final class DefaultDateTypeAdapter extends TypeAdapter { return null; } String J = jsonReader.J(); - synchronized (this.f3086b) { - Iterator it = this.f3086b.iterator(); + synchronized (this.f3087b) { + Iterator it = this.f3087b.iterator(); while (true) { if (it.hasNext()) { try { @@ -93,7 +93,7 @@ public final class DefaultDateTypeAdapter extends TypeAdapter { } public String toString() { - DateFormat dateFormat = this.f3086b.get(0); + DateFormat dateFormat = this.f3087b.get(0); if (dateFormat instanceof SimpleDateFormat) { StringBuilder R = a.R("DefaultDateTypeAdapter("); R.append(((SimpleDateFormat) dateFormat).toPattern()); @@ -113,8 +113,8 @@ public final class DefaultDateTypeAdapter extends TypeAdapter { jsonWriter.s(); return; } - synchronized (this.f3086b) { - jsonWriter.H(this.f3086b.get(0).format(date2)); + synchronized (this.f3087b) { + jsonWriter.H(this.f3087b.get(0).format(date2)); } } } diff --git a/app/src/main/java/com/google/gson/Gson.java b/app/src/main/java/com/google/gson/Gson.java index f4c629fedf..7bc81842b3 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 static final TypeToken a = TypeToken.get(Object.class); /* renamed from: b reason: collision with root package name */ - public final ThreadLocal, FutureTypeAdapter>> f3087b; + public final ThreadLocal, FutureTypeAdapter>> f3088b; public final Map, TypeAdapter> c; public final g d; public final JsonAdapterAnnotationTypeAdapterFactory e; @@ -223,7 +223,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.f3087b = new ThreadLocal<>(); + this.f3088b = new ThreadLocal<>(); this.c = new ConcurrentHashMap(); this.g = map; this.d = new g(map); @@ -248,13 +248,13 @@ public final class Gson { arrayList.add(new TypeAdapters.AnonymousClass33(Long.TYPE, Long.class, typeAdapter)); 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.f3102x); + arrayList.add(TypeAdapters.f3103x); arrayList.add(TypeAdapters.o); arrayList.add(TypeAdapters.q); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLong.class, new AnonymousClass4(typeAdapter).nullSafe())); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLongArray.class, new AnonymousClass5(typeAdapter).nullSafe())); - arrayList.add(TypeAdapters.f3101s); - arrayList.add(TypeAdapters.f3104z); + arrayList.add(TypeAdapters.f3102s); + arrayList.add(TypeAdapters.f3105z); arrayList.add(TypeAdapters.F); arrayList.add(TypeAdapters.H); arrayList.add(new TypeAdapters.AnonymousClass32(BigDecimal.class, TypeAdapters.B)); @@ -272,7 +272,7 @@ public final class Gson { arrayList.add(SqlDateTypeAdapter.a); arrayList.add(TypeAdapters.S); arrayList.add(ArrayTypeAdapter.a); - arrayList.add(TypeAdapters.f3100b); + arrayList.add(TypeAdapters.f3101b); arrayList.add(new CollectionTypeAdapterFactory(this.d)); arrayList.add(new MapTypeAdapterFactory(this.d, z3)); JsonAdapterAnnotationTypeAdapterFactory jsonAdapterAnnotationTypeAdapterFactory = new JsonAdapterAnnotationTypeAdapterFactory(this.d); @@ -367,11 +367,11 @@ public final class Gson { if (typeAdapter != null) { return typeAdapter; } - Map, FutureTypeAdapter> map = this.f3087b.get(); + Map, FutureTypeAdapter> map = this.f3088b.get(); boolean z2 = false; if (map == null) { map = new HashMap<>(); - this.f3087b.set(map); + this.f3088b.set(map); z2 = true; } FutureTypeAdapter futureTypeAdapter = map.get(typeToken); @@ -396,7 +396,7 @@ public final class Gson { } finally { map.remove(typeToken); if (z2) { - this.f3087b.remove(); + this.f3088b.remove(); } } } 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 23bd53d75c..20b1a0443d 100644 --- a/app/src/main/java/com/google/gson/internal/Excluder.java +++ b/app/src/main/java/com/google/gson/internal/Excluder.java @@ -28,13 +28,13 @@ public final class Excluder implements o, Cloneable { public TypeAdapter a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f3088b; + public final /* synthetic */ boolean f3089b; public final /* synthetic */ boolean c; public final /* synthetic */ Gson d; public final /* synthetic */ TypeToken e; public AnonymousClass1(boolean z2, boolean z3, Gson gson, TypeToken typeToken) { - this.f3088b = z2; + this.f3089b = z2; this.c = z3; this.d = gson; this.e = typeToken; @@ -42,7 +42,7 @@ public final class Excluder implements o, Cloneable { @Override // com.google.gson.TypeAdapter public T read(JsonReader jsonReader) throws IOException { - if (this.f3088b) { + if (this.f3089b) { jsonReader.U(); return null; } 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 88a9a9213d..ba704504b0 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 static final o a = new AnonymousClass1(); /* renamed from: b reason: collision with root package name */ - public final Class f3089b; + public final Class f3090b; public final TypeAdapter c; /* renamed from: com.google.gson.internal.bind.ArrayTypeAdapter$1 reason: invalid class name */ @@ -38,7 +38,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { public ArrayTypeAdapter(Gson gson, TypeAdapter typeAdapter, Class cls) { this.c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); - this.f3089b = cls; + this.f3090b = cls; } @Override // com.google.gson.TypeAdapter @@ -54,7 +54,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { } jsonReader.e(); int size = arrayList.size(); - Object newInstance = Array.newInstance((Class) this.f3089b, size); + Object newInstance = Array.newInstance((Class) this.f3090b, size); for (int i = 0; i < size; i++) { Array.set(newInstance, i, arrayList.get(i)); } diff --git a/app/src/main/java/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java index e93675ac73..ac0d8ad861 100644 --- a/app/src/main/java/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/CollectionTypeAdapterFactory.java @@ -24,11 +24,11 @@ public final class CollectionTypeAdapterFactory implements o { public final TypeAdapter a; /* renamed from: b reason: collision with root package name */ - public final r> f3090b; + public final r> f3091b; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); - this.f3090b = rVar; + this.f3091b = rVar; } @Override // com.google.gson.TypeAdapter @@ -37,7 +37,7 @@ public final class CollectionTypeAdapterFactory implements o { jsonReader.H(); return null; } - Collection collection = (Collection) this.f3090b.a(); + Collection collection = (Collection) this.f3091b.a(); jsonReader.a(); while (jsonReader.q()) { collection.add(this.a.read(jsonReader)); diff --git a/app/src/main/java/com/google/gson/internal/bind/DateTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/DateTypeAdapter.java index 1075dc0916..7085ea70a1 100644 --- a/app/src/main/java/com/google/gson/internal/bind/DateTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/DateTypeAdapter.java @@ -23,7 +23,7 @@ public final class DateTypeAdapter extends TypeAdapter { public static final o a = new AnonymousClass1(); /* renamed from: b reason: collision with root package name */ - public final List f3091b; + public final List f3092b; /* renamed from: com.google.gson.internal.bind.DateTypeAdapter$1 reason: invalid class name */ /* loaded from: classes3.dex */ @@ -39,7 +39,7 @@ public final class DateTypeAdapter extends TypeAdapter { public DateTypeAdapter() { ArrayList arrayList = new ArrayList(); - this.f3091b = arrayList; + this.f3092b = arrayList; Locale locale = Locale.US; arrayList.add(DateFormat.getDateTimeInstance(2, 2, locale)); if (!Locale.getDefault().equals(locale)) { @@ -58,7 +58,7 @@ public final class DateTypeAdapter extends TypeAdapter { } String J = jsonReader.J(); synchronized (this) { - for (DateFormat dateFormat : this.f3091b) { + for (DateFormat dateFormat : this.f3092b) { try { return dateFormat.parse(J); } catch (ParseException unused) { @@ -80,7 +80,7 @@ public final class DateTypeAdapter extends TypeAdapter { jsonWriter.s(); return; } - jsonWriter.H(this.f3091b.get(0).format(date2)); + jsonWriter.H(this.f3092b.get(0).format(date2)); } } } 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 6e3642b656..286021056c 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 @@ -34,12 +34,12 @@ public final class MapTypeAdapterFactory implements o { public final TypeAdapter a; /* renamed from: b reason: collision with root package name */ - public final TypeAdapter f3092b; + public final TypeAdapter f3093b; public final r> c; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, Type type2, TypeAdapter typeAdapter2, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); - this.f3092b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); + this.f3093b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); this.c = rVar; } @@ -56,7 +56,7 @@ public final class MapTypeAdapterFactory implements o { while (jsonReader.q()) { jsonReader.a(); K read = this.a.read(jsonReader); - if (map.put(read, this.f3092b.read(jsonReader)) == null) { + if (map.put(read, this.f3093b.read(jsonReader)) == null) { jsonReader.e(); } else { throw new JsonSyntaxException(a.u("duplicate key: ", read)); @@ -92,7 +92,7 @@ public final class MapTypeAdapterFactory implements o { } } K read2 = this.a.read(jsonReader); - if (map.put(read2, this.f3092b.read(jsonReader)) != null) { + if (map.put(read2, this.f3093b.read(jsonReader)) != null) { throw new JsonSyntaxException(a.u("duplicate key: ", read2)); } } @@ -112,7 +112,7 @@ public final class MapTypeAdapterFactory implements o { jsonWriter.c(); for (Map.Entry entry : map.entrySet()) { jsonWriter.n(String.valueOf(entry.getKey())); - this.f3092b.write(jsonWriter, entry.getValue()); + this.f3093b.write(jsonWriter, entry.getValue()); } jsonWriter.f(); } else { @@ -133,7 +133,7 @@ public final class MapTypeAdapterFactory implements o { while (i < size) { jsonWriter.b(); TypeAdapters.X.write(jsonWriter, (JsonElement) arrayList.get(i)); - this.f3092b.write(jsonWriter, arrayList2.get(i)); + this.f3093b.write(jsonWriter, arrayList2.get(i)); jsonWriter.e(); i++; } @@ -163,7 +163,7 @@ public final class MapTypeAdapterFactory implements o { throw new AssertionError(); } jsonWriter.n(str); - this.f3092b.write(jsonWriter, arrayList2.get(i)); + this.f3093b.write(jsonWriter, arrayList2.get(i)); i++; } jsonWriter.f(); diff --git a/app/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java index 8ed3cb27d8..ea49b43b46 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/ObjectTypeAdapter.java @@ -14,7 +14,7 @@ public final class ObjectTypeAdapter extends TypeAdapter { public static final o a = new AnonymousClass1(); /* renamed from: b reason: collision with root package name */ - public final Gson f3093b; + public final Gson f3094b; /* renamed from: com.google.gson.internal.bind.ObjectTypeAdapter$1 reason: invalid class name */ /* loaded from: classes3.dex */ @@ -29,7 +29,7 @@ public final class ObjectTypeAdapter extends TypeAdapter { } public ObjectTypeAdapter(Gson gson) { - this.f3093b = gson; + this.f3094b = gson; } @Override // com.google.gson.TypeAdapter @@ -74,7 +74,7 @@ public final class ObjectTypeAdapter extends TypeAdapter { jsonWriter.s(); return; } - TypeAdapter i = this.f3093b.i(obj.getClass()); + TypeAdapter i = this.f3094b.i(obj.getClass()); if (i instanceof ObjectTypeAdapter) { jsonWriter.c(); jsonWriter.f(); 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 4989b80ccd..ad6596c0a2 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 @@ -35,11 +35,11 @@ public final class ReflectiveTypeAdapterFactory implements o { public final r a; /* renamed from: b reason: collision with root package name */ - public final Map f3094b; + public final Map f3095b; public Adapter(r rVar, Map map) { this.a = rVar; - this.f3094b = map; + this.f3095b = map; } @Override // com.google.gson.TypeAdapter @@ -52,7 +52,7 @@ public final class ReflectiveTypeAdapterFactory implements o { try { jsonReader.b(); while (jsonReader.q()) { - a aVar = this.f3094b.get(jsonReader.C()); + a aVar = this.f3095b.get(jsonReader.C()); if (aVar != null && aVar.c) { aVar.a(jsonReader, a); } @@ -75,7 +75,7 @@ public final class ReflectiveTypeAdapterFactory implements o { } jsonWriter.c(); try { - for (a aVar : this.f3094b.values()) { + for (a aVar : this.f3095b.values()) { if (aVar.c(t)) { jsonWriter.n(aVar.a); aVar.b(jsonWriter, t); @@ -93,12 +93,12 @@ public final class ReflectiveTypeAdapterFactory implements o { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f3095b; + public final boolean f3096b; public final boolean c; public a(String str, boolean z2, boolean z3) { this.a = str; - this.f3095b = z2; + this.f3096b = z2; this.c = z3; } diff --git a/app/src/main/java/com/google/gson/internal/bind/SqlDateTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/SqlDateTypeAdapter.java index b5b11e1e89..3e0c2f17df 100644 --- a/app/src/main/java/com/google/gson/internal/bind/SqlDateTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/SqlDateTypeAdapter.java @@ -18,7 +18,7 @@ public final class SqlDateTypeAdapter extends TypeAdapter { public static final o a = new AnonymousClass1(); /* renamed from: b reason: collision with root package name */ - public final DateFormat f3096b = new SimpleDateFormat("MMM d, yyyy"); + public final DateFormat f3097b = new SimpleDateFormat("MMM d, yyyy"); /* renamed from: com.google.gson.internal.bind.SqlDateTypeAdapter$1 reason: invalid class name */ /* loaded from: classes3.dex */ @@ -41,7 +41,7 @@ public final class SqlDateTypeAdapter extends TypeAdapter { date = null; } else { try { - date = new Date(this.f3096b.parse(jsonReader.J()).getTime()); + date = new Date(this.f3097b.parse(jsonReader.J()).getTime()); } catch (ParseException e) { throw new JsonSyntaxException(e); } @@ -54,7 +54,7 @@ public final class SqlDateTypeAdapter extends TypeAdapter { public void write(JsonWriter jsonWriter, Date date) throws IOException { Date date2 = date; synchronized (this) { - jsonWriter.H(date2 == null ? null : this.f3096b.format((java.util.Date) date2)); + jsonWriter.H(date2 == null ? null : this.f3097b.format((java.util.Date) date2)); } } } diff --git a/app/src/main/java/com/google/gson/internal/bind/TimeTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/TimeTypeAdapter.java index 96399a2461..723cf7f121 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TimeTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/TimeTypeAdapter.java @@ -19,7 +19,7 @@ public final class TimeTypeAdapter extends TypeAdapter