diff --git a/app/build.gradle b/app/build.gradle index 27b48ff4ce..8b09782f7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 30 - versionCode 120015 - versionName "120.15 - Stable" + versionCode 121012 + versionName "121.12 - Stable" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e735d531ef..acbda9a1c9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -24,6 +24,7 @@ + diff --git a/app/src/main/java/androidx/lifecycle/BlockRunner.java b/app/src/main/java/androidx/lifecycle/BlockRunner.java index d7b434fb5b..669e7aaa82 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.f3812b.H(), null, new BlockRunner$cancel$1(this, null), 2, null); + this.cancellationJob = f.H0(coroutineScope, n.f3823b.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 fb6d39c875..db4ca9d54d 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.f3812b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1()); + this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3823b.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 d2cd2cfaff..279c8c1a9b 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.f3812b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation); + return f.C1(n.f3823b.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 61a142f5ae..4d24182f28 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.f3812b.H(); + l1 H = n.f3823b.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 edec62c680..c69dd51f45 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.f3812b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null); + f.H0(f.c(n.f3823b.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.f3812b.H(), new EmittedSource$disposeNow$2(this, null), continuation); + Object C1 = f.C1(n.f3823b.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 d171814cc0..9d98efda78 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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(), null, new AnonymousClass2(observer2, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var, n.f3823b.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.f3812b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var2, n.f3823b.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.f3812b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var22, n.f3823b.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.f3812b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var222, n.f3823b.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.f3812b.H(), null, new AnonymousClass2(observer3, null), 2, null); + b.i.a.f.e.o.f.H0(x0Var2222, n.f3823b.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 c5306a1cc1..3a38762d86 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.f3812b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null); + f.H0(this, n.f3823b.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 abe9601181..6666f8d162 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.f3812b.H())); + lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3823b.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 37dd3b4545..42c1bdc7ef 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.f3812b.H()); + this.coroutineContext = coroutineContext.plus(n.f3823b.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 a3449e4330..6827116689 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.f3812b.H().isDispatchNeeded(coroutineContext)) { + if (n.f3823b.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 5ab8b487f9..9e837c6aeb 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.f3812b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation); + return f.C1(n.f3823b.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 929fc95412..e77b3495d0 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.f3812b.H()))); + Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3823b.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 95ee19b4e8..a8ba76074f 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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + n.f3823b.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.f3812b.H(); + l1 H = n.f3823b.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.f3812b.H(); + n.f3823b.H(); d0.z.d.l.mark(3); throw null; } diff --git a/app/src/main/java/androidx/transition/ViewGroupUtilsApi14.java b/app/src/main/java/androidx/transition/ViewGroupUtilsApi14.java index 58590961c3..c461ef45a0 100644 --- a/app/src/main/java/androidx/transition/ViewGroupUtilsApi14.java +++ b/app/src/main/java/androidx/transition/ViewGroupUtilsApi14.java @@ -52,8 +52,8 @@ public class ViewGroupUtilsApi14 { } } - /* JADX WARN: Removed duplicated region for block: B:29:0x0082 */ - /* JADX WARN: Removed duplicated region for block: B:32:0x008f */ + /* JADX WARN: Removed duplicated region for block: B:29:0x0081 */ + /* JADX WARN: Removed duplicated region for block: B:32:0x008e */ /* JADX WARN: Removed duplicated region for block: B:42:? A[RETURN, SYNTHETIC] */ /* Code decompiled incorrectly, please refer to instructions dump. diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java index 519f284033..9018f3537a 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java @@ -15,6 +15,7 @@ import androidx.annotation.RestrictTo; import androidx.collection.ArrayMap; import androidx.collection.ArraySet; import b.d.b.a.a; +import com.discord.api.message.MessageTypes; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; @@ -84,10 +85,10 @@ public abstract class VersionedParcel { switch (i) { case EX_PARCELABLE /* -9 */: return (Exception) readParcelable(); - case -8: + case MessageTypes.LOCAL_AUTOMOD_BLOCKED_MESSAGE /* -8 */: default: return new RuntimeException("Unknown exception code: " + i + " msg " + str); - case EX_UNSUPPORTED_OPERATION /* -7 */: + case -7: return new UnsupportedOperationException(str); case -6: return new NetworkOnMainThreadException(); @@ -802,7 +803,7 @@ public abstract class VersionedParcel { } else if (exc instanceof NetworkOnMainThreadException) { i2 = -6; } else if (exc instanceof UnsupportedOperationException) { - i2 = EX_UNSUPPORTED_OPERATION; + i2 = -7; } writeInt(i2); if (i2 != 0) { diff --git a/app/src/main/java/b/a/a/a/a.java b/app/src/main/java/b/a/a/a/a.java index 8352208a25..b6121464c0 100644 --- a/app/src/main/java/b/a/a/a/a.java +++ b/app/src/main/java/b/a/a/a/a.java @@ -9,13 +9,12 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import b.a.a.a.k; -import b.a.d.f0; -import b.a.d.h0; -import b.a.i.t; +import b.a.d.g0; +import b.a.d.i0; +import b.a.i.u; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; -import com.discord.app.AppViewModel; import com.discord.utilities.premium.GuildBoostUtils; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.view.extensions.ViewExtensions; @@ -104,15 +103,15 @@ public final class a extends AppDialog { /* compiled from: GuildBoostUncancelDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends d0.z.d.k implements Function1 { + public static final /* synthetic */ class c extends d0.z.d.k implements Function1 { public static final c j = new c(); public c() { - super(1, t.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUncancelDialogBinding;", 0); + super(1, u.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUncancelDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public t invoke(View view) { + public u invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.guild_boost_uncancel_body; @@ -139,7 +138,7 @@ public final class a extends AppDialog { i = R.id.notice_header_container; LinearLayout linearLayout = (LinearLayout) view2.findViewById(R.id.notice_header_container); if (linearLayout != null) { - return new t((LinearLayout) view2, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton, linearLayout); + return new u((LinearLayout) view2, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton, linearLayout); } } } @@ -194,7 +193,7 @@ public final class a extends AppDialog { TextView textView2 = aVar.g().f; m.checkNotNullExpressionValue(textView2, "binding.guildBoostUncancelHeader"); textView2.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_title_mobile)); - TextView textView3 = aVar.g().f198b; + TextView textView3 = aVar.g().f205b; m.checkNotNullExpressionValue(textView3, "binding.guildBoostUncancelBody"); textView3.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_description)); } else if (m.areEqual(cVar2, k.c.d.a)) { @@ -204,7 +203,7 @@ public final class a extends AppDialog { ImageView imageView = aVar.g().g; m.checkNotNullExpressionValue(imageView, "binding.guildBoostUncancelImage"); imageView.setVisibility(0); - TextView textView5 = aVar.g().f198b; + TextView textView5 = aVar.g().f205b; m.checkNotNullExpressionValue(textView5, "binding.guildBoostUncancelBody"); textView5.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description)); aVar.g().c.setText(aVar.getString(R.string.okay)); @@ -238,13 +237,13 @@ public final class a extends AppDialog { /* compiled from: GuildBoostUncancelDialog.kt */ /* loaded from: classes.dex */ - public static final class f extends o implements Function0> { + public static final class f extends o implements Function0 { public f() { super(0); } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public k invoke() { return new k(((Number) a.this.n.getValue()).longValue(), null, null, null, null, 30); } } @@ -252,12 +251,12 @@ public final class a extends AppDialog { public a() { super(R.layout.guild_boost_uncancel_dialog); f fVar = new f(); - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new k(3, f0Var), new h0(fVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new k(3, g0Var), new i0(fVar)); } - public final t g() { - return (t) this.l.getValue((Fragment) this, j[0]); + public final u g() { + return (u) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/b/a/a/a/b.java b/app/src/main/java/b/a/a/a/b.java index e9ccb5549a..ba0f6fee65 100644 --- a/app/src/main/java/b/a/a/a/b.java +++ b/app/src/main/java/b/a/a/a/b.java @@ -9,13 +9,12 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import b.a.a.a.f; -import b.a.d.f0; -import b.a.d.h0; -import b.a.i.s; +import b.a.d.g0; +import b.a.d.i0; +import b.a.i.t; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; -import com.discord.app.AppViewModel; import com.discord.models.domain.ModelSubscription; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.premium.GuildBoostUtils; @@ -104,15 +103,15 @@ public final class b extends AppDialog { /* compiled from: GuildBoostCancelDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, s.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostCancelDialogBinding;", 0); + super(1, t.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostCancelDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public s invoke(View view) { + public t invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.active_subscription_progress; @@ -139,7 +138,7 @@ public final class b extends AppDialog { i = R.id.notice_header_container; LinearLayout linearLayout = (LinearLayout) view2.findViewById(R.id.notice_header_container); if (linearLayout != null) { - return new s((LinearLayout) view2, progressBar, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton, linearLayout); + return new t((LinearLayout) view2, progressBar, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton, linearLayout); } } } @@ -191,11 +190,11 @@ public final class b extends AppDialog { m.checkNotNullExpressionValue(requireContext, "requireContext()"); String renderUtcDate$default = TimeUtils.renderUtcDate$default(timeUtils, currentPeriodEnd, requireContext, (String) null, (DateFormat) null, 0, 28, (Object) null); if (eVar.g) { - TextView textView2 = bVar.g().f192b; + TextView textView2 = bVar.g().f200b; m.checkNotNullExpressionValue(textView2, "binding.guildBoostCancelBody"); b.a.k.b.n(textView2, R.string.premium_guild_subscription_cancel_body_inventory, new Object[]{renderUtcDate$default}, null, 4); } else { - TextView textView3 = bVar.g().f192b; + TextView textView3 = bVar.g().f200b; m.checkNotNullExpressionValue(textView3, "binding.guildBoostCancelBody"); b.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); } @@ -204,7 +203,7 @@ public final class b extends AppDialog { TextView textView4 = bVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.guildBoostCancelHeader"); textView4.setText(bVar.getString(R.string.premium_guild_subscription_cancel_title_pending_cancellation)); - TextView textView5 = bVar.g().f192b; + TextView textView5 = bVar.g().f200b; m.checkNotNullExpressionValue(textView5, "binding.guildBoostCancelBody"); TimeUtils timeUtils2 = TimeUtils.INSTANCE; String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd(); @@ -242,13 +241,13 @@ public final class b extends AppDialog { /* compiled from: GuildBoostCancelDialog.kt */ /* loaded from: classes.dex */ - public static final class f extends o implements Function0> { + public static final class f extends o implements Function0 { public f() { super(0); } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public f invoke() { return new f(((Number) b.this.n.getValue()).longValue(), null, null, null, null, 30); } } @@ -256,12 +255,12 @@ public final class b extends AppDialog { public b() { super(R.layout.guild_boost_cancel_dialog); f fVar = new f(); - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new k(2, f0Var), new h0(fVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new k(2, g0Var), new i0(fVar)); } - public final s g() { - return (s) this.l.getValue((Fragment) this, j[0]); + public final t g() { + return (t) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/b/a/a/a/c.java b/app/src/main/java/b/a/a/a/c.java index 6fabd138cc..3fb98a294d 100644 --- a/app/src/main/java/b/a/a/a/c.java +++ b/app/src/main/java/b/a/a/a/c.java @@ -8,7 +8,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.r; +import b.a.i.s; import com.airbnb.lottie.LottieAnimationView; import com.discord.R; import com.discord.app.AppDialog; @@ -58,15 +58,15 @@ public final class c extends AppDialog { /* compiled from: GuildBoostActivatedDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, r.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostActivatedDialogBinding;", 0); + super(1, s.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostActivatedDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public r invoke(View view) { + public s invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.guild_boost_activated_body_1; @@ -81,7 +81,7 @@ public final class c extends AppDialog { i = R.id.guild_boost_activated_ok; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.guild_boost_activated_ok); if (materialButton != null) { - return new r((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton); + return new s((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton); } } } @@ -107,8 +107,8 @@ public final class c extends AppDialog { super(R.layout.guild_boost_activated_dialog); } - public final r g() { - return (r) this.m.getValue((Fragment) this, j[0]); + public final s g() { + return (s) this.m.getValue((Fragment) this, j[0]); } @Override // androidx.fragment.app.DialogFragment, android.content.DialogInterface.OnDismissListener @@ -124,7 +124,7 @@ public final class c extends AppDialog { @Override // com.discord.app.AppDialog public void onViewBoundOrOnResume() { super.onViewBoundOrOnResume(); - TextView textView = g().f186b; + TextView textView = g().f193b; m.checkNotNullExpressionValue(textView, "binding.guildBoostActivatedBody1"); Bundle arguments = getArguments(); CharSequence charSequence = null; diff --git a/app/src/main/java/b/a/a/a/f.java b/app/src/main/java/b/a/a/a/f.java index 8dce4cef1c..8f0f77bfb8 100644 --- a/app/src/main/java/b/a/a/a/f.java +++ b/app/src/main/java/b/a/a/a/f.java @@ -2,7 +2,7 @@ package b.a.a.a; import android.content.Context; import androidx.annotation.StringRes; -import com.discord.app.AppViewModel; +import b.a.d.d0; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StoreGuildBoost; import com.discord.stores.StoreStream; @@ -18,7 +18,7 @@ import rx.Observable; import rx.functions.Func2; /* compiled from: GuildBoostCancelViewModel.kt */ /* loaded from: classes.dex */ -public final class f extends AppViewModel { +public final class f extends d0 { public static final a j = new a(null); public final long k; public final StoreGuildBoost l; diff --git a/app/src/main/java/b/a/a/a/k.java b/app/src/main/java/b/a/a/a/k.java index 55c2fdd7ed..3289441cb1 100644 --- a/app/src/main/java/b/a/a/a/k.java +++ b/app/src/main/java/b/a/a/a/k.java @@ -1,7 +1,7 @@ package b.a.a.a; import android.content.Context; -import com.discord.app.AppViewModel; +import b.a.d.d0; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StoreGuildBoost; import com.discord.stores.StoreStream; @@ -17,7 +17,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import rx.Observable; /* compiled from: GuildBoostUncancelViewModel.kt */ /* loaded from: classes.dex */ -public final class k extends AppViewModel { +public final class k extends d0 { public static final a j = new a(null); public final long k; public final StoreSubscriptions l; diff --git a/app/src/main/java/b/a/a/a0/a.java b/app/src/main/java/b/a/a/a0/a.java index 9796598173..8ccc8757c2 100644 --- a/app/src/main/java/b/a/a/a0/a.java +++ b/app/src/main/java/b/a/a/a0/a.java @@ -9,7 +9,7 @@ import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import b.a.i.q; +import b.a.i.r; import com.discord.R; import com.discord.api.premium.PremiumTier; import com.discord.api.premium.SubscriptionInterval; @@ -52,15 +52,15 @@ public final class a extends AppDialog { /* compiled from: GiftPurchasedDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, q.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0); + super(1, r.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public q invoke(View view) { + public r invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.gift_entitlement_code; @@ -84,7 +84,7 @@ public final class a extends AppDialog { i = R.id.gift_purchased_icon; ImageView imageView = (ImageView) view2.findViewById(R.id.gift_purchased_icon); if (imageView != null) { - return new q((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView); + return new r((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView); } } } @@ -164,8 +164,8 @@ public final class a extends AppDialog { super(R.layout.gift_purchased_dialog); } - public final q g() { - return (q) this.m.getValue((Fragment) this, j[0]); + public final r g() { + return (r) this.m.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment @@ -210,7 +210,7 @@ public final class a extends AppDialog { String string3 = getArgumentsOrDefault().getString("ARG_GIFT_CODE", ""); m.checkNotNullExpressionValue(string3, "giftCode"); String generateGiftUrl = giftingUtils.generateGiftUrl(string3); - TextView textView2 = g().f179b; + TextView textView2 = g().f186b; m.checkNotNullExpressionValue(textView2, "binding.giftEntitlementCode"); textView2.setText(generateGiftUrl); g().d.setOnClickListener(new e(generateGiftUrl)); diff --git a/app/src/main/java/b/a/a/a0/c.java b/app/src/main/java/b/a/a/a0/c.java index f427aee16a..203cc6a57d 100644 --- a/app/src/main/java/b/a/a/a0/c.java +++ b/app/src/main/java/b/a/a/a0/c.java @@ -9,7 +9,7 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; -import b.a.i.j4; +import b.a.i.l4; import com.discord.R; import com.discord.api.application.Application; import com.discord.api.premium.SubscriptionPlan; @@ -162,15 +162,15 @@ public final class c extends AppDialog { /* compiled from: WidgetGiftAcceptDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, j4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); + super(1, l4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public j4 invoke(View view) { + public l4 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.accept_gift_body_container; @@ -203,7 +203,7 @@ public final class c extends AppDialog { i = R.id.accept_gift_progress; ProgressBar progressBar = (ProgressBar) view2.findViewById(R.id.accept_gift_progress); if (progressBar != null) { - return new j4((LinearLayout) view2, linearLayout, simpleDraweeView, rLottieImageView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); + return new l4((LinearLayout) view2, linearLayout, simpleDraweeView, rLottieImageView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); } } } @@ -477,7 +477,7 @@ public final class c extends AppDialog { RLottieImageView rLottieImageView = h().c; m.checkNotNullExpressionValue(rLottieImageView, "binding.acceptGiftBodyLottie"); rLottieImageView.setVisibility(0); - SimpleDraweeView simpleDraweeView = h().f139b; + SimpleDraweeView simpleDraweeView = h().f154b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.acceptGiftBodyImage"); simpleDraweeView.setVisibility(8); RLottieImageView rLottieImageView2 = h().c; @@ -499,7 +499,7 @@ public final class c extends AppDialog { m.checkNotNullExpressionValue(rLottieImageView2, "binding.acceptGiftBodyLo… }\n }\n }"); } else { MGImages mGImages = MGImages.INSTANCE; - SimpleDraweeView simpleDraweeView2 = h().f139b; + SimpleDraweeView simpleDraweeView2 = h().f154b; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.acceptGiftBodyImage"); MGImages.setImage$default(mGImages, simpleDraweeView2, PremiumUtils.INSTANCE.getNitroGiftIcon(modelGift), (MGImages.ChangeDetector) null, 4, (Object) null); } @@ -509,7 +509,7 @@ public final class c extends AppDialog { ModelStoreListing storeListing2 = modelGift.getStoreListing(); str = IconUtils.getApplicationIcon$default((storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? 0L : sku2.getApplicationId(), f2, 0, 4, (Object) null); } - h().f139b.setImageURI(str); + h().f154b.setImageURI(str); } MaterialButton materialButton = h().e; m.checkNotNullExpressionValue(materialButton, "binding.acceptGiftConfirm"); @@ -519,8 +519,8 @@ public final class c extends AppDialog { progressBar.setVisibility(8); } - public final j4 h() { - return (j4) this.l.getValue((Fragment) this, j[0]); + public final l4 h() { + return (l4) this.l.getValue((Fragment) this, j[0]); } public final CharSequence i(ModelGift modelGift) { diff --git a/app/src/main/java/b/a/a/b/a.java b/app/src/main/java/b/a/a/b/a.java index 2a020e898a..f04ca9acbd 100644 --- a/app/src/main/java/b/a/a/b/a.java +++ b/app/src/main/java/b/a/a/b/a.java @@ -8,7 +8,7 @@ import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import b.a.i.u; +import b.a.i.v; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.resources.StringResourceUtilsKt; @@ -77,15 +77,15 @@ public final class a extends AppDialog { /* compiled from: UpgradeGuildBoostDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, u.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUpgradeDialogBinding;", 0); + super(1, v.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUpgradeDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public u invoke(View view) { + public v invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.continue_button; @@ -103,7 +103,7 @@ public final class a extends AppDialog { i = R.id.upgrade_button; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.upgrade_button); if (materialButton != null) { - return new u((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton); + return new v((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton); } } } @@ -117,8 +117,8 @@ public final class a extends AppDialog { super(R.layout.guild_boost_upgrade_dialog); } - public final u g() { - return (u) this.p.getValue((Fragment) this, j[0]); + public final v g() { + return (v) this.p.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment @@ -147,10 +147,10 @@ public final class a extends AppDialog { Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); b.a.k.b.n(textView2, R.string.premium_upsell_feature_free_guild_subscription, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, R.plurals.premium_upsell_feature_free_guild_subscription_numFreeGuildSubscriptions, 2, 2)}, null, 4); - TextView textView3 = g().f205b; + TextView textView3 = g().f212b; m.checkNotNullExpressionValue(textView3, "binding.continueButton"); textView3.setVisibility(this.o ^ true ? 0 : 8); - g().f205b.setOnClickListener(new View$OnClickListenerC0016a(0, this)); + g().f212b.setOnClickListener(new View$OnClickListenerC0016a(0, this)); g().f.setOnClickListener(new View$OnClickListenerC0016a(1, this)); g().c.setOnClickListener(new View$OnClickListenerC0016a(2, this)); } diff --git a/app/src/main/java/b/a/a/b/b.java b/app/src/main/java/b/a/a/b/b.java index 3b11b3b117..acc0346193 100644 --- a/app/src/main/java/b/a/a/b/b.java +++ b/app/src/main/java/b/a/a/b/b.java @@ -8,7 +8,7 @@ import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import b.a.i.e1; +import b.a.i.f1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -76,15 +76,15 @@ public final class b extends AppDialog { /* compiled from: UpgradePremiumYearlyDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, e1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0); + super(1, f1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public e1 invoke(View view) { + public f1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.premium_upsell_header; @@ -102,7 +102,7 @@ public final class b extends AppDialog { i = R.id.purchase_premium_yearly; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.purchase_premium_yearly); if (materialButton != null) { - return new e1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton); + return new f1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton); } } } @@ -131,8 +131,8 @@ public final class b extends AppDialog { super(R.layout.premium_upgrade_yearly_dialog); } - public final e1 g() { - return (e1) this.q.getValue((Fragment) this, j[0]); + public final f1 g() { + return (f1) this.q.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment @@ -165,7 +165,7 @@ public final class b extends AppDialog { MaterialButton materialButton = g().f; m.checkNotNullExpressionValue(materialButton, "binding.purchasePremiumYearly"); b.a.k.b.n(materialButton, R.string.premium_upsell_yearly_cta, new Object[]{this.o}, null, 4); - g().f104b.setImageResource(z2 ? R.drawable.img_premium_guild_subscription_purchase_header_tier_1 : R.drawable.img_premium_guild_subscription_purchase_header_tier_2); + g().f111b.setImageResource(z2 ? R.drawable.img_premium_guild_subscription_purchase_header_tier_1 : R.drawable.img_premium_guild_subscription_purchase_header_tier_2); TextView textView3 = g().e; m.checkNotNullExpressionValue(textView3, "binding.purchasePremiumMonthly"); textView3.setVisibility(this.p ^ true ? 0 : 8); diff --git a/app/src/main/java/b/a/a/b/c.java b/app/src/main/java/b/a/a/b/c.java index fc6bcfd817..ed2d94c674 100644 --- a/app/src/main/java/b/a/a/b/c.java +++ b/app/src/main/java/b/a/a/b/c.java @@ -12,8 +12,8 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.viewpager2.adapter.FragmentStateAdapter; import androidx.viewpager2.widget.ViewPager2; -import b.a.i.r5; -import b.a.i.v0; +import b.a.i.t5; +import b.a.i.w0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppFragment; @@ -188,15 +188,15 @@ public final class c extends AppDialog { /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, r5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); + super(1, t5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public r5 invoke(View view) { + public t5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.premium_upsell_body; @@ -208,7 +208,7 @@ public final class c extends AppDialog { i = R.id.premium_upsell_img; ImageView imageView = (ImageView) view2.findViewById(R.id.premium_upsell_img); if (imageView != null) { - return new r5((LinearLayout) view2, textView, textView2, imageView); + return new t5((LinearLayout) view2, textView, textView2, imageView); } } } @@ -220,8 +220,8 @@ public final class c extends AppDialog { super(R.layout.widget_premium_upsell); } - public final r5 g() { - return (r5) this.l.getValue((Fragment) this, j[0]); + public final t5 g() { + return (t5) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppFragment @@ -235,7 +235,7 @@ public final class c extends AppDialog { m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader"); Bundle arguments2 = getArguments(); textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null); - TextView textView2 = g().f191b; + TextView textView2 = g().f204b; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellBody"); Bundle arguments3 = getArguments(); textView2.setText((arguments3 == null || (string = arguments3.getString("extra_body_text")) == null) ? "" : b.a.k.b.l(string, new Object[0], null, 2)); @@ -282,15 +282,15 @@ public final class c extends AppDialog { /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class f extends k implements Function1 { + public static final /* synthetic */ class f extends k implements Function1 { public static final f j = new f(); public f() { - super(1, v0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0); + super(1, w0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public v0 invoke(View view) { + public w0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.premium_upsell_button_container; @@ -314,7 +314,7 @@ public final class c extends AppDialog { i = R.id.premium_upsell_viewpager; ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(R.id.premium_upsell_viewpager); if (viewPager2 != null) { - return new v0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2); + return new w0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2); } } } @@ -346,8 +346,8 @@ public final class c extends AppDialog { cVar.dismiss(); } - public final v0 h() { - return (v0) this.l.getValue((Fragment) this, j[0]); + public final w0 h() { + return (w0) this.l.getValue((Fragment) this, j[0]); } public final boolean i() { @@ -442,7 +442,7 @@ public final class c extends AppDialog { ViewPager2 viewPager22 = h().f; m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager"); ViewPager2ExtensionsKt.setUpWithViewPager2$default(tabLayout2, viewPager22, null, 2, null); - h().f213b.setOnClickListener(new a(0, this)); + h().f220b.setOnClickListener(new a(0, this)); MaterialButton materialButton = h().e; m.checkNotNullExpressionValue(materialButton, "binding.premiumUpsellLearnMore"); materialButton.setVisibility(i() ? 0 : 8); diff --git a/app/src/main/java/b/a/a/b/d.java b/app/src/main/java/b/a/a/b/d.java index a3404533a1..764df06b83 100644 --- a/app/src/main/java/b/a/a/b/d.java +++ b/app/src/main/java/b/a/a/b/d.java @@ -10,7 +10,7 @@ import androidx.annotation.DrawableRes; import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.o1; +import b.a.i.p1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.analytics.AnalyticsTracker; @@ -86,15 +86,15 @@ public final class d extends AppDialog { /* compiled from: SingleValuePropPremiumUpsellDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, o1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0); + super(1, p1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public o1 invoke(View view) { + public p1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.button_container; @@ -121,7 +121,7 @@ public final class d extends AppDialog { i = R.id.value_prop_image; ImageView imageView = (ImageView) view2.findViewById(R.id.value_prop_image); if (imageView != null) { - return new o1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); + return new p1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); } } } @@ -138,8 +138,8 @@ public final class d extends AppDialog { super(R.layout.single_value_prop_premium_upsell_dialog); } - public final o1 g() { - return (o1) this.l.getValue((Fragment) this, j[0]); + public final p1 g() { + return (p1) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog @@ -168,7 +168,7 @@ public final class d extends AppDialog { m.checkNotNullExpressionValue(textView2, "binding.upsellBodyText"); textView2.setText(str); } - g().f170b.setOnClickListener(new a(0, this)); + g().f177b.setOnClickListener(new a(0, this)); g().c.setOnClickListener(new a(1, this)); } } diff --git a/app/src/main/java/b/a/a/b/e.java b/app/src/main/java/b/a/a/b/e.java index 79d0ac02a0..489f71a49a 100644 --- a/app/src/main/java/b/a/a/b/e.java +++ b/app/src/main/java/b/a/a/b/e.java @@ -8,7 +8,7 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.v; +import b.a.i.w; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.analytics.AnalyticsTracker; @@ -30,7 +30,7 @@ public final class e extends AppDialog { public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null); /* compiled from: java-style lambda group */ - /* loaded from: classes3.dex */ + /* loaded from: classes2.dex */ public static final class a implements View.OnClickListener { public final /* synthetic */ int j; public final /* synthetic */ long k; @@ -146,15 +146,15 @@ public final class e extends AppDialog { /* compiled from: GuildBoostUpsellDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, v.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUpsellDialogBinding;", 0); + super(1, w.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildBoostUpsellDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public v invoke(View view) { + public w invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.guild_boost_upsell_close; @@ -166,7 +166,7 @@ public final class e extends AppDialog { i = R.id.guild_boost_upsell_subscribe_button; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.guild_boost_upsell_subscribe_button); if (materialButton != null) { - return new v((RelativeLayout) view2, imageView, textView, materialButton); + return new w((RelativeLayout) view2, imageView, textView, materialButton); } } } @@ -178,8 +178,8 @@ public final class e extends AppDialog { super(R.layout.guild_boost_upsell_dialog); } - public final v g() { - return (v) this.l.getValue((Fragment) this, j[0]); + public final w g() { + return (w) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog @@ -197,7 +197,7 @@ public final class e extends AppDialog { str = arguments3.getString("extra_page"); } g().d.setOnClickListener(new a(0, j2, this, valueOf, str, string)); - g().f212b.setOnClickListener(new a(1, j2, this, valueOf, str, string)); + g().f219b.setOnClickListener(new a(1, j2, this, valueOf, str, string)); g().c.setOnClickListener(new a(2, j2, this, valueOf, str, string)); } } diff --git a/app/src/main/java/b/a/a/b/f.java b/app/src/main/java/b/a/a/b/f.java index f07d7d313a..d65150257f 100644 --- a/app/src/main/java/b/a/a/b/f.java +++ b/app/src/main/java/b/a/a/b/f.java @@ -9,7 +9,7 @@ import android.widget.TextView; import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.c1; +import b.a.i.d1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.drawable.DrawableCompat; @@ -51,15 +51,15 @@ public final class f extends AppDialog { /* compiled from: PremiumActivatedDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, c1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0); + super(1, d1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public c1 invoke(View view) { + public d1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.premium_activated_confirm; @@ -80,7 +80,7 @@ public final class f extends AppDialog { i = R.id.premium_activated_wumpus; ImageView imageView4 = (ImageView) view2.findViewById(R.id.premium_activated_wumpus); if (imageView4 != null) { - return new c1((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4); + return new d1((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4); } } } @@ -111,8 +111,8 @@ public final class f extends AppDialog { super(R.layout.premium_activated_dialog); } - public final c1 g() { - return (c1) this.m.getValue((Fragment) this, j[0]); + public final d1 g() { + return (d1) this.m.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment @@ -147,6 +147,6 @@ public final class f extends AppDialog { m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription"); textView.setText(getString(i5)); requireDialog().setCanceledOnTouchOutside(true); - g().f89b.setOnClickListener(new c()); + g().f96b.setOnClickListener(new c()); } } diff --git a/app/src/main/java/b/a/a/b/g.java b/app/src/main/java/b/a/a/b/g.java index 01840bb6de..30db6a9cfe 100644 --- a/app/src/main/java/b/a/a/b/g.java +++ b/app/src/main/java/b/a/a/b/g.java @@ -5,7 +5,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import b.a.i.d1; +import b.a.i.e1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -35,15 +35,15 @@ public final class g extends AppDialog { /* compiled from: PremiumAndGuildBoostActivatedDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, d1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndGuildBoostActivatedDialogBinding;", 0); + super(1, e1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndGuildBoostActivatedDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public d1 invoke(View view) { + public e1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.premium_activated_confirm; @@ -52,7 +52,7 @@ public final class g extends AppDialog { i = R.id.premium_and_guild_boost_activated_text; TextView textView = (TextView) view2.findViewById(R.id.premium_and_guild_boost_activated_text); if (textView != null) { - return new d1((LinearLayout) view2, materialButton, textView); + return new e1((LinearLayout) view2, materialButton, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view2.getResources().getResourceName(i))); @@ -93,10 +93,10 @@ public final class g extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.m; KProperty[] kPropertyArr = j; - TextView textView = ((d1) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).c; + TextView textView = ((e1) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).c; m.checkNotNullExpressionValue(textView, "binding.premiumAndGuildBoostActivatedText"); b.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); - ((d1) this.m.getValue((Fragment) this, kPropertyArr[0])).f96b.setOnClickListener(new c()); + ((e1) this.m.getValue((Fragment) this, kPropertyArr[0])).f103b.setOnClickListener(new c()); } } diff --git a/app/src/main/java/b/a/a/c.java b/app/src/main/java/b/a/a/c.java index 17a65da960..26c328c222 100644 --- a/app/src/main/java/b/a/a/c.java +++ b/app/src/main/java/b/a/a/c.java @@ -9,7 +9,7 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.b0; +import b.a.i.c0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.ImageUploadDialog; @@ -102,15 +102,15 @@ public final class c extends AppDialog { /* compiled from: ImageUploadFailedDialog.kt */ /* renamed from: b.a.a.c$c reason: collision with other inner class name */ /* loaded from: classes.dex */ - public static final /* synthetic */ class C0019c extends k implements Function1 { + public static final /* synthetic */ class C0019c extends k implements Function1 { public static final C0019c j = new C0019c(); public C0019c() { - super(1, b0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0); + super(1, c0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public b0 invoke(View view) { + public c0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.chat_input_upload_too_large_center_file; @@ -149,7 +149,7 @@ public final class c extends AppDialog { i = R.id.setting_subtext; TextView textView3 = (TextView) view2.findViewById(R.id.setting_subtext); if (textView3 != null) { - return new b0((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3); + return new c0((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3); } } } @@ -181,8 +181,8 @@ public final class c extends AppDialog { super(R.layout.image_upload_failed_dialog); } - public final b0 g() { - return (b0) this.l.getValue((Fragment) this, j[0]); + public final c0 g() { + return (c0) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog @@ -207,10 +207,10 @@ public final class c extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.imageUploadFailedOkay"); materialButton2.setVisibility(z4 ? 0 : 8); g().h.setOnClickListener(new a(1, this)); - MaterialButton materialButton3 = g().f80b; + MaterialButton materialButton3 = g().f88b; m.checkNotNullExpressionValue(materialButton3, "binding.imageUploadFailedCancel"); materialButton3.setVisibility(z5 ? 0 : 8); - g().f80b.setOnClickListener(new a(2, this)); + g().f88b.setOnClickListener(new a(2, this)); RelativeLayout relativeLayout = g().g; m.checkNotNullExpressionValue(relativeLayout, "binding.imageUploadFailedNitroWrapper"); relativeLayout.setVisibility(z2 ^ true ? 0 : 8); diff --git a/app/src/main/java/b/a/a/d/a.java b/app/src/main/java/b/a/a/d/a.java index d57ab74142..3ea8b2c790 100644 --- a/app/src/main/java/b/a/a/d/a.java +++ b/app/src/main/java/b/a/a/d/a.java @@ -7,12 +7,11 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import b.a.a.d.f; -import b.a.d.f0; -import b.a.d.h0; -import b.a.i.t1; +import b.a.d.g0; +import b.a.d.i0; +import b.a.i.u1; import com.discord.R; import com.discord.app.AppDialog; -import com.discord.app.AppViewModel; import com.discord.models.user.User; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.images.MGImages; @@ -84,15 +83,15 @@ public final class a extends AppDialog { /* compiled from: UserActionsDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, t1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0); + super(1, u1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public t1 invoke(View view) { + public u1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.user_actions_dialog_avatar; @@ -110,7 +109,7 @@ public final class a extends AppDialog { i = R.id.user_actions_dialog_user_name; TextView textView4 = (TextView) view2.findViewById(R.id.user_actions_dialog_user_name); if (textView4 != null) { - return new t1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); + return new u1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); } } } @@ -156,7 +155,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(aVar2, "p1"); a aVar3 = (a) this.receiver; KProperty[] kPropertyArr = a.j; - SimpleDraweeView simpleDraweeView = aVar3.g().f200b; + SimpleDraweeView simpleDraweeView = aVar3.g().f207b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.userActionsDialogAvatar"); IconUtils.setIcon$default(simpleDraweeView, IconUtils.getForUser$default(aVar2.a, true, null, 4, null), 0, (Function1) null, aVar3.n, 12, (Object) null); TextView textView = aVar3.g().f; @@ -210,13 +209,13 @@ public final class a extends AppDialog { /* compiled from: UserActionsDialog.kt */ /* loaded from: classes.dex */ - public static final class h extends o implements Function0> { + public static final class h extends o implements Function0 { public h() { super(0); } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public f invoke() { a aVar = a.this; KProperty[] kPropertyArr = a.j; return new f(aVar.getArgumentsOrDefault().getLong("com.discord.intent.extra.EXTRA_USER_ID", 0L), a.this.getArgumentsOrDefault().getLong("com.discord.intent.extra.EXTRA_CHANNEL_ID", 0L), null, null, 12); @@ -226,12 +225,12 @@ public final class a extends AppDialog { public a() { super(R.layout.user_actions_dialog); h hVar = new h(); - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new k(4, f0Var), new h0(hVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new k(4, g0Var), new i0(hVar)); } - public final t1 g() { - return (t1) this.l.getValue((Fragment) this, j[0]); + public final u1 g() { + return (u1) this.l.getValue((Fragment) this, j[0]); } public final f h() { diff --git a/app/src/main/java/b/a/a/d/d.java b/app/src/main/java/b/a/a/d/d.java index 8f52087ab8..0a3a09894b 100644 --- a/app/src/main/java/b/a/a/d/d.java +++ b/app/src/main/java/b/a/a/d/d.java @@ -21,6 +21,6 @@ public final class d implements b call(Channel channel) { Channel channel2 = channel; - return channel2 != null ? (Observable) this.j.observeComputed(channel2.h(), m0.setOf(Long.valueOf(this.k))).G(new c(this, channel2)) : new k(null); + return channel2 != null ? (Observable) this.j.observeComputed(channel2.i(), m0.setOf(Long.valueOf(this.k))).G(new c(this, channel2)) : new k(null); } } diff --git a/app/src/main/java/b/a/a/d/f.java b/app/src/main/java/b/a/a/d/f.java index 56065d855c..48b430eb6f 100644 --- a/app/src/main/java/b/a/a/d/f.java +++ b/app/src/main/java/b/a/a/d/f.java @@ -2,8 +2,8 @@ package b.a.a.d; import android.content.Context; import androidx.annotation.StringRes; +import b.a.d.d0; import com.discord.R; -import com.discord.app.AppViewModel; import com.discord.models.member.GuildMember; import com.discord.models.user.User; import com.discord.stores.StoreChannels; @@ -24,7 +24,7 @@ import rx.Observable; import rx.subjects.PublishSubject; /* compiled from: UserActionsDialogViewModel.kt */ /* loaded from: classes.dex */ -public final class f extends AppViewModel { +public final class f extends d0 { public static final a j = new a(null); public final PublishSubject k; public final long l; diff --git a/app/src/main/java/b/a/a/e.java b/app/src/main/java/b/a/a/e.java index a2b75c5c2e..f1b0195726 100644 --- a/app/src/main/java/b/a/a/e.java +++ b/app/src/main/java/b/a/a/e.java @@ -6,7 +6,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.n1; +import b.a.i.o1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.SimpleConfirmationDialogArgs; @@ -111,15 +111,15 @@ public final class e extends AppDialog { /* compiled from: SimpleConfirmationDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class d extends k implements Function1 { + public static final /* synthetic */ class d extends k implements Function1 { public static final d j = new d(); public d() { - super(1, n1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0); + super(1, o1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public n1 invoke(View view) { + public o1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.notice_header_container; @@ -137,7 +137,7 @@ public final class e extends AppDialog { i = R.id.simple_confirmation_dialog_title; TextView textView2 = (TextView) view2.findViewById(R.id.simple_confirmation_dialog_title); if (textView2 != null) { - return new n1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); + return new o1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); } } } @@ -155,8 +155,8 @@ public final class e extends AppDialog { return (SimpleConfirmationDialogArgs) this.l.getValue(); } - public final n1 h() { - return (n1) this.n.getValue((Fragment) this, j[0]); + public final o1 h() { + return (o1) this.n.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog @@ -172,7 +172,7 @@ public final class e extends AppDialog { TextView textView = h().e; m.checkNotNullExpressionValue(textView, "binding.simpleConfirmationDialogTitle"); b.a.k.b.a(textView, g().j); - TextView textView2 = h().f164b; + TextView textView2 = h().f171b; m.checkNotNullExpressionValue(textView2, "binding.simpleConfirmationDialogDescription"); b.a.k.b.a(textView2, g().k); } diff --git a/app/src/main/java/b/a/a/f/a/a.java b/app/src/main/java/b/a/a/f/a/a.java index ed4259604e..fc4223502a 100644 --- a/app/src/main/java/b/a/a/f/a/a.java +++ b/app/src/main/java/b/a/a/f/a/a.java @@ -8,11 +8,10 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import b.a.a.f.a.d; -import b.a.d.f0; -import b.a.d.h0; +import b.a.d.g0; +import b.a.d.i0; import com.discord.R; import com.discord.app.AppDialog; -import com.discord.app.AppViewModel; import com.discord.rtcconnection.audio.DiscordAudioManager; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.color.ColorCompatKt; @@ -154,16 +153,16 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton3, "binding.audioOutputSelectionEarpieceRadio"); i = materialRadioButton3.getId(); } else if (ordinal == 5) { - MaterialRadioButton materialRadioButton4 = aVar3.i().f79b; + MaterialRadioButton materialRadioButton4 = aVar3.i().f80b; m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio"); i = materialRadioButton4.getId(); } aVar3.i().c.check(i); - MaterialRadioButton materialRadioButton5 = aVar3.i().f79b; + MaterialRadioButton materialRadioButton5 = aVar3.i().f80b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; materialRadioButton5.setVisibility(aVar4.f48b ? 0 : 8); - MaterialRadioButton materialRadioButton6 = aVar3.i().f79b; + MaterialRadioButton materialRadioButton6 = aVar3.i().f80b; m.checkNotNullExpressionValue(materialRadioButton6, "binding.audioOutputSelectionBluetoothRadio"); String str = aVar4.c; if (str == null) { @@ -189,7 +188,7 @@ public final class a extends AppDialog { /* compiled from: AudioOutputSelectionDialog.kt */ /* loaded from: classes.dex */ - public static final class e extends o implements Function0> { + public static final class e extends o implements Function0 { public static final e j = new e(); public e() { @@ -197,7 +196,7 @@ public final class a extends AppDialog { } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public d invoke() { return new d(null, null, 3); } } @@ -205,8 +204,8 @@ public final class a extends AppDialog { public a() { super(R.layout.audio_output_selection_dialog); e eVar = e.j; - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new k(5, f0Var), new h0(eVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new k(5, g0Var), new i0(eVar)); } public static final void g(a aVar) { @@ -229,7 +228,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); int themedColor = ColorCompat.getThemedColor(view, (int) R.attr.colorInteractiveNormal); - MaterialRadioButton materialRadioButton = i().f79b; + MaterialRadioButton materialRadioButton = i().f80b; m.checkNotNullExpressionValue(materialRadioButton, "binding.audioOutputSelectionBluetoothRadio"); ColorCompatKt.setDrawableColor(materialRadioButton, themedColor); MaterialRadioButton materialRadioButton2 = i().e; @@ -241,7 +240,7 @@ public final class a extends AppDialog { MaterialRadioButton materialRadioButton4 = i().d; m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionEarpieceRadio"); ColorCompatKt.setDrawableColor(materialRadioButton4, themedColor); - i().f79b.setOnClickListener(new View$OnClickListenerC0023a(0, this)); + i().f80b.setOnClickListener(new View$OnClickListenerC0023a(0, this)); i().e.setOnClickListener(new View$OnClickListenerC0023a(1, this)); i().f.setOnClickListener(new View$OnClickListenerC0023a(2, this)); i().d.setOnClickListener(new View$OnClickListenerC0023a(3, this)); 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 644df2a598..6bfced2791 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.C0024a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2771b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2771b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2771b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2771b)); + dVar.updateViewState(new d.a.C0024a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2782b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2782b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2782b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2782b)); return Unit.a; } } diff --git a/app/src/main/java/b/a/a/f/a/d.java b/app/src/main/java/b/a/a/f/a/d.java index 19eb139c77..5747bf15e0 100644 --- a/app/src/main/java/b/a/a/f/a/d.java +++ b/app/src/main/java/b/a/a/f/a/d.java @@ -1,7 +1,7 @@ package b.a.a.f.a; import android.content.Context; -import com.discord.app.AppViewModel; +import b.a.d.d0; import com.discord.rtcconnection.audio.DiscordAudioManager; import com.discord.stores.StoreAudioManagerV2; import com.discord.stores.StoreStream; @@ -13,7 +13,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import rx.Observable; /* compiled from: AudioOutputSelectionDialogViewModel.kt */ /* loaded from: classes.dex */ -public final class d extends AppViewModel { +public final class d extends d0 { public final StoreAudioManagerV2 j; /* compiled from: AudioOutputSelectionDialogViewModel.kt */ diff --git a/app/src/main/java/b/a/a/g/a.java b/app/src/main/java/b/a/a/g/a.java index ddfa6da7f2..a34d2b4769 100644 --- a/app/src/main/java/b/a/a/g/a.java +++ b/app/src/main/java/b/a/a/g/a.java @@ -6,7 +6,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import b.a.i.n5; +import b.a.i.p5; import com.discord.R; import com.discord.app.AppDialog; import com.discord.stores.StoreNotices; @@ -83,15 +83,15 @@ public final class a extends AppDialog { /* compiled from: WidgetMaskedLinksDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c j = new c(); public c() { - super(1, n5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); + super(1, p5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public n5 invoke(View view) { + public p5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.masked_links_body_text; @@ -109,7 +109,7 @@ public final class a extends AppDialog { i = R.id.view_dialog_confirmation_header; TextView textView3 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_header); if (textView3 != null) { - return new n5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); + return new p5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); } } } @@ -135,8 +135,8 @@ public final class a extends AppDialog { super(R.layout.widget_masked_links_dialog); } - public final n5 g() { - return (n5) this.l.getValue((Fragment) this, j[0]); + public final p5 g() { + return (p5) this.l.getValue((Fragment) this, j[0]); } @Override // androidx.fragment.app.Fragment @@ -164,7 +164,7 @@ public final class a extends AppDialog { dismiss(); obj = Unit.a; } - TextView textView = g().f168b; + TextView textView = g().f181b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); b.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); g().c.setOnClickListener(new d()); diff --git a/app/src/main/java/b/a/a/h.java b/app/src/main/java/b/a/a/h.java index a4b62d499a..e75de19ae9 100644 --- a/app/src/main/java/b/a/a/h.java +++ b/app/src/main/java/b/a/a/h.java @@ -6,13 +6,11 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; -import b.a.a.p; import b.a.d.f; -import b.a.d.f0; -import b.a.d.h0; +import b.a.d.g0; +import b.a.d.i0; import com.discord.R; import com.discord.app.AppDialog; -import com.discord.app.AppViewModel; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; @@ -35,7 +33,7 @@ public final class h extends AppDialog { public final Lazy m; /* compiled from: java-style lambda group */ - /* loaded from: classes3.dex */ + /* loaded from: classes2.dex */ public static final class a implements View.OnClickListener { public final /* synthetic */ int j; public final /* synthetic */ Object k; @@ -101,7 +99,7 @@ public final class h extends AppDialog { /* compiled from: WidgetAccessibilityDetectionDialog.kt */ /* loaded from: classes.dex */ - public static final class d extends o implements Function0> { + public static final class d extends o implements Function0

{ public static final d j = new d(); public d() { @@ -109,7 +107,7 @@ public final class h extends AppDialog { } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public p invoke() { return new p(null, null, 3); } } @@ -117,8 +115,8 @@ public final class h extends AppDialog { public h() { super(R.layout.allow_accessibility_detection_dialog); d dVar = d.j; - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new k(0, f0Var), new h0(dVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new k(0, g0Var), new i0(dVar)); } public static final void g(h hVar, boolean z2) { diff --git a/app/src/main/java/b/a/a/i.java b/app/src/main/java/b/a/a/i.java index cc7766c312..a1fba3d158 100644 --- a/app/src/main/java/b/a/a/i.java +++ b/app/src/main/java/b/a/a/i.java @@ -26,7 +26,7 @@ public final class i extends AppDialog { public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null); /* compiled from: java-style lambda group */ - /* loaded from: classes3.dex */ + /* loaded from: classes2.dex */ public static final class a implements View.OnClickListener { public final /* synthetic */ int j; public final /* synthetic */ Object k; @@ -124,6 +124,6 @@ public final class i extends AppDialog { m.checkNotNullExpressionValue(textView3, "binding.connectedAccountActionsDialogOpenInBrowser"); textView3.setVisibility((string == null || string.length() == 0) ^ true ? 0 : 8); g().d.setOnClickListener(new a(0, this, string)); - g().f121b.setOnClickListener(new a(1, this, string2)); + g().f123b.setOnClickListener(new a(1, this, string2)); } } diff --git a/app/src/main/java/b/a/a/k.java b/app/src/main/java/b/a/a/k.java index e06cf092e7..d51f3736c0 100644 --- a/app/src/main/java/b/a/a/k.java +++ b/app/src/main/java/b/a/a/k.java @@ -163,6 +163,6 @@ public final class k extends AppDialog { m.checkNotNullExpressionValue(instance, "calendar"); instance.setTimeInMillis(this.m); g().c.init(instance.get(1), instance.get(2), instance.get(5), new c()); - g().f141b.setOnClickListener(new d()); + g().f142b.setOnClickListener(new d()); } } diff --git a/app/src/main/java/b/a/a/m.java b/app/src/main/java/b/a/a/m.java index 708a35b44b..a4ab51e1b0 100644 --- a/app/src/main/java/b/a/a/m.java +++ b/app/src/main/java/b/a/a/m.java @@ -4,7 +4,7 @@ import android.view.View; import android.widget.LinearLayout; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import b.a.i.y; +import b.a.i.z; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -35,15 +35,15 @@ public final class m extends AppDialog { /* compiled from: GuildVideoAtCapacityDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, y.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0); + super(1, z.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public y invoke(View view) { + public z invoke(View view) { View view2 = view; d0.z.d.m.checkNotNullParameter(view2, "p1"); int i = R.id.guild_video_at_capacity_confirm; @@ -52,7 +52,7 @@ public final class m extends AppDialog { i = R.id.notice_header_container; LinearLayout linearLayout = (LinearLayout) view2.findViewById(R.id.notice_header_container); if (linearLayout != null) { - return new y((LinearLayout) view2, materialButton, linearLayout); + return new z((LinearLayout) view2, materialButton, linearLayout); } } throw new NullPointerException("Missing required view with ID: ".concat(view2.getResources().getResourceName(i))); @@ -79,6 +79,6 @@ public final class m extends AppDialog { public void onResume() { super.onResume(); requireDialog().setCanceledOnTouchOutside(true); - ((y) this.l.getValue((Fragment) this, j[0])).f230b.setOnClickListener(new c()); + ((z) this.l.getValue((Fragment) this, j[0])).f237b.setOnClickListener(new c()); } } diff --git a/app/src/main/java/b/a/a/n.java b/app/src/main/java/b/a/a/n.java index cfe4c6c200..300f8a1d92 100644 --- a/app/src/main/java/b/a/a/n.java +++ b/app/src/main/java/b/a/a/n.java @@ -172,7 +172,7 @@ public final class n extends AppDialog { TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.dialogTitle"); textView.setText(getArgumentsOrDefault().getCharSequence("INTENT_DIALOG_TITLE", null)); - g().f148b.setOnClickListener(new d()); + g().f149b.setOnClickListener(new d()); CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS"); if (charSequenceArray != null) { MaxHeightRecyclerView maxHeightRecyclerView = g().c; diff --git a/app/src/main/java/b/a/a/p.java b/app/src/main/java/b/a/a/p.java index 2e35d3151a..fe4e1bc876 100644 --- a/app/src/main/java/b/a/a/p.java +++ b/app/src/main/java/b/a/a/p.java @@ -1,6 +1,6 @@ package b.a.a; -import com.discord.app.AppViewModel; +import b.a.d.d0; import com.discord.stores.StoreNotices; import com.discord.stores.StoreStream; import com.discord.stores.StoreUserSettings; @@ -9,7 +9,7 @@ import java.util.Objects; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WidgetAccessibilityDetectionDialogViewModel.kt */ /* loaded from: classes.dex */ -public final class p extends AppViewModel { +public final class p extends d0 { public final StoreUserSettings j; public final StoreNotices k; @@ -48,7 +48,7 @@ public final class p extends AppViewModel { this.k = storeNotices2; } - @Override // com.discord.app.AppViewModel, androidx.lifecycle.ViewModel + @Override // b.a.d.d0, androidx.lifecycle.ViewModel public void onCleared() { StoreNotices storeNotices = this.k; Objects.requireNonNull(h.k); diff --git a/app/src/main/java/b/a/a/r.java b/app/src/main/java/b/a/a/r.java index a53dae584f..0f33eba019 100644 --- a/app/src/main/java/b/a/a/r.java +++ b/app/src/main/java/b/a/a/r.java @@ -6,7 +6,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import b.a.d.f; -import b.a.i.l4; +import b.a.i.n4; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.view.text.LinkifiedTextView; @@ -34,15 +34,15 @@ public final class r extends AppDialog { /* compiled from: WidgetBlockRussianPurchasesDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, l4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetBlockRussianPurchasesDialogBinding;", 0); + super(1, n4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetBlockRussianPurchasesDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public l4 invoke(View view) { + public n4 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.notice_body_container; @@ -60,7 +60,7 @@ public final class r extends AppDialog { i = R.id.OK_BUTTON; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.OK_BUTTON); if (materialButton != null) { - return new l4((LinearLayout) view2, linearLayout, linkifiedTextView, textView, linearLayout2, materialButton); + return new n4((LinearLayout) view2, linearLayout, linkifiedTextView, textView, linearLayout2, materialButton); } } } @@ -86,18 +86,18 @@ public final class r extends AppDialog { super(R.layout.widget_block_russian_purchases_dialog); } - public final l4 g() { - return (l4) this.l.getValue((Fragment) this, j[0]); + public final n4 g() { + return (n4) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - LinkifiedTextView linkifiedTextView = g().f153b; + LinkifiedTextView linkifiedTextView = g().f168b; m.checkNotNullExpressionValue(linkifiedTextView, "binding.noticeBodyText"); b.a.k.b.n(linkifiedTextView, R.string.region_blocked_payments_cta, new Object[]{f.a.a(4708041338391L, null)}, null, 4); - LinkifiedTextView linkifiedTextView2 = g().f153b; + LinkifiedTextView linkifiedTextView2 = g().f168b; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.noticeBodyText"); linkifiedTextView2.setMovementMethod(LinkMovementMethod.getInstance()); g().c.setOnClickListener(new c()); diff --git a/app/src/main/java/b/a/a/s.java b/app/src/main/java/b/a/a/s.java index 9327e30813..86a5ad80ad 100644 --- a/app/src/main/java/b/a/a/s.java +++ b/app/src/main/java/b/a/a/s.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; -import b.a.i.e5; +import b.a.i.g5; import com.discord.R; import com.discord.api.auth.mfa.EnableMfaResponse; import com.discord.app.AppDialog; @@ -45,15 +45,15 @@ public final class s extends AppDialog { /* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, e5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); + super(1, g5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public e5 invoke(View view) { + public g5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.enable_two_factor_password_body_container; @@ -77,7 +77,7 @@ public final class s extends AppDialog { i = R.id.enable_two_factor_password_view_input; TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(R.id.enable_two_factor_password_view_input); if (textInputLayout != null) { - return new e5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); + return new g5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); } } } @@ -192,8 +192,8 @@ public final class s extends AppDialog { super(R.layout.widget_enable_two_factor_password_dialog); } - public final e5 g() { - return (e5) this.l.getValue((Fragment) this, j[0]); + public final g5 g() { + return (g5) this.l.getValue((Fragment) this, j[0]); } @Override // com.discord.app.AppDialog @@ -203,6 +203,6 @@ public final class s extends AppDialog { setCancelable(false); g().c.setIsLoading(false); g().c.setOnClickListener(new d(view)); - g().f108b.setOnClickListener(new e()); + g().f122b.setOnClickListener(new e()); } } diff --git a/app/src/main/java/b/a/a/t.java b/app/src/main/java/b/a/a/t.java index 42c353bbb3..1db2194ca7 100644 --- a/app/src/main/java/b/a/a/t.java +++ b/app/src/main/java/b/a/a/t.java @@ -7,12 +7,11 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import b.a.a.x; -import b.a.d.f0; -import b.a.d.h0; -import b.a.i.b6; +import b.a.d.g0; +import b.a.d.i0; +import b.a.i.d6; import com.discord.R; import com.discord.app.AppDialog; -import com.discord.app.AppViewModel; import com.discord.stores.StoreStream; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -48,15 +47,15 @@ public final class t extends AppDialog { /* compiled from: WidgetUrgentMessageDialog.kt */ /* loaded from: classes.dex */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b j = new b(); public b() { - super(1, b6.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); + super(1, d6.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); } @Override // kotlin.jvm.functions.Function1 - public b6 invoke(View view) { + public d6 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i = R.id.view_dialog_confirmation_confirm; @@ -68,7 +67,7 @@ public final class t extends AppDialog { i = R.id.view_dialog_confirmation_text; TextView textView2 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_text); if (textView2 != null) { - return new b6((LinearLayout) view2, loadingButton, textView, textView2); + return new d6((LinearLayout) view2, loadingButton, textView, textView2); } } } @@ -95,9 +94,9 @@ public final class t extends AppDialog { TextView textView2 = tVar.g().d; m.checkNotNullExpressionValue(textView2, "binding.viewDialogConfirmationText"); textView2.setText(tVar.getString(R.string.system_dm_urgent_message_modal_body)); - tVar.g().f86b.setText(tVar.getString(R.string.okay)); - tVar.g().f86b.setIsLoading(dVar2.f50b); - tVar.g().f86b.setOnClickListener(new u(tVar)); + tVar.g().f101b.setText(tVar.getString(R.string.okay)); + tVar.g().f101b.setIsLoading(dVar2.f50b); + tVar.g().f101b.setOnClickListener(new u(tVar)); return Unit.a; } } @@ -129,7 +128,7 @@ public final class t extends AppDialog { /* compiled from: WidgetUrgentMessageDialog.kt */ /* loaded from: classes.dex */ - public static final class e extends o implements Function0> { + public static final class e extends o implements Function0 { public static final e j = new e(); public e() { @@ -137,7 +136,7 @@ public final class t extends AppDialog { } @Override // kotlin.jvm.functions.Function0 - public AppViewModel invoke() { + public x invoke() { return new x(null, null, null, 7); } } @@ -145,12 +144,12 @@ public final class t extends AppDialog { public t() { super(R.layout.widget_urgent_message_dialog); e eVar = e.j; - f0 f0Var = new f0(this); - this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(x.class), new k(1, f0Var), new h0(eVar)); + g0 g0Var = new g0(this); + this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(x.class), new k(1, g0Var), new i0(eVar)); } - public final b6 g() { - return (b6) this.l.getValue((Fragment) this, j[0]); + public final d6 g() { + return (d6) this.l.getValue((Fragment) this, j[0]); } public final x h() { diff --git a/app/src/main/java/b/a/a/x.java b/app/src/main/java/b/a/a/x.java index 056136509f..96aa50553b 100644 --- a/app/src/main/java/b/a/a/x.java +++ b/app/src/main/java/b/a/a/x.java @@ -1,7 +1,7 @@ package b.a.a; import android.content.Context; -import com.discord.app.AppViewModel; +import b.a.d.d0; import com.discord.models.user.User; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; @@ -15,7 +15,7 @@ import rx.Observable; import rx.subjects.PublishSubject; /* compiled from: WidgetUrgentMessageDialogViewModel.kt */ /* loaded from: classes.dex */ -public final class x extends AppViewModel { +public final class x extends d0 { public static final a j = new a(null); public final PublishSubject k; public final RestAPI l; diff --git a/app/src/main/java/b/a/d/d0.java b/app/src/main/java/b/a/d/d0.java index 7dde800945..10d19f106d 100644 --- a/app/src/main/java/b/a/d/d0.java +++ b/app/src/main/java/b/a/d/d0.java @@ -1,20 +1,80 @@ package b.a.d; +import androidx.annotation.MainThread; import androidx.lifecycle.ViewModel; -import androidx.lifecycle.ViewModelProvider; +import com.discord.app.AppComponent; import d0.z.d.m; -/* compiled from: AppViewModelDelegates.kt */ +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +import rx.Observable; +import rx.subjects.BehaviorSubject; +import rx.subjects.PublishSubject; +import rx.subjects.Subject; +/* compiled from: AppViewModel.kt */ /* loaded from: classes.dex */ -public final class d0 implements ViewModelProvider.Factory { - public final /* synthetic */ e0 a; +public abstract class d0 extends ViewModel implements AppComponent { + private final Subject unsubscribeSignal; + private final BehaviorSubject viewStateSubject; - public d0(e0 e0Var) { - this.a = e0Var; + public d0() { + this(null, 1, null); } - @Override // androidx.lifecycle.ViewModelProvider.Factory - public T create(Class cls) { - m.checkNotNullParameter(cls, "modelClass"); - return (T) ((ViewModel) this.a.$viewModelProducer.invoke()); + public d0(V v) { + BehaviorSubject k0 = BehaviorSubject.k0(); + this.viewStateSubject = k0; + PublishSubject k02 = PublishSubject.k0(); + m.checkNotNullExpressionValue(k02, "PublishSubject.create()"); + this.unsubscribeSignal = k02; + if (v != null) { + k0.onNext(v); + } + } + + public /* synthetic */ d0(Object obj, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? null : obj); + } + + @Override // com.discord.app.AppComponent + public Subject getUnsubscribeSignal() { + return this.unsubscribeSignal; + } + + public final V getViewState() { + BehaviorSubject behaviorSubject = this.viewStateSubject; + m.checkNotNullExpressionValue(behaviorSubject, "viewStateSubject"); + return behaviorSubject.n0(); + } + + public V modifyPendingViewState(V v, V v2) { + return v2; + } + + public final Observable observeViewState() { + BehaviorSubject behaviorSubject = this.viewStateSubject; + m.checkNotNullExpressionValue(behaviorSubject, "viewStateSubject"); + return behaviorSubject; + } + + @Override // androidx.lifecycle.ViewModel + public void onCleared() { + super.onCleared(); + getUnsubscribeSignal().onNext(null); + } + + public final V requireViewState() { + V viewState = getViewState(); + m.checkNotNull(viewState); + return viewState; + } + + @MainThread + public void updateViewState(V v) { + this.viewStateSubject.onNext(modifyPendingViewState(getViewState(), v)); + } + + public final T withViewState(Function1 function1) { + m.checkNotNullParameter(function1, "block"); + return (T) function1.invoke(requireViewState()); } } diff --git a/app/src/main/java/b/a/d/e0.java b/app/src/main/java/b/a/d/e0.java index 4eeb0efb1d..84d0e4f188 100644 --- a/app/src/main/java/b/a/d/e0.java +++ b/app/src/main/java/b/a/d/e0.java @@ -1,21 +1,20 @@ package b.a.d; +import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; -import d0.z.d.o; -import kotlin.jvm.functions.Function0; +import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ /* loaded from: classes.dex */ -public final class e0 extends o implements Function0 { - public final /* synthetic */ Function0 $viewModelProducer; +public final class e0 implements ViewModelProvider.Factory { + public final /* synthetic */ f0 a; - /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ - public e0(Function0 function0) { - super(0); - this.$viewModelProducer = function0; + public e0(f0 f0Var) { + this.a = f0Var; } - @Override // kotlin.jvm.functions.Function0 - public ViewModelProvider.Factory invoke() { - return new d0(this); + @Override // androidx.lifecycle.ViewModelProvider.Factory + public T create(Class cls) { + m.checkNotNullParameter(cls, "modelClass"); + return (T) ((ViewModel) this.a.$viewModelProducer.invoke()); } } diff --git a/app/src/main/java/b/a/d/f0.java b/app/src/main/java/b/a/d/f0.java index 9103f174f4..d48e37e807 100644 --- a/app/src/main/java/b/a/d/f0.java +++ b/app/src/main/java/b/a/d/f0.java @@ -1,21 +1,21 @@ package b.a.d; -import androidx.fragment.app.Fragment; +import androidx.lifecycle.ViewModelProvider; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ /* loaded from: classes.dex */ -public final class f0 extends o implements Function0 { - public final /* synthetic */ Fragment $this_appViewModels; +public final class f0 extends o implements Function0 { + public final /* synthetic */ Function0 $viewModelProducer; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ - public f0(Fragment fragment) { + public f0(Function0 function0) { super(0); - this.$this_appViewModels = fragment; + this.$viewModelProducer = function0; } @Override // kotlin.jvm.functions.Function0 - public Fragment invoke() { - return this.$this_appViewModels; + public ViewModelProvider.Factory invoke() { + return new e0(this); } } diff --git a/app/src/main/java/b/a/d/g0.java b/app/src/main/java/b/a/d/g0.java index 8f7671dd2d..d0710481af 100644 --- a/app/src/main/java/b/a/d/g0.java +++ b/app/src/main/java/b/a/d/g0.java @@ -1,20 +1,21 @@ package b.a.d; -import androidx.lifecycle.ViewModel; -import androidx.lifecycle.ViewModelProvider; -import d0.z.d.m; +import androidx.fragment.app.Fragment; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ /* loaded from: classes.dex */ -public final class g0 implements ViewModelProvider.Factory { - public final /* synthetic */ h0 a; +public final class g0 extends o implements Function0 { + public final /* synthetic */ Fragment $this_appViewModels; - public g0(h0 h0Var) { - this.a = h0Var; + /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ + public g0(Fragment fragment) { + super(0); + this.$this_appViewModels = fragment; } - @Override // androidx.lifecycle.ViewModelProvider.Factory - public T create(Class cls) { - m.checkNotNullParameter(cls, "modelClass"); - return (T) ((ViewModel) this.a.$viewModelProducer.invoke()); + @Override // kotlin.jvm.functions.Function0 + public Fragment invoke() { + return this.$this_appViewModels; } } diff --git a/app/src/main/java/b/a/d/h0.java b/app/src/main/java/b/a/d/h0.java index d2b034e434..4aaff50eab 100644 --- a/app/src/main/java/b/a/d/h0.java +++ b/app/src/main/java/b/a/d/h0.java @@ -1,21 +1,20 @@ package b.a.d; +import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; -import d0.z.d.o; -import kotlin.jvm.functions.Function0; +import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ /* loaded from: classes.dex */ -public final class h0 extends o implements Function0 { - public final /* synthetic */ Function0 $viewModelProducer; +public final class h0 implements ViewModelProvider.Factory { + public final /* synthetic */ i0 a; - /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ - public h0(Function0 function0) { - super(0); - this.$viewModelProducer = function0; + public h0(i0 i0Var) { + this.a = i0Var; } - @Override // kotlin.jvm.functions.Function0 - public ViewModelProvider.Factory invoke() { - return new g0(this); + @Override // androidx.lifecycle.ViewModelProvider.Factory + public T create(Class cls) { + m.checkNotNullParameter(cls, "modelClass"); + return (T) ((ViewModel) this.a.$viewModelProducer.invoke()); } } diff --git a/app/src/main/java/b/a/d/i0.java b/app/src/main/java/b/a/d/i0.java index f0dcb46a4f..a990b2d260 100644 --- a/app/src/main/java/b/a/d/i0.java +++ b/app/src/main/java/b/a/d/i0.java @@ -1,13 +1,21 @@ package b.a.d; -import j0.k.b; -/* compiled from: DiscordConnectService.kt */ +import androidx.lifecycle.ViewModelProvider; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: AppViewModelDelegates.kt */ /* loaded from: classes.dex */ -public final class i0 implements b { - public static final i0 j = new i0(); +public final class i0 extends o implements Function0 { + public final /* synthetic */ Function0 $viewModelProducer; - @Override // j0.k.b - public Boolean call(Boolean bool) { - return bool; + /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ + public i0(Function0 function0) { + super(0); + this.$viewModelProducer = function0; + } + + @Override // kotlin.jvm.functions.Function0 + public ViewModelProvider.Factory invoke() { + return new h0(this); } } diff --git a/app/src/main/java/b/a/d/j0.java b/app/src/main/java/b/a/d/j0.java index cbcf3e4632..0ae5347be9 100644 --- a/app/src/main/java/b/a/d/j0.java +++ b/app/src/main/java/b/a/d/j0.java @@ -1,15 +1,13 @@ package b.a.d; -import com.discord.rtcconnection.RtcConnection; import j0.k.b; /* compiled from: DiscordConnectService.kt */ /* loaded from: classes.dex */ -public final class j0 implements b { +public final class j0 implements b { public static final j0 j = new j0(); @Override // j0.k.b - public Boolean call(RtcConnection.StateChange stateChange) { - RtcConnection.State state = stateChange.a; - return Boolean.valueOf(!(state instanceof RtcConnection.State.d) && !(state instanceof RtcConnection.State.h)); + public Boolean call(Boolean bool) { + return bool; } } diff --git a/app/src/main/java/b/a/d/k0.java b/app/src/main/java/b/a/d/k0.java index d8f1720b71..bebea6ea9b 100644 --- a/app/src/main/java/b/a/d/k0.java +++ b/app/src/main/java/b/a/d/k0.java @@ -1,16 +1,15 @@ package b.a.d; import com.discord.rtcconnection.RtcConnection; -import com.discord.stores.StoreStream; import j0.k.b; -import rx.Observable; /* compiled from: DiscordConnectService.kt */ /* loaded from: classes.dex */ -public final class k0 implements b> { +public final class k0 implements b { public static final k0 j = new k0(); @Override // j0.k.b - public Observable call(Boolean bool) { - return StoreStream.Companion.getRtcConnection().getConnectionState().y(j0.j); + public Boolean call(RtcConnection.StateChange stateChange) { + RtcConnection.State state = stateChange.a; + return Boolean.valueOf(!(state instanceof RtcConnection.State.d) && !(state instanceof RtcConnection.State.h)); } } diff --git a/app/src/main/java/b/a/d/l0.java b/app/src/main/java/b/a/d/l0.java new file mode 100644 index 0000000000..a43336031b --- /dev/null +++ b/app/src/main/java/b/a/d/l0.java @@ -0,0 +1,16 @@ +package b.a.d; + +import com.discord.rtcconnection.RtcConnection; +import com.discord.stores.StoreStream; +import j0.k.b; +import rx.Observable; +/* compiled from: DiscordConnectService.kt */ +/* loaded from: classes.dex */ +public final class l0 implements b> { + public static final l0 j = new l0(); + + @Override // j0.k.b + public Observable call(Boolean bool) { + return StoreStream.Companion.getRtcConnection().getConnectionState().y(k0.j); + } +} diff --git a/app/src/main/java/b/a/d/l0/a.java b/app/src/main/java/b/a/d/m0/a.java similarity index 99% rename from app/src/main/java/b/a/d/l0/a.java rename to app/src/main/java/b/a/d/m0/a.java index 712e0e4668..a310229c66 100644 --- a/app/src/main/java/b/a/d/l0/a.java +++ b/app/src/main/java/b/a/d/m0/a.java @@ -1,4 +1,4 @@ -package b.a.d.l0; +package b.a.d.m0; import android.net.Uri; import com.discord.BuildConfig; diff --git a/app/src/main/java/b/a/i/a0.java b/app/src/main/java/b/a/i/a0.java index 22cb3a2ef4..755c6511f8 100644 --- a/app/src/main/java/b/a/i/a0.java +++ b/app/src/main/java/b/a/i/a0.java @@ -1,34 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: ImageUploadDialogBinding.java */ +/* compiled from: IconRowBinding.java */ /* loaded from: classes.dex */ public final class a0 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f73b; + public final ImageView f73b; @NonNull public final TextView c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final MaterialButton e; - public a0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { - this.a = linearLayout; - this.f73b = materialButton; + public a0(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.f73b = imageView; this.c = textView; - this.d = simpleDraweeView; - this.e = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/a1.java b/app/src/main/java/b/a/i/a1.java index 255f442d98..1b88f6b579 100644 --- a/app/src/main/java/b/a/i/a1.java +++ b/app/src/main/java/b/a/i/a1.java @@ -1,73 +1,22 @@ package b.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import androidx.cardview.widget.CardView; -import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: OverlayVoiceChannelSelectorBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: OverlayVoiceBubbleBinding.java */ /* loaded from: classes.dex */ public final class a1 implements ViewBinding { @NonNull - public final CardView a; + public final SimpleDraweeView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f74b; - @NonNull - public final CardView c; - @NonNull - public final TextView d; - @NonNull - public final TextInputLayout e; - @NonNull - public final RecyclerView f; + public final SimpleDraweeView f74b; - public a1(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { - this.a = cardView; - this.f74b = imageView; - this.c = cardView2; - this.d = textView; - this.e = textInputLayout; - this.f = recyclerView; - } - - @NonNull - public static a1 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(R.layout.overlay_voice_channel_selector, viewGroup, false); - if (z2) { - viewGroup.addView(inflate); - } - int i = R.id.close; - ImageView imageView = (ImageView) inflate.findViewById(R.id.close); - if (imageView != null) { - CardView cardView = (CardView) inflate; - i = R.id.empty_results; - TextView textView = (TextView) inflate.findViewById(R.id.empty_results); - if (textView != null) { - i = R.id.overlay_channel_search; - TextInputLayout textInputLayout = (TextInputLayout) inflate.findViewById(R.id.overlay_channel_search); - if (textInputLayout != null) { - i = R.id.results_rv; - RecyclerView recyclerView = (RecyclerView) inflate.findViewById(R.id.results_rv); - if (recyclerView != null) { - i = R.id.test; - TextView textView2 = (TextView) inflate.findViewById(R.id.test); - if (textView2 != null) { - return new a1(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + public a1(@NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { + this.a = simpleDraweeView; + this.f74b = simpleDraweeView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/a2.java b/app/src/main/java/b/a/i/a2.java index d2d514a767..4fda17561f 100644 --- a/app/src/main/java/b/a/i/a2.java +++ b/app/src/main/java/b/a/i/a2.java @@ -4,12 +4,13 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewChatActionItemBinding.java */ +/* compiled from: ViewCallEventsButtonBinding.java */ /* loaded from: classes.dex */ public final class a2 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ @@ -17,8 +18,8 @@ public final class a2 implements ViewBinding { @NonNull public final TextView c; - public a2(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { - this.a = view; + public a2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = constraintLayout; this.f75b = imageView; this.c = textView; } diff --git a/app/src/main/java/b/a/i/a3.java b/app/src/main/java/b/a/i/a3.java index 21290510e8..0dc40d6caf 100644 --- a/app/src/main/java/b/a/i/a3.java +++ b/app/src/main/java/b/a/i/a3.java @@ -1,17 +1,24 @@ package b.a.i; import android.view.View; -import android.widget.RadioButton; +import android.widget.ImageView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewRadioButtonBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewPremiumSettingsTier2Binding.java */ /* loaded from: classes.dex */ public final class a3 implements ViewBinding { @NonNull - public final RadioButton a; + public final LinearLayout a; + @NonNull - public a3(@NonNull RadioButton radioButton) { - this.a = radioButton; + /* renamed from: b reason: collision with root package name */ + public final MaterialButton f76b; + + public a3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { + this.a = linearLayout; + this.f76b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/a4.java b/app/src/main/java/b/a/i/a4.java index 2a07d47f6d..4707c18b17 100644 --- a/app/src/main/java/b/a/i/a4.java +++ b/app/src/main/java/b/a/i/a4.java @@ -1,12 +1,12 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserListItemBinding.java */ +/* compiled from: ViewToolbarTitleBinding.java */ /* loaded from: classes.dex */ public final class a4 implements ViewBinding { @NonNull @@ -14,20 +14,23 @@ public final class a4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f76b; + public final ImageView f77b; @NonNull - public final TextView c; + public final StatusView c; @NonNull public final TextView d; @NonNull - public final StatusView e; + public final TextView e; + @NonNull + public final ImageView f; - public a4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + public a4(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView2) { this.a = view; - this.f76b = simpleDraweeView; - this.c = textView; - this.d = textView2; - this.e = statusView; + this.f77b = imageView; + this.c = statusView; + this.d = textView; + this.e = textView2; + this.f = imageView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/a5.java b/app/src/main/java/b/a/i/a5.java index bf26f1bd64..b8acd3922d 100644 --- a/app/src/main/java/b/a/i/a5.java +++ b/app/src/main/java/b/a/i/a5.java @@ -1,31 +1,66 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.ChatActionItem; -/* compiled from: WidgetDirectoryChannelEmptyBinding.java */ +import com.discord.R; +import com.discord.views.typing.TypingDots; +import com.discord.widgets.botuikit.views.select.SelectComponentView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.flexbox.FlexboxLayout; +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentBinding.java */ /* loaded from: classes.dex */ public final class a5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final SelectComponentView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f77b; + public final ImageView f78b; @NonNull - public final ChatActionItem c; + public final TypingDots c; @NonNull - public final ChatActionItem d; + public final SimpleDraweeView d; + @NonNull + public final MaterialTextView e; + @NonNull + public final FlexboxLayout f; - public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { - this.a = linearLayout; - this.f77b = textView; - this.c = chatActionItem; - this.d = chatActionItem2; + public a5(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { + this.a = selectComponentView; + this.f78b = imageView; + this.c = typingDots; + this.d = simpleDraweeView; + this.e = materialTextView; + this.f = flexboxLayout; + } + + @NonNull + public static a5 a(@NonNull View view) { + int i = R.id.select_component_chevron; + ImageView imageView = (ImageView) view.findViewById(R.id.select_component_chevron); + if (imageView != null) { + i = R.id.select_component_loading; + TypingDots typingDots = (TypingDots) view.findViewById(R.id.select_component_loading); + if (typingDots != null) { + i = R.id.select_component_selection_icon; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.select_component_selection_icon); + if (simpleDraweeView != null) { + i = R.id.select_component_selection_text; + MaterialTextView materialTextView = (MaterialTextView) view.findViewById(R.id.select_component_selection_text); + if (materialTextView != null) { + i = R.id.select_component_selections_root; + FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.select_component_selections_root); + if (flexboxLayout != null) { + return new a5((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/a6.java b/app/src/main/java/b/a/i/a6.java index 10203c036a..61d6bdf561 100644 --- a/app/src/main/java/b/a/i/a6.java +++ b/app/src/main/java/b/a/i/a6.java @@ -2,46 +2,25 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StreamPreviewView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetStreamRichPresenceBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetSettingsPrivacyDefaultsBinding.java */ /* loaded from: classes.dex */ public final class a6 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f78b; + public final MaterialButton f79b; @NonNull - public final TextView c; - @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final StreamPreviewView i; + public final MaterialButton c; - public a6(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { - this.a = constraintLayout; - this.f78b = linearLayout; - this.c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = textView4; - this.h = textView5; - this.i = streamPreviewView; + public a6(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + this.a = linearLayout; + this.f79b = materialButton; + this.c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b.java b/app/src/main/java/b/a/i/b.java index b59e2d0c82..d56e2c66a0 100644 --- a/app/src/main/java/b/a/i/b.java +++ b/app/src/main/java/b/a/i/b.java @@ -15,7 +15,7 @@ public final class b implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialRadioButton f79b; + public final MaterialRadioButton f80b; @NonNull public final RadioGroup c; @NonNull @@ -27,7 +27,7 @@ public final class b implements ViewBinding { public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) { this.a = linearLayout; - this.f79b = materialRadioButton; + this.f80b = materialRadioButton; this.c = radioGroup; this.d = materialRadioButton2; this.e = materialRadioButton3; diff --git a/app/src/main/java/b/a/i/b0.java b/app/src/main/java/b/a/i/b0.java index 08bfcc5a66..4c6071e09c 100644 --- a/app/src/main/java/b/a/i/b0.java +++ b/app/src/main/java/b/a/i/b0.java @@ -1,50 +1,34 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: ImageUploadFailedDialogBinding.java */ +/* compiled from: ImageUploadDialogBinding.java */ /* loaded from: classes.dex */ public final class b0 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f80b; + public final MaterialButton f81b; @NonNull - public final SwitchMaterial c; + public final TextView c; @NonNull - public final RelativeLayout d; + public final SimpleDraweeView d; @NonNull - public final View e; - @NonNull - public final MaterialButton f; - @NonNull - public final RelativeLayout g; - @NonNull - public final MaterialButton h; - @NonNull - public final MaterialButton i; - @NonNull - public final TextView j; + public final MaterialButton e; - public b0(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = relativeLayout; - this.f80b = materialButton; - this.c = switchMaterial; - this.d = relativeLayout2; - this.e = view; - this.f = materialButton2; - this.g = relativeLayout3; - this.h = materialButton3; - this.i = materialButton4; - this.j = textView; + public b0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { + this.a = linearLayout; + this.f81b = materialButton; + this.c = textView; + this.d = simpleDraweeView; + this.e = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b1.java b/app/src/main/java/b/a/i/b1.java index dbf7f0afad..89f84838d0 100644 --- a/app/src/main/java/b/a/i/b1.java +++ b/app/src/main/java/b/a/i/b1.java @@ -1,23 +1,73 @@ package b.a.i; +import android.view.LayoutInflater; import android.view.View; +import android.view.ViewGroup; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.cardview.widget.CardView; +import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.discord.views.CutoutView; -/* compiled from: PileItemOverflowViewBinding.java */ +import com.discord.R; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: OverlayVoiceChannelSelectorBinding.java */ /* loaded from: classes.dex */ public final class b1 implements ViewBinding { @NonNull - public final CutoutView a; + public final CardView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f81b; + public final ImageView f82b; + @NonNull + public final CardView c; + @NonNull + public final TextView d; + @NonNull + public final TextInputLayout e; + @NonNull + public final RecyclerView f; - public b1(@NonNull CutoutView cutoutView, @NonNull TextView textView) { - this.a = cutoutView; - this.f81b = textView; + public b1(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { + this.a = cardView; + this.f82b = imageView; + this.c = cardView2; + this.d = textView; + this.e = textInputLayout; + this.f = recyclerView; + } + + @NonNull + public static b1 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(R.layout.overlay_voice_channel_selector, viewGroup, false); + if (z2) { + viewGroup.addView(inflate); + } + int i = R.id.close; + ImageView imageView = (ImageView) inflate.findViewById(R.id.close); + if (imageView != null) { + CardView cardView = (CardView) inflate; + i = R.id.empty_results; + TextView textView = (TextView) inflate.findViewById(R.id.empty_results); + if (textView != null) { + i = R.id.overlay_channel_search; + TextInputLayout textInputLayout = (TextInputLayout) inflate.findViewById(R.id.overlay_channel_search); + if (textInputLayout != null) { + i = R.id.results_rv; + RecyclerView recyclerView = (RecyclerView) inflate.findViewById(R.id.results_rv); + if (recyclerView != null) { + i = R.id.test; + TextView textView2 = (TextView) inflate.findViewById(R.id.test); + if (textView2 != null) { + return new b1(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b2.java b/app/src/main/java/b/a/i/b2.java index 61a8dc7245..d9126633da 100644 --- a/app/src/main/java/b/a/i/b2.java +++ b/app/src/main/java/b/a/i/b2.java @@ -4,27 +4,23 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewChatUploadBinding.java */ +/* compiled from: ViewChatActionItemBinding.java */ /* loaded from: classes.dex */ public final class b2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f82b; + public final ImageView f83b; @NonNull - public final ImageView c; - @NonNull - public final TextView d; + public final TextView c; - public b2(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { - this.a = constraintLayout; - this.f82b = textView; - this.c = imageView2; - this.d = textView2; + public b2(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.f83b = imageView; + this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b3.java b/app/src/main/java/b/a/i/b3.java index 1062e6905c..ecaaf357b9 100644 --- a/app/src/main/java/b/a/i/b3.java +++ b/app/src/main/java/b/a/i/b3.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewScreenTitleBinding.java */ +/* compiled from: ViewPremiumUpsellInfoBinding.java */ /* loaded from: classes.dex */ public final class b3 implements ViewBinding { @NonNull @@ -13,14 +13,17 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f83b; + public final TextView f84b; @NonNull public final TextView c; + @NonNull + public final TextView d; - public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { + public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.f83b = textView; + this.f84b = textView; this.c = textView2; + this.d = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b4.java b/app/src/main/java/b/a/i/b4.java index 631532421b..7e470596c2 100644 --- a/app/src/main/java/b/a/i/b4.java +++ b/app/src/main/java/b/a/i/b4.java @@ -2,49 +2,33 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -/* compiled from: ViewUserStatusPresenceBinding.java */ +/* compiled from: ViewUploadProgressBinding.java */ /* loaded from: classes.dex */ public final class b4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f84b; + public final ProgressBar f85b; @NonNull - public final TextView c; + public final ImageView c; @NonNull public final TextView d; - - public b4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.f84b = imageView; - this.c = textView; - this.d = textView2; - } - @NonNull - public static b4 a(@NonNull View view) { - int i = R.id.user_status_presence_dot; - ImageView imageView = (ImageView) view.findViewById(R.id.user_status_presence_dot); - if (imageView != null) { - i = R.id.user_status_presence_subtitle; - TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle); - if (textView != null) { - i = R.id.user_status_presence_title; - TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title); - if (textView2 != null) { - LinearLayout linearLayout = (LinearLayout) view; - return new b4(linearLayout, imageView, textView, textView2, linearLayout); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final TextView e; + + public b4(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f85b = progressBar; + this.c = imageView; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b5.java b/app/src/main/java/b/a/i/b5.java index e3a30952cc..bc1ac9d1e5 100644 --- a/app/src/main/java/b/a/i/b5.java +++ b/app/src/main/java/b/a/i/b5.java @@ -1,39 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetDiscordHubEmailInputBinding.java */ +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentPillBinding.java */ /* loaded from: classes.dex */ public final class b5 implements ViewBinding { @NonNull - public final NestedScrollView a; - @NonNull + public final MaterialTextView a; - /* renamed from: b reason: collision with root package name */ - public final LinkifiedTextView f85b; - @NonNull - public final TextInputEditText c; - @NonNull - public final TextInputLayout d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public b5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = nestedScrollView; - this.f85b = linkifiedTextView; - this.c = textInputEditText; - this.d = textInputLayout; - this.e = textView; - this.f = textView2; + public b5(@NonNull MaterialTextView materialTextView) { + this.a = materialTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/b6.java b/app/src/main/java/b/a/i/b6.java index 5c0e1c5255..d26df144ad 100644 --- a/app/src/main/java/b/a/i/b6.java +++ b/app/src/main/java/b/a/i/b6.java @@ -1,12 +1,16 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.LinearLayout; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -/* compiled from: WidgetUrgentMessageDialogBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetStageChannelRichPresenceBinding.java */ /* loaded from: classes.dex */ public final class b6 implements ViewBinding { @NonNull @@ -14,17 +18,32 @@ public final class b6 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LoadingButton f86b; + public final LinearLayout f86b; @NonNull public final TextView c; @NonNull public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final TextView f; + @NonNull + public final MaterialButton g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public b6(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { + public b6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; - this.f86b = loadingButton; + this.f86b = linearLayout2; this.c = textView; this.d = textView2; + this.e = simpleDraweeView; + this.f = textView3; + this.g = materialButton; + this.h = textView4; + this.i = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c0.java b/app/src/main/java/b/a/i/c0.java index 0f533857b2..7c89cf2953 100644 --- a/app/src/main/java/b/a/i/c0.java +++ b/app/src/main/java/b/a/i/c0.java @@ -1,36 +1,50 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: IntegrationSyncSettingsBinding.java */ +import com.google.android.material.button.MaterialButton; +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: ImageUploadFailedDialogBinding.java */ /* loaded from: classes.dex */ public final class c0 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f88b; + public final MaterialButton f88b; @NonNull - public final TextView c; + public final SwitchMaterial c; @NonNull public final RelativeLayout d; @NonNull - public final TextView e; + public final View e; @NonNull - public final RelativeLayout f; + public final MaterialButton f; + @NonNull + public final RelativeLayout g; + @NonNull + public final MaterialButton h; + @NonNull + public final MaterialButton i; + @NonNull + public final TextView j; - public c0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { - this.a = linearLayout; - this.f88b = textView; - this.c = textView2; - this.d = relativeLayout; - this.e = textView3; - this.f = relativeLayout2; + public c0(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = relativeLayout; + this.f88b = materialButton; + this.c = switchMaterial; + this.d = relativeLayout2; + this.e = view; + this.f = materialButton2; + this.g = relativeLayout3; + this.h = materialButton3; + this.i = materialButton4; + this.j = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c1.java b/app/src/main/java/b/a/i/c1.java index f29a3d6ea2..574b1c91fd 100644 --- a/app/src/main/java/b/a/i/c1.java +++ b/app/src/main/java/b/a/i/c1.java @@ -1,40 +1,23 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: PremiumActivatedDialogBinding.java */ +import com.discord.views.CutoutView; +/* compiled from: PileItemOverflowViewBinding.java */ /* loaded from: classes.dex */ public final class c1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final CutoutView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f89b; - @NonNull - public final TextView c; - @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - @NonNull - public final ImageView f; - @NonNull - public final ImageView g; + public final TextView f89b; - public c1(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { - this.a = linearLayout; - this.f89b = materialButton; - this.c = textView; - this.d = imageView; - this.e = imageView2; - this.f = imageView3; - this.g = imageView4; + public c1(@NonNull CutoutView cutoutView, @NonNull TextView textView) { + this.a = cutoutView; + this.f89b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c2.java b/app/src/main/java/b/a/i/c2.java index 99b902e004..d36e32ab00 100644 --- a/app/src/main/java/b/a/i/c2.java +++ b/app/src/main/java/b/a/i/c2.java @@ -1,29 +1,30 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.FailedUploadView; -/* compiled from: ViewChatUploadListBinding.java */ +/* compiled from: ViewChatUploadBinding.java */ /* loaded from: classes.dex */ public final class c2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final FailedUploadView f90b; + public final TextView f90b; @NonNull - public final FailedUploadView c; + public final ImageView c; @NonNull - public final FailedUploadView d; + public final TextView d; - public c2(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { - this.a = linearLayout; - this.f90b = failedUploadView; - this.c = failedUploadView2; - this.d = failedUploadView3; + public c2(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f90b = textView; + this.c = imageView2; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c3.java b/app/src/main/java/b/a/i/c3.java index 5bfa380134..1f829dcda1 100644 --- a/app/src/main/java/b/a/i/c3.java +++ b/app/src/main/java/b/a/i/c3.java @@ -1,30 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.RadioButton; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerDiscoveryHeaderBinding.java */ +/* compiled from: ViewRadioButtonBinding.java */ /* loaded from: classes.dex */ public final class c3 implements ViewBinding { @NonNull - public final View a; - @NonNull + public final RadioButton a; - /* renamed from: b reason: collision with root package name */ - public final TextView f91b; - @NonNull - public final FrameLayout c; - @NonNull - public final TextView d; - - public c3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { - this.a = view; - this.f91b = textView; - this.c = frameLayout; - this.d = textView2; + public c3(@NonNull RadioButton radioButton) { + this.a = radioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c4.java b/app/src/main/java/b/a/i/c4.java index 842e74c8f8..cc81a3ec05 100644 --- a/app/src/main/java/b/a/i/c4.java +++ b/app/src/main/java/b/a/i/c4.java @@ -1,33 +1,33 @@ package b.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.views.CutoutView; +import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserSummaryItemBinding.java */ +/* compiled from: ViewUserListItemBinding.java */ /* loaded from: classes.dex */ public final class c4 implements ViewBinding { @NonNull - public final CutoutView a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f92b; - - public c4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { - this.a = cutoutView; - this.f92b = simpleDraweeView; - } - + public final SimpleDraweeView f91b; @NonNull - public static c4 a(@NonNull View view) { - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar); - if (simpleDraweeView != null) { - return new c4((CutoutView) view, simpleDraweeView); - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar))); + public final TextView c; + @NonNull + public final TextView d; + @NonNull + public final StatusView e; + + public c4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + this.a = view; + this.f91b = simpleDraweeView; + this.c = textView; + this.d = textView2; + this.e = statusView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c5.java b/app/src/main/java/b/a/i/c5.java index 0540c81a33..98f4976b6c 100644 --- a/app/src/main/java/b/a/i/c5.java +++ b/app/src/main/java/b/a/i/c5.java @@ -5,7 +5,9 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.ChatActionItem; +/* compiled from: WidgetDirectoryChannelEmptyBinding.java */ /* loaded from: classes.dex */ public final class c5 implements ViewBinding { @NonNull @@ -13,11 +15,17 @@ public final class c5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f93b; + public final TextView f92b; + @NonNull + public final ChatActionItem c; + @NonNull + public final ChatActionItem d; - public c5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { + public c5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { this.a = linearLayout; - this.f93b = textView; + this.f92b = textView; + this.c = chatActionItem; + this.d = chatActionItem2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/c6.java b/app/src/main/java/b/a/i/c6.java index 62c75b1f77..a587086cf1 100644 --- a/app/src/main/java/b/a/i/c6.java +++ b/app/src/main/java/b/a/i/c6.java @@ -1,42 +1,47 @@ package b.a.i; import android.view.View; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; +import com.discord.views.StreamPreviewView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding.java */ +/* compiled from: WidgetStreamRichPresenceBinding.java */ /* loaded from: classes.dex */ public final class c6 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f94b; + public final LinearLayout f93b; @NonNull public final TextView c; - - public c6(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = relativeLayout; - this.f94b = simpleDraweeView; - this.c = textView; - } - @NonNull - public static c6 a(@NonNull View view) { - int i = R.id.user_profile_adapter_item_friend_mutual_image; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_image); - if (simpleDraweeView != null) { - i = R.id.user_profile_adapter_item_friend_mutual_text; - TextView textView = (TextView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_text); - if (textView != null) { - return new c6((RelativeLayout) view, simpleDraweeView, textView); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final StreamPreviewView i; + + public c6(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { + this.a = constraintLayout; + this.f93b = linearLayout; + this.c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = textView3; + this.g = textView4; + this.h = textView5; + this.i = streamPreviewView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d.java b/app/src/main/java/b/a/i/d.java index 504f2898bf..9e53f7b649 100644 --- a/app/src/main/java/b/a/i/d.java +++ b/app/src/main/java/b/a/i/d.java @@ -14,7 +14,7 @@ public final class d implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialTextView f95b; + public final MaterialTextView f94b; @NonNull public final SimpleDraweeView c; @NonNull @@ -22,7 +22,7 @@ public final class d implements ViewBinding { public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) { this.a = constraintLayout; - this.f95b = materialTextView; + this.f94b = materialTextView; this.c = simpleDraweeView; this.d = materialTextView2; } diff --git a/app/src/main/java/b/a/i/d0.java b/app/src/main/java/b/a/i/d0.java index 6f1c653967..8f28e5d25b 100644 --- a/app/src/main/java/b/a/i/d0.java +++ b/app/src/main/java/b/a/i/d0.java @@ -1,17 +1,36 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.appcompat.widget.AppCompatRadioButton; import androidx.viewbinding.ViewBinding; -/* compiled from: InviteSettingsRadioButtonBinding.java */ +/* compiled from: IntegrationSyncSettingsBinding.java */ /* loaded from: classes.dex */ public final class d0 implements ViewBinding { @NonNull - public final AppCompatRadioButton a; + public final LinearLayout a; + @NonNull - public d0(@NonNull AppCompatRadioButton appCompatRadioButton) { - this.a = appCompatRadioButton; + /* renamed from: b reason: collision with root package name */ + public final TextView f95b; + @NonNull + public final TextView c; + @NonNull + public final RelativeLayout d; + @NonNull + public final TextView e; + @NonNull + public final RelativeLayout f; + + public d0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { + this.a = linearLayout; + this.f95b = textView; + this.c = textView2; + this.d = relativeLayout; + this.e = textView3; + this.f = relativeLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d1.java b/app/src/main/java/b/a/i/d1.java index 2041814975..b0d0ed14cc 100644 --- a/app/src/main/java/b/a/i/d1.java +++ b/app/src/main/java/b/a/i/d1.java @@ -1,12 +1,13 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: PremiumAndGuildBoostActivatedDialogBinding.java */ +/* compiled from: PremiumActivatedDialogBinding.java */ /* loaded from: classes.dex */ public final class d1 implements ViewBinding { @NonNull @@ -17,11 +18,23 @@ public final class d1 implements ViewBinding { public final MaterialButton f96b; @NonNull public final TextView c; + @NonNull + public final ImageView d; + @NonNull + public final ImageView e; + @NonNull + public final ImageView f; + @NonNull + public final ImageView g; - public d1(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + public d1(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { this.a = linearLayout; this.f96b = materialButton; this.c = textView; + this.d = imageView; + this.e = imageView2; + this.f = imageView3; + this.g = imageView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d2.java b/app/src/main/java/b/a/i/d2.java index 34acb84119..a667cca39e 100644 --- a/app/src/main/java/b/a/i/d2.java +++ b/app/src/main/java/b/a/i/d2.java @@ -1,22 +1,29 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.flexbox.FlexboxLayout; -/* compiled from: ViewCodeVerificationBinding.java */ +import com.discord.views.FailedUploadView; +/* compiled from: ViewChatUploadListBinding.java */ /* loaded from: classes.dex */ public final class d2 implements ViewBinding { @NonNull - public final FlexboxLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final FlexboxLayout f97b; + public final FailedUploadView f97b; + @NonNull + public final FailedUploadView c; + @NonNull + public final FailedUploadView d; - public d2(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) { - this.a = flexboxLayout; - this.f97b = flexboxLayout2; + public d2(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { + this.a = linearLayout; + this.f97b = failedUploadView; + this.c = failedUploadView2; + this.d = failedUploadView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d3.java b/app/src/main/java/b/a/i/d3.java index 339533d368..3457a8e6c3 100644 --- a/app/src/main/java/b/a/i/d3.java +++ b/app/src/main/java/b/a/i/d3.java @@ -1,41 +1,26 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.GuildView; -import com.discord.views.guilds.ServerMemberCount; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewServerDiscoveryItemBinding.java */ +/* compiled from: ViewScreenTitleBinding.java */ /* loaded from: classes.dex */ public final class d3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f98b; + public final TextView f98b; @NonNull - public final MaterialButton c; - @NonNull - public final ServerMemberCount d; - @NonNull - public final TextView e; - @NonNull - public final GuildView f; - @NonNull - public final TextView g; + public final TextView c; - public d3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull TextView textView2) { - this.a = view; - this.f98b = materialButton; - this.c = materialButton2; - this.d = serverMemberCount; - this.e = textView; - this.f = guildView; - this.g = textView2; + public d3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayout; + this.f98b = textView; + this.c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d4.java b/app/src/main/java/b/a/i/d4.java index bde531ef6d..599d80bbd9 100644 --- a/app/src/main/java/b/a/i/d4.java +++ b/app/src/main/java/b/a/i/d4.java @@ -1,26 +1,50 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.span.SimpleDraweeSpanTextView; -/* compiled from: ViewUsernameBinding.java */ +import com.discord.R; +/* compiled from: ViewUserStatusPresenceBinding.java */ /* loaded from: classes.dex */ public final class d4 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f99b; + public final ImageView f99b; @NonNull - public final SimpleDraweeSpanTextView c; + public final TextView c; + @NonNull + public final TextView d; - public d4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { - this.a = view; - this.f99b = textView; - this.c = simpleDraweeSpanTextView; + public d4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.f99b = imageView; + this.c = textView; + this.d = textView2; + } + + @NonNull + public static d4 a(@NonNull View view) { + int i = R.id.user_status_presence_dot; + ImageView imageView = (ImageView) view.findViewById(R.id.user_status_presence_dot); + if (imageView != null) { + i = R.id.user_status_presence_subtitle; + TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle); + if (textView != null) { + i = R.id.user_status_presence_title; + TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title); + if (textView2 != null) { + LinearLayout linearLayout = (LinearLayout) view; + return new d4(linearLayout, imageView, textView, textView2, linearLayout); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d5.java b/app/src/main/java/b/a/i/d5.java index d82feaac63..ab05dd302b 100644 --- a/app/src/main/java/b/a/i/d5.java +++ b/app/src/main/java/b/a/i/d5.java @@ -1,27 +1,39 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetDiscoveryStageCardSpeakerBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: WidgetDiscordHubEmailInputBinding.java */ /* loaded from: classes.dex */ public final class d5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f100b; + public final LinkifiedTextView f100b; @NonNull - public final TextView c; + public final TextInputEditText c; + @NonNull + public final TextInputLayout d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; - public d5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = linearLayout; - this.f100b = simpleDraweeView; - this.c = textView; + public d5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = nestedScrollView; + this.f100b = linkifiedTextView; + this.c = textInputEditText; + this.d = textInputLayout; + this.e = textView; + this.f = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/d6.java b/app/src/main/java/b/a/i/d6.java index 4ded764635..3239828f4d 100644 --- a/app/src/main/java/b/a/i/d6.java +++ b/app/src/main/java/b/a/i/d6.java @@ -1,19 +1,12 @@ package b.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; import android.widget.LinearLayout; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetUserRichPresenceBinding.java */ +import com.discord.views.LoadingButton; +/* compiled from: WidgetUrgentMessageDialogBinding.java */ /* loaded from: classes.dex */ public final class d6 implements ViewBinding { @NonNull @@ -21,96 +14,17 @@ public final class d6 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f101b; + public final LoadingButton f101b; @NonNull public final TextView c; @NonNull public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final SimpleDraweeView f; - @NonNull - public final MaterialButton g; - @NonNull - public final MaterialButton h; - @NonNull - public final TextView i; - @NonNull - public final TextView j; - @NonNull - public final TextView k; - public d6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { + public d6(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.f101b = linearLayout2; + this.f101b = loadingButton; this.c = textView; this.d = textView2; - this.e = simpleDraweeView; - this.f = simpleDraweeView2; - this.g = materialButton; - this.h = materialButton2; - this.i = textView3; - this.j = textView4; - this.k = textView5; - } - - @NonNull - public static d6 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false); - if (z2) { - viewGroup.addView(inflate); - } - int i = R.id.barrier; - Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier); - if (barrier != null) { - i = R.id.image_bottom_guideline; - Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline); - if (space != null) { - i = R.id.rich_presence_container_data; - LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data); - if (linearLayout != null) { - i = R.id.rich_presence_details; - TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details); - if (textView != null) { - i = R.id.rich_presence_header; - TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header); - if (textView2 != null) { - i = R.id.rich_presence_image_large; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large); - if (simpleDraweeView != null) { - i = R.id.rich_presence_image_small; - SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small); - if (simpleDraweeView2 != null) { - i = R.id.rich_presence_primary_button; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button); - if (materialButton != null) { - i = R.id.rich_presence_secondary_button; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button); - if (materialButton2 != null) { - i = R.id.rich_presence_state; - TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state); - if (textView3 != null) { - i = R.id.rich_presence_time; - TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time); - if (textView4 != null) { - i = R.id.rich_presence_title; - TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title); - if (textView5 != null) { - return new d6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); - } - } - } - } - } - } - } - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e0.java b/app/src/main/java/b/a/i/e0.java index 5a101f9486..2f1b277e1a 100644 --- a/app/src/main/java/b/a/i/e0.java +++ b/app/src/main/java/b/a/i/e0.java @@ -2,28 +2,16 @@ package b.a.i; import android.view.View; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; +import androidx.appcompat.widget.AppCompatRadioButton; import androidx.viewbinding.ViewBinding; -import com.discord.views.premium.AccountCreditView; -/* compiled from: LayoutAccountCreditsListBinding.java */ +/* compiled from: InviteSettingsRadioButtonBinding.java */ /* loaded from: classes.dex */ public final class e0 implements ViewBinding { @NonNull - public final CardView a; - @NonNull + public final AppCompatRadioButton a; - /* renamed from: b reason: collision with root package name */ - public final AccountCreditView f103b; - @NonNull - public final AccountCreditView c; - @NonNull - public final View d; - - public e0(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { - this.a = cardView; - this.f103b = accountCreditView; - this.c = accountCreditView2; - this.d = view; + public e0(@NonNull AppCompatRadioButton appCompatRadioButton) { + this.a = appCompatRadioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e1.java b/app/src/main/java/b/a/i/e1.java index 5139398b4d..c05cd4878f 100644 --- a/app/src/main/java/b/a/i/e1.java +++ b/app/src/main/java/b/a/i/e1.java @@ -1,13 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: PremiumUpgradeYearlyDialogBinding.java */ +/* compiled from: PremiumAndGuildBoostActivatedDialogBinding.java */ /* loaded from: classes.dex */ public final class e1 implements ViewBinding { @NonNull @@ -15,23 +14,14 @@ public final class e1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f104b; + public final MaterialButton f103b; @NonNull public final TextView c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final MaterialButton f; - public e1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { + public e1(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; - this.f104b = imageView; + this.f103b = materialButton; this.c = textView; - this.d = textView2; - this.e = textView3; - this.f = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e2.java b/app/src/main/java/b/a/i/e2.java index 86f084dc0f..978663421f 100644 --- a/app/src/main/java/b/a/i/e2.java +++ b/app/src/main/java/b/a/i/e2.java @@ -1,17 +1,22 @@ package b.a.i; import android.view.View; -import android.widget.Space; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCodeVerificationSpaceBinding.java */ +import com.google.android.flexbox.FlexboxLayout; +/* compiled from: ViewCodeVerificationBinding.java */ /* loaded from: classes.dex */ public final class e2 implements ViewBinding { @NonNull - public final Space a; + public final FlexboxLayout a; + @NonNull - public e2(@NonNull Space space) { - this.a = space; + /* renamed from: b reason: collision with root package name */ + public final FlexboxLayout f104b; + + public e2(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) { + this.a = flexboxLayout; + this.f104b = flexboxLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e3.java b/app/src/main/java/b/a/i/e3.java index 5e7c5ece91..56b8f46cfb 100644 --- a/app/src/main/java/b/a/i/e3.java +++ b/app/src/main/java/b/a/i/e3.java @@ -1,12 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.GridLayout; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.GuildView; -/* compiled from: ViewServerFolderBinding.java */ +/* compiled from: ViewServerDiscoveryHeaderBinding.java */ /* loaded from: classes.dex */ public final class e3 implements ViewBinding { @NonNull @@ -14,26 +14,17 @@ public final class e3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f105b; + public final TextView f105b; @NonNull - public final GuildView c; + public final FrameLayout c; @NonNull - public final GuildView d; - @NonNull - public final GuildView e; - @NonNull - public final GuildView f; - @NonNull - public final GridLayout g; + public final TextView d; - public e3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + public e3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; - this.f105b = imageView; - this.c = guildView; - this.d = guildView2; - this.e = guildView3; - this.f = guildView4; - this.g = gridLayout; + this.f105b = textView; + this.c = frameLayout; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e4.java b/app/src/main/java/b/a/i/e4.java index 57519c64ea..e462e4a8f2 100644 --- a/app/src/main/java/b/a/i/e4.java +++ b/app/src/main/java/b/a/i/e4.java @@ -1,83 +1,33 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ProgressBar; -import android.widget.Space; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.AppVideoStreamRenderer; +import com.discord.R; +import com.discord.views.CutoutView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVideoCallParticipantBinding.java */ +/* compiled from: ViewUserSummaryItemBinding.java */ /* loaded from: classes.dex */ public final class e4 implements ViewBinding { @NonNull - public final View a; + public final CutoutView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final View f106b; - @NonNull - public final View c; - @NonNull - public final ImageView d; - @NonNull - public final ConstraintLayout e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; - @NonNull - public final ImageView j; - @NonNull - public final ConstraintLayout k; - @NonNull - public final TextView l; - @NonNull - public final SimpleDraweeView m; - @NonNull - public final TextView n; - @NonNull - public final TextView o; - @NonNull - public final ProgressBar p; - @NonNull - public final AppVideoStreamRenderer q; - @NonNull - public final LinearLayout r; - @NonNull + public final SimpleDraweeView f106b; - /* renamed from: s reason: collision with root package name */ - public final VoiceUserView f107s; + public e4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { + this.a = cutoutView; + this.f106b = simpleDraweeView; + } - public e4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { - this.a = view; - this.f106b = view2; - this.c = view3; - this.d = imageView; - this.e = constraintLayout; - this.f = imageView2; - this.g = textView; - this.h = textView2; - this.i = textView3; - this.j = imageView3; - this.k = constraintLayout2; - this.l = textView5; - this.m = simpleDraweeView; - this.n = textView6; - this.o = textView7; - this.p = progressBar; - this.q = appVideoStreamRenderer; - this.r = linearLayout2; - this.f107s = voiceUserView; + @NonNull + public static e4 a(@NonNull View view) { + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar); + if (simpleDraweeView != null) { + return new e4((CutoutView) view, simpleDraweeView); + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e5.java b/app/src/main/java/b/a/i/e5.java index c7619fb90d..a88b324faf 100644 --- a/app/src/main/java/b/a/i/e5.java +++ b/app/src/main/java/b/a/i/e5.java @@ -5,10 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding.java */ +/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding.java */ /* loaded from: classes.dex */ public final class e5 implements ViewBinding { @NonNull @@ -16,17 +13,11 @@ public final class e5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f108b; - @NonNull - public final LoadingButton c; - @NonNull - public final TextInputLayout d; + public final TextView f107b; - public e5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { + public e5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { this.a = linearLayout; - this.f108b = materialButton; - this.c = loadingButton; - this.d = textInputLayout; + this.f107b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/e6.java b/app/src/main/java/b/a/i/e6.java new file mode 100644 index 0000000000..0cccf5fed7 --- /dev/null +++ b/app/src/main/java/b/a/i/e6.java @@ -0,0 +1,47 @@ +package b.a.i; + +import android.view.View; +import android.widget.RelativeLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.discord.R; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding.java */ +/* loaded from: classes.dex */ +public final class e6 implements ViewBinding { + @NonNull + public final RelativeLayout a; + @NonNull + + /* renamed from: b reason: collision with root package name */ + public final SimpleDraweeView f108b; + @NonNull + public final TextView c; + + public e6(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = relativeLayout; + this.f108b = simpleDraweeView; + this.c = textView; + } + + @NonNull + public static e6 a(@NonNull View view) { + int i = R.id.user_profile_adapter_item_friend_mutual_image; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_image); + if (simpleDraweeView != null) { + i = R.id.user_profile_adapter_item_friend_mutual_text; + TextView textView = (TextView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_text); + if (textView != null) { + return new e6((RelativeLayout) view, simpleDraweeView, textView); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/b/a/i/f0.java b/app/src/main/java/b/a/i/f0.java index bc27ae296e..b6ea2b1624 100644 --- a/app/src/main/java/b/a/i/f0.java +++ b/app/src/main/java/b/a/i/f0.java @@ -1,32 +1,29 @@ package b.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.LoadingButton; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: LayoutAgeVerifyBinding.java */ +import com.discord.views.premium.AccountCreditView; +/* compiled from: LayoutAccountCreditsListBinding.java */ /* loaded from: classes.dex */ public final class f0 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final CardView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinkifiedTextView f110b; + public final AccountCreditView f110b; @NonNull - public final TextInputLayout c; + public final AccountCreditView c; @NonNull - public final LoadingButton d; + public final View d; - public f0(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { - this.a = constraintLayout; - this.f110b = linkifiedTextView; - this.c = textInputLayout; - this.d = loadingButton; + public f0(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { + this.a = cardView; + this.f110b = accountCreditView; + this.c = accountCreditView2; + this.d = view; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f1.java b/app/src/main/java/b/a/i/f1.java index e459cb7fde..e239801dc9 100644 --- a/app/src/main/java/b/a/i/f1.java +++ b/app/src/main/java/b/a/i/f1.java @@ -1,31 +1,37 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: PrivateChannelSideBarActionsViewBinding.java */ +/* compiled from: PremiumUpgradeYearlyDialogBinding.java */ /* loaded from: classes.dex */ public final class f1 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f111b; + public final ImageView f111b; @NonNull - public final MaterialButton c; + public final TextView c; @NonNull - public final MaterialButton d; + public final TextView d; @NonNull - public final MaterialButton e; + public final TextView e; + @NonNull + public final MaterialButton f; - public f1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { - this.a = view; - this.f111b = materialButton; - this.c = materialButton2; - this.d = materialButton3; - this.e = materialButton4; + public f1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { + this.a = linearLayout; + this.f111b = imageView; + this.c = textView; + this.d = textView2; + this.e = textView3; + this.f = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f2.java b/app/src/main/java/b/a/i/f2.java index 56e49ab239..df863a20ce 100644 --- a/app/src/main/java/b/a/i/f2.java +++ b/app/src/main/java/b/a/i/f2.java @@ -1,17 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.Space; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCodeVerificationTextBinding.java */ +/* compiled from: ViewCodeVerificationSpaceBinding.java */ /* loaded from: classes.dex */ public final class f2 implements ViewBinding { @NonNull - public final TextView a; + public final Space a; - public f2(@NonNull TextView textView) { - this.a = textView; + public f2(@NonNull Space space) { + this.a = space; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f3.java b/app/src/main/java/b/a/i/f3.java index 2920f2942d..c568e5528b 100644 --- a/app/src/main/java/b/a/i/f3.java +++ b/app/src/main/java/b/a/i/f3.java @@ -1,33 +1,41 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerMemberCountBinding.java */ +import com.discord.views.GuildView; +import com.discord.views.guilds.ServerMemberCount; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewServerDiscoveryItemBinding.java */ /* loaded from: classes.dex */ public final class f3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f112b; + public final MaterialButton f112b; @NonNull - public final TextView c; + public final MaterialButton c; @NonNull - public final ImageView d; + public final ServerMemberCount d; @NonNull public final TextView e; + @NonNull + public final GuildView f; + @NonNull + public final TextView g; - public f3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { - this.a = linearLayout; - this.f112b = imageView; - this.c = textView; - this.d = imageView2; - this.e = textView2; + public f3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull TextView textView2) { + this.a = view; + this.f112b = materialButton; + this.c = materialButton2; + this.d = serverMemberCount; + this.e = textView; + this.f = guildView; + this.g = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f4.java b/app/src/main/java/b/a/i/f4.java index 960e1378b6..caebb285e2 100644 --- a/app/src/main/java/b/a/i/f4.java +++ b/app/src/main/java/b/a/i/f4.java @@ -1,27 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewVoiceCallActiveEventBinding.java */ +import com.facebook.drawee.span.SimpleDraweeSpanTextView; +/* compiled from: ViewUsernameBinding.java */ /* loaded from: classes.dex */ public final class f4 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ public final TextView f113b; @NonNull - public final TextView c; + public final SimpleDraweeSpanTextView c; - public f4(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) { - this.a = constraintLayout; + public f4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { + this.a = view; this.f113b = textView; - this.c = textView2; + this.c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f5.java b/app/src/main/java/b/a/i/f5.java index 3b8228cb24..c7cc70e7c9 100644 --- a/app/src/main/java/b/a/i/f5.java +++ b/app/src/main/java/b/a/i/f5.java @@ -1,29 +1,27 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelCenterBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetDiscoveryStageCardSpeakerBinding.java */ /* loaded from: classes.dex */ public final class f5 implements ViewBinding { @NonNull - public final RoundedRelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final FragmentContainerView f114b; + public final SimpleDraweeView f114b; @NonNull - public final g5 c; - @NonNull - public final FragmentContainerView d; + public final TextView c; - public f5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull g5 g5Var, @NonNull FragmentContainerView fragmentContainerView2) { - this.a = roundedRelativeLayout; - this.f114b = fragmentContainerView; - this.c = g5Var; - this.d = fragmentContainerView2; + public f5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = linearLayout; + this.f114b = simpleDraweeView; + this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/f6.java b/app/src/main/java/b/a/i/f6.java new file mode 100644 index 0000000000..247c91d6ef --- /dev/null +++ b/app/src/main/java/b/a/i/f6.java @@ -0,0 +1,121 @@ +package b.a.i; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.constraintlayout.widget.Barrier; +import androidx.viewbinding.ViewBinding; +import com.discord.R; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetUserRichPresenceBinding.java */ +/* loaded from: classes.dex */ +public final class f6 implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + + /* renamed from: b reason: collision with root package name */ + public final LinearLayout f115b; + @NonNull + public final TextView c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final MaterialButton g; + @NonNull + public final MaterialButton h; + @NonNull + public final TextView i; + @NonNull + public final TextView j; + @NonNull + public final TextView k; + + public f6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { + this.a = linearLayout; + this.f115b = linearLayout2; + this.c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = materialButton; + this.h = materialButton2; + this.i = textView3; + this.j = textView4; + this.k = textView5; + } + + @NonNull + public static f6 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false); + if (z2) { + viewGroup.addView(inflate); + } + int i = R.id.barrier; + Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier); + if (barrier != null) { + i = R.id.image_bottom_guideline; + Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline); + if (space != null) { + i = R.id.rich_presence_container_data; + LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data); + if (linearLayout != null) { + i = R.id.rich_presence_details; + TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details); + if (textView != null) { + i = R.id.rich_presence_header; + TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header); + if (textView2 != null) { + i = R.id.rich_presence_image_large; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large); + if (simpleDraweeView != null) { + i = R.id.rich_presence_image_small; + SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small); + if (simpleDraweeView2 != null) { + i = R.id.rich_presence_primary_button; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button); + if (materialButton != null) { + i = R.id.rich_presence_secondary_button; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button); + if (materialButton2 != null) { + i = R.id.rich_presence_state; + TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state); + if (textView3 != null) { + i = R.id.rich_presence_time; + TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time); + if (textView4 != null) { + i = R.id.rich_presence_title; + TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title); + if (textView5 != null) { + return new f6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); + } + } + } + } + } + } + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/b/a/i/g.java b/app/src/main/java/b/a/i/g.java index 6bf28be504..e85228ec6e 100644 --- a/app/src/main/java/b/a/i/g.java +++ b/app/src/main/java/b/a/i/g.java @@ -14,7 +14,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f115b; + public final ImageView f116b; @NonNull public final TextView c; @NonNull @@ -24,7 +24,7 @@ public final class g implements ViewBinding { public g(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { this.a = view; - this.f115b = imageView; + this.f116b = imageView; this.c = textView; this.d = simpleDraweeView; this.e = textView2; diff --git a/app/src/main/java/b/a/i/g0.java b/app/src/main/java/b/a/i/g0.java index 2db97d9830..1328cd6ec4 100644 --- a/app/src/main/java/b/a/i/g0.java +++ b/app/src/main/java/b/a/i/g0.java @@ -7,8 +7,8 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -/* compiled from: LayoutAgeVerifyConfirmBinding.java */ +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: LayoutAgeVerifyBinding.java */ /* loaded from: classes.dex */ public final class g0 implements ViewBinding { @NonNull @@ -16,20 +16,17 @@ public final class g0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f116b; + public final LinkifiedTextView f117b; @NonNull - public final LoadingButton c; + public final TextInputLayout c; @NonNull - public final LinkifiedTextView d; - @NonNull - public final TextView e; + public final LoadingButton d; - public g0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { + public g0(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; - this.f116b = materialButton; - this.c = loadingButton; - this.d = linkifiedTextView; - this.e = textView; + this.f117b = linkifiedTextView; + this.c = textInputLayout; + this.d = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/g1.java b/app/src/main/java/b/a/i/g1.java index fd01920ad5..37aa87debc 100644 --- a/app/src/main/java/b/a/i/g1.java +++ b/app/src/main/java/b/a/i/g1.java @@ -1,17 +1,31 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ReactionQuickAddBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: PrivateChannelSideBarActionsViewBinding.java */ /* loaded from: classes.dex */ public final class g1 implements ViewBinding { @NonNull - public final ImageView a; + public final View a; + @NonNull - public g1(@NonNull ImageView imageView, @NonNull ImageView imageView2) { - this.a = imageView; + /* renamed from: b reason: collision with root package name */ + public final MaterialButton f118b; + @NonNull + public final MaterialButton c; + @NonNull + public final MaterialButton d; + @NonNull + public final MaterialButton e; + + public g1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { + this.a = view; + this.f118b = materialButton; + this.c = materialButton2; + this.d = materialButton3; + this.e = materialButton4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/g2.java b/app/src/main/java/b/a/i/g2.java index fc86c603ea..a4325c9bcb 100644 --- a/app/src/main/java/b/a/i/g2.java +++ b/app/src/main/java/b/a/i/g2.java @@ -1,36 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.Spinner; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.card.MaterialCardView; -/* compiled from: ViewExperimentOverrideBinding.java */ +/* compiled from: ViewCodeVerificationTextBinding.java */ /* loaded from: classes.dex */ public final class g2 implements ViewBinding { @NonNull - public final View a; - @NonNull + public final TextView a; - /* renamed from: b reason: collision with root package name */ - public final TextView f117b; - @NonNull - public final Spinner c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public g2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = view; - this.f117b = textView; - this.c = spinner; - this.d = textView2; - this.e = textView3; - this.f = textView4; + public g2(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/g3.java b/app/src/main/java/b/a/i/g3.java index fafef88d70..2eb88b4c57 100644 --- a/app/src/main/java/b/a/i/g3.java +++ b/app/src/main/java/b/a/i/g3.java @@ -1,37 +1,39 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.GridLayout; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: ViewServerSettingsIconNameBinding.java */ +import com.discord.views.GuildView; +/* compiled from: ViewServerFolderBinding.java */ /* loaded from: classes.dex */ public final class g3 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f118b; + public final ImageView f119b; @NonNull - public final TextInputLayout c; + public final GuildView c; @NonNull - public final SimpleDraweeView d; + public final GuildView d; @NonNull - public final TextView e; + public final GuildView e; @NonNull - public final TextView f; + public final GuildView f; + @NonNull + public final GridLayout g; - public g3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = constraintLayout; - this.f118b = textView; - this.c = textInputLayout; - this.d = simpleDraweeView; - this.e = textView2; - this.f = textView3; + public g3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + this.a = view; + this.f119b = imageView; + this.c = guildView; + this.d = guildView2; + this.e = guildView3; + this.f = guildView4; + this.g = gridLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/g4.java b/app/src/main/java/b/a/i/g4.java index 345ff921a3..f68839e221 100644 --- a/app/src/main/java/b/a/i/g4.java +++ b/app/src/main/java/b/a/i/g4.java @@ -1,11 +1,18 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.ProgressBar; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; +import com.discord.views.VoiceUserView; +import com.discord.views.calls.AppVideoStreamRenderer; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVoiceUserBinding.java */ +/* compiled from: ViewVideoCallParticipantBinding.java */ /* loaded from: classes.dex */ public final class g4 implements ViewBinding { @NonNull @@ -13,14 +20,64 @@ public final class g4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f119b; + public final View f120b; + @NonNull + public final View c; + @NonNull + public final ImageView d; + @NonNull + public final ConstraintLayout e; + @NonNull + public final ImageView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; + @NonNull + public final ImageView j; + @NonNull + public final ConstraintLayout k; + @NonNull + public final TextView l; + @NonNull + public final SimpleDraweeView m; + @NonNull + public final TextView n; + @NonNull + public final TextView o; + @NonNull + public final ProgressBar p; + @NonNull + public final AppVideoStreamRenderer q; + @NonNull + public final LinearLayout r; @NonNull - public final TextView c; - public g4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + /* renamed from: s reason: collision with root package name */ + public final VoiceUserView f121s; + + public g4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { this.a = view; - this.f119b = simpleDraweeView; - this.c = textView; + this.f120b = view2; + this.c = view3; + this.d = imageView; + this.e = constraintLayout; + this.f = imageView2; + this.g = textView; + this.h = textView2; + this.i = textView3; + this.j = imageView3; + this.k = constraintLayout2; + this.l = textView5; + this.m = simpleDraweeView; + this.n = textView6; + this.o = textView7; + this.p = progressBar; + this.q = appVideoStreamRenderer; + this.r = linearLayout2; + this.f121s = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/g5.java b/app/src/main/java/b/a/i/g5.java index 48f3c5c014..e5fbc0655e 100644 --- a/app/src/main/java/b/a/i/g5.java +++ b/app/src/main/java/b/a/i/g5.java @@ -1,34 +1,32 @@ package b.a.i; import android.view.View; -import android.view.ViewStub; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.appbar.AppBarLayout; -/* compiled from: WidgetHomePanelCenterChatBinding.java */ +import com.discord.views.LoadingButton; +import com.google.android.material.button.MaterialButton; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding.java */ /* loaded from: classes.dex */ public final class g5 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ViewStub f120b; + public final MaterialButton f122b; @NonNull - public final h5 c; + public final LoadingButton c; @NonNull - public final FragmentContainerView d; - @NonNull - public final FragmentContainerView e; + public final TextInputLayout d; - public g5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull h5 h5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { - this.a = constraintLayout; - this.f120b = viewStub2; - this.c = h5Var; - this.d = fragmentContainerView; - this.e = fragmentContainerView4; + public g5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { + this.a = linearLayout; + this.f122b = materialButton; + this.c = loadingButton; + this.d = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/h.java b/app/src/main/java/b/a/i/h.java index 67ea2456de..3e48c57b2e 100644 --- a/app/src/main/java/b/a/i/h.java +++ b/app/src/main/java/b/a/i/h.java @@ -13,7 +13,7 @@ public final class h implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f121b; + public final TextView f123b; @NonNull public final TextView c; @NonNull @@ -21,7 +21,7 @@ public final class h implements ViewBinding { public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.f121b = textView; + this.f123b = textView; this.c = textView2; this.d = textView3; } diff --git a/app/src/main/java/b/a/i/h0.java b/app/src/main/java/b/a/i/h0.java index b037522eaa..dd9a61b5ea 100644 --- a/app/src/main/java/b/a/i/h0.java +++ b/app/src/main/java/b/a/i/h0.java @@ -6,8 +6,9 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; -/* compiled from: LayoutAgeVerifyUnderageBinding.java */ +/* compiled from: LayoutAgeVerifyConfirmBinding.java */ /* loaded from: classes.dex */ public final class h0 implements ViewBinding { @NonNull @@ -15,17 +16,20 @@ public final class h0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f122b; + public final MaterialButton f124b; @NonNull - public final LinkifiedTextView c; + public final LoadingButton c; @NonNull - public final TextView d; + public final LinkifiedTextView d; + @NonNull + public final TextView e; - public h0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { + public h0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; - this.f122b = materialButton; - this.c = linkifiedTextView; - this.d = textView2; + this.f124b = materialButton; + this.c = loadingButton; + this.d = linkifiedTextView; + this.e = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/h1.java b/app/src/main/java/b/a/i/h1.java index cc1e1deb4b..8436265985 100644 --- a/app/src/main/java/b/a/i/h1.java +++ b/app/src/main/java/b/a/i/h1.java @@ -1,33 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.TextSwitcher; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.SimpleDraweeSpanTextView; -/* compiled from: ReactionViewBinding.java */ +/* compiled from: ReactionQuickAddBinding.java */ /* loaded from: classes.dex */ public final class h1 implements ViewBinding { @NonNull - public final View a; - @NonNull + public final ImageView a; - /* renamed from: b reason: collision with root package name */ - public final TextView f123b; - @NonNull - public final TextView c; - @NonNull - public final TextSwitcher d; - @NonNull - public final SimpleDraweeSpanTextView e; - - public h1(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { - this.a = view; - this.f123b = textView; - this.c = textView2; - this.d = textSwitcher; - this.e = simpleDraweeSpanTextView; + public h1(@NonNull ImageView imageView, @NonNull ImageView imageView2) { + this.a = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/h2.java b/app/src/main/java/b/a/i/h2.java index 3d70e80197..405fca93d4 100644 --- a/app/src/main/java/b/a/i/h2.java +++ b/app/src/main/java/b/a/i/h2.java @@ -1,26 +1,30 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewGuildBinding.java */ +/* compiled from: ViewEligibilityChecklistRowBinding.java */ /* loaded from: classes.dex */ public final class h2 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f124b; + public final TextView f125b; @NonNull - public final TextView c; + public final ImageView c; + @NonNull + public final TextView d; - public h2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = view; - this.f124b = simpleDraweeView; - this.c = textView; + public h2(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f125b = textView; + this.c = imageView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/h3.java b/app/src/main/java/b/a/i/h3.java index b941c0cd61..600ddbab8f 100644 --- a/app/src/main/java/b/a/i/h3.java +++ b/app/src/main/java/b/a/i/h3.java @@ -1,11 +1,12 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsNotificationsBinding.java */ +/* compiled from: ViewServerMemberCountBinding.java */ /* loaded from: classes.dex */ public final class h3 implements ViewBinding { @NonNull @@ -13,14 +14,20 @@ public final class h3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final CheckedSetting f125b; + public final ImageView f126b; @NonNull - public final CheckedSetting c; + public final TextView c; + @NonNull + public final ImageView d; + @NonNull + public final TextView e; - public h3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { + public h3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = linearLayout; - this.f125b = checkedSetting; - this.c = checkedSetting2; + this.f126b = imageView; + this.c = textView; + this.d = imageView2; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/h4.java b/app/src/main/java/b/a/i/h4.java index 8ba2a47142..fe2fa87c4b 100644 --- a/app/src/main/java/b/a/i/h4.java +++ b/app/src/main/java/b/a/i/h4.java @@ -1,24 +1,26 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: VoiceUserLimitViewBinding.java */ +/* compiled from: ViewVoiceCallActiveEventBinding.java */ /* loaded from: classes.dex */ public final class h4 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f126b; + public final TextView f127b; @NonNull public final TextView c; - public h4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = view; - this.f126b = textView; + public h4(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f127b = textView; this.c = textView2; } diff --git a/app/src/main/java/b/a/i/h5.java b/app/src/main/java/b/a/i/h5.java index 11eaaf7979..a10860e1da 100644 --- a/app/src/main/java/b/a/i/h5.java +++ b/app/src/main/java/b/a/i/h5.java @@ -1,17 +1,29 @@ package b.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelCenterContentUnreadBinding.java */ +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelCenterBinding.java */ /* loaded from: classes.dex */ public final class h5 implements ViewBinding { @NonNull - public final TextView a; + public final RoundedRelativeLayout a; + @NonNull - public h5(@NonNull TextView textView, @NonNull TextView textView2) { - this.a = textView; + /* renamed from: b reason: collision with root package name */ + public final FragmentContainerView f128b; + @NonNull + public final i5 c; + @NonNull + public final FragmentContainerView d; + + public h5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull i5 i5Var, @NonNull FragmentContainerView fragmentContainerView2) { + this.a = roundedRelativeLayout; + this.f128b = fragmentContainerView; + this.c = i5Var; + this.d = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i.java b/app/src/main/java/b/a/i/i.java index e762a8e51a..8957ed92ea 100644 --- a/app/src/main/java/b/a/i/i.java +++ b/app/src/main/java/b/a/i/i.java @@ -13,11 +13,11 @@ public final class i implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f127b; + public final TextView f129b; public i(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView) { this.a = constraintLayout; - this.f127b = textView; + this.f129b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i0.java b/app/src/main/java/b/a/i/i0.java index 5f63477f6e..e86f046235 100644 --- a/app/src/main/java/b/a/i/i0.java +++ b/app/src/main/java/b/a/i/i0.java @@ -5,9 +5,9 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.phone.PhoneOrEmailInputView; +import com.discord.utilities.view.text.LinkifiedTextView; import com.google.android.material.button.MaterialButton; -/* compiled from: LayoutContactSyncAddPhoneBinding.java */ +/* compiled from: LayoutAgeVerifyUnderageBinding.java */ /* loaded from: classes.dex */ public final class i0 implements ViewBinding { @NonNull @@ -15,14 +15,17 @@ public final class i0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final PhoneOrEmailInputView f128b; + public final MaterialButton f130b; @NonNull - public final MaterialButton c; + public final LinkifiedTextView c; + @NonNull + public final TextView d; - public i0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { + public i0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; - this.f128b = phoneOrEmailInputView; - this.c = materialButton; + this.f130b = materialButton; + this.c = linkifiedTextView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i1.java b/app/src/main/java/b/a/i/i1.java index ee60834f0d..d537bf8ccd 100644 --- a/app/src/main/java/b/a/i/i1.java +++ b/app/src/main/java/b/a/i/i1.java @@ -1,11 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.TextSwitcher; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textfield.TextInputEditText; -/* compiled from: SearchInputViewBinding.java */ +import com.discord.utilities.view.text.SimpleDraweeSpanTextView; +/* compiled from: ReactionViewBinding.java */ /* loaded from: classes.dex */ public final class i1 implements ViewBinding { @NonNull @@ -13,14 +14,20 @@ public final class i1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f129b; + public final TextView f131b; @NonNull - public final TextInputEditText c; + public final TextView c; + @NonNull + public final TextSwitcher d; + @NonNull + public final SimpleDraweeSpanTextView e; - public i1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { + public i1(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; - this.f129b = imageView; - this.c = textInputEditText; + this.f131b = textView; + this.c = textView2; + this.d = textSwitcher; + this.e = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i2.java b/app/src/main/java/b/a/i/i2.java index 0bc6901954..23f82daee4 100644 --- a/app/src/main/java/b/a/i/i2.java +++ b/app/src/main/java/b/a/i/i2.java @@ -1,13 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.Spinner; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.chip.Chip; -/* compiled from: ViewGuildBoostConfirmationBinding.java */ +import com.google.android.material.card.MaterialCardView; +/* compiled from: ViewExperimentOverrideBinding.java */ /* loaded from: classes.dex */ public final class i2 implements ViewBinding { @NonNull @@ -15,23 +14,23 @@ public final class i2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f130b; + public final TextView f132b; @NonNull - public final TextView c; + public final Spinner c; @NonNull - public final Chip d; + public final TextView d; @NonNull - public final Chip e; + public final TextView e; @NonNull - public final ImageView f; + public final TextView f; - public i2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { + public i2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; - this.f130b = simpleDraweeView; - this.c = textView; - this.d = chip; - this.e = chip2; - this.f = imageView; + this.f132b = textView; + this.c = spinner; + this.d = textView2; + this.e = textView3; + this.f = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i3.java b/app/src/main/java/b/a/i/i3.java index d7f7c59835..8327607ac8 100644 --- a/app/src/main/java/b/a/i/i3.java +++ b/app/src/main/java/b/a/i/i3.java @@ -1,36 +1,37 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsSystemChannelWrapBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: ViewServerSettingsIconNameBinding.java */ /* loaded from: classes.dex */ public final class i3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f131b; + public final TextView f133b; @NonNull - public final CheckedSetting c; + public final TextInputLayout c; @NonNull - public final CheckedSetting d; + public final SimpleDraweeView d; @NonNull - public final CheckedSetting e; + public final TextView e; @NonNull - public final LinearLayout f; + public final TextView f; - public i3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.f131b = textView; - this.c = checkedSetting; - this.d = checkedSetting2; - this.e = checkedSetting3; - this.f = linearLayout2; + public i3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = constraintLayout; + this.f133b = textView; + this.c = textInputLayout; + this.d = simpleDraweeView; + this.e = textView2; + this.f = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i4.java b/app/src/main/java/b/a/i/i4.java index 04991f8872..a3a62e2458 100644 --- a/app/src/main/java/b/a/i/i4.java +++ b/app/src/main/java/b/a/i/i4.java @@ -1,11 +1,11 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.SeekBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: VolumeSliderViewBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewVoiceUserBinding.java */ /* loaded from: classes.dex */ public final class i4 implements ViewBinding { @NonNull @@ -13,17 +13,14 @@ public final class i4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f132b; + public final SimpleDraweeView f134b; @NonNull - public final ImageView c; - @NonNull - public final SeekBar d; + public final TextView c; - public i4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + public i4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; - this.f132b = imageView; - this.c = imageView2; - this.d = seekBar; + this.f134b = simpleDraweeView; + this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/i5.java b/app/src/main/java/b/a/i/i5.java index 8e9c316fd8..45c3380b8f 100644 --- a/app/src/main/java/b/a/i/i5.java +++ b/app/src/main/java/b/a/i/i5.java @@ -1,28 +1,34 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.RelativeLayout; -import android.widget.TextView; +import android.view.ViewStub; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLeftBinding.java */ +import com.google.android.material.appbar.AppBarLayout; +/* compiled from: WidgetHomePanelCenterChatBinding.java */ /* loaded from: classes.dex */ public final class i5 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f133b; + public final ViewStub f135b; @NonNull - public final FragmentContainerView c; + public final j5 c; + @NonNull + public final FragmentContainerView d; + @NonNull + public final FragmentContainerView e; - public i5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { - this.a = relativeLayout; - this.f133b = textView; - this.c = fragmentContainerView2; + public i5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull j5 j5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView6, @NonNull FragmentContainerView fragmentContainerView7) { + this.a = constraintLayout; + this.f135b = viewStub2; + this.c = j5Var; + this.d = fragmentContainerView; + this.e = fragmentContainerView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j.java b/app/src/main/java/b/a/i/j.java index 71f56d6ae8..285d527731 100644 --- a/app/src/main/java/b/a/i/j.java +++ b/app/src/main/java/b/a/i/j.java @@ -13,11 +13,11 @@ public final class j implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f134b; + public final TextView f136b; public j(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView) { this.a = constraintLayout; - this.f134b = textView; + this.f136b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j0.java b/app/src/main/java/b/a/i/j0.java index 0d7ce1b535..31a751e100 100644 --- a/app/src/main/java/b/a/i/j0.java +++ b/app/src/main/java/b/a/i/j0.java @@ -1,13 +1,13 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -/* compiled from: LayoutContactSyncLandingBinding.java */ +import com.discord.views.phone.PhoneOrEmailInputView; +import com.google.android.material.button.MaterialButton; +/* compiled from: LayoutContactSyncAddPhoneBinding.java */ /* loaded from: classes.dex */ public final class j0 implements ViewBinding { @NonNull @@ -15,20 +15,14 @@ public final class j0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f135b; + public final PhoneOrEmailInputView f137b; @NonNull - public final LoadingButton c; - @NonNull - public final View d; - @NonNull - public final n0 e; + public final MaterialButton c; - public j0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull n0 n0Var) { + public j0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; - this.f135b = textView; - this.c = loadingButton; - this.d = view; - this.e = n0Var; + this.f137b = phoneOrEmailInputView; + this.c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j1.java b/app/src/main/java/b/a/i/j1.java index ad24cbc876..131c0da1e3 100644 --- a/app/src/main/java/b/a/i/j1.java +++ b/app/src/main/java/b/a/i/j1.java @@ -1,22 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding.java */ +import com.google.android.material.textfield.TextInputEditText; +/* compiled from: SearchInputViewBinding.java */ /* loaded from: classes.dex */ public final class j1 implements ViewBinding { @NonNull - public final TextView a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f136b; + public final ImageView f138b; + @NonNull + public final TextInputEditText c; - public j1(@NonNull TextView textView, @NonNull TextView textView2) { - this.a = textView; - this.f136b = textView2; + public j1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { + this.a = view; + this.f138b = imageView; + this.c = textInputEditText; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j2.java b/app/src/main/java/b/a/i/j2.java index c331b0dc35..4e919aef27 100644 --- a/app/src/main/java/b/a/i/j2.java +++ b/app/src/main/java/b/a/i/j2.java @@ -1,24 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewInteractionFailedLabelBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewGuildBinding.java */ /* loaded from: classes.dex */ public final class j2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f137b; + public final SimpleDraweeView f139b; + @NonNull + public final TextView c; - public j2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { - this.a = constraintLayout; - this.f137b = textView; + public j2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = view; + this.f139b = simpleDraweeView; + this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j3.java b/app/src/main/java/b/a/i/j3.java index 4e63d01d3a..de589e1c45 100644 --- a/app/src/main/java/b/a/i/j3.java +++ b/app/src/main/java/b/a/i/j3.java @@ -2,11 +2,10 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewServerSettingsUploadBannerAnimatedUpsellBinding.java */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsNotificationsBinding.java */ /* loaded from: classes.dex */ public final class j3 implements ViewBinding { @NonNull @@ -14,17 +13,14 @@ public final class j3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f138b; + public final CheckedSetting f140b; @NonNull - public final LinearLayout c; - @NonNull - public final TextView d; + public final CheckedSetting c; - public j3(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView) { + public j3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; - this.f138b = materialButton; - this.c = linearLayout2; - this.d = textView; + this.f140b = checkedSetting; + this.c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j4.java b/app/src/main/java/b/a/i/j4.java index 57a1b93539..c7bc177d9e 100644 --- a/app/src/main/java/b/a/i/j4.java +++ b/app/src/main/java/b/a/i/j4.java @@ -1,53 +1,25 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.app.AppViewFlipper; -import com.discord.rlottie.RLottieImageView; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAcceptGiftDialogBinding.java */ +/* compiled from: VoiceUserLimitViewBinding.java */ /* loaded from: classes.dex */ public final class j4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f139b; + public final TextView f141b; @NonNull - public final RLottieImageView c; - @NonNull - public final TextView d; - @NonNull - public final MaterialButton e; - @NonNull - public final LinearLayout f; - @NonNull - public final LinkifiedTextView g; - @NonNull - public final AppViewFlipper h; - @NonNull - public final TextView i; - @NonNull - public final ProgressBar j; + public final TextView c; - public j4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { - this.a = linearLayout; - this.f139b = simpleDraweeView; - this.c = rLottieImageView; - this.d = textView; - this.e = materialButton; - this.f = linearLayout3; - this.g = linkifiedTextView; - this.h = appViewFlipper; - this.i = textView2; - this.j = progressBar; + public j4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = view; + this.f141b = textView; + this.c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/j5.java b/app/src/main/java/b/a/i/j5.java index 79a6aa7725..b23487e855 100644 --- a/app/src/main/java/b/a/i/j5.java +++ b/app/src/main/java/b/a/i/j5.java @@ -1,23 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLoadingBinding.java */ +/* compiled from: WidgetHomePanelCenterContentUnreadBinding.java */ /* loaded from: classes.dex */ public final class j5 implements ViewBinding { @NonNull - public final FrameLayout a; - @NonNull + public final TextView a; - /* renamed from: b reason: collision with root package name */ - public final ImageView f140b; - - public j5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { - this.a = frameLayout; - this.f140b = imageView; + public j5(@NonNull TextView textView, @NonNull TextView textView2) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k.java b/app/src/main/java/b/a/i/k.java index 056d6aecb6..15b71a450d 100644 --- a/app/src/main/java/b/a/i/k.java +++ b/app/src/main/java/b/a/i/k.java @@ -15,7 +15,7 @@ public final class k implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f141b; + public final MaterialButton f142b; @NonNull public final DatePicker c; @NonNull @@ -23,7 +23,7 @@ public final class k implements ViewBinding { public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) { this.a = linearLayout; - this.f141b = materialButton; + this.f142b = materialButton; this.c = datePicker; this.d = textView; } diff --git a/app/src/main/java/b/a/i/k0.java b/app/src/main/java/b/a/i/k0.java index 80615a24d8..b53286d971 100644 --- a/app/src/main/java/b/a/i/k0.java +++ b/app/src/main/java/b/a/i/k0.java @@ -1,14 +1,13 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.views.LoadingButton; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: LayoutContactSyncNameInputBinding.java */ +/* compiled from: LayoutContactSyncLandingBinding.java */ /* loaded from: classes.dex */ public final class k0 implements ViewBinding { @NonNull @@ -16,20 +15,20 @@ public final class k0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextInputEditText f142b; + public final TextView f143b; @NonNull - public final TextInputLayout c; + public final LoadingButton c; @NonNull - public final LoadingButton d; + public final View d; @NonNull - public final TextView e; + public final o0 e; - public k0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public k0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull o0 o0Var) { this.a = constraintLayout; - this.f142b = textInputEditText; - this.c = textInputLayout; - this.d = loadingButton; - this.e = textView; + this.f143b = textView; + this.c = loadingButton; + this.d = view; + this.e = o0Var; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k1.java b/app/src/main/java/b/a/i/k1.java index b1c3dffd2a..50ea3b303f 100644 --- a/app/src/main/java/b/a/i/k1.java +++ b/app/src/main/java/b/a/i/k1.java @@ -4,7 +4,7 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding.java */ +/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding.java */ /* loaded from: classes.dex */ public final class k1 implements ViewBinding { @NonNull @@ -12,11 +12,11 @@ public final class k1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f143b; + public final TextView f144b; public k1(@NonNull TextView textView, @NonNull TextView textView2) { this.a = textView; - this.f143b = textView2; + this.f144b = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k2.java b/app/src/main/java/b/a/i/k2.java index 30c6b8e16a..5a89b6353d 100644 --- a/app/src/main/java/b/a/i/k2.java +++ b/app/src/main/java/b/a/i/k2.java @@ -1,11 +1,13 @@ package b.a.i; import android.view.View; -import android.widget.ProgressBar; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewLoadingButtonBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.chip.Chip; +/* compiled from: ViewGuildBoostConfirmationBinding.java */ /* loaded from: classes.dex */ public final class k2 implements ViewBinding { @NonNull @@ -13,14 +15,23 @@ public final class k2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f144b; + public final SimpleDraweeView f145b; @NonNull - public final ProgressBar c; + public final TextView c; + @NonNull + public final Chip d; + @NonNull + public final Chip e; + @NonNull + public final ImageView f; - public k2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { + public k2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { this.a = view; - this.f144b = materialButton; - this.c = progressBar; + this.f145b = simpleDraweeView; + this.c = textView; + this.d = chip; + this.e = chip2; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k3.java b/app/src/main/java/b/a/i/k3.java index 5b21800ffe..49a5c252a3 100644 --- a/app/src/main/java/b/a/i/k3.java +++ b/app/src/main/java/b/a/i/k3.java @@ -1,15 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadBannerBinding.java */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsSystemChannelWrapBinding.java */ /* loaded from: classes.dex */ public final class k3 implements ViewBinding { @NonNull @@ -17,32 +14,23 @@ public final class k3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final j3 f145b; + public final TextView f146b; @NonNull - public final FrameLayout c; + public final CheckedSetting c; @NonNull - public final TextView d; + public final CheckedSetting d; @NonNull - public final SimpleDraweeView e; + public final CheckedSetting e; @NonNull - public final FloatingActionButton f; - @NonNull - public final LinkifiedTextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; + public final LinearLayout f; - public k3(@NonNull LinearLayout linearLayout, @NonNull j3 j3Var, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + public k3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.f145b = j3Var; - this.c = frameLayout; - this.d = textView; - this.e = simpleDraweeView; - this.f = floatingActionButton; - this.g = linkifiedTextView; - this.h = textView2; - this.i = textView3; + this.f146b = textView; + this.c = checkedSetting; + this.d = checkedSetting2; + this.e = checkedSetting3; + this.f = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k4.java b/app/src/main/java/b/a/i/k4.java index a8b8635b53..45adfebda7 100644 --- a/app/src/main/java/b/a/i/k4.java +++ b/app/src/main/java/b/a/i/k4.java @@ -1,28 +1,29 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.ImageView; +import android.widget.SeekBar; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAuthMfaInfoBinding.java */ +/* compiled from: VolumeSliderViewBinding.java */ /* loaded from: classes.dex */ public final class k4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f146b; + public final ImageView f147b; @NonNull - public final LinkifiedTextView c; + public final ImageView c; + @NonNull + public final SeekBar d; - public k4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { - this.a = linearLayout; - this.f146b = materialButton; - this.c = linkifiedTextView; + public k4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + this.a = view; + this.f147b = imageView; + this.c = imageView2; + this.d = seekBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/k5.java b/app/src/main/java/b/a/i/k5.java index fc06241c63..a6cdeeb019 100644 --- a/app/src/main/java/b/a/i/k5.java +++ b/app/src/main/java/b/a/i/k5.java @@ -2,26 +2,27 @@ package b.a.i; import android.view.View; import android.widget.FrameLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelRightBinding.java */ +/* compiled from: WidgetHomePanelLeftBinding.java */ /* loaded from: classes.dex */ public final class k5 implements ViewBinding { @NonNull - public final FrameLayout a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final RoundedRelativeLayout f147b; + public final TextView f148b; @NonNull public final FragmentContainerView c; - public k5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { - this.a = frameLayout; - this.f147b = roundedRelativeLayout; - this.c = fragmentContainerView3; + public k5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { + this.a = relativeLayout; + this.f148b = textView; + this.c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l.java b/app/src/main/java/b/a/i/l.java index eedd9f86e4..6ff5aa73c4 100644 --- a/app/src/main/java/b/a/i/l.java +++ b/app/src/main/java/b/a/i/l.java @@ -15,7 +15,7 @@ public final class l implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f148b; + public final MaterialButton f149b; @NonNull public final MaxHeightRecyclerView c; @NonNull @@ -23,7 +23,7 @@ public final class l implements ViewBinding { public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) { this.a = linearLayout; - this.f148b = materialButton; + this.f149b = materialButton; this.c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/b/a/i/l0.java b/app/src/main/java/b/a/i/l0.java index e3ff4cd622..3a4889bc96 100644 --- a/app/src/main/java/b/a/i/l0.java +++ b/app/src/main/java/b/a/i/l0.java @@ -4,11 +4,11 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.LoadingButton; -/* compiled from: LayoutContactSyncSuggestionsBinding.java */ +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: LayoutContactSyncNameInputBinding.java */ /* loaded from: classes.dex */ public final class l0 implements ViewBinding { @NonNull @@ -16,14 +16,20 @@ public final class l0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final RecyclerView f149b; + public final TextInputEditText f150b; @NonNull - public final LoadingButton c; + public final TextInputLayout c; + @NonNull + public final LoadingButton d; + @NonNull + public final TextView e; - public l0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { + public l0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; - this.f149b = recyclerView; - this.c = loadingButton; + this.f150b = textInputEditText; + this.c = textInputLayout; + this.d = loadingButton; + this.e = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l1.java b/app/src/main/java/b/a/i/l1.java index 12e6cc0986..7804e1531d 100644 --- a/app/src/main/java/b/a/i/l1.java +++ b/app/src/main/java/b/a/i/l1.java @@ -1,30 +1,22 @@ package b.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.UsernameView; -import com.facebook.drawee.span.SimpleDraweeSpanTextView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: SettingsMemberViewBinding.java */ +/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding.java */ /* loaded from: classes.dex */ public final class l1 implements ViewBinding { @NonNull - public final View a; + public final TextView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f150b; - @NonNull - public final SimpleDraweeSpanTextView c; - @NonNull - public final UsernameView d; + public final TextView f151b; - public l1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull UsernameView usernameView) { - this.a = view; - this.f150b = simpleDraweeView; - this.c = simpleDraweeSpanTextView; - this.d = usernameView; + public l1(@NonNull TextView textView, @NonNull TextView textView2) { + this.a = textView; + this.f151b = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l2.java b/app/src/main/java/b/a/i/l2.java index 0da9daa301..685174ac1a 100644 --- a/app/src/main/java/b/a/i/l2.java +++ b/app/src/main/java/b/a/i/l2.java @@ -1,31 +1,24 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; 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; -/* compiled from: ViewMobileReportBlockUserBinding.java */ +/* compiled from: ViewInteractionFailedLabelBinding.java */ /* loaded from: classes.dex */ public final class l2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f151b; - @NonNull - public final MaterialButton c; - @NonNull - public final TextView d; + public final TextView f152b; - public l2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = linearLayout; - this.f151b = simpleDraweeView; - this.c = materialButton; - this.d = textView3; + public l2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = constraintLayout; + this.f152b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l3.java b/app/src/main/java/b/a/i/l3.java index 1117ac880a..e4f6782971 100644 --- a/app/src/main/java/b/a/i/l3.java +++ b/app/src/main/java/b/a/i/l3.java @@ -1,15 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadSplashBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewServerSettingsUploadBannerAnimatedUpsellBinding.java */ /* loaded from: classes.dex */ public final class l3 implements ViewBinding { @NonNull @@ -17,29 +14,17 @@ public final class l3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final FrameLayout f152b; + public final MaterialButton f153b; @NonNull - public final FloatingActionButton c; + public final LinearLayout c; @NonNull public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - public l3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + public l3(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView) { this.a = linearLayout; - this.f152b = frameLayout; - this.c = floatingActionButton; + this.f153b = materialButton; + this.c = linearLayout2; this.d = textView; - this.e = simpleDraweeView; - this.f = linkifiedTextView; - this.g = textView2; - this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l4.java b/app/src/main/java/b/a/i/l4.java index 8d1e9ea6b5..ea8aaa60af 100644 --- a/app/src/main/java/b/a/i/l4.java +++ b/app/src/main/java/b/a/i/l4.java @@ -2,12 +2,16 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; +import com.discord.app.AppViewFlipper; +import com.discord.rlottie.RLottieImageView; import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetBlockRussianPurchasesDialogBinding.java */ +/* compiled from: WidgetAcceptGiftDialogBinding.java */ /* loaded from: classes.dex */ public final class l4 implements ViewBinding { @NonNull @@ -15,14 +19,35 @@ public final class l4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinkifiedTextView f153b; + public final SimpleDraweeView f154b; @NonNull - public final MaterialButton c; + public final RLottieImageView c; + @NonNull + public final TextView d; + @NonNull + public final MaterialButton e; + @NonNull + public final LinearLayout f; + @NonNull + public final LinkifiedTextView g; + @NonNull + public final AppViewFlipper h; + @NonNull + public final TextView i; + @NonNull + public final ProgressBar j; - public l4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton) { + public l4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { this.a = linearLayout; - this.f153b = linkifiedTextView; - this.c = materialButton; + this.f154b = simpleDraweeView; + this.c = rLottieImageView; + this.d = textView; + this.e = materialButton; + this.f = linearLayout3; + this.g = linkifiedTextView; + this.h = appViewFlipper; + this.i = textView2; + this.j = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/l5.java b/app/src/main/java/b/a/i/l5.java index 8606ca3c9f..11cbc53752 100644 --- a/app/src/main/java/b/a/i/l5.java +++ b/app/src/main/java/b/a/i/l5.java @@ -1,30 +1,23 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.FrameLayout; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetHubEmailFlowConfirmationBinding.java */ +/* compiled from: WidgetHomePanelLoadingBinding.java */ /* loaded from: classes.dex */ public final class l5 implements ViewBinding { @NonNull - public final NestedScrollView a; + public final FrameLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinkifiedTextView f154b; - @NonNull - public final TextView c; - @NonNull - public final LinkifiedTextView d; + public final ImageView f155b; - public l5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { - this.a = nestedScrollView; - this.f154b = linkifiedTextView; - this.c = textView; - this.d = linkifiedTextView2; + public l5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { + this.a = frameLayout; + this.f155b = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m.java b/app/src/main/java/b/a/i/m.java index aa9130397e..e486af4be0 100644 --- a/app/src/main/java/b/a/i/m.java +++ b/app/src/main/java/b/a/i/m.java @@ -12,11 +12,11 @@ public final class m implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f155b; + public final TextView f156b; public m(@NonNull TextView textView, @NonNull TextView textView2) { this.a = textView; - this.f155b = textView2; + this.f156b = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m0.java b/app/src/main/java/b/a/i/m0.java index 6a69e619a8..9d60f20837 100644 --- a/app/src/main/java/b/a/i/m0.java +++ b/app/src/main/java/b/a/i/m0.java @@ -4,9 +4,11 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: LayoutContactSyncSuggestionsEmptyBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.LoadingButton; +/* compiled from: LayoutContactSyncSuggestionsBinding.java */ /* loaded from: classes.dex */ public final class m0 implements ViewBinding { @NonNull @@ -14,14 +16,14 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f156b; + public final RecyclerView f157b; @NonNull - public final MaterialButton c; + public final LoadingButton c; - public m0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public m0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; - this.f156b = materialButton; - this.c = materialButton2; + this.f157b = recyclerView; + this.c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m1.java b/app/src/main/java/b/a/i/m1.java index 23725388eb..00b94b4151 100644 --- a/app/src/main/java/b/a/i/m1.java +++ b/app/src/main/java/b/a/i/m1.java @@ -1,12 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ShinyButtonBinding.java */ +import com.discord.views.UsernameView; +import com.facebook.drawee.span.SimpleDraweeSpanTextView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: SettingsMemberViewBinding.java */ /* loaded from: classes.dex */ public final class m1 implements ViewBinding { @NonNull @@ -14,17 +14,17 @@ public final class m1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f157b; + public final SimpleDraweeView f158b; @NonNull - public final ImageView c; + public final SimpleDraweeSpanTextView c; @NonNull - public final TextView d; + public final UsernameView d; - public m1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + public m1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull UsernameView usernameView) { this.a = view; - this.f157b = linearLayout; - this.c = imageView; - this.d = textView; + this.f158b = simpleDraweeView; + this.c = simpleDraweeSpanTextView; + this.d = usernameView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m2.java b/app/src/main/java/b/a/i/m2.java index aa94ee6bfd..3207c71487 100644 --- a/app/src/main/java/b/a/i/m2.java +++ b/app/src/main/java/b/a/i/m2.java @@ -1,50 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.ProgressBar; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.GuildView; -/* compiled from: ViewMobileReportsChannelPreviewBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewLoadingButtonBinding.java */ /* loaded from: classes.dex */ public final class m2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final GuildView f158b; + public final MaterialButton f159b; @NonNull - public final TextView c; - @NonNull - public final LinkifiedTextView d; + public final ProgressBar c; - public m2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { - this.a = constraintLayout; - this.f158b = guildView; - this.c = textView; - this.d = linkifiedTextView; - } - - @NonNull - public static m2 a(@NonNull View view) { - int i = R.id.image; - GuildView guildView = (GuildView) view.findViewById(R.id.image); - if (guildView != null) { - i = R.id.kicker; - TextView textView = (TextView) view.findViewById(R.id.kicker); - if (textView != null) { - i = R.id.text; - LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text); - if (linkifiedTextView != null) { - return new m2((ConstraintLayout) view, guildView, textView, linkifiedTextView); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public m2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { + this.a = view; + this.f159b = materialButton; + this.c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m3.java b/app/src/main/java/b/a/i/m3.java index f386ecd993..1eb093b6e1 100644 --- a/app/src/main/java/b/a/i/m3.java +++ b/app/src/main/java/b/a/i/m3.java @@ -1,26 +1,48 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.checkbox.MaterialCheckBox; -/* compiled from: ViewSettingCheckBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadBannerBinding.java */ /* loaded from: classes.dex */ public final class m3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialCheckBox f159b; + public final l3 f160b; @NonNull - public final ConstraintLayout c; + public final FrameLayout c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final FloatingActionButton f; + @NonNull + public final LinkifiedTextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public m3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.f159b = materialCheckBox; - this.c = constraintLayout; + public m3(@NonNull LinearLayout linearLayout, @NonNull l3 l3Var, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = linearLayout; + this.f160b = l3Var; + this.c = frameLayout; + this.d = textView; + this.e = simpleDraweeView; + this.f = floatingActionButton; + this.g = linkifiedTextView; + this.h = textView2; + this.i = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m4.java b/app/src/main/java/b/a/i/m4.java index 5ac8c11334..d75cc9eeae 100644 --- a/app/src/main/java/b/a/i/m4.java +++ b/app/src/main/java/b/a/i/m4.java @@ -1,21 +1,28 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetCallFullscreenAudioShareWarningBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetAuthMfaInfoBinding.java */ /* loaded from: classes.dex */ public final class m4 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final View f160b; + public final MaterialButton f161b; + @NonNull + public final LinkifiedTextView c; - public m4(@NonNull View view, @NonNull View view2) { - this.a = view; - this.f160b = view2; + public m4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { + this.a = linearLayout; + this.f161b = materialButton; + this.c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/m5.java b/app/src/main/java/b/a/i/m5.java index 122d322188..d29d3c97d5 100644 --- a/app/src/main/java/b/a/i/m5.java +++ b/app/src/main/java/b/a/i/m5.java @@ -1,23 +1,27 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.FrameLayout; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHubEmailFlowWaitlistBinding.java */ +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelRightBinding.java */ /* loaded from: classes.dex */ public final class m5 implements ViewBinding { @NonNull - public final NestedScrollView a; + public final FrameLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f161b; + public final RoundedRelativeLayout f162b; + @NonNull + public final FragmentContainerView c; - public m5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) { - this.a = nestedScrollView; - this.f161b = textView; + public m5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { + this.a = frameLayout; + this.f162b = roundedRelativeLayout; + this.c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n.java b/app/src/main/java/b/a/i/n.java index 7ac9767a8a..93a54d4d60 100644 --- a/app/src/main/java/b/a/i/n.java +++ b/app/src/main/java/b/a/i/n.java @@ -11,11 +11,11 @@ public final class n implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final View f162b; + public final View f163b; public n(@NonNull View view, @NonNull View view2) { this.a = view; - this.f162b = view2; + this.f163b = view2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n0.java b/app/src/main/java/b/a/i/n0.java index 3b0d87ca4b..cce28ff37f 100644 --- a/app/src/main/java/b/a/i/n0.java +++ b/app/src/main/java/b/a/i/n0.java @@ -1,47 +1,27 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.CheckedSetting; -/* compiled from: LayoutContactSyncToggleInfoBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: LayoutContactSyncSuggestionsEmptyBinding.java */ /* loaded from: classes.dex */ public final class n0 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinkifiedTextView f163b; + public final MaterialButton f164b; @NonNull - public final CheckedSetting c; + public final MaterialButton c; - public n0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { - this.a = linearLayout; - this.f163b = linkifiedTextView; - this.c = checkedSetting; - } - - @NonNull - public static n0 a(@NonNull View view) { - int i = R.id.contact_sync_discovery_info_1; - TextView textView = (TextView) view.findViewById(R.id.contact_sync_discovery_info_1); - if (textView != null) { - i = R.id.contact_sync_discovery_info_2; - LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.contact_sync_discovery_info_2); - if (linkifiedTextView != null) { - i = R.id.contact_sync_discovery_toggle; - CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.contact_sync_discovery_toggle); - if (checkedSetting != null) { - return new n0((LinearLayout) view, textView, linkifiedTextView, checkedSetting); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public n0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + this.a = constraintLayout; + this.f164b = materialButton; + this.c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n1.java b/app/src/main/java/b/a/i/n1.java index f48bfab94c..8d7ecf4f92 100644 --- a/app/src/main/java/b/a/i/n1.java +++ b/app/src/main/java/b/a/i/n1.java @@ -1,33 +1,30 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: SimpleConfirmationDialogBinding.java */ +/* compiled from: ShinyButtonBinding.java */ /* loaded from: classes.dex */ public final class n1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f164b; + public final LinearLayout f165b; @NonNull - public final MaterialButton c; + public final ImageView c; @NonNull - public final MaterialButton d; - @NonNull - public final TextView e; + public final TextView d; - public n1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { - this.a = linearLayout; - this.f164b = textView; - this.c = materialButton; - this.d = materialButton2; - this.e = textView2; + public n1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.f165b = linearLayout; + this.c = imageView; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n2.java b/app/src/main/java/b/a/i/n2.java index 8b4329b578..092e56139d 100644 --- a/app/src/main/java/b/a/i/n2.java +++ b/app/src/main/java/b/a/i/n2.java @@ -1,24 +1,31 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewMobileReportsChildBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewMobileReportBlockUserBinding.java */ /* loaded from: classes.dex */ public final class n2 implements ViewBinding { @NonNull - public final FrameLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f165b; + public final SimpleDraweeView f166b; + @NonNull + public final MaterialButton c; + @NonNull + public final TextView d; - public n2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { - this.a = frameLayout; - this.f165b = textView; + public n2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = linearLayout; + this.f166b = simpleDraweeView; + this.c = materialButton; + this.d = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n3.java b/app/src/main/java/b/a/i/n3.java index 86dc163cf0..3f251cda4d 100644 --- a/app/src/main/java/b/a/i/n3.java +++ b/app/src/main/java/b/a/i/n3.java @@ -1,26 +1,45 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.radiobutton.MaterialRadioButton; -/* compiled from: ViewSettingRadioBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadSplashBinding.java */ /* loaded from: classes.dex */ public final class n3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialRadioButton f166b; + public final FrameLayout f167b; @NonNull - public final ConstraintLayout c; + public final FloatingActionButton c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public n3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.f166b = materialRadioButton; - this.c = constraintLayout; + public n3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = linearLayout; + this.f167b = frameLayout; + this.c = floatingActionButton; + this.d = textView; + this.e = simpleDraweeView; + this.f = linkifiedTextView; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n4.java b/app/src/main/java/b/a/i/n4.java index 1081d4facf..9b237b7356 100644 --- a/app/src/main/java/b/a/i/n4.java +++ b/app/src/main/java/b/a/i/n4.java @@ -2,46 +2,27 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; -/* compiled from: WidgetCallFullscreenPrivateCallBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetBlockRussianPurchasesDialogBinding.java */ /* loaded from: classes.dex */ public final class n4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final PrivateCallBlurredGridView f167b; + public final LinkifiedTextView f168b; @NonNull - public final TextView c; - @NonNull - public final RelativeLayout d; - @NonNull - public final LinearLayout e; - @NonNull - public final PrivateCallGridView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; + public final MaterialButton c; - public n4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = relativeLayout; - this.f167b = privateCallBlurredGridView; - this.c = textView; - this.d = relativeLayout2; - this.e = linearLayout; - this.f = privateCallGridView; - this.g = textView2; - this.h = textView3; - this.i = textView4; + public n4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton) { + this.a = linearLayout; + this.f168b = linkifiedTextView; + this.c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/n5.java b/app/src/main/java/b/a/i/n5.java index 68dae62033..1b9a6e3764 100644 --- a/app/src/main/java/b/a/i/n5.java +++ b/app/src/main/java/b/a/i/n5.java @@ -1,33 +1,30 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMaskedLinksDialogBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: WidgetHubEmailFlowConfirmationBinding.java */ /* loaded from: classes.dex */ public final class n5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f168b; + public final LinkifiedTextView f169b; @NonNull - public final MaterialButton c; + public final TextView c; @NonNull - public final MaterialButton d; - @NonNull - public final TextView e; + public final LinkifiedTextView d; - public n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = linearLayout; - this.f168b = textView; - this.c = materialButton; - this.d = materialButton2; - this.e = textView2; + public n5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = nestedScrollView; + this.f169b = linkifiedTextView; + this.c = textView; + this.d = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o.java b/app/src/main/java/b/a/i/o.java index 5873fd396b..308d841a88 100644 --- a/app/src/main/java/b/a/i/o.java +++ b/app/src/main/java/b/a/i/o.java @@ -6,14 +6,13 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; /* compiled from: ForumBrowserEmptyBinding.java */ /* loaded from: classes.dex */ public final class o implements ViewBinding { @NonNull public final ConstraintLayout a; - public o(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public o(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = constraintLayout; } diff --git a/app/src/main/java/b/a/i/o0.java b/app/src/main/java/b/a/i/o0.java index 9b64faa2ca..5a34541336 100644 --- a/app/src/main/java/b/a/i/o0.java +++ b/app/src/main/java/b/a/i/o0.java @@ -1,24 +1,47 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.CodeVerificationView; -/* compiled from: LayoutContactSyncVerifyPhoneBinding.java */ +import com.discord.R; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.CheckedSetting; +/* compiled from: LayoutContactSyncToggleInfoBinding.java */ /* loaded from: classes.dex */ public final class o0 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final CodeVerificationView f169b; + public final LinkifiedTextView f170b; + @NonNull + public final CheckedSetting c; - public o0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.f169b = codeVerificationView; + public o0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { + this.a = linearLayout; + this.f170b = linkifiedTextView; + this.c = checkedSetting; + } + + @NonNull + public static o0 a(@NonNull View view) { + int i = R.id.contact_sync_discovery_info_1; + TextView textView = (TextView) view.findViewById(R.id.contact_sync_discovery_info_1); + if (textView != null) { + i = R.id.contact_sync_discovery_info_2; + LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.contact_sync_discovery_info_2); + if (linkifiedTextView != null) { + i = R.id.contact_sync_discovery_toggle; + CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.contact_sync_discovery_toggle); + if (checkedSetting != null) { + return new o0((LinearLayout) view, textView, linkifiedTextView, checkedSetting); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o1.java b/app/src/main/java/b/a/i/o1.java index 0cbed6e0b7..87f5bcfbf8 100644 --- a/app/src/main/java/b/a/i/o1.java +++ b/app/src/main/java/b/a/i/o1.java @@ -1,14 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.premium.ShinyButton; import com.google.android.material.button.MaterialButton; -/* compiled from: SingleValuePropPremiumUpsellDialogBinding.java */ +/* compiled from: SimpleConfirmationDialogBinding.java */ /* loaded from: classes.dex */ public final class o1 implements ViewBinding { @NonNull @@ -16,23 +14,20 @@ public final class o1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f170b; + public final TextView f171b; @NonNull - public final ShinyButton c; + public final MaterialButton c; @NonNull - public final TextView d; + public final MaterialButton d; @NonNull public final TextView e; - @NonNull - public final ImageView f; - public o1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public o1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; - this.f170b = materialButton; - this.c = shinyButton; - this.d = textView; + this.f171b = textView; + this.c = materialButton; + this.d = materialButton2; this.e = textView2; - this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o2.java b/app/src/main/java/b/a/i/o2.java index 1be223d9d1..71c23cc72d 100644 --- a/app/src/main/java/b/a/i/o2.java +++ b/app/src/main/java/b/a/i/o2.java @@ -1,17 +1,50 @@ package b.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewMobileReportsMulticheckItemBinding.java */ +import com.discord.R; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.GuildView; +/* compiled from: ViewMobileReportsChannelPreviewBinding.java */ /* loaded from: classes.dex */ public final class o2 implements ViewBinding { @NonNull - public final CheckedSetting a; + public final ConstraintLayout a; + @NonNull - public o2(@NonNull CheckedSetting checkedSetting) { - this.a = checkedSetting; + /* renamed from: b reason: collision with root package name */ + public final GuildView f172b; + @NonNull + public final TextView c; + @NonNull + public final LinkifiedTextView d; + + public o2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { + this.a = constraintLayout; + this.f172b = guildView; + this.c = textView; + this.d = linkifiedTextView; + } + + @NonNull + public static o2 a(@NonNull View view) { + int i = R.id.image; + GuildView guildView = (GuildView) view.findViewById(R.id.image); + if (guildView != null) { + i = R.id.kicker; + TextView textView = (TextView) view.findViewById(R.id.kicker); + if (textView != null) { + i = R.id.text; + LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text); + if (linkifiedTextView != null) { + return new o2((ConstraintLayout) view, guildView, textView, linkifiedTextView); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o3.java b/app/src/main/java/b/a/i/o3.java index a110fcff46..26227b02c5 100644 --- a/app/src/main/java/b/a/i/o3.java +++ b/app/src/main/java/b/a/i/o3.java @@ -1,12 +1,11 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: ViewSettingSharedBinding.java */ +import com.google.android.material.checkbox.MaterialCheckBox; +/* compiled from: ViewSettingCheckBinding.java */ /* loaded from: classes.dex */ public final class o3 implements ViewBinding { @NonNull @@ -14,20 +13,14 @@ public final class o3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f171b; + public final MaterialCheckBox f173b; @NonNull - public final TextView c; - @NonNull - public final LinkifiedTextView d; - @NonNull - public final TextView e; + public final ConstraintLayout c; - public o3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { + public o3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.f171b = imageView; - this.c = textView; - this.d = linkifiedTextView; - this.e = textView2; + this.f173b = materialCheckBox; + this.c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o4.java b/app/src/main/java/b/a/i/o4.java index 01ca705ce1..8a7e461858 100644 --- a/app/src/main/java/b/a/i/o4.java +++ b/app/src/main/java/b/a/i/o4.java @@ -1,27 +1,21 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsCannotDeleteBinding.java */ +/* compiled from: WidgetCallFullscreenAudioShareWarningBinding.java */ /* loaded from: classes.dex */ public final class o4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f172b; - @NonNull - public final MaterialButton c; + public final View f174b; - public o4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { - this.a = linearLayout; - this.f172b = textView; - this.c = materialButton; + public o4(@NonNull View view, @NonNull View view2) { + this.a = view; + this.f174b = view2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/o5.java b/app/src/main/java/b/a/i/o5.java index a4543e8b8b..e1e4611398 100644 --- a/app/src/main/java/b/a/i/o5.java +++ b/app/src/main/java/b/a/i/o5.java @@ -1,17 +1,23 @@ package b.a.i; import android.view.View; -import android.widget.RadioButton; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding.java */ +/* compiled from: WidgetHubEmailFlowWaitlistBinding.java */ /* loaded from: classes.dex */ public final class o5 implements ViewBinding { @NonNull - public final RadioButton a; + public final NestedScrollView a; + @NonNull - public o5(@NonNull RadioButton radioButton) { - this.a = radioButton; + /* renamed from: b reason: collision with root package name */ + public final TextView f175b; + + public o5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) { + this.a = nestedScrollView; + this.f175b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p.java b/app/src/main/java/b/a/i/p.java index 775274e0a1..83ae0a6608 100644 --- a/app/src/main/java/b/a/i/p.java +++ b/app/src/main/java/b/a/i/p.java @@ -1,17 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: GifSearchEmptyStateTextBoxViewBinding.java */ +/* compiled from: ForumBrowserLoadingBinding.java */ /* loaded from: classes.dex */ public final class p implements ViewBinding { @NonNull - public final TextView a; + public final ConstraintLayout a; - public p(@NonNull TextView textView) { - this.a = textView; + public p(@NonNull ConstraintLayout constraintLayout) { + this.a = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p0.java b/app/src/main/java/b/a/i/p0.java index bbe1187e49..b2688aa28f 100644 --- a/app/src/main/java/b/a/i/p0.java +++ b/app/src/main/java/b/a/i/p0.java @@ -1,12 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: LayoutFullscreenCallPreviewEmptyBinding.java */ +import com.discord.views.CodeVerificationView; +/* compiled from: LayoutContactSyncVerifyPhoneBinding.java */ /* loaded from: classes.dex */ public final class p0 implements ViewBinding { @NonNull @@ -14,11 +14,11 @@ public final class p0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ConstraintLayout f173b; + public final CodeVerificationView f176b; - public p0(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2) { + public p0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; - this.f173b = constraintLayout2; + this.f176b = codeVerificationView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p1.java b/app/src/main/java/b/a/i/p1.java index de2c2e054e..3a01b70f62 100644 --- a/app/src/main/java/b/a/i/p1.java +++ b/app/src/main/java/b/a/i/p1.java @@ -2,21 +2,37 @@ package b.a.i; import android.view.View; import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: SparkleViewBinding.java */ +import com.discord.views.premium.ShinyButton; +import com.google.android.material.button.MaterialButton; +/* compiled from: SingleValuePropPremiumUpsellDialogBinding.java */ /* loaded from: classes.dex */ public final class p1 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f174b; + public final MaterialButton f177b; + @NonNull + public final ShinyButton c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final ImageView f; - public p1(@NonNull View view, @NonNull ImageView imageView) { - this.a = view; - this.f174b = imageView; + public p1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + this.a = linearLayout; + this.f177b = materialButton; + this.c = shinyButton; + this.d = textView; + this.e = textView2; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p2.java b/app/src/main/java/b/a/i/p2.java index 1b73d607df..c2fe231455 100644 --- a/app/src/main/java/b/a/i/p2.java +++ b/app/src/main/java/b/a/i/p2.java @@ -1,31 +1,24 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.FrameLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewOverlayMenuBinding.java */ +/* compiled from: ViewMobileReportsChildBinding.java */ /* loaded from: classes.dex */ public final class p2 implements ViewBinding { @NonNull - public final View a; + public final FrameLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final q2 f175b; - @NonNull - public final ImageView c; - @NonNull - public final ImageView d; - @NonNull - public final ImageView e; + public final TextView f178b; - public p2(@NonNull View view, @NonNull q2 q2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { - this.a = view; - this.f175b = q2Var; - this.c = imageView; - this.d = imageView2; - this.e = imageView3; + public p2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { + this.a = frameLayout; + this.f178b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p3.java b/app/src/main/java/b/a/i/p3.java index 6470c00b50..404796183f 100644 --- a/app/src/main/java/b/a/i/p3.java +++ b/app/src/main/java/b/a/i/p3.java @@ -4,8 +4,8 @@ import android.view.View; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: ViewSettingSwitchBinding.java */ +import com.google.android.material.radiobutton.MaterialRadioButton; +/* compiled from: ViewSettingRadioBinding.java */ /* loaded from: classes.dex */ public final class p3 implements ViewBinding { @NonNull @@ -13,13 +13,13 @@ public final class p3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SwitchMaterial f176b; + public final MaterialRadioButton f179b; @NonNull public final ConstraintLayout c; - public p3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + public p3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.f176b = switchMaterial; + this.f179b = materialRadioButton; this.c = constraintLayout; } diff --git a/app/src/main/java/b/a/i/p4.java b/app/src/main/java/b/a/i/p4.java index f960925f75..1329c7b131 100644 --- a/app/src/main/java/b/a/i/p4.java +++ b/app/src/main/java/b/a/i/p4.java @@ -1,63 +1,47 @@ package b.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsDeleteBinding.java */ +import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; +import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; +/* compiled from: WidgetCallFullscreenPrivateCallBinding.java */ /* loaded from: classes.dex */ public final class p4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f177b; + public final PrivateCallBlurredGridView f180b; @NonNull - public final MaterialButton c; + public final TextView c; @NonNull - public final MaterialButton d; + public final RelativeLayout d; @NonNull - public final TextView e; + public final LinearLayout e; + @NonNull + public final PrivateCallGridView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public p4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { - this.a = linearLayout; - this.f177b = textView; - this.c = materialButton; - this.d = materialButton2; - this.e = textView2; - } - - @NonNull - public static p4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(R.layout.widget_channel_settings_delete, (ViewGroup) null, false); - if (!z2) { - int i = R.id.channel_settings_delete_body; - TextView textView = (TextView) inflate.findViewById(R.id.channel_settings_delete_body); - if (textView != null) { - i = R.id.channel_settings_delete_cancel; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_cancel); - if (materialButton != null) { - i = R.id.channel_settings_delete_confirm; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_confirm); - if (materialButton2 != null) { - i = R.id.channel_settings_delete_title; - TextView textView2 = (TextView) inflate.findViewById(R.id.channel_settings_delete_title); - if (textView2 != null) { - return new p4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); - } - throw null; + public p4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + this.a = relativeLayout; + this.f180b = privateCallBlurredGridView; + this.c = textView; + this.d = relativeLayout2; + this.e = linearLayout; + this.f = privateCallGridView; + this.g = textView2; + this.h = textView3; + this.i = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/p5.java b/app/src/main/java/b/a/i/p5.java index b8d3dff1d6..cb17cffc88 100644 --- a/app/src/main/java/b/a/i/p5.java +++ b/app/src/main/java/b/a/i/p5.java @@ -1,17 +1,12 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.SeekBar; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMusicRichPresenceBinding.java */ +/* compiled from: WidgetMaskedLinksDialogBinding.java */ /* loaded from: classes.dex */ public final class p5 implements ViewBinding { @NonNull @@ -19,41 +14,20 @@ public final class p5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f178b; + public final TextView f181b; @NonNull - public final TextView c; + public final MaterialButton c; @NonNull - public final TextView d; + public final MaterialButton d; @NonNull - public final SimpleDraweeView e; - @NonNull - public final SimpleDraweeView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final MaterialButton i; - @NonNull - public final SeekBar j; - @NonNull - public final TextView k; - @NonNull - public final TextView l; + public final TextView e; - public p5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { + public p5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.f178b = linearLayout2; - this.c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = simpleDraweeView2; - this.g = textView3; - this.h = textView4; - this.i = materialButton; - this.j = seekBar; - this.k = textView5; - this.l = textView6; + this.f181b = textView; + this.c = materialButton; + this.d = materialButton2; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q.java b/app/src/main/java/b/a/i/q.java index dd57bb1eb1..f3472a9c69 100644 --- a/app/src/main/java/b/a/i/q.java +++ b/app/src/main/java/b/a/i/q.java @@ -1,45 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.button.MaterialButton; -/* compiled from: GiftPurchasedDialogBinding.java */ +/* compiled from: GifSearchEmptyStateTextBoxViewBinding.java */ /* loaded from: classes.dex */ public final class q implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull + public final TextView a; - /* renamed from: b reason: collision with root package name */ - public final TextView f179b; - @NonNull - public final RelativeLayout c; - @NonNull - public final MaterialButton d; - @NonNull - public final LinkifiedTextView e; - @NonNull - public final MaterialButton f; - @NonNull - public final TextView g; - @NonNull - public final ImageView h; - - public q(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { - this.a = linearLayout; - this.f179b = textView; - this.c = relativeLayout; - this.d = materialButton; - this.e = linkifiedTextView; - this.f = materialButton2; - this.g = textView2; - this.h = imageView; + public q(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q0.java b/app/src/main/java/b/a/i/q0.java index 5f13da4ee5..30be5a3443 100644 --- a/app/src/main/java/b/a/i/q0.java +++ b/app/src/main/java/b/a/i/q0.java @@ -5,11 +5,8 @@ import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Group; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: LayoutIconUploaderBinding.java */ +/* compiled from: LayoutFullscreenCallPreviewEmptyBinding.java */ /* loaded from: classes.dex */ public final class q0 implements ViewBinding { @NonNull @@ -17,44 +14,11 @@ public final class q0 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f180b; - @NonNull - public final Group c; + public final ConstraintLayout f182b; - public q0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { + public q0(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; - this.f180b = simpleDraweeView; - this.c = group; - } - - @NonNull - public static q0 a(@NonNull View view) { - int i = R.id.icon_uploader_image; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.icon_uploader_image); - if (simpleDraweeView != null) { - i = R.id.icon_uploader_placeholder_border; - ImageView imageView = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_border); - if (imageView != null) { - i = R.id.icon_uploader_placeholder_icon; - ImageView imageView2 = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_icon); - if (imageView2 != null) { - i = R.id.icon_uploader_placeholder_text; - TextView textView = (TextView) view.findViewById(R.id.icon_uploader_placeholder_text); - if (textView != null) { - i = R.id.icon_uploader_plus; - ImageView imageView3 = (ImageView) view.findViewById(R.id.icon_uploader_plus); - if (imageView3 != null) { - i = R.id.placeholder_group; - Group group = (Group) view.findViewById(R.id.placeholder_group); - if (group != null) { - return new q0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); - } - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + this.f182b = constraintLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q1.java b/app/src/main/java/b/a/i/q1.java index b4bd5760ab..5a3a383bd6 100644 --- a/app/src/main/java/b/a/i/q1.java +++ b/app/src/main/java/b/a/i/q1.java @@ -4,9 +4,7 @@ import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.rlottie.RLottieImageView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: StickerViewBinding.java */ +/* compiled from: SparkleViewBinding.java */ /* loaded from: classes.dex */ public final class q1 implements ViewBinding { @NonNull @@ -14,17 +12,11 @@ public final class q1 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f181b; - @NonNull - public final RLottieImageView c; - @NonNull - public final ImageView d; + public final ImageView f183b; - public q1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { + public q1(@NonNull View view, @NonNull ImageView imageView) { this.a = view; - this.f181b = simpleDraweeView; - this.c = rLottieImageView; - this.d = imageView; + this.f183b = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q2.java b/app/src/main/java/b/a/i/q2.java index 3dabd876f3..fed37fd085 100644 --- a/app/src/main/java/b/a/i/q2.java +++ b/app/src/main/java/b/a/i/q2.java @@ -1,39 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewOverlayMenuContentBinding.java */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewMobileReportsMulticheckItemBinding.java */ /* loaded from: classes.dex */ public final class q2 implements ViewBinding { @NonNull - public final CardView a; - @NonNull + public final CheckedSetting a; - /* renamed from: b reason: collision with root package name */ - public final TextView f182b; - @NonNull - public final TextView c; - @NonNull - public final TextView d; - @NonNull - public final ImageView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - - public q2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { - this.a = cardView; - this.f182b = textView; - this.c = textView2; - this.d = textView3; - this.e = imageView; - this.f = textView4; - this.g = textView5; + public q2(@NonNull CheckedSetting checkedSetting) { + this.a = checkedSetting; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q3.java b/app/src/main/java/b/a/i/q3.java index ce5395cebc..9c316724e2 100644 --- a/app/src/main/java/b/a/i/q3.java +++ b/app/src/main/java/b/a/i/q3.java @@ -4,27 +4,30 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: ViewSettingSharedBinding.java */ /* loaded from: classes.dex */ public final class q3 implements ViewBinding { @NonNull - public final LinearLayoutCompat a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f183b; + public final ImageView f184b; @NonNull public final TextView c; @NonNull - public final TextView d; + public final LinkifiedTextView d; + @NonNull + public final TextView e; - public q3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = linearLayoutCompat; - this.f183b = imageView; + public q3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { + this.a = view; + this.f184b = imageView; this.c = textView; - this.d = textView2; + this.d = linkifiedTextView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q4.java b/app/src/main/java/b/a/i/q4.java index eef67b81b9..445781e6c6 100644 --- a/app/src/main/java/b/a/i/q4.java +++ b/app/src/main/java/b/a/i/q4.java @@ -1,28 +1,27 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetChatInputCommunicationDisabledGuardBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChannelSettingsCannotDeleteBinding.java */ /* loaded from: classes.dex */ public final class q4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f184b; + public final TextView f185b; @NonNull - public final TextView c; + public final MaterialButton c; - public q4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = relativeLayout; - this.f184b = textView2; - this.c = textView3; + public q4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { + this.a = linearLayout; + this.f185b = textView; + this.c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/q5.java b/app/src/main/java/b/a/i/q5.java index b7a5d3bbdd..958177d495 100644 --- a/app/src/main/java/b/a/i/q5.java +++ b/app/src/main/java/b/a/i/q5.java @@ -1,45 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.Space; -import android.widget.TextView; +import android.widget.RadioButton; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetPlatformRichPresenceBinding.java */ +/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding.java */ /* loaded from: classes.dex */ public final class q5 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull + public final RadioButton a; - /* renamed from: b reason: collision with root package name */ - public final LinearLayout f185b; - @NonNull - public final TextView c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final MaterialButton f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - - public q5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = linearLayout; - this.f185b = linearLayout2; - this.c = textView; - this.d = simpleDraweeView; - this.e = simpleDraweeView2; - this.f = materialButton; - this.g = textView2; - this.h = textView3; + public q5(@NonNull RadioButton radioButton) { + this.a = radioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r.java b/app/src/main/java/b/a/i/r.java index 8eabfbdc64..85bf9f6344 100644 --- a/app/src/main/java/b/a/i/r.java +++ b/app/src/main/java/b/a/i/r.java @@ -1,13 +1,15 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.airbnb.lottie.LottieAnimationView; +import com.discord.utilities.view.text.LinkifiedTextView; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildBoostActivatedDialogBinding.java */ +/* compiled from: GiftPurchasedDialogBinding.java */ /* loaded from: classes.dex */ public final class r implements ViewBinding { @NonNull @@ -17,18 +19,27 @@ public final class r implements ViewBinding { /* renamed from: b reason: collision with root package name */ public final TextView f186b; @NonNull - public final TextView c; + public final RelativeLayout c; @NonNull - public final LottieAnimationView d; + public final MaterialButton d; @NonNull - public final MaterialButton e; + public final LinkifiedTextView e; + @NonNull + public final MaterialButton f; + @NonNull + public final TextView g; + @NonNull + public final ImageView h; - public r(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { + public r(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.f186b = textView; - this.c = textView2; - this.d = lottieAnimationView; - this.e = materialButton; + this.c = relativeLayout; + this.d = materialButton; + this.e = linkifiedTextView; + this.f = materialButton2; + this.g = textView2; + this.h = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r0.java b/app/src/main/java/b/a/i/r0.java index 89b9e0e7d3..945ec217ec 100644 --- a/app/src/main/java/b/a/i/r0.java +++ b/app/src/main/java/b/a/i/r0.java @@ -1,39 +1,60 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Group; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: LayoutPremiumSettingsPaymentBinding.java */ +import com.discord.R; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: LayoutIconUploaderBinding.java */ /* loaded from: classes.dex */ public final class r0 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f187b; + public final SimpleDraweeView f187b; @NonNull - public final View c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final LinearLayout f; - @NonNull - public final TextView g; + public final Group c; - public r0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { - this.a = linearLayout; - this.f187b = materialButton; - this.c = view; - this.d = textView; - this.e = textView2; - this.f = linearLayout2; - this.g = textView3; + public r0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { + this.a = constraintLayout; + this.f187b = simpleDraweeView; + this.c = group; + } + + @NonNull + public static r0 a(@NonNull View view) { + int i = R.id.icon_uploader_image; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.icon_uploader_image); + if (simpleDraweeView != null) { + i = R.id.icon_uploader_placeholder_border; + ImageView imageView = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_border); + if (imageView != null) { + i = R.id.icon_uploader_placeholder_icon; + ImageView imageView2 = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_icon); + if (imageView2 != null) { + i = R.id.icon_uploader_placeholder_text; + TextView textView = (TextView) view.findViewById(R.id.icon_uploader_placeholder_text); + if (textView != null) { + i = R.id.icon_uploader_plus; + ImageView imageView3 = (ImageView) view.findViewById(R.id.icon_uploader_plus); + if (imageView3 != null) { + i = R.id.placeholder_group; + Group group = (Group) view.findViewById(R.id.placeholder_group); + if (group != null) { + return new r0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r1.java b/app/src/main/java/b/a/i/r1.java index c977ce4191..df0653f1c5 100644 --- a/app/src/main/java/b/a/i/r1.java +++ b/app/src/main/java/b/a/i/r1.java @@ -2,54 +2,29 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.google.android.material.button.MaterialButton; -/* compiled from: ThreadBrowserEmptyBinding.java */ +import com.discord.rlottie.RLottieImageView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: StickerViewBinding.java */ /* loaded from: classes.dex */ public final class r1 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ConstraintLayout f188b; + public final SimpleDraweeView f188b; @NonNull - public final MaterialButton c; + public final RLottieImageView c; @NonNull - public final TextView d; + public final ImageView d; - public r1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { - this.a = constraintLayout; - this.f188b = constraintLayout2; - this.c = materialButton; - this.d = textView; - } - - @NonNull - public static r1 a(@NonNull View view) { - ConstraintLayout constraintLayout = (ConstraintLayout) view; - int i = R.id.thread_browser_empty_create_button; - MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.thread_browser_empty_create_button); - if (materialButton != null) { - i = R.id.thread_browser_empty_heading; - TextView textView = (TextView) view.findViewById(R.id.thread_browser_empty_heading); - if (textView != null) { - i = R.id.thread_browser_empty_subheading; - TextView textView2 = (TextView) view.findViewById(R.id.thread_browser_empty_subheading); - if (textView2 != null) { - i = R.id.thread_icon; - ImageView imageView = (ImageView) view.findViewById(R.id.thread_icon); - if (imageView != null) { - return new r1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public r1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { + this.a = view; + this.f188b = simpleDraweeView; + this.c = rLottieImageView; + this.d = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r2.java b/app/src/main/java/b/a/i/r2.java index 29a56170c8..0cf31f8109 100644 --- a/app/src/main/java/b/a/i/r2.java +++ b/app/src/main/java/b/a/i/r2.java @@ -1,11 +1,10 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: ViewPhoneOrEmailInputBinding.java */ +/* compiled from: ViewOverlayMenuBinding.java */ /* loaded from: classes.dex */ public final class r2 implements ViewBinding { @NonNull @@ -13,17 +12,20 @@ public final class r2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextInputLayout f189b; + public final s2 f189b; @NonNull - public final TextInputEditText c; + public final ImageView c; @NonNull - public final TextInputLayout d; + public final ImageView d; + @NonNull + public final ImageView e; - public r2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { + public r2(@NonNull View view, @NonNull s2 s2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; - this.f189b = textInputLayout; - this.c = textInputEditText; - this.d = textInputLayout2; + this.f189b = s2Var; + this.c = imageView; + this.d = imageView2; + this.e = imageView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r3.java b/app/src/main/java/b/a/i/r3.java index 2e9a2b4cc8..14dc61fe35 100644 --- a/app/src/main/java/b/a/i/r3.java +++ b/app/src/main/java/b/a/i/r3.java @@ -1,17 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSimpleSpinnerDropdownItemBinding.java */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: ViewSettingSwitchBinding.java */ /* loaded from: classes.dex */ public final class r3 implements ViewBinding { @NonNull - public final TextView a; + public final View a; + @NonNull - public r3(@NonNull TextView textView) { - this.a = textView; + /* renamed from: b reason: collision with root package name */ + public final SwitchMaterial f190b; + @NonNull + public final ConstraintLayout c; + + public r3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + this.a = view; + this.f190b = switchMaterial; + this.c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/r4.java b/app/src/main/java/b/a/i/r4.java index 5222375c91..c9dc31ee98 100644 --- a/app/src/main/java/b/a/i/r4.java +++ b/app/src/main/java/b/a/i/r4.java @@ -1,12 +1,16 @@ package b.a.i; +import android.view.LayoutInflater; import android.view.View; +import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; +import com.discord.R; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputGuardBinding.java */ +/* compiled from: WidgetChannelSettingsDeleteBinding.java */ /* loaded from: classes.dex */ public final class r4 implements ViewBinding { @NonNull @@ -14,22 +18,48 @@ public final class r4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f190b; + public final TextView f191b; @NonNull public final MaterialButton c; @NonNull - public final TextView d; + public final MaterialButton d; @NonNull public final TextView e; - public r4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { + public r4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; - this.f190b = materialButton; - this.c = materialButton2; - this.d = textView; + this.f191b = textView; + this.c = materialButton; + this.d = materialButton2; this.e = textView2; } + @NonNull + public static r4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(R.layout.widget_channel_settings_delete, (ViewGroup) null, false); + if (!z2) { + int i = R.id.channel_settings_delete_body; + TextView textView = (TextView) inflate.findViewById(R.id.channel_settings_delete_body); + if (textView != null) { + i = R.id.channel_settings_delete_cancel; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_cancel); + if (materialButton != null) { + i = R.id.channel_settings_delete_confirm; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_confirm); + if (materialButton2 != null) { + i = R.id.channel_settings_delete_title; + TextView textView2 = (TextView) inflate.findViewById(R.id.channel_settings_delete_title); + if (textView2 != null) { + return new r4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + throw null; + } + @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { diff --git a/app/src/main/java/b/a/i/r5.java b/app/src/main/java/b/a/i/r5.java index fc080aa5c2..0bb4d9812d 100644 --- a/app/src/main/java/b/a/i/r5.java +++ b/app/src/main/java/b/a/i/r5.java @@ -1,12 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.FrameLayout; import android.widget.LinearLayout; +import android.widget.SeekBar; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetPremiumUpsellBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetMusicRichPresenceBinding.java */ /* loaded from: classes.dex */ public final class r5 implements ViewBinding { @NonNull @@ -14,17 +19,41 @@ public final class r5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f191b; + public final LinearLayout f192b; @NonNull public final TextView c; @NonNull - public final ImageView d; + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final MaterialButton i; + @NonNull + public final SeekBar j; + @NonNull + public final TextView k; + @NonNull + public final TextView l; - public r5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public r5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; - this.f191b = textView; - this.c = textView2; - this.d = imageView; + this.f192b = linearLayout2; + this.c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = textView3; + this.h = textView4; + this.i = materialButton; + this.j = seekBar; + this.k = textView5; + this.l = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s.java b/app/src/main/java/b/a/i/s.java index 93f1fabe4e..e6121cebe5 100644 --- a/app/src/main/java/b/a/i/s.java +++ b/app/src/main/java/b/a/i/s.java @@ -2,14 +2,12 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.app.AppViewFlipper; -import com.discord.views.LoadingButton; +import com.airbnb.lottie.LottieAnimationView; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildBoostCancelDialogBinding.java */ +/* compiled from: GuildBoostActivatedDialogBinding.java */ /* loaded from: classes.dex */ public final class s implements ViewBinding { @NonNull @@ -17,26 +15,20 @@ public final class s implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f192b; + public final TextView f193b; @NonNull - public final LoadingButton c; + public final TextView c; @NonNull - public final TextView d; + public final LottieAnimationView d; @NonNull - public final AppViewFlipper e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; + public final MaterialButton e; - public s(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { + public s(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.f192b = textView; - this.c = loadingButton; - this.d = textView2; - this.e = appViewFlipper; - this.f = textView3; - this.g = materialButton; + this.f193b = textView; + this.c = textView2; + this.d = lottieAnimationView; + this.e = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s0.java b/app/src/main/java/b/a/i/s0.java index 1321904260..f2ac3df9a3 100644 --- a/app/src/main/java/b/a/i/s0.java +++ b/app/src/main/java/b/a/i/s0.java @@ -2,16 +2,38 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: LayoutVoiceBottomSheetEmptyBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: LayoutPremiumSettingsPaymentBinding.java */ /* loaded from: classes.dex */ public final class s0 implements ViewBinding { @NonNull public final LinearLayout a; + @NonNull - public s0(@NonNull LinearLayout linearLayout) { + /* renamed from: b reason: collision with root package name */ + public final MaterialButton f194b; + @NonNull + public final View c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final LinearLayout f; + @NonNull + public final TextView g; + + public s0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { this.a = linearLayout; + this.f194b = materialButton; + this.c = view; + this.d = textView; + this.e = textView2; + this.f = linearLayout2; + this.g = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s1.java b/app/src/main/java/b/a/i/s1.java index 4b118b408a..053a6bd671 100644 --- a/app/src/main/java/b/a/i/s1.java +++ b/app/src/main/java/b/a/i/s1.java @@ -1,28 +1,55 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.typing.TypingDot; -/* compiled from: TypingDotsViewBinding.java */ +import com.discord.R; +import com.google.android.material.button.MaterialButton; +/* compiled from: ThreadBrowserEmptyBinding.java */ /* loaded from: classes.dex */ public final class s1 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TypingDot f193b; + public final ConstraintLayout f195b; @NonNull - public final TypingDot c; + public final MaterialButton c; @NonNull - public final TypingDot d; + public final TextView d; - public s1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { - this.a = view; - this.f193b = typingDot; - this.c = typingDot2; - this.d = typingDot3; + public s1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + this.a = constraintLayout; + this.f195b = constraintLayout2; + this.c = materialButton; + this.d = textView; + } + + @NonNull + public static s1 a(@NonNull View view) { + ConstraintLayout constraintLayout = (ConstraintLayout) view; + int i = R.id.thread_browser_empty_create_button; + MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.thread_browser_empty_create_button); + if (materialButton != null) { + i = R.id.thread_browser_empty_heading; + TextView textView = (TextView) view.findViewById(R.id.thread_browser_empty_heading); + if (textView != null) { + i = R.id.thread_browser_empty_subheading; + TextView textView2 = (TextView) view.findViewById(R.id.thread_browser_empty_subheading); + if (textView2 != null) { + i = R.id.thread_icon; + ImageView imageView = (ImageView) view.findViewById(R.id.thread_icon); + if (imageView != null) { + return new s1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s2.java b/app/src/main/java/b/a/i/s2.java index 71d7e36fb0..33495897b3 100644 --- a/app/src/main/java/b/a/i/s2.java +++ b/app/src/main/java/b/a/i/s2.java @@ -1,30 +1,39 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.views.CutoutView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewPileItemBinding.java */ +/* compiled from: ViewOverlayMenuContentBinding.java */ /* loaded from: classes.dex */ public final class s2 implements ViewBinding { @NonNull - public final CutoutView a; + public final CardView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f194b; + public final TextView f196b; @NonNull - public final SimpleDraweeView c; + public final TextView c; @NonNull public final TextView d; + @NonNull + public final ImageView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; - public s2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { - this.a = cutoutView; - this.f194b = simpleDraweeView; - this.c = simpleDraweeView2; - this.d = textView; + public s2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { + this.a = cardView; + this.f196b = textView; + this.c = textView2; + this.d = textView3; + this.e = imageView; + this.f = textView4; + this.g = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s3.java b/app/src/main/java/b/a/i/s3.java index f112b7a06d..394d427dd9 100644 --- a/app/src/main/java/b/a/i/s3.java +++ b/app/src/main/java/b/a/i/s3.java @@ -1,22 +1,30 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -import com.discord.views.stages.SpeakersRecyclerView; -/* compiled from: ViewStageCardSpeakersBinding.java */ +/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding.java */ /* loaded from: classes.dex */ public final class s3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayoutCompat a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SpeakersRecyclerView f195b; + public final ImageView f197b; + @NonNull + public final TextView c; + @NonNull + public final TextView d; - public s3(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { - this.a = view; - this.f195b = speakersRecyclerView; + public s3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayoutCompat; + this.f197b = imageView; + this.c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s4.java b/app/src/main/java/b/a/i/s4.java index 5c655a7db9..4ba716f085 100644 --- a/app/src/main/java/b/a/i/s4.java +++ b/app/src/main/java/b/a/i/s4.java @@ -7,8 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputMemberVerificationGuardBinding.java */ +/* compiled from: WidgetChatInputCommunicationDisabledGuardBinding.java */ /* loaded from: classes.dex */ public final class s4 implements ViewBinding { @NonNull @@ -16,23 +15,14 @@ public final class s4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final CardView f196b; + public final TextView f198b; @NonNull - public final ImageView c; - @NonNull - public final MaterialButton d; - @NonNull - public final ImageView e; - @NonNull - public final TextView f; + public final TextView c; - public s4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull ImageView imageView2, @NonNull TextView textView) { + public s4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; - this.f196b = cardView; - this.c = imageView; - this.d = materialButton; - this.e = imageView2; - this.f = textView; + this.f198b = textView2; + this.c = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/s5.java b/app/src/main/java/b/a/i/s5.java index 23a33cb777..316608fa5d 100644 --- a/app/src/main/java/b/a/i/s5.java +++ b/app/src/main/java/b/a/i/s5.java @@ -2,10 +2,14 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthNotFoundBinding.java */ +/* compiled from: WidgetPlatformRichPresenceBinding.java */ /* loaded from: classes.dex */ public final class s5 implements ViewBinding { @NonNull @@ -13,11 +17,29 @@ public final class s5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f197b; + public final LinearLayout f199b; + @NonNull + public final TextView c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final MaterialButton f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public s5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { + public s5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.f197b = materialButton; + this.f199b = linearLayout2; + this.c = textView; + this.d = simpleDraweeView; + this.e = simpleDraweeView2; + this.f = materialButton; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t.java b/app/src/main/java/b/a/i/t.java index f2213e68a0..c8813c494f 100644 --- a/app/src/main/java/b/a/i/t.java +++ b/app/src/main/java/b/a/i/t.java @@ -1,15 +1,15 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.app.AppViewFlipper; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildBoostUncancelDialogBinding.java */ +/* compiled from: GuildBoostCancelDialogBinding.java */ /* loaded from: classes.dex */ public final class t implements ViewBinding { @NonNull @@ -17,7 +17,7 @@ public final class t implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f198b; + public final TextView f200b; @NonNull public final LoadingButton c; @NonNull @@ -27,19 +27,16 @@ public final class t implements ViewBinding { @NonNull public final TextView f; @NonNull - public final ImageView g; - @NonNull - public final MaterialButton h; + public final MaterialButton g; - public t(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { + public t(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.f198b = textView; + this.f200b = textView; this.c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; - this.g = imageView; - this.h = materialButton; + this.g = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t0.java b/app/src/main/java/b/a/i/t0.java index b8de781df4..24ac334087 100644 --- a/app/src/main/java/b/a/i/t0.java +++ b/app/src/main/java/b/a/i/t0.java @@ -1,40 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: LayoutVoiceBottomSheetHeaderBinding.java */ +/* compiled from: LayoutVoiceBottomSheetEmptyBinding.java */ /* loaded from: classes.dex */ public final class t0 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull + public final LinearLayout a; - /* renamed from: b reason: collision with root package name */ - public final ImageView f199b; - @NonNull - public final ImageView c; - @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - - public t0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.f199b = imageView; - this.c = imageView3; - this.d = imageView4; - this.e = imageView5; - this.f = textView; - this.g = textView2; + public t0(@NonNull LinearLayout linearLayout) { + this.a = linearLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t1.java b/app/src/main/java/b/a/i/t1.java index 0996918ab8..f3dd663d62 100644 --- a/app/src/main/java/b/a/i/t1.java +++ b/app/src/main/java/b/a/i/t1.java @@ -1,36 +1,28 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: UserActionsDialogBinding.java */ +import com.discord.views.typing.TypingDot; +/* compiled from: TypingDotsViewBinding.java */ /* loaded from: classes.dex */ public final class t1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f200b; + public final TypingDot f201b; @NonNull - public final TextView c; + public final TypingDot c; @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; + public final TypingDot d; - public t1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = linearLayout; - this.f200b = simpleDraweeView; - this.c = textView; - this.d = textView2; - this.e = textView3; - this.f = textView4; + public t1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { + this.a = view; + this.f201b = typingDot; + this.c = typingDot2; + this.d = typingDot3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t2.java b/app/src/main/java/b/a/i/t2.java index 6c851635e9..b02882cb4e 100644 --- a/app/src/main/java/b/a/i/t2.java +++ b/app/src/main/java/b/a/i/t2.java @@ -1,48 +1,29 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ProgressBar; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumGuildProgressBarBinding.java */ +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: ViewPhoneOrEmailInputBinding.java */ /* loaded from: classes.dex */ public final class t2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ProgressBar f201b; + public final TextInputLayout f202b; @NonNull - public final ImageView c; + public final TextInputEditText c; @NonNull - public final ImageView d; - @NonNull - public final TextView e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final ImageView h; - @NonNull - public final TextView i; + public final TextInputLayout d; - public t2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { - this.a = constraintLayout; - this.f201b = progressBar; - this.c = imageView; - this.d = imageView2; - this.e = textView; - this.f = imageView3; - this.g = textView2; - this.h = imageView4; - this.i = textView3; + public t2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { + this.a = view; + this.f202b = textInputLayout; + this.c = textInputEditText; + this.d = textInputLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t3.java b/app/src/main/java/b/a/i/t3.java index 187a75d219..fd6c649a2d 100644 --- a/app/src/main/java/b/a/i/t3.java +++ b/app/src/main/java/b/a/i/t3.java @@ -1,43 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.SpeakerPulseView; -/* compiled from: ViewStageChannelSpeakerBinding.java */ +/* compiled from: ViewSimpleSpinnerDropdownItemBinding.java */ /* loaded from: classes.dex */ public final class t3 implements ViewBinding { @NonNull - public final View a; - @NonNull + public final TextView a; - /* renamed from: b reason: collision with root package name */ - public final VoiceUserView f202b; - @NonNull - public final ImageView c; - @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final SpeakerPulseView h; - - public t3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { - this.a = view; - this.f202b = voiceUserView; - this.c = imageView; - this.d = imageView2; - this.e = imageView3; - this.f = imageView4; - this.g = textView; - this.h = speakerPulseView; + public t3(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t4.java b/app/src/main/java/b/a/i/t4.java index 1b9583250e..a721cf49c6 100644 --- a/app/src/main/java/b/a/i/t4.java +++ b/app/src/main/java/b/a/i/t4.java @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputPermReqFilesBinding.java */ +/* compiled from: WidgetChatInputGuardBinding.java */ /* loaded from: classes.dex */ public final class t4 implements ViewBinding { @NonNull @@ -14,11 +14,20 @@ public final class t4 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f203b; + public final MaterialButton f203b; + @NonNull + public final MaterialButton c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; - public t4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + public t4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.f203b = textView; + this.f203b = materialButton; + this.c = materialButton2; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/t5.java b/app/src/main/java/b/a/i/t5.java index ab6ff65dfb..b316510293 100644 --- a/app/src/main/java/b/a/i/t5.java +++ b/app/src/main/java/b/a/i/t5.java @@ -1,12 +1,12 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: WidgetRemoteAuthPendingLoginBinding.java */ +/* compiled from: WidgetPremiumUpsellBinding.java */ /* loaded from: classes.dex */ public final class t5 implements ViewBinding { @NonNull @@ -14,17 +14,17 @@ public final class t5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f204b; + public final TextView f204b; @NonNull - public final MaterialButton c; + public final TextView c; @NonNull - public final SwitchMaterial d; + public final ImageView d; - public t5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { + public t5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; - this.f204b = materialButton; - this.c = materialButton2; - this.d = switchMaterial; + this.f204b = textView; + this.c = textView2; + this.d = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u.java b/app/src/main/java/b/a/i/u.java index 0ae7a8517f..c12abaeddf 100644 --- a/app/src/main/java/b/a/i/u.java +++ b/app/src/main/java/b/a/i/u.java @@ -2,36 +2,44 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; +import com.discord.app.AppViewFlipper; +import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildBoostUpgradeDialogBinding.java */ +/* compiled from: GuildBoostUncancelDialogBinding.java */ /* loaded from: classes.dex */ public final class u implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ public final TextView f205b; @NonNull - public final ImageView c; + public final LoadingButton c; @NonNull public final TextView d; @NonNull - public final TextView e; + public final AppViewFlipper e; @NonNull - public final MaterialButton f; + public final TextView f; + @NonNull + public final ImageView g; + @NonNull + public final MaterialButton h; - public u(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { - this.a = relativeLayout; + public u(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; this.f205b = textView; - this.c = imageView; + this.c = loadingButton; this.d = textView2; - this.e = textView3; - this.f = materialButton; + this.e = appViewFlipper; + this.f = textView3; + this.g = imageView; + this.h = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u0.java b/app/src/main/java/b/a/i/u0.java index 75b8b6db39..07e9fe23ca 100644 --- a/app/src/main/java/b/a/i/u0.java +++ b/app/src/main/java/b/a/i/u0.java @@ -1,26 +1,40 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: MemberVerificationAvatarViewBinding.java */ +/* compiled from: LayoutVoiceBottomSheetHeaderBinding.java */ /* loaded from: classes.dex */ public final class u0 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f206b; + public final ImageView f206b; @NonNull - public final TextView c; + public final ImageView c; + @NonNull + public final ImageView d; + @NonNull + public final ImageView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; - public u0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = view; - this.f206b = simpleDraweeView; - this.c = textView; + public u0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f206b = imageView; + this.c = imageView3; + this.d = imageView4; + this.e = imageView5; + this.f = textView; + this.g = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u1.java b/app/src/main/java/b/a/i/u1.java index f9845c613c..81897c4cba 100644 --- a/app/src/main/java/b/a/i/u1.java +++ b/app/src/main/java/b/a/i/u1.java @@ -1,35 +1,36 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: UserAvatarPresenceViewBinding.java */ +/* compiled from: UserActionsDialogBinding.java */ /* loaded from: classes.dex */ public final class u1 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ public final SimpleDraweeView f207b; @NonNull - public final ImageView c; + public final TextView c; @NonNull - public final SimpleDraweeView d; + public final TextView d; @NonNull - public final StatusView e; + public final TextView e; + @NonNull + public final TextView f; - public u1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { - this.a = relativeLayout; + public u1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + this.a = linearLayout; this.f207b = simpleDraweeView; - this.c = imageView; - this.d = simpleDraweeView2; - this.e = statusView; + this.c = textView; + this.d = textView2; + this.e = textView3; + this.f = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u2.java b/app/src/main/java/b/a/i/u2.java index 16678c200e..7712bc1ec2 100644 --- a/app/src/main/java/b/a/i/u2.java +++ b/app/src/main/java/b/a/i/u2.java @@ -1,31 +1,30 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumGuildProgressBinding.java */ +import com.discord.views.CutoutView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewPileItemBinding.java */ /* loaded from: classes.dex */ public final class u2 implements ViewBinding { @NonNull - public final FrameLayout a; + public final CutoutView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f208b; + public final SimpleDraweeView f208b; @NonNull - public final TextView c; + public final SimpleDraweeView c; @NonNull - public final ProgressBar d; + public final TextView d; - public u2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { - this.a = frameLayout; - this.f208b = imageView; - this.c = textView; - this.d = progressBar; + public u2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { + this.a = cutoutView; + this.f208b = simpleDraweeView; + this.c = simpleDraweeView2; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u3.java b/app/src/main/java/b/a/i/u3.java index 63892ac989..7ee21d9e09 100644 --- a/app/src/main/java/b/a/i/u3.java +++ b/app/src/main/java/b/a/i/u3.java @@ -1,27 +1,22 @@ package b.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStageChannelVisitCommunityBinding.java */ +import com.discord.views.stages.SpeakersRecyclerView; +/* compiled from: ViewStageCardSpeakersBinding.java */ /* loaded from: classes.dex */ public final class u3 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f209b; - @NonNull - public final TextView c; + public final SpeakersRecyclerView f209b; - public u3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.f209b = simpleDraweeView; - this.c = textView; + public u3(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { + this.a = view; + this.f209b = speakersRecyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u4.java b/app/src/main/java/b/a/i/u4.java index f7daa51751..d2e0e15379 100644 --- a/app/src/main/java/b/a/i/u4.java +++ b/app/src/main/java/b/a/i/u4.java @@ -2,35 +2,37 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.views.sticker.StickerView; -/* compiled from: WidgetChatInputStickerSuggestionsBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChatInputMemberVerificationGuardBinding.java */ /* loaded from: classes.dex */ public final class u4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final StickerView f210b; + public final CardView f210b; @NonNull - public final StickerView c; + public final ImageView c; @NonNull - public final StickerView d; + public final MaterialButton d; @NonNull - public final StickerView e; + public final ImageView e; @NonNull - public final ImageView f; + public final TextView f; - public u4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { - this.a = linearLayout; - this.f210b = stickerView; - this.c = stickerView2; - this.d = stickerView3; - this.e = stickerView4; - this.f = imageView; + public u4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull ImageView imageView2, @NonNull TextView textView) { + this.a = relativeLayout; + this.f210b = cardView; + this.c = imageView; + this.d = materialButton; + this.e = imageView2; + this.f = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/u5.java b/app/src/main/java/b/a/i/u5.java index e2ab657f55..ea060d2976 100644 --- a/app/src/main/java/b/a/i/u5.java +++ b/app/src/main/java/b/a/i/u5.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthSuccessBinding.java */ +/* compiled from: WidgetRemoteAuthNotFoundBinding.java */ /* loaded from: classes.dex */ public final class u5 implements ViewBinding { @NonNull diff --git a/app/src/main/java/b/a/i/v.java b/app/src/main/java/b/a/i/v.java index 2d7f67181c..718be465bc 100644 --- a/app/src/main/java/b/a/i/v.java +++ b/app/src/main/java/b/a/i/v.java @@ -7,7 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildBoostUpsellDialogBinding.java */ +/* compiled from: GuildBoostUpgradeDialogBinding.java */ /* loaded from: classes.dex */ public final class v implements ViewBinding { @NonNull @@ -15,17 +15,23 @@ public final class v implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f212b; + public final TextView f212b; @NonNull - public final TextView c; + public final ImageView c; @NonNull - public final MaterialButton d; + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final MaterialButton f; - public v(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { + public v(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = relativeLayout; - this.f212b = imageView; - this.c = textView; - this.d = materialButton; + this.f212b = textView; + this.c = imageView; + this.d = textView2; + this.e = textView3; + this.f = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v0.java b/app/src/main/java/b/a/i/v0.java index 13382f6c38..4037189c92 100644 --- a/app/src/main/java/b/a/i/v0.java +++ b/app/src/main/java/b/a/i/v0.java @@ -1,38 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import androidx.viewpager2.widget.ViewPager2; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.tabs.TabLayout; -/* compiled from: MultiValuePropPremiumUpsellDialogBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: MemberVerificationAvatarViewBinding.java */ /* loaded from: classes.dex */ public final class v0 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f213b; + public final SimpleDraweeView f213b; @NonNull - public final TabLayout c; - @NonNull - public final MaterialButton d; - @NonNull - public final MaterialButton e; - @NonNull - public final ViewPager2 f; + public final TextView c; - public v0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { - this.a = relativeLayout; - this.f213b = materialButton; - this.c = tabLayout; - this.d = materialButton2; - this.e = materialButton3; - this.f = viewPager2; + public v0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = view; + this.f213b = simpleDraweeView; + this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v1.java b/app/src/main/java/b/a/i/v1.java index a42294c563..20b2c09003 100644 --- a/app/src/main/java/b/a/i/v1.java +++ b/app/src/main/java/b/a/i/v1.java @@ -1,17 +1,35 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.RelativeLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.calls.VideoCallParticipantView; -/* compiled from: VideoCallGridItemBinding.java */ +import com.discord.views.StatusView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: UserAvatarPresenceViewBinding.java */ /* loaded from: classes.dex */ public final class v1 implements ViewBinding { @NonNull - public final VideoCallParticipantView a; + public final RelativeLayout a; + @NonNull - public v1(@NonNull VideoCallParticipantView videoCallParticipantView) { - this.a = videoCallParticipantView; + /* renamed from: b reason: collision with root package name */ + public final SimpleDraweeView f214b; + @NonNull + public final ImageView c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final StatusView e; + + public v1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { + this.a = relativeLayout; + this.f214b = simpleDraweeView; + this.c = imageView; + this.d = simpleDraweeView2; + this.e = statusView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v2.java b/app/src/main/java/b/a/i/v2.java index 79bc8c1edd..3ed7369978 100644 --- a/app/src/main/java/b/a/i/v2.java +++ b/app/src/main/java/b/a/i/v2.java @@ -1,48 +1,48 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumMarketingBinding.java */ +/* compiled from: ViewPremiumGuildProgressBarBinding.java */ /* loaded from: classes.dex */ public final class v2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f214b; + public final ProgressBar f215b; @NonNull - public final MaterialButton c; + public final ImageView c; @NonNull - public final LinearLayout d; + public final ImageView d; @NonNull public final TextView e; @NonNull - public final TextView f; + public final ImageView f; @NonNull public final TextView g; @NonNull - public final TextView h; + public final ImageView h; @NonNull public final TextView i; - @NonNull - public final TextView j; - public v2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { - this.a = linearLayout; - this.f214b = linearLayout2; - this.c = materialButton; - this.d = linearLayout3; + public v2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { + this.a = constraintLayout; + this.f215b = progressBar; + this.c = imageView; + this.d = imageView2; this.e = textView; - this.f = textView2; - this.g = textView3; - this.h = textView4; - this.i = textView5; - this.j = textView6; + this.f = imageView3; + this.g = textView2; + this.h = imageView4; + this.i = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v3.java b/app/src/main/java/b/a/i/v3.java index 2dade7736b..18d81d786c 100644 --- a/app/src/main/java/b/a/i/v3.java +++ b/app/src/main/java/b/a/i/v3.java @@ -2,49 +2,42 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import androidx.viewpager2.widget.ViewPager2; -import com.discord.views.LoadingButton; -import com.discord.views.steps.StepsProgressIndicatorView; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewStepsBinding.java */ +import com.discord.views.VoiceUserView; +import com.discord.views.calls.SpeakerPulseView; +/* compiled from: ViewStageChannelSpeakerBinding.java */ /* loaded from: classes.dex */ public final class v3 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f215b; + public final VoiceUserView f216b; @NonNull - public final TextView c; + public final ImageView c; @NonNull public final ImageView d; @NonNull - public final LoadingButton e; + public final ImageView e; @NonNull - public final MaterialButton f; + public final ImageView f; @NonNull - public final StepsProgressIndicatorView g; + public final TextView g; @NonNull - public final TextView h; - @NonNull - public final ViewPager2 i; + public final SpeakerPulseView h; - public v3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull StepsProgressIndicatorView stepsProgressIndicatorView, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { - this.a = relativeLayout; - this.f215b = linearLayout; - this.c = textView; - this.d = imageView; - this.e = loadingButton; - this.f = materialButton; - this.g = stepsProgressIndicatorView; - this.h = textView2; - this.i = viewPager2; + public v3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { + this.a = view; + this.f216b = voiceUserView; + this.c = imageView; + this.d = imageView2; + this.e = imageView3; + this.f = imageView4; + this.g = textView; + this.h = speakerPulseView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v4.java b/app/src/main/java/b/a/i/v4.java index 203b91a0b4..2c95cf9598 100644 --- a/app/src/main/java/b/a/i/v4.java +++ b/app/src/main/java/b/a/i/v4.java @@ -2,17 +2,23 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChatInputPermReqFilesBinding.java */ /* loaded from: classes.dex */ public final class v4 implements ViewBinding { @NonNull public final LinearLayout a; + @NonNull - public v4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + /* renamed from: b reason: collision with root package name */ + public final TextView f217b; + + public v4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; + this.f217b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/v5.java b/app/src/main/java/b/a/i/v5.java index 982c970801..f11da81292 100644 --- a/app/src/main/java/b/a/i/v5.java +++ b/app/src/main/java/b/a/i/v5.java @@ -2,11 +2,11 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding.java */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: WidgetRemoteAuthPendingLoginBinding.java */ /* loaded from: classes.dex */ public final class v5 implements ViewBinding { @NonNull @@ -14,17 +14,17 @@ public final class v5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f216b; + public final MaterialButton f218b; @NonNull public final MaterialButton c; @NonNull - public final MaterialButton d; + public final SwitchMaterial d; - public v5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public v5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; - this.f216b = textView; - this.c = materialButton; - this.d = materialButton2; + this.f218b = materialButton; + this.c = materialButton2; + this.d = switchMaterial; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w.java b/app/src/main/java/b/a/i/w.java index abec59d9c5..eb848cf834 100644 --- a/app/src/main/java/b/a/i/w.java +++ b/app/src/main/java/b/a/i/w.java @@ -1,31 +1,31 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: GuildChannelSideBarActionsViewBinding.java */ +/* compiled from: GuildBoostUpsellDialogBinding.java */ /* loaded from: classes.dex */ public final class w implements ViewBinding { @NonNull - public final View a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f217b; + public final ImageView f219b; @NonNull - public final MaterialButton c; + public final TextView c; @NonNull public final MaterialButton d; - @NonNull - public final MaterialButton e; - public w(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { - this.a = view; - this.f217b = materialButton; - this.c = materialButton2; - this.d = materialButton3; - this.e = materialButton4; + public w(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { + this.a = relativeLayout; + this.f219b = imageView; + this.c = textView; + this.d = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w0.java b/app/src/main/java/b/a/i/w0.java index aec9153d21..88ae378232 100644 --- a/app/src/main/java/b/a/i/w0.java +++ b/app/src/main/java/b/a/i/w0.java @@ -1,17 +1,38 @@ package b.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.LinearLayout; +import android.widget.RelativeLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: OauthTokenPermissionListItemBinding.java */ +import androidx.viewpager2.widget.ViewPager2; +import com.google.android.material.button.MaterialButton; +import com.google.android.material.tabs.TabLayout; +/* compiled from: MultiValuePropPremiumUpsellDialogBinding.java */ /* loaded from: classes.dex */ public final class w0 implements ViewBinding { @NonNull - public final TextView a; + public final RelativeLayout a; + @NonNull - public w0(@NonNull TextView textView) { - this.a = textView; + /* renamed from: b reason: collision with root package name */ + public final MaterialButton f220b; + @NonNull + public final TabLayout c; + @NonNull + public final MaterialButton d; + @NonNull + public final MaterialButton e; + @NonNull + public final ViewPager2 f; + + public w0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { + this.a = relativeLayout; + this.f220b = materialButton; + this.c = tabLayout; + this.d = materialButton2; + this.e = materialButton3; + this.f = viewPager2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w1.java b/app/src/main/java/b/a/i/w1.java index 4ba7b43ffb..2791796ff4 100644 --- a/app/src/main/java/b/a/i/w1.java +++ b/app/src/main/java/b/a/i/w1.java @@ -1,34 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewAccountCreditBinding.java */ +import com.discord.views.calls.VideoCallParticipantView; +/* compiled from: VideoCallGridItemBinding.java */ /* loaded from: classes.dex */ public final class w1 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull + public final VideoCallParticipantView a; - /* renamed from: b reason: collision with root package name */ - public final TextView f218b; - @NonNull - public final ImageView c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - - public w1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { - this.a = constraintLayout; - this.f218b = textView; - this.c = imageView; - this.d = textView2; - this.e = textView3; + public w1(@NonNull VideoCallParticipantView videoCallParticipantView) { + this.a = videoCallParticipantView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w2.java b/app/src/main/java/b/a/i/w2.java index 05b3c462aa..8012e8c8cf 100644 --- a/app/src/main/java/b/a/i/w2.java +++ b/app/src/main/java/b/a/i/w2.java @@ -1,32 +1,31 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumSettingsPerksBinding.java */ +/* compiled from: ViewPremiumGuildProgressBinding.java */ /* loaded from: classes.dex */ public final class w2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final FrameLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f219b; + public final ImageView f221b; @NonNull public final TextView c; @NonNull - public final TextView d; - @NonNull - public final TextView e; + public final ProgressBar d; - public w2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { - this.a = linearLayout; - this.f219b = textView; - this.c = textView3; - this.d = textView4; - this.e = textView5; + public w2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { + this.a = frameLayout; + this.f221b = imageView; + this.c = textView; + this.d = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w3.java b/app/src/main/java/b/a/i/w3.java index 1458016c80..f18925c876 100644 --- a/app/src/main/java/b/a/i/w3.java +++ b/app/src/main/java/b/a/i/w3.java @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStreamPreviewBinding.java */ +/* compiled from: ViewStageChannelVisitCommunityBinding.java */ /* loaded from: classes.dex */ public final class w3 implements ViewBinding { @NonNull @@ -14,17 +14,14 @@ public final class w3 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f220b; + public final SimpleDraweeView f222b; @NonNull public final TextView c; - @NonNull - public final TextView d; public w3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; - this.f220b = simpleDraweeView; + this.f222b = simpleDraweeView; this.c = textView; - this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w4.java b/app/src/main/java/b/a/i/w4.java index cba5bea4c3..806f71de8c 100644 --- a/app/src/main/java/b/a/i/w4.java +++ b/app/src/main/java/b/a/i/w4.java @@ -2,35 +2,35 @@ package b.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding.java */ +import com.discord.views.sticker.StickerView; +/* compiled from: WidgetChatInputStickerSuggestionsBinding.java */ /* loaded from: classes.dex */ public final class w4 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f221b; + public final StickerView f223b; @NonNull - public final LinkifiedTextView c; + public final StickerView c; @NonNull - public final SimpleDraweeView d; + public final StickerView d; @NonNull - public final TextView e; + public final StickerView e; + @NonNull + public final ImageView f; - public w4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { - this.a = constraintLayout; - this.f221b = imageView; - this.c = linkifiedTextView; - this.d = simpleDraweeView; - this.e = textView; + public w4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { + this.a = linearLayout; + this.f223b = stickerView; + this.c = stickerView2; + this.d = stickerView3; + this.e = stickerView4; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/w5.java b/app/src/main/java/b/a/i/w5.java index 27655ffd89..ef8d74de32 100644 --- a/app/src/main/java/b/a/i/w5.java +++ b/app/src/main/java/b/a/i/w5.java @@ -2,10 +2,10 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetRemoteAuthSuccessBinding.java */ /* loaded from: classes.dex */ public final class w5 implements ViewBinding { @NonNull @@ -13,20 +13,11 @@ public final class w5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f222b; - @NonNull - public final LinearLayout c; - @NonNull - public final TextView d; - @NonNull - public final LinearLayout e; + public final MaterialButton f224b; - public w5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { + public w5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.f222b = textView; - this.c = linearLayout2; - this.d = textView2; - this.e = linearLayout3; + this.f224b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x.java b/app/src/main/java/b/a/i/x.java index 1319fa0aeb..5950c4a174 100644 --- a/app/src/main/java/b/a/i/x.java +++ b/app/src/main/java/b/a/i/x.java @@ -1,31 +1,31 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.widgets.roles.RoleIconView; -/* compiled from: GuildRoleChipBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: GuildChannelSideBarActionsViewBinding.java */ /* loaded from: classes.dex */ public final class x implements ViewBinding { @NonNull - public final CardView a; + public final View a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f223b; + public final MaterialButton f225b; @NonNull - public final RoleIconView c; + public final MaterialButton c; @NonNull - public final TextView d; + public final MaterialButton d; + @NonNull + public final MaterialButton e; - public x(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) { - this.a = cardView; - this.f223b = imageView; - this.c = roleIconView; - this.d = textView; + public x(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { + this.a = view; + this.f225b = materialButton; + this.c = materialButton2; + this.d = materialButton3; + this.e = materialButton4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x0.java b/app/src/main/java/b/a/i/x0.java index 1c897e15ef..a4a4cffab2 100644 --- a/app/src/main/java/b/a/i/x0.java +++ b/app/src/main/java/b/a/i/x0.java @@ -1,37 +1,17 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.discord.views.OverlayMenuView; -/* compiled from: OverlayBubbleMenuBinding.java */ +/* compiled from: OauthTokenPermissionListItemBinding.java */ /* loaded from: classes.dex */ public final class x0 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull + public final TextView a; - /* renamed from: b reason: collision with root package name */ - public final LinearLayout f224b; - @NonNull - public final View c; - @NonNull - public final TextView d; - @NonNull - public final RecyclerView e; - @NonNull - public final OverlayMenuView f; - - public x0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { - this.a = linearLayout; - this.f224b = linearLayout2; - this.c = view; - this.d = textView; - this.e = recyclerView; - this.f = overlayMenuView; + public x0(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x1.java b/app/src/main/java/b/a/i/x1.java index 0a13631d59..18d9e463be 100644 --- a/app/src/main/java/b/a/i/x1.java +++ b/app/src/main/java/b/a/i/x1.java @@ -1,47 +1,34 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.ImageView; -import android.widget.ProgressBar; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewActiveSubscriptionBinding.java */ +/* compiled from: ViewAccountCreditBinding.java */ /* loaded from: classes.dex */ public final class x1 implements ViewBinding { @NonNull - public final FrameLayout a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f225b; + public final TextView f226b; @NonNull public final ImageView c; @NonNull - public final ImageView d; + public final TextView d; @NonNull - public final ImageView e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; - @NonNull - public final ProgressBar h; - @NonNull - public final MaterialButton i; + public final TextView e; - public x1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { - this.a = frameLayout; - this.f225b = textView; + public x1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { + this.a = constraintLayout; + this.f226b = textView; this.c = imageView; - this.d = imageView2; - this.e = imageView3; - this.f = textView2; - this.g = materialButton; - this.h = progressBar; - this.i = materialButton2; + this.d = textView2; + this.e = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x2.java b/app/src/main/java/b/a/i/x2.java index e6e21492e8..e16ecd244c 100644 --- a/app/src/main/java/b/a/i/x2.java +++ b/app/src/main/java/b/a/i/x2.java @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumSettingsTier1Binding.java */ +/* compiled from: ViewPremiumMarketingBinding.java */ /* loaded from: classes.dex */ public final class x2 implements ViewBinding { @NonNull @@ -14,17 +14,35 @@ public final class x2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f226b; + public final LinearLayout f227b; @NonNull - public final TextView c; + public final MaterialButton c; @NonNull - public final TextView d; + public final LinearLayout d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; + @NonNull + public final TextView j; - public x2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { + public x2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; - this.f226b = materialButton; - this.c = textView; - this.d = textView2; + this.f227b = linearLayout2; + this.c = materialButton; + this.d = linearLayout3; + this.e = textView; + this.f = textView2; + this.g = textView3; + this.h = textView4; + this.i = textView5; + this.j = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x3.java b/app/src/main/java/b/a/i/x3.java index bab926d950..213cd0d713 100644 --- a/app/src/main/java/b/a/i/x3.java +++ b/app/src/main/java/b/a/i/x3.java @@ -1,47 +1,50 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.CheckableImageView; -/* compiled from: ViewTernaryCheckboxBinding.java */ +import androidx.viewpager2.widget.ViewPager2; +import com.discord.views.LoadingButton; +import com.discord.views.steps.StepsProgressIndicatorView; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewStepsBinding.java */ /* loaded from: classes.dex */ public final class x3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final FrameLayout f227b; + public final LinearLayout f228b; @NonNull - public final View c; + public final TextView c; @NonNull - public final View d; + public final ImageView d; @NonNull - public final TextView e; + public final LoadingButton e; @NonNull - public final LinkifiedTextView f; + public final MaterialButton f; @NonNull - public final CheckableImageView g; + public final StepsProgressIndicatorView g; @NonNull - public final CheckableImageView h; + public final TextView h; @NonNull - public final CheckableImageView i; + public final ViewPager2 i; - public x3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { - this.a = linearLayout; - this.f227b = frameLayout; - this.c = view; - this.d = view2; - this.e = textView; - this.f = linkifiedTextView; - this.g = checkableImageView; - this.h = checkableImageView2; - this.i = checkableImageView3; + public x3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull StepsProgressIndicatorView stepsProgressIndicatorView, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { + this.a = relativeLayout; + this.f228b = linearLayout; + this.c = textView; + this.d = imageView; + this.e = loadingButton; + this.f = materialButton; + this.g = stepsProgressIndicatorView; + this.h = textView2; + this.i = viewPager2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x4.java b/app/src/main/java/b/a/i/x4.java index 2751f33df1..9e13d2d8ea 100644 --- a/app/src/main/java/b/a/i/x4.java +++ b/app/src/main/java/b/a/i/x4.java @@ -1,53 +1,18 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.widgets.botuikit.views.ActionRowComponentView; -import com.google.android.flexbox.FlexboxLayout; -/* compiled from: WidgetChatListBotUiActionRowComponentBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding.java */ /* loaded from: classes.dex */ public final class x4 implements ViewBinding { @NonNull - public final ActionRowComponentView a; - @NonNull + public final LinearLayout a; - /* renamed from: b reason: collision with root package name */ - public final FlexboxLayout f228b; - @NonNull - public final j2 c; - - public x4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull j2 j2Var) { - this.a = actionRowComponentView; - this.f228b = flexboxLayout; - this.c = j2Var; - } - - @NonNull - public static x4 a(@NonNull View view) { - int i = R.id.action_row_component_view_group; - FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.action_row_component_view_group); - if (flexboxLayout != null) { - i = R.id.action_row_component_view_group_error_row; - View findViewById = view.findViewById(R.id.action_row_component_view_group_error_row); - if (findViewById != null) { - int i2 = R.id.view_interaction_failed_label_icon; - ImageView imageView = (ImageView) findViewById.findViewById(R.id.view_interaction_failed_label_icon); - if (imageView != null) { - i2 = R.id.view_interaction_failed_label_message; - TextView textView = (TextView) findViewById.findViewById(R.id.view_interaction_failed_label_message); - if (textView != null) { - return new x4((ActionRowComponentView) view, flexboxLayout, new j2((ConstraintLayout) findViewById, imageView, textView)); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public x4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = linearLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/x5.java b/app/src/main/java/b/a/i/x5.java index 8e67a0f675..a8b638200f 100644 --- a/app/src/main/java/b/a/i/x5.java +++ b/app/src/main/java/b/a/i/x5.java @@ -1,26 +1,30 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetSettingsPremiumPriceChangeNoticeBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding.java */ /* loaded from: classes.dex */ public final class x5 implements ViewBinding { @NonNull - public final CardView a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final CardView f229b; + public final TextView f229b; @NonNull - public final TextView c; + public final MaterialButton c; + @NonNull + public final MaterialButton d; - public x5(@NonNull CardView cardView, @NonNull CardView cardView2, @NonNull TextView textView) { - this.a = cardView; - this.f229b = cardView2; - this.c = textView; + public x5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + this.a = linearLayout; + this.f229b = textView; + this.c = materialButton; + this.d = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y.java b/app/src/main/java/b/a/i/y.java index 1c28781168..c53eed58bc 100644 --- a/app/src/main/java/b/a/i/y.java +++ b/app/src/main/java/b/a/i/y.java @@ -1,23 +1,31 @@ package b.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: GuildVideoAtCapacityBinding.java */ +import com.discord.widgets.roles.RoleIconView; +/* compiled from: GuildRoleChipBinding.java */ /* loaded from: classes.dex */ public final class y implements ViewBinding { @NonNull - public final LinearLayout a; + public final CardView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f230b; + public final ImageView f230b; + @NonNull + public final RoleIconView c; + @NonNull + public final TextView d; - public y(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.f230b = materialButton; + public y(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) { + this.a = cardView; + this.f230b = imageView; + this.c = roleIconView; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y0.java b/app/src/main/java/b/a/i/y0.java index dcbc2b60cc..437254bc29 100644 --- a/app/src/main/java/b/a/i/y0.java +++ b/app/src/main/java/b/a/i/y0.java @@ -1,17 +1,37 @@ package b.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -/* compiled from: OverlayMenuVoiceMembersItemBinding.java */ +import com.discord.views.OverlayMenuView; +/* compiled from: OverlayBubbleMenuBinding.java */ /* loaded from: classes.dex */ public final class y0 implements ViewBinding { @NonNull - public final VoiceUserView a; + public final LinearLayout a; + @NonNull - public y0(@NonNull VoiceUserView voiceUserView) { - this.a = voiceUserView; + /* renamed from: b reason: collision with root package name */ + public final LinearLayout f231b; + @NonNull + public final View c; + @NonNull + public final TextView d; + @NonNull + public final RecyclerView e; + @NonNull + public final OverlayMenuView f; + + public y0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { + this.a = linearLayout; + this.f231b = linearLayout2; + this.c = view; + this.d = textView; + this.e = recyclerView; + this.f = overlayMenuView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y1.java b/app/src/main/java/b/a/i/y1.java index 2c00701e35..e8f37eb92e 100644 --- a/app/src/main/java/b/a/i/y1.java +++ b/app/src/main/java/b/a/i/y1.java @@ -1,20 +1,47 @@ package b.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewAddOverrideItemBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewActiveSubscriptionBinding.java */ /* loaded from: classes.dex */ public final class y1 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final FrameLayout a; + @NonNull - public y1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { - this.a = constraintLayout; + /* renamed from: b reason: collision with root package name */ + public final TextView f232b; + @NonNull + public final ImageView c; + @NonNull + public final ImageView d; + @NonNull + public final ImageView e; + @NonNull + public final TextView f; + @NonNull + public final MaterialButton g; + @NonNull + public final ProgressBar h; + @NonNull + public final MaterialButton i; + + public y1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { + this.a = frameLayout; + this.f232b = textView; + this.c = imageView; + this.d = imageView2; + this.e = imageView3; + this.f = textView2; + this.g = materialButton; + this.h = progressBar; + this.i = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y2.java b/app/src/main/java/b/a/i/y2.java index 4ef80feeb8..e269fab640 100644 --- a/app/src/main/java/b/a/i/y2.java +++ b/app/src/main/java/b/a/i/y2.java @@ -1,12 +1,11 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumSettingsTier2Binding.java */ +/* compiled from: ViewPremiumSettingsPerksBinding.java */ /* loaded from: classes.dex */ public final class y2 implements ViewBinding { @NonNull @@ -14,11 +13,20 @@ public final class y2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f231b; + public final TextView f233b; + @NonNull + public final TextView c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; - public y2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { + public y2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; - this.f231b = materialButton; + this.f233b = textView; + this.c = textView3; + this.d = textView4; + this.e = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y3.java b/app/src/main/java/b/a/i/y3.java index 1858d250e4..ca4e9acc4f 100644 --- a/app/src/main/java/b/a/i/y3.java +++ b/app/src/main/java/b/a/i/y3.java @@ -1,36 +1,30 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StatusView; -/* compiled from: ViewToolbarTitleBinding.java */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewStreamPreviewBinding.java */ /* loaded from: classes.dex */ public final class y3 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f232b; + public final SimpleDraweeView f234b; @NonNull - public final StatusView c; + public final TextView c; @NonNull public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final ImageView f; - public y3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView2) { - this.a = view; - this.f232b = imageView; - this.c = statusView; - this.d = textView; - this.e = textView2; - this.f = imageView2; + public y3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.f234b = simpleDraweeView; + this.c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y4.java b/app/src/main/java/b/a/i/y4.java index 210efb5eae..1ec9f9ef2e 100644 --- a/app/src/main/java/b/a/i/y4.java +++ b/app/src/main/java/b/a/i/y4.java @@ -2,65 +2,35 @@ package b.a.i; import android.view.View; import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.views.typing.TypingDots; -import com.discord.widgets.botuikit.views.select.SelectComponentView; +import com.discord.utilities.view.text.LinkifiedTextView; import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.flexbox.FlexboxLayout; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentBinding.java */ +/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding.java */ /* loaded from: classes.dex */ public final class y4 implements ViewBinding { @NonNull - public final SelectComponentView a; + public final ConstraintLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f233b; + public final ImageView f235b; @NonNull - public final TypingDots c; + public final LinkifiedTextView c; @NonNull public final SimpleDraweeView d; @NonNull - public final MaterialTextView e; - @NonNull - public final FlexboxLayout f; + public final TextView e; - public y4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { - this.a = selectComponentView; - this.f233b = imageView; - this.c = typingDots; + public y4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { + this.a = constraintLayout; + this.f235b = imageView; + this.c = linkifiedTextView; this.d = simpleDraweeView; - this.e = materialTextView; - this.f = flexboxLayout; - } - - @NonNull - public static y4 a(@NonNull View view) { - int i = R.id.select_component_chevron; - ImageView imageView = (ImageView) view.findViewById(R.id.select_component_chevron); - if (imageView != null) { - i = R.id.select_component_loading; - TypingDots typingDots = (TypingDots) view.findViewById(R.id.select_component_loading); - if (typingDots != null) { - i = R.id.select_component_selection_icon; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.select_component_selection_icon); - if (simpleDraweeView != null) { - i = R.id.select_component_selection_text; - MaterialTextView materialTextView = (MaterialTextView) view.findViewById(R.id.select_component_selection_text); - if (materialTextView != null) { - i = R.id.select_component_selections_root; - FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.select_component_selections_root); - if (flexboxLayout != null) { - return new y4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + this.e = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/y5.java b/app/src/main/java/b/a/i/y5.java index fec66c3845..9ef8ab04b4 100644 --- a/app/src/main/java/b/a/i/y5.java +++ b/app/src/main/java/b/a/i/y5.java @@ -2,10 +2,10 @@ package b.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetSettingsPrivacyDefaultsBinding.java */ +/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding.java */ /* loaded from: classes.dex */ public final class y5 implements ViewBinding { @NonNull @@ -13,14 +13,20 @@ public final class y5 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final MaterialButton f234b; + public final TextView f236b; @NonNull - public final MaterialButton c; + public final LinearLayout c; + @NonNull + public final TextView d; + @NonNull + public final LinearLayout e; - public y5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public y5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; - this.f234b = materialButton; - this.c = materialButton2; + this.f236b = textView; + this.c = linearLayout2; + this.d = textView2; + this.e = linearLayout3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z.java b/app/src/main/java/b/a/i/z.java index 336271537b..69abfb4e78 100644 --- a/app/src/main/java/b/a/i/z.java +++ b/app/src/main/java/b/a/i/z.java @@ -1,26 +1,23 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: IconRowBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: GuildVideoAtCapacityBinding.java */ /* loaded from: classes.dex */ public final class z implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f235b; - @NonNull - public final TextView c; + public final MaterialButton f237b; - public z(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { - this.a = view; - this.f235b = imageView; - this.c = textView; + public z(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.f237b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z0.java b/app/src/main/java/b/a/i/z0.java index d457ec6b0e..43e168273c 100644 --- a/app/src/main/java/b/a/i/z0.java +++ b/app/src/main/java/b/a/i/z0.java @@ -3,20 +3,15 @@ package b.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: OverlayVoiceBubbleBinding.java */ +import com.discord.views.VoiceUserView; +/* compiled from: OverlayMenuVoiceMembersItemBinding.java */ /* loaded from: classes.dex */ public final class z0 implements ViewBinding { @NonNull - public final SimpleDraweeView a; - @NonNull + public final VoiceUserView a; - /* renamed from: b reason: collision with root package name */ - public final SimpleDraweeView f236b; - - public z0(@NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { - this.a = simpleDraweeView; - this.f236b = simpleDraweeView2; + public z0(@NonNull VoiceUserView voiceUserView) { + this.a = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z1.java b/app/src/main/java/b/a/i/z1.java index e239deb680..75bc95b306 100644 --- a/app/src/main/java/b/a/i/z1.java +++ b/app/src/main/java/b/a/i/z1.java @@ -5,23 +5,16 @@ import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCallEventsButtonBinding.java */ +/* compiled from: ViewAddOverrideItemBinding.java */ /* loaded from: classes.dex */ public final class z1 implements ViewBinding { @NonNull public final ConstraintLayout a; - @NonNull - /* renamed from: b reason: collision with root package name */ - public final ImageView f237b; - @NonNull - public final TextView c; - - public z1(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + public z1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { this.a = constraintLayout; - this.f237b = imageView; - this.c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z2.java b/app/src/main/java/b/a/i/z2.java index d08423273e..8bd4dc79db 100644 --- a/app/src/main/java/b/a/i/z2.java +++ b/app/src/main/java/b/a/i/z2.java @@ -5,7 +5,8 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumUpsellInfoBinding.java */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewPremiumSettingsTier1Binding.java */ /* loaded from: classes.dex */ public final class z2 implements ViewBinding { @NonNull @@ -13,17 +14,17 @@ public final class z2 implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextView f238b; + public final MaterialButton f238b; @NonNull public final TextView c; @NonNull public final TextView d; - public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public z2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.f238b = textView; - this.c = textView2; - this.d = textView3; + this.f238b = materialButton; + this.c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z3.java b/app/src/main/java/b/a/i/z3.java index 2beb55b23c..9320ce63e6 100644 --- a/app/src/main/java/b/a/i/z3.java +++ b/app/src/main/java/b/a/i/z3.java @@ -1,34 +1,47 @@ package b.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.ProgressBar; +import android.widget.FrameLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewUploadProgressBinding.java */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.CheckableImageView; +/* compiled from: ViewTernaryCheckboxBinding.java */ /* loaded from: classes.dex */ public final class z3 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull /* renamed from: b reason: collision with root package name */ - public final ProgressBar f239b; + public final FrameLayout f239b; @NonNull - public final ImageView c; + public final View c; @NonNull - public final TextView d; + public final View d; @NonNull public final TextView e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final CheckableImageView g; + @NonNull + public final CheckableImageView h; + @NonNull + public final CheckableImageView i; - public z3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.f239b = progressBar; - this.c = imageView; - this.d = textView; - this.e = textView2; + public z3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { + this.a = linearLayout; + this.f239b = frameLayout; + this.c = view; + this.d = view2; + this.e = textView; + this.f = linkifiedTextView; + this.g = checkableImageView; + this.h = checkableImageView2; + this.i = checkableImageView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z4.java b/app/src/main/java/b/a/i/z4.java index 1d0568056f..c8757568c4 100644 --- a/app/src/main/java/b/a/i/z4.java +++ b/app/src/main/java/b/a/i/z4.java @@ -1,17 +1,53 @@ package b.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentPillBinding.java */ +import com.discord.R; +import com.discord.widgets.botuikit.views.ActionRowComponentView; +import com.google.android.flexbox.FlexboxLayout; +/* compiled from: WidgetChatListBotUiActionRowComponentBinding.java */ /* loaded from: classes.dex */ public final class z4 implements ViewBinding { @NonNull - public final MaterialTextView a; + public final ActionRowComponentView a; + @NonNull - public z4(@NonNull MaterialTextView materialTextView) { - this.a = materialTextView; + /* renamed from: b reason: collision with root package name */ + public final FlexboxLayout f240b; + @NonNull + public final l2 c; + + public z4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull l2 l2Var) { + this.a = actionRowComponentView; + this.f240b = flexboxLayout; + this.c = l2Var; + } + + @NonNull + public static z4 a(@NonNull View view) { + int i = R.id.action_row_component_view_group; + FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.action_row_component_view_group); + if (flexboxLayout != null) { + i = R.id.action_row_component_view_group_error_row; + View findViewById = view.findViewById(R.id.action_row_component_view_group_error_row); + if (findViewById != null) { + int i2 = R.id.view_interaction_failed_label_icon; + ImageView imageView = (ImageView) findViewById.findViewById(R.id.view_interaction_failed_label_icon); + if (imageView != null) { + i2 = R.id.view_interaction_failed_label_message; + TextView textView = (TextView) findViewById.findViewById(R.id.view_interaction_failed_label_message); + if (textView != null) { + return new z4((ActionRowComponentView) view, flexboxLayout, new l2((ConstraintLayout) findViewById, imageView, textView)); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/i/z5.java b/app/src/main/java/b/a/i/z5.java index b1d8859488..7174ccfce9 100644 --- a/app/src/main/java/b/a/i/z5.java +++ b/app/src/main/java/b/a/i/z5.java @@ -1,49 +1,26 @@ package b.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.LinearLayout; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetStageChannelRichPresenceBinding.java */ +/* compiled from: WidgetSettingsPremiumPriceChangeNoticeBinding.java */ /* loaded from: classes.dex */ public final class z5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final CardView a; @NonNull /* renamed from: b reason: collision with root package name */ - public final LinearLayout f240b; + public final CardView f241b; @NonNull public final TextView c; - @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; - public z5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { - this.a = linearLayout; - this.f240b = linearLayout2; + public z5(@NonNull CardView cardView, @NonNull CardView cardView2, @NonNull TextView textView) { + this.a = cardView; + this.f241b = cardView2; this.c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = materialButton; - this.h = textView4; - this.i = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/b/a/j/a.java b/app/src/main/java/b/a/j/a.java index c762e9e852..f7773a70f3 100644 --- a/app/src/main/java/b/a/j/a.java +++ b/app/src/main/java/b/a/j/a.java @@ -20,7 +20,7 @@ public final class a { public Function1 a; /* renamed from: b reason: collision with root package name */ - public final Map f241b = new LinkedHashMap(); + public final Map f242b = new LinkedHashMap(); public final Logger c; /* compiled from: FloatingViewManager.kt */ @@ -30,7 +30,7 @@ public final class a { public final View a; /* renamed from: b reason: collision with root package name */ - public final ViewGroup f242b; + public final ViewGroup f243b; public final ViewTreeObserver.OnPreDrawListener c; public C0032a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { @@ -38,7 +38,7 @@ public final class a { m.checkNotNullParameter(viewGroup, "ancestorViewGroup"); m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); this.a = view; - this.f242b = viewGroup; + this.f243b = viewGroup; this.c = onPreDrawListener; } } @@ -78,12 +78,12 @@ public final class a { @MainThread public final void b(int i) { - C0032a aVar = this.f241b.get(Integer.valueOf(i)); + C0032a aVar = this.f242b.get(Integer.valueOf(i)); if (aVar != null) { - ViewGroup viewGroup = aVar.f242b; + ViewGroup viewGroup = aVar.f243b; View view = aVar.a; ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.c; - this.f241b.remove(Integer.valueOf(i)); + this.f242b.remove(Integer.valueOf(i)); viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); viewGroup.removeView(view); Function1 function1 = this.a; diff --git a/app/src/main/java/b/a/k/a.java b/app/src/main/java/b/a/k/a.java index fd69b3e0fe..48775ee983 100644 --- a/app/src/main/java/b/a/k/a.java +++ b/app/src/main/java/b/a/k/a.java @@ -13,7 +13,7 @@ public final class a { public static b.a.k.g.b a; /* renamed from: b reason: collision with root package name */ - public static Function0 f243b = C0033a.j; + public static Function0 f244b = C0033a.j; public static Function2 c = b.j; public static final a d = null; 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 73e870a9a8..5917d40982 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.f2691b.invoke(this.this$0.a, view2); + this.$clickHandler.f2702b.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 dd2cd4421f..4b078bd34b 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.f2692b.get(this.a); + Hook hook = renderContext.f2703b.get(this.a); int length = spannableStringBuilder.length(); super.render(spannableStringBuilder, renderContext); Hook.a aVar = null; - CharSequence charSequence = hook != null ? hook.f2690b : null; + CharSequence charSequence = hook != null ? hook.f2701b : null; if (charSequence != null) { spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence); } @@ -44,13 +44,13 @@ public final class c extends Node.a { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.f243b.invoke(), a.c); + aVar = new Hook.a(a.f244b.invoke(), a.c); } if (aVar != null) { Integer num = aVar.a; if (num == null) { a aVar4 = a.d; - num = a.f243b.invoke(); + num = a.f244b.invoke(); } spannableStringBuilder.setSpan(new b.a.k.e.a(new b(this, aVar), num), length, spannableStringBuilder.length(), 33); renderContext.g = true; diff --git a/app/src/main/java/b/a/k/g/c.java b/app/src/main/java/b/a/k/g/c.java index aef0e36ee1..0a8328c29f 100644 --- a/app/src/main/java/b/a/k/g/c.java +++ b/app/src/main/java/b/a/k/g/c.java @@ -7,7 +7,7 @@ public final class c { public final boolean a; /* renamed from: b reason: collision with root package name */ - public int f244b; + public int f245b; public c() { this(false, 0, 3); @@ -15,14 +15,14 @@ public final class c { public c(boolean z2, int i) { this.a = z2; - this.f244b = i; + this.f245b = i; } public c(boolean z2, int i, int i2) { z2 = (i2 & 1) != 0 ? false : z2; i = (i2 & 2) != 0 ? 0 : i; this.a = z2; - this.f244b = i; + this.f245b = i; } public boolean equals(Object obj) { @@ -33,7 +33,7 @@ public final class c { return false; } c cVar = (c) obj; - return this.a == cVar.a && this.f244b == cVar.f244b; + return this.a == cVar.a && this.f245b == cVar.f245b; } public int hashCode() { @@ -44,13 +44,13 @@ public final class c { int i = z2 ? 1 : 0; int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; - return (i * 31) + this.f244b; + return (i * 31) + this.f245b; } public String toString() { StringBuilder R = a.R("ParseState(isEscaped="); R.append(this.a); R.append(", argumentIndex="); - return a.A(R, this.f244b, ")"); + return a.A(R, this.f245b, ")"); } } diff --git a/app/src/main/java/b/a/k/g/d.java b/app/src/main/java/b/a/k/g/d.java index e081af717f..593f540d7f 100644 --- a/app/src/main/java/b/a/k/g/d.java +++ b/app/src/main/java/b/a/k/g/d.java @@ -11,7 +11,7 @@ public final class d extends b { public static final Lazy a = g.lazy(a.j); /* renamed from: b reason: collision with root package name */ - public static final d f245b = null; + public static final d f246b = null; public final ThreadLocal c = new b(); /* compiled from: FormattingParserProvider.kt */ diff --git a/app/src/main/java/b/a/k/h/a.java b/app/src/main/java/b/a/k/h/a.java index 9a001243de..ddf5039878 100644 --- a/app/src/main/java/b/a/k/h/a.java +++ b/app/src/main/java/b/a/k/h/a.java @@ -21,7 +21,7 @@ public final class a extends Rule, c> { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); m.checkNotNullParameter(cVar2, "state"); - c cVar3 = new c(true, cVar2.f244b); + c cVar3 = new c(true, cVar2.f245b); Node.a aVar = new Node.a(new Node[0]); int start = matcher.start(1); int end = matcher.end(1); diff --git a/app/src/main/java/b/a/m/a/t.java b/app/src/main/java/b/a/m/a/t.java index 08a78082f7..bcbcd5d66c 100644 --- a/app/src/main/java/b/a/m/a/t.java +++ b/app/src/main/java/b/a/m/a/t.java @@ -8,15 +8,15 @@ public final /* synthetic */ class t implements Model.JsonReader.ItemFactory { public final /* synthetic */ ModelPayload.VersionedModel a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Model.JsonReader f246b; + public final /* synthetic */ Model.JsonReader f247b; public /* synthetic */ t(ModelPayload.VersionedModel versionedModel, Model.JsonReader jsonReader) { this.a = versionedModel; - this.f246b = jsonReader; + this.f247b = jsonReader; } @Override // com.discord.models.domain.Model.JsonReader.ItemFactory public final Object get() { - return this.a.parseEntry(this.f246b); + return this.a.parseEntry(this.f247b); } } diff --git a/app/src/main/java/b/a/n/b.java b/app/src/main/java/b/a/n/b.java index 9ef94b815d..1824095d7f 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.f2737s.removeViewImmediate(overlayBubbleWrap2); + this.this$0.f2748s.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 21060402bd..23bea5bd8d 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.f2737s.removeViewImmediate(this.l); - WindowManager windowManager = this.j.f2737s; + this.j.f2748s.removeViewImmediate(this.l); + WindowManager windowManager = this.j.f2748s; OverlayBubbleWrap overlayBubbleWrap2 = this.l; windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams()); } diff --git a/app/src/main/java/b/a/n/e.java b/app/src/main/java/b/a/n/e.java index cac04fa735..4d0ed2e8cf 100644 --- a/app/src/main/java/b/a/n/e.java +++ b/app/src/main/java/b/a/n/e.java @@ -10,11 +10,11 @@ public final class e implements Animator.AnimatorListener { public final /* synthetic */ OverlayManager a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ OverlayBubbleWrap f247b; + public final /* synthetic */ OverlayBubbleWrap f248b; public e(OverlayManager overlayManager, OverlayBubbleWrap overlayBubbleWrap) { this.a = overlayManager; - this.f247b = overlayBubbleWrap; + this.f248b = overlayBubbleWrap; } @Override // android.animation.Animator.AnimatorListener @@ -26,13 +26,13 @@ public final class e implements Animator.AnimatorListener { public void onAnimationEnd(Animator animator) { m.checkNotNullParameter(animator, "animator"); if (this.a.n != null) { - OverlayBubbleWrap overlayBubbleWrap = this.f247b; + OverlayBubbleWrap overlayBubbleWrap = this.f248b; m.checkNotNullParameter(overlayBubbleWrap, "bubble"); m.checkNotNullParameter(overlayBubbleWrap, "bubble"); } f fVar = this.a.o; if (fVar != null) { - fVar.b(this.f247b); + fVar.b(this.f248b); } } diff --git a/app/src/main/java/b/a/n/g/a.java b/app/src/main/java/b/a/n/g/a.java index 2effbb36b9..16eac50669 100644 --- a/app/src/main/java/b/a/n/g/a.java +++ b/app/src/main/java/b/a/n/g/a.java @@ -13,7 +13,7 @@ public final class a implements ViewBinding { @NonNull /* renamed from: b reason: collision with root package name */ - public final ImageView f248b; + public final ImageView f249b; @NonNull public final FrameLayout c; @NonNull @@ -21,7 +21,7 @@ public final class a implements ViewBinding { public a(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2) { this.a = view; - this.f248b = imageView; + this.f249b = imageView; this.c = frameLayout; this.d = frameLayout2; } diff --git a/app/src/main/java/b/a/n/h/a.java b/app/src/main/java/b/a/n/h/a.java index 833375836c..3e15bad7c7 100644 --- a/app/src/main/java/b/a/n/h/a.java +++ b/app/src/main/java/b/a/n/h/a.java @@ -180,7 +180,7 @@ public final class a extends FrameLayout implements f { } if (!m.areEqual(overlayBubbleWrap, this.p)) { if (overlayBubbleWrap != null) { - ImageView imageView = this.j.f248b; + ImageView imageView = this.j.f249b; m.checkNotNullExpressionValue(imageView, "binding.trashWrapIcon"); overlayBubbleWrap.b(imageView); } diff --git a/app/src/main/java/b/a/o/a.java b/app/src/main/java/b/a/o/a.java index af1883ea41..3f92ba4628 100644 --- a/app/src/main/java/b/a/o/a.java +++ b/app/src/main/java/b/a/o/a.java @@ -13,7 +13,7 @@ public final class a { public static Function1 a = C0037a.j; /* renamed from: b reason: collision with root package name */ - public static final a f249b = null; + public static final a f250b = null; /* compiled from: LocaleProvider.kt */ /* renamed from: b.a.o.a$a reason: collision with other inner class name */ diff --git a/app/src/main/java/b/a/o/b.java b/app/src/main/java/b/a/o/b.java index 0d9b878e3f..c0d9d3b604 100644 --- a/app/src/main/java/b/a/o/b.java +++ b/app/src/main/java/b/a/o/b.java @@ -49,17 +49,17 @@ public final class b implements View.OnLayoutChangeListener { public static final class c implements ViewTreeObserver.OnScrollChangedListener { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ View f250b; + public final /* synthetic */ View f251b; public c(View view) { - this.f250b = view; + this.f251b = view; } @Override // android.view.ViewTreeObserver.OnScrollChangedListener public final void onScrollChanged() { b bVar = b.this; - View view = this.f250b; - bVar.onLayoutChange(view, view.getLeft(), this.f250b.getTop(), this.f250b.getRight(), this.f250b.getBottom(), 0, 0, 0, 0); + View view = this.f251b; + bVar.onLayoutChange(view, view.getLeft(), this.f251b.getTop(), this.f251b.getRight(), this.f251b.getBottom(), 0, 0, 0, 0); } } diff --git a/app/src/main/java/b/a/p/e.java b/app/src/main/java/b/a/p/e.java index 1859abc61d..6751e60a23 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.f2740b; + Subscription subscription = appMediaPlayer.f2751b; if (subscription != null) { subscription.unsubscribe(); } - appMediaPlayer.f2740b = Observable.F(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).L().J(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer)); + appMediaPlayer.f2751b = Observable.F(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).L().J(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.f2740b; + Subscription subscription2 = this.j.f2751b; if (subscription2 != null) { subscription2.unsubscribe(); } diff --git a/app/src/main/java/b/a/p/i.java b/app/src/main/java/b/a/p/i.java index da502a48c2..a93c960a68 100644 --- a/app/src/main/java/b/a/p/i.java +++ b/app/src/main/java/b/a/p/i.java @@ -33,10 +33,10 @@ public final class i { z0 z0Var = new z0(new o(true, 65536), 10000, 30000, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 5000, -1, false, 0, false); m.checkNotNullExpressionValue(z0Var, "DefaultLoadControl.Build… )\n .build()"); e1.b bVar = new e1.b(context); - d.D(!bVar.f922s); + d.D(!bVar.f923s); bVar.f = new b.i.a.c.d(z0Var); - d.D(!bVar.f922s); - bVar.f922s = true; + d.D(!bVar.f923s); + bVar.f923s = true; k2 k2Var = new k2(bVar); m.checkNotNullExpressionValue(k2Var, "ExoPlayer\n .Bui…ntrol)\n .build()"); k2Var.x(kVar); diff --git a/app/src/main/java/b/a/p/j.java b/app/src/main/java/b/a/p/j.java index 3a794948f2..aedfd519b6 100644 --- a/app/src/main/java/b/a/p/j.java +++ b/app/src/main/java/b/a/p/j.java @@ -13,19 +13,19 @@ public final class j implements l.a { public final q.a a; /* renamed from: b reason: collision with root package name */ - public final long f251b; + public final long f252b; public j(q.a aVar, long j) { m.checkNotNullParameter(aVar, "defaultDatasourceFactory"); this.a = aVar; - this.f251b = j; + this.f252b = j; } @Override // b.i.a.c.e3.l.a public l a() { - l lVar = l.f252b; + l lVar = l.f253b; r rVar = (r) l.a.getValue(); q.a aVar = this.a; - return new c(rVar, new q(aVar.a, aVar.f947b.a()), new FileDataSource(), new CacheDataSink(rVar, this.f251b), 3, null); + return new c(rVar, new q(aVar.a, aVar.f948b.a()), new FileDataSource(), new CacheDataSink(rVar, this.f252b), 3, null); } } diff --git a/app/src/main/java/b/a/p/l.java b/app/src/main/java/b/a/p/l.java index e5d0a3f248..363901b166 100644 --- a/app/src/main/java/b/a/p/l.java +++ b/app/src/main/java/b/a/p/l.java @@ -16,7 +16,7 @@ public final class l { public static final Lazy a = g.lazy(a.j); /* renamed from: b reason: collision with root package name */ - public static final l f252b = null; + public static final l f253b = null; /* compiled from: SimpleCacheProvider.kt */ /* loaded from: classes.dex */ diff --git a/app/src/main/java/b/a/q/a.java b/app/src/main/java/b/a/q/a.java index 45656bce15..e4e67e779c 100644 --- a/app/src/main/java/b/a/q/a.java +++ b/app/src/main/java/b/a/q/a.java @@ -7,12 +7,12 @@ public final class a { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f253b; + public final int f254b; public final Integer c; public a(int i, int i2, Integer num) { this.a = i; - this.f253b = i2; + this.f254b = i2; this.c = num; } @@ -24,11 +24,11 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f253b == aVar.f253b && m.areEqual(this.c, aVar.c); + return this.a == aVar.a && this.f254b == aVar.f254b && m.areEqual(this.c, aVar.c); } public int hashCode() { - int i = ((this.a * 31) + this.f253b) * 31; + int i = ((this.a * 31) + this.f254b) * 31; Integer num = this.c; return i + (num != null ? num.hashCode() : 0); } @@ -37,7 +37,7 @@ public final class a { StringBuilder R = b.d.b.a.a.R("Bitrate(min="); R.append(this.a); R.append(", max="); - R.append(this.f253b); + R.append(this.f254b); R.append(", target="); return b.d.b.a.a.E(R, this.c, ")"); } diff --git a/app/src/main/java/b/a/q/a0.java b/app/src/main/java/b/a/q/a0.java index 8db7dbc968..b3923835e3 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.f2756b0) { + if (rtcConnection.f2767b0) { 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/b.java b/app/src/main/java/b/a/q/b.java index caed8cb453..011577fdd1 100644 --- a/app/src/main/java/b/a/q/b.java +++ b/app/src/main/java/b/a/q/b.java @@ -8,13 +8,13 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f254b; + public final int f255b; public final int c; public final Integer d; public b(int i, int i2, int i3, Integer num) { this.a = i; - this.f254b = i2; + this.f255b = i2; this.c = i3; this.d = num; } @@ -27,11 +27,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.f254b == bVar.f254b && this.c == bVar.c && m.areEqual(this.d, bVar.d); + return this.a == bVar.a && this.f255b == bVar.f255b && this.c == bVar.c && m.areEqual(this.d, bVar.d); } public int hashCode() { - int i = ((((this.a * 31) + this.f254b) * 31) + this.c) * 31; + int i = ((((this.a * 31) + this.f255b) * 31) + this.c) * 31; Integer num = this.d; return i + (num != null ? num.hashCode() : 0); } @@ -40,7 +40,7 @@ public final class b { StringBuilder R = a.R("IVideoQuality(width="); R.append(this.a); R.append(", height="); - R.append(this.f254b); + R.append(this.f255b); R.append(", framerate="); R.append(this.c); R.append(", pixelCount="); diff --git a/app/src/main/java/b/a/q/b0.java b/app/src/main/java/b/a/q/b0.java index 28dd775701..d2ed1aef14 100644 --- a/app/src/main/java/b/a/q/b0.java +++ b/app/src/main/java/b/a/q/b0.java @@ -43,15 +43,15 @@ public final class b0 implements MediaEngineConnection.d { RtcConnection rtcConnection = this.a; rtcConnection.q.succeed(); rtcConnection.r = transportInfo; - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2760x; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2771x; if (mediaEngineConnection2 != null) { d dVar = new d(1000L, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64); dVar.a.clear(); - Subscription subscription = dVar.f277b; + Subscription subscription = dVar.f278b; if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.f277b = Observable.E(0L, dVar.c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); + dVar.f278b = Observable.E(0L, dVar.c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); rtcConnection.o = dVar; rtcConnection.p = false; } @@ -68,7 +68,7 @@ public final class b0 implements MediaEngineConnection.d { return; } String str = transportInfo.a; - int i = transportInfo.f2780b; + int i = transportInfo.f2791b; m.checkNotNullParameter("udp", "protocol"); m.checkNotNullParameter(str, "address"); m.checkNotNullParameter("xsalsa20_poly1305", "mode"); @@ -77,7 +77,7 @@ public final class b0 implements MediaEngineConnection.d { Payloads.Protocol.ProtocolInfo protocolInfo = new Payloads.Protocol.ProtocolInfo(str, i, "xsalsa20_poly1305"); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a aVar2 : list) { - arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.f264b, aVar2.c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.f265b, aVar2.c, aVar2.d, aVar2.e)); } aVar.n(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -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.f2759s; + RtcConnection.StateChange stateChange = rtcConnection.f2770s; 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.f2759s.a == RtcConnection.State.h.a) { + if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2770s.a == RtcConnection.State.h.a) { rtcConnection.q(); } - if (rtcConnection.f2759s.a == RtcConnection.State.f.a) { + if (rtcConnection.f2770s.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.f2760x)); + mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2771x)); } } } @@ -222,10 +222,10 @@ public final class b0 implements MediaEngineConnection.d { Integer valueOf4 = Integer.valueOf(streamParameters.getMaxBitrate()); Integer valueOf5 = Integer.valueOf(streamParameters.getQuality()); j0 j0Var = f.a; - Integer valueOf6 = Integer.valueOf(j0Var.f258b.c); + Integer valueOf6 = Integer.valueOf(j0Var.f259b.c); Payloads.ResolutionType resolutionType = Payloads.ResolutionType.Fixed; - b bVar = j0Var.f258b; - arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.f254b), valueOf3, valueOf4)); + b bVar = j0Var.f259b; + arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.f255b), valueOf3, valueOf4)); } m.checkNotNullParameter(arrayList, "streams"); aVar.H.a(); diff --git a/app/src/main/java/b/a/q/e.java b/app/src/main/java/b/a/q/e.java index 19e6ca9b0e..76d893b797 100644 --- a/app/src/main/java/b/a/q/e.java +++ b/app/src/main/java/b/a/q/e.java @@ -18,7 +18,7 @@ public final class e { public static final b a = new b(null); /* renamed from: b reason: collision with root package name */ - public final int f255b; + public final int f256b; public final Map c; public final List d; public final j0 e; @@ -29,13 +29,13 @@ public final class e { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f256b; + public final int f257b; public final double c; public final int d; public a(int i, int i2, double d, int i3) { this.a = i; - this.f256b = i2; + this.f257b = i2; this.c = d; this.d = i3; } @@ -48,18 +48,18 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f256b == aVar.f256b && Double.compare(this.c, aVar.c) == 0 && this.d == aVar.d; + return this.a == aVar.a && this.f257b == aVar.f257b && Double.compare(this.c, aVar.c) == 0 && this.d == aVar.d; } public int hashCode() { - return ((a0.a.a.a.a(this.c) + (((this.a * 31) + this.f256b) * 31)) * 31) + this.d; + return ((a0.a.a.a.a(this.c) + (((this.a * 31) + this.f257b) * 31)) * 31) + this.d; } public String toString() { StringBuilder R = b.d.b.a.a.R("CandidateResolution(width="); R.append(this.a); R.append(", height="); - R.append(this.f256b); + R.append(this.f257b); R.append(", budgetPortion="); R.append(this.c); R.append(", pixelCount="); @@ -80,14 +80,14 @@ public final class e { public final n a; /* renamed from: b reason: collision with root package name */ - public final int f257b; + public final int f258b; public final EncodeQuality c; public c(n nVar, int i, EncodeQuality encodeQuality) { m.checkNotNullParameter(nVar, "budget"); m.checkNotNullParameter(encodeQuality, "wantValue"); this.a = nVar; - this.f257b = i; + this.f258b = i; this.c = encodeQuality; } @@ -99,13 +99,13 @@ public final class e { return false; } c cVar = (c) obj; - return m.areEqual(this.a, cVar.a) && this.f257b == cVar.f257b && m.areEqual(this.c, cVar.c); + return m.areEqual(this.a, cVar.a) && this.f258b == cVar.f258b && m.areEqual(this.c, cVar.c); } public int hashCode() { n nVar = this.a; int i = 0; - int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.f257b) * 31; + int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.f258b) * 31; EncodeQuality encodeQuality = this.c; if (encodeQuality != null) { i = encodeQuality.hashCode(); @@ -117,7 +117,7 @@ public final class e { StringBuilder R = b.d.b.a.a.R("OrderedLadder(budget="); R.append(this.a); R.append(", pixelCount="); - R.append(this.f257b); + R.append(this.f258b); R.append(", wantValue="); R.append(this.c); R.append(")"); @@ -133,8 +133,8 @@ public final class e { m.checkNotNullParameter(j0Var2, "options"); this.e = j0Var2; b bVar = j0Var2.a; - int i2 = bVar.a * bVar.f254b; - this.f255b = i2; + int i2 = bVar.a * bVar.f255b; + this.f256b = i2; Set of = n0.setOf((Object[]) new Double[]{Double.valueOf((double) ShadowDrawableWrapper.COS_45), Double.valueOf(4.0d), Double.valueOf(8.0d), Double.valueOf(10.0d)}); ArrayList arrayList = new ArrayList(); for (int i3 = 1; i3 < 4096; i3++) { @@ -171,7 +171,7 @@ public final class e { aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; if (i4 != aVar.a) { i2 = i2; - linkedHashMap.put(encodeQuality, new n(aVar.a, aVar.f256b, aVar.c, encodeQuality.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); + linkedHashMap.put(encodeQuality, new n(aVar.a, aVar.f257b, aVar.c, encodeQuality.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); EncodeQuality[] values = EncodeQuality.values(); int i6 = 10; while (true) { @@ -196,7 +196,7 @@ public final class e { ArrayList arrayList2 = new ArrayList(11); for (int i7 = 0; i7 < 11; i7++) { EncodeQuality encodeQuality2 = values2[i7]; - arrayList2.add((encodeQuality2 == EncodeQuality.Zero || (nVar = (n) linkedHashMap.get(encodeQuality2)) == null) ? null : new c(nVar, nVar.f272b * nVar.a, encodeQuality2)); + arrayList2.add((encodeQuality2 == EncodeQuality.Zero || (nVar = (n) linkedHashMap.get(encodeQuality2)) == null) ? null : new c(nVar, nVar.f273b * nVar.a, encodeQuality2)); } this.d = u.filterNotNull(arrayList2); } diff --git a/app/src/main/java/b/a/q/g.java b/app/src/main/java/b/a/q/g.java index 68d0939197..ca308ab242 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.f2753b.clear(); + this.this$0.f2764b.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 a4e6f6816e..2d4e1f71db 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.f2760x; + MediaEngineConnection mediaEngineConnection = this.a.f2771x; 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.f2760x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); } - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2760x; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2771x; 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.f2759s.a instanceof RtcConnection.State.d)) { + if (!(rtcConnection.f2770s.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.f2760x; + MediaEngineConnection mediaEngineConnection = this.a.f2771x; if (mediaEngineConnection != null) { mediaEngineConnection.t(str, u.toIntArray(list)); } @@ -241,10 +241,10 @@ 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.f253b * nVar.c), j0Var.d); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2760x; + int max2 = Math.max((int) (j0Var.c.f254b * nVar.c), j0Var.d); + MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x; if (mediaEngineConnection != null) { - mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.f272b, nVar.d, nVar.e)); + mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.f273b, nVar.d, nVar.e)); return; } return; @@ -372,7 +372,7 @@ public final class h0 implements a.d { return; } g.l(rtcConnection.N); - rtcConnection.f2760x = g; + rtcConnection.f2771x = 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.f2760x; + MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x; 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 ff6d74c920..af3977f716 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.f2753b.keySet(); + Set keySet = mediaSinkWantsManager3.f2764b.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/j0.java b/app/src/main/java/b/a/q/j0.java index f53de0bf91..bfb66315b6 100644 --- a/app/src/main/java/b/a/q/j0.java +++ b/app/src/main/java/b/a/q/j0.java @@ -8,7 +8,7 @@ public final class j0 { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f258b; + public final b f259b; public final a c; public final int d; public final a e; @@ -19,7 +19,7 @@ public final class j0 { m.checkNotNullParameter(aVar, "videoBitrate"); m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; - this.f258b = bVar2; + this.f259b = bVar2; this.c = aVar; this.d = i; this.e = aVar2; @@ -33,14 +33,14 @@ public final class j0 { return false; } j0 j0Var = (j0) obj; - return m.areEqual(this.a, j0Var.a) && m.areEqual(this.f258b, j0Var.f258b) && m.areEqual(this.c, j0Var.c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.f259b, j0Var.f259b) && m.areEqual(this.c, j0Var.c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { b bVar = this.a; int i = 0; int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; - b bVar2 = this.f258b; + b bVar2 = this.f259b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; a aVar = this.c; int hashCode3 = (((hashCode2 + (aVar != null ? aVar.hashCode() : 0)) * 31) + this.d) * 31; @@ -55,7 +55,7 @@ public final class j0 { StringBuilder R = a.R("VideoQualityManagerOptions(videoBudget="); R.append(this.a); R.append(", videoCapture="); - R.append(this.f258b); + R.append(this.f259b); R.append(", videoBitrate="); R.append(this.c); R.append(", videoBitrateFloor="); diff --git a/app/src/main/java/b/a/q/k0/a.java b/app/src/main/java/b/a/q/k0/a.java index b8b971e804..ed20cebced 100644 --- a/app/src/main/java/b/a/q/k0/a.java +++ b/app/src/main/java/b/a/q/k0/a.java @@ -22,7 +22,7 @@ public final class a extends BroadcastReceiver { public static final C0039a a = new C0039a(null); /* renamed from: b reason: collision with root package name */ - public final Context f259b; + public final Context f260b; public final h c; /* compiled from: AudioManagerBroadcastReceiver.kt */ @@ -36,7 +36,7 @@ public final class a extends BroadcastReceiver { public a(Context context, h hVar) { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(hVar, "listener"); - this.f259b = context; + this.f260b = context; this.c = hVar; } diff --git a/app/src/main/java/b/a/q/k0/b.java b/app/src/main/java/b/a/q/k0/b.java index 9d8e4930bc..b35e9f6aaa 100644 --- a/app/src/main/java/b/a/q/k0/b.java +++ b/app/src/main/java/b/a/q/k0/b.java @@ -11,7 +11,7 @@ public final class b { public static final a a = new a(null); /* renamed from: b reason: collision with root package name */ - public final boolean f260b; + public final boolean f261b; public final boolean c; public final boolean d; @@ -28,7 +28,7 @@ public final class b { boolean z3 = context.checkPermission("android.permission.MODIFY_AUDIO_SETTINGS", Process.myPid(), Process.myUid()) == 0; boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; - this.f260b = z3; + this.f261b = z3; this.c = z4; this.d = z2; if (!z3) { @@ -50,11 +50,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.f260b == bVar.f260b && this.c == bVar.c && this.d == bVar.d; + return this.f261b == bVar.f261b && this.c == bVar.c && this.d == bVar.d; } public int hashCode() { - boolean z2 = this.f260b; + boolean z2 = this.f261b; int i = 1; if (z2) { z2 = true; @@ -80,7 +80,7 @@ public final class b { public String toString() { StringBuilder R = b.d.b.a.a.R("AudioPermissions(hasModifyAudioSettingsPermission="); - R.append(this.f260b); + R.append(this.f261b); R.append(", hasRecordAudioPermission="); R.append(this.c); R.append(", hasBluetoothPermission="); diff --git a/app/src/main/java/b/a/q/k0/d.java b/app/src/main/java/b/a/q/k0/d.java index 9b3644b610..910885ac6a 100644 --- a/app/src/main/java/b/a/q/k0/d.java +++ b/app/src/main/java/b/a/q/k0/d.java @@ -14,7 +14,7 @@ public final class d { public static final Lazy a = g.lazy(a.j); /* renamed from: b reason: collision with root package name */ - public static final Lazy f261b = g.lazy(b.j); + public static final Lazy f262b = g.lazy(b.j); public static final d c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ 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 f5eae15e91..ff177633c3 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.f2769y; + SerializedSubject serializedSubject = discordAudioManager.f2780y; serializedSubject.k.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/b/a/q/k0/g.java b/app/src/main/java/b/a/q/k0/g.java index cdf0c0f22f..daccb6e314 100644 --- a/app/src/main/java/b/a/q/k0/g.java +++ b/app/src/main/java/b/a/q/k0/g.java @@ -12,7 +12,7 @@ public final class g { public static final g a = new g(true, false, false); /* renamed from: b reason: collision with root package name */ - public static final g f262b = new g(true, false, false); + public static final g f263b = new g(true, false, false); /* compiled from: EchoCancellation.kt */ /* loaded from: classes.dex */ diff --git a/app/src/main/java/b/a/q/l.java b/app/src/main/java/b/a/q/l.java index 7fdfd4033b..d26b4ce842 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.f2753b.remove(Long.valueOf(this.$userId)); + this.this$0.f2764b.remove(Long.valueOf(this.$userId)); this.this$0.c.remove(Long.valueOf(this.$userId)); } else { - this.this$0.f2753b.put(Long.valueOf(this.$userId), arrayList2); + this.this$0.f2764b.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/l0/a.java b/app/src/main/java/b/a/q/l0/a.java index 658513757f..1617704cd2 100644 --- a/app/src/main/java/b/a/q/l0/a.java +++ b/app/src/main/java/b/a/q/l0/a.java @@ -14,14 +14,14 @@ public abstract class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f263b; + public final boolean f264b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public C0040a(String str, boolean z2) { super(false, null); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.a = str; - this.f263b = z2; + this.f264b = z2; } public boolean equals(Object obj) { @@ -32,13 +32,13 @@ public abstract class a { return false; } C0040a aVar = (C0040a) obj; - return m.areEqual(this.a, aVar.a) && this.f263b == aVar.f263b; + return m.areEqual(this.a, aVar.a) && this.f264b == aVar.f264b; } public int hashCode() { String str = this.a; int hashCode = (str != null ? str.hashCode() : 0) * 31; - boolean z2 = this.f263b; + boolean z2 = this.f264b; if (z2) { z2 = true; } @@ -52,7 +52,7 @@ public abstract class a { StringBuilder R = b.d.b.a.a.R("PluggedIn(name="); R.append(this.a); R.append(", hasMic="); - return b.d.b.a.a.M(R, this.f263b, ")"); + return b.d.b.a.a.M(R, this.f264b, ")"); } } diff --git a/app/src/main/java/b/a/q/m0/a.java b/app/src/main/java/b/a/q/m0/a.java index f51296ba9b..3842664856 100644 --- a/app/src/main/java/b/a/q/m0/a.java +++ b/app/src/main/java/b/a/q/m0/a.java @@ -8,7 +8,7 @@ public final class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f264b; + public final int f265b; public final String c; public final int d; public final Integer e; @@ -17,7 +17,7 @@ public final class a { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(str2, "type"); this.a = str; - this.f264b = i; + this.f265b = i; this.c = str2; this.d = i2; this.e = num; @@ -31,13 +31,13 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.f264b == aVar.f264b && m.areEqual(this.c, aVar.c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.f265b == aVar.f265b && m.areEqual(this.c, aVar.c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { String str = this.a; int i = 0; - int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.f264b) * 31; + int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.f265b) * 31; String str2 = this.c; int hashCode2 = (((hashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d) * 31; Integer num = this.e; @@ -51,7 +51,7 @@ public final class a { StringBuilder R = b.d.b.a.a.R("Codec(name="); R.append(this.a); R.append(", priority="); - R.append(this.f264b); + R.append(this.f265b); R.append(", type="); R.append(this.c); R.append(", payloadType="); 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 66ef380b9d..26e2c9f9c0 100644 --- a/app/src/main/java/b/a/q/m0/b.java +++ b/app/src/main/java/b/a/q/m0/b.java @@ -47,15 +47,15 @@ public final class b extends ScreenCapturerAndroid { public Subscription w; /* renamed from: x reason: collision with root package name */ - public final Logger f266x; + public final Logger f267x; /* renamed from: y reason: collision with root package name */ - public final ThumbnailEmitter f267y; + public final ThumbnailEmitter f268y; public final RunnableC0041b k = new RunnableC0041b(); public final SoundshareAudioSource o = new SoundshareAudioSource(); /* renamed from: s reason: collision with root package name */ - public final Rect f265s = new Rect(); + public final Rect f266s = new Rect(); public final Rect t = new Rect(); public final Point u = new Point(); @@ -122,8 +122,8 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(intent, "mediaProjectionPermissionResultData"); m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); - this.f266x = logger; - this.f267y = thumbnailEmitter; + this.f267x = logger; + this.f268y = thumbnailEmitter; } public final synchronized void a(Rect rect, int i) { @@ -188,7 +188,7 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public synchronized void changeCaptureFormat(int i, int i2, int i3) { - a(this.f265s, Math.max(i, i2)); + a(this.f266s, Math.max(i, i2)); d(i3); } @@ -197,7 +197,7 @@ public final class b extends ScreenCapturerAndroid { try { super.createVirtualDisplay(); } catch (Throwable th) { - Logger.e$default(this.f266x, "ScreenCapturer", "error in createVirtualDisplay", th, null, 8, null); + Logger.e$default(this.f267x, "ScreenCapturer", "error in createVirtualDisplay", th, null, 8, null); } } @@ -214,12 +214,12 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public void dispose() { stopCapture(); - ThumbnailEmitter thumbnailEmitter = this.f267y; + ThumbnailEmitter thumbnailEmitter = this.f268y; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); thumbnailEmitter.c.release(); - JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2783b); + JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2794b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } } @@ -246,12 +246,12 @@ public final class b extends ScreenCapturerAndroid { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.t, this.f265s)) { - this.f265s.set(this.t); + if (!m.areEqual(this.t, this.f266s)) { + this.f266s.set(this.t); a(this.t, this.v); } this.r = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f267y; + ThumbnailEmitter thumbnailEmitter = this.f268y; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/b/a/q/m0/c/d.java b/app/src/main/java/b/a/q/m0/c/d.java index 8531ed4399..93cfcd471e 100644 --- a/app/src/main/java/b/a/q/m0/c/d.java +++ b/app/src/main/java/b/a/q/m0/c/d.java @@ -45,7 +45,7 @@ public final class d implements Discord.ConnectToServerCallback { m.checkNotNullExpressionValue(upperCase, "(this as java.lang.String).toUpperCase()"); MediaEngineConnection.TransportInfo transportInfo = new MediaEngineConnection.TransportInfo(str2, i, MediaEngineConnection.TransportInfo.Protocol.valueOf(upperCase)); MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTED; - eVar.f268b = connectionState; + eVar.f269b = connectionState; eVar.y(new a(eVar, connectionState)); b.a.q.m0.a aVar = new b.a.q.m0.a("opus", 1, MediaStreamTrack.AUDIO_TRACK_KIND, 120, null); eVar.i.clear(); 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 60a947705f..25f6aa43cc 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 @@ -36,7 +36,7 @@ public final class e implements MediaEngineConnection { public final CopyOnWriteArrayList a; /* renamed from: b reason: collision with root package name */ - public MediaEngineConnection.ConnectionState f268b; + public MediaEngineConnection.ConnectionState f269b; public boolean c; public final Map d; public final Map e = new LinkedHashMap(); @@ -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.f2782b); + connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2793b); 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.f2781b); + dVar2.onTargetBitrate(this.$quality.f2792b); 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.f2781b, bVar.c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.f2792b, bVar.c, bVar.d, this.$frameRate); return Unit.a; } } @@ -573,10 +573,10 @@ public final class e implements MediaEngineConnection { this.p = type; this.q = j2; MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTING; - this.f268b = connectionState; + this.f269b = connectionState; this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; - String str = aVar.f2779b; + String str = aVar.f2790b; 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"); @@ -586,7 +586,7 @@ public final class e implements MediaEngineConnection { connectToServer.setUserSpeakingStatusChangedCallback(new c(this)); this.j = connectToServer; this.a = new CopyOnWriteArrayList<>(list2); - this.f268b = connectionState; + this.f269b = connectionState; y(new a(this, connectionState)); } @@ -681,7 +681,7 @@ public final class e implements MediaEngineConnection { public void l(MediaEngineConnection.d dVar) { d0.z.d.m.checkNotNullParameter(dVar, "listener"); this.a.add(dVar); - dVar.onConnectionStateChange(this, this.f268b); + dVar.onConnectionStateChange(this, this.f269b); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection 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 234a2e25db..69d72960dd 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 @@ -34,7 +34,7 @@ public final class k implements MediaEngine { public static final Set a = n0.setOf((Object[]) new String[]{"Pixel", "Pixel XL", "Pixel 3a XL", "Pixel 4", "Pixel 4 XL", "Pixel 5"}); /* renamed from: b reason: collision with root package name */ - public static final Set f269b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); + public static final Set f270b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); public final u c; public final List d; public boolean e; @@ -267,7 +267,7 @@ public final class k implements MediaEngine { public final /* synthetic */ b.a.q.k0.g a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ k f270b; + public final /* synthetic */ k f271b; /* compiled from: MediaEngineLegacy.kt */ /* loaded from: classes.dex */ @@ -287,7 +287,7 @@ public final class k implements MediaEngine { @Override // kotlin.jvm.functions.Function0 public Unit invoke() { h.this.a.d = this.$enabled; - k kVar = h.this.f270b; + k kVar = h.this.f271b; boolean z2 = this.$requestEnabled; boolean z3 = this.$available; Objects.requireNonNull(kVar.o); @@ -298,12 +298,12 @@ public final class k implements MediaEngine { public h(b.a.q.k0.g gVar, Discord discord, k kVar) { this.a = gVar; - this.f270b = kVar; + this.f271b = kVar; } @Override // com.hammerandchisel.libdiscord.Discord.BuiltinAECCallback public final void onConfigureBuiltinAEC(boolean z2, boolean z3, boolean z4) { - this.f270b.o(new a(z4, z2, z3)); + this.f271b.o(new a(z4, z2, z3)); } } @@ -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.f2778b; + boolean z3 = voiceConfig.f2789b; kVar2.l.a(); b.a.q.k0.g gVar = kVar2.o; if (gVar.g && gVar.d) { @@ -413,7 +413,7 @@ public final class k implements MediaEngine { public k(Context context, MediaEngine.c cVar, b.a.q.c cVar2, MediaEngine.OpenSLESConfig openSLESConfig, Logger logger, b.a.q.k0.g gVar, MediaEngine.b bVar, Set set, Set set2, int i2) { Set set3 = null; Set set4 = (i2 & 128) != 0 ? a : null; - set3 = (i2 & 256) != 0 ? f269b : set3; + set3 = (i2 & 256) != 0 ? f270b : set3; m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(cVar, "listener"); m.checkNotNullParameter(cVar2, "mediaEngineThreadExecutor"); 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 ab59b33e23..7de7beb515 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.f2776b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2787b, 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/m0/c/p.java b/app/src/main/java/b/a/q/m0/c/p.java index b4216b41be..5608520e6a 100644 --- a/app/src/main/java/b/a/q/m0/c/p.java +++ b/app/src/main/java/b/a/q/m0/c/p.java @@ -19,11 +19,11 @@ public final class p implements Discord.GetSupportedVideoCodecsCallback { public final /* synthetic */ q a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Emitter f271b; + public final /* synthetic */ Emitter f272b; public p(q qVar, Emitter emitter) { this.a = qVar; - this.f271b = emitter; + this.f272b = emitter; } @Override // com.hammerandchisel.libdiscord.Discord.GetSupportedVideoCodecsCallback @@ -53,7 +53,7 @@ public final class p implements Discord.GetSupportedVideoCodecsCallback { arrayList2.add(new a((String) obj, i2, MediaStreamTrack.VIDEO_TRACK_KIND, i3, Integer.valueOf(i3 + 1))); i = i2; } - this.f271b.onNext(arrayList2); - this.f271b.onCompleted(); + this.f272b.onNext(arrayList2); + this.f272b.onCompleted(); } } diff --git a/app/src/main/java/b/a/q/n.java b/app/src/main/java/b/a/q/n.java index b539d3209e..066336a3ea 100644 --- a/app/src/main/java/b/a/q/n.java +++ b/app/src/main/java/b/a/q/n.java @@ -7,14 +7,14 @@ public final class n { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f272b; + public final int f273b; public final double c; public final int d; public final int e; public n(int i, int i2, double d, int i3, int i4) { this.a = i; - this.f272b = i2; + this.f273b = i2; this.c = d; this.d = i3; this.e = i4; @@ -28,18 +28,18 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.f272b == nVar.f272b && Double.compare(this.c, nVar.c) == 0 && this.d == nVar.d && this.e == nVar.e; + return this.a == nVar.a && this.f273b == nVar.f273b && Double.compare(this.c, nVar.c) == 0 && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((a.a(this.c) + (((this.a * 31) + this.f272b) * 31)) * 31) + this.d) * 31) + this.e; + return ((((a.a(this.c) + (((this.a * 31) + this.f273b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { StringBuilder R = b.d.b.a.a.R("ResolutionBudget(width="); R.append(this.a); R.append(", height="); - R.append(this.f272b); + R.append(this.f273b); R.append(", budgetPortion="); R.append(this.c); R.append(", mutedFramerate="); diff --git a/app/src/main/java/b/a/q/n0/a.java b/app/src/main/java/b/a/q/n0/a.java index 8afaeaf17a..b24045e676 100644 --- a/app/src/main/java/b/a/q/n0/a.java +++ b/app/src/main/java/b/a/q/n0/a.java @@ -52,17 +52,17 @@ public final class a extends WebSocketListener implements DebugPrintable { public final Backoff p; /* renamed from: s reason: collision with root package name */ - public WebSocket f273s; + public WebSocket f274s; public String t; public String u; public Long v; public boolean w; /* renamed from: y reason: collision with root package name */ - public Long f275y; + public Long f276y; /* renamed from: z reason: collision with root package name */ - public TimerTask f276z; + public TimerTask f277z; public static final b l = new b(null); public static final Type k = new C0045a().getType(); public final Gson n = new b.i.d.e().a(); @@ -71,7 +71,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public int r = 3; /* renamed from: x reason: collision with root package name */ - public b f274x = new b(this); + public b f275x = new b(this); public c B = c.DISCONNECTED; /* compiled from: RtcControlSocket.kt */ @@ -209,7 +209,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // kotlin.jvm.functions.Function0 public Unit invoke() { - if (!(!m.areEqual(this.$webSocket, a.this.f273s))) { + if (!(!m.areEqual(this.$webSocket, a.this.f274s))) { a.a(a.this, true, Integer.valueOf(this.$code), this.$reason); } return Unit.a; @@ -231,7 +231,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // kotlin.jvm.functions.Function0 public Unit invoke() { - if (!(!m.areEqual(this.$webSocket, a.this.f273s))) { + if (!(!m.areEqual(this.$webSocket, a.this.f274s))) { a aVar = a.this; StringBuilder R = b.d.b.a.a.R("An error with the websocket occurred: "); R.append(this.$t.getMessage()); @@ -257,7 +257,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // kotlin.jvm.functions.Function0 public Unit invoke() { boolean z2 = true; - if (!(!m.areEqual(this.$webSocket, a.this.f273s))) { + if (!(!m.areEqual(this.$webSocket, a.this.f274s))) { switch (this.$message.getOpcode()) { case 2: a aVar = a.this; @@ -322,7 +322,7 @@ public final class a extends WebSocketListener implements DebugPrintable { long currentTimeMillis2 = aVar5.I.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; aVar5.h("got heartbeat ack after " + j + " ms"); - aVar5.f275y = Long.valueOf(currentTimeMillis2); + aVar5.f276y = Long.valueOf(currentTimeMillis2); aVar5.w = true; aVar5.H.a(); for (d dVar4 : aVar5.q) { @@ -344,14 +344,14 @@ public final class a extends WebSocketListener implements DebugPrintable { Object c5 = aVar7.n.c(this.$message.getData(), Payloads.Hello.class); m.checkNotNullExpressionValue(c5, "gson.fromJson(message.da…yloads.Hello::class.java)"); Payloads.Hello hello = (Payloads.Hello) c5; - TimerTask timerTask = aVar7.f276z; + TimerTask timerTask = aVar7.f277z; if (timerTask != null) { timerTask.cancel(); } aVar7.i("[HELLO] raw: " + hello); aVar7.v = Long.valueOf(hello.getHeartbeatIntervalMs()); aVar7.r = hello.getServerVersion(); - aVar7.f274x.cancel(); + aVar7.f275x.cancel(); aVar7.w = true; aVar7.k(); break; @@ -432,7 +432,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // kotlin.jvm.functions.Function0 public Unit invoke() { boolean z2 = true; - if (!(!m.areEqual(this.$webSocket, a.this.f273s))) { + if (!(!m.areEqual(this.$webSocket, a.this.f274s))) { a aVar = a.this; c cVar = aVar.B; if (cVar == c.CONNECTING) { @@ -445,7 +445,7 @@ public final class a extends WebSocketListener implements DebugPrintable { String str = aVar.u; String str2 = aVar.t; String str3 = aVar.E; - Long l = aVar.f275y; + Long l = aVar.f276y; if (l != null && aVar.I.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } @@ -543,16 +543,16 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void b(Function1 function1) { this.p.cancel(); - this.f274x.cancel(); - TimerTask timerTask = this.f276z; + this.f275x.cancel(); + TimerTask timerTask = this.f277z; if (timerTask != null) { timerTask.cancel(); } - WebSocket webSocket = this.f273s; + WebSocket webSocket = this.f274s; if (!(webSocket == null || function1 == null)) { function1.invoke(webSocket); } - this.f273s = null; + this.f274s = null; } public final void c() { @@ -592,7 +592,7 @@ public final class a extends WebSocketListener implements DebugPrintable { debugPrintBuilder.appendKeyValue("serverId", this.t); debugPrintBuilder.appendKeyValue("sessionId", this.u); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.v); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f275y); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f276y); debugPrintBuilder.appendKeyValue("connectionStartTime", this.A); debugPrintBuilder.appendKeyValue("connectionState", this.B); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.C)); @@ -602,18 +602,18 @@ public final class a extends WebSocketListener implements DebugPrintable { StringBuilder R = b.d.b.a.a.R("[CONNECT] "); R.append(this.D); i(R.toString()); - if (this.f273s != null) { + if (this.f274s != null) { this.G.e(this.m, "Connect called with already existing websocket", null, null); b(f.j); return; } this.A = Long.valueOf(this.I.currentTimeMillis()); - TimerTask timerTask = this.f276z; + TimerTask timerTask = this.f277z; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(); - this.f276z = gVar; + this.f277z = gVar; this.o.schedule(gVar, 20000L); x.a aVar = new x.a(); aVar.a(1L, TimeUnit.MINUTES); @@ -627,7 +627,7 @@ public final class a extends WebSocketListener implements DebugPrintable { x xVar = new x(aVar); Request.a aVar3 = new Request.a(); aVar3.f(H); - this.f273s = xVar.g(aVar3.a(), this); + this.f274s = xVar.g(aVar3.a(), this); } public final void f(boolean z2, Integer num, String str) { @@ -647,15 +647,15 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void g(long j2, String str, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON); this.H.a(); - if (this.f273s != null) { + if (this.f274s != null) { i("Performing an immediate heartbeat on existing socket: " + str); - this.f274x.cancel(); + this.f275x.cancel(); b bVar = new b(this); - this.f274x = bVar; + this.f275x = bVar; this.o.schedule(bVar, j2); } else if (!z2) { i("Immediate heartbeat requested, but is disconnected and a reset was not requested: " + str); - } else if (this.p.isPending() && this.f273s == null) { + } else if (this.p.isPending() && this.f274s == null) { i("Connection backoff reset Immediate heartbeat when socket was disconnected."); this.p.succeed(); l(false, 4802, "Reset backoff."); @@ -681,7 +681,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Long l2 = this.v; if (l2 != null) { b bVar = new b(this); - this.f274x = bVar; + this.f275x = bVar; this.o.schedule(bVar, l2.longValue()); return; } @@ -711,7 +711,7 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void n(int i2, Object obj) { - WebSocket webSocket = this.f273s; + WebSocket webSocket = this.f274s; if (webSocket == null) { StringBuilder R = b.d.b.a.a.R("opcode() websocket null. opcode: "); R.append(Opcodes.INSTANCE.getNameOf(i2)); 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 381a69aeda..57e7617783 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.f2752b; + OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2763b; 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.f2752b = stats2.getOutboundRtpAudio(); + krispOveruseDetector.f2763b = stats2.getOutboundRtpAudio(); } OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio(); if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) { diff --git a/app/src/main/java/b/a/q/o0/d.java b/app/src/main/java/b/a/q/o0/d.java index ab54bb6836..2a15f345c0 100644 --- a/app/src/main/java/b/a/q/o0/d.java +++ b/app/src/main/java/b/a/q/o0/d.java @@ -15,7 +15,7 @@ public final class d { public final Deque a; /* renamed from: b reason: collision with root package name */ - public Subscription f277b; + public Subscription f278b; public final long c; public final Logger d; public final MediaEngineConnection e; @@ -42,7 +42,7 @@ public final class d { } public final void a() { - Subscription subscription = this.f277b; + Subscription subscription = this.f278b; if (subscription != null) { subscription.unsubscribe(); } diff --git a/app/src/main/java/b/a/q/o0/e.java b/app/src/main/java/b/a/q/o0/e.java index 180002fabb..36dd0c6567 100644 --- a/app/src/main/java/b/a/q/o0/e.java +++ b/app/src/main/java/b/a/q/o0/e.java @@ -44,7 +44,7 @@ public final class e { public static final List a = n.listOf((Object[]) new Integer[]{0, 500000, 1000000, 1500000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000}); /* renamed from: b reason: collision with root package name */ - public static final List f278b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); + public static final List f279b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); public static final List c = n.listOf((Object[]) new Integer[]{720, 480, 360}); /* compiled from: VideoQuality.kt */ @@ -53,7 +53,7 @@ public final class e { public long a; /* renamed from: b reason: collision with root package name */ - public long f279b; + public long f280b; public long c; public long d; public long e; @@ -73,7 +73,7 @@ public final class e { public a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8, long j9, long j10, long j11, long j12, long j13, long j14) { this.a = j; - this.f279b = j2; + this.f280b = j2; this.c = j3; this.d = j4; this.e = j5; @@ -100,11 +100,11 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f279b == aVar.f279b && this.c == aVar.c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i && this.j == aVar.j && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && this.n == aVar.n; + return this.a == aVar.a && this.f280b == aVar.f280b && this.c == aVar.c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i && this.j == aVar.j && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && this.n == aVar.n; } public int hashCode() { - int a = a0.a.a.b.a(this.f279b); + int a = a0.a.a.b.a(this.f280b); int a2 = a0.a.a.b.a(this.c); int a3 = a0.a.a.b.a(this.d); int a4 = a0.a.a.b.a(this.e); @@ -123,7 +123,7 @@ public final class e { StringBuilder R = b.d.b.a.a.R("AggregatedProperties(framesCodec="); R.append(this.a); R.append(", framesNetwork="); - R.append(this.f279b); + R.append(this.f280b); R.append(", packets="); R.append(this.c); R.append(", packetsLost="); @@ -176,7 +176,7 @@ public final class e { public Long a; /* renamed from: b reason: collision with root package name */ - public long f280b; + public long f281b; public d(boolean z2, long j) { this.a = z2 ? Long.valueOf(j) : null; @@ -195,7 +195,7 @@ public final class e { } else if (l != null) { long longValue = l.longValue(); if (!z2) { - this.f280b = (j - longValue) + this.f280b; + this.f281b = (j - longValue) + this.f281b; this.a = null; } } @@ -204,9 +204,9 @@ public final class e { public final long c(long j) { Long l = this.a; if (l == null) { - return this.f280b; + return this.f281b; } - return (this.f280b + j) - l.longValue(); + return (this.f281b + j) - l.longValue(); } } @@ -220,7 +220,7 @@ public final class e { public List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final Histogram f281b = new Histogram(5, 0, 2, null); + public final Histogram f282b = new Histogram(5, 0, 2, null); public final Histogram c = new Histogram(25600, 0, 2, null); public a e = new a(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16383); public Map g = new LinkedHashMap(); @@ -231,7 +231,7 @@ public final class e { for (Number number : e.a) { this.g.put(Integer.valueOf(number.intValue()), Float.valueOf(0.0f)); } - for (Number number2 : e.f278b) { + for (Number number2 : e.f279b) { this.h.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); } for (Number number3 : e.c) { @@ -256,7 +256,7 @@ public final class e { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f282b; + public final long f283b; public final a c; public g() { @@ -266,7 +266,7 @@ public final class e { public g(long j, long j2, a aVar) { m.checkNotNullParameter(aVar, "aggregatedProperties"); this.a = j; - this.f282b = j2; + this.f283b = j2; this.c = aVar; } @@ -278,11 +278,11 @@ public final class e { return false; } g gVar = (g) obj; - return this.a == gVar.a && this.f282b == gVar.f282b && m.areEqual(this.c, gVar.c); + return this.a == gVar.a && this.f283b == gVar.f283b && m.areEqual(this.c, gVar.c); } public int hashCode() { - int a = (a0.a.a.b.a(this.f282b) + (a0.a.a.b.a(this.a) * 31)) * 31; + int a = (a0.a.a.b.a(this.f283b) + (a0.a.a.b.a(this.a) * 31)) * 31; a aVar = this.c; return a + (aVar != null ? aVar.hashCode() : 0); } @@ -291,7 +291,7 @@ public final class e { StringBuilder R = b.d.b.a.a.R("RawVideoStats(resolution="); R.append(this.a); R.append(", timestamp="); - R.append(this.f282b); + R.append(this.f283b); R.append(", aggregatedProperties="); R.append(this.c); R.append(")"); @@ -315,10 +315,10 @@ public final class e { synchronized (eVar) { for (Map.Entry entry : eVar.m.entrySet()) { C0047e value = entry.getValue(); - value.f281b.addSample(resourceUsage2.getCpuUsagePercent()); + value.f282b.addSample(resourceUsage2.getCpuUsagePercent()); value.c.addSample(resourceUsage2.getMemoryRssBytes()); } - eVar.l.f281b.addSample(resourceUsage2.getCpuUsagePercent()); + eVar.l.f282b.addSample(resourceUsage2.getCpuUsagePercent()); eVar.l.c.addSample(resourceUsage2.getMemoryRssBytes()); } return Unit.a; @@ -351,12 +351,12 @@ public final class e { List list2 = eVar.a; g gVar3 = list2.get(list2.size() - 2); f fVar = f.j; - eVar.f = (gVar2.f282b - gVar3.f282b) + eVar.f; + eVar.f = (gVar2.f283b - gVar3.f283b) + eVar.f; a aVar = eVar.e; a aVar2 = gVar2.c; a aVar3 = gVar3.c; aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; - aVar.f279b = fVar.a(aVar2.f279b, aVar3.f279b) + aVar.f279b; + aVar.f280b = fVar.a(aVar2.f280b, aVar3.f280b) + aVar.f280b; aVar.c = fVar.a(aVar2.c, aVar3.c) + aVar.c; aVar.d = fVar.a(aVar2.d, aVar3.d) + aVar.d; aVar.e = fVar.a(aVar2.e, aVar3.e) + aVar.e; @@ -372,9 +372,9 @@ public final class e { a aVar4 = gVar2.c; long j = aVar4.f; long j2 = aVar4.a; - long j3 = gVar2.f282b; + long j3 = gVar2.f283b; long j4 = gVar2.a; - float f2 = ((float) (j3 - gVar3.f282b)) / 1000.0f; + float f2 = ((float) (j3 - gVar3.f283b)) / 1000.0f; eVar.i = (((float) j4) * f2) + eVar.i; if (eVar.a.size() >= 6) { List list3 = eVar.a; @@ -382,7 +382,7 @@ public final class e { a aVar5 = gVar4.c; long j5 = aVar5.f; long j6 = aVar5.a; - long j7 = gVar4.f282b; + long j7 = gVar4.f283b; Iterator it = c.iterator(); while (true) { float f3 = 0.0f; @@ -414,7 +414,7 @@ public final class e { map2.put(valueOf2, Float.valueOf((f8 != null ? f8.floatValue() : 0.0f) + f2)); } } - for (Number number2 : f278b) { + for (Number number2 : f279b) { int intValue3 = number2.intValue(); if (f7 <= intValue3) { Map map3 = eVar.h; @@ -431,9 +431,9 @@ public final class e { public final void b(int i) { if (this.l.a.size() >= 2) { List list = this.l.a; - long j = list.get(list.size() - 1).f282b; + long j = list.get(list.size() - 1).f283b; List list2 = this.l.a; - float f2 = ((float) (j - list2.get(list2.size() - 2).f282b)) / 1000.0f; + float f2 = ((float) (j - list2.get(list2.size() - 2).f283b)) / 1000.0f; f fVar = this.l; long j2 = fVar.m; Float valueOf = Float.valueOf(fVar.l * f2); @@ -483,7 +483,7 @@ public final class e { float f2 = ((float) eVar.f) / 1000.0f; int i = (f2 > 0 ? 1 : (f2 == 0 ? 0 : -1)); long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.i / f2)) == null) ? 0L : d0.a0.a.roundToLong(valueOf.floatValue()); - Histogram.Report report = eVar.f281b.getReport(); + Histogram.Report report = eVar.f282b.getReport(); Histogram.Report report2 = eVar.c.getReport(); b bVar = d; long j = 1024; @@ -497,7 +497,7 @@ public final class e { pairArr[2] = d0.o.to("num_bytes", Long.valueOf(aVar.f)); pairArr[3] = d0.o.to("num_packets_lost", Long.valueOf(aVar.d)); pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.c)); - pairArr[5] = d0.o.to("num_frames", Long.valueOf(aVar.f279b)); + pairArr[5] = d0.o.to("num_frames", Long.valueOf(aVar.f280b)); Long l2 = eVar.d; pairArr[6] = d0.o.to("time_to_first_frame_ms", Long.valueOf(l2 != null ? l2.longValue() : 0L)); pairArr[7] = d0.o.to("num_frames_dropped", Long.valueOf(aVar.e)); diff --git a/app/src/main/java/b/a/q/s.java b/app/src/main/java/b/a/q/s.java index 9deb8647f9..bfd3a0f09c 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.f2761y = uri.getHost(); - rtcConnection.f2762z = Integer.valueOf(uri.getPort()); + rtcConnection.f2772y = uri.getHost(); + rtcConnection.f2773z = 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/s/b.java b/app/src/main/java/b/a/s/b.java index 2b68166f5e..c2b392c437 100644 --- a/app/src/main/java/b/a/s/b.java +++ b/app/src/main/java/b/a/s/b.java @@ -26,7 +26,7 @@ public final class b extends ContentObserver { public static final a a = new a(null); /* renamed from: b reason: collision with root package name */ - public String f283b; + public String f284b; public final Logger c; public final ContentResolver d; public final Clock e; @@ -46,7 +46,7 @@ public final class b extends ContentObserver { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f284b; + public final long f285b; public final String c; public final String d; public final Uri e; @@ -56,7 +56,7 @@ public final class b extends ContentObserver { m.checkNotNullParameter(str, "fileName"); m.checkNotNullParameter(str2, "relativePath"); m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); - this.f284b = j; + this.f285b = j; this.c = str; this.d = str2; this.e = uri; @@ -72,11 +72,11 @@ public final class b extends ContentObserver { return false; } C0048b bVar = (C0048b) obj; - return this.f284b == bVar.f284b && m.areEqual(this.c, bVar.c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; + return this.f285b == bVar.f285b && m.areEqual(this.c, bVar.c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; } public int hashCode() { - int a = a0.a.a.b.a(this.f284b) * 31; + int a = a0.a.a.b.a(this.f285b) * 31; String str = this.c; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; @@ -91,7 +91,7 @@ public final class b extends ContentObserver { public String toString() { StringBuilder R = b.d.b.a.a.R("ScreenshotData(id="); - R.append(this.f284b); + R.append(this.f285b); R.append(", fileName="); R.append(this.c); R.append(", relativePath="); @@ -146,7 +146,7 @@ public final class b extends ContentObserver { m.checkNotNullExpressionValue(str, "relativePath"); bVar = new C0048b(j, string2, str, uri, query.getLong(query.getColumnIndex("date_added"))); if (bVar != null) { - String str2 = this.f283b; + String str2 = this.f284b; if (str2 == null || !t.equals$default(str2, bVar.a, false, 2, th)) { String str3 = bVar.a; Locale locale = Locale.getDefault(); @@ -156,7 +156,7 @@ public final class b extends ContentObserver { m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase(locale)"); if (w.contains$default((CharSequence) lowerCase, (CharSequence) "screenshots/", false, 2, (Object) th)) { if (Math.abs((this.e.currentTimeMillis() / ((long) 1000)) - bVar.f) <= 10) { - this.f283b = bVar.a; + this.f284b = bVar.a; this.f.invoke(bVar.e, bVar.c); return; } diff --git a/app/src/main/java/b/a/t/a/a.java b/app/src/main/java/b/a/t/a/a.java index 960bbd671f..60ae4f7210 100644 --- a/app/src/main/java/b/a/t/a/a.java +++ b/app/src/main/java/b/a/t/a/a.java @@ -20,14 +20,14 @@ public final class a extends Rule, S> { public final /* synthetic */ Map a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ StyleNode.a f285b; + public final /* synthetic */ StyleNode.a f286b; public final /* synthetic */ Function3 c; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public a(e eVar, Map map, StyleNode.a aVar, Function3 function3, Pattern pattern) { super(pattern); this.a = map; - this.f285b = aVar; + this.f286b = aVar; this.c = function3; } @@ -57,7 +57,7 @@ public final class a extends Rule, S> { } else { aVar = new CodeNode.a.b(group2); } - Node node = (Node) this.c.invoke(new CodeNode(aVar, group, this.f285b), Boolean.valueOf(z2), s2); + Node node = (Node) this.c.invoke(new CodeNode(aVar, group, this.f286b), Boolean.valueOf(z2), s2); m.checkNotNullParameter(node, "node"); return new ParseSpec<>(node, s2); } diff --git a/app/src/main/java/b/a/t/a/c.java b/app/src/main/java/b/a/t/a/c.java index b2f7bf5947..9a4f1eb4de 100644 --- a/app/src/main/java/b/a/t/a/c.java +++ b/app/src/main/java/b/a/t/a/c.java @@ -17,7 +17,7 @@ public final class c extends Rule, S> { public final /* synthetic */ StyleNode.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ StyleNode.a f286b; + public final /* synthetic */ StyleNode.a f287b; /* compiled from: CodeRules.kt */ /* loaded from: classes.dex */ @@ -31,7 +31,7 @@ public final class c extends Rule, S> { m.checkNotNullParameter(spannableStringBuilder, "builder"); int length = spannableStringBuilder.length(); super.render(spannableStringBuilder, r); - Iterator it = c.this.f286b.get(r).iterator(); + Iterator it = c.this.f287b.get(r).iterator(); while (it.hasNext()) { spannableStringBuilder.setSpan(it.next(), length, spannableStringBuilder.length(), 33); } @@ -42,7 +42,7 @@ public final class c extends Rule, S> { public c(e eVar, StyleNode.a aVar, StyleNode.a aVar2, Pattern pattern) { super(pattern); this.a = aVar; - this.f286b = aVar2; + this.f287b = aVar2; } @Override // com.discord.simpleast.core.parser.Rule diff --git a/app/src/main/java/b/a/t/a/d.java b/app/src/main/java/b/a/t/a/d.java index bdc5d79d71..62c792ea16 100644 --- a/app/src/main/java/b/a/t/a/d.java +++ b/app/src/main/java/b/a/t/a/d.java @@ -15,13 +15,13 @@ public final class d extends Rule, S> { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ StyleNode.a f287b; + public final /* synthetic */ StyleNode.a f288b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public d(Pattern pattern, int i, StyleNode.a aVar, Pattern pattern2) { super(pattern2); this.a = i; - this.f287b = aVar; + this.f288b = aVar; } @Override // com.discord.simpleast.core.parser.Rule @@ -32,7 +32,7 @@ public final class d extends Rule, S> { if (group == null) { group = ""; } - StyleNode.a aVar = this.f287b; + StyleNode.a aVar = this.f288b; Node bVar = aVar != null ? new StyleNode.b(group, aVar) : new a(group); m.checkNotNullParameter(bVar, "node"); return new ParseSpec<>(bVar, s2); diff --git a/app/src/main/java/b/a/t/a/e.java b/app/src/main/java/b/a/t/a/e.java index 650d58bb62..77b177464d 100644 --- a/app/src/main/java/b/a/t/a/e.java +++ b/app/src/main/java/b/a/t/a/e.java @@ -19,7 +19,7 @@ public final class e { public static final Pattern a; /* renamed from: b reason: collision with root package name */ - public static final Pattern f288b; + public static final Pattern f289b; public static final Pattern c; public static final Pattern d; public static final Pattern e; @@ -31,7 +31,7 @@ public final class e { a = compile; Pattern compile2 = Pattern.compile("^(``?)([^`]*)\\1", 32); m.checkNotNullExpressionValue(compile2, "Pattern.compile(\"\"\"^(``?…]*)\\1\"\"\", Pattern.DOTALL)"); - f288b = compile2; + f289b = compile2; Pattern compile3 = Pattern.compile("^(?:\\n\\s*)+"); m.checkNotNullExpressionValue(compile3, "Pattern.compile(\"\"\"^(?:\\n\\s*)+\"\"\")"); c = compile3; diff --git a/app/src/main/java/b/a/t/a/f.java b/app/src/main/java/b/a/t/a/f.java index 548d451b04..e8c90c5e1d 100644 --- a/app/src/main/java/b/a/t/a/f.java +++ b/app/src/main/java/b/a/t/a/f.java @@ -9,7 +9,7 @@ public final class f { public final StyleNode.a a; /* renamed from: b reason: collision with root package name */ - public final StyleNode.a f289b; + public final StyleNode.a f290b; public final StyleNode.a c; public final StyleNode.a d; public final StyleNode.a e; @@ -36,7 +36,7 @@ public final class f { m.checkNotNullParameter(aVar7, "genericsStyleProvider"); m.checkNotNullParameter(aVar8, "paramsStyleProvider"); this.a = aVar; - this.f289b = aVar2; + this.f290b = aVar2; this.c = aVar3; this.d = aVar4; this.e = aVar5; @@ -53,14 +53,14 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.f289b, fVar.f289b) && m.areEqual(this.c, fVar.c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.f290b, fVar.f290b) && m.areEqual(this.c, fVar.c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); } public int hashCode() { StyleNode.a aVar = this.a; int i = 0; int hashCode = (aVar != null ? aVar.hashCode() : 0) * 31; - StyleNode.a aVar2 = this.f289b; + StyleNode.a aVar2 = this.f290b; int hashCode2 = (hashCode + (aVar2 != null ? aVar2.hashCode() : 0)) * 31; StyleNode.a aVar3 = this.c; int hashCode3 = (hashCode2 + (aVar3 != null ? aVar3.hashCode() : 0)) * 31; @@ -83,7 +83,7 @@ public final class f { StringBuilder R = a.R("CodeStyleProviders(defaultStyleProvider="); R.append(this.a); R.append(", commentStyleProvider="); - R.append(this.f289b); + R.append(this.f290b); R.append(", literalStyleProvider="); R.append(this.c); R.append(", keywordStyleProvider="); diff --git a/app/src/main/java/b/a/t/a/i.java b/app/src/main/java/b/a/t/a/i.java index 1ce5bd5bd5..0b201d4589 100644 --- a/app/src/main/java/b/a/t/a/i.java +++ b/app/src/main/java/b/a/t/a/i.java @@ -11,7 +11,7 @@ public final class i { public static final String[] a = {"true|false|nil", "module|require|include|extend|lib", "abstract|private|protected", "annotation|class|finalize|new|initialize|allocate|self|super", "union|typeof|forall|is_a?|nil?|as?|as|responds_to?|alias|type", "property|getter|setter|struct|of", "previous_def|method|fun|enum|macro", "rescue|raise|begin|end|ensure", "if|else|elsif|then|unless|until", "for|in|of|do|when|select|with", "while|break|next|yield|case", "print|puts|return"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f290b = {"Nil|Bool|true|false|Void|NoReturn", "Number|BigDecimal|BigRational|BigFloat|BigInt", "Int|Int8|Int16|Int32|Int64|UInt8|UInt16|UInt32|UInt64|Float|Float32|Float64", "Char|String|Symbol|Regex", "StaticArray|Array|Set|Hash|Range|Tuple|NamedTuple|Union|BitArray", "Proc|Command|Enum|Class", "Reference|Value|Struct|Object|Pointer", "Exception|ArgumentError|KeyError|TypeCastError|IndexError|RuntimeError|NilAssertionError|InvalidBigDecimalException|NotImplementedError|OverflowError", "pointerof|sizeof|instance_sizeof|offsetof|uninitialized"}; + public static final String[] f291b = {"Nil|Bool|true|false|Void|NoReturn", "Number|BigDecimal|BigRational|BigFloat|BigInt", "Int|Int8|Int16|Int32|Int64|UInt8|UInt16|UInt32|UInt64|Float|Float32|Float64", "Char|String|Symbol|Regex", "StaticArray|Array|Set|Hash|Range|Tuple|NamedTuple|Union|BitArray", "Proc|Command|Enum|Class", "Reference|Value|Struct|Object|Pointer", "Exception|ArgumentError|KeyError|TypeCastError|IndexError|RuntimeError|NilAssertionError|InvalidBigDecimalException|NotImplementedError|OverflowError", "pointerof|sizeof|instance_sizeof|offsetof|uninitialized"}; public static final Pattern c = Pattern.compile("^(#.*)"); public static final Pattern d = Pattern.compile("^@\\[(\\w+)(?:\\(.+\\))?]"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(? extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final C0049a f291b = new C0049a(null); + public static final C0049a f292b = new C0049a(null); public static final Pattern a = Pattern.compile("^(def)( +\\w+)( *\\( *(?:@\\w+ +: +\\w*)?\\w+(?: +[:=] +.*)? *\\))?(?!.+)"); /* compiled from: Crystal.kt */ diff --git a/app/src/main/java/b/a/t/a/k.java b/app/src/main/java/b/a/t/a/k.java index 831d64c433..9b685945a5 100644 --- a/app/src/main/java/b/a/t/a/k.java +++ b/app/src/main/java/b/a/t/a/k.java @@ -14,7 +14,7 @@ public final class k { public static final String[] a = {"import|from|export|default|package", "class|enum", "function|super|extends|implements|arguments", "var|let|const|static|get|set|new", "return|break|continue|yield|void", "if|else|for|while|do|switch|async|await|case|try|catch|finally|delete|throw|NaN|Infinity", "of|in|instanceof|typeof", "debugger|with", "true|false|null|undefined"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f292b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime|performance"}; + public static final String[] f293b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime|performance"}; public static final Pattern c = Pattern.compile("^/.+(?"); public static final Pattern e = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); @@ -26,7 +26,7 @@ public final class k { public static final class a extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final C0050a f293b = new C0050a(null); + public static final C0050a f294b = new C0050a(null); public static final Pattern a = Pattern.compile("^(var|let|const)(\\s+[a-zA-Z_$][a-zA-Z0-9_$]*)"); /* compiled from: JavaScript.kt */ @@ -51,7 +51,7 @@ public final class k { public static final class b extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f294b = new a(null); + public static final a f295b = new a(null); public static final Pattern a = new Regex("^(function\\*?|static|get|set|async)(\\s+[a-zA-Z_$][a-zA-Z0-9_$]*)?(\\s*\\(.*?\\))", i.DOT_MATCHES_ALL).toPattern(); /* compiled from: JavaScript.kt */ @@ -82,7 +82,7 @@ public final class k { public static final class c extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f295b = new a(null); + public static final a f296b = new a(null); public static final Pattern a = Pattern.compile("^([\\{\\[\\,])(\\s*[a-zA-Z0-9_$]+)(\\s*:)"); /* compiled from: JavaScript.kt */ diff --git a/app/src/main/java/b/a/t/a/o.java b/app/src/main/java/b/a/t/a/o.java index 12244ebfdc..26df3b3dbd 100644 --- a/app/src/main/java/b/a/t/a/o.java +++ b/app/src/main/java/b/a/t/a/o.java @@ -14,7 +14,7 @@ public final class o { public static final String[] a = {"public|private|internal|inline|lateinit|abstract|open|reified", "import|package", "class|interface|data|enum|sealed|object|typealias", "fun|override|this|super|where|constructor|init|param|delegate", "const|val|var|get|final|vararg|it", "return|break|continue|suspend", "for|while|do|if|else|when|try|catch|finally|throw", "in|out|is|as|typeof", "shr|ushr|shl|ushl", "true|false|null"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f296b = {"true|false|Boolean|String|Char", "Int|UInt|Long|ULong|Float|Double|Byte|UByte|Short|UShort", "Self|Set|Map|MutableMap|List|MutableList|Array|Runnable|Unit", "arrayOf|listOf|mapOf|setOf|let|also|apply|run"}; + public static final String[] f297b = {"true|false|Boolean|String|Char", "Int|UInt|Long|ULong|Float|Double|Byte|UByte|Short|UShort", "Self|Set|Map|MutableMap|List|MutableList|Array|Runnable|Unit", "arrayOf|listOf|mapOf|setOf|let|also|apply|run"}; public static final Pattern c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern d = Pattern.compile("^@(\\w+)"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(? extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final C0051a f297b = new C0051a(null); + public static final C0051a f298b = new C0051a(null); public static final Pattern a = Pattern.compile("^(val|var)(\\s+\\w+)", 32); /* compiled from: Kotlin.kt */ @@ -50,7 +50,7 @@ public final class o { public static final class b extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f298b = new a(null); + public static final a f299b = new a(null); public static final Pattern a = new Regex("^(fun)( *<.*>)?( \\w+)( *\\(.*?\\))", i.DOT_MATCHES_ALL).toPattern(); /* compiled from: Kotlin.kt */ diff --git a/app/src/main/java/b/a/t/a/r.java b/app/src/main/java/b/a/t/a/r.java index 867b4b5b3c..5ec68a0d2a 100644 --- a/app/src/main/java/b/a/t/a/r.java +++ b/app/src/main/java/b/a/t/a/r.java @@ -14,7 +14,7 @@ public final class r { public static final String[] a = {"import|from|export|default|package", "class|enum", "function|super|extends|implements|arguments", "var|let|const|static|get|set|new", "return|break|continue|yield|void", "if|else|for|while|do|switch|async|await|case|try|catch|finally|delete|throw|NaN|Infinity", "of|in|instanceof|typeof", "debugger|with", "true|false|null|undefined", "type|as|interface|public|private|protected|module|declare|namespace", "abstract|keyof|readonly|is|asserts|infer|override|intrinsic"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f299b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime|performance", "Iterable|Iterator|IterableIterator", "Partial|Required|Readonly|Record|Pick|Omit|Exclude|Extract", "NonNullable|Parameters|ConstructorParameters|ReturnType", "InstanceType|ThisParameterType|OmitThisParameter", "ThisType|Uppercase|Lowercase|Capitalize|Uncapitalize"}; + public static final String[] f300b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime|performance", "Iterable|Iterator|IterableIterator", "Partial|Required|Readonly|Record|Pick|Omit|Exclude|Extract", "NonNullable|Parameters|ConstructorParameters|ReturnType", "InstanceType|ThisParameterType|OmitThisParameter", "ThisType|Uppercase|Lowercase|Capitalize|Uncapitalize"}; public static final String[] c = {"string|number|boolean|object|symbol|any|unknown|bigint|never"}; public static final Pattern d = Pattern.compile("^/.+(? extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final C0052a f300b = new C0052a(null); + public static final C0052a f301b = new C0052a(null); public static final Pattern a = Pattern.compile("^(@)(\\s*[a-zA-Z_$][a-zA-Z0-9_$]*)(<.*>)?", 32); /* compiled from: TypeScript.kt */ @@ -58,7 +58,7 @@ public final class r { public static final class b extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f301b = new a(null); + public static final a f302b = new a(null); public static final Pattern a = Pattern.compile("^(var|let|const)(\\s+[a-zA-Z_$][a-zA-Z0-9_$]*)"); /* compiled from: TypeScript.kt */ @@ -82,7 +82,7 @@ public final class r { public static final class c extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f302b = new a(null); + public static final a f303b = new a(null); public static final Pattern a = new Regex("^((?:function\\*?|static|get|set|async)\\s)(\\s*[a-zA-Z_$][a-zA-Z0-9_$]*)?(\\s*<.*>)?", i.DOT_MATCHES_ALL).toPattern(); /* compiled from: TypeScript.kt */ @@ -113,7 +113,7 @@ public final class r { public static final class d extends Node.a { /* renamed from: b reason: collision with root package name */ - public static final a f303b = new a(null); + public static final a f304b = new a(null); public static final Pattern a = Pattern.compile("^([{\\[(,;](?:\\s*-)?)(\\s*(?:public|private|protected|readonly))?(\\s*[a-zA-Z0-9_$]+)((?:\\s*\\?)?\\s*:)"); /* compiled from: TypeScript.kt */ diff --git a/app/src/main/java/b/a/t/a/v.java b/app/src/main/java/b/a/t/a/v.java index fc2aae02a2..b59d5bc145 100644 --- a/app/src/main/java/b/a/t/a/v.java +++ b/app/src/main/java/b/a/t/a/v.java @@ -17,7 +17,7 @@ public final class v { public static final Pattern a; /* renamed from: b reason: collision with root package name */ - public static final Pattern f304b; + public static final Pattern f305b; public static final v c = new v(); /* compiled from: Xml.kt */ @@ -26,7 +26,7 @@ public final class v { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f305b; + public final String f306b; public final f c; /* compiled from: Xml.kt */ @@ -49,7 +49,7 @@ public final class v { m.checkNotNullParameter(str, "opening"); m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; - this.f305b = str2; + this.f306b = str2; this.c = fVar; } @@ -104,14 +104,14 @@ public final class v { spannableStringBuilder.setSpan(it3.next(), spannableStringBuilder.length() - 1, spannableStringBuilder.length(), 33); } super.render(spannableStringBuilder, rc); - String str5 = this.f305b; + String str5 = this.f306b; if (str5 == null || str5.length() == 0) { z2 = true; } if (!z2) { int length4 = spannableStringBuilder.length(); StringBuilder R = b.d.b.a.a.R("'); spannableStringBuilder.append((CharSequence) R.toString()); Iterator it4 = aVar.invoke(rc).iterator(); @@ -128,6 +128,6 @@ public final class v { a = compile; Pattern compile2 = Pattern.compile("^<([\\s\\S]+?)(?:>(.*?)<\\/([\\s\\S]+?))?>", 32); m.checkNotNullExpressionValue(compile2, "Pattern.compile(\n \"…?))?>\"\"\", Pattern.DOTALL)"); - f304b = compile2; + f305b = compile2; } } diff --git a/app/src/main/java/b/a/t/b/b/e.java b/app/src/main/java/b/a/t/b/b/e.java index a8449f1eb5..1c69bdf0ce 100644 --- a/app/src/main/java/b/a/t/b/b/e.java +++ b/app/src/main/java/b/a/t/b/b/e.java @@ -19,7 +19,7 @@ public final class e { public static final Pattern a = Pattern.compile("^\\*\\*([\\s\\S]+?)\\*\\*(?!\\*)"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f306b = Pattern.compile("^__([\\s\\S]+?)__(?!_)"); + public static final Pattern f307b = Pattern.compile("^__([\\s\\S]+?)__(?!_)"); public static final Pattern c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); public static final Pattern d = Pattern.compile("^(?:\\n *)*\\n"); public static final Pattern e = Pattern.compile("^[\\s\\S]+?(?=[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); @@ -83,7 +83,7 @@ public final class e { Pattern pattern3 = a; m.checkNotNullExpressionValue(pattern3, "PATTERN_BOLD"); arrayList.add(c(pattern3, a.j)); - Pattern pattern4 = f306b; + Pattern pattern4 = f307b; m.checkNotNullExpressionValue(pattern4, "PATTERN_UNDERLINE"); arrayList.add(c(pattern4, g.j)); Pattern pattern5 = g; diff --git a/app/src/main/java/b/a/t/c/a.java b/app/src/main/java/b/a/t/c/a.java index b02fcf4ba1..d4edb20d7d 100644 --- a/app/src/main/java/b/a/t/c/a.java +++ b/app/src/main/java/b/a/t/c/a.java @@ -26,7 +26,7 @@ public final class a { public static final Pattern a; /* renamed from: b reason: collision with root package name */ - public static final Pattern f307b; + public static final Pattern f308b; public static final Pattern c; public static final a e = new a(); public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); @@ -156,7 +156,7 @@ public final class a { /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public c(Function1 function1) { - this(a.f307b, function1); + this(a.f308b, function1); m.checkNotNullParameter(function1, "styleSpanProvider"); a aVar = a.e; } @@ -190,7 +190,7 @@ public final class a { a = compile; Pattern compile2 = Pattern.compile("^\\s*(#+)[ \\t](.*) *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile2, "java.util.regex.Pattern.compile(this, flags)"); - f307b = compile2; + f308b = compile2; Pattern compile3 = Pattern.compile("^\\s*(.+)\\n *(=|-){3,} *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile3, "java.util.regex.Pattern.compile(this, flags)"); c = compile3; diff --git a/app/src/main/java/b/a/y/d0.java b/app/src/main/java/b/a/y/d0.java index f25f941be9..305d650b83 100644 --- a/app/src/main/java/b/a/y/d0.java +++ b/app/src/main/java/b/a/y/d0.java @@ -14,6 +14,6 @@ public final class d0 implements View.OnClickListener { public final void onClick(View view) { e0 e0Var = this.j; e0Var.a.c(e0Var.getAdapterPosition()); - this.j.f308b.dismiss(); + this.j.f309b.dismiss(); } } diff --git a/app/src/main/java/b/a/y/e0.java b/app/src/main/java/b/a/y/e0.java index e9d603c31f..33c351d249 100644 --- a/app/src/main/java/b/a/y/e0.java +++ b/app/src/main/java/b/a/y/e0.java @@ -21,7 +21,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { public final i a; /* renamed from: b reason: collision with root package name */ - public final DialogInterface f308b; + public final DialogInterface f309b; public final d c; /* JADX WARN: Illegal instructions before constructor call */ @@ -36,7 +36,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { ConstraintLayout constraintLayout = dVar.a; m.checkNotNullExpressionValue(constraintLayout, "itemBinding.root"); this.a = iVar; - this.f308b = dialogInterface; + this.f309b = dialogInterface; this.c = dVar; } @@ -48,7 +48,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { MaterialTextView materialTextView = this.c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); b.a(materialTextView, c0Var2.e()); - MaterialTextView materialTextView2 = this.c.f95b; + MaterialTextView materialTextView2 = this.c.f94b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a()); SimpleDraweeView simpleDraweeView = this.c.c; diff --git a/app/src/main/java/b/a/y/f.java b/app/src/main/java/b/a/y/f.java index 590b597ace..8259d4080d 100644 --- a/app/src/main/java/b/a/y/f.java +++ b/app/src/main/java/b/a/y/f.java @@ -19,7 +19,7 @@ public final class f extends DividerItemDecoration { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f309b; + public final int f310b; public final int c; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -30,7 +30,7 @@ public final class f extends DividerItemDecoration { i4 = (i5 & 16) != 0 ? 0 : i4; m.checkNotNullParameter(context, "context"); this.a = i2; - this.f309b = i3; + this.f310b = i3; this.c = i4; Drawable drawable = ContextCompat.getDrawable(context, R.drawable.drawable_divider); if (drawable != null) { @@ -45,7 +45,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(canvas, "c"); m.checkNotNullParameter(recyclerView, "parent"); m.checkNotNullParameter(state, "state"); - int paddingLeft = recyclerView.getPaddingLeft() + this.f309b; + int paddingLeft = recyclerView.getPaddingLeft() + this.f310b; int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.c; Drawable drawable = getDrawable(); int childCount = recyclerView.getChildCount(); diff --git a/app/src/main/java/b/a/y/h.java b/app/src/main/java/b/a/y/h.java index 1772486abe..2e253a152a 100644 --- a/app/src/main/java/b/a/y/h.java +++ b/app/src/main/java/b/a/y/h.java @@ -4,7 +4,7 @@ import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; -import b.a.i.w0; +import b.a.i.x0; import com.discord.R; import com.discord.views.OAuthPermissionViews; import d0.z.d.m; @@ -28,8 +28,8 @@ public final class h extends o implements Function2 { @Override // kotlin.jvm.functions.Function0 public Boolean invoke() { VoiceUserView voiceUserView = this.this$0; - return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2818s); + return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2829s); } } diff --git a/app/src/main/java/b/a/y/j0/e.java b/app/src/main/java/b/a/y/j0/e.java index 562f5578d3..b66e8dcfa4 100644 --- a/app/src/main/java/b/a/y/j0/e.java +++ b/app/src/main/java/b/a/y/j0/e.java @@ -13,12 +13,12 @@ public final class e implements RendererCommon.RendererEvents { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f310b; + public final int f311b; public final int c; public a(int i, int i2, int i3) { this.a = i; - this.f310b = i2; + this.f311b = i2; this.c = i3; } @@ -30,18 +30,18 @@ public final class e implements RendererCommon.RendererEvents { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f310b == aVar.f310b && this.c == aVar.c; + return this.a == aVar.a && this.f311b == aVar.f311b && this.c == aVar.c; } public int hashCode() { - return (((this.a * 31) + this.f310b) * 31) + this.c; + return (((this.a * 31) + this.f311b) * 31) + this.c; } public String toString() { StringBuilder R = b.d.b.a.a.R("Resolution(width="); R.append(this.a); R.append(", height="); - R.append(this.f310b); + R.append(this.f311b); R.append(", rotation="); return b.d.b.a.a.A(R, this.c, ")"); } diff --git a/app/src/main/java/b/a/y/j0/f.java b/app/src/main/java/b/a/y/j0/f.java index b57f1bbebc..9686c2303a 100644 --- a/app/src/main/java/b/a/y/j0/f.java +++ b/app/src/main/java/b/a/y/j0/f.java @@ -15,6 +15,6 @@ public final class f implements b { return null; } int i = aVar2.c; - return (i == -180 || i == 0 || i == 180) ? new Point(aVar2.a, aVar2.f310b) : new Point(aVar2.f310b, aVar2.a); + return (i == -180 || i == 0 || i == 180) ? new Point(aVar2.a, aVar2.f311b) : new Point(aVar2.f311b, aVar2.a); } } diff --git a/app/src/main/java/b/a/y/j0/m.java b/app/src/main/java/b/a/y/j0/m.java index 98ac1064f3..d2bb882aeb 100644 --- a/app/src/main/java/b/a/y/j0/m.java +++ b/app/src/main/java/b/a/y/j0/m.java @@ -19,7 +19,7 @@ public final class m extends o implements Function1 { public Unit invoke(Integer num) { Integer num2 = num; if (num2 != null) { - this.this$0.j.f106b.setBackgroundColor(num2.intValue()); + this.this$0.j.f120b.setBackgroundColor(num2.intValue()); } return Unit.a; } diff --git a/app/src/main/java/b/a/y/j0/n.java b/app/src/main/java/b/a/y/j0/n.java index 90f630d669..3fb773c805 100644 --- a/app/src/main/java/b/a/y/j0/n.java +++ b/app/src/main/java/b/a/y/j0/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.f2822b.getApplicationStream() != null) { - this.j.n.invoke(this.k.f2822b.getApplicationStream().getEncodedStreamKey()); + if (this.k.f2833b.getApplicationStream() != null) { + this.j.n.invoke(this.k.f2833b.getApplicationStream().getEncodedStreamKey()); } } } diff --git a/app/src/main/java/b/a/y/l.java b/app/src/main/java/b/a/y/l.java index 56b60636c0..d03e7a99f2 100644 --- a/app/src/main/java/b/a/y/l.java +++ b/app/src/main/java/b/a/y/l.java @@ -17,10 +17,10 @@ import rx.subjects.Subject; public abstract class l extends OverlayDialog implements AppComponent { /* renamed from: x reason: collision with root package name */ - public final Subject f311x; + public final Subject f312x; /* renamed from: y reason: collision with root package name */ - public Function1 f312y = m.j; + public Function1 f313y = m.j; /* compiled from: Animator.kt */ /* loaded from: classes2.dex */ @@ -75,7 +75,7 @@ public abstract class l extends OverlayDialog implements AppComponent { m.checkNotNullParameter(context, "context"); PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f311x = k0; + this.f312x = k0; setOnClickListener(new k(this)); } @@ -83,7 +83,7 @@ public abstract class l extends OverlayDialog implements AppComponent { getUnsubscribeSignal().onNext(null); Log.i(getClass().getSimpleName(), "closing"); if (!ViewCompat.isAttachedToWindow(this)) { - this.f312y.invoke(this); + this.f313y.invoke(this); return; } Animator closingAnimator = getClosingAnimator(); @@ -95,12 +95,12 @@ public abstract class l extends OverlayDialog implements AppComponent { public abstract Animator getClosingAnimator(); public final Function1 getOnDialogClosed() { - return this.f312y; + return this.f313y; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f311x; + return this.f312x; } @Override // android.view.ViewGroup, android.view.View @@ -111,6 +111,6 @@ public abstract class l extends OverlayDialog implements AppComponent { public final void setOnDialogClosed(Function1 function1) { m.checkNotNullParameter(function1, ""); - this.f312y = function1; + this.f313y = function1; } } diff --git a/app/src/main/java/b/a/y/n.java b/app/src/main/java/b/a/y/n.java index 6078dd217e..f98b4f7337 100644 --- a/app/src/main/java/b/a/y/n.java +++ b/app/src/main/java/b/a/y/n.java @@ -3,7 +3,7 @@ package b.a.y; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; -import b.a.i.y0; +import b.a.i.z0; import com.discord.R; import com.discord.views.OverlayMenuBubbleDialog; import com.discord.views.VoiceUserView; @@ -28,8 +28,8 @@ public final class n extends o implements Function2 implements b { - public final d5 a; + public final f5 a; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public a(c cVar) { @@ -26,9 +26,9 @@ public final class a extends MGRecyclerViewHolder { i = R.id.discovery_stage_card_speaker_name; TextView textView = (TextView) view.findViewById(R.id.discovery_stage_card_speaker_name); if (textView != null) { - d5 d5Var = new d5((LinearLayout) view, simpleDraweeView, textView); - m.checkNotNullExpressionValue(d5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); - this.a = d5Var; + f5 f5Var = new f5((LinearLayout) view, simpleDraweeView, textView); + m.checkNotNullExpressionValue(f5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); + this.a = f5Var; return; } } @@ -41,7 +41,7 @@ public final class a extends MGRecyclerViewHolder { m.checkNotNullParameter(dVar2, "data"); super.onConfigure(i, dVar2); d.a aVar = (d.a) dVar2; - SimpleDraweeView simpleDraweeView = this.a.f100b; + SimpleDraweeView simpleDraweeView = this.a.f114b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar"); SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.l, false, R.dimen.avatar_size_medium, aVar.m, 2, null); TextView textView = this.a.c; diff --git a/app/src/main/java/b/a/y/o0/b.java b/app/src/main/java/b/a/y/o0/b.java index 7f959dd6f1..258057d3bb 100644 --- a/app/src/main/java/b/a/y/o0/b.java +++ b/app/src/main/java/b/a/y/o0/b.java @@ -3,7 +3,7 @@ package b.a.y.o0; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import b.a.i.c5; +import b.a.i.e5; import b.a.y.o0.d; import b.d.b.a.a; import com.discord.R; @@ -13,7 +13,7 @@ import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ /* loaded from: classes2.dex */ public final class b extends MGRecyclerViewHolder { - public final c5 a; + public final e5 a; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public b(c cVar) { @@ -22,9 +22,9 @@ public final class b extends MGRecyclerViewHolder { View view = this.itemView; TextView textView = (TextView) view.findViewById(R.id.other_speakers_count_text); if (textView != null) { - c5 c5Var = new c5((LinearLayout) view, textView); - m.checkNotNullExpressionValue(c5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); - this.a = c5Var; + e5 e5Var = new e5((LinearLayout) view, textView); + m.checkNotNullExpressionValue(e5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); + this.a = e5Var; return; } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.other_speakers_count_text))); @@ -36,7 +36,7 @@ public final class b extends MGRecyclerViewHolder { m.checkNotNullParameter(dVar2, "data"); super.onConfigure(i, dVar2); int i2 = ((d.b) dVar2).l; - TextView textView = this.a.f93b; + TextView textView = this.a.f107b; m.checkNotNullExpressionValue(textView, "binding.otherSpeakersCountText"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/b/a/y/q0/d.java b/app/src/main/java/b/a/y/q0/d.java index ed23a7f946..c9f632e5f3 100644 --- a/app/src/main/java/b/a/y/q0/d.java +++ b/app/src/main/java/b/a/y/q0/d.java @@ -41,24 +41,24 @@ public final class d extends o implements Function1 implements b observePermissionsForChannel = companion.getPermissions().observePermissionsForChannel(channel2.j()); - Observable observeGuild = companion.getGuilds().observeGuild(channel2.h()); - Observable observable = CallModel.Companion.get(channel2.j()); + Observable observePermissionsForChannel = companion.getPermissions().observePermissionsForChannel(channel2.k()); + Observable observeGuild = companion.getGuilds().observeGuild(channel2.i()); + Observable observable = CallModel.Companion.get(channel2.k()); Observable quality = companion.getRtcConnection().getQuality(); q qVar = q.j; Object obj = qVar; diff --git a/app/src/main/java/b/a/y/w.java b/app/src/main/java/b/a/y/w.java index 1b6dc555eb..c6c9acd34d 100644 --- a/app/src/main/java/b/a/y/w.java +++ b/app/src/main/java/b/a/y/w.java @@ -5,7 +5,7 @@ import android.content.res.Configuration; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; -import b.a.i.z0; +import b.a.i.a1; import com.discord.R; import com.discord.app.AppComponent; import com.discord.overlay.views.OverlayBubbleWrap; @@ -29,13 +29,13 @@ import rx.subjects.Subject; public final class w extends OverlayBubbleWrap implements AppComponent { /* renamed from: x reason: collision with root package name */ - public static final /* synthetic */ int f313x = 0; + public static final /* synthetic */ int f314x = 0; /* renamed from: y reason: collision with root package name */ - public final z0 f314y; + public final a1 f315y; /* renamed from: z reason: collision with root package name */ - public final Subject f315z; + public final Subject f316z; /* compiled from: OverlayVoiceBubble.kt */ /* loaded from: classes2.dex */ @@ -65,7 +65,7 @@ public final class w extends OverlayBubbleWrap implements AppComponent { public Unit invoke(StoreVoiceParticipants.VoiceUser voiceUser) { StoreVoiceParticipants.VoiceUser voiceUser2 = voiceUser; w wVar = w.this; - int i = w.f313x; + int i = w.f314x; if (voiceUser2 == null) { wVar.h(); } else { @@ -84,12 +84,12 @@ public final class w extends OverlayBubbleWrap implements AppComponent { addView(inflate); Objects.requireNonNull(inflate, "rootView"); SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; - z0 z0Var = new z0(simpleDraweeView, simpleDraweeView); - m.checkNotNullExpressionValue(z0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f314y = z0Var; + a1 a1Var = new a1(simpleDraweeView, simpleDraweeView); + m.checkNotNullExpressionValue(a1Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); + this.f315y = a1Var; PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f315z = k0; + this.f316z = k0; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -110,14 +110,14 @@ public final class w extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionGoogleRelease() { - SimpleDraweeView simpleDraweeView = this.f314y.f236b; + SimpleDraweeView simpleDraweeView = this.f315y.f74b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f315z; + return this.f316z; } public final void h() { diff --git a/app/src/main/java/b/a/y/x.java b/app/src/main/java/b/a/y/x.java index d93c76915d..d80d628f3f 100644 --- a/app/src/main/java/b/a/y/x.java +++ b/app/src/main/java/b/a/y/x.java @@ -24,7 +24,7 @@ public final class x extends o implements Function2"); m.checkNotNullParameter(list2, ""); if (!m.areEqual(this.this$0.C, this.$searchModel$inlined.getFilter())) { - this.this$0.f316z.f.scrollToPosition(0); + this.this$0.f317z.f.scrollToPosition(0); this.this$0.C = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/b/a/y/y.java b/app/src/main/java/b/a/y/y.java index 96073a2bc5..ea00347034 100644 --- a/app/src/main/java/b/a/y/y.java +++ b/app/src/main/java/b/a/y/y.java @@ -33,7 +33,7 @@ public final class y extends o implements Function4 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - FlexInputViewModel flexInputViewModel = this.this$0.f3147s; + FlexInputViewModel flexInputViewModel = this.this$0.f3158s; 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 8631b9a401..97697bb23e 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.f3147s; + FlexInputViewModel flexInputViewModel = this.j.f3158s; 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 ab4d8b4d92..23e71e6392 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.f3147s; + FlexInputViewModel flexInputViewModel = this.a.f3158s; if (flexInputViewModel == null || !flexInputViewModel.isSingleSelectMode()) { FlexInputFragment flexInputFragment = this.a; - FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3147s; + FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3158s; if (flexInputViewModel2 != null) { flexInputViewModel2.onAttachmentsUpdated(flexInputFragment.b().getAttachments()); return; } return; } - FlexInputViewModel flexInputViewModel3 = this.a.f3147s; + FlexInputViewModel flexInputViewModel3 = this.a.f3158s; if (flexInputViewModel3 != null) { flexInputViewModel3.onSingleAttachmentSelected(attachment2); } - FlexInputViewModel flexInputViewModel4 = this.a.f3147s; + FlexInputViewModel flexInputViewModel4 = this.a.f3158s; 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.f3147s; + FlexInputViewModel flexInputViewModel = flexInputFragment.f3158s; 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 533910e794..c14d5f0df4 100644 --- a/app/src/main/java/b/b/a/d/h.java +++ b/app/src/main/java/b/b/a/d/h.java @@ -37,7 +37,7 @@ public final class h extends RecyclerView.Adapter { public final SelectionCoordinator a; /* renamed from: b reason: collision with root package name */ - public Cursor f317b; + public Cursor f318b; public int c; public int d; public int e; @@ -54,7 +54,7 @@ public final class h extends RecyclerView.Adapter { public final AnimatorSet r; /* renamed from: s reason: collision with root package name */ - public final c f318s; + public final c f319s; public final /* synthetic */ h t; /* compiled from: MediaCursorAdapter.kt */ @@ -94,7 +94,7 @@ public final class h extends RecyclerView.Adapter { this.t = hVar; FrameLayout frameLayout = cVar.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); - this.f318s = cVar; + this.f319s = cVar; cVar.a.setOnClickListener(this); FrameLayout frameLayout2 = cVar.a; m.checkNotNullExpressionValue(frameLayout2, "binding.root"); @@ -102,33 +102,33 @@ public final class h extends RecyclerView.Adapter { Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet = (AnimatorSet) loadAnimator; this.q = animatorSet; - animatorSet.setTarget(cVar.f322b); + animatorSet.setTarget(cVar.f323b); FrameLayout frameLayout3 = cVar.a; m.checkNotNullExpressionValue(frameLayout3, "binding.root"); Animator loadAnimator2 = AnimatorInflater.loadAnimator(frameLayout3.getContext(), R.a.selection_grow); Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; this.r = animatorSet2; - animatorSet2.setTarget(cVar.f322b); + animatorSet2.setTarget(cVar.f323b); } @Override // b.b.a.d.i public SimpleDraweeView a() { - SimpleDraweeView simpleDraweeView = this.f318s.c; + SimpleDraweeView simpleDraweeView = this.f319s.c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); return simpleDraweeView; } public final void d(boolean z2, boolean z3) { - FrameLayout frameLayout = this.f318s.a; + FrameLayout frameLayout = this.f319s.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); frameLayout.setSelected(z2); C0058a aVar = new C0058a(z3); if (z2) { - SimpleDraweeView simpleDraweeView = this.f318s.d; + SimpleDraweeView simpleDraweeView = this.f319s.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemCheckIndicator"); simpleDraweeView.setVisibility(0); - FrameLayout frameLayout2 = this.f318s.f322b; + FrameLayout frameLayout2 = this.f319s.f323b; m.checkNotNullExpressionValue(frameLayout2, "binding.contentContainer"); if (frameLayout2.getScaleX() == 1.0f) { aVar.a(this.q); @@ -136,10 +136,10 @@ public final class h extends RecyclerView.Adapter { } return; } - SimpleDraweeView simpleDraweeView2 = this.f318s.d; + SimpleDraweeView simpleDraweeView2 = this.f319s.d; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.itemCheckIndicator"); simpleDraweeView2.setVisibility(8); - FrameLayout frameLayout3 = this.f318s.f322b; + FrameLayout frameLayout3 = this.f319s.f323b; m.checkNotNullExpressionValue(frameLayout3, "binding.contentContainer"); if (frameLayout3.getScaleX() != 1.0f) { aVar.a(this.r); @@ -178,7 +178,7 @@ public final class h extends RecyclerView.Adapter { if (Build.VERSION.SDK_INT >= 29) { hVar.g = Integer.valueOf(cursor.getColumnIndex("duration")); } - hVar.f317b = cursor; + hVar.f318b = cursor; h.this.notifyDataSetChanged(); } } @@ -197,7 +197,7 @@ public final class h extends RecyclerView.Adapter { public final Media a(int i) { String str; - Cursor cursor = this.f317b; + Cursor cursor = this.f318b; Media media = null; r1 = null; Long l = null; @@ -231,7 +231,7 @@ public final class h extends RecyclerView.Adapter { @Override // androidx.recyclerview.widget.RecyclerView.Adapter public int getItemCount() { - Cursor cursor = this.f317b; + Cursor cursor = this.f318b; if (cursor != null) { return cursor.getCount(); } @@ -265,7 +265,7 @@ public final class h extends RecyclerView.Adapter { m.checkNotNullParameter(aVar2, "holder"); Media a2 = a(i); aVar2.p = a2; - FrameLayout frameLayout = aVar2.f318s.a; + FrameLayout frameLayout = aVar2.f319s.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); Context context = frameLayout.getContext(); int i2 = 0; @@ -277,24 +277,24 @@ public final class h extends RecyclerView.Adapter { if (a2 == null || !a2.j) { z2 = false; } - TextView textView = aVar2.f318s.e; + TextView textView = aVar2.f319s.e; m.checkNotNullExpressionValue(textView, "binding.itemVideoIndicator"); if (!z2) { i2 = 8; } textView.setVisibility(i2); if (z2) { - TextView textView2 = aVar2.f318s.e; + TextView textView2 = aVar2.f319s.e; m.checkNotNullExpressionValue(textView2, "binding.itemVideoIndicator"); Drawable background = textView2.getBackground(); m.checkNotNullExpressionValue(background, "binding.itemVideoIndicator.background"); background.setAlpha(Opcodes.LAND); long longValue = (a2 == null || (l = a2.k) == null) ? 0L : l.longValue(); - TextView textView3 = aVar2.f318s.e; + TextView textView3 = aVar2.f319s.e; m.checkNotNullExpressionValue(textView3, "binding.itemVideoIndicator"); textView3.setText(longValue > 0 ? TimeUtils.toFriendlyStringSimple$default(TimeUtils.INSTANCE, longValue, null, null, 6, null) : context.getString(R.h.video)); } - SimpleDraweeView simpleDraweeView = aVar2.f318s.c; + SimpleDraweeView simpleDraweeView = aVar2.f319s.c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); simpleDraweeView.setContentDescription(context.getString(z2 ? R.h.video : R.h.image)); } @@ -324,7 +324,7 @@ public final class h extends RecyclerView.Adapter { } SelectionCoordinator.a aVar4 = aVar2; if (aVar4 != null) { - aVar3.d(aVar4.f3153b, true); + aVar3.d(aVar4.f3164b, true); return; } } @@ -360,7 +360,7 @@ public final class h extends RecyclerView.Adapter { @Override // androidx.recyclerview.widget.RecyclerView.Adapter public void onDetachedFromRecyclerView(RecyclerView recyclerView) { m.checkNotNullParameter(recyclerView, "recyclerView"); - Cursor cursor = this.f317b; + Cursor cursor = this.f318b; if (cursor != null) { cursor.close(); } 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 bf00d5e802..7b95fdd647 100644 --- a/app/src/main/java/b/b/a/d/i.java +++ b/app/src/main/java/b/b/a/d/i.java @@ -62,7 +62,7 @@ public abstract class i extends RecyclerView.ViewHolder { public Job a; /* renamed from: b reason: collision with root package name */ - public CancellationSignal f319b; + public CancellationSignal f320b; public Bitmap c; public final ContentResolver d; @@ -77,7 +77,7 @@ public abstract class i extends RecyclerView.ViewHolder { if (job != null) { f.t(job, null, 1, null); } - CancellationSignal cancellationSignal = this.f319b; + CancellationSignal cancellationSignal = this.f320b; if (cancellationSignal != null) { cancellationSignal.cancel(); } @@ -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.f3812b, null, new j(bVar, uri3, dVar, null), 2, null); + bVar.a = f.H0(x0Var, n.f3823b, 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 7ba2916f97..ee8c3d0b62 100644 --- a/app/src/main/java/b/b/a/d/j.java +++ b/app/src/main/java/b/b/a/d/j.java @@ -56,14 +56,14 @@ public final class j extends k implements Function2 { public static final b0 a = new b0(); /* renamed from: b reason: collision with root package name */ - public static final c.a f325b = c.a.a("c", "v", "i", "o"); + public static final c.a f326b = c.a.a("c", "v", "i", "o"); @Override // b.c.a.a0.h0 public k a(c cVar, float f) throws IOException { @@ -28,7 +28,7 @@ public class b0 implements h0 { List list3 = null; boolean z2 = false; while (cVar.e()) { - int y2 = cVar.y(f325b); + int y2 = cVar.y(f326b); if (y2 == 0) { z2 = cVar.f(); } else if (y2 == 1) { diff --git a/app/src/main/java/b/c/a/a0/c.java b/app/src/main/java/b/c/a/a0/c.java index ef0c1f0516..c94b518521 100644 --- a/app/src/main/java/b/c/a/a0/c.java +++ b/app/src/main/java/b/c/a/a0/c.java @@ -17,13 +17,13 @@ public class c { public static c.a a = c.a.a("a", "p", "s", "rz", "r", "o", "so", "eo", "sk", "sa"); /* renamed from: b reason: collision with root package name */ - public static c.a f326b = c.a.a("k"); + public static c.a f327b = c.a.a("k"); /* JADX WARN: Code restructure failed: missing block: B:101:0x020e, code lost: - if (((java.lang.Float) ((b.c.a.c0.a) r12.a.get(0)).f345b).floatValue() == 0.0f) goto L_0x0216; + if (((java.lang.Float) ((b.c.a.c0.a) r12.a.get(0)).f346b).floatValue() == 0.0f) goto L_0x0216; */ /* JADX WARN: Code restructure failed: missing block: B:82:0x01c0, code lost: - if ((r0.a == 1.0f && r0.f348b == 1.0f) != false) goto L_0x01c5; + if ((r0.a == 1.0f && r0.f349b == 1.0f) != false) goto L_0x01c5; */ /* JADX WARN: Removed duplicated region for block: B:104:0x0214 */ /* JADX WARN: Removed duplicated region for block: B:107:0x0219 */ @@ -66,7 +66,7 @@ public class c { mVar = mVar; cVar.b(); while (cVar.e()) { - if (cVar.y(f326b) != 0) { + if (cVar.y(f327b) != 0) { cVar.A(); cVar.C(); } else { @@ -98,7 +98,7 @@ public class c { gVar2 = gVar2; bVar4 = bVar4; mVar = mVar; - if (((a) bVar3.a.get(0)).f345b == 0) { + if (((a) bVar3.a.get(0)).f346b == 0) { bVar3.a.set(0, new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l))); } } @@ -135,13 +135,13 @@ public class c { if (z5) { cVar.d(); } - if (eVar == null || (eVar.isStatic() && eVar.a.get(0).f345b.equals(0.0f, 0.0f))) { + if (eVar == null || (eVar.isStatic() && eVar.a.get(0).f346b.equals(0.0f, 0.0f))) { eVar = null; } - if (mVar2 == null || (!(mVar2 instanceof i) && mVar2.isStatic() && mVar2.b().get(0).f345b.equals(0.0f, 0.0f))) { + if (mVar2 == null || (!(mVar2 instanceof i) && mVar2.isStatic() && mVar2.b().get(0).f346b.equals(0.0f, 0.0f))) { mVar2 = null; } - if (bVar3 == null || (bVar3.isStatic() && ((Float) ((a) bVar3.a.get(0)).f345b).floatValue() == 0.0f)) { + if (bVar3 == null || (bVar3.isStatic() && ((Float) ((a) bVar3.a.get(0)).f346b).floatValue() == 0.0f)) { gVar = gVar2; bVar = null; } else { @@ -150,11 +150,11 @@ public class c { } if (gVar != null) { if (gVar.isStatic()) { - b.c.a.c0.d dVar3 = (b.c.a.c0.d) ((a) gVar.a.get(0)).f345b; + b.c.a.c0.d dVar3 = (b.c.a.c0.d) ((a) gVar.a.get(0)).f346b; } z2 = false; g gVar3 = !z2 ? null : gVar; - if (bVar5 != null || (bVar5.isStatic() && ((Float) ((a) bVar5.a.get(0)).f345b).floatValue() == 0.0f)) { + if (bVar5 != null || (bVar5.isStatic() && ((Float) ((a) bVar5.a.get(0)).f346b).floatValue() == 0.0f)) { bVar5 = null; } if (bVar4 == null) { @@ -176,7 +176,7 @@ public class c { z2 = true; if (!z2) { } - if (bVar5 != null || (bVar5.isStatic() && ((Float) ((a) bVar5.a.get(0)).f345b).floatValue() == 0.0f)) { + if (bVar5 != null || (bVar5.isStatic() && ((Float) ((a) bVar5.a.get(0)).f346b).floatValue() == 0.0f)) { } if (bVar4 == null) { } diff --git a/app/src/main/java/b/c/a/a0/d.java b/app/src/main/java/b/c/a/a0/d.java index bb333e0f84..fe8de8d531 100644 --- a/app/src/main/java/b/c/a/a0/d.java +++ b/app/src/main/java/b/c/a/a0/d.java @@ -142,7 +142,7 @@ public class d { public static boolean a; /* renamed from: b reason: collision with root package name */ - public static ScheduledExecutorService f327b; + public static ScheduledExecutorService f328b; @Nullable public static Boolean c; @Nullable @@ -158,12 +158,12 @@ public class d { public final /* synthetic */ Class a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f328b; + public final /* synthetic */ int f329b; public final /* synthetic */ Object c; public a(Class cls, int i, Object obj) { this.a = cls; - this.f328b = i; + this.f329b = i; this.c = obj; } @@ -171,10 +171,10 @@ public class d { if (obj == this) { return true; } - if (!(b.g.a.c.i0.d.o(obj, this.a) && Array.getLength(obj) == this.f328b)) { + if (!(b.g.a.c.i0.d.o(obj, this.a) && Array.getLength(obj) == this.f329b)) { return false; } - for (int i = 0; i < this.f328b; i++) { + for (int i = 0; i < this.f329b; i++) { Object obj2 = Array.get(this.c, i); Object obj3 = Array.get(obj, i); if (!(obj2 == obj3 || obj2 == null || obj2.equals(obj3))) { @@ -507,7 +507,7 @@ public class d { if (xVar.a() > 1) { int I1 = I1(xVar); int I12 = I1(xVar); - int i = xVar.f982b + I12; + int i = xVar.f983b + I12; if (I12 == -1 || I12 > xVar.a()) { Log.w("CeaUtil", "Skipping remainder of malformed SEI NAL unit."); i = xVar.c; @@ -566,7 +566,7 @@ public class d { if ((t & 64) != 0) { xVar.F(1); int i = (t & 31) * 3; - int i2 = xVar.f982b; + int i2 = xVar.f983b; for (b.i.a.c.x2.w wVar : wVarArr) { xVar.E(i2); wVar.c(xVar, i); @@ -598,8 +598,8 @@ public class d { } if (((f2 & 32) != 0) && xVar.t() >= 7 && xVar.a() >= 7) { if ((xVar.t() & 16) == 16) { - System.arraycopy(xVar.a, xVar.f982b, new byte[6], 0, 6); - xVar.f982b += 6; + System.arraycopy(xVar.a, xVar.f983b, new byte[6], 0, 6); + xVar.f983b += 6; return ((bArr[0] & 255) << 25) | ((bArr[1] & 255) << 17) | ((bArr[2] & 255) << 9) | ((bArr[3] & 255) << 1) | ((bArr[4] & 255) >> 7); } } @@ -623,7 +623,7 @@ public class d { public static o.a L1(b.i.a.c.f3.x xVar) { xVar.F(1); int v = xVar.v(); - long j = xVar.f982b + v; + long j = xVar.f983b + v; int i = v / 18; long[] jArr = new long[i]; long[] jArr2 = new long[i]; @@ -643,7 +643,7 @@ public class d { xVar.F(2); i2++; } - xVar.F((int) (j - xVar.f982b)); + xVar.F((int) (j - xVar.f983b)); return new o.a(jArr, jArr2); } @@ -1444,7 +1444,7 @@ public class d { } public static boolean S0(int i, int i2, e eVar) { - return eVar == null ? ((float) o0(i)) >= 2048.0f && o0(i2) >= 2048 : o0(i) >= eVar.a && o0(i2) >= eVar.f564b; + return eVar == null ? ((float) o0(i)) >= 2048.0f && o0(i2) >= 2048 : o0(i) >= eVar.a && o0(i2) >= eVar.f565b; } public static /* synthetic */ void S1(AppPermissionsRequests appPermissionsRequests, Function0 function0, Function0 function02, int i, Object obj) { @@ -1574,10 +1574,10 @@ public class d { tresult = (TResult) bVar.a(tinput); d.a aVar2 = (d.a) tinput; d.b bVar2 = (d.b) tresult; - URL url = bVar2.f744b; + URL url = bVar2.f745b; if (url != null) { X("CctTransportBackend", "Following redirect to: %s", url); - tinput = (TInput) new d.a(bVar2.f744b, aVar2.f743b, aVar2.c); + tinput = (TInput) new d.a(bVar2.f745b, aVar2.f744b, aVar2.c); } else { tinput = null; } @@ -1668,7 +1668,7 @@ public class d { if (i != -1) { drawable.setAlpha(i); } - if (eVar.f504b) { + if (eVar.f505b) { drawable.setColorFilter(eVar.c); } int i2 = eVar.d; @@ -1710,7 +1710,7 @@ public class d { return 1; } i(Boolean.valueOf(b.f.j.j.e.s(eVar2))); - if (eVar != null && eVar.f564b > 0 && eVar.a > 0) { + if (eVar != null && eVar.f565b > 0 && eVar.a > 0) { eVar2.x(); if (eVar2.o != 0) { eVar2.x(); @@ -1740,7 +1740,7 @@ public class d { eVar2.x(); i4 = eVar2.p; } - f2 = Math.max(eVar.a / i3, eVar.f564b / i4); + f2 = Math.max(eVar.a / i3, eVar.f565b / i4); int i6 = b.f.d.e.a.a; eVar2.x(); int i7 = 2; @@ -2462,7 +2462,7 @@ public class d { if (aVar.r == null) { aVar.r = new c(); } - aVar.r.f521b = obtainStyledAttributes.getBoolean(index, false); + aVar.r.f522b = obtainStyledAttributes.getBoolean(index, false); } else if (index == R.a.GenericDraweeHierarchy_roundedCornerRadius) { i5 = obtainStyledAttributes.getDimensionPixelSize(index, i5); } else if (index == R.a.GenericDraweeHierarchy_roundTopLeft) { @@ -2995,7 +2995,7 @@ public class d { return null; } ArrayList arrayList = new ArrayList<>(); - int i = xVar2.f982b; + int i = xVar2.f983b; int i2 = xVar2.c; while (i < i2) { int f3 = xVar2.f() + i; @@ -3013,7 +3013,7 @@ public class d { arrayList = arrayList; int ceil = (int) Math.ceil(Math.log(f4 * 2.0d) / log); b.i.a.c.f3.w wVar = new b.i.a.c.f3.w(xVar2.a); - wVar.k(xVar2.f982b * 8); + wVar.k(xVar2.f983b * 8); float[] fArr2 = new float[f5 * 5]; int i4 = 5; int[] iArr = new int[5]; @@ -3188,8 +3188,8 @@ public class d { return null; } byte[] bArr2 = new byte[w]; - System.arraycopy(xVar.a, xVar.f982b, bArr2, 0, w); - xVar.f982b += w; + System.arraycopy(xVar.a, xVar.f983b, bArr2, 0, w); + xVar.f983b += w; return new b.i.a.c.x2.i0.j(uuid, f2, bArr2); } diff --git a/app/src/main/java/b/c/a/a0/f0.java b/app/src/main/java/b/c/a/a0/f0.java index 219c9a4858..afa00c767a 100644 --- a/app/src/main/java/b/c/a/a0/f0.java +++ b/app/src/main/java/b/c/a/a0/f0.java @@ -7,5 +7,5 @@ public class f0 { public static c.a a = c.a.a("nm", "c", "w", "o", "lc", "lj", "ml", "hd", "d"); /* renamed from: b reason: collision with root package name */ - public static final c.a f329b = c.a.a("n", "v"); + public static final c.a f330b = c.a.a("n", "v"); } diff --git a/app/src/main/java/b/c/a/a0/h.java b/app/src/main/java/b/c/a/a0/h.java index 3e59d367d8..6fb8c98303 100644 --- a/app/src/main/java/b/c/a/a0/h.java +++ b/app/src/main/java/b/c/a/a0/h.java @@ -10,7 +10,7 @@ public class h implements h0 { public static final h a = new h(); /* renamed from: b reason: collision with root package name */ - public static final c.a f330b = c.a.a("t", "f", "s", "j", "tr", "lh", "ls", "fc", "sc", "sw", "of"); + public static final c.a f331b = c.a.a("t", "f", "s", "j", "tr", "lh", "ls", "fc", "sc", "sw", "of"); @Override // b.c.a.a0.h0 public b.c.a.y.c a(b.c.a.a0.i0.c cVar, float f) throws IOException { @@ -27,7 +27,7 @@ public class h implements h0 { float f5 = 0.0f; boolean z2 = true; while (cVar.e()) { - switch (cVar.y(f330b)) { + switch (cVar.y(f331b)) { case 0: str = cVar.t(); break; diff --git a/app/src/main/java/b/c/a/a0/i0/c.java b/app/src/main/java/b/c/a/a0/i0/c.java index 9ed7786096..7283a710ae 100644 --- a/app/src/main/java/b/c/a/a0/i0/c.java +++ b/app/src/main/java/b/c/a/a0/i0/c.java @@ -21,11 +21,11 @@ public abstract class c implements Closeable { public final String[] a; /* renamed from: b reason: collision with root package name */ - public final o f331b; + public final o f332b; public a(String[] strArr, o oVar) { this.a = strArr; - this.f331b = oVar; + this.f332b = oVar; } /* JADX WARN: Removed duplicated region for block: B:19:0x003a A[Catch: IOException -> 0x006b, TryCatch #0 {IOException -> 0x006b, blocks: (B:2:0x0000, B:3:0x000a, B:5:0x000d, B:7:0x001e, B:9:0x0026, B:19:0x003a, B:20:0x003d, B:21:0x0042, B:23:0x0047, B:24:0x004a, B:25:0x0059), top: B:30:0x0000 }] */ diff --git a/app/src/main/java/b/c/a/a0/i0/d.java b/app/src/main/java/b/c/a/a0/i0/d.java index 7bd58d494c..1d20cbee66 100644 --- a/app/src/main/java/b/c/a/a0/i0/d.java +++ b/app/src/main/java/b/c/a/a0/i0/d.java @@ -18,18 +18,18 @@ public final class d extends c { public static final ByteString r = ByteString.h("\n\r"); /* renamed from: s reason: collision with root package name */ - public static final ByteString f333s = ByteString.h("*/"); + public static final ByteString f334s = ByteString.h("*/"); public final g t; public final e u; public int v = 0; public long w; /* renamed from: x reason: collision with root package name */ - public int f334x; + public int f335x; @Nullable /* renamed from: y reason: collision with root package name */ - public String f335y; + public String f336y; public d(g gVar) { Objects.requireNonNull(gVar, "source == null"); @@ -103,7 +103,7 @@ public final class d extends c { } else if (i2 == 8 || i2 == 12) { T(o); } else if (i2 == 17) { - this.u.skip(this.f334x); + this.u.skip(this.f335x); } else if (i2 == 18) { StringBuilder R3 = a.R("Expected a value but was "); R3.append(u()); @@ -174,7 +174,7 @@ public final class d extends c { if (r1 != 7) goto L_0x0210; */ /* JADX WARN: Code restructure failed: missing block: B:141:0x01db, code lost: - r17.f334x = r5; + r17.f335x = r5; r15 = 17; r17.v = 17; */ @@ -760,13 +760,13 @@ public final class d extends c { return this.w; } if (i == 17) { - this.f335y = this.u.H(this.f334x); + this.f336y = this.u.H(this.f335x); } else if (i == 9) { - this.f335y = O(p); + this.f336y = O(p); } else if (i == 8) { - this.f335y = O(o); + this.f336y = O(o); } else if (i == 10) { - this.f335y = R(); + this.f336y = R(); } else if (i != 11) { StringBuilder R = a.R("Expected a double but was "); R.append(u()); @@ -776,11 +776,11 @@ public final class d extends c { } this.v = 11; try { - double parseDouble = Double.parseDouble(this.f335y); + double parseDouble = Double.parseDouble(this.f336y); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f335y = null; + this.f336y = null; this.v = 0; int[] iArr2 = this.n; int i3 = this.k - 1; @@ -788,7 +788,7 @@ public final class d extends c { return parseDouble; } catch (NumberFormatException unused) { StringBuilder R2 = a.R("Expected a double but was "); - R2.append(this.f335y); + R2.append(this.f336y); R2.append(" at path "); R2.append(getPath()); throw new a(R2.toString()); @@ -818,10 +818,10 @@ public final class d extends c { throw new a(R.toString()); } if (i == 17) { - this.f335y = this.u.H(this.f334x); + this.f336y = this.u.H(this.f335x); } else if (i == 9 || i == 8) { String O = i == 9 ? O(p) : O(o); - this.f335y = O; + this.f336y = O; try { int parseInt = Integer.parseInt(O); this.v = 0; @@ -840,10 +840,10 @@ public final class d extends c { } this.v = 11; try { - double parseDouble = Double.parseDouble(this.f335y); + double parseDouble = Double.parseDouble(this.f336y); int i5 = (int) parseDouble; if (i5 == parseDouble) { - this.f335y = null; + this.f336y = null; this.v = 0; int[] iArr3 = this.n; int i6 = this.k - 1; @@ -851,13 +851,13 @@ public final class d extends c { return i5; } StringBuilder R3 = a.R("Expected an int but was "); - R3.append(this.f335y); + R3.append(this.f336y); R3.append(" at path "); R3.append(getPath()); throw new a(R3.toString()); } catch (NumberFormatException unused2) { StringBuilder R4 = a.R("Expected an int but was "); - R4.append(this.f335y); + R4.append(this.f336y); R4.append(" at path "); R4.append(getPath()); throw new a(R4.toString()); @@ -878,7 +878,7 @@ public final class d extends c { } else if (i == 12) { str = O(o); } else if (i == 15) { - str = this.f335y; + str = this.f336y; } else { StringBuilder R = a.R("Expected a name but was "); R.append(u()); @@ -905,12 +905,12 @@ public final class d extends c { } else if (i == 8) { str = O(o); } else if (i == 11) { - str = this.f335y; - this.f335y = null; + str = this.f336y; + this.f336y = null; } else if (i == 16) { str = Long.toString(this.w); } else if (i == 17) { - str = this.u.H(this.f334x); + str = this.u.H(this.f335x); } else { StringBuilder R = a.R("Expected a string but was "); R.append(u()); @@ -982,9 +982,9 @@ public final class d extends c { return -1; } if (i == 15) { - return J(this.f335y, aVar); + return J(this.f336y, aVar); } - int v0 = this.t.v0(aVar.f331b); + int v0 = this.t.v0(aVar.f332b); if (v0 != -1) { this.v = 0; this.m[this.k - 1] = aVar.a[v0]; @@ -995,7 +995,7 @@ public final class d extends c { int J = J(s2, aVar); if (J == -1) { this.v = 15; - this.f335y = s2; + this.f336y = s2; this.m[this.k - 1] = str; } return J; diff --git a/app/src/main/java/b/c/a/a0/j.java b/app/src/main/java/b/c/a/a0/j.java index 931bf2c1bc..b69331b45d 100644 --- a/app/src/main/java/b/c/a/a0/j.java +++ b/app/src/main/java/b/c/a/a0/j.java @@ -7,5 +7,5 @@ public class j { public static final c.a a = c.a.a("ch", "size", "w", "style", "fFamily", "data"); /* renamed from: b reason: collision with root package name */ - public static final c.a f336b = c.a.a("shapes"); + public static final c.a f337b = c.a.a("shapes"); } diff --git a/app/src/main/java/b/c/a/a0/l.java b/app/src/main/java/b/c/a/a0/l.java index 6b30b3151a..da1ad2110b 100644 --- a/app/src/main/java/b/c/a/a0/l.java +++ b/app/src/main/java/b/c/a/a0/l.java @@ -76,7 +76,7 @@ public class l implements h0 { i++; } while (true) { - int[] iArr2 = cVar2.f414b; + int[] iArr2 = cVar2.f415b; if (i2 >= iArr2.length) { break; } @@ -100,7 +100,7 @@ public class l implements h0 { } i11++; } - cVar2.f414b[i2] = Color.argb((int) (d * 255.0d), Color.red(i10), Color.green(i10), Color.blue(i10)); + cVar2.f415b[i2] = Color.argb((int) (d * 255.0d), Color.red(i10), Color.green(i10), Color.blue(i10)); i2++; } } diff --git a/app/src/main/java/b/c/a/a0/m.java b/app/src/main/java/b/c/a/a0/m.java index a0613918e2..4e4fe4ab3c 100644 --- a/app/src/main/java/b/c/a/a0/m.java +++ b/app/src/main/java/b/c/a/a0/m.java @@ -7,5 +7,5 @@ public class m { public static final c.a a = c.a.a("nm", "g", "o", "t", "s", "e", "r", "hd"); /* renamed from: b reason: collision with root package name */ - public static final c.a f337b = c.a.a("p", "k"); + public static final c.a f338b = c.a.a("p", "k"); } diff --git a/app/src/main/java/b/c/a/a0/n.java b/app/src/main/java/b/c/a/a0/n.java index c2f088459d..fdda01f068 100644 --- a/app/src/main/java/b/c/a/a0/n.java +++ b/app/src/main/java/b/c/a/a0/n.java @@ -7,6 +7,6 @@ public class n { public static c.a a = c.a.a("nm", "g", "o", "t", "s", "e", "w", "lc", "lj", "ml", "hd", "d"); /* renamed from: b reason: collision with root package name */ - public static final c.a f338b = c.a.a("p", "k"); + public static final c.a f339b = c.a.a("p", "k"); public static final c.a c = c.a.a("n", "v"); } diff --git a/app/src/main/java/b/c/a/a0/q.java b/app/src/main/java/b/c/a/a0/q.java index 39f57a6594..06d9d6d6ab 100644 --- a/app/src/main/java/b/c/a/a0/q.java +++ b/app/src/main/java/b/c/a/a0/q.java @@ -18,7 +18,7 @@ import java.lang.ref.WeakReference; public class q { /* renamed from: b reason: collision with root package name */ - public static SparseArrayCompat> f339b; + public static SparseArrayCompat> f340b; public static final Interpolator a = new LinearInterpolator(); public static c.a c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); @@ -104,10 +104,10 @@ public class q { i2 = (int) (i2 * 31 * b2); } synchronized (q.class) { - if (f339b == null) { - f339b = new SparseArrayCompat<>(); + if (f340b == null) { + f340b = new SparseArrayCompat<>(); } - weakReference = f339b.get(i2); + weakReference = f340b.get(i2); } if (weakReference != null) { interpolator = weakReference.get(); @@ -127,7 +127,7 @@ public class q { try { WeakReference weakReference2 = new WeakReference<>(interpolator); synchronized (q.class) { - f339b.put(i2, weakReference2); + f340b.put(i2, weakReference2); } } catch (ArrayIndexOutOfBoundsException unused) { } diff --git a/app/src/main/java/b/c/a/a0/r.java b/app/src/main/java/b/c/a/a0/r.java index f4f8f1092d..523eeb91ee 100644 --- a/app/src/main/java/b/c/a/a0/r.java +++ b/app/src/main/java/b/c/a/a0/r.java @@ -55,7 +55,7 @@ public class r { i2++; a aVar2 = (a) list.get(i2); aVar.f = Float.valueOf(aVar2.e); - if (aVar.c == null && (t = aVar2.f345b) != null) { + if (aVar.c == null && (t = aVar2.f346b) != null) { aVar.c = t; if (aVar instanceof h) { ((h) aVar).e(); @@ -63,7 +63,7 @@ public class r { } } a aVar3 = (a) list.get(i); - if ((aVar3.f345b == null || aVar3.c == null) && list.size() > 1) { + if ((aVar3.f346b == null || aVar3.c == null) && list.size() > 1) { list.remove(aVar3); } } diff --git a/app/src/main/java/b/c/a/a0/s.java b/app/src/main/java/b/c/a/a0/s.java index ad6955bd8d..974b90cd55 100644 --- a/app/src/main/java/b/c/a/a0/s.java +++ b/app/src/main/java/b/c/a/a0/s.java @@ -20,7 +20,7 @@ public class s { public static final c.a a = c.a.a("nm", "ind", "refId", "ty", "parent", "sw", "sh", "sc", "ks", "tt", "masksProperties", "shapes", "t", "ef", "sr", "st", "w", "h", "ip", "op", "tm", "cl", "hd"); /* renamed from: b reason: collision with root package name */ - public static final c.a f340b = c.a.a("d", "a"); + public static final c.a f341b = c.a.a("d", "a"); public static final c.a c = c.a.a("nm"); /* JADX WARN: Multi-variable type inference failed */ @@ -285,7 +285,7 @@ public class s { case 12: cVar.b(); while (cVar.e()) { - int y2 = cVar.y(f340b); + int y2 = cVar.y(f341b); if (y2 == 0) { str3 = str3; jVar = new j(d.o1(cVar, dVar, h.a)); @@ -309,7 +309,7 @@ public class s { a aVar3 = null; a aVar4 = null; while (cVar.e()) { - int y3 = cVar.y(b.f324b); + int y3 = cVar.y(b.f325b); if (y3 == 0) { aVar3 = d.p1(cVar, dVar); } else if (y3 == i) { diff --git a/app/src/main/java/b/c/a/a0/t.java b/app/src/main/java/b/c/a/a0/t.java index e9a5216be1..3cf626a096 100644 --- a/app/src/main/java/b/c/a/a0/t.java +++ b/app/src/main/java/b/c/a/a0/t.java @@ -21,7 +21,7 @@ public class t { public static final c.a a = c.a.a("w", "h", "ip", "op", "fr", "v", "layers", "assets", "fonts", "chars", "markers"); /* renamed from: b reason: collision with root package name */ - public static c.a f341b = c.a.a(ModelAuditLogEntry.CHANGE_KEY_ID, "layers", "w", "h", "p", "u"); + public static c.a f342b = c.a.a(ModelAuditLogEntry.CHANGE_KEY_ID, "layers", "w", "h", "p", "u"); public static final c.a c = c.a.a("list"); public static final c.a d = c.a.a("cm", "tm", "dr"); @@ -116,7 +116,7 @@ public class t { int i4 = 0; int i5 = 0; while (cVar.e()) { - int y2 = cVar.y(f341b); + int y2 = cVar.y(f342b); if (y2 == 0) { str = cVar.t(); } else if (y2 == 1) { @@ -228,7 +228,7 @@ public class t { } else { cVar.b(); while (cVar.e()) { - if (cVar.y(j.f336b) != 0) { + if (cVar.y(j.f337b) != 0) { cVar.A(); cVar.C(); } else { diff --git a/app/src/main/java/b/c/a/b0/d.java b/app/src/main/java/b/c/a/b0/d.java index 1e405b2e72..e7f362bb57 100644 --- a/app/src/main/java/b/c/a/b0/d.java +++ b/app/src/main/java/b/c/a/b0/d.java @@ -15,7 +15,7 @@ public class d extends a implements Choreographer.FrameCallback { @Nullable /* renamed from: s reason: collision with root package name */ - public b.c.a.d f342s; + public b.c.a.d f343s; public float l = 1.0f; public boolean m = false; public long n = 0; @@ -38,7 +38,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.view.Choreographer.FrameCallback public void doFrame(long j) { l(); - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; if (dVar != null && this.t) { long j2 = this.n; long j3 = 0; @@ -78,7 +78,7 @@ public class d extends a implements Choreographer.FrameCallback { b(k()); } } - if (this.f342s != null) { + if (this.f343s != null) { float f3 = this.o; if (f3 < this.q || f3 > this.r) { throw new IllegalStateException(String.format("Frame must be [%f,%f]. It is %f", Float.valueOf(this.q), Float.valueOf(this.r), Float.valueOf(this.o))); @@ -100,7 +100,7 @@ public class d extends a implements Choreographer.FrameCallback { float j; float i; float j2; - if (this.f342s == null) { + if (this.f343s == null) { return 0.0f; } if (k()) { @@ -122,7 +122,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public long getDuration() { - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; if (dVar == null) { return 0L; } @@ -131,7 +131,7 @@ public class d extends a implements Choreographer.FrameCallback { @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) public float h() { - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; if (dVar == null) { return 0.0f; } @@ -141,7 +141,7 @@ public class d extends a implements Choreographer.FrameCallback { } public float i() { - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; if (dVar == null) { return 0.0f; } @@ -155,7 +155,7 @@ public class d extends a implements Choreographer.FrameCallback { } public float j() { - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; if (dVar == null) { return 0.0f; } @@ -190,7 +190,7 @@ public class d extends a implements Choreographer.FrameCallback { public void o(float f, float f2) { if (f <= f2) { - b.c.a.d dVar = this.f342s; + b.c.a.d dVar = this.f343s; float f3 = dVar == null ? -3.4028235E38f : dVar.k; float f4 = dVar == null ? Float.MAX_VALUE : dVar.l; this.q = f.b(f, f3, f4); diff --git a/app/src/main/java/b/c/a/b0/e.java b/app/src/main/java/b/c/a/b0/e.java index fafc0ff64d..a91ec16692 100644 --- a/app/src/main/java/b/c/a/b0/e.java +++ b/app/src/main/java/b/c/a/b0/e.java @@ -5,5 +5,5 @@ public class e { public float a; /* renamed from: b reason: collision with root package name */ - public int f343b; + public int f344b; } diff --git a/app/src/main/java/b/c/a/b0/g.java b/app/src/main/java/b/c/a/b0/g.java index a21a125e16..3d5db64d29 100644 --- a/app/src/main/java/b/c/a/b0/g.java +++ b/app/src/main/java/b/c/a/b0/g.java @@ -17,7 +17,7 @@ public final class g { public static final PathMeasure a = new PathMeasure(); /* renamed from: b reason: collision with root package name */ - public static final Path f344b = new Path(); + public static final Path f345b = new Path(); public static final Path c = new Path(); public static final float[] d = new float[4]; public static final float e = (float) (Math.sqrt(2.0d) / 2.0d); @@ -56,7 +56,7 @@ public final class g { if (i >= 0) { min -= length; } - Path path2 = f344b; + Path path2 = f345b; path2.reset(); pathMeasure.getSegment(min, max, path2, true); if (max > length) { diff --git a/app/src/main/java/b/c/a/c0/a.java b/app/src/main/java/b/c/a/c0/a.java index f6ca8fe875..ad68d73b7e 100644 --- a/app/src/main/java/b/c/a/c0/a.java +++ b/app/src/main/java/b/c/a/c0/a.java @@ -13,7 +13,7 @@ public class a { @Nullable /* renamed from: b reason: collision with root package name */ - public final T f345b; + public final T f346b; @Nullable public T c; @Nullable @@ -40,7 +40,7 @@ public class a { this.m = null; this.n = null; this.a = dVar; - this.f345b = t; + this.f346b = t; this.c = t2; this.d = interpolator; this.e = f; @@ -57,7 +57,7 @@ public class a { this.m = null; this.n = null; this.a = null; - this.f345b = t; + this.f346b = t; this.c = t; this.d = null; this.e = Float.MIN_VALUE; @@ -99,7 +99,7 @@ public class a { public String toString() { StringBuilder R = b.d.b.a.a.R("Keyframe{startValue="); - R.append(this.f345b); + R.append(this.f346b); R.append(", endValue="); R.append(this.c); R.append(", startFrame="); diff --git a/app/src/main/java/b/c/a/c0/b.java b/app/src/main/java/b/c/a/c0/b.java index 1d7b185a18..5fe5e9cad6 100644 --- a/app/src/main/java/b/c/a/c0/b.java +++ b/app/src/main/java/b/c/a/c0/b.java @@ -5,5 +5,5 @@ public class b { public T a; /* renamed from: b reason: collision with root package name */ - public T f346b; + public T f347b; } diff --git a/app/src/main/java/b/c/a/c0/c.java b/app/src/main/java/b/c/a/c0/c.java index 20a4de6fde..3d93802a4b 100644 --- a/app/src/main/java/b/c/a/c0/c.java +++ b/app/src/main/java/b/c/a/c0/c.java @@ -9,11 +9,11 @@ public class c { @Nullable /* renamed from: b reason: collision with root package name */ - public T f347b; + public T f348b; public c(@Nullable T t) { - this.f347b = null; - this.f347b = t; + this.f348b = null; + this.f348b = t; } @Nullable @@ -21,7 +21,7 @@ public class c { public final T a(float f, float f2, T t, T t2, float f3, float f4, float f5) { b bVar = this.a; bVar.a = t; - bVar.f346b = t2; - return this.f347b; + bVar.f347b = t2; + return this.f348b; } } diff --git a/app/src/main/java/b/c/a/c0/d.java b/app/src/main/java/b/c/a/c0/d.java index bd270338fc..c7d8f3b952 100644 --- a/app/src/main/java/b/c/a/c0/d.java +++ b/app/src/main/java/b/c/a/c0/d.java @@ -5,19 +5,19 @@ public class d { public float a; /* renamed from: b reason: collision with root package name */ - public float f348b; + public float f349b; public d() { this.a = 1.0f; - this.f348b = 1.0f; + this.f349b = 1.0f; } public d(float f, float f2) { this.a = f; - this.f348b = f2; + this.f349b = f2; } public String toString() { - return this.a + "x" + this.f348b; + return this.a + "x" + this.f349b; } } diff --git a/app/src/main/java/b/c/a/d.java b/app/src/main/java/b/c/a/d.java index 3a970bfc88..264d7a680e 100644 --- a/app/src/main/java/b/c/a/d.java +++ b/app/src/main/java/b/c/a/d.java @@ -29,13 +29,13 @@ public class d { public final s a = new s(); /* renamed from: b reason: collision with root package name */ - public final HashSet f349b = new HashSet<>(); + public final HashSet f350b = new HashSet<>(); public int o = 0; @RestrictTo({RestrictTo.Scope.LIBRARY}) public void a(String str) { c.b(str); - this.f349b.add(str); + this.f350b.add(str); } public float b() { diff --git a/app/src/main/java/b/c/a/e.java b/app/src/main/java/b/c/a/e.java index 50e559ee3e..ca54ecced3 100644 --- a/app/src/main/java/b/c/a/e.java +++ b/app/src/main/java/b/c/a/e.java @@ -81,7 +81,7 @@ public class e { } else { h hVar = h.a; Objects.requireNonNull(hVar); - dVar = hVar.f407b.get(str); + dVar = hVar.f408b.get(str); } if (dVar != null) { return new r<>(new c(dVar)); @@ -122,7 +122,7 @@ public class e { if (str != null) { h hVar = h.a; Objects.requireNonNull(hVar); - hVar.f407b.put(str, a2); + hVar.f408b.put(str, a2); } p pVar = new p<>(a2); if (z2) { @@ -197,7 +197,7 @@ public class e { } } if (kVar != null) { - kVar.e = g.e((Bitmap) entry.getValue(), kVar.a, kVar.f365b); + kVar.e = g.e((Bitmap) entry.getValue(), kVar.a, kVar.f366b); } } for (Map.Entry entry2 : dVar.d.entrySet()) { @@ -210,7 +210,7 @@ public class e { if (str != null) { h hVar = h.a; Objects.requireNonNull(hVar); - hVar.f407b.put(str, dVar); + hVar.f408b.put(str, dVar); } return new p<>(dVar); } catch (IOException e) { diff --git a/app/src/main/java/b/c/a/f.java b/app/src/main/java/b/c/a/f.java index b66c659941..3f1cfcef9b 100644 --- a/app/src/main/java/b/c/a/f.java +++ b/app/src/main/java/b/c/a/f.java @@ -39,7 +39,7 @@ public class f implements Callable> { b bVar = cVar.c; d dVar = null; if (bVar != null) { - String str = cVar.f445b; + String str = cVar.f446b; try { File b2 = bVar.b(); aVar = a.JSON; @@ -57,7 +57,7 @@ public class f implements Callable> { if (pair != null) { a aVar3 = (a) pair.first; InputStream inputStream = (InputStream) pair.second; - d dVar2 = (aVar3 == aVar2 ? e.d(new ZipInputStream(inputStream), cVar.f445b) : e.b(inputStream, cVar.f445b)).a; + d dVar2 = (aVar3 == aVar2 ? e.d(new ZipInputStream(inputStream), cVar.f446b) : e.b(inputStream, cVar.f446b)).a; if (dVar2 != null) { dVar = dVar2; } @@ -79,7 +79,7 @@ public class f implements Callable> { return new p<>(dVar); } StringBuilder R = b.d.b.a.a.R("Animation for "); - R.append(cVar.f445b); + R.append(cVar.f446b); R.append(" not found in cache. Fetching from network."); b.c.a.b0.c.a(R.toString()); try { diff --git a/app/src/main/java/b/c/a/j.java b/app/src/main/java/b/c/a/j.java index 608f4022fa..2af0313457 100644 --- a/app/src/main/java/b/c/a/j.java +++ b/app/src/main/java/b/c/a/j.java @@ -36,7 +36,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable /* renamed from: s reason: collision with root package name */ - public b.c.a.x.b f350s; + public b.c.a.x.b f351s; @Nullable public String t; @Nullable @@ -47,10 +47,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable /* renamed from: x reason: collision with root package name */ - public b.c.a.y.m.c f351x; + public b.c.a.y.m.c f352x; /* renamed from: z reason: collision with root package name */ - public boolean f353z; + public boolean f354z; public final Matrix j = new Matrix(); public float m = 1.0f; public boolean n = true; @@ -58,7 +58,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final ArrayList p = new ArrayList<>(); /* renamed from: y reason: collision with root package name */ - public int f352y = 255; + public int f353y = 255; public boolean B = true; public boolean C = false; @@ -83,16 +83,16 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f355b; + public final /* synthetic */ int f356b; public b(int i, int i2) { this.a = i; - this.f355b = i2; + this.f356b = i2; } @Override // b.c.a.j.o public void a(d dVar) { - j.this.p(this.a, this.f355b); + j.this.p(this.a, this.f356b); } } @@ -132,18 +132,18 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ b.c.a.y.f a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Object f358b; + public final /* synthetic */ Object f359b; public final /* synthetic */ b.c.a.c0.c c; public e(b.c.a.y.f fVar, Object obj, b.c.a.c0.c cVar) { this.a = fVar; - this.f358b = obj; + this.f359b = obj; this.c = cVar; } @Override // b.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.f358b, this.c); + j.this.a(this.a, this.f359b, this.c); } } @@ -156,7 +156,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { j jVar = j.this; - b.c.a.y.m.c cVar = jVar.f351x; + b.c.a.y.m.c cVar = jVar.f352x; if (cVar != null) { cVar.o(jVar.l.h()); } @@ -295,7 +295,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void a(b.c.a.y.f fVar, T t, b.c.a.c0.c cVar) { List list; - b.c.a.y.m.c cVar2 = this.f351x; + b.c.a.y.m.c cVar2 = this.f352x; if (cVar2 == null) { this.p.add(new e(fVar, t, cVar)); return; @@ -313,7 +313,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { list = Collections.emptyList(); } else { ArrayList arrayList = new ArrayList(); - this.f351x.c(fVar, 0, arrayList, new b.c.a.y.f(new String[0])); + this.f352x.c(fVar, 0, arrayList, new b.c.a.y.f(new String[0])); list = arrayList; } for (int i2 = 0; i2 < list.size(); i2++) { @@ -336,7 +336,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { Rect rect = dVar.j; b.c.a.y.m.e eVar = new b.c.a.y.m.e(Collections.emptyList(), dVar, "__container", -1L, e.a.PRE_COMP, -1L, null, Collections.emptyList(), new b.c.a.y.k.l(null, null, null, null, null, null, null, null, null), 0, 0, 0, 0.0f, 0.0f, rect.width(), rect.height(), null, null, Collections.emptyList(), 1, null, false); d dVar2 = this.k; - this.f351x = new b.c.a.y.m.c(this, eVar, dVar2.i, dVar2); + this.f352x = new b.c.a.y.m.c(this, eVar, dVar2.i, dVar2); } public void c() { @@ -345,10 +345,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { dVar.cancel(); } this.k = null; - this.f351x = null; - this.f350s = null; + this.f352x = null; + this.f351s = null; b.c.a.b0.d dVar2 = this.l; - dVar2.f342s = null; + dVar2.f343s = null; dVar2.q = -2.14748365E9f; dVar2.r = 2.14748365E9f; invalidateSelf(); @@ -359,7 +359,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { float f3; int i2 = -1; if (ImageView.ScaleType.FIT_XY == this.r) { - if (this.f351x != null) { + if (this.f352x != null) { Rect bounds = getBounds(); float width = bounds.width() / this.k.j.width(); float height = bounds.height() / this.k.j.height(); @@ -384,12 +384,12 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.j.reset(); this.j.preScale(width, height); - this.f351x.f(canvas, this.j, this.f352y); + this.f352x.f(canvas, this.j, this.f353y); if (i2 > 0) { canvas.restoreToCount(i2); } } - } else if (this.f351x != null) { + } else if (this.f352x != null) { float f6 = this.m; float min2 = Math.min(canvas.getWidth() / this.k.j.width(), canvas.getHeight() / this.k.j.height()); if (f6 > min2) { @@ -410,7 +410,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.j.reset(); this.j.preScale(min2, min2); - this.f351x.f(canvas, this.j, this.f352y); + this.f352x.f(canvas, this.j, this.f353y); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -447,7 +447,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f352y; + return this.f353y; } @Override // android.graphics.drawable.Drawable @@ -511,7 +511,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @MainThread public void j() { - if (this.f351x == null) { + if (this.f352x == null) { this.p.add(new g()); return; } @@ -539,7 +539,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @MainThread public void k() { - if (this.f351x == null) { + if (this.f352x == null) { this.p.add(new h()); return; } @@ -585,7 +585,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } b.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.f408b + d2.c)); + m((int) (d2.f409b + d2.c)); return; } throw new IllegalArgumentException(b.d.b.a.a.w("Cannot find marker with name ", str, ".")); @@ -616,7 +616,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } b.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - int i2 = (int) d2.f408b; + int i2 = (int) d2.f409b; p(i2, ((int) d2.c) + i2); return; } @@ -640,7 +640,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } b.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - r((int) d2.f408b); + r((int) d2.f409b); return; } throw new IllegalArgumentException(b.d.b.a.a.w("Cannot find marker with name ", str, ".")); @@ -656,7 +656,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i2) { - this.f352y = i2; + this.f353y = i2; invalidateSelf(); } diff --git a/app/src/main/java/b/c/a/k.java b/app/src/main/java/b/c/a/k.java index 4c568d26dc..fbf5b467f9 100644 --- a/app/src/main/java/b/c/a/k.java +++ b/app/src/main/java/b/c/a/k.java @@ -9,7 +9,7 @@ public class k { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f365b; + public final int f366b; public final String c; public final String d; @Nullable @@ -18,7 +18,7 @@ public class k { @RestrictTo({RestrictTo.Scope.LIBRARY}) public k(int i, int i2, String str, String str2, String str3) { this.a = i; - this.f365b = i2; + this.f366b = i2; this.c = str; this.d = str2; } diff --git a/app/src/main/java/b/c/a/o.java b/app/src/main/java/b/c/a/o.java index ea3c0a5a2c..08f76a0ac3 100644 --- a/app/src/main/java/b/c/a/o.java +++ b/app/src/main/java/b/c/a/o.java @@ -12,7 +12,7 @@ public interface o { public static final Integer a = 1; /* renamed from: b reason: collision with root package name */ - public static final Integer f366b = 2; + public static final Integer f367b = 2; public static final Integer c = 3; public static final Integer d = 4; public static final PointF e = new PointF(); @@ -28,20 +28,20 @@ public interface o { public static final Float r = Float.valueOf(5.0f); /* renamed from: s reason: collision with root package name */ - public static final Float f367s = Float.valueOf(6.0f); + public static final Float f368s = Float.valueOf(6.0f); public static final Float t = Float.valueOf(7.0f); public static final Float u = Float.valueOf(8.0f); public static final Float v = Float.valueOf(9.0f); public static final Float w = Float.valueOf(10.0f); /* renamed from: x reason: collision with root package name */ - public static final Float f368x = Float.valueOf(11.0f); + public static final Float f369x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f369y = Float.valueOf(12.0f); + public static final Float f370y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f370z = Float.valueOf(12.1f); + public static final Float f371z = Float.valueOf(12.1f); public static final Float A = Float.valueOf(13.0f); public static final Float B = Float.valueOf(14.0f); public static final ColorFilter C = new ColorFilter(); diff --git a/app/src/main/java/b/c/a/p.java b/app/src/main/java/b/c/a/p.java index a9720db7e8..64f9d87a49 100644 --- a/app/src/main/java/b/c/a/p.java +++ b/app/src/main/java/b/c/a/p.java @@ -10,15 +10,15 @@ public final class p { @Nullable /* renamed from: b reason: collision with root package name */ - public final Throwable f371b; + public final Throwable f372b; public p(V v) { this.a = v; - this.f371b = null; + this.f372b = null; } public p(Throwable th) { - this.f371b = th; + this.f372b = th; this.a = null; } @@ -34,14 +34,14 @@ public final class p { if (v != null && v.equals(pVar.a)) { return true; } - Throwable th = this.f371b; - if (th == null || pVar.f371b == null) { + Throwable th = this.f372b; + if (th == null || pVar.f372b == null) { return false; } - return th.toString().equals(this.f371b.toString()); + return th.toString().equals(this.f372b.toString()); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.a, this.f371b}); + return Arrays.hashCode(new Object[]{this.a, this.f372b}); } } diff --git a/app/src/main/java/b/c/a/q.java b/app/src/main/java/b/c/a/q.java index bab6bb1574..6df3070040 100644 --- a/app/src/main/java/b/c/a/q.java +++ b/app/src/main/java/b/c/a/q.java @@ -21,7 +21,7 @@ public class q implements Runnable { if (v != 0) { r rVar = this.j; synchronized (rVar) { - Iterator it = new ArrayList(rVar.f372b).iterator(); + Iterator it = new ArrayList(rVar.f373b).iterator(); while (it.hasNext()) { ((l) it.next()).a(v); } @@ -29,7 +29,7 @@ public class q implements Runnable { return; } r rVar2 = this.j; - Throwable th = pVar.f371b; + Throwable th = pVar.f372b; synchronized (rVar2) { ArrayList arrayList = new ArrayList(rVar2.c); if (arrayList.isEmpty()) { diff --git a/app/src/main/java/b/c/a/r.java b/app/src/main/java/b/c/a/r.java index 4fbd6a1a36..781acdae36 100644 --- a/app/src/main/java/b/c/a/r.java +++ b/app/src/main/java/b/c/a/r.java @@ -17,7 +17,7 @@ public class r { public static Executor a = Executors.newCachedThreadPool(); /* renamed from: b reason: collision with root package name */ - public final Set> f372b = new LinkedHashSet(1); + public final Set> f373b = new LinkedHashSet(1); public final Set> c = new LinkedHashSet(1); public final Handler d = new Handler(Looper.getMainLooper()); @Nullable @@ -48,8 +48,8 @@ public class r { } public synchronized r a(l lVar) { - if (!(this.e == null || this.e.f371b == null)) { - lVar.a(this.e.f371b); + if (!(this.e == null || this.e.f372b == null)) { + lVar.a(this.e.f372b); } this.c.add(lVar); return this; @@ -59,7 +59,7 @@ public class r { if (!(this.e == null || this.e.a == null)) { lVar.a(this.e.a); } - this.f372b.add(lVar); + this.f373b.add(lVar); return this; } diff --git a/app/src/main/java/b/c/a/s.java b/app/src/main/java/b/c/a/s.java index cf6cf456c9..22abf00b48 100644 --- a/app/src/main/java/b/c/a/s.java +++ b/app/src/main/java/b/c/a/s.java @@ -11,7 +11,7 @@ public class s { public boolean a = false; /* renamed from: b reason: collision with root package name */ - public final Set f373b = new ArraySet(); + public final Set f374b = new ArraySet(); public final Map c = new HashMap(); /* compiled from: PerformanceTracker.java */ diff --git a/app/src/main/java/b/c/a/w/b/a.java b/app/src/main/java/b/c/a/w/b/a.java index cc02f3cadc..5208060179 100644 --- a/app/src/main/java/b/c/a/w/b/a.java +++ b/app/src/main/java/b/c/a/w/b/a.java @@ -38,7 +38,7 @@ public abstract class a implements a.b, k, e { public final PathMeasure a = new PathMeasure(); /* renamed from: b reason: collision with root package name */ - public final Path f374b = new Path(); + public final Path f375b = new Path(); public final Path c = new Path(); public final RectF d = new RectF(); public final List g = new ArrayList(); @@ -50,10 +50,10 @@ public abstract class a implements a.b, k, e { @Nullable /* renamed from: b reason: collision with root package name */ - public final s f375b; + public final s f376b; public b(s sVar, C0061a aVar) { - this.f375b = sVar; + this.f376b = sVar; } } @@ -116,7 +116,7 @@ public abstract class a implements a.b, k, e { } } if (sVar != null) { - sVar.f389b.add(this); + sVar.f390b.add(this); } b bVar = null; for (int size2 = list2.size() - 1; size2 >= 0; size2--) { @@ -128,7 +128,7 @@ public abstract class a implements a.b, k, e { this.g.add(bVar); } bVar = new b(sVar3, null); - sVar3.f389b.add(this); + sVar3.f390b.add(this); } } if (cVar2 instanceof m) { @@ -150,14 +150,14 @@ public abstract class a implements a.b, k, e { @Override // b.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { - this.f374b.reset(); + this.f375b.reset(); for (int i = 0; i < this.g.size(); i++) { b bVar = this.g.get(i); for (int i2 = 0; i2 < bVar.a.size(); i2++) { - this.f374b.addPath(bVar.a.get(i2).getPath(), matrix); + this.f375b.addPath(bVar.a.get(i2).getPath(), matrix); } } - this.f374b.computeBounds(this.d, false); + this.f375b.computeBounds(this.d, false); float j = ((c) this.j).j(); RectF rectF2 = this.d; float f = j / 2.0f; @@ -221,35 +221,35 @@ public abstract class a implements a.b, k, e { int i3 = 0; while (i3 < this.g.size()) { b bVar = this.g.get(i3); - s sVar = bVar.f375b; + s sVar = bVar.f376b; if (sVar == null) { - this.f374b.reset(); + this.f375b.reset(); for (int size = bVar.a.size() - 1; size >= 0; size--) { - this.f374b.addPath(bVar.a.get(size).getPath(), matrix); + this.f375b.addPath(bVar.a.get(size).getPath(), matrix); } b.c.a.c.a("StrokeContent#buildPath"); - canvas.drawPath(this.f374b, this.i); + canvas.drawPath(this.f375b, this.i); b.c.a.c.a("StrokeContent#drawPath"); } else if (sVar == null) { b.c.a.c.a("StrokeContent#applyTrimPath"); } else { - this.f374b.reset(); + this.f375b.reset(); int size2 = bVar.a.size(); while (true) { size2--; if (size2 < 0) { break; } - this.f374b.addPath(bVar.a.get(size2).getPath(), matrix); + this.f375b.addPath(bVar.a.get(size2).getPath(), matrix); } - this.a.setPath(this.f374b, z2); + this.a.setPath(this.f375b, z2); float length = this.a.getLength(); while (this.a.nextContour()) { length += this.a.getLength(); } - float floatValue = (bVar.f375b.f.e().floatValue() * length) / 360.0f; - float floatValue2 = ((bVar.f375b.d.e().floatValue() * length) / f) + floatValue; - float floatValue3 = ((bVar.f375b.e.e().floatValue() * length) / f) + floatValue; + float floatValue = (bVar.f376b.f.e().floatValue() * length) / 360.0f; + float floatValue2 = ((bVar.f376b.d.e().floatValue() * length) / f) + floatValue; + float floatValue3 = ((bVar.f376b.e.e().floatValue() * length) / f) + floatValue; int size3 = bVar.a.size() - 1; float f3 = 0.0f; while (size3 >= 0) { diff --git a/app/src/main/java/b/c/a/w/b/d.java b/app/src/main/java/b/c/a/w/b/d.java index bda7aef478..5db8d4bded 100644 --- a/app/src/main/java/b/c/a/w/b/d.java +++ b/app/src/main/java/b/c/a/w/b/d.java @@ -23,7 +23,7 @@ public class d implements e, m, a.b, g { public Paint a; /* renamed from: b reason: collision with root package name */ - public RectF f376b; + public RectF f377b; public final Matrix c; public final Path d; public final RectF e; @@ -45,7 +45,7 @@ public class d implements e, m, a.b, g { l lVar; String str = mVar.a; boolean z2 = mVar.c; - List list = mVar.f424b; + List list = mVar.f425b; ArrayList arrayList = new ArrayList(list.size()); int i = 0; for (int i2 = 0; i2 < list.size(); i2++) { @@ -54,7 +54,7 @@ public class d implements e, m, a.b, g { arrayList.add(a); } } - List list2 = mVar.f424b; + List list2 = mVar.f425b; while (true) { if (i >= list2.size()) { lVar = null; @@ -71,7 +71,7 @@ public class d implements e, m, a.b, g { public d(j jVar, b bVar, String str, boolean z2, List list, @Nullable l lVar) { this.a = new b.c.a.w.a(); - this.f376b = new RectF(); + this.f377b = new RectF(); this.c = new Matrix(); this.d = new Path(); this.e = new RectF(); @@ -206,10 +206,10 @@ public class d implements e, m, a.b, g { } } if (z3) { - this.f376b.set(0.0f, 0.0f, 0.0f, 0.0f); - d(this.f376b, this.c, true); + this.f377b.set(0.0f, 0.0f, 0.0f, 0.0f); + d(this.f377b, this.c, true); this.a.setAlpha(i); - b.c.a.b0.g.f(canvas, this.f376b, this.a, 31); + b.c.a.b0.g.f(canvas, this.f377b, this.a, 31); } if (z3) { i = 255; diff --git a/app/src/main/java/b/c/a/w/b/f.java b/app/src/main/java/b/c/a/w/b/f.java index 25c1ffc39c..5f923bc707 100644 --- a/app/src/main/java/b/c/a/w/b/f.java +++ b/app/src/main/java/b/c/a/w/b/f.java @@ -14,7 +14,7 @@ import java.util.List; public class f implements m, a.b, k { /* renamed from: b reason: collision with root package name */ - public final String f377b; + public final String f378b; public final j c; public final a d; public final a e; @@ -24,11 +24,11 @@ public class f implements m, a.b, k { public b g = new b(); public f(j jVar, b bVar, b.c.a.y.l.a aVar) { - this.f377b = aVar.a; + this.f378b = aVar.a; this.c = jVar; a a = aVar.c.a(); this.d = a; - a a2 = aVar.f413b.a(); + a a2 = aVar.f414b.a(); this.e = a2; this.f = aVar; bVar.e(a); @@ -51,7 +51,7 @@ public class f implements m, a.b, k { s sVar = (s) cVar; if (sVar.c == 1) { this.g.a.add(sVar); - sVar.f389b.add(this); + sVar.f390b.add(this); } } } @@ -78,7 +78,7 @@ public class f implements m, a.b, k { @Override // b.c.a.w.b.c public String getName() { - return this.f377b; + return this.f378b; } @Override // b.c.a.w.b.m diff --git a/app/src/main/java/b/c/a/w/b/g.java b/app/src/main/java/b/c/a/w/b/g.java index 1dc47c9dda..0dfe272d00 100644 --- a/app/src/main/java/b/c/a/w/b/g.java +++ b/app/src/main/java/b/c/a/w/b/g.java @@ -31,7 +31,7 @@ public class g implements e, a.b, k { public final j j; /* renamed from: b reason: collision with root package name */ - public final Paint f378b = new b.c.a.w.a(1); + public final Paint f379b = new b.c.a.w.a(1); public final List f = new ArrayList(); public g(j jVar, b bVar, l lVar) { @@ -46,7 +46,7 @@ public class g implements e, a.b, k { this.h = null; return; } - path.setFillType(lVar.f423b); + path.setFillType(lVar.f424b); a a = lVar.d.a(); this.g = a; a.a.add(this); @@ -90,19 +90,19 @@ public class g implements e, a.b, k { @Override // b.c.a.w.b.e public void f(Canvas canvas, Matrix matrix, int i) { if (!this.e) { - Paint paint = this.f378b; + Paint paint = this.f379b; b.c.a.w.c.b bVar = (b.c.a.w.c.b) this.g; paint.setColor(bVar.j(bVar.a(), bVar.c())); - this.f378b.setAlpha(b.c.a.b0.f.c((int) ((((i / 255.0f) * this.h.e().intValue()) / 100.0f) * 255.0f), 0, 255)); + this.f379b.setAlpha(b.c.a.b0.f.c((int) ((((i / 255.0f) * this.h.e().intValue()) / 100.0f) * 255.0f), 0, 255)); a aVar = this.i; if (aVar != null) { - this.f378b.setColorFilter(aVar.e()); + this.f379b.setColorFilter(aVar.e()); } this.a.reset(); for (int i2 = 0; i2 < this.f.size(); i2++) { this.a.addPath(this.f.get(i2).getPath(), matrix); } - canvas.drawPath(this.a, this.f378b); + canvas.drawPath(this.a, this.f379b); c.a("FillContent#draw"); } } diff --git a/app/src/main/java/b/c/a/w/b/h.java b/app/src/main/java/b/c/a/w/b/h.java index 00e08a5529..80ee1ffca3 100644 --- a/app/src/main/java/b/c/a/w/b/h.java +++ b/app/src/main/java/b/c/a/w/b/h.java @@ -30,7 +30,7 @@ public class h implements e, a.b, k { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f379b; + public final boolean f380b; public final b c; public final Path f; public final int j; @@ -55,10 +55,10 @@ public class h implements e, a.b, k { this.f = path; this.c = bVar; this.a = dVar.g; - this.f379b = dVar.h; + this.f380b = dVar.h; this.q = jVar; this.j = dVar.a; - path.setFillType(dVar.f415b); + path.setFillType(dVar.f416b); this.r = (int) (jVar.k.b() / 32.0f); a a = dVar.c.a(); this.k = a; @@ -133,7 +133,7 @@ public class h implements e, a.b, k { @Override // b.c.a.w.b.e public void f(Canvas canvas, Matrix matrix, int i) { RadialGradient radialGradient; - if (!this.f379b) { + if (!this.f380b) { this.f.reset(); for (int i2 = 0; i2 < this.i.size(); i2++) { this.f.addPath(this.i.get(i2).getPath(), matrix); @@ -146,7 +146,7 @@ public class h implements e, a.b, k { PointF e = this.m.e(); PointF e2 = this.n.e(); c e3 = this.k.e(); - LinearGradient linearGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.f414b), e3.a, Shader.TileMode.CLAMP); + LinearGradient linearGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.f415b), e3.a, Shader.TileMode.CLAMP); this.d.put(h, linearGradient); radialGradient = linearGradient; } @@ -157,7 +157,7 @@ public class h implements e, a.b, k { PointF e4 = this.m.e(); PointF e5 = this.n.e(); c e6 = this.k.e(); - int[] e7 = e(e6.f414b); + int[] e7 = e(e6.f415b); float[] fArr = e6.a; float f = e4.x; float f2 = e4.y; diff --git a/app/src/main/java/b/c/a/w/b/i.java b/app/src/main/java/b/c/a/w/b/i.java index a3801a7655..9309482745 100644 --- a/app/src/main/java/b/c/a/w/b/i.java +++ b/app/src/main/java/b/c/a/w/b/i.java @@ -25,23 +25,23 @@ public class i extends a { public final LongSparseArray r = new LongSparseArray<>(); /* renamed from: s reason: collision with root package name */ - public final RectF f380s = new RectF(); + public final RectF f381s = new RectF(); public final int t; public final int u; public final a v; public final a w; /* renamed from: x reason: collision with root package name */ - public final a f381x; + public final a f382x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f382y; + public p f383y; public i(j jVar, b bVar, e eVar) { super(jVar, bVar, b.c.a.y.b.k(eVar.h), b.c.a.y.b.l(eVar.i), eVar.j, eVar.d, eVar.g, eVar.k, eVar.l); this.o = eVar.a; - this.t = eVar.f416b; + this.t = eVar.f417b; this.p = eVar.m; this.u = (int) (jVar.k.b() / 32.0f); a a = eVar.c.a(); @@ -53,13 +53,13 @@ public class i extends a { a2.a.add(this); bVar.e(a2); a a3 = eVar.f.a(); - this.f381x = a3; + this.f382x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f382y; + p pVar = this.f383y; if (pVar != null) { Integer[] numArr = (Integer[]) pVar.e(); int i = 0; @@ -86,15 +86,15 @@ public class i extends a { float f; float f2; if (!this.p) { - d(this.f380s, matrix, false); + d(this.f381s, matrix, false); if (this.t == 1) { long h = h(); radialGradient = this.q.get(h); if (radialGradient == null) { PointF e = this.w.e(); - PointF e2 = this.f381x.e(); + PointF e2 = this.f382x.e(); c e3 = this.v.e(); - radialGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.f414b), e3.a, Shader.TileMode.CLAMP); + radialGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.f415b), e3.a, Shader.TileMode.CLAMP); this.q.put(h, radialGradient); } } else { @@ -102,9 +102,9 @@ public class i extends a { radialGradient = this.r.get(h2); if (radialGradient == null) { PointF e4 = this.w.e(); - PointF e5 = this.f381x.e(); + PointF e5 = this.f382x.e(); c e6 = this.v.e(); - int[] e7 = e(e6.f414b); + int[] e7 = e(e6.f415b); float[] fArr = e6.a; radialGradient = new RadialGradient(e4.x, e4.y, (float) Math.hypot(e5.x - f, e5.y - f2), e7, fArr, Shader.TileMode.CLAMP); this.r.put(h2, radialGradient); @@ -121,18 +121,18 @@ public class i extends a { public void g(T t, @Nullable b.c.a.c0.c cVar) { super.g(t, cVar); if (t == o.D) { - p pVar = this.f382y; + p pVar = this.f383y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f382y = null; + this.f383y = null; return; } p pVar2 = new p(cVar, null); - this.f382y = pVar2; + this.f383y = pVar2; pVar2.a.add(this); - this.f.e(this.f382y); + this.f.e(this.f383y); } } @@ -143,7 +143,7 @@ public class i extends a { public final int h() { int round = Math.round(this.w.d * this.u); - int round2 = Math.round(this.f381x.d * this.u); + int round2 = Math.round(this.f382x.d * this.u); int round3 = Math.round(this.v.d * this.u); int i = 17; if (round != 0) { diff --git a/app/src/main/java/b/c/a/w/b/l.java b/app/src/main/java/b/c/a/w/b/l.java index eb6d02d1cf..7dbdd304a5 100644 --- a/app/src/main/java/b/c/a/w/b/l.java +++ b/app/src/main/java/b/c/a/w/b/l.java @@ -15,7 +15,7 @@ public class l implements m, j { public final Path a = new Path(); /* renamed from: b reason: collision with root package name */ - public final Path f383b = new Path(); + public final Path f384b = new Path(); public final Path c = new Path(); public final List d = new ArrayList(); public final g e; @@ -28,7 +28,7 @@ public class l implements m, j { public final void a(Path.Op op) { Matrix matrix; Matrix matrix2; - this.f383b.reset(); + this.f384b.reset(); this.a.reset(); for (int size = this.d.size() - 1; size >= 1; size--) { m mVar = this.d.get(size); @@ -45,10 +45,10 @@ public class l implements m, j { matrix2 = dVar.c; } path.transform(matrix2); - this.f383b.addPath(path); + this.f384b.addPath(path); } } else { - this.f383b.addPath(mVar.getPath()); + this.f384b.addPath(mVar.getPath()); } } m mVar2 = this.d.get(0); @@ -70,7 +70,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.c.op(this.a, this.f383b, op); + this.c.op(this.a, this.f384b, op); } @Override // b.c.a.w.b.c @@ -100,7 +100,7 @@ public class l implements m, j { if (gVar.c) { return this.c; } - int ordinal = gVar.f418b.ordinal(); + int ordinal = gVar.f419b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { this.c.addPath(this.d.get(i).getPath()); diff --git a/app/src/main/java/b/c/a/w/b/n.java b/app/src/main/java/b/c/a/w/b/n.java index b68e195abf..2139ba4fa2 100644 --- a/app/src/main/java/b/c/a/w/b/n.java +++ b/app/src/main/java/b/c/a/w/b/n.java @@ -17,7 +17,7 @@ import java.util.List; public class n implements m, a.b, k { /* renamed from: b reason: collision with root package name */ - public final String f384b; + public final String f385b; public final j c; public final h.a d; public final boolean e; @@ -36,8 +36,8 @@ public class n implements m, a.b, k { public n(j jVar, b bVar, h hVar) { this.c = jVar; - this.f384b = hVar.a; - h.a aVar = hVar.f419b; + this.f385b = hVar.a; + h.a aVar = hVar.f420b; this.d = aVar; this.e = hVar.j; a a = hVar.c.a(); @@ -92,7 +92,7 @@ public class n implements m, a.b, k { s sVar = (s) cVar; if (sVar.c == 1) { this.m.a.add(sVar); - sVar.f389b.add(this); + sVar.f390b.add(this); } } } @@ -108,7 +108,7 @@ public class n implements m, a.b, k { public void g(T t, @Nullable c cVar) { a aVar; a aVar2; - if (t == o.f367s) { + if (t == o.f368s) { a aVar3 = this.f; c cVar2 = aVar3.e; aVar3.e = cVar; @@ -130,7 +130,7 @@ public class n implements m, a.b, k { } else if (t == o.w && (aVar = this.k) != null) { c cVar7 = aVar.e; aVar.e = cVar; - } else if (t == o.f368x) { + } else if (t == o.f369x) { a aVar7 = this.l; c cVar8 = aVar7.e; aVar7.e = cVar; @@ -139,7 +139,7 @@ public class n implements m, a.b, k { @Override // b.c.a.w.b.c public String getName() { - return this.f384b; + return this.f385b; } @Override // b.c.a.w.b.m diff --git a/app/src/main/java/b/c/a/w/b/o.java b/app/src/main/java/b/c/a/w/b/o.java index 1cddb0816b..7d1ecca364 100644 --- a/app/src/main/java/b/c/a/w/b/o.java +++ b/app/src/main/java/b/c/a/w/b/o.java @@ -24,14 +24,14 @@ public class o implements a.b, k, m { public final Path a = new Path(); /* renamed from: b reason: collision with root package name */ - public final RectF f385b = new RectF(); + public final RectF f386b = new RectF(); public b i = new b(); public o(j jVar, b bVar, i iVar) { this.c = iVar.a; this.d = iVar.e; this.e = jVar; - a a = iVar.f420b.a(); + a a = iVar.f421b.a(); this.f = a; a a2 = iVar.c.a(); this.g = a2; @@ -59,7 +59,7 @@ public class o implements a.b, k, m { s sVar = (s) cVar; if (sVar.c == 1) { this.i.a.add(sVar); - sVar.f389b.add(this); + sVar.f390b.add(this); } } } @@ -117,39 +117,39 @@ public class o implements a.b, k, m { this.a.lineTo(e2.x + f, (e2.y + f2) - j); int i = (j > 0.0f ? 1 : (j == 0.0f ? 0 : -1)); if (i > 0) { - RectF rectF = this.f385b; + RectF rectF = this.f386b; float f3 = e2.x; float f4 = j * 2.0f; float f5 = e2.y; rectF.set((f3 + f) - f4, (f5 + f2) - f4, f3 + f, f5 + f2); - this.a.arcTo(this.f385b, 0.0f, 90.0f, false); + this.a.arcTo(this.f386b, 0.0f, 90.0f, false); } this.a.lineTo((e2.x - f) + j, e2.y + f2); if (i > 0) { - RectF rectF2 = this.f385b; + RectF rectF2 = this.f386b; float f6 = e2.x; float f7 = e2.y; float f8 = j * 2.0f; rectF2.set(f6 - f, (f7 + f2) - f8, (f6 - f) + f8, f7 + f2); - this.a.arcTo(this.f385b, 90.0f, 90.0f, false); + this.a.arcTo(this.f386b, 90.0f, 90.0f, false); } this.a.lineTo(e2.x - f, (e2.y - f2) + j); if (i > 0) { - RectF rectF3 = this.f385b; + RectF rectF3 = this.f386b; float f9 = e2.x; float f10 = e2.y; float f11 = j * 2.0f; rectF3.set(f9 - f, f10 - f2, (f9 - f) + f11, (f10 - f2) + f11); - this.a.arcTo(this.f385b, 180.0f, 90.0f, false); + this.a.arcTo(this.f386b, 180.0f, 90.0f, false); } this.a.lineTo((e2.x + f) - j, e2.y - f2); if (i > 0) { - RectF rectF4 = this.f385b; + RectF rectF4 = this.f386b; float f12 = e2.x; float f13 = j * 2.0f; float f14 = e2.y; rectF4.set((f12 + f) - f13, f14 - f2, f12 + f, (f14 - f2) + f13); - this.a.arcTo(this.f385b, 270.0f, 90.0f, false); + this.a.arcTo(this.f386b, 270.0f, 90.0f, false); } this.a.close(); this.i.a(this.a); diff --git a/app/src/main/java/b/c/a/w/b/p.java b/app/src/main/java/b/c/a/w/b/p.java index 03cd8ec51b..339780f822 100644 --- a/app/src/main/java/b/c/a/w/b/p.java +++ b/app/src/main/java/b/c/a/w/b/p.java @@ -23,7 +23,7 @@ public class p implements e, m, j, a.b, k { public final Matrix a = new Matrix(); /* renamed from: b reason: collision with root package name */ - public final Path f386b = new Path(); + public final Path f387b = new Path(); public final j c; public final b d; public final String e; @@ -38,7 +38,7 @@ public class p implements e, m, j, a.b, k { this.d = bVar; this.e = jVar2.a; this.f = jVar2.e; - a a = jVar2.f421b.a(); + a a = jVar2.f422b.a(); this.g = a; bVar.e(a); a.a.add(this); @@ -127,13 +127,13 @@ public class p implements e, m, j, a.b, k { @Override // b.c.a.w.b.m public Path getPath() { Path path = this.j.getPath(); - this.f386b.reset(); + this.f387b.reset(); float floatValue = this.g.e().floatValue(); float floatValue2 = this.h.e().floatValue(); for (int i = ((int) floatValue) - 1; i >= 0; i--) { this.a.set(this.i.f(i + floatValue2)); - this.f386b.addPath(path, this.a); + this.f387b.addPath(path, this.a); } - return this.f386b; + return this.f387b; } } diff --git a/app/src/main/java/b/c/a/w/b/q.java b/app/src/main/java/b/c/a/w/b/q.java index ffd048f570..ff6dd9a6e3 100644 --- a/app/src/main/java/b/c/a/w/b/q.java +++ b/app/src/main/java/b/c/a/w/b/q.java @@ -12,7 +12,7 @@ import java.util.List; public class q implements m, a.b { /* renamed from: b reason: collision with root package name */ - public final boolean f387b; + public final boolean f388b; public final j c; public final a d; public boolean e; @@ -20,7 +20,7 @@ public class q implements m, a.b { public b f = new b(); public q(j jVar, b bVar, n nVar) { - this.f387b = nVar.d; + this.f388b = nVar.d; this.c = jVar; a a = nVar.c.a(); this.d = a; @@ -42,7 +42,7 @@ public class q implements m, a.b { s sVar = (s) cVar; if (sVar.c == 1) { this.f.a.add(sVar); - sVar.f389b.add(this); + sVar.f390b.add(this); } } } @@ -54,7 +54,7 @@ public class q implements m, a.b { return this.a; } this.a.reset(); - if (this.f387b) { + if (this.f388b) { this.e = true; return this.a; } diff --git a/app/src/main/java/b/c/a/w/b/r.java b/app/src/main/java/b/c/a/w/b/r.java index a08c639da8..a743a72788 100644 --- a/app/src/main/java/b/c/a/w/b/r.java +++ b/app/src/main/java/b/c/a/w/b/r.java @@ -21,10 +21,10 @@ public class r extends a { @Nullable /* renamed from: s reason: collision with root package name */ - public a f388s; + public a f389s; public r(j jVar, b bVar, o oVar) { - super(jVar, bVar, b.c.a.y.b.k(oVar.g), b.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.c, oVar.f426b); + super(jVar, bVar, b.c.a.y.b.k(oVar.g), b.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.c, oVar.f427b); this.o = bVar; this.p = oVar.a; this.q = oVar.j; @@ -40,7 +40,7 @@ public class r extends a { Paint paint = this.i; b.c.a.w.c.b bVar = (b.c.a.w.c.b) this.r; paint.setColor(bVar.j(bVar.a(), bVar.c())); - a aVar = this.f388s; + a aVar = this.f389s; if (aVar != null) { this.i.setColorFilter(aVar.e()); } @@ -52,21 +52,21 @@ public class r extends a { @Override // b.c.a.w.b.a, b.c.a.y.g public void g(T t, @Nullable c cVar) { super.g(t, cVar); - if (t == b.c.a.o.f366b) { + if (t == b.c.a.o.f367b) { a aVar = this.r; c cVar2 = aVar.e; aVar.e = cVar; } else if (t == b.c.a.o.C) { - a aVar2 = this.f388s; + a aVar2 = this.f389s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.f388s = null; + this.f389s = null; return; } p pVar = new p(cVar, null); - this.f388s = pVar; + this.f389s = pVar; pVar.a.add(this); this.o.e(this.r); } diff --git a/app/src/main/java/b/c/a/w/b/s.java b/app/src/main/java/b/c/a/w/b/s.java index 07391b9623..da3c69f95b 100644 --- a/app/src/main/java/b/c/a/w/b/s.java +++ b/app/src/main/java/b/c/a/w/b/s.java @@ -11,7 +11,7 @@ public class s implements c, a.b { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final List f389b = new ArrayList(); + public final List f390b = new ArrayList(); public final int c; public final a d; public final a e; @@ -19,7 +19,7 @@ public class s implements c, a.b { public s(b bVar, p pVar) { this.a = pVar.f; - this.c = pVar.f427b; + this.c = pVar.f428b; a a = pVar.c.a(); this.d = a; a a2 = pVar.d.a(); @@ -36,8 +36,8 @@ public class s implements c, a.b { @Override // b.c.a.w.c.a.b public void a() { - for (int i = 0; i < this.f389b.size(); i++) { - this.f389b.get(i).a(); + for (int i = 0; i < this.f390b.size(); i++) { + this.f390b.get(i).a(); } } diff --git a/app/src/main/java/b/c/a/w/c/a.java b/app/src/main/java/b/c/a/w/c/a.java index 720c3f9cff..08df44b2f1 100644 --- a/app/src/main/java/b/c/a/w/c/a.java +++ b/app/src/main/java/b/c/a/w/c/a.java @@ -15,7 +15,7 @@ public abstract class a { public final List a = new ArrayList(1); /* renamed from: b reason: collision with root package name */ - public boolean f390b = false; + public boolean f391b = false; public float d = 0.0f; @Nullable public A f = null; @@ -92,7 +92,7 @@ public abstract class a { @NonNull /* renamed from: b reason: collision with root package name */ - public b.c.a.c0.a f391b = f(0.0f); + public b.c.a.c0.a f392b = f(0.0f); public e(List> list) { this.a = list; @@ -101,7 +101,7 @@ public abstract class a { @Override // b.c.a.w.c.a.d public boolean a(float f) { b.c.a.c0.a aVar = this.c; - b.c.a.c0.a aVar2 = this.f391b; + b.c.a.c0.a aVar2 = this.f392b; if (aVar == aVar2 && this.d == f) { return true; } @@ -113,15 +113,15 @@ public abstract class a { @Override // b.c.a.w.c.a.d @NonNull public b.c.a.c0.a b() { - return this.f391b; + return this.f392b; } @Override // b.c.a.w.c.a.d public boolean c(float f) { - if (this.f391b.a(f)) { - return !this.f391b.d(); + if (this.f392b.a(f)) { + return !this.f392b.d(); } - this.f391b = f(f); + this.f392b = f(f); return true; } @@ -144,7 +144,7 @@ public abstract class a { } for (int size = this.a.size() - 2; size >= 1; size--) { b.c.a.c0.a aVar2 = (b.c.a.c0.a) this.a.get(size); - if (this.f391b != aVar2 && aVar2.a(f)) { + if (this.f392b != aVar2 && aVar2.a(f)) { return aVar2; } } @@ -164,7 +164,7 @@ public abstract class a { public final b.c.a.c0.a a; /* renamed from: b reason: collision with root package name */ - public float f392b = -1.0f; + public float f393b = -1.0f; public f(List> list) { this.a = (b.c.a.c0.a) list.get(0); @@ -172,10 +172,10 @@ public abstract class a { @Override // b.c.a.w.c.a.d public boolean a(float f) { - if (this.f392b == f) { + if (this.f393b == f) { return true; } - this.f392b = f; + this.f393b = f; return false; } @@ -232,7 +232,7 @@ public abstract class a { } public float d() { - if (this.f390b) { + if (this.f391b) { return 0.0f; } b.c.a.c0.a a = a(); diff --git a/app/src/main/java/b/c/a/w/c/b.java b/app/src/main/java/b/c/a/w/c/b.java index abb62d0d5e..6df141ac68 100644 --- a/app/src/main/java/b/c/a/w/c/b.java +++ b/app/src/main/java/b/c/a/w/c/b.java @@ -19,7 +19,7 @@ public class b extends f { public int j(a aVar, float f) { Integer num; - Integer num2 = aVar.f345b; + Integer num2 = aVar.f346b; if (num2 == null || aVar.c == null) { throw new IllegalStateException("Missing values for keyframe."); } diff --git a/app/src/main/java/b/c/a/w/c/c.java b/app/src/main/java/b/c/a/w/c/c.java index 20b534c365..86da50da72 100644 --- a/app/src/main/java/b/c/a/w/c/c.java +++ b/app/src/main/java/b/c/a/w/c/c.java @@ -21,15 +21,15 @@ public class c extends f { public float k(a aVar, float f) { Float f2; - if (aVar.f345b == null || aVar.c == null) { + if (aVar.f346b == null || aVar.c == null) { throw new IllegalStateException("Missing values for keyframe."); } b.c.a.c0.c cVar = this.e; - if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.f345b, aVar.c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.f346b, aVar.c, f, d(), this.d)) != null) { return f2.floatValue(); } if (aVar.g == -3987645.8f) { - aVar.g = aVar.f345b.floatValue(); + aVar.g = aVar.f346b.floatValue(); } float f3 = aVar.g; if (aVar.h == -3987645.8f) { diff --git a/app/src/main/java/b/c/a/w/c/d.java b/app/src/main/java/b/c/a/w/c/d.java index 7d527423ab..45a8971916 100644 --- a/app/src/main/java/b/c/a/w/c/d.java +++ b/app/src/main/java/b/c/a/w/c/d.java @@ -13,27 +13,27 @@ public class d extends f { public d(List> list) { super(list); int i = 0; - c cVar = list.get(0).f345b; - i = cVar != null ? cVar.f414b.length : i; + c cVar = list.get(0).f346b; + i = cVar != null ? cVar.f415b.length : i; this.i = new c(new float[i], new int[i]); } @Override // b.c.a.w.c.a public Object f(a aVar, float f) { c cVar = this.i; - c cVar2 = (c) aVar.f345b; + c cVar2 = (c) aVar.f346b; c cVar3 = (c) aVar.c; Objects.requireNonNull(cVar); - if (cVar2.f414b.length == cVar3.f414b.length) { - for (int i = 0; i < cVar2.f414b.length; i++) { + if (cVar2.f415b.length == cVar3.f415b.length) { + for (int i = 0; i < cVar2.f415b.length; i++) { cVar.a[i] = f.e(cVar2.a[i], cVar3.a[i], f); - cVar.f414b[i] = b.c.a.a0.d.i0(f, cVar2.f414b[i], cVar3.f414b[i]); + cVar.f415b[i] = b.c.a.a0.d.i0(f, cVar2.f415b[i], cVar3.f415b[i]); } return this.i; } StringBuilder R = b.d.b.a.a.R("Cannot interpolate between gradients. Lengths vary ("); - R.append(cVar2.f414b.length); + R.append(cVar2.f415b.length); R.append(" vs "); - throw new IllegalArgumentException(b.d.b.a.a.A(R, cVar3.f414b.length, ")")); + throw new IllegalArgumentException(b.d.b.a.a.A(R, cVar3.f415b.length, ")")); } } diff --git a/app/src/main/java/b/c/a/w/c/e.java b/app/src/main/java/b/c/a/w/c/e.java index 1ce40acd08..87b0432ed7 100644 --- a/app/src/main/java/b/c/a/w/c/e.java +++ b/app/src/main/java/b/c/a/w/c/e.java @@ -19,15 +19,15 @@ public class e extends f { public int j(a aVar, float f) { Integer num; - if (aVar.f345b == null || aVar.c == null) { + if (aVar.f346b == null || aVar.c == null) { throw new IllegalStateException("Missing values for keyframe."); } c cVar = this.e; - if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.f345b, aVar.c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.f346b, aVar.c, f, d(), this.d)) != null) { return num.intValue(); } if (aVar.i == 784923401) { - aVar.i = aVar.f345b.intValue(); + aVar.i = aVar.f346b.intValue(); } int i = aVar.i; if (aVar.j == 784923401) { diff --git a/app/src/main/java/b/c/a/w/c/g.java b/app/src/main/java/b/c/a/w/c/g.java index f8dcee6052..af92720231 100644 --- a/app/src/main/java/b/c/a/w/c/g.java +++ b/app/src/main/java/b/c/a/w/c/g.java @@ -11,16 +11,16 @@ public class g { public final List> a; /* renamed from: b reason: collision with root package name */ - public final List> f393b; + public final List> f394b; public final List c; public g(List list) { this.c = list; this.a = new ArrayList(list.size()); - this.f393b = new ArrayList(list.size()); + this.f394b = new ArrayList(list.size()); for (int i = 0; i < list.size(); i++) { - this.a.add(list.get(i).f417b.a()); - this.f393b.add(list.get(i).c.a()); + this.a.add(list.get(i).f418b.a()); + this.f394b.add(list.get(i).c.a()); } } } diff --git a/app/src/main/java/b/c/a/w/c/h.java b/app/src/main/java/b/c/a/w/c/h.java index a06f3938ce..e2898fcf8f 100644 --- a/app/src/main/java/b/c/a/w/c/h.java +++ b/app/src/main/java/b/c/a/w/c/h.java @@ -15,7 +15,7 @@ public class h extends a { public final a p; public h(d dVar, a aVar) { - super(dVar, aVar.f345b, aVar.c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.f346b, aVar.c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } @@ -23,10 +23,10 @@ public class h extends a { public void e() { T t; T t2 = this.c; - boolean z2 = (t2 == 0 || (t = this.f345b) == 0 || !((PointF) t).equals(((PointF) t2).x, ((PointF) t2).y)) ? false : true; + boolean z2 = (t2 == 0 || (t = this.f346b) == 0 || !((PointF) t).equals(((PointF) t2).x, ((PointF) t2).y)) ? false : true; T t3 = this.c; if (t3 != 0 && !z2) { - PointF pointF = (PointF) this.f345b; + PointF pointF = (PointF) this.f346b; PointF pointF2 = (PointF) t3; a aVar = this.p; PointF pointF3 = aVar.m; diff --git a/app/src/main/java/b/c/a/w/c/i.java b/app/src/main/java/b/c/a/w/c/i.java index fe32811cef..9dc13dd418 100644 --- a/app/src/main/java/b/c/a/w/c/i.java +++ b/app/src/main/java/b/c/a/w/c/i.java @@ -25,10 +25,10 @@ public class i extends f { h hVar = (h) aVar; Path path = hVar.o; if (path == null) { - return (PointF) aVar.f345b; + return (PointF) aVar.f346b; } c cVar = this.e; - if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.f345b, hVar.c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.f346b, hVar.c, d(), f, this.d)) != null) { return pointF; } if (this.k != hVar) { diff --git a/app/src/main/java/b/c/a/w/c/j.java b/app/src/main/java/b/c/a/w/c/j.java index 643e5a1f3f..aaa266971b 100644 --- a/app/src/main/java/b/c/a/w/c/j.java +++ b/app/src/main/java/b/c/a/w/c/j.java @@ -17,7 +17,7 @@ public class j extends f { public Object f(a aVar, float f) { T t; PointF pointF; - T t2 = aVar.f345b; + T t2 = aVar.f346b; if (t2 == 0 || (t = aVar.c) == 0) { throw new IllegalStateException("Missing values for keyframe."); } diff --git a/app/src/main/java/b/c/a/w/c/k.java b/app/src/main/java/b/c/a/w/c/k.java index d7b6414afd..07dd85de88 100644 --- a/app/src/main/java/b/c/a/w/c/k.java +++ b/app/src/main/java/b/c/a/w/c/k.java @@ -18,7 +18,7 @@ public class k extends f { public Object f(a aVar, float f) { T t; d dVar; - T t2 = aVar.f345b; + T t2 = aVar.f346b; if (t2 == 0 || (t = aVar.c) == 0) { throw new IllegalStateException("Missing values for keyframe."); } @@ -30,9 +30,9 @@ public class k extends f { } d dVar4 = this.i; float e = f.e(dVar2.a, dVar3.a, f); - float e2 = f.e(dVar2.f348b, dVar3.f348b, f); + float e2 = f.e(dVar2.f349b, dVar3.f349b, f); dVar4.a = e; - dVar4.f348b = e2; + dVar4.f349b = e2; return this.i; } } diff --git a/app/src/main/java/b/c/a/w/c/l.java b/app/src/main/java/b/c/a/w/c/l.java index bad30b52ad..8cdd56aead 100644 --- a/app/src/main/java/b/c/a/w/c/l.java +++ b/app/src/main/java/b/c/a/w/c/l.java @@ -20,11 +20,11 @@ public class l extends a { @Override // b.c.a.w.c.a public Path f(a aVar, float f) { List list; - k kVar = aVar.f345b; + k kVar = aVar.f346b; k kVar2 = aVar.c; k kVar3 = this.i; - if (kVar3.f422b == null) { - kVar3.f422b = new PointF(); + if (kVar3.f423b == null) { + kVar3.f423b = new PointF(); } kVar3.c = kVar.c || kVar2.c; if (kVar.a.size() != kVar2.a.size()) { @@ -44,37 +44,37 @@ public class l extends a { kVar3.a.remove(list.size() - 1); } } - PointF pointF = kVar.f422b; - PointF pointF2 = kVar2.f422b; + PointF pointF = kVar.f423b; + PointF pointF2 = kVar2.f423b; float e = f.e(pointF.x, pointF2.x, f); float e2 = f.e(pointF.y, pointF2.y, f); - if (kVar3.f422b == null) { - kVar3.f422b = new PointF(); + if (kVar3.f423b == null) { + kVar3.f423b = new PointF(); } - kVar3.f422b.set(e, e2); + kVar3.f423b.set(e, e2); for (int size3 = kVar3.a.size() - 1; size3 >= 0; size3--) { b.c.a.y.a aVar2 = kVar.a.get(size3); b.c.a.y.a aVar3 = kVar2.a.get(size3); PointF pointF3 = aVar2.a; - PointF pointF4 = aVar2.f397b; + PointF pointF4 = aVar2.f398b; PointF pointF5 = aVar2.c; PointF pointF6 = aVar3.a; - PointF pointF7 = aVar3.f397b; + PointF pointF7 = aVar3.f398b; PointF pointF8 = aVar3.c; kVar3.a.get(size3).a.set(f.e(pointF3.x, pointF6.x, f), f.e(pointF3.y, pointF6.y, f)); - kVar3.a.get(size3).f397b.set(f.e(pointF4.x, pointF7.x, f), f.e(pointF4.y, pointF7.y, f)); + kVar3.a.get(size3).f398b.set(f.e(pointF4.x, pointF7.x, f), f.e(pointF4.y, pointF7.y, f)); kVar3.a.get(size3).c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); } k kVar4 = this.i; Path path = this.j; path.reset(); - PointF pointF9 = kVar4.f422b; + PointF pointF9 = kVar4.f423b; path.moveTo(pointF9.x, pointF9.y); f.a.set(pointF9.x, pointF9.y); for (int i = 0; i < kVar4.a.size(); i++) { b.c.a.y.a aVar4 = kVar4.a.get(i); PointF pointF10 = aVar4.a; - PointF pointF11 = aVar4.f397b; + PointF pointF11 = aVar4.f398b; PointF pointF12 = aVar4.c; if (!pointF10.equals(f.a) || !pointF11.equals(pointF12)) { path.cubicTo(pointF10.x, pointF10.y, pointF11.x, pointF11.y, pointF12.x, pointF12.y); diff --git a/app/src/main/java/b/c/a/w/c/n.java b/app/src/main/java/b/c/a/w/c/n.java index f3167f8805..9d9a5baba6 100644 --- a/app/src/main/java/b/c/a/w/c/n.java +++ b/app/src/main/java/b/c/a/w/c/n.java @@ -12,6 +12,6 @@ public class n extends f { @Override // b.c.a.w.c.a public Object f(a aVar, float f) { - return (c) aVar.f345b; + return (c) aVar.f346b; } } diff --git a/app/src/main/java/b/c/a/w/c/o.java b/app/src/main/java/b/c/a/w/c/o.java index 36e03a7d05..eee8aa4682 100644 --- a/app/src/main/java/b/c/a/w/c/o.java +++ b/app/src/main/java/b/c/a/w/c/o.java @@ -19,7 +19,7 @@ public class o { public final Matrix a = new Matrix(); /* renamed from: b reason: collision with root package name */ - public final Matrix f394b; + public final Matrix f395b; public final Matrix c; public final Matrix d; public final float[] e; @@ -45,7 +45,7 @@ public class o { public o(l lVar) { e eVar = lVar.a; this.f = eVar == null ? null : eVar.a(); - m mVar = lVar.f412b; + m mVar = lVar.f413b; this.g = mVar == null ? null : mVar.a(); g gVar = lVar.c; this.h = gVar == null ? null : gVar.a(); @@ -55,12 +55,12 @@ public class o { c cVar = bVar2 == null ? null : (c) bVar2.a(); this.k = cVar; if (cVar != null) { - this.f394b = new Matrix(); + this.f395b = new Matrix(); this.c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { - this.f394b = null; + this.f395b = null; this.c = null; this.d = null; this.e = null; @@ -187,8 +187,8 @@ public class o { c cVar8 = aVar7.e; aVar7.e = cVar; return true; - } else if (t != b.c.a.o.f369y || (aVar2 = this.m) == null) { - if (t != b.c.a.o.f370z || (aVar = this.n) == null) { + } else if (t != b.c.a.o.f370y || (aVar2 = this.m) == null) { + if (t != b.c.a.o.f371z || (aVar = this.n) == null) { if (t == b.c.a.o.m && (cVar3 = this.k) != null) { if (cVar3 == null) { this.k = new c(Collections.singletonList(new b.c.a.c0.a(Float.valueOf(0.0f)))); @@ -262,7 +262,7 @@ public class o { fArr[3] = f2; fArr[4] = cos; fArr[8] = 1.0f; - this.f394b.setValues(fArr); + this.f395b.setValues(fArr); d(); float[] fArr2 = this.e; fArr2[0] = 1.0f; @@ -278,7 +278,7 @@ public class o { fArr3[4] = cos; fArr3[8] = 1.0f; this.d.setValues(fArr3); - this.c.preConcat(this.f394b); + this.c.preConcat(this.f395b); this.d.preConcat(this.c); this.a.preConcat(this.d); } @@ -286,8 +286,8 @@ public class o { if (aVar3 != null) { d e2 = aVar3.e(); float f3 = e2.a; - if (!(f3 == 1.0f && e2.f348b == 1.0f)) { - this.a.preScale(f3, e2.f348b); + if (!(f3 == 1.0f && e2.f349b == 1.0f)) { + this.a.preScale(f3, e2.f349b); } } a aVar4 = this.f; @@ -313,7 +313,7 @@ public class o { } if (e2 != null) { double d = f; - this.a.preScale((float) Math.pow(e2.a, d), (float) Math.pow(e2.f348b, d)); + this.a.preScale((float) Math.pow(e2.a, d), (float) Math.pow(e2.f349b, d)); } a aVar3 = this.i; if (aVar3 != null) { diff --git a/app/src/main/java/b/c/a/x/a.java b/app/src/main/java/b/c/a/x/a.java index d68810a554..493795b822 100644 --- a/app/src/main/java/b/c/a/x/a.java +++ b/app/src/main/java/b/c/a/x/a.java @@ -15,7 +15,7 @@ public class a { public final j a = new j<>(); /* renamed from: b reason: collision with root package name */ - public final Map, Typeface> f395b = new HashMap(); + public final Map, Typeface> f396b = new HashMap(); public final Map c = new HashMap(); public String e = ".ttf"; diff --git a/app/src/main/java/b/c/a/x/b.java b/app/src/main/java/b/c/a/x/b.java index 8aaab402c4..7fa21784a3 100644 --- a/app/src/main/java/b/c/a/x/b.java +++ b/app/src/main/java/b/c/a/x/b.java @@ -18,7 +18,7 @@ public class b { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public final Context f396b; + public final Context f397b; public String c; @Nullable public b.c.a.b d; @@ -35,10 +35,10 @@ public class b { if (!(callback instanceof View)) { c.b("LottieDrawable must be inside of a view for images to work."); this.e = new HashMap(); - this.f396b = null; + this.f397b = null; return; } - this.f396b = ((View) callback).getContext(); + this.f397b = ((View) callback).getContext(); this.e = map; this.d = bVar; } diff --git a/app/src/main/java/b/c/a/y/a.java b/app/src/main/java/b/c/a/y/a.java index f5001dce9b..eb2c62d2fc 100644 --- a/app/src/main/java/b/c/a/y/a.java +++ b/app/src/main/java/b/c/a/y/a.java @@ -9,18 +9,18 @@ public class a { public final PointF a; /* renamed from: b reason: collision with root package name */ - public final PointF f397b; + public final PointF f398b; public final PointF c; public a() { this.a = new PointF(); - this.f397b = new PointF(); + this.f398b = new PointF(); this.c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; - this.f397b = pointF2; + this.f398b = pointF2; this.c = pointF3; } } diff --git a/app/src/main/java/b/c/a/y/b.java b/app/src/main/java/b/c/a/y/b.java index 3ce0943cd0..edd57a4ab2 100644 --- a/app/src/main/java/b/c/a/y/b.java +++ b/app/src/main/java/b/c/a/y/b.java @@ -19,7 +19,7 @@ public /* synthetic */ class b { public static /* synthetic */ int[] a; /* renamed from: b reason: collision with root package name */ - public static /* synthetic */ int[] f398b; + public static /* synthetic */ int[] f399b; public static /* synthetic */ int[] c; public static /* synthetic */ int[] d; public static /* synthetic */ int[] e; @@ -38,20 +38,20 @@ public /* synthetic */ class b { public static /* synthetic */ int[] r; /* renamed from: s reason: collision with root package name */ - public static /* synthetic */ int[] f399s; + public static /* synthetic */ int[] f400s; public static /* synthetic */ int[] t; public static /* synthetic */ int[] u; public static /* synthetic */ int[] v; public static /* synthetic */ int[] w; /* renamed from: x reason: collision with root package name */ - public static /* synthetic */ int[] f400x; + public static /* synthetic */ int[] f401x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f401y; + public static /* synthetic */ int[] f402y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f402z; + public static /* synthetic */ int[] f403z; public static synchronized /* synthetic */ int[] a() { int[] iArr; diff --git a/app/src/main/java/b/c/a/y/c.java b/app/src/main/java/b/c/a/y/c.java index dc9fd9bf68..fb622e7669 100644 --- a/app/src/main/java/b/c/a/y/c.java +++ b/app/src/main/java/b/c/a/y/c.java @@ -10,7 +10,7 @@ public class c { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f403b; + public final String f404b; public final float c; public final int d; public final int e; @@ -25,7 +25,7 @@ public class c { public c(String str, String str2, float f, int i, int i2, float f2, float f3, @ColorInt int i3, @ColorInt int i4, float f4, boolean z2) { this.a = str; - this.f403b = str2; + this.f404b = str2; this.c = f; this.d = i; this.e = i2; @@ -38,7 +38,7 @@ public class c { } public int hashCode() { - String str = this.f403b; + String str = this.f404b; int h = ((b.h(this.d) + (((int) (a.m(str, this.a.hashCode() * 31, 31) + this.c)) * 31)) * 31) + this.e; long floatToRawIntBits = Float.floatToRawIntBits(this.f); return (((h * 31) + ((int) (floatToRawIntBits ^ (floatToRawIntBits >>> 32)))) * 31) + this.h; diff --git a/app/src/main/java/b/c/a/y/d.java b/app/src/main/java/b/c/a/y/d.java index e47b568c0d..fb5c123354 100644 --- a/app/src/main/java/b/c/a/y/d.java +++ b/app/src/main/java/b/c/a/y/d.java @@ -8,12 +8,12 @@ public class d { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f404b; + public final String f405b; public final String c; public d(String str, String str2, String str3, float f) { this.a = str; - this.f404b = str2; + this.f405b = str2; this.c = str3; } } diff --git a/app/src/main/java/b/c/a/y/e.java b/app/src/main/java/b/c/a/y/e.java index a54e727fc7..1a162da1e0 100644 --- a/app/src/main/java/b/c/a/y/e.java +++ b/app/src/main/java/b/c/a/y/e.java @@ -11,14 +11,14 @@ public class e { public final List a; /* renamed from: b reason: collision with root package name */ - public final char f405b; + public final char f406b; public final double c; public final String d; public final String e; public e(List list, char c, double d, double d2, String str, String str2) { this.a = list; - this.f405b = c; + this.f406b = c; this.c = d2; this.d = str; this.e = str2; @@ -29,6 +29,6 @@ public class e { } public int hashCode() { - return a(this.f405b, this.e, this.d); + return a(this.f406b, this.e, this.d); } } diff --git a/app/src/main/java/b/c/a/y/f.java b/app/src/main/java/b/c/a/y/f.java index 785faa4a35..11e88012c4 100644 --- a/app/src/main/java/b/c/a/y/f.java +++ b/app/src/main/java/b/c/a/y/f.java @@ -13,53 +13,53 @@ public class f { public static final f a = new f("COMPOSITION"); /* renamed from: b reason: collision with root package name */ - public final List f406b; + public final List f407b; @Nullable public g c; public f(f fVar) { - this.f406b = new ArrayList(fVar.f406b); + this.f407b = new ArrayList(fVar.f407b); this.c = fVar.c; } public f(String... strArr) { - this.f406b = Arrays.asList(strArr); + this.f407b = Arrays.asList(strArr); } @CheckResult @RestrictTo({RestrictTo.Scope.LIBRARY}) public f a(String str) { f fVar = new f(this); - fVar.f406b.add(str); + fVar.f407b.add(str); return fVar; } public final boolean b() { - List list = this.f406b; + List list = this.f407b; return list.get(list.size() - 1).equals("**"); } @RestrictTo({RestrictTo.Scope.LIBRARY}) public boolean c(String str, int i) { - if (i >= this.f406b.size()) { + if (i >= this.f407b.size()) { return false; } - boolean z2 = i == this.f406b.size() - 1; - String str2 = this.f406b.get(i); + boolean z2 = i == this.f407b.size() - 1; + String str2 = this.f407b.get(i); if (!str2.equals("**")) { - return (z2 || (i == this.f406b.size() + (-2) && b())) && (str2.equals(str) || str2.equals("*")); + return (z2 || (i == this.f407b.size() + (-2) && b())) && (str2.equals(str) || str2.equals("*")); } - if (!z2 && this.f406b.get(i + 1).equals(str)) { - return i == this.f406b.size() + (-2) || (i == this.f406b.size() + (-3) && b()); + if (!z2 && this.f407b.get(i + 1).equals(str)) { + return i == this.f407b.size() + (-2) || (i == this.f407b.size() + (-3) && b()); } if (z2) { return true; } int i2 = i + 1; - if (i2 < this.f406b.size() - 1) { + if (i2 < this.f407b.size() - 1) { return false; } - return this.f406b.get(i2).equals(str); + return this.f407b.get(i2).equals(str); } @RestrictTo({RestrictTo.Scope.LIBRARY}) @@ -67,10 +67,10 @@ public class f { if ("__container".equals(str)) { return 0; } - if (!this.f406b.get(i).equals("**")) { + if (!this.f407b.get(i).equals("**")) { return 1; } - return (i != this.f406b.size() - 1 && this.f406b.get(i + 1).equals(str)) ? 2 : 0; + return (i != this.f407b.size() - 1 && this.f407b.get(i + 1).equals(str)) ? 2 : 0; } @RestrictTo({RestrictTo.Scope.LIBRARY}) @@ -78,15 +78,15 @@ public class f { if ("__container".equals(str)) { return true; } - if (i >= this.f406b.size()) { + if (i >= this.f407b.size()) { return false; } - return this.f406b.get(i).equals(str) || this.f406b.get(i).equals("**") || this.f406b.get(i).equals("*"); + return this.f407b.get(i).equals(str) || this.f407b.get(i).equals("**") || this.f407b.get(i).equals("*"); } @RestrictTo({RestrictTo.Scope.LIBRARY}) public boolean f(String str, int i) { - return "__container".equals(str) || i < this.f406b.size() - 1 || this.f406b.get(i).equals("**"); + return "__container".equals(str) || i < this.f407b.size() - 1 || this.f407b.get(i).equals("**"); } @RestrictTo({RestrictTo.Scope.LIBRARY}) @@ -98,7 +98,7 @@ public class f { public String toString() { StringBuilder R = a.R("KeyPath{keys="); - R.append(this.f406b); + R.append(this.f407b); R.append(",resolved="); R.append(this.c != null); R.append('}'); diff --git a/app/src/main/java/b/c/a/y/h.java b/app/src/main/java/b/c/a/y/h.java index 878641eaa0..ca5f39aa50 100644 --- a/app/src/main/java/b/c/a/y/h.java +++ b/app/src/main/java/b/c/a/y/h.java @@ -10,5 +10,5 @@ public class h { public static final h a = new h(); /* renamed from: b reason: collision with root package name */ - public final LruCache f407b = new LruCache<>(20); + public final LruCache f408b = new LruCache<>(20); } diff --git a/app/src/main/java/b/c/a/y/i.java b/app/src/main/java/b/c/a/y/i.java index 169ef6254e..c17f452fd8 100644 --- a/app/src/main/java/b/c/a/y/i.java +++ b/app/src/main/java/b/c/a/y/i.java @@ -5,12 +5,12 @@ public class i { public final String a; /* renamed from: b reason: collision with root package name */ - public final float f408b; + public final float f409b; public final float c; public i(String str, float f, float f2) { this.a = str; this.c = f2; - this.f408b = f; + this.f409b = f; } } diff --git a/app/src/main/java/b/c/a/y/j.java b/app/src/main/java/b/c/a/y/j.java index 2c0e5b8604..e016b9eda8 100644 --- a/app/src/main/java/b/c/a/y/j.java +++ b/app/src/main/java/b/c/a/y/j.java @@ -13,7 +13,7 @@ public class j { @Nullable /* renamed from: b reason: collision with root package name */ - public T f409b; + public T f410b; public boolean equals(Object obj) { if (!(obj instanceof Pair)) { @@ -26,7 +26,7 @@ public class j { return false; } S s2 = pair.second; - Object obj3 = this.f409b; + Object obj3 = this.f410b; return s2 == obj3 || (s2 != 0 && s2.equals(obj3)); } @@ -34,7 +34,7 @@ public class j { T t = this.a; int i = 0; int hashCode = t == null ? 0 : t.hashCode(); - T t2 = this.f409b; + T t2 = this.f410b; if (t2 != null) { i = t2.hashCode(); } @@ -45,7 +45,7 @@ public class j { StringBuilder R = a.R("Pair{"); R.append(String.valueOf(this.a)); R.append(" "); - R.append(String.valueOf(this.f409b)); + R.append(String.valueOf(this.f410b)); R.append("}"); return R.toString(); } diff --git a/app/src/main/java/b/c/a/y/k/i.java b/app/src/main/java/b/c/a/y/k/i.java index 80505165a0..f043f8d6c4 100644 --- a/app/src/main/java/b/c/a/y/k/i.java +++ b/app/src/main/java/b/c/a/y/k/i.java @@ -10,16 +10,16 @@ public class i implements m { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f410b; + public final b f411b; public i(b bVar, b bVar2) { this.a = bVar; - this.f410b = bVar2; + this.f411b = bVar2; } @Override // b.c.a.y.k.m public a a() { - return new m(this.a.a(), this.f410b.a()); + return new m(this.a.a(), this.f411b.a()); } @Override // b.c.a.y.k.m @@ -29,6 +29,6 @@ public class i implements m { @Override // b.c.a.y.k.m public boolean isStatic() { - return this.a.isStatic() && this.f410b.isStatic(); + return this.a.isStatic() && this.f411b.isStatic(); } } diff --git a/app/src/main/java/b/c/a/y/k/k.java b/app/src/main/java/b/c/a/y/k/k.java index 1b58484d05..130029015e 100644 --- a/app/src/main/java/b/c/a/y/k/k.java +++ b/app/src/main/java/b/c/a/y/k/k.java @@ -9,7 +9,7 @@ public class k { @Nullable /* renamed from: b reason: collision with root package name */ - public final a f411b; + public final a f412b; @Nullable public final b c; @Nullable @@ -17,7 +17,7 @@ public class k { public k(@Nullable a aVar, @Nullable a aVar2, @Nullable b bVar, @Nullable b bVar2) { this.a = aVar; - this.f411b = aVar2; + this.f412b = aVar2; this.c = bVar; this.d = bVar2; } diff --git a/app/src/main/java/b/c/a/y/k/l.java b/app/src/main/java/b/c/a/y/k/l.java index 401b1440bb..3c5138ef1a 100644 --- a/app/src/main/java/b/c/a/y/k/l.java +++ b/app/src/main/java/b/c/a/y/k/l.java @@ -13,7 +13,7 @@ public class l implements b { @Nullable /* renamed from: b reason: collision with root package name */ - public final m f412b; + public final m f413b; @Nullable public final g c; @Nullable @@ -35,7 +35,7 @@ public class l implements b { public l(@Nullable e eVar, @Nullable m mVar, @Nullable g gVar, @Nullable b bVar, @Nullable d dVar, @Nullable b bVar2, @Nullable b bVar3, @Nullable b bVar4, @Nullable b bVar5) { this.a = eVar; - this.f412b = mVar; + this.f413b = mVar; this.c = gVar; this.d = bVar; this.e = dVar; diff --git a/app/src/main/java/b/c/a/y/l/a.java b/app/src/main/java/b/c/a/y/l/a.java index d861fdb525..e700a4598f 100644 --- a/app/src/main/java/b/c/a/y/l/a.java +++ b/app/src/main/java/b/c/a/y/l/a.java @@ -12,14 +12,14 @@ public class a implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final m f413b; + public final m f414b; public final f c; public final boolean d; public final boolean e; public a(String str, m mVar, f fVar, boolean z2, boolean z3) { this.a = str; - this.f413b = mVar; + this.f414b = mVar; this.c = fVar; this.d = z2; this.e = z3; diff --git a/app/src/main/java/b/c/a/y/l/c.java b/app/src/main/java/b/c/a/y/l/c.java index 63323cc640..e9c71013bc 100644 --- a/app/src/main/java/b/c/a/y/l/c.java +++ b/app/src/main/java/b/c/a/y/l/c.java @@ -5,10 +5,10 @@ public class c { public final float[] a; /* renamed from: b reason: collision with root package name */ - public final int[] f414b; + public final int[] f415b; public c(float[] fArr, int[] iArr) { this.a = fArr; - this.f414b = iArr; + this.f415b = iArr; } } diff --git a/app/src/main/java/b/c/a/y/l/d.java b/app/src/main/java/b/c/a/y/l/d.java index d6699ba116..8a9d74c37e 100644 --- a/app/src/main/java/b/c/a/y/l/d.java +++ b/app/src/main/java/b/c/a/y/l/d.java @@ -12,7 +12,7 @@ public class d implements b { public final int a; /* renamed from: b reason: collision with root package name */ - public final Path.FillType f415b; + public final Path.FillType f416b; public final c c; public final b.c.a.y.k.d d; public final f e; @@ -22,7 +22,7 @@ public class d implements b { public d(String str, int i, Path.FillType fillType, c cVar, b.c.a.y.k.d dVar, f fVar, f fVar2, b bVar, b bVar2, boolean z2) { this.a = i; - this.f415b = fillType; + this.f416b = fillType; this.c = cVar; this.d = dVar; this.e = fVar; diff --git a/app/src/main/java/b/c/a/y/l/e.java b/app/src/main/java/b/c/a/y/l/e.java index 74460bd099..1debd4e926 100644 --- a/app/src/main/java/b/c/a/y/l/e.java +++ b/app/src/main/java/b/c/a/y/l/e.java @@ -14,7 +14,7 @@ public class e implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f416b; + public final int f417b; public final c c; public final d d; public final f e; @@ -31,7 +31,7 @@ public class e implements b { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/String;Ljava/lang/Object;Lb/c/a/y/k/c;Lb/c/a/y/k/d;Lb/c/a/y/k/f;Lb/c/a/y/k/f;Lb/c/a/y/k/b;Ljava/lang/Object;Ljava/lang/Object;FLjava/util/List;Lb/c/a/y/k/b;Z)V */ public e(String str, int i, c cVar, d dVar, f fVar, f fVar2, b bVar, int i2, int i3, float f, List list, @Nullable b bVar2, boolean z2) { this.a = str; - this.f416b = i; + this.f417b = i; this.c = cVar; this.d = dVar; this.e = fVar; diff --git a/app/src/main/java/b/c/a/y/l/f.java b/app/src/main/java/b/c/a/y/l/f.java index 2d044c87d5..af65800cb8 100644 --- a/app/src/main/java/b/c/a/y/l/f.java +++ b/app/src/main/java/b/c/a/y/l/f.java @@ -8,13 +8,13 @@ public class f { public final int a; /* renamed from: b reason: collision with root package name */ - public final h f417b; + public final h f418b; public final d c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; - this.f417b = hVar; + this.f418b = hVar; this.c = dVar; this.d = z2; } diff --git a/app/src/main/java/b/c/a/y/l/g.java b/app/src/main/java/b/c/a/y/l/g.java index 8ba6f33513..f6e2da24ce 100644 --- a/app/src/main/java/b/c/a/y/l/g.java +++ b/app/src/main/java/b/c/a/y/l/g.java @@ -11,7 +11,7 @@ public class g implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final a f418b; + public final a f419b; public final boolean c; /* compiled from: MergePaths.java */ @@ -26,7 +26,7 @@ public class g implements b { public g(String str, a aVar, boolean z2) { this.a = str; - this.f418b = aVar; + this.f419b = aVar; this.c = z2; } @@ -42,7 +42,7 @@ public class g implements b { public String toString() { StringBuilder R = b.d.b.a.a.R("MergePaths{mode="); - R.append(this.f418b); + R.append(this.f419b); R.append('}'); return R.toString(); } diff --git a/app/src/main/java/b/c/a/y/l/h.java b/app/src/main/java/b/c/a/y/l/h.java index f620ea60f5..ae2ed14880 100644 --- a/app/src/main/java/b/c/a/y/l/h.java +++ b/app/src/main/java/b/c/a/y/l/h.java @@ -12,7 +12,7 @@ public class h implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final a f419b; + public final a f420b; public final b c; public final m d; public final b e; @@ -48,7 +48,7 @@ public class h implements b { public h(String str, a aVar, b bVar, m mVar, b bVar2, b bVar3, b bVar4, b bVar5, b bVar6, boolean z2) { this.a = str; - this.f419b = aVar; + this.f420b = aVar; this.c = bVar; this.d = mVar; this.e = bVar2; diff --git a/app/src/main/java/b/c/a/y/l/i.java b/app/src/main/java/b/c/a/y/l/i.java index 88b1bf43cb..a3fad27c2c 100644 --- a/app/src/main/java/b/c/a/y/l/i.java +++ b/app/src/main/java/b/c/a/y/l/i.java @@ -14,14 +14,14 @@ public class i implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final m f420b; + public final m f421b; public final f c; public final b d; public final boolean e; public i(String str, m mVar, f fVar, b bVar, boolean z2) { this.a = str; - this.f420b = mVar; + this.f421b = mVar; this.c = fVar; this.d = bVar; this.e = z2; @@ -34,7 +34,7 @@ public class i implements b { public String toString() { StringBuilder R = a.R("RectangleShape{position="); - R.append(this.f420b); + R.append(this.f421b); R.append(", size="); R.append(this.c); R.append('}'); diff --git a/app/src/main/java/b/c/a/y/l/j.java b/app/src/main/java/b/c/a/y/l/j.java index c7495ab45f..dc5506a91d 100644 --- a/app/src/main/java/b/c/a/y/l/j.java +++ b/app/src/main/java/b/c/a/y/l/j.java @@ -11,14 +11,14 @@ public class j implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final b f421b; + public final b f422b; public final b c; public final l d; public final boolean e; public j(String str, b bVar, b bVar2, l lVar, boolean z2) { this.a = str; - this.f421b = bVar; + this.f422b = bVar; this.c = bVar2; this.d = lVar; this.e = z2; diff --git a/app/src/main/java/b/c/a/y/l/k.java b/app/src/main/java/b/c/a/y/l/k.java index 0a122ce416..8213133c2a 100644 --- a/app/src/main/java/b/c/a/y/l/k.java +++ b/app/src/main/java/b/c/a/y/l/k.java @@ -10,7 +10,7 @@ public class k { public final List a; /* renamed from: b reason: collision with root package name */ - public PointF f422b; + public PointF f423b; public boolean c; public k() { @@ -18,7 +18,7 @@ public class k { } public k(PointF pointF, boolean z2, List list) { - this.f422b = pointF; + this.f423b = pointF; this.c = z2; this.a = new ArrayList(list); } diff --git a/app/src/main/java/b/c/a/y/l/l.java b/app/src/main/java/b/c/a/y/l/l.java index cf5f92d0fe..b6af3550f6 100644 --- a/app/src/main/java/b/c/a/y/l/l.java +++ b/app/src/main/java/b/c/a/y/l/l.java @@ -14,7 +14,7 @@ public class l implements b { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final Path.FillType f423b; + public final Path.FillType f424b; public final String c; @Nullable public final a d; @@ -25,7 +25,7 @@ public class l implements b { public l(String str, boolean z2, Path.FillType fillType, @Nullable a aVar, @Nullable d dVar, boolean z3) { this.c = str; this.a = z2; - this.f423b = fillType; + this.f424b = fillType; this.d = aVar; this.e = dVar; this.f = z3; diff --git a/app/src/main/java/b/c/a/y/l/m.java b/app/src/main/java/b/c/a/y/l/m.java index bca71d1ada..2e0436d765 100644 --- a/app/src/main/java/b/c/a/y/l/m.java +++ b/app/src/main/java/b/c/a/y/l/m.java @@ -13,12 +13,12 @@ public class m implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final List f424b; + public final List f425b; public final boolean c; public m(String str, List list, boolean z2) { this.a = str; - this.f424b = list; + this.f425b = list; this.c = z2; } @@ -31,7 +31,7 @@ public class m implements b { StringBuilder R = a.R("ShapeGroup{name='"); R.append(this.a); R.append("' Shapes: "); - R.append(Arrays.toString(this.f424b.toArray())); + R.append(Arrays.toString(this.f425b.toArray())); R.append('}'); return R.toString(); } diff --git a/app/src/main/java/b/c/a/y/l/n.java b/app/src/main/java/b/c/a/y/l/n.java index 819c687f21..a6fa0d1429 100644 --- a/app/src/main/java/b/c/a/y/l/n.java +++ b/app/src/main/java/b/c/a/y/l/n.java @@ -12,13 +12,13 @@ public class n implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f425b; + public final int f426b; public final h c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; - this.f425b = i; + this.f426b = i; this.c = hVar; this.d = z2; } @@ -32,6 +32,6 @@ public class n implements b { StringBuilder R = a.R("ShapePath{name="); R.append(this.a); R.append(", index="); - return a.z(R, this.f425b, '}'); + return a.z(R, this.f426b, '}'); } } diff --git a/app/src/main/java/b/c/a/y/l/o.java b/app/src/main/java/b/c/a/y/l/o.java index 7eed58bc55..246b6fa6c1 100644 --- a/app/src/main/java/b/c/a/y/l/o.java +++ b/app/src/main/java/b/c/a/y/l/o.java @@ -15,7 +15,7 @@ public class o implements b { @Nullable /* renamed from: b reason: collision with root package name */ - public final b f426b; + public final b f427b; public final List c; public final a d; public final d e; @@ -28,7 +28,7 @@ public class o implements b { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/String;Lb/c/a/y/k/b;Ljava/util/List;Lb/c/a/y/k/a;Lb/c/a/y/k/d;Lb/c/a/y/k/b;Ljava/lang/Object;Ljava/lang/Object;FZ)V */ public o(String str, @Nullable b bVar, List list, a aVar, d dVar, b bVar2, int i, int i2, float f, boolean z2) { this.a = str; - this.f426b = bVar; + this.f427b = bVar; this.c = list; this.d = aVar; this.e = dVar; diff --git a/app/src/main/java/b/c/a/y/l/p.java b/app/src/main/java/b/c/a/y/l/p.java index bd5ee58edc..b998b9646f 100644 --- a/app/src/main/java/b/c/a/y/l/p.java +++ b/app/src/main/java/b/c/a/y/l/p.java @@ -11,7 +11,7 @@ public class p implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f427b; + public final int f428b; public final b c; public final b d; public final b e; @@ -19,7 +19,7 @@ public class p implements b { public p(String str, int i, b bVar, b bVar2, b bVar3, boolean z2) { this.a = str; - this.f427b = i; + this.f428b = i; this.c = bVar; this.d = bVar2; this.e = bVar3; diff --git a/app/src/main/java/b/c/a/y/m/b.java b/app/src/main/java/b/c/a/y/m/b.java index f7f206dca7..2960973473 100644 --- a/app/src/main/java/b/c/a/y/m/b.java +++ b/app/src/main/java/b/c/a/y/m/b.java @@ -44,13 +44,13 @@ public abstract class b implements e, a.b, g { @Nullable /* renamed from: s reason: collision with root package name */ - public b f429s; + public b f430s; public List t; public final o v; public final Path a = new Path(); /* renamed from: b reason: collision with root package name */ - public final Matrix f428b = new Matrix(); + public final Matrix f429b = new Matrix(); public final Paint c = new b.c.a.w.a(1); public final Paint d = new b.c.a.w.a(1, PorterDuff.Mode.DST_IN); public final Paint e = new b.c.a.w.a(1, PorterDuff.Mode.DST_OUT); @@ -87,7 +87,7 @@ public abstract class b implements e, a.b, g { for (a aVar2 : gVar.a) { aVar2.a.add(this); } - for (a aVar3 : this.p.f393b) { + for (a aVar3 : this.p.f394b) { e(aVar3); aVar3.a.add(this); } @@ -95,7 +95,7 @@ public abstract class b implements e, a.b, g { if (!this.o.t.isEmpty()) { c cVar = new c(this.o.t); this.q = cVar; - cVar.f390b = true; + cVar.f391b = true; cVar.a.add(new a(this)); p(this.q.e().floatValue() != 1.0f ? false : z2); e(this.q); @@ -141,7 +141,7 @@ public abstract class b implements e, a.b, g { this.m.preConcat(this.t.get(size).v.e()); } } else { - b bVar = this.f429s; + b bVar = this.f430s; if (bVar != null) { this.m.preConcat(bVar.v.e()); } @@ -173,18 +173,18 @@ public abstract class b implements e, a.b, g { return; } h(); - this.f428b.reset(); - this.f428b.set(matrix); + this.f429b.reset(); + this.f429b.set(matrix); int i2 = 1; for (int size = this.t.size() - 1; size >= 0; size--) { - this.f428b.preConcat(this.t.get(size).v.e()); + this.f429b.preConcat(this.t.get(size).v.e()); } b.c.a.c.a("Layer#parentMatrix"); int intValue = (int) ((((i / 255.0f) * (this.v.j == null ? 100 : aVar.e().intValue())) / 100.0f) * 255.0f); float f = 0.0f; if (l() || k()) { boolean z3 = false; - d(this.h, this.f428b, false); + d(this.h, this.f429b, false); RectF rectF = this.h; int i3 = 3; if (l() && this.o.u != 3) { @@ -194,9 +194,9 @@ public abstract class b implements e, a.b, g { rectF.set(0.0f, 0.0f, 0.0f, 0.0f); } } - this.f428b.preConcat(this.v.e()); + this.f429b.preConcat(this.v.e()); RectF rectF2 = this.h; - Matrix matrix2 = this.f428b; + Matrix matrix2 = this.f429b; this.i.set(0.0f, 0.0f, 0.0f, 0.0f); int i4 = 2; if (k()) { @@ -254,10 +254,10 @@ public abstract class b implements e, a.b, g { b.c.a.b0.g.f(canvas, this.h, this.c, 31); b.c.a.c.a("Layer#saveLayer"); i(canvas); - j(canvas, this.f428b, intValue); + j(canvas, this.f429b, intValue); b.c.a.c.a("Layer#drawLayer"); if (k()) { - Matrix matrix3 = this.f428b; + Matrix matrix3 = this.f429b; b.c.a.b0.g.f(canvas, this.h, this.d, 19); if (Build.VERSION.SDK_INT < 28) { i(canvas); @@ -267,7 +267,7 @@ public abstract class b implements e, a.b, g { while (i6 < this.p.c.size()) { f fVar2 = this.p.c.get(i6); a aVar2 = this.p.a.get(i6); - a aVar3 = this.p.f393b.get(i6); + a aVar3 = this.p.f394b.get(i6); int h2 = b.c.a.y.b.h(fVar2.a); if (h2 != 0) { if (h2 == i2) { @@ -358,8 +358,8 @@ public abstract class b implements e, a.b, g { m(0.0f); return; } - this.f428b.preConcat(this.v.e()); - j(canvas, this.f428b, intValue); + this.f429b.preConcat(this.v.e()); + j(canvas, this.f429b, intValue); b.c.a.c.a("Layer#drawLayer"); b.c.a.c.a(this.l); m(0.0f); @@ -378,12 +378,12 @@ public abstract class b implements e, a.b, g { public final void h() { if (this.t == null) { - if (this.f429s == null) { + if (this.f430s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.f429s; bVar != null; bVar = bVar.f429s) { + for (b bVar = this.f430s; bVar != null; bVar = bVar.f430s) { this.t.add(bVar); } } @@ -417,14 +417,14 @@ public abstract class b implements e, a.b, g { } float f2 = eVar.a + f; eVar.a = f2; - int i = eVar.f343b + 1; - eVar.f343b = i; + int i = eVar.f344b + 1; + eVar.f344b = i; if (i == Integer.MAX_VALUE) { eVar.a = f2 / 2.0f; - eVar.f343b = i / 2; + eVar.f344b = i / 2; } if (str.equals("__container")) { - for (s.a aVar : sVar.f373b) { + for (s.a aVar : sVar.f374b) { aVar.a(f); } } diff --git a/app/src/main/java/b/c/a/y/m/c.java b/app/src/main/java/b/c/a/y/m/c.java index 608a30c3a8..ff7fac9d11 100644 --- a/app/src/main/java/b/c/a/y/m/c.java +++ b/app/src/main/java/b/c/a/y/m/c.java @@ -23,13 +23,13 @@ public class c extends b { @Nullable /* renamed from: x reason: collision with root package name */ - public a f430x; + public a f431x; /* renamed from: y reason: collision with root package name */ - public final List f431y = new ArrayList(); + public final List f432y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f432z = new RectF(); + public final RectF f433z = new RectF(); public final RectF A = new RectF(); public Paint B = new Paint(); @@ -38,14 +38,14 @@ public class c extends b { int i; b bVar; b bVar2; - b bVar3 = eVar.f437s; + b bVar3 = eVar.f438s; if (bVar3 != null) { a a = bVar3.a(); - this.f430x = a; + this.f431x = a; e(a); - this.f430x.a.add(this); + this.f431x.a.add(this); } else { - this.f430x = null; + this.f431x = null; } LongSparseArray longSparseArray = new LongSparseArray(dVar.i.size()); int size = list.size() - 1; @@ -78,7 +78,7 @@ public class c extends b { bVar4.r = bVar2; bVar4 = null; } else { - this.f431y.add(0, bVar2); + this.f432y.add(0, bVar2); int h = b.c.a.y.b.h(eVar2.u); if (h == 1 || h == 2) { bVar4 = bVar2; @@ -91,7 +91,7 @@ public class c extends b { for (i = 0; i < longSparseArray.size(); i++) { b bVar5 = (b) longSparseArray.get(longSparseArray.keyAt(i)); if (!(bVar5 == null || (bVar = (b) longSparseArray.get(bVar5.o.f)) == null)) { - bVar5.f429s = bVar; + bVar5.f430s = bVar; } } } @@ -99,10 +99,10 @@ public class c extends b { @Override // b.c.a.y.m.b, b.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - for (int size = this.f431y.size() - 1; size >= 0; size--) { - this.f432z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f431y.get(size).d(this.f432z, this.m, true); - rectF.union(this.f432z); + for (int size = this.f432y.size() - 1; size >= 0; size--) { + this.f433z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f432y.get(size).d(this.f433z, this.m, true); + rectF.union(this.f433z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f430x; + a aVar = this.f431x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f430x = pVar; + this.f431x = pVar; pVar.a.add(this); - e(this.f430x); + e(this.f431x); } @Override // b.c.a.y.m.b @@ -132,7 +132,7 @@ public class c extends b { e eVar = this.o; rectF.set(0.0f, 0.0f, eVar.o, eVar.p); matrix.mapRect(this.A); - boolean z2 = this.n.A && this.f431y.size() > 1 && i != 255; + boolean z2 = this.n.A && this.f432y.size() > 1 && i != 255; if (z2) { this.B.setAlpha(i); g.f(canvas, this.A, this.B, 31); @@ -142,9 +142,9 @@ public class c extends b { if (z2) { i = 255; } - for (int size = this.f431y.size() - 1; size >= 0; size--) { + for (int size = this.f432y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f431y.get(size).f(canvas, matrix, i); + this.f432y.get(size).f(canvas, matrix, i); } } canvas.restore(); @@ -153,30 +153,30 @@ public class c extends b { @Override // b.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - for (int i2 = 0; i2 < this.f431y.size(); i2++) { - this.f431y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f432y.size(); i2++) { + this.f432y.get(i2).c(fVar, i, list, fVar2); } } @Override // b.c.a.y.m.b public void o(@FloatRange(from = 0.0d, to = 1.0d) float f) { super.o(f); - if (this.f430x != null) { - f = ((this.f430x.e().floatValue() * this.o.f436b.m) - this.o.f436b.k) / (this.n.k.c() + 0.01f); + if (this.f431x != null) { + f = ((this.f431x.e().floatValue() * this.o.f437b.m) - this.o.f437b.k) / (this.n.k.c() + 0.01f); } - if (this.f430x == null) { + if (this.f431x == null) { e eVar = this.o; - f -= eVar.n / eVar.f436b.c(); + f -= eVar.n / eVar.f437b.c(); } float f2 = this.o.m; if (f2 != 0.0f) { f /= f2; } - int size = this.f431y.size(); + int size = this.f432y.size(); while (true) { size--; if (size >= 0) { - this.f431y.get(size).o(f); + this.f432y.get(size).o(f); } else { return; } diff --git a/app/src/main/java/b/c/a/y/m/d.java b/app/src/main/java/b/c/a/y/m/d.java index dfe9948e9c..c3738d1cc2 100644 --- a/app/src/main/java/b/c/a/y/m/d.java +++ b/app/src/main/java/b/c/a/y/m/d.java @@ -32,13 +32,13 @@ public class d extends b { public a A; /* renamed from: x reason: collision with root package name */ - public final Paint f433x = new b.c.a.w.a(3); + public final Paint f434x = new b.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f434y = new Rect(); + public final Rect f435y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f435z = new Rect(); + public final Rect f436z = new Rect(); public d(j jVar, e eVar) { super(jVar, eVar); @@ -72,16 +72,16 @@ public class d extends b { Bitmap q = q(); if (q != null && !q.isRecycled()) { float c = g.c(); - this.f433x.setAlpha(i); + this.f434x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f433x.setColorFilter(aVar.e()); + this.f434x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f434y.set(0, 0, q.getWidth(), q.getHeight()); - this.f435z.set(0, 0, (int) (q.getWidth() * c), (int) (q.getHeight() * c)); - canvas.drawBitmap(q, this.f434y, this.f435z, this.f433x); + this.f435y.set(0, 0, q.getWidth(), q.getHeight()); + this.f436z.set(0, 0, (int) (q.getWidth() * c), (int) (q.getHeight() * c)); + canvas.drawBitmap(q, this.f435y, this.f436z, this.f434x); canvas.restore(); } } @@ -95,18 +95,18 @@ public class d extends b { if (jVar.getCallback() == null) { bVar = null; } else { - b bVar2 = jVar.f350s; + b bVar2 = jVar.f351s; if (bVar2 != null) { Drawable.Callback callback = jVar.getCallback(); Context context = (callback != null && (callback instanceof View)) ? ((View) callback).getContext() : null; - if (!((context == null && bVar2.f396b == null) || bVar2.f396b.equals(context))) { - jVar.f350s = null; + if (!((context == null && bVar2.f397b == null) || bVar2.f397b.equals(context))) { + jVar.f351s = null; } } - if (jVar.f350s == null) { - jVar.f350s = new b(jVar.getCallback(), jVar.t, jVar.u, jVar.k.d); + if (jVar.f351s == null) { + jVar.f351s = new b(jVar.getCallback(), jVar.t, jVar.u, jVar.k.d); } - bVar = jVar.f350s; + bVar = jVar.f351s; } if (bVar == null || (kVar = bVar.e.get(str)) == null) { return null; @@ -131,7 +131,7 @@ public class d extends b { if (!str2.startsWith("data:") || str2.indexOf("base64,") <= 0) { try { if (!TextUtils.isEmpty(bVar.c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.f396b.getAssets().open(bVar.c + str2), null, options), kVar.a, kVar.f365b); + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.f397b.getAssets().open(bVar.c + str2), null, options), kVar.a, kVar.f366b); bVar.a(str, e); return e; } diff --git a/app/src/main/java/b/c/a/y/m/e.java b/app/src/main/java/b/c/a/y/m/e.java index bc2e063a46..ae98c23867 100644 --- a/app/src/main/java/b/c/a/y/m/e.java +++ b/app/src/main/java/b/c/a/y/m/e.java @@ -15,7 +15,7 @@ public class e { public final List a; /* renamed from: b reason: collision with root package name */ - public final d f436b; + public final d f437b; public final String c; public final long d; public final a e; @@ -38,7 +38,7 @@ public class e { @Nullable /* renamed from: s reason: collision with root package name */ - public final b.c.a.y.k.b f437s; + public final b.c.a.y.k.b f438s; public final List> t; public final int u; public final boolean v; @@ -58,7 +58,7 @@ public class e { /* JADX WARN: Incorrect types in method signature: (Ljava/util/List;Lb/c/a/d;Ljava/lang/String;JLb/c/a/y/m/e$a;JLjava/lang/String;Ljava/util/List;Lb/c/a/y/k/l;IIIFFIILb/c/a/y/k/j;Lb/c/a/y/k/k;Ljava/util/List;>;Ljava/lang/Object;Lb/c/a/y/k/b;Z)V */ public e(List list, d dVar, String str, long j, a aVar, long j2, @Nullable String str2, List list2, l lVar, int i, int i2, int i3, float f, float f2, int i4, int i5, @Nullable j jVar, @Nullable k kVar, List list3, int i6, @Nullable b.c.a.y.k.b bVar, boolean z2) { this.a = list; - this.f436b = dVar; + this.f437b = dVar; this.c = str; this.d = j; this.e = aVar; @@ -77,7 +77,7 @@ public class e { this.r = kVar; this.t = list3; this.u = i6; - this.f437s = bVar; + this.f438s = bVar; this.v = z2; } @@ -85,15 +85,15 @@ public class e { StringBuilder R = b.d.b.a.a.R(str); R.append(this.c); R.append("\n"); - e e = this.f436b.e(this.f); + e e = this.f437b.e(this.f); if (e != null) { R.append("\t\tParents: "); R.append(e.c); - e e2 = this.f436b.e(e.f); + e e2 = this.f437b.e(e.f); while (e2 != null) { R.append("->"); R.append(e2.c); - e2 = this.f436b.e(e2.f); + e2 = this.f437b.e(e2.f); } R.append(str); R.append("\n"); diff --git a/app/src/main/java/b/c/a/y/m/g.java b/app/src/main/java/b/c/a/y/m/g.java index 53679f46c9..d1eb1ecf1b 100644 --- a/app/src/main/java/b/c/a/y/m/g.java +++ b/app/src/main/java/b/c/a/y/m/g.java @@ -15,28 +15,28 @@ import java.util.List; public class g extends b { /* renamed from: x reason: collision with root package name */ - public final d f438x; + public final d f439x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f438x = dVar; + this.f439x = dVar; dVar.b(Collections.emptyList(), Collections.emptyList()); } @Override // b.c.a.y.m.b, b.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - this.f438x.d(rectF, this.m, z2); + this.f439x.d(rectF, this.m, z2); } @Override // b.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f438x.f(canvas, matrix, i); + this.f439x.f(canvas, matrix, i); } @Override // b.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f438x.c(fVar, i, list, fVar2); + this.f439x.c(fVar, i, list, fVar2); } } diff --git a/app/src/main/java/b/c/a/y/m/h.java b/app/src/main/java/b/c/a/y/m/h.java index f0e3069191..66bbde70b2 100644 --- a/app/src/main/java/b/c/a/y/m/h.java +++ b/app/src/main/java/b/c/a/y/m/h.java @@ -21,19 +21,19 @@ public class h extends b { public a C; /* renamed from: y reason: collision with root package name */ - public final Paint f440y; + public final Paint f441y; /* renamed from: x reason: collision with root package name */ - public final RectF f439x = new RectF(); + public final RectF f440x = new RectF(); /* renamed from: z reason: collision with root package name */ - public final float[] f441z = new float[8]; + public final float[] f442z = new float[8]; public final Path A = new Path(); public h(j jVar, e eVar) { super(jVar, eVar); b.c.a.w.a aVar = new b.c.a.w.a(); - this.f440y = aVar; + this.f441y = aVar; this.B = eVar; aVar.setAlpha(0); aVar.setStyle(Paint.Style.FILL); @@ -43,11 +43,11 @@ public class h extends b { @Override // b.c.a.y.m.b, b.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - RectF rectF2 = this.f439x; + RectF rectF2 = this.f440x; e eVar = this.B; rectF2.set(0.0f, 0.0f, eVar.j, eVar.k); - this.m.mapRect(this.f439x); - rectF.set(this.f439x); + this.m.mapRect(this.f440x); + rectF.set(this.f440x); } @Override // b.c.a.y.m.b, b.c.a.y.g @@ -69,13 +69,13 @@ public class h extends b { if (alpha != 0) { a aVar = this.v.j; int intValue = (int) ((((alpha / 255.0f) * (aVar == null ? 100 : aVar.e().intValue())) / 100.0f) * (i / 255.0f) * 255.0f); - this.f440y.setAlpha(intValue); + this.f441y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f440y.setColorFilter(aVar2.e()); + this.f441y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f441z; + float[] fArr = this.f442z; fArr[0] = 0.0f; fArr[1] = 0.0f; e eVar = this.B; @@ -90,22 +90,22 @@ public class h extends b { matrix.mapPoints(fArr); this.A.reset(); Path path = this.A; - float[] fArr2 = this.f441z; + float[] fArr2 = this.f442z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f441z; + float[] fArr3 = this.f442z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f441z; + float[] fArr4 = this.f442z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f441z; + float[] fArr5 = this.f442z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f441z; + float[] fArr6 = this.f442z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f440y); + canvas.drawPath(this.A, this.f441y); } } } diff --git a/app/src/main/java/b/c/a/y/m/i.java b/app/src/main/java/b/c/a/y/m/i.java index 0e9c8f21a1..39c30bc570 100644 --- a/app/src/main/java/b/c/a/y/m/i.java +++ b/app/src/main/java/b/c/a/y/m/i.java @@ -50,13 +50,13 @@ public class i extends b { public b.c.a.w.c.a P; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f442x = new StringBuilder(2); + public final StringBuilder f443x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f443y = new RectF(); + public final RectF f444y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f444z = new Matrix(); + public final Matrix f445z = new Matrix(); public final Paint A = new a(this, 1); public final Paint B = new b(this, 1); public final Map> C = new HashMap(); @@ -87,7 +87,7 @@ public class i extends b { b.c.a.y.k.a aVar; b.c.a.y.k.a aVar2; this.F = jVar; - this.G = eVar.f436b; + this.G = eVar.f437b; n nVar = new n(eVar.q.a); this.E = nVar; nVar.a.add(this); @@ -99,7 +99,7 @@ public class i extends b { a2.a.add(this); e(this.H); } - if (!(kVar == null || (aVar = kVar.f411b) == null)) { + if (!(kVar == null || (aVar = kVar.f412b) == null)) { b.c.a.w.c.a a3 = aVar.a(); this.J = a3; a3.a.add(this); @@ -141,7 +141,7 @@ public class i extends b { this.I = pVar; pVar.a.add(this); e(this.I); - } else if (t == o.f366b) { + } else if (t == o.f367b) { b.c.a.w.c.a aVar2 = this.K; if (aVar2 != null) { this.u.remove(aVar2); @@ -213,7 +213,7 @@ public class i extends b { canvas.setMatrix(matrix); } b.c.a.y.c e = this.E.e(); - b.c.a.y.d dVar = this.G.e.get(e.f403b); + b.c.a.y.d dVar = this.G.e.get(e.f404b); if (dVar == null) { canvas.restore(); return; @@ -319,11 +319,11 @@ public class i extends b { int i6 = 0; while (i6 < list.size()) { Path path = list.get(i6).getPath(); - path.computeBounds(this.f443y, false); - this.f444z.set(matrix); - this.f444z.preTranslate(0.0f, (-e.g) * g.c()); - this.f444z.preScale(floatValue, floatValue); - path.transform(this.f444z); + path.computeBounds(this.f444y, false); + this.f445z.set(matrix); + this.f445z.preTranslate(0.0f, (-e.g) * g.c()); + this.f445z.preScale(floatValue, floatValue); + path.transform(this.f445z); if (e.k) { s(path, this.A, canvas); s(path, this.B, canvas); @@ -371,8 +371,8 @@ public class i extends b { if (aVar != null) { b.c.a.y.j jVar2 = aVar.a; jVar2.a = r6; - jVar2.f409b = r3; - typeface = aVar.f395b.get(jVar2); + jVar2.f410b = r3; + typeface = aVar.f396b.get(jVar2); if (typeface == null) { Typeface typeface2 = aVar.c.get(r6); if (typeface2 == null) { @@ -385,7 +385,7 @@ public class i extends b { boolean contains2 = r3.contains("Bold"); int i7 = (!contains || !contains2) ? contains ? 2 : contains2 ? 1 : 0 : 3; typeface = typeface2.getStyle() == i7 ? typeface2 : Typeface.create(typeface2, i7); - aVar.f395b.put(aVar.a, typeface); + aVar.f396b.put(aVar.a, typeface); } } if (typeface != null) { @@ -419,14 +419,14 @@ public class i extends b { if (this.D.containsKey(j)) { str = this.D.get(j); } else { - this.f442x.setLength(0); + this.f443x.setLength(0); int i10 = i9; while (i10 < charCount) { int codePointAt3 = str7.codePointAt(i10); - this.f442x.appendCodePoint(codePointAt3); + this.f443x.appendCodePoint(codePointAt3); i10 += Character.charCount(codePointAt3); } - String sb = this.f442x.toString(); + String sb = this.f443x.toString(); this.D.put(j, sb); str = sb; } diff --git a/app/src/main/java/b/c/a/z/c.java b/app/src/main/java/b/c/a/z/c.java index c992e74fcc..eee33379b1 100644 --- a/app/src/main/java/b/c/a/z/c.java +++ b/app/src/main/java/b/c/a/z/c.java @@ -23,14 +23,14 @@ public class c { public final Context a; /* renamed from: b reason: collision with root package name */ - public final String f445b; + public final String f446b; @Nullable public final b c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; - this.f445b = str; + this.f446b = str; if (str2 == null) { this.c = null; } else { @@ -41,9 +41,9 @@ public class c { @WorkerThread public final p a() throws IOException { StringBuilder R = a.R("Fetching "); - R.append(this.f445b); + R.append(this.f446b); b.c.a.b0.c.a(R.toString()); - HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(this.f445b).openConnection(); + HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(this.f446b).openConnection(); httpURLConnection.setRequestMethod(ShareTarget.METHOD_GET); try { httpURLConnection.connect(); @@ -56,7 +56,7 @@ public class c { return c; } String b2 = b(httpURLConnection); - return new p<>(new IllegalArgumentException("Unable to fetch " + this.f445b + ". Failed with " + httpURLConnection.getResponseCode() + "\n" + b2)); + return new p<>(new IllegalArgumentException("Unable to fetch " + this.f446b + ". Failed with " + httpURLConnection.getResponseCode() + "\n" + b2)); } catch (Exception e) { return new p<>(e); } finally { @@ -108,16 +108,16 @@ public class c { b.c.a.b0.c.a("Handling zip response."); aVar = a.ZIP; b bVar = this.c; - pVar = bVar == null ? e.d(new ZipInputStream(httpURLConnection.getInputStream()), null) : e.d(new ZipInputStream(new FileInputStream(bVar.c(this.f445b, httpURLConnection.getInputStream(), aVar))), this.f445b); + pVar = bVar == null ? e.d(new ZipInputStream(httpURLConnection.getInputStream()), null) : e.d(new ZipInputStream(new FileInputStream(bVar.c(this.f446b, httpURLConnection.getInputStream(), aVar))), this.f446b); } else { b.c.a.b0.c.a("Received json response."); aVar = a.JSON; b bVar2 = this.c; - pVar = bVar2 == null ? e.b(httpURLConnection.getInputStream(), null) : e.b(new FileInputStream(new File(bVar2.c(this.f445b, httpURLConnection.getInputStream(), aVar).getAbsolutePath())), this.f445b); + pVar = bVar2 == null ? e.b(httpURLConnection.getInputStream(), null) : e.b(new FileInputStream(new File(bVar2.c(this.f446b, httpURLConnection.getInputStream(), aVar).getAbsolutePath())), this.f446b); } b bVar3 = this.c; if (!(bVar3 == null || pVar.a == null)) { - File file = new File(bVar3.b(), b.a(this.f445b, aVar, true)); + File file = new File(bVar3.b(), b.a(this.f446b, aVar, true)); File file2 = new File(file.getAbsolutePath().replace(".temp", "")); boolean renameTo = file.renameTo(file2); b.c.a.b0.c.a("Copying temp file to real file (" + file2 + ")"); diff --git a/app/src/main/java/b/d/a/a/a.java b/app/src/main/java/b/d/a/a/a.java index f9926966ac..6d25e6dc68 100644 --- a/app/src/main/java/b/d/a/a/a.java +++ b/app/src/main/java/b/d/a/a/a.java @@ -43,7 +43,7 @@ public class a extends BillingClient { public volatile int a; /* renamed from: b reason: collision with root package name */ - public final String f446b; + public final String f447b; public final Handler c; public volatile s d; public Context e; @@ -71,7 +71,7 @@ public class a extends BillingClient { this.a = 0; this.c = new Handler(Looper.getMainLooper()); this.i = 0; - this.f446b = str2; + this.f447b = str2; Context applicationContext = context.getApplicationContext(); this.e = applicationContext; this.d = new s(applicationContext, gVar); @@ -160,7 +160,7 @@ public class a extends BillingClient { BillingResult billingResult2 = p.l; j(billingResult2); return billingResult2; - } else if (((!billingFlowParams.g && billingFlowParams.f1999b == null && billingFlowParams.d == null && billingFlowParams.e == 0 && !billingFlowParams.a) ? false : true) && !this.j) { + } else if (((!billingFlowParams.g && billingFlowParams.f2000b == null && billingFlowParams.d == null && billingFlowParams.e == 0 && !billingFlowParams.a) ? false : true) && !this.j) { b.i.a.f.h.n.a.f(str10, "Current client doesn't support extra params for buy intent."); BillingResult billingResult3 = p.f; j(billingResult3); @@ -188,15 +188,15 @@ public class a extends BillingClient { if (this.j) { boolean z3 = this.k; boolean z4 = this.p; - String str13 = this.f446b; + String str13 = this.f447b; Bundle bundle2 = new Bundle(); bundle2.putString("playBillingLibraryVersion", str13); int i2 = billingFlowParams.e; if (i2 != 0) { bundle2.putInt("prorationMode", i2); } - if (!TextUtils.isEmpty(billingFlowParams.f1999b)) { - bundle2.putString("accountId", billingFlowParams.f1999b); + if (!TextUtils.isEmpty(billingFlowParams.f2000b)) { + bundle2.putString("accountId", billingFlowParams.f2000b); } if (!TextUtils.isEmpty(billingFlowParams.d)) { bundle2.putString("obfuscatedProfileId", billingFlowParams.d); @@ -235,17 +235,17 @@ public class a extends BillingClient { int i3 = 0; while (i3 < size) { SkuDetails skuDetails2 = (SkuDetails) arrayList.get(i3); - if (!skuDetails2.f2004b.optString("skuDetailsToken").isEmpty()) { - arrayList2.add(skuDetails2.f2004b.optString("skuDetailsToken")); + if (!skuDetails2.f2005b.optString("skuDetailsToken").isEmpty()) { + arrayList2.add(skuDetails2.f2005b.optString("skuDetailsToken")); } try { str9 = new JSONObject(skuDetails2.a).optString("offer_id_token"); } catch (JSONException unused) { str9 = str11; } - String optString = skuDetails2.f2004b.optString("offer_id"); - int optInt = skuDetails2.f2004b.optInt("offer_type"); - String optString2 = skuDetails2.f2004b.optString("serializedDocid"); + String optString = skuDetails2.f2005b.optString("offer_id"); + int optInt = skuDetails2.f2005b.optInt("offer_type"); + String optString2 = skuDetails2.f2005b.optString("serializedDocid"); arrayList3.add(str9); z5 |= !TextUtils.isEmpty(str9); arrayList4.add(optString); @@ -344,7 +344,7 @@ public class a extends BillingClient { b.i.a.f.h.n.a.f(str6, sb2.toString()); BillingResult billingResult5 = new BillingResult(); billingResult5.a = a; - billingResult5.f2001b = d; + billingResult5.f2002b = d; j(billingResult5); return billingResult5; } @@ -406,7 +406,7 @@ public class a extends BillingClient { return; } String str = hVar.a; - List list = hVar.f448b; + List list = hVar.f449b; if (TextUtils.isEmpty(str)) { b.i.a.f.h.n.a.f("BillingClient", "Please fix the input params. SKU type can't be empty."); iVar.onSkuDetailsResponse(p.e, null); @@ -443,12 +443,12 @@ public class a extends BillingClient { } else { this.a = 1; s sVar = this.d; - r rVar = sVar.f451b; + r rVar = sVar.f452b; Context context = sVar.a; IntentFilter intentFilter = new IntentFilter("com.android.vending.billing.PURCHASES_UPDATED"); - if (!rVar.f450b) { - context.registerReceiver(rVar.c.f451b, intentFilter); - rVar.f450b = true; + if (!rVar.f451b) { + context.registerReceiver(rVar.c.f452b, intentFilter); + rVar.f451b = true; } b.i.a.f.h.n.a.e("BillingClient", "Starting in-app billing setup."); this.g = new n(this, bVar); @@ -464,7 +464,7 @@ public class a extends BillingClient { ComponentName componentName = new ComponentName(str, str2); Intent intent2 = new Intent(intent); intent2.setComponent(componentName); - intent2.putExtra("playBillingLibraryVersion", this.f446b); + intent2.putExtra("playBillingLibraryVersion", this.f447b); if (this.e.bindService(intent2, this.g, 1)) { b.i.a.f.h.n.a.e("BillingClient", "Service was bonded successfully."); return; @@ -474,7 +474,7 @@ public class a extends BillingClient { } this.a = 0; b.i.a.f.h.n.a.e("BillingClient", "Billing service unavailable on device."); - bVar.onBillingSetupFinished(p.f449b); + bVar.onBillingSetupFinished(p.f450b); } } diff --git a/app/src/main/java/b/d/a/a/c.java b/app/src/main/java/b/d/a/a/c.java index 8223e5af93..d2af2f1028 100644 --- a/app/src/main/java/b/d/a/a/c.java +++ b/app/src/main/java/b/d/a/a/c.java @@ -5,5 +5,5 @@ public class c { public String a; /* renamed from: b reason: collision with root package name */ - public int f447b = 0; + public int f448b = 0; } diff --git a/app/src/main/java/b/d/a/a/h.java b/app/src/main/java/b/d/a/a/h.java index 2e92a20aaf..2f8bc5286c 100644 --- a/app/src/main/java/b/d/a/a/h.java +++ b/app/src/main/java/b/d/a/a/h.java @@ -7,5 +7,5 @@ public class h { public String a; /* renamed from: b reason: collision with root package name */ - public List f448b; + public List f449b; } diff --git a/app/src/main/java/b/d/a/a/j.java b/app/src/main/java/b/d/a/a/j.java index 37deb89f08..33b1ffd0e4 100644 --- a/app/src/main/java/b/d/a/a/j.java +++ b/app/src/main/java/b/d/a/a/j.java @@ -35,7 +35,7 @@ public final class j implements Callable { ArrayList arrayList = new ArrayList(); boolean z2 = aVar2.k; boolean z3 = aVar2.p; - String str2 = aVar2.f446b; + String str2 = aVar2.f447b; Bundle bundle = new Bundle(); bundle.putString("playBillingLibraryVersion", str2); int i = 1; @@ -56,7 +56,7 @@ public final class j implements Callable { String d = a.d(o0, "BillingClient"); BillingResult billingResult2 = new BillingResult(); billingResult2.a = a; - billingResult2.f2001b = d; + billingResult2.f2002b = d; if (a != 0) { a.f("BillingClient", String.format("%s failed. Response code: %s", "getPurchase()", Integer.valueOf(a))); billingResult = billingResult2; @@ -129,11 +129,11 @@ public final class j implements Callable { } List list = aVar.a; if (list != null) { - this.k.onQueryPurchasesResponse(aVar.f2003b, list); + this.k.onQueryPurchasesResponse(aVar.f2004b, list); return null; } f fVar = this.k; - BillingResult billingResult3 = aVar.f2003b; + BillingResult billingResult3 = aVar.f2004b; m mVar = k.k; fVar.onQueryPurchasesResponse(billingResult3, l.l); return null; diff --git a/app/src/main/java/b/d/a/a/p.java b/app/src/main/java/b/d/a/a/p.java index a010f6a1b8..7b38712e39 100644 --- a/app/src/main/java/b/d/a/a/p.java +++ b/app/src/main/java/b/d/a/a/p.java @@ -7,7 +7,7 @@ public final class p { public static final BillingResult a; /* renamed from: b reason: collision with root package name */ - public static final BillingResult f449b; + public static final BillingResult f450b; public static final BillingResult c; public static final BillingResult d; public static final BillingResult e; @@ -23,82 +23,82 @@ public final class p { static { BillingResult billingResult = new BillingResult(); billingResult.a = 3; - billingResult.f2001b = "Google Play In-app Billing API version is less than 3"; + billingResult.f2002b = "Google Play In-app Billing API version is less than 3"; a = billingResult; BillingResult billingResult2 = new BillingResult(); billingResult2.a = 3; - billingResult2.f2001b = "Google Play In-app Billing API version is less than 9"; + billingResult2.f2002b = "Google Play In-app Billing API version is less than 9"; BillingResult billingResult3 = new BillingResult(); billingResult3.a = 3; - billingResult3.f2001b = "Billing service unavailable on device."; - f449b = billingResult3; + billingResult3.f2002b = "Billing service unavailable on device."; + f450b = billingResult3; BillingResult billingResult4 = new BillingResult(); billingResult4.a = 5; - billingResult4.f2001b = "Client is already in the process of connecting to billing service."; + billingResult4.f2002b = "Client is already in the process of connecting to billing service."; c = billingResult4; BillingResult billingResult5 = new BillingResult(); billingResult5.a = 3; - billingResult5.f2001b = "Play Store version installed does not support cross selling products."; + billingResult5.f2002b = "Play Store version installed does not support cross selling products."; BillingResult billingResult6 = new BillingResult(); billingResult6.a = 5; - billingResult6.f2001b = "The list of SKUs can't be empty."; + billingResult6.f2002b = "The list of SKUs can't be empty."; d = billingResult6; BillingResult billingResult7 = new BillingResult(); billingResult7.a = 5; - billingResult7.f2001b = "SKU type can't be empty."; + billingResult7.f2002b = "SKU type can't be empty."; e = billingResult7; BillingResult billingResult8 = new BillingResult(); billingResult8.a = -2; - billingResult8.f2001b = "Client does not support extra params."; + billingResult8.f2002b = "Client does not support extra params."; f = billingResult8; BillingResult billingResult9 = new BillingResult(); billingResult9.a = -2; - billingResult9.f2001b = "Client does not support the feature."; + billingResult9.f2002b = "Client does not support the feature."; g = billingResult9; BillingResult billingResult10 = new BillingResult(); billingResult10.a = -2; - billingResult10.f2001b = "Client does not support get purchase history."; + billingResult10.f2002b = "Client does not support get purchase history."; BillingResult billingResult11 = new BillingResult(); billingResult11.a = 5; - billingResult11.f2001b = "Invalid purchase token."; + billingResult11.f2002b = "Invalid purchase token."; BillingResult billingResult12 = new BillingResult(); billingResult12.a = 6; - billingResult12.f2001b = "An internal error occurred."; + billingResult12.f2002b = "An internal error occurred."; h = billingResult12; BillingResult billingResult13 = new BillingResult(); billingResult13.a = 4; - billingResult13.f2001b = "Item is unavailable for purchase."; + billingResult13.f2002b = "Item is unavailable for purchase."; BillingResult billingResult14 = new BillingResult(); billingResult14.a = 5; - billingResult14.f2001b = "SKU can't be null."; + billingResult14.f2002b = "SKU can't be null."; BillingResult billingResult15 = new BillingResult(); billingResult15.a = 5; - billingResult15.f2001b = "SKU type can't be null."; + billingResult15.f2002b = "SKU type can't be null."; BillingResult billingResult16 = new BillingResult(); billingResult16.a = 0; - billingResult16.f2001b = ""; + billingResult16.f2002b = ""; i = billingResult16; BillingResult billingResult17 = new BillingResult(); billingResult17.a = -1; - billingResult17.f2001b = "Service connection is disconnected."; + billingResult17.f2002b = "Service connection is disconnected."; j = billingResult17; BillingResult billingResult18 = new BillingResult(); billingResult18.a = -3; - billingResult18.f2001b = "Timeout communicating with service."; + billingResult18.f2002b = "Timeout communicating with service."; k = billingResult18; BillingResult billingResult19 = new BillingResult(); billingResult19.a = -2; - billingResult19.f2001b = "Client doesn't support subscriptions."; + billingResult19.f2002b = "Client doesn't support subscriptions."; l = billingResult19; BillingResult billingResult20 = new BillingResult(); billingResult20.a = -2; - billingResult20.f2001b = "Client doesn't support subscriptions update."; + billingResult20.f2002b = "Client doesn't support subscriptions update."; BillingResult billingResult21 = new BillingResult(); billingResult21.a = -2; - billingResult21.f2001b = "Client doesn't support multi-item purchases."; + billingResult21.f2002b = "Client doesn't support multi-item purchases."; m = billingResult21; BillingResult billingResult22 = new BillingResult(); billingResult22.a = 5; - billingResult22.f2001b = "Unknown feature"; + billingResult22.f2002b = "Unknown feature"; } } diff --git a/app/src/main/java/b/d/a/a/r.java b/app/src/main/java/b/d/a/a/r.java index 8b4253a042..ce3a68dd18 100644 --- a/app/src/main/java/b/d/a/a/r.java +++ b/app/src/main/java/b/d/a/a/r.java @@ -14,7 +14,7 @@ public final class r extends BroadcastReceiver { public final g a; /* renamed from: b reason: collision with root package name */ - public boolean f450b; + public boolean f451b; public final /* synthetic */ s c; public /* synthetic */ r(s sVar, g gVar) { diff --git a/app/src/main/java/b/d/a/a/s.java b/app/src/main/java/b/d/a/a/s.java index f22536c534..c1a5b6b855 100644 --- a/app/src/main/java/b/d/a/a/s.java +++ b/app/src/main/java/b/d/a/a/s.java @@ -8,19 +8,19 @@ public final class s { public final Context a; /* renamed from: b reason: collision with root package name */ - public final r f451b; + public final r f452b; public s(Context context, g gVar) { this.a = context; - this.f451b = new r(this, gVar); + this.f452b = new r(this, gVar); } public final void a() { - r rVar = this.f451b; + r rVar = this.f452b; Context context = this.a; - if (rVar.f450b) { - context.unregisterReceiver(rVar.c.f451b); - rVar.f450b = false; + if (rVar.f451b) { + context.unregisterReceiver(rVar.c.f452b); + rVar.f451b = false; return; } a.f("BillingBroadcastManager", "Receiver is not registered."); diff --git a/app/src/main/java/b/d/a/a/t.java b/app/src/main/java/b/d/a/a/t.java index d242081e2e..f6bfd14143 100644 --- a/app/src/main/java/b/d/a/a/t.java +++ b/app/src/main/java/b/d/a/a/t.java @@ -35,7 +35,7 @@ public final /* synthetic */ class t implements Callable { d dVar2 = aVar.f; String packageName = aVar.e.getPackageName(); boolean z2 = aVar.k; - String str3 = aVar.f446b; + String str3 = aVar.f447b; Bundle bundle = new Bundle(); if (z2) { bundle.putString("playBillingLibraryVersion", str3); @@ -49,7 +49,7 @@ public final /* synthetic */ class t implements Callable { } BillingResult billingResult = new BillingResult(); billingResult.a = i; - billingResult.f2001b = str; + billingResult.f2002b = str; if (i == 0) { a.e("BillingClient", "Successfully consumed purchase."); eVar.onConsumeResponse(billingResult, str2); diff --git a/app/src/main/java/b/d/a/a/v.java b/app/src/main/java/b/d/a/a/v.java index a85a70da07..d4d2f27513 100644 --- a/app/src/main/java/b/d/a/a/v.java +++ b/app/src/main/java/b/d/a/a/v.java @@ -59,11 +59,11 @@ public final /* synthetic */ class v implements Callable { } Bundle bundle2 = new Bundle(); bundle2.putStringArrayList("ITEM_ID_LIST", arrayList3); - bundle2.putString("playBillingLibraryVersion", aVar.f446b); + bundle2.putString("playBillingLibraryVersion", aVar.f447b); try { if (aVar.l) { i2 = i3; - bundle = aVar.f.o(10, aVar.e.getPackageName(), str2, bundle2, a.b(aVar.i, aVar.p, aVar.f446b, null, arrayList2)); + bundle = aVar.f.o(10, aVar.e.getPackageName(), str2, bundle2, a.b(aVar.i, aVar.p, aVar.f447b, null, arrayList2)); } else { i2 = i3; bundle = aVar.f.e0(3, aVar.e.getPackageName(), str2, bundle2); @@ -104,7 +104,7 @@ public final /* synthetic */ class v implements Callable { i = 6; BillingResult billingResult = new BillingResult(); billingResult.a = i; - billingResult.f2001b = str; + billingResult.f2002b = str; iVar.onSkuDetailsResponse(billingResult, arrayList); return null; } @@ -122,13 +122,13 @@ public final /* synthetic */ class v implements Callable { } BillingResult billingResult2 = new BillingResult(); billingResult2.a = i; - billingResult2.f2001b = str; + billingResult2.f2002b = str; iVar.onSkuDetailsResponse(billingResult2, arrayList); return null; arrayList = null; BillingResult billingResult22 = new BillingResult(); billingResult22.a = i; - billingResult22.f2001b = str; + billingResult22.f2002b = str; iVar.onSkuDetailsResponse(billingResult22, arrayList); return null; } diff --git a/app/src/main/java/b/d/a/a/w.java b/app/src/main/java/b/d/a/a/w.java index 811a7f0367..36e5c21f4f 100644 --- a/app/src/main/java/b/d/a/a/w.java +++ b/app/src/main/java/b/d/a/a/w.java @@ -15,6 +15,6 @@ public final /* synthetic */ class w implements Runnable { @Override // java.lang.Runnable public final void run() { a aVar = this.j; - aVar.d.f451b.a.onPurchasesUpdated(this.k, null); + aVar.d.f452b.a.onPurchasesUpdated(this.k, null); } } diff --git a/app/src/main/java/b/d/b/a/a.java b/app/src/main/java/b/d/b/a/a.java index 8d9233f9dd..0254cbba43 100644 --- a/app/src/main/java/b/d/b/a/a.java +++ b/app/src/main/java/b/d/b/a/a.java @@ -12,7 +12,7 @@ import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelStore; import androidx.recyclerview.widget.RecyclerView; import b.a.a.a0.c; -import b.a.i.j4; +import b.a.i.l4; import b.a.q.o0.e; import b.i.c.m.d.b; import com.discord.api.channel.Channel; @@ -229,7 +229,7 @@ public class a { } public static Object c(Channel channel, Map map) { - return map.get(Long.valueOf(channel.j())); + return map.get(Long.valueOf(channel.k())); } public static void c0(int i, Canvas canvas, int i2, int i3) { @@ -393,7 +393,7 @@ public class a { return str + i; } - public static j4 p0(TextView textView, String str, CharSequence charSequence, c cVar) { + public static l4 p0(TextView textView, String str, CharSequence charSequence, c cVar) { m.checkNotNullExpressionValue(textView, str); textView.setText(charSequence); return cVar.h(); @@ -445,7 +445,7 @@ public class a { } public static Object u0(Channel channel, Map map) { - return map.get(Long.valueOf(channel.h())); + return map.get(Long.valueOf(channel.i())); } public static String v(String str, String str2) { diff --git a/app/src/main/java/b/e/b/a.java b/app/src/main/java/b/e/b/a.java index f3db15aaff..3a1795fd00 100644 --- a/app/src/main/java/b/e/b/a.java +++ b/app/src/main/java/b/e/b/a.java @@ -10,7 +10,7 @@ public class a extends ClassLoader { public static final WeakHashMap> a = new WeakHashMap<>(); /* renamed from: b reason: collision with root package name */ - public static final ClassLoader f452b; + public static final ClassLoader f453b; public static volatile a c; public static volatile Method d; @@ -19,7 +19,7 @@ public class a extends ClassLoader { if (classLoader == null) { classLoader = ClassLoader.getSystemClassLoader(); } - f452b = classLoader; + f453b = classLoader; c = new a(classLoader); } @@ -32,7 +32,7 @@ public class a extends ClassLoader { if (classLoader == null) { classLoader = ClassLoader.getSystemClassLoader(); } - ClassLoader classLoader2 = f452b; + ClassLoader classLoader2 = f453b; if (classLoader2.equals(classLoader)) { if (c == null) { synchronized (a) { diff --git a/app/src/main/java/b/e/b/c.java b/app/src/main/java/b/e/b/c.java index 92c68ecc87..57671a8c21 100644 --- a/app/src/main/java/b/e/b/c.java +++ b/app/src/main/java/b/e/b/c.java @@ -63,8 +63,8 @@ public abstract class c { e.n(1, 1); m(fVar, replace2, arrayList); p(fVar, replace2, arrayList); - n(fVar, replace2, arrayList, w.f3708b); - q(fVar, replace2, arrayList, w.f3708b); + n(fVar, replace2, arrayList, w.f3719b); + q(fVar, replace2, arrayList, w.f3719b); n(fVar, replace2, arrayList, w.d); q(fVar, replace2, arrayList, w.d); n(fVar, replace2, arrayList, w.e); diff --git a/app/src/main/java/b/e/b/d.java b/app/src/main/java/b/e/b/d.java index 2993256b02..41075dd4e7 100644 --- a/app/src/main/java/b/e/b/d.java +++ b/app/src/main/java/b/e/b/d.java @@ -17,7 +17,7 @@ public abstract class d { public String[] a; /* renamed from: b reason: collision with root package name */ - public Class[][] f453b; + public Class[][] f454b; public static void a(Class cls, ArrayList arrayList) { Method[] declaredMethods; @@ -263,7 +263,7 @@ public abstract class d { try { d dVar = (d) cls2.newInstance(); dVar.a = strArr; - dVar.f453b = clsArr; + dVar.f454b = clsArr; return dVar; } catch (Throwable th) { throw new RuntimeException(a.v("Error constructing method access class: ", v), th); @@ -280,7 +280,7 @@ public abstract class d { public int c(String str, Class... clsArr) { int length = this.a.length; for (int i = 0; i < length; i++) { - if (this.a[i].equals(str) && Arrays.equals(clsArr, this.f453b[i])) { + if (this.a[i].equals(str) && Arrays.equals(clsArr, this.f454b[i])) { return i; } } diff --git a/app/src/main/java/b/f/b/a/f.java b/app/src/main/java/b/f/b/a/f.java index dd765de8c3..d85bcc22d7 100644 --- a/app/src/main/java/b/f/b/a/f.java +++ b/app/src/main/java/b/f/b/a/f.java @@ -8,7 +8,7 @@ public class f implements CacheKey { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f454b = false; + public final boolean f455b = false; public f(String str) { Objects.requireNonNull(str); @@ -17,7 +17,7 @@ public class f implements CacheKey { @Override // com.facebook.cache.common.CacheKey public boolean a() { - return this.f454b; + return this.f455b; } @Override // com.facebook.cache.common.CacheKey diff --git a/app/src/main/java/b/f/b/b/a.java b/app/src/main/java/b/f/b/b/a.java index d4745bd727..22ff3c2cfc 100644 --- a/app/src/main/java/b/f/b/b/a.java +++ b/app/src/main/java/b/f/b/b/a.java @@ -24,7 +24,7 @@ public class a implements c { public static final long a = TimeUnit.MINUTES.toMillis(30); /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int f455b = 0; + public static final /* synthetic */ int f456b = 0; public final File c; public final boolean d; public final File e; @@ -43,7 +43,7 @@ public class a implements c { public void a(File file) { d h = a.h(a.this, file); if (h != null && h.a == ".cnt") { - this.a.add(new c(h.f458b, file, null)); + this.a.add(new c(h.f459b, file, null)); } } @@ -63,20 +63,20 @@ public class a implements c { public final String a; /* renamed from: b reason: collision with root package name */ - public final b.f.a.a f457b; + public final b.f.a.a f458b; public long c = -1; public long d = -1; public c(String str, File file, C0064a aVar) { Objects.requireNonNull(str); this.a = str; - this.f457b = new b.f.a.a(file); + this.f458b = new b.f.a.a(file); } @Override // b.f.b.b.c.a public long a() { if (this.d < 0) { - this.d = this.f457b.a.lastModified(); + this.d = this.f458b.a.lastModified(); } return this.d; } @@ -89,7 +89,7 @@ public class a implements c { @Override // b.f.b.b.c.a public long getSize() { if (this.c < 0) { - this.c = this.f457b.a(); + this.c = this.f458b.a(); } return this.c; } @@ -101,18 +101,18 @@ public class a implements c { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f458b; + public final String f459b; public d(String str, String str2) { this.a = str; - this.f458b = str2; + this.f459b = str2; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append("("); - return b.d.b.a.a.H(sb, this.f458b, ")"); + return b.d.b.a.a.H(sb, this.f459b, ")"); } } @@ -132,15 +132,15 @@ public class a implements c { @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public final File f459b; + public final File f460b; public f(String str, File file) { this.a = str; - this.f459b = file; + this.f460b = file; } public boolean a() { - return !this.f459b.exists() || this.f459b.delete(); + return !this.f460b.exists() || this.f460b.delete(); } public b.f.a.a b(Object obj) throws IOException { @@ -148,7 +148,7 @@ public class a implements c { long currentTimeMillis = System.currentTimeMillis(); File j = a.this.j(this.a); try { - b.c.a.a0.d.Q1(this.f459b, j); + b.c.a.a0.d.Q1(this.f460b, j); if (j.exists()) { j.setLastModified(currentTimeMillis); } @@ -159,7 +159,7 @@ public class a implements c { boolean z2 = cause instanceof FileNotFoundException; } b.f.b.a.a aVar = a.this.f; - int i = a.f455b; + int i = a.f456b; Objects.requireNonNull((b.f.b.a.d) aVar); throw e; } @@ -168,18 +168,18 @@ public class a implements c { /* JADX WARN: Finally extract failed */ public void c(b.f.b.a.g gVar, Object obj) throws IOException { try { - FileOutputStream fileOutputStream = new FileOutputStream(this.f459b); + FileOutputStream fileOutputStream = new FileOutputStream(this.f460b); try { b.f.d.d.b bVar = new b.f.d.d.b(fileOutputStream); h hVar = (h) gVar; InputStream e = hVar.a.e(); Objects.requireNonNull(e); - hVar.f554b.c.a(e, bVar); + hVar.f555b.c.a(e, bVar); bVar.flush(); long j = bVar.j; fileOutputStream.close(); - if (this.f459b.length() != j) { - throw new e(j, this.f459b.length()); + if (this.f460b.length() != j) { + throw new e(j, this.f460b.length()); } } catch (Throwable th) { fileOutputStream.close(); @@ -187,7 +187,7 @@ public class a implements c { } } catch (FileNotFoundException e2) { b.f.b.a.a aVar = a.this.f; - int i = a.f455b; + int i = a.f456b; Objects.requireNonNull((b.f.b.a.d) aVar); throw e2; } @@ -251,8 +251,8 @@ public class a implements c { } } - /* JADX WARN: Removed duplicated region for block: B:12:0x005b */ - /* JADX WARN: Removed duplicated region for block: B:25:0x0069 A[EXC_TOP_SPLITTER, SYNTHETIC] */ + /* JADX WARN: Removed duplicated region for block: B:12:0x005c */ + /* JADX WARN: Removed duplicated region for block: B:25:0x006a A[EXC_TOP_SPLITTER, SYNTHETIC] */ /* Code decompiled incorrectly, please refer to instructions dump. */ @@ -331,7 +331,7 @@ public class a implements c { } } dVar = new d(str, substring2); - if (dVar == null && new File(aVar.k(dVar.f458b)).equals(file.getParentFile())) { + if (dVar == null && new File(aVar.k(dVar.f459b)).equals(file.getParentFile())) { return dVar; } return null; @@ -404,7 +404,7 @@ public class a implements c { @Override // b.f.b.b.c public long g(c.a aVar) { - return i(((c) aVar).f457b.a); + return i(((c) aVar).f458b.a); } public final long i(File file) { diff --git a/app/src/main/java/b/f/b/b/d.java b/app/src/main/java/b/f/b/b/d.java index de6376b0a0..e19cfa8d44 100644 --- a/app/src/main/java/b/f/b/b/d.java +++ b/app/src/main/java/b/f/b/b/d.java @@ -27,7 +27,7 @@ public class d implements h { public static final long a = TimeUnit.HOURS.toMillis(2); /* renamed from: b reason: collision with root package name */ - public static final long f461b = TimeUnit.MINUTES.toMillis(30); + public static final long f462b = TimeUnit.MINUTES.toMillis(30); public final long c; public final long d; public final CountDownLatch e; @@ -68,16 +68,16 @@ public class d implements h { public boolean a = false; /* renamed from: b reason: collision with root package name */ - public long f462b = -1; + public long f463b = -1; public long c = -1; public synchronized long a() { - return this.f462b; + return this.f463b; } public synchronized void b(long j, long j2) { if (this.a) { - this.f462b += j; + this.f463b += j; this.c += j2; } } @@ -89,19 +89,19 @@ public class d implements h { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f463b; + public final long f464b; public final long c; public c(long j, long j2, long j3) { this.a = j; - this.f463b = j2; + this.f464b = j2; this.c = j3; } } public d(c cVar, g gVar, c cVar2, b.f.b.a.b bVar, b.f.b.a.a aVar, b.f.d.a.a aVar2, Executor executor, boolean z2) { b.f.d.i.a aVar3; - this.c = cVar2.f463b; + this.c = cVar2.f464b; long j = cVar2.c; this.d = j; this.f = j; @@ -284,7 +284,7 @@ public class d implements h { long j2 = -1; if (z2) { long j3 = this.i; - if (j3 != -1 && currentTimeMillis - j3 <= f461b) { + if (j3 != -1 && currentTimeMillis - j3 <= f462b) { return false; } } @@ -329,7 +329,7 @@ public class d implements h { b bVar3 = this.o; synchronized (bVar3) { bVar3.c = j6; - bVar3.f462b = j5; + bVar3.f463b = j5; bVar3.a = true; } } @@ -376,7 +376,7 @@ public class d implements h { synchronized (bVar) { bVar.a = false; bVar.c = -1L; - bVar.f462b = -1L; + bVar.f463b = -1L; } e(); } @@ -397,7 +397,7 @@ public class d implements h { aVar.a(); if (aVar.h.tryLock()) { try { - if (SystemClock.uptimeMillis() - aVar.g > b.f.d.i.a.f471b) { + if (SystemClock.uptimeMillis() - aVar.g > b.f.d.i.a.f472b) { aVar.b(); } } finally { diff --git a/app/src/main/java/b/f/b/b/e.java b/app/src/main/java/b/f/b/b/e.java index dc0222778e..82ff2c081c 100644 --- a/app/src/main/java/b/f/b/b/e.java +++ b/app/src/main/java/b/f/b/b/e.java @@ -15,7 +15,7 @@ public class e implements c { public final int a; /* renamed from: b reason: collision with root package name */ - public final Supplier f464b; + public final Supplier f465b; public final String c; public final b.f.b.a.a d; @VisibleForTesting @@ -28,19 +28,19 @@ public class e implements c { public final c a; /* renamed from: b reason: collision with root package name */ - public final File f465b; + public final File f466b; @VisibleForTesting public a(File file, c cVar) { this.a = cVar; - this.f465b = file; + this.f466b = file; } } public e(int i, Supplier supplier, String str, b.f.b.a.a aVar) { this.a = i; this.d = aVar; - this.f464b = supplier; + this.f465b = supplier; this.c = str; } @@ -84,7 +84,7 @@ public class e implements c { } public final void h() throws IOException { - File file = new File(this.f464b.get(), this.c); + File file = new File(this.f465b.get(), this.c); try { d.l1(file); file.getAbsolutePath(); @@ -106,11 +106,11 @@ public class e implements c { c cVar; File file; a aVar = this.e; - if (!(aVar.a == null || (file = aVar.f465b) == null || !file.exists())) { + if (!(aVar.a == null || (file = aVar.f466b) == null || !file.exists())) { z2 = false; if (z2) { - if (!(this.e.a == null || this.e.f465b == null)) { - d.Z(this.e.f465b); + if (!(this.e.a == null || this.e.f466b == null)) { + d.Z(this.e.f466b); } h(); } diff --git a/app/src/main/java/b/f/b/b/i.java b/app/src/main/java/b/f/b/b/i.java index 7e410606f4..69e25f5680 100644 --- a/app/src/main/java/b/f/b/b/i.java +++ b/app/src/main/java/b/f/b/b/i.java @@ -7,18 +7,18 @@ public class i { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static i f466b; + public static i f467b; public static int c; public CacheKey d; public i e; public static i a() { synchronized (a) { - i iVar = f466b; + i iVar = f467b; if (iVar == null) { return new i(); } - f466b = iVar.e; + f467b = iVar.e; iVar.e = null; c--; return iVar; @@ -30,11 +30,11 @@ public class i { int i = c; if (i < 5) { c = i + 1; - i iVar = f466b; + i iVar = f467b; if (iVar != null) { this.e = iVar; } - f466b = this; + f467b = this; } } } diff --git a/app/src/main/java/b/f/d/d/i.java b/app/src/main/java/b/f/d/d/i.java index feaccad759..5d03bb80c3 100644 --- a/app/src/main/java/b/f/d/d/i.java +++ b/app/src/main/java/b/f/d/d/i.java @@ -8,7 +8,7 @@ public final class i { public final String a; /* renamed from: b reason: collision with root package name */ - public final a f467b; + public final a f468b; public a c; /* compiled from: Objects.java */ @@ -17,7 +17,7 @@ public final class i { public String a; /* renamed from: b reason: collision with root package name */ - public Object f468b; + public Object f469b; public a c; public a(h hVar) { @@ -26,7 +26,7 @@ public final class i { public i(String str, h hVar) { a aVar = new a(null); - this.f467b = aVar; + this.f468b = aVar; this.c = aVar; this.a = str; } @@ -45,7 +45,7 @@ public final class i { a aVar = new a(null); this.c.c = aVar; this.c = aVar; - aVar.f468b = obj; + aVar.f469b = obj; Objects.requireNonNull(str); aVar.a = str; return this; @@ -55,10 +55,10 @@ public final class i { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.f467b.c; + a aVar = this.f468b.c; String str = ""; while (aVar != null) { - Object obj = aVar.f468b; + Object obj = aVar.f469b; sb.append(str); String str2 = aVar.a; if (str2 != null) { diff --git a/app/src/main/java/b/f/d/f/b.java b/app/src/main/java/b/f/d/f/b.java index fee145768d..238c1b8dcb 100644 --- a/app/src/main/java/b/f/d/f/b.java +++ b/app/src/main/java/b/f/d/f/b.java @@ -9,6 +9,6 @@ public class b { public static final MimeTypeMap a = MimeTypeMap.getSingleton(); /* renamed from: b reason: collision with root package name */ - public static final Map f469b = f.of("image/heif", "heif", "image/heic", "heic"); + public static final Map f470b = f.of("image/heif", "heif", "image/heic", "heic"); public static final Map c = f.of("heif", "image/heif", "heic", "image/heic"); } diff --git a/app/src/main/java/b/f/d/g/j.java b/app/src/main/java/b/f/d/g/j.java index d4a5740a84..ef4d281102 100644 --- a/app/src/main/java/b/f/d/g/j.java +++ b/app/src/main/java/b/f/d/g/j.java @@ -10,15 +10,15 @@ public class j { public final int a = 16384; /* renamed from: b reason: collision with root package name */ - public final a f470b; + public final a f471b; public j(a aVar) { d.i(true); - this.f470b = aVar; + this.f471b = aVar; } public long a(InputStream inputStream, OutputStream outputStream) throws IOException { - byte[] bArr = this.f470b.get(this.a); + byte[] bArr = this.f471b.get(this.a); long j = 0; while (true) { try { @@ -29,7 +29,7 @@ public class j { outputStream.write(bArr, 0, read); j += read; } finally { - this.f470b.release(bArr); + this.f471b.release(bArr); } } } diff --git a/app/src/main/java/b/f/d/i/a.java b/app/src/main/java/b/f/d/i/a.java index 9959962d2d..8bd728e274 100644 --- a/app/src/main/java/b/f/d/i/a.java +++ b/app/src/main/java/b/f/d/i/a.java @@ -14,7 +14,7 @@ public class a { public static a a; /* renamed from: b reason: collision with root package name */ - public static final long f471b = TimeUnit.MINUTES.toMillis(2); + public static final long f472b = TimeUnit.MINUTES.toMillis(2); public volatile File d; public volatile File f; public long g; diff --git a/app/src/main/java/b/f/d/m/c.java b/app/src/main/java/b/f/d/m/c.java index 7242bfae7f..3b213d9b86 100644 --- a/app/src/main/java/b/f/d/m/c.java +++ b/app/src/main/java/b/f/d/m/c.java @@ -7,7 +7,7 @@ public class c { public static b a = null; /* renamed from: b reason: collision with root package name */ - public static boolean f472b = false; + public static boolean f473b = false; public static final byte[] c = a("RIFF"); public static final byte[] d = a("WEBP"); public static final byte[] e = a("VP8 "); @@ -27,7 +27,7 @@ public class c { } public static b c() { - if (f472b) { + if (f473b) { return a; } b bVar = null; @@ -35,7 +35,7 @@ public class c { bVar = (b) Class.forName("com.facebook.webpsupport.WebpBitmapFactoryImpl").newInstance(); } catch (Throwable unused) { } - f472b = true; + f473b = true; return bVar; } diff --git a/app/src/main/java/b/f/e/c.java b/app/src/main/java/b/f/e/c.java index 5c33380fd4..2b78bf27fc 100644 --- a/app/src/main/java/b/f/e/c.java +++ b/app/src/main/java/b/f/e/c.java @@ -17,7 +17,7 @@ public abstract class c implements DataSource { public boolean c = false; /* renamed from: b reason: collision with root package name */ - public int f473b = 1; + public int f474b = 1; public final ConcurrentLinkedQueue, Executor>> g = new ConcurrentLinkedQueue<>(); @Override // com.facebook.datasource.DataSource @@ -34,7 +34,7 @@ public abstract class c implements DataSource { public synchronized boolean c() { boolean z2; z2 = true; - if (this.f473b == 1) { + if (this.f474b == 1) { z2 = false; } return z2; @@ -78,7 +78,7 @@ public abstract class c implements DataSource { synchronized (this) { if (!this.c) { boolean z2 = true; - if (this.f473b == 1) { + if (this.f474b == 1) { this.g.add(Pair.create(fVar, executor)); } if (!b() && !c() && !n()) { @@ -105,7 +105,7 @@ public abstract class c implements DataSource { } public synchronized boolean h() { - return this.f473b == 3; + return this.f474b == 3; } public synchronized boolean i() { @@ -126,8 +126,8 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.c && this.f473b == 1) { - this.f473b = 3; + if (!this.c && this.f474b == 1) { + this.f474b = 3; this.e = th; this.a = map; } @@ -143,7 +143,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = false; - if (!this.c && this.f473b == 1) { + if (!this.c && this.f474b == 1) { if (f >= this.f) { this.f = f; z2 = true; @@ -176,9 +176,9 @@ public abstract class c implements DataSource { try { boolean z3 = true; try { - if (!this.c && this.f473b == 1) { + if (!this.c && this.f474b == 1) { if (z2) { - this.f473b = 2; + this.f474b = 2; this.f = 1.0f; } t2 = this.d; diff --git a/app/src/main/java/b/f/g/a/a/a.java b/app/src/main/java/b/f/g/a/a/a.java index 65ac106e78..e481c83c2e 100644 --- a/app/src/main/java/b/f/g/a/a/a.java +++ b/app/src/main/java/b/f/g/a/a/a.java @@ -13,11 +13,11 @@ public class a implements b.f.j.i.a { public final Resources a; /* renamed from: b reason: collision with root package name */ - public final b.f.j.i.a f474b; + public final b.f.j.i.a f475b; public a(Resources resources, b.f.j.i.a aVar) { this.a = resources; - this.f474b = aVar; + this.f475b = aVar; } @Override // b.f.j.i.a @@ -45,9 +45,9 @@ public class a implements b.f.j.i.a { } return new i(bitmapDrawable, dVar.o, dVar.p); } - b.f.j.i.a aVar = this.f474b; + b.f.j.i.a aVar = this.f475b; if (aVar != null && aVar.a(cVar)) { - return this.f474b.b(cVar); + return this.f475b.b(cVar); } return null; } finally { diff --git a/app/src/main/java/b/f/g/a/a/b.java b/app/src/main/java/b/f/g/a/a/b.java index da2c404d98..35cb3e75ca 100644 --- a/app/src/main/java/b/f/g/a/a/b.java +++ b/app/src/main/java/b/f/g/a/a/b.java @@ -5,7 +5,7 @@ public class b { public static e a = null; /* renamed from: b reason: collision with root package name */ - public static volatile boolean f475b = false; + public static volatile boolean f476b = false; public static d a() { return a.get(); diff --git a/app/src/main/java/b/f/g/a/a/c.java b/app/src/main/java/b/f/g/a/a/c.java index 0db3483b7f..266f79cd66 100644 --- a/app/src/main/java/b/f/g/a/a/c.java +++ b/app/src/main/java/b/f/g/a/a/c.java @@ -48,19 +48,19 @@ public class c extends AbstractDraweeController, I public ImageRequest K; /* renamed from: x reason: collision with root package name */ - public final a f476x; + public final a f477x; /* renamed from: y reason: collision with root package name */ - public final e f477y; + public final e f478y; /* renamed from: z reason: collision with root package name */ - public final w f478z; + public final w f479z; public c(Resources resources, b.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f476x = new a(resources, aVar2); - this.f477y = eVar; - this.f478z = wVar; + this.f477x = new a(resources, aVar2); + this.f478y = eVar; + this.f479z = wVar; } public synchronized void F(b bVar) { @@ -243,7 +243,7 @@ public class c extends AbstractDraweeController, I b.f.j.j.c u = closeableReference2.u(); K(u); Drawable J = J(this.D, u); - if (J == null && (J = J(this.f477y, u)) == null && (J = this.f476x.b(u)) == null) { + if (J == null && (J = J(this.f478y, u)) == null && (J = this.f477x.b(u)) == null) { throw new UnsupportedOperationException("Unrecognized image class: " + u); } return J; @@ -257,7 +257,7 @@ public class c extends AbstractDraweeController, I CacheKey cacheKey; b.f.j.r.b.b(); try { - w wVar = this.f478z; + w wVar = this.f479z; if (!(wVar == null || (cacheKey = this.A) == null)) { CloseableReference closeableReference = wVar.get(cacheKey); if (closeableReference == null || ((b.f.j.j.h) closeableReference.u().b()).d) { diff --git a/app/src/main/java/b/f/g/a/a/d.java b/app/src/main/java/b/f/g/a/a/d.java index 0cff7b316e..aab870e5c1 100644 --- a/app/src/main/java/b/f/g/a/a/d.java +++ b/app/src/main/java/b/f/g/a/a/d.java @@ -84,7 +84,7 @@ public class d extends AbstractDraweeControllerBuilder supplier = fVar.g; if (supplier != null) { cVar2.C = supplier.get().booleanValue(); @@ -96,7 +96,7 @@ public class d extends AbstractDraweeControllerBuilder { public final Context a; /* renamed from: b reason: collision with root package name */ - public final h f479b; + public final h f480b; public final f c; public e(Context context) { @@ -30,7 +30,7 @@ public class e implements Supplier { mVar.l = mVar.a(); } h hVar = mVar.l; - this.f479b = hVar; + this.f480b = hVar; f fVar = new f(); this.c = fVar; Resources resources = context.getResources(); @@ -48,7 +48,7 @@ public class e implements Supplier { g gVar = g.k; w wVar = hVar.e; fVar.a = resources; - fVar.f480b = aVar; + fVar.f481b = aVar; fVar.c = a; fVar.d = gVar; fVar.e = wVar; @@ -58,7 +58,7 @@ public class e implements Supplier { /* renamed from: a */ public d get() { - d dVar = new d(this.a, this.c, this.f479b, null, null); + d dVar = new d(this.a, this.c, this.f480b, null, null); dVar.q = null; return dVar; } diff --git a/app/src/main/java/b/f/g/a/a/f.java b/app/src/main/java/b/f/g/a/a/f.java index ed246e4beb..23c5508f22 100644 --- a/app/src/main/java/b/f/g/a/a/f.java +++ b/app/src/main/java/b/f/g/a/a/f.java @@ -14,7 +14,7 @@ public class f { public Resources a; /* renamed from: b reason: collision with root package name */ - public a f480b; + public a f481b; public b.f.j.i.a c; public Executor d; public w e; diff --git a/app/src/main/java/b/f/g/a/a/h/c.java b/app/src/main/java/b/f/g/a/a/h/c.java index b6f2dedaae..f4a3592b14 100644 --- a/app/src/main/java/b/f/g/a/a/h/c.java +++ b/app/src/main/java/b/f/g/a/a/h/c.java @@ -7,16 +7,16 @@ public class c extends a { public String a; /* renamed from: b reason: collision with root package name */ - public final b f481b; + public final b f482b; public c(String str, b bVar) { - this.f481b = bVar; + this.f482b = bVar; this.a = str; } @Override // b.f.j.k.a, b.f.j.p.a1 public void e(String str, String str2, boolean z2) { - b bVar = this.f481b; + b bVar = this.f482b; if (bVar != null) { String str3 = this.a; str2.hashCode(); diff --git a/app/src/main/java/b/f/g/a/a/h/d.java b/app/src/main/java/b/f/g/a/a/h/d.java index 93346de881..2de6d3b220 100644 --- a/app/src/main/java/b/f/g/a/a/h/d.java +++ b/app/src/main/java/b/f/g/a/a/h/d.java @@ -9,10 +9,10 @@ public class d { public final Object a; /* renamed from: b reason: collision with root package name */ - public final ImageInfo f482b; + public final ImageInfo f483b; public d(String str, String str2, ImageRequest imageRequest, Object obj, ImageInfo imageInfo, ImageRequest imageRequest2, ImageRequest imageRequest3, ImageRequest[] imageRequestArr, long j, long j2, long j3, long j4, long j5, long j6, long j7, int i, String str3, boolean z2, int i2, int i3, Throwable th, int i4, long j8, long j9, String str4, long j10, b.a aVar) { this.a = obj; - this.f482b = imageInfo; + this.f483b = imageInfo; } } diff --git a/app/src/main/java/b/f/g/a/a/h/f.java b/app/src/main/java/b/f/g/a/a/h/f.java index 0344bff515..0c3d224af6 100644 --- a/app/src/main/java/b/f/g/a/a/h/f.java +++ b/app/src/main/java/b/f/g/a/a/h/f.java @@ -13,7 +13,7 @@ public class f implements g { public final c a; /* renamed from: b reason: collision with root package name */ - public final b f483b; + public final b f484b; public final h c = new h(); public final Supplier d; public c e; @@ -25,7 +25,7 @@ public class f implements g { public boolean k; public f(b bVar, c cVar, Supplier supplier) { - this.f483b = bVar; + this.f484b = bVar; this.a = cVar; this.d = supplier; } @@ -47,7 +47,7 @@ public class f implements g { if (!(!this.k || (list = this.j) == null || list.isEmpty())) { if (!(i != 3 || (aVar = this.a.k) == null || aVar.e() == null)) { Rect bounds = aVar.e().getBounds(); - this.c.f485s = bounds.width(); + this.c.f486s = bounds.width(); this.c.t = bounds.height(); } d c = hVar.c(); @@ -62,10 +62,10 @@ public class f implements g { this.k = z2; if (z2) { if (this.h == null) { - this.h = new a(this.f483b, this.c, this, this.d, l.a); + this.h = new a(this.f484b, this.c, this, this.d, l.a); } if (this.g == null) { - this.g = new b.f.g.a.a.h.i.c(this.f483b, this.c); + this.g = new b.f.g.a.a.h.i.c(this.f484b, this.c); } if (this.f == null) { this.f = new b.f.g.a.a.h.i.b(this.c, this); diff --git a/app/src/main/java/b/f/g/a/a/h/h.java b/app/src/main/java/b/f/g/a/a/h/h.java index ff7754f375..bda4a88d87 100644 --- a/app/src/main/java/b/f/g/a/a/h/h.java +++ b/app/src/main/java/b/f/g/a/a/h/h.java @@ -10,7 +10,7 @@ public class h { public String a; /* renamed from: b reason: collision with root package name */ - public String f484b; + public String f485b; public ImageRequest c; public Object d; public ImageInfo e; @@ -30,22 +30,22 @@ public class h { public int p = 1; /* renamed from: s reason: collision with root package name */ - public int f485s = -1; + public int f486s = -1; public int t = -1; public int v = -1; public int w = -1; /* renamed from: x reason: collision with root package name */ - public long f486x = -1; + public long f487x = -1; /* renamed from: y reason: collision with root package name */ - public long f487y = -1; + public long f488y = -1; /* renamed from: z reason: collision with root package name */ - public long f488z = -1; + public long f489z = -1; public void a() { - this.f484b = null; + this.f485b = null; this.c = null; this.d = null; this.e = null; @@ -55,7 +55,7 @@ public class h { this.p = 1; this.q = null; this.r = false; - this.f485s = -1; + this.f486s = -1; this.t = -1; this.u = null; this.v = -1; @@ -71,12 +71,12 @@ public class h { this.k = -1L; this.l = -1L; this.m = -1L; - this.f486x = -1L; - this.f487y = -1L; - this.f488z = -1L; + this.f487x = -1L; + this.f488y = -1L; + this.f489z = -1L; } public d c() { - return new d(this.a, this.f484b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f485s, this.t, this.u, this.w, this.f486x, this.f487y, null, this.f488z, this.A); + return new d(this.a, this.f485b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f486s, this.t, this.u, this.w, this.f487x, this.f488y, null, this.f489z, this.A); } } diff --git a/app/src/main/java/b/f/g/a/a/h/i/a.java b/app/src/main/java/b/f/g/a/a/h/i/a.java index e84dd3236c..c5bb4c074c 100644 --- a/app/src/main/java/b/f/g/a/a/h/i/a.java +++ b/app/src/main/java/b/f/g/a/a/h/i/a.java @@ -68,7 +68,7 @@ public class a extends b.f.h.b.a.a implements Closeable { e.A = aVar; n(e, 0); e.w = 1; - e.f486x = now; + e.f487x = now; q(e, 1); } @@ -82,7 +82,7 @@ public class a extends b.f.h.b.a.a implements Closeable { e.u = th; n(e, 5); e.w = 2; - e.f487y = now; + e.f488y = now; q(e, 2); } @@ -98,7 +98,7 @@ public class a extends b.f.h.b.a.a implements Closeable { n(e, 4); } e.w = 2; - e.f487y = now; + e.f488y = now; q(e, 2); } diff --git a/app/src/main/java/b/f/g/a/a/h/i/b.java b/app/src/main/java/b/f/g/a/a/h/i/b.java index a2467d53d3..ab8243aac4 100644 --- a/app/src/main/java/b/f/g/a/a/h/i/b.java +++ b/app/src/main/java/b/f/g/a/a/h/i/b.java @@ -8,11 +8,11 @@ public class b implements b.f.g.a.a.h.b { public final h a; /* renamed from: b reason: collision with root package name */ - public final f f489b; + public final f f490b; public b(h hVar, f fVar) { this.a = hVar; - this.f489b = fVar; + this.f490b = fVar; } @Override // b.f.g.a.a.h.b @@ -20,6 +20,6 @@ public class b implements b.f.g.a.a.h.b { h hVar = this.a; hVar.p = i; hVar.q = str2; - this.f489b.b(hVar, 1); + this.f490b.b(hVar, 1); } } diff --git a/app/src/main/java/b/f/g/a/a/h/i/c.java b/app/src/main/java/b/f/g/a/a/h/i/c.java index 42f9ecc291..39297fbfc4 100644 --- a/app/src/main/java/b/f/g/a/a/h/i/c.java +++ b/app/src/main/java/b/f/g/a/a/h/i/c.java @@ -10,44 +10,44 @@ public class c extends a { public final b a; /* renamed from: b reason: collision with root package name */ - public final h f490b; + public final h f491b; public c(b bVar, h hVar) { this.a = bVar; - this.f490b = hVar; + this.f491b = hVar; } @Override // b.f.j.k.a, b.f.j.k.e public void a(ImageRequest imageRequest, Object obj, String str, boolean z2) { - this.f490b.n = this.a.now(); - h hVar = this.f490b; + this.f491b.n = this.a.now(); + h hVar = this.f491b; hVar.c = imageRequest; hVar.d = obj; - hVar.f484b = str; + hVar.f485b = str; hVar.r = z2; } @Override // b.f.j.k.a, b.f.j.k.e public void c(ImageRequest imageRequest, String str, boolean z2) { - this.f490b.o = this.a.now(); - h hVar = this.f490b; + this.f491b.o = this.a.now(); + h hVar = this.f491b; hVar.c = imageRequest; - hVar.f484b = str; + hVar.f485b = str; hVar.r = z2; } @Override // b.f.j.k.a, b.f.j.k.e public void g(ImageRequest imageRequest, String str, Throwable th, boolean z2) { - this.f490b.o = this.a.now(); - h hVar = this.f490b; + this.f491b.o = this.a.now(); + h hVar = this.f491b; hVar.c = imageRequest; - hVar.f484b = str; + hVar.f485b = str; hVar.r = z2; } @Override // b.f.j.k.a, b.f.j.k.e public void k(String str) { - this.f490b.o = this.a.now(); - this.f490b.f484b = str; + this.f491b.o = this.a.now(); + this.f491b.f485b = str; } } diff --git a/app/src/main/java/b/f/g/b/b.java b/app/src/main/java/b/f/g/b/b.java index b1b120aaa6..d9332cf90b 100644 --- a/app/src/main/java/b/f/g/b/b.java +++ b/app/src/main/java/b/f/g/b/b.java @@ -11,7 +11,7 @@ import java.util.ArrayList; public class b extends a { /* renamed from: b reason: collision with root package name */ - public final Object f491b = new Object(); + public final Object f492b = new Object(); public final Runnable f = new a(); public ArrayList d = new ArrayList<>(); public ArrayList e = new ArrayList<>(); @@ -27,7 +27,7 @@ public class b extends a { @MainThread public void run() { ArrayList arrayList; - synchronized (b.this.f491b) { + synchronized (b.this.f492b) { b bVar = b.this; ArrayList arrayList2 = bVar.e; arrayList = bVar.d; @@ -45,7 +45,7 @@ public class b extends a { @Override // b.f.g.b.a @AnyThread public void a(a.AbstractC0067a aVar) { - synchronized (this.f491b) { + synchronized (this.f492b) { this.d.remove(aVar); } } diff --git a/app/src/main/java/b/f/g/b/c.java b/app/src/main/java/b/f/g/b/c.java index 4d2b2d6ae0..3786fe833d 100644 --- a/app/src/main/java/b/f/g/b/c.java +++ b/app/src/main/java/b/f/g/b/c.java @@ -8,7 +8,7 @@ public class c { public static final c a = new c(); /* renamed from: b reason: collision with root package name */ - public static boolean f492b = true; + public static boolean f493b = true; public final Queue c = new ArrayBlockingQueue(20); /* compiled from: DraweeEventTracker.java */ @@ -41,7 +41,7 @@ public class c { } public void a(a aVar) { - if (f492b) { + if (f493b) { if (this.c.size() + 1 > 20) { this.c.poll(); } diff --git a/app/src/main/java/b/f/g/b/d.java b/app/src/main/java/b/f/g/b/d.java index 02420eb0c0..b8edbb6dbe 100644 --- a/app/src/main/java/b/f/g/b/d.java +++ b/app/src/main/java/b/f/g/b/d.java @@ -5,6 +5,6 @@ public class d { public boolean a = false; /* renamed from: b reason: collision with root package name */ - public int f497b = 4; + public int f498b = 4; public int c = 0; } diff --git a/app/src/main/java/b/f/g/c/b.java b/app/src/main/java/b/f/g/c/b.java index 9a46a1adbb..2610a8a4be 100644 --- a/app/src/main/java/b/f/g/c/b.java +++ b/app/src/main/java/b/f/g/c/b.java @@ -12,7 +12,7 @@ public class b implements Supplier> { public final /* synthetic */ DraweeController a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f498b; + public final /* synthetic */ String f499b; public final /* synthetic */ Object c; public final /* synthetic */ Object d; public final /* synthetic */ AbstractDraweeControllerBuilder.b e; @@ -21,7 +21,7 @@ public class b implements Supplier> { public b(AbstractDraweeControllerBuilder abstractDraweeControllerBuilder, DraweeController draweeController, String str, Object obj, Object obj2, AbstractDraweeControllerBuilder.b bVar) { this.f = abstractDraweeControllerBuilder; this.a = draweeController; - this.f498b = str; + this.f499b = str; this.c = obj; this.d = obj2; this.e = bVar; @@ -29,7 +29,7 @@ public class b implements Supplier> { @Override // com.facebook.common.internal.Supplier public Object get() { - return this.f.b(this.a, this.f498b, this.c, this.d, this.e); + return this.f.b(this.a, this.f499b, this.c, this.d, this.e); } public String toString() { diff --git a/app/src/main/java/b/f/g/d/a.java b/app/src/main/java/b/f/g/d/a.java index 8b76062c82..dc6b8365c6 100644 --- a/app/src/main/java/b/f/g/d/a.java +++ b/app/src/main/java/b/f/g/d/a.java @@ -29,18 +29,18 @@ public class a extends Drawable implements b { public int w; /* renamed from: x reason: collision with root package name */ - public int f500x; + public int f501x; /* renamed from: y reason: collision with root package name */ - public int f501y; + public int f502y; /* renamed from: z reason: collision with root package name */ - public int f502z; + public int f503z; public HashMap o = new HashMap<>(); public int r = 80; /* renamed from: s reason: collision with root package name */ - public final Paint f499s = new Paint(1); + public final Paint f500s = new Paint(1); public final Matrix t = new Matrix(); public final Rect u = new Rect(); public final RectF v = new RectF(); @@ -56,17 +56,17 @@ public class a extends Drawable implements b { public final void a(Canvas canvas, String str, String str2, int i) { String v = b.d.b.a.a.v(str, ": "); - float measureText = this.f499s.measureText(v); - float measureText2 = this.f499s.measureText(str2); - this.f499s.setColor(1711276032); - int i2 = this.f502z; + float measureText = this.f500s.measureText(v); + float measureText2 = this.f500s.measureText(str2); + this.f500s.setColor(1711276032); + int i2 = this.f503z; int i3 = this.A; - canvas.drawRect(i2 - 4, i3 + 8, i2 + measureText + measureText2 + 4.0f, i3 + this.f501y + 8, this.f499s); - this.f499s.setColor(-1); - canvas.drawText(v, this.f502z, this.A, this.f499s); - this.f499s.setColor(i); - canvas.drawText(str2, this.f502z + measureText, this.A, this.f499s); - this.A += this.f501y; + canvas.drawRect(i2 - 4, i3 + 8, i2 + measureText + measureText2 + 4.0f, i3 + this.f502y + 8, this.f500s); + this.f500s.setColor(-1); + canvas.drawText(v, this.f503z, this.A, this.f500s); + this.f500s.setColor(i); + canvas.drawText(str2, this.f503z + measureText, this.A, this.f500s); + this.A += this.f502y; } public void c() { @@ -102,18 +102,18 @@ public class a extends Drawable implements b { long j; String str; Rect bounds = getBounds(); - this.f499s.setStyle(Paint.Style.STROKE); - this.f499s.setStrokeWidth(2.0f); - this.f499s.setColor(-26624); - canvas.drawRect(bounds.left, bounds.top, bounds.right, bounds.bottom, this.f499s); - this.f499s.setStyle(Paint.Style.FILL); - this.f499s.setColor(0); - canvas.drawRect(bounds.left, bounds.top, bounds.right, bounds.bottom, this.f499s); - this.f499s.setStyle(Paint.Style.FILL); - this.f499s.setStrokeWidth(0.0f); - this.f499s.setColor(-1); - this.f502z = this.w; - this.A = this.f500x; + this.f500s.setStyle(Paint.Style.STROKE); + this.f500s.setStrokeWidth(2.0f); + this.f500s.setColor(-26624); + canvas.drawRect(bounds.left, bounds.top, bounds.right, bounds.bottom, this.f500s); + this.f500s.setStyle(Paint.Style.FILL); + this.f500s.setColor(0); + canvas.drawRect(bounds.left, bounds.top, bounds.right, bounds.bottom, this.f500s); + this.f500s.setStyle(Paint.Style.FILL); + this.f500s.setStrokeWidth(0.0f); + this.f500s.setColor(-1); + this.f503z = this.w; + this.A = this.f501x; a(canvas, "ID", this.j, -1); a(canvas, "D", b("%dx%d", Integer.valueOf(bounds.width()), Integer.valueOf(bounds.height())), -1); int i4 = this.k; @@ -206,15 +206,15 @@ public class a extends Drawable implements b { public void onBoundsChange(Rect rect) { super.onBoundsChange(rect); int min = Math.min(40, Math.max(10, Math.min(rect.width() / 8, rect.height() / 9))); - this.f499s.setTextSize(min); + this.f500s.setTextSize(min); int i = min + 8; - this.f501y = i; + this.f502y = i; int i2 = this.r; if (i2 == 80) { - this.f501y = i * (-1); + this.f502y = i * (-1); } this.w = rect.left + 10; - this.f500x = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; + this.f501x = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/b/f/g/d/b/a.java b/app/src/main/java/b/f/g/d/b/a.java index 3b12bfc1eb..4846e10620 100644 --- a/app/src/main/java/b/f/g/d/b/a.java +++ b/app/src/main/java/b/f/g/d/b/a.java @@ -8,7 +8,7 @@ public class a extends c { public long a = -1; /* renamed from: b reason: collision with root package name */ - public long f503b = -1; + public long f504b = -1; public b c; public a(b bVar) { @@ -18,7 +18,7 @@ public class a extends c { @Override // b.f.g.c.c, com.facebook.drawee.controller.ControllerListener public void onFinalImageSet(String str, Object obj, Animatable animatable) { long currentTimeMillis = System.currentTimeMillis(); - this.f503b = currentTimeMillis; + this.f504b = currentTimeMillis; b bVar = this.c; if (bVar != null) { b.f.g.d.a aVar = (b.f.g.d.a) bVar; diff --git a/app/src/main/java/b/f/g/e/b.java b/app/src/main/java/b/f/g/e/b.java index 731f93d550..309ec90aaa 100644 --- a/app/src/main/java/b/f/g/e/b.java +++ b/app/src/main/java/b/f/g/e/b.java @@ -326,7 +326,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { e eVar = this.k; eVar.c = colorFilter; int i = 0; - eVar.f504b = colorFilter != null; + eVar.f505b = colorFilter != null; while (true) { Drawable[] drawableArr = this.l; if (i < drawableArr.length) { diff --git a/app/src/main/java/b/f/g/e/e.java b/app/src/main/java/b/f/g/e/e.java index 359e822d16..bde066348f 100644 --- a/app/src/main/java/b/f/g/e/e.java +++ b/app/src/main/java/b/f/g/e/e.java @@ -7,7 +7,7 @@ public class e { public int a = -1; /* renamed from: b reason: collision with root package name */ - public boolean f504b = false; + public boolean f505b = false; public ColorFilter c = null; public int d = -1; public int e = -1; diff --git a/app/src/main/java/b/f/g/e/f.java b/app/src/main/java/b/f/g/e/f.java index cf165a007a..c8d73d30a2 100644 --- a/app/src/main/java/b/f/g/e/f.java +++ b/app/src/main/java/b/f/g/e/f.java @@ -23,7 +23,7 @@ public class f extends b { public final Drawable[] r; /* renamed from: s reason: collision with root package name */ - public final boolean f505s; + public final boolean f506s; public final int t; public final int u; @VisibleForTesting @@ -33,35 +33,35 @@ public class f extends b { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public long f506x; + public long f507x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f507y; + public int[] f508y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int[] f508z; + public int[] f509z; public f(Drawable[] drawableArr, boolean z2, int i) { super(drawableArr); b.c.a.a0.d.C(drawableArr.length >= 1, "At least one layer required!"); this.r = drawableArr; int[] iArr = new int[drawableArr.length]; - this.f507y = iArr; - this.f508z = new int[drawableArr.length]; + this.f508y = iArr; + this.f509z = new int[drawableArr.length]; this.A = 255; this.B = new boolean[drawableArr.length]; this.C = 0; - this.f505s = z2; + this.f506s = z2; int i2 = z2 ? 255 : 0; this.t = i2; this.u = i; this.v = 2; Arrays.fill(iArr, i2); - this.f507y[0] = 255; - Arrays.fill(this.f508z, i2); - this.f508z[0] = 255; + this.f508y[0] = 255; + Arrays.fill(this.f509z, i2); + this.f509z[0] = 255; Arrays.fill(this.B, z2); this.B[0] = true; } @@ -73,8 +73,8 @@ public class f extends b { int i2 = this.v; int i3 = 2; if (i2 == 0) { - System.arraycopy(this.f508z, 0, this.f507y, 0, this.r.length); - this.f506x = SystemClock.uptimeMillis(); + System.arraycopy(this.f509z, 0, this.f508y, 0, this.r.length); + this.f507x = SystemClock.uptimeMillis(); z2 = i(this.w == 0 ? 1.0f : 0.0f); if (!this.E && (i = this.u) >= 0) { boolean[] zArr = this.B; @@ -94,7 +94,7 @@ public class f extends b { z2 = true; } else { b.c.a.a0.d.B(this.w > 0); - z2 = i(((float) (SystemClock.uptimeMillis() - this.f506x)) / this.w); + z2 = i(((float) (SystemClock.uptimeMillis() - this.f507x)) / this.w); if (!z2) { i3 = 1; } @@ -107,7 +107,7 @@ public class f extends b { break; } Drawable drawable = drawableArr[i4]; - int ceil = (int) Math.ceil((this.f508z[i4] * this.A) / 255.0d); + int ceil = (int) Math.ceil((this.f509z[i4] * this.A) / 255.0d); if (drawable != null && ceil > 0) { this.C++; if (this.F) { @@ -142,7 +142,7 @@ public class f extends b { public void g() { this.v = 2; for (int i = 0; i < this.r.length; i++) { - this.f508z[i] = this.B[i] ? 255 : 0; + this.f509z[i] = this.B[i] ? 255 : 0; } invalidateSelf(); } @@ -157,8 +157,8 @@ public class f extends b { for (int i = 0; i < this.r.length; i++) { boolean[] zArr = this.B; int i2 = zArr[i] ? 1 : -1; - int[] iArr = this.f508z; - iArr[i] = (int) ((i2 * 255 * f) + this.f507y[i]); + int[] iArr = this.f509z; + iArr[i] = (int) ((i2 * 255 * f) + this.f508y[i]); if (iArr[i] < 0) { iArr[i] = 0; } diff --git a/app/src/main/java/b/f/g/e/g.java b/app/src/main/java/b/f/g/e/g.java index 12b46cc032..214a0902b2 100644 --- a/app/src/main/java/b/f/g/e/g.java +++ b/app/src/main/java/b/f/g/e/g.java @@ -179,7 +179,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { public void setColorFilter(ColorFilter colorFilter) { e eVar = this.l; eVar.c = colorFilter; - eVar.f504b = colorFilter != null; + eVar.f505b = colorFilter != null; Drawable drawable = this.k; if (drawable != null) { drawable.setColorFilter(colorFilter); diff --git a/app/src/main/java/b/f/g/e/l.java b/app/src/main/java/b/f/g/e/l.java index cb25e724d0..a4651b576d 100644 --- a/app/src/main/java/b/f/g/e/l.java +++ b/app/src/main/java/b/f/g/e/l.java @@ -28,7 +28,7 @@ public class l extends Drawable implements j { public boolean r = false; /* renamed from: s reason: collision with root package name */ - public boolean f509s = false; + public boolean f510s = false; @VisibleForTesting public final Path t = new Path(); @VisibleForTesting @@ -36,7 +36,7 @@ public class l extends Drawable implements j { public final RectF w = new RectF(); /* renamed from: x reason: collision with root package name */ - public int f510x = 255; + public int f511x = 255; public l(int i) { this.v = 0; @@ -119,12 +119,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void draw(Canvas canvas) { - this.m.setColor(d.m1(this.v, this.f510x)); + this.m.setColor(d.m1(this.v, this.f511x)); this.m.setStyle(Paint.Style.FILL); - this.m.setFilterBitmap(this.f509s); + this.m.setFilterBitmap(this.f510s); canvas.drawPath(this.t, this.m); if (this.o != 0.0f) { - this.m.setColor(d.m1(this.q, this.f510x)); + this.m.setColor(d.m1(this.q, this.f511x)); this.m.setStyle(Paint.Style.STROKE); this.m.setStrokeWidth(this.o); canvas.drawPath(this.u, this.m); @@ -133,8 +133,8 @@ public class l extends Drawable implements j { @Override // b.f.g.e.j public void e(boolean z2) { - if (this.f509s != z2) { - this.f509s = z2; + if (this.f510s != z2) { + this.f510s = z2; invalidateSelf(); } } @@ -150,12 +150,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f510x; + return this.f511x; } @Override // android.graphics.drawable.Drawable public int getOpacity() { - int m1 = d.m1(this.v, this.f510x) >>> 24; + int m1 = d.m1(this.v, this.f511x) >>> 24; if (m1 == 255) { return -1; } @@ -199,8 +199,8 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void setAlpha(int i) { - if (i != this.f510x) { - this.f510x = i; + if (i != this.f511x) { + this.f511x = i; invalidateSelf(); } } diff --git a/app/src/main/java/b/f/g/e/m.java b/app/src/main/java/b/f/g/e/m.java index f742e7a333..85347d5d76 100644 --- a/app/src/main/java/b/f/g/e/m.java +++ b/app/src/main/java/b/f/g/e/m.java @@ -23,7 +23,7 @@ public class m extends g implements j { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final float[] f511s = new float[8]; + public final float[] f512s = new float[8]; @VisibleForTesting public final Paint t = new Paint(1); public boolean u = false; @@ -31,13 +31,13 @@ public class m extends g implements j { public int w = 0; /* renamed from: x reason: collision with root package name */ - public int f512x = 0; + public int f513x = 0; /* renamed from: y reason: collision with root package name */ - public float f513y = 0.0f; + public float f514y = 0.0f; /* renamed from: z reason: collision with root package name */ - public boolean f514z = false; + public boolean f515z = false; public boolean A = false; public final Path B = new Path(); public final Path C = new Path(); @@ -67,7 +67,7 @@ public class m extends g implements j { this.o.set(getBounds()); int h = b.h(this.n); if (h == 0) { - if (this.f514z) { + if (this.f515z) { RectF rectF = this.p; if (rectF == null) { this.p = new RectF(this.o); @@ -94,7 +94,7 @@ public class m extends g implements j { } } this.t.setStyle(Paint.Style.FILL); - this.t.setColor(this.f512x); + this.t.setColor(this.f513x); this.t.setStrokeWidth(0.0f); this.t.setFilterBitmap(this.A); this.B.setFillType(Path.FillType.EVEN_ODD); @@ -149,14 +149,14 @@ public class m extends g implements j { @Override // b.f.g.e.j public void f(boolean z2) { - this.f514z = z2; + this.f515z = z2; p(); invalidateSelf(); } @Override // b.f.g.e.j public void i(float f) { - this.f513y = f; + this.f514y = f; p(); invalidateSelf(); } @@ -195,7 +195,7 @@ public class m extends g implements j { this.C.reset(); this.D.set(getBounds()); RectF rectF = this.D; - float f = this.f513y; + float f = this.f514y; rectF.inset(f, f); if (this.n == 1) { this.B.addRect(this.D, Path.Direction.CW); @@ -206,7 +206,7 @@ public class m extends g implements j { this.B.addRoundRect(this.D, this.r, Path.Direction.CW); } RectF rectF2 = this.D; - float f2 = -this.f513y; + float f2 = -this.f514y; rectF2.inset(f2, f2); RectF rectF3 = this.D; float f3 = this.v / 2.0f; @@ -216,11 +216,11 @@ public class m extends g implements j { } else { int i = 0; while (true) { - fArr = this.f511s; + fArr = this.f512s; if (i >= fArr.length) { break; } - fArr[i] = (this.r[i] + this.f513y) - (this.v / 2.0f); + fArr[i] = (this.r[i] + this.f514y) - (this.v / 2.0f); i++; } this.C.addRoundRect(this.D, fArr, Path.Direction.CW); diff --git a/app/src/main/java/b/f/g/e/n.java b/app/src/main/java/b/f/g/e/n.java index 8f2096df3a..a19f4e9f90 100644 --- a/app/src/main/java/b/f/g/e/n.java +++ b/app/src/main/java/b/f/g/e/n.java @@ -34,7 +34,7 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public RectF f517y; + public RectF f518y; public boolean k = false; public boolean l = false; public float m = 0.0f; @@ -46,7 +46,7 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final float[] f515s = new float[8]; + public final float[] f516s = new float[8]; @VisibleForTesting public final RectF u = new RectF(); @VisibleForTesting @@ -56,11 +56,11 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public final RectF f516x = new RectF(); + public final RectF f517x = new RectF(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f518z = new Matrix(); + public final Matrix f519z = new Matrix(); @VisibleForTesting public final Matrix A = new Matrix(); @VisibleForTesting @@ -148,7 +148,7 @@ public abstract class n extends Drawable implements j, d0 { } else { int i = 0; while (true) { - fArr = this.f515s; + fArr = this.f516s; if (i >= fArr.length) { break; } @@ -169,7 +169,7 @@ public abstract class n extends Drawable implements j, d0 { if (this.t == null) { this.t = new float[8]; } - for (int i2 = 0; i2 < this.f515s.length; i2++) { + for (int i2 = 0; i2 < this.f516s.length; i2++) { this.t[i2] = this.r[i2] - this.m; } this.n.addRoundRect(this.u, this.t, Path.Direction.CW); @@ -222,38 +222,38 @@ public abstract class n extends Drawable implements j, d0 { this.u.set(getBounds()); } this.w.set(0.0f, 0.0f, getIntrinsicWidth(), getIntrinsicHeight()); - this.f516x.set(this.j.getBounds()); - this.f518z.setRectToRect(this.w, this.f516x, Matrix.ScaleToFit.FILL); + this.f517x.set(this.j.getBounds()); + this.f519z.setRectToRect(this.w, this.f517x, Matrix.ScaleToFit.FILL); if (this.I) { - RectF rectF = this.f517y; + RectF rectF = this.f518y; if (rectF == null) { - this.f517y = new RectF(this.u); + this.f518y = new RectF(this.u); } else { rectF.set(this.u); } - RectF rectF2 = this.f517y; + RectF rectF2 = this.f518y; float f = this.m; rectF2.inset(f, f); if (this.E == null) { this.E = new Matrix(); } - this.E.setRectToRect(this.u, this.f517y, Matrix.ScaleToFit.FILL); + this.E.setRectToRect(this.u, this.f518y, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.E; if (matrix2 != null) { matrix2.reset(); } } - if (!this.B.equals(this.C) || !this.f518z.equals(this.A) || ((matrix = this.E) != null && !matrix.equals(this.F))) { + if (!this.B.equals(this.C) || !this.f519z.equals(this.A) || ((matrix = this.E) != null && !matrix.equals(this.F))) { this.o = true; this.B.invert(this.D); this.G.set(this.B); if (this.I) { this.G.postConcat(this.E); } - this.G.preConcat(this.f518z); + this.G.preConcat(this.f519z); this.C.set(this.B); - this.A.set(this.f518z); + this.A.set(this.f519z); if (this.I) { Matrix matrix3 = this.F; if (matrix3 == null) { diff --git a/app/src/main/java/b/f/g/e/p.java b/app/src/main/java/b/f/g/e/p.java index 370016a56a..f50e847e56 100644 --- a/app/src/main/java/b/f/g/e/p.java +++ b/app/src/main/java/b/f/g/e/p.java @@ -18,7 +18,7 @@ public class p extends g { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public Matrix f519s; + public Matrix f520s; @VisibleForTesting public PointF p = null; @VisibleForTesting @@ -36,7 +36,7 @@ public class p extends g { public void d(Matrix matrix) { n(matrix); q(); - Matrix matrix2 = this.f519s; + Matrix matrix2 = this.f520s; if (matrix2 != null) { matrix.preConcat(matrix2); } @@ -45,10 +45,10 @@ public class p extends g { @Override // b.f.g.e.g, android.graphics.drawable.Drawable public void draw(Canvas canvas) { q(); - if (this.f519s != null) { + if (this.f520s != null) { int save = canvas.save(); canvas.clipRect(getBounds()); - canvas.concat(this.f519s); + canvas.concat(this.f520s); Drawable drawable = this.k; if (drawable != null) { drawable.draw(canvas); @@ -80,7 +80,7 @@ public class p extends g { if (drawable == null) { this.r = 0; this.q = 0; - this.f519s = null; + this.f520s = null; return; } Rect bounds = getBounds(); @@ -92,16 +92,16 @@ public class p extends g { this.r = intrinsicHeight; if (intrinsicWidth <= 0 || intrinsicHeight <= 0) { drawable.setBounds(bounds); - this.f519s = null; + this.f520s = null; } else if (intrinsicWidth == width && intrinsicHeight == height) { drawable.setBounds(bounds); - this.f519s = null; + this.f520s = null; } else { ScalingUtils$ScaleType scalingUtils$ScaleType = this.n; ScalingUtils$ScaleType scalingUtils$ScaleType2 = ScalingUtils$ScaleType.a; if (scalingUtils$ScaleType == z.l) { drawable.setBounds(bounds); - this.f519s = null; + this.f520s = null; return; } drawable.setBounds(0, 0, intrinsicWidth, intrinsicHeight); @@ -109,7 +109,7 @@ public class p extends g { Matrix matrix = this.t; PointF pointF = this.p; scalingUtils$ScaleType3.a(matrix, bounds, intrinsicWidth, intrinsicHeight, pointF != null ? pointF.x : 0.5f, pointF != null ? pointF.y : 0.5f); - this.f519s = this.t; + this.f520s = this.t; } } diff --git a/app/src/main/java/b/f/g/f/a.java b/app/src/main/java/b/f/g/f/a.java index 3963c917c5..c214f48078 100644 --- a/app/src/main/java/b/f/g/f/a.java +++ b/app/src/main/java/b/f/g/f/a.java @@ -15,7 +15,7 @@ public class a { public static final ScalingUtils$ScaleType a = t.l; /* renamed from: b reason: collision with root package name */ - public static final ScalingUtils$ScaleType f520b = s.l; + public static final ScalingUtils$ScaleType f521b = s.l; public Resources c; public ScalingUtils$ScaleType g; public ScalingUtils$ScaleType i; @@ -27,7 +27,7 @@ public class a { public Drawable h = null; public Drawable j = null; public Drawable l = null; - public ScalingUtils$ScaleType n = f520b; + public ScalingUtils$ScaleType n = f521b; public Drawable o = null; public List p = null; public Drawable q = null; diff --git a/app/src/main/java/b/f/g/f/b.java b/app/src/main/java/b/f/g/f/b.java index 64a6f514f6..4453482a78 100644 --- a/app/src/main/java/b/f/g/f/b.java +++ b/app/src/main/java/b/f/g/f/b.java @@ -30,7 +30,7 @@ public class b extends g implements f0 { DraweeHolder draweeHolder = (DraweeHolder) g0Var; if (!draweeHolder.a) { a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString()); - draweeHolder.f2875b = true; + draweeHolder.f2886b = true; draweeHolder.c = true; draweeHolder.b(); } diff --git a/app/src/main/java/b/f/g/f/c.java b/app/src/main/java/b/f/g/f/c.java index e1b7948202..c528dceabe 100644 --- a/app/src/main/java/b/f/g/f/c.java +++ b/app/src/main/java/b/f/g/f/c.java @@ -9,7 +9,7 @@ public class c { public int a = 2; /* renamed from: b reason: collision with root package name */ - public boolean f521b = false; + public boolean f522b = false; public float[] c = null; public int d = 0; public float e = 0.0f; @@ -40,7 +40,7 @@ public class c { return false; } c cVar = (c) obj; - if (this.f521b == cVar.f521b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { + if (this.f522b == cVar.f522b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { return Arrays.equals(this.c, cVar.c); } return false; @@ -48,7 +48,7 @@ public class c { public int hashCode() { int i = this.a; - int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.f521b ? 1 : 0)) * 31; + int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.f522b ? 1 : 0)) * 31; float[] fArr = this.c; int hashCode = (((h + (fArr != null ? Arrays.hashCode(fArr) : 0)) * 31) + this.d) * 31; float f = this.e; diff --git a/app/src/main/java/b/f/g/f/d.java b/app/src/main/java/b/f/g/f/d.java index 8a5fd8bd69..b83396a263 100644 --- a/app/src/main/java/b/f/g/f/d.java +++ b/app/src/main/java/b/f/g/f/d.java @@ -42,7 +42,7 @@ public class d { } public static void b(j jVar, c cVar) { - jVar.c(cVar.f521b); + jVar.c(cVar.f522b); jVar.m(cVar.c); jVar.a(cVar.f, cVar.e); jVar.i(cVar.g); @@ -80,7 +80,7 @@ public class d { if (!(drawable == null || cVar == null || cVar.a != 1)) { m mVar = new m(drawable); b(mVar, cVar); - mVar.f512x = cVar.d; + mVar.f513x = cVar.d; mVar.invalidateSelf(); return mVar; } diff --git a/app/src/main/java/b/f/g/g/a.java b/app/src/main/java/b/f/g/g/a.java index 61f01b5272..30f3ab0172 100644 --- a/app/src/main/java/b/f/g/g/a.java +++ b/app/src/main/java/b/f/g/g/a.java @@ -9,7 +9,7 @@ public class a { @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public final float f522b; + public final float f523b; @VisibleForTesting public long e; @VisibleForTesting @@ -30,6 +30,6 @@ public class a { } public a(Context context) { - this.f522b = ViewConfiguration.get(context).getScaledTouchSlop(); + this.f523b = ViewConfiguration.get(context).getScaledTouchSlop(); } } diff --git a/app/src/main/java/b/f/h/a/a/c.java b/app/src/main/java/b/f/h/a/a/c.java index 2d28e2c2dc..a28499eba3 100644 --- a/app/src/main/java/b/f/h/a/a/c.java +++ b/app/src/main/java/b/f/h/a/a/c.java @@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit; public class c extends b { /* renamed from: b reason: collision with root package name */ - public final b.f.d.k.b f523b; + public final b.f.d.k.b f524b; public final ScheduledExecutorService c; public long e; public b f; @@ -29,7 +29,7 @@ public class c extends b { c cVar = c.this; boolean z2 = false; cVar.d = false; - if (cVar.f523b.now() - cVar.e > 2000) { + if (cVar.f524b.now() - cVar.e > 2000) { z2 = true; } if (z2) { @@ -53,7 +53,7 @@ public class c extends b { public c(T t, b bVar, b.f.d.k.b bVar2, ScheduledExecutorService scheduledExecutorService) { super(t); this.f = bVar; - this.f523b = bVar2; + this.f524b = bVar2; this.c = scheduledExecutorService; } @@ -66,7 +66,7 @@ public class c extends b { @Override // b.f.h.a.a.b, b.f.h.a.a.a public boolean j(Drawable drawable, Canvas canvas, int i) { - this.e = this.f523b.now(); + this.e = this.f524b.now(); boolean j = super.j(drawable, canvas, i); c(); return j; diff --git a/app/src/main/java/b/f/h/a/b/a.java b/app/src/main/java/b/f/h/a/b/a.java index c629a40689..cb5981c908 100644 --- a/app/src/main/java/b/f/h/a/b/a.java +++ b/app/src/main/java/b/f/h/a/b/a.java @@ -20,7 +20,7 @@ public class a implements b.f.h.a.a.a, c.b { public final PlatformBitmapFactory a; /* renamed from: b reason: collision with root package name */ - public final b f524b; + public final b f525b; public final d c; public final c d; public final b.f.h.a.b.e.a e; @@ -33,7 +33,7 @@ public class a implements b.f.h.a.a.a, c.b { public a(PlatformBitmapFactory platformBitmapFactory, b bVar, d dVar, c cVar, b.f.h.a.b.e.a aVar, b bVar2) { this.a = platformBitmapFactory; - this.f524b = bVar; + this.f525b = bVar; this.c = dVar; this.d = cVar; this.e = aVar; @@ -53,12 +53,12 @@ public class a implements b.f.h.a.a.a, c.b { @Override // b.f.h.a.a.c.b public void c() { - this.f524b.clear(); + this.f525b.clear(); } @Override // b.f.h.a.a.a public void clear() { - this.f524b.clear(); + this.f525b.clear(); } @Override // b.f.h.a.a.a @@ -85,12 +85,12 @@ public class a implements b.f.h.a.a.a, c.b { public void h(Rect rect) { this.h = rect; b.f.h.a.b.f.b bVar = (b.f.h.a.b.f.b) this.d; - b.f.j.a.c.a aVar = (b.f.j.a.c.a) bVar.f529b; + b.f.j.a.c.a aVar = (b.f.j.a.c.a) bVar.f530b; if (!b.f.j.a.c.a.a(aVar.c, rect).equals(aVar.d)) { - aVar = new b.f.j.a.c.a(aVar.a, aVar.f546b, rect, aVar.i); + aVar = new b.f.j.a.c.a(aVar.a, aVar.f547b, rect, aVar.i); } - if (aVar != bVar.f529b) { - bVar.f529b = aVar; + if (aVar != bVar.f530b) { + bVar.f530b = aVar; bVar.c = new b.f.j.a.c.d(aVar, bVar.d); } n(); @@ -108,7 +108,7 @@ public class a implements b.f.h.a.a.a, c.b { boolean l = l(canvas, i2, 0); b.f.h.a.b.e.a aVar = this.e; if (!(aVar == null || (bVar = this.f) == null)) { - b bVar2 = this.f524b; + b bVar2 = this.f525b; b.f.h.a.b.e.d dVar = (b.f.h.a.b.e.d) aVar; int i3 = 1; while (i3 <= dVar.a) { @@ -147,7 +147,7 @@ public class a implements b.f.h.a.a.a, c.b { if (i2 == 3) { return true; } - this.f524b.e(i, closeableReference, i2); + this.f525b.e(i, closeableReference, i2); return true; } @@ -158,11 +158,11 @@ public class a implements b.f.h.a.a.a, c.b { CloseableReference closeableReference = null; try { if (i2 == 0) { - d = this.f524b.d(i); + d = this.f525b.d(i); z2 = k(i, d, canvas, 0); i3 = 1; } else if (i2 == 1) { - d = this.f524b.a(i, this.i, this.j); + d = this.f525b.a(i, this.i, this.j); if (!m(i, d) || !k(i, d, canvas, 1)) { z2 = false; } @@ -182,7 +182,7 @@ public class a implements b.f.h.a.a.a, c.b { Class cls2 = CloseableReference.j; return false; } else { - d = this.f524b.f(i); + d = this.f525b.f(i); z2 = k(i, d, canvas, 3); i3 = -1; } @@ -207,14 +207,14 @@ public class a implements b.f.h.a.a.a, c.b { } public final void n() { - int width = ((b.f.j.a.c.a) ((b.f.h.a.b.f.b) this.d).f529b).c.getWidth(); + int width = ((b.f.j.a.c.a) ((b.f.h.a.b.f.b) this.d).f530b).c.getWidth(); this.i = width; int i = -1; if (width == -1) { Rect rect = this.h; this.i = rect == null ? -1 : rect.width(); } - int height = ((b.f.j.a.c.a) ((b.f.h.a.b.f.b) this.d).f529b).c.getHeight(); + int height = ((b.f.j.a.c.a) ((b.f.h.a.b.f.b) this.d).f530b).c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/b/f/h/a/b/d/a.java b/app/src/main/java/b/f/h/a/b/d/a.java index 319e4bdcbf..57015b4593 100644 --- a/app/src/main/java/b/f/h/a/b/d/a.java +++ b/app/src/main/java/b/f/h/a/b/d/a.java @@ -7,11 +7,11 @@ public class a implements CacheKey { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f525b; + public final boolean f526b; public a(int i, boolean z2) { this.a = b.d.b.a.a.p("anim://", i); - this.f525b = z2; + this.f526b = z2; } @Override // com.facebook.cache.common.CacheKey @@ -26,7 +26,7 @@ public class a implements CacheKey { @Override // com.facebook.cache.common.CacheKey public boolean equals(Object obj) { - if (!this.f525b) { + if (!this.f526b) { return super.equals(obj); } if (this == obj) { @@ -40,6 +40,6 @@ public class a implements CacheKey { @Override // com.facebook.cache.common.CacheKey public int hashCode() { - return !this.f525b ? super.hashCode() : this.a.hashCode(); + return !this.f526b ? super.hashCode() : this.a.hashCode(); } } diff --git a/app/src/main/java/b/f/h/a/b/d/b.java b/app/src/main/java/b/f/h/a/b/d/b.java index 242890e18c..15ff243421 100644 --- a/app/src/main/java/b/f/h/a/b/d/b.java +++ b/app/src/main/java/b/f/h/a/b/d/b.java @@ -17,13 +17,13 @@ public class b implements b.f.h.a.b.b { public final c a; /* renamed from: b reason: collision with root package name */ - public final boolean f526b; + public final boolean f527b; public final SparseArray> c = new SparseArray<>(); public CloseableReference d; public b(c cVar, boolean z2) { this.a = cVar; - this.f526b = z2; + this.f527b = z2; } @VisibleForTesting @@ -55,7 +55,7 @@ public class b implements b.f.h.a.b.b { public synchronized CloseableReference a(int i, int i2, int i3) { CacheKey cacheKey; CloseableReference closeableReference = null; - if (!this.f526b) { + if (!this.f527b) { return null; } c cVar = this.a; @@ -72,7 +72,7 @@ public class b implements b.f.h.a.b.b { if (cacheKey == null) { break; } - CloseableReference b2 = cVar.f547b.b(cacheKey); + CloseableReference b2 = cVar.f548b.b(cacheKey); if (b2 != null) { closeableReference = b2; break; @@ -91,7 +91,7 @@ public class b implements b.f.h.a.b.b { return; } c cVar = this.a; - CloseableReference c = cVar.f547b.c(new c.b(cVar.a, i), A, cVar.c); + CloseableReference c = cVar.f548b.c(new c.b(cVar.a, i), A, cVar.c); if (CloseableReference.y(c)) { CloseableReference closeableReference2 = this.c.get(i); if (closeableReference2 != null) { @@ -107,7 +107,7 @@ public class b implements b.f.h.a.b.b { public synchronized boolean c(int i) { c cVar; cVar = this.a; - return cVar.f547b.contains(new c.b(cVar.a, i)); + return cVar.f548b.contains(new c.b(cVar.a, i)); } @Override // b.f.h.a.b.b @@ -131,7 +131,7 @@ public class b implements b.f.h.a.b.b { public synchronized CloseableReference d(int i) { c cVar; cVar = this.a; - return g(cVar.f547b.get(new c.b(cVar.a, i))); + return g(cVar.f548b.get(new c.b(cVar.a, i))); } @Override // b.f.h.a.b.b @@ -153,7 +153,7 @@ public class b implements b.f.h.a.b.b { closeableReference3.close(); } c cVar = this.a; - this.d = cVar.f547b.c(new c.b(cVar.a, i), A, cVar.c); + this.d = cVar.f548b.c(new c.b(cVar.a, i), A, cVar.c); } if (A != null) { A.close(); diff --git a/app/src/main/java/b/f/h/a/b/d/c.java b/app/src/main/java/b/f/h/a/b/d/c.java index 64589a3b3f..c0b71c28d1 100644 --- a/app/src/main/java/b/f/h/a/b/d/c.java +++ b/app/src/main/java/b/f/h/a/b/d/c.java @@ -9,12 +9,12 @@ public class c implements b { public int a = -1; /* renamed from: b reason: collision with root package name */ - public CloseableReference f527b; + public CloseableReference f528b; @Override // b.f.h.a.b.b public synchronized CloseableReference a(int i, int i2, int i3) { CloseableReference n; - n = CloseableReference.n(this.f527b); + n = CloseableReference.n(this.f528b); g(); return n; } @@ -27,7 +27,7 @@ public class c implements b { public synchronized boolean c(int i) { boolean z2; if (i == this.a) { - if (CloseableReference.y(this.f527b)) { + if (CloseableReference.y(this.f528b)) { z2 = true; } } @@ -45,37 +45,37 @@ public class c implements b { if (this.a != i) { return null; } - return CloseableReference.n(this.f527b); + return CloseableReference.n(this.f528b); } @Override // b.f.h.a.b.b public synchronized void e(int i, CloseableReference closeableReference, int i2) { if (closeableReference != null) { - if (this.f527b != null && closeableReference.u().equals(this.f527b.u())) { + if (this.f528b != null && closeableReference.u().equals(this.f528b.u())) { return; } } - CloseableReference closeableReference2 = this.f527b; + CloseableReference closeableReference2 = this.f528b; Class cls = CloseableReference.j; if (closeableReference2 != null) { closeableReference2.close(); } - this.f527b = CloseableReference.n(closeableReference); + this.f528b = CloseableReference.n(closeableReference); this.a = i; } @Override // b.f.h.a.b.b public synchronized CloseableReference f(int i) { - return CloseableReference.n(this.f527b); + return CloseableReference.n(this.f528b); } public final synchronized void g() { - CloseableReference closeableReference = this.f527b; + CloseableReference closeableReference = this.f528b; Class cls = CloseableReference.j; if (closeableReference != null) { closeableReference.close(); } - this.f527b = null; + this.f528b = null; this.a = -1; } } diff --git a/app/src/main/java/b/f/h/a/b/e/c.java b/app/src/main/java/b/f/h/a/b/e/c.java index 8e26c2e345..0a9247f391 100644 --- a/app/src/main/java/b/f/h/a/b/e/c.java +++ b/app/src/main/java/b/f/h/a/b/e/c.java @@ -12,7 +12,7 @@ public class c implements b { public final PlatformBitmapFactory a; /* renamed from: b reason: collision with root package name */ - public final b.f.h.a.b.c f528b; + public final b.f.h.a.b.c f529b; public final Bitmap.Config c; public final ExecutorService d; public final SparseArray e = new SparseArray<>(); @@ -70,7 +70,7 @@ public class c implements b { if (!CloseableReference.y(closeableReference)) { return false; } - if (!((b.f.h.a.b.f.b) c.this.f528b).a(i, closeableReference.u())) { + if (!((b.f.h.a.b.f.b) c.this.f529b).a(i, closeableReference.u())) { return false; } int i3 = b.f.d.e.a.a; @@ -109,7 +109,7 @@ public class c implements b { public c(PlatformBitmapFactory platformBitmapFactory, b.f.h.a.b.c cVar, Bitmap.Config config, ExecutorService executorService) { this.a = platformBitmapFactory; - this.f528b = cVar; + this.f529b = cVar; this.c = config; this.d = executorService; } diff --git a/app/src/main/java/b/f/h/a/b/f/b.java b/app/src/main/java/b/f/h/a/b/f/b.java index 780c22b9f3..43d8f250a2 100644 --- a/app/src/main/java/b/f/h/a/b/f/b.java +++ b/app/src/main/java/b/f/h/a/b/f/b.java @@ -10,7 +10,7 @@ public class b implements c { public final b.f.h.a.b.b a; /* renamed from: b reason: collision with root package name */ - public b.f.j.a.a.a f529b; + public b.f.j.a.a.a f530b; public d c; public final d.a d; @@ -34,7 +34,7 @@ public class b implements c { a aVar2 = new a(); this.d = aVar2; this.a = bVar; - this.f529b = aVar; + this.f530b = aVar; this.c = new d(aVar, aVar2); } diff --git a/app/src/main/java/b/f/h/a/c/a.java b/app/src/main/java/b/f/h/a/c/a.java index 2a42bd0c10..d16bad6485 100644 --- a/app/src/main/java/b/f/h/a/c/a.java +++ b/app/src/main/java/b/f/h/a/c/a.java @@ -22,20 +22,20 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { public int r; /* renamed from: s reason: collision with root package name */ - public long f530s; + public long f531s; public long t; public int u; public long v; public int w; /* renamed from: x reason: collision with root package name */ - public volatile b f531x; + public volatile b f532x; /* renamed from: y reason: collision with root package name */ - public e f532y; + public e f533y; /* renamed from: z reason: collision with root package name */ - public final Runnable f533z; + public final Runnable f534z; /* compiled from: AnimatedDrawable2.java */ /* renamed from: b.f.h.a.c.a$a reason: collision with other inner class name */ @@ -47,7 +47,7 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f533z); + aVar.unscheduleSelf(aVar.f534z); a.this.invalidateSelf(); } } @@ -58,8 +58,8 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { public a(b.f.h.a.a.a aVar) { this.v = 8L; - this.f531x = k; - this.f533z = new RunnableC0069a(); + this.f532x = k; + this.f534z = new RunnableC0069a(); this.l = aVar; this.m = aVar == null ? null : new b.f.h.a.e.a(aVar); } @@ -89,14 +89,14 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { int a = b2 == 0 ? aVar.a(0L) : ((aVar.a.b() == 0) || max / b2 < ((long) aVar.a.b())) ? aVar.a(max % b2) : -1; if (a == -1) { a = this.l.a() - 1; - Objects.requireNonNull(this.f531x); + Objects.requireNonNull(this.f532x); this.n = false; } else if (a == 0 && this.r != -1 && uptimeMillis >= this.q) { - Objects.requireNonNull(this.f531x); + Objects.requireNonNull(this.f532x); } boolean j3 = this.l.j(this, canvas, a); if (j3) { - Objects.requireNonNull(this.f531x); + Objects.requireNonNull(this.f532x); this.r = a; } if (!j3) { @@ -123,9 +123,9 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { if (j2 == -1) { long j7 = this.o + j2 + this.v; this.q = j7; - scheduleSelf(this.f533z, j7); + scheduleSelf(this.f534z, j7); } else { - Objects.requireNonNull(this.f531x); + Objects.requireNonNull(this.f532x); this.n = false; } } @@ -185,10 +185,10 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setAlpha(int i) { - if (this.f532y == null) { - this.f532y = new e(); + if (this.f533y == null) { + this.f533y = new e(); } - this.f532y.a = i; + this.f533y.a = i; b.f.h.a.a.a aVar = this.l; if (aVar != null) { aVar.f(i); @@ -197,12 +197,12 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { - if (this.f532y == null) { - this.f532y = new e(); + if (this.f533y == null) { + this.f533y = new e(); } - e eVar = this.f532y; + e eVar = this.f533y; eVar.c = colorFilter; - eVar.f504b = colorFilter != null; + eVar.f505b = colorFilter != null; b.f.h.a.a.a aVar = this.l; if (aVar != null) { aVar.d(colorFilter); @@ -215,13 +215,13 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { if (!this.n && (aVar = this.l) != null && aVar.a() > 1) { this.n = true; long uptimeMillis = SystemClock.uptimeMillis(); - long j2 = uptimeMillis - this.f530s; + long j2 = uptimeMillis - this.f531s; this.o = j2; this.q = j2; this.p = uptimeMillis - this.t; this.r = this.u; invalidateSelf(); - Objects.requireNonNull(this.f531x); + Objects.requireNonNull(this.f532x); } } @@ -229,7 +229,7 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { public void stop() { if (this.n) { long uptimeMillis = SystemClock.uptimeMillis(); - this.f530s = uptimeMillis - this.o; + this.f531s = uptimeMillis - this.o; this.t = uptimeMillis - this.p; this.u = this.r; this.n = false; @@ -237,8 +237,8 @@ public class a extends Drawable implements Animatable, b.f.f.a.a { this.q = 0L; this.p = -1L; this.r = -1; - unscheduleSelf(this.f533z); - Objects.requireNonNull(this.f531x); + unscheduleSelf(this.f534z); + Objects.requireNonNull(this.f532x); } } } diff --git a/app/src/main/java/b/f/h/a/d/e.java b/app/src/main/java/b/f/h/a/d/e.java index ea1b8ed33f..eb44f93593 100644 --- a/app/src/main/java/b/f/h/a/d/e.java +++ b/app/src/main/java/b/f/h/a/d/e.java @@ -20,7 +20,7 @@ public class e implements a { public final b a; /* renamed from: b reason: collision with root package name */ - public final ScheduledExecutorService f534b; + public final ScheduledExecutorService f535b; public final ExecutorService c; public final b.f.d.k.b d; public final PlatformBitmapFactory e; @@ -31,7 +31,7 @@ public class e implements a { public e(b bVar, ScheduledExecutorService scheduledExecutorService, ExecutorService executorService, b.f.d.k.b bVar2, PlatformBitmapFactory platformBitmapFactory, m mVar, Supplier supplier, Supplier supplier2, Supplier supplier3) { this.a = bVar; - this.f534b = scheduledExecutorService; + this.f535b = scheduledExecutorService; this.c = executorService; this.d = bVar2; this.e = platformBitmapFactory; @@ -90,7 +90,7 @@ public class e implements a { cVar3 = null; } b.f.h.a.b.a aVar2 = new b.f.h.a.b.a(this.e, bVar, new b.f.h.a.b.f.a(a), bVar2, dVar, cVar3); - return new b.f.h.a.c.a(new b.f.h.a.a.c(aVar2, aVar2, this.d, this.f534b)); + return new b.f.h.a.c.a(new b.f.h.a.a.c(aVar2, aVar2, this.d, this.f535b)); } else { bVar = new b.f.h.a.b.d.b(c(eVar), false); } @@ -99,7 +99,7 @@ public class e implements a { if (intValue <= 0) { } b.f.h.a.b.a aVar22 = new b.f.h.a.b.a(this.e, bVar, new b.f.h.a.b.f.a(a), bVar22, dVar, cVar3); - return new b.f.h.a.c.a(new b.f.h.a.a.c(aVar22, aVar22, this.d, this.f534b)); + return new b.f.h.a.c.a(new b.f.h.a.a.c(aVar22, aVar22, this.d, this.f535b)); } public final b.f.j.a.c.c c(b.f.j.a.a.e eVar) { diff --git a/app/src/main/java/b/f/h/a/e/a.java b/app/src/main/java/b/f/h/a/e/a.java index 582b78298f..9633f70103 100644 --- a/app/src/main/java/b/f/h/a/e/a.java +++ b/app/src/main/java/b/f/h/a/e/a.java @@ -8,7 +8,7 @@ public class a { public final d a; /* renamed from: b reason: collision with root package name */ - public long f535b = -1; + public long f536b = -1; public a(d dVar) { this.a = dVar; @@ -26,15 +26,15 @@ public class a { } public long b() { - long j = this.f535b; + long j = this.f536b; if (j != -1) { return j; } - this.f535b = 0L; + this.f536b = 0L; int a = this.a.a(); for (int i = 0; i < a; i++) { - this.f535b += this.a.e(i); + this.f536b += this.a.e(i); } - return this.f535b; + return this.f536b; } } diff --git a/app/src/main/java/b/f/h/b/a/b.java b/app/src/main/java/b/f/h/b/a/b.java index cad9436c0d..58b9605d53 100644 --- a/app/src/main/java/b/f/h/b/a/b.java +++ b/app/src/main/java/b/f/h/b/a/b.java @@ -11,7 +11,7 @@ public interface b { public Map a; /* renamed from: b reason: collision with root package name */ - public Map f536b; + public Map f537b; public Map c; public Map d; public Object e; diff --git a/app/src/main/java/b/f/i/a.java b/app/src/main/java/b/f/i/a.java index 96678f297b..6e3754c6b2 100644 --- a/app/src/main/java/b/f/i/a.java +++ b/app/src/main/java/b/f/i/a.java @@ -9,7 +9,7 @@ public class a implements c.a { public static final byte[] a; /* renamed from: b reason: collision with root package name */ - public static final int f537b; + public static final int f538b; public static final byte[] c; public static final int d; public static final byte[] g; @@ -28,7 +28,7 @@ public class a implements c.a { static { byte[] bArr = {-1, -40, -1}; a = bArr; - f537b = bArr.length; + f538b = bArr.length; byte[] bArr2 = {-119, 80, 78, 71, 13, 10, 26, 10}; c = bArr2; d = bArr2.length; @@ -44,7 +44,7 @@ public class a implements c.a { } public a() { - int[] iArr = {21, 20, f537b, d, 6, h, j, 12}; + int[] iArr = {21, 20, f538b, d, 6, h, j, 12}; d.i(Boolean.TRUE); int i2 = iArr[0]; for (int i3 = 1; i3 < 8; i3++) { @@ -97,7 +97,7 @@ public class a implements c.a { } byte[] bArr3 = c; if (i2 >= bArr3.length && d.I0(bArr, bArr3, 0)) { - return b.f538b; + return b.f539b; } if (i2 >= 6 && (d.I0(bArr, e, 0) || d.I0(bArr, f, 0))) { return b.c; diff --git a/app/src/main/java/b/f/i/b.java b/app/src/main/java/b/f/i/b.java index 93b099f616..41688e8c4a 100644 --- a/app/src/main/java/b/f/i/b.java +++ b/app/src/main/java/b/f/i/b.java @@ -7,7 +7,7 @@ public final class b { public static final c a = new c("JPEG", "jpeg"); /* renamed from: b reason: collision with root package name */ - public static final c f538b = new c("PNG", "png"); + public static final c f539b = new c("PNG", "png"); public static final c c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); public static final c d = new c("BMP", "bmp"); public static final c e = new c("ICO", "ico"); diff --git a/app/src/main/java/b/f/i/c.java b/app/src/main/java/b/f/i/c.java index 59e9234859..48ce26a9f8 100644 --- a/app/src/main/java/b/f/i/c.java +++ b/app/src/main/java/b/f/i/c.java @@ -5,7 +5,7 @@ public class c { public static final c a = new c("UNKNOWN", null); /* renamed from: b reason: collision with root package name */ - public final String f539b; + public final String f540b; /* compiled from: ImageFormat.java */ /* loaded from: classes2.dex */ @@ -16,10 +16,10 @@ public class c { } public c(String str, String str2) { - this.f539b = str; + this.f540b = str; } public String toString() { - return this.f539b; + return this.f540b; } } diff --git a/app/src/main/java/b/f/i/d.java b/app/src/main/java/b/f/i/d.java index a2e3cd753f..2af156cefb 100644 --- a/app/src/main/java/b/f/i/d.java +++ b/app/src/main/java/b/f/i/d.java @@ -12,7 +12,7 @@ public class d { public static d a; /* renamed from: b reason: collision with root package name */ - public int f540b; + public int f541b; public List c; public final a d = new a(); @@ -25,7 +25,7 @@ public class d { d c = c(); Objects.requireNonNull(c); Objects.requireNonNull(inputStream); - int i = c.f540b; + int i = c.f541b; byte[] bArr = new byte[i]; b.c.a.a0.d.i(Boolean.valueOf(i >= i)); if (inputStream.markSupported()) { @@ -75,11 +75,11 @@ public class d { } public final void d() { - this.f540b = this.d.p; + this.f541b = this.d.p; List list = this.c; if (list != null) { for (c.a aVar : list) { - this.f540b = Math.max(this.f540b, aVar.a()); + this.f541b = Math.max(this.f541b, aVar.a()); } } } diff --git a/app/src/main/java/b/f/j/a/a/a.java b/app/src/main/java/b/f/j/a/a/a.java index aed366a3a6..5868cf12e3 100644 --- a/app/src/main/java/b/f/j/a/a/a.java +++ b/app/src/main/java/b/f/j/a/a/a.java @@ -1,5 +1,5 @@ package b.f.j.a.a; /* compiled from: AnimatedDrawableBackend.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface a { } diff --git a/app/src/main/java/b/f/j/a/a/b.java b/app/src/main/java/b/f/j/a/a/b.java index 47b54b428c..c7c71d5500 100644 --- a/app/src/main/java/b/f/j/a/a/b.java +++ b/app/src/main/java/b/f/j/a/a/b.java @@ -1,11 +1,11 @@ package b.f.j.a.a; /* compiled from: AnimatedDrawableFrameInfo.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f541b; + public final int f542b; public final int c; public final int d; public final int e; @@ -13,7 +13,7 @@ public class b { public b(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i2; - this.f541b = i3; + this.f542b = i3; this.c = i4; this.d = i5; this.e = i6; diff --git a/app/src/main/java/b/f/j/a/a/c.java b/app/src/main/java/b/f/j/a/a/c.java index b89e91d9a8..62f17b909a 100644 --- a/app/src/main/java/b/f/j/a/a/c.java +++ b/app/src/main/java/b/f/j/a/a/c.java @@ -2,7 +2,7 @@ package b.f.j.a.a; import android.graphics.Bitmap; /* compiled from: AnimatedImage.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface c { int a(); diff --git a/app/src/main/java/b/f/j/a/a/d.java b/app/src/main/java/b/f/j/a/a/d.java index 33d3a3e7fb..c49f873b65 100644 --- a/app/src/main/java/b/f/j/a/a/d.java +++ b/app/src/main/java/b/f/j/a/a/d.java @@ -2,7 +2,7 @@ package b.f.j.a.a; import android.graphics.Bitmap; /* compiled from: AnimatedImageFrame.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface d { void a(int i, int i2, Bitmap bitmap); diff --git a/app/src/main/java/b/f/j/a/a/e.java b/app/src/main/java/b/f/j/a/a/e.java index 5dc6fb9dd2..004e71b188 100644 --- a/app/src/main/java/b/f/j/a/a/e.java +++ b/app/src/main/java/b/f/j/a/a/e.java @@ -6,12 +6,12 @@ import com.facebook.common.references.CloseableReference; import java.util.List; import java.util.Objects; /* compiled from: AnimatedImageResult.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class e { public final c a; /* renamed from: b reason: collision with root package name */ - public CloseableReference f542b; + public CloseableReference f543b; public List> c; public a d; @@ -19,7 +19,7 @@ public class e { c cVar = fVar.a; Objects.requireNonNull(cVar); this.a = cVar; - this.f542b = CloseableReference.n(fVar.f543b); + this.f543b = CloseableReference.n(fVar.f544b); this.c = CloseableReference.q(fVar.c); this.d = fVar.e; } diff --git a/app/src/main/java/b/f/j/a/a/f.java b/app/src/main/java/b/f/j/a/a/f.java index a176d2269c..8968795bef 100644 --- a/app/src/main/java/b/f/j/a/a/f.java +++ b/app/src/main/java/b/f/j/a/a/f.java @@ -5,12 +5,12 @@ import b.f.j.t.a; import com.facebook.common.references.CloseableReference; import java.util.List; /* compiled from: AnimatedImageResultBuilder.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class f { public final c a; /* renamed from: b reason: collision with root package name */ - public CloseableReference f543b; + public CloseableReference f544b; public List> c; public int d; public a e; @@ -22,21 +22,21 @@ public class f { public e a() { try { e eVar = new e(this); - CloseableReference closeableReference = this.f543b; + CloseableReference closeableReference = this.f544b; if (closeableReference != null) { closeableReference.close(); } - this.f543b = null; + this.f544b = null; CloseableReference.t(this.c); this.c = null; return eVar; } catch (Throwable th) { - CloseableReference closeableReference2 = this.f543b; + CloseableReference closeableReference2 = this.f544b; Class cls = CloseableReference.j; if (closeableReference2 != null) { closeableReference2.close(); } - this.f543b = null; + this.f544b = null; CloseableReference.t(this.c); this.c = null; throw th; diff --git a/app/src/main/java/b/f/j/a/b/a.java b/app/src/main/java/b/f/j/a/b/a.java index 316044e0e2..5b435fa658 100644 --- a/app/src/main/java/b/f/j/a/b/a.java +++ b/app/src/main/java/b/f/j/a/b/a.java @@ -3,7 +3,7 @@ package b.f.j.a.b; import android.content.Context; import b.f.j.h.b; /* compiled from: AnimatedFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface a { b.f.j.i.a a(Context context); diff --git a/app/src/main/java/b/f/j/a/b/b.java b/app/src/main/java/b/f/j/a/b/b.java index d77f85c49b..fcf22913d9 100644 --- a/app/src/main/java/b/f/j/a/b/b.java +++ b/app/src/main/java/b/f/j/a/b/b.java @@ -1,9 +1,9 @@ package b.f.j.a.b; /* compiled from: AnimatedFactoryProvider.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b { public static boolean a; /* renamed from: b reason: collision with root package name */ - public static a f544b; + public static a f545b; } diff --git a/app/src/main/java/b/f/j/a/b/c.java b/app/src/main/java/b/f/j/a/b/c.java index e07d4ba9e0..0a80fc1a32 100644 --- a/app/src/main/java/b/f/j/a/b/c.java +++ b/app/src/main/java/b/f/j/a/b/c.java @@ -3,7 +3,7 @@ package b.f.j.a.b; import b.f.j.d.b; import java.nio.ByteBuffer; /* compiled from: AnimatedImageDecoder.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface c { b.f.j.a.a.c c(ByteBuffer byteBuffer, b bVar); diff --git a/app/src/main/java/b/f/j/a/b/d.java b/app/src/main/java/b/f/j/a/b/d.java index 08b9347db5..a43a4f7b0b 100644 --- a/app/src/main/java/b/f/j/a/b/d.java +++ b/app/src/main/java/b/f/j/a/b/d.java @@ -1,5 +1,5 @@ package b.f.j.a.b; /* compiled from: AnimatedImageFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface d { } diff --git a/app/src/main/java/b/f/j/a/b/e.java b/app/src/main/java/b/f/j/a/b/e.java index eae67b665a..822aac2038 100644 --- a/app/src/main/java/b/f/j/a/b/e.java +++ b/app/src/main/java/b/f/j/a/b/e.java @@ -9,12 +9,12 @@ import com.facebook.common.references.CloseableReference; import com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory; import java.util.Objects; /* compiled from: AnimatedImageFactoryImpl.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class e implements d { public static c a; /* renamed from: b reason: collision with root package name */ - public static c f545b; + public static c f546b; public final b c; public final PlatformBitmapFactory d; @@ -31,7 +31,7 @@ public class e implements d { cVar2 = (c) Class.forName("com.facebook.animated.webp.WebPImage").newInstance(); } catch (Throwable unused2) { } - f545b = cVar2; + f546b = cVar2; } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { @@ -43,7 +43,7 @@ public class e implements d { try { Objects.requireNonNull(bVar); f fVar = new f(cVar); - fVar.f543b = CloseableReference.n(null); + fVar.f544b = CloseableReference.n(null); fVar.d = 0; fVar.c = CloseableReference.q(null); fVar.e = null; diff --git a/app/src/main/java/b/f/j/a/c/a.java b/app/src/main/java/b/f/j/a/c/a.java index ad541695de..e8f983af94 100644 --- a/app/src/main/java/b/f/j/a/c/a.java +++ b/app/src/main/java/b/f/j/a/c/a.java @@ -10,12 +10,12 @@ import b.f.j.a.a.d; import b.f.j.a.a.e; import java.util.Objects; /* compiled from: AnimatedDrawableBackendImpl.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a implements b.f.j.a.a.a { public final b.f.j.a.d.a a; /* renamed from: b reason: collision with root package name */ - public final e f546b; + public final e f547b; public final c c; public final Rect d; public final int[] e; @@ -27,7 +27,7 @@ public class a implements b.f.j.a.a.a { public a(b.f.j.a.d.a aVar, e eVar, Rect rect, boolean z2) { this.a = aVar; - this.f546b = eVar; + this.f547b = eVar; c cVar = eVar.a; this.c = cVar; int[] i = cVar.i(); diff --git a/app/src/main/java/b/f/j/a/c/b.java b/app/src/main/java/b/f/j/a/c/b.java index b881dfe53d..739aab1315 100644 --- a/app/src/main/java/b/f/j/a/c/b.java +++ b/app/src/main/java/b/f/j/a/c/b.java @@ -4,7 +4,7 @@ import android.graphics.Rect; import b.f.j.a.a.a; import b.f.j.a.a.e; /* compiled from: AnimatedDrawableBackendProvider.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface b { a a(e eVar, Rect rect); } diff --git a/app/src/main/java/b/f/j/a/c/c.java b/app/src/main/java/b/f/j/a/c/c.java index fa4690112c..9bc75b022f 100644 --- a/app/src/main/java/b/f/j/a/c/c.java +++ b/app/src/main/java/b/f/j/a/c/c.java @@ -8,17 +8,17 @@ import b.f.j.c.m; import com.facebook.cache.common.CacheKey; import java.util.LinkedHashSet; /* compiled from: AnimatedFrameCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class c { public final CacheKey a; /* renamed from: b reason: collision with root package name */ - public final m f547b; + public final m f548b; public final LinkedHashSet d = new LinkedHashSet<>(); public final m.b c = new a(); /* compiled from: AnimatedFrameCache.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public class a implements m.b { public a() { } @@ -38,16 +38,16 @@ public class c { /* compiled from: AnimatedFrameCache.java */ @VisibleForTesting - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public static class b implements CacheKey { public final CacheKey a; /* renamed from: b reason: collision with root package name */ - public final int f548b; + public final int f549b; public b(CacheKey cacheKey, int i) { this.a = cacheKey; - this.f548b = i; + this.f549b = i; } @Override // com.facebook.cache.common.CacheKey @@ -69,24 +69,24 @@ public class c { return false; } b bVar = (b) obj; - return this.f548b == bVar.f548b && this.a.equals(bVar.a); + return this.f549b == bVar.f549b && this.a.equals(bVar.a); } @Override // com.facebook.cache.common.CacheKey public int hashCode() { - return (this.a.hashCode() * PointerIconCompat.TYPE_ALL_SCROLL) + this.f548b; + return (this.a.hashCode() * PointerIconCompat.TYPE_ALL_SCROLL) + this.f549b; } public String toString() { i h2 = d.h2(this); h2.c("imageCacheKey", this.a); - h2.a("frameIndex", this.f548b); + h2.a("frameIndex", this.f549b); return h2.toString(); } } public c(CacheKey cacheKey, m mVar) { this.a = cacheKey; - this.f547b = mVar; + this.f548b = mVar; } } diff --git a/app/src/main/java/b/f/j/a/c/d.java b/app/src/main/java/b/f/j/a/c/d.java index 9c36d8db65..b50c5e0eb9 100644 --- a/app/src/main/java/b/f/j/a/c/d.java +++ b/app/src/main/java/b/f/j/a/c/d.java @@ -9,16 +9,16 @@ import b.f.j.a.a.b; import b.f.j.a.a.e; import com.facebook.common.references.CloseableReference; /* compiled from: AnimatedImageCompositor.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class d { public final b.f.j.a.a.a a; /* renamed from: b reason: collision with root package name */ - public final a f549b; + public final a f550b; public final Paint c; /* compiled from: AnimatedImageCompositor.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public interface a { void a(int i, Bitmap bitmap); @@ -27,7 +27,7 @@ public class d { public d(b.f.j.a.a.a aVar, a aVar2) { this.a = aVar; - this.f549b = aVar2; + this.f550b = aVar2; Paint paint = new Paint(); this.c = paint; paint.setColor(0); @@ -37,12 +37,12 @@ public class d { public final void a(Canvas canvas, b bVar) { int i = bVar.a; - int i2 = bVar.f541b; + int i2 = bVar.f542b; canvas.drawRect(i, i2, i + bVar.c, i2 + bVar.d, this.c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.f541b == 0 && bVar.c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.f542b == 0 && bVar.c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); } public final boolean c(int i) { @@ -97,7 +97,7 @@ public class d { } } else { b bVar2 = ((a) this.a).f[i4]; - CloseableReference b2 = this.f549b.b(i4); + CloseableReference b2 = this.f550b.b(i4); if (b2 != null) { try { canvas.drawBitmap(b2.u(), 0.0f, 0.0f, (Paint) null); @@ -132,7 +132,7 @@ public class d { a(canvas, bVar3); } ((a) this.a).d(i3, canvas); - this.f549b.a(i3, bitmap); + this.f550b.a(i3, bitmap); if (i6 == 2) { a(canvas, bVar3); } @@ -144,7 +144,7 @@ public class d { a(canvas, bVar4); } ((a) this.a).d(i, canvas); - e eVar = ((a) this.a).f546b; + e eVar = ((a) this.a).f547b; if (eVar != null && (aVar = eVar.d) != null) { aVar.a(bitmap); } diff --git a/app/src/main/java/b/f/j/a/d/a.java b/app/src/main/java/b/f/j/a/d/a.java index 196b49937c..8510bd23ad 100644 --- a/app/src/main/java/b/f/j/a/d/a.java +++ b/app/src/main/java/b/f/j/a/d/a.java @@ -1,5 +1,5 @@ package b.f.j.a.d; /* compiled from: AnimatedDrawableUtil.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a { } diff --git a/app/src/main/java/b/f/j/b/a.java b/app/src/main/java/b/f/j/b/a.java index fc091ed945..187cb550ee 100644 --- a/app/src/main/java/b/f/j/b/a.java +++ b/app/src/main/java/b/f/j/b/a.java @@ -7,16 +7,16 @@ import com.facebook.common.references.CloseableReference; import com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory; /* compiled from: ArtBitmapFactory.java */ @TargetApi(21) -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a extends PlatformBitmapFactory { public final d a; /* renamed from: b reason: collision with root package name */ - public final b.f.j.e.a f550b; + public final b.f.j.e.a f551b; public a(d dVar, b.f.j.e.a aVar) { this.a = dVar; - this.f550b = aVar; + this.f551b = aVar; } @Override // com.facebook.imagepipeline.bitmaps.PlatformBitmapFactory @@ -24,6 +24,6 @@ public class a extends PlatformBitmapFactory { Bitmap bitmap = this.a.get(b.f.k.a.c(i, i2, config)); b.c.a.a0.d.i(Boolean.valueOf(bitmap.getAllocationByteCount() >= b.f.k.a.b(config) * (i * i2))); bitmap.reconfigure(i, i2, config); - return CloseableReference.H(bitmap, this.a, this.f550b.a); + return CloseableReference.H(bitmap, this.a, this.f551b.a); } } diff --git a/app/src/main/java/b/f/j/b/b.java b/app/src/main/java/b/f/j/b/b.java index dd5c321626..92322d4f35 100644 --- a/app/src/main/java/b/f/j/b/b.java +++ b/app/src/main/java/b/f/j/b/b.java @@ -3,7 +3,7 @@ package b.f.j.b; import android.graphics.Bitmap; import b.f.d.h.f; /* compiled from: SimpleBitmapReleaser.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b implements f { public static b a; diff --git a/app/src/main/java/b/f/j/c/a.java b/app/src/main/java/b/f/j/c/a.java index 91f87e4ab9..40e2cd5469 100644 --- a/app/src/main/java/b/f/j/c/a.java +++ b/app/src/main/java/b/f/j/c/a.java @@ -1,5 +1,5 @@ package b.f.j.c; /* compiled from: BitmapMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface a { } diff --git a/app/src/main/java/b/f/j/c/a0.java b/app/src/main/java/b/f/j/c/a0.java index 7ab816b6f8..ac21cd4ac1 100644 --- a/app/src/main/java/b/f/j/c/a0.java +++ b/app/src/main/java/b/f/j/c/a0.java @@ -10,7 +10,7 @@ import java.util.HashMap; import java.util.Map; import java.util.Objects; /* compiled from: StagingArea.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a0 { public Map a = new HashMap(); diff --git a/app/src/main/java/b/f/j/c/b.java b/app/src/main/java/b/f/j/c/b.java index 50f0d7a1d8..1a4d0cb229 100644 --- a/app/src/main/java/b/f/j/c/b.java +++ b/app/src/main/java/b/f/j/c/b.java @@ -7,12 +7,12 @@ import com.facebook.cache.common.CacheKey; import com.facebook.common.time.RealtimeSinceBootClock; import java.util.Objects; /* compiled from: BitmapMemoryCacheKey.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b implements CacheKey { public final String a; /* renamed from: b reason: collision with root package name */ - public final e f551b; + public final e f552b; public final f c; public final b.f.j.d.b d; public final CacheKey e; @@ -23,7 +23,7 @@ public class b implements CacheKey { public b(String str, e eVar, f fVar, b.f.j.d.b bVar, CacheKey cacheKey, String str2, Object obj) { Objects.requireNonNull(str); this.a = str; - this.f551b = eVar; + this.f552b = eVar; this.c = fVar; this.d = bVar; this.e = cacheKey; @@ -57,7 +57,7 @@ public class b implements CacheKey { return false; } b bVar = (b) obj; - return this.g == bVar.g && this.a.equals(bVar.a) && d.g0(this.f551b, bVar.f551b) && d.g0(this.c, bVar.c) && d.g0(this.d, bVar.d) && d.g0(this.e, bVar.e) && d.g0(this.f, bVar.f); + return this.g == bVar.g && this.a.equals(bVar.a) && d.g0(this.f552b, bVar.f552b) && d.g0(this.c, bVar.c) && d.g0(this.d, bVar.d) && d.g0(this.e, bVar.e) && d.g0(this.f, bVar.f); } @Override // com.facebook.cache.common.CacheKey @@ -66,6 +66,6 @@ public class b implements CacheKey { } public String toString() { - return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.f551b, this.c, this.d, this.e, this.f, Integer.valueOf(this.g)); + return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.f552b, this.c, this.d, this.e, this.f, Integer.valueOf(this.g)); } } diff --git a/app/src/main/java/b/f/j/c/b0.java b/app/src/main/java/b/f/j/c/b0.java index 41f50b03e0..da4d8015b4 100644 --- a/app/src/main/java/b/f/j/c/b0.java +++ b/app/src/main/java/b/f/j/c/b0.java @@ -1,6 +1,6 @@ package b.f.j.c; /* compiled from: ValueDescriptor.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface b0 { int a(V v); } diff --git a/app/src/main/java/b/f/j/c/c.java b/app/src/main/java/b/f/j/c/c.java index 0bf0078e12..75ec439717 100644 --- a/app/src/main/java/b/f/j/c/c.java +++ b/app/src/main/java/b/f/j/c/c.java @@ -2,6 +2,6 @@ package b.f.j.c; import b.f.j.c.w; /* compiled from: BitmapMemoryCacheTrimStrategy.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class c implements w.a { } diff --git a/app/src/main/java/b/f/j/c/d.java b/app/src/main/java/b/f/j/c/d.java index a81e7ffaf0..5abbb4025b 100644 --- a/app/src/main/java/b/f/j/c/d.java +++ b/app/src/main/java/b/f/j/c/d.java @@ -2,28 +2,28 @@ package b.f.j.c; import java.util.LinkedHashSet; /* compiled from: BoundedLinkedHashSet.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class d { public int a; /* renamed from: b reason: collision with root package name */ - public LinkedHashSet f552b; + public LinkedHashSet f553b; public d(int i) { - this.f552b = new LinkedHashSet<>(i); + this.f553b = new LinkedHashSet<>(i); this.a = i; } public synchronized boolean a(E e) { - if (this.f552b.size() == this.a) { - LinkedHashSet linkedHashSet = this.f552b; + if (this.f553b.size() == this.a) { + LinkedHashSet linkedHashSet = this.f553b; linkedHashSet.remove(linkedHashSet.iterator().next()); } - this.f552b.remove(e); - return this.f552b.add(e); + this.f553b.remove(e); + return this.f553b.add(e); } public synchronized boolean b(E e) { - return this.f552b.contains(e); + return this.f553b.contains(e); } } diff --git a/app/src/main/java/b/f/j/c/e.java b/app/src/main/java/b/f/j/c/e.java index 4e23ddab64..4df03c50d1 100644 --- a/app/src/main/java/b/f/j/c/e.java +++ b/app/src/main/java/b/f/j/c/e.java @@ -9,7 +9,7 @@ import java.util.concurrent.Callable; import java.util.concurrent.CancellationException; import java.util.concurrent.atomic.AtomicBoolean; /* compiled from: BufferedDiskCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class e implements Callable { public final /* synthetic */ AtomicBoolean j; public final /* synthetic */ CacheKey k; diff --git a/app/src/main/java/b/f/j/c/f.java b/app/src/main/java/b/f/j/c/f.java index 5024b98c4d..152587dae4 100644 --- a/app/src/main/java/b/f/j/c/f.java +++ b/app/src/main/java/b/f/j/c/f.java @@ -18,12 +18,12 @@ import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; import java.util.concurrent.atomic.AtomicBoolean; /* compiled from: BufferedDiskCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class f { public final h a; /* renamed from: b reason: collision with root package name */ - public final g f553b; + public final g f554b; public final j c; public final Executor d; public final Executor e; @@ -31,7 +31,7 @@ public class f { public final r g; /* compiled from: BufferedDiskCache.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public class a implements Runnable { public final /* synthetic */ CacheKey j; public final /* synthetic */ e k; @@ -61,7 +61,7 @@ public class f { public f(h hVar, g gVar, j jVar, Executor executor, Executor executor2, r rVar) { this.a = hVar; - this.f553b = gVar; + this.f554b = gVar; this.c = jVar; this.d = executor; this.e = executor2; @@ -82,7 +82,7 @@ public class f { cacheKey.b(); Objects.requireNonNull((z) fVar.g); FileInputStream fileInputStream = new FileInputStream(b2.a); - PooledByteBuffer d = fVar.f553b.d(fileInputStream, (int) b2.a()); + PooledByteBuffer d = fVar.f554b.d(fileInputStream, (int) b2.a()); fileInputStream.close(); cacheKey.b(); return d; diff --git a/app/src/main/java/b/f/j/c/g.java b/app/src/main/java/b/f/j/c/g.java index f20188a035..456ce13610 100644 --- a/app/src/main/java/b/f/j/c/g.java +++ b/app/src/main/java/b/f/j/c/g.java @@ -4,7 +4,7 @@ import b.f.b.b.d; import com.facebook.cache.common.CacheKey; import java.util.concurrent.Callable; /* compiled from: BufferedDiskCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class g implements Callable { public final /* synthetic */ CacheKey j; public final /* synthetic */ f k; diff --git a/app/src/main/java/b/f/j/c/h.java b/app/src/main/java/b/f/j/c/h.java index e76118a41f..3eedbe29fb 100644 --- a/app/src/main/java/b/f/j/c/h.java +++ b/app/src/main/java/b/f/j/c/h.java @@ -3,15 +3,15 @@ package b.f.j.c; import b.f.b.a.g; import b.f.j.j.e; /* compiled from: BufferedDiskCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class h implements g { public final /* synthetic */ e a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ f f554b; + public final /* synthetic */ f f555b; public h(f fVar, e eVar) { - this.f554b = fVar; + this.f555b = fVar; this.a = eVar; } } diff --git a/app/src/main/java/b/f/j/c/i.java b/app/src/main/java/b/f/j/c/i.java index b0b3c5487c..547f99aa1b 100644 --- a/app/src/main/java/b/f/j/c/i.java +++ b/app/src/main/java/b/f/j/c/i.java @@ -1,5 +1,5 @@ package b.f.j.c; /* compiled from: CacheKeyFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface i { } diff --git a/app/src/main/java/b/f/j/c/j.java b/app/src/main/java/b/f/j/c/j.java index ca3facd7da..8819c32149 100644 --- a/app/src/main/java/b/f/j/c/j.java +++ b/app/src/main/java/b/f/j/c/j.java @@ -2,7 +2,7 @@ package b.f.j.c; import b.f.j.j.c; /* compiled from: CountingLruBitmapMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class j implements b0 { public j(k kVar) { } diff --git a/app/src/main/java/b/f/j/c/k.java b/app/src/main/java/b/f/j/c/k.java index 207d1a6b8c..51d2ce76c1 100644 --- a/app/src/main/java/b/f/j/c/k.java +++ b/app/src/main/java/b/f/j/c/k.java @@ -1,5 +1,5 @@ package b.f.j.c; /* compiled from: CountingLruBitmapMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class k implements a { } diff --git a/app/src/main/java/b/f/j/c/l.java b/app/src/main/java/b/f/j/c/l.java index 4b3bfce810..309bfa8656 100644 --- a/app/src/main/java/b/f/j/c/l.java +++ b/app/src/main/java/b/f/j/c/l.java @@ -7,12 +7,12 @@ import java.util.Iterator; import java.util.LinkedHashMap; import java.util.Map; /* compiled from: CountingLruMap.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class l { public final b0 a; /* renamed from: b reason: collision with root package name */ - public final LinkedHashMap f555b = new LinkedHashMap<>(); + public final LinkedHashMap f556b = new LinkedHashMap<>(); public int c = 0; public l(b0 b0Var) { @@ -20,7 +20,7 @@ public class l { } public synchronized int a() { - return this.f555b.size(); + return this.f556b.size(); } public synchronized int b() { @@ -36,16 +36,16 @@ public class l { public synchronized V d(K k, V v) { V remove; - remove = this.f555b.remove(k); + remove = this.f556b.remove(k); this.c -= c(remove); - this.f555b.put(k, v); + this.f556b.put(k, v); this.c += c(v); return remove; } public synchronized V e(K k) { V remove; - remove = this.f555b.remove(k); + remove = this.f556b.remove(k); this.c -= c(remove); return remove; } @@ -53,7 +53,7 @@ public class l { public synchronized ArrayList f(j jVar) { ArrayList arrayList; arrayList = new ArrayList<>(); - Iterator> it = this.f555b.entrySet().iterator(); + Iterator> it = this.f556b.entrySet().iterator(); while (it.hasNext()) { Map.Entry next = it.next(); if (jVar != null) { diff --git a/app/src/main/java/b/f/j/c/m.java b/app/src/main/java/b/f/j/c/m.java index f59515e521..959dcd5874 100644 --- a/app/src/main/java/b/f/j/c/m.java +++ b/app/src/main/java/b/f/j/c/m.java @@ -4,17 +4,17 @@ import androidx.annotation.VisibleForTesting; import com.facebook.common.references.CloseableReference; import java.util.Objects; /* compiled from: CountingMemoryCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface m extends w, b.f.d.g.b { /* compiled from: CountingMemoryCache.java */ @VisibleForTesting - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public static class a { public final K a; /* renamed from: b reason: collision with root package name */ - public final CloseableReference f556b; + public final CloseableReference f557b; public int c = 0; public boolean d = false; public final b e; @@ -25,14 +25,14 @@ public interface m extends w, b.f.d.g.b { this.a = k; CloseableReference n = CloseableReference.n(closeableReference); Objects.requireNonNull(n); - this.f556b = n; + this.f557b = n; this.e = bVar; this.f = i; } } /* compiled from: CountingMemoryCache.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public interface b { } diff --git a/app/src/main/java/b/f/j/c/n.java b/app/src/main/java/b/f/j/c/n.java index 9e4b15c6ae..417f572ce4 100644 --- a/app/src/main/java/b/f/j/c/n.java +++ b/app/src/main/java/b/f/j/c/n.java @@ -5,7 +5,7 @@ import b.f.j.q.b; import com.facebook.cache.common.CacheKey; import com.facebook.imagepipeline.request.ImageRequest; /* compiled from: DefaultCacheKeyFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class n implements i { public static n a; @@ -19,7 +19,7 @@ public class n implements i { public CacheKey c(ImageRequest imageRequest, Object obj) { String str; - b bVar = imageRequest.f2885s; + b bVar = imageRequest.f2896s; CacheKey cacheKey = null; if (bVar != null) { cacheKey = bVar.getPostprocessorCacheKey(); diff --git a/app/src/main/java/b/f/j/c/o.java b/app/src/main/java/b/f/j/c/o.java index 01da4370b1..87a6a92267 100644 --- a/app/src/main/java/b/f/j/c/o.java +++ b/app/src/main/java/b/f/j/c/o.java @@ -4,7 +4,7 @@ import com.facebook.common.internal.Supplier; import com.facebook.imagepipeline.cache.MemoryCacheParams; import java.util.concurrent.TimeUnit; /* compiled from: DefaultEncodedMemoryCacheParamsSupplier.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class o implements Supplier { public static final long a = TimeUnit.MINUTES.toMillis(5); diff --git a/app/src/main/java/b/f/j/c/p.java b/app/src/main/java/b/f/j/c/p.java index 6b8a5bb7c2..56b7d71c7e 100644 --- a/app/src/main/java/b/f/j/c/p.java +++ b/app/src/main/java/b/f/j/c/p.java @@ -2,7 +2,7 @@ package b.f.j.c; import com.facebook.common.memory.PooledByteBuffer; /* compiled from: EncodedCountingMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public final class p implements b0 { @Override // b.f.j.c.b0 public int a(PooledByteBuffer pooledByteBuffer) { diff --git a/app/src/main/java/b/f/j/c/q.java b/app/src/main/java/b/f/j/c/q.java index a49516376d..20d3ed0b6b 100644 --- a/app/src/main/java/b/f/j/c/q.java +++ b/app/src/main/java/b/f/j/c/q.java @@ -3,7 +3,7 @@ package b.f.j.c; import com.facebook.cache.common.CacheKey; import java.util.Objects; /* compiled from: EncodedMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public final class q implements x { public final /* synthetic */ r a; diff --git a/app/src/main/java/b/f/j/c/r.java b/app/src/main/java/b/f/j/c/r.java index 7014e304e0..d3dc7e2f9a 100644 --- a/app/src/main/java/b/f/j/c/r.java +++ b/app/src/main/java/b/f/j/c/r.java @@ -1,5 +1,5 @@ package b.f.j.c; /* compiled from: ImageCacheStatsTracker.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface r { } diff --git a/app/src/main/java/b/f/j/c/s.java b/app/src/main/java/b/f/j/c/s.java index d6ffc952be..fd86ca0aac 100644 --- a/app/src/main/java/b/f/j/c/s.java +++ b/app/src/main/java/b/f/j/c/s.java @@ -3,21 +3,21 @@ package b.f.j.c; import b.f.d.d.j; import com.facebook.common.references.CloseableReference; /* compiled from: InstrumentedMemoryCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class s implements w { public final w a; /* renamed from: b reason: collision with root package name */ - public final x f557b; + public final x f558b; public s(w wVar, x xVar) { this.a = wVar; - this.f557b = xVar; + this.f558b = xVar; } @Override // b.f.j.c.w public CloseableReference a(K k, CloseableReference closeableReference) { - this.f557b.c(k); + this.f558b.c(k); return this.a.a(k, closeableReference); } @@ -30,9 +30,9 @@ public class s implements w { public CloseableReference get(K k) { CloseableReference closeableReference = this.a.get(k); if (closeableReference == null) { - this.f557b.b(k); + this.f558b.b(k); } else { - this.f557b.a(k); + this.f558b.a(k); } return closeableReference; } diff --git a/app/src/main/java/b/f/j/c/t.java b/app/src/main/java/b/f/j/c/t.java index ba338396c7..6236aaa67b 100644 --- a/app/src/main/java/b/f/j/c/t.java +++ b/app/src/main/java/b/f/j/c/t.java @@ -3,7 +3,7 @@ package b.f.j.c; import com.facebook.cache.common.CacheKey; import java.util.Objects; /* compiled from: InstrumentedMemoryCacheBitmapMemoryCacheFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public final class t implements x { public final /* synthetic */ r a; diff --git a/app/src/main/java/b/f/j/c/u.java b/app/src/main/java/b/f/j/c/u.java index 5351589e54..4b02c654d7 100644 --- a/app/src/main/java/b/f/j/c/u.java +++ b/app/src/main/java/b/f/j/c/u.java @@ -2,21 +2,21 @@ package b.f.j.c; import b.f.j.c.m; /* compiled from: LruCountingMemoryCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class u implements b0> { public final /* synthetic */ b0 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ v f558b; + public final /* synthetic */ v f559b; public u(v vVar, b0 b0Var) { - this.f558b = vVar; + this.f559b = vVar; this.a = b0Var; } @Override // b.f.j.c.b0 public int a(Object obj) { m.a aVar = (m.a) obj; - return this.f558b.h ? aVar.f : this.a.a(aVar.f556b.u()); + return this.f559b.h ? aVar.f : this.a.a(aVar.f557b.u()); } } diff --git a/app/src/main/java/b/f/j/c/v.java b/app/src/main/java/b/f/j/c/v.java index 34f1612d8d..d4fb9910d0 100644 --- a/app/src/main/java/b/f/j/c/v.java +++ b/app/src/main/java/b/f/j/c/v.java @@ -16,13 +16,13 @@ import java.util.Iterator; import java.util.Objects; import java.util.WeakHashMap; /* compiled from: LruCountingMemoryCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class v implements m, w { public final m.b a; @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public final l> f559b; + public final l> f560b; @VisibleForTesting public final l> c; public final b0 d; @@ -33,7 +33,7 @@ public class v implements m, w { public final boolean i; /* compiled from: LruCountingMemoryCache.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public class a implements f { public final /* synthetic */ m.a a; @@ -71,7 +71,7 @@ public class v implements m, w { } synchronized (vVar) { if (!aVar.d && aVar.c == 0) { - vVar.f559b.d(aVar.a, aVar); + vVar.f560b.d(aVar.a, aVar); z2 = true; } } @@ -89,7 +89,7 @@ public class v implements m, w { public v(b0 b0Var, w.a aVar, Supplier supplier, m.b bVar, boolean z2, boolean z3) { new WeakHashMap(); this.d = b0Var; - this.f559b = new l<>(new u(this, b0Var)); + this.f560b = new l<>(new u(this, b0Var)); this.c = new l<>(new u(this, b0Var)); this.e = supplier; MemoryCacheParams memoryCacheParams = supplier.get(); @@ -119,7 +119,7 @@ public class v implements m, w { CloseableReference closeableReference; Objects.requireNonNull(k); synchronized (this) { - e = this.f559b.e(k); + e = this.f560b.e(k); z2 = false; if (e != null) { m.a e2 = this.c.e(k); @@ -128,7 +128,7 @@ public class v implements m, w { z2 = true; } d.B(z2); - closeableReference = e2.f556b; + closeableReference = e2.f557b; z2 = true; } else { closeableReference = null; @@ -154,7 +154,7 @@ public class v implements m, w { Objects.requireNonNull(closeableReference); m(); synchronized (this) { - m.a e = this.f559b.e(k); + m.a e = this.f560b.e(k); m.a e2 = this.c.e(k); closeableReference2 = null; if (e2 != null) { @@ -166,7 +166,7 @@ public class v implements m, w { a2 = this.d.a(closeableReference.u()); synchronized (this) { z2 = true; - if (a2 > this.f.e || e() > this.f.f2877b - 1 || f() > this.f.a - a2) { + if (a2 > this.f.e || e() > this.f.f2888b - 1 || f() > this.f.a - a2) { z2 = false; } } @@ -194,7 +194,7 @@ public class v implements m, w { boolean containsKey; l> lVar = this.c; synchronized (lVar) { - containsKey = lVar.f555b.containsKey(k); + containsKey = lVar.f556b.containsKey(k); } return containsKey; } @@ -204,7 +204,7 @@ public class v implements m, w { ArrayList> f; ArrayList> f2; synchronized (this) { - f = this.f559b.f(jVar); + f = this.f560b.f(jVar); f2 = this.c.f(jVar); h(f2); } @@ -216,11 +216,11 @@ public class v implements m, w { } public synchronized int e() { - return this.c.a() - this.f559b.a(); + return this.c.a() - this.f560b.a(); } public synchronized int f() { - return this.c.b() - this.f559b.b(); + return this.c.b() - this.f560b.b(); } public final synchronized void g(m.a aVar) { @@ -236,10 +236,10 @@ public class v implements m, w { Objects.requireNonNull(k); CloseableReference closeableReference = null; synchronized (this) { - e = this.f559b.e(k); + e = this.f560b.e(k); l> lVar = this.c; synchronized (lVar) { - aVar = lVar.f555b.get(k); + aVar = lVar.f556b.get(k); } m.a aVar2 = aVar; if (aVar2 != null) { @@ -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.f2877b - e()); + int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2888b - e()); MemoryCacheParams memoryCacheParams2 = this.f; p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f())); h(p); @@ -306,43 +306,43 @@ public class v implements m, w { d.B(!aVar.d); aVar.c++; } - return CloseableReference.D(aVar.f556b.u(), new a(aVar)); - return CloseableReference.D(aVar.f556b.u(), new a(aVar)); + return CloseableReference.D(aVar.f557b.u(), new a(aVar)); + return CloseableReference.D(aVar.f557b.u(), new a(aVar)); } public final synchronized CloseableReference o(m.a aVar) { Objects.requireNonNull(aVar); - return (!aVar.d || aVar.c != 0) ? null : aVar.f556b; + return (!aVar.d || aVar.c != 0) ? null : aVar.f557b; } public final synchronized ArrayList> p(int i, int i2) { K next; int max = Math.max(i, 0); int max2 = Math.max(i2, 0); - if (this.f559b.a() <= max && this.f559b.b() <= max2) { + if (this.f560b.a() <= max && this.f560b.b() <= max2) { return null; } ArrayList> arrayList = new ArrayList<>(); while (true) { - if (this.f559b.a() <= max && this.f559b.b() <= max2) { + if (this.f560b.a() <= max && this.f560b.b() <= max2) { break; } - l> lVar = this.f559b; + l> lVar = this.f560b; synchronized (lVar) { - next = lVar.f555b.isEmpty() ? null : lVar.f555b.keySet().iterator().next(); + next = lVar.f556b.isEmpty() ? null : lVar.f556b.keySet().iterator().next(); } if (next != null) { - this.f559b.e(next); + this.f560b.e(next); arrayList.add(this.c.e(next)); } else if (this.i) { - l> lVar2 = this.f559b; + l> lVar2 = this.f560b; synchronized (lVar2) { - if (lVar2.f555b.isEmpty()) { + if (lVar2.f556b.isEmpty()) { lVar2.c = 0; } } } else { - throw new IllegalStateException(String.format("key is null, but exclusiveEntries count: %d, size: %d", Integer.valueOf(this.f559b.a()), Integer.valueOf(this.f559b.b()))); + throw new IllegalStateException(String.format("key is null, but exclusiveEntries count: %d, size: %d", Integer.valueOf(this.f560b.a()), Integer.valueOf(this.f560b.b()))); } } return arrayList; diff --git a/app/src/main/java/b/f/j/c/w.java b/app/src/main/java/b/f/j/c/w.java index 1e328d84e1..5ab2430de0 100644 --- a/app/src/main/java/b/f/j/c/w.java +++ b/app/src/main/java/b/f/j/c/w.java @@ -4,11 +4,11 @@ import b.f.d.d.j; import b.f.d.g.b; import com.facebook.common.references.CloseableReference; /* compiled from: MemoryCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface w extends b { /* compiled from: MemoryCache.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public interface a { } diff --git a/app/src/main/java/b/f/j/c/x.java b/app/src/main/java/b/f/j/c/x.java index 4afb048f72..d9b3312fb5 100644 --- a/app/src/main/java/b/f/j/c/x.java +++ b/app/src/main/java/b/f/j/c/x.java @@ -1,6 +1,6 @@ package b.f.j.c; /* compiled from: MemoryCacheTracker.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public interface x { void a(K k); diff --git a/app/src/main/java/b/f/j/c/y.java b/app/src/main/java/b/f/j/c/y.java index b17490785c..eb9607287e 100644 --- a/app/src/main/java/b/f/j/c/y.java +++ b/app/src/main/java/b/f/j/c/y.java @@ -2,6 +2,6 @@ package b.f.j.c; import b.f.j.c.w; /* compiled from: NativeMemoryCacheTrimStrategy.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class y implements w.a { } diff --git a/app/src/main/java/b/f/j/c/z.java b/app/src/main/java/b/f/j/c/z.java index 3fa4b61be3..308a562c7e 100644 --- a/app/src/main/java/b/f/j/c/z.java +++ b/app/src/main/java/b/f/j/c/z.java @@ -1,6 +1,6 @@ package b.f.j.c; /* compiled from: NoOpImageCacheStatsTracker.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class z implements r { public static z a; } diff --git a/app/src/main/java/b/f/j/d/a.java b/app/src/main/java/b/f/j/d/a.java index 52d0fc2cb6..0cfa99467b 100644 --- a/app/src/main/java/b/f/j/d/a.java +++ b/app/src/main/java/b/f/j/d/a.java @@ -2,16 +2,16 @@ package b.f.j.d; import b.c.a.a0.d; /* compiled from: BytesRange.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f561b; + public final int f562b; public a(int i, int i2) { this.a = i; - this.f561b = i2; + this.f562b = i2; } public boolean equals(Object obj) { @@ -22,11 +22,11 @@ public class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f561b == aVar.f561b; + return this.a == aVar.a && this.f562b == aVar.f562b; } public int hashCode() { - return d.J0(this.a, this.f561b); + return d.J0(this.a, this.f562b); } public String toString() { @@ -34,7 +34,7 @@ public class a { int i = this.a; String str = ""; objArr[0] = i == Integer.MAX_VALUE ? str : Integer.toString(i); - int i2 = this.f561b; + int i2 = this.f562b; if (i2 != Integer.MAX_VALUE) { str = Integer.toString(i2); } diff --git a/app/src/main/java/b/f/j/d/b.java b/app/src/main/java/b/f/j/d/b.java index de3a991913..e340b430fa 100644 --- a/app/src/main/java/b/f/j/d/b.java +++ b/app/src/main/java/b/f/j/d/b.java @@ -5,19 +5,19 @@ import b.c.a.a0.d; import b.d.b.a.a; import b.f.d.d.i; /* compiled from: ImageDecodeOptions.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b { public static final b a = new b(new c()); /* renamed from: b reason: collision with root package name */ - public final int f562b = 100; + public final int f563b = 100; public final int c = Integer.MAX_VALUE; public final Bitmap.Config d; public final Bitmap.Config e; public b(c cVar) { this.d = cVar.a; - this.e = cVar.f563b; + this.e = cVar.f564b; } public boolean equals(Object obj) { @@ -28,11 +28,11 @@ public class b { return false; } b bVar = (b) obj; - return this.f562b == bVar.f562b && this.c == bVar.c && this.d == bVar.d && this.e == bVar.e; + return this.f563b == bVar.f563b && this.c == bVar.c && this.d == bVar.d && this.e == bVar.e; } public int hashCode() { - int ordinal = (this.d.ordinal() + (((((((((((this.f562b * 31) + this.c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31; + int ordinal = (this.d.ordinal() + (((((((((((this.f563b * 31) + this.c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31; Bitmap.Config config = this.e; return ((((((ordinal + (config != null ? config.ordinal() : 0)) * 31) + 0) * 31) + 0) * 31) + 0; } @@ -40,7 +40,7 @@ public class b { public String toString() { StringBuilder R = a.R("ImageDecodeOptions{"); i h2 = d.h2(this); - h2.a("minDecodeIntervalMs", this.f562b); + h2.a("minDecodeIntervalMs", this.f563b); h2.a("maxDimensionPx", this.c); h2.b("decodePreviewFrame", false); h2.b("useLastFrameForPreview", false); diff --git a/app/src/main/java/b/f/j/d/c.java b/app/src/main/java/b/f/j/d/c.java index ecb726b03f..9756cfbfd7 100644 --- a/app/src/main/java/b/f/j/d/c.java +++ b/app/src/main/java/b/f/j/d/c.java @@ -3,16 +3,16 @@ package b.f.j.d; import android.graphics.Bitmap; import b.f.j.d.c; /* compiled from: ImageDecodeOptionsBuilder.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class c { public Bitmap.Config a; /* renamed from: b reason: collision with root package name */ - public Bitmap.Config f563b; + public Bitmap.Config f564b; public c() { Bitmap.Config config = Bitmap.Config.ARGB_8888; this.a = config; - this.f563b = config; + this.f564b = config; } } diff --git a/app/src/main/java/b/f/j/d/d.java b/app/src/main/java/b/f/j/d/d.java index 1ae25ea041..db5fc72c2b 100644 --- a/app/src/main/java/b/f/j/d/d.java +++ b/app/src/main/java/b/f/j/d/d.java @@ -1,6 +1,6 @@ package b.f.j.d; /* compiled from: Priority.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public enum d { LOW, MEDIUM, diff --git a/app/src/main/java/b/f/j/d/e.java b/app/src/main/java/b/f/j/d/e.java index 31a5083841..b502864b12 100644 --- a/app/src/main/java/b/f/j/d/e.java +++ b/app/src/main/java/b/f/j/d/e.java @@ -2,12 +2,12 @@ package b.f.j.d; import b.c.a.a0.d; /* compiled from: ResizeOptions.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class e { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f564b; + public final int f565b; public final float c; public final float d; @@ -16,7 +16,7 @@ public class e { d.i(Boolean.valueOf(i > 0)); d.i(Boolean.valueOf(i2 <= 0 ? false : z2)); this.a = i; - this.f564b = i2; + this.f565b = i2; this.c = 2048.0f; this.d = 0.6666667f; } @@ -29,14 +29,14 @@ public class e { return false; } e eVar = (e) obj; - return this.a == eVar.a && this.f564b == eVar.f564b; + return this.a == eVar.a && this.f565b == eVar.f565b; } public int hashCode() { - return d.J0(this.a, this.f564b); + return d.J0(this.a, this.f565b); } public String toString() { - return String.format(null, "%dx%d", Integer.valueOf(this.a), Integer.valueOf(this.f564b)); + return String.format(null, "%dx%d", Integer.valueOf(this.a), Integer.valueOf(this.f565b)); } } diff --git a/app/src/main/java/b/f/j/d/f.java b/app/src/main/java/b/f/j/d/f.java index ce5c6385ef..cf838fc099 100644 --- a/app/src/main/java/b/f/j/d/f.java +++ b/app/src/main/java/b/f/j/d/f.java @@ -3,12 +3,12 @@ package b.f.j.d; import androidx.annotation.Nullable; import b.c.a.a0.d; /* compiled from: RotationOptions.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class f { public static final f a = new f(-1, false); /* renamed from: b reason: collision with root package name */ - public static final f f565b = new f(-1, true); + public static final f f566b = new f(-1, true); public final int c; public final boolean d; diff --git a/app/src/main/java/b/f/j/e/b.java b/app/src/main/java/b/f/j/e/b.java index 4a0db127ce..0d897dbc97 100644 --- a/app/src/main/java/b/f/j/e/b.java +++ b/app/src/main/java/b/f/j/e/b.java @@ -8,21 +8,21 @@ import java.util.concurrent.ScheduledExecutorService; public class b implements e { /* renamed from: b reason: collision with root package name */ - public final Executor f566b; + public final Executor f567b; public final Executor c; public final ScheduledExecutorService e; public final Executor a = Executors.newFixedThreadPool(2, new o(10, "FrescoIoBoundExecutor", true)); public final Executor d = Executors.newFixedThreadPool(1, new o(10, "FrescoLightWeightBackgroundExecutor", true)); public b(int i) { - this.f566b = Executors.newFixedThreadPool(i, new o(10, "FrescoDecodeExecutor", true)); + this.f567b = Executors.newFixedThreadPool(i, new o(10, "FrescoDecodeExecutor", true)); this.c = Executors.newFixedThreadPool(i, new o(10, "FrescoBackgroundExecutor", true)); this.e = Executors.newScheduledThreadPool(i, new o(10, "FrescoBackgroundExecutor", true)); } @Override // b.f.j.e.e public Executor a() { - return this.f566b; + return this.f567b; } @Override // b.f.j.e.e 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 439757349c..351795088f 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.f2864b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2875b, 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/h.java b/app/src/main/java/b/f/j/e/h.java index 00c1f0d983..8e8451a8de 100644 --- a/app/src/main/java/b/f/j/e/h.java +++ b/app/src/main/java/b/f/j/e/h.java @@ -27,7 +27,7 @@ public class h { public final q a; /* renamed from: b reason: collision with root package name */ - public final e f567b; + public final e f568b; public final d c; public final Supplier d; public final w e; @@ -45,7 +45,7 @@ public class h { public h(q qVar, Set set, Set set2, Supplier supplier, w wVar, w wVar2, f fVar, f fVar2, i iVar, g1 g1Var, Supplier supplier2, Supplier supplier3, a aVar, k kVar) { this.a = qVar; - this.f567b = new b.f.j.k.c(set); + this.f568b = new b.f.j.k.c(set); this.c = new b(set2); this.d = supplier; this.e = wVar; @@ -71,16 +71,16 @@ public class h { if (eVar == null) { e eVar3 = imageRequest.t; if (eVar3 == null) { - eVar2 = this.f567b; + eVar2 = this.f568b; } else { - eVar2 = new b.f.j.k.c(this.f567b, eVar3); + eVar2 = new b.f.j.k.c(this.f568b, eVar3); } } else { e eVar4 = imageRequest.t; if (eVar4 == null) { - eVar2 = new b.f.j.k.c(this.f567b, eVar); + eVar2 = new b.f.j.k.c(this.f568b, eVar); } else { - eVar2 = new b.f.j.k.c(this.f567b, eVar, eVar4); + eVar2 = new b.f.j.k.c(this.f568b, eVar, eVar4); } } b0 b0Var = new b0(eVar2, this.c); diff --git a/app/src/main/java/b/f/j/e/j.java b/app/src/main/java/b/f/j/e/j.java index c1bd4f14b9..967944293c 100644 --- a/app/src/main/java/b/f/j/e/j.java +++ b/app/src/main/java/b/f/j/e/j.java @@ -37,7 +37,7 @@ public class j implements k { public static b a = new b(null); /* renamed from: b reason: collision with root package name */ - public final Supplier f568b; + public final Supplier f569b; public final w.a c; public final i d; public final Context e; @@ -56,17 +56,17 @@ public class j implements k { public final Set r; /* renamed from: s reason: collision with root package name */ - public final Set f569s; + public final Set f570s; public final boolean t; public final DiskCacheConfig u; public final l v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final b.f.j.g.a f570x; + public final b.f.j.g.a f571x; /* renamed from: y reason: collision with root package name */ - public final b.f.j.c.a f571y; + public final b.f.j.c.a f572y; /* compiled from: ImagePipelineConfig.java */ /* loaded from: classes2.dex */ @@ -74,7 +74,7 @@ public class j implements k { public Supplier a; /* renamed from: b reason: collision with root package name */ - public final Context f572b; + public final Context f573b; public DiskCacheConfig d; public DiskCacheConfig e; public boolean c = false; @@ -84,7 +84,7 @@ public class j implements k { public a(Context context, i iVar) { Objects.requireNonNull(context); - this.f572b = context; + this.f573b = context; } } @@ -102,11 +102,11 @@ public class j implements k { this.v = new l(aVar.f, null); Supplier supplier = aVar.a; if (supplier == null) { - Object systemService = aVar.f572b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY); + Object systemService = aVar.f573b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY); Objects.requireNonNull(systemService); supplier = new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) systemService); } - this.f568b = supplier; + this.f569b = supplier; this.c = new b.f.j.c.c(); Bitmap.Config config = Bitmap.Config.ARGB_8888; synchronized (n.class) { @@ -116,7 +116,7 @@ public class j implements k { nVar = n.a; } this.d = nVar; - Context context = aVar.f572b; + Context context = aVar.f573b; Objects.requireNonNull(context); this.e = context; this.g = new c(new d()); @@ -132,7 +132,7 @@ public class j implements k { this.k = new i(this); DiskCacheConfig diskCacheConfig = aVar.d; if (diskCacheConfig == null) { - Context context2 = aVar.f572b; + Context context2 = aVar.f573b; try { b.f.j.r.b.b(); diskCacheConfig = new DiskCacheConfig(new DiskCacheConfig.b(context2, null)); @@ -151,19 +151,19 @@ public class j implements k { this.p = xVar; this.q = new f(); this.r = new HashSet(); - this.f569s = new HashSet(); + this.f570s = new HashSet(); this.t = true; DiskCacheConfig diskCacheConfig2 = aVar.e; this.u = diskCacheConfig2 != null ? diskCacheConfig2 : diskCacheConfig; this.i = new b(xVar.b()); this.w = aVar.g; - this.f570x = aVar.h; - this.f571y = new k(); + this.f571x = aVar.h; + this.f572y = new k(); } @Override // b.f.j.e.k public Supplier A() { - return this.f568b; + return this.f569b; } @Override // b.f.j.e.k @@ -188,7 +188,7 @@ public class j implements k { @Override // b.f.j.e.k public Set b() { - return Collections.unmodifiableSet(this.f569s); + return Collections.unmodifiableSet(this.f570s); } @Override // b.f.j.e.k @@ -208,12 +208,12 @@ public class j implements k { @Override // b.f.j.e.k public b.f.j.g.a f() { - return this.f570x; + return this.f571x; } @Override // b.f.j.e.k public b.f.j.c.a g() { - return this.f571y; + return this.f572y; } @Override // b.f.j.e.k diff --git a/app/src/main/java/b/f/j/e/l.java b/app/src/main/java/b/f/j/e/l.java index c89a4edacb..7bd7ecd77c 100644 --- a/app/src/main/java/b/f/j/e/l.java +++ b/app/src/main/java/b/f/j/e/l.java @@ -12,7 +12,7 @@ public class l { public final int a = 2048; /* renamed from: b reason: collision with root package name */ - public final d f573b = new c(); + public final d f574b = new c(); public boolean e = true; public final boolean f = true; public final int g = 20; @@ -23,7 +23,7 @@ public class l { public final j.a a; /* renamed from: b reason: collision with root package name */ - public boolean f574b; + public boolean f575b; public Supplier c = new k(Boolean.FALSE); public b(j.a aVar) { @@ -43,7 +43,7 @@ public class l { public l(b bVar, a aVar) { Objects.requireNonNull(bVar); - this.c = bVar.f574b; + this.c = bVar.f575b; this.d = bVar.c; } } diff --git a/app/src/main/java/b/f/j/e/m.java b/app/src/main/java/b/f/j/e/m.java index c266051355..3f1aa8ee59 100644 --- a/app/src/main/java/b/f/j/e/m.java +++ b/app/src/main/java/b/f/j/e/m.java @@ -44,7 +44,7 @@ public class m { public static m a; /* renamed from: b reason: collision with root package name */ - public final g1 f575b; + public final g1 f576b; public final k c; public final a d; public b.f.j.c.m e; @@ -63,7 +63,7 @@ public class m { public PlatformBitmapFactory r; /* renamed from: s reason: collision with root package name */ - public d f576s; + public d f577s; public a t; public m(k kVar) { @@ -71,7 +71,7 @@ public class m { Objects.requireNonNull(kVar); this.c = kVar; Objects.requireNonNull(kVar.getExperiments()); - this.f575b = new h1(kVar.D().b()); + this.f576b = new h1(kVar.D().b()); Objects.requireNonNull(kVar.getExperiments()); CloseableReference.k = 0; this.d = new a(kVar.f()); @@ -96,7 +96,7 @@ public class m { if (this.o == null) { ContentResolver contentResolver = this.c.getContext().getApplicationContext().getContentResolver(); if (this.n == null) { - l.d dVar = this.c.getExperiments().f573b; + l.d dVar = this.c.getExperiments().f574b; Context context = this.c.getContext(); b.f.d.g.a e = this.c.a().e(); if (this.k == null) { @@ -148,7 +148,7 @@ public class m { o0 h = this.c.h(); boolean m2 = this.c.m(); Objects.requireNonNull(this.c.getExperiments()); - g1 g1Var = this.f575b; + g1 g1Var = this.f576b; boolean s3 = this.c.s(); Objects.requireNonNull(this.c.getExperiments()); boolean y2 = this.c.y(); @@ -175,7 +175,7 @@ public class m { f f2 = f(); f i5 = i(); i l2 = this.c.l(); - g1 g1Var2 = this.f575b; + g1 g1Var2 = this.f576b; Supplier supplier = this.c.getExperiments().d; Objects.requireNonNull(this.c.getExperiments()); return new h(qVar, k, b3, d2, d3, e3, f2, i5, l2, g1Var2, supplier, null, this.c.z(), this.c); @@ -190,14 +190,14 @@ public class m { b.f.d.b.f t = this.c.t(); if (!b.f.j.a.b.b.a) { try { - b.f.j.a.b.b.f544b = (a) Class.forName("com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl").getConstructor(PlatformBitmapFactory.class, e.class, b.f.j.c.m.class, Boolean.TYPE, b.f.d.b.f.class).newInstance(g, D, c, Boolean.valueOf(z2), t); + b.f.j.a.b.b.f545b = (a) Class.forName("com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl").getConstructor(PlatformBitmapFactory.class, e.class, b.f.j.c.m.class, Boolean.TYPE, b.f.d.b.f.class).newInstance(g, D, c, Boolean.valueOf(z2), t); } catch (Throwable unused) { } - if (b.f.j.a.b.b.f544b != null) { + if (b.f.j.a.b.b.f545b != null) { b.f.j.a.b.b.a = true; } } - this.t = b.f.j.a.b.b.f544b; + this.t = b.f.j.a.b.b.f545b; } return this.t; } @@ -273,7 +273,7 @@ public class m { public d h() { d dVar; - if (this.f576s == null) { + if (this.f577s == null) { x a2 = this.c.a(); Objects.requireNonNull(this.c.getExperiments()); if (Build.VERSION.SDK_INT >= 26) { @@ -283,9 +283,9 @@ public class m { int b3 = a2.b(); dVar = new b.f.j.n.a(a2.a(), b3, new Pools.SynchronizedPool(b3)); } - this.f576s = dVar; + this.f577s = dVar; } - return this.f576s; + return this.f577s; } public final f i() { diff --git a/app/src/main/java/b/f/j/e/p.java b/app/src/main/java/b/f/j/e/p.java index 3b921f1c7d..af062275c0 100644 --- a/app/src/main/java/b/f/j/e/p.java +++ b/app/src/main/java/b/f/j/e/p.java @@ -24,7 +24,7 @@ public class p { public ContentResolver a; /* renamed from: b reason: collision with root package name */ - public Resources f577b; + public Resources f578b; public AssetManager c; public final a d; public final b e; @@ -43,21 +43,21 @@ public class p { public final b.f.j.c.d r; /* renamed from: s reason: collision with root package name */ - public final PlatformBitmapFactory f578s; + public final PlatformBitmapFactory f579s; public final int t; public final int u; public boolean v; public final a w; /* renamed from: x reason: collision with root package name */ - public final int f579x; + public final int f580x; /* renamed from: y reason: collision with root package name */ - public final boolean f580y; + public final boolean f581y; public p(Context context, a aVar, b bVar, d dVar, boolean z2, boolean z3, boolean z4, e eVar, g gVar, w wVar, w wVar2, f fVar, f fVar2, i iVar, PlatformBitmapFactory platformBitmapFactory, int i, int i2, boolean z5, int i3, a aVar2, boolean z6, int i4) { this.a = context.getApplicationContext().getContentResolver(); - this.f577b = context.getApplicationContext().getResources(); + this.f578b = context.getApplicationContext().getResources(); this.c = context.getApplicationContext().getAssets(); this.d = aVar; this.e = bVar; @@ -72,15 +72,15 @@ public class p { this.l = fVar; this.m = fVar2; this.p = iVar; - this.f578s = platformBitmapFactory; + this.f579s = platformBitmapFactory; this.q = new b.f.j.c.d<>(i4); this.r = new b.f.j.c.d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f579x = i3; + this.f580x = i3; this.w = aVar2; - this.f580y = z6; + this.f581y = z6; } public c1 a(w0 w0Var, boolean z2, b.f.j.s.c cVar) { 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 f4ed41aa62..a805226272 100644 --- a/app/src/main/java/b/f/j/e/q.java +++ b/app/src/main/java/b/f/j/e/q.java @@ -58,7 +58,7 @@ public class q { public final ContentResolver a; /* renamed from: b reason: collision with root package name */ - public final p f581b; + public final p f582b; public final o0 c; public final boolean d; public final boolean e; @@ -88,7 +88,7 @@ public class q { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public w0> f582s; + public w0> f583s; @Nullable @VisibleForTesting public w0> t; @@ -104,15 +104,15 @@ public class q { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public Map>, w0>> f583x = new HashMap(); + public Map>, w0>> f584x = new HashMap(); @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public Map>, w0>> f584y = new HashMap(); + public Map>, w0>> f585y = new HashMap(); public q(ContentResolver contentResolver, p pVar, o0 o0Var, boolean z2, boolean z3, g1 g1Var, boolean z4, boolean z5, boolean z6, boolean z7, c cVar, boolean z8, boolean z9, boolean z10) { this.a = contentResolver; - this.f581b = pVar; + this.f582b = pVar; this.c = o0Var; this.d = z2; new HashMap(); @@ -131,10 +131,10 @@ public class q { b.b(); if (this.o == null) { b.b(); - p pVar = this.f581b; + p pVar = this.f582b; a aVar = new a(m(new n0(pVar.k, pVar.d, this.c))); this.o = aVar; - this.o = this.f581b.a(aVar, this.d && !this.g, this.j); + this.o = this.f582b.a(aVar, this.d && !this.g, this.j); b.b(); } b.b(); @@ -143,9 +143,9 @@ public class q { public final synchronized w0> b() { if (this.u == null) { - m mVar = new m(this.f581b.k); + m mVar = new m(this.f582b.k); b.f.d.m.b bVar = b.f.d.m.c.a; - this.u = j(this.f581b.a(new a(mVar), true, this.j)); + this.u = j(this.f582b.a(new a(mVar), true, this.j)); } return this.u; } @@ -168,7 +168,7 @@ public class q { case 3: synchronized (this) { if (this.p == null) { - p pVar = this.f581b; + p pVar = this.f582b; this.p = k(new h0(pVar.j.e(), pVar.k)); } s0Var = this.p; @@ -178,7 +178,7 @@ public class q { if (imageRequest.h && Build.VERSION.SDK_INT >= 29) { synchronized (this) { if (this.v == null) { - p pVar2 = this.f581b; + p pVar2 = this.f582b; this.v = i(new j0(pVar2.j.c(), pVar2.a)); } s0Var = this.v; @@ -233,15 +233,15 @@ public class q { s0Var = this.n; } } - if (imageRequest.f2885s != null) { + if (imageRequest.f2896s != null) { synchronized (this) { - w0> w0Var = this.f583x.get(s0Var); + w0> w0Var = this.f584x.get(s0Var); if (w0Var == null) { - p pVar3 = this.f581b; - t0 t0Var = new t0(s0Var, pVar3.f578s, pVar3.j.c()); - p pVar4 = this.f581b; + p pVar3 = this.f582b; + t0 t0Var = new t0(s0Var, pVar3.f579s, pVar3.j.c()); + p pVar4 = this.f582b; s0 s0Var2 = new s0(pVar4.o, pVar4.p, t0Var); - this.f583x.put(s0Var, s0Var2); + this.f584x.put(s0Var, s0Var2); s0Var = s0Var2; } else { s0Var = w0Var; @@ -250,11 +250,11 @@ public class q { } if (this.h) { synchronized (this) { - w0> w0Var2 = this.f584y.get(s0Var); + w0> w0Var2 = this.f585y.get(s0Var); if (w0Var2 == null) { - p pVar5 = this.f581b; + p pVar5 = this.f582b; i iVar = new i(s0Var, pVar5.t, pVar5.u, pVar5.v); - this.f584y.put(s0Var, iVar); + this.f585y.put(s0Var, iVar); s0Var = iVar; } else { s0Var = w0Var2; @@ -263,7 +263,7 @@ public class q { } if (this.m && imageRequest.u > 0) { synchronized (this) { - s0Var = new o(s0Var, this.f581b.j.g()); + s0Var = new o(s0Var, this.f582b.j.g()); } } return s0Var; @@ -274,7 +274,7 @@ public class q { public final synchronized w0> d() { if (this.t == null) { - p pVar = this.f581b; + p pVar = this.f582b; this.t = k(new d0(pVar.j.e(), pVar.k, pVar.c)); } return this.t; @@ -282,27 +282,27 @@ public class q { public final synchronized w0> e() { if (this.r == null) { - p pVar = this.f581b; + p pVar = this.f582b; e0 e0Var = new e0(pVar.j.e(), pVar.k, pVar.a); - p pVar2 = this.f581b; + p pVar2 = this.f582b; Objects.requireNonNull(pVar2); - p pVar3 = this.f581b; + p pVar3 = this.f582b; this.r = l(e0Var, new k1[]{new f0(pVar2.j.e(), pVar2.k, pVar2.a), new LocalExifThumbnailProducer(pVar3.j.f(), pVar3.k, pVar3.a)}); } return this.r; } public final synchronized w0> f() { - if (this.f582s == null) { - p pVar = this.f581b; - this.f582s = k(new i0(pVar.j.e(), pVar.k, pVar.f577b)); + if (this.f583s == null) { + p pVar = this.f582b; + this.f583s = k(new i0(pVar.j.e(), pVar.k, pVar.f578b)); } - return this.f582s; + return this.f583s; } public final synchronized w0> g() { if (this.q == null) { - p pVar = this.f581b; + p pVar = this.f582b; this.q = i(new k0(pVar.j.e(), pVar.a)); } return this.q; @@ -310,48 +310,48 @@ public class q { public final synchronized w0> h() { if (this.w == null) { - p pVar = this.f581b; + p pVar = this.f582b; this.w = k(new b1(pVar.j.e(), pVar.k, pVar.a)); } return this.w; } public final w0> i(w0> w0Var) { - p pVar = this.f581b; + p pVar = this.f582b; w wVar = pVar.o; b.f.j.c.i iVar = pVar.p; g gVar = new g(iVar, new h(wVar, iVar, w0Var)); - p pVar2 = this.f581b; + p pVar2 = this.f582b; g1 g1Var = this.f; Objects.requireNonNull(pVar2); f1 f1Var = new f1(gVar, g1Var); if (this.k || this.l) { - p pVar3 = this.f581b; + p pVar3 = this.f582b; w wVar2 = pVar3.o; b.f.j.c.i iVar2 = pVar3.p; return new j(pVar3.n, pVar3.l, pVar3.m, iVar2, pVar3.q, pVar3.r, new f(wVar2, iVar2, f1Var)); } - p pVar4 = this.f581b; + p pVar4 = this.f582b; return new f(pVar4.o, pVar4.p, f1Var); } public final w0> j(w0 w0Var) { b.b(); - p pVar = this.f581b; - w0> i = i(new n(pVar.d, pVar.j.a(), pVar.e, pVar.f, pVar.g, pVar.h, pVar.i, w0Var, pVar.f579x, pVar.w, null, l.a)); + p pVar = this.f582b; + w0> i = i(new n(pVar.d, pVar.j.a(), pVar.e, pVar.f, pVar.g, pVar.h, pVar.i, w0Var, pVar.f580x, pVar.w, null, l.a)); b.b(); return i; } public final w0> k(w0 w0Var) { - p pVar = this.f581b; + p pVar = this.f582b; return l(w0Var, new k1[]{new LocalExifThumbnailProducer(pVar.j.f(), pVar.k, pVar.a)}); } public final w0> l(w0 w0Var, k1[] k1VarArr) { - i1 i1Var = new i1(5, this.f581b.j.b(), this.f581b.a(new a(m(w0Var)), true, this.j)); - Objects.requireNonNull(this.f581b); - return j(new k(this.f581b.a(new j1(k1VarArr), true, this.j), i1Var)); + i1 i1Var = new i1(5, this.f582b.j.b(), this.f582b.a(new a(m(w0Var)), true, this.j)); + Objects.requireNonNull(this.f582b); + return j(new k(this.f582b.a(new j1(k1VarArr), true, this.j), i1Var)); } public final w0 m(w0 w0Var) { @@ -360,25 +360,25 @@ public class q { if (this.i) { b.b(); if (this.e) { - p pVar = this.f581b; + p pVar = this.f582b; b.f.j.c.f fVar = pVar.l; b.f.j.c.i iVar = pVar.p; tVar = new t(fVar, pVar.m, iVar, new r0(fVar, iVar, pVar.k, pVar.d, w0Var)); } else { - p pVar2 = this.f581b; + p pVar2 = this.f582b; tVar = new t(pVar2.l, pVar2.m, pVar2.p, w0Var); } - p pVar3 = this.f581b; + p pVar3 = this.f582b; w0Var = new s(pVar3.l, pVar3.m, pVar3.p, tVar); b.b(); } - p pVar4 = this.f581b; + p pVar4 = this.f582b; w wVar = pVar4.n; b.f.j.c.i iVar2 = pVar4.p; v vVar = new v(wVar, iVar2, w0Var); if (!this.l) { - return new u(iVar2, pVar4.f580y, vVar); + return new u(iVar2, pVar4.f581y, vVar); } - return new u(iVar2, pVar4.f580y, new b.f.j.p.w(pVar4.l, pVar4.m, iVar2, pVar4.q, pVar4.r, vVar)); + return new u(iVar2, pVar4.f581y, new b.f.j.p.w(pVar4.l, pVar4.m, iVar2, pVar4.q, pVar4.r, vVar)); } } diff --git a/app/src/main/java/b/f/j/f/a.java b/app/src/main/java/b/f/j/f/a.java index c851890fa4..cce1d8f252 100644 --- a/app/src/main/java/b/f/j/f/a.java +++ b/app/src/main/java/b/f/j/f/a.java @@ -10,15 +10,15 @@ import java.util.Objects; public class a extends b { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ b f585b; + public final /* synthetic */ b f586b; public a(b bVar) { - this.f585b = bVar; + this.f586b = bVar; } @Override // b.f.j.p.b public void g() { - b bVar = this.f585b; + b bVar = this.f586b; synchronized (bVar) { d.B(bVar.i()); } @@ -26,7 +26,7 @@ public class a extends b { @Override // b.f.j.p.b public void h(Throwable th) { - b bVar = this.f585b; + b bVar = this.f586b; if (bVar.k(th, bVar.h.a())) { bVar.i.h(bVar.h, th); } @@ -34,7 +34,7 @@ public class a extends b { @Override // b.f.j.p.b public void i(T t, int i) { - b bVar = this.f585b; + b bVar = this.f586b; d1 d1Var = bVar.h; d dVar = (d) bVar; Objects.requireNonNull(dVar); @@ -47,6 +47,6 @@ public class a extends b { @Override // b.f.j.p.b public void j(float f) { - this.f585b.l(f); + this.f586b.l(f); } } diff --git a/app/src/main/java/b/f/j/h/a.java b/app/src/main/java/b/f/j/h/a.java index 543bb06d65..fdc76c0378 100644 --- a/app/src/main/java/b/f/j/h/a.java +++ b/app/src/main/java/b/f/j/h/a.java @@ -17,7 +17,7 @@ public class a implements b { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f586b; + public final b f587b; public final d c; public final b d = new C0071a(); @@ -62,7 +62,7 @@ public class a implements b { } throw new DecodeException("image width or height is incorrect", eVar); } else if (cVar == b.f.i.b.j) { - b bVar3 = a.this.f586b; + b bVar3 = a.this.f587b; if (bVar3 != null) { return bVar3.a(eVar, i, iVar, bVar); } @@ -77,7 +77,7 @@ public class a implements b { public a(b bVar, b bVar2, d dVar) { this.a = bVar; - this.f586b = bVar2; + this.f587b = bVar2; this.c = dVar; } diff --git a/app/src/main/java/b/f/j/h/e.java b/app/src/main/java/b/f/j/h/e.java index 463df94cc0..58053010b4 100644 --- a/app/src/main/java/b/f/j/h/e.java +++ b/app/src/main/java/b/f/j/h/e.java @@ -15,7 +15,7 @@ public class e { public int c = 0; /* renamed from: b reason: collision with root package name */ - public int f587b = 0; + public int f588b = 0; public int d = 0; public int f = 0; public int e = 0; @@ -73,7 +73,7 @@ public class e { } else if (i3 != 5) { d.B(false); } else { - int i4 = ((this.f587b << 8) + read) - 2; + int i4 = ((this.f588b << 8) + read) - 2; d.c2(inputStream, i4); this.c += i4; this.a = 2; @@ -120,7 +120,7 @@ public class e { } else { this.a = 6; } - this.f587b = read; + this.f588b = read; } catch (IOException e) { m.a(e); throw new RuntimeException(e); diff --git a/app/src/main/java/b/f/j/j/a.java b/app/src/main/java/b/f/j/j/a.java index 374b9d79fb..d31baf31c8 100644 --- a/app/src/main/java/b/f/j/j/a.java +++ b/app/src/main/java/b/f/j/j/a.java @@ -27,12 +27,12 @@ public class a extends c { if (eVar != null) { this.l = null; synchronized (eVar) { - CloseableReference closeableReference = eVar.f542b; + CloseableReference closeableReference = eVar.f543b; Class cls = CloseableReference.j; if (closeableReference != null) { closeableReference.close(); } - eVar.f542b = null; + eVar.f543b = null; CloseableReference.t(eVar.c); eVar.c = null; } diff --git a/app/src/main/java/b/f/j/j/e.java b/app/src/main/java/b/f/j/j/e.java index ee35b8d173..c3ea3d4ef7 100644 --- a/app/src/main/java/b/f/j/j/e.java +++ b/app/src/main/java/b/f/j/j/e.java @@ -31,7 +31,7 @@ public class e implements Closeable { public int r; /* renamed from: s reason: collision with root package name */ - public a f588s; + public a f589s; public ColorSpace t; public boolean u; @@ -108,7 +108,7 @@ public class e implements Closeable { this.n = eVar.n; this.q = eVar.q; this.r = eVar.n(); - this.f588s = eVar.f588s; + this.f589s = eVar.f589s; eVar.x(); this.t = eVar.t; this.u = eVar.u; @@ -272,7 +272,7 @@ public class e implements Closeable { try { inputStream = e(); b.f.k.b a = b.f.k.a.a(inputStream); - this.t = a.f644b; + this.t = a.f645b; Pair pair2 = a.a; if (pair2 != null) { this.o = ((Integer) pair2.first).intValue(); diff --git a/app/src/main/java/b/f/j/j/h.java b/app/src/main/java/b/f/j/j/h.java index c16f551c4b..494824a88b 100644 --- a/app/src/main/java/b/f/j/j/h.java +++ b/app/src/main/java/b/f/j/j/h.java @@ -5,12 +5,12 @@ public class h implements i { public static final i a = new h(Integer.MAX_VALUE, true, true); /* renamed from: b reason: collision with root package name */ - public int f589b; + public int f590b; public boolean c; public boolean d; public h(int i, boolean z2, boolean z3) { - this.f589b = i; + this.f590b = i; this.c = z2; this.d = z3; } @@ -23,12 +23,12 @@ public class h implements i { return false; } h hVar = (h) obj; - return this.f589b == hVar.f589b && this.c == hVar.c && this.d == hVar.d; + return this.f590b == hVar.f590b && this.c == hVar.c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.f589b ^ (this.c ? 4194304 : 0); + int i2 = this.f590b ^ (this.c ? 4194304 : 0); if (this.d) { i = 8388608; } diff --git a/app/src/main/java/b/f/j/l/b.java b/app/src/main/java/b/f/j/l/b.java index 99251aac46..eaae5c4111 100644 --- a/app/src/main/java/b/f/j/l/b.java +++ b/app/src/main/java/b/f/j/l/b.java @@ -9,7 +9,7 @@ public class b { public int a; /* renamed from: b reason: collision with root package name */ - public long f590b; + public long f591b; public final int c; public final int d; public final f e; @@ -44,10 +44,10 @@ public class b { int d = b.f.k.a.d(bitmap); d.k(this.a > 0, "No bitmaps registered."); long j = d; - boolean z2 = j <= this.f590b; - Object[] objArr = {Integer.valueOf(d), Long.valueOf(this.f590b)}; + boolean z2 = j <= this.f591b; + Object[] objArr = {Integer.valueOf(d), Long.valueOf(this.f591b)}; if (z2) { - this.f590b -= j; + this.f591b -= j; this.a--; } else { throw new IllegalArgumentException(d.k0("Bitmap size bigger than the total registered size: %d, %d", objArr)); diff --git a/app/src/main/java/b/f/j/l/c.java b/app/src/main/java/b/f/j/l/c.java index ee812fa46f..48c22c580c 100644 --- a/app/src/main/java/b/f/j/l/c.java +++ b/app/src/main/java/b/f/j/l/c.java @@ -7,12 +7,12 @@ public class c { public static final int a; /* renamed from: b reason: collision with root package name */ - public static int f591b; + public static int f592b; public static volatile b c; static { int min = (int) Math.min(Runtime.getRuntime().maxMemory(), 2147483647L); a = ((long) min) > Permission.MOVE_MEMBERS ? (min / 4) * 3 : min / 2; - f591b = 384; + f592b = 384; } } diff --git a/app/src/main/java/b/f/j/l/e.java b/app/src/main/java/b/f/j/l/e.java index 9aed9036bd..6c3e9944a4 100644 --- a/app/src/main/java/b/f/j/l/e.java +++ b/app/src/main/java/b/f/j/l/e.java @@ -9,7 +9,7 @@ public class e extends q { @Override // b.f.j.l.q public Bitmap a(int i) { Object obj; - g gVar = this.f596b; + g gVar = this.f597b; synchronized (gVar) { g.b bVar = (g.b) gVar.a.get(i); if (bVar == null) { diff --git a/app/src/main/java/b/f/j/l/f.java b/app/src/main/java/b/f/j/l/f.java index e5a994b815..efb17fad96 100644 --- a/app/src/main/java/b/f/j/l/f.java +++ b/app/src/main/java/b/f/j/l/f.java @@ -13,7 +13,7 @@ public class f { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f592b; + public final int f593b; public final Queue c; public final boolean d; public int e; @@ -24,7 +24,7 @@ public class f { d.B(i2 >= 0); d.B(i3 < 0 ? false : z3); this.a = i; - this.f592b = i2; + this.f593b = i2; this.c = new LinkedList(); this.e = i3; this.d = z2; diff --git a/app/src/main/java/b/f/j/l/g.java b/app/src/main/java/b/f/j/l/g.java index 8b59cab12d..792f58f5a8 100644 --- a/app/src/main/java/b/f/j/l/g.java +++ b/app/src/main/java/b/f/j/l/g.java @@ -10,7 +10,7 @@ public class g { @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public b f593b; + public b f594b; @VisibleForTesting public b c; @@ -20,34 +20,34 @@ public class g { public static class b { /* renamed from: b reason: collision with root package name */ - public int f594b; + public int f595b; public LinkedList c; public b a = null; public b d = null; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { - this.f594b = i; + this.f595b = i; this.c = linkedList; } public String toString() { - return b.d.b.a.a.A(b.d.b.a.a.R("LinkedEntry(key: "), this.f594b, ")"); + return b.d.b.a.a.A(b.d.b.a.a.R("LinkedEntry(key: "), this.f595b, ")"); } } /* JADX WARN: Multi-variable type inference failed */ public final void a(b bVar) { - if (this.f593b != bVar) { + if (this.f594b != bVar) { b(bVar); - b bVar2 = (b) this.f593b; + b bVar2 = (b) this.f594b; if (bVar2 == null) { - this.f593b = bVar; + this.f594b = bVar; this.c = bVar; return; } bVar.d = bVar2; bVar2.a = bVar; - this.f593b = bVar; + this.f594b = bVar; } } @@ -62,8 +62,8 @@ public class g { } bVar.a = null; bVar.d = null; - if (bVar == this.f593b) { - this.f593b = bVar3; + if (bVar == this.f594b) { + this.f594b = bVar3; } if (bVar == this.c) { this.c = bVar2; diff --git a/app/src/main/java/b/f/j/l/p.java b/app/src/main/java/b/f/j/l/p.java index eca3f8c0f9..7153d7a1b5 100644 --- a/app/src/main/java/b/f/j/l/p.java +++ b/app/src/main/java/b/f/j/l/p.java @@ -11,13 +11,13 @@ public class p implements d { public final q a = new e(); /* renamed from: b reason: collision with root package name */ - public final int f595b; + public final int f596b; public int c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { - this.f595b = i; + this.f596b = i; this.c = i2; this.d = zVar; } @@ -28,7 +28,7 @@ public class p implements d { Bitmap c; synchronized (this) { int i2 = this.e; - int i3 = this.f595b; + int i3 = this.f596b; if (i2 > i3) { synchronized (this) { while (this.e > i3 && (c = this.a.c()) != null) { @@ -65,7 +65,7 @@ public class p implements d { add = eVar.a.add(bitmap); } if (add) { - g gVar = eVar.f596b; + g gVar = eVar.f597b; int b3 = eVar.b(bitmap); synchronized (gVar) { g.b bVar = (g.b) gVar.a.get(b3); diff --git a/app/src/main/java/b/f/j/l/q.java b/app/src/main/java/b/f/j/l/q.java index 6fe8097977..79079bbccc 100644 --- a/app/src/main/java/b/f/j/l/q.java +++ b/app/src/main/java/b/f/j/l/q.java @@ -9,7 +9,7 @@ public abstract class q { public final Set a = new HashSet(); /* renamed from: b reason: collision with root package name */ - public final g f596b = new g<>(); + public final g f597b = new g<>(); public abstract T a(int i); @@ -17,7 +17,7 @@ public abstract class q { public T c() { T t; - g gVar = this.f596b; + g gVar = this.f597b; synchronized (gVar) { g.b bVar = gVar.c; if (bVar == null) { @@ -26,7 +26,7 @@ public abstract class q { t = bVar.c.pollLast(); if (bVar.c.isEmpty()) { gVar.b(bVar); - gVar.a.remove(bVar.f594b); + gVar.a.remove(bVar.f595b); } } } diff --git a/app/src/main/java/b/f/j/l/u.java b/app/src/main/java/b/f/j/l/u.java index 6c8f76a44b..61d648258c 100644 --- a/app/src/main/java/b/f/j/l/u.java +++ b/app/src/main/java/b/f/j/l/u.java @@ -14,22 +14,22 @@ public class u implements g { public final j a; /* renamed from: b reason: collision with root package name */ - public final s f597b; + public final s f598b; public u(s sVar, j jVar) { - this.f597b = sVar; + this.f598b = sVar; this.a = jVar; } @Override // b.f.d.g.g public i a() { - s sVar = this.f597b; + s sVar = this.f598b; return new MemoryPooledByteBufferOutputStream(sVar, sVar.k[0]); } @Override // b.f.d.g.g public PooledByteBuffer b(byte[] bArr) { - MemoryPooledByteBufferOutputStream memoryPooledByteBufferOutputStream = new MemoryPooledByteBufferOutputStream(this.f597b, bArr.length); + MemoryPooledByteBufferOutputStream memoryPooledByteBufferOutputStream = new MemoryPooledByteBufferOutputStream(this.f598b, bArr.length); try { try { memoryPooledByteBufferOutputStream.write(bArr, 0, bArr.length); @@ -45,7 +45,7 @@ public class u implements g { @Override // b.f.d.g.g public PooledByteBuffer c(InputStream inputStream) throws IOException { - s sVar = this.f597b; + s sVar = this.f598b; MemoryPooledByteBufferOutputStream memoryPooledByteBufferOutputStream = new MemoryPooledByteBufferOutputStream(sVar, sVar.k[0]); try { this.a.a(inputStream, memoryPooledByteBufferOutputStream); @@ -57,7 +57,7 @@ public class u implements g { @Override // b.f.d.g.g public PooledByteBuffer d(InputStream inputStream, int i) throws IOException { - MemoryPooledByteBufferOutputStream memoryPooledByteBufferOutputStream = new MemoryPooledByteBufferOutputStream(this.f597b, i); + MemoryPooledByteBufferOutputStream memoryPooledByteBufferOutputStream = new MemoryPooledByteBufferOutputStream(this.f598b, i); try { this.a.a(inputStream, memoryPooledByteBufferOutputStream); return memoryPooledByteBufferOutputStream.b(); @@ -68,6 +68,6 @@ public class u implements g { @Override // b.f.d.g.g public i e(int i) { - return new MemoryPooledByteBufferOutputStream(this.f597b, i); + return new MemoryPooledByteBufferOutputStream(this.f598b, i); } } diff --git a/app/src/main/java/b/f/j/l/w.java b/app/src/main/java/b/f/j/l/w.java index 65be0ee0df..426936e1fe 100644 --- a/app/src/main/java/b/f/j/l/w.java +++ b/app/src/main/java/b/f/j/l/w.java @@ -9,7 +9,7 @@ public class w { public final y a = j.a(); /* renamed from: b reason: collision with root package name */ - public final z f598b = v.h(); + public final z f599b = v.h(); public final y c; public final c d; public final y e; diff --git a/app/src/main/java/b/f/j/l/x.java b/app/src/main/java/b/f/j/l/x.java index 26d9f1c8ef..fc37550119 100644 --- a/app/src/main/java/b/f/j/l/x.java +++ b/app/src/main/java/b/f/j/l/x.java @@ -14,7 +14,7 @@ public class x { public final w a; /* renamed from: b reason: collision with root package name */ - public s f599b; + public s f600b; public d c; public s d; public s e; @@ -74,9 +74,9 @@ public class x { this.c = new p(0, i, h, null); } else if (c != 3) { w wVar = this.a; - this.c = new h(wVar.d, wVar.a, wVar.f598b, false); + this.c = new h(wVar.d, wVar.a, wVar.f599b, false); } else { - this.c = new h(this.a.d, j.a(), this.a.f598b, false); + this.c = new h(this.a.d, j.a(), this.a.f599b, false); } } return this.c; @@ -133,24 +133,24 @@ public class x { } sVar = this.d; } else if (i == 2) { - if (this.f599b == null) { + if (this.f600b == null) { try { Constructor constructor3 = Class.forName("com.facebook.imagepipeline.memory.AshmemMemoryChunkPool").getConstructor(c.class, y.class, z.class); w wVar3 = this.a; - this.f599b = (s) constructor3.newInstance(wVar3.d, wVar3.e, wVar3.f); + this.f600b = (s) constructor3.newInstance(wVar3.d, wVar3.e, wVar3.f); } catch (ClassNotFoundException unused6) { - this.f599b = null; + this.f600b = null; } catch (IllegalAccessException unused7) { - this.f599b = null; + this.f600b = null; } catch (InstantiationException unused8) { - this.f599b = null; + this.f600b = null; } catch (NoSuchMethodException unused9) { - this.f599b = null; + this.f600b = null; } catch (InvocationTargetException unused10) { - this.f599b = null; + this.f600b = null; } } - sVar = this.f599b; + sVar = this.f600b; } else { throw new IllegalArgumentException("Invalid MemoryChunkType"); } diff --git a/app/src/main/java/b/f/j/l/y.java b/app/src/main/java/b/f/j/l/y.java index 234de5932d..67a66b06f3 100644 --- a/app/src/main/java/b/f/j/l/y.java +++ b/app/src/main/java/b/f/j/l/y.java @@ -8,7 +8,7 @@ public class y { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f600b; + public final int f601b; public final SparseIntArray c; public final int d; @@ -18,7 +18,7 @@ public class y { public y(int i, int i2, SparseIntArray sparseIntArray, int i3, int i4, int i5) { d.B(i >= 0 && i2 >= i); - this.f600b = i; + this.f601b = i; this.a = i2; this.c = sparseIntArray; this.d = i5; diff --git a/app/src/main/java/b/f/j/n/b.java b/app/src/main/java/b/f/j/n/b.java index 6fdcec7409..d36a263207 100644 --- a/app/src/main/java/b/f/j/n/b.java +++ b/app/src/main/java/b/f/j/n/b.java @@ -28,14 +28,14 @@ public abstract class b implements d { public static final byte[] a = {-1, ExifInterface.MARKER_EOI}; /* renamed from: b reason: collision with root package name */ - public final d f601b; + public final d f602b; public final PreverificationHelper c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { this.c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; - this.f601b = dVar; + this.f602b = dVar; this.d = synchronizedPool; for (int i2 = 0; i2 < i; i2++) { this.d.release(ByteBuffer.allocate(16384)); @@ -177,7 +177,7 @@ public abstract class b implements d { if (rect != null && z2) { options.inPreferredConfig = Bitmap.Config.ARGB_8888; } - bitmap = this.f601b.get(d(i, i2, options)); + bitmap = this.f602b.get(d(i, i2, options)); Objects.requireNonNull(bitmap, "BitmapPool.get returned null"); } else { options.inMutable = false; @@ -216,7 +216,7 @@ public abstract class b implements d { this.d.release(acquire); if (bitmap != null) { } - return CloseableReference.D(bitmap2, this.f601b); + return CloseableReference.D(bitmap2, this.f602b); } } catch (Throwable th2) { th = th2; @@ -239,9 +239,9 @@ public abstract class b implements d { } this.d.release(acquire); if (bitmap != null || bitmap == bitmap2) { - return CloseableReference.D(bitmap2, this.f601b); + return CloseableReference.D(bitmap2, this.f602b); } - this.f601b.release(bitmap); + this.f602b.release(bitmap); bitmap2.recycle(); throw new IllegalStateException(); } @@ -251,14 +251,14 @@ public abstract class b implements d { this.d.release(acquire); if (bitmap != null) { } - return CloseableReference.D(bitmap2, this.f601b); + return CloseableReference.D(bitmap2, this.f602b); } catch (Throwable th4) { this.d.release(acquire); throw th4; } } catch (IllegalArgumentException e) { if (bitmap != null) { - this.f601b.release(bitmap); + this.f602b.release(bitmap); } try { inputStream.reset(); @@ -274,7 +274,7 @@ public abstract class b implements d { } } catch (RuntimeException e2) { if (bitmap != null) { - this.f601b.release(bitmap); + this.f602b.release(bitmap); } throw e2; } diff --git a/app/src/main/java/b/f/j/p/a.java b/app/src/main/java/b/f/j/p/a.java index 8674eb0477..02c24e1bc3 100644 --- a/app/src/main/java/b/f/j/p/a.java +++ b/app/src/main/java/b/f/j/p/a.java @@ -17,13 +17,13 @@ public class a implements w0 { public void i(Object obj, int i) { e eVar = (e) obj; if (eVar == null) { - this.f630b.b(null, i); + this.f631b.b(null, i); return; } if (!e.s(eVar)) { eVar.q(); } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } } diff --git a/app/src/main/java/b/f/j/p/a0.java b/app/src/main/java/b/f/j/p/a0.java index e6df5ba15a..a4c54b18b3 100644 --- a/app/src/main/java/b/f/j/p/a0.java +++ b/app/src/main/java/b/f/j/p/a0.java @@ -18,7 +18,7 @@ public class a0 extends c { public int a; /* renamed from: b reason: collision with root package name */ - public final ExecutorService f602b = Executors.newFixedThreadPool(3); + public final ExecutorService f603b = Executors.newFixedThreadPool(3); public final b c; /* compiled from: HttpUrlConnectionNetworkFetcher.java */ diff --git a/app/src/main/java/b/f/j/p/b0.java b/app/src/main/java/b/f/j/p/b0.java index a2dd1c7bdc..169f2ca816 100644 --- a/app/src/main/java/b/f/j/p/b0.java +++ b/app/src/main/java/b/f/j/p/b0.java @@ -9,13 +9,13 @@ public class b0 implements d, z0 { public final a1 a; /* renamed from: b reason: collision with root package name */ - public final z0 f603b; + public final z0 f604b; public final e c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; - this.f603b = dVar; + this.f604b = dVar; this.c = eVar; this.d = dVar; } @@ -26,7 +26,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.h(x0Var.getId(), str, str2); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.a(x0Var, str, str2); } @@ -50,7 +50,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.e(x0Var.getId(), str, z2); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.c(x0Var, str, z2); } @@ -62,7 +62,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.d(x0Var.getId(), str, map); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.d(x0Var, str, map); } @@ -74,7 +74,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.b(x0Var.getId(), str); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.e(x0Var, str); } @@ -97,7 +97,7 @@ public class b0 implements d, z0 { z0 z0Var; a1 a1Var = this.a; boolean f = a1Var != null ? a1Var.f(x0Var.getId()) : false; - return (f || (z0Var = this.f603b) == null) ? f : z0Var.g(x0Var, str); + return (f || (z0Var = this.f604b) == null) ? f : z0Var.g(x0Var, str); } @Override // b.f.j.k.d @@ -130,7 +130,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.i(x0Var.getId(), str, map); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.j(x0Var, str, map); } @@ -142,7 +142,7 @@ public class b0 implements d, z0 { if (a1Var != null) { a1Var.j(x0Var.getId(), str, th, map); } - z0 z0Var = this.f603b; + z0 z0Var = this.f604b; if (z0Var != null) { z0Var.k(x0Var, str, th, map); } diff --git a/app/src/main/java/b/f/j/p/c0.java b/app/src/main/java/b/f/j/p/c0.java index e6f630b083..1b9207cdee 100644 --- a/app/src/main/java/b/f/j/p/c0.java +++ b/app/src/main/java/b/f/j/p/c0.java @@ -14,7 +14,7 @@ public class c0 { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final c f604b; + public final c f605b; public final int e; public final Runnable c = new a(); public final Runnable d = new b(); @@ -52,7 +52,7 @@ public class c0 { } try { if (c0.e(eVar, i)) { - c0Var.f604b.a(eVar, i); + c0Var.f605b.a(eVar, i); } } finally { if (eVar != null) { @@ -84,7 +84,7 @@ public class c0 { public c0(Executor executor, c cVar, int i) { this.a = executor; - this.f604b = cVar; + this.f605b = cVar; this.e = i; } @@ -107,10 +107,10 @@ public class c0 { public final void b(long j) { Runnable runnable = this.d; if (j > 0) { - if (d.f327b == null) { - d.f327b = Executors.newSingleThreadScheduledExecutor(); + if (d.f328b == null) { + d.f328b = Executors.newSingleThreadScheduledExecutor(); } - d.f327b.schedule(runnable, j, TimeUnit.MILLISECONDS); + d.f328b.schedule(runnable, j, TimeUnit.MILLISECONDS); return; } runnable.run(); diff --git a/app/src/main/java/b/f/j/p/c1.java b/app/src/main/java/b/f/j/p/c1.java index b195a4abad..84ebfb18bb 100644 --- a/app/src/main/java/b/f/j/p/c1.java +++ b/app/src/main/java/b/f/j/p/c1.java @@ -20,7 +20,7 @@ public class c1 implements w0 { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final g f605b; + public final g f606b; public final w0 c; public final boolean d; public final c e; @@ -51,14 +51,14 @@ public class c1 implements w0 { Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); - i a = c1.this.f605b.a(); + i a = c1.this.f606b.a(); try { try { c = createImageTranscoder.c(eVar, a, e.k, e.j, null, 85); } catch (Exception e2) { aVar.e.o().k(aVar.e, "ResizeAndRotateProducer", e2, null); if (b.e(i)) { - aVar.f630b.c(e2); + aVar.f631b.c(e2); } } if (c.a != 2) { @@ -72,7 +72,7 @@ public class c1 implements w0 { if (c.a != 1) { i |= 16; } - aVar.f630b.b(eVar2, i); + aVar.f631b.b(eVar2, i); eVar2.close(); } finally { if (A != null) { @@ -199,14 +199,14 @@ public class c1 implements w0 { } } } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } else if (this.g.f(eVar, i)) { if (e || this.e.p()) { this.g.d(); } } } else if (e) { - this.f630b.b(null, 1); + this.f631b.b(null, 1); } } } @@ -225,7 +225,7 @@ public class c1 implements w0 { sb.append(eVar.p); String sb2 = sb.toString(); if (eVar2 != null) { - str2 = eVar2.a + "x" + eVar2.f564b; + str2 = eVar2.a + "x" + eVar2.f565b; } else { str2 = "Unspecified"; } @@ -249,7 +249,7 @@ public class c1 implements w0 { Objects.requireNonNull(executor); this.a = executor; Objects.requireNonNull(gVar); - this.f605b = gVar; + this.f606b = gVar; Objects.requireNonNull(w0Var); this.c = w0Var; Objects.requireNonNull(cVar); diff --git a/app/src/main/java/b/f/j/p/d.java b/app/src/main/java/b/f/j/p/d.java index 5b1afbeff1..c6b65baccd 100644 --- a/app/src/main/java/b/f/j/p/d.java +++ b/app/src/main/java/b/f/j/p/d.java @@ -18,7 +18,7 @@ public class d implements x0 { public static final Set a; /* renamed from: b reason: collision with root package name */ - public final ImageRequest f607b; + public final ImageRequest f608b; public final String c; public final String d; public final z0 e; @@ -41,7 +41,7 @@ public class d implements x0 { } public d(ImageRequest imageRequest, String str, String str2, z0 z0Var, Object obj, ImageRequest.c cVar, boolean z2, boolean z3, b.f.j.d.d dVar, k kVar) { - this.f607b = imageRequest; + this.f608b = imageRequest; this.c = str; HashMap hashMap = new HashMap(); this.h = hashMap; @@ -107,7 +107,7 @@ public class d implements x0 { @Override // b.f.j.p.x0 public ImageRequest e() { - return this.f607b; + return this.f608b; } @Override // b.f.j.p.x0 diff --git a/app/src/main/java/b/f/j/p/f1.java b/app/src/main/java/b/f/j/p/f1.java index 04368a8169..71a8ab45aa 100644 --- a/app/src/main/java/b/f/j/p/f1.java +++ b/app/src/main/java/b/f/j/p/f1.java @@ -7,7 +7,7 @@ public class f1 implements w0 { public final w0 a; /* renamed from: b reason: collision with root package name */ - public final g1 f608b; + public final g1 f609b; /* compiled from: ThreadHandoffProducer.java */ /* loaded from: classes2.dex */ @@ -52,7 +52,7 @@ public class f1 implements w0 { @Override // b.f.j.p.y0 public void a() { this.a.a(); - g1 g1Var = f1.this.f608b; + g1 g1Var = f1.this.f609b; e1 e1Var = this.a; h1 h1Var = (h1) g1Var; synchronized (h1Var) { @@ -64,7 +64,7 @@ public class f1 implements w0 { public f1(w0 w0Var, g1 g1Var) { Objects.requireNonNull(w0Var); this.a = w0Var; - this.f608b = g1Var; + this.f609b = g1Var; } @Override // b.f.j.p.w0 @@ -75,9 +75,9 @@ public class f1 implements w0 { Objects.requireNonNull(x0Var.g().getExperiments()); a aVar = new a(lVar, o, x0Var, "BackgroundThreadHandoffProducer", o, x0Var, lVar); x0Var.f(new b(aVar)); - h1 h1Var = (h1) this.f608b; + h1 h1Var = (h1) this.f609b; synchronized (h1Var) { - h1Var.f612b.execute(aVar); + h1Var.f613b.execute(aVar); } } finally { b.f.j.r.b.b(); diff --git a/app/src/main/java/b/f/j/p/g0.java b/app/src/main/java/b/f/j/p/g0.java index 383f708a58..a4c1dd4866 100644 --- a/app/src/main/java/b/f/j/p/g0.java +++ b/app/src/main/java/b/f/j/p/g0.java @@ -13,7 +13,7 @@ public abstract class g0 implements w0 { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final g f610b; + public final g f611b; /* compiled from: LocalFetchProducer.java */ /* loaded from: classes2.dex */ @@ -70,7 +70,7 @@ public abstract class g0 implements w0 { public g0(Executor executor, g gVar) { this.a = executor; - this.f610b = gVar; + this.f611b = gVar; } @Override // b.f.j.p.w0 @@ -86,7 +86,7 @@ public abstract class g0 implements w0 { public e c(InputStream inputStream, int i) throws IOException { CloseableReference closeableReference = null; try { - closeableReference = i <= 0 ? CloseableReference.A(this.f610b.c(inputStream)) : CloseableReference.A(this.f610b.d(inputStream, i)); + closeableReference = i <= 0 ? CloseableReference.A(this.f611b.c(inputStream)) : CloseableReference.A(this.f611b.d(inputStream, i)); e eVar = new e(closeableReference); b.f.d.d.a.b(inputStream); if (closeableReference != null) { diff --git a/app/src/main/java/b/f/j/p/h.java b/app/src/main/java/b/f/j/p/h.java index 24f6a16566..0701a851f4 100644 --- a/app/src/main/java/b/f/j/p/h.java +++ b/app/src/main/java/b/f/j/p/h.java @@ -16,7 +16,7 @@ public class h implements w0> { public final w a; /* renamed from: b reason: collision with root package name */ - public final i f611b; + public final i f612b; public final w0> c; /* compiled from: BitmapMemoryCacheProducer.java */ @@ -45,8 +45,8 @@ public class h implements w0> { if (!e && (closeableReference = h.this.a.get(this.c)) != null) { b.f.j.j.i b2 = closeableReference2.u().b(); b.f.j.j.i b3 = closeableReference.u().b(); - if (((b.f.j.j.h) b3).d || ((b.f.j.j.h) b3).f589b >= ((b.f.j.j.h) b2).f589b) { - this.f630b.b(closeableReference, i); + if (((b.f.j.j.h) b3).d || ((b.f.j.j.h) b3).f590b >= ((b.f.j.j.h) b2).f590b) { + this.f631b.b(closeableReference, i); closeableReference.close(); } else { closeableReference.close(); @@ -56,9 +56,9 @@ public class h implements w0> { closeableReference3 = h.this.a.a(this.c, closeableReference2); } if (e) { - this.f630b.a(1.0f); + this.f631b.a(1.0f); } - l lVar = this.f630b; + l lVar = this.f631b; if (closeableReference3 != null) { closeableReference2 = closeableReference3; } @@ -67,9 +67,9 @@ public class h implements w0> { closeableReference3.close(); } } - this.f630b.b(closeableReference2, i); + this.f631b.b(closeableReference2, i); } else if (e) { - this.f630b.b(null, i); + this.f631b.b(null, i); } } finally { b.b(); @@ -79,7 +79,7 @@ public class h implements w0> { public h(w wVar, i iVar, w0> w0Var) { this.a = wVar; - this.f611b = iVar; + this.f612b = iVar; this.c = w0Var; } @@ -89,7 +89,7 @@ public class h implements w0> { b.b(); z0 o = x0Var.o(); o.e(x0Var, d()); - CacheKey a2 = ((n) this.f611b).a(x0Var.e(), x0Var.b()); + CacheKey a2 = ((n) this.f612b).a(x0Var.e(), x0Var.b()); Map map = null; CloseableReference closeableReference = x0Var.e().b(1) ? this.a.get(a2) : null; if (closeableReference != null) { diff --git a/app/src/main/java/b/f/j/p/h1.java b/app/src/main/java/b/f/j/p/h1.java index da0632ce3f..bdeeff2d7f 100644 --- a/app/src/main/java/b/f/j/p/h1.java +++ b/app/src/main/java/b/f/j/p/h1.java @@ -10,10 +10,10 @@ public class h1 implements g1 { public final Deque a = new ArrayDeque(); /* renamed from: b reason: collision with root package name */ - public final Executor f612b; + public final Executor f613b; public h1(Executor executor) { Objects.requireNonNull(executor); - this.f612b = executor; + this.f613b = executor; } } diff --git a/app/src/main/java/b/f/j/p/i.java b/app/src/main/java/b/f/j/p/i.java index 16e787d05d..dd5ef41064 100644 --- a/app/src/main/java/b/f/j/p/i.java +++ b/app/src/main/java/b/f/j/p/i.java @@ -11,7 +11,7 @@ public class i implements w0> { public final w0> a; /* renamed from: b reason: collision with root package name */ - public final int f613b; + public final int f614b; public final int c; public final boolean d; @@ -40,7 +40,7 @@ public class i implements w0> { } } } - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } } @@ -48,7 +48,7 @@ public class i implements w0> { b.c.a.a0.d.i(Boolean.valueOf(i <= i2)); Objects.requireNonNull(w0Var); this.a = w0Var; - this.f613b = i; + this.f614b = i; this.c = i2; this.d = z2; } @@ -56,7 +56,7 @@ public class i implements w0> { @Override // b.f.j.p.w0 public void b(l> lVar, x0 x0Var) { if (!x0Var.k() || this.d) { - this.a.b(new a(lVar, this.f613b, this.c), x0Var); + this.a.b(new a(lVar, this.f614b, this.c), x0Var); } else { this.a.b(lVar, x0Var); } diff --git a/app/src/main/java/b/f/j/p/i1.java b/app/src/main/java/b/f/j/p/i1.java index 7c6c43cc51..89f1b994a8 100644 --- a/app/src/main/java/b/f/j/p/i1.java +++ b/app/src/main/java/b/f/j/p/i1.java @@ -12,7 +12,7 @@ public class i1 implements w0 { public final ConcurrentLinkedQueue, x0>> c = new ConcurrentLinkedQueue<>(); /* renamed from: b reason: collision with root package name */ - public int f614b = 0; + public int f615b = 0; /* compiled from: ThrottlingProducer.java */ /* loaded from: classes2.dex */ @@ -44,19 +44,19 @@ public class i1 implements w0 { @Override // b.f.j.p.p, b.f.j.p.b public void g() { - this.f630b.d(); + this.f631b.d(); n(); } @Override // b.f.j.p.p, b.f.j.p.b public void h(Throwable th) { - this.f630b.c(th); + this.f631b.c(th); n(); } @Override // b.f.j.p.b public void i(T t, int i) { - this.f630b.b(t, i); + this.f631b.b(t, i); if (b.e(i)) { n(); } @@ -68,7 +68,7 @@ public class i1 implements w0 { poll = i1.this.c.poll(); if (poll == null) { i1 i1Var = i1.this; - i1Var.f614b--; + i1Var.f615b--; } } if (poll != null) { @@ -89,12 +89,12 @@ public class i1 implements w0 { boolean z2; x0Var.o().e(x0Var, "ThrottlingProducer"); synchronized (this) { - int i = this.f614b; + int i = this.f615b; z2 = true; if (i >= 5) { this.c.add(Pair.create(lVar, x0Var)); } else { - this.f614b = i + 1; + this.f615b = i + 1; z2 = false; } } diff --git a/app/src/main/java/b/f/j/p/j.java b/app/src/main/java/b/f/j/p/j.java index 48f15cb5c3..90d8878475 100644 --- a/app/src/main/java/b/f/j/p/j.java +++ b/app/src/main/java/b/f/j/p/j.java @@ -18,7 +18,7 @@ public class j implements w0> { public final w a; /* renamed from: b reason: collision with root package name */ - public final f f615b; + public final f f616b; public final f c; public final i d; public final w0> e; @@ -60,9 +60,9 @@ public class j implements w0> { Objects.requireNonNull(this.c.g().getExperiments()); Objects.requireNonNull(this.c.g().getExperiments()); } - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } finally { b.b(); } @@ -71,7 +71,7 @@ public class j implements w0> { public j(w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2, w0> w0Var) { this.a = wVar; - this.f615b = fVar; + this.f616b = fVar; this.c = fVar2; this.d = iVar; this.f = dVar; @@ -85,7 +85,7 @@ public class j implements w0> { b.b(); z0 o = x0Var.o(); o.e(x0Var, "BitmapProbeProducer"); - a aVar = new a(lVar, x0Var, this.a, this.f615b, this.c, this.d, this.f, this.g); + a aVar = new a(lVar, x0Var, this.a, this.f616b, this.c, this.d, this.f, this.g); o.j(x0Var, "BitmapProbeProducer", null); b.b(); this.e.b(aVar, x0Var); diff --git a/app/src/main/java/b/f/j/p/j0.java b/app/src/main/java/b/f/j/p/j0.java index e34800b78e..c1365ab58f 100644 --- a/app/src/main/java/b/f/j/p/j0.java +++ b/app/src/main/java/b/f/j/p/j0.java @@ -22,7 +22,7 @@ public class j0 implements w0> { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final ContentResolver f616b; + public final ContentResolver f617b; /* compiled from: LocalThumbnailBitmapProducer.java */ /* loaded from: classes2.dex */ @@ -57,13 +57,13 @@ public class j0 implements w0> { @Override // b.f.j.p.e1 public CloseableReference d() throws Exception { - ContentResolver contentResolver = j0.this.f616b; + ContentResolver contentResolver = j0.this.f617b; Uri uri = this.q.c; e eVar = this.q.j; int i = 2048; int i2 = eVar != null ? eVar.a : 2048; if (eVar != null) { - i = eVar.f564b; + i = eVar.f565b; } Bitmap loadThumbnail = contentResolver.loadThumbnail(uri, new Size(i2, i), this.r); if (loadThumbnail == null) { @@ -114,7 +114,7 @@ public class j0 implements w0> { public j0(Executor executor, ContentResolver contentResolver) { this.a = executor; - this.f616b = contentResolver; + this.f617b = contentResolver; } @Override // b.f.j.p.w0 diff --git a/app/src/main/java/b/f/j/p/j1.java b/app/src/main/java/b/f/j/p/j1.java index f3210982ce..5f052e2afc 100644 --- a/app/src/main/java/b/f/j/p/j1.java +++ b/app/src/main/java/b/f/j/p/j1.java @@ -24,8 +24,8 @@ public class j1 implements w0 { @Override // b.f.j.p.p, b.f.j.p.b public void h(Throwable th) { - if (!j1.this.c(this.d + 1, this.f630b, this.c)) { - this.f630b.c(th); + if (!j1.this.c(this.d + 1, this.f631b, this.c)) { + this.f631b.c(th); } } @@ -33,13 +33,13 @@ public class j1 implements w0 { public void i(Object obj, int i) { e eVar = (e) obj; if (eVar != null && (b.f(i) || d.T0(eVar, this.e))) { - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } else if (b.e(i)) { if (eVar != null) { eVar.close(); } - if (!j1.this.c(this.d + 1, this.f630b, this.c)) { - this.f630b.b(null, 1); + if (!j1.this.c(this.d + 1, this.f631b, this.c)) { + this.f631b.b(null, 1); } } } diff --git a/app/src/main/java/b/f/j/p/k.java b/app/src/main/java/b/f/j/p/k.java index e07e6d8a9c..abe3bc6a18 100644 --- a/app/src/main/java/b/f/j/p/k.java +++ b/app/src/main/java/b/f/j/p/k.java @@ -9,7 +9,7 @@ public class k implements w0 { public final w0 a; /* renamed from: b reason: collision with root package name */ - public final w0 f618b; + public final w0 f619b; /* compiled from: BranchOnSeparateImagesProducer.java */ /* loaded from: classes2.dex */ @@ -24,7 +24,7 @@ public class k implements w0 { /* JADX WARN: Multi-variable type inference failed */ @Override // b.f.j.p.p, b.f.j.p.b public void h(Throwable th) { - k.this.f618b.b(this.f630b, this.c); + k.this.f619b.b(this.f631b, this.c); } /* JADX WARN: Multi-variable type inference failed */ @@ -36,23 +36,23 @@ public class k implements w0 { boolean T0 = d.T0(eVar, e.j); if (eVar != null && (T0 || e.g)) { if (!e2 || !T0) { - this.f630b.b(eVar, i & (-2)); + this.f631b.b(eVar, i & (-2)); } else { - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } } if (e2 && !T0 && !e.h) { if (eVar != null) { eVar.close(); } - k.this.f618b.b(this.f630b, this.c); + k.this.f619b.b(this.f631b, this.c); } } } public k(w0 w0Var, w0 w0Var2) { this.a = w0Var; - this.f618b = w0Var2; + this.f619b = w0Var2; } @Override // b.f.j.p.w0 diff --git a/app/src/main/java/b/f/j/p/k0.java b/app/src/main/java/b/f/j/p/k0.java index cb0846405e..cd6528872a 100644 --- a/app/src/main/java/b/f/j/p/k0.java +++ b/app/src/main/java/b/f/j/p/k0.java @@ -27,7 +27,7 @@ public class k0 implements w0> { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final ContentResolver f619b; + public final ContentResolver f620b; /* compiled from: LocalVideoThumbnailProducer.java */ /* loaded from: classes2.dex */ @@ -73,7 +73,7 @@ public class k0 implements w0> { int i2 = 2048; if ((eVar != null ? eVar.a : 2048) <= 96) { if (eVar != null) { - i2 = eVar.f564b; + i2 = eVar.f565b; } if (i2 <= 96) { i = 3; @@ -84,7 +84,7 @@ public class k0 implements w0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = k0.this.f619b.openFileDescriptor(this.q.c, "r"); + ParcelFileDescriptor openFileDescriptor = k0.this.f620b.openFileDescriptor(this.q.c, "r"); Objects.requireNonNull(openFileDescriptor); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); @@ -135,7 +135,7 @@ public class k0 implements w0> { public k0(Executor executor, ContentResolver contentResolver) { this.a = executor; - this.f619b = contentResolver; + this.f620b = contentResolver; } public static String c(k0 k0Var, ImageRequest imageRequest) { @@ -161,7 +161,7 @@ public class k0 implements w0> { str = null; strArr = null; } - Cursor query = k0Var.f619b.query(uri, new String[]{"_data"}, str, strArr, null); + Cursor query = k0Var.f620b.query(uri, new String[]{"_data"}, str, strArr, null); if (query != null) { try { if (query.moveToFirst()) { diff --git a/app/src/main/java/b/f/j/p/l0.java b/app/src/main/java/b/f/j/p/l0.java index 79f06f4521..5bf5209797 100644 --- a/app/src/main/java/b/f/j/p/l0.java +++ b/app/src/main/java/b/f/j/p/l0.java @@ -19,7 +19,7 @@ public abstract class l0 implements w0 { public final Map.b> a; /* renamed from: b reason: collision with root package name */ - public final w0 f620b; + public final w0 f621b; public final boolean c; public final String d; public final String e; @@ -31,7 +31,7 @@ public abstract class l0 implements w0 { public final K a; /* renamed from: b reason: collision with root package name */ - public final CopyOnWriteArraySet, x0>> f621b = new CopyOnWriteArraySet<>(); + public final CopyOnWriteArraySet, x0>> f622b = new CopyOnWriteArraySet<>(); public T c; public float d; public int e; @@ -113,7 +113,7 @@ public abstract class l0 implements w0 { if (bVar != this) { return false; } - this.f621b.add(create); + this.f622b.add(create); List k2 = k(); List l = l(); List j = j(); @@ -155,7 +155,7 @@ public abstract class l0 implements w0 { } public final synchronized boolean c() { - Iterator, x0>> it = this.f621b.iterator(); + Iterator, x0>> it = this.f622b.iterator(); while (it.hasNext()) { if (((x0) it.next().second).p()) { return true; @@ -165,7 +165,7 @@ public abstract class l0 implements w0 { } public final synchronized boolean d() { - Iterator, x0>> it = this.f621b.iterator(); + Iterator, x0>> it = this.f622b.iterator(); while (it.hasNext()) { if (!((x0) it.next().second).k()) { return false; @@ -177,7 +177,7 @@ public abstract class l0 implements w0 { public final synchronized d e() { d dVar; dVar = d.LOW; - Iterator, x0>> it = this.f621b.iterator(); + Iterator, x0>> it = this.f622b.iterator(); while (it.hasNext()) { d c = ((x0) it.next().second).c(); if (dVar.ordinal() <= c.ordinal()) { @@ -190,8 +190,8 @@ public abstract class l0 implements w0 { public void f(l0.b.a aVar, Throwable th) { synchronized (this) { if (this.g == aVar) { - Iterator, x0>> it = this.f621b.iterator(); - this.f621b.clear(); + Iterator, x0>> it = this.f622b.iterator(); + this.f622b.clear(); l0.this.e(this.a, this); b(this.c); this.c = null; @@ -211,13 +211,13 @@ public abstract class l0 implements w0 { if (this.g == aVar) { b(this.c); this.c = null; - Iterator, x0>> it = this.f621b.iterator(); - int size = this.f621b.size(); + Iterator, x0>> it = this.f622b.iterator(); + int size = this.f622b.size(); if (b.f(i)) { this.c = (T) l0.this.c(t); this.e = i; } else { - this.f621b.clear(); + this.f622b.clear(); l0.this.e(this.a, this); } while (it.hasNext()) { @@ -242,7 +242,7 @@ public abstract class l0 implements w0 { synchronized (this) { if (this.g == aVar) { this.d = f; - Iterator, x0>> it = this.f621b.iterator(); + Iterator, x0>> it = this.f622b.iterator(); while (it.hasNext()) { Pair, x0> next = it.next(); synchronized (next) { @@ -258,11 +258,11 @@ public abstract class l0 implements w0 { boolean z2 = true; b.c.a.a0.d.i(Boolean.valueOf(this.f == null)); b.c.a.a0.d.i(Boolean.valueOf(this.g == null)); - if (this.f621b.isEmpty()) { + if (this.f622b.isEmpty()) { l0.this.e(this.a, this); return; } - x0 x0Var = (x0) this.f621b.iterator().next().second; + x0 x0Var = (x0) this.f622b.iterator().next().second; d dVar = new d(x0Var.e(), x0Var.getId(), null, x0Var.o(), x0Var.b(), x0Var.q(), d(), c(), e(), x0Var.g()); this.f = dVar; dVar.j(x0Var.a()); @@ -283,7 +283,7 @@ public abstract class l0 implements w0 { } l0.b.a aVar2 = new a(null); this.g = aVar2; - l0.this.f620b.b(aVar2, this.f); + l0.this.f621b.b(aVar2, this.f); } } @@ -329,7 +329,7 @@ public abstract class l0 implements w0 { } public l0(w0 w0Var, String str, String str2) { - this.f620b = w0Var; + this.f621b = w0Var; this.a = new HashMap(); this.c = false; this.d = str; @@ -337,7 +337,7 @@ public abstract class l0 implements w0 { } public l0(w0 w0Var, String str, String str2, boolean z2) { - this.f620b = w0Var; + this.f621b = w0Var; this.a = new HashMap(); this.c = z2; this.d = str; diff --git a/app/src/main/java/b/f/j/p/m0.java b/app/src/main/java/b/f/j/p/m0.java index 3c6e322720..063c2f2290 100644 --- a/app/src/main/java/b/f/j/p/m0.java +++ b/app/src/main/java/b/f/j/p/m0.java @@ -10,10 +10,10 @@ public class m0 extends e { public final /* synthetic */ Pair a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ l0.b f623b; + public final /* synthetic */ l0.b f624b; public m0(l0.b bVar, Pair pair) { - this.f623b = bVar; + this.f624b = bVar; this.a = pair; } @@ -24,17 +24,17 @@ public class m0 extends e { List list2; List list3; d dVar; - synchronized (this.f623b) { - remove = this.f623b.f621b.remove(this.a); + synchronized (this.f624b) { + remove = this.f624b.f622b.remove(this.a); list = null; if (!remove) { dVar = null; - } else if (this.f623b.f621b.isEmpty()) { - dVar = this.f623b.f; + } else if (this.f624b.f622b.isEmpty()) { + dVar = this.f624b.f; } else { - list = this.f623b.k(); - list3 = this.f623b.l(); - list2 = this.f623b.j(); + list = this.f624b.k(); + list3 = this.f624b.l(); + list2 = this.f624b.j(); dVar = null; } list3 = null; @@ -57,16 +57,16 @@ public class m0 extends e { @Override // b.f.j.p.e, b.f.j.p.y0 public void b() { - d.r(this.f623b.j()); + d.r(this.f624b.j()); } @Override // b.f.j.p.e, b.f.j.p.y0 public void c() { - d.t(this.f623b.l()); + d.t(this.f624b.l()); } @Override // b.f.j.p.e, b.f.j.p.y0 public void d() { - d.s(this.f623b.k()); + d.s(this.f624b.k()); } } diff --git a/app/src/main/java/b/f/j/p/n.java b/app/src/main/java/b/f/j/p/n.java index 36ffce174a..025e6b572f 100644 --- a/app/src/main/java/b/f/j/p/n.java +++ b/app/src/main/java/b/f/j/p/n.java @@ -24,7 +24,7 @@ public class n implements w0> { public final b.f.d.g.a a; /* renamed from: b reason: collision with root package name */ - public final Executor f624b; + public final Executor f625b; public final b.f.j.h.b c; public final d d; public final w0 e; @@ -125,29 +125,29 @@ public class n implements w0> { public final /* synthetic */ x0 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f625b; + public final /* synthetic */ int f626b; public a(n nVar, x0 x0Var, int i) { this.a = x0Var; - this.f625b = i; + this.f626b = i; } - /* JADX WARN: Can't wrap try/catch for region: R(19:86|38|ec|43|(14:47|(12:52|54|81|55|84|56|57|(1:59)|60|61|71|88)|53|54|81|55|84|56|57|(0)|60|61|71|88)|48|(12:52|54|81|55|84|56|57|(0)|60|61|71|88)|53|54|81|55|84|56|57|(0)|60|61|71|88) */ - /* JADX WARN: Code restructure failed: missing block: B:62:0x0148, code lost: + /* JADX WARN: Can't wrap try/catch for region: R(19:86|38|ee|43|(14:47|(12:52|54|79|55|82|56|57|(1:59)|60|61|71|88)|53|54|79|55|82|56|57|(0)|60|61|71|88)|48|(12:52|54|79|55|82|56|57|(0)|60|61|71|88)|53|54|79|55|82|56|57|(0)|60|61|71|88) */ + /* JADX WARN: Code restructure failed: missing block: B:62:0x014a, code lost: r0 = e; */ - /* JADX WARN: Code restructure failed: missing block: B:63:0x014a, code lost: + /* JADX WARN: Code restructure failed: missing block: B:63:0x014c, code lost: r0 = e; */ - /* JADX WARN: Code restructure failed: missing block: B:68:0x017e, code lost: + /* JADX WARN: Code restructure failed: missing block: B:68:0x0180, code lost: r1 = null; */ - /* JADX WARN: Code restructure failed: missing block: B:70:0x0182, code lost: + /* JADX WARN: Code restructure failed: missing block: B:70:0x0184, code lost: r3.d.k(r3.c, "DecodeProducer", r0, r3.n(r1, r6, r5, r9, r4, r11, r8, r13)); r3.u(true); - r3.f630b.c(r0); + r3.f631b.c(r0); */ - /* JADX WARN: Removed duplicated region for block: B:59:0x012f */ + /* JADX WARN: Removed duplicated region for block: B:59:0x0131 */ @Override // b.f.j.p.c0.c /* Code decompiled incorrectly, please refer to instructions dump. @@ -163,11 +163,11 @@ public class n implements w0> { if (eVar != null) { x0 x0Var = c.this.c; eVar.x(); - x0Var.d("image_format", eVar.l.f539b); + x0Var.d("image_format", eVar.l.f540b); if (n.this.f || !b.m(i3, 16)) { ImageRequest e = this.a.e(); if (n.this.g || !b.f.d.l.b.e(e.c)) { - eVar.q = b.c.a.a0.d.a0(e.k, e.j, eVar, this.f625b); + eVar.q = b.c.a.a0.d.a0(e.k, e.j, eVar, this.f626b); } } Objects.requireNonNull(this.a.g().getExperiments()); @@ -181,7 +181,7 @@ public class n implements w0> { if (!z2 && e.u(eVar)) { eVar.x(); b.f.i.c cVar2 = eVar.l; - String str2 = cVar2 != null ? cVar2.f539b : EnvironmentCompat.MEDIA_UNKNOWN; + String str2 = cVar2 != null ? cVar2.f540b : EnvironmentCompat.MEDIA_UNKNOWN; StringBuilder sb = new StringBuilder(); eVar.x(); sb.append(eVar.o); @@ -194,7 +194,7 @@ public class n implements w0> { boolean z3 = e2 && !b.m(i3, 8); boolean m = b.m(i3, 4); if (cVar.c.e().j != null) { - str = eVar2.a + "x" + eVar2.f564b; + str = eVar2.a + "x" + eVar2.f565b; } else { str = EnvironmentCompat.MEDIA_UNKNOWN; } @@ -278,7 +278,7 @@ public class n implements w0> { if (this.a) { c cVar = c.this; cVar.u(true); - cVar.f630b.d(); + cVar.f631b.d(); } } @@ -296,7 +296,7 @@ public class n implements w0> { this.d = x0Var.o(); b.f.j.d.b bVar = x0Var.e().i; this.e = bVar; - this.g = new c0(n.this.f624b, new a(n.this, x0Var, i), bVar.f562b); + this.g = new c0(n.this.f625b, new a(n.this, x0Var, i), bVar.f563b); x0Var.f(new b(n.this, z2)); } @@ -320,11 +320,11 @@ public class n implements w0> { if (eVar == null) { ExceptionWithNoStacktrace exceptionWithNoStacktrace = new ExceptionWithNoStacktrace("Encoded image is null."); u(true); - this.f630b.c(exceptionWithNoStacktrace); + this.f631b.c(exceptionWithNoStacktrace); } else if (!eVar.t()) { ExceptionWithNoStacktrace exceptionWithNoStacktrace2 = new ExceptionWithNoStacktrace("Encoded image is not valid."); u(true); - this.f630b.c(exceptionWithNoStacktrace2); + this.f631b.c(exceptionWithNoStacktrace2); } } if (w(eVar, i)) { @@ -340,7 +340,7 @@ public class n implements w0> { @Override // b.f.j.p.p, b.f.j.p.b public void j(float f) { - this.f630b.a(f * 0.99f); + this.f631b.a(f * 0.99f); } public final Map n(b.f.j.j.c cVar, long j, i iVar, boolean z2, String str, String str2, String str3, String str4) { @@ -382,12 +382,12 @@ public class n implements w0> { public final void q() { u(true); - this.f630b.d(); + this.f631b.d(); } public final void r(Throwable th) { u(true); - this.f630b.c(th); + this.f631b.c(th); } public final void s(b.f.j.j.c cVar, int i) { @@ -404,7 +404,7 @@ public class n implements w0> { } try { u(b.e(i)); - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } finally { if (closeableReference != null) { closeableReference.close(); @@ -431,7 +431,7 @@ public class n implements w0> { synchronized (this) { if (z2) { if (!this.f) { - this.f630b.a(1.0f); + this.f631b.a(1.0f); this.f = true; this.g.a(); } @@ -463,7 +463,7 @@ public class n implements w0> { Objects.requireNonNull(aVar); this.a = aVar; Objects.requireNonNull(executor); - this.f624b = executor; + this.f625b = executor; Objects.requireNonNull(bVar); this.c = bVar; Objects.requireNonNull(dVar); diff --git a/app/src/main/java/b/f/j/p/n0.java b/app/src/main/java/b/f/j/p/n0.java index 43c8009ecb..6fc1236425 100644 --- a/app/src/main/java/b/f/j/p/n0.java +++ b/app/src/main/java/b/f/j/p/n0.java @@ -20,7 +20,7 @@ public class n0 implements w0 { public final g a; /* renamed from: b reason: collision with root package name */ - public final b.f.d.g.a f627b; + public final b.f.d.g.a f628b; public final o0 c; /* compiled from: NetworkFetchProducer.java */ @@ -36,9 +36,9 @@ public class n0 implements w0 { n0 n0Var = n0.this; x xVar = this.a; Objects.requireNonNull(n0Var); - xVar.a().k(xVar.f640b, "NetworkFetchProducer", th, null); - xVar.a().c(xVar.f640b, "NetworkFetchProducer", false); - xVar.f640b.n("network"); + xVar.a().k(xVar.f641b, "NetworkFetchProducer", th, null); + xVar.a().c(xVar.f641b, "NetworkFetchProducer", false); + xVar.f641b.n("network"); xVar.a.c(th); } @@ -48,7 +48,7 @@ public class n0 implements w0 { n0 n0Var = n0.this; x xVar = this.a; i e = i > 0 ? n0Var.a.e(i) : n0Var.a.a(); - byte[] bArr = n0Var.f627b.get(16384); + byte[] bArr = n0Var.f628b.get(16384); while (true) { try { int read = inputStream.read(bArr); @@ -59,7 +59,7 @@ public class n0 implements w0 { Objects.requireNonNull(a0Var); ((a0.a) xVar).f = a0Var.c.now(); n0Var.c(e, xVar); - n0Var.f627b.release(bArr); + n0Var.f628b.release(bArr); e.close(); b.b(); return; @@ -70,7 +70,7 @@ public class n0 implements w0 { xVar.a.a(i > 0 ? i3 / i : 1.0f - ((float) Math.exp((-i3) / 50000.0d))); } } catch (Throwable th) { - n0Var.f627b.release(bArr); + n0Var.f628b.release(bArr); e.close(); throw th; } @@ -80,7 +80,7 @@ public class n0 implements w0 { public n0(g gVar, b.f.d.g.a aVar, o0 o0Var) { this.a = gVar; - this.f627b = aVar; + this.f628b = aVar; this.c = o0Var; } @@ -91,7 +91,7 @@ public class n0 implements w0 { try { e eVar2 = new e(A); try { - eVar2.f588s = null; + eVar2.f589s = null; eVar2.q(); x0Var.h(f.NETWORK); lVar.b(eVar2, i); @@ -125,13 +125,13 @@ public class n0 implements w0 { a0 a0Var = (a0) o0Var; Objects.requireNonNull(a0Var); aVar.d = a0Var.c.now(); - x0Var.f(new z(a0Var, a0Var.f602b.submit(new y(a0Var, aVar, aVar2)), aVar2)); + x0Var.f(new z(a0Var, a0Var.f603b.submit(new y(a0Var, aVar, aVar2)), aVar2)); } public void c(i iVar, x xVar) { HashMap hashMap; int i = ((MemoryPooledByteBufferOutputStream) iVar).l; - if (!xVar.a().g(xVar.f640b, "NetworkFetchProducer")) { + if (!xVar.a().g(xVar.f641b, "NetworkFetchProducer")) { hashMap = null; } else { Objects.requireNonNull((a0) this.c); @@ -143,16 +143,16 @@ public class n0 implements w0 { hashMap.put("image_size", Integer.toString(i)); } z0 a2 = xVar.a(); - a2.j(xVar.f640b, "NetworkFetchProducer", hashMap); - a2.c(xVar.f640b, "NetworkFetchProducer", true); - xVar.f640b.n("network"); - e(iVar, 1, null, xVar.a, xVar.f640b); + a2.j(xVar.f641b, "NetworkFetchProducer", hashMap); + a2.c(xVar.f641b, "NetworkFetchProducer", true); + xVar.f641b.n("network"); + e(iVar, 1, null, xVar.a, xVar.f641b); } public void d(i iVar, x xVar) { boolean z2; long uptimeMillis = SystemClock.uptimeMillis(); - if (!xVar.f640b.p()) { + if (!xVar.f641b.p()) { z2 = false; } else { Objects.requireNonNull(this.c); @@ -160,8 +160,8 @@ public class n0 implements w0 { } if (z2 && uptimeMillis - xVar.c >= 100) { xVar.c = uptimeMillis; - xVar.a().a(xVar.f640b, "NetworkFetchProducer", "intermediate_result"); - e(iVar, 0, null, xVar.a, xVar.f640b); + xVar.a().a(xVar.f641b, "NetworkFetchProducer", "intermediate_result"); + e(iVar, 0, null, xVar.a, xVar.f641b); } } } diff --git a/app/src/main/java/b/f/j/p/o.java b/app/src/main/java/b/f/j/p/o.java index 0c9358b3de..81c17ccb62 100644 --- a/app/src/main/java/b/f/j/p/o.java +++ b/app/src/main/java/b/f/j/p/o.java @@ -11,7 +11,7 @@ public class o implements w0> { public final w0> a; /* renamed from: b reason: collision with root package name */ - public final ScheduledExecutorService f629b; + public final ScheduledExecutorService f630b; /* compiled from: DelayProducer.java */ /* loaded from: classes2.dex */ @@ -32,13 +32,13 @@ public class o implements w0> { public o(w0> w0Var, ScheduledExecutorService scheduledExecutorService) { this.a = w0Var; - this.f629b = scheduledExecutorService; + this.f630b = scheduledExecutorService; } @Override // b.f.j.p.w0 public void b(l> lVar, x0 x0Var) { ImageRequest e = x0Var.e(); - ScheduledExecutorService scheduledExecutorService = this.f629b; + ScheduledExecutorService scheduledExecutorService = this.f630b; if (scheduledExecutorService != null) { scheduledExecutorService.schedule(new a(lVar, x0Var), e.u, TimeUnit.MILLISECONDS); } else { diff --git a/app/src/main/java/b/f/j/p/p.java b/app/src/main/java/b/f/j/p/p.java index 72fec4eb2a..511793826a 100644 --- a/app/src/main/java/b/f/j/p/p.java +++ b/app/src/main/java/b/f/j/p/p.java @@ -4,24 +4,24 @@ package b.f.j.p; public abstract class p extends b { /* renamed from: b reason: collision with root package name */ - public final l f630b; + public final l f631b; public p(l lVar) { - this.f630b = lVar; + this.f631b = lVar; } @Override // b.f.j.p.b public void g() { - this.f630b.d(); + this.f631b.d(); } @Override // b.f.j.p.b public void h(Throwable th) { - this.f630b.c(th); + this.f631b.c(th); } @Override // b.f.j.p.b public void j(float f) { - this.f630b.a(f); + this.f631b.a(f); } } 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 c892e720d3..24b8c8386e 100644 --- a/app/src/main/java/b/f/j/p/p0.java +++ b/app/src/main/java/b/f/j/p/p0.java @@ -15,7 +15,7 @@ public class p0 implements c { public final /* synthetic */ z0 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ x0 f631b; + public final /* synthetic */ x0 f632b; public final /* synthetic */ l c; public final /* synthetic */ CacheKey d; public final /* synthetic */ r0 e; @@ -23,7 +23,7 @@ public class p0 implements c { public p0(r0 r0Var, z0 z0Var, x0 x0Var, l lVar, CacheKey cacheKey) { this.e = r0Var; this.a = z0Var; - this.f631b = x0Var; + this.f632b = x0Var; this.c = lVar; this.d = cacheKey; } @@ -37,11 +37,11 @@ public class p0 implements c { } boolean z3 = false; if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { - this.a.d(this.f631b, "PartialDiskCacheProducer", null); + this.a.d(this.f632b, "PartialDiskCacheProducer", null); this.c.d(); } else if (gVar.e()) { - this.a.k(this.f631b, "PartialDiskCacheProducer", gVar.d(), null); - this.e.d(this.c, this.f631b, this.d, null); + this.a.k(this.f632b, "PartialDiskCacheProducer", gVar.d(), null); + this.e.d(this.c, this.f632b, this.d, null); } else { synchronized (gVar.g) { eVar = gVar.j; @@ -49,29 +49,29 @@ public class p0 implements c { e eVar2 = eVar; if (eVar2 != null) { z0 z0Var = this.a; - x0 x0Var = this.f631b; + x0 x0Var = this.f632b; z0Var.j(x0Var, "PartialDiskCacheProducer", r0.c(z0Var, x0Var, true, eVar2.n())); int n = eVar2.n() - 1; d.i(Boolean.valueOf(n > 0)); - eVar2.f588s = new a(0, n); + eVar2.f589s = new a(0, n); int n2 = eVar2.n(); - ImageRequest e = this.f631b.e(); + ImageRequest e = this.f632b.e(); a aVar = e.l; - if (aVar != null && aVar.a >= 0 && n >= aVar.f561b) { - this.f631b.i("disk", "partial"); - this.a.c(this.f631b, "PartialDiskCacheProducer", true); + if (aVar != null && aVar.a >= 0 && n >= aVar.f562b) { + this.f632b.i("disk", "partial"); + this.a.c(this.f632b, "PartialDiskCacheProducer", true); this.c.b(eVar2, 9); } else { this.c.b(eVar2, 8); ImageRequestBuilder b2 = ImageRequestBuilder.b(e.c); b2.f = e.i; b2.o = e.l; - b2.g = e.f2884b; + b2.g = e.f2895b; b2.i = e.g; b2.j = e.h; - b2.f2886b = e.n; + b2.f2897b = e.n; b2.c = e.o; - b2.l = e.f2885s; + b2.l = e.f2896s; b2.h = e.f; b2.k = e.m; b2.d = e.j; @@ -85,13 +85,13 @@ public class p0 implements c { } d.i(Boolean.valueOf(z3)); b2.o = new a(i, Integer.MAX_VALUE); - this.e.d(this.c, new d1(b2.a(), this.f631b), this.d, eVar2); + this.e.d(this.c, new d1(b2.a(), this.f632b), this.d, eVar2); } } else { z0 z0Var2 = this.a; - x0 x0Var2 = this.f631b; + x0 x0Var2 = this.f632b; z0Var2.j(x0Var2, "PartialDiskCacheProducer", r0.c(z0Var2, x0Var2, false, 0)); - this.e.d(this.c, this.f631b, this.d, eVar2); + this.e.d(this.c, this.f632b, this.d, eVar2); } } return null; diff --git a/app/src/main/java/b/f/j/p/q.java b/app/src/main/java/b/f/j/p/q.java index 9bbf3580d8..9485e5fc3f 100644 --- a/app/src/main/java/b/f/j/p/q.java +++ b/app/src/main/java/b/f/j/p/q.java @@ -10,14 +10,14 @@ public class q implements c { public final /* synthetic */ z0 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ x0 f632b; + public final /* synthetic */ x0 f633b; public final /* synthetic */ l c; public final /* synthetic */ s d; public q(s sVar, z0 z0Var, x0 x0Var, l lVar) { this.d = sVar; this.a = z0Var; - this.f632b = x0Var; + this.f633b = x0Var; this.c = lVar; } @@ -29,11 +29,11 @@ public class q implements c { z2 = gVar.i; } if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { - this.a.d(this.f632b, "DiskCacheProducer", null); + this.a.d(this.f633b, "DiskCacheProducer", null); this.c.d(); } else if (gVar.e()) { - this.a.k(this.f632b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.c, this.f632b); + this.a.k(this.f633b, "DiskCacheProducer", gVar.d(), null); + this.d.d.b(this.c, this.f633b); } else { synchronized (gVar.g) { eVar = gVar.j; @@ -41,18 +41,18 @@ public class q implements c { e eVar2 = eVar; if (eVar2 != null) { z0 z0Var = this.a; - x0 x0Var = this.f632b; + x0 x0Var = this.f633b; z0Var.j(x0Var, "DiskCacheProducer", s.c(z0Var, x0Var, true, eVar2.n())); - this.a.c(this.f632b, "DiskCacheProducer", true); - this.f632b.n("disk"); + this.a.c(this.f633b, "DiskCacheProducer", true); + this.f633b.n("disk"); this.c.a(1.0f); this.c.b(eVar2, 1); eVar2.close(); } else { z0 z0Var2 = this.a; - x0 x0Var2 = this.f632b; + x0 x0Var2 = this.f633b; z0Var2.j(x0Var2, "DiskCacheProducer", s.c(z0Var2, x0Var2, false, 0)); - this.d.d.b(this.c, this.f632b); + this.d.d.b(this.c, this.f633b); } } return null; diff --git a/app/src/main/java/b/f/j/p/r0.java b/app/src/main/java/b/f/j/p/r0.java index 3fbb69d6f0..30c4941810 100644 --- a/app/src/main/java/b/f/j/p/r0.java +++ b/app/src/main/java/b/f/j/p/r0.java @@ -24,7 +24,7 @@ public class r0 implements w0 { public final f a; /* renamed from: b reason: collision with root package name */ - public final i f633b; + public final i f634b; public final g c; public final b.f.d.g.a d; public final w0 e; @@ -62,12 +62,12 @@ public class r0 implements w0 { e eVar = this.g; if (!(eVar == null || r4 == 0)) { try { - if (r4.f588s != null) { + if (r4.f589s != null) { try { p(o(eVar, r4)); } catch (IOException e) { b.f.d.e.a.f("PartialDiskCacheProducer", "Error while merging image data", e); - this.f630b.c(e); + this.f631b.c(e); } r4.close(); this.g.close(); @@ -95,11 +95,11 @@ public class r0 implements w0 { r4.x(); if (r4.l != c.a) { this.c.f(this.d, r4); - this.f630b.b(r4, i); + this.f631b.b(r4, i); return; } } - this.f630b.b(r4, i); + this.f631b.b(r4, i); } } @@ -125,7 +125,7 @@ public class r0 implements w0 { } public final b.f.d.g.i o(e eVar, e eVar2) throws IOException { - b.f.j.d.a aVar = eVar2.f588s; + b.f.j.d.a aVar = eVar2.f589s; Objects.requireNonNull(aVar); int i = aVar.a; b.f.d.g.i e = this.e.e(eVar2.n() + i); @@ -142,7 +142,7 @@ public class r0 implements w0 { eVar = new e(A); try { eVar.q(); - this.f630b.b(eVar, 1); + this.f631b.b(eVar, 1); eVar.close(); if (A != null) { A.close(); @@ -165,7 +165,7 @@ public class r0 implements w0 { public r0(f fVar, i iVar, g gVar, b.f.d.g.a aVar, w0 w0Var) { this.a = fVar; - this.f633b = iVar; + this.f634b = iVar; this.c = gVar; this.d = aVar; this.e = w0Var; @@ -186,7 +186,7 @@ public class r0 implements w0 { z0 o = x0Var.o(); o.e(x0Var, "PartialDiskCacheProducer"); Uri build = e.c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); - i iVar = this.f633b; + i iVar = this.f634b; x0Var.b(); Objects.requireNonNull((n) iVar); b.f.b.a.f fVar = new b.f.b.a.f(build.toString()); 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 d752a5a9fb..5640a01580 100644 --- a/app/src/main/java/b/f/j/p/s.java +++ b/app/src/main/java/b/f/j/p/s.java @@ -15,13 +15,13 @@ public class s implements w0 { public final f a; /* renamed from: b reason: collision with root package name */ - public final f f634b; + public final f f635b; public final i c; public final w0 d; public s(f fVar, f fVar2, i iVar, w0 w0Var) { this.a = fVar; - this.f634b = fVar2; + this.f635b = fVar2; this.c = iVar; this.d = w0Var; } @@ -41,10 +41,10 @@ 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.f2884b != ImageRequest.b.SMALL) { + if (e.f2895b != ImageRequest.b.SMALL) { z2 = false; } - f fVar = z2 ? this.f634b : this.a; + f fVar = z2 ? this.f635b : this.a; AtomicBoolean atomicBoolean = new AtomicBoolean(false); fVar.e(b2, atomicBoolean).b(new q(this, x0Var.o(), x0Var, lVar)); x0Var.f(new r(this, atomicBoolean)); 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 bb271bd326..be995585d2 100644 --- a/app/src/main/java/b/f/j/p/s0.java +++ b/app/src/main/java/b/f/j/p/s0.java @@ -16,7 +16,7 @@ public class s0 implements w0> { public final w a; /* renamed from: b reason: collision with root package name */ - public final i f635b; + public final i f636b; public final w0> c; /* compiled from: PostprocessedBitmapMemoryCacheProducer.java */ @@ -41,15 +41,15 @@ public class s0 implements w0> { CloseableReference closeableReference2 = null; if (closeableReference == null) { if (b.e(i)) { - this.f630b.b(null, i); + this.f631b.b(null, i); } } else if (!b.f(i) || this.d) { if (this.f) { closeableReference2 = this.e.a(this.c, closeableReference); } try { - this.f630b.a(1.0f); - l lVar = this.f630b; + this.f631b.a(1.0f); + l lVar = this.f631b; if (closeableReference2 != null) { closeableReference = closeableReference2; } @@ -66,7 +66,7 @@ public class s0 implements w0> { public s0(w wVar, i iVar, w0> w0Var) { this.a = wVar; - this.f635b = iVar; + this.f636b = iVar; this.c = w0Var; } @@ -75,13 +75,13 @@ public class s0 implements w0> { z0 o = x0Var.o(); ImageRequest e = x0Var.e(); Object b2 = x0Var.b(); - b bVar = e.f2885s; + b bVar = e.f2896s; if (bVar == null || bVar.getPostprocessorCacheKey() == null) { this.c.b(lVar, x0Var); return; } o.e(x0Var, "PostprocessedBitmapMemoryCacheProducer"); - CacheKey c = ((n) this.f635b).c(e, b2); + CacheKey c = ((n) this.f636b).c(e, b2); Map map = null; CloseableReference closeableReference = x0Var.e().b(1) ? this.a.get(c) : null; if (closeableReference != null) { 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 0dd6fb581e..cbb417bf66 100644 --- a/app/src/main/java/b/f/j/p/t.java +++ b/app/src/main/java/b/f/j/p/t.java @@ -13,7 +13,7 @@ public class t implements w0 { public final f a; /* renamed from: b reason: collision with root package name */ - public final f f636b; + public final f f637b; public final i c; public final w0 d; @@ -42,24 +42,24 @@ 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.f2884b == ImageRequest.b.SMALL) { + if (e.f2895b == ImageRequest.b.SMALL) { this.e.f(b2, eVar); } else { this.d.f(b2, eVar); } this.c.o().j(this.c, "DiskCacheWriteProducer", null); - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); return; } } this.c.o().j(this.c, "DiskCacheWriteProducer", null); - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } } public t(f fVar, f fVar2, i iVar, w0 w0Var) { this.a = fVar; - this.f636b = fVar2; + this.f637b = fVar2; this.c = iVar; this.d = w0Var; } @@ -72,7 +72,7 @@ public class t implements w0 { return; } if (x0Var.e().b(32)) { - lVar = new b(lVar, x0Var, this.a, this.f636b, this.c, null); + lVar = new b(lVar, x0Var, this.a, this.f637b, this.c, null); } this.d.b(lVar, x0Var); } 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 5204b1ddfa..6b37e28e5c 100644 --- a/app/src/main/java/b/f/j/p/t0.java +++ b/app/src/main/java/b/f/j/p/t0.java @@ -13,7 +13,7 @@ public class t0 implements w0> { public final w0> a; /* renamed from: b reason: collision with root package name */ - public final PlatformBitmapFactory f637b; + public final PlatformBitmapFactory f638b; public final Executor c; /* compiled from: PostprocessorProducer.java */ @@ -38,7 +38,7 @@ public class t0 implements w0> { public void a() { b bVar = b.this; if (bVar.o()) { - bVar.f630b.d(); + bVar.f631b.d(); } } } @@ -72,7 +72,7 @@ public class t0 implements w0> { x0 x0Var2 = bVar.d; z0Var2.k(x0Var2, "PostprocessorProducer", e, bVar.p(z0Var2, x0Var2, bVar.e)); if (bVar.o()) { - bVar.f630b.c(e); + bVar.f631b.c(e); } } } finally { @@ -85,14 +85,14 @@ public class t0 implements w0> { @Override // b.f.j.p.p, b.f.j.p.b public void g() { if (o()) { - this.f630b.d(); + this.f631b.d(); } } @Override // b.f.j.p.p, b.f.j.p.b public void h(Throwable th) { if (o()) { - this.f630b.c(th); + this.f631b.c(th); } } @@ -159,12 +159,12 @@ public class t0 implements w0> { if (!e || !o()) { return; } - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } public final CloseableReference r(b.f.j.j.c cVar) { b.f.j.j.d dVar = (b.f.j.j.d) cVar; - CloseableReference process = this.e.process(dVar.m, t0.this.f637b); + CloseableReference process = this.e.process(dVar.m, t0.this.f638b); try { b.f.j.j.d dVar2 = new b.f.j.j.d(process, cVar.b(), dVar.o, dVar.p); dVar2.e(dVar.k); @@ -206,14 +206,14 @@ public class t0 implements w0> { @Override // b.f.j.p.p, b.f.j.p.b public void g() { if (n()) { - this.f630b.d(); + this.f631b.d(); } } @Override // b.f.j.p.p, b.f.j.p.b public void h(Throwable th) { if (n()) { - this.f630b.c(th); + this.f631b.c(th); } } @@ -234,7 +234,7 @@ public class t0 implements w0> { if (!this.c) { CloseableReference n = CloseableReference.n(this.d); try { - this.f630b.b(n, 0); + this.f631b.b(n, 0); } finally { if (n != null) { n.close(); @@ -273,7 +273,7 @@ public class t0 implements w0> { public void i(Object obj, int i) { CloseableReference closeableReference = (CloseableReference) obj; if (!b.f(i)) { - this.f630b.b(closeableReference, i); + this.f631b.b(closeableReference, i); } } } @@ -281,7 +281,7 @@ public class t0 implements w0> { public t0(w0> w0Var, PlatformBitmapFactory platformBitmapFactory, Executor executor) { Objects.requireNonNull(w0Var); this.a = w0Var; - this.f637b = platformBitmapFactory; + this.f638b = platformBitmapFactory; Objects.requireNonNull(executor); this.c = executor; } @@ -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().f2885s; + b.f.j.q.b bVar = x0Var.e().f2896s; 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/v.java b/app/src/main/java/b/f/j/p/v.java index 02767582dc..314e58130b 100644 --- a/app/src/main/java/b/f/j/p/v.java +++ b/app/src/main/java/b/f/j/p/v.java @@ -18,7 +18,7 @@ public class v implements w0 { public final w a; /* renamed from: b reason: collision with root package name */ - public final i f638b; + public final i f639b; public final w0 c; /* compiled from: EncodedMemoryCacheProducer.java */ @@ -56,15 +56,15 @@ public class v implements w0 { e eVar2 = new e(closeableReference); eVar2.b(eVar); closeableReference.close(); - this.f630b.a(1.0f); - this.f630b.b(eVar2, i); + this.f631b.a(1.0f); + this.f631b.b(eVar2, i); eVar2.close(); } } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } finally { b.b(); } @@ -73,7 +73,7 @@ public class v implements w0 { public v(w wVar, i iVar, w0 w0Var) { this.a = wVar; - this.f638b = iVar; + this.f639b = iVar; this.c = w0Var; } @@ -83,7 +83,7 @@ public class v implements w0 { b.b(); z0 o = x0Var.o(); o.e(x0Var, "EncodedMemoryCacheProducer"); - CacheKey b2 = ((n) this.f638b).b(x0Var.e(), x0Var.b()); + CacheKey b2 = ((n) this.f639b).b(x0Var.e(), x0Var.b()); Map map = null; CloseableReference closeableReference = x0Var.e().b(4) ? this.a.get(b2) : null; if (closeableReference != null) { diff --git a/app/src/main/java/b/f/j/p/v0.java b/app/src/main/java/b/f/j/p/v0.java index f136d0cba6..6d9d583873 100644 --- a/app/src/main/java/b/f/j/p/v0.java +++ b/app/src/main/java/b/f/j/p/v0.java @@ -13,7 +13,7 @@ public class v0 extends e { @Override // b.f.j.p.y0 public void a() { if (this.a.n()) { - this.a.f630b.d(); + this.a.f631b.d(); } } } 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 a5307452ec..f43c09c242 100644 --- a/app/src/main/java/b/f/j/p/w.java +++ b/app/src/main/java/b/f/j/p/w.java @@ -15,7 +15,7 @@ public class w implements w0 { public final f a; /* renamed from: b reason: collision with root package name */ - public final f f639b; + public final f f640b; public final i c; public final w0 d; public final d e; @@ -54,16 +54,16 @@ public class w implements w0 { this.g.a(b2); if ("memory_encoded".equals(this.c.l("origin"))) { if (!this.h.b(b2)) { - (e.f2884b == ImageRequest.b.SMALL ? this.e : this.d).c(b2); + (e.f2895b == ImageRequest.b.SMALL ? this.e : this.d).c(b2); this.h.a(b2); } } else if ("disk".equals(this.c.l("origin"))) { this.h.a(b2); } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } } - this.f630b.b(eVar, i); + this.f631b.b(eVar, i); } finally { b.b(); } @@ -72,7 +72,7 @@ public class w implements w0 { public w(f fVar, f fVar2, i iVar, d dVar, d dVar2, w0 w0Var) { this.a = fVar; - this.f639b = fVar2; + this.f640b = fVar2; this.c = iVar; this.e = dVar; this.f = dVar2; @@ -85,7 +85,7 @@ public class w implements w0 { b.b(); z0 o = x0Var.o(); o.e(x0Var, "EncodedProbeProducer"); - a aVar = new a(lVar, x0Var, this.a, this.f639b, this.c, this.e, this.f); + a aVar = new a(lVar, x0Var, this.a, this.f640b, this.c, this.e, this.f); o.j(x0Var, "EncodedProbeProducer", null); b.b(); this.d.b(aVar, x0Var); diff --git a/app/src/main/java/b/f/j/p/x.java b/app/src/main/java/b/f/j/p/x.java index ce73c3753b..69e0e58b5c 100644 --- a/app/src/main/java/b/f/j/p/x.java +++ b/app/src/main/java/b/f/j/p/x.java @@ -7,15 +7,15 @@ public class x { public final l a; /* renamed from: b reason: collision with root package name */ - public final x0 f640b; + public final x0 f641b; public long c = 0; public x(l lVar, x0 x0Var) { this.a = lVar; - this.f640b = x0Var; + this.f641b = x0Var; } public z0 a() { - return this.f640b.o(); + return this.f641b.o(); } } diff --git a/app/src/main/java/b/f/j/p/y.java b/app/src/main/java/b/f/j/p/y.java index 04cfbaa8a7..a5fd3a9436 100644 --- a/app/src/main/java/b/f/j/p/y.java +++ b/app/src/main/java/b/f/j/p/y.java @@ -36,7 +36,7 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.f640b.e().c, 5); + httpURLConnection = a0Var.a(aVar.f641b.e().c, 5); try { try { aVar.e = a0Var.c.now(); diff --git a/app/src/main/java/b/f/j/p/z.java b/app/src/main/java/b/f/j/p/z.java index adaa15445b..85ee84f9e8 100644 --- a/app/src/main/java/b/f/j/p/z.java +++ b/app/src/main/java/b/f/j/p/z.java @@ -10,21 +10,21 @@ public class z extends e { public final /* synthetic */ Future a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ o0.a f641b; + public final /* synthetic */ o0.a f642b; public z(a0 a0Var, Future future, o0.a aVar) { this.a = future; - this.f641b = aVar; + this.f642b = aVar; } @Override // b.f.j.p.y0 public void a() { if (this.a.cancel(false)) { - n0.a aVar = (n0.a) this.f641b; + n0.a aVar = (n0.a) this.f642b; n0 n0Var = n0.this; x xVar = aVar.a; Objects.requireNonNull(n0Var); - xVar.a().d(xVar.f640b, "NetworkFetchProducer", null); + xVar.a().d(xVar.f641b, "NetworkFetchProducer", null); xVar.a.d(); } } diff --git a/app/src/main/java/b/f/j/s/d.java b/app/src/main/java/b/f/j/s/d.java index 70e711d37e..fc78b138d3 100644 --- a/app/src/main/java/b/f/j/s/d.java +++ b/app/src/main/java/b/f/j/s/d.java @@ -73,7 +73,7 @@ public class d { } float f = i; float f2 = i2; - float max = Math.max(eVar.a / f, eVar.f564b / f2); + float max = Math.max(eVar.a / f, eVar.f565b / f2); float f3 = eVar.c; if (f * max > f3) { max = f3 / f; diff --git a/app/src/main/java/b/f/j/s/e.java b/app/src/main/java/b/f/j/s/e.java index 89ecd985ce..c763c7d5f5 100644 --- a/app/src/main/java/b/f/j/s/e.java +++ b/app/src/main/java/b/f/j/s/e.java @@ -9,13 +9,13 @@ public class e implements c { public final int a; /* renamed from: b reason: collision with root package name */ - public final c f642b; + public final c f643b; public final Integer c; public final boolean d; public e(int i, boolean z2, c cVar, Integer num, boolean z3) { this.a = i; - this.f642b = cVar; + this.f643b = cVar; this.c = num; this.d = z3; } @@ -34,7 +34,7 @@ public class e implements c { @Override // b.f.j.s.c public b createImageTranscoder(c cVar, boolean z2) { - c cVar2 = this.f642b; + c cVar2 = this.f643b; b bVar = null; bVar = cVar2 == null ? null : cVar2.createImageTranscoder(cVar, z2); if (bVar == null) { diff --git a/app/src/main/java/b/f/j/s/f.java b/app/src/main/java/b/f/j/s/f.java index 8273a40436..8e6a5eab4f 100644 --- a/app/src/main/java/b/f/j/s/f.java +++ b/app/src/main/java/b/f/j/s/f.java @@ -15,16 +15,16 @@ public class f implements b { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final int f643b; + public final int f644b; public f(boolean z2, int i) { this.a = z2; - this.f643b = i; + this.f644b = i; } public static Bitmap.CompressFormat e(c cVar) { if (!(cVar == null || cVar == b.a)) { - return cVar == b.f538b ? Bitmap.CompressFormat.PNG : b.a(cVar) ? Bitmap.CompressFormat.WEBP : Bitmap.CompressFormat.JPEG; + return cVar == b.f539b ? Bitmap.CompressFormat.PNG : b.a(cVar) ? Bitmap.CompressFormat.WEBP : Bitmap.CompressFormat.JPEG; } return Bitmap.CompressFormat.JPEG; } @@ -39,7 +39,7 @@ public class f implements b { if (fVar == null) { fVar = b.f.j.d.f.a; } - return this.a && d.a0(fVar, eVar2, eVar, this.f643b) > 1; + return this.a && d.a0(fVar, eVar2, eVar, this.f644b) > 1; } /* JADX WARN: Removed duplicated region for block: B:38:0x00a5 */ @@ -56,7 +56,7 @@ public class f implements b { Integer num2 = num == null ? 85 : num; b.f.j.d.f fVar2 = fVar == null ? b.f.j.d.f.a : fVar; int i = 1; - int a02 = !this.a ? 1 : d.a0(fVar2, eVar2, eVar, this.f643b); + int a02 = !this.a ? 1 : d.a0(fVar2, eVar2, eVar, this.f644b); BitmapFactory.Options options = new BitmapFactory.Options(); options.inSampleSize = a02; try { diff --git a/app/src/main/java/b/f/k/b.java b/app/src/main/java/b/f/k/b.java index 651bb8c89a..2a348c4549 100644 --- a/app/src/main/java/b/f/k/b.java +++ b/app/src/main/java/b/f/k/b.java @@ -8,10 +8,10 @@ public class b { public final Pair a; /* renamed from: b reason: collision with root package name */ - public final ColorSpace f644b; + public final ColorSpace f645b; public b(int i, int i2, ColorSpace colorSpace) { this.a = (i == -1 || i2 == -1) ? null : new Pair<>(Integer.valueOf(i), Integer.valueOf(i2)); - this.f644b = colorSpace; + this.f645b = colorSpace; } } diff --git a/app/src/main/java/b/f/l/a/a.java b/app/src/main/java/b/f/l/a/a.java index 0e1cea5135..a592f7f5d0 100644 --- a/app/src/main/java/b/f/l/a/a.java +++ b/app/src/main/java/b/f/l/a/a.java @@ -3,12 +3,12 @@ package b.f.l.a; import b.f.l.a.b; import b.f.l.b.c; /* compiled from: MultiPointerGestureDetector.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class a { public boolean a; /* renamed from: b reason: collision with root package name */ - public int f645b; + public int f646b; public final int[] c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; @@ -18,7 +18,7 @@ public class a { /* compiled from: MultiPointerGestureDetector.java */ /* renamed from: b.f.l.a.a$a reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public interface AbstractC0075a { } @@ -28,7 +28,7 @@ public class a { public void a() { this.a = false; - this.f645b = 0; + this.f646b = 0; for (int i = 0; i < 2; i++) { this.c[i] = -1; } @@ -39,7 +39,7 @@ public class a { b.a aVar; if (!this.a) { AbstractC0075a aVar2 = this.h; - if (!(aVar2 == null || (aVar = (bVar = (b) aVar2).f646b) == null)) { + if (!(aVar2 == null || (aVar = (bVar = (b) aVar2).f647b) == null)) { aVar.c(bVar); } this.a = true; @@ -51,7 +51,7 @@ public class a { if (this.a) { this.a = false; AbstractC0075a aVar2 = this.h; - if (aVar2 != null && (aVar = ((b) aVar2).f646b) != null) { + if (aVar2 != null && (aVar = ((b) aVar2).f647b) != null) { c cVar = (c) aVar; b.f.d.e.a.i(c.class, "onGestureEnd"); } diff --git a/app/src/main/java/b/f/l/a/b.java b/app/src/main/java/b/f/l/a/b.java index 13e1d2a5f9..768db3db99 100644 --- a/app/src/main/java/b/f/l/a/b.java +++ b/app/src/main/java/b/f/l/a/b.java @@ -2,15 +2,15 @@ package b.f.l.a; import b.f.l.a.a; /* compiled from: TransformGestureDetector.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes.dex */ public class b implements a.AbstractC0075a { public final a a; /* renamed from: b reason: collision with root package name */ - public a f646b = null; + public a f647b = null; /* compiled from: TransformGestureDetector.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes.dex */ public interface a { void b(b bVar); @@ -35,12 +35,12 @@ public class b implements a.AbstractC0075a { public float b() { a aVar = this.a; - return a(aVar.d, aVar.f645b); + return a(aVar.d, aVar.f646b); } public float c() { a aVar = this.a; - return a(aVar.e, aVar.f645b); + return a(aVar.e, aVar.f646b); } public void d() { diff --git a/app/src/main/java/b/f/l/b/a.java b/app/src/main/java/b/f/l/b/a.java index 468cc2f71e..b10ea6cc21 100644 --- a/app/src/main/java/b/f/l/b/a.java +++ b/app/src/main/java/b/f/l/b/a.java @@ -7,7 +7,7 @@ import androidx.annotation.Nullable; import b.f.l.a.b; import com.discord.models.domain.ModelAuditLogEntry; /* compiled from: AbstractAnimatedZoomableController.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class a extends c { public boolean m; public final float[] n = new float[9]; diff --git a/app/src/main/java/b/f/l/b/b.java b/app/src/main/java/b/f/l/b/b.java index 84f20d6e7c..2c8b915eaa 100644 --- a/app/src/main/java/b/f/l/b/b.java +++ b/app/src/main/java/b/f/l/b/b.java @@ -10,14 +10,14 @@ import androidx.annotation.Nullable; import b.c.a.a0.d; import java.util.Objects; /* compiled from: AnimatedZoomableController.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class b extends a { /* renamed from: s reason: collision with root package name */ - public final ValueAnimator f647s; + public final ValueAnimator f648s; /* compiled from: AnimatedZoomableController.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public class a implements ValueAnimator.AnimatorUpdateListener { public a() { } @@ -41,7 +41,7 @@ public class b extends a { /* compiled from: AnimatedZoomableController.java */ /* renamed from: b.f.l.b.b$b reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public class C0076b extends AnimatorListenerAdapter { public final /* synthetic */ Runnable a; @@ -80,7 +80,7 @@ public class b extends a { public b(b.f.l.a.b bVar) { super(bVar); ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f); - this.f647s = ofFloat; + this.f648s = ofFloat; ofFloat.setInterpolator(new DecelerateInterpolator()); } @@ -97,12 +97,12 @@ public class b extends a { d.i(Boolean.valueOf(j > 0)); d.B(!this.m); this.m = true; - this.f647s.setDuration(j); + this.f648s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.f647s.addUpdateListener(new a()); - this.f647s.addListener(new C0076b(runnable)); - this.f647s.start(); + this.f648s.addUpdateListener(new a()); + this.f648s.addListener(new C0076b(runnable)); + this.f648s.start(); } @Override // b.f.l.b.a @@ -110,9 +110,9 @@ public class b extends a { public void o() { if (this.m) { b.f.d.e.a.i(b.class, "stopAnimation"); - this.f647s.cancel(); - this.f647s.removeAllUpdateListeners(); - this.f647s.removeAllListeners(); + this.f648s.cancel(); + this.f648s.removeAllUpdateListeners(); + this.f648s.removeAllListeners(); } } } diff --git a/app/src/main/java/b/f/l/b/c.java b/app/src/main/java/b/f/l/b/c.java index b7fc004209..620534301e 100644 --- a/app/src/main/java/b/f/l/b/c.java +++ b/app/src/main/java/b/f/l/b/c.java @@ -11,12 +11,12 @@ import com.discord.models.domain.ModelAuditLogEntry; import com.facebook.samples.zoomable.ZoomableDraweeView; import java.util.Objects; /* compiled from: DefaultZoomableController.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c implements e, b.a { public b a; /* renamed from: b reason: collision with root package name */ - public e.a f649b = null; + public e.a f650b = null; public boolean c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); @@ -34,7 +34,7 @@ public class c implements e, b.a { public c(b bVar) { this.a = bVar; - bVar.f646b = this; + bVar.f647b = this; } public static boolean l(int i, int i2) { @@ -63,7 +63,7 @@ public class c implements e, b.a { b bVar2 = this.a; matrix.set(this.g); b.f.l.a.a aVar = bVar2.a; - if (aVar.f645b < 2) { + if (aVar.f646b < 2) { f = 1.0f; } else { float[] fArr = aVar.d; @@ -78,13 +78,13 @@ public class c implements e, b.a { } matrix.postScale(f, f, bVar2.b(), bVar2.c()); b.f.l.a.a aVar2 = bVar2.a; - float a = bVar2.a(aVar2.f, aVar2.f645b); + float a = bVar2.a(aVar2.f, aVar2.f646b); b.f.l.a.a aVar3 = bVar2.a; - float a2 = a - bVar2.a(aVar3.d, aVar3.f645b); + float a2 = a - bVar2.a(aVar3.d, aVar3.f646b); b.f.l.a.a aVar4 = bVar2.a; - float a3 = bVar2.a(aVar4.g, aVar4.f645b); + float a3 = bVar2.a(aVar4.g, aVar4.f646b); b.f.l.a.a aVar5 = bVar2.a; - matrix.postTranslate(a2, a3 - bVar2.a(aVar5.e, aVar5.f645b)); + matrix.postTranslate(a2, a3 - bVar2.a(aVar5.e, aVar5.f646b)); boolean g = g(matrix, 7) | f(matrix, bVar2.b(), bVar2.c(), 7) | false; i(); if (g) { @@ -201,10 +201,10 @@ public class c implements e, b.a { } i2++; } - if (!aVar3.a && aVar3.f645b > 0) { + if (!aVar3.a && aVar3.f646b > 0) { aVar3.b(); } - if (!(!aVar3.a || (aVar = aVar3.h) == null || (aVar2 = (bVar = (b) aVar).f646b) == null)) { + if (!(!aVar3.a || (aVar = aVar3.h) == null || (aVar2 = (bVar = (b) aVar).f647b) == null)) { aVar2.b(bVar); } } else if (actionMasked == 3) { @@ -217,7 +217,7 @@ public class c implements e, b.a { motionEvent.getPointerCount(); motionEvent.getActionMasked(); aVar3.c(); - aVar3.f645b = 0; + aVar3.f646b = 0; while (i2 < 2) { int pointerCount = motionEvent.getPointerCount(); int actionMasked2 = motionEvent.getActionMasked(); @@ -239,11 +239,11 @@ public class c implements e, b.a { float y2 = motionEvent.getY(i3); fArr4[i2] = y2; fArr3[i2] = y2; - aVar3.f645b++; + aVar3.f646b++; } i2++; } - if (aVar3.f645b > 0) { + if (aVar3.f646b > 0) { aVar3.b(); } return true; @@ -251,7 +251,7 @@ public class c implements e, b.a { public final void i() { this.h.mapRect(this.f, this.e); - e.a aVar = this.f649b; + e.a aVar = this.f650b; if (aVar != null && this.c) { ZoomableDraweeView zoomableDraweeView = ZoomableDraweeView.this; zoomableDraweeView.getLogTag(); diff --git a/app/src/main/java/b/f/l/b/d.java b/app/src/main/java/b/f/l/b/d.java index 8bf68224ab..3423159620 100644 --- a/app/src/main/java/b/f/l/b/d.java +++ b/app/src/main/java/b/f/l/b/d.java @@ -3,7 +3,7 @@ package b.f.l.b; import android.view.GestureDetector; import android.view.MotionEvent; /* compiled from: GestureListenerWrapper.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class d extends GestureDetector.SimpleOnGestureListener { public GestureDetector.SimpleOnGestureListener j = new GestureDetector.SimpleOnGestureListener(); diff --git a/app/src/main/java/b/f/l/b/e.java b/app/src/main/java/b/f/l/b/e.java index 30343c4583..d81c3b4610 100644 --- a/app/src/main/java/b/f/l/b/e.java +++ b/app/src/main/java/b/f/l/b/e.java @@ -1,10 +1,10 @@ package b.f.l.b; /* compiled from: ZoomableController.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface e { /* compiled from: ZoomableController.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public interface a { } diff --git a/app/src/main/java/b/f/m/a.java b/app/src/main/java/b/f/m/a.java index fa13f69084..50c016ba51 100644 --- a/app/src/main/java/b/f/m/a.java +++ b/app/src/main/java/b/f/m/a.java @@ -8,13 +8,13 @@ import b.f.m.m; import java.io.File; import java.io.IOException; /* compiled from: ApkSoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class a extends f { public final int h; /* compiled from: ApkSoSource.java */ /* renamed from: b.f.m.a$a reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public class C0077a extends f.c { public File n; public final int o; diff --git a/app/src/main/java/b/f/m/b.java b/app/src/main/java/b/f/m/b.java index c17070ce08..47c03a883e 100644 --- a/app/src/main/java/b/f/m/b.java +++ b/app/src/main/java/b/f/m/b.java @@ -7,12 +7,12 @@ import android.util.Log; import java.io.File; import java.io.IOException; /* compiled from: ApplicationSoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class b extends l { public Context a; /* renamed from: b reason: collision with root package name */ - public int f650b; + public int f651b; public c c; public b(Context context, int i) { @@ -22,7 +22,7 @@ public class b extends l { Log.w("SoLoader", "context.getApplicationContext returned null, holding reference to original context."); this.a = context; } - this.f650b = i; + this.f651b = i; this.c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); } @@ -48,8 +48,8 @@ public class b extends l { return false; } Log.d("SoLoader", "Native library directory updated from " + file + " to " + d); - int i = this.f650b | 1; - this.f650b = i; + int i = this.f651b | 1; + this.f651b = i; this.c = new c(d, i); this.a = e; return true; diff --git a/app/src/main/java/b/f/m/c.java b/app/src/main/java/b/f/m/c.java index 6085c109b4..925920f471 100644 --- a/app/src/main/java/b/f/m/c.java +++ b/app/src/main/java/b/f/m/c.java @@ -14,16 +14,16 @@ import java.io.IOException; import java.nio.channels.ClosedByInterruptException; import java.util.Arrays; /* compiled from: DirectorySoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c extends l { public final File a; /* renamed from: b reason: collision with root package name */ - public final int f651b; + public final int f652b; public c(File file, int i) { this.a = file; - this.f651b = i; + this.f652b = i; } @Override // b.f.m.l @@ -42,8 +42,8 @@ public class c extends l { StringBuilder V2 = a.V(str, " found on "); V2.append(file.getCanonicalPath()); Log.d("SoLoader", V2.toString()); - if ((i & 1) == 0 || (this.f651b & 2) == 0) { - if ((this.f651b & 1) != 0) { + if ((i & 1) == 0 || (this.f652b & 2) == 0) { + if ((this.f652b & 1) != 0) { if (SoLoader.a) { Api18TraceUtils.a("SoLoader.getElfDependencies[", file2.getName(), "]"); } @@ -82,7 +82,7 @@ public class c extends l { Log.d("SoLoader", "Not resolving dependencies for " + str); } try { - ((SoLoader.a) SoLoader.f2888b).b(file2.getAbsolutePath(), i); + ((SoLoader.a) SoLoader.f2899b).b(file2.getAbsolutePath(), i); return 1; } catch (UnsatisfiedLinkError e2) { if (e2.getMessage().contains("bad ELF magic")) { @@ -110,6 +110,6 @@ public class c extends l { sb.append("[root = "); sb.append(str); sb.append(" flags = "); - return a.z(sb, this.f651b, ']'); + return a.z(sb, this.f652b, ']'); } } diff --git a/app/src/main/java/b/f/m/d.java b/app/src/main/java/b/f/m/d.java index 52ecefb33c..3b6bb7749e 100644 --- a/app/src/main/java/b/f/m/d.java +++ b/app/src/main/java/b/f/m/d.java @@ -7,6 +7,6 @@ import java.lang.annotation.Target; /* compiled from: DoNotOptimize.java */ @Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.CLASS) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface d { } diff --git a/app/src/main/java/b/f/m/e.java b/app/src/main/java/b/f/m/e.java index 8225102bc4..ccdac2b5e6 100644 --- a/app/src/main/java/b/f/m/e.java +++ b/app/src/main/java/b/f/m/e.java @@ -11,16 +11,16 @@ import java.io.IOException; import java.util.ArrayList; import java.util.LinkedHashSet; /* compiled from: ExoSoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class e extends m { /* compiled from: ExoSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public final class b extends m.f { public final c[] j; /* compiled from: ExoSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public final class a extends m.e { public int j; @@ -131,7 +131,7 @@ public final class e extends m { } /* compiled from: ExoSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class c extends m.b { public final File l; diff --git a/app/src/main/java/b/f/m/f.java b/app/src/main/java/b/f/m/f.java index 239e67a952..9d8d8c5597 100644 --- a/app/src/main/java/b/f/m/f.java +++ b/app/src/main/java/b/f/m/f.java @@ -18,13 +18,13 @@ import java.util.regex.Pattern; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; /* compiled from: ExtractFromZipSoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class f extends m { public final File f; public final String g; /* compiled from: ExtractFromZipSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class b extends m.b implements Comparable { public final ZipEntry l; public final int m; @@ -42,14 +42,14 @@ public class f extends m { } /* compiled from: ExtractFromZipSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public class c extends m.f { public b[] j; public final ZipFile k; public final m l; /* compiled from: ExtractFromZipSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public final class a extends m.e { public int j; diff --git a/app/src/main/java/b/f/m/g.java b/app/src/main/java/b/f/m/g.java index db6ce21bf4..c4bd9fda28 100644 --- a/app/src/main/java/b/f/m/g.java +++ b/app/src/main/java/b/f/m/g.java @@ -6,7 +6,7 @@ import java.io.FileOutputStream; import java.io.IOException; import java.nio.channels.FileLock; /* compiled from: FileLocker.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class g implements Closeable { public final FileOutputStream j; public final FileLock k; diff --git a/app/src/main/java/b/f/m/h.java b/app/src/main/java/b/f/m/h.java index 94b2fcde73..cfdaa73338 100644 --- a/app/src/main/java/b/f/m/h.java +++ b/app/src/main/java/b/f/m/h.java @@ -1,6 +1,6 @@ package b.f.m; /* compiled from: MinElf.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class h extends RuntimeException { public h(String str) { super(str); diff --git a/app/src/main/java/b/f/m/i.java b/app/src/main/java/b/f/m/i.java index 394f861fc7..32a818fd2f 100644 --- a/app/src/main/java/b/f/m/i.java +++ b/app/src/main/java/b/f/m/i.java @@ -1,6 +1,6 @@ package b.f.m; /* compiled from: MinElf.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum i { NOT_SO("not_so"), X86("x86"), diff --git a/app/src/main/java/b/f/m/j.java b/app/src/main/java/b/f/m/j.java index 9c60b77b8f..c8df876721 100644 --- a/app/src/main/java/b/f/m/j.java +++ b/app/src/main/java/b/f/m/j.java @@ -6,7 +6,7 @@ import com.facebook.soloader.SoLoader; import java.io.IOException; import java.util.concurrent.locks.ReentrantReadWriteLock; /* compiled from: NativeLoaderToSoLoaderDelegate.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class j implements b { /* JADX WARN: Finally extract failed */ @Override // b.f.m.n.b diff --git a/app/src/main/java/b/f/m/k.java b/app/src/main/java/b/f/m/k.java index 142847d608..b48ea00604 100644 --- a/app/src/main/java/b/f/m/k.java +++ b/app/src/main/java/b/f/m/k.java @@ -1,5 +1,5 @@ package b.f.m; /* compiled from: SoFileLoader.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface k { } diff --git a/app/src/main/java/b/f/m/l.java b/app/src/main/java/b/f/m/l.java index 4494fea4a5..748db295af 100644 --- a/app/src/main/java/b/f/m/l.java +++ b/app/src/main/java/b/f/m/l.java @@ -3,7 +3,7 @@ package b.f.m; import android.os.StrictMode; import java.io.IOException; /* compiled from: SoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class l { public abstract int a(String str, int i, StrictMode.ThreadPolicy threadPolicy) throws IOException; diff --git a/app/src/main/java/b/f/m/m.java b/app/src/main/java/b/f/m/m.java index 3973415d53..7f0e6ca87f 100644 --- a/app/src/main/java/b/f/m/m.java +++ b/app/src/main/java/b/f/m/m.java @@ -18,14 +18,14 @@ import java.util.HashMap; import java.util.Map; import java.util.Objects; /* compiled from: UnpackingSoSource.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class m extends c { public final Context c; public String d; public final Map e = new HashMap(); /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public class a implements Runnable { public final /* synthetic */ File j; public final /* synthetic */ byte[] k; @@ -96,7 +96,7 @@ public abstract class m extends c { } /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class b { public final String j; public final String k; @@ -108,7 +108,7 @@ public abstract class m extends c { } /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class c { public final b[] a; @@ -133,7 +133,7 @@ public abstract class m extends c { } /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class d implements Closeable { public final b j; public final InputStream k; @@ -150,7 +150,7 @@ public abstract class m extends c { } /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class e implements Closeable { public abstract boolean a(); @@ -162,7 +162,7 @@ public abstract class m extends c { } /* compiled from: UnpackingSoSource.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class f implements Closeable { public abstract c a() throws IOException; diff --git a/app/src/main/java/b/f/m/n/a.java b/app/src/main/java/b/f/m/n/a.java index 444a15f21d..a582f67816 100644 --- a/app/src/main/java/b/f/m/n/a.java +++ b/app/src/main/java/b/f/m/n/a.java @@ -1,6 +1,6 @@ package b.f.m.n; /* compiled from: NativeLoader.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class a { public static b a; diff --git a/app/src/main/java/b/f/m/n/b.java b/app/src/main/java/b/f/m/n/b.java index 076688274d..01010fd30f 100644 --- a/app/src/main/java/b/f/m/n/b.java +++ b/app/src/main/java/b/f/m/n/b.java @@ -1,6 +1,6 @@ package b.f.m.n; /* compiled from: NativeLoaderDelegate.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface b { boolean a(String str, int i); } diff --git a/app/src/main/java/b/f/m/n/c.java b/app/src/main/java/b/f/m/n/c.java index 0fc37a7928..0814ce9bec 100644 --- a/app/src/main/java/b/f/m/n/c.java +++ b/app/src/main/java/b/f/m/n/c.java @@ -1,6 +1,6 @@ package b.f.m.n; /* compiled from: SystemDelegate.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c implements b { @Override // b.f.m.n.b public boolean a(String str, int i) { diff --git a/app/src/main/java/b/f/n/a/a/a.java b/app/src/main/java/b/f/n/a/a/a.java index 15230cb29b..54ccb1b055 100644 --- a/app/src/main/java/b/f/n/a/a/a.java +++ b/app/src/main/java/b/f/n/a/a/a.java @@ -7,7 +7,7 @@ import android.graphics.drawable.Drawable; import android.text.style.ReplacementSpan; import androidx.annotation.Nullable; /* compiled from: BetterImageSpan.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class a extends ReplacementSpan { public int j; public int k; diff --git a/app/src/main/java/b/g/a/a/a.java b/app/src/main/java/b/g/a/a/a.java index 5ba397adf8..6d94a8d35b 100644 --- a/app/src/main/java/b/g/a/a/a.java +++ b/app/src/main/java/b/g/a/a/a.java @@ -7,6 +7,6 @@ import java.lang.annotation.Target; /* compiled from: JacksonAnnotationsInside.java */ @Target({ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface a { } diff --git a/app/src/main/java/b/g/a/a/a0.java b/app/src/main/java/b/g/a/a/a0.java index 03030eb584..067a5ed718 100644 --- a/app/src/main/java/b/g/a/a/a0.java +++ b/app/src/main/java/b/g/a/a/a0.java @@ -7,11 +7,11 @@ import java.lang.annotation.Target; /* compiled from: JsonSubTypes.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface a0 { /* compiled from: JsonSubTypes.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public @interface a { String name() default ""; diff --git a/app/src/main/java/b/g/a/a/b.java b/app/src/main/java/b/g/a/a/b.java index 6a67181bbc..8775a14f47 100644 --- a/app/src/main/java/b/g/a/a/b.java +++ b/app/src/main/java/b/g/a/a/b.java @@ -8,11 +8,11 @@ import java.lang.annotation.Target; /* compiled from: JacksonInject.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface b { /* compiled from: JacksonInject.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a implements Serializable { public static final a j = new a(null, null); private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/a/b0.java b/app/src/main/java/b/g/a/a/b0.java index 2154ff25cf..aaaf3be9ef 100644 --- a/app/src/main/java/b/g/a/a/b0.java +++ b/app/src/main/java/b/g/a/a/b0.java @@ -7,6 +7,6 @@ import java.lang.annotation.Target; /* compiled from: JsonTypeId.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface b0 { } diff --git a/app/src/main/java/b/g/a/a/c.java b/app/src/main/java/b/g/a/a/c.java index 30f9cd53c7..634ce7de07 100644 --- a/app/src/main/java/b/g/a/a/c.java +++ b/app/src/main/java/b/g/a/a/c.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonAnyGetter.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface c { boolean enabled() default true; } diff --git a/app/src/main/java/b/g/a/a/c0.java b/app/src/main/java/b/g/a/a/c0.java index c9ef9d9a0e..f5d8ffdd62 100644 --- a/app/src/main/java/b/g/a/a/c0.java +++ b/app/src/main/java/b/g/a/a/c0.java @@ -7,11 +7,11 @@ import java.lang.annotation.Target; /* compiled from: JsonTypeInfo.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface c0 { /* compiled from: JsonTypeInfo.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { PROPERTY, WRAPPER_OBJECT, @@ -21,7 +21,7 @@ public @interface c0 { } /* compiled from: JsonTypeInfo.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum b { NONE(null), CLASS("@class"), @@ -43,7 +43,7 @@ public @interface c0 { /* compiled from: JsonTypeInfo.java */ @Deprecated - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class c { } diff --git a/app/src/main/java/b/g/a/a/d.java b/app/src/main/java/b/g/a/a/d.java index 0ed1780587..1076a68411 100644 --- a/app/src/main/java/b/g/a/a/d.java +++ b/app/src/main/java/b/g/a/a/d.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonAnySetter.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface d { boolean enabled() default true; } diff --git a/app/src/main/java/b/g/a/a/d0.java b/app/src/main/java/b/g/a/a/d0.java index 374ba52072..9f84ff8db3 100644 --- a/app/src/main/java/b/g/a/a/d0.java +++ b/app/src/main/java/b/g/a/a/d0.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonTypeName.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface d0 { String value() default ""; } diff --git a/app/src/main/java/b/g/a/a/e.java b/app/src/main/java/b/g/a/a/e.java index e4df41432d..f3d7be0bbb 100644 --- a/app/src/main/java/b/g/a/a/e.java +++ b/app/src/main/java/b/g/a/a/e.java @@ -9,11 +9,11 @@ import java.lang.reflect.Modifier; /* compiled from: JsonAutoDetect.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface e { /* compiled from: JsonAutoDetect.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { ANY, NON_PRIVATE, diff --git a/app/src/main/java/b/g/a/a/e0.java b/app/src/main/java/b/g/a/a/e0.java index 38811d26bd..ce5c6f1eed 100644 --- a/app/src/main/java/b/g/a/a/e0.java +++ b/app/src/main/java/b/g/a/a/e0.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonUnwrapped.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface e0 { boolean enabled() default true; diff --git a/app/src/main/java/b/g/a/a/f.java b/app/src/main/java/b/g/a/a/f.java index b3eb35bb3d..cecb4a8336 100644 --- a/app/src/main/java/b/g/a/a/f.java +++ b/app/src/main/java/b/g/a/a/f.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonBackReference.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface f { String value() default "defaultReference"; } diff --git a/app/src/main/java/b/g/a/a/f0.java b/app/src/main/java/b/g/a/a/f0.java index 7f7a6e2b75..4748d96bef 100644 --- a/app/src/main/java/b/g/a/a/f0.java +++ b/app/src/main/java/b/g/a/a/f0.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonValue.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface f0 { boolean value() default true; } diff --git a/app/src/main/java/b/g/a/a/g.java b/app/src/main/java/b/g/a/a/g.java index ef253f4120..54715b9157 100644 --- a/app/src/main/java/b/g/a/a/g.java +++ b/app/src/main/java/b/g/a/a/g.java @@ -7,11 +7,11 @@ import java.lang.annotation.Target; /* compiled from: JsonCreator.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface g { /* compiled from: JsonCreator.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { DEFAULT, DELEGATING, diff --git a/app/src/main/java/b/g/a/a/g0.java b/app/src/main/java/b/g/a/a/g0.java index 62c62272c6..936a1e1aa2 100644 --- a/app/src/main/java/b/g/a/a/g0.java +++ b/app/src/main/java/b/g/a/a/g0.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonView.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface g0 { Class[] value() default {}; } diff --git a/app/src/main/java/b/g/a/a/h.java b/app/src/main/java/b/g/a/a/h.java index 44af9fb271..3d26e2befc 100644 --- a/app/src/main/java/b/g/a/a/h.java +++ b/app/src/main/java/b/g/a/a/h.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonFilter.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface h { String value(); } diff --git a/app/src/main/java/b/g/a/a/h0.java b/app/src/main/java/b/g/a/a/h0.java index de1d036060..2def6e5aca 100644 --- a/app/src/main/java/b/g/a/a/h0.java +++ b/app/src/main/java/b/g/a/a/h0.java @@ -1,6 +1,6 @@ package b.g.a.a; /* compiled from: Nulls.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum h0 { SET, SKIP, diff --git a/app/src/main/java/b/g/a/a/i.java b/app/src/main/java/b/g/a/a/i.java index cdf5ca305c..2e81b9b5cd 100644 --- a/app/src/main/java/b/g/a/a/i.java +++ b/app/src/main/java/b/g/a/a/i.java @@ -11,11 +11,11 @@ import java.util.TimeZone; /* compiled from: JsonFormat.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface i { /* compiled from: JsonFormat.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { ACCEPT_SINGLE_VALUE_AS_ARRAY, ACCEPT_CASE_INSENSITIVE_PROPERTIES, @@ -28,16 +28,16 @@ public @interface i { } /* compiled from: JsonFormat.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class b { public static final b a = new b(0, 0); /* renamed from: b reason: collision with root package name */ - public final int f652b; + public final int f653b; public final int c; public b(int i, int i2) { - this.f652b = i; + this.f653b = i; this.c = i2; } @@ -49,20 +49,20 @@ public @interface i { return false; } b bVar = (b) obj; - return bVar.f652b == this.f652b && bVar.c == this.c; + return bVar.f653b == this.f653b && bVar.c == this.c; } public int hashCode() { - return this.c + this.f652b; + return this.c + this.f653b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.f652b), Integer.valueOf(this.c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.f653b), Integer.valueOf(this.c)); } } /* compiled from: JsonFormat.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum c { ANY, NATURAL, @@ -82,7 +82,7 @@ public @interface i { } /* compiled from: JsonFormat.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class d implements Serializable { public static final d j = new d("", c.ANY, "", "", b.a, null); private static final long serialVersionUID = 1; @@ -129,7 +129,7 @@ public @interface i { if ((bVar.c & ordinal) != 0) { return Boolean.FALSE; } - if ((ordinal & bVar.f652b) != 0) { + if ((ordinal & bVar.f653b) != 0) { return Boolean.TRUE; } return null; @@ -238,9 +238,9 @@ public @interface i { b bVar2 = dVar._features; if (bVar2 != null) { int i = bVar2.c; - int i2 = bVar2.f652b; + int i2 = bVar2.f653b; if (!(i == 0 && i2 == 0)) { - int i3 = bVar.f652b; + int i3 = bVar.f653b; if (i3 == 0 && bVar.c == 0) { bVar = bVar2; } else { diff --git a/app/src/main/java/b/g/a/a/i0.java b/app/src/main/java/b/g/a/a/i0.java index b57aea3f3e..97c6b220b8 100644 --- a/app/src/main/java/b/g/a/a/i0.java +++ b/app/src/main/java/b/g/a/a/i0.java @@ -2,7 +2,7 @@ package b.g.a.a; import java.io.Serializable; /* compiled from: ObjectIdGenerator.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class i0 implements Serializable { public abstract boolean a(i0 i0Var); diff --git a/app/src/main/java/b/g/a/a/j.java b/app/src/main/java/b/g/a/a/j.java index 434564f0a4..5763e74a95 100644 --- a/app/src/main/java/b/g/a/a/j.java +++ b/app/src/main/java/b/g/a/a/j.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonGetter.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface j { String value() default ""; } diff --git a/app/src/main/java/b/g/a/a/j0.java b/app/src/main/java/b/g/a/a/j0.java index 5696ddc4df..890a97ef6d 100644 --- a/app/src/main/java/b/g/a/a/j0.java +++ b/app/src/main/java/b/g/a/a/j0.java @@ -1,6 +1,6 @@ package b.g.a.a; /* compiled from: ObjectIdGenerators.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class j0 extends i0 { public final Class _scope; diff --git a/app/src/main/java/b/g/a/a/k.java b/app/src/main/java/b/g/a/a/k.java index 1d796f58ca..394a85ce86 100644 --- a/app/src/main/java/b/g/a/a/k.java +++ b/app/src/main/java/b/g/a/a/k.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonIdentityInfo.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface k { Class> generator(); diff --git a/app/src/main/java/b/g/a/a/k0.java b/app/src/main/java/b/g/a/a/k0.java index fe3527b2c9..fccfe92da0 100644 --- a/app/src/main/java/b/g/a/a/k0.java +++ b/app/src/main/java/b/g/a/a/k0.java @@ -1,5 +1,5 @@ package b.g.a.a; /* compiled from: ObjectIdGenerators.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class k0 extends i0 { } diff --git a/app/src/main/java/b/g/a/a/l.java b/app/src/main/java/b/g/a/a/l.java index 01afd77bf9..e7726c6a6f 100644 --- a/app/src/main/java/b/g/a/a/l.java +++ b/app/src/main/java/b/g/a/a/l.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonIdentityReference.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface l { boolean alwaysAsId() default false; } diff --git a/app/src/main/java/b/g/a/a/l0.java b/app/src/main/java/b/g/a/a/l0.java index ca6e57a38b..90d9e0e3da 100644 --- a/app/src/main/java/b/g/a/a/l0.java +++ b/app/src/main/java/b/g/a/a/l0.java @@ -1,6 +1,6 @@ package b.g.a.a; /* compiled from: ObjectIdGenerators.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class l0 extends j0 { private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/a/m.java b/app/src/main/java/b/g/a/a/m.java index 2a18dc0de6..7080e742bd 100644 --- a/app/src/main/java/b/g/a/a/m.java +++ b/app/src/main/java/b/g/a/a/m.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonIgnore.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface m { boolean value() default true; } diff --git a/app/src/main/java/b/g/a/a/m0.java b/app/src/main/java/b/g/a/a/m0.java index dcd35d0759..b987d4eacb 100644 --- a/app/src/main/java/b/g/a/a/m0.java +++ b/app/src/main/java/b/g/a/a/m0.java @@ -1,6 +1,6 @@ package b.g.a.a; /* compiled from: OptBoolean.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum m0 { TRUE, FALSE, diff --git a/app/src/main/java/b/g/a/a/n.java b/app/src/main/java/b/g/a/a/n.java index a5e15c00ed..8017be5cd5 100644 --- a/app/src/main/java/b/g/a/a/n.java +++ b/app/src/main/java/b/g/a/a/n.java @@ -10,11 +10,11 @@ import java.util.Set; /* compiled from: JsonIgnoreProperties.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface n { /* compiled from: JsonIgnoreProperties.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a implements Serializable { public static final a j = new a(Collections.emptySet(), false, false, false, true); private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/a/n0.java b/app/src/main/java/b/g/a/a/n0.java index 7d6ae52006..6673d2dcb9 100644 --- a/app/src/main/java/b/g/a/a/n0.java +++ b/app/src/main/java/b/g/a/a/n0.java @@ -1,5 +1,5 @@ package b.g.a.a; /* compiled from: SimpleObjectIdResolver.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class n0 { } diff --git a/app/src/main/java/b/g/a/a/o.java b/app/src/main/java/b/g/a/a/o.java index 72da0b4620..a4a43be4d7 100644 --- a/app/src/main/java/b/g/a/a/o.java +++ b/app/src/main/java/b/g/a/a/o.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonIgnoreType.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface o { boolean value() default true; } diff --git a/app/src/main/java/b/g/a/a/p.java b/app/src/main/java/b/g/a/a/p.java index 8c0189282b..51197f2910 100644 --- a/app/src/main/java/b/g/a/a/p.java +++ b/app/src/main/java/b/g/a/a/p.java @@ -8,11 +8,11 @@ import java.lang.annotation.Target; /* compiled from: JsonInclude.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface p { /* compiled from: JsonInclude.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { ALWAYS, NON_NULL, @@ -24,7 +24,7 @@ public @interface p { } /* compiled from: JsonInclude.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class b implements Serializable { public static final b j; private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/a/q.java b/app/src/main/java/b/g/a/a/q.java index 7abb863d89..5b93b1a01c 100644 --- a/app/src/main/java/b/g/a/a/q.java +++ b/app/src/main/java/b/g/a/a/q.java @@ -9,11 +9,11 @@ import java.util.Set; /* compiled from: JsonIncludeProperties.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface q { /* compiled from: JsonIncludeProperties.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a implements Serializable { public static final a j = new a(null); private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/a/r.java b/app/src/main/java/b/g/a/a/r.java index 14ac0a7b59..479a2ef1f1 100644 --- a/app/src/main/java/b/g/a/a/r.java +++ b/app/src/main/java/b/g/a/a/r.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonKey.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface r { boolean value() default true; } diff --git a/app/src/main/java/b/g/a/a/s.java b/app/src/main/java/b/g/a/a/s.java index 0e7f0623c7..e32c5746f9 100644 --- a/app/src/main/java/b/g/a/a/s.java +++ b/app/src/main/java/b/g/a/a/s.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonManagedReference.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface s { String value() default "defaultReference"; } diff --git a/app/src/main/java/b/g/a/a/t.java b/app/src/main/java/b/g/a/a/t.java index 83b0e1993c..60e134262c 100644 --- a/app/src/main/java/b/g/a/a/t.java +++ b/app/src/main/java/b/g/a/a/t.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonMerge.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface t { m0 value() default m0.TRUE; } diff --git a/app/src/main/java/b/g/a/a/u.java b/app/src/main/java/b/g/a/a/u.java index 9e8655ce1d..a5ed55b7d5 100644 --- a/app/src/main/java/b/g/a/a/u.java +++ b/app/src/main/java/b/g/a/a/u.java @@ -7,11 +7,11 @@ import java.lang.annotation.Target; /* compiled from: JsonProperty.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface u { /* compiled from: JsonProperty.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { AUTO, READ_ONLY, diff --git a/app/src/main/java/b/g/a/a/v.java b/app/src/main/java/b/g/a/a/v.java index 867bfcd160..4030740b56 100644 --- a/app/src/main/java/b/g/a/a/v.java +++ b/app/src/main/java/b/g/a/a/v.java @@ -9,7 +9,7 @@ import java.lang.annotation.Target; @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Documented @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface v { String value() default ""; } diff --git a/app/src/main/java/b/g/a/a/w.java b/app/src/main/java/b/g/a/a/w.java index 3718a3196e..3deb332395 100644 --- a/app/src/main/java/b/g/a/a/w.java +++ b/app/src/main/java/b/g/a/a/w.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonPropertyOrder.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface w { boolean alphabetic() default false; diff --git a/app/src/main/java/b/g/a/a/x.java b/app/src/main/java/b/g/a/a/x.java index feaac52173..ae297693d8 100644 --- a/app/src/main/java/b/g/a/a/x.java +++ b/app/src/main/java/b/g/a/a/x.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonRawValue.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface x { boolean value() default true; } diff --git a/app/src/main/java/b/g/a/a/y.java b/app/src/main/java/b/g/a/a/y.java index 1fc14d10a6..40e9a8774c 100644 --- a/app/src/main/java/b/g/a/a/y.java +++ b/app/src/main/java/b/g/a/a/y.java @@ -7,7 +7,7 @@ import java.lang.annotation.Target; /* compiled from: JsonRootName.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface y { String namespace() default ""; diff --git a/app/src/main/java/b/g/a/a/z.java b/app/src/main/java/b/g/a/a/z.java index d013bac5f0..4f6cdf058c 100644 --- a/app/src/main/java/b/g/a/a/z.java +++ b/app/src/main/java/b/g/a/a/z.java @@ -8,11 +8,11 @@ import java.lang.annotation.Target; /* compiled from: JsonSetter.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface z { /* compiled from: JsonSetter.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a implements Serializable { public static final a j; private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/b/a.java b/app/src/main/java/b/g/a/b/a.java index 93d43580cb..b7596cae50 100644 --- a/app/src/main/java/b/g/a/b/a.java +++ b/app/src/main/java/b/g/a/b/a.java @@ -3,7 +3,7 @@ package b.g.a.b; import java.io.Serializable; import java.util.Arrays; /* compiled from: Base64Variant.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class a implements Serializable { private static final long serialVersionUID = 1; private final int _maxLineLength; @@ -17,7 +17,7 @@ public final class a implements Serializable { /* compiled from: Base64Variant.java */ /* renamed from: b.g.a.b.a$a reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum EnumC0078a { PADDING_FORBIDDEN, PADDING_REQUIRED, @@ -179,7 +179,7 @@ public final class a implements Serializable { String str = this._name; a aVar = b.a; if (!aVar._name.equals(str)) { - aVar = b.f654b; + aVar = b.f655b; if (!aVar._name.equals(str)) { aVar = b.c; if (!aVar._name.equals(str)) { diff --git a/app/src/main/java/b/g/a/b/b.java b/app/src/main/java/b/g/a/b/b.java index 79c135a28f..dbf636affb 100644 --- a/app/src/main/java/b/g/a/b/b.java +++ b/app/src/main/java/b/g/a/b/b.java @@ -3,19 +3,19 @@ package b.g.a.b; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; import com.google.android.material.badge.BadgeDrawable; /* compiled from: Base64Variants.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class b { public static final a a; /* renamed from: b reason: collision with root package name */ - public static final a f654b; + public static final a f655b; public static final a c; public static final a d; static { a aVar = new a("MIME", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=', 76); a = aVar; - f654b = new a(aVar, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE); + f655b = new a(aVar, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE); c = new a(aVar, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf(BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX), '-'); diff --git a/app/src/main/java/b/g/a/b/c.java b/app/src/main/java/b/g/a/b/c.java index 4665a2ddfa..4688320a34 100644 --- a/app/src/main/java/b/g/a/b/c.java +++ b/app/src/main/java/b/g/a/b/c.java @@ -9,7 +9,7 @@ import b.g.a.b.t.l; import java.io.Serializable; import java.lang.ref.SoftReference; /* compiled from: JsonFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c extends n implements Serializable { public static final int j = a.h(); public static final int k = f.a.f(); @@ -28,7 +28,7 @@ public class c extends n implements Serializable { public k _rootValueSeparator; /* compiled from: JsonFactory.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a implements g { INTERN_FIELD_NAMES(true), CANONICALIZE_FIELD_NAMES(true), @@ -100,16 +100,16 @@ public class c extends n implements Serializable { if (!((a.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING.g() & this._factoryFeatures) != 0)) { return new b.g.a.b.t.a(); } - SoftReference softReference2 = b.g.a.b.t.b.f675b.get(); + SoftReference softReference2 = b.g.a.b.t.b.f676b.get(); b.g.a.b.t.a aVar = softReference2 == null ? null : softReference2.get(); if (aVar == null) { aVar = new b.g.a.b.t.a(); l lVar = b.g.a.b.t.b.a; if (lVar != null) { - softReference = new SoftReference<>(aVar, lVar.f677b); + softReference = new SoftReference<>(aVar, lVar.f678b); lVar.a.put(softReference, Boolean.TRUE); while (true) { - SoftReference softReference3 = (SoftReference) lVar.f677b.poll(); + SoftReference softReference3 = (SoftReference) lVar.f678b.poll(); if (softReference3 == null) { break; } @@ -118,7 +118,7 @@ public class c extends n implements Serializable { } else { softReference = new SoftReference<>(aVar); } - b.g.a.b.t.b.f675b.set(softReference); + b.g.a.b.t.b.f676b.set(softReference); } return aVar; } diff --git a/app/src/main/java/b/g/a/b/d.java b/app/src/main/java/b/g/a/b/d.java index fa4dc0ebad..721ac7d93d 100644 --- a/app/src/main/java/b/g/a/b/d.java +++ b/app/src/main/java/b/g/a/b/d.java @@ -8,14 +8,14 @@ import java.io.InputStream; import java.math.BigDecimal; import java.math.BigInteger; /* compiled from: JsonGenerator.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class d implements Closeable, Flushable { public static final h j; public static final h k; public j l; /* compiled from: JsonGenerator.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { AUTO_CLOSE_TARGET(true), AUTO_CLOSE_JSON_CONTENT(true), @@ -152,7 +152,7 @@ public abstract class d implements Closeable, Flushable { public abstract void n(a aVar, byte[] bArr, int i, int i2) throws IOException; public void q(byte[] bArr) throws IOException { - n(b.f654b, bArr, 0, bArr.length); + n(b.f655b, bArr, 0, bArr.length); } public abstract void s(boolean z2) throws IOException; diff --git a/app/src/main/java/b/g/a/b/e.java b/app/src/main/java/b/g/a/b/e.java index 1ab9073ddc..c0e18faa2e 100644 --- a/app/src/main/java/b/g/a/b/e.java +++ b/app/src/main/java/b/g/a/b/e.java @@ -5,7 +5,7 @@ import com.adjust.sdk.Constants; import java.io.Serializable; import java.nio.charset.Charset; /* compiled from: JsonLocation.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class e implements Serializable { public static final e j = new e(null, -1, -1, -1, -1); private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/b/f.java b/app/src/main/java/b/g/a/b/f.java index abfcb0605c..27d2969b78 100644 --- a/app/src/main/java/b/g/a/b/f.java +++ b/app/src/main/java/b/g/a/b/f.java @@ -3,11 +3,11 @@ package b.g.a.b; import b.g.a.b.t.h; import java.io.Closeable; /* compiled from: JsonParser.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class f implements Closeable { /* compiled from: JsonParser.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { AUTO_CLOSE_SOURCE(true), ALLOW_COMMENTS(false), @@ -46,7 +46,7 @@ public abstract class f implements Closeable { } /* compiled from: JsonParser.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum b { INT, LONG, diff --git a/app/src/main/java/b/g/a/b/g.java b/app/src/main/java/b/g/a/b/g.java index 3dc746ee82..f8e5f6f34a 100644 --- a/app/src/main/java/b/g/a/b/g.java +++ b/app/src/main/java/b/g/a/b/g.java @@ -3,19 +3,19 @@ package b.g.a.b; import b.g.a.b.p.a; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; /* compiled from: JsonStreamContext.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class g { public int a; /* renamed from: b reason: collision with root package name */ - public int f659b; + public int f660b; public g() { } public g(int i, int i2) { this.a = i; - this.f659b = i2; + this.f660b = i2; } public abstract String a(); @@ -75,7 +75,7 @@ public abstract class g { sb.append('}'); } else { sb.append('['); - int i4 = this.f659b; + int i4 = this.f660b; if (i4 >= 0) { i2 = i4; } diff --git a/app/src/main/java/b/g/a/b/h.java b/app/src/main/java/b/g/a/b/h.java index 23f3e359de..325f96428b 100644 --- a/app/src/main/java/b/g/a/b/h.java +++ b/app/src/main/java/b/g/a/b/h.java @@ -1,6 +1,6 @@ package b.g.a.b; /* compiled from: JsonToken.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum h { NOT_AVAILABLE(null, -1), START_OBJECT("{", 1), diff --git a/app/src/main/java/b/g/a/b/i.java b/app/src/main/java/b/g/a/b/i.java index bf9884882b..2e673304fe 100644 --- a/app/src/main/java/b/g/a/b/i.java +++ b/app/src/main/java/b/g/a/b/i.java @@ -1,5 +1,5 @@ package b.g.a.b; /* compiled from: ObjectCodec.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class i { } diff --git a/app/src/main/java/b/g/a/b/j.java b/app/src/main/java/b/g/a/b/j.java index 88d5ad8607..6dbe36678e 100644 --- a/app/src/main/java/b/g/a/b/j.java +++ b/app/src/main/java/b/g/a/b/j.java @@ -2,11 +2,11 @@ package b.g.a.b; import java.io.IOException; /* compiled from: PrettyPrinter.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface j { /* renamed from: b reason: collision with root package name */ - public static final b.g.a.b.t.j f661b = new b.g.a.b.t.j(); + public static final b.g.a.b.t.j f662b = new b.g.a.b.t.j(); static { new b.g.a.b.p.j(" "); diff --git a/app/src/main/java/b/g/a/b/k.java b/app/src/main/java/b/g/a/b/k.java index be955bf891..a7ec078740 100644 --- a/app/src/main/java/b/g/a/b/k.java +++ b/app/src/main/java/b/g/a/b/k.java @@ -1,6 +1,6 @@ package b.g.a.b; /* compiled from: SerializableString.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface k { char[] a(); diff --git a/app/src/main/java/b/g/a/b/l.java b/app/src/main/java/b/g/a/b/l.java index 480285a79d..680593dbc2 100644 --- a/app/src/main/java/b/g/a/b/l.java +++ b/app/src/main/java/b/g/a/b/l.java @@ -2,7 +2,7 @@ package b.g.a.b; import b.g.a.b.t.g; /* compiled from: StreamReadCapability.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum l implements g { DUPLICATE_PROPERTIES(false), SCALARS_AS_OBJECTS(false), diff --git a/app/src/main/java/b/g/a/b/m.java b/app/src/main/java/b/g/a/b/m.java index f7e13198df..cfe53b871e 100644 --- a/app/src/main/java/b/g/a/b/m.java +++ b/app/src/main/java/b/g/a/b/m.java @@ -2,7 +2,7 @@ package b.g.a.b; import b.g.a.b.t.g; /* compiled from: StreamWriteCapability.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum m implements g { CAN_WRITE_BINARY_NATIVELY(false), CAN_WRITE_FORMATTED_NUMBERS(false); diff --git a/app/src/main/java/b/g/a/b/n.java b/app/src/main/java/b/g/a/b/n.java index 6f5b6efbc2..b088c52857 100644 --- a/app/src/main/java/b/g/a/b/n.java +++ b/app/src/main/java/b/g/a/b/n.java @@ -2,7 +2,7 @@ package b.g.a.b; import java.io.Serializable; /* compiled from: TokenStreamFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class n implements Serializable { private static final long serialVersionUID = 2; } diff --git a/app/src/main/java/b/g/a/b/o/a.java b/app/src/main/java/b/g/a/b/o/a.java index af1c22ab63..a5b4887f92 100644 --- a/app/src/main/java/b/g/a/b/o/a.java +++ b/app/src/main/java/b/g/a/b/o/a.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.core.JsonGenerationException; import java.io.IOException; import java.math.BigDecimal; /* compiled from: GeneratorBase.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class a extends d { public static final int m = (d.a.WRITE_NUMBERS_AS_STRINGS.h() | d.a.ESCAPE_NON_ASCII.h()) | d.a.STRICT_DUPLICATE_DETECTION.h(); public i n; diff --git a/app/src/main/java/b/g/a/b/o/b.java b/app/src/main/java/b/g/a/b/o/b.java index d5c97251e9..1b05f4b9ad 100644 --- a/app/src/main/java/b/g/a/b/o/b.java +++ b/app/src/main/java/b/g/a/b/o/b.java @@ -5,7 +5,7 @@ import b.g.a.b.f; import java.math.BigDecimal; import java.math.BigInteger; /* compiled from: ParserMinimalBase.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class b extends f { public static final BigInteger j; public static final BigInteger k; diff --git a/app/src/main/java/b/g/a/b/p/a.java b/app/src/main/java/b/g/a/b/p/a.java index d0c0975e1c..35cec2f638 100644 --- a/app/src/main/java/b/g/a/b/p/a.java +++ b/app/src/main/java/b/g/a/b/p/a.java @@ -2,12 +2,12 @@ package b.g.a.b.p; import java.util.Arrays; /* compiled from: CharTypes.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class a { public static final char[] a; /* renamed from: b reason: collision with root package name */ - public static final byte[] f662b; + public static final byte[] f663b; public static final int[] c; public static final int[] d; public static final int[] e; @@ -16,21 +16,21 @@ public final class a { /* compiled from: CharTypes.java */ /* renamed from: b.g.a.b.p.a$a reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class C0079a { public static final C0079a a = new C0079a(); /* renamed from: b reason: collision with root package name */ - public int[][] f663b = new int[128]; + public int[][] f664b = new int[128]; } static { char[] charArray = "0123456789ABCDEF".toCharArray(); a = charArray; int length = charArray.length; - f662b = new byte[length]; + f663b = new byte[length]; for (int i = 0; i < length; i++) { - f662b[i] = (byte) a[i]; + f663b[i] = (byte) a[i]; } int[] iArr = new int[256]; for (int i2 = 0; i2 < 32; i2++) { diff --git a/app/src/main/java/b/g/a/b/p/b.java b/app/src/main/java/b/g/a/b/p/b.java index 4aed577bd7..06b3d8e47b 100644 --- a/app/src/main/java/b/g/a/b/p/b.java +++ b/app/src/main/java/b/g/a/b/p/b.java @@ -2,6 +2,6 @@ package b.g.a.b.p; import java.io.Serializable; /* compiled from: CharacterEscapes.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class b implements Serializable { } diff --git a/app/src/main/java/b/g/a/b/p/c.java b/app/src/main/java/b/g/a/b/p/c.java index 8800ac12e7..519b661fcf 100644 --- a/app/src/main/java/b/g/a/b/p/c.java +++ b/app/src/main/java/b/g/a/b/p/c.java @@ -2,12 +2,12 @@ package b.g.a.b.p; import b.g.a.b.t.a; /* compiled from: IOContext.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c { public final Object a; /* renamed from: b reason: collision with root package name */ - public final boolean f664b; + public final boolean f665b; public final a c; public byte[] d; public char[] e; @@ -15,7 +15,7 @@ public class c { public c(a aVar, Object obj, boolean z2) { this.c = aVar; this.a = obj; - this.f664b = z2; + this.f665b = z2; } public void a(byte[] bArr) { diff --git a/app/src/main/java/b/g/a/b/p/d.java b/app/src/main/java/b/g/a/b/p/d.java index 636208f60a..05499e9ea1 100644 --- a/app/src/main/java/b/g/a/b/p/d.java +++ b/app/src/main/java/b/g/a/b/p/d.java @@ -2,7 +2,7 @@ package b.g.a.b.p; import java.io.Serializable; /* compiled from: InputDecorator.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class d implements Serializable { private static final long serialVersionUID = 1; } diff --git a/app/src/main/java/b/g/a/b/p/e.java b/app/src/main/java/b/g/a/b/p/e.java index b2a370dbe8..909b769981 100644 --- a/app/src/main/java/b/g/a/b/p/e.java +++ b/app/src/main/java/b/g/a/b/p/e.java @@ -4,15 +4,15 @@ import b.g.a.b.t.k; import java.util.ArrayList; import java.util.Arrays; /* compiled from: JsonStringEncoder.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class e { public static final char[] a = (char[]) a.a.clone(); /* renamed from: b reason: collision with root package name */ - public static final e f665b = new e(); + public static final e f666b = new e(); static { - a.f662b.clone(); + a.f663b.clone(); } /* JADX WARN: Code restructure failed: missing block: B:10:0x0022, code lost: diff --git a/app/src/main/java/b/g/a/b/p/f.java b/app/src/main/java/b/g/a/b/p/f.java index 7c2132b31d..118e0bebcc 100644 --- a/app/src/main/java/b/g/a/b/p/f.java +++ b/app/src/main/java/b/g/a/b/p/f.java @@ -2,12 +2,12 @@ package b.g.a.b.p; import androidx.recyclerview.widget.RecyclerView; /* compiled from: NumberInput.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class f { public static final String a = String.valueOf(Long.MIN_VALUE).substring(1); /* renamed from: b reason: collision with root package name */ - public static final String f666b = String.valueOf((long) RecyclerView.FOREVER_NS); + public static final String f667b = String.valueOf((long) RecyclerView.FOREVER_NS); public static long a(String str) { int i; diff --git a/app/src/main/java/b/g/a/b/p/g.java b/app/src/main/java/b/g/a/b/p/g.java index d0263488cb..24fc0efd21 100644 --- a/app/src/main/java/b/g/a/b/p/g.java +++ b/app/src/main/java/b/g/a/b/p/g.java @@ -2,12 +2,12 @@ package b.g.a.b.p; import org.objectweb.asm.Opcodes; /* compiled from: NumberOutput.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class g { public static final String a = String.valueOf(Integer.MIN_VALUE); /* renamed from: b reason: collision with root package name */ - public static final String f667b = String.valueOf(Long.MIN_VALUE); + public static final String f668b = String.valueOf(Long.MIN_VALUE); public static final int[] c = new int[1000]; static { @@ -125,7 +125,7 @@ public final class g { return d((int) j, cArr, i); } if (j == Long.MIN_VALUE) { - String str = f667b; + String str = f668b; int length = str.length(); str.getChars(0, length, cArr, i); return length + i; diff --git a/app/src/main/java/b/g/a/b/p/h.java b/app/src/main/java/b/g/a/b/p/h.java index cc4f8a8f3b..c2d50dda5a 100644 --- a/app/src/main/java/b/g/a/b/p/h.java +++ b/app/src/main/java/b/g/a/b/p/h.java @@ -2,6 +2,6 @@ package b.g.a.b.p; import java.io.Serializable; /* compiled from: OutputDecorator.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class h implements Serializable { } diff --git a/app/src/main/java/b/g/a/b/p/i.java b/app/src/main/java/b/g/a/b/p/i.java index 4359412141..a9d20b457e 100644 --- a/app/src/main/java/b/g/a/b/p/i.java +++ b/app/src/main/java/b/g/a/b/p/i.java @@ -5,7 +5,7 @@ import b.g.a.b.t.k; import java.io.IOException; import java.io.Writer; /* compiled from: SegmentedStringWriter.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class i extends Writer { public final k j; diff --git a/app/src/main/java/b/g/a/b/p/j.java b/app/src/main/java/b/g/a/b/p/j.java index e04d1af2bc..7596276e1e 100644 --- a/app/src/main/java/b/g/a/b/p/j.java +++ b/app/src/main/java/b/g/a/b/p/j.java @@ -6,9 +6,9 @@ import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; /* compiled from: SerializedString.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class j implements k, Serializable { - public static final e j = e.f665b; + public static final e j = e.f666b; private static final long serialVersionUID = 1; public char[] _quotedChars; public byte[] _quotedUTF8Ref; diff --git a/app/src/main/java/b/g/a/b/q/a.java b/app/src/main/java/b/g/a/b/q/a.java index 90ea3aa123..6664b76c2f 100644 --- a/app/src/main/java/b/g/a/b/q/a.java +++ b/app/src/main/java/b/g/a/b/q/a.java @@ -2,12 +2,12 @@ package b.g.a.b.q; import java.util.HashSet; /* compiled from: DupDetector.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class a { public final Object a; /* renamed from: b reason: collision with root package name */ - public String f668b; + public String f669b; public String c; public HashSet d; diff --git a/app/src/main/java/b/g/a/b/q/b.java b/app/src/main/java/b/g/a/b/q/b.java index 657d61848f..f0a9f205db 100644 --- a/app/src/main/java/b/g/a/b/q/b.java +++ b/app/src/main/java/b/g/a/b/q/b.java @@ -10,12 +10,12 @@ import com.fasterxml.jackson.core.JsonGenerationException; import java.io.IOException; import org.objectweb.asm.Opcodes; /* compiled from: JsonGeneratorImpl.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class b extends a { public static final int[] r = b.g.a.b.p.a.f; /* renamed from: s reason: collision with root package name */ - public final c f669s; + public final c f670s; public int u; public boolean w; public int[] t = r; @@ -23,7 +23,7 @@ public abstract class b extends a { public b(c cVar, int i, i iVar) { super(i, iVar); - this.f669s = cVar; + this.f670s = cVar; if (d.a.ESCAPE_NON_ASCII.g(i)) { this.u = Opcodes.LAND; } diff --git a/app/src/main/java/b/g/a/b/q/c.java b/app/src/main/java/b/g/a/b/q/c.java index 80c85c2f2b..5900526010 100644 --- a/app/src/main/java/b/g/a/b/q/c.java +++ b/app/src/main/java/b/g/a/b/q/c.java @@ -7,7 +7,7 @@ import com.fasterxml.jackson.core.JsonGenerationException; import com.fasterxml.jackson.core.JsonProcessingException; import java.util.HashSet; /* compiled from: JsonWriteContext.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c extends g { public final c c; public a d; @@ -20,14 +20,14 @@ public class c extends g { this.a = i; this.c = cVar; this.d = aVar; - this.f659b = -1; + this.f660b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; this.c = cVar; this.d = aVar; - this.f659b = -1; + this.f660b = -1; this.g = obj; } @@ -91,13 +91,13 @@ public class c extends g { public c j(int i) { this.a = i; - this.f659b = -1; + this.f660b = -1; this.f = null; this.h = false; this.g = null; a aVar = this.d; if (aVar != null) { - aVar.f668b = null; + aVar.f669b = null; aVar.c = null; aVar.d = null; } @@ -106,13 +106,13 @@ public class c extends g { public c k(int i, Object obj) { this.a = i; - this.f659b = -1; + this.f660b = -1; this.f = null; this.h = false; this.g = obj; a aVar = this.d; if (aVar != null) { - aVar.f668b = null; + aVar.f669b = null; aVar.c = null; aVar.d = null; } @@ -132,9 +132,9 @@ public class c extends g { this.f = str; a aVar = this.d; if (aVar != null) { - String str2 = aVar.f668b; + String str2 = aVar.f669b; if (str2 == null) { - aVar.f668b = str; + aVar.f669b = str; } else { if (!str.equals(str2)) { String str3 = aVar.c; @@ -144,7 +144,7 @@ public class c extends g { if (aVar.d == null) { HashSet hashSet = new HashSet<>(16); aVar.d = hashSet; - hashSet.add(aVar.f668b); + hashSet.add(aVar.f669b); aVar.d.add(aVar.c); } z2 = !aVar.d.add(str); @@ -162,7 +162,7 @@ public class c extends g { if (z2) { } } - return this.f659b < 0 ? 0 : 1; + return this.f660b < 0 ? 0 : 1; } public int m() { @@ -172,15 +172,15 @@ public class c extends g { return 5; } this.h = false; - this.f659b++; + this.f660b++; return 2; } else if (i == 1) { - int i2 = this.f659b; - this.f659b = i2 + 1; + int i2 = this.f660b; + this.f660b = i2 + 1; return i2 < 0 ? 0 : 1; } else { - int i3 = this.f659b + 1; - this.f659b = i3; + int i3 = this.f660b + 1; + this.f660b = i3; return i3 == 0 ? 0 : 3; } } diff --git a/app/src/main/java/b/g/a/b/q/d.java b/app/src/main/java/b/g/a/b/q/d.java index 4b30c2654b..e8d30abc2d 100644 --- a/app/src/main/java/b/g/a/b/q/d.java +++ b/app/src/main/java/b/g/a/b/q/d.java @@ -18,11 +18,11 @@ import java.math.BigInteger; import java.util.Arrays; import java.util.Objects; /* compiled from: WriterBasedJsonGenerator.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class d extends b { /* renamed from: x reason: collision with root package name */ - public static final char[] f670x = (char[]) a.a.clone(); + public static final char[] f671x = (char[]) a.a.clone(); public char[] A; public int B; public int C; @@ -30,33 +30,33 @@ public class d extends b { public char[] E; /* renamed from: y reason: collision with root package name */ - public final Writer f671y; + public final Writer f672y; /* renamed from: z reason: collision with root package name */ - public char f672z; + public char f673z; public d(c cVar, int i, i iVar, Writer writer, char c) { super(cVar, i, iVar); int[] iArr; - this.f671y = writer; + this.f672y = writer; if (cVar.e == null) { char[] a = cVar.c.a(1, 0); cVar.e = a; this.A = a; this.D = a.length; - this.f672z = c; + this.f673z = c; if (c != '\"') { if (c == '\"') { iArr = a.f; } else { a.C0079a aVar = a.C0079a.a; - iArr = aVar.f663b[c]; + iArr = aVar.f664b[c]; if (iArr == null) { iArr = Arrays.copyOf(a.f, 128); if (iArr[c] == 0) { iArr[c] = -1; } - aVar.f663b[c] = iArr; + aVar.f664b[c] = iArr; } } this.t = iArr; @@ -99,7 +99,7 @@ public class d extends b { if (c > 255) { int i8 = 255 & (c >> '\b'); int i9 = i7 + 1; - char[] cArr3 = f670x; + char[] cArr3 = f671x; cArr2[i7] = cArr3[i8 >> 4]; i2 = i9 + 1; cArr2[i9] = cArr3[i8 & 15]; @@ -111,7 +111,7 @@ public class d extends b { cArr2[i10] = '0'; } int i11 = i2 + 1; - char[] cArr4 = f670x; + char[] cArr4 = f671x; cArr2[i2] = cArr4[c >> 4]; cArr2[i11] = cArr4[c & 15]; this.C = i11 + 1; @@ -128,7 +128,7 @@ public class d extends b { if (i3 > 0) { this.B = 0; this.C = 0; - this.f671y.write(this.A, i2, i3); + this.f672y.write(this.A, i2, i3); } } @@ -154,7 +154,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f671y.write(cArr2, 0, 2); + this.f672y.write(cArr2, 0, 2); return i; } int i5 = i - 2; @@ -173,18 +173,18 @@ public class d extends b { if (c > 255) { int i6 = (c >> '\b') & 255; int i7 = c & 255; - char[] cArr4 = f670x; + char[] cArr4 = f671x; cArr3[10] = cArr4[i6 >> 4]; cArr3[11] = cArr4[i6 & 15]; cArr3[12] = cArr4[i7 >> 4]; cArr3[13] = cArr4[i7 & 15]; - this.f671y.write(cArr3, 8, 6); + this.f672y.write(cArr3, 8, 6); return i; } - char[] cArr5 = f670x; + char[] cArr5 = f671x; cArr3[6] = cArr5[c >> 4]; cArr3[7] = cArr5[c & 15]; - this.f671y.write(cArr3, 2, 6); + this.f672y.write(cArr3, 2, 6); return i; } else { int i8 = i - 6; @@ -195,7 +195,7 @@ public class d extends b { if (c > 255) { int i11 = (c >> '\b') & 255; int i12 = i10 + 1; - char[] cArr6 = f670x; + char[] cArr6 = f671x; cArr[i10] = cArr6[i11 >> 4]; i4 = i12 + 1; cArr[i12] = cArr6[i11 & 15]; @@ -207,7 +207,7 @@ public class d extends b { cArr[i13] = '0'; } int i14 = i4 + 1; - char[] cArr7 = f670x; + char[] cArr7 = f671x; cArr[i4] = cArr7[c >> 4]; cArr[i14] = cArr7[c & 15]; return i14 - 5; @@ -245,7 +245,7 @@ public class d extends b { } this.B = this.C; cArr2[1] = (char) i; - this.f671y.write(cArr2, 0, 2); + this.f672y.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.C; if (i5 >= 6) { @@ -258,7 +258,7 @@ public class d extends b { if (c > 255) { int i8 = (c >> '\b') & 255; int i9 = i7 + 1; - char[] cArr4 = f670x; + char[] cArr4 = f671x; cArr3[i9] = cArr4[i8 >> 4]; i2 = i9 + 1; cArr3[i2] = cArr4[i8 & 15]; @@ -270,7 +270,7 @@ public class d extends b { cArr3[i2] = '0'; } int i11 = i2 + 1; - char[] cArr5 = f670x; + char[] cArr5 = f671x; cArr3[i11] = cArr5[c >> 4]; cArr3[i11 + 1] = cArr5[c & 15]; return; @@ -283,18 +283,18 @@ public class d extends b { if (c > 255) { int i12 = (c >> '\b') & 255; int i13 = c & 255; - char[] cArr7 = f670x; + char[] cArr7 = f671x; cArr6[10] = cArr7[i12 >> 4]; cArr6[11] = cArr7[i12 & 15]; cArr6[12] = cArr7[i13 >> 4]; cArr6[13] = cArr7[i13 & 15]; - this.f671y.write(cArr6, 8, 6); + this.f672y.write(cArr6, 8, 6); return; } - char[] cArr8 = f670x; + char[] cArr8 = f671x; cArr6[6] = cArr8[c >> 4]; cArr6[7] = cArr8[c & 15]; - this.f671y.write(cArr6, 2, 6); + this.f672y.write(cArr6, 2, 6); } else { Objects.requireNonNull(null); throw null; @@ -445,12 +445,12 @@ public class d extends b { int i2 = this.C; int i3 = i2 + 1; this.C = i3; - cArr[i2] = this.f672z; + cArr[i2] = this.f673z; int d = g.d(i, cArr, i3); this.C = d; char[] cArr2 = this.A; this.C = d + 1; - cArr2[d] = this.f672z; + cArr2[d] = this.f673z; return; } if (this.C + 11 >= this.D) { @@ -486,12 +486,12 @@ public class d extends b { int i = this.C; int i2 = i + 1; this.C = i2; - cArr[i] = this.f672z; + cArr[i] = this.f673z; int e = g.e(j, cArr, i2); this.C = e; char[] cArr2 = this.A; this.C = e + 1; - cArr2[e] = this.f672z; + cArr2[e] = this.f673z; return; } if (this.C + 21 >= this.D) { @@ -507,7 +507,7 @@ public class d extends b { char[] cArr = this.A; int i = this.C; this.C = i + 1; - cArr[i] = this.f672z; + cArr[i] = this.f673z; T(str); if (this.C >= this.D) { B0(); @@ -515,7 +515,7 @@ public class d extends b { char[] cArr2 = this.A; int i2 = this.C; this.C = i2 + 1; - cArr2[i2] = this.f672z; + cArr2[i2] = this.f673z; } @Override // b.g.a.b.d @@ -538,7 +538,7 @@ public class d extends b { if (r4 <= 0) goto L_0x0114; */ /* JADX WARN: Code restructure failed: missing block: B:71:0x010f, code lost: - r18.f671y.write(r3, r5, r4); + r18.f672y.write(r3, r5, r4); */ /* JADX WARN: Code restructure failed: missing block: B:72:0x0114, code lost: r3 = r18.A; @@ -600,7 +600,7 @@ public class d extends b { } while (i9 < i6); int i12 = i9 - i11; if (i12 > 0) { - this.f671y.write(cArr3, i11, i12); + this.f672y.write(cArr3, i11, i12); if (i9 >= i6) { break; } @@ -626,7 +626,7 @@ public class d extends b { } while (i14 < i6); int i16 = i14 - i15; if (i16 > 0) { - this.f671y.write(cArr2, i15, i16); + this.f672y.write(cArr2, i15, i16); if (i14 >= i6) { break; } @@ -681,7 +681,7 @@ public class d extends b { int i20 = this.B; int i21 = i - i20; if (i21 > 0) { - this.f671y.write(cArr, i20, i21); + this.f672y.write(cArr, i20, i21); } this.C++; D0(c, i3); @@ -744,12 +744,12 @@ public class d extends b { int i = this.C; int i2 = i + 1; this.C = i2; - cArr[i] = this.f672z; + cArr[i] = this.f673z; int d = g.d(s2, cArr, i2); this.C = d; char[] cArr2 = this.A; this.C = d + 1; - cArr2[d] = this.f672z; + cArr2[d] = this.f673z; return; } if (this.C + 6 >= this.D) { @@ -829,7 +829,7 @@ public class d extends b { return; } B0(); - this.f671y.write(cArr, i, i2); + this.f672y.write(cArr, i, i2); } @Override // b.g.a.b.d @@ -922,17 +922,17 @@ public class d extends b { B0(); this.B = 0; this.C = 0; - if (this.f671y != null) { - if (this.f669s.f664b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f671y.close(); + if (this.f672y != null) { + if (this.f670s.f665b || d(d.a.AUTO_CLOSE_TARGET)) { + this.f672y.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f671y.flush(); + this.f672y.flush(); } } char[] cArr = this.A; if (cArr != null) { this.A = null; - c cVar2 = this.f669s; + c cVar2 = this.f670s; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { @@ -972,8 +972,8 @@ public class d extends b { char[] cArr = this.A; int i2 = this.C; this.C = i2 + 1; - cArr[i2] = this.f672z; - c cVar = this.f669s; + cArr[i2] = this.f673z; + c cVar = this.f670s; if (cVar.d == null) { b.g.a.b.t.a aVar2 = cVar.c; Objects.requireNonNull(aVar2); @@ -995,17 +995,17 @@ public class d extends b { throw new JsonGenerationException("Too few bytes available: missing " + G0 + " bytes (out of " + i + ")", this); } } - this.f669s.a(andSet); + this.f670s.a(andSet); if (this.C >= this.D) { B0(); } char[] cArr2 = this.A; int i4 = this.C; this.C = i4 + 1; - cArr2[i4] = this.f672z; + cArr2[i4] = this.f673z; return i; } catch (Throwable th) { - this.f669s.a(andSet); + this.f670s.a(andSet); throw th; } } else { @@ -1016,8 +1016,8 @@ public class d extends b { @Override // java.io.Flushable public void flush() throws IOException { B0(); - if (this.f671y != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f671y.flush(); + if (this.f672y != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f672y.flush(); } } @@ -1031,7 +1031,7 @@ public class d extends b { int i = this.C; int i2 = i + 1; this.C = i2; - cArr[i] = this.f672z; + cArr[i] = this.f673z; int c = kVar.c(cArr, i2); if (c < 0) { char[] a = kVar.a(); @@ -1044,7 +1044,7 @@ public class d extends b { this.C += length; } else { B0(); - this.f671y.write(a, 0, length); + this.f672y.write(a, 0, length); } if (this.C >= this.D) { B0(); @@ -1052,7 +1052,7 @@ public class d extends b { char[] cArr2 = this.A; int i3 = this.C; this.C = i3 + 1; - cArr2[i3] = this.f672z; + cArr2[i3] = this.f673z; return; } int i4 = this.C + c; @@ -1063,7 +1063,7 @@ public class d extends b { char[] cArr3 = this.A; int i5 = this.C; this.C = i5 + 1; - cArr3[i5] = this.f672z; + cArr3[i5] = this.f673z; } @Override // b.g.a.b.d @@ -1079,7 +1079,7 @@ public class d extends b { char[] cArr = this.A; int i = this.C; this.C = i + 1; - cArr[i] = this.f672z; + cArr[i] = this.f673z; J0(str); if (this.C >= this.D) { B0(); @@ -1087,10 +1087,10 @@ public class d extends b { char[] cArr2 = this.A; int i2 = this.C; this.C = i2 + 1; - cArr2[i2] = this.f672z; + cArr2[i2] = this.f673z; } - /* JADX WARN: Removed duplicated region for block: B:56:0x0040 A[EDGE_INSN: B:56:0x0040->B:18:0x0040 ?: BREAK , SYNTHETIC] */ + /* JADX WARN: Removed duplicated region for block: B:56:0x003f A[EDGE_INSN: B:56:0x003f->B:18:0x003f ?: BREAK , SYNTHETIC] */ @Override // b.g.a.b.d /* Code decompiled incorrectly, please refer to instructions dump. @@ -1104,7 +1104,7 @@ public class d extends b { char[] cArr2 = this.A; int i3 = this.C; this.C = i3 + 1; - cArr2[i3] = this.f672z; + cArr2[i3] = this.f673z; int i4 = this.u; if (i4 != 0) { int i5 = i2 + i; @@ -1145,7 +1145,7 @@ public class d extends b { } } else { B0(); - this.f671y.write(cArr, i, i8); + this.f672y.write(cArr, i, i8); } if (i7 >= i5) { break; @@ -1177,7 +1177,7 @@ public class d extends b { } } else { B0(); - this.f671y.write(cArr, i, i11); + this.f672y.write(cArr, i, i11); } if (i10 >= i9) { break; @@ -1193,7 +1193,7 @@ public class d extends b { char[] cArr3 = this.A; int i12 = this.C; this.C = i12 + 1; - cArr3[i12] = this.f672z; + cArr3[i12] = this.f673z; } @Override // b.g.a.b.d @@ -1205,7 +1205,7 @@ public class d extends b { char[] cArr = this.A; int i3 = this.C; this.C = i3 + 1; - cArr[i3] = this.f672z; + cArr[i3] = this.f673z; int i4 = i2 + i; int i5 = i4 - 3; int i6 = this.D - 6; @@ -1249,7 +1249,7 @@ public class d extends b { char[] cArr3 = this.A; int i14 = this.C; this.C = i14 + 1; - cArr3[i14] = this.f672z; + cArr3[i14] = this.f673z; } @Override // b.g.a.b.d @@ -1288,7 +1288,7 @@ public class d extends b { if (this.q.b()) { j jVar = this.l; if (jVar != null) { - jVar.j(this, this.q.f659b + 1); + jVar.j(this, this.q.f660b + 1); } else { if (this.C >= this.D) { B0(); @@ -1364,7 +1364,7 @@ public class d extends b { if (this.q.c()) { j jVar = this.l; if (jVar != null) { - jVar.f(this, this.q.f659b + 1); + jVar.f(this, this.q.f660b + 1); } else { if (this.C >= this.D) { B0(); @@ -1407,7 +1407,7 @@ public class d extends b { char[] cArr = this.A; int i = this.C; this.C = i + 1; - cArr[i] = this.f672z; + cArr[i] = this.f673z; U(a, 0, a.length); if (this.C >= this.D) { B0(); @@ -1415,7 +1415,7 @@ public class d extends b { char[] cArr2 = this.A; int i2 = this.C; this.C = i2 + 1; - cArr2[i2] = this.f672z; + cArr2[i2] = this.f673z; return; } if (this.C + 1 >= this.D) { @@ -1436,7 +1436,7 @@ public class d extends b { int i4 = this.C; int i5 = i4 + 1; this.C = i5; - cArr4[i4] = this.f672z; + cArr4[i4] = this.f673z; int c = kVar.c(cArr4, i5); if (c < 0) { char[] a3 = kVar.a(); @@ -1447,7 +1447,7 @@ public class d extends b { char[] cArr5 = this.A; int i6 = this.C; this.C = i6 + 1; - cArr5[i6] = this.f672z; + cArr5[i6] = this.f673z; return; } int i7 = this.C + c; @@ -1458,7 +1458,7 @@ public class d extends b { char[] cArr6 = this.A; int i8 = this.C; this.C = i8 + 1; - cArr6[i8] = this.f672z; + cArr6[i8] = this.f673z; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); @@ -1486,7 +1486,7 @@ public class d extends b { char[] cArr = this.A; int i = this.C; this.C = i + 1; - cArr[i] = this.f672z; + cArr[i] = this.f673z; J0(str); if (this.C >= this.D) { B0(); @@ -1494,7 +1494,7 @@ public class d extends b { char[] cArr2 = this.A; int i2 = this.C; this.C = i2 + 1; - cArr2[i2] = this.f672z; + cArr2[i2] = this.f673z; return; } if (this.C + 1 >= this.D) { @@ -1513,7 +1513,7 @@ public class d extends b { char[] cArr4 = this.A; int i4 = this.C; this.C = i4 + 1; - cArr4[i4] = this.f672z; + cArr4[i4] = this.f673z; J0(str); if (this.C >= this.D) { B0(); @@ -1521,7 +1521,7 @@ public class d extends b { char[] cArr5 = this.A; int i5 = this.C; this.C = i5 + 1; - cArr5[i5] = this.f672z; + cArr5[i5] = this.f673z; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); diff --git a/app/src/main/java/b/g/a/b/r/a.java b/app/src/main/java/b/g/a/b/r/a.java index 87287ae7d8..62ace40174 100644 --- a/app/src/main/java/b/g/a/b/r/a.java +++ b/app/src/main/java/b/g/a/b/r/a.java @@ -2,12 +2,12 @@ package b.g.a.b.r; import java.util.concurrent.atomic.AtomicReference; /* compiled from: ByteQuadsCanonicalizer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class a { /* compiled from: ByteQuadsCanonicalizer.java */ /* renamed from: b.g.a.b.r.a$a reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class C0080a { public C0080a(int i, int i2, int i3, int[] iArr, String[] strArr, int i4, int i5) { } diff --git a/app/src/main/java/b/g/a/b/r/b.java b/app/src/main/java/b/g/a/b/r/b.java index f82b54308d..4643834f82 100644 --- a/app/src/main/java/b/g/a/b/r/b.java +++ b/app/src/main/java/b/g/a/b/r/b.java @@ -2,17 +2,17 @@ package b.g.a.b.r; import java.util.concurrent.atomic.AtomicReference; /* compiled from: CharsToNameCanonicalizer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class b { /* compiled from: CharsToNameCanonicalizer.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class a { } /* compiled from: CharsToNameCanonicalizer.java */ /* renamed from: b.g.a.b.r.b$b reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class C0081b { public C0081b(int i, int i2, String[] strArr, a[] aVarArr) { } diff --git a/app/src/main/java/b/g/a/b/s/a.java b/app/src/main/java/b/g/a/b/s/a.java index aeb3220067..be763eebf5 100644 --- a/app/src/main/java/b/g/a/b/s/a.java +++ b/app/src/main/java/b/g/a/b/s/a.java @@ -1,6 +1,6 @@ package b.g.a.b.s; /* compiled from: ResolvedType.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class a { public abstract a a(); diff --git a/app/src/main/java/b/g/a/b/s/b.java b/app/src/main/java/b/g/a/b/s/b.java index ea2d6c3ad2..785d8fdfa0 100644 --- a/app/src/main/java/b/g/a/b/s/b.java +++ b/app/src/main/java/b/g/a/b/s/b.java @@ -2,12 +2,12 @@ package b.g.a.b.s; import b.g.a.b.h; /* compiled from: WritableTypeId.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class b { public Object a; /* renamed from: b reason: collision with root package name */ - public Class f673b; + public Class f674b; public Object c = null; public String d; public int e; diff --git a/app/src/main/java/b/g/a/b/t/a.java b/app/src/main/java/b/g/a/b/t/a.java index 9a67cbd948..b671b38bd1 100644 --- a/app/src/main/java/b/g/a/b/t/a.java +++ b/app/src/main/java/b/g/a/b/t/a.java @@ -3,17 +3,17 @@ package b.g.a.b.t; import com.discord.utilities.rest.SendUtils; import java.util.concurrent.atomic.AtomicReferenceArray; /* compiled from: BufferRecycler.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class a { public static final int[] a = {8000, 8000, 2000, 2000}; /* renamed from: b reason: collision with root package name */ - public static final int[] f674b = {SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 200, 200}; + public static final int[] f675b = {SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 200, 200}; public final AtomicReferenceArray c = new AtomicReferenceArray<>(4); public final AtomicReferenceArray d = new AtomicReferenceArray<>(4); public char[] a(int i, int i2) { - int i3 = f674b[i]; + int i3 = f675b[i]; if (i2 < i3) { i2 = i3; } diff --git a/app/src/main/java/b/g/a/b/t/b.java b/app/src/main/java/b/g/a/b/t/b.java index 351229ec4b..1e05d6bd02 100644 --- a/app/src/main/java/b/g/a/b/t/b.java +++ b/app/src/main/java/b/g/a/b/t/b.java @@ -3,12 +3,12 @@ package b.g.a.b.t; import b.g.a.b.t.l; import java.lang.ref.SoftReference; /* compiled from: BufferRecyclers.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class b { public static final l a; /* renamed from: b reason: collision with root package name */ - public static final ThreadLocal> f675b; + public static final ThreadLocal> f676b; static { boolean z2; @@ -18,6 +18,6 @@ public class b { z2 = false; } a = z2 ? l.a.a : null; - f675b = new ThreadLocal<>(); + f676b = new ThreadLocal<>(); } } diff --git a/app/src/main/java/b/g/a/b/t/c.java b/app/src/main/java/b/g/a/b/t/c.java index 526b5f5355..1f92b1f87d 100644 --- a/app/src/main/java/b/g/a/b/t/c.java +++ b/app/src/main/java/b/g/a/b/t/c.java @@ -3,7 +3,7 @@ package b.g.a.b.t; import b.g.a.b.t.d; import java.io.IOException; /* compiled from: DefaultIndenter.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class c extends d.c { public static final String j; public static final c k; diff --git a/app/src/main/java/b/g/a/b/t/d.java b/app/src/main/java/b/g/a/b/t/d.java index 9f0c34d1dd..5e43c07f06 100644 --- a/app/src/main/java/b/g/a/b/t/d.java +++ b/app/src/main/java/b/g/a/b/t/d.java @@ -5,7 +5,7 @@ import b.g.a.b.k; import java.io.IOException; import java.io.Serializable; /* compiled from: DefaultPrettyPrinter.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class d implements j, e, Serializable { public static final b.g.a.b.p.j j = new b.g.a.b.p.j(" "); private static final long serialVersionUID = 1; @@ -18,7 +18,7 @@ public class d implements j, e, Serializable { public transient int k; /* compiled from: DefaultPrettyPrinter.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a extends c { public static final a j = new a(); @@ -34,7 +34,7 @@ public class d implements j, e, Serializable { } /* compiled from: DefaultPrettyPrinter.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public interface b { void a(b.g.a.b.d dVar, int i) throws IOException; @@ -42,7 +42,7 @@ public class d implements j, e, Serializable { } /* compiled from: DefaultPrettyPrinter.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class c implements b, Serializable { @Override // b.g.a.b.t.d.b public boolean isInline() { @@ -56,7 +56,7 @@ public class d implements j, e, Serializable { this._objectIndenter = c.k; this._spacesInObjectEntries = true; this._rootSeparator = jVar; - j jVar2 = j.f661b; + j jVar2 = j.f662b; this._separators = jVar2; StringBuilder R = b.d.b.a.a.R(" "); R.append(jVar2.c()); diff --git a/app/src/main/java/b/g/a/b/t/e.java b/app/src/main/java/b/g/a/b/t/e.java index 392c9968fe..b16b9a5674 100644 --- a/app/src/main/java/b/g/a/b/t/e.java +++ b/app/src/main/java/b/g/a/b/t/e.java @@ -1,6 +1,6 @@ package b.g.a.b.t; /* compiled from: Instantiatable.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface e { T e(); } diff --git a/app/src/main/java/b/g/a/b/t/f.java b/app/src/main/java/b/g/a/b/t/f.java index 214d01d30e..2f98fd3e8d 100644 --- a/app/src/main/java/b/g/a/b/t/f.java +++ b/app/src/main/java/b/g/a/b/t/f.java @@ -2,7 +2,7 @@ package b.g.a.b.t; import java.util.concurrent.ConcurrentHashMap; /* compiled from: InternCache.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class f extends ConcurrentHashMap { public static final f j = new f(); private static final long serialVersionUID = 1; diff --git a/app/src/main/java/b/g/a/b/t/g.java b/app/src/main/java/b/g/a/b/t/g.java index 86725d85b7..2729d6d64a 100644 --- a/app/src/main/java/b/g/a/b/t/g.java +++ b/app/src/main/java/b/g/a/b/t/g.java @@ -1,6 +1,6 @@ package b.g.a.b.t; /* compiled from: JacksonFeature.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface g { boolean f(); diff --git a/app/src/main/java/b/g/a/b/t/h.java b/app/src/main/java/b/g/a/b/t/h.java index e22bd4a354..ff1431dd1d 100644 --- a/app/src/main/java/b/g/a/b/t/h.java +++ b/app/src/main/java/b/g/a/b/t/h.java @@ -3,7 +3,7 @@ package b.g.a.b.t; import b.g.a.b.m; import b.g.a.b.t.g; /* compiled from: JacksonFeatureSet.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class h { public int a; diff --git a/app/src/main/java/b/g/a/b/t/i.java b/app/src/main/java/b/g/a/b/t/i.java index 72901dfc57..3414da510a 100644 --- a/app/src/main/java/b/g/a/b/t/i.java +++ b/app/src/main/java/b/g/a/b/t/i.java @@ -3,7 +3,7 @@ package b.g.a.b.t; import java.io.IOException; import java.io.Serializable; /* compiled from: RequestPayload.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class i implements Serializable { private static final long serialVersionUID = 1; public String _charset; diff --git a/app/src/main/java/b/g/a/b/t/j.java b/app/src/main/java/b/g/a/b/t/j.java index 9533b78eb8..b3835b0c9f 100644 --- a/app/src/main/java/b/g/a/b/t/j.java +++ b/app/src/main/java/b/g/a/b/t/j.java @@ -3,7 +3,7 @@ package b.g.a.b.t; import com.discord.widgets.chat.input.MentionUtilsKt; import java.io.Serializable; /* compiled from: Separators.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class j implements Serializable { private static final long serialVersionUID = 1; private final char objectFieldValueSeparator = MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR; diff --git a/app/src/main/java/b/g/a/b/t/k.java b/app/src/main/java/b/g/a/b/t/k.java index 25fcac492d..e59a66cd25 100644 --- a/app/src/main/java/b/g/a/b/t/k.java +++ b/app/src/main/java/b/g/a/b/t/k.java @@ -2,12 +2,12 @@ package b.g.a.b.t; import java.util.ArrayList; /* compiled from: TextBuffer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class k { public static final char[] a = new char[0]; /* renamed from: b reason: collision with root package name */ - public final a f676b; + public final a f677b; public int c; public ArrayList d; public boolean e; @@ -18,11 +18,11 @@ public final class k { public char[] j; public k(a aVar) { - this.f676b = aVar; + this.f677b = aVar; } public k(a aVar, char[] cArr) { - this.f676b = null; + this.f677b = null; this.g = cArr; this.h = cArr.length; this.c = -1; @@ -173,7 +173,7 @@ public final class k { int i2 = i + 0; char[] cArr = this.g; if (cArr == null || i2 > cArr.length) { - a aVar = this.f676b; + a aVar = this.f677b; this.g = aVar != null ? aVar.a(2, i2) : new char[Math.max(i2, 500)]; } this.f = 0; diff --git a/app/src/main/java/b/g/a/b/t/l.java b/app/src/main/java/b/g/a/b/t/l.java index a1beb7207e..cea83a3741 100644 --- a/app/src/main/java/b/g/a/b/t/l.java +++ b/app/src/main/java/b/g/a/b/t/l.java @@ -5,15 +5,15 @@ import java.lang.ref.SoftReference; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /* compiled from: ThreadLocalBufferManager.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class l { public final Map, Boolean> a = new ConcurrentHashMap(); /* renamed from: b reason: collision with root package name */ - public final ReferenceQueue f677b = new ReferenceQueue<>(); + public final ReferenceQueue f678b = new ReferenceQueue<>(); /* compiled from: ThreadLocalBufferManager.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class a { public static final l a = new l(); } diff --git a/app/src/main/java/b/g/a/b/t/m.java b/app/src/main/java/b/g/a/b/t/m.java index 2eff80b069..3678085513 100644 --- a/app/src/main/java/b/g/a/b/t/m.java +++ b/app/src/main/java/b/g/a/b/t/m.java @@ -2,7 +2,7 @@ package b.g.a.b.t; import java.util.regex.Pattern; /* compiled from: VersionUtil.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class m { public static final /* synthetic */ int a = 0; diff --git a/app/src/main/java/b/g/a/c/a.java b/app/src/main/java/b/g/a/c/a.java index 7068e38f4c..75d16a32d4 100644 --- a/app/src/main/java/b/g/a/c/a.java +++ b/app/src/main/java/b/g/a/c/a.java @@ -1,5 +1,5 @@ package b.g.a.c; /* compiled from: AbstractTypeResolver.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class a { } diff --git a/app/src/main/java/b/g/a/c/b.java b/app/src/main/java/b/g/a/c/b.java index b334a8ca39..ab4864220a 100644 --- a/app/src/main/java/b/g/a/c/b.java +++ b/app/src/main/java/b/g/a/c/b.java @@ -23,11 +23,11 @@ import java.io.Serializable; import java.lang.annotation.Annotation; import java.util.List; /* compiled from: AnnotationIntrospector.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class b implements Serializable { /* compiled from: AnnotationIntrospector.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a { public final int a; diff --git a/app/src/main/java/b/g/a/c/b0/b.java b/app/src/main/java/b/g/a/c/b0/b.java index c809aba3cb..d3bcfc8273 100644 --- a/app/src/main/java/b/g/a/c/b0/b.java +++ b/app/src/main/java/b/g/a/c/b0/b.java @@ -7,11 +7,11 @@ import java.nio.file.Path; public class b extends a { /* renamed from: b reason: collision with root package name */ - public final Class f678b = Path.class; + public final Class f679b = Path.class; @Override // b.g.a.c.b0.a public n a(Class cls) { - if (this.f678b.isAssignableFrom(cls)) { + if (this.f679b.isAssignableFrom(cls)) { return new e(); } return null; diff --git a/app/src/main/java/b/g/a/c/b0/e.java b/app/src/main/java/b/g/a/c/b0/e.java index f24c266067..930be8acd7 100644 --- a/app/src/main/java/b/g/a/c/b0/e.java +++ b/app/src/main/java/b/g/a/c/b0/e.java @@ -26,7 +26,7 @@ public class e extends p0 { public void g(Object obj, d dVar, x xVar, g gVar) throws IOException { Path path = (Path) obj; b d = gVar.d(path, h.VALUE_STRING); - d.f673b = Path.class; + d.f674b = Path.class; b e = gVar.e(dVar, d); dVar.j0(path.toUri().toString()); gVar.f(dVar, e); diff --git a/app/src/main/java/b/g/a/c/c.java b/app/src/main/java/b/g/a/c/c.java index fa9061bedc..d119e42f7e 100644 --- a/app/src/main/java/b/g/a/c/c.java +++ b/app/src/main/java/b/g/a/c/c.java @@ -3,7 +3,7 @@ package b.g.a.c; import b.g.a.a.i; import b.g.a.a.p; /* compiled from: BeanDescription.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class c { public final j a; diff --git a/app/src/main/java/b/g/a/c/c0/a0.java b/app/src/main/java/b/g/a/c/c0/a0.java index 58355fe84d..47a484b0fa 100644 --- a/app/src/main/java/b/g/a/c/c0/a0.java +++ b/app/src/main/java/b/g/a/c/c0/a0.java @@ -11,7 +11,7 @@ public class a0 { public static final a0 a = new a0(t.k, Object.class, null, false, null); /* renamed from: b reason: collision with root package name */ - public final t f679b; + public final t f680b; public final Class> c; public final Class d; public final Class e; @@ -22,7 +22,7 @@ public class a0 { Code decompiled incorrectly, please refer to instructions dump. */ public a0(t tVar, Class cls, Class> cls2, boolean z2, Class cls3) { - this.f679b = tVar; + this.f680b = tVar; this.e = cls; this.c = cls2; this.f = z2; @@ -31,7 +31,7 @@ public class a0 { public String toString() { StringBuilder R = a.R("ObjectIdInfo: propName="); - R.append(this.f679b); + R.append(this.f680b); R.append(", scope="); R.append(d.u(this.e)); R.append(", generatorType="); diff --git a/app/src/main/java/b/g/a/c/c0/b0.java b/app/src/main/java/b/g/a/c/c0/b0.java index 820c4739f3..1acefc364b 100644 --- a/app/src/main/java/b/g/a/c/c0/b0.java +++ b/app/src/main/java/b/g/a/c/c0/b0.java @@ -32,7 +32,7 @@ public class b0 { public final l a; /* renamed from: b reason: collision with root package name */ - public final a f680b; + public final a f681b; public final boolean c; public final j d; public final c e; @@ -51,7 +51,7 @@ public class b0 { public LinkedList r; /* renamed from: s reason: collision with root package name */ - public HashSet f681s; + public HashSet f682s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { @@ -67,7 +67,7 @@ public class b0 { this.g = z.j; } this.f = lVar.m(jVar._class, cVar); - this.f680b = aVar; + this.f681b = aVar; lVar.q(p.USE_STD_BEAN_NAMING); } @@ -110,10 +110,10 @@ public class b0 { public void c(String str) { if (!this.c && str != null) { - if (this.f681s == null) { - this.f681s = new HashSet<>(); + if (this.f682s == null) { + this.f682s = new HashSet<>(); } - this.f681s.add(str); + this.f682s.add(str); } } @@ -229,7 +229,7 @@ public class b0 { if (i3 == null) { i3 = gVar.c(); } - Objects.requireNonNull((w) this.f680b); + Objects.requireNonNull((w) this.f681b); if (i3 != null) { t e = e(i3); t E = bVar.E(this.a, gVar, e); @@ -302,10 +302,10 @@ public class b0 { if (!z13) { i = bVar2.i(next); if (i == null) { - i = this.f680b.c(next, next.c()); + i = this.f681b.c(next, next.c()); } if (i == null) { - i = this.f680b.a(next, next.c()); + i = this.f681b.a(next, next.c()); if (i != null) { g0.a aVar3 = (g0.a) this.f; Objects.requireNonNull(aVar3); @@ -320,8 +320,8 @@ public class b0 { o3 = o3; } else { i = bVar2.i(next); - if (i == null && (i = this.f680b.c(next, next.c())) == null) { - i = this.f680b.a(next, next.c()); + if (i == null && (i = this.f681b.c(next, next.c())) == null) { + i = this.f681b.a(next, next.c()); } if (i == null) { i = next.c(); @@ -335,7 +335,7 @@ public class b0 { String b2 = b(i); boolean Z2 = bVar2.Z(next); c0 f2 = f(linkedHashMap, b2); - f2.f685s = new c0.d<>(next, f2.f685s, o3, z13, z6, Z2); + f2.f686s = new c0.d<>(next, f2.f686s, o3, z13, z6, Z2); } } } else if (o2 == 1) { @@ -345,7 +345,7 @@ public class b0 { if (!z14) { i2 = bVar3.i(next); if (i2 == null) { - i2 = this.f680b.b(next, next.c()); + i2 = this.f681b.b(next, next.c()); } if (i2 != null) { g0.a aVar5 = (g0.a) this.f; @@ -357,7 +357,7 @@ public class b0 { } else { i2 = bVar3.i(next); if (i2 == null) { - i2 = this.f680b.b(next, next.c()); + i2 = this.f681b.b(next, next.c()); } if (i2 == null) { i2 = next.c(); @@ -380,7 +380,7 @@ public class b0 { } } c cVar = this.e; - Boolean bool3 = cVar.f683x; + Boolean bool3 = cVar.f684x; if (bool3 == null) { Class cls = cVar.l; Annotation[] annotationArr = d.a; @@ -388,15 +388,15 @@ public class b0 { if ((d.t(cls) ? null : cls.getEnclosingClass()) != null) { z5 = true; bool3 = Boolean.valueOf(z5); - cVar.f683x = bool3; + cVar.f684x = bool3; } } z5 = false; bool3 = Boolean.valueOf(z5); - cVar.f683x = bool3; + cVar.f684x = bool3; } if (!bool3.booleanValue() && this.h) { - for (e eVar : this.e.f().f684b) { + for (e eVar : this.e.f().f685b) { if (this.k == null) { this.k = new LinkedList<>(); } @@ -418,15 +418,15 @@ public class b0 { Iterator it2 = linkedHashMap.values().iterator(); while (it2.hasNext()) { c0 next2 = it2.next(); - if (!(next2.z(next2.q) || next2.z(next2.f685s) || next2.z(next2.t) || next2.z(next2.r))) { + if (!(next2.z(next2.q) || next2.z(next2.f686s) || next2.z(next2.t) || next2.z(next2.r))) { it2.remove(); - } else if (next2.y(next2.q) || next2.y(next2.f685s) || next2.y(next2.t) || next2.y(next2.r)) { + } else if (next2.y(next2.q) || next2.y(next2.f686s) || next2.y(next2.t) || next2.y(next2.r)) { if (!next2.u()) { it2.remove(); c(next2.p()); } else { next2.q = next2.G(next2.q); - next2.f685s = next2.G(next2.f685s); + next2.f686s = next2.G(next2.f686s); next2.t = next2.G(next2.t); next2.r = next2.G(next2.r); if (!next2.f()) { @@ -440,7 +440,7 @@ public class b0 { b0 b0Var = this.c ? null : this; u.a aVar6 = u.a.AUTO; b.g.a.c.b bVar4 = c0Var2.n; - if (bVar4 == null || (!c0Var2.l ? ((dVar = c0Var2.r) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.t) == null || (aVar = c0Var2.n.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.q) == null || (aVar = c0Var2.n.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.f685s) == null || (aVar = c0Var2.n.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.f685s) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.q) == null || (aVar = c0Var2.n.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.r) == null || (aVar = c0Var2.n.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.t) == null || (aVar = c0Var2.n.t(dVar8.a)) == null || aVar == aVar6))))) { + if (bVar4 == null || (!c0Var2.l ? ((dVar = c0Var2.r) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.t) == null || (aVar = c0Var2.n.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.q) == null || (aVar = c0Var2.n.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.f686s) == null || (aVar = c0Var2.n.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.f686s) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.q) == null || (aVar = c0Var2.n.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.r) == null || (aVar = c0Var2.n.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.t) == null || (aVar = c0Var2.n.t(dVar8.a)) == null || aVar == aVar6))))) { aVar = null; } if (aVar != null) { @@ -460,14 +460,14 @@ public class b0 { c0Var2.q = null; } } else if (ordinal == 2) { - c0Var2.f685s = null; + c0Var2.f686s = null; if (c0Var2.l) { c0Var2.q = null; } } else if (ordinal != 3) { - c0Var2.f685s = c0Var2.H(c0Var2.f685s); + c0Var2.f686s = c0Var2.H(c0Var2.f686s); c0Var2.r = c0Var2.H(c0Var2.r); - if (!q2 || c0Var2.f685s == null) { + if (!q2 || c0Var2.f686s == null) { c0Var2.q = c0Var2.H(c0Var2.q); c0Var2.t = c0Var2.H(c0Var2.t); } @@ -488,7 +488,7 @@ public class b0 { } else { HashMap hashMap = new HashMap(); value.B(L, hashMap, value.q); - value.B(L, hashMap, value.f685s); + value.B(L, hashMap, value.f686s); value.B(L, hashMap, value.t); value.B(L, hashMap, value.r); linkedList.addAll(hashMap.values()); @@ -506,7 +506,7 @@ public class b0 { } else { c0Var4.K(c0Var3); } - if (g(c0Var3, this.k) && (hashSet = this.f681s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f682s) != null) { hashSet.remove(p); } } @@ -523,9 +523,9 @@ public class b0 { } for (c0 c0Var5 : linkedHashMap.values()) { if (this.c) { - c0.d dVar9 = c0Var5.f685s; + c0.d dVar9 = c0Var5.f686s; if (dVar9 != null) { - c0Var5.f685s = c0Var5.A(c0Var5.f685s, c0Var5.F(0, dVar9, c0Var5.q, c0Var5.r, c0Var5.t)); + c0Var5.f686s = c0Var5.A(c0Var5.f686s, c0Var5.F(0, dVar9, c0Var5.q, c0Var5.r, c0Var5.t)); } else { c0.d dVar10 = c0Var5.q; if (dVar10 != null) { @@ -535,15 +535,15 @@ public class b0 { } else { c0.d dVar11 = c0Var5.r; if (dVar11 != null) { - c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar11, c0Var5.t, c0Var5.q, c0Var5.f685s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar11, c0Var5.t, c0Var5.q, c0Var5.f686s)); } else { c0.d dVar12 = c0Var5.t; if (dVar12 != null) { - c0Var5.t = c0Var5.A(c0Var5.t, c0Var5.F(0, dVar12, c0Var5.q, c0Var5.f685s)); + c0Var5.t = c0Var5.A(c0Var5.t, c0Var5.F(0, dVar12, c0Var5.q, c0Var5.f686s)); } else { c0.d dVar13 = c0Var5.q; if (dVar13 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar13, c0Var5.f685s)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar13, c0Var5.f686s)); } } } @@ -551,7 +551,7 @@ public class b0 { } for (c0 c0Var6 : linkedHashMap.values()) { c0Var6.q = c0Var6.J(c0Var6.q); - c0Var6.f685s = c0Var6.J(c0Var6.f685s); + c0Var6.f686s = c0Var6.J(c0Var6.f686s); c0Var6.t = c0Var6.J(c0Var6.t); c0Var6.r = c0Var6.J(c0Var6.r); } @@ -581,9 +581,9 @@ public class b0 { linkedHashMap.clear(); for (c0 c0Var7 : c0VarArr) { t tVar3 = c0Var7.o; - if (!(c0Var7.w(c0Var7.q) || c0Var7.w(c0Var7.f685s) || c0Var7.w(c0Var7.t) || c0Var7.w(c0Var7.r)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (!(c0Var7.w(c0Var7.q) || c0Var7.w(c0Var7.f686s) || c0Var7.w(c0Var7.t) || c0Var7.w(c0Var7.r)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { if (this.c) { - if (c0Var7.f685s != null) { + if (c0Var7.f686s != null) { str = uVar.c(this.a, c0Var7.n(), tVar3._simpleName); } else if (c0Var7.q != null) { str = uVar.b(this.a, c0Var7.l(), tVar3._simpleName); @@ -613,7 +613,7 @@ public class b0 { str = uVar.a(this.a, c0Var7.k(), tVar3._simpleName); } else if (c0Var7.q != null) { str = uVar.b(this.a, c0Var7.l(), tVar3._simpleName); - } else if (c0Var7.f685s != null) { + } else if (c0Var7.f686s != null) { str = uVar.c(this.a, c0Var7.n(), tVar3._simpleName); } if (str != null) { diff --git a/app/src/main/java/b/g/a/c/c0/c.java b/app/src/main/java/b/g/a/c/c0/c.java index 49f8ddf4fc..dfa9db9517 100644 --- a/app/src/main/java/b/g/a/c/c0/c.java +++ b/app/src/main/java/b/g/a/c/c0/c.java @@ -35,14 +35,14 @@ public final class c extends b implements e0 { public final Class r; /* renamed from: s reason: collision with root package name */ - public final boolean f682s; + public final boolean f683s; public final b.g.a.c.i0.a t; public a u; public l v; public List w; /* renamed from: x reason: collision with root package name */ - public transient Boolean f683x; + public transient Boolean f684x; /* compiled from: AnnotatedClass.java */ /* loaded from: classes3.dex */ @@ -50,12 +50,12 @@ public final class c extends b implements e0 { public final e a; /* renamed from: b reason: collision with root package name */ - public final List f684b; + public final List f685b; public final List c; public a(e eVar, List list, List list2) { this.a = eVar; - this.f684b = list; + this.f685b = list; this.c = list2; } } @@ -70,7 +70,7 @@ public final class c extends b implements e0 { this.o = bVar; this.q = aVar2; this.p = nVar; - this.f682s = z2; + this.f683s = z2; } public c(Class cls) { @@ -83,7 +83,7 @@ public final class c extends b implements e0 { this.o = null; this.q = null; this.p = null; - this.f682s = false; + this.f683s = false; } @Override // b.g.a.c.c0.e0 @@ -152,7 +152,7 @@ public final class c extends b implements e0 { b bVar = this.o; n nVar = this.p; Class cls = this.r; - f fVar = new f(bVar, this, this.f682s | (cls != null)); + f fVar = new f(bVar, this, this.f683s | (cls != null)); if (!jVar.w()) { aVar = null; arrayList = null; @@ -447,13 +447,13 @@ public final class c extends b implements e0 { if (jVar == null) { list = Collections.emptyList(); } else { - Map f = new h(this.o, this.p, this.q, this.f682s).f(this, jVar, null); + Map f = new h(this.o, this.p, this.q, this.f683s).f(this, jVar, null); if (f == null) { list = Collections.emptyList(); } else { ArrayList arrayList = new ArrayList(f.size()); for (h.a aVar : f.values()) { - arrayList.add(new g(aVar.a, aVar.f688b, aVar.c.b())); + arrayList.add(new g(aVar.a, aVar.f689b, aVar.c.b())); } list = arrayList; } @@ -477,7 +477,7 @@ public final class c extends b implements e0 { n nVar = this.p; List list = this.n; Class cls = this.r; - k kVar = new k(bVar, aVar, this.f682s); + k kVar = new k(bVar, aVar, this.f683s); LinkedHashMap linkedHashMap = new LinkedHashMap(); kVar.f(this, jVar._class, linkedHashMap, cls); Iterator it = list.iterator(); @@ -503,13 +503,13 @@ public final class c extends b implements e0 { if (z2 && kVar.c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.f694b) && yVar.c.length == 0) { + if ("hashCode".equals(yVar.f695b) && yVar.c.length == 0) { try { - Method declaredMethod = Object.class.getDeclaredMethod(yVar.f694b, new Class[0]); + Method declaredMethod = Object.class.getDeclaredMethod(yVar.f695b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); aVar4.c = kVar.d(aVar4.c, declaredMethod.getDeclaredAnnotations()); - aVar4.f689b = declaredMethod; + aVar4.f690b = declaredMethod; } } catch (Exception unused) { } @@ -522,7 +522,7 @@ public final class c extends b implements e0 { LinkedHashMap linkedHashMap2 = new LinkedHashMap(linkedHashMap.size()); for (Map.Entry entry2 : linkedHashMap.entrySet()) { k.a aVar5 = (k.a) entry2.getValue(); - Method method = aVar5.f689b; + Method method = aVar5.f690b; j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.c.b(), null); if (jVar2 != null) { linkedHashMap2.put(entry2.getKey(), jVar2); diff --git a/app/src/main/java/b/g/a/c/c0/c0.java b/app/src/main/java/b/g/a/c/c0/c0.java index 5abfd5a387..bab553bfc6 100644 --- a/app/src/main/java/b/g/a/c/c0/c0.java +++ b/app/src/main/java/b/g/a/c/c0/c0.java @@ -29,7 +29,7 @@ public class c0 extends s implements Comparable { public d r; /* renamed from: s reason: collision with root package name */ - public d f685s; + public d f686s; public d t; public transient s u; public transient b.a v; @@ -76,7 +76,7 @@ public class c0 extends s implements Comparable { public final T a; /* renamed from: b reason: collision with root package name */ - public final d f686b; + public final d f687b; public final t c; public final boolean d; public final boolean e; @@ -84,7 +84,7 @@ public class c0 extends s implements Comparable { public d(T t, d dVar, t tVar, boolean z2, boolean z3, boolean z4) { this.a = t; - this.f686b = dVar; + this.f687b = dVar; t tVar2 = (tVar == null || tVar.d()) ? null : tVar; this.c = tVar2; if (z2) { @@ -100,12 +100,12 @@ public class c0 extends s implements Comparable { } public d a(d dVar) { - d dVar2 = this.f686b; + d dVar2 = this.f687b; return dVar2 == null ? c(dVar) : c(dVar2.a(dVar)); } public d b() { - d dVar = this.f686b; + d dVar = this.f687b; if (dVar == null) { return this; } @@ -121,39 +121,39 @@ public class c0 extends s implements Comparable { } public d c(d dVar) { - return dVar == this.f686b ? this : new d<>(this.a, dVar, this.c, this.d, this.e, this.f); + return dVar == this.f687b ? this : new d<>(this.a, dVar, this.c, this.d, this.e, this.f); } public d d() { d d; if (this.f) { - d dVar = this.f686b; + d dVar = this.f687b; if (dVar == null) { return null; } return dVar.d(); } - d dVar2 = this.f686b; - return (dVar2 == null || (d = dVar2.d()) == this.f686b) ? this : c(d); + d dVar2 = this.f687b; + return (dVar2 == null || (d = dVar2.d()) == this.f687b) ? this : c(d); } public d e() { - return this.f686b == null ? this : new d<>(this.a, null, this.c, this.d, this.e, this.f); + return this.f687b == null ? this : new d<>(this.a, null, this.c, this.d, this.e, this.f); } public d f() { - d dVar = this.f686b; + d dVar = this.f687b; d f = dVar == null ? null : dVar.f(); return this.e ? c(f) : f; } public String toString() { String format = String.format("%s[visible=%b,ignore=%b,explicitName=%b]", this.a.toString(), Boolean.valueOf(this.e), Boolean.valueOf(this.f), Boolean.valueOf(this.d)); - if (this.f686b == null) { + if (this.f687b == null) { return format; } StringBuilder V = b.d.b.a.a.V(format, ", "); - V.append(this.f686b.toString()); + V.append(this.f687b.toString()); return V.toString(); } } @@ -171,7 +171,7 @@ public class c0 extends s implements Comparable { this.o = tVar; this.q = c0Var.q; this.r = c0Var.r; - this.f685s = c0Var.f685s; + this.f686s = c0Var.f686s; this.t = c0Var.t; this.l = c0Var.l; } @@ -199,21 +199,21 @@ public class c0 extends s implements Comparable { if (dVar2 == null) { return dVar; } - d dVar3 = dVar.f686b; + d dVar3 = dVar.f687b; return dVar3 == null ? dVar.c(dVar2) : dVar.c(dVar3.a(dVar2)); } public final d A(d dVar, p pVar) { i iVar = (i) dVar.a.l(pVar); - d dVar2 = dVar.f686b; + d dVar2 = dVar.f687b; if (dVar2 != null) { dVar = dVar.c(A(dVar2, pVar)); } - return iVar == dVar.a ? dVar : new d<>(iVar, dVar.f686b, dVar.c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.f687b, dVar.c, dVar.d, dVar.e, dVar.f); } public final void B(Collection collection, Map map, d dVar) { - for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.f686b) { + for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.f687b) { t tVar = dVar2.c; if (dVar2.d && tVar != null) { c0 c0Var = map.get(tVar); @@ -223,8 +223,8 @@ public class c0 extends s implements Comparable { } if (dVar == this.q) { c0Var.q = dVar2.c(c0Var.q); - } else if (dVar == this.f685s) { - c0Var.f685s = dVar2.c(c0Var.f685s); + } else if (dVar == this.f686s) { + c0Var.f686s = dVar2.c(c0Var.f686s); } else if (dVar == this.t) { c0Var.t = dVar2.c(c0Var.t); } else if (dVar == this.r) { @@ -253,7 +253,7 @@ public class c0 extends s implements Comparable { Code decompiled incorrectly, please refer to instructions dump. */ public final Set C(d dVar, Set set) { - for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.f686b) { + for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.f687b) { if (dVar2.d && dVar2.c != null) { if (set == null) { set = new HashSet<>(); @@ -266,7 +266,7 @@ public class c0 extends s implements Comparable { public final p D(d dVar) { p pVar = dVar.a.k; - d dVar2 = dVar.f686b; + d dVar2 = dVar.f687b; return dVar2 != null ? p.c(pVar, D(dVar2)) : pVar; } @@ -281,7 +281,7 @@ public class c0 extends s implements Comparable { public final p F(int i, d... dVarArr) { d dVar = dVarArr[i]; p pVar = ((i) dVar.a).k; - d dVar2 = dVar.f686b; + d dVar2 = dVar.f687b; if (dVar2 != null) { pVar = p.c(pVar, D(dVar2)); } @@ -314,12 +314,12 @@ public class c0 extends s implements Comparable { public void K(c0 c0Var) { this.q = N(this.q, c0Var.q); this.r = N(this.r, c0Var.r); - this.f685s = N(this.f685s, c0Var.f685s); + this.f686s = N(this.f686s, c0Var.f686s); this.t = N(this.t, c0Var.t); } public Set L() { - Set C = C(this.r, C(this.t, C(this.f685s, C(this.q, null)))); + Set C = C(this.r, C(this.t, C(this.f686s, C(this.q, null)))); return C == null ? Collections.emptySet() : C; } @@ -331,7 +331,7 @@ public class c0 extends s implements Comparable { return null; } if (this.l) { - d dVar3 = this.f685s; + d dVar3 = this.f686s; if (dVar3 != null) { t = eVar.a(dVar3.a); } @@ -407,7 +407,7 @@ public class c0 extends s implements Comparable { if (((m) t)._owner instanceof e) { return (m) t; } - dVar = dVar.f686b; + dVar = dVar.f687b; } while (dVar != null); return this.r.a; } @@ -419,7 +419,7 @@ public class c0 extends s implements Comparable { return null; } g gVar = dVar.a; - for (d dVar2 = dVar.f686b; dVar2 != null; dVar2 = dVar2.f686b) { + for (d dVar2 = dVar.f687b; dVar2 != null; dVar2 = dVar2.f687b) { g gVar2 = (g) dVar2.a; Class g = gVar.g(); Class g2 = gVar2.g(); @@ -447,15 +447,15 @@ public class c0 extends s implements Comparable { @Override // b.g.a.c.c0.s public j n() { - d dVar = this.f685s; + d dVar = this.f686s; if (dVar == null) { return null; } - d dVar2 = dVar.f686b; + d dVar2 = dVar.f687b; if (dVar2 == null) { return dVar.a; } - for (d dVar3 = dVar2; dVar3 != null; dVar3 = dVar3.f686b) { + for (d dVar3 = dVar2; dVar3 != null; dVar3 = dVar3.f687b) { Class g = dVar.a.g(); Class g2 = dVar3.a.g(); if (g != g2) { @@ -482,7 +482,7 @@ public class c0 extends s implements Comparable { throw new IllegalArgumentException(R.toString()); } } - this.f685s = dVar.e(); + this.f686s = dVar.e(); return dVar.a; } @@ -501,7 +501,7 @@ public class c0 extends s implements Comparable { if (this.u == null) { h0 h0Var2 = null; if (this.l) { - d dVar = this.f685s; + d dVar = this.f686s; if (dVar != null) { jVar = dVar.a; } else { @@ -596,7 +596,7 @@ public class c0 extends s implements Comparable { if (dVar5 != null) { jVar = dVar5.a; } else { - d dVar6 = this.f685s; + d dVar6 = this.f686s; if (dVar6 != null) { jVar = dVar6.a; } @@ -659,11 +659,11 @@ public class c0 extends s implements Comparable { if (dVar == null) { return null; } - d dVar2 = dVar.f686b; + d dVar2 = dVar.f687b; if (dVar2 == null) { return dVar.a; } - for (d dVar3 = dVar2; dVar3 != null; dVar3 = dVar3.f686b) { + for (d dVar3 = dVar2; dVar3 != null; dVar3 = dVar3.f687b) { Class g = dVar.a.g(); Class g2 = dVar3.a.g(); if (g != g2) { @@ -719,7 +719,7 @@ public class c0 extends s implements Comparable { R.append(", field(s): "); R.append(this.q); R.append(", getter(s): "); - R.append(this.f685s); + R.append(this.f686s); R.append(", setter(s): "); R.append(this.t); R.append("]"); @@ -728,7 +728,7 @@ public class c0 extends s implements Comparable { @Override // b.g.a.c.c0.s public boolean u() { - return x(this.q) || x(this.f685s) || x(this.t) || w(this.r); + return x(this.q) || x(this.f686s) || x(this.t) || w(this.r); } @Override // b.g.a.c.c0.s @@ -742,7 +742,7 @@ public class c0 extends s implements Comparable { if (dVar.c != null && dVar.d) { return true; } - dVar = dVar.f686b; + dVar = dVar.f687b; } return false; } @@ -753,7 +753,7 @@ public class c0 extends s implements Comparable { if (tVar != null && tVar.c()) { return true; } - dVar = dVar.f686b; + dVar = dVar.f687b; } return false; } @@ -763,7 +763,7 @@ public class c0 extends s implements Comparable { if (dVar.f) { return true; } - dVar = dVar.f686b; + dVar = dVar.f687b; } return false; } @@ -773,7 +773,7 @@ public class c0 extends s implements Comparable { if (dVar.e) { return true; } - dVar = dVar.f686b; + dVar = dVar.f687b; } return false; } diff --git a/app/src/main/java/b/g/a/c/c0/d.java b/app/src/main/java/b/g/a/c/c0/d.java index c6939507b7..9e9c4ac337 100644 --- a/app/src/main/java/b/g/a/c/c0/d.java +++ b/app/src/main/java/b/g/a/c/c0/d.java @@ -21,7 +21,7 @@ public class d { public static final Class a = List.class; /* renamed from: b reason: collision with root package name */ - public static final Class f687b = Map.class; + public static final Class f688b = Map.class; public final l c; public final b d; public final t.a e; @@ -67,7 +67,7 @@ public class d { if (z2) { if (!f(list, cls)) { list.add(jVar); - if (cls == a || cls == f687b) { + if (cls == a || cls == f688b) { return; } } else { diff --git a/app/src/main/java/b/g/a/c/c0/f.java b/app/src/main/java/b/g/a/c/c0/f.java index 2090875101..6715260508 100644 --- a/app/src/main/java/b/g/a/c/c0/f.java +++ b/app/src/main/java/b/g/a/c/c0/f.java @@ -28,17 +28,17 @@ public final class f extends u { if (!this.e) { return new p(); } - Annotation[] annotationArr = aVar.f725b; + Annotation[] annotationArr = aVar.f726b; if (annotationArr == null) { annotationArr = aVar.a.getDeclaredAnnotations(); - aVar.f725b = annotationArr; + aVar.f726b = annotationArr; } o c = c(annotationArr); if (aVar2 != null) { - Annotation[] annotationArr2 = aVar2.f725b; + Annotation[] annotationArr2 = aVar2.f726b; if (annotationArr2 == null) { annotationArr2 = aVar2.a.getDeclaredAnnotations(); - aVar2.f725b = annotationArr2; + aVar2.f726b = annotationArr2; } c = b(c, annotationArr2); } @@ -106,7 +106,7 @@ public final class f extends u { if (declaringClass.isMemberClass() && a == annotationArr.length + 1) { annotationArr = new Annotation[annotationArr.length + 1]; System.arraycopy(annotationArr, 0, annotationArr, 1, annotationArr.length); - annotationArr[0] = u.f692b; + annotationArr[0] = u.f693b; pVarArr = i(annotationArr, null); } if (pVarArr == null) { diff --git a/app/src/main/java/b/g/a/c/c0/h.java b/app/src/main/java/b/g/a/c/c0/h.java index 04f8cb156b..2cc9488ff9 100644 --- a/app/src/main/java/b/g/a/c/c0/h.java +++ b/app/src/main/java/b/g/a/c/c0/h.java @@ -26,12 +26,12 @@ public class h extends u { public final e0 a; /* renamed from: b reason: collision with root package name */ - public final Field f688b; + public final Field f689b; public o c = o.a.c; public a(e0 e0Var, Field field) { this.a = e0Var; - this.f688b = field; + this.f689b = field; } } diff --git a/app/src/main/java/b/g/a/c/c0/k.java b/app/src/main/java/b/g/a/c/c0/k.java index 8896eec996..4e411aa6ee 100644 --- a/app/src/main/java/b/g/a/c/c0/k.java +++ b/app/src/main/java/b/g/a/c/c0/k.java @@ -23,12 +23,12 @@ public class k extends u { public e0 a; /* renamed from: b reason: collision with root package name */ - public Method f689b; + public Method f690b; public o c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; - this.f689b = method; + this.f690b = method; this.c = oVar; } } @@ -59,11 +59,11 @@ public class k extends u { if (this.e) { aVar.c = d(aVar.c, method.getDeclaredAnnotations()); } - Method method2 = aVar.f689b; + Method method2 = aVar.f690b; if (method2 == null) { - aVar.f689b = method; + aVar.f690b = method; } else if (Modifier.isAbstract(method2.getModifiers()) && !Modifier.isAbstract(method.getModifiers())) { - aVar.f689b = method; + aVar.f690b = method; aVar.a = e0Var; } } diff --git a/app/src/main/java/b/g/a/c/c0/o.java b/app/src/main/java/b/g/a/c/c0/o.java index 349d1b8a5a..1eab6931a2 100644 --- a/app/src/main/java/b/g/a/c/c0/o.java +++ b/app/src/main/java/b/g/a/c/c0/o.java @@ -11,7 +11,7 @@ public abstract class o { public static final b.g.a.c.i0.a a = new c(); /* renamed from: b reason: collision with root package name */ - public final Object f690b; + public final Object f691b; /* compiled from: AnnotationCollector.java */ /* loaded from: classes3.dex */ @@ -24,7 +24,7 @@ public abstract class o { @Override // b.g.a.c.c0.o public o a(Annotation annotation) { - return new e(this.f690b, annotation.annotationType(), annotation); + return new e(this.f691b, annotation.annotationType(), annotation); } @Override // b.g.a.c.c0.o @@ -153,7 +153,7 @@ public abstract class o { Class annotationType = annotation.annotationType(); Class cls = this.c; if (cls != annotationType) { - return new b(this.f690b, cls, this.d, annotationType, annotation); + return new b(this.f691b, cls, this.d, annotationType, annotation); } this.d = annotation; return this; @@ -213,7 +213,7 @@ public abstract class o { } public o(Object obj) { - this.f690b = obj; + this.f691b = obj; } public abstract o a(Annotation annotation); diff --git a/app/src/main/java/b/g/a/c/c0/q.java b/app/src/main/java/b/g/a/c/c0/q.java index 8ad7a67a69..bb27501b54 100644 --- a/app/src/main/java/b/g/a/c/c0/q.java +++ b/app/src/main/java/b/g/a/c/c0/q.java @@ -15,7 +15,7 @@ import java.util.List; public class q extends c { /* renamed from: b reason: collision with root package name */ - public static final Class[] f691b = new Class[0]; + public static final Class[] f692b = new Class[0]; public final b0 c; public final l d; public final b e; diff --git a/app/src/main/java/b/g/a/c/c0/u.java b/app/src/main/java/b/g/a/c/c0/u.java index edb368c3d3..b40e9e9f12 100644 --- a/app/src/main/java/b/g/a/c/c0/u.java +++ b/app/src/main/java/b/g/a/c/c0/u.java @@ -12,7 +12,7 @@ public class u { public static final p[] a = new p[0]; /* renamed from: b reason: collision with root package name */ - public static final Annotation[] f692b = new Annotation[0]; + public static final Annotation[] f693b = new Annotation[0]; public final b c; public u(b bVar) { diff --git a/app/src/main/java/b/g/a/c/c0/w.java b/app/src/main/java/b/g/a/c/c0/w.java index dbdc85c6f5..399363c968 100644 --- a/app/src/main/java/b/g/a/c/c0/w.java +++ b/app/src/main/java/b/g/a/c/c0/w.java @@ -14,7 +14,7 @@ public class w extends a { public final a a; /* renamed from: b reason: collision with root package name */ - public final boolean f693b; + public final boolean f694b; public final String c; public final String d; public final String e; @@ -44,7 +44,7 @@ public class w extends a { public c(l lVar, c cVar) { super(lVar, cVar, null, "get", "is", null); Class cls = cVar.l; - RuntimeException runtimeException = b.g.a.c.d0.a.f695b; + RuntimeException runtimeException = b.g.a.c.d0.a.f696b; if (runtimeException == null) { b.g.a.c.d0.a aVar = b.g.a.c.d0.a.a; Objects.requireNonNull(aVar); @@ -79,7 +79,7 @@ public class w extends a { } public w(l lVar, c cVar, String str, String str2, String str3, a aVar) { - this.f693b = lVar.q(p.USE_STD_BEAN_NAMING); + this.f694b = lVar.q(p.USE_STD_BEAN_NAMING); this.e = str; this.c = str2; this.d = str3; @@ -93,7 +93,7 @@ public class w extends a { } Class d = jVar.d(); if ((d == Boolean.class || d == Boolean.TYPE) && str.startsWith(this.d)) { - return this.f693b ? e(str, 2) : d(str, 2); + return this.f694b ? e(str, 2) : d(str, 2); } return null; } @@ -104,7 +104,7 @@ public class w extends a { if (str2 == null || !str.startsWith(str2)) { return null; } - return this.f693b ? e(str, this.e.length()) : d(str, this.e.length()); + return this.f694b ? e(str, this.e.length()) : d(str, this.e.length()); } @Override // b.g.a.c.c0.a @@ -128,7 +128,7 @@ public class w extends a { } else if ("getMetaClass".equals(str) && jVar.d().getName().startsWith("groovy.lang")) { return null; } - return this.f693b ? e(str, this.c.length()) : d(str, this.c.length()); + return this.f694b ? e(str, this.c.length()) : d(str, this.c.length()); } public String d(String str, int i) { diff --git a/app/src/main/java/b/g/a/c/c0/x.java b/app/src/main/java/b/g/a/c/c0/x.java index 1dc93e3b25..0e0d956bb0 100644 --- a/app/src/main/java/b/g/a/c/c0/x.java +++ b/app/src/main/java/b/g/a/c/c0/x.java @@ -906,7 +906,7 @@ public class x extends b implements Serializable { a0Var = a0.a; } boolean alwaysAsId = lVar.alwaysAsId(); - return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.f679b, a0Var.e, a0Var.c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.f680b, a0Var.e, a0Var.c, alwaysAsId, a0Var.d); } @Override // b.g.a.c.b diff --git a/app/src/main/java/b/g/a/c/c0/y.java b/app/src/main/java/b/g/a/c/c0/y.java index 06d4afc8f9..ec47e13041 100644 --- a/app/src/main/java/b/g/a/c/c0/y.java +++ b/app/src/main/java/b/g/a/c/c0/y.java @@ -9,19 +9,19 @@ public final class y { public static final Class[] a = new Class[0]; /* renamed from: b reason: collision with root package name */ - public final String f694b; + public final String f695b; public final Class[] c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); - this.f694b = ""; + this.f695b = ""; this.c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); - this.f694b = name; + this.f695b = name; this.c = parameterTypes == null ? a : parameterTypes; } @@ -33,7 +33,7 @@ public final class y { return false; } y yVar = (y) obj; - if (!this.f694b.equals(yVar.f694b)) { + if (!this.f695b.equals(yVar.f695b)) { return false; } Class[] clsArr = yVar.c; @@ -50,12 +50,12 @@ public final class y { } public int hashCode() { - return this.f694b.hashCode() + this.c.length; + return this.f695b.hashCode() + this.c.length; } public String toString() { StringBuilder sb = new StringBuilder(); - sb.append(this.f694b); + sb.append(this.f695b); sb.append("("); return a.A(sb, this.c.length, "-args)"); } diff --git a/app/src/main/java/b/g/a/c/d.java b/app/src/main/java/b/g/a/c/d.java index 45d08f0577..4189836a59 100644 --- a/app/src/main/java/b/g/a/c/d.java +++ b/app/src/main/java/b/g/a/c/d.java @@ -5,12 +5,12 @@ import b.g.a.a.p; import b.g.a.c.z.l; import java.io.Serializable; /* compiled from: BeanProperty.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface d { public static final i.d c = new i.d("", i.c.ANY, "", "", i.b.a, null); /* compiled from: BeanProperty.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class a implements d, Serializable { private static final long serialVersionUID = 1; public final b.g.a.c.c0.i _member; diff --git a/app/src/main/java/b/g/a/c/d0/a.java b/app/src/main/java/b/g/a/c/d0/a.java index d9065b6956..324af522f3 100644 --- a/app/src/main/java/b/g/a/c/d0/a.java +++ b/app/src/main/java/b/g/a/c/d0/a.java @@ -7,7 +7,7 @@ public class a { public static final a a; /* renamed from: b reason: collision with root package name */ - public static final RuntimeException f695b; + public static final RuntimeException f696b; public final Method c; public final Method d; @@ -21,7 +21,7 @@ public class a { e = e2; } a = aVar; - f695b = e; + f696b = e; } public a() throws RuntimeException { diff --git a/app/src/main/java/b/g/a/c/e.java b/app/src/main/java/b/g/a/c/e.java index ce225bf25e..02027b7588 100644 --- a/app/src/main/java/b/g/a/c/e.java +++ b/app/src/main/java/b/g/a/c/e.java @@ -11,7 +11,7 @@ import com.fasterxml.jackson.databind.JsonMappingException; import java.lang.reflect.Type; import java.util.Objects; /* compiled from: DatabindContext.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class e { public final String a(String str, Object... objArr) { return objArr.length > 0 ? String.format(str, objArr) : str; diff --git a/app/src/main/java/b/g/a/c/e0/h/a.java b/app/src/main/java/b/g/a/c/e0/h/a.java index f458db0399..e44fe3b734 100644 --- a/app/src/main/java/b/g/a/c/e0/h/a.java +++ b/app/src/main/java/b/g/a/c/e0/h/a.java @@ -17,6 +17,6 @@ public class a extends m { /* renamed from: g */ public a a(d dVar) { - return this.f697b == dVar ? this : new a(this.a, dVar); + return this.f698b == dVar ? this : new a(this.a, dVar); } } diff --git a/app/src/main/java/b/g/a/c/e0/h/b.java b/app/src/main/java/b/g/a/c/e0/h/b.java index 35ffbe19e8..801996f64b 100644 --- a/app/src/main/java/b/g/a/c/e0/h/b.java +++ b/app/src/main/java/b/g/a/c/e0/h/b.java @@ -17,6 +17,6 @@ public class b extends d { /* renamed from: i */ public b h(d dVar) { - return this.f697b == dVar ? this : new b(this.a, dVar, this.c); + return this.f698b == dVar ? this : new b(this.a, dVar, this.c); } } diff --git a/app/src/main/java/b/g/a/c/e0/h/c.java b/app/src/main/java/b/g/a/c/e0/h/c.java index ec29177f65..70d82833c0 100644 --- a/app/src/main/java/b/g/a/c/e0/h/c.java +++ b/app/src/main/java/b/g/a/c/e0/h/c.java @@ -16,7 +16,7 @@ public class c extends m { @Override // b.g.a.c.e0.g public g a(d dVar) { - return this.f697b == dVar ? this : new c(this.a, dVar, this.c); + return this.f698b == dVar ? this : new c(this.a, dVar, this.c); } @Override // b.g.a.c.e0.h.m, b.g.a.c.e0.g diff --git a/app/src/main/java/b/g/a/c/e0/h/d.java b/app/src/main/java/b/g/a/c/e0/h/d.java index 51836b52b4..77354342b8 100644 --- a/app/src/main/java/b/g/a/c/e0/h/d.java +++ b/app/src/main/java/b/g/a/c/e0/h/d.java @@ -24,6 +24,6 @@ public class d extends a { /* renamed from: h */ public d g(b.g.a.c.d dVar) { - return this.f697b == dVar ? this : new d(this.a, dVar, this.c); + return this.f698b == dVar ? this : new d(this.a, dVar, this.c); } } diff --git a/app/src/main/java/b/g/a/c/e0/h/e.java b/app/src/main/java/b/g/a/c/e0/h/e.java index 30519def0f..1cc02902fa 100644 --- a/app/src/main/java/b/g/a/c/e0/h/e.java +++ b/app/src/main/java/b/g/a/c/e0/h/e.java @@ -12,7 +12,7 @@ public class e extends m { @Override // b.g.a.c.e0.g public g a(d dVar) { - return this.f697b == dVar ? this : new e(this.a, dVar); + return this.f698b == dVar ? this : new e(this.a, dVar); } @Override // b.g.a.c.e0.g diff --git a/app/src/main/java/b/g/a/c/e0/h/f.java b/app/src/main/java/b/g/a/c/e0/h/f.java index 0077b13e38..3ffa042080 100644 --- a/app/src/main/java/b/g/a/c/e0/h/f.java +++ b/app/src/main/java/b/g/a/c/e0/h/f.java @@ -43,14 +43,14 @@ public class f extends k { Class superclass = (!d.q(cls) || cls.isEnum()) ? cls : cls.getSuperclass(); String name = superclass.getName(); if (!name.startsWith("java.util.")) { - return (name.indexOf(36) < 0 || d.m(superclass) == null || d.m(this.f696b._class) != null) ? name : this.f696b._class.getName(); + return (name.indexOf(36) < 0 || d.m(superclass) == null || d.m(this.f697b._class) != null) ? name : this.f697b._class.getName(); } if (obj instanceof EnumSet) { EnumSet enumSet = (EnumSet) obj; if (!enumSet.isEmpty()) { cls3 = ((Enum) enumSet.iterator().next()).getDeclaringClass(); } else { - Field field = d.b.a.f726b; + Field field = d.b.a.f727b; if (field != null) { try { cls3 = (Class) field.get(enumSet); @@ -104,7 +104,7 @@ public class f extends k { } Objects.requireNonNull(nVar); if (EnumMap.class == Properties.class) { - jVar2 = n.f722y; + jVar2 = n.f723y; jVar = jVar2; } else { m mVar3 = n.l; diff --git a/app/src/main/java/b/g/a/c/e0/h/k.java b/app/src/main/java/b/g/a/c/e0/h/k.java index 4aeb1b4dad..8f1f80248d 100644 --- a/app/src/main/java/b/g/a/c/e0/h/k.java +++ b/app/src/main/java/b/g/a/c/e0/h/k.java @@ -9,10 +9,10 @@ public abstract class k implements e { public final n a; /* renamed from: b reason: collision with root package name */ - public final j f696b; + public final j f697b; public k(j jVar, n nVar) { - this.f696b = jVar; + this.f697b = jVar; this.a = nVar; } diff --git a/app/src/main/java/b/g/a/c/e0/h/m.java b/app/src/main/java/b/g/a/c/e0/h/m.java index 4c528c282e..0960595f22 100644 --- a/app/src/main/java/b/g/a/c/e0/h/m.java +++ b/app/src/main/java/b/g/a/c/e0/h/m.java @@ -13,11 +13,11 @@ public abstract class m extends g { public final e a; /* renamed from: b reason: collision with root package name */ - public final d f697b; + public final d f698b; public m(e eVar, d dVar) { this.a = eVar; - this.f697b = dVar; + this.f698b = dVar; } @Override // b.g.a.c.e0.g @@ -29,7 +29,7 @@ public abstract class m extends g { public b e(b.g.a.b.d dVar, b bVar) throws IOException { if (bVar.c == null) { Object obj = bVar.a; - Class cls = bVar.f673b; + Class cls = bVar.f674b; bVar.c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); diff --git a/app/src/main/java/b/g/a/c/f.java b/app/src/main/java/b/g/a/c/f.java index 6cbaa5b32c..24c15d4279 100644 --- a/app/src/main/java/b/g/a/c/f.java +++ b/app/src/main/java/b/g/a/c/f.java @@ -11,7 +11,7 @@ import b.g.a.c.z.l; import b.g.a.c.z.m; import java.io.Serializable; /* compiled from: DeserializationConfig.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class f extends m implements Serializable { public static final int l = l.c(h.class); private static final long serialVersionUID = 2; diff --git a/app/src/main/java/b/g/a/c/g.java b/app/src/main/java/b/g/a/c/g.java index 2ba99da589..6665c7d4ca 100644 --- a/app/src/main/java/b/g/a/c/g.java +++ b/app/src/main/java/b/g/a/c/g.java @@ -11,7 +11,7 @@ import com.fasterxml.jackson.databind.exc.InvalidDefinitionException; import java.io.Serializable; import java.util.Objects; /* compiled from: DeserializationContext.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class g extends e implements Serializable { private static final long serialVersionUID = 1; public final e _cache; diff --git a/app/src/main/java/b/g/a/c/g0/a.java b/app/src/main/java/b/g/a/c/g0/a.java index 59f9bccc97..2e0f9f36b1 100644 --- a/app/src/main/java/b/g/a/c/g0/a.java +++ b/app/src/main/java/b/g/a/c/g0/a.java @@ -12,12 +12,12 @@ public class a { public final d a; /* renamed from: b reason: collision with root package name */ - public final i f698b; + public final i f699b; public n c; public t d; public a(d dVar, i iVar, n nVar) { - this.f698b = iVar; + this.f699b = iVar; this.a = dVar; this.c = nVar; if (nVar instanceof t) { @@ -26,7 +26,7 @@ public class a { } public void a(Object obj, b.g.a.b.d dVar, x xVar) throws Exception { - Object j = this.f698b.j(obj); + Object j = this.f699b.j(obj); if (j != null) { if (j instanceof Map) { t tVar = this.d; @@ -36,7 +36,7 @@ public class a { this.c.f(j, dVar, xVar); } } else { - xVar.f(this.a.getType(), String.format("Value returned by 'any-getter' %s() not java.util.Map but %s", this.f698b.c(), j.getClass().getName())); + xVar.f(this.a.getType(), String.format("Value returned by 'any-getter' %s() not java.util.Map but %s", this.f699b.c(), j.getClass().getName())); throw null; } } diff --git a/app/src/main/java/b/g/a/c/g0/c.java b/app/src/main/java/b/g/a/c/g0/c.java index e3a550e4d1..b3dc42b4cd 100644 --- a/app/src/main/java/b/g/a/c/g0/c.java +++ b/app/src/main/java/b/g/a/c/g0/c.java @@ -69,7 +69,7 @@ public class c extends n implements Serializable { this._wrapperName = sVar.t(); this._declaredType = jVar; this._serializer = nVar; - this.n = nVar == null ? l.b.f704b : null; + this.n = nVar == null ? l.b.f705b : null; this._typeSerializer = gVar; this._cfgSerializationType = jVar2; if (iVar instanceof b.g.a.c.c0.g) { @@ -145,7 +145,7 @@ public class c extends n implements Serializable { n r = xVar.r(cls, this); dVar = new l.d(r, lVar.b(cls, r)); } - l lVar2 = dVar.f706b; + l lVar2 = dVar.f707b; if (lVar != lVar2) { this.n = lVar2; } @@ -308,7 +308,7 @@ public class c extends n implements Serializable { this.m = null; } if (this._serializer == null) { - this.n = l.b.f704b; + this.n = l.b.f705b; } return this; } diff --git a/app/src/main/java/b/g/a/c/g0/e.java b/app/src/main/java/b/g/a/c/g0/e.java index 28d0ea72da..23d71d23cc 100644 --- a/app/src/main/java/b/g/a/c/g0/e.java +++ b/app/src/main/java/b/g/a/c/g0/e.java @@ -14,7 +14,7 @@ public class e { public static final c[] a = new c[0]; /* renamed from: b reason: collision with root package name */ - public final c f699b; + public final c f700b; public v c; public List d = Collections.emptyList(); public c[] e; @@ -24,7 +24,7 @@ public class e { public j i; public e(c cVar) { - this.f699b = cVar; + this.f700b = cVar; } public n a() { @@ -34,7 +34,7 @@ public class e { } a aVar = this.f; if (aVar != null) { - aVar.f698b.f(this.c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.f699b.f(this.c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } List list = this.d; if (list != null && !list.isEmpty()) { @@ -52,7 +52,7 @@ public class e { } c[] cVarArr2 = this.e; if (cVarArr2 == null || cVarArr2.length == this.d.size()) { - return new d(this.f699b.a, this, cVarArr, this.e); + return new d(this.f700b.a, this, cVarArr, this.e); } throw new IllegalStateException(String.format("Mismatch between `properties` size (%d), `filteredProperties` (%s): should have as many (or `null` for latter)", Integer.valueOf(this.d.size()), Integer.valueOf(this.e.length))); } diff --git a/app/src/main/java/b/g/a/c/g0/f.java b/app/src/main/java/b/g/a/c/g0/f.java index f89c99ca19..4e142e3004 100644 --- a/app/src/main/java/b/g/a/c/g0/f.java +++ b/app/src/main/java/b/g/a/c/g0/f.java @@ -174,7 +174,7 @@ public class f extends b implements Serializable { E.k(); a = E; } else { - xVar.E(lVar.f700b, sVar, "serialization type " + a + " has no content", new Object[0]); + xVar.E(lVar.f701b, sVar, "serialization type " + a + " has no content", new Object[0]); throw null; } } @@ -214,7 +214,7 @@ public class f extends b implements Serializable { if (lVar.f) { Object obj2 = lVar.d; if (obj2 == null) { - c cVar = lVar.f700b; + c cVar = lVar.f701b; boolean b2 = lVar.a.b(); q qVar = (q) cVar; b.g.a.c.c0.e eVar = qVar.f.f().a; @@ -262,7 +262,7 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar2 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { } @@ -298,19 +298,19 @@ public class f extends b implements Serializable { obj = obj; i = sVar.i(); if (i == null) { - q qVar2 = (q) lVar.f700b; + q qVar2 = (q) lVar.f701b; if (!qVar2.h) { qVar2.h = true; b bVar4 = qVar2.e; Class[] R2 = bVar4 == null ? null : bVar4.R(qVar2.f); if (R2 == null && !qVar2.d.q(b.g.a.c.p.DEFAULT_VIEW_INCLUSION)) { - R2 = q.f691b; + R2 = q.f692b; } qVar2.g = R2; } i = qVar2.g; } - c cVar22 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar22 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { cVar22.e(xVar.H(iVar, q)); @@ -327,7 +327,7 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar222 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar222 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { } @@ -339,7 +339,7 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2222 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar2222 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { } @@ -356,7 +356,7 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar22222 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar22222 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { } @@ -368,7 +368,7 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar222222 = new c(sVar, iVar, ((q) lVar.f700b).f.t, e, y2, c, a, z3, obj, i); + c cVar222222 = new c(sVar, iVar, ((q) lVar.f701b).f.t, e, y2, c, a, z3, obj, i); q = lVar.c.q(iVar); if (q != null) { } @@ -377,11 +377,11 @@ public class f extends b implements Serializable { } } } else { - xVar.E(lVar.f700b, sVar, "could not determine property type", new Object[0]); + xVar.E(lVar.f701b, sVar, "could not determine property type", new Object[0]); throw null; } } catch (JsonMappingException e4) { - xVar.E(lVar.f700b, sVar, b.g.a.c.i0.d.h(e4), new Object[0]); + xVar.E(lVar.f701b, sVar, b.g.a.c.i0.d.h(e4), new Object[0]); throw null; } } @@ -1097,7 +1097,7 @@ public class f extends b implements Serializable { } else { Class> cls12 = a0Var.c; if (cls12 == l0.class) { - String str4 = a0Var.f679b._simpleName; + String str4 = a0Var.f680b._simpleName; int size3 = arrayList.size(); for (int i8 = 0; i8 != size3; i8++) { c cVar12 = (c) arrayList.get(i8); @@ -1114,7 +1114,7 @@ public class f extends b implements Serializable { objArr[1] = str4 == null ? "[null]" : b.g.a.c.i0.d.c(str4); throw new IllegalArgumentException(String.format("Invalid Object Id definition for %s: cannot find property with name %s", objArr)); } - jVar2 = b.g.a.c.g0.t.j.a(xVar.d().i(xVar.b(cls12), b.g.a.a.i0.class)[0], a0Var.f679b, xVar.e(qVar3.f, a0Var), a0Var.f); + jVar2 = b.g.a.c.g0.t.j.a(xVar.d().i(xVar.b(cls12), b.g.a.a.i0.class)[0], a0Var.f680b, xVar.e(qVar3.f, a0Var), a0Var.f); } eVar2.i = jVar2; eVar2.d = arrayList; @@ -1201,7 +1201,7 @@ public class f extends b implements Serializable { nVar = eVar2.a(); if (nVar == null) { if (jVar.A()) { - nVar = new d(eVar2.f699b.a, eVar2, b.g.a.c.g0.u.d.k, null); + nVar = new d(eVar2.f700b.a, eVar2, b.g.a.c.g0.u.d.k, null); } else { Class cls13 = jVar._class; if (Iterator.class.isAssignableFrom(cls13)) { @@ -1217,7 +1217,7 @@ public class f extends b implements Serializable { } if (nVar == null) { if (qVar3.f.t.size() > 0) { - nVar = new d(eVar2.f699b.a, eVar2, b.g.a.c.g0.u.d.k, null); + nVar = new d(eVar2.f700b.a, eVar2, b.g.a.c.g0.u.d.k, null); } } } diff --git a/app/src/main/java/b/g/a/c/g0/j.java b/app/src/main/java/b/g/a/c/g0/j.java index 7b0900d8cf..2c9070c226 100644 --- a/app/src/main/java/b/g/a/c/g0/j.java +++ b/app/src/main/java/b/g/a/c/g0/j.java @@ -167,14 +167,14 @@ public abstract class j extends x implements Serializable { } else { Class cls = obj.getClass(); m mVar = this._knownSerializers; - m.a aVar = mVar.a[mVar.f709b & (cls.getName().hashCode() + 1)]; + m.a aVar = mVar.a[mVar.f710b & (cls.getName().hashCode() + 1)]; try { if (aVar != null) { if (aVar.c == cls && aVar.e) { nVar = aVar.a; } else { do { - aVar = aVar.f710b; + aVar = aVar.f711b; if (aVar != null) { if (aVar.c != cls || !aVar.e) { z2 = false; @@ -205,7 +205,7 @@ public abstract class j extends x implements Serializable { p pVar2 = this._serializerCache; synchronized (pVar2) { if (pVar2.a.put(new b.g.a.c.i0.u(cls, true), nVar) == null) { - pVar2.f701b.set(null); + pVar2.f702b.set(null); } } } diff --git a/app/src/main/java/b/g/a/c/g0/l.java b/app/src/main/java/b/g/a/c/g0/l.java index 14e4dfd699..b9caaa9b20 100644 --- a/app/src/main/java/b/g/a/c/g0/l.java +++ b/app/src/main/java/b/g/a/c/g0/l.java @@ -14,7 +14,7 @@ public class l { public final v a; /* renamed from: b reason: collision with root package name */ - public final c f700b; + public final c f701b; public final b c; public Object d; public final p.b e; @@ -22,7 +22,7 @@ public class l { public l(v vVar, c cVar) { this.a = vVar; - this.f700b = cVar; + this.f701b = cVar; p.b bVar = p.b.j; p.b bVar2 = p.b.j; p.b c = cVar.c(bVar2); diff --git a/app/src/main/java/b/g/a/c/g0/p.java b/app/src/main/java/b/g/a/c/g0/p.java index c53fd18968..2f0b8885e4 100644 --- a/app/src/main/java/b/g/a/c/g0/p.java +++ b/app/src/main/java/b/g/a/c/g0/p.java @@ -12,7 +12,7 @@ public final class p { public final HashMap> a = new HashMap<>(64); /* renamed from: b reason: collision with root package name */ - public final AtomicReference f701b = new AtomicReference<>(); + public final AtomicReference f702b = new AtomicReference<>(); public n a(j jVar) { n nVar; diff --git a/app/src/main/java/b/g/a/c/g0/t/f.java b/app/src/main/java/b/g/a/c/g0/t/f.java index 70cb7794e0..f90c70e4b9 100644 --- a/app/src/main/java/b/g/a/c/g0/t/f.java +++ b/app/src/main/java/b/g/a/c/g0/t/f.java @@ -100,7 +100,7 @@ public final class f extends b> { if (c == null) { if (this._elementType.r()) { l.d a = lVar.a(xVar.k(this._elementType, cls), xVar, this._property); - l lVar2 = a.f706b; + l lVar2 = a.f707b; if (lVar != lVar2) { this._dynamicSerializers = lVar2; } @@ -134,7 +134,7 @@ public final class f extends b> { if (c2 == null) { if (this._elementType.r()) { l.d a2 = lVar3.a(xVar.k(this._elementType, cls2), xVar, this._property); - l lVar4 = a2.f706b; + l lVar4 = a2.f707b; if (lVar3 != lVar4) { this._dynamicSerializers = lVar4; } diff --git a/app/src/main/java/b/g/a/c/g0/t/h.java b/app/src/main/java/b/g/a/c/g0/t/h.java index 6f8ee81994..168afa3409 100644 --- a/app/src/main/java/b/g/a/c/g0/t/h.java +++ b/app/src/main/java/b/g/a/c/g0/t/h.java @@ -68,7 +68,7 @@ public class h extends b> { if (c == null) { if (this._elementType.r()) { l.d a = lVar.a(xVar.k(this._elementType, cls), xVar, this._property); - l lVar2 = a.f706b; + l lVar2 = a.f707b; if (lVar != lVar2) { this._dynamicSerializers = lVar2; } diff --git a/app/src/main/java/b/g/a/c/g0/t/i.java b/app/src/main/java/b/g/a/c/g0/t/i.java index fca750d196..295811050d 100644 --- a/app/src/main/java/b/g/a/c/g0/t/i.java +++ b/app/src/main/java/b/g/a/c/g0/t/i.java @@ -39,7 +39,7 @@ public class i extends h> implements b.g.a.c.g0.i { this._valueTypeSerializer = iVar._valueTypeSerializer; this._keySerializer = nVar; this._valueSerializer = nVar2; - this._dynamicValueSerializers = l.b.f704b; + this._dynamicValueSerializers = l.b.f705b; this._property = iVar._property; this._suppressableValue = obj; this._suppressNulls = z2; @@ -53,7 +53,7 @@ public class i extends h> implements b.g.a.c.g0.i { this._valueTypeIsStatic = z2; this._valueTypeSerializer = gVar; this._property = dVar; - this._dynamicValueSerializers = l.b.f704b; + this._dynamicValueSerializers = l.b.f705b; this._suppressableValue = null; this._suppressNulls = false; } @@ -191,7 +191,7 @@ public class i extends h> implements b.g.a.c.g0.i { } else if (this._valueType.r()) { l lVar = this._dynamicValueSerializers; l.d a = lVar.a(xVar.k(this._valueType, cls), xVar, this._property); - l lVar2 = a.f706b; + l lVar2 = a.f707b; if (lVar != lVar2) { this._dynamicValueSerializers = lVar2; } diff --git a/app/src/main/java/b/g/a/c/g0/t/j.java b/app/src/main/java/b/g/a/c/g0/t/j.java index 5ace62fb26..350c353e75 100644 --- a/app/src/main/java/b/g/a/c/g0/t/j.java +++ b/app/src/main/java/b/g/a/c/g0/t/j.java @@ -10,14 +10,14 @@ public final class j { public final b.g.a.c.j a; /* renamed from: b reason: collision with root package name */ - public final k f702b; + public final k f703b; public final i0 c; public final n d; public final boolean e; public j(b.g.a.c.j jVar, k kVar, i0 i0Var, n nVar, boolean z2) { this.a = jVar; - this.f702b = kVar; + this.f703b = kVar; this.c = i0Var; this.d = nVar; this.e = z2; diff --git a/app/src/main/java/b/g/a/c/g0/t/l.java b/app/src/main/java/b/g/a/c/g0/t/l.java index 80ce4c86ce..c8987f2bce 100644 --- a/app/src/main/java/b/g/a/c/g0/t/l.java +++ b/app/src/main/java/b/g/a/c/g0/t/l.java @@ -15,14 +15,14 @@ public abstract class l { public static final class a extends l { /* renamed from: b reason: collision with root package name */ - public final Class f703b; + public final Class f704b; public final Class c; public final n d; public final n e; public a(l lVar, Class cls, n nVar, Class cls2, n nVar2) { super(lVar); - this.f703b = cls; + this.f704b = cls; this.d = nVar; this.c = cls2; this.e = nVar2; @@ -30,12 +30,12 @@ public abstract class l { @Override // b.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new c(this, new f[]{new f(this.f703b, this.d), new f(this.c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.f704b, this.d), new f(this.c, this.e), new f(cls, nVar)}); } @Override // b.g.a.c.g0.t.l public n c(Class cls) { - if (cls == this.f703b) { + if (cls == this.f704b) { return this.d; } if (cls == this.c) { @@ -50,7 +50,7 @@ public abstract class l { public static final class b extends l { /* renamed from: b reason: collision with root package name */ - public static final b f704b = new b(false); + public static final b f705b = new b(false); public b(boolean z2) { super(z2); @@ -72,16 +72,16 @@ public abstract class l { public static final class c extends l { /* renamed from: b reason: collision with root package name */ - public final f[] f705b; + public final f[] f706b; public c(l lVar, f[] fVarArr) { super(lVar); - this.f705b = fVarArr; + this.f706b = fVarArr; } @Override // b.g.a.c.g0.t.l public l b(Class cls, n nVar) { - f[] fVarArr = this.f705b; + f[] fVarArr = this.f706b; int length = fVarArr.length; if (length == 8) { return this.a ? new e(this, cls, nVar) : this; @@ -105,30 +105,30 @@ public abstract class l { f fVar2; f fVar3; f fVar4; - f[] fVarArr = this.f705b; + f[] fVarArr = this.f706b; f fVar5 = fVarArr[0]; if (fVar5.a == cls) { - return fVar5.f708b; + return fVar5.f709b; } f fVar6 = fVarArr[1]; if (fVar6.a == cls) { - return fVar6.f708b; + return fVar6.f709b; } f fVar7 = fVarArr[2]; if (fVar7.a == cls) { - return fVar7.f708b; + return fVar7.f709b; } switch (fVarArr.length) { case 4: fVar = fVarArr[3]; if (fVar.a == cls) { - return fVar.f708b; + return fVar.f709b; } return null; case 5: fVar2 = fVarArr[4]; if (fVar2.a == cls) { - return fVar2.f708b; + return fVar2.f709b; } fVar = fVarArr[3]; if (fVar.a == cls) { @@ -137,7 +137,7 @@ public abstract class l { case 6: fVar3 = fVarArr[5]; if (fVar3.a == cls) { - return fVar3.f708b; + return fVar3.f709b; } fVar2 = fVarArr[4]; if (fVar2.a == cls) { @@ -149,7 +149,7 @@ public abstract class l { case 7: fVar4 = fVarArr[6]; if (fVar4.a == cls) { - return fVar4.f708b; + return fVar4.f709b; } fVar3 = fVarArr[5]; if (fVar3.a == cls) { @@ -164,7 +164,7 @@ public abstract class l { case 8: f fVar8 = fVarArr[7]; if (fVar8.a == cls) { - return fVar8.f708b; + return fVar8.f709b; } fVar4 = fVarArr[6]; if (fVar4.a == cls) { @@ -191,11 +191,11 @@ public abstract class l { public final n a; /* renamed from: b reason: collision with root package name */ - public final l f706b; + public final l f707b; public d(n nVar, l lVar) { this.a = nVar; - this.f706b = lVar; + this.f707b = lVar; } } @@ -204,23 +204,23 @@ public abstract class l { public static final class e extends l { /* renamed from: b reason: collision with root package name */ - public final Class f707b; + public final Class f708b; public final n c; public e(l lVar, Class cls, n nVar) { super(lVar); - this.f707b = cls; + this.f708b = cls; this.c = nVar; } @Override // b.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.f707b, this.c, cls, nVar); + return new a(this, this.f708b, this.c, cls, nVar); } @Override // b.g.a.c.g0.t.l public n c(Class cls) { - if (cls == this.f707b) { + if (cls == this.f708b) { return this.c; } return null; @@ -233,11 +233,11 @@ public abstract class l { public final Class a; /* renamed from: b reason: collision with root package name */ - public final n f708b; + public final n f709b; public f(Class cls, n nVar) { this.a = cls; - this.f708b = nVar; + this.f709b = nVar; } } diff --git a/app/src/main/java/b/g/a/c/g0/t/m.java b/app/src/main/java/b/g/a/c/g0/t/m.java index d77e374fba..055eded42b 100644 --- a/app/src/main/java/b/g/a/c/g0/t/m.java +++ b/app/src/main/java/b/g/a/c/g0/t/m.java @@ -10,7 +10,7 @@ public final class m { public final a[] a; /* renamed from: b reason: collision with root package name */ - public final int f709b; + public final int f710b; /* compiled from: ReadOnlyClassToSerializerMap.java */ /* loaded from: classes3.dex */ @@ -18,16 +18,16 @@ public final class m { public final n a; /* renamed from: b reason: collision with root package name */ - public final a f710b; + public final a f711b; public final Class c; public final j d; public final boolean e; public a(a aVar, u uVar, n nVar) { - this.f710b = aVar; + this.f711b = aVar; this.a = nVar; this.e = uVar.d; - this.c = uVar.f728b; + this.c = uVar.f729b; this.d = uVar.c; } } @@ -38,11 +38,11 @@ public final class m { while (i < (size <= 64 ? size + size : size + (size >> 2))) { i += i; } - this.f709b = i - 1; + this.f710b = i - 1; a[] aVarArr = new a[i]; for (Map.Entry> entry : map.entrySet()) { u key = entry.getKey(); - int i2 = key.a & this.f709b; + int i2 = key.a & this.f710b; aVarArr[i2] = new a(aVarArr[i2], key, entry.getValue()); } this.a = aVarArr; @@ -50,7 +50,7 @@ public final class m { public n a(j jVar) { boolean z2; - a aVar = this.a[(jVar._hash - 1) & this.f709b]; + a aVar = this.a[(jVar._hash - 1) & this.f710b]; if (aVar == null) { return null; } @@ -58,7 +58,7 @@ public final class m { return aVar.a; } do { - aVar = aVar.f710b; + aVar = aVar.f711b; if (aVar == null) { return null; } @@ -75,7 +75,7 @@ public final class m { public n b(Class cls) { boolean z2; - a aVar = this.a[cls.getName().hashCode() & this.f709b]; + a aVar = this.a[cls.getName().hashCode() & this.f710b]; if (aVar == null) { return null; } @@ -83,7 +83,7 @@ public final class m { return aVar.a; } do { - aVar = aVar.f710b; + aVar = aVar.f711b; if (aVar == null) { return null; } diff --git a/app/src/main/java/b/g/a/c/g0/t/u.java b/app/src/main/java/b/g/a/c/g0/t/u.java index a3050c1513..a687923a7d 100644 --- a/app/src/main/java/b/g/a/c/g0/t/u.java +++ b/app/src/main/java/b/g/a/c/g0/t/u.java @@ -11,7 +11,7 @@ public final class u { public final i0 a; /* renamed from: b reason: collision with root package name */ - public Object f711b; + public Object f712b; public boolean c = false; public u(i0 i0Var) { @@ -19,14 +19,14 @@ public final class u { } public boolean a(d dVar, x xVar, j jVar) throws IOException { - if (this.f711b == null) { + if (this.f712b == null) { return false; } if (!this.c && !jVar.e) { return false; } Objects.requireNonNull(dVar); - jVar.d.f(this.f711b, dVar, xVar); + jVar.d.f(this.f712b, dVar, xVar); return true; } } diff --git a/app/src/main/java/b/g/a/c/g0/u/b.java b/app/src/main/java/b/g/a/c/g0/u/b.java index 2264e7bf15..e2497f49d1 100644 --- a/app/src/main/java/b/g/a/c/g0/u/b.java +++ b/app/src/main/java/b/g/a/c/g0/u/b.java @@ -31,7 +31,7 @@ public abstract class b extends h implements i { this._valueTypeSerializer = gVar; this._property = dVar; this._elementSerializer = nVar; - this._dynamicSerializers = l.b.f704b; + this._dynamicSerializers = l.b.f705b; this._unwrapSingle = bool; } @@ -47,7 +47,7 @@ public abstract class b extends h implements i { this._valueTypeSerializer = gVar; this._property = null; this._elementSerializer = nVar; - this._dynamicSerializers = l.b.f704b; + this._dynamicSerializers = l.b.f705b; this._unwrapSingle = null; } diff --git a/app/src/main/java/b/g/a/c/g0/u/d.java b/app/src/main/java/b/g/a/c/g0/u/d.java index e5ea495226..b2429009e4 100644 --- a/app/src/main/java/b/g/a/c/g0/u/d.java +++ b/app/src/main/java/b/g/a/c/g0/u/d.java @@ -112,7 +112,7 @@ public abstract class d extends q0 implements i, o { this._anyGetterWriter = eVar.f; this._propertyFilterId = eVar.g; this._objectIdWriter = eVar.i; - this._serializationShape = eVar.f699b.a(null).e(); + this._serializationShape = eVar.f700b.a(null).e(); } public static final c[] t(c[] cVarArr, n nVar) { @@ -174,7 +174,7 @@ public abstract class d extends q0 implements i, o { Class> cls2 = s3.c; j jVar2 = xVar.d().i(xVar.b(cls2), i0.class)[0]; if (cls2 == l0.class) { - String str = s3.f679b._simpleName; + String str = s3.f680b._simpleName; int length = this._props.length; i = 0; while (i != length) { @@ -197,12 +197,12 @@ public abstract class d extends q0 implements i, o { xVar.f(jVar3, String.format("Invalid Object Id definition for %s: cannot find property with name %s", objArr)); throw null; } - jVar = b.g.a.c.g0.t.j.a(jVar2, s3.f679b, xVar.e(member, s3), s3.f); + jVar = b.g.a.c.g0.t.j.a(jVar2, s3.f680b, xVar.e(member, s3), s3.f); } else if (!(jVar == null || (s2 = v.s(member, null)) == null)) { jVar = this._objectIdWriter; boolean z2 = s2.f; if (z2 != jVar.e) { - jVar = new b.g.a.c.g0.t.j(jVar.a, jVar.f702b, jVar.c, jVar.d, z2); + jVar = new b.g.a.c.g0.t.j(jVar.a, jVar.f703b, jVar.c, jVar.d, z2); } } i = 0; @@ -234,7 +234,7 @@ public abstract class d extends q0 implements i, o { dVar2 = this; } if (jVar != null) { - b.g.a.c.g0.t.j jVar4 = new b.g.a.c.g0.t.j(jVar.a, jVar.f702b, jVar.c, xVar.t(jVar.a, dVar), jVar.e); + b.g.a.c.g0.t.j jVar4 = new b.g.a.c.g0.t.j(jVar.a, jVar.f703b, jVar.c, xVar.t(jVar.a, dVar), jVar.e); if (jVar4 != this._objectIdWriter) { dVar2 = dVar2.x(jVar4); } @@ -355,10 +355,10 @@ public abstract class d extends q0 implements i, o { b.g.a.c.g0.t.j jVar = this._objectIdWriter; u p = xVar.p(obj, jVar.c); if (!p.a(dVar, xVar, jVar)) { - if (p.f711b == null) { - p.f711b = p.a.c(obj); + if (p.f712b == null) { + p.f712b = p.a.c(obj); } - Object obj2 = p.f711b; + Object obj2 = p.f712b; if (jVar.e) { jVar.d.f(obj2, dVar, xVar); return; @@ -368,10 +368,10 @@ public abstract class d extends q0 implements i, o { gVar.e(dVar, r); p.c = true; Objects.requireNonNull(dVar); - b.g.a.b.k kVar = jVar2.f702b; + b.g.a.b.k kVar = jVar2.f703b; if (kVar != null) { dVar.x(kVar); - jVar2.d.f(p.f711b, dVar, xVar); + jVar2.d.f(p.f712b, dVar, xVar); } Object obj3 = this._propertyFilterId; if (obj3 == null) { @@ -388,10 +388,10 @@ public abstract class d extends q0 implements i, o { b.g.a.c.g0.t.j jVar = this._objectIdWriter; u p = xVar.p(obj, jVar.c); if (!p.a(dVar, xVar, jVar)) { - if (p.f711b == null) { - p.f711b = p.a.c(obj); + if (p.f712b == null) { + p.f712b = p.a.c(obj); } - Object obj2 = p.f711b; + Object obj2 = p.f712b; if (jVar.e) { jVar.d.f(obj2, dVar, xVar); return; @@ -400,10 +400,10 @@ public abstract class d extends q0 implements i, o { dVar.d0(obj); } p.c = true; - b.g.a.b.k kVar = jVar.f702b; + b.g.a.b.k kVar = jVar.f703b; if (kVar != null) { dVar.x(kVar); - jVar.d.f(p.f711b, dVar, xVar); + jVar.d.f(p.f712b, dVar, xVar); } Object obj3 = this._propertyFilterId; if (obj3 == null) { diff --git a/app/src/main/java/b/g/a/c/g0/u/d0.java b/app/src/main/java/b/g/a/c/g0/u/d0.java index 7da87537c5..8fa27125fc 100644 --- a/app/src/main/java/b/g/a/c/g0/u/d0.java +++ b/app/src/main/java/b/g/a/c/g0/u/d0.java @@ -19,7 +19,7 @@ import java.util.Objects; @a /* loaded from: classes3.dex */ public class d0 extends a implements i { - public l _dynamicSerializers = l.b.f704b; + public l _dynamicSerializers = l.b.f705b; public n _elementSerializer; public final j _elementType; public final boolean _staticTyping; @@ -198,7 +198,7 @@ public class d0 extends a implements i { if (c2 == null) { if (this._elementType.r()) { l.d a = lVar2.a(xVar.k(this._elementType, cls2), xVar, this._property); - l lVar3 = a.f706b; + l lVar3 = a.f707b; if (lVar2 != lVar3) { this._dynamicSerializers = lVar3; } diff --git a/app/src/main/java/b/g/a/c/g0/u/f0.java b/app/src/main/java/b/g/a/c/g0/u/f0.java index 113a97cd15..990d809767 100644 --- a/app/src/main/java/b/g/a/c/g0/u/f0.java +++ b/app/src/main/java/b/g/a/c/g0/u/f0.java @@ -29,7 +29,7 @@ public abstract class f0 extends q0 implements i { public f0(f0 f0Var, d dVar, g gVar, b.g.a.c.n nVar, n nVar2, Object obj, boolean z2) { super(f0Var); this._referredType = f0Var._referredType; - this.k = l.b.f704b; + this.k = l.b.f705b; this._property = dVar; this._valueTypeSerializer = gVar; this._valueSerializer = nVar; @@ -47,7 +47,7 @@ public abstract class f0 extends q0 implements i { this._unwrapper = null; this._suppressableValue = null; this._suppressNulls = false; - this.k = l.b.f704b; + this.k = l.b.f705b; } /* JADX WARN: Code restructure failed: missing block: B:33:0x005f, code lost: diff --git a/app/src/main/java/b/g/a/c/g0/u/g.java b/app/src/main/java/b/g/a/c/g0/u/g.java index 07b4f2ff32..2d77f3c962 100644 --- a/app/src/main/java/b/g/a/c/g0/u/g.java +++ b/app/src/main/java/b/g/a/c/g0/u/g.java @@ -23,7 +23,7 @@ public class g extends p0 { int arrayOffset = byteBuffer.arrayOffset() + position; int limit = byteBuffer.limit() - position; Objects.requireNonNull(dVar); - dVar.n(b.f654b, array, arrayOffset, limit); + dVar.n(b.f655b, array, arrayOffset, limit); return; } ByteBuffer asReadOnlyBuffer = byteBuffer.asReadOnlyBuffer(); @@ -33,7 +33,7 @@ public class g extends p0 { c cVar = new c(asReadOnlyBuffer); int remaining = asReadOnlyBuffer.remaining(); Objects.requireNonNull(dVar); - dVar.f(b.f654b, cVar, remaining); + dVar.f(b.f655b, cVar, remaining); cVar.close(); } } diff --git a/app/src/main/java/b/g/a/c/g0/u/j.java b/app/src/main/java/b/g/a/c/g0/u/j.java index 32dc07126d..99a3cfdd78 100644 --- a/app/src/main/java/b/g/a/c/g0/u/j.java +++ b/app/src/main/java/b/g/a/c/g0/u/j.java @@ -100,7 +100,7 @@ public class j extends b> { if (c == null) { if (this._elementType.r()) { l.d a = lVar.a(xVar.k(this._elementType, cls), xVar, this._property); - l lVar2 = a.f706b; + l lVar2 = a.f707b; if (lVar != lVar2) { this._dynamicSerializers = lVar2; } diff --git a/app/src/main/java/b/g/a/c/g0/u/o0.java b/app/src/main/java/b/g/a/c/g0/u/o0.java index b1166220fa..2ec3e2af5e 100644 --- a/app/src/main/java/b/g/a/c/g0/u/o0.java +++ b/app/src/main/java/b/g/a/c/g0/u/o0.java @@ -79,7 +79,7 @@ public abstract class o0 { /* compiled from: StdKeySerializers.java */ /* loaded from: classes3.dex */ public static class b extends q0 { - public transient l k = l.b.f704b; + public transient l k = l.b.f705b; public b() { super(String.class, false); @@ -106,7 +106,7 @@ public abstract class o0 { } public Object readResolve() { - this.k = l.b.f704b; + this.k = l.b.f705b; return this; } } diff --git a/app/src/main/java/b/g/a/c/g0/u/p.java b/app/src/main/java/b/g/a/c/g0/u/p.java index 29a84636b8..2fee4b1ed8 100644 --- a/app/src/main/java/b/g/a/c/g0/u/p.java +++ b/app/src/main/java/b/g/a/c/g0/u/p.java @@ -56,7 +56,7 @@ public class p extends p0 implements i { public void g(Object obj, b.g.a.b.d dVar, x xVar, g gVar) throws IOException { InetAddress inetAddress = (InetAddress) obj; b d = gVar.d(inetAddress, h.VALUE_STRING); - d.f673b = InetAddress.class; + d.f674b = InetAddress.class; b e = gVar.e(dVar, d); p(inetAddress, dVar); gVar.f(dVar, e); diff --git a/app/src/main/java/b/g/a/c/g0/u/q.java b/app/src/main/java/b/g/a/c/g0/u/q.java index 36ddcb63b9..029ce6a03a 100644 --- a/app/src/main/java/b/g/a/c/g0/u/q.java +++ b/app/src/main/java/b/g/a/c/g0/u/q.java @@ -26,7 +26,7 @@ public class q extends p0 { public void g(Object obj, d dVar, x xVar, g gVar) throws IOException { InetSocketAddress inetSocketAddress = (InetSocketAddress) obj; b d = gVar.d(inetSocketAddress, h.VALUE_STRING); - d.f673b = InetSocketAddress.class; + d.f674b = InetSocketAddress.class; b e = gVar.e(dVar, d); p(inetSocketAddress, dVar); gVar.f(dVar, e); diff --git a/app/src/main/java/b/g/a/c/g0/u/s.java b/app/src/main/java/b/g/a/c/g0/u/s.java index 75901c9191..aff94f6072 100644 --- a/app/src/main/java/b/g/a/c/g0/u/s.java +++ b/app/src/main/java/b/g/a/c/g0/u/s.java @@ -33,11 +33,11 @@ public class s extends q0 implements i { public final g a; /* renamed from: b reason: collision with root package name */ - public final Object f712b; + public final Object f713b; public a(g gVar, Object obj) { this.a = gVar; - this.f712b = obj; + this.f713b = obj; } @Override // b.g.a.c.e0.g @@ -57,7 +57,7 @@ public class s extends q0 implements i { @Override // b.g.a.c.e0.g public b e(b.g.a.b.d dVar, b bVar) throws IOException { - bVar.a = this.f712b; + bVar.a = this.f713b; return this.a.e(dVar, bVar); } @@ -75,7 +75,7 @@ public class s extends q0 implements i { this._valueSerializer = nVar; this._property = null; this._forceTypeInformation = true; - this.k = l.b.f704b; + this.k = l.b.f705b; } /* JADX WARN: Illegal instructions before constructor call */ @@ -91,7 +91,7 @@ public class s extends q0 implements i { this._valueSerializer = nVar; this._property = dVar; this._forceTypeInformation = z2; - this.k = l.b.f704b; + this.k = l.b.f705b; } @Override // b.g.a.c.g0.i diff --git a/app/src/main/java/b/g/a/c/g0/u/s0.java b/app/src/main/java/b/g/a/c/g0/u/s0.java index 33905606fd..939fdf93fb 100644 --- a/app/src/main/java/b/g/a/c/g0/u/s0.java +++ b/app/src/main/java/b/g/a/c/g0/u/s0.java @@ -23,7 +23,7 @@ public class s0 extends p0 { public void g(Object obj, d dVar, x xVar, g gVar) throws IOException { TimeZone timeZone = (TimeZone) obj; b d = gVar.d(timeZone, h.VALUE_STRING); - d.f673b = TimeZone.class; + d.f674b = TimeZone.class; b e = gVar.e(dVar, d); dVar.j0(timeZone.getID()); gVar.f(dVar, e); diff --git a/app/src/main/java/b/g/a/c/g0/u/t.java b/app/src/main/java/b/g/a/c/g0/u/t.java index db1da714d7..5702591944 100644 --- a/app/src/main/java/b/g/a/c/g0/u/t.java +++ b/app/src/main/java/b/g/a/c/g0/u/t.java @@ -58,7 +58,7 @@ public class t extends h> implements i { this._valueTypeSerializer = tVar._valueTypeSerializer; this._keySerializer = nVar; this._valueSerializer = nVar2; - this._dynamicValueSerializers = l.b.f704b; + this._dynamicValueSerializers = l.b.f705b; this._property = dVar; this._filterId = tVar._filterId; this._sortKeys = tVar._sortKeys; @@ -99,7 +99,7 @@ public class t extends h> implements i { this._valueTypeSerializer = tVar._valueTypeSerializer; this._keySerializer = tVar._keySerializer; this._valueSerializer = tVar._valueSerializer; - this._dynamicValueSerializers = l.b.f704b; + this._dynamicValueSerializers = l.b.f705b; this._property = tVar._property; this._filterId = obj; this._sortKeys = z2; @@ -120,7 +120,7 @@ public class t extends h> implements i { this._valueTypeSerializer = gVar; this._keySerializer = nVar; this._valueSerializer = nVar2; - this._dynamicValueSerializers = l.b.f704b; + this._dynamicValueSerializers = l.b.f705b; this._property = null; this._filterId = null; this._sortKeys = false; @@ -337,7 +337,7 @@ public class t extends h> implements i { if (this._valueType.r()) { l lVar = this._dynamicValueSerializers; l.d a = lVar.a(xVar.k(this._valueType, cls), xVar, this._property); - l lVar2 = a.f706b; + l lVar2 = a.f707b; if (lVar != lVar2) { this._dynamicValueSerializers = lVar2; } diff --git a/app/src/main/java/b/g/a/c/h.java b/app/src/main/java/b/g/a/c/h.java index ca1673b8a0..50ca619d9e 100644 --- a/app/src/main/java/b/g/a/c/h.java +++ b/app/src/main/java/b/g/a/c/h.java @@ -2,7 +2,7 @@ package b.g.a.c; import b.g.a.c.z.e; /* compiled from: DeserializationFeature.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum h implements e { USE_BIG_DECIMAL_FOR_FLOATS(false), USE_BIG_INTEGER_FOR_INTS(false), diff --git a/app/src/main/java/b/g/a/c/h0/c.java b/app/src/main/java/b/g/a/c/h0/c.java index acfa5e5cec..20c0086323 100644 --- a/app/src/main/java/b/g/a/c/h0/c.java +++ b/app/src/main/java/b/g/a/c/h0/c.java @@ -8,17 +8,17 @@ public final class c { public final c a; /* renamed from: b reason: collision with root package name */ - public final Class f717b; + public final Class f718b; public ArrayList c; public c(c cVar, Class cls) { this.a = cVar; - this.f717b = cls; + this.f718b = cls; } public c(Class cls) { this.a = null; - this.f717b = cls; + this.f718b = cls; } public String toString() { @@ -28,7 +28,7 @@ public final class c { R.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { R.append(' '); - R.append(cVar.f717b.getName()); + R.append(cVar.f718b.getName()); } R.append(']'); return R.toString(); diff --git a/app/src/main/java/b/g/a/c/h0/m.java b/app/src/main/java/b/g/a/c/h0/m.java index 25520618be..6bf16299e7 100644 --- a/app/src/main/java/b/g/a/c/h0/m.java +++ b/app/src/main/java/b/g/a/c/h0/m.java @@ -31,12 +31,12 @@ public class m implements Serializable { public final Class a; /* renamed from: b reason: collision with root package name */ - public final j[] f718b; + public final j[] f719b; public final int c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; - this.f718b = jVarArr; + this.f719b = jVarArr; this.c = i; } @@ -49,11 +49,11 @@ public class m implements Serializable { } a aVar = (a) obj; if (this.c == aVar.c && this.a == aVar.a) { - j[] jVarArr = aVar.f718b; - int length = this.f718b.length; + j[] jVarArr = aVar.f719b; + int length = this.f719b.length; if (length == jVarArr.length) { for (int i = 0; i < length; i++) { - if (!this.f718b[i].equals(jVarArr[i])) { + if (!this.f719b[i].equals(jVarArr[i])) { return false; } } @@ -78,7 +78,7 @@ public class m implements Serializable { public static final TypeVariable[] a = AbstractList.class.getTypeParameters(); /* renamed from: b reason: collision with root package name */ - public static final TypeVariable[] f719b = Collection.class.getTypeParameters(); + public static final TypeVariable[] f720b = Collection.class.getTypeParameters(); public static final TypeVariable[] c = Iterable.class.getTypeParameters(); public static final TypeVariable[] d = List.class.getTypeParameters(); public static final TypeVariable[] e = ArrayList.class.getTypeParameters(); @@ -118,7 +118,7 @@ public class m implements Serializable { public static m b(Class cls, j jVar) { TypeVariable[] typeVariableArr = b.a; - TypeVariable[] typeParameters = cls == Collection.class ? b.f719b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.c : cls.getTypeParameters(); + TypeVariable[] typeParameters = cls == Collection.class ? b.f720b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.c : cls.getTypeParameters(); int length = typeParameters == null ? 0 : typeParameters.length; if (length == 1) { return new m(new String[]{typeParameters[0].getName()}, new j[]{jVar}, null); diff --git a/app/src/main/java/b/g/a/c/h0/n.java b/app/src/main/java/b/g/a/c/h0/n.java index 89fda89e72..d512ea6d1e 100644 --- a/app/src/main/java/b/g/a/c/h0/n.java +++ b/app/src/main/java/b/g/a/c/h0/n.java @@ -33,7 +33,7 @@ import java.util.concurrent.atomic.AtomicReference; public class n implements Serializable { /* renamed from: s reason: collision with root package name */ - public static final Class f720s; + public static final Class f721s; private static final long serialVersionUID = 1; public static final Class t; public static final Class u; @@ -41,7 +41,7 @@ public class n implements Serializable { public static final k w; /* renamed from: x reason: collision with root package name */ - public static final k f721x; + public static final k f722x; public static final j[] j = new j[0]; public static final n k = new n(); public static final m l = m.l; @@ -53,10 +53,10 @@ public class n implements Serializable { public static final Class r = l.class; /* renamed from: y reason: collision with root package name */ - public static final k f722y = new k(String.class); + public static final k f723y = new k(String.class); /* renamed from: z reason: collision with root package name */ - public static final k f723z = new k(Object.class); + public static final k f724z = new k(Object.class); public static final k A = new k(Comparable.class); public static final k B = new k(Enum.class); public static final k C = new k(Class.class); @@ -68,38 +68,38 @@ public class n implements Serializable { static { Class cls = Boolean.TYPE; - f720s = cls; + f721s = cls; Class cls2 = Integer.TYPE; t = cls2; Class cls3 = Long.TYPE; u = cls3; v = new k(cls); w = new k(cls2); - f721x = new k(cls3); + f722x = new k(cls3); } public static j k() { Objects.requireNonNull(k); - return f723z; + return f724z; } public j a(Class cls) { if (cls.isPrimitive()) { - if (cls == f720s) { + if (cls == f721s) { return v; } if (cls == t) { return w; } if (cls == u) { - return f721x; + return f722x; } return null; } else if (cls == m) { - return f722y; + return f723y; } else { if (cls == n) { - return f723z; + return f724z; } if (cls == r) { return D; @@ -150,7 +150,7 @@ public class n implements Serializable { if (e != null) { jVar = e; } else if (mVar.h(name)) { - jVar = f723z; + jVar = f724z; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -208,13 +208,13 @@ public class n implements Serializable { if (cVar == null) { cVar2 = new c(cls); } else { - if (cVar.f717b != cls) { + if (cVar.f718b != cls) { cVar3 = cVar.a; while (true) { if (cVar3 == null) { cVar3 = null; break; - } else if (cVar3.f717b == cls) { + } else if (cVar3.f718b == cls) { break; } else { cVar3 = cVar3.a; @@ -247,7 +247,7 @@ public class n implements Serializable { e = e(cVar2, cls, mVar); } if (cls == Properties.class) { - k kVar = f722y; + k kVar = f723y; jVar7 = g.Q(cls, mVar, b2, e, kVar, kVar); } else if (b2 != null) { jVar7 = b2.C(cls, mVar, b2, e); @@ -256,12 +256,12 @@ public class n implements Serializable { m mVar2 = mVar == null ? l : mVar; if (cls == Map.class) { if (cls == Properties.class) { - jVar6 = f722y; + jVar6 = f723y; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - jVar6 = f723z; + jVar6 = f724z; } else if (size != 2) { Object[] objArr = new Object[4]; objArr[0] = d.u(cls); @@ -280,7 +280,7 @@ public class n implements Serializable { } else if (cls == Collection.class) { List g2 = mVar2.g(); if (g2.isEmpty()) { - jVar4 = f723z; + jVar4 = f724z; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { @@ -291,7 +291,7 @@ public class n implements Serializable { if (cls == AtomicReference.class) { List g3 = mVar2.g(); if (g3.isEmpty()) { - jVar3 = f723z; + jVar3 = f724z; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { diff --git a/app/src/main/java/b/g/a/c/i.java b/app/src/main/java/b/g/a/c/i.java index 1acabcfd47..9f4e510614 100644 --- a/app/src/main/java/b/g/a/c/i.java +++ b/app/src/main/java/b/g/a/c/i.java @@ -1,5 +1,5 @@ package b.g.a.c; /* compiled from: InjectableValues.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class i { } diff --git a/app/src/main/java/b/g/a/c/i0/d.java b/app/src/main/java/b/g/a/c/i0/d.java index 7be4235ab3..127073ed99 100644 --- a/app/src/main/java/b/g/a/c/i0/d.java +++ b/app/src/main/java/b/g/a/c/i0/d.java @@ -26,7 +26,7 @@ public final class d { public static final Annotation[] a = new Annotation[0]; /* renamed from: b reason: collision with root package name */ - public static final a[] f724b = new a[0]; + public static final a[] f725b = new a[0]; public static final Iterator c = Collections.emptyIterator(); /* compiled from: ClassUtil.java */ @@ -35,7 +35,7 @@ public final class d { public final Constructor a; /* renamed from: b reason: collision with root package name */ - public transient Annotation[] f725b; + public transient Annotation[] f726b; public transient Annotation[][] c; public int d = -1; @@ -60,7 +60,7 @@ public final class d { public static final b a = new b(); /* renamed from: b reason: collision with root package name */ - public final Field f726b = a(EnumSet.class, "elementType", Class.class); + public final Field f727b = a(EnumSet.class, "elementType", Class.class); public final Field c = a(EnumMap.class, "elementType", Class.class); public static Field a(Class cls, String str, Class cls2) { @@ -262,7 +262,7 @@ public final class d { public static a[] l(Class cls) { if (cls.isInterface() || t(cls)) { - return f724b; + return f725b; } Constructor[] declaredConstructors = cls.getDeclaredConstructors(); int length = declaredConstructors.length; diff --git a/app/src/main/java/b/g/a/c/i0/r.java b/app/src/main/java/b/g/a/c/i0/r.java index afecfd3837..b7647d722b 100644 --- a/app/src/main/java/b/g/a/c/i0/r.java +++ b/app/src/main/java/b/g/a/c/i0/r.java @@ -33,7 +33,7 @@ public class r extends DateFormat { public transient TimeZone r; /* renamed from: s reason: collision with root package name */ - public transient Calendar f727s; + public transient Calendar f728s; public transient DateFormat t; static { @@ -104,10 +104,10 @@ public class r extends DateFormat { } public Calendar b(TimeZone timeZone) { - Calendar calendar = this.f727s; + Calendar calendar = this.f728s; if (calendar == null) { calendar = (Calendar) q.clone(); - this.f727s = calendar; + this.f728s = calendar; } if (!calendar.getTimeZone().equals(timeZone)) { calendar.setTimeZone(timeZone); @@ -299,7 +299,7 @@ public class r extends DateFormat { } if (length < 0) { if (str.charAt(0) != '-') { - String str2 = f.f666b; + String str2 = f.f667b; int length2 = str2.length(); int length3 = str.length(); if (length3 >= length2) { diff --git a/app/src/main/java/b/g/a/c/i0/u.java b/app/src/main/java/b/g/a/c/i0/u.java index 8be7c3868d..93d47e4371 100644 --- a/app/src/main/java/b/g/a/c/i0/u.java +++ b/app/src/main/java/b/g/a/c/i0/u.java @@ -8,7 +8,7 @@ public class u { public int a; /* renamed from: b reason: collision with root package name */ - public Class f728b; + public Class f729b; public j c; public boolean d; @@ -17,13 +17,13 @@ public class u { public u(j jVar, boolean z2) { this.c = jVar; - this.f728b = null; + this.f729b = null; this.d = z2; this.a = z2 ? jVar._hash - 2 : jVar._hash - 1; } public u(Class cls, boolean z2) { - this.f728b = cls; + this.f729b = cls; this.c = null; this.d = z2; this.a = z2 ? cls.getName().hashCode() + 1 : cls.getName().hashCode(); @@ -43,8 +43,8 @@ public class u { if (uVar.d != this.d) { return false; } - Class cls = this.f728b; - return cls != null ? uVar.f728b == cls : this.c.equals(uVar.c); + Class cls = this.f729b; + return cls != null ? uVar.f729b == cls : this.c.equals(uVar.c); } public final int hashCode() { @@ -52,9 +52,9 @@ public class u { } public final String toString() { - if (this.f728b != null) { + if (this.f729b != null) { StringBuilder R = a.R("{class: "); - a.i0(this.f728b, R, ", typed? "); + a.i0(this.f729b, R, ", typed? "); return a.M(R, this.d, "}"); } StringBuilder R2 = a.R("{type: "); diff --git a/app/src/main/java/b/g/a/c/j.java b/app/src/main/java/b/g/a/c/j.java index 0b79c834db..8c78b7a0f3 100644 --- a/app/src/main/java/b/g/a/c/j.java +++ b/app/src/main/java/b/g/a/c/j.java @@ -10,7 +10,7 @@ import java.lang.reflect.Modifier; import java.lang.reflect.Type; import java.util.List; /* compiled from: JavaType.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class j extends a implements Serializable, Type { private static final long serialVersionUID = 1; public final boolean _asStatic; diff --git a/app/src/main/java/b/g/a/c/k.java b/app/src/main/java/b/g/a/c/k.java index d0731c0a5e..d086b01f1a 100644 --- a/app/src/main/java/b/g/a/c/k.java +++ b/app/src/main/java/b/g/a/c/k.java @@ -1,10 +1,10 @@ package b.g.a.c; /* compiled from: JsonDeserializer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class k { /* compiled from: JsonDeserializer.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class a extends k { } } diff --git a/app/src/main/java/b/g/a/c/l.java b/app/src/main/java/b/g/a/c/l.java index ac27f5d66d..df54940021 100644 --- a/app/src/main/java/b/g/a/c/l.java +++ b/app/src/main/java/b/g/a/c/l.java @@ -4,7 +4,7 @@ import b.g.a.c.i0.d; import b.g.a.c.m; import java.util.Iterator; /* compiled from: JsonNode.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class l extends m.a implements Iterable { @Override // java.lang.Iterable public final Iterator iterator() { diff --git a/app/src/main/java/b/g/a/c/m.java b/app/src/main/java/b/g/a/c/m.java index 04c73ab7d6..9dd9f64f65 100644 --- a/app/src/main/java/b/g/a/c/m.java +++ b/app/src/main/java/b/g/a/c/m.java @@ -4,11 +4,11 @@ import b.g.a.b.d; import b.g.a.c.e0.g; import java.io.IOException; /* compiled from: JsonSerializable.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public interface m { /* compiled from: JsonSerializable.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class a implements m { } diff --git a/app/src/main/java/b/g/a/c/n.java b/app/src/main/java/b/g/a/c/n.java index 9e4cc2d428..bf9900f5b9 100644 --- a/app/src/main/java/b/g/a/c/n.java +++ b/app/src/main/java/b/g/a/c/n.java @@ -5,11 +5,11 @@ import b.g.a.c.e0.g; import b.g.a.c.g0.t.t; import java.io.IOException; /* compiled from: JsonSerializer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class n { /* compiled from: JsonSerializer.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class a extends n { } diff --git a/app/src/main/java/b/g/a/c/o.java b/app/src/main/java/b/g/a/c/o.java index 1655f0298d..590e529fb5 100644 --- a/app/src/main/java/b/g/a/c/o.java +++ b/app/src/main/java/b/g/a/c/o.java @@ -1,10 +1,10 @@ package b.g.a.c; /* compiled from: KeyDeserializer.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class o { /* compiled from: KeyDeserializer.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class a extends o { } } diff --git a/app/src/main/java/b/g/a/c/p.java b/app/src/main/java/b/g/a/c/p.java index 953000dfb4..4e2f0e1f0d 100644 --- a/app/src/main/java/b/g/a/c/p.java +++ b/app/src/main/java/b/g/a/c/p.java @@ -2,7 +2,7 @@ package b.g.a.c; import b.g.a.c.z.e; /* compiled from: MapperFeature.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum p implements e { USE_ANNOTATIONS(true), USE_GETTERS_AS_SETTERS(true), diff --git a/app/src/main/java/b/g/a/c/q.java b/app/src/main/java/b/g/a/c/q.java index 33f39c06d9..37f6e718c3 100644 --- a/app/src/main/java/b/g/a/c/q.java +++ b/app/src/main/java/b/g/a/c/q.java @@ -3,7 +3,7 @@ package b.g.a.c; import b.g.a.b.c; import b.g.a.b.i; /* compiled from: MappingJsonFactory.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class q extends c { private static final long serialVersionUID = -1; diff --git a/app/src/main/java/b/g/a/c/r.java b/app/src/main/java/b/g/a/c/r.java index eab56aee34..3457e8e8c9 100644 --- a/app/src/main/java/b/g/a/c/r.java +++ b/app/src/main/java/b/g/a/c/r.java @@ -28,7 +28,7 @@ import java.util.Objects; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; /* compiled from: ObjectMapper.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class r extends i implements Serializable { public static final b j; public static final a k; @@ -51,7 +51,7 @@ public class r extends i implements Serializable { static { x xVar = new x(); j = xVar; - k = new a(null, xVar, null, n.k, null, b.g.a.c.i0.r.p, Locale.getDefault(), null, b.f654b, b.g.a.c.e0.h.g.j, new w.b()); + k = new a(null, xVar, null, n.k, null, b.g.a.c.i0.r.p, Locale.getDefault(), null, b.f655b, b.g.a.c.e0.h.g.j, new w.b()); } public r() { diff --git a/app/src/main/java/b/g/a/c/s.java b/app/src/main/java/b/g/a/c/s.java index f3f2f9f19e..1d25bb923e 100644 --- a/app/src/main/java/b/g/a/c/s.java +++ b/app/src/main/java/b/g/a/c/s.java @@ -4,7 +4,7 @@ import b.g.a.a.h0; import b.g.a.c.c0.i; import java.io.Serializable; /* compiled from: PropertyMetadata.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class s implements Serializable { public static final s j = new s(Boolean.TRUE, null, null, null, null, null, null); public static final s k = new s(Boolean.FALSE, null, null, null, null, null, null); @@ -19,7 +19,7 @@ public class s implements Serializable { public final transient a m; /* compiled from: PropertyMetadata.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static final class a { public a(i iVar, boolean z2) { } diff --git a/app/src/main/java/b/g/a/c/t.java b/app/src/main/java/b/g/a/c/t.java index 860f9ec8f2..5d76e29555 100644 --- a/app/src/main/java/b/g/a/c/t.java +++ b/app/src/main/java/b/g/a/c/t.java @@ -7,7 +7,7 @@ import b.g.a.c.i0.d; import java.io.Serializable; import java.lang.annotation.Annotation; /* compiled from: PropertyName.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class t implements Serializable { public static final t j = new t("", null); public static final t k = new t(new String(""), null); diff --git a/app/src/main/java/b/g/a/c/u.java b/app/src/main/java/b/g/a/c/u.java index 7a199b3bf2..ab456e911a 100644 --- a/app/src/main/java/b/g/a/c/u.java +++ b/app/src/main/java/b/g/a/c/u.java @@ -6,7 +6,7 @@ import b.g.a.c.c0.m; import b.g.a.c.z.l; import java.io.Serializable; /* compiled from: PropertyNamingStrategy.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public class u implements Serializable { @Deprecated public static final u j = new c(); @@ -16,7 +16,7 @@ public class u implements Serializable { /* compiled from: PropertyNamingStrategy.java */ @Deprecated - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static abstract class a extends u { @Override // b.g.a.c.u public String a(l lVar, m mVar, String str) { @@ -43,7 +43,7 @@ public class u implements Serializable { /* compiled from: PropertyNamingStrategy.java */ @Deprecated - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class b extends a { @Override // b.g.a.c.u.a public String e(String str) { @@ -77,7 +77,7 @@ public class u implements Serializable { /* compiled from: PropertyNamingStrategy.java */ @Deprecated - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public static class c extends a { @Override // b.g.a.c.u.a public String e(String str) { diff --git a/app/src/main/java/b/g/a/c/v.java b/app/src/main/java/b/g/a/c/v.java index 520e5e69fe..d281025913 100644 --- a/app/src/main/java/b/g/a/c/v.java +++ b/app/src/main/java/b/g/a/c/v.java @@ -19,7 +19,7 @@ import java.util.Collection; import java.util.Map; import java.util.Objects; /* compiled from: SerializationConfig.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class v extends m implements Serializable { public static final j l = new d(); public static final int m = l.c(w.class); diff --git a/app/src/main/java/b/g/a/c/w.java b/app/src/main/java/b/g/a/c/w.java index 97a9cc790b..051a74cd3c 100644 --- a/app/src/main/java/b/g/a/c/w.java +++ b/app/src/main/java/b/g/a/c/w.java @@ -2,7 +2,7 @@ package b.g.a.c; import b.g.a.c.z.e; /* compiled from: SerializationFeature.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public enum w implements e { WRAP_ROOT_VALUE(false), INDENT_OUTPUT(false), diff --git a/app/src/main/java/b/g/a/c/x.java b/app/src/main/java/b/g/a/c/x.java index 82f5caba9a..45e453ce4a 100644 --- a/app/src/main/java/b/g/a/c/x.java +++ b/app/src/main/java/b/g/a/c/x.java @@ -19,7 +19,7 @@ import java.io.IOException; import java.text.DateFormat; import java.util.Map; /* compiled from: SerializerProvider.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public abstract class x extends e { public static final n j = new c("Null key for a Map not allowed in JSON (use a converting NullKeySerializer?)"); public static final n k = new q(); @@ -66,13 +66,13 @@ public abstract class x extends e { this._stdNullValueSerializer = nVar2 == nVar; this._serializationView = vVar._view; this.l = vVar._attributes; - m mVar = pVar.f701b.get(); + m mVar = pVar.f702b.get(); if (mVar == null) { synchronized (pVar) { - mVar = pVar.f701b.get(); + mVar = pVar.f702b.get(); if (mVar == null) { m mVar2 = new m(pVar.a); - pVar.f701b.set(mVar2); + pVar.f702b.set(mVar2); mVar = mVar2; } } @@ -144,7 +144,7 @@ public abstract class x extends e { p pVar = this._serializerCache; synchronized (pVar) { if (pVar.a.put(new b.g.a.c.i0.u(jVar, false), b2) == null) { - pVar.f701b.set(null); + pVar.f702b.set(null); } if (b2 instanceof o) { ((o) b2).b(this); @@ -167,7 +167,7 @@ public abstract class x extends e { n put = pVar.a.put(new b.g.a.c.i0.u(cls, false), b3); n put2 = pVar.a.put(new b.g.a.c.i0.u(b2, false), b3); if (put == null || put2 == null) { - pVar.f701b.set(null); + pVar.f702b.set(null); } if (b3 instanceof o) { ((o) b3).b(this); diff --git a/app/src/main/java/b/g/a/c/y/a.java b/app/src/main/java/b/g/a/c/y/a.java index 2049b25a03..19a66fa6dd 100644 --- a/app/src/main/java/b/g/a/c/y/a.java +++ b/app/src/main/java/b/g/a/c/y/a.java @@ -7,6 +7,6 @@ import java.lang.annotation.Target; /* compiled from: JacksonStdImpl.java */ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface a { } diff --git a/app/src/main/java/b/g/a/c/y/b.java b/app/src/main/java/b/g/a/c/y/b.java index 5cc2ebf950..7ad7c03d0a 100644 --- a/app/src/main/java/b/g/a/c/y/b.java +++ b/app/src/main/java/b/g/a/c/y/b.java @@ -9,11 +9,11 @@ import java.lang.annotation.Target; /* compiled from: JsonAppend.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface b { /* compiled from: JsonAppend.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public @interface a { p.a include() default p.a.NON_NULL; @@ -28,7 +28,7 @@ public @interface b { /* compiled from: JsonAppend.java */ /* renamed from: b.g.a.c.y.b$b reason: collision with other inner class name */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public @interface AbstractC0083b { p.a include() default p.a.NON_NULL; diff --git a/app/src/main/java/b/g/a/c/y/c.java b/app/src/main/java/b/g/a/c/y/c.java index e2eda28377..fcb8457897 100644 --- a/app/src/main/java/b/g/a/c/y/c.java +++ b/app/src/main/java/b/g/a/c/y/c.java @@ -16,6 +16,6 @@ import java.lang.annotation.Target; /* compiled from: JsonDeserialize.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface c { } diff --git a/app/src/main/java/b/g/a/c/y/d.java b/app/src/main/java/b/g/a/c/y/d.java index 248d876f18..28d0f04fe2 100644 --- a/app/src/main/java/b/g/a/c/y/d.java +++ b/app/src/main/java/b/g/a/c/y/d.java @@ -8,7 +8,7 @@ import java.lang.annotation.Target; /* compiled from: JsonNaming.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface d { Class value() default u.class; } diff --git a/app/src/main/java/b/g/a/c/y/e.java b/app/src/main/java/b/g/a/c/y/e.java index d671fde94c..83e22f2452 100644 --- a/app/src/main/java/b/g/a/c/y/e.java +++ b/app/src/main/java/b/g/a/c/y/e.java @@ -9,12 +9,12 @@ import java.lang.annotation.Target; /* compiled from: JsonSerialize.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface e { /* compiled from: JsonSerialize.java */ @Deprecated - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum a { ALWAYS, NON_NULL, @@ -24,7 +24,7 @@ public @interface e { } /* compiled from: JsonSerialize.java */ - /* loaded from: classes2.dex */ + /* loaded from: classes3.dex */ public enum b { DYNAMIC, STATIC, diff --git a/app/src/main/java/b/g/a/c/y/f.java b/app/src/main/java/b/g/a/c/y/f.java index aa9ceabcda..124588a54e 100644 --- a/app/src/main/java/b/g/a/c/y/f.java +++ b/app/src/main/java/b/g/a/c/y/f.java @@ -8,7 +8,7 @@ import java.lang.annotation.Target; /* compiled from: JsonTypeIdResolver.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface f { Class value(); } diff --git a/app/src/main/java/b/g/a/c/y/g.java b/app/src/main/java/b/g/a/c/y/g.java index 52aa78882d..594d4065ca 100644 --- a/app/src/main/java/b/g/a/c/y/g.java +++ b/app/src/main/java/b/g/a/c/y/g.java @@ -8,7 +8,7 @@ import java.lang.annotation.Target; /* compiled from: JsonTypeResolver.java */ @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public @interface g { Class> value(); } diff --git a/app/src/main/java/b/g/a/c/y/h.java b/app/src/main/java/b/g/a/c/y/h.java index 6907d4e1dc..9a2a19abd7 100644 --- a/app/src/main/java/b/g/a/c/y/h.java +++ b/app/src/main/java/b/g/a/c/y/h.java @@ -1,5 +1,5 @@ package b.g.a.c.y; /* compiled from: NoClass.java */ -/* loaded from: classes2.dex */ +/* loaded from: classes3.dex */ public final class h { } diff --git a/app/src/main/java/b/h/a/a/a.java b/app/src/main/java/b/h/a/a/a.java index ac28ef6d4f..cf34b1cfab 100644 --- a/app/src/main/java/b/h/a/a/a.java +++ b/app/src/main/java/b/h/a/a/a.java @@ -15,7 +15,7 @@ public class a implements c { public static Boolean a; /* renamed from: b reason: collision with root package name */ - public RenderScript f737b; + public RenderScript f738b; public ScriptIntrinsicBlur c; public Allocation d; public Allocation e; @@ -31,10 +31,10 @@ public class a implements c { @Override // b.h.a.a.c public boolean b(Context context, Bitmap bitmap, float f) { boolean z2 = true; - if (this.f737b == null) { + if (this.f738b == null) { try { RenderScript create = RenderScript.create(context); - this.f737b = create; + this.f738b = create; this.c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { @@ -51,9 +51,9 @@ public class a implements c { } } this.c.setRadius(f); - Allocation createFromBitmap = Allocation.createFromBitmap(this.f737b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); + Allocation createFromBitmap = Allocation.createFromBitmap(this.f738b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; - this.e = Allocation.createTyped(this.f737b, createFromBitmap.getType()); + this.e = Allocation.createTyped(this.f738b, createFromBitmap.getType()); return true; } @@ -74,10 +74,10 @@ public class a implements c { scriptIntrinsicBlur.destroy(); this.c = null; } - RenderScript renderScript = this.f737b; + RenderScript renderScript = this.f738b; if (renderScript != null) { renderScript.destroy(); - this.f737b = null; + this.f738b = null; } } } diff --git a/app/src/main/java/b/h/a/a/b.java b/app/src/main/java/b/h/a/a/b.java index 06b7024213..732c5c9346 100644 --- a/app/src/main/java/b/h/a/a/b.java +++ b/app/src/main/java/b/h/a/a/b.java @@ -13,7 +13,7 @@ public class b implements c { public static Boolean a; /* renamed from: b reason: collision with root package name */ - public RenderScript f738b; + public RenderScript f739b; public ScriptIntrinsicBlur c; public Allocation d; public Allocation e; @@ -29,10 +29,10 @@ public class b implements c { @Override // b.h.a.a.c public boolean b(Context context, Bitmap bitmap, float f) { boolean z2 = true; - if (this.f738b == null) { + if (this.f739b == null) { try { RenderScript create = RenderScript.create(context); - this.f738b = create; + this.f739b = create; this.c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { @@ -49,9 +49,9 @@ public class b implements c { } } this.c.setRadius(f); - Allocation createFromBitmap = Allocation.createFromBitmap(this.f738b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); + Allocation createFromBitmap = Allocation.createFromBitmap(this.f739b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; - this.e = Allocation.createTyped(this.f738b, createFromBitmap.getType()); + this.e = Allocation.createTyped(this.f739b, createFromBitmap.getType()); return true; } @@ -72,10 +72,10 @@ public class b implements c { scriptIntrinsicBlur.destroy(); this.c = null; } - RenderScript renderScript = this.f738b; + RenderScript renderScript = this.f739b; if (renderScript != null) { renderScript.destroy(); - this.f738b = null; + this.f739b = null; } } } diff --git a/app/src/main/java/b/h/a/a/e.java b/app/src/main/java/b/h/a/a/e.java index c7133d4f01..bafbea7c00 100644 --- a/app/src/main/java/b/h/a/a/e.java +++ b/app/src/main/java/b/h/a/a/e.java @@ -13,7 +13,7 @@ public class e implements c { public static Boolean a; /* renamed from: b reason: collision with root package name */ - public RenderScript f739b; + public RenderScript f740b; public ScriptIntrinsicBlur c; public Allocation d; public Allocation e; @@ -29,10 +29,10 @@ public class e implements c { @Override // b.h.a.a.c public boolean b(Context context, Bitmap bitmap, float f) { boolean z2 = true; - if (this.f739b == null) { + if (this.f740b == null) { try { RenderScript create = RenderScript.create(context); - this.f739b = create; + this.f740b = create; this.c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { @@ -49,9 +49,9 @@ public class e implements c { } } this.c.setRadius(f); - Allocation createFromBitmap = Allocation.createFromBitmap(this.f739b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); + Allocation createFromBitmap = Allocation.createFromBitmap(this.f740b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; - this.e = Allocation.createTyped(this.f739b, createFromBitmap.getType()); + this.e = Allocation.createTyped(this.f740b, createFromBitmap.getType()); return true; } @@ -72,10 +72,10 @@ public class e implements c { scriptIntrinsicBlur.destroy(); this.c = null; } - RenderScript renderScript = this.f739b; + RenderScript renderScript = this.f740b; if (renderScript != null) { renderScript.destroy(); - this.f739b = null; + this.f740b = null; } } } diff --git a/app/src/main/java/b/i/a/b/a.java b/app/src/main/java/b/i/a/b/a.java index bb49adbcf3..b6d26fa994 100644 --- a/app/src/main/java/b/i/a/b/a.java +++ b/app/src/main/java/b/i/a/b/a.java @@ -8,13 +8,13 @@ public final class a extends c { public final T a; /* renamed from: b reason: collision with root package name */ - public final d f740b; + public final d f741b; public a(@Nullable Integer num, T t, d dVar) { Objects.requireNonNull(t, "Null payload"); this.a = t; Objects.requireNonNull(dVar, "Null priority"); - this.f740b = dVar; + this.f741b = dVar; } @Override // b.i.a.b.c @@ -30,7 +30,7 @@ public final class a extends c { @Override // b.i.a.b.c public d c() { - return this.f740b; + return this.f741b; } public boolean equals(Object obj) { @@ -41,14 +41,14 @@ public final class a extends c { return false; } c cVar = (c) obj; - return cVar.a() == null && this.a.equals(cVar.b()) && this.f740b.equals(cVar.c()); + return cVar.a() == null && this.a.equals(cVar.b()) && this.f741b.equals(cVar.c()); } public int hashCode() { - return this.f740b.hashCode() ^ (((-721379959) ^ this.a.hashCode()) * 1000003); + return this.f741b.hashCode() ^ (((-721379959) ^ this.a.hashCode()) * 1000003); } public String toString() { - return "Event{code=" + ((Object) null) + ", payload=" + this.a + ", priority=" + this.f740b + "}"; + return "Event{code=" + ((Object) null) + ", payload=" + this.a + ", priority=" + this.f741b + "}"; } } diff --git a/app/src/main/java/b/i/a/b/i/a.java b/app/src/main/java/b/i/a/b/i/a.java index 4cf73f737d..2a4c7890b5 100644 --- a/app/src/main/java/b/i/a/b/i/a.java +++ b/app/src/main/java/b/i/a/b/i/a.java @@ -16,7 +16,7 @@ import java.util.regex.Pattern; public final class a implements d { /* renamed from: b reason: collision with root package name */ - public static final String f741b; + public static final String f742b; public static final String c; public static final a e; @NonNull @@ -28,7 +28,7 @@ public final class a implements d { static { String k1 = b.c.a.a0.d.k1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); - f741b = k1; + f742b = k1; String k12 = b.c.a.a0.d.k1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); c = k12; e = new a(k1, k12); diff --git a/app/src/main/java/b/i/a/b/i/b.java b/app/src/main/java/b/i/a/b/i/b.java index 27dba3eedf..084d0ea474 100644 --- a/app/src/main/java/b/i/a/b/i/b.java +++ b/app/src/main/java/b/i/a/b/i/b.java @@ -54,7 +54,7 @@ public final /* synthetic */ class b { OutputStream outputStream = httpURLConnection.getOutputStream(); try { GZIPOutputStream gZIPOutputStream = new GZIPOutputStream(outputStream); - ((b.i.c.p.h.d) dVar.a).b(aVar.f743b, new BufferedWriter(new OutputStreamWriter(gZIPOutputStream))); + ((b.i.c.p.h.d) dVar.a).b(aVar.f744b, new BufferedWriter(new OutputStreamWriter(gZIPOutputStream))); gZIPOutputStream.close(); if (outputStream != null) { outputStream.close(); diff --git a/app/src/main/java/b/i/a/b/i/d.java b/app/src/main/java/b/i/a/b/i/d.java index 6bbbe57a33..b5e7d85cba 100644 --- a/app/src/main/java/b/i/a/b/i/d.java +++ b/app/src/main/java/b/i/a/b/i/d.java @@ -39,7 +39,7 @@ public final class d implements m { public final b.i.c.p.a a; /* renamed from: b reason: collision with root package name */ - public final ConnectivityManager f742b; + public final ConnectivityManager f743b; public final Context c; public final b.i.a.b.j.v.a e; public final b.i.a.b.j.v.a f; @@ -52,13 +52,13 @@ public final class d implements m { public final URL a; /* renamed from: b reason: collision with root package name */ - public final j f743b; + public final j f744b; @Nullable public final String c; public a(URL url, j jVar, @Nullable String str) { this.a = url; - this.f743b = jVar; + this.f744b = jVar; this.c = str; } } @@ -70,12 +70,12 @@ public final class d implements m { @Nullable /* renamed from: b reason: collision with root package name */ - public final URL f744b; + public final URL f745b; public final long c; public b(int i, @Nullable URL url, long j) { this.a = i; - this.f744b = url; + this.f745b = url; this.c = j; } } @@ -86,7 +86,7 @@ public final class d implements m { eVar.e = true; this.a = new b.i.c.p.h.d(eVar); this.c = context; - this.f742b = (ConnectivityManager) context.getSystemService("connectivity"); + this.f743b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; } @@ -144,11 +144,11 @@ public final class d implements m { b.i.a.b.j.e d = fVar4.d(); b.i.a.b.b bVar2 = d.a; if (bVar2.equals(new b.i.a.b.b("proto"))) { - byte[] bArr = d.f764b; + byte[] bArr = d.f765b; bVar = new f.b(); bVar.d = bArr; } else if (bVar2.equals(new b.i.a.b.b("json"))) { - String str3 = new String(d.f764b, Charset.forName(Constants.ENCODING)); + String str3 = new String(d.f765b, Charset.forName(Constants.ENCODING)); bVar = new f.b(); bVar.e = str3; } else { @@ -164,7 +164,7 @@ public final class d implements m { aVar2 = aVar2; bVar.g = new i(o.b.C.get(fVar4.f("net-type")), o.a.E.get(fVar4.f("mobile-subtype")), null); if (fVar4.c() != null) { - bVar.f748b = fVar4.c(); + bVar.f749b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; if (bVar.c == null) { @@ -174,7 +174,7 @@ public final class d implements m { str5 = b.d.b.a.a.v(str5, " timezoneOffsetSeconds"); } if (str5.isEmpty()) { - arrayList3.add(new b.i.a.b.i.e.f(bVar.a.longValue(), bVar.f748b, bVar.c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); + arrayList3.add(new b.i.a.b.i.e.f(bVar.a.longValue(), bVar.f749b, bVar.c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; } else { @@ -195,9 +195,9 @@ public final class d implements m { } else { b.i.a.b.i.e.d dVar = new b.i.a.b.i.e.d(arrayList2); URL url = this.d; - if (aVar3.f769b != null) { + if (aVar3.f770b != null) { try { - a a2 = a.a(((b.i.a.b.j.q.a) fVar).f769b); + a a2 = a.a(((b.i.a.b.j.q.a) fVar).f770b); String str7 = a2.g; if (str7 != null) { str2 = str7; @@ -238,7 +238,7 @@ public final class d implements m { @Override // b.i.a.b.j.q.m public b.i.a.b.j.f b(b.i.a.b.j.f fVar) { int i; - NetworkInfo activeNetworkInfo = this.f742b.getActiveNetworkInfo(); + NetworkInfo activeNetworkInfo = this.f743b.getActiveNetworkInfo(); f.a i2 = fVar.i(); i2.c().put("sdk-version", String.valueOf(Build.VERSION.SDK_INT)); i2.c().put("model", Build.MODEL); diff --git a/app/src/main/java/b/i/a/b/i/e/b.java b/app/src/main/java/b/i/a/b/i/e/b.java index 8213f3c11c..c9b0c57763 100644 --- a/app/src/main/java/b/i/a/b/i/e/b.java +++ b/app/src/main/java/b/i/a/b/i/e/b.java @@ -111,34 +111,34 @@ public final class b implements b.i.c.p.g.a { public void a(b.i.c.p.g.b bVar) { C0084b bVar2 = C0084b.a; b.i.c.p.h.e eVar = (b.i.c.p.h.e) bVar; - eVar.f1759b.put(j.class, bVar2); + eVar.f1760b.put(j.class, bVar2); eVar.c.remove(j.class); - eVar.f1759b.put(d.class, bVar2); + eVar.f1760b.put(d.class, bVar2); eVar.c.remove(d.class); e eVar2 = e.a; - eVar.f1759b.put(m.class, eVar2); + eVar.f1760b.put(m.class, eVar2); eVar.c.remove(m.class); - eVar.f1759b.put(g.class, eVar2); + eVar.f1760b.put(g.class, eVar2); eVar.c.remove(g.class); c cVar = c.a; - eVar.f1759b.put(k.class, cVar); + eVar.f1760b.put(k.class, cVar); eVar.c.remove(k.class); - eVar.f1759b.put(e.class, cVar); + eVar.f1760b.put(e.class, cVar); eVar.c.remove(e.class); a aVar = a.a; - eVar.f1759b.put(a.class, aVar); + eVar.f1760b.put(a.class, aVar); eVar.c.remove(a.class); - eVar.f1759b.put(c.class, aVar); + eVar.f1760b.put(c.class, aVar); eVar.c.remove(c.class); d dVar = d.a; - eVar.f1759b.put(l.class, dVar); + eVar.f1760b.put(l.class, dVar); eVar.c.remove(l.class); - eVar.f1759b.put(f.class, dVar); + eVar.f1760b.put(f.class, dVar); eVar.c.remove(f.class); f fVar = f.a; - eVar.f1759b.put(o.class, fVar); + eVar.f1760b.put(o.class, fVar); eVar.c.remove(o.class); - eVar.f1759b.put(i.class, fVar); + eVar.f1760b.put(i.class, fVar); eVar.c.remove(i.class); } } diff --git a/app/src/main/java/b/i/a/b/i/e/c.java b/app/src/main/java/b/i/a/b/i/e/c.java index f2da27984f..3046be71ea 100644 --- a/app/src/main/java/b/i/a/b/i/e/c.java +++ b/app/src/main/java/b/i/a/b/i/e/c.java @@ -7,7 +7,7 @@ public final class c extends a { public final Integer a; /* renamed from: b reason: collision with root package name */ - public final String f745b; + public final String f746b; public final String c; public final String d; public final String e; @@ -21,7 +21,7 @@ public final class c extends a { public c(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, a aVar) { this.a = num; - this.f745b = str; + this.f746b = str; this.c = str2; this.d = str3; this.e = str4; @@ -74,7 +74,7 @@ public final class c extends a { a aVar = (a) obj; Integer num = this.a; if (num != null ? num.equals(aVar.l()) : aVar.l() == null) { - String str = this.f745b; + String str = this.f746b; if (str != null ? str.equals(aVar.i()) : aVar.i() == null) { String str2 = this.c; if (str2 != null ? str2.equals(aVar.e()) : aVar.e() == null) { @@ -138,7 +138,7 @@ public final class c extends a { Integer num = this.a; int i = 0; int hashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003; - String str = this.f745b; + String str = this.f746b; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; String str2 = this.c; int hashCode3 = (hashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; @@ -168,7 +168,7 @@ public final class c extends a { @Override // b.i.a.b.i.e.a @Nullable public String i() { - return this.f745b; + return this.f746b; } @Override // b.i.a.b.i.e.a @@ -193,7 +193,7 @@ public final class c extends a { StringBuilder R = b.d.b.a.a.R("AndroidClientInfo{sdkVersion="); R.append(this.a); R.append(", model="); - R.append(this.f745b); + R.append(this.f746b); R.append(", hardware="); R.append(this.c); R.append(", device="); diff --git a/app/src/main/java/b/i/a/b/i/e/e.java b/app/src/main/java/b/i/a/b/i/e/e.java index 131e7ba964..88f088f15a 100644 --- a/app/src/main/java/b/i/a/b/i/e/e.java +++ b/app/src/main/java/b/i/a/b/i/e/e.java @@ -8,17 +8,17 @@ public final class e extends k { public final k.a a; /* renamed from: b reason: collision with root package name */ - public final a f746b; + public final a f747b; public e(k.a aVar, a aVar2, a aVar3) { this.a = aVar; - this.f746b = aVar2; + this.f747b = aVar2; } @Override // b.i.a.b.i.e.k @Nullable public a a() { - return this.f746b; + return this.f747b; } @Override // b.i.a.b.i.e.k @@ -37,7 +37,7 @@ public final class e extends k { k kVar = (k) obj; k.a aVar = this.a; if (aVar != null ? aVar.equals(kVar.b()) : kVar.b() == null) { - a aVar2 = this.f746b; + a aVar2 = this.f747b; if (aVar2 == null) { if (kVar.a() == null) { return true; @@ -53,7 +53,7 @@ public final class e extends k { k.a aVar = this.a; int i = 0; int hashCode = ((aVar == null ? 0 : aVar.hashCode()) ^ 1000003) * 1000003; - a aVar2 = this.f746b; + a aVar2 = this.f747b; if (aVar2 != null) { i = aVar2.hashCode(); } @@ -64,7 +64,7 @@ public final class e extends k { StringBuilder R = b.d.b.a.a.R("ClientInfo{clientType="); R.append(this.a); R.append(", androidClientInfo="); - R.append(this.f746b); + R.append(this.f747b); R.append("}"); return R.toString(); } diff --git a/app/src/main/java/b/i/a/b/i/e/f.java b/app/src/main/java/b/i/a/b/i/e/f.java index e1fa125698..089a13a140 100644 --- a/app/src/main/java/b/i/a/b/i/e/f.java +++ b/app/src/main/java/b/i/a/b/i/e/f.java @@ -9,7 +9,7 @@ public final class f extends l { public final long a; /* renamed from: b reason: collision with root package name */ - public final Integer f747b; + public final Integer f748b; public final long c; public final byte[] d; public final String e; @@ -22,7 +22,7 @@ public final class f extends l { public Long a; /* renamed from: b reason: collision with root package name */ - public Integer f748b; + public Integer f749b; public Long c; public byte[] d; public String e; @@ -32,7 +32,7 @@ public final class f extends l { public f(long j, Integer num, long j2, byte[] bArr, String str, long j3, o oVar, a aVar) { this.a = j; - this.f747b = num; + this.f748b = num; this.c = j2; this.d = bArr; this.e = str; @@ -43,7 +43,7 @@ public final class f extends l { @Override // b.i.a.b.i.e.l @Nullable public Integer a() { - return this.f747b; + return this.f748b; } @Override // b.i.a.b.i.e.l @@ -78,7 +78,7 @@ public final class f extends l { return false; } l lVar = (l) obj; - if (this.a == lVar.b() && ((num = this.f747b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.f748b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.c == lVar.c()) { if (Arrays.equals(this.d, lVar instanceof f ? ((f) lVar).d : lVar.e()) && ((str = this.e) != null ? str.equals(lVar.f()) : lVar.f() == null) && this.f == lVar.g()) { o oVar = this.g; if (oVar == null) { @@ -107,7 +107,7 @@ public final class f extends l { public int hashCode() { long j = this.a; int i = (((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003; - Integer num = this.f747b; + Integer num = this.f748b; int i2 = 0; int hashCode = num == null ? 0 : num.hashCode(); long j2 = this.c; @@ -127,7 +127,7 @@ public final class f extends l { StringBuilder R = b.d.b.a.a.R("LogEvent{eventTimeMs="); R.append(this.a); R.append(", eventCode="); - R.append(this.f747b); + R.append(this.f748b); R.append(", eventUptimeMs="); R.append(this.c); R.append(", sourceExtension="); diff --git a/app/src/main/java/b/i/a/b/i/e/g.java b/app/src/main/java/b/i/a/b/i/e/g.java index b0e849dc54..9d3141839d 100644 --- a/app/src/main/java/b/i/a/b/i/e/g.java +++ b/app/src/main/java/b/i/a/b/i/e/g.java @@ -8,7 +8,7 @@ public final class g extends m { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f749b; + public final long f750b; public final k c; public final Integer d; public final String e; @@ -17,7 +17,7 @@ public final class g extends m { public g(long j, long j2, k kVar, Integer num, String str, List list, p pVar, a aVar) { this.a = j; - this.f749b = j2; + this.f750b = j2; this.c = kVar; this.d = num; this.e = str; @@ -67,7 +67,7 @@ public final class g extends m { return false; } m mVar = (m) obj; - if (this.a == mVar.f() && this.f749b == mVar.g() && ((kVar = this.c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { + if (this.a == mVar.f() && this.f750b == mVar.g() && ((kVar = this.c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { p pVar = this.g; if (pVar == null) { if (mVar.e() == null) { @@ -87,12 +87,12 @@ public final class g extends m { @Override // b.i.a.b.i.e.m public long g() { - return this.f749b; + return this.f750b; } public int hashCode() { long j = this.a; - long j2 = this.f749b; + long j2 = this.f750b; int i = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003; k kVar = this.c; int i2 = 0; @@ -114,7 +114,7 @@ public final class g extends m { StringBuilder R = b.d.b.a.a.R("LogRequest{requestTimeMs="); R.append(this.a); R.append(", requestUptimeMs="); - R.append(this.f749b); + R.append(this.f750b); R.append(", clientInfo="); R.append(this.c); R.append(", logSource="); diff --git a/app/src/main/java/b/i/a/b/i/e/i.java b/app/src/main/java/b/i/a/b/i/e/i.java index 2542cd47d1..62b185b3f1 100644 --- a/app/src/main/java/b/i/a/b/i/e/i.java +++ b/app/src/main/java/b/i/a/b/i/e/i.java @@ -8,17 +8,17 @@ public final class i extends o { public final o.b a; /* renamed from: b reason: collision with root package name */ - public final o.a f750b; + public final o.a f751b; public i(o.b bVar, o.a aVar, a aVar2) { this.a = bVar; - this.f750b = aVar; + this.f751b = aVar; } @Override // b.i.a.b.i.e.o @Nullable public o.a a() { - return this.f750b; + return this.f751b; } @Override // b.i.a.b.i.e.o @@ -37,7 +37,7 @@ public final class i extends o { o oVar = (o) obj; o.b bVar = this.a; if (bVar != null ? bVar.equals(oVar.b()) : oVar.b() == null) { - o.a aVar = this.f750b; + o.a aVar = this.f751b; if (aVar == null) { if (oVar.a() == null) { return true; @@ -53,7 +53,7 @@ public final class i extends o { o.b bVar = this.a; int i = 0; int hashCode = ((bVar == null ? 0 : bVar.hashCode()) ^ 1000003) * 1000003; - o.a aVar = this.f750b; + o.a aVar = this.f751b; if (aVar != null) { i = aVar.hashCode(); } @@ -64,7 +64,7 @@ public final class i extends o { StringBuilder R = b.d.b.a.a.R("NetworkConnectionInfo{networkType="); R.append(this.a); R.append(", mobileSubtype="); - R.append(this.f750b); + R.append(this.f751b); R.append("}"); return R.toString(); } diff --git a/app/src/main/java/b/i/a/b/j/a.java b/app/src/main/java/b/i/a/b/j/a.java index 2277a0fd59..9a93c97b5f 100644 --- a/app/src/main/java/b/i/a/b/j/a.java +++ b/app/src/main/java/b/i/a/b/j/a.java @@ -10,7 +10,7 @@ public final class a extends f { public final String a; /* renamed from: b reason: collision with root package name */ - public final Integer f759b; + public final Integer f760b; public final e c; public final long d; public final long e; @@ -22,7 +22,7 @@ public final class a extends f { public String a; /* renamed from: b reason: collision with root package name */ - public Integer f760b; + public Integer f761b; public e c; public Long d; public Long e; @@ -44,7 +44,7 @@ public final class a extends f { str = b.d.b.a.a.v(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.f760b, this.c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.f761b, this.c, this.d.longValue(), this.e.longValue(), this.f, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -83,7 +83,7 @@ public final class a extends f { public a(String str, Integer num, e eVar, long j, long j2, Map map, C0085a aVar) { this.a = str; - this.f759b = num; + this.f760b = num; this.c = eVar; this.d = j; this.e = j2; @@ -98,7 +98,7 @@ public final class a extends f { @Override // b.i.a.b.j.f @Nullable public Integer c() { - return this.f759b; + return this.f760b; } @Override // b.i.a.b.j.f @@ -120,7 +120,7 @@ public final class a extends f { return false; } f fVar = (f) obj; - return this.a.equals(fVar.g()) && ((num = this.f759b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); + return this.a.equals(fVar.g()) && ((num = this.f760b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); } @Override // b.i.a.b.j.f @@ -135,7 +135,7 @@ public final class a extends f { public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; - Integer num = this.f759b; + Integer num = this.f760b; int hashCode2 = num == null ? 0 : num.hashCode(); long j = this.d; long j2 = this.e; @@ -146,7 +146,7 @@ public final class a extends f { StringBuilder R = b.d.b.a.a.R("EventInternal{transportName="); R.append(this.a); R.append(", code="); - R.append(this.f759b); + R.append(this.f760b); R.append(", encodedPayload="); R.append(this.c); R.append(", eventMillis="); diff --git a/app/src/main/java/b/i/a/b/j/b.java b/app/src/main/java/b/i/a/b/j/b.java index e50b9588f8..b7d8350e90 100644 --- a/app/src/main/java/b/i/a/b/j/b.java +++ b/app/src/main/java/b/i/a/b/j/b.java @@ -12,7 +12,7 @@ public final class b extends i { public final String a; /* renamed from: b reason: collision with root package name */ - public final byte[] f761b; + public final byte[] f762b; public final d c; /* compiled from: AutoValue_TransportContext.java */ @@ -22,7 +22,7 @@ public final class b extends i { public String a; /* renamed from: b reason: collision with root package name */ - public byte[] f762b; + public byte[] f763b; public d c; @Override // b.i.a.b.j.i.a @@ -32,7 +32,7 @@ public final class b extends i { str = b.d.b.a.a.v(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.f762b, this.c, null); + return new b(this.a, this.f763b, this.c, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -54,7 +54,7 @@ public final class b extends i { public b(String str, byte[] bArr, d dVar, a aVar) { this.a = str; - this.f761b = bArr; + this.f762b = bArr; this.c = dVar; } @@ -66,7 +66,7 @@ public final class b extends i { @Override // b.i.a.b.j.i @Nullable public byte[] c() { - return this.f761b; + return this.f762b; } @Override // b.i.a.b.j.i @@ -84,7 +84,7 @@ public final class b extends i { } i iVar = (i) obj; if (this.a.equals(iVar.b())) { - if (Arrays.equals(this.f761b, iVar instanceof b ? ((b) iVar).f761b : iVar.c()) && this.c.equals(iVar.d())) { + if (Arrays.equals(this.f762b, iVar instanceof b ? ((b) iVar).f762b : iVar.c()) && this.c.equals(iVar.d())) { return true; } } @@ -92,6 +92,6 @@ public final class b extends i { } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f761b)) * 1000003) ^ this.c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f762b)) * 1000003) ^ this.c.hashCode(); } } diff --git a/app/src/main/java/b/i/a/b/j/c.java b/app/src/main/java/b/i/a/b/j/c.java index 988fe79196..7d54b11121 100644 --- a/app/src/main/java/b/i/a/b/j/c.java +++ b/app/src/main/java/b/i/a/b/j/c.java @@ -35,7 +35,7 @@ public final class c extends o { public c0.a.a r; /* renamed from: s reason: collision with root package name */ - public c0.a.a f763s; + public c0.a.a f764s; public c0.a.a

t; public c0.a.a u; @@ -67,7 +67,7 @@ public final class c extends o { d dVar = new d(aVar5, aVar6, gVar, aVar3, aVar3); this.r = dVar; m mVar = new m(aVar4, aVar6, aVar3, gVar, aVar5, aVar3, bVar2); - this.f763s = mVar; + this.f764s = mVar; q qVar = new q(aVar5, aVar3, gVar, aVar3); this.t = qVar; c0.a.a pVar = new p(bVar2, cVar, dVar, mVar, qVar); diff --git a/app/src/main/java/b/i/a/b/j/e.java b/app/src/main/java/b/i/a/b/j/e.java index f1569ba39b..bf38c1216e 100644 --- a/app/src/main/java/b/i/a/b/j/e.java +++ b/app/src/main/java/b/i/a/b/j/e.java @@ -11,13 +11,13 @@ public final class e { public final b a; /* renamed from: b reason: collision with root package name */ - public final byte[] f764b; + public final byte[] f765b; public e(@NonNull b bVar, @NonNull byte[] bArr) { Objects.requireNonNull(bVar, "encoding is null"); Objects.requireNonNull(bArr, "bytes is null"); this.a = bVar; - this.f764b = bArr; + this.f765b = bArr; } public boolean equals(Object obj) { @@ -31,11 +31,11 @@ public final class e { if (!this.a.equals(eVar.a)) { return false; } - return Arrays.equals(this.f764b, eVar.f764b); + return Arrays.equals(this.f765b, eVar.f765b); } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f764b); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f765b); } public String toString() { diff --git a/app/src/main/java/b/i/a/b/j/f.java b/app/src/main/java/b/i/a/b/j/f.java index dad86b19a3..8e0f3c2a09 100644 --- a/app/src/main/java/b/i/a/b/j/f.java +++ b/app/src/main/java/b/i/a/b/j/f.java @@ -53,7 +53,7 @@ public abstract class f { public a i() { a.b bVar = new a.b(); bVar.f(g()); - bVar.f760b = c(); + bVar.f761b = c(); bVar.d(d()); bVar.e(e()); bVar.g(h()); diff --git a/app/src/main/java/b/i/a/b/j/j.java b/app/src/main/java/b/i/a/b/j/j.java index dbc706eea3..3083472ea0 100644 --- a/app/src/main/java/b/i/a/b/j/j.java +++ b/app/src/main/java/b/i/a/b/j/j.java @@ -11,19 +11,19 @@ public final class j implements g { public final Set a; /* renamed from: b reason: collision with root package name */ - public final i f765b; + public final i f766b; public final m c; public j(Set set, i iVar, m mVar) { this.a = set; - this.f765b = iVar; + this.f766b = iVar; this.c = mVar; } @Override // b.i.a.b.g public f a(String str, Class cls, b bVar, e eVar) { if (this.a.contains(bVar)) { - return new l(this.f765b, str, bVar, eVar, this.c); + return new l(this.f766b, str, bVar, eVar, this.c); } throw new IllegalArgumentException(String.format("%s is not supported byt this factory. Supported encodings are: %s.", bVar, this.a)); } diff --git a/app/src/main/java/b/i/a/b/j/l.java b/app/src/main/java/b/i/a/b/j/l.java index 41efa42d40..fd17ad7388 100644 --- a/app/src/main/java/b/i/a/b/j/l.java +++ b/app/src/main/java/b/i/a/b/j/l.java @@ -17,14 +17,14 @@ public final class l implements f { public final i a; /* renamed from: b reason: collision with root package name */ - public final String f766b; + public final String f767b; public final b c; public final e d; public final m e; public l(i iVar, String str, b bVar, e eVar, m mVar) { this.a = iVar; - this.f766b = str; + this.f767b = str; this.c = bVar; this.d = eVar; this.e = mVar; @@ -41,7 +41,7 @@ public final class l implements f { i iVar = this.a; Objects.requireNonNull(iVar, "Null transportContext"); Objects.requireNonNull(cVar, "Null event"); - String str = this.f766b; + String str = this.f767b; Objects.requireNonNull(str, "Null transportName"); e eVar = this.d; Objects.requireNonNull(eVar, "Null transformer"); @@ -54,15 +54,15 @@ public final class l implements f { a.b(iVar.b()); a.c(c); b.C0086b bVar2 = (b.C0086b) a; - bVar2.f762b = iVar.c(); + bVar2.f763b = iVar.c(); i a2 = bVar2.a(); a.b bVar3 = new a.b(); bVar3.f = new HashMap(); - bVar3.e(nVar.f767b.a()); + bVar3.e(nVar.f768b.a()); bVar3.g(nVar.c.a()); bVar3.f(str); bVar3.d(new e(bVar, eVar.apply(cVar.b()))); - bVar3.f760b = cVar.a(); + bVar3.f761b = cVar.a(); eVar2.a(a2, bVar3.b(), hVar); } } diff --git a/app/src/main/java/b/i/a/b/j/n.java b/app/src/main/java/b/i/a/b/j/n.java index c1a3f00d2c..a33b128b68 100644 --- a/app/src/main/java/b/i/a/b/j/n.java +++ b/app/src/main/java/b/i/a/b/j/n.java @@ -18,13 +18,13 @@ public class n implements m { public static volatile o a; /* renamed from: b reason: collision with root package name */ - public final a f767b; + public final a f768b; public final a c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { - this.f767b = aVar; + this.f768b = aVar; this.c = aVar2; this.d = eVar; this.e = lVar; @@ -62,7 +62,7 @@ public class n implements m { Objects.requireNonNull(dVar); a2.b("cct"); b.C0086b bVar = (b.C0086b) a2; - bVar.f762b = ((b.i.a.b.i.a) dVar).b(); + bVar.f763b = ((b.i.a.b.i.a) dVar).b(); return new j(set, bVar.a(), this); } } diff --git a/app/src/main/java/b/i/a/b/j/p.java b/app/src/main/java/b/i/a/b/j/p.java index b4c537cfc8..138b731822 100644 --- a/app/src/main/java/b/i/a/b/j/p.java +++ b/app/src/main/java/b/i/a/b/j/p.java @@ -9,14 +9,14 @@ public final class p implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f768b; + public final a f769b; public final a c; public final a d; public final a e; public p(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; - this.f768b = aVar2; + this.f769b = aVar2; this.c = aVar3; this.d = aVar4; this.e = aVar5; @@ -24,6 +24,6 @@ public final class p implements a { @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.f768b.get(), this.c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.f769b.get(), this.c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/q/a.java b/app/src/main/java/b/i/a/b/j/q/a.java index 64e06fb05d..3264150331 100644 --- a/app/src/main/java/b/i/a/b/j/q/a.java +++ b/app/src/main/java/b/i/a/b/j/q/a.java @@ -9,11 +9,11 @@ public final class a extends f { public final Iterable a; /* renamed from: b reason: collision with root package name */ - public final byte[] f769b; + public final byte[] f770b; public a(Iterable iterable, byte[] bArr, C0087a aVar) { this.a = iterable; - this.f769b = bArr; + this.f770b = bArr; } @Override // b.i.a.b.j.q.f @@ -24,7 +24,7 @@ public final class a extends f { @Override // b.i.a.b.j.q.f @Nullable public byte[] b() { - return this.f769b; + return this.f770b; } public boolean equals(Object obj) { @@ -36,7 +36,7 @@ public final class a extends f { } f fVar = (f) obj; if (this.a.equals(fVar.a())) { - if (Arrays.equals(this.f769b, fVar instanceof a ? ((a) fVar).f769b : fVar.b())) { + if (Arrays.equals(this.f770b, fVar instanceof a ? ((a) fVar).f770b : fVar.b())) { return true; } } @@ -44,14 +44,14 @@ public final class a extends f { } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f769b); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f770b); } public String toString() { StringBuilder R = b.d.b.a.a.R("BackendRequest{events="); R.append(this.a); R.append(", extras="); - R.append(Arrays.toString(this.f769b)); + R.append(Arrays.toString(this.f770b)); R.append("}"); return R.toString(); } diff --git a/app/src/main/java/b/i/a/b/j/q/b.java b/app/src/main/java/b/i/a/b/j/q/b.java index 6dcf7e278b..d1cecd64ac 100644 --- a/app/src/main/java/b/i/a/b/j/q/b.java +++ b/app/src/main/java/b/i/a/b/j/q/b.java @@ -9,17 +9,17 @@ public final class b extends g { public final g.a a; /* renamed from: b reason: collision with root package name */ - public final long f770b; + public final long f771b; public b(g.a aVar, long j) { Objects.requireNonNull(aVar, "Null status"); this.a = aVar; - this.f770b = j; + this.f771b = j; } @Override // b.i.a.b.j.q.g public long b() { - return this.f770b; + return this.f771b; } @Override // b.i.a.b.j.q.g @@ -35,11 +35,11 @@ public final class b extends g { return false; } g gVar = (g) obj; - return this.a.equals(gVar.c()) && this.f770b == gVar.b(); + return this.a.equals(gVar.c()) && this.f771b == gVar.b(); } public int hashCode() { - long j = this.f770b; + long j = this.f771b; return ((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32))); } @@ -47,6 +47,6 @@ public final class b extends g { StringBuilder R = a.R("BackendResponse{status="); R.append(this.a); R.append(", nextRequestWaitMillis="); - return a.B(R, this.f770b, "}"); + return a.B(R, this.f771b, "}"); } } diff --git a/app/src/main/java/b/i/a/b/j/q/c.java b/app/src/main/java/b/i/a/b/j/q/c.java index 1b06274609..c7f188cc31 100644 --- a/app/src/main/java/b/i/a/b/j/q/c.java +++ b/app/src/main/java/b/i/a/b/j/q/c.java @@ -10,7 +10,7 @@ public final class c extends h { public final Context a; /* renamed from: b reason: collision with root package name */ - public final a f771b; + public final a f772b; public final a c; public final String d; @@ -18,7 +18,7 @@ public final class c extends h { Objects.requireNonNull(context, "Null applicationContext"); this.a = context; Objects.requireNonNull(aVar, "Null wallClock"); - this.f771b = aVar; + this.f772b = aVar; Objects.requireNonNull(aVar2, "Null monotonicClock"); this.c = aVar2; Objects.requireNonNull(str, "Null backendName"); @@ -43,7 +43,7 @@ public final class c extends h { @Override // b.i.a.b.j.q.h public a d() { - return this.f771b; + return this.f772b; } public boolean equals(Object obj) { @@ -54,18 +54,18 @@ public final class c extends h { return false; } h hVar = (h) obj; - return this.a.equals(hVar.a()) && this.f771b.equals(hVar.d()) && this.c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.f772b.equals(hVar.d()) && this.c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f771b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f772b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("CreationContext{applicationContext="); R.append(this.a); R.append(", wallClock="); - R.append(this.f771b); + R.append(this.f772b); R.append(", monotonicClock="); R.append(this.c); R.append(", backendName="); diff --git a/app/src/main/java/b/i/a/b/j/q/i.java b/app/src/main/java/b/i/a/b/j/q/i.java index 2053272ba4..40c66d8306 100644 --- a/app/src/main/java/b/i/a/b/j/q/i.java +++ b/app/src/main/java/b/i/a/b/j/q/i.java @@ -8,12 +8,12 @@ public class i { public final Context a; /* renamed from: b reason: collision with root package name */ - public final a f772b; + public final a f773b; public final a c; public i(Context context, a aVar, a aVar2) { this.a = context; - this.f772b = aVar; + this.f773b = aVar; this.c = aVar2; } } diff --git a/app/src/main/java/b/i/a/b/j/q/j.java b/app/src/main/java/b/i/a/b/j/q/j.java index 4417a5764e..6507cab15c 100644 --- a/app/src/main/java/b/i/a/b/j/q/j.java +++ b/app/src/main/java/b/i/a/b/j/q/j.java @@ -8,17 +8,17 @@ public final class j implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f773b; + public final a f774b; public final a c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; - this.f773b = aVar2; + this.f774b = aVar2; this.c = aVar3; } @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.f773b.get(), this.c.get()); + return new i(this.a.get(), this.f774b.get(), this.c.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/q/k.java b/app/src/main/java/b/i/a/b/j/q/k.java index eb6ac72d53..ae67aeef5f 100644 --- a/app/src/main/java/b/i/a/b/j/q/k.java +++ b/app/src/main/java/b/i/a/b/j/q/k.java @@ -18,7 +18,7 @@ public class k implements e { public final a a; /* renamed from: b reason: collision with root package name */ - public final i f774b; + public final i f775b; public final Map c = new HashMap(); /* compiled from: MetadataBackendRegistry.java */ @@ -27,7 +27,7 @@ public class k implements e { public final Context a; /* renamed from: b reason: collision with root package name */ - public Map f775b = null; + public Map f776b = null; public a(Context context) { this.a = context; @@ -43,7 +43,7 @@ public class k implements e { Bundle bundle; Map map; PackageManager packageManager; - if (this.f775b == null) { + if (this.f776b == null) { Context context = this.a; try { packageManager = context.getPackageManager(); @@ -76,15 +76,15 @@ public class k implements e { } map = hashMap; } - this.f775b = map; + this.f776b = map; } } bundle = null; if (bundle != null) { } - this.f775b = map; + this.f776b = map; } - String str4 = this.f775b.get(str); + String str4 = this.f776b.get(str); if (str4 == null) { return null; } @@ -112,7 +112,7 @@ public class k implements e { public k(Context context, i iVar) { a aVar = new a(context); this.a = aVar; - this.f774b = iVar; + this.f775b = iVar; } @Override // b.i.a.b.j.q.e @@ -125,8 +125,8 @@ public class k implements e { if (a2 == null) { return null; } - i iVar = this.f774b; - m create = a2.create(new c(iVar.a, iVar.f772b, iVar.c, str)); + i iVar = this.f775b; + m create = a2.create(new c(iVar.a, iVar.f773b, iVar.c, str)); this.c.put(str, create); return create; } diff --git a/app/src/main/java/b/i/a/b/j/q/l.java b/app/src/main/java/b/i/a/b/j/q/l.java index dd8f637ff4..badf21b6e2 100644 --- a/app/src/main/java/b/i/a/b/j/q/l.java +++ b/app/src/main/java/b/i/a/b/j/q/l.java @@ -8,15 +8,15 @@ public final class l implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f776b; + public final a f777b; public l(a aVar, a aVar2) { this.a = aVar; - this.f776b = aVar2; + this.f777b = aVar2; } @Override // c0.a.a public Object get() { - return new k(this.a.get(), this.f776b.get()); + return new k(this.a.get(), this.f777b.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/r/a/a.java b/app/src/main/java/b/i/a/b/j/r/a/a.java index c4ed73fcb4..ad513ad71d 100644 --- a/app/src/main/java/b/i/a/b/j/r/a/a.java +++ b/app/src/main/java/b/i/a/b/j/r/a/a.java @@ -5,11 +5,11 @@ public final class a implements c0.a.a { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public volatile c0.a.a f777b; + public volatile c0.a.a f778b; public volatile Object c = a; public a(c0.a.a aVar) { - this.f777b = aVar; + this.f778b = aVar; } public static Object a(Object obj, Object obj2) { @@ -27,10 +27,10 @@ public final class a implements c0.a.a { synchronized (this) { t = this.c; if (t == obj) { - t = this.f777b.get(); + t = this.f778b.get(); a(this.c, t); this.c = t; - this.f777b = null; + this.f778b = null; } } } diff --git a/app/src/main/java/b/i/a/b/j/t/b.java b/app/src/main/java/b/i/a/b/j/t/b.java index 9188175ebe..92138e47c4 100644 --- a/app/src/main/java/b/i/a/b/j/t/b.java +++ b/app/src/main/java/b/i/a/b/j/t/b.java @@ -9,21 +9,21 @@ public final /* synthetic */ class b implements a.AbstractC0090a { public final c a; /* renamed from: b reason: collision with root package name */ - public final i f778b; + public final i f779b; public final f c; public b(c cVar, i iVar, f fVar) { this.a = cVar; - this.f778b = iVar; + this.f779b = iVar; this.c = fVar; } @Override // b.i.a.b.j.u.a.AbstractC0090a public Object execute() { c cVar = this.a; - i iVar = this.f778b; + i iVar = this.f779b; cVar.e.a0(iVar, this.c); - cVar.f779b.a(iVar, 1); + cVar.f780b.a(iVar, 1); return null; } } diff --git a/app/src/main/java/b/i/a/b/j/t/c.java b/app/src/main/java/b/i/a/b/j/t/c.java index 7d213ecc79..5120274c87 100644 --- a/app/src/main/java/b/i/a/b/j/t/c.java +++ b/app/src/main/java/b/i/a/b/j/t/c.java @@ -15,7 +15,7 @@ public class c implements e { public static final Logger a = Logger.getLogger(n.class.getName()); /* renamed from: b reason: collision with root package name */ - public final r f779b; + public final r f780b; public final Executor c; public final e d; public final b.i.a.b.j.t.i.c e; @@ -24,7 +24,7 @@ public class c implements e { public c(Executor executor, e eVar, r rVar, b.i.a.b.j.t.i.c cVar, a aVar) { this.c = executor; this.d = eVar; - this.f779b = rVar; + this.f780b = rVar; this.e = cVar; this.f = aVar; } diff --git a/app/src/main/java/b/i/a/b/j/t/d.java b/app/src/main/java/b/i/a/b/j/t/d.java index e319ea9875..315de0f337 100644 --- a/app/src/main/java/b/i/a/b/j/t/d.java +++ b/app/src/main/java/b/i/a/b/j/t/d.java @@ -11,14 +11,14 @@ public final class d implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f780b; + public final a f781b; public final a c; public final a d; public final a e; public d(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; - this.f780b = aVar2; + this.f781b = aVar2; this.c = aVar3; this.d = aVar4; this.e = aVar5; @@ -26,6 +26,6 @@ public final class d implements a { @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.f780b.get(), this.c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.f781b.get(), this.c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/t/g.java b/app/src/main/java/b/i/a/b/j/t/g.java index 4d39ba1321..d5193704f8 100644 --- a/app/src/main/java/b/i/a/b/j/t/g.java +++ b/app/src/main/java/b/i/a/b/j/t/g.java @@ -11,13 +11,13 @@ public final class g implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f781b; + public final a f782b; public final a c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; - this.f781b = aVar2; + this.f782b = aVar2; this.c = aVar3; this.d = aVar4; } @@ -25,6 +25,6 @@ public final class g implements a { @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.f781b.get(), this.c.get()); + return new d(this.a.get(), this.f782b.get(), this.c.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/t/h/b.java b/app/src/main/java/b/i/a/b/j/t/h/b.java index b6f3503498..466394ec1c 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/b.java +++ b/app/src/main/java/b/i/a/b/j/t/h/b.java @@ -11,13 +11,13 @@ public final class b extends f { public final a a; /* renamed from: b reason: collision with root package name */ - public final Map f782b; + public final Map f783b; public b(a aVar, Map map) { Objects.requireNonNull(aVar, "Null clock"); this.a = aVar; Objects.requireNonNull(map, "Null values"); - this.f782b = map; + this.f783b = map; } @Override // b.i.a.b.j.t.h.f @@ -27,7 +27,7 @@ public final class b extends f { @Override // b.i.a.b.j.t.h.f public Map c() { - return this.f782b; + return this.f783b; } public boolean equals(Object obj) { @@ -38,17 +38,17 @@ public final class b extends f { return false; } f fVar = (f) obj; - return this.a.equals(fVar.a()) && this.f782b.equals(fVar.c()); + return this.a.equals(fVar.a()) && this.f783b.equals(fVar.c()); } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f782b.hashCode(); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f783b.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("SchedulerConfig{clock="); R.append(this.a); R.append(", values="); - return b.d.b.a.a.L(R, this.f782b, "}"); + return b.d.b.a.a.L(R, this.f783b, "}"); } } diff --git a/app/src/main/java/b/i/a/b/j/t/h/c.java b/app/src/main/java/b/i/a/b/j/t/h/c.java index 3bd7de8139..d4c367ad23 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/c.java +++ b/app/src/main/java/b/i/a/b/j/t/h/c.java @@ -8,7 +8,7 @@ public final class c extends f.a { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f783b; + public final long f784b; public final Set c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue.java */ @@ -17,20 +17,20 @@ public final class c extends f.a { public Long a; /* renamed from: b reason: collision with root package name */ - public Long f784b; + public Long f785b; public Set c; @Override // b.i.a.b.j.t.h.f.a.AbstractC0088a public f.a a() { String str = this.a == null ? " delta" : ""; - if (this.f784b == null) { + if (this.f785b == null) { str = b.d.b.a.a.v(str, " maxAllowedDelay"); } if (this.c == null) { str = b.d.b.a.a.v(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.f784b.longValue(), this.c, null); + return new c(this.a.longValue(), this.f785b.longValue(), this.c, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -43,14 +43,14 @@ public final class c extends f.a { @Override // b.i.a.b.j.t.h.f.a.AbstractC0088a public f.a.AbstractC0088a c(long j) { - this.f784b = Long.valueOf(j); + this.f785b = Long.valueOf(j); return this; } } public c(long j, long j2, Set set, a aVar) { this.a = j; - this.f783b = j2; + this.f784b = j2; this.c = set; } @@ -66,7 +66,7 @@ public final class c extends f.a { @Override // b.i.a.b.j.t.h.f.a public long d() { - return this.f783b; + return this.f784b; } public boolean equals(Object obj) { @@ -77,12 +77,12 @@ public final class c extends f.a { return false; } f.a aVar = (f.a) obj; - return this.a == aVar.b() && this.f783b == aVar.d() && this.c.equals(aVar.c()); + return this.a == aVar.b() && this.f784b == aVar.d() && this.c.equals(aVar.c()); } public int hashCode() { long j = this.a; - long j2 = this.f783b; + long j2 = this.f784b; return this.c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } @@ -90,7 +90,7 @@ public final class c extends f.a { StringBuilder R = b.d.b.a.a.R("ConfigValue{delta="); R.append(this.a); R.append(", maxAllowedDelay="); - R.append(this.f783b); + R.append(this.f784b); R.append(", flags="); R.append(this.c); R.append("}"); diff --git a/app/src/main/java/b/i/a/b/j/t/h/d.java b/app/src/main/java/b/i/a/b/j/t/h/d.java index 24baeb8803..b9124fd417 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/d.java +++ b/app/src/main/java/b/i/a/b/j/t/h/d.java @@ -26,12 +26,12 @@ public class d implements r { public final Context a; /* renamed from: b reason: collision with root package name */ - public final c f785b; + public final c f786b; public final f c; public d(Context context, c cVar, f fVar) { this.a = context; - this.f785b = cVar; + this.f786b = cVar; this.c = fVar; } @@ -73,7 +73,7 @@ public class d implements r { b.c.a.a0.d.X("JobInfoScheduler", "Upload for context %s is already scheduled. Returning...", iVar); return; } - long h02 = this.f785b.h0(iVar); + long h02 = this.f786b.h0(iVar); f fVar = this.c; JobInfo.Builder builder = new JobInfo.Builder(value, componentName); b.i.a.b.d d = iVar.d(); diff --git a/app/src/main/java/b/i/a/b/j/t/h/h.java b/app/src/main/java/b/i/a/b/j/t/h/h.java index 0c5ae3c17d..f9c8b62319 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/h.java +++ b/app/src/main/java/b/i/a/b/j/t/h/h.java @@ -8,16 +8,16 @@ public final /* synthetic */ class h implements a.AbstractC0090a { public final l a; /* renamed from: b reason: collision with root package name */ - public final i f786b; + public final i f787b; public h(l lVar, i iVar) { this.a = lVar; - this.f786b = iVar; + this.f787b = iVar; } @Override // b.i.a.b.j.u.a.AbstractC0090a public Object execute() { l lVar = this.a; - return lVar.c.r(this.f786b); + return lVar.c.r(this.f787b); } } diff --git a/app/src/main/java/b/i/a/b/j/t/h/i.java b/app/src/main/java/b/i/a/b/j/t/h/i.java index d2fb19800c..ec40806056 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/i.java +++ b/app/src/main/java/b/i/a/b/j/t/h/i.java @@ -9,14 +9,14 @@ public final /* synthetic */ class i implements a.AbstractC0090a { public final l a; /* renamed from: b reason: collision with root package name */ - public final g f787b; + public final g f788b; public final Iterable c; public final b.i.a.b.j.i d; public final int e; public i(l lVar, g gVar, Iterable iterable, b.i.a.b.j.i iVar, int i) { this.a = lVar; - this.f787b = gVar; + this.f788b = gVar; this.c = iterable; this.d = iVar; this.e = i; @@ -25,7 +25,7 @@ public final /* synthetic */ class i implements a.AbstractC0090a { @Override // b.i.a.b.j.u.a.AbstractC0090a public Object execute() { l lVar = this.a; - g gVar = this.f787b; + g gVar = this.f788b; Iterable iterable = this.c; b.i.a.b.j.i iVar = this.d; int i = this.e; diff --git a/app/src/main/java/b/i/a/b/j/t/h/k.java b/app/src/main/java/b/i/a/b/j/t/h/k.java index dcf2b350dd..f44bc59c52 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/k.java +++ b/app/src/main/java/b/i/a/b/j/t/h/k.java @@ -8,19 +8,19 @@ public final /* synthetic */ class k implements a.AbstractC0090a { public final l a; /* renamed from: b reason: collision with root package name */ - public final i f788b; + public final i f789b; public final int c; public k(l lVar, i iVar, int i) { this.a = lVar; - this.f788b = iVar; + this.f789b = iVar; this.c = i; } @Override // b.i.a.b.j.u.a.AbstractC0090a public Object execute() { l lVar = this.a; - lVar.d.a(this.f788b, this.c + 1); + lVar.d.a(this.f789b, this.c + 1); return null; } } diff --git a/app/src/main/java/b/i/a/b/j/t/h/l.java b/app/src/main/java/b/i/a/b/j/t/h/l.java index 25b60c0059..42fc43fdd5 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/l.java +++ b/app/src/main/java/b/i/a/b/j/t/h/l.java @@ -17,7 +17,7 @@ public class l { public final Context a; /* renamed from: b reason: collision with root package name */ - public final e f789b; + public final e f790b; public final c c; public final r d; public final Executor e; @@ -26,7 +26,7 @@ public class l { public l(Context context, e eVar, c cVar, r rVar, Executor executor, a aVar, b.i.a.b.j.v.a aVar2) { this.a = context; - this.f789b = eVar; + this.f790b = eVar; this.c = cVar; this.d = rVar; this.e = executor; @@ -36,7 +36,7 @@ public class l { public void a(i iVar, int i) { g a; - m mVar = this.f789b.get(iVar.b()); + m mVar = this.f790b.get(iVar.b()); Iterable iterable = (Iterable) this.f.a(new h(this, iVar)); if (iterable.iterator().hasNext()) { if (mVar == null) { diff --git a/app/src/main/java/b/i/a/b/j/t/h/m.java b/app/src/main/java/b/i/a/b/j/t/h/m.java index e229a02113..dcd9d7c213 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/m.java +++ b/app/src/main/java/b/i/a/b/j/t/h/m.java @@ -11,7 +11,7 @@ public final class m implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f790b; + public final a f791b; public final a c; public final a d; public final a e; @@ -20,7 +20,7 @@ public final class m implements a { public m(a aVar, a aVar2, a aVar3, a aVar4, a aVar5, a aVar6, a aVar7) { this.a = aVar; - this.f790b = aVar2; + this.f791b = aVar2; this.c = aVar3; this.d = aVar4; this.e = aVar5; @@ -30,6 +30,6 @@ public final class m implements a { @Override // c0.a.a public Object get() { - return new l(this.a.get(), this.f790b.get(), this.c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.f791b.get(), this.c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/t/h/o.java b/app/src/main/java/b/i/a/b/j/t/h/o.java index c91b378d11..229b4a10e1 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/o.java +++ b/app/src/main/java/b/i/a/b/j/t/h/o.java @@ -14,7 +14,7 @@ public final /* synthetic */ class o implements a.AbstractC0090a { @Override // b.i.a.b.j.u.a.AbstractC0090a public Object execute() { p pVar = this.a; - for (i iVar : pVar.f791b.z()) { + for (i iVar : pVar.f792b.z()) { pVar.c.a(iVar, 1); } return null; diff --git a/app/src/main/java/b/i/a/b/j/t/h/p.java b/app/src/main/java/b/i/a/b/j/t/h/p.java index 2bbe77971b..dc9f8021ec 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/p.java +++ b/app/src/main/java/b/i/a/b/j/t/h/p.java @@ -9,13 +9,13 @@ public class p { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final c f791b; + public final c f792b; public final r c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; - this.f791b = cVar; + this.f792b = cVar; this.c = rVar; this.d = aVar; } diff --git a/app/src/main/java/b/i/a/b/j/t/h/q.java b/app/src/main/java/b/i/a/b/j/t/h/q.java index ae52cd9abc..2347cedb9c 100644 --- a/app/src/main/java/b/i/a/b/j/t/h/q.java +++ b/app/src/main/java/b/i/a/b/j/t/h/q.java @@ -9,19 +9,19 @@ public final class q implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f792b; + public final a f793b; public final a c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; - this.f792b = aVar2; + this.f793b = aVar2; this.c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.f792b.get(), this.c.get(), this.d.get()); + return new p(this.a.get(), this.f793b.get(), this.c.get(), this.d.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/t/i/a.java b/app/src/main/java/b/i/a/b/j/t/i/a.java index 3da065139f..86755f1b34 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/a.java +++ b/app/src/main/java/b/i/a/b/j/t/i/a.java @@ -4,14 +4,14 @@ package b.i.a.b.j.t.i; public final class a extends d { /* renamed from: b reason: collision with root package name */ - public final long f793b; + public final long f794b; public final int c; public final int d; public final long e; public final int f; public a(long j, int i, int i2, long j2, int i3, C0089a aVar) { - this.f793b = j; + this.f794b = j; this.c = i; this.d = i2; this.e = j2; @@ -40,7 +40,7 @@ public final class a extends d { @Override // b.i.a.b.j.t.i.d public long e() { - return this.f793b; + return this.f794b; } public boolean equals(Object obj) { @@ -51,18 +51,18 @@ public final class a extends d { return false; } d dVar = (d) obj; - return this.f793b == dVar.e() && this.c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.f794b == dVar.e() && this.c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); } public int hashCode() { - long j = this.f793b; + long j = this.f794b; long j2 = this.e; return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { StringBuilder R = b.d.b.a.a.R("EventStoreConfig{maxStorageSizeInBytes="); - R.append(this.f793b); + R.append(this.f794b); R.append(", loadBatchSize="); R.append(this.c); R.append(", criticalSectionEnterTimeoutMs="); diff --git a/app/src/main/java/b/i/a/b/j/t/i/a0.java b/app/src/main/java/b/i/a/b/j/t/i/a0.java index fe0903da4c..3ffc693967 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/a0.java +++ b/app/src/main/java/b/i/a/b/j/t/i/a0.java @@ -8,17 +8,17 @@ public final class a0 implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f794b; + public final a f795b; public final a c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; - this.f794b = aVar2; + this.f795b = aVar2; this.c = aVar3; } @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.f794b.get(), this.c.get().intValue()); + return new z(this.a.get(), this.f795b.get(), this.c.get().intValue()); } } diff --git a/app/src/main/java/b/i/a/b/j/t/i/b.java b/app/src/main/java/b/i/a/b/j/t/i/b.java index 4ddf906a43..fa75d18dc6 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/b.java +++ b/app/src/main/java/b/i/a/b/j/t/i/b.java @@ -10,13 +10,13 @@ public final class b extends h { public final long a; /* renamed from: b reason: collision with root package name */ - public final i f795b; + public final i f796b; public final f c; public b(long j, i iVar, f fVar) { this.a = j; Objects.requireNonNull(iVar, "Null transportContext"); - this.f795b = iVar; + this.f796b = iVar; Objects.requireNonNull(fVar, "Null event"); this.c = fVar; } @@ -33,7 +33,7 @@ public final class b extends h { @Override // b.i.a.b.j.t.i.h public i c() { - return this.f795b; + return this.f796b; } public boolean equals(Object obj) { @@ -44,19 +44,19 @@ public final class b extends h { return false; } h hVar = (h) obj; - return this.a == hVar.b() && this.f795b.equals(hVar.c()) && this.c.equals(hVar.a()); + return this.a == hVar.b() && this.f796b.equals(hVar.c()) && this.c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f795b.hashCode()) * 1000003); + return this.c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f796b.hashCode()) * 1000003); } public String toString() { StringBuilder R = a.R("PersistedEvent{id="); R.append(this.a); R.append(", transportContext="); - R.append(this.f795b); + R.append(this.f796b); R.append(", event="); R.append(this.c); R.append("}"); diff --git a/app/src/main/java/b/i/a/b/j/t/i/i.java b/app/src/main/java/b/i/a/b/j/t/i/i.java index a8f11bfafd..ca3c368001 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/i.java +++ b/app/src/main/java/b/i/a/b/j/t/i/i.java @@ -11,17 +11,17 @@ public final /* synthetic */ class i implements t.b { public final long a; /* renamed from: b reason: collision with root package name */ - public final b.i.a.b.j.i f796b; + public final b.i.a.b.j.i f797b; public i(long j, b.i.a.b.j.i iVar) { this.a = j; - this.f796b = iVar; + this.f797b = iVar; } @Override // b.i.a.b.j.t.i.t.b public Object apply(Object obj) { long j = this.a; - b.i.a.b.j.i iVar = this.f796b; + b.i.a.b.j.i iVar = this.f797b; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.j; ContentValues contentValues = new ContentValues(); diff --git a/app/src/main/java/b/i/a/b/j/t/i/j.java b/app/src/main/java/b/i/a/b/j/t/i/j.java index eff35e9434..1296558c08 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/j.java +++ b/app/src/main/java/b/i/a/b/j/t/i/j.java @@ -19,18 +19,18 @@ public final /* synthetic */ class j implements t.b { public final t a; /* renamed from: b reason: collision with root package name */ - public final i f797b; + public final i f798b; public j(t tVar, i iVar) { this.a = tVar; - this.f797b = iVar; + this.f798b = iVar; } /* JADX WARN: Finally extract failed */ @Override // b.i.a.b.j.t.i.t.b public Object apply(Object obj) { t tVar = this.a; - i iVar = this.f797b; + i iVar = this.f798b; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.j; Objects.requireNonNull(tVar); @@ -70,7 +70,7 @@ public final /* synthetic */ class j implements t.b { if (hashMap.containsKey(Long.valueOf(hVar.b()))) { f.a i2 = hVar.a().i(); for (t.c cVar : (Set) hashMap.get(Long.valueOf(hVar.b()))) { - i2.a(cVar.a, cVar.f800b); + i2.a(cVar.a, cVar.f801b); } listIterator.set(new b(hVar.b(), hVar.c(), i2.b())); } diff --git a/app/src/main/java/b/i/a/b/j/t/i/k.java b/app/src/main/java/b/i/a/b/j/t/i/k.java index 30ade18616..6f59e8debb 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/k.java +++ b/app/src/main/java/b/i/a/b/j/t/i/k.java @@ -14,19 +14,19 @@ public final /* synthetic */ class k implements t.b { public final t a; /* renamed from: b reason: collision with root package name */ - public final List f798b; + public final List f799b; public final i c; public k(t tVar, List list, i iVar) { this.a = tVar; - this.f798b = list; + this.f799b = list; this.c = iVar; } @Override // b.i.a.b.j.t.i.t.b public Object apply(Object obj) { t tVar = this.a; - List list = this.f798b; + List list = this.f799b; i iVar = this.c; Cursor cursor = (Cursor) obj; b bVar = t.j; @@ -46,7 +46,7 @@ public final /* synthetic */ class k implements t.b { bVar2.d(new e(string2 == null ? t.j : new b(string2), (byte[]) t.n(tVar.b().query("event_payloads", new String[]{"bytes"}, "event_id = ?", new String[]{String.valueOf(j)}, null, null, "sequence_num"), l.a))); } if (!cursor.isNull(6)) { - bVar2.f760b = Integer.valueOf(cursor.getInt(6)); + bVar2.f761b = Integer.valueOf(cursor.getInt(6)); } list.add(new b(j, iVar, bVar2.b())); } diff --git a/app/src/main/java/b/i/a/b/j/t/i/p.java b/app/src/main/java/b/i/a/b/j/t/i/p.java index 44487ae8e7..833ab1c716 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/p.java +++ b/app/src/main/java/b/i/a/b/j/t/i/p.java @@ -24,7 +24,7 @@ public final /* synthetic */ class p implements t.b { a2.c(a.b(cursor.getInt(2))); String string = cursor.getString(3); b.C0086b bVar2 = (b.C0086b) a2; - bVar2.f762b = string == null ? null : Base64.decode(string, 0); + bVar2.f763b = string == null ? null : Base64.decode(string, 0); arrayList.add(bVar2.a()); } return arrayList; diff --git a/app/src/main/java/b/i/a/b/j/t/i/s.java b/app/src/main/java/b/i/a/b/j/t/i/s.java index 10fde0f96b..5a78a61ab6 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/s.java +++ b/app/src/main/java/b/i/a/b/j/t/i/s.java @@ -19,12 +19,12 @@ public final /* synthetic */ class s implements t.b { public final t a; /* renamed from: b reason: collision with root package name */ - public final i f799b; + public final i f800b; public final f c; public s(t tVar, i iVar, f fVar) { this.a = tVar; - this.f799b = iVar; + this.f800b = iVar; this.c = fVar; } @@ -32,7 +32,7 @@ public final /* synthetic */ class s implements t.b { public Object apply(Object obj) { long j; t tVar = this.a; - i iVar = this.f799b; + i iVar = this.f800b; f fVar = this.c; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.j; @@ -53,7 +53,7 @@ public final /* synthetic */ class s implements t.b { j = sQLiteDatabase.insert("transport_contexts", null, contentValues); } int d = tVar.n.d(); - byte[] bArr = fVar.d().f764b; + byte[] bArr = fVar.d().f765b; boolean z2 = bArr.length <= d; ContentValues contentValues2 = new ContentValues(); contentValues2.put("context_id", Long.valueOf(j)); diff --git a/app/src/main/java/b/i/a/b/j/t/i/t.java b/app/src/main/java/b/i/a/b/j/t/i/t.java index 9232be5c0e..d7b7969920 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/t.java +++ b/app/src/main/java/b/i/a/b/j/t/i/t.java @@ -37,11 +37,11 @@ public class t implements c, b.i.a.b.j.u.a { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f800b; + public final String f801b; public c(String str, String str2, a aVar) { this.a = str; - this.f800b = str2; + this.f801b = str2; } } diff --git a/app/src/main/java/b/i/a/b/j/t/i/u.java b/app/src/main/java/b/i/a/b/j/t/i/u.java index 73a3ef3780..3d758df95d 100644 --- a/app/src/main/java/b/i/a/b/j/t/i/u.java +++ b/app/src/main/java/b/i/a/b/j/t/i/u.java @@ -7,19 +7,19 @@ public final class u implements a { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f801b; + public final a f802b; public final a c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; - this.f801b = aVar2; + this.f802b = aVar2; this.c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.f801b.get(), this.c.get(), this.d.get()); + return new t(this.a.get(), this.f802b.get(), this.c.get(), this.d.get()); } } diff --git a/app/src/main/java/b/i/a/b/j/w/a.java b/app/src/main/java/b/i/a/b/j/w/a.java index 7705fd32e3..ce957a5dfc 100644 --- a/app/src/main/java/b/i/a/b/j/w/a.java +++ b/app/src/main/java/b/i/a/b/j/w/a.java @@ -10,21 +10,21 @@ public final class a { public static SparseArray a = new SparseArray<>(); /* renamed from: b reason: collision with root package name */ - public static EnumMap f802b; + public static EnumMap f803b; static { EnumMap enumMap = new EnumMap<>(d.class); - f802b = enumMap; + f803b = enumMap; enumMap.put((EnumMap) d.DEFAULT, (d) 0); - f802b.put((EnumMap) d.VERY_LOW, (d) 1); - f802b.put((EnumMap) d.HIGHEST, (d) 2); - for (d dVar : f802b.keySet()) { - a.append(f802b.get(dVar).intValue(), dVar); + f803b.put((EnumMap) d.VERY_LOW, (d) 1); + f803b.put((EnumMap) d.HIGHEST, (d) 2); + for (d dVar : f803b.keySet()) { + a.append(f803b.get(dVar).intValue(), dVar); } } public static int a(@NonNull d dVar) { - Integer num = f802b.get(dVar); + Integer num = f803b.get(dVar); if (num != null) { return num.intValue(); } diff --git a/app/src/main/java/b/i/a/c/a0.java b/app/src/main/java/b/i/a/c/a0.java index b2e92b8914..fb9197734d 100644 --- a/app/src/main/java/b/i/a/c/a0.java +++ b/app/src/main/java/b/i/a/c/a0.java @@ -8,19 +8,19 @@ public final /* synthetic */ class a0 implements p.a { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ y1.f f803b; + public final /* synthetic */ y1.f f804b; public final /* synthetic */ y1.f c; public /* synthetic */ a0(int i, y1.f fVar, y1.f fVar2) { this.a = i; - this.f803b = fVar; + this.f804b = fVar; this.c = fVar2; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { int i = this.a; - y1.f fVar = this.f803b; + y1.f fVar = this.f804b; y1.f fVar2 = this.c; y1.c cVar = (y1.c) obj; cVar.j(i); diff --git a/app/src/main/java/b/i/a/c/a3/a.java b/app/src/main/java/b/i/a/c/a3/a.java index d09568ab7c..be2fbf318c 100644 --- a/app/src/main/java/b/i/a/c/a3/a.java +++ b/app/src/main/java/b/i/a/c/a3/a.java @@ -11,11 +11,11 @@ public final /* synthetic */ class a implements a0.b { public final /* synthetic */ o a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Object f804b; + public final /* synthetic */ Object f805b; public /* synthetic */ a(o oVar, Object obj) { this.a = oVar; - this.f804b = obj; + this.f805b = obj; } /* JADX WARN: Removed duplicated region for block: B:22:0x0097 */ @@ -33,7 +33,7 @@ public final /* synthetic */ class a implements a0.b { u uVar; v.a aVar3; o oVar = this.a; - Object obj = this.f804b; + Object obj = this.f805b; Objects.requireNonNull(oVar); v vVar = (v) oVar; Void r1 = (Void) obj; @@ -55,14 +55,14 @@ public final /* synthetic */ class a implements a0.b { } else { o2Var.n(0, vVar.l); o2.c cVar = vVar.l; - long j = cVar.f1043z; + long j = cVar.f1044z; Object obj2 = cVar.n; u uVar3 = vVar.o; if (uVar3 != null) { long j2 = uVar3.k; vVar.n.h(uVar3.j.a, vVar.m); long j3 = vVar.m.n + j2; - if (j3 != vVar.n.n(0, vVar.l).f1043z) { + if (j3 != vVar.n.n(0, vVar.l).f1044z) { j = j3; Pair j4 = o2Var.j(vVar.l, vVar.m, 0, j); Object obj3 = j4.first; diff --git a/app/src/main/java/b/i/a/c/a3/a0.java b/app/src/main/java/b/i/a/c/a3/a0.java index 506070d767..fb8d67b01f 100644 --- a/app/src/main/java/b/i/a/c/a3/a0.java +++ b/app/src/main/java/b/i/a/c/a3/a0.java @@ -31,7 +31,7 @@ public interface a0 { } public a b(Object obj) { - return new a(this.a.equals(obj) ? this : new y(obj, this.f833b, this.c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new y(obj, this.f834b, this.c, this.d, this.e)); } } diff --git a/app/src/main/java/b/i/a/c/a3/b.java b/app/src/main/java/b/i/a/c/a3/b.java index 9dd526ceb6..4cf9d62e99 100644 --- a/app/src/main/java/b/i/a/c/a3/b.java +++ b/app/src/main/java/b/i/a/c/a3/b.java @@ -24,6 +24,6 @@ public final /* synthetic */ class b implements Runnable { @Override // java.lang.Runnable public final void run() { b0.a aVar = this.j; - this.k.g0(aVar.a, aVar.f805b, this.l, this.m, this.n, this.o); + this.k.g0(aVar.a, aVar.f806b, this.l, this.m, this.n, this.o); } } diff --git a/app/src/main/java/b/i/a/c/a3/b0.java b/app/src/main/java/b/i/a/c/a3/b0.java index 53f2a527d2..7d38c91b57 100644 --- a/app/src/main/java/b/i/a/c/a3/b0.java +++ b/app/src/main/java/b/i/a/c/a3/b0.java @@ -19,7 +19,7 @@ public interface b0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final a0.a f805b; + public final a0.a f806b; public final CopyOnWriteArrayList c; public final long d; @@ -30,25 +30,25 @@ public interface b0 { public Handler a; /* renamed from: b reason: collision with root package name */ - public b0 f806b; + public b0 f807b; public C0091a(Handler handler, b0 b0Var) { this.a = handler; - this.f806b = b0Var; + this.f807b = b0Var; } } public a() { this.c = new CopyOnWriteArrayList<>(); this.a = 0; - this.f805b = null; + this.f806b = null; this.d = 0L; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable a0.a aVar, long j) { this.c = copyOnWriteArrayList; this.a = i; - this.f805b = aVar; + this.f806b = aVar; this.d = j; } @@ -64,7 +64,7 @@ public interface b0 { Iterator it = this.c.iterator(); while (it.hasNext()) { C0091a next = it.next(); - e0.E(next.a, new d(this, next.f806b, wVar)); + e0.E(next.a, new d(this, next.f807b, wVar)); } } @@ -72,7 +72,7 @@ public interface b0 { Iterator it = this.c.iterator(); while (it.hasNext()) { C0091a next = it.next(); - e0.E(next.a, new f(this, next.f806b, tVar, wVar)); + e0.E(next.a, new f(this, next.f807b, tVar, wVar)); } } @@ -80,7 +80,7 @@ public interface b0 { Iterator it = this.c.iterator(); while (it.hasNext()) { C0091a next = it.next(); - e0.E(next.a, new c(this, next.f806b, tVar, wVar)); + e0.E(next.a, new c(this, next.f807b, tVar, wVar)); } } @@ -88,7 +88,7 @@ public interface b0 { Iterator it = this.c.iterator(); while (it.hasNext()) { C0091a next = it.next(); - e0.E(next.a, new b(this, next.f806b, tVar, wVar, iOException, z2)); + e0.E(next.a, new b(this, next.f807b, tVar, wVar, iOException, z2)); } } @@ -96,7 +96,7 @@ public interface b0 { Iterator it = this.c.iterator(); while (it.hasNext()) { C0091a next = it.next(); - e0.E(next.a, new e(this, next.f806b, tVar, wVar)); + e0.E(next.a, new e(this, next.f807b, tVar, wVar)); } } diff --git a/app/src/main/java/b/i/a/c/a3/c.java b/app/src/main/java/b/i/a/c/a3/c.java index 8e527a8a02..d15ebebbfa 100644 --- a/app/src/main/java/b/i/a/c/a3/c.java +++ b/app/src/main/java/b/i/a/c/a3/c.java @@ -19,6 +19,6 @@ public final /* synthetic */ class c implements Runnable { @Override // java.lang.Runnable public final void run() { b0.a aVar = this.j; - this.k.X(aVar.a, aVar.f805b, this.l, this.m); + this.k.X(aVar.a, aVar.f806b, this.l, this.m); } } diff --git a/app/src/main/java/b/i/a/c/a3/d.java b/app/src/main/java/b/i/a/c/a3/d.java index f86c9a99cb..8c3a05f244 100644 --- a/app/src/main/java/b/i/a/c/a3/d.java +++ b/app/src/main/java/b/i/a/c/a3/d.java @@ -17,6 +17,6 @@ public final /* synthetic */ class d implements Runnable { @Override // java.lang.Runnable public final void run() { b0.a aVar = this.j; - this.k.o(aVar.a, aVar.f805b, this.l); + this.k.o(aVar.a, aVar.f806b, this.l); } } diff --git a/app/src/main/java/b/i/a/c/a3/e.java b/app/src/main/java/b/i/a/c/a3/e.java index cff68c3e55..e885c8ffcb 100644 --- a/app/src/main/java/b/i/a/c/a3/e.java +++ b/app/src/main/java/b/i/a/c/a3/e.java @@ -19,6 +19,6 @@ public final /* synthetic */ class e implements Runnable { @Override // java.lang.Runnable public final void run() { b0.a aVar = this.j; - this.k.x(aVar.a, aVar.f805b, this.l, this.m); + this.k.x(aVar.a, aVar.f806b, this.l, this.m); } } 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 e9c3305b53..84fcc96fc8 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 @@ -74,7 +74,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final b r; /* renamed from: s reason: collision with root package name */ - public final o f807s; + public final o f808s; @Nullable public final String t; public final long u; @@ -82,13 +82,13 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final Loader v = new Loader("ProgressiveMediaPeriod"); /* renamed from: x reason: collision with root package name */ - public final b.i.a.c.f3.j f808x = new b.i.a.c.f3.j(); + public final b.i.a.c.f3.j f809x = new b.i.a.c.f3.j(); /* renamed from: y reason: collision with root package name */ - public final Runnable f809y = new g(this); + public final Runnable f810y = new g(this); /* renamed from: z reason: collision with root package name */ - public final Runnable f810z = new i(this); + public final Runnable f811z = new i(this); public final Handler A = b.i.a.c.f3.e0.j(); public d[] E = new d[0]; public h0[] D = new h0[0]; @@ -102,7 +102,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final class a implements Loader.e, s.a { /* renamed from: b reason: collision with root package name */ - public final Uri f811b; + public final Uri f812b; public final y c; public final d0 d; public final j e; @@ -119,7 +119,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public n k = a(0); public a(Uri uri, l lVar, d0 d0Var, j jVar, b.i.a.c.f3.j jVar2) { - this.f811b = uri; + this.f812b = uri; this.c = new y(lVar); this.d = d0Var; this.e = jVar; @@ -128,7 +128,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final n a(long j) { Collections.emptyMap(); - Uri uri = this.f811b; + Uri uri = this.f812b; String str = e0.this.t; Map map = e0.j; if (uri != null) { @@ -163,17 +163,17 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { ((h0) B).e(e0.k); } long j2 = j; - ((m) this.d).b(hVar, this.f811b, this.c.j(), j, this.l, this.e); + ((m) this.d).b(hVar, this.f812b, this.c.j(), j, this.l, this.e); if (e0.this.C != null) { - b.i.a.c.x2.h hVar2 = ((m) this.d).f826b; + b.i.a.c.x2.h hVar2 = ((m) this.d).f827b; if (hVar2 instanceof f) { - ((f) hVar2).f1204s = true; + ((f) hVar2).f1205s = true; } } if (this.i) { d0 d0Var = this.d; long j3 = this.j; - b.i.a.c.x2.h hVar3 = ((m) d0Var).f826b; + b.i.a.c.x2.h hVar3 = ((m) d0Var).f827b; Objects.requireNonNull(hVar3); hVar3.g(j2, j3); this.i = false; @@ -183,14 +183,14 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { try { b.i.a.c.f3.j jVar = this.f; synchronized (jVar) { - while (!jVar.f969b) { + while (!jVar.f970b) { jVar.wait(); } } d0 d0Var2 = this.d; b.i.a.c.x2.s sVar = this.g; m mVar = (m) d0Var2; - b.i.a.c.x2.h hVar4 = mVar.f826b; + b.i.a.c.x2.h hVar4 = mVar.f827b; Objects.requireNonNull(hVar4); i iVar = mVar.c; Objects.requireNonNull(iVar); @@ -205,7 +205,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { } this.f.a(); e0 e0Var = e0.this; - e0Var.A.post(e0Var.f810z); + e0Var.A.post(e0Var.f811z); } if (i2 == 1) { i2 = 0; @@ -263,12 +263,12 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { boolean z2 = e0Var.V; boolean z3 = false; boolean z4 = (i & 2) != 0; - h0.b bVar = h0Var.f817b; + h0.b bVar = h0Var.f818b; synchronized (h0Var) { decoderInputBuffer.m = false; i2 = -5; if (!h0Var.o()) { - if (!z2 && !h0Var.f819x) { + if (!z2 && !h0Var.f820x) { j1 j1Var = h0Var.B; if (j1Var == null || (!z4 && j1Var == h0Var.h)) { i2 = -3; @@ -293,7 +293,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { decoderInputBuffer.j(Integer.MIN_VALUE); } bVar.a = h0Var.m[l]; - bVar.f822b = h0Var.l[l]; + bVar.f823b = h0Var.l[l]; bVar.c = h0Var.p[l]; i2 = -4; } @@ -308,10 +308,10 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { if ((i & 4) == 0) { if (z3) { g0 g0Var = h0Var.a; - g0.f(g0Var.e, decoderInputBuffer, h0Var.f817b, g0Var.c); + g0.f(g0Var.e, decoderInputBuffer, h0Var.f818b, g0Var.c); } else { g0 g0Var2 = h0Var.a; - g0Var2.e = g0.f(g0Var2.e, decoderInputBuffer, h0Var.f817b, g0Var2.c); + g0Var2.e = g0.f(g0Var2.e, decoderInputBuffer, h0Var.f818b, g0Var2.c); } } if (!z3) { @@ -392,11 +392,11 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f813b; + public final boolean f814b; public d(int i, boolean z2) { this.a = i; - this.f813b = z2; + this.f814b = z2; } public boolean equals(@Nullable Object obj) { @@ -407,11 +407,11 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { return false; } d dVar = (d) obj; - return this.a == dVar.a && this.f813b == dVar.f813b; + return this.a == dVar.a && this.f814b == dVar.f814b; } public int hashCode() { - return (this.a * 31) + (this.f813b ? 1 : 0); + return (this.a * 31) + (this.f814b ? 1 : 0); } } @@ -421,13 +421,13 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final o0 a; /* renamed from: b reason: collision with root package name */ - public final boolean[] f814b; + public final boolean[] f815b; public final boolean[] c; public final boolean[] d; public e(o0 o0Var, boolean[] zArr) { this.a = o0Var; - this.f814b = zArr; + this.f815b = zArr; int i = o0Var.k; this.c = new boolean[i]; this.d = new boolean[i]; @@ -452,7 +452,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { this.o = wVar; this.p = aVar2; this.r = bVar; - this.f807s = oVar; + this.f808s = oVar; this.t = str; this.u = i; this.w = d0Var; @@ -486,7 +486,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { return this.D[i]; } } - o oVar = this.f807s; + o oVar = this.f808s; Looper looper = this.A.getLooper(); u uVar = this.n; s.a aVar = this.q; @@ -507,7 +507,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { } public final void C() { - a aVar = new a(this.l, this.m, this.w, this, this.f808x); + a aVar = new a(this.l, this.m, this.w, this, this.f809x); if (this.G) { b.c.a.a0.d.D(w()); long j2 = this.K; @@ -557,7 +557,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public void b(a aVar, long j2, long j3, boolean z2) { a aVar2 = aVar; y yVar = aVar2.c; - t tVar = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f954b); + t tVar = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f955b); Objects.requireNonNull(this.o); b0.a aVar3 = this.p; aVar3.c(tVar, new w(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.K))); @@ -596,7 +596,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { ((f0) this.r).u(j4, c2, this.L); } y yVar = aVar2.c; - t tVar2 = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f954b); + t tVar2 = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f955b); Objects.requireNonNull(this.o); b0.a aVar3 = this.p; aVar3.d(tVar2, new w(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.K))); @@ -621,7 +621,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public long f(long j2) { boolean z2; t(); - boolean[] zArr = this.I.f814b; + boolean[] zArr = this.I.f815b; if (!this.J.c()) { j2 = 0; } @@ -667,7 +667,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public boolean g(long j2) { if (!this.V) { if (!(this.v.e != null) && !this.T && (!this.G || this.P != 0)) { - boolean b2 = this.f808x.b(); + boolean b2 = this.f809x.b(); if (this.v.b()) { return b2; } @@ -682,9 +682,9 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public boolean h() { boolean z2; if (this.v.b()) { - b.i.a.c.f3.j jVar = this.f808x; + b.i.a.c.f3.j jVar = this.f809x; synchronized (jVar) { - z2 = jVar.f969b; + z2 = jVar.f970b; } if (z2) { return true; @@ -700,8 +700,8 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { return 0L; } t.a h = this.J.h(j2); - long j3 = h.a.f1296b; - long j4 = h.f1294b.f1296b; + long j3 = h.a.f1297b; + long j4 = h.f1295b.f1297b; long j5 = j2Var.c; if (j5 == 0 && j2Var.d == 0) { return j2; @@ -739,7 +739,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { @Override // b.i.a.c.x2.j public void j() { this.F = true; - this.A.post(this.f809y); + this.A.post(this.f810y); } @Override // b.i.a.c.a3.x @@ -757,7 +757,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { @Override // b.i.a.c.a3.x public void l(x.a aVar, long j2) { this.B = aVar; - this.f808x.b(); + this.f809x.b(); C(); } @@ -850,7 +850,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { this.Q = aVar2.l; } y yVar = aVar2.c; - t tVar2 = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f954b); + t tVar2 = new t(aVar2.a, aVar2.k, yVar.c, yVar.d, j2, j3, yVar.f955b); b.i.a.c.f3.e0.M(aVar2.j); b.i.a.c.f3.e0.M(this.K); b.i.a.c.e3.s sVar = (b.i.a.c.e3.s) this.o; @@ -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.f2960b; + cVar = Loader.f2971b; } else { int u = u(); boolean z6 = u > this.U; @@ -937,7 +937,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { boolean z2; long j3; t(); - boolean[] zArr = this.I.f814b; + boolean[] zArr = this.I.f815b; if (this.V) { return Long.MIN_VALUE; } @@ -951,7 +951,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { if (zArr[i]) { h0 h0Var = this.D[i]; synchronized (h0Var) { - z2 = h0Var.f819x; + z2 = h0Var.f820x; } if (!z2) { h0 h0Var2 = this.D[i]; @@ -990,7 +990,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { j3 = -1; if (i3 != 0) { long[] jArr = h0Var.o; - int i4 = h0Var.f818s; + int i4 = h0Var.f819s; if (j2 >= jArr[i4]) { int i5 = h0Var.i(i4, (!z3 || (i = h0Var.t) == i3) ? i3 : i + 1, j2, z2); if (i5 != -1) { @@ -1047,7 +1047,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { return; } } - this.f808x.a(); + this.f809x.a(); int length = this.D.length; n0[] n0VarArr = new n0[length]; boolean[] zArr = new boolean[length]; @@ -1061,7 +1061,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { this.H = z2 | this.H; IcyHeaders icyHeaders = this.C; if (icyHeaders != null) { - if (h || this.E[i].f813b) { + if (h || this.E[i].f814b) { Metadata metadata = m.u; Metadata metadata2 = metadata == null ? new Metadata(icyHeaders) : metadata.a(icyHeaders); j1.b a2 = m.a(); @@ -1101,7 +1101,7 @@ public final class e0 implements x, j, Loader.b, Loader.f, h0.d { public final void z(int i) { t(); - boolean[] zArr = this.I.f814b; + boolean[] zArr = this.I.f815b; if (this.T && zArr[i] && !this.D[i].p(false)) { this.S = 0L; this.T = false; diff --git a/app/src/main/java/b/i/a/c/a3/f.java b/app/src/main/java/b/i/a/c/a3/f.java index ecd82ceb5d..a6abbbc480 100644 --- a/app/src/main/java/b/i/a/c/a3/f.java +++ b/app/src/main/java/b/i/a/c/a3/f.java @@ -19,6 +19,6 @@ public final /* synthetic */ class f implements Runnable { @Override // java.lang.Runnable public final void run() { b0.a aVar = this.j; - this.k.q(aVar.a, aVar.f805b, this.l, this.m); + this.k.q(aVar.a, aVar.f806b, this.l, this.m); } } diff --git a/app/src/main/java/b/i/a/c/a3/f0.java b/app/src/main/java/b/i/a/c/a3/f0.java index 1f77610c9c..a5297ca2b4 100644 --- a/app/src/main/java/b/i/a/c/a3/f0.java +++ b/app/src/main/java/b/i/a/c/a3/f0.java @@ -48,7 +48,7 @@ public final class f0 extends l implements e0.b { @Override // b.i.a.c.o2 public o2.c o(int i, o2.c cVar, long j) { this.k.o(i, cVar, j); - cVar.f1042y = true; + cVar.f1043y = true; return cVar; } } diff --git a/app/src/main/java/b/i/a/c/a3/g0.java b/app/src/main/java/b/i/a/c/a3/g0.java index eb26b5bfb4..a575953f02 100644 --- a/app/src/main/java/b/i/a/c/a3/g0.java +++ b/app/src/main/java/b/i/a/c/a3/g0.java @@ -19,7 +19,7 @@ public class g0 { public final o a; /* renamed from: b reason: collision with root package name */ - public final int f815b; + public final int f816b; public final x c = new x(32); public a d; public a e; @@ -32,7 +32,7 @@ public class g0 { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f816b; + public final long f817b; public boolean c; @Nullable public e d; @@ -41,18 +41,18 @@ public class g0 { public a(long j, int i) { this.a = j; - this.f816b = j + i; + this.f817b = j + i; } public int a(long j) { - return ((int) (j - this.a)) + this.d.f937b; + return ((int) (j - this.a)) + this.d.f938b; } } public g0(o oVar) { this.a = oVar; - int i = oVar.f942b; - this.f815b = i; + int i = oVar.f943b; + this.f816b = i; a aVar = new a(0L, i); this.d = aVar; this.e = aVar; @@ -60,15 +60,15 @@ public class g0 { } public static a d(a aVar, long j, ByteBuffer byteBuffer, int i) { - while (j >= aVar.f816b) { + while (j >= aVar.f817b) { aVar = aVar.e; } while (i > 0) { - int min = Math.min(i, (int) (aVar.f816b - j)); + int min = Math.min(i, (int) (aVar.f817b - j)); byteBuffer.put(aVar.d.a, aVar.a(j), min); i -= min; j += min; - if (j == aVar.f816b) { + if (j == aVar.f817b) { aVar = aVar.e; } } @@ -76,16 +76,16 @@ public class g0 { } public static a e(a aVar, long j, byte[] bArr, int i) { - while (j >= aVar.f816b) { + while (j >= aVar.f817b) { aVar = aVar.e; } int i2 = i; while (i2 > 0) { - int min = Math.min(i2, (int) (aVar.f816b - j)); + int min = Math.min(i2, (int) (aVar.f817b - j)); System.arraycopy(aVar.d.a, aVar.a(j), bArr, i - i2, min); i2 -= min; j += min; - if (j == aVar.f816b) { + if (j == aVar.f817b) { aVar = aVar.e; } } @@ -94,7 +94,7 @@ public class g0 { public static a f(a aVar, DecoderInputBuffer decoderInputBuffer, h0.b bVar, x xVar) { if (decoderInputBuffer.t()) { - long j = bVar.f822b; + long j = bVar.f823b; int i = 1; xVar.A(1); a e = e(aVar, j, xVar.a, 1); @@ -137,11 +137,11 @@ public class g0 { } } else { iArr[0] = 0; - iArr2[0] = bVar.a - ((int) (j3 - bVar.f822b)); + iArr2[0] = bVar.a - ((int) (j3 - bVar.f823b)); } w.a aVar2 = bVar.c; int i5 = e0.a; - byte[] bArr2 = aVar2.f1297b; + byte[] bArr2 = aVar2.f1298b; byte[] bArr3 = cVar.a; int i6 = aVar2.a; int i7 = aVar2.c; @@ -149,7 +149,7 @@ public class g0 { cVar.f = i; cVar.d = iArr; cVar.e = iArr2; - cVar.f1139b = bArr2; + cVar.f1140b = bArr2; cVar.a = bArr3; cVar.c = i6; cVar.g = i7; @@ -164,23 +164,23 @@ public class g0 { if (e0.a >= 24) { c.b bVar2 = cVar.j; Objects.requireNonNull(bVar2); - bVar2.f1140b.set(i7, i8); - bVar2.a.setPattern(bVar2.f1140b); + bVar2.f1141b.set(i7, i8); + bVar2.a.setPattern(bVar2.f1141b); } - long j4 = bVar.f822b; + long j4 = bVar.f823b; int i9 = (int) (j3 - j4); - bVar.f822b = j4 + i9; + bVar.f823b = j4 + i9; bVar.a -= i9; } if (decoderInputBuffer.l()) { xVar.A(4); - a e2 = e(aVar, bVar.f822b, xVar.a, 4); + a e2 = e(aVar, bVar.f823b, xVar.a, 4); int w = xVar.w(); - bVar.f822b += 4; + bVar.f823b += 4; bVar.a -= 4; decoderInputBuffer.r(w); - a d = d(e2, bVar.f822b, decoderInputBuffer.l, w); - bVar.f822b += w; + a d = d(e2, bVar.f823b, decoderInputBuffer.l, w); + bVar.f823b += w; int i10 = bVar.a - w; bVar.a = i10; ByteBuffer byteBuffer = decoderInputBuffer.o; @@ -189,10 +189,10 @@ public class g0 { } else { decoderInputBuffer.o.clear(); } - return d(d, bVar.f822b, decoderInputBuffer.o, bVar.a); + return d(d, bVar.f823b, decoderInputBuffer.o, bVar.a); } decoderInputBuffer.r(bVar.a); - return d(aVar, bVar.f822b, decoderInputBuffer.l, bVar.a); + return d(aVar, bVar.f823b, decoderInputBuffer.l, bVar.a); } public void a(long j) { @@ -200,7 +200,7 @@ public class g0 { if (j != -1) { while (true) { aVar = this.d; - if (j < aVar.f816b) { + if (j < aVar.f817b) { break; } o oVar = this.a; @@ -226,7 +226,7 @@ public class g0 { long j = this.g + i; this.g = j; a aVar = this.f; - if (j == aVar.f816b) { + if (j == aVar.f817b) { this.f = aVar.e; } } @@ -247,14 +247,14 @@ public class g0 { Objects.requireNonNull(eVar); oVar.g[oVar.f] = null; } else { - eVar = new e(new byte[oVar.f942b], 0); + eVar = new e(new byte[oVar.f943b], 0); } } - a aVar2 = new a(this.f.f816b, this.f815b); + a aVar2 = new a(this.f.f817b, this.f816b); aVar.d = eVar; aVar.e = aVar2; aVar.c = true; } - return Math.min(i, (int) (this.f.f816b - this.g)); + return Math.min(i, (int) (this.f.f817b - this.g)); } } diff --git a/app/src/main/java/b/i/a/c/a3/h0.java b/app/src/main/java/b/i/a/c/a3/h0.java index 110a309f98..35bea4dc3d 100644 --- a/app/src/main/java/b/i/a/c/a3/h0.java +++ b/app/src/main/java/b/i/a/c/a3/h0.java @@ -50,14 +50,14 @@ public class h0 implements w { public int r; /* renamed from: s reason: collision with root package name */ - public int f818s; + public int f819s; public int t; /* renamed from: x reason: collision with root package name */ - public boolean f819x; + public boolean f820x; /* renamed from: b reason: collision with root package name */ - public final b f817b = new b(); + public final b f818b = new b(); public int j = 1000; public int[] k = new int[1000]; public long[] l = new long[1000]; @@ -71,10 +71,10 @@ public class h0 implements w { public long w = Long.MIN_VALUE; /* renamed from: z reason: collision with root package name */ - public boolean f821z = true; + public boolean f822z = true; /* renamed from: y reason: collision with root package name */ - public boolean f820y = true; + public boolean f821y = true; /* compiled from: SampleQueue.java */ /* loaded from: classes3.dex */ @@ -82,7 +82,7 @@ public class h0 implements w { public int a; /* renamed from: b reason: collision with root package name */ - public long f822b; + public long f823b; @Nullable public w.a c; } @@ -93,11 +93,11 @@ public class h0 implements w { public final j1 a; /* renamed from: b reason: collision with root package name */ - public final u.b f823b; + public final u.b f824b; public c(j1 j1Var, u.b bVar, a aVar) { this.a = j1Var; - this.f823b = bVar; + this.f824b = bVar; } } @@ -144,9 +144,9 @@ public class h0 implements w { u.b bVar; int i4 = i & 1; boolean z2 = i4 != 0; - if (this.f820y) { + if (this.f821y) { if (z2) { - this.f820y = false; + this.f821y = false; } else { return; } @@ -173,7 +173,7 @@ public class h0 implements w { int l = l(i5 - 1); b.c.a.a0.d.j(this.l[l] + ((long) this.m[l]) <= j3); } - this.f819x = (536870912 & i) != 0; + this.f820x = (536870912 & i) != 0; this.w = Math.max(this.w, j2); int l2 = l(this.q); this.o[l2] = j2; @@ -182,14 +182,14 @@ public class h0 implements w { this.n[l2] = i; this.p[l2] = aVar; this.k[l2] = 0; - if ((this.c.f827b.size() == 0) || !this.c.c().a.equals(this.B)) { + if ((this.c.f828b.size() == 0) || !this.c.c().a.equals(this.B)) { u uVar = this.d; if (uVar != null) { Looper looper = this.f; Objects.requireNonNull(looper); bVar = uVar.b(looper, this.e, this.B); } else { - bVar = m.f1151b; + bVar = m.f1152b; } m0 m0Var = this.c; int n = n(); @@ -208,15 +208,15 @@ public class h0 implements w { int[] iArr2 = new int[i8]; int[] iArr3 = new int[i8]; w.a[] aVarArr = new w.a[i8]; - int i9 = this.f818s; + int i9 = this.f819s; int i10 = i7 - i9; System.arraycopy(this.l, i9, jArr, 0, i10); - System.arraycopy(this.o, this.f818s, jArr2, 0, i10); - System.arraycopy(this.n, this.f818s, iArr2, 0, i10); - System.arraycopy(this.m, this.f818s, iArr3, 0, i10); - System.arraycopy(this.p, this.f818s, aVarArr, 0, i10); - System.arraycopy(this.k, this.f818s, iArr, 0, i10); - int i11 = this.f818s; + System.arraycopy(this.o, this.f819s, jArr2, 0, i10); + System.arraycopy(this.n, this.f819s, iArr2, 0, i10); + System.arraycopy(this.m, this.f819s, iArr3, 0, i10); + System.arraycopy(this.p, this.f819s, aVarArr, 0, i10); + System.arraycopy(this.k, this.f819s, iArr, 0, i10); + int i11 = this.f819s; System.arraycopy(this.l, 0, jArr, i10, i11); System.arraycopy(this.o, 0, jArr2, i10, i11); System.arraycopy(this.n, 0, iArr2, i10, i11); @@ -229,7 +229,7 @@ public class h0 implements w { this.m = iArr3; this.p = aVarArr; this.k = iArr; - this.f818s = 0; + this.f819s = 0; this.j = i8; } } @@ -241,9 +241,9 @@ public class h0 implements w { this.A = j1Var; synchronized (this) { z2 = false; - this.f821z = false; + this.f822z = false; if (!e0.a(j1Var, this.B)) { - if ((this.c.f827b.size() == 0) || !this.c.c().a.equals(j1Var)) { + if ((this.c.f828b.size() == 0) || !this.c.c().a.equals(j1Var)) { this.B = j1Var; } else { this.B = this.c.c().a; @@ -257,7 +257,7 @@ public class h0 implements w { d dVar = this.g; if (dVar != null && z2) { e0 e0Var = (e0) dVar; - e0Var.A.post(e0Var.f809y); + e0Var.A.post(e0Var.f810y); } } @@ -281,11 +281,11 @@ public class h0 implements w { this.q -= i; int i3 = this.r + i; this.r = i3; - int i4 = this.f818s + i; - this.f818s = i4; + int i4 = this.f819s + i; + this.f819s = i4; int i5 = this.j; if (i4 >= i5) { - this.f818s = i4 - i5; + this.f819s = i4 - i5; } int i6 = this.t - i; this.t = i6; @@ -294,13 +294,13 @@ public class h0 implements w { this.t = 0; } m0 m0Var = this.c; - while (i7 < m0Var.f827b.size() - 1) { + while (i7 < m0Var.f828b.size() - 1) { int i8 = i7 + 1; - if (i3 < m0Var.f827b.keyAt(i8)) { + if (i3 < m0Var.f828b.keyAt(i8)) { break; } - m0Var.c.accept(m0Var.f827b.valueAt(i7)); - m0Var.f827b.removeAt(i7); + m0Var.c.accept(m0Var.f828b.valueAt(i7)); + m0Var.f828b.removeAt(i7); int i9 = m0Var.a; if (i9 > 0) { m0Var.a = i9 - 1; @@ -308,9 +308,9 @@ public class h0 implements w { i7 = i8; } if (this.q != 0) { - return this.l[this.f818s]; + return this.l[this.f819s]; } - int i10 = this.f818s; + int i10 = this.f819s; if (i10 == 0) { i10 = this.j; } @@ -372,14 +372,14 @@ public class h0 implements w { } public final int l(int i) { - int i2 = this.f818s + i; + int i2 = this.f819s + i; int i3 = this.j; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized j1 m() { - return this.f821z ? null : this.B; + return this.f822z ? null : this.B; } public final int n() { @@ -395,7 +395,7 @@ public class h0 implements w { j1 j1Var; boolean z3 = true; if (!o()) { - if (!z2 && !this.f819x && ((j1Var = this.B) == null || j1Var == this.h)) { + if (!z2 && !this.f820x && ((j1Var = this.B) == null || j1Var == this.h)) { z3 = false; } return z3; @@ -415,9 +415,9 @@ public class h0 implements w { j1 j1Var2; j1 j1Var3 = this.h; boolean z2 = j1Var3 == null; - DrmInitData drmInitData = z2 ? null : j1Var3.f1018z; + DrmInitData drmInitData = z2 ? null : j1Var3.f1019z; this.h = j1Var; - DrmInitData drmInitData2 = j1Var.f1018z; + DrmInitData drmInitData2 = j1Var.f1019z; u uVar = this.d; if (uVar != null) { int d2 = uVar.d(j1Var); @@ -427,7 +427,7 @@ public class h0 implements w { } else { j1Var2 = j1Var; } - k1Var.f1025b = j1Var2; + k1Var.f1026b = j1Var2; k1Var.a = this.i; if (this.d != null) { if (z2 || !e0.a(drmInitData, drmInitData2)) { @@ -451,7 +451,7 @@ public class h0 implements w { g0.a aVar = g0Var.d; if (aVar.c) { g0.a aVar2 = g0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / g0Var.f815b) + (aVar2.c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / g0Var.f816b) + (aVar2.c ? 1 : 0); e[] eVarArr = new e[i]; for (int i2 = 0; i2 < i; i2++) { eVarArr[i2] = aVar.d; @@ -461,7 +461,7 @@ public class h0 implements w { } g0Var.a.a(eVarArr); } - g0.a aVar3 = new g0.a(0L, g0Var.f815b); + g0.a aVar3 = new g0.a(0L, g0Var.f816b); g0Var.d = aVar3; g0Var.e = aVar3; g0Var.f = aVar3; @@ -469,23 +469,23 @@ public class h0 implements w { g0Var.a.c(); this.q = 0; this.r = 0; - this.f818s = 0; + this.f819s = 0; this.t = 0; - this.f820y = true; + this.f821y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; this.w = Long.MIN_VALUE; - this.f819x = false; + this.f820x = false; m0 m0Var = this.c; - for (int i3 = 0; i3 < m0Var.f827b.size(); i3++) { - m0Var.c.accept(m0Var.f827b.valueAt(i3)); + for (int i3 = 0; i3 < m0Var.f828b.size(); i3++) { + m0Var.c.accept(m0Var.f828b.valueAt(i3)); } m0Var.a = -1; - m0Var.f827b.clear(); + m0Var.f828b.clear(); if (z2) { this.A = null; this.B = null; - this.f821z = true; + this.f822z = true; } } diff --git a/app/src/main/java/b/i/a/c/a3/k.java b/app/src/main/java/b/i/a/c/a3/k.java index 0d66297571..e7a50bdcce 100644 --- a/app/src/main/java/b/i/a/c/a3/k.java +++ b/app/src/main/java/b/i/a/c/a3/k.java @@ -8,6 +8,6 @@ public final /* synthetic */ class k implements b.i.a.c.f3.k { @Override // b.i.a.c.f3.k public final void accept(Object obj) { - ((h0.c) obj).f823b.release(); + ((h0.c) obj).f824b.release(); } } diff --git a/app/src/main/java/b/i/a/c/a3/k0.java b/app/src/main/java/b/i/a/c/a3/k0.java index 3edcefdc9f..1d4afa52f0 100644 --- a/app/src/main/java/b/i/a/c/a3/k0.java +++ b/app/src/main/java/b/i/a/c/a3/k0.java @@ -12,7 +12,7 @@ public interface k0 { public final Random a; /* renamed from: b reason: collision with root package name */ - public final int[] f824b; + public final int[] f825b; public final int[] c; /* JADX WARN: Illegal instructions before constructor call */ @@ -33,7 +33,7 @@ public interface k0 { } public a(int[] iArr, Random random) { - this.f824b = iArr; + this.f825b = iArr; this.a = random; this.c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { @@ -44,11 +44,11 @@ public interface k0 { @Override // b.i.a.c.a3.k0 public k0 a(int i, int i2) { int i3 = i2 - i; - int[] iArr = new int[this.f824b.length - i3]; + int[] iArr = new int[this.f825b.length - i3]; int i4 = 0; int i5 = 0; while (true) { - int[] iArr2 = this.f824b; + int[] iArr2 = this.f825b; if (i4 >= iArr2.length) { return new a(iArr, new Random(this.a.nextLong())); } @@ -63,12 +63,12 @@ public interface k0 { @Override // b.i.a.c.a3.k0 public int b() { - return this.f824b.length; + return this.f825b.length; } @Override // b.i.a.c.a3.k0 public int c() { - int[] iArr = this.f824b; + int[] iArr = this.f825b; if (iArr.length > 0) { return iArr[0]; } @@ -79,7 +79,7 @@ public interface k0 { public int d(int i) { int i2 = this.c[i] - 1; if (i2 >= 0) { - return this.f824b[i2]; + return this.f825b[i2]; } return -1; } @@ -87,7 +87,7 @@ public interface k0 { @Override // b.i.a.c.a3.k0 public int e(int i) { int i2 = this.c[i] + 1; - int[] iArr = this.f824b; + int[] iArr = this.f825b; if (i2 < iArr.length) { return iArr[i2]; } @@ -101,7 +101,7 @@ public interface k0 { int i3 = 0; int i4 = 0; while (i4 < i2) { - iArr[i4] = this.a.nextInt(this.f824b.length + 1); + iArr[i4] = this.a.nextInt(this.f825b.length + 1); int i5 = i4 + 1; int nextInt = this.a.nextInt(i5); iArr2[i4] = iArr2[nextInt]; @@ -109,11 +109,11 @@ public interface k0 { i4 = i5; } Arrays.sort(iArr); - int[] iArr3 = new int[this.f824b.length + i2]; + int[] iArr3 = new int[this.f825b.length + i2]; int i6 = 0; int i7 = 0; while (true) { - int[] iArr4 = this.f824b; + int[] iArr4 = this.f825b; if (i3 >= iArr4.length + i2) { return new a(iArr3, new Random(this.a.nextLong())); } @@ -133,7 +133,7 @@ public interface k0 { @Override // b.i.a.c.a3.k0 public int g() { - int[] iArr = this.f824b; + int[] iArr = this.f825b; if (iArr.length > 0) { return iArr[iArr.length - 1]; } diff --git a/app/src/main/java/b/i/a/c/a3/l.java b/app/src/main/java/b/i/a/c/a3/l.java index 82aeb4ecc3..edd4432ea1 100644 --- a/app/src/main/java/b/i/a/c/a3/l.java +++ b/app/src/main/java/b/i/a/c/a3/l.java @@ -18,7 +18,7 @@ public abstract class l implements a0 { public final ArrayList a = new ArrayList<>(1); /* renamed from: b reason: collision with root package name */ - public final HashSet f825b = new HashSet<>(1); + public final HashSet f826b = new HashSet<>(1); public final b0.a c = new b0.a(); public final s.a d = new s.a(); @Nullable @@ -32,7 +32,7 @@ public abstract class l implements a0 { if (this.a.isEmpty()) { this.e = null; this.f = null; - this.f825b.clear(); + this.f826b.clear(); s(); return; } @@ -52,7 +52,7 @@ public abstract class l implements a0 { Iterator it = aVar.c.iterator(); while (it.hasNext()) { b0.a.C0091a next = it.next(); - if (next.f806b == b0Var) { + if (next.f807b == b0Var) { aVar.c.remove(next); } } @@ -60,9 +60,9 @@ public abstract class l implements a0 { @Override // b.i.a.c.a3.a0 public final void d(a0.b bVar) { - boolean z2 = !this.f825b.isEmpty(); - this.f825b.remove(bVar); - if (z2 && this.f825b.isEmpty()) { + boolean z2 = !this.f826b.isEmpty(); + this.f826b.remove(bVar); + if (z2 && this.f826b.isEmpty()) { o(); } } @@ -80,7 +80,7 @@ public abstract class l implements a0 { Iterator it = aVar.c.iterator(); while (it.hasNext()) { s.a.C0100a next = it.next(); - if (next.f1155b == sVar) { + if (next.f1156b == sVar) { aVar.c.remove(next); } } @@ -105,7 +105,7 @@ public abstract class l implements a0 { this.a.add(bVar); if (this.e == null) { this.e = myLooper; - this.f825b.add(bVar); + this.f826b.add(bVar); q(a0Var); } else if (o2Var != null) { m(bVar); @@ -116,8 +116,8 @@ public abstract class l implements a0 { @Override // b.i.a.c.a3.a0 public final void m(a0.b bVar) { Objects.requireNonNull(this.e); - boolean isEmpty = this.f825b.isEmpty(); - this.f825b.add(bVar); + boolean isEmpty = this.f826b.isEmpty(); + this.f826b.add(bVar); if (isEmpty) { p(); } diff --git a/app/src/main/java/b/i/a/c/a3/l0.java b/app/src/main/java/b/i/a/c/a3/l0.java index 685f5b4ef4..d158c8c245 100644 --- a/app/src/main/java/b/i/a/c/a3/l0.java +++ b/app/src/main/java/b/i/a/c/a3/l0.java @@ -31,7 +31,7 @@ public final class l0 extends o2 { p pVar = h0.l; o1.g.a aVar3 = new o1.g.a(); Uri uri = Uri.EMPTY; - d.D(aVar2.f1035b == null || aVar2.a != null); + d.D(aVar2.f1036b == null || aVar2.a != null); if (uri != null) { new o1.i(uri, null, aVar2.a != null ? new o1.f(aVar2, null) : null, null, emptyList, null, pVar, null, null); } diff --git a/app/src/main/java/b/i/a/c/a3/m.java b/app/src/main/java/b/i/a/c/a3/m.java index f740fa7956..472fd4e615 100644 --- a/app/src/main/java/b/i/a/c/a3/m.java +++ b/app/src/main/java/b/i/a/c/a3/m.java @@ -23,7 +23,7 @@ public final class m implements d0 { @Nullable /* renamed from: b reason: collision with root package name */ - public h f826b; + public h f827b; @Nullable public i c; @@ -54,11 +54,11 @@ public final class m implements d0 { public void b(b.i.a.c.e3.h hVar, Uri uri, Map> map, long j, long j2, j jVar) throws IOException { e eVar = new e(hVar, j, j2); this.c = eVar; - if (this.f826b == null) { + if (this.f827b == null) { h[] b2 = this.a.b(uri, map); boolean z2 = true; if (b2.length == 1) { - this.f826b = b2[0]; + this.f827b = b2[0]; } else { int length = b2.length; int i = 0; @@ -69,10 +69,10 @@ public final class m implements d0 { h hVar2 = b2[i]; try { } catch (EOFException unused) { - if (this.f826b == null) { + if (this.f827b == null) { } } catch (Throwable th) { - if (this.f826b == null && eVar.d != j) { + if (this.f827b == null && eVar.d != j) { z2 = false; } d.D(z2); @@ -80,19 +80,19 @@ public final class m implements d0 { throw th; } if (hVar2.b(eVar)) { - this.f826b = hVar2; + this.f827b = hVar2; d.D(true); eVar.f = 0; break; } - if (this.f826b == null) { + if (this.f827b == null) { } boolean z3 = true; d.D(z3); eVar.f = 0; i++; } - if (this.f826b == null) { + if (this.f827b == null) { int i2 = e0.a; StringBuilder sb = new StringBuilder(); for (int i3 = 0; i3 < b2.length; i3++) { @@ -111,7 +111,7 @@ public final class m implements d0 { throw new UnrecognizedInputFormatException(sb4, uri); } } - this.f826b.f(jVar); + this.f827b.f(jVar); } } } diff --git a/app/src/main/java/b/i/a/c/a3/m0.java b/app/src/main/java/b/i/a/c/a3/m0.java index c8da856924..2b1adb9a3d 100644 --- a/app/src/main/java/b/i/a/c/a3/m0.java +++ b/app/src/main/java/b/i/a/c/a3/m0.java @@ -9,7 +9,7 @@ public final class m0 { public final k c; /* renamed from: b reason: collision with root package name */ - public final SparseArray f827b = new SparseArray<>(); + public final SparseArray f828b = new SparseArray<>(); public int a = -1; public m0(k kVar) { @@ -19,22 +19,22 @@ public final class m0 { public void a(int i, V v) { boolean z2 = false; if (this.a == -1) { - d.D(this.f827b.size() == 0); + d.D(this.f828b.size() == 0); this.a = 0; } - if (this.f827b.size() > 0) { - SparseArray sparseArray = this.f827b; + if (this.f828b.size() > 0) { + SparseArray sparseArray = this.f828b; int keyAt = sparseArray.keyAt(sparseArray.size() - 1); if (i >= keyAt) { z2 = true; } d.j(z2); if (keyAt == i) { - SparseArray sparseArray2 = this.f827b; + SparseArray sparseArray2 = this.f828b; this.c.accept(sparseArray2.valueAt(sparseArray2.size() - 1)); } } - this.f827b.append(i, v); + this.f828b.append(i, v); } public V b(int i) { @@ -43,19 +43,19 @@ public final class m0 { } while (true) { int i2 = this.a; - if (i2 <= 0 || i >= this.f827b.keyAt(i2)) { + if (i2 <= 0 || i >= this.f828b.keyAt(i2)) { break; } this.a--; } - while (this.a < this.f827b.size() - 1 && i >= this.f827b.keyAt(this.a + 1)) { + while (this.a < this.f828b.size() - 1 && i >= this.f828b.keyAt(this.a + 1)) { this.a++; } - return this.f827b.valueAt(this.a); + return this.f828b.valueAt(this.a); } public V c() { - SparseArray sparseArray = this.f827b; + SparseArray sparseArray = this.f828b; return sparseArray.valueAt(sparseArray.size() - 1); } } diff --git a/app/src/main/java/b/i/a/c/a3/n.java b/app/src/main/java/b/i/a/c/a3/n.java index a3348113aa..c807994fc4 100644 --- a/app/src/main/java/b/i/a/c/a3/n.java +++ b/app/src/main/java/b/i/a/c/a3/n.java @@ -30,7 +30,7 @@ public final class n implements x, x.a { public final i0 a; /* renamed from: b reason: collision with root package name */ - public boolean f828b; + public boolean f829b; public a(i0 i0Var) { this.a = i0Var; @@ -41,13 +41,13 @@ public final class n implements x, x.a { if (n.this.d()) { return -3; } - if (this.f828b) { + if (this.f829b) { decoderInputBuffer.j = 4; return -4; } int a = this.a.a(k1Var, decoderInputBuffer, i); if (a == -5) { - j1 j1Var = k1Var.f1025b; + j1 j1Var = k1Var.f1026b; Objects.requireNonNull(j1Var); int i2 = j1Var.M; if (!(i2 == 0 && j1Var.N == 0)) { @@ -62,7 +62,7 @@ public final class n implements x, x.a { j1.b a2 = j1Var.a(); a2.A = i2; a2.B = i3; - k1Var.f1025b = a2.a(); + k1Var.f1026b = a2.a(); } return -5; } @@ -73,7 +73,7 @@ public final class n implements x, x.a { } decoderInputBuffer.p(); decoderInputBuffer.j = 4; - this.f828b = true; + this.f829b = true; return -4; } @@ -151,7 +151,7 @@ public final class n implements x, x.a { boolean z2 = false; for (a aVar : this.l) { if (aVar != null) { - aVar.f828b = false; + aVar.f829b = false; } } long f = this.j.f(j); diff --git a/app/src/main/java/b/i/a/c/a3/o.java b/app/src/main/java/b/i/a/c/a3/o.java index 0aa5e6be7a..83976cdff2 100644 --- a/app/src/main/java/b/i/a/c/a3/o.java +++ b/app/src/main/java/b/i/a/c/a3/o.java @@ -72,11 +72,11 @@ public abstract class o extends l { } Objects.requireNonNull(o.this); b0.a aVar3 = this.k; - if (aVar3.a != i || !e0.a(aVar3.f805b, aVar2)) { + if (aVar3.a != i || !e0.a(aVar3.f806b, aVar2)) { this.k = o.this.c.g(i, aVar2, 0L); } s.a aVar4 = this.l; - if (aVar4.a == i && e0.a(aVar4.f1154b, aVar2)) { + if (aVar4.a == i && e0.a(aVar4.f1155b, aVar2)) { return true; } this.l = new s.a(o.this.d.c, i, aVar2); @@ -90,7 +90,7 @@ public abstract class o extends l { o oVar2 = o.this; long j2 = wVar.g; Objects.requireNonNull(oVar2); - return (j == wVar.f && j2 == wVar.g) ? wVar : new w(wVar.a, wVar.f832b, wVar.c, wVar.d, wVar.e, j, j2); + return (j == wVar.f && j2 == wVar.g) ? wVar : new w(wVar.a, wVar.f833b, wVar.c, wVar.d, wVar.e, j, j2); } @Override // b.i.a.c.w2.s @@ -148,12 +148,12 @@ public abstract class o extends l { public final a0 a; /* renamed from: b reason: collision with root package name */ - public final a0.b f829b; + public final a0.b f830b; public final o.a c; public b(a0 a0Var, a0.b bVar, o.a aVar) { this.a = a0Var; - this.f829b = bVar; + this.f830b = bVar; this.c = aVar; } } @@ -162,7 +162,7 @@ public abstract class o extends l { @CallSuper public void o() { for (b bVar : this.g.values()) { - bVar.a.d(bVar.f829b); + bVar.a.d(bVar.f830b); } } @@ -170,7 +170,7 @@ public abstract class o extends l { @CallSuper public void p() { for (b bVar : this.g.values()) { - bVar.a.m(bVar.f829b); + bVar.a.m(bVar.f830b); } } @@ -186,7 +186,7 @@ public abstract class o extends l { Objects.requireNonNull(handler2); a0Var.f(handler2, aVar2); a0Var.l(aVar, this.i); - if (!(!this.f825b.isEmpty())) { + if (!(!this.f826b.isEmpty())) { a0Var.d(aVar); } } diff --git a/app/src/main/java/b/i/a/c/a3/s.java b/app/src/main/java/b/i/a/c/a3/s.java index b9cb29714d..26a6496689 100644 --- a/app/src/main/java/b/i/a/c/a3/s.java +++ b/app/src/main/java/b/i/a/c/a3/s.java @@ -19,7 +19,7 @@ public final class s implements l { public final l a; /* renamed from: b reason: collision with root package name */ - public final int f830b; + public final int f831b; public final a c; public final byte[] d; public int e; @@ -32,7 +32,7 @@ public final class s implements l { public s(l lVar, int i, a aVar) { d.j(i > 0); this.a = lVar; - this.f830b = i; + this.f831b = i; this.c = aVar; this.d = new byte[1]; this.e = i; @@ -117,7 +117,7 @@ public final class s implements l { if (z2) { return -1; } - this.e = this.f830b; + this.e = this.f831b; } z2 = false; if (z2) { diff --git a/app/src/main/java/b/i/a/c/a3/t.java b/app/src/main/java/b/i/a/c/a3/t.java index 6fdaf95254..290a2d3f7f 100644 --- a/app/src/main/java/b/i/a/c/a3/t.java +++ b/app/src/main/java/b/i/a/c/a3/t.java @@ -12,14 +12,14 @@ public final class t { public static final AtomicLong a = new AtomicLong(); /* renamed from: b reason: collision with root package name */ - public final Map> f831b; + public final Map> f832b; public t(long j, n nVar, long j2) { Uri uri = nVar.a; - this.f831b = Collections.emptyMap(); + this.f832b = Collections.emptyMap(); } public t(long j, n nVar, Uri uri, Map> map, long j2, long j3, long j4) { - this.f831b = map; + this.f832b = map; } } diff --git a/app/src/main/java/b/i/a/c/a3/v.java b/app/src/main/java/b/i/a/c/a3/v.java index 7aba422403..9f3ae69134 100644 --- a/app/src/main/java/b/i/a/c/a3/v.java +++ b/app/src/main/java/b/i/a/c/a3/v.java @@ -115,7 +115,7 @@ public final class v extends o { @Override // b.i.a.c.o2 public o2.c o(int i, o2.c cVar, long j) { cVar.e(o2.c.j, this.k, null, -9223372036854775807L, -9223372036854775807L, -9223372036854775807L, false, true, null, 0L, -9223372036854775807L, 0, 0, 0L); - cVar.f1042y = true; + cVar.f1043y = true; return cVar; } @@ -176,7 +176,7 @@ public final class v extends o { this.q = false; this.p = false; for (o.b bVar : this.g.values()) { - bVar.a.a(bVar.f829b); + bVar.a.a(bVar.f830b); bVar.a.c(bVar.c); bVar.a.g(bVar.c); } diff --git a/app/src/main/java/b/i/a/c/a3/w.java b/app/src/main/java/b/i/a/c/a3/w.java index 18f2bba49c..37f139550d 100644 --- a/app/src/main/java/b/i/a/c/a3/w.java +++ b/app/src/main/java/b/i/a/c/a3/w.java @@ -8,7 +8,7 @@ public final class w { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f832b; + public final int f833b; @Nullable public final j1 c; public final int d; @@ -19,7 +19,7 @@ public final class w { public w(int i, int i2, @Nullable j1 j1Var, int i3, @Nullable Object obj, long j, long j2) { this.a = i; - this.f832b = i2; + this.f833b = i2; this.c = j1Var; this.d = i3; this.e = obj; diff --git a/app/src/main/java/b/i/a/c/a3/y.java b/app/src/main/java/b/i/a/c/a3/y.java index 576ee67190..68278aa0c7 100644 --- a/app/src/main/java/b/i/a/c/a3/y.java +++ b/app/src/main/java/b/i/a/c/a3/y.java @@ -7,14 +7,14 @@ public class y { public final Object a; /* renamed from: b reason: collision with root package name */ - public final int f833b; + public final int f834b; public final int c; public final long d; public final int e; public y(y yVar) { this.a = yVar.a; - this.f833b = yVar.f833b; + this.f834b = yVar.f834b; this.c = yVar.c; this.d = yVar.d; this.e = yVar.e; @@ -22,7 +22,7 @@ public class y { public y(Object obj) { this.a = obj; - this.f833b = -1; + this.f834b = -1; this.c = -1; this.d = -1L; this.e = -1; @@ -30,7 +30,7 @@ public class y { public y(Object obj, int i, int i2, long j) { this.a = obj; - this.f833b = i; + this.f834b = i; this.c = i2; this.d = j; this.e = -1; @@ -38,7 +38,7 @@ public class y { public y(Object obj, int i, int i2, long j, int i3) { this.a = obj; - this.f833b = i; + this.f834b = i; this.c = i2; this.d = j; this.e = i3; @@ -46,14 +46,14 @@ public class y { public y(Object obj, long j, int i) { this.a = obj; - this.f833b = -1; + this.f834b = -1; this.c = -1; this.d = j; this.e = i; } public boolean a() { - return this.f833b != -1; + return this.f834b != -1; } public boolean equals(@Nullable Object obj) { @@ -64,10 +64,10 @@ public class y { return false; } y yVar = (y) obj; - return this.a.equals(yVar.a) && this.f833b == yVar.f833b && this.c == yVar.c && this.d == yVar.d && this.e == yVar.e; + return this.a.equals(yVar.a) && this.f834b == yVar.f834b && this.c == yVar.c && this.d == yVar.d && this.e == yVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.f833b) * 31) + this.c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.f834b) * 31) + this.c) * 31) + ((int) this.d)) * 31) + this.e; } } diff --git a/app/src/main/java/b/i/a/c/b0.java b/app/src/main/java/b/i/a/c/b0.java index b3e721b94e..1bc48664e3 100644 --- a/app/src/main/java/b/i/a/c/b0.java +++ b/app/src/main/java/b/i/a/c/b0.java @@ -12,7 +12,7 @@ public final /* synthetic */ class b0 implements p.a { @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { - int i = f1.f956b; + int i = f1.f957b; ((y1.c) obj).s(ExoPlaybackException.b(new ExoTimeoutException(1), PointerIconCompat.TYPE_HELP)); } } diff --git a/app/src/main/java/b/i/a/c/b1.java b/app/src/main/java/b/i/a/c/b1.java index ac7d8c07c2..0296130e69 100644 --- a/app/src/main/java/b/i/a/c/b1.java +++ b/app/src/main/java/b/i/a/c/b1.java @@ -25,8 +25,8 @@ public class b1 implements i2 { public final Context a; /* renamed from: b reason: collision with root package name */ - public final r f834b = new r(); - public v c = k.f1303b; + public final r f835b = new r(); + public v c = k.f1304b; public b1(Context context) { this.a = context; @@ -45,7 +45,7 @@ public class b1 implements i2 { boolean z2; p pVar; ArrayList arrayList = new ArrayList(); - arrayList.add(new b.i.a.c.g3.r(this.a, this.f834b, this.c, 5000L, false, handler, xVar, 50)); + arrayList.add(new b.i.a.c.g3.r(this.a, this.f835b, this.c, 5000L, false, handler, xVar, 50)); Context context = this.a; p pVar2 = p.a; Intent registerReceiver = context.registerReceiver(null, new IntentFilter("android.media.action.HDMI_AUDIO_PLUG")); @@ -66,9 +66,9 @@ public class b1 implements i2 { } pVar = (registerReceiver != null || registerReceiver.getIntExtra("android.media.extra.AUDIO_PLUG_STATE", 0) == 0) ? p.a : new p(registerReceiver.getIntArrayExtra("android.media.extra.ENCODINGS"), registerReceiver.getIntExtra("android.media.extra.MAX_CHANNEL_COUNT", 8)); } else { - pVar = p.f1123b; + pVar = p.f1124b; } - arrayList.add(new z(this.a, this.f834b, this.c, false, handler, rVar, new DefaultAudioSink(pVar, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, 0))); + arrayList.add(new z(this.a, this.f835b, this.c, false, handler, rVar, new DefaultAudioSink(pVar, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, 0))); arrayList.add(new m(lVar, handler.getLooper())); arrayList.add(new f(eVar, handler.getLooper())); arrayList.add(new b.i.a.c.g3.z.e()); @@ -82,7 +82,7 @@ public class b1 implements i2 { } if (registerReceiver != null) { } - arrayList.add(new z(this.a, this.f834b, this.c, false, handler, rVar, new DefaultAudioSink(pVar, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, 0))); + arrayList.add(new z(this.a, this.f835b, this.c, false, handler, rVar, new DefaultAudioSink(pVar, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, 0))); arrayList.add(new m(lVar, handler.getLooper())); arrayList.add(new f(eVar, handler.getLooper())); arrayList.add(new b.i.a.c.g3.z.e()); diff --git a/app/src/main/java/b/i/a/c/b2.java b/app/src/main/java/b/i/a/c/b2.java index bea71aeeaa..1103d3482b 100644 --- a/app/src/main/java/b/i/a/c/b2.java +++ b/app/src/main/java/b/i/a/c/b2.java @@ -14,7 +14,7 @@ public final class b2 { public final b a; /* renamed from: b reason: collision with root package name */ - public final a f835b; + public final a f836b; public final g c; public final o2 d; public int e; @@ -38,7 +38,7 @@ public final class b2 { } public b2(a aVar, b bVar, o2 o2Var, int i, g gVar, Looper looper) { - this.f835b = aVar; + this.f836b = aVar; this.a = bVar; this.d = o2Var; this.g = looper; @@ -80,7 +80,7 @@ public final class b2 { d.D(!this.i); d.j(true); this.i = true; - h1 h1Var = (h1) this.f835b; + h1 h1Var = (h1) this.f836b; synchronized (h1Var) { if (!h1Var.I && h1Var.r.isAlive()) { ((b0.b) h1Var.q.i(14, this)).b(); diff --git a/app/src/main/java/b/i/a/c/b3/b.java b/app/src/main/java/b/i/a/c/b3/b.java index 9281a6ce53..b01f095065 100644 --- a/app/src/main/java/b/i/a/c/b3/b.java +++ b/app/src/main/java/b/i/a/c/b3/b.java @@ -32,20 +32,20 @@ public final class b implements w0 { public final int r; /* renamed from: s reason: collision with root package name */ - public final float f836s; + public final float f837s; public final int t; public final float u; public final float v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final int f837x; + public final int f838x; /* renamed from: y reason: collision with root package name */ - public final int f838y; + public final int f839y; /* renamed from: z reason: collision with root package name */ - public final float f839z; + public final float f840z; /* compiled from: Cue.java */ /* renamed from: b.i.a.c.b3.b$b reason: collision with other inner class name */ @@ -56,7 +56,7 @@ public final class b implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public Bitmap f840b; + public Bitmap f841b; @Nullable public Layout.Alignment c; @Nullable @@ -78,7 +78,7 @@ public final class b implements w0 { public C0092b() { this.a = null; - this.f840b = null; + this.f841b = null; this.c = null; this.d = null; this.e = -3.4028235E38f; @@ -97,26 +97,26 @@ public final class b implements w0 { public C0092b(b bVar, a aVar) { this.a = bVar.l; - this.f840b = bVar.o; + this.f841b = bVar.o; this.c = bVar.m; this.d = bVar.n; this.e = bVar.p; this.f = bVar.q; this.g = bVar.r; - this.h = bVar.f836s; + this.h = bVar.f837s; this.i = bVar.t; - this.j = bVar.f838y; - this.k = bVar.f839z; + this.j = bVar.f839y; + this.k = bVar.f840z; this.l = bVar.u; this.m = bVar.v; this.n = bVar.w; - this.o = bVar.f837x; + this.o = bVar.f838x; this.p = bVar.A; this.q = bVar.B; } public b a() { - return new b(this.a, this.c, this.d, this.f840b, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, null); + return new b(this.a, this.c, this.d, this.f841b, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, null); } } @@ -139,14 +139,14 @@ public final class b implements w0 { this.p = f; this.q = i; this.r = i2; - this.f836s = f2; + this.f837s = f2; this.t = i3; this.u = f4; this.v = f5; this.w = z2; - this.f837x = i5; - this.f838y = i4; - this.f839z = f3; + this.f838x = i5; + this.f839y = i4; + this.f840z = f3; this.A = i6; this.B = f6; } @@ -169,10 +169,10 @@ public final class b implements w0 { return false; } b bVar = (b) obj; - return TextUtils.equals(this.l, bVar.l) && this.m == bVar.m && this.n == bVar.n && ((bitmap = this.o) != null ? !((bitmap2 = bVar.o) == null || !bitmap.sameAs(bitmap2)) : bVar.o == null) && this.p == bVar.p && this.q == bVar.q && this.r == bVar.r && this.f836s == bVar.f836s && this.t == bVar.t && this.u == bVar.u && this.v == bVar.v && this.w == bVar.w && this.f837x == bVar.f837x && this.f838y == bVar.f838y && this.f839z == bVar.f839z && this.A == bVar.A && this.B == bVar.B; + return TextUtils.equals(this.l, bVar.l) && this.m == bVar.m && this.n == bVar.n && ((bitmap = this.o) != null ? !((bitmap2 = bVar.o) == null || !bitmap.sameAs(bitmap2)) : bVar.o == null) && this.p == bVar.p && this.q == bVar.q && this.r == bVar.r && this.f837s == bVar.f837s && this.t == bVar.t && this.u == bVar.u && this.v == bVar.v && this.w == bVar.w && this.f838x == bVar.f838x && this.f839y == bVar.f839y && this.f840z == bVar.f840z && this.A == bVar.A && this.B == bVar.B; } public int hashCode() { - return Arrays.hashCode(new Object[]{this.l, this.m, this.n, this.o, Float.valueOf(this.p), Integer.valueOf(this.q), Integer.valueOf(this.r), Float.valueOf(this.f836s), Integer.valueOf(this.t), Float.valueOf(this.u), Float.valueOf(this.v), Boolean.valueOf(this.w), Integer.valueOf(this.f837x), Integer.valueOf(this.f838y), Float.valueOf(this.f839z), Integer.valueOf(this.A), Float.valueOf(this.B)}); + return Arrays.hashCode(new Object[]{this.l, this.m, this.n, this.o, Float.valueOf(this.p), Integer.valueOf(this.q), Integer.valueOf(this.r), Float.valueOf(this.f837s), Integer.valueOf(this.t), Float.valueOf(this.u), Float.valueOf(this.v), Boolean.valueOf(this.w), Integer.valueOf(this.f838x), Integer.valueOf(this.f839y), Float.valueOf(this.f840z), Integer.valueOf(this.A), Float.valueOf(this.B)}); } } diff --git a/app/src/main/java/b/i/a/c/b3/d.java b/app/src/main/java/b/i/a/c/b3/d.java index 3f4cdc1769..c089474459 100644 --- a/app/src/main/java/b/i/a/c/b3/d.java +++ b/app/src/main/java/b/i/a/c/b3/d.java @@ -19,7 +19,7 @@ public final class d implements h { public final c a = new c(); /* renamed from: b reason: collision with root package name */ - public final j f841b = new j(); + public final j f842b = new j(); public final Deque c = new ArrayDeque(); public int d; public boolean e; @@ -96,10 +96,10 @@ public final class d implements h { return null; } k removeFirst = this.c.removeFirst(); - if (this.f841b.n()) { + if (this.f842b.n()) { removeFirst.j(4); } else { - j jVar = this.f841b; + j jVar = this.f842b; long j = jVar.n; c cVar = this.a; ByteBuffer byteBuffer = jVar.l; @@ -113,9 +113,9 @@ public final class d implements h { obtain.recycle(); ArrayList parcelableArrayList = readBundle.getParcelableArrayList("c"); Objects.requireNonNull(parcelableArrayList); - removeFirst.r(this.f841b.n, new b(j, f.a(b.k, parcelableArrayList)), 0L); + removeFirst.r(this.f842b.n, new b(j, f.a(b.k, parcelableArrayList)), 0L); } - this.f841b.p(); + this.f842b.p(); this.d = 0; return removeFirst; } @@ -128,7 +128,7 @@ public final class d implements h { return null; } this.d = 1; - return this.f841b; + return this.f842b; } @Override // b.i.a.c.v2.d @@ -137,7 +137,7 @@ public final class d implements h { boolean z2 = true; b.c.a.a0.d.D(!this.e); b.c.a.a0.d.D(this.d == 1); - if (this.f841b != jVar2) { + if (this.f842b != jVar2) { z2 = false; } b.c.a.a0.d.j(z2); @@ -147,7 +147,7 @@ public final class d implements h { @Override // b.i.a.c.v2.d public void flush() { b.c.a.a0.d.D(!this.e); - this.f841b.p(); + this.f842b.p(); this.d = 0; } diff --git a/app/src/main/java/b/i/a/c/b3/e.java b/app/src/main/java/b/i/a/c/b3/e.java index 461349442e..4c9a7f87d0 100644 --- a/app/src/main/java/b/i/a/c/b3/e.java +++ b/app/src/main/java/b/i/a/c/b3/e.java @@ -11,7 +11,7 @@ public class e extends k { @Override // b.i.a.c.v2.f public void p() { f fVar = this.n; - synchronized (fVar.f1143b) { + synchronized (fVar.f1144b) { q(); O[] oArr = fVar.f; int i = fVar.h; diff --git a/app/src/main/java/b/i/a/c/b3/m.java b/app/src/main/java/b/i/a/c/b3/m.java index b0c11df04b..2f80021d59 100644 --- a/app/src/main/java/b/i/a/c/b3/m.java +++ b/app/src/main/java/b/i/a/c/b3/m.java @@ -42,13 +42,13 @@ public final class m extends v0 implements Handler.Callback { public final i w; /* renamed from: x reason: collision with root package name */ - public final k1 f842x; + public final k1 f843x; /* renamed from: y reason: collision with root package name */ - public boolean f843y; + public boolean f844y; /* renamed from: z reason: collision with root package name */ - public boolean f844z; + public boolean f845z; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public m(l lVar, @Nullable Looper looper) { @@ -65,7 +65,7 @@ public final class m extends v0 implements Handler.Callback { } this.u = handler; this.w = iVar; - this.f842x = new k1(); + this.f843x = new k1(); this.I = -9223372036854775807L; } @@ -85,8 +85,8 @@ public final class m extends v0 implements Handler.Callback { @Override // b.i.a.c.v0 public void D(long j, boolean z2) { J(); - this.f843y = false; - this.f844z = false; + this.f844y = false; + this.f845z = false; this.I = -9223372036854775807L; if (this.B != 0) { O(); @@ -249,7 +249,7 @@ public final class m extends v0 implements Handler.Callback { } switch (c) { case 0: - hVar = new a(j1Var.f1017y); + hVar = new a(j1Var.f1018y); this.D = hVar; return; case 1: @@ -265,11 +265,11 @@ public final class m extends v0 implements Handler.Callback { this.D = hVar; return; case 4: - hVar = new b.i.a.c.b3.u.a(j1Var.f1017y); + hVar = new b.i.a.c.b3.u.a(j1Var.f1018y); this.D = hVar; return; case 5: - hVar = new b.i.a.c.b3.r.a(j1Var.f1017y); + hVar = new b.i.a.c.b3.r.a(j1Var.f1018y); this.D = hVar; return; case 6: @@ -282,7 +282,7 @@ public final class m extends v0 implements Handler.Callback { this.D = hVar; return; case '\t': - hVar = new d(j1Var.O, j1Var.f1017y); + hVar = new d(j1Var.O, j1Var.f1018y); this.D = hVar; return; case '\n': @@ -336,7 +336,7 @@ public final class m extends v0 implements Handler.Callback { @Override // b.i.a.c.f2 public boolean b() { - return this.f844z; + return this.f845z; } @Override // b.i.a.c.f2 @@ -361,14 +361,14 @@ public final class m extends v0 implements Handler.Callback { @Override // b.i.a.c.f2 public void q(long j, long j2) { boolean z2; - if (this.f1138s) { + if (this.f1139s) { long j3 = this.I; if (j3 != -9223372036854775807L && j >= j3) { N(); - this.f844z = true; + this.f845z = true; } } - if (!this.f844z) { + if (!this.f845z) { if (this.G == null) { h hVar = this.D; Objects.requireNonNull(hVar); @@ -402,7 +402,7 @@ public final class m extends v0 implements Handler.Callback { O(); } else { N(); - this.f844z = true; + this.f845z = true; } } } else if (kVar.k <= j) { @@ -432,7 +432,7 @@ public final class m extends v0 implements Handler.Callback { } } if (this.B != 2) { - while (!this.f843y) { + while (!this.f844y) { try { j jVar = this.E; if (jVar == null) { @@ -454,13 +454,13 @@ public final class m extends v0 implements Handler.Callback { this.B = 2; return; } - int I = I(this.f842x, jVar, 0); + int I = I(this.f843x, jVar, 0); if (I == -4) { if (jVar.n()) { - this.f843y = true; + this.f844y = true; this.A = false; } else { - j1 j1Var = this.f842x.f1025b; + j1 j1Var = this.f843x.f1026b; if (j1Var != null) { jVar.r = j1Var.A; jVar.s(); diff --git a/app/src/main/java/b/i/a/c/b3/n/a.java b/app/src/main/java/b/i/a/c/b3/n/a.java index ffc7fc210b..57e7530b25 100644 --- a/app/src/main/java/b/i/a/c/b3/n/a.java +++ b/app/src/main/java/b/i/a/c/b3/n/a.java @@ -9,6 +9,6 @@ public final /* synthetic */ class a implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { - return Integer.compare(((d.a) obj2).f851b, ((d.a) obj).f851b); + return Integer.compare(((d.a) obj2).f852b, ((d.a) obj).f852b); } } diff --git a/app/src/main/java/b/i/a/c/b3/n/c.java b/app/src/main/java/b/i/a/c/b3/n/c.java index 2439585475..7c720c150b 100644 --- a/app/src/main/java/b/i/a/c/b3/n/c.java +++ b/app/src/main/java/b/i/a/c/b3/n/c.java @@ -46,20 +46,20 @@ public final class c extends e { public final int r; /* renamed from: s reason: collision with root package name */ - public final long f845s; + public final long f846s; @Nullable public List v; @Nullable public List w; /* renamed from: x reason: collision with root package name */ - public int f846x; + public int f847x; /* renamed from: y reason: collision with root package name */ - public int f847y; + public int f848y; /* renamed from: z reason: collision with root package name */ - public boolean f848z; + public boolean f849z; public final x o = new x(); public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @@ -71,7 +71,7 @@ public final class c extends e { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final List f849b = new ArrayList(); + public final List f850b = new ArrayList(); public final StringBuilder c = new StringBuilder(); public int d; public int e; @@ -86,12 +86,12 @@ public final class c extends e { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f850b; + public final boolean f851b; public int c; public C0093a(int i, boolean z2, int i2) { this.a = i; - this.f850b = z2; + this.f851b = z2; this.c = i2; } } @@ -129,8 +129,8 @@ public final class c extends e { int i2 = this.e + this.f; int i3 = 32 - i2; SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(); - for (int i4 = 0; i4 < this.f849b.size(); i4++) { - SpannableString spannableString = this.f849b.get(i4); + for (int i4 = 0; i4 < this.f850b.size(); i4++) { + SpannableString spannableString = this.f850b.get(i4); int i5 = e0.a; if (spannableString.length() > i3) { spannableString = spannableString.subSequence(0, i3); @@ -181,7 +181,7 @@ public final class c extends e { int i6 = -1; while (i < this.a.size()) { C0093a aVar = this.a.get(i); - boolean z3 = aVar.f850b; + boolean z3 = aVar.f851b; int i7 = aVar.a; if (i7 != 8) { z2 = i7 == 7; @@ -226,13 +226,13 @@ public final class c extends e { } public boolean e() { - return this.a.isEmpty() && this.f849b.isEmpty() && this.c.length() == 0; + return this.a.isEmpty() && this.f850b.isEmpty() && this.c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); - this.f849b.clear(); + this.f850b.clear(); this.c.setLength(0); this.d = 15; this.e = 0; @@ -241,7 +241,7 @@ public final class c extends e { } public c(String str, int i2, long j2) { - this.f845s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f846s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; this.p = "application/x-mp4-cea-608".equals(str) ? 2 : 3; if (i2 == 1) { this.r = 0; @@ -299,12 +299,12 @@ public final class c extends e { byte b2 = (byte) (t2 & Opcodes.LAND); byte b3 = (byte) (t3 & Opcodes.LAND); if (b2 != 0 || b3 != 0) { - boolean z5 = this.f848z; + boolean z5 = this.f849z; if ((t & 4) == 4) { boolean[] zArr = n; if (zArr[t2] && zArr[t3]) { z2 = true; - this.f848z = z2; + this.f849z = z2; if (z2) { if ((b2 & 240) == 16) { if (this.A && this.B == b2 && this.C == b3) { @@ -371,8 +371,8 @@ public final class c extends e { } a aVar2 = this.u; if (i6 != aVar2.d) { - if (this.f846x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f846x, this.f847y); + if (this.f847x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f847x, this.f848y); this.u = aVar3; this.t.add(aVar3); } @@ -408,7 +408,7 @@ public final class c extends e { m(4); break; default: - int i8 = this.f846x; + int i8 = this.f847x; if (i8 != 0) { if (b3 == 33) { this.u.b(); @@ -417,7 +417,7 @@ public final class c extends e { switch (b3) { case 44: this.v = Collections.emptyList(); - int i9 = this.f846x; + int i9 = this.f847x; if (i9 == 1 || i9 == 3) { k(); break; @@ -425,12 +425,12 @@ public final class c extends e { case 45: if (i8 == 1 && !this.u.e()) { a aVar5 = this.u; - aVar5.f849b.add(aVar5.d()); + aVar5.f850b.add(aVar5.d()); aVar5.c.setLength(0); aVar5.a.clear(); int min = Math.min(aVar5.h, aVar5.d); - while (aVar5.f849b.size() >= min) { - aVar5.f849b.remove(0); + while (aVar5.f850b.size() >= min) { + aVar5.f850b.remove(0); } break; } @@ -482,7 +482,7 @@ public final class c extends e { } } z2 = false; - this.f848z = z2; + this.f849z = z2; if (z2) { } this.A = false; @@ -492,7 +492,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f846x; + int i10 = this.f847x; if (i10 == 1 || i10 == 3) { this.v = j(); this.F = this.e; @@ -513,7 +513,7 @@ public final class c extends e { l(0); m(4); k(); - this.f848z = false; + this.f849z = false; this.A = false; this.B = (byte) 0; this.C = (byte) 0; @@ -531,7 +531,7 @@ public final class c extends e { if (g2 != null) { return g2; } - long j2 = this.f845s; + long j2 = this.f846s; boolean z2 = false; if (j2 != -9223372036854775807L) { long j3 = this.F; @@ -539,7 +539,7 @@ public final class c extends e { z2 = true; } } - if (!z2 || (pollFirst = this.f858b.pollFirst()) == null) { + if (!z2 || (pollFirst = this.f859b.pollFirst()) == null) { return null; } List emptyList = Collections.emptyList(); @@ -582,15 +582,15 @@ public final class c extends e { } public final void k() { - this.u.f(this.f846x); + this.u.f(this.f847x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f846x; + int i3 = this.f847x; if (i3 != i2) { - this.f846x = i2; + this.f847x = i2; if (i2 == 3) { for (int i4 = 0; i4 < this.t.size(); i4++) { this.t.get(i4).g = i2; @@ -605,7 +605,7 @@ public final class c extends e { } public final void m(int i2) { - this.f847y = i2; + this.f848y = i2; this.u.h = i2; } diff --git a/app/src/main/java/b/i/a/c/b3/n/d.java b/app/src/main/java/b/i/a/c/b3/n/d.java index bfbe90da79..5f5cb8e468 100644 --- a/app/src/main/java/b/i/a/c/b3/n/d.java +++ b/app/src/main/java/b/i/a/c/b3/n/d.java @@ -44,7 +44,7 @@ public final class d extends e { public final b.i.a.c.b3.b a; /* renamed from: b reason: collision with root package name */ - public final int f851b; + public final int f852b; public a(CharSequence charSequence, Layout.Alignment alignment, float f, int i, int i2, float f2, int i3, float f3, boolean z2, int i4, int i5) { int i6; @@ -57,7 +57,7 @@ public final class d extends e { i6 = ViewCompat.MEASURED_STATE_MASK; } this.a = new b.i.a.c.b3.b(charSequence, alignment, null, null, f, i, i2, f2, i3, Integer.MIN_VALUE, -3.4028235E38f, f3, -3.4028235E38f, z3, i6, Integer.MIN_VALUE, 0.0f, null); - this.f851b = i5; + this.f852b = i5; } } @@ -66,7 +66,7 @@ public final class d extends e { public static final class b { /* renamed from: b reason: collision with root package name */ - public static final int f852b; + public static final int f853b; public static final int c; public static final int[] h; public static final int[] k; @@ -86,20 +86,20 @@ public final class d extends e { public int r; /* renamed from: s reason: collision with root package name */ - public int f853s; + public int f854s; public int t; public int u; public boolean v; public int w; /* renamed from: x reason: collision with root package name */ - public int f854x; + public int f855x; /* renamed from: y reason: collision with root package name */ - public int f855y; + public int f856y; /* renamed from: z reason: collision with root package name */ - public int f856z; + public int f857z; public static final int a = d(2, 2, 2, 0); public static final int[] d = {0, 0, 0, 0, 0, 2, 0}; public static final int[] e = {0, 0, 0, 0, 0, 0, 2}; @@ -110,7 +110,7 @@ public final class d extends e { static { int d2 = d(0, 0, 0, 0); - f852b = d2; + f853b = d2; int d3 = d(0, 0, 0, 3); c = d3; h = new int[]{d2, d3, d2, d2, d3, d2, d2}; @@ -228,15 +228,15 @@ public final class d extends e { this.p = 4; this.q = false; this.r = 0; - this.f853s = 0; + this.f854s = 0; this.t = 0; this.u = 15; this.v = true; this.w = 0; - this.f854x = 0; - this.f855y = 0; - int i2 = f852b; - this.f856z = i2; + this.f855x = 0; + this.f856y = 0; + int i2 = f853b; + this.f857z = i2; this.D = a; this.F = i2; } @@ -271,7 +271,7 @@ public final class d extends e { if (!(this.E == -1 || this.F == i3)) { this.m.setSpan(new BackgroundColorSpan(this.F), this.E, this.m.length(), 33); } - if (i3 != f852b) { + if (i3 != f853b) { this.E = this.m.length(); this.F = i3; } @@ -284,13 +284,13 @@ public final class d extends e { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f857b; + public final int f858b; public final byte[] c; public int d = 0; public c(int i, int i2) { this.a = i; - this.f857b = i2; + this.f858b = i2; this.c = new byte[(i2 * 2) - 1]; } } @@ -366,7 +366,7 @@ public final class d extends e { } } c cVar3 = this.o; - if (cVar3.d == (cVar3.f857b * 2) - 1) { + if (cVar3.d == (cVar3.f858b * 2) - 1) { j(); } } @@ -395,7 +395,7 @@ public final class d extends e { c cVar = this.o; if (cVar != null) { int i = cVar.d; - int i2 = (cVar.f857b * 2) - 1; + int i2 = (cVar.f858b * 2) - 1; if (i != i2) { int i3 = cVar.a; StringBuilder sb = new StringBuilder(115); @@ -568,7 +568,7 @@ public final class d extends e { int g5 = this.h.g(2); this.h.m(8); b bVar3 = this.l; - bVar3.f856z = d3; + bVar3.f857z = d3; bVar3.w = g5; break; } @@ -603,7 +603,7 @@ public final class d extends e { bVar4.p = g6; bVar4.q = f5; bVar4.r = g7; - bVar4.f853s = g8; + bVar4.f854s = g8; bVar4.t = g9; int i14 = g10 + 1; if (bVar4.u != i14) { @@ -614,19 +614,19 @@ public final class d extends e { } } } - if (!(g11 == 0 || bVar4.f854x == g11)) { - bVar4.f854x = g11; + if (!(g11 == 0 || bVar4.f855x == g11)) { + bVar4.f855x = g11; int i15 = g11 - 1; int i16 = b.h[i15]; boolean z3 = b.g[i15]; int i17 = b.e[i15]; int i18 = b.f[i15]; int i19 = b.d[i15]; - bVar4.f856z = i16; + bVar4.f857z = i16; bVar4.w = i19; } - if (!(g12 == 0 || bVar4.f855y == g12)) { - bVar4.f855y = g12; + if (!(g12 == 0 || bVar4.f856y == g12)) { + bVar4.f856y = g12; int i20 = g12 - 1; int i21 = b.j[i20]; int i22 = b.i[i20]; @@ -849,10 +849,10 @@ public final class d extends e { throw new IllegalArgumentException(b.d.b.a.a.f(43, "Unexpected justification value: ", bVar.w)); } if (!bVar.q) { - f2 = bVar.f853s / 99.0f; + f2 = bVar.f854s / 99.0f; f = bVar.r / 99.0f; } else { - f2 = bVar.f853s / 209.0f; + f2 = bVar.f854s / 209.0f; f = bVar.r / 74.0f; } float f3 = (f2 * 0.9f) + 0.05f; @@ -860,7 +860,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f856z == b.f852b, bVar.f856z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f857z == b.f853b, bVar.f857z, bVar.p); } alignment = Layout.Alignment.ALIGN_NORMAL; if (!bVar.q) { @@ -870,7 +870,7 @@ public final class d extends e { int i42 = bVar.t; int i52 = i42 / 3; int i62 = i42 % 3; - aVar = new a(spannableStringBuilder, alignment, f42, 0, i52 != 0 ? 0 : i52 == 1 ? 1 : 2, f32, i62 != 0 ? 0 : i62 == 1 ? 1 : 2, -3.4028235E38f, bVar.f856z == b.f852b, bVar.f856z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f42, 0, i52 != 0 ? 0 : i52 == 1 ? 1 : 2, f32, i62 != 0 ? 0 : i62 == 1 ? 1 : 2, -3.4028235E38f, bVar.f857z == b.f853b, bVar.f857z, bVar.p); } if (aVar != null) { arrayList.add(aVar); diff --git a/app/src/main/java/b/i/a/c/b3/n/e.java b/app/src/main/java/b/i/a/c/b3/n/e.java index fba8f6fac8..9e1fb04775 100644 --- a/app/src/main/java/b/i/a/c/b3/n/e.java +++ b/app/src/main/java/b/i/a/c/b3/n/e.java @@ -20,7 +20,7 @@ public abstract class e implements h { public final ArrayDeque a = new ArrayDeque<>(); /* renamed from: b reason: collision with root package name */ - public final ArrayDeque f858b; + public final ArrayDeque f859b; public final PriorityQueue c; @Nullable public b d; @@ -32,7 +32,7 @@ public abstract class e implements h { public static final class b extends j implements Comparable { /* renamed from: s reason: collision with root package name */ - public long f859s; + public long f860s; public b() { } @@ -46,7 +46,7 @@ public abstract class e implements h { if (n() == bVar2.n()) { long j = this.n - bVar2.n; if (j == 0) { - j = this.f859s - bVar2.f859s; + j = this.f860s - bVar2.f860s; if (j == 0) { return 0; } @@ -75,7 +75,7 @@ public abstract class e implements h { e eVar = ((b) this.n).a; Objects.requireNonNull(eVar); q(); - eVar.f858b.add(this); + eVar.f859b.add(this); } } @@ -83,9 +83,9 @@ public abstract class e implements h { for (int i = 0; i < 10; i++) { this.a.add(new b(null)); } - this.f858b = new ArrayDeque<>(); + this.f859b = new ArrayDeque<>(); for (int i2 = 0; i2 < 2; i2++) { - this.f858b.add(new c(new b(this))); + this.f859b.add(new c(new b(this))); } this.c = new PriorityQueue<>(); } @@ -117,7 +117,7 @@ public abstract class e implements h { } else { long j = this.f; this.f = 1 + j; - bVar.f859s = j; + bVar.f860s = j; this.c.add(bVar); } this.d = null; @@ -145,7 +145,7 @@ public abstract class e implements h { @Nullable /* renamed from: g */ public k b() throws SubtitleDecoderException { - if (this.f858b.isEmpty()) { + if (this.f859b.isEmpty()) { return null; } while (!this.c.isEmpty()) { @@ -155,7 +155,7 @@ public abstract class e implements h { } b poll = this.c.poll(); if (poll.n()) { - k pollFirst = this.f858b.pollFirst(); + k pollFirst = this.f859b.pollFirst(); pollFirst.j(4); i(poll); return pollFirst; @@ -163,7 +163,7 @@ public abstract class e implements h { f(poll); if (h()) { g e = e(); - k pollFirst2 = this.f858b.pollFirst(); + k pollFirst2 = this.f859b.pollFirst(); pollFirst2.r(poll.n, e, RecyclerView.FOREVER_NS); i(poll); return pollFirst2; diff --git a/app/src/main/java/b/i/a/c/b3/o/a.java b/app/src/main/java/b/i/a/c/b3/o/a.java index 99e4922ec9..f4c0107d97 100644 --- a/app/src/main/java/b/i/a/c/b3/o/a.java +++ b/app/src/main/java/b/i/a/c/b3/o/a.java @@ -137,7 +137,7 @@ public final class a extends f { i8 = 16; } b.f fVar2 = new b.f(g8, f, g9, g10, g11, g12, g13, g14, g15, g16, sparseArray2); - if (dVar3.f864b == 0 && (fVar = hVar2.c.get(g8)) != null) { + if (dVar3.f865b == 0 && (fVar = hVar2.c.get(g8)) != null) { SparseArray sparseArray3 = fVar.j; for (int i12 = 0; i12 < sparseArray3.size(); i12++) { fVar2.j.put(sparseArray3.keyAt(i12), sparseArray3.valueAt(i12)); @@ -149,7 +149,7 @@ public final class a extends f { break; case 18: if (g2 != hVar2.a) { - if (g2 == hVar2.f868b) { + if (g2 == hVar2.f869b) { b.a f2 = b.f(wVar, g3); hVar2.f.put(f2.a, f2); break; @@ -162,7 +162,7 @@ public final class a extends f { break; case 19: if (g2 != hVar2.a) { - if (g2 == hVar2.f868b) { + if (g2 == hVar2.f869b) { b.c g22 = b.g(wVar); hVar2.g.put(g22.a, g22); break; @@ -210,8 +210,8 @@ public final class a extends f { bVar2 = bVar.g; } Bitmap bitmap = bVar.j; - if (!(bitmap != null && bVar2.a + 1 == bitmap.getWidth() && bVar2.f862b + 1 == bVar.j.getHeight())) { - Bitmap createBitmap = Bitmap.createBitmap(bVar2.a + 1, bVar2.f862b + 1, Bitmap.Config.ARGB_8888); + if (!(bitmap != null && bVar2.a + 1 == bitmap.getWidth() && bVar2.f863b + 1 == bVar.j.getHeight())) { + Bitmap createBitmap = Bitmap.createBitmap(bVar2.a + 1, bVar2.f863b + 1, Bitmap.Config.ARGB_8888); bVar.j = createBitmap; bVar.f.setBitmap(createBitmap); } @@ -223,7 +223,7 @@ public final class a extends f { b.e valueAt = sparseArray4.valueAt(i13); b.f fVar3 = bVar.i.c.get(sparseArray4.keyAt(i13)); int i14 = valueAt.a + bVar2.c; - int i15 = valueAt.f865b + bVar2.e; + int i15 = valueAt.f866b + bVar2.e; bVar.f.clipRect(i14, i15, Math.min(fVar3.c + i14, bVar2.d), Math.min(fVar3.d + i15, bVar2.f)); b.a aVar = bVar.i.d.get(fVar3.f); if (aVar == null && (aVar = bVar.i.f.get(fVar3.f)) == null) { @@ -238,15 +238,15 @@ public final class a extends f { cVar3 = bVar.i.g.get(keyAt); } if (cVar3 != null) { - Paint paint = cVar3.f863b ? null : bVar.d; + Paint paint = cVar3.f864b ? null : bVar.d; int i17 = fVar3.e; sparseArray4 = sparseArray4; int i18 = valueAt2.a + i14; - int i19 = valueAt2.f867b + i15; + int i19 = valueAt2.f868b + i15; sparseArray5 = sparseArray5; Canvas canvas = bVar.f; cVar = cVar; - int[] iArr = i17 == 3 ? aVar.d : i17 == 2 ? aVar.c : aVar.f861b; + int[] iArr = i17 == 3 ? aVar.d : i17 == 2 ? aVar.c : aVar.f862b; i13 = i13; b.e(cVar3.c, iArr, i17, i18, i19, paint, canvas); b.e(cVar3.d, iArr, i17, i18, i19 + 1, paint, canvas); @@ -257,14 +257,14 @@ public final class a extends f { sparseArray5 = sparseArray5; } } - if (fVar3.f866b) { + if (fVar3.f867b) { int i20 = fVar3.e; - bVar.e.setColor(i20 == 3 ? aVar.d[fVar3.g] : i20 == 2 ? aVar.c[fVar3.h] : aVar.f861b[fVar3.i]); + bVar.e.setColor(i20 == 3 ? aVar.d[fVar3.g] : i20 == 2 ? aVar.c[fVar3.h] : aVar.f862b[fVar3.i]); bVar.f.drawRect(i14, i15, fVar3.c + i14, fVar3.d + i15, bVar.e); } Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i14, i15, fVar3.c, fVar3.d); float f5 = bVar2.a; - float f6 = bVar2.f862b; + float f6 = bVar2.f863b; arrayList.add(new b.i.a.c.b3.b(null, null, null, createBitmap2, i15 / f6, 0, 0, i14 / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, fVar3.c / f5, fVar3.d / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); bVar.f.drawColor(0, PorterDuff.Mode.CLEAR); bVar.f.restore(); diff --git a/app/src/main/java/b/i/a/c/b3/o/b.java b/app/src/main/java/b/i/a/c/b3/o/b.java index 100d125554..38a28f51d0 100644 --- a/app/src/main/java/b/i/a/c/b3/o/b.java +++ b/app/src/main/java/b/i/a/c/b3/o/b.java @@ -17,7 +17,7 @@ public final class b { public static final byte[] a = {0, 7, 8, 15}; /* renamed from: b reason: collision with root package name */ - public static final byte[] f860b = {0, 119, -120, -1}; + public static final byte[] f861b = {0, 119, -120, -1}; public static final byte[] c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; public final Paint d; public final Paint e; @@ -33,13 +33,13 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int[] f861b; + public final int[] f862b; public final int[] c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; - this.f861b = iArr; + this.f862b = iArr; this.c = iArr2; this.d = iArr3; } @@ -52,7 +52,7 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f862b; + public final int f863b; public final int c; public final int d; public final int e; @@ -60,7 +60,7 @@ public final class b { public C0094b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; - this.f862b = i2; + this.f863b = i2; this.c = i3; this.d = i4; this.e = i5; @@ -74,13 +74,13 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f863b; + public final boolean f864b; public final byte[] c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; - this.f863b = z2; + this.f864b = z2; this.c = bArr; this.d = bArr2; } @@ -92,12 +92,12 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f864b; + public final int f865b; public final SparseArray c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; - this.f864b = i3; + this.f865b = i3; this.c = sparseArray; } } @@ -108,11 +108,11 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f865b; + public final int f866b; public e(int i, int i2) { this.a = i; - this.f865b = i2; + this.f866b = i2; } } @@ -122,7 +122,7 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f866b; + public final boolean f867b; public final int c; public final int d; public final int e; @@ -134,7 +134,7 @@ public final class b { public f(int i, boolean z2, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, SparseArray sparseArray) { this.a = i; - this.f866b = z2; + this.f867b = z2; this.c = i2; this.d = i3; this.e = i5; @@ -152,11 +152,11 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f867b; + public final int f868b; public g(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i3; - this.f867b = i4; + this.f868b = i4; } } @@ -166,7 +166,7 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f868b; + public final int f869b; public final SparseArray c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); @@ -179,7 +179,7 @@ public final class b { public h(int i, int i2) { this.a = i; - this.f868b = i2; + this.f869b = i2; } } @@ -335,7 +335,7 @@ public final class b { switch (g3) { case 16: if (i == 3) { - bArr2 = bArr3 == null ? f860b : bArr3; + bArr2 = bArr3 == null ? f861b : bArr3; } else if (i == 2) { bArr2 = bArr5 == null ? a : bArr5; } else { diff --git a/app/src/main/java/b/i/a/c/b3/p/a.java b/app/src/main/java/b/i/a/c/b3/p/a.java index 6046896dd1..4ef64d9957 100644 --- a/app/src/main/java/b/i/a/c/b3/p/a.java +++ b/app/src/main/java/b/i/a/c/b3/p/a.java @@ -30,7 +30,7 @@ public final class a extends f { public final x a = new x(); /* renamed from: b reason: collision with root package name */ - public final int[] f869b = new int[256]; + public final int[] f870b = new int[256]; public boolean c; public int d; public int e; @@ -68,7 +68,7 @@ public final class a extends f { xVar3.a = bArr; xVar3.c = i; int i3 = 0; - xVar3.f982b = 0; + xVar3.f983b = 0; if (xVar3.a() > 0 && xVar3.c() == 120) { if (aVar.q == null) { aVar.q = new Inflater(); @@ -86,7 +86,7 @@ public final class a extends f { int i4 = xVar5.c; int t = xVar5.t(); int y2 = xVar5.y(); - int i5 = xVar5.f982b + y2; + int i5 = xVar5.f983b + y2; if (i5 > i4) { xVar5.E(i4); bVar = null; @@ -97,7 +97,7 @@ public final class a extends f { Objects.requireNonNull(aVar2); if (y2 % 5 == 2) { xVar5.F(2); - Arrays.fill(aVar2.f869b, i3); + Arrays.fill(aVar2.f870b, i3); int i6 = y2 / 5; int i7 = 0; while (i7 < i6) { @@ -107,7 +107,7 @@ public final class a extends f { double t4 = xVar5.t() - 128; arrayList = arrayList; double t5 = xVar5.t() - 128; - aVar2.f869b[t2] = (e0.h((int) ((1.402d * t4) + d), 0, 255) << 16) | (xVar5.t() << 24) | (e0.h((int) ((d - (0.34414d * t5)) - (t4 * 0.71414d)), 0, 255) << 8) | e0.h((int) ((t5 * 1.772d) + d), 0, 255); + aVar2.f870b[t2] = (e0.h((int) ((1.402d * t4) + d), 0, 255) << 16) | (xVar5.t() << 24) | (e0.h((int) ((d - (0.34414d * t5)) - (t4 * 0.71414d)), 0, 255) << 8) | e0.h((int) ((t5 * 1.772d) + d), 0, 255); i7++; xVar5 = xVar5; } @@ -131,7 +131,7 @@ public final class a extends f { } } x xVar6 = aVar2.a; - int i9 = xVar6.f982b; + int i9 = xVar6.f983b; int i10 = xVar6.c; if (i9 < i10 && i8 > 0) { int min = Math.min(i8, i10 - i9); @@ -159,7 +159,7 @@ public final class a extends f { bVar = null; } else { xVar = xVar5; - if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (xVar2 = aVar2.a).c) == 0 || xVar2.f982b != i2 || !aVar2.c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (xVar2 = aVar2.a).c) == 0 || xVar2.f983b != i2 || !aVar2.c) { bVar = null; } else { xVar2.E(0); @@ -170,12 +170,12 @@ public final class a extends f { int t6 = aVar2.a.t(); if (t6 != 0) { i12++; - iArr[i12] = aVar2.f869b[t6]; + iArr[i12] = aVar2.f870b[t6]; } else { int t7 = aVar2.a.t(); if (t7 != 0) { i12 = ((t7 & 64) == 0 ? t7 & 63 : ((t7 & 63) << 8) | aVar2.a.t()) + i12; - Arrays.fill(iArr, i12, i12, (t7 & 128) == 0 ? 0 : aVar2.f869b[aVar2.a.t()]); + Arrays.fill(iArr, i12, i12, (t7 & 128) == 0 ? 0 : aVar2.f870b[aVar2.a.t()]); } } } diff --git a/app/src/main/java/b/i/a/c/b3/q/c.java b/app/src/main/java/b/i/a/c/b3/q/c.java index 2733272eae..9890798c32 100644 --- a/app/src/main/java/b/i/a/c/b3/q/c.java +++ b/app/src/main/java/b/i/a/c/b3/q/c.java @@ -5,10 +5,10 @@ public final class c implements b { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f870b; + public final int f871b; public c(String str, int i) { this.a = str; - this.f870b = i; + this.f871b = i; } } diff --git a/app/src/main/java/b/i/a/c/b3/q/d.java b/app/src/main/java/b/i/a/c/b3/q/d.java index f5e755869a..df4a5a214b 100644 --- a/app/src/main/java/b/i/a/c/b3/q/d.java +++ b/app/src/main/java/b/i/a/c/b3/q/d.java @@ -5,12 +5,12 @@ public final class d implements b { public int a; /* renamed from: b reason: collision with root package name */ - public int f871b; + public int f872b; public final int c; public d(int i, int i2, int i3) { this.a = i; - this.f871b = i2; + this.f872b = i2; this.c = i3; } } diff --git a/app/src/main/java/b/i/a/c/b3/r/a.java b/app/src/main/java/b/i/a/c/b3/r/a.java index 90e29de4b0..3b0dd229aa 100644 --- a/app/src/main/java/b/i/a/c/b3/r/a.java +++ b/app/src/main/java/b/i/a/c/b3/r/a.java @@ -38,7 +38,7 @@ public final class a extends f { public float r = -3.4028235E38f; /* renamed from: s reason: collision with root package name */ - public float f872s = -3.4028235E38f; + public float f873s = -3.4028235E38f; public a(@Nullable List list) { super("SsaDecoder"); @@ -144,7 +144,7 @@ public final class a extends f { if (n2 == -9223372036854775807L) { Log.w("SsaDecoder", g.length() != 0 ? "Skipping invalid timing: ".concat(g) : new String("Skipping invalid timing: ")); } else { - long n3 = n(split[bVar.f873b]); + long n3 = n(split[bVar.f874b]); if (n3 == -9223372036854775807L) { Log.w("SsaDecoder", g.length() != 0 ? "Skipping invalid timing: ".concat(g) : new String("Skipping invalid timing: ")); } else { @@ -182,7 +182,7 @@ public final class a extends f { } String replace = c.b.a.matcher(str).replaceAll("").replace("\\N", "\n").replace("\\n", "\n").replace("\\h", " "); float f5 = aVar.r; - float f6 = aVar.f872s; + float f6 = aVar.f873s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { if (cVar.c != null) { @@ -232,7 +232,7 @@ public final class a extends f { f = -3.4028235E38f; } if (i10 == i3) { - i10 = cVar != null ? cVar.f874b : i3; + i10 = cVar != null ? cVar.f875b : i3; } switch (i10) { case 0: @@ -359,7 +359,7 @@ public final class a extends f { this.r = Float.parseFloat(split[1].trim()); } else if (u1.equals("playresy")) { try { - this.f872s = Float.parseFloat(split[1].trim()); + this.f873s = Float.parseFloat(split[1].trim()); } catch (NumberFormatException unused) { } } @@ -495,7 +495,7 @@ public final class a extends f { } else { try { trim = split3[aVar.a].trim(); - int i13 = aVar.f875b; + int i13 = aVar.f876b; a = i13 != -1 ? c.a(split3[i13].trim()) : -1; int i14 = aVar.c; c2 = i14 != -1 ? c.c(split3[i14].trim()) : null; diff --git a/app/src/main/java/b/i/a/c/b3/r/b.java b/app/src/main/java/b/i/a/c/b3/r/b.java index 9f98f1fcdd..f63aea6bfe 100644 --- a/app/src/main/java/b/i/a/c/b3/r/b.java +++ b/app/src/main/java/b/i/a/c/b3/r/b.java @@ -11,14 +11,14 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f873b; + public final int f874b; public final int c; public final int d; public final int e; public b(int i, int i2, int i3, int i4, int i5) { this.a = i; - this.f873b = i2; + this.f874b = i2; this.c = i3; this.d = i4; this.e = i5; diff --git a/app/src/main/java/b/i/a/c/b3/r/c.java b/app/src/main/java/b/i/a/c/b3/r/c.java index a4803eabbe..59a5b98812 100644 --- a/app/src/main/java/b/i/a/c/b3/r/c.java +++ b/app/src/main/java/b/i/a/c/b3/r/c.java @@ -18,7 +18,7 @@ public final class c { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f874b; + public final int f875b; @Nullable @ColorInt public final Integer c; @@ -34,7 +34,7 @@ public final class c { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f875b; + public final int f876b; public final int c; public final int d; public final int e; @@ -45,7 +45,7 @@ public final class c { public a(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) { this.a = i; - this.f875b = i2; + this.f876b = i2; this.c = i3; this.d = i4; this.e = i5; @@ -62,7 +62,7 @@ public final class c { public static final Pattern a = Pattern.compile("\\{([^}]*)\\}"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f876b = Pattern.compile(e0.k("\\\\pos\\((%1$s),(%1$s)\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); + public static final Pattern f877b = Pattern.compile(e0.k("\\\\pos\\((%1$s),(%1$s)\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); public static final Pattern c = Pattern.compile(e0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); public static final Pattern d = Pattern.compile("\\\\an(\\d+)"); @@ -70,7 +70,7 @@ public final class c { public static PointF a(String str) { String str2; String str3; - Matcher matcher = f876b.matcher(str); + Matcher matcher = f877b.matcher(str); Matcher matcher2 = c.matcher(str); boolean find = matcher.find(); boolean find2 = matcher2.find(); @@ -99,7 +99,7 @@ public final class c { public c(String str, int i, @Nullable @ColorInt Integer num, float f, boolean z2, boolean z3, boolean z4, boolean z5) { this.a = str; - this.f874b = i; + this.f875b = i; this.c = num; this.d = f; this.e = z2; diff --git a/app/src/main/java/b/i/a/c/b3/t/b.java b/app/src/main/java/b/i/a/c/b3/t/b.java index 5ea926e443..d2e1f779a9 100644 --- a/app/src/main/java/b/i/a/c/b3/t/b.java +++ b/app/src/main/java/b/i/a/c/b3/t/b.java @@ -8,7 +8,7 @@ public final class b { public static final Pattern a = Pattern.compile("\\s+"); /* renamed from: b reason: collision with root package name */ - public static final r f877b = r.l(2, "auto", "none"); + public static final r f878b = r.l(2, "auto", "none"); public static final r c = r.r("dot", "sesame", "circle"); public static final r d = r.l(2, "filled", "open"); public static final r e = r.r("after", "before", "outside"); diff --git a/app/src/main/java/b/i/a/c/b3/t/c.java b/app/src/main/java/b/i/a/c/b3/t/c.java index aa06a78d9a..8f9fe149c0 100644 --- a/app/src/main/java/b/i/a/c/b3/t/c.java +++ b/app/src/main/java/b/i/a/c/b3/t/c.java @@ -40,7 +40,7 @@ public final class c extends f { public static final Pattern r = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$"); /* renamed from: s reason: collision with root package name */ - public static final Pattern f878s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + public static final Pattern f879s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); public static final Pattern t = Pattern.compile("^(\\d+) (\\d+)$"); public static final b u = new b(30.0f, 1, 1); public static final a v = new a(32, 15); @@ -62,12 +62,12 @@ public final class c extends f { public final float a; /* renamed from: b reason: collision with root package name */ - public final int f879b; + public final int f880b; public final int c; public b(float f, int i, int i2) { this.a = f; - this.f879b = i; + this.f880b = i; this.c = i2; } } @@ -79,11 +79,11 @@ public final class c extends f { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f880b; + public final int f881b; public C0096c(int i, int i2) { this.a = i; - this.f880b = i2; + this.f881b = i2; } } @@ -267,7 +267,7 @@ public final class c extends f { } } b bVar = u; - int i2 = bVar.f879b; + int i2 = bVar.f880b; String attributeValue3 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "subFrameRate"); if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); @@ -319,7 +319,7 @@ public final class c extends f { if (r05 != null) { Pattern pattern = r; Matcher matcher = pattern.matcher(r05); - Pattern pattern2 = f878s; + Pattern pattern2 = f879s; Matcher matcher2 = pattern2.matcher(r05); if (matcher.matches()) { try { @@ -345,7 +345,7 @@ public final class c extends f { Objects.requireNonNull(group4); int parseInt2 = Integer.parseInt(group4); parseFloat = parseInt / cVar.a; - parseFloat2 = parseInt2 / cVar.f880b; + parseFloat2 = parseInt2 / cVar.f881b; } catch (NumberFormatException unused2) { Log.w("TtmlDecoder", r05.length() != 0 ? "Ignoring region with malformed origin: ".concat(r05) : new String("Ignoring region with malformed origin: ")); } @@ -377,7 +377,7 @@ public final class c extends f { String group8 = matcher4.group(2); Objects.requireNonNull(group8); parseFloat4 = parseInt3 / cVar.a; - parseFloat3 = Integer.parseInt(group8) / cVar.f880b; + parseFloat3 = Integer.parseInt(group8) / cVar.f881b; } catch (NumberFormatException unused4) { Log.w("TtmlDecoder", r05.length() != 0 ? "Ignoring region with malformed extent: ".concat(r05) : new String("Ignoring region with malformed extent: ")); } @@ -890,7 +890,7 @@ public final class c extends f { case 7: fVar2 = k(fVar2); try { - fVar2.f883b = i.a(attributeValue, false); + fVar2.f884b = i.a(attributeValue, false); fVar2.c = true; break; } catch (IllegalArgumentException unused) { @@ -915,7 +915,7 @@ public final class c extends f { q.c("TtmlDecoder", valueOf3.length() != 0 ? "Failed to parse shear: ".concat(valueOf3) : new String("Failed to parse shear: "), e); } } - k.f884s = f; + k.f885s = f; fVar2 = k; break; case '\t': @@ -959,21 +959,21 @@ public final class c extends f { c2 = 2; if (c2 == 0) { } - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { } } c2 = 65535; if (c2 == 0) { } - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { } } else if (hashCode2 != -1106037339) { if (hashCode2 == 92734940 && str.equals("after")) { c2 = 0; int i3 = c2 == 0 ? c2 != 1 ? 1 : -2 : 2; - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { String str2 = (String) new n0(aVar).next(); int hashCode3 = str2.hashCode(); @@ -1053,7 +1053,7 @@ public final class c extends f { c2 = 65535; if (c2 == 0) { } - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { } } else { @@ -1061,14 +1061,14 @@ public final class c extends f { c2 = 1; if (c2 == 0) { } - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { } } c2 = 65535; if (c2 == 0) { } - aVar = (h.a) h.b(b.f877b, n2); + aVar = (h.a) h.b(b.f878b, n2); if (aVar.isEmpty()) { } } @@ -1147,7 +1147,7 @@ public final class c extends f { double d3 = ShadowDrawableWrapper.COS_45; double parseDouble = parseLong + (group6 != null ? Double.parseDouble(group6) : 0.0d) + (matcher.group(5) != null ? ((float) Long.parseLong(group4)) / bVar.a : 0.0d); if (matcher.group(6) != null) { - d3 = (Long.parseLong(group5) / bVar.f879b) / bVar.a; + d3 = (Long.parseLong(group5) / bVar.f880b) / bVar.a; } return (long) ((parseDouble + d3) * 1000000.0d); } @@ -1229,7 +1229,7 @@ public final class c extends f { if (r0 == null) { return null; } - Matcher matcher = f878s.matcher(r0); + Matcher matcher = f879s.matcher(r0); if (!matcher.matches()) { Log.w("TtmlDecoder", r0.length() != 0 ? "Ignoring non-pixel tts extent: ".concat(r0) : new String("Ignoring non-pixel tts extent: ")); return null; diff --git a/app/src/main/java/b/i/a/c/b3/t/d.java b/app/src/main/java/b/i/a/c/b3/t/d.java index 25e74ae0fa..6fc6ee363c 100644 --- a/app/src/main/java/b/i/a/c/b3/t/d.java +++ b/app/src/main/java/b/i/a/c/b3/t/d.java @@ -33,7 +33,7 @@ public final class d { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f881b; + public final String f882b; public final boolean c; public final long d; public final long e; @@ -52,7 +52,7 @@ public final class d { public d(@Nullable String str, @Nullable String str2, long j, long j2, @Nullable f fVar, @Nullable String[] strArr, String str3, @Nullable String str4, @Nullable d dVar) { this.a = str; - this.f881b = str2; + this.f882b = str2; this.i = str4; this.f = fVar; this.g = strArr; @@ -190,7 +190,7 @@ public final class d { } if (T12.c) { if (T12.c) { - b.c.a.a0.d.c(spannableStringBuilder, new ForegroundColorSpan(T12.f883b), intValue, intValue2, 33); + b.c.a.a0.d.c(spannableStringBuilder, new ForegroundColorSpan(T12.f884b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); } @@ -257,8 +257,8 @@ public final class d { if (dVar != null) { if (dVar.d() == 1) { z2 = false; - if (dVar.c(0).f881b != null) { - String str3 = dVar.c(0).f881b; + if (dVar.c(0).f882b != null) { + String str3 = dVar.c(0).f882b; int i7 = e0.a; f T15 = b.c.a.a0.d.T1(dVar.f, dVar.g, map); int i8 = T15 != null ? T15.n : -1; @@ -281,7 +281,7 @@ public final class d { b.c.a.a0.d.c(spannableStringBuilder, new RelativeSizeSpan(T12.k / 100.0f), intValue, intValue2, 33); } if ("p".equals(this.a)) { - float f = T12.f884s; + float f = T12.f885s; if (f != Float.MAX_VALUE) { bVar.q = (f * (-90.0f)) / 100.0f; } @@ -342,7 +342,7 @@ public final class d { } if (this.c && z2) { SpannableStringBuilder f = f(str, map); - String str2 = this.f881b; + String str2 = this.f882b; Objects.requireNonNull(str2); f.append((CharSequence) str2); } else if ("br".equals(this.a) && z2) { diff --git a/app/src/main/java/b/i/a/c/b3/t/e.java b/app/src/main/java/b/i/a/c/b3/t/e.java index 8425f683ae..68b452d49b 100644 --- a/app/src/main/java/b/i/a/c/b3/t/e.java +++ b/app/src/main/java/b/i/a/c/b3/t/e.java @@ -5,7 +5,7 @@ public final class e { public final String a; /* renamed from: b reason: collision with root package name */ - public final float f882b; + public final float f883b; public final float c; public final int d; public final int e; @@ -17,7 +17,7 @@ public final class e { public e(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) { this.a = str; - this.f882b = f; + this.f883b = f; this.c = f2; this.d = i; this.e = i2; diff --git a/app/src/main/java/b/i/a/c/b3/t/f.java b/app/src/main/java/b/i/a/c/b3/t/f.java index e60ef5e641..0f1caf8b7d 100644 --- a/app/src/main/java/b/i/a/c/b3/t/f.java +++ b/app/src/main/java/b/i/a/c/b3/t/f.java @@ -9,7 +9,7 @@ public final class f { public String a; /* renamed from: b reason: collision with root package name */ - public int f883b; + public int f884b; public boolean c; public int d; public boolean e; @@ -32,7 +32,7 @@ public final class f { public int q = -1; /* renamed from: s reason: collision with root package name */ - public float f884s = Float.MAX_VALUE; + public float f885s = Float.MAX_VALUE; public f a(@Nullable f fVar) { int i; @@ -41,7 +41,7 @@ public final class f { String str; if (fVar != null) { if (!this.c && fVar.c) { - this.f883b = fVar.f883b; + this.f884b = fVar.f884b; this.c = true; } if (this.h == -1) { @@ -78,8 +78,8 @@ public final class f { if (this.r == null) { this.r = fVar.r; } - if (this.f884s == Float.MAX_VALUE) { - this.f884s = fVar.f884s; + if (this.f885s == Float.MAX_VALUE) { + this.f885s = fVar.f885s; } if (!this.e && fVar.e) { this.d = fVar.d; diff --git a/app/src/main/java/b/i/a/c/b3/t/g.java b/app/src/main/java/b/i/a/c/b3/t/g.java index bd5febd3a0..48620f25fd 100644 --- a/app/src/main/java/b/i/a/c/b3/t/g.java +++ b/app/src/main/java/b/i/a/c/b3/t/g.java @@ -79,7 +79,7 @@ public final class g implements b.i.a.c.b3.g { Bitmap decodeByteArray = BitmapFactory.decodeByteArray(decode, 0, decode.length); e eVar = map2.get(pair.first); Objects.requireNonNull(eVar); - arrayList2.add(new b(null, null, null, decodeByteArray, eVar.c, 0, eVar.e, eVar.f882b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); + arrayList2.add(new b(null, null, null, decodeByteArray, eVar.c, 0, eVar.e, eVar.f883b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); } } for (Map.Entry entry : treeMap.entrySet()) { @@ -135,7 +135,7 @@ public final class g implements b.i.a.c.b3.g { bVar.e = f; bVar.f = i9; bVar.g = eVar2.e; - bVar.h = eVar2.f882b; + bVar.h = eVar2.f883b; bVar.l = eVar2.f; float f2 = eVar2.i; int i10 = eVar2.h; diff --git a/app/src/main/java/b/i/a/c/b3/u/a.java b/app/src/main/java/b/i/a/c/b3/u/a.java index dc5cdfda30..5ad92959ef 100644 --- a/app/src/main/java/b/i/a/c/b3/u/a.java +++ b/app/src/main/java/b/i/a/c/b3/u/a.java @@ -26,7 +26,7 @@ public final class a extends f { public final String r; /* renamed from: s reason: collision with root package name */ - public final float f885s; + public final float f886s; public final int t; public a(List list) { @@ -43,16 +43,16 @@ public final class a extends f { z2 = (bArr[0] & 32) == 0 ? false : z2; this.o = z2; if (z2) { - this.f885s = e0.g(((bArr[11] & 255) | ((bArr[10] & 255) << 8)) / i, 0.0f, 0.95f); + this.f886s = e0.g(((bArr[11] & 255) | ((bArr[10] & 255) << 8)) / i, 0.0f, 0.95f); } else { - this.f885s = 0.85f; + this.f886s = 0.85f; } } else { this.p = 0; this.q = -1; this.r = str; this.o = false; - this.f885s = 0.85f; + this.f886s = 0.85f; this.t = -1; } } @@ -96,7 +96,7 @@ public final class a extends f { x xVar = this.n; xVar.a = bArr; xVar.c = i; - xVar.f982b = 0; + xVar.f983b = 0; int i2 = 2; int i3 = 1; k(xVar.a() >= 2); @@ -106,7 +106,7 @@ public final class a extends f { } else { if (xVar.a() >= 2) { byte[] bArr2 = xVar.a; - int i4 = xVar.f982b; + int i4 = xVar.f983b; char c = (char) ((bArr2[i4 + 1] & 255) | ((bArr2[i4] & 255) << 8)); if (c == 65279 || c == 65534) { str = xVar.r(y2, c.e); @@ -129,10 +129,10 @@ public final class a extends f { if (str2 != "sans-serif") { spannableStringBuilder.setSpan(new TypefaceSpan(str2), 0, length2, 16711713); } - float f = this.f885s; + float f = this.f886s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { x xVar2 = this.n; - int i7 = xVar2.f982b; + int i7 = xVar2.f983b; int f2 = xVar2.f(); int f3 = this.n.f(); if (f3 == 1937013100) { diff --git a/app/src/main/java/b/i/a/c/b3/v/a.java b/app/src/main/java/b/i/a/c/b3/v/a.java index 7811ecaa76..f73d765fbf 100644 --- a/app/src/main/java/b/i/a/c/b3/v/a.java +++ b/app/src/main/java/b/i/a/c/b3/v/a.java @@ -9,6 +9,6 @@ public final /* synthetic */ class a implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { - return Integer.compare(((h.b) obj).f890b.f891b, ((h.b) obj2).f890b.f891b); + return Integer.compare(((h.b) obj).f891b.f892b, ((h.b) obj2).f891b.f892b); } } diff --git a/app/src/main/java/b/i/a/c/b3/v/b.java b/app/src/main/java/b/i/a/c/b3/v/b.java index 0f2304ab7c..01f0eb2d3c 100644 --- a/app/src/main/java/b/i/a/c/b3/v/b.java +++ b/app/src/main/java/b/i/a/c/b3/v/b.java @@ -8,6 +8,6 @@ public final /* synthetic */ class b implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { - return Long.compare(((g) obj).f888b, ((g) obj2).f888b); + return Long.compare(((g) obj).f889b, ((g) obj2).f889b); } } diff --git a/app/src/main/java/b/i/a/c/b3/v/c.java b/app/src/main/java/b/i/a/c/b3/v/c.java index 0e13fc2796..3986ac4508 100644 --- a/app/src/main/java/b/i/a/c/b3/v/c.java +++ b/app/src/main/java/b/i/a/c/b3/v/c.java @@ -25,7 +25,7 @@ public final class c extends f { x xVar = this.n; xVar.a = bArr; xVar.c = i; - xVar.f982b = 0; + xVar.f983b = 0; ArrayList arrayList = new ArrayList(); while (this.n.a() > 0) { if (this.n.a() >= 8) { @@ -40,7 +40,7 @@ public final class c extends f { int f2 = xVar2.f(); int f3 = xVar2.f(); int i3 = f2 - 8; - String m = e0.m(xVar2.a, xVar2.f982b, i3); + String m = e0.m(xVar2.a, xVar2.f983b, i3); xVar2.F(i3); i2 = (i2 - 8) - i3; if (f3 == 1937011815) { diff --git a/app/src/main/java/b/i/a/c/b3/v/e.java b/app/src/main/java/b/i/a/c/b3/v/e.java index b6c2f1b32f..8aa5988db0 100644 --- a/app/src/main/java/b/i/a/c/b3/v/e.java +++ b/app/src/main/java/b/i/a/c/b3/v/e.java @@ -9,14 +9,14 @@ public final class e { public static final Pattern a = Pattern.compile("\\[voice=\"([^\"]*)\"\\]"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f886b = Pattern.compile("^((?:[0-9]*\\.)?[0-9]+)(px|em|%)$"); + public static final Pattern f887b = Pattern.compile("^((?:[0-9]*\\.)?[0-9]+)(px|em|%)$"); public final x c = new x(); public final StringBuilder d = new StringBuilder(); public static String a(x xVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); - int i = xVar.f982b; + int i = xVar.f983b; int i2 = xVar.c; while (i < i2 && !z2) { char c = (char) xVar.a[i]; @@ -27,7 +27,7 @@ public final class e { sb.append(c); } } - xVar.F(i - xVar.f982b); + xVar.F(i - xVar.f983b); return sb.toString(); } @@ -55,7 +55,7 @@ public final class e { boolean z3; while (true) { for (boolean z4 = true; xVar.a() > 0 && z4; z4 = false) { - char c = (char) xVar.a[xVar.f982b]; + char c = (char) xVar.a[xVar.f983b]; if (c == '\t' || c == '\n' || c == '\f' || c == '\r' || c == ' ') { xVar.F(1); z2 = true; @@ -63,7 +63,7 @@ public final class e { z2 = false; } if (!z2) { - int i = xVar.f982b; + int i = xVar.f983b; int i2 = xVar.c; byte[] bArr = xVar.a; if (i + 2 <= i2) { @@ -82,7 +82,7 @@ public final class e { i4 = i5; } } - xVar.F(i2 - xVar.f982b); + xVar.F(i2 - xVar.f983b); z3 = true; if (!z3) { break; diff --git a/app/src/main/java/b/i/a/c/b3/v/f.java b/app/src/main/java/b/i/a/c/b3/v/f.java index 51554281ec..e91b64e34a 100644 --- a/app/src/main/java/b/i/a/c/b3/v/f.java +++ b/app/src/main/java/b/i/a/c/b3/v/f.java @@ -14,7 +14,7 @@ public final class f { public String a = ""; /* renamed from: b reason: collision with root package name */ - public String f887b = ""; + public String f888b = ""; public Set c = Collections.emptySet(); public String d = ""; @Nullable diff --git a/app/src/main/java/b/i/a/c/b3/v/g.java b/app/src/main/java/b/i/a/c/b3/v/g.java index 835fa6dc56..553cb4e3ff 100644 --- a/app/src/main/java/b/i/a/c/b3/v/g.java +++ b/app/src/main/java/b/i/a/c/b3/v/g.java @@ -7,12 +7,12 @@ public final class g { public final b a; /* renamed from: b reason: collision with root package name */ - public final long f888b; + public final long f889b; public final long c; public g(b bVar, long j, long j2) { this.a = bVar; - this.f888b = j; + this.f889b = j; this.c = j2; } } diff --git a/app/src/main/java/b/i/a/c/b3/v/h.java b/app/src/main/java/b/i/a/c/b3/v/h.java index 9d789d677d..75e5a11861 100644 --- a/app/src/main/java/b/i/a/c/b3/v/h.java +++ b/app/src/main/java/b/i/a/c/b3/v/h.java @@ -37,7 +37,7 @@ public final class h { public static final Pattern a = Pattern.compile("^(\\S+)\\s+-->\\s+(\\S+)(.*)?$"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f889b = Pattern.compile("(\\S+?):(\\S+)"); + public static final Pattern f890b = Pattern.compile("(\\S+?):(\\S+)"); public static final Map c; public static final Map d; @@ -47,11 +47,11 @@ public final class h { public static final /* synthetic */ int a = 0; /* renamed from: b reason: collision with root package name */ - public final c f890b; + public final c f891b; public final int c; public b(c cVar, int i, a aVar) { - this.f890b = cVar; + this.f891b = cVar; this.c = i; } } @@ -62,12 +62,12 @@ public final class h { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f891b; + public final int f892b; public final String c; public final Set d; public c(String str, int i, String str2, Set set) { - this.f891b = i; + this.f892b = i; this.a = str; this.c = str2; this.d = set; @@ -98,7 +98,7 @@ public final class h { public long a = 0; /* renamed from: b reason: collision with root package name */ - public long f892b = 0; + public long f893b = 0; public int d = 2; public float e = -3.4028235E38f; public int f = 1; @@ -256,7 +256,7 @@ public final class h { public static void a(@Nullable String str, c cVar, List list, SpannableStringBuilder spannableStringBuilder, List list2) { char c2; - int i = cVar.f891b; + int i = cVar.f892b; int length = spannableStringBuilder.length(); String str2 = cVar.a; str2.hashCode(); @@ -336,17 +336,17 @@ public final class h { arrayList.addAll(list); int i3 = b.a; Collections.sort(arrayList, a.j); - int i4 = cVar.f891b; + int i4 = cVar.f892b; int i5 = 0; int i6 = 0; while (i5 < arrayList.size()) { - if ("rt".equals(((b) arrayList.get(i5)).f890b.a)) { + if ("rt".equals(((b) arrayList.get(i5)).f891b.a)) { b bVar = (b) arrayList.get(i5); - int c4 = c(list2, str, bVar.f890b); + int c4 = c(list2, str, bVar.f891b); if (c4 == i2) { c4 = c3 != i2 ? c3 : 1; } - int i7 = bVar.f890b.f891b - i6; + int i7 = bVar.f891b.f892b - i6; int i8 = bVar.c - i6; CharSequence subSequence = spannableStringBuilder.subSequence(i7, i8); spannableStringBuilder.delete(i7, i8); @@ -422,8 +422,8 @@ public final class h { String str2 = cVar.a; Set set = cVar.d; String str3 = cVar.c; - if (!fVar.a.isEmpty() || !fVar.f887b.isEmpty() || !fVar.c.isEmpty() || !fVar.d.isEmpty()) { - int b2 = f.b(f.b(f.b(0, fVar.a, str, BasicMeasure.EXACTLY), fVar.f887b, str2, 2), fVar.d, str3, 4); + if (!fVar.a.isEmpty() || !fVar.f888b.isEmpty() || !fVar.c.isEmpty() || !fVar.d.isEmpty()) { + int b2 = f.b(f.b(f.b(0, fVar.a, str, BasicMeasure.EXACTLY), fVar.f888b, str2, 2), fVar.d, str3, 4); i = (b2 == -1 || !set.containsAll(fVar.c)) ? 0 : b2 + (fVar.c.size() * 4); } else { i = TextUtils.isEmpty(str2); @@ -461,7 +461,7 @@ public final class h { eVar.a = j.b(group); String group2 = matcher.group(2); Objects.requireNonNull(group2); - eVar.f892b = j.b(group2); + eVar.f893b = j.b(group2); String group3 = matcher.group(3); Objects.requireNonNull(group3); e(group3, eVar); @@ -475,7 +475,7 @@ public final class h { g = xVar.g(); } eVar.c = f(str, sb.toString(), list); - return new g(eVar.a().a(), eVar.a, eVar.f892b); + return new g(eVar.a().a(), eVar.a, eVar.f893b); } catch (NumberFormatException unused) { String valueOf = String.valueOf(matcher.group()); Log.w("WebvttCueParser", valueOf.length() != 0 ? "Skipping cue with bad header: ".concat(valueOf) : new String("Skipping cue with bad header: ")); @@ -485,7 +485,7 @@ public final class h { /* JADX WARN: Can't fix incorrect switch cases order, some code will duplicate */ public static void e(String str, e eVar) { - Matcher matcher = f889b.matcher(str); + Matcher matcher = f890b.matcher(str); while (matcher.find()) { int i = 1; String group = matcher.group(1); diff --git a/app/src/main/java/b/i/a/c/b3/v/i.java b/app/src/main/java/b/i/a/c/b3/v/i.java index 51cb066b84..f97b89a080 100644 --- a/app/src/main/java/b/i/a/c/b3/v/i.java +++ b/app/src/main/java/b/i/a/c/b3/v/i.java @@ -49,7 +49,7 @@ public final class i extends f { xVar.a = bArr; xVar.c = i; int i3 = 0; - xVar.f982b = 0; + xVar.f983b = 0; ArrayList arrayList = new ArrayList(); try { j.c(this.n); @@ -63,7 +63,7 @@ public final class i extends f { char c2 = 65535; int i5 = 0; while (c2 == 65535) { - i5 = xVar2.f982b; + i5 = xVar2.f983b; String g = xVar2.g(); c2 = g == null ? (char) 0 : "STYLE".equals(g) ? (char) 2 : g.startsWith("NOTE") ? (char) 1 : (char) 3; } @@ -81,10 +81,10 @@ public final class i extends f { e eVar = this.o; x xVar3 = this.n; eVar.d.setLength(i3); - int i6 = xVar3.f982b; + int i6 = xVar3.f983b; do { } while (!TextUtils.isEmpty(xVar3.g())); - eVar.c.C(xVar3.a, xVar3.f982b); + eVar.c.C(xVar3.a, xVar3.f983b); eVar.c.E(i6); ArrayList arrayList3 = new ArrayList(); while (true) { @@ -92,21 +92,21 @@ public final class i extends f { StringBuilder sb2 = eVar.d; e.c(xVar4); if (xVar4.a() >= 5 && "::cue".equals(xVar4.q(5))) { - int i7 = xVar4.f982b; + int i7 = xVar4.f983b; String b2 = e.b(xVar4, sb2); if (b2 != null) { if ("{".equals(b2)) { xVar4.E(i7); str = ""; } else if ("(".equals(b2)) { - int i8 = xVar4.f982b; + int i8 = xVar4.f983b; int i9 = xVar4.c; boolean z3 = false; while (i8 < i9 && !z3) { i8++; z3 = ((char) xVar4.a[i8]) == ')'; } - str = xVar4.q((i8 - 1) - xVar4.f982b).trim(); + str = xVar4.q((i8 - 1) - xVar4.f983b).trim(); } else { str = null; } @@ -129,10 +129,10 @@ public final class i extends f { String str2 = H[i3]; int indexOf2 = str2.indexOf(35); if (indexOf2 != i4) { - fVar.f887b = str2.substring(i3, indexOf2); + fVar.f888b = str2.substring(i3, indexOf2); fVar.a = str2.substring(indexOf2 + 1); } else { - fVar.f887b = str2; + fVar.f888b = str2; } if (H.length > r7) { int length = H.length; @@ -148,7 +148,7 @@ public final class i extends f { String str3 = null; while (!z4) { x xVar5 = eVar.c; - int i13 = xVar5.f982b; + int i13 = xVar5.f983b; String b3 = e.b(xVar5, eVar.d); boolean z5 = b3 == null || "}".equals(b3); if (!z5) { @@ -169,7 +169,7 @@ public final class i extends f { break; } str3 = b3; - int i14 = xVar6.f982b; + int i14 = xVar6.f983b; eVar = eVar; String b4 = e.b(xVar6, sb3); if (b4 == null) { @@ -186,7 +186,7 @@ public final class i extends f { eVar = eVar; } if (sb != null && !"".equals(sb)) { - int i15 = xVar6.f982b; + int i15 = xVar6.f983b; String b5 = e.b(xVar6, sb3); if (!";".equals(b5)) { if ("}".equals(b5)) { @@ -224,7 +224,7 @@ public final class i extends f { fVar.m = 1; } } else if ("font-size".equals(a)) { - Matcher matcher2 = e.f886b.matcher(b.i.a.f.e.o.f.u1(sb)); + Matcher matcher2 = e.f887b.matcher(b.i.a.f.e.o.f.u1(sb)); if (!matcher2.matches()) { a.g0(sb.length() + 22, "Invalid font-size: '", sb, "'.", "WebvttCssParser"); } else { diff --git a/app/src/main/java/b/i/a/c/b3/v/j.java b/app/src/main/java/b/i/a/c/b3/v/j.java index 3a4be5084e..05fa0f6eee 100644 --- a/app/src/main/java/b/i/a/c/b3/v/j.java +++ b/app/src/main/java/b/i/a/c/b3/v/j.java @@ -33,7 +33,7 @@ public final class j { } public static void c(x xVar) throws ParserException { - int i = xVar.f982b; + int i = xVar.f983b; String g = xVar.g(); if (!(g != null && g.startsWith("WEBVTT"))) { xVar.E(i); diff --git a/app/src/main/java/b/i/a/c/b3/v/k.java b/app/src/main/java/b/i/a/c/b3/v/k.java index 67fec5b4fa..8fdea3ca95 100644 --- a/app/src/main/java/b/i/a/c/b3/v/k.java +++ b/app/src/main/java/b/i/a/c/b3/v/k.java @@ -22,7 +22,7 @@ public final class k implements g { g gVar = list.get(i); int i2 = i * 2; long[] jArr = this.k; - jArr[i2] = gVar.f888b; + jArr[i2] = gVar.f889b; jArr[i2 + 1] = gVar.c; } long[] jArr2 = this.k; diff --git a/app/src/main/java/b/i/a/c/c0.java b/app/src/main/java/b/i/a/c/c0.java index 2ca8256e04..a72ac35a3f 100644 --- a/app/src/main/java/b/i/a/c/c0.java +++ b/app/src/main/java/b/i/a/c/c0.java @@ -20,19 +20,19 @@ public final /* synthetic */ class c0 implements Runnable { boolean z2; f1 f1Var = this.j; h1.d dVar = this.k; - int i = f1Var.f958x - dVar.c; - f1Var.f958x = i; + int i = f1Var.f959x - dVar.c; + f1Var.f959x = i; boolean z3 = true; if (dVar.d) { - f1Var.f959y = dVar.e; - f1Var.f960z = true; + f1Var.f960y = dVar.e; + f1Var.f961z = true; } if (dVar.f) { f1Var.A = dVar.g; } if (i == 0) { - o2 o2Var = dVar.f1010b.f1144b; - if (!f1Var.F.f1144b.q() && o2Var.q()) { + o2 o2Var = dVar.f1011b.f1145b; + if (!f1Var.F.f1145b.q() && o2Var.q()) { f1Var.G = -1; f1Var.H = 0L; } @@ -40,19 +40,19 @@ public final /* synthetic */ class c0 implements Runnable { List asList = Arrays.asList(((c2) o2Var).r); d.D(asList.size() == f1Var.m.size()); for (int i2 = 0; i2 < asList.size(); i2++) { - f1Var.m.get(i2).f961b = (o2) asList.get(i2); + f1Var.m.get(i2).f962b = (o2) asList.get(i2); } } long j = -9223372036854775807L; - if (f1Var.f960z) { - if (dVar.f1010b.c.equals(f1Var.F.c) && dVar.f1010b.e == f1Var.F.t) { + if (f1Var.f961z) { + if (dVar.f1011b.c.equals(f1Var.F.c) && dVar.f1011b.e == f1Var.F.t) { z3 = false; } if (z3) { - if (o2Var.q() || dVar.f1010b.c.a()) { - j = dVar.f1010b.e; + if (o2Var.q() || dVar.f1011b.c.a()) { + j = dVar.f1011b.e; } else { - w1 w1Var = dVar.f1010b; + w1 w1Var = dVar.f1011b; j = f1Var.m0(o2Var, w1Var.c, w1Var.e); } } @@ -61,8 +61,8 @@ public final /* synthetic */ class c0 implements Runnable { j = -9223372036854775807L; z2 = false; } - f1Var.f960z = false; - f1Var.s0(dVar.f1010b, 1, f1Var.A, false, z2, f1Var.f959y, j, -1); + f1Var.f961z = false; + f1Var.s0(dVar.f1011b, 1, f1Var.A, false, z2, f1Var.f960y, j, -1); } } } diff --git a/app/src/main/java/b/i/a/c/c2.java b/app/src/main/java/b/i/a/c/c2.java index 512fcb10f4..5378436de9 100644 --- a/app/src/main/java/b/i/a/c/c2.java +++ b/app/src/main/java/b/i/a/c/c2.java @@ -13,7 +13,7 @@ public final class c2 extends r0 { public final o2[] r; /* renamed from: s reason: collision with root package name */ - public final Object[] f893s; + public final Object[] f894s; public final HashMap t = new HashMap<>(); /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -24,7 +24,7 @@ public final class c2 extends r0 { this.p = new int[size]; this.q = new int[size]; this.r = new o2[size]; - this.f893s = new Object[size]; + this.f894s = new Object[size]; int i2 = 0; int i3 = 0; for (t1 t1Var : collection) { @@ -33,9 +33,9 @@ public final class c2 extends r0 { this.p[i3] = i2; i += this.r[i3].p(); i2 += this.r[i3].i(); - this.f893s[i3] = t1Var.getUid(); + this.f894s[i3] = t1Var.getUid(); HashMap hashMap = this.t; - Object obj = this.f893s[i3]; + Object obj = this.f894s[i3]; i3++; hashMap.put(obj, Integer.valueOf(i3)); } diff --git a/app/src/main/java/b/i/a/c/c3/a.java b/app/src/main/java/b/i/a/c/c3/a.java index fc79e5d9ac..44087b1ea9 100644 --- a/app/src/main/java/b/i/a/c/c3/a.java +++ b/app/src/main/java/b/i/a/c/c3/a.java @@ -9,6 +9,6 @@ public final /* synthetic */ class a implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { - return ((j1) obj2).f1015s - ((j1) obj).f1015s; + return ((j1) obj2).f1016s - ((j1) obj).f1016s; } } diff --git a/app/src/main/java/b/i/a/c/c3/b.java b/app/src/main/java/b/i/a/c/c3/b.java index 5befa27f6b..cff2c5be9d 100644 --- a/app/src/main/java/b/i/a/c/c3/b.java +++ b/app/src/main/java/b/i/a/c/c3/b.java @@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = h.f896b; + int[] iArr = h.f897b; return 0; } } diff --git a/app/src/main/java/b/i/a/c/c3/c.java b/app/src/main/java/b/i/a/c/c3/c.java index d12db3ef3a..16b8d0805c 100644 --- a/app/src/main/java/b/i/a/c/c3/c.java +++ b/app/src/main/java/b/i/a/c/c3/c.java @@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = h.f896b; + int[] iArr = h.f897b; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/b/i/a/c/c3/f.java b/app/src/main/java/b/i/a/c/c3/f.java index 6b7ec9c7b9..138c2cb295 100644 --- a/app/src/main/java/b/i/a/c/c3/f.java +++ b/app/src/main/java/b/i/a/c/c3/f.java @@ -20,11 +20,11 @@ public class f extends g { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f894b; + public final long f895b; public a(long j, long j2) { this.a = j; - this.f894b = j2; + this.f895b = j2; } public boolean equals(@Nullable Object obj) { @@ -35,11 +35,11 @@ public class f extends g { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f894b == aVar.f894b; + return this.a == aVar.a && this.f895b == aVar.f895b; } public int hashCode() { - return (((int) this.a) * 31) + ((int) this.f894b); + return (((int) this.a) * 31) + ((int) this.f895b); } } diff --git a/app/src/main/java/b/i/a/c/c3/g.java b/app/src/main/java/b/i/a/c/c3/g.java index fb12d88fe4..d8cd9aa63b 100644 --- a/app/src/main/java/b/i/a/c/c3/g.java +++ b/app/src/main/java/b/i/a/c/c3/g.java @@ -12,7 +12,7 @@ public abstract class g implements j { public final n0 a; /* renamed from: b reason: collision with root package name */ - public final int f895b; + public final int f896b; public final int[] c; public final j1[] d; public int e; @@ -22,16 +22,16 @@ public abstract class g implements j { Objects.requireNonNull(n0Var); this.a = n0Var; int length = iArr.length; - this.f895b = length; + this.f896b = length; this.d = new j1[length]; for (int i2 = 0; i2 < iArr.length; i2++) { this.d[i2] = n0Var.l[iArr[i2]]; } Arrays.sort(this.d, a.j); - this.c = new int[this.f895b]; + this.c = new int[this.f896b]; int i3 = 0; while (true) { - int i4 = this.f895b; + int i4 = this.f896b; if (i3 < i4) { int[] iArr2 = this.c; j1 j1Var = this.d[i3]; @@ -123,7 +123,7 @@ public abstract class g implements j { @Override // b.i.a.c.c3.m public final int l(int i) { - for (int i2 = 0; i2 < this.f895b; i2++) { + for (int i2 = 0; i2 < this.f896b; i2++) { if (this.c[i2] == i) { return i2; } diff --git a/app/src/main/java/b/i/a/c/c3/h.java b/app/src/main/java/b/i/a/c/c3/h.java index f04e119136..bcdc8dd5cc 100644 --- a/app/src/main/java/b/i/a/c/c3/h.java +++ b/app/src/main/java/b/i/a/c/c3/h.java @@ -30,7 +30,7 @@ import java.util.concurrent.atomic.AtomicReference; public class h extends l { /* renamed from: b reason: collision with root package name */ - public static final int[] f896b = new int[0]; + public static final int[] f897b = new int[0]; public static final g0 c = g0.a(c.j); public static final g0 d = g0.a(b.j); public final j.b e; @@ -51,7 +51,7 @@ public class h extends l { public final int r; /* renamed from: s reason: collision with root package name */ - public final boolean f897s; + public final boolean f898s; public final int t; public final int u; public final int v; @@ -82,14 +82,14 @@ public class h extends l { } this.o = i6; this.n = i3; - this.p = Integer.bitCount(j1Var.p & dVar.f904x); - this.f897s = (j1Var.o & 1) != 0; + this.p = Integer.bitCount(j1Var.p & dVar.f905x); + this.f898s = (j1Var.o & 1) != 0; int i7 = j1Var.J; this.t = i7; this.u = j1Var.K; - int i8 = j1Var.f1015s; + int i8 = j1Var.f1016s; this.v = i8; - this.j = (i8 == -1 || i8 <= dVar.f906z) && (i7 == -1 || i7 <= dVar.f905y); + this.j = (i8 == -1 || i8 <= dVar.f907z) && (i7 == -1 || i7 <= dVar.f906y); int i9 = e0.a; Configuration configuration = Resources.getSystem().getConfiguration(); int i10 = e0.a; @@ -140,7 +140,7 @@ public class h extends l { Integer valueOf = Integer.valueOf(this.o); Integer valueOf2 = Integer.valueOf(bVar.o); k0 k0Var = k0.j; - b.i.b.b.j b3 = c.b(valueOf, valueOf2, k0Var).a(this.n, bVar.n).a(this.p, bVar.p).c(this.j, bVar.j).b(Integer.valueOf(this.w), Integer.valueOf(bVar.w), k0Var).b(Integer.valueOf(this.v), Integer.valueOf(bVar.v), this.l.E ? h.c.b() : h.d).c(this.f897s, bVar.f897s).b(Integer.valueOf(this.q), Integer.valueOf(bVar.q), k0Var).a(this.r, bVar.r).b(Integer.valueOf(this.t), Integer.valueOf(bVar.t), b2).b(Integer.valueOf(this.u), Integer.valueOf(bVar.u), b2); + b.i.b.b.j b3 = c.b(valueOf, valueOf2, k0Var).a(this.n, bVar.n).a(this.p, bVar.p).c(this.j, bVar.j).b(Integer.valueOf(this.w), Integer.valueOf(bVar.w), k0Var).b(Integer.valueOf(this.v), Integer.valueOf(bVar.v), this.l.E ? h.c.b() : h.d).c(this.f898s, bVar.f898s).b(Integer.valueOf(this.q), Integer.valueOf(bVar.q), k0Var).a(this.r, bVar.r).b(Integer.valueOf(this.t), Integer.valueOf(bVar.t), b2).b(Integer.valueOf(this.u), Integer.valueOf(bVar.u), b2); Integer valueOf3 = Integer.valueOf(this.v); Integer valueOf4 = Integer.valueOf(bVar.v); if (!e0.a(this.k, bVar.k)) { @@ -187,8 +187,8 @@ public class h extends l { public d(e eVar, a aVar) { super(eVar); - this.K = eVar.f898y; - this.L = eVar.f899z; + this.K = eVar.f899y; + this.L = eVar.f900z; this.M = eVar.A; this.N = eVar.B; this.O = eVar.C; @@ -297,10 +297,10 @@ public class h extends l { public final SparseBooleanArray K = new SparseBooleanArray(); /* renamed from: y reason: collision with root package name */ - public boolean f898y; + public boolean f899y; /* renamed from: z reason: collision with root package name */ - public boolean f899z; + public boolean f900z; @Deprecated public e() { @@ -338,8 +338,8 @@ public class h extends l { } public final void e() { - this.f898y = true; - this.f899z = false; + this.f899y = true; + this.f900z = false; this.A = true; this.B = true; this.C = false; @@ -492,19 +492,19 @@ public class h extends l { int i11 = -1; if (z2 && (((i7 = j1Var.B) == -1 || i7 <= dVar.k) && ((i8 = j1Var.C) == -1 || i8 <= dVar.l))) { float f2 = j1Var.D; - if ((f2 == -1.0f || f2 <= dVar.m) && ((i9 = j1Var.f1015s) == -1 || i9 <= dVar.n)) { + if ((f2 == -1.0f || f2 <= dVar.m) && ((i9 = j1Var.f1016s) == -1 || i9 <= dVar.n)) { z3 = true; this.j = z3; if (z2 && (((i4 = j1Var.B) == -1 || i4 >= dVar.o) && ((i5 = j1Var.C) == -1 || i5 >= dVar.p))) { f = j1Var.D; if (f != -1.0f) { } - i6 = j1Var.f1015s; + i6 = j1Var.f1016s; if (i6 != -1) { } this.l = z4; this.m = h.e(i, false); - this.n = j1Var.f1015s; + this.n = j1Var.f1016s; i2 = j1Var.B; if (!(i2 == -1 || (i3 = j1Var.C) == -1)) { i11 = i2 * i3; @@ -528,7 +528,7 @@ public class h extends l { z4 = false; this.l = z4; this.m = h.e(i, false); - this.n = j1Var.f1015s; + this.n = j1Var.f1016s; i2 = j1Var.B; if (i2 == -1) { i11 = i2 * i3; @@ -549,12 +549,12 @@ public class h extends l { f = j1Var.D; if (f != -1.0f) { } - i6 = j1Var.f1015s; + i6 = j1Var.f1016s; if (i6 != -1) { } this.l = z4; this.m = h.e(i, false); - this.n = j1Var.f1015s; + this.n = j1Var.f1016s; i2 = j1Var.B; if (i2 == -1) { } @@ -570,7 +570,7 @@ public class h extends l { z4 = false; this.l = z4; this.m = h.e(i, false); - this.n = j1Var.f1015s; + this.n = j1Var.f1016s; i2 = j1Var.B; if (i2 == -1) { } @@ -713,7 +713,7 @@ public class h extends l { return false; } float f2 = j1Var.D; - return (f2 == -1.0f || (((float) i9) <= f2 && f2 <= ((float) i5))) && (i11 = j1Var.f1015s) != -1 && i10 <= i11 && i11 <= i6; + return (f2 == -1.0f || (((float) i9) <= f2 && f2 <= ((float) i5))) && (i11 = j1Var.f1016s) != -1 && i10 <= i11 && i11 <= i6; } @Nullable diff --git a/app/src/main/java/b/i/a/c/c3/j.java b/app/src/main/java/b/i/a/c/c3/j.java index 681a7ef018..fa90ef137e 100644 --- a/app/src/main/java/b/i/a/c/c3/j.java +++ b/app/src/main/java/b/i/a/c/c3/j.java @@ -12,18 +12,18 @@ public interface j extends m { public final n0 a; /* renamed from: b reason: collision with root package name */ - public final int[] f900b; + public final int[] f901b; public final int c; public a(n0 n0Var, int... iArr) { this.a = n0Var; - this.f900b = iArr; + this.f901b = iArr; this.c = 0; } public a(n0 n0Var, int[] iArr, int i) { this.a = n0Var; - this.f900b = iArr; + this.f901b = iArr; this.c = i; } } diff --git a/app/src/main/java/b/i/a/c/c3/l.java b/app/src/main/java/b/i/a/c/c3/l.java index 773097fdec..8f217daf75 100644 --- a/app/src/main/java/b/i/a/c/c3/l.java +++ b/app/src/main/java/b/i/a/c/c3/l.java @@ -47,7 +47,7 @@ public abstract class l extends q { public final int a; /* renamed from: b reason: collision with root package name */ - public final int[] f901b; + public final int[] f902b; public final o0[] c; public final int[] d; public final int[][][] e; @@ -55,7 +55,7 @@ public abstract class l extends q { @VisibleForTesting public a(String[] strArr, int[] iArr, o0[] o0VarArr, int[] iArr2, int[][][] iArr3, o0 o0Var) { - this.f901b = iArr; + this.f902b = iArr; this.c = o0VarArr; this.e = iArr3; this.d = iArr2; @@ -189,7 +189,7 @@ public abstract class l extends q { boolean z8 = false; boolean z9 = false; while (i22 < i21) { - if (2 == aVar5.f901b[i22]) { + if (2 == aVar5.f902b[i22]) { if (!z9) { o0 o0Var4 = aVar5.c[i22]; int[][] iArr9 = iArr5[i22]; @@ -219,18 +219,18 @@ public abstract class l extends q { i22 = i22; int i33 = dVar3.r; iArr9 = iArr9; - int i34 = dVar3.f903s; + int i34 = dVar3.f904s; dVar = dVar; int i35 = dVar3.t; boolean z11 = dVar3.u; o0Var4 = o0Var4; if (n0Var2.k < 2) { - iArr2 = h.f896b; + iArr2 = h.f897b; } else { List d = h.d(n0Var2, i34, i35, z11); ArrayList arrayList2 = (ArrayList) d; if (arrayList2.size() < 2) { - iArr2 = h.f896b; + iArr2 = h.f897b; } else { if (!z10) { HashSet hashSet = new HashSet(); @@ -286,7 +286,7 @@ public abstract class l extends q { } arrayList = arrayList; } - iArr2 = arrayList.size() < 2 ? h.f896b : f.q1(list); + iArr2 = arrayList.size() < 2 ? h.f897b : f.q1(list); if (iArr2.length <= 0) { aVar3 = new j.a(n0Var2, iArr2); break; @@ -319,7 +319,7 @@ public abstract class l extends q { int i41 = -1; while (i40 < o0Var4.k) { n0 n0Var4 = o0Var4.l[i40]; - List d2 = h.d(n0Var4, dVar.f903s, dVar.t, dVar.u); + List d2 = h.d(n0Var4, dVar.f904s, dVar.t, dVar.u); int[] iArr11 = iArr9[i40]; n0 n0Var5 = n0Var3; for (int i42 = 0; i42 < n0Var4.k; i42++) { @@ -376,7 +376,7 @@ public abstract class l extends q { int i45 = 0; String str4 = null; while (i45 < i43) { - if (1 == aVar5.f901b[i45]) { + if (1 == aVar5.f902b[i45]) { boolean z12 = dVar2.T || !z8; o0 o0Var5 = aVar5.c[i45]; int[][] iArr12 = iArr5[i45]; @@ -428,7 +428,7 @@ public abstract class l extends q { dVar4 = dVar4; } else { int[] iArr14 = iArr12[i47]; - int i53 = dVar2.f906z; + int i53 = dVar2.f907z; boolean z13 = dVar2.O; boolean z14 = dVar2.P; boolean z15 = dVar2.Q; @@ -443,7 +443,7 @@ public abstract class l extends q { j1 j1Var3 = n0Var7.l[i55]; i45 = i45; iArr14 = iArr14; - if (!(h.e(iArr14[i55], false) && (i5 = j1Var3.f1015s) != -1 && i5 <= i53 && (z15 || ((i7 = j1Var3.J) != -1 && i7 == j1Var2.J)) && ((z13 || ((str = j1Var3.w) != null && TextUtils.equals(str, j1Var2.w))) && (z14 || ((i6 = j1Var3.K) != -1 && i6 == j1Var2.K))))) { + if (!(h.e(iArr14[i55], false) && (i5 = j1Var3.f1016s) != -1 && i5 <= i53 && (z15 || ((i7 = j1Var3.J) != -1 && i7 == j1Var2.J)) && ((z13 || ((str = j1Var3.w) != null && TextUtils.equals(str, j1Var2.w))) && (z14 || ((i6 = j1Var3.K) != -1 && i6 == j1Var2.K))))) { } } else { i45 = i45; @@ -475,7 +475,7 @@ public abstract class l extends q { } j.a aVar6 = (j.a) pair2.first; aVarArr[i4] = aVar6; - str4 = aVar6.a.l[aVar6.f900b[0]].n; + str4 = aVar6.a.l[aVar6.f901b[0]].n; bVar = (h.b) pair2.second; i44 = i4; i45 = i4 + 1; @@ -500,7 +500,7 @@ public abstract class l extends q { int i57 = 0; h.g gVar = null; while (i57 < i43) { - int i58 = aVar7.f901b[i57]; + int i58 = aVar7.f902b[i57]; if (i58 == 1 || i58 == 2) { str5 = str5; dVar5 = dVar5; @@ -602,7 +602,7 @@ public abstract class l extends q { } for (int i67 = 0; i67 < i43; i67++) { j.a aVar9 = aVarArr[i67]; - int i68 = aVar7.f901b[i67]; + int i68 = aVar7.f902b[i67]; if (!dVar5.V.get(i67) && !dVar5.H.contains(Integer.valueOf(i68))) { o0 o0Var8 = aVar7.c[i67]; Map map = dVar5.U.get(i67); @@ -638,7 +638,7 @@ public abstract class l extends q { Objects.requireNonNull((f.b) bVar5); ArrayList arrayList3 = new ArrayList(); for (int i70 = 0; i70 < i43; i70++) { - if (aVarArr[i70] == null || aVarArr[i70].f900b.length <= 1) { + if (aVarArr[i70] == null || aVarArr[i70].f901b.length <= 1) { arrayList3.add(null); } else { b.i.b.b.a aVar11 = p.k; @@ -653,13 +653,13 @@ public abstract class l extends q { if (aVar13 == null) { jArr[i71] = new long[0]; } else { - jArr[i71] = new long[aVar13.f900b.length]; + jArr[i71] = new long[aVar13.f901b.length]; int i72 = 0; while (true) { - if (i72 >= aVar13.f900b.length) { + if (i72 >= aVar13.f901b.length) { break; } - jArr[i71][i72] = aVar13.a.l[iArr[i72]].f1015s; + jArr[i71][i72] = aVar13.a.l[iArr[i72]].f1016s; i72++; } Arrays.sort(jArr[i71]); @@ -763,7 +763,7 @@ public abstract class l extends q { for (int i84 = 0; i84 < i43; i84++) { j.a aVar15 = aVarArr[i84]; if (aVar15 != null) { - int[] iArr21 = aVar15.f900b; + int[] iArr21 = aVar15.f901b; if (iArr21.length != 0) { if (iArr21.length == 1) { jVar = new k(aVar15.a, iArr21[0], aVar15.c); @@ -777,13 +777,13 @@ public abstract class l extends q { } h2[] h2VarArr = new h2[i43]; for (int i85 = 0; i85 < i43; i85++) { - h2VarArr[i85] = !(dVar5.V.get(i85) || dVar5.H.contains(Integer.valueOf(aVar7.f901b[i85]))) && (aVar7.f901b[i85] == -2 || jVarArr[i85] != null) ? h2.a : null; + h2VarArr[i85] = !(dVar5.V.get(i85) || dVar5.H.contains(Integer.valueOf(aVar7.f902b[i85]))) && (aVar7.f902b[i85] == -2 || jVarArr[i85] != null) ? h2.a : null; } if (dVar5.S) { int i86 = -1; int i87 = -1; for (int i88 = 0; i88 < aVar7.a; i88++) { - int i89 = aVar7.f901b[i88]; + int i89 = aVar7.f902b[i88]; j jVar2 = jVarArr[i88]; if (i89 == 1) { } @@ -855,7 +855,7 @@ public abstract class l extends q { z2 = false; zArr[i95] = z2; } - p2.a aVar16 = new p2.a(n0Var15, iArr23, aVar7.f901b[i], zArr); + p2.a aVar16 = new p2.a(n0Var15, iArr23, aVar7.f902b[i], zArr); int i96 = i92 + 1; if (objArr3.length < i96) { objArr3 = Arrays.copyOf(objArr3, n.b.a(objArr3.length, i96)); diff --git a/app/src/main/java/b/i/a/c/c3/n.java b/app/src/main/java/b/i/a/c/c3/n.java index 321295a3fb..2d84b44e1b 100644 --- a/app/src/main/java/b/i/a/c/c3/n.java +++ b/app/src/main/java/b/i/a/c/c3/n.java @@ -8,7 +8,7 @@ public final class n { public final m[] a; /* renamed from: b reason: collision with root package name */ - public int f902b; + public int f903b; public n(m... mVarArr) { this.a = mVarArr; @@ -26,9 +26,9 @@ public final class n { } public int hashCode() { - if (this.f902b == 0) { - this.f902b = 527 + Arrays.hashCode(this.a); + if (this.f903b == 0) { + this.f903b = 527 + Arrays.hashCode(this.a); } - return this.f902b; + return this.f903b; } } diff --git a/app/src/main/java/b/i/a/c/c3/p.java b/app/src/main/java/b/i/a/c/c3/p.java index 932e21eb30..2d61465812 100644 --- a/app/src/main/java/b/i/a/c/c3/p.java +++ b/app/src/main/java/b/i/a/c/c3/p.java @@ -39,20 +39,20 @@ public class p implements w0 { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f903s; + public final int f904s; public final int t; public final boolean u; public final b.i.b.b.p v; public final b.i.b.b.p w; /* renamed from: x reason: collision with root package name */ - public final int f904x; + public final int f905x; /* renamed from: y reason: collision with root package name */ - public final int f905y; + public final int f906y; /* renamed from: z reason: collision with root package name */ - public final int f906z; + public final int f907z; /* compiled from: TrackSelectionParameters.java */ /* loaded from: classes3.dex */ @@ -68,7 +68,7 @@ public class p implements w0 { public int a = Integer.MAX_VALUE; /* renamed from: b reason: collision with root package name */ - public int f907b = Integer.MAX_VALUE; + public int f908b = Integer.MAX_VALUE; public int c = Integer.MAX_VALUE; public int d = Integer.MAX_VALUE; public int i = Integer.MAX_VALUE; @@ -79,14 +79,14 @@ public class p implements w0 { public int p = Integer.MAX_VALUE; /* renamed from: s reason: collision with root package name */ - public int f908s = 0; + public int f909s = 0; public boolean t = false; public boolean u = false; public boolean v = false; public o w = o.j; /* renamed from: x reason: collision with root package name */ - public r f909x = j0.m; + public r f910x = j0.m; @Deprecated public a() { @@ -103,7 +103,7 @@ public class p implements w0 { CaptioningManager captioningManager; int i = e0.a; if (i >= 19 && ((i >= 23 || Looper.myLooper() != null) && (captioningManager = (CaptioningManager) context.getSystemService("captioning")) != null && captioningManager.isEnabled())) { - this.f908s = 1088; + this.f909s = 1088; Locale locale = captioningManager.getLocale(); if (locale != null) { this.r = b.i.b.b.p.u(i >= 21 ? locale.toLanguageTag() : locale.toString()); @@ -170,29 +170,29 @@ public class p implements w0 { public p(a aVar) { this.k = aVar.a; - this.l = aVar.f907b; + this.l = aVar.f908b; this.m = aVar.c; this.n = aVar.d; this.o = aVar.e; this.p = aVar.f; this.q = aVar.g; this.r = aVar.h; - this.f903s = aVar.i; + this.f904s = aVar.i; this.t = aVar.j; this.u = aVar.k; this.v = aVar.l; this.w = aVar.m; - this.f904x = aVar.n; - this.f905y = aVar.o; - this.f906z = aVar.p; + this.f905x = aVar.n; + this.f906y = aVar.o; + this.f907z = aVar.p; this.A = aVar.q; this.B = aVar.r; - this.C = aVar.f908s; + this.C = aVar.f909s; this.D = aVar.t; this.E = aVar.u; this.F = aVar.v; this.G = aVar.w; - this.H = aVar.f909x; + this.H = aVar.f910x; } public boolean equals(@Nullable Object obj) { @@ -203,7 +203,7 @@ public class p implements w0 { return false; } p pVar = (p) obj; - return this.k == pVar.k && this.l == pVar.l && this.m == pVar.m && this.n == pVar.n && this.o == pVar.o && this.p == pVar.p && this.q == pVar.q && this.r == pVar.r && this.u == pVar.u && this.f903s == pVar.f903s && this.t == pVar.t && this.v.equals(pVar.v) && this.w.equals(pVar.w) && this.f904x == pVar.f904x && this.f905y == pVar.f905y && this.f906z == pVar.f906z && this.A.equals(pVar.A) && this.B.equals(pVar.B) && this.C == pVar.C && this.D == pVar.D && this.E == pVar.E && this.F == pVar.F && this.G.equals(pVar.G) && this.H.equals(pVar.H); + return this.k == pVar.k && this.l == pVar.l && this.m == pVar.m && this.n == pVar.n && this.o == pVar.o && this.p == pVar.p && this.q == pVar.q && this.r == pVar.r && this.u == pVar.u && this.f904s == pVar.f904s && this.t == pVar.t && this.v.equals(pVar.v) && this.w.equals(pVar.w) && this.f905x == pVar.f905x && this.f906y == pVar.f906y && this.f907z == pVar.f907z && this.A.equals(pVar.A) && this.B.equals(pVar.B) && this.C == pVar.C && this.D == pVar.D && this.E == pVar.E && this.F == pVar.F && this.G.equals(pVar.G) && this.H.equals(pVar.H); } public int hashCode() { @@ -212,6 +212,6 @@ public class p implements w0 { int hashCode3 = this.A.hashCode(); int hashCode4 = this.B.hashCode(); int hashCode5 = this.G.hashCode(); - return this.H.hashCode() + ((hashCode5 + ((((((((((hashCode4 + ((hashCode3 + ((((((((hashCode2 + ((hashCode + ((((((((((((((((((((((this.k + 31) * 31) + this.l) * 31) + this.m) * 31) + this.n) * 31) + this.o) * 31) + this.p) * 31) + this.q) * 31) + this.r) * 31) + (this.u ? 1 : 0)) * 31) + this.f903s) * 31) + this.t) * 31)) * 31)) * 31) + this.f904x) * 31) + this.f905y) * 31) + this.f906z) * 31)) * 31)) * 31) + this.C) * 31) + (this.D ? 1 : 0)) * 31) + (this.E ? 1 : 0)) * 31) + (this.F ? 1 : 0)) * 31)) * 31); + return this.H.hashCode() + ((hashCode5 + ((((((((((hashCode4 + ((hashCode3 + ((((((((hashCode2 + ((hashCode + ((((((((((((((((((((((this.k + 31) * 31) + this.l) * 31) + this.m) * 31) + this.n) * 31) + this.o) * 31) + this.p) * 31) + this.q) * 31) + this.r) * 31) + (this.u ? 1 : 0)) * 31) + this.f904s) * 31) + this.t) * 31)) * 31)) * 31) + this.f905x) * 31) + this.f906y) * 31) + this.f907z) * 31)) * 31)) * 31) + this.C) * 31) + (this.D ? 1 : 0)) * 31) + (this.E ? 1 : 0)) * 31) + (this.F ? 1 : 0)) * 31)) * 31); } } diff --git a/app/src/main/java/b/i/a/c/c3/r.java b/app/src/main/java/b/i/a/c/c3/r.java index 9182ebd645..a23360dc8b 100644 --- a/app/src/main/java/b/i/a/c/c3/r.java +++ b/app/src/main/java/b/i/a/c/c3/r.java @@ -10,14 +10,14 @@ public final class r { public final int a; /* renamed from: b reason: collision with root package name */ - public final h2[] f910b; + public final h2[] f911b; public final j[] c; public final p2 d; @Nullable public final Object e; public r(h2[] h2VarArr, j[] jVarArr, p2 p2Var, @Nullable Object obj) { - this.f910b = h2VarArr; + this.f911b = h2VarArr; this.c = (j[]) jVarArr.clone(); this.d = p2Var; this.e = obj; @@ -25,10 +25,10 @@ public final class r { } public boolean a(@Nullable r rVar, int i) { - return rVar != null && e0.a(this.f910b[i], rVar.f910b[i]) && e0.a(this.c[i], rVar.c[i]); + return rVar != null && e0.a(this.f911b[i], rVar.f911b[i]) && e0.a(this.c[i], rVar.c[i]); } public boolean b(int i) { - return this.f910b[i] != null; + return this.f911b[i] != null; } } diff --git a/app/src/main/java/b/i/a/c/d0.java b/app/src/main/java/b/i/a/c/d0.java index 3db028c48d..55c7307087 100644 --- a/app/src/main/java/b/i/a/c/d0.java +++ b/app/src/main/java/b/i/a/c/d0.java @@ -8,16 +8,16 @@ public final /* synthetic */ class d0 implements p.a { public final /* synthetic */ w1 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f911b; + public final /* synthetic */ int f912b; public /* synthetic */ d0(w1 w1Var, int i) { this.a = w1Var; - this.f911b = i; + this.f912b = i; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { w1 w1Var = this.a; - ((y1.c) obj).v(w1Var.f1144b, this.f911b); + ((y1.c) obj).v(w1Var.f1145b, this.f912b); } } diff --git a/app/src/main/java/b/i/a/c/d3/e.java b/app/src/main/java/b/i/a/c/d3/e.java index b9cc46c81b..93b51d5b02 100644 --- a/app/src/main/java/b/i/a/c/d3/e.java +++ b/app/src/main/java/b/i/a/c/d3/e.java @@ -11,7 +11,7 @@ public final /* synthetic */ class e implements Comparator { public final int compare(Object obj, Object obj2) { m.c cVar = (m.c) obj; m.c cVar2 = (m.c) obj2; - int compare = Integer.compare(cVar2.f914b, cVar.f914b); + int compare = Integer.compare(cVar2.f915b, cVar.f915b); if (compare != 0) { return compare; } diff --git a/app/src/main/java/b/i/a/c/d3/j.java b/app/src/main/java/b/i/a/c/d3/j.java index 02c8d37df3..d8c80f1b8a 100644 --- a/app/src/main/java/b/i/a/c/d3/j.java +++ b/app/src/main/java/b/i/a/c/d3/j.java @@ -114,7 +114,7 @@ public final class j extends View implements SubtitleView.a { } bVar = a.a(); } - float U12 = d.U1(bVar.f838y, bVar.f839z, height, i10); + float U12 = d.U1(bVar.f839y, bVar.f840z, height, i10); n nVar = jVar.j.get(i11); k kVar = jVar.n; float f3 = jVar.o; @@ -138,13 +138,13 @@ public final class j extends View implements SubtitleView.a { height = height; jVar = this; } else { - i2 = bVar.w ? bVar.f837x : kVar.d; + i2 = bVar.w ? bVar.f838x : kVar.d; i10 = i10; } CharSequence charSequence = nVar.i; size = size; CharSequence charSequence2 = bVar.l; - if ((charSequence == charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && e0.a(nVar.j, bVar.m) && nVar.k == bVar.o && nVar.l == bVar.p && nVar.m == bVar.q && e0.a(Integer.valueOf(nVar.n), Integer.valueOf(bVar.r)) && nVar.o == bVar.f836s && e0.a(Integer.valueOf(nVar.p), Integer.valueOf(bVar.t)) && nVar.q == bVar.u && nVar.r == bVar.v && nVar.f917s == kVar.f912b && nVar.t == kVar.c && nVar.u == i2 && nVar.w == kVar.e && nVar.v == kVar.f && e0.a(nVar.f.getTypeface(), kVar.g) && nVar.f918x == U1 && nVar.f919y == U12 && nVar.f920z == f3 && nVar.A == paddingLeft && nVar.B == paddingTop && nVar.C == width && nVar.D == paddingBottom) { + if ((charSequence == charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && e0.a(nVar.j, bVar.m) && nVar.k == bVar.o && nVar.l == bVar.p && nVar.m == bVar.q && e0.a(Integer.valueOf(nVar.n), Integer.valueOf(bVar.r)) && nVar.o == bVar.f837s && e0.a(Integer.valueOf(nVar.p), Integer.valueOf(bVar.t)) && nVar.q == bVar.u && nVar.r == bVar.v && nVar.f918s == kVar.f913b && nVar.t == kVar.c && nVar.u == i2 && nVar.w == kVar.e && nVar.v == kVar.f && e0.a(nVar.f.getTypeface(), kVar.g) && nVar.f919x == U1 && nVar.f920y == U12 && nVar.f921z == f3 && nVar.A == paddingLeft && nVar.B == paddingTop && nVar.C == width && nVar.D == paddingBottom) { nVar.a(canvas2, z3); canvas2 = canvas2; paddingLeft = paddingLeft; @@ -164,19 +164,19 @@ public final class j extends View implements SubtitleView.a { nVar.l = bVar.p; nVar.m = bVar.q; nVar.n = bVar.r; - nVar.o = bVar.f836s; + nVar.o = bVar.f837s; nVar.p = bVar.t; nVar.q = bVar.u; nVar.r = bVar.v; - nVar.f917s = kVar.f912b; + nVar.f918s = kVar.f913b; nVar.t = kVar.c; nVar.u = i2; nVar.w = kVar.e; nVar.v = kVar.f; nVar.f.setTypeface(kVar.g); - nVar.f918x = U1; - nVar.f919y = U12; - nVar.f920z = f3; + nVar.f919x = U1; + nVar.f920y = U12; + nVar.f921z = f3; nVar.A = paddingLeft; nVar.B = paddingTop; nVar.C = width; @@ -187,8 +187,8 @@ public final class j extends View implements SubtitleView.a { SpannableStringBuilder spannableStringBuilder = charSequence3 instanceof SpannableStringBuilder ? (SpannableStringBuilder) charSequence3 : new SpannableStringBuilder(nVar.i); int i13 = nVar.C - nVar.A; int i14 = nVar.D - nVar.B; - nVar.f.setTextSize(nVar.f918x); - int i15 = (int) ((nVar.f918x * 0.125f) + 0.5f); + nVar.f.setTextSize(nVar.f919x); + int i15 = (int) ((nVar.f919x * 0.125f) + 0.5f); int i16 = i15 * 2; int i17 = i13 - i16; float f4 = nVar.q; @@ -208,11 +208,11 @@ public final class j extends View implements SubtitleView.a { } else { paddingLeft = paddingLeft; paddingTop = paddingTop; - if (nVar.f919y > 0.0f) { + if (nVar.f920y > 0.0f) { width = width; paddingBottom = paddingBottom; i4 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) nVar.f919y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) nVar.f920y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } else { width = width; paddingBottom = paddingBottom; @@ -286,7 +286,7 @@ public final class j extends View implements SubtitleView.a { } else { float f6 = nVar.l; if (f6 == -3.4028235E38f) { - i7 = (nVar.D - height2) - ((int) (i14 * nVar.f920z)); + i7 = (nVar.D - height2) - ((int) (i14 * nVar.f921z)); } else if (nVar.m == 0) { i7 = Math.round(i14 * f6) + nVar.B; int i27 = nVar.n; diff --git a/app/src/main/java/b/i/a/c/d3/k.java b/app/src/main/java/b/i/a/c/d3/k.java index 05cb591cc3..c055dae88c 100644 --- a/app/src/main/java/b/i/a/c/d3/k.java +++ b/app/src/main/java/b/i/a/c/d3/k.java @@ -9,7 +9,7 @@ public final class k { public static final k a = new k(-1, ViewCompat.MEASURED_STATE_MASK, 0, 0, -1, null); /* renamed from: b reason: collision with root package name */ - public final int f912b; + public final int f913b; public final int c; public final int d; public final int e; @@ -18,7 +18,7 @@ public final class k { public final Typeface g; public k(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) { - this.f912b = i; + this.f913b = i; this.c = i2; this.d = i3; this.e = i4; diff --git a/app/src/main/java/b/i/a/c/d3/m.java b/app/src/main/java/b/i/a/c/d3/m.java index bb35ff0e9e..438b618d58 100644 --- a/app/src/main/java/b/i/a/c/d3/m.java +++ b/app/src/main/java/b/i/a/c/d3/m.java @@ -16,11 +16,11 @@ public final class m { public final String a; /* renamed from: b reason: collision with root package name */ - public final Map f913b; + public final Map f914b; public b(String str, Map map, a aVar) { this.a = str; - this.f913b = map; + this.f914b = map; } } @@ -30,13 +30,13 @@ public final class m { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f914b; + public final int f915b; public final String c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; - this.f914b = i2; + this.f915b = i2; this.c = str; this.d = str2; } @@ -48,7 +48,7 @@ public final class m { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final List f915b = new ArrayList(); + public final List f916b = new ArrayList(); } public static String a(CharSequence charSequence) { diff --git a/app/src/main/java/b/i/a/c/d3/n.java b/app/src/main/java/b/i/a/c/d3/n.java index 01dbcfdd8e..99a598db36 100644 --- a/app/src/main/java/b/i/a/c/d3/n.java +++ b/app/src/main/java/b/i/a/c/d3/n.java @@ -28,7 +28,7 @@ public final class n { public final float a; /* renamed from: b reason: collision with root package name */ - public final float f916b; + public final float f917b; public final float c; public final float d; public final float e; @@ -50,20 +50,20 @@ public final class n { public float r; /* renamed from: s reason: collision with root package name */ - public int f917s; + public int f918s; public int t; public int u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public float f918x; + public float f919x; /* renamed from: y reason: collision with root package name */ - public float f919y; + public float f920y; /* renamed from: z reason: collision with root package name */ - public float f920z; + public float f921z; public n(Context context) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(null, new int[]{16843287, 16843288}, 0, 0); @@ -72,7 +72,7 @@ public final class n { obtainStyledAttributes.recycle(); float round = Math.round((context.getResources().getDisplayMetrics().densityDpi * 2.0f) / 160.0f); this.a = round; - this.f916b = round; + this.f917b = round; this.c = round; TextPaint textPaint = new TextPaint(); this.f = textPaint; @@ -109,7 +109,7 @@ public final class n { staticLayout2.draw(canvas); } else if (i == 2) { TextPaint textPaint = this.f; - float f = this.f916b; + float f = this.f917b; float f2 = this.c; textPaint.setShadowLayer(f, f2, f2, this.v); } else if (i == 3 || i == 4) { @@ -121,15 +121,15 @@ public final class n { if (z3) { i2 = this.v; } - float f3 = this.f916b / 2.0f; - this.f.setColor(this.f917s); + float f3 = this.f917b / 2.0f; + this.f.setColor(this.f918s); this.f.setStyle(Paint.Style.FILL); float f4 = -f3; - this.f.setShadowLayer(this.f916b, f4, f4, i3); + this.f.setShadowLayer(this.f917b, f4, f4, i3); staticLayout2.draw(canvas); - this.f.setShadowLayer(this.f916b, f3, f3, i2); + this.f.setShadowLayer(this.f917b, f3, f3, i2); } - this.f.setColor(this.f917s); + this.f.setColor(this.f918s); this.f.setStyle(Paint.Style.FILL); staticLayout.draw(canvas); this.f.setShadowLayer(0.0f, 0.0f, 0.0f, 0); diff --git a/app/src/main/java/b/i/a/c/d3/r.java b/app/src/main/java/b/i/a/c/d3/r.java index 69d37b206e..79c47a35ab 100644 --- a/app/src/main/java/b/i/a/c/d3/r.java +++ b/app/src/main/java/b/i/a/c/d3/r.java @@ -173,7 +173,7 @@ public final class r extends FrameLayout implements SubtitleView.a { StringBuilder sb = new StringBuilder(); Object[] objArr = new Object[4]; char c2 = 0; - objArr[0] = d.f2(rVar.m.f912b); + objArr[0] = d.f2(rVar.m.f913b); int i6 = 1; objArr[1] = rVar.d(rVar.o, rVar.n); float f2 = 1.2f; @@ -189,7 +189,7 @@ public final class r extends FrameLayout implements SubtitleView.a { int i8 = 0; while (i8 < rVar.l.size()) { b bVar2 = rVar.l.get(i8); - float f3 = bVar2.f836s; + float f3 = bVar2.f837s; float f4 = f3 != -3.4028235E38f ? f3 * 100.0f : 50.0f; int b2 = b(bVar2.t); float f5 = bVar2.p; @@ -237,8 +237,8 @@ public final class r extends FrameLayout implements SubtitleView.a { String c3 = c(bVar2.m); int i9 = bVar2.A; String str16 = i9 != i6 ? i9 != 2 ? "horizontal-tb" : "vertical-lr" : "vertical-rl"; - String d = rVar.d(bVar2.f838y, bVar2.f839z); - String f22 = d.f2(bVar2.w ? bVar2.f837x : rVar.m.d); + String d = rVar.d(bVar2.f839y, bVar2.f840z); + String f22 = d.f2(bVar2.w ? bVar2.f838x : rVar.m.d); int i10 = bVar2.A; String str17 = "right"; String str18 = "left"; @@ -340,7 +340,7 @@ public final class r extends FrameLayout implements SubtitleView.a { str12 = ""; } } else if (obj instanceof c) { - int i13 = ((c) obj).f870b; + int i13 = ((c) obj).f871b; if (i13 == -1) { str12 = ""; } else if (i13 != 1) { @@ -361,7 +361,7 @@ public final class r extends FrameLayout implements SubtitleView.a { b.i.a.c.b3.q.d dVar = (b.i.a.c.b3.q.d) obj; int i14 = dVar.a; f7 = f7; - int i15 = dVar.f871b; + int i15 = dVar.f872b; str2 = str2; StringBuilder sb3 = new StringBuilder(); str3 = str3; @@ -434,7 +434,7 @@ public final class r extends FrameLayout implements SubtitleView.a { dVar3 = new m.d(); sparseArray.put(spanEnd, dVar3); } - dVar3.f915b.add(cVar); + dVar3.f916b.add(cVar); } i12++; length2 = length2; @@ -469,8 +469,8 @@ public final class r extends FrameLayout implements SubtitleView.a { int keyAt = sparseArray.keyAt(i16); sb4.append(m.a(spanned.subSequence(i17, keyAt))); m.d dVar4 = (m.d) sparseArray.get(keyAt); - Collections.sort(dVar4.f915b, f.j); - for (m.c cVar2 : dVar4.f915b) { + Collections.sort(dVar4.f916b, f.j); + for (m.c cVar2 : dVar4.f916b) { sb4.append(cVar2.d); } Collections.sort(dVar4.a, e.j); diff --git a/app/src/main/java/b/i/a/c/e.java b/app/src/main/java/b/i/a/c/e.java index 1d92e52ac4..eb977bc385 100644 --- a/app/src/main/java/b/i/a/c/e.java +++ b/app/src/main/java/b/i/a/c/e.java @@ -20,7 +20,7 @@ public final /* synthetic */ class e implements l { synchronized (p.class) { if (p.g == null) { p.b bVar = new p.b(context); - p.g = new p(bVar.a, bVar.f945b, bVar.c, bVar.d, bVar.e, null); + p.g = new p(bVar.a, bVar.f946b, bVar.c, bVar.d, bVar.e, null); } pVar = p.g; } diff --git a/app/src/main/java/b/i/a/c/e1.java b/app/src/main/java/b/i/a/c/e1.java index ba9791b711..f6e04983b6 100644 --- a/app/src/main/java/b/i/a/c/e1.java +++ b/app/src/main/java/b/i/a/c/e1.java @@ -33,19 +33,19 @@ public interface e1 extends y1 { public l g; /* renamed from: s reason: collision with root package name */ - public boolean f922s; + public boolean f923s; public l h = new i(this); public Looper i = e0.o(); public o j = o.j; public int k = 1; public boolean l = true; - public j2 m = j2.f1024b; + public j2 m = j2.f1025b; public long n = 5000; public long o = 15000; public m1 p = new y0(0.97f, 1.03f, 1000, 1.0E-7f, e0.B(20), e0.B(500), 0.999f, null); /* renamed from: b reason: collision with root package name */ - public g f921b = g.a; + public g f922b = g.a; public long q = 500; public long r = 2000; diff --git a/app/src/main/java/b/i/a/c/e3/a.java b/app/src/main/java/b/i/a/c/e3/a.java index 5a512f02f4..eb020be506 100644 --- a/app/src/main/java/b/i/a/c/e3/a.java +++ b/app/src/main/java/b/i/a/c/e3/a.java @@ -33,12 +33,12 @@ public final /* synthetic */ class a implements Runnable { int i = this.k; long j = this.l; long j2 = this.m; - g1 g1Var = (g1) aVar3.f938b; + g1 g1Var = (g1) aVar3.f939b; g1.a aVar4 = g1Var.m; - if (aVar4.f1079b.isEmpty()) { + if (aVar4.f1080b.isEmpty()) { aVar = null; } else { - p pVar = aVar4.f1079b; + p pVar = aVar4.f1080b; if (!(pVar instanceof List)) { Iterator it = pVar.iterator(); do { diff --git a/app/src/main/java/b/i/a/c/e3/b.java b/app/src/main/java/b/i/a/c/e3/b.java index ea9d82f204..187069a6ed 100644 --- a/app/src/main/java/b/i/a/c/e3/b.java +++ b/app/src/main/java/b/i/a/c/e3/b.java @@ -21,9 +21,9 @@ public final /* synthetic */ class b implements v.b { if (i2 != i) { pVar.p = i; if (!(i == 1 || i == 0 || i == 8)) { - pVar.f944s = pVar.h(i); + pVar.f945s = pVar.h(i); long d = pVar.k.d(); - pVar.j(pVar.m > 0 ? (int) (d - pVar.n) : 0, pVar.o, pVar.f944s); + pVar.j(pVar.m > 0 ? (int) (d - pVar.n) : 0, pVar.o, pVar.f945s); pVar.n = d; pVar.o = 0L; pVar.r = 0L; diff --git a/app/src/main/java/b/i/a/c/e3/b0/a.java b/app/src/main/java/b/i/a/c/e3/b0/a.java index 1ce090c87c..5df9dbeda4 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/a.java +++ b/app/src/main/java/b/i/a/c/e3/b0/a.java @@ -4,5 +4,5 @@ package b.i.a.c.e3.b0; public final /* synthetic */ class a implements g { /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ a f923b = new a(); + public static final /* synthetic */ a f924b = new a(); } diff --git a/app/src/main/java/b/i/a/c/e3/b0/c.java b/app/src/main/java/b/i/a/c/e3/b0/c.java index 52f5c71776..980c71ff68 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/c.java +++ b/app/src/main/java/b/i/a/c/e3/b0/c.java @@ -24,11 +24,11 @@ public final class c implements l { public final Cache a; /* renamed from: b reason: collision with root package name */ - public final l f924b; + public final l f925b; @Nullable public final l c; public final l d; - public final g e = a.f923b; + public final g e = a.f924b; @Nullable public final a f; public final boolean g; @@ -50,7 +50,7 @@ public final class c implements l { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f925s; + public boolean f926s; public long t; public long u; @@ -64,7 +64,7 @@ public final class c implements l { public c(Cache cache, @Nullable l lVar, l lVar2, @Nullable j jVar, int i, @Nullable a aVar) { this.a = cache; - this.f924b = lVar2; + this.f925b = lVar2; int i2 = g.a; boolean z2 = false; this.g = (i & 1) != 0; @@ -106,11 +106,11 @@ public final class c implements l { if (i == -1) { z2 = false; } - this.f925s = z2; + this.f926s = z2; if (z2 && (aVar = this.f) != null) { aVar.a(i); } - if (this.f925s) { + if (this.f926s) { this.p = -1L; } else { long a4 = k.a(this.a.b(str)); @@ -164,7 +164,7 @@ public final class c implements l { @Override // b.i.a.c.e3.l public void d(a0 a0Var) { Objects.requireNonNull(a0Var); - this.f924b.d(a0Var); + this.f925b.d(a0Var); this.d.d(a0Var); } @@ -207,7 +207,7 @@ public final class c implements l { } public final boolean r() { - return this.m == this.f924b; + return this.m == this.f925b; } @Override // b.i.a.c.e3.h @@ -286,7 +286,7 @@ public final class c implements l { String str = nVar.h; int i = e0.a; Uri uri = null; - if (this.f925s) { + if (this.f926s) { hVar = null; } else if (this.g) { try { @@ -315,11 +315,11 @@ public final class c implements l { } n.b a3 = nVar.a(); a3.a = fromFile; - a3.f941b = j; + a3.f942b = j; a3.f = j2; a3.g = j3; nVar2 = a3.a(); - lVar = this.f924b; + lVar = this.f925b; } else { long j5 = hVar.l; if (j5 == -1) { @@ -341,7 +341,7 @@ public final class c implements l { hVar = null; } } - this.u = (this.f925s || lVar != this.d) ? RecyclerView.FOREVER_NS : this.o + 102400; + this.u = (this.f926s || lVar != this.d) ? RecyclerView.FOREVER_NS : this.o + 102400; if (z2) { d.D(this.m == this.d); if (lVar != this.d) { @@ -375,14 +375,14 @@ public final class c implements l { uri = this.j; } if (uri == null) { - mVar.f933b.add("exo_redir"); + mVar.f934b.add("exo_redir"); mVar.a.remove("exo_redir"); } else { String uri2 = uri.toString(); Map map = mVar.a; Objects.requireNonNull(uri2); map.put("exo_redir", uri2); - mVar.f933b.remove("exo_redir"); + mVar.f934b.remove("exo_redir"); } } if (this.m == this.c) { diff --git a/app/src/main/java/b/i/a/c/e3/b0/e.java b/app/src/main/java/b/i/a/c/e3/b0/e.java index 0dfaed0bbe..b82b658045 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/e.java +++ b/app/src/main/java/b/i/a/c/e3/b0/e.java @@ -5,10 +5,10 @@ public final class e { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f926b; + public final long f927b; public e(long j, long j2) { this.a = j; - this.f926b = j2; + this.f927b = j2; } } diff --git a/app/src/main/java/b/i/a/c/e3/b0/f.java b/app/src/main/java/b/i/a/c/e3/b0/f.java index b71667558b..7790ae4f85 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/f.java +++ b/app/src/main/java/b/i/a/c/e3/b0/f.java @@ -20,18 +20,18 @@ public final class f { public static final String[] a = {ModelAuditLogEntry.CHANGE_KEY_NAME, "length", "last_touch_timestamp"}; /* renamed from: b reason: collision with root package name */ - public final a f927b; + public final a f928b; public String c; public f(a aVar) { - this.f927b = aVar; + this.f928b = aVar; } @WorkerThread public Map a() throws DatabaseIOException { try { Objects.requireNonNull(this.c); - Cursor query = this.f927b.getReadableDatabase().query(this.c, a, null, null, null, null, null); + Cursor query = this.f928b.getReadableDatabase().query(this.c, a, null, null, null, null, null); HashMap hashMap = new HashMap(query.getCount()); while (query.moveToNext()) { String string = query.getString(0); @@ -51,8 +51,8 @@ public final class f { String hexString = Long.toHexString(j); String valueOf = String.valueOf(hexString); this.c = valueOf.length() != 0 ? "ExoPlayerCacheFileMetadata".concat(valueOf) : new String("ExoPlayerCacheFileMetadata"); - if (d.a(this.f927b.getReadableDatabase(), 2, hexString) != 1) { - SQLiteDatabase writableDatabase = this.f927b.getWritableDatabase(); + if (d.a(this.f928b.getReadableDatabase(), 2, hexString) != 1) { + SQLiteDatabase writableDatabase = this.f928b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); d.b(writableDatabase, 2, hexString, 1); String valueOf2 = String.valueOf(this.c); @@ -76,7 +76,7 @@ public final class f { public void c(Set set) throws DatabaseIOException { Objects.requireNonNull(this.c); try { - SQLiteDatabase writableDatabase = this.f927b.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f928b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); Iterator it = set.iterator(); while (it.hasNext()) { @@ -93,7 +93,7 @@ public final class f { public void d(String str, long j, long j2) throws DatabaseIOException { Objects.requireNonNull(this.c); try { - SQLiteDatabase writableDatabase = this.f927b.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f928b.getWritableDatabase(); ContentValues contentValues = new ContentValues(); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, str); contentValues.put("length", Long.valueOf(j)); diff --git a/app/src/main/java/b/i/a/c/e3/b0/i.java b/app/src/main/java/b/i/a/c/e3/b0/i.java index d2ecb3a9b8..167f67e260 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/i.java +++ b/app/src/main/java/b/i/a/c/e3/b0/i.java @@ -9,7 +9,7 @@ public final class i { public final int a; /* renamed from: b reason: collision with root package name */ - public final String f928b; + public final String f929b; public final TreeSet c = new TreeSet<>(); public final ArrayList d = new ArrayList<>(); public n e; @@ -20,17 +20,17 @@ public final class i { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f929b; + public final long f930b; public a(long j, long j2) { this.a = j; - this.f929b = j2; + this.f930b = j2; } } public i(int i, String str, n nVar) { this.a = i; - this.f928b = str; + this.f929b = str; this.e = nVar; } @@ -50,7 +50,7 @@ public final class i { boolean z2; for (int i = 0; i < this.d.size(); i++) { a aVar = this.d.get(i); - long j3 = aVar.f929b; + long j3 = aVar.f930b; if (j3 != -1) { if (j2 != -1) { long j4 = aVar.a; @@ -74,10 +74,10 @@ public final class i { return false; } i iVar = (i) obj; - return this.a == iVar.a && this.f928b.equals(iVar.f928b) && this.c.equals(iVar.c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.f929b.equals(iVar.f929b) && this.c.equals(iVar.c) && this.e.equals(iVar.e); } public int hashCode() { - return this.e.hashCode() + b.d.b.a.a.m(this.f928b, this.a * 31, 31); + return this.e.hashCode() + b.d.b.a.a.m(this.f929b, this.a * 31, 31); } } diff --git a/app/src/main/java/b/i/a/c/e3/b0/j.java b/app/src/main/java/b/i/a/c/e3/b0/j.java index e4cb821c98..0703fb3c66 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/j.java +++ b/app/src/main/java/b/i/a/c/e3/b0/j.java @@ -43,7 +43,7 @@ public class j { public final HashMap a; /* renamed from: b reason: collision with root package name */ - public final SparseArray f930b; + public final SparseArray f931b; public final SparseBooleanArray c; public final SparseBooleanArray d; public c e; @@ -56,13 +56,13 @@ public class j { public static final String[] a = {ModelAuditLogEntry.CHANGE_KEY_ID, "key", "metadata"}; /* renamed from: b reason: collision with root package name */ - public final b.i.a.c.u2.a f931b; + public final b.i.a.c.u2.a f932b; public final SparseArray c = new SparseArray<>(); public String d; public String e; public a(b.i.a.c.u2.a aVar) { - this.f931b = aVar; + this.f932b = aVar; } public static void j(SQLiteDatabase sQLiteDatabase, String str) { @@ -87,7 +87,7 @@ public class j { @Override // b.i.a.c.e3.b0.j.c public void b(HashMap hashMap) throws IOException { try { - SQLiteDatabase writableDatabase = this.f931b.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f932b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); l(writableDatabase); for (i iVar : hashMap.values()) { @@ -108,7 +108,7 @@ public class j { @Override // b.i.a.c.e3.b0.j.c public boolean d() throws DatabaseIOException { - SQLiteDatabase readableDatabase = this.f931b.getReadableDatabase(); + SQLiteDatabase readableDatabase = this.f932b.getReadableDatabase(); String str = this.d; Objects.requireNonNull(str); return d.a(readableDatabase, 1, str) != -1; @@ -118,7 +118,7 @@ public class j { public void e(HashMap hashMap) throws IOException { if (this.c.size() != 0) { try { - SQLiteDatabase writableDatabase = this.f931b.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f932b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); for (int i = 0; i < this.c.size(); i++) { i valueAt = this.c.valueAt(i); @@ -151,17 +151,17 @@ public class j { public void g(HashMap hashMap, SparseArray sparseArray) throws IOException { b.c.a.a0.d.D(this.c.size() == 0); try { - SQLiteDatabase readableDatabase = this.f931b.getReadableDatabase(); + SQLiteDatabase readableDatabase = this.f932b.getReadableDatabase(); String str = this.d; Objects.requireNonNull(str); if (d.a(readableDatabase, 1, str) != 1) { - SQLiteDatabase writableDatabase = this.f931b.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f932b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); l(writableDatabase); writableDatabase.setTransactionSuccessful(); writableDatabase.endTransaction(); } - SQLiteDatabase readableDatabase2 = this.f931b.getReadableDatabase(); + SQLiteDatabase readableDatabase2 = this.f932b.getReadableDatabase(); String str2 = this.e; Objects.requireNonNull(str2); Cursor query = readableDatabase2.query(str2, a, null, null, null, null, null); @@ -182,7 +182,7 @@ public class j { @Override // b.i.a.c.e3.b0.j.c public void h() throws DatabaseIOException { - b.i.a.c.u2.a aVar = this.f931b; + b.i.a.c.u2.a aVar = this.f932b; String str = this.d; Objects.requireNonNull(str); try { @@ -211,7 +211,7 @@ public class j { byte[] byteArray = byteArrayOutputStream.toByteArray(); ContentValues contentValues = new ContentValues(); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_ID, Integer.valueOf(iVar.a)); - contentValues.put("key", iVar.f928b); + contentValues.put("key", iVar.f929b); contentValues.put("metadata", byteArray); String str = this.e; Objects.requireNonNull(str); @@ -237,7 +237,7 @@ public class j { @Nullable /* renamed from: b reason: collision with root package name */ - public final Cipher f932b; + public final Cipher f933b; @Nullable public final SecretKeySpec c; @Nullable @@ -274,7 +274,7 @@ public class j { secretKeySpec = null; } this.a = z2; - this.f932b = cipher; + this.f933b = cipher; this.c = secretKeySpec; this.d = z2 ? new SecureRandom() : secureRandom; this.e = new e(file); @@ -310,9 +310,9 @@ public class j { secureRandom.nextBytes(bArr); dataOutputStream2.write(bArr); try { - this.f932b.init(1, this.c, new IvParameterSpec(bArr)); + this.f933b.init(1, this.c, new IvParameterSpec(bArr)); dataOutputStream2.flush(); - dataOutputStream2 = new DataOutputStream(new CipherOutputStream(pVar2, this.f932b)); + dataOutputStream2 = new DataOutputStream(new CipherOutputStream(pVar2, this.f933b)); } catch (InvalidAlgorithmParameterException e2) { e = e2; throw new IllegalStateException(e); @@ -325,7 +325,7 @@ public class j { int i2 = 0; for (i iVar : hashMap.values()) { dataOutputStream2.writeInt(iVar.a); - dataOutputStream2.writeUTF(iVar.f928b); + dataOutputStream2.writeUTF(iVar.f929b); j.b(iVar.e, dataOutputStream2); i2 += i(iVar, 2); } @@ -333,7 +333,7 @@ public class j { e eVar = this.e; Objects.requireNonNull(eVar); dataOutputStream2.close(); - eVar.f965b.delete(); + eVar.f966b.delete(); int i3 = e0.a; this.f = false; } catch (Throwable th2) { @@ -403,16 +403,16 @@ public class j { int readInt = dataInputStream.readInt(); if (readInt >= 0 && readInt <= 2) { if ((dataInputStream.readInt() & 1) != 0) { - if (this.f932b != null) { + if (this.f933b != null) { byte[] bArr = new byte[16]; dataInputStream.readFully(bArr); IvParameterSpec ivParameterSpec = new IvParameterSpec(bArr); try { - Cipher cipher = this.f932b; + Cipher cipher = this.f933b; SecretKeySpec secretKeySpec = this.c; int i = e0.a; cipher.init(2, secretKeySpec, ivParameterSpec); - dataInputStream = new DataInputStream(new CipherInputStream(bufferedInputStream, this.f932b)); + dataInputStream = new DataInputStream(new CipherInputStream(bufferedInputStream, this.f933b)); } catch (InvalidAlgorithmParameterException e2) { e = e2; throw new IllegalStateException(e); @@ -428,8 +428,8 @@ public class j { int i2 = 0; for (int i3 = 0; i3 < readInt2; i3++) { i j = j(readInt, dataInputStream); - hashMap.put(j.f928b, j); - sparseArray.put(j.a, j.f928b); + hashMap.put(j.f929b, j); + sparseArray.put(j.a, j.f929b); i2 += i(j, readInt); } int readInt3 = dataInputStream.readInt(); @@ -472,7 +472,7 @@ public class j { sparseArray.clear(); e eVar = this.e; eVar.a.delete(); - eVar.f965b.delete(); + eVar.f966b.delete(); } } @@ -480,11 +480,11 @@ public class j { public void h() { e eVar = this.e; eVar.a.delete(); - eVar.f965b.delete(); + eVar.f966b.delete(); } public final int i(i iVar, int i) { - int hashCode = iVar.f928b.hashCode() + (iVar.a * 31); + int hashCode = iVar.f929b.hashCode() + (iVar.a * 31); if (i >= 2) { return (hashCode * 31) + iVar.e.hashCode(); } @@ -531,7 +531,7 @@ public class j { public j(@Nullable b.i.a.c.u2.a aVar, @Nullable File file, @Nullable byte[] bArr, boolean z2, boolean z3) { b.c.a.a0.d.D((aVar == null && file == null) ? false : true); this.a = new HashMap<>(); - this.f930b = new SparseArray<>(); + this.f931b = new SparseArray<>(); this.c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; @@ -593,7 +593,7 @@ public class j { if (iVar != null) { return iVar; } - SparseArray sparseArray = this.f930b; + SparseArray sparseArray = this.f931b; int size = sparseArray.size(); int i = 0; int keyAt = size == 0 ? 0 : sparseArray.keyAt(size - 1) + 1; @@ -605,7 +605,7 @@ public class j { } i iVar2 = new i(keyAt, str, n.a); this.a.put(str, iVar2); - this.f930b.put(keyAt, str); + this.f931b.put(keyAt, str); this.d.put(keyAt, true); this.e.c(iVar2); return iVar2; @@ -620,9 +620,9 @@ public class j { cVar2.f(j); } if (this.e.d() || (cVar = this.f) == null || !cVar.d()) { - this.e.g(this.a, this.f930b); + this.e.g(this.a, this.f931b); } else { - this.f.g(this.a, this.f930b); + this.f.g(this.a, this.f931b); this.e.b(this.a); } c cVar3 = this.f; @@ -640,11 +640,11 @@ public class j { boolean z2 = this.d.get(i); this.e.a(iVar, z2); if (z2) { - this.f930b.remove(i); + this.f931b.remove(i); this.d.delete(i); return; } - this.f930b.put(i, null); + this.f931b.put(i, null); this.c.put(i, true); } } @@ -654,7 +654,7 @@ public class j { this.e.e(this.a); int size = this.c.size(); for (int i = 0; i < size; i++) { - this.f930b.remove(this.c.keyAt(i)); + this.f931b.remove(this.c.keyAt(i)); } this.c.clear(); this.d.clear(); diff --git a/app/src/main/java/b/i/a/c/e3/b0/m.java b/app/src/main/java/b/i/a/c/e3/b0/m.java index a81c17bde2..fc173e4148 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/m.java +++ b/app/src/main/java/b/i/a/c/e3/b0/m.java @@ -11,14 +11,14 @@ public class m { public final Map a = new HashMap(); /* renamed from: b reason: collision with root package name */ - public final List f933b = new ArrayList(); + public final List f934b = new ArrayList(); public static m a(m mVar, long j) { Long valueOf = Long.valueOf(j); Map map = mVar.a; Objects.requireNonNull(valueOf); map.put("exo_len", valueOf); - mVar.f933b.remove("exo_len"); + mVar.f934b.remove("exo_len"); return mVar; } } diff --git a/app/src/main/java/b/i/a/c/e3/b0/n.java b/app/src/main/java/b/i/a/c/e3/b0/n.java index e8c33fac64..1ba153f8b3 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/n.java +++ b/app/src/main/java/b/i/a/c/e3/b0/n.java @@ -16,7 +16,7 @@ public final class n implements l { public static final n a = new n(Collections.emptyMap()); /* renamed from: b reason: collision with root package name */ - public int f934b; + public int f935b; public final Map c; public n() { @@ -43,7 +43,7 @@ public final class n implements l { byte[] bArr; HashMap hashMap = new HashMap(this.c); Objects.requireNonNull(mVar); - List unmodifiableList = Collections.unmodifiableList(new ArrayList(mVar.f933b)); + List unmodifiableList = Collections.unmodifiableList(new ArrayList(mVar.f934b)); for (int i = 0; i < unmodifiableList.size(); i++) { hashMap.remove(unmodifiableList.get(i)); } @@ -83,13 +83,13 @@ public final class n implements l { } public int hashCode() { - if (this.f934b == 0) { + if (this.f935b == 0) { int i = 0; for (Map.Entry entry : this.c.entrySet()) { i += Arrays.hashCode(entry.getValue()) ^ entry.getKey().hashCode(); } - this.f934b = i; + this.f935b = i; } - return this.f934b; + return this.f935b; } } diff --git a/app/src/main/java/b/i/a/c/e3/b0/o.java b/app/src/main/java/b/i/a/c/e3/b0/o.java index 72c8063ac8..1242957be0 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/o.java +++ b/app/src/main/java/b/i/a/c/e3/b0/o.java @@ -8,7 +8,7 @@ public final class o implements d { public final TreeSet a = new TreeSet<>(b.j); /* renamed from: b reason: collision with root package name */ - public long f935b; + public long f936b; public o(long j) { } @@ -23,20 +23,20 @@ public final class o implements d { @Override // com.google.android.exoplayer2.upstream.cache.Cache.a public void b(Cache cache, h hVar) { this.a.remove(hVar); - this.f935b -= hVar.l; + this.f936b -= hVar.l; } @Override // com.google.android.exoplayer2.upstream.cache.Cache.a public void c(Cache cache, h hVar, h hVar2) { this.a.remove(hVar); - this.f935b -= hVar.l; + this.f936b -= hVar.l; d(cache, hVar2); } @Override // com.google.android.exoplayer2.upstream.cache.Cache.a public void d(Cache cache, h hVar) { this.a.add(hVar); - this.f935b += hVar.l; + this.f936b += hVar.l; f(cache, 0L); } @@ -45,7 +45,7 @@ public final class o implements d { } public final void f(Cache cache, long j) { - while (this.f935b + j > 104857600 && !this.a.isEmpty()) { + while (this.f936b + j > 104857600 && !this.a.isEmpty()) { cache.d(this.a.first()); } } diff --git a/app/src/main/java/b/i/a/c/e3/b0/r.java b/app/src/main/java/b/i/a/c/e3/b0/r.java index e2494b8253..33b1ec93f6 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/r.java +++ b/app/src/main/java/b/i/a/c/e3/b0/r.java @@ -27,7 +27,7 @@ public final class r implements Cache { public static final HashSet a = new HashSet<>(); /* renamed from: b reason: collision with root package name */ - public final File f936b; + public final File f937b; public final d c; public final j d; @Nullable @@ -47,7 +47,7 @@ public final class r implements Cache { add = a.add(file.getAbsoluteFile()); } if (add) { - this.f936b = file; + this.f937b = file; this.c = dVar; this.d = jVar; this.e = fVar; @@ -66,17 +66,17 @@ public final class r implements Cache { public static void j(r rVar) { long j; - if (!rVar.f936b.exists()) { + if (!rVar.f937b.exists()) { try { - m(rVar.f936b); + m(rVar.f937b); } catch (Cache.CacheException e) { rVar.k = e; return; } } - File[] listFiles = rVar.f936b.listFiles(); + File[] listFiles = rVar.f937b.listFiles(); if (listFiles == null) { - String valueOf = String.valueOf(rVar.f936b); + String valueOf = String.valueOf(rVar.f937b); StringBuilder sb = new StringBuilder(valueOf.length() + 38); sb.append("Failed to list cache directory files: "); sb.append(valueOf); @@ -112,9 +112,9 @@ public final class r implements Cache { rVar.i = j; if (j == -1) { try { - rVar.i = n(rVar.f936b); + rVar.i = n(rVar.f937b); } catch (IOException e2) { - String valueOf3 = String.valueOf(rVar.f936b); + String valueOf3 = String.valueOf(rVar.f937b); StringBuilder sb4 = new StringBuilder(valueOf3.length() + 28); sb4.append("Failed to create cache UID: "); sb4.append(valueOf3); @@ -130,10 +130,10 @@ public final class r implements Cache { if (fVar != null) { fVar.b(rVar.i); Map a2 = rVar.e.a(); - rVar.p(rVar.f936b, true, listFiles, a2); + rVar.p(rVar.f937b, true, listFiles, a2); rVar.e.c(((HashMap) a2).keySet()); } else { - rVar.p(rVar.f936b, true, listFiles, null); + rVar.p(rVar.f937b, true, listFiles, null); } j jVar = rVar.d; Iterator j2 = b.i.b.b.r.m(jVar.a.keySet()).iterator(); @@ -146,7 +146,7 @@ public final class r implements Cache { q.b("SimpleCache", "Storing index file failed", e3); } } catch (IOException e4) { - String valueOf4 = String.valueOf(rVar.f936b); + String valueOf4 = String.valueOf(rVar.f937b); StringBuilder sb6 = new StringBuilder(valueOf4.length() + 36); sb6.append("Failed to initialize cache indices: "); sb6.append(valueOf4); @@ -189,12 +189,12 @@ public final class r implements Cache { iVar = this.d.a.get(str); Objects.requireNonNull(iVar); d.D(iVar.a(j, j2)); - if (!this.f936b.exists()) { - m(this.f936b); + if (!this.f937b.exists()) { + m(this.f937b); r(); } this.c.a(this, str, j, j2); - file = new File(this.f936b, Integer.toString(this.g.nextInt(10))); + file = new File(this.f937b, Integer.toString(this.g.nextInt(10))); if (!file.exists()) { m(file); } @@ -260,7 +260,7 @@ public final class r implements Cache { long j4 = aVar.a; if (j4 <= j) { sVar = o; - long j5 = aVar.f929b; + long j5 = aVar.f930b; if (j5 != -1) { if (j4 + j5 > j) { } @@ -356,7 +356,7 @@ public final class r implements Cache { for (int i = 0; i < c.d.size(); i++) { if (c.d.get(i).a == j) { c.d.remove(i); - this.d.f(c.f928b); + this.d.f(c.f929b); notifyAll(); } } @@ -395,7 +395,7 @@ public final class r implements Cache { return new s(str, j, j2, -9223372036854775807L, null); } while (true) { - s sVar = new s(iVar.f928b, j, -1L, -9223372036854775807L, null); + s sVar = new s(iVar.f929b, j, -1L, -9223372036854775807L, null); floor = iVar.c.floor(sVar); if (floor == null || floor.k + floor.l <= j) { s ceiling = iVar.c.ceiling(sVar); @@ -407,7 +407,7 @@ public final class r implements Cache { } else { j3 = j2; } - floor = new s(iVar.f928b, j, j3, -9223372036854775807L, null); + floor = new s(iVar.f929b, j, j3, -9223372036854775807L, null); } if (!floor.m || floor.n.length() == floor.l) { break; @@ -429,7 +429,7 @@ public final class r implements Cache { e remove = map != null ? map.remove(name) : null; if (remove != null) { j = remove.a; - j2 = remove.f926b; + j2 = remove.f927b; } s g = s.g(file2, j, j2, this.d); if (g != null) { @@ -465,7 +465,7 @@ public final class r implements Cache { f fVar = this.e; Objects.requireNonNull(fVar.c); try { - fVar.f927b.getWritableDatabase().delete(fVar.c, "name = ?", new String[]{name}); + fVar.f928b.getWritableDatabase().delete(fVar.c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } @@ -474,7 +474,7 @@ public final class r implements Cache { Log.w("SimpleCache", valueOf.length() != 0 ? "Failed to remove file index entry for: ".concat(valueOf) : new String("Failed to remove file index entry for: ")); } } - this.d.f(c.f928b); + this.d.f(c.f929b); ArrayList arrayList = this.f.get(hVar.j); if (arrayList != null) { int size = arrayList.size(); diff --git a/app/src/main/java/b/i/a/c/e3/b0/s.java b/app/src/main/java/b/i/a/c/e3/b0/s.java index 926be557b5..d0d3afef67 100644 --- a/app/src/main/java/b/i/a/c/e3/b0/s.java +++ b/app/src/main/java/b/i/a/c/e3/b0/s.java @@ -113,7 +113,7 @@ public final class s extends h { } String group4 = matcher3.group(1); Objects.requireNonNull(group4); - String str2 = jVar.f930b.get(Integer.parseInt(group4)); + String str2 = jVar.f931b.get(Integer.parseInt(group4)); if (str2 == null) { return null; } diff --git a/app/src/main/java/b/i/a/c/e3/e.java b/app/src/main/java/b/i/a/c/e3/e.java index 2743e5896d..fc80898f91 100644 --- a/app/src/main/java/b/i/a/c/e3/e.java +++ b/app/src/main/java/b/i/a/c/e3/e.java @@ -5,10 +5,10 @@ public final class e { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public final int f937b; + public final int f938b; public e(byte[] bArr, int i) { this.a = bArr; - this.f937b = i; + this.f938b = i; } } diff --git a/app/src/main/java/b/i/a/c/e3/f.java b/app/src/main/java/b/i/a/c/e3/f.java index afa326634a..3b56a20af9 100644 --- a/app/src/main/java/b/i/a/c/e3/f.java +++ b/app/src/main/java/b/i/a/c/e3/f.java @@ -25,12 +25,12 @@ public interface f { public final Handler a; /* renamed from: b reason: collision with root package name */ - public final a f938b; + public final a f939b; public boolean c; public C0099a(Handler handler, a aVar) { this.a = handler; - this.f938b = aVar; + this.f939b = aVar; } } @@ -38,7 +38,7 @@ public interface f { Iterator it = this.a.iterator(); while (it.hasNext()) { C0099a next = it.next(); - if (next.f938b == aVar) { + if (next.f939b == aVar) { next.c = true; this.a.remove(next); } diff --git a/app/src/main/java/b/i/a/c/e3/g.java b/app/src/main/java/b/i/a/c/e3/g.java index 79ea207789..56e0f81f32 100644 --- a/app/src/main/java/b/i/a/c/e3/g.java +++ b/app/src/main/java/b/i/a/c/e3/g.java @@ -11,7 +11,7 @@ public abstract class g implements l { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final ArrayList f939b = new ArrayList<>(1); + public final ArrayList f940b = new ArrayList<>(1); public int c; @Nullable public n d; @@ -23,8 +23,8 @@ public abstract class g implements l { @Override // b.i.a.c.e3.l public final void d(a0 a0Var) { Objects.requireNonNull(a0Var); - if (!this.f939b.contains(a0Var)) { - this.f939b.add(a0Var); + if (!this.f940b.contains(a0Var)) { + this.f940b.add(a0Var); this.c++; } } @@ -38,7 +38,7 @@ public abstract class g implements l { n nVar = this.d; int i2 = e0.a; for (int i3 = 0; i3 < this.c; i3++) { - this.f939b.get(i3).e(this, nVar, this.a, i); + this.f940b.get(i3).e(this, nVar, this.a, i); } } @@ -46,21 +46,21 @@ public abstract class g implements l { n nVar = this.d; int i = e0.a; for (int i2 = 0; i2 < this.c; i2++) { - this.f939b.get(i2).a(this, nVar, this.a); + this.f940b.get(i2).a(this, nVar, this.a); } this.d = null; } public final void r(n nVar) { for (int i = 0; i < this.c; i++) { - this.f939b.get(i).g(this, nVar, this.a); + this.f940b.get(i).g(this, nVar, this.a); } } public final void s(n nVar) { this.d = nVar; for (int i = 0; i < this.c; i++) { - this.f939b.get(i).b(this, nVar, this.a); + this.f940b.get(i).b(this, nVar, this.a); } } } diff --git a/app/src/main/java/b/i/a/c/e3/n.java b/app/src/main/java/b/i/a/c/e3/n.java index 5b7e4fc0bf..dd770cb04f 100644 --- a/app/src/main/java/b/i/a/c/e3/n.java +++ b/app/src/main/java/b/i/a/c/e3/n.java @@ -14,7 +14,7 @@ public final class n { public final Uri a; /* renamed from: b reason: collision with root package name */ - public final long f940b; + public final long f941b; public final int c; @Nullable public final byte[] d; @@ -34,7 +34,7 @@ public final class n { public Uri a; /* renamed from: b reason: collision with root package name */ - public long f941b; + public long f942b; public int c; @Nullable public byte[] d; @@ -49,7 +49,7 @@ public final class n { public b(n nVar, a aVar) { this.a = nVar.a; - this.f941b = nVar.f940b; + this.f942b = nVar.f941b; this.c = nVar.c; this.d = nVar.d; this.e = nVar.e; @@ -62,7 +62,7 @@ public final class n { public n a() { if (this.a != null) { - return new n(this.a, this.f941b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new n(this.a, this.f942b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); } throw new IllegalStateException("The uri must be set."); } @@ -82,7 +82,7 @@ public final class n { } d.j(z2); this.a = uri; - this.f940b = j; + this.f941b = j; this.c = i; this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2; this.e = Collections.unmodifiableMap(new HashMap(map)); diff --git a/app/src/main/java/b/i/a/c/e3/o.java b/app/src/main/java/b/i/a/c/e3/o.java index 6d75667079..ea2e8c5339 100644 --- a/app/src/main/java/b/i/a/c/e3/o.java +++ b/app/src/main/java/b/i/a/c/e3/o.java @@ -9,7 +9,7 @@ public final class o { public final boolean a; /* renamed from: b reason: collision with root package name */ - public final int f942b; + public final int f943b; public final e[] c; public int d; public int e; @@ -20,7 +20,7 @@ public final class o { d.j(i > 0); d.j(true); this.a = z2; - this.f942b = i; + this.f943b = i; this.f = 0; this.g = new e[100]; this.c = new e[1]; @@ -52,7 +52,7 @@ public final class o { } public synchronized void c() { - int max = Math.max(0, e0.f(this.d, this.f942b) - this.e); + int max = Math.max(0, e0.f(this.d, this.f943b) - this.e); int i = this.f; if (max < i) { Arrays.fill(this.g, max, i, (Object) null); diff --git a/app/src/main/java/b/i/a/c/e3/p.java b/app/src/main/java/b/i/a/c/e3/p.java index ba1632c46d..4085e720a7 100644 --- a/app/src/main/java/b/i/a/c/e3/p.java +++ b/app/src/main/java/b/i/a/c/e3/p.java @@ -30,7 +30,7 @@ public final class p implements f, a0 { public static final b.i.b.b.p a = b.i.b.b.p.v(5400000L, 3300000L, 2000000L, 1300000L, 760000L); /* renamed from: b reason: collision with root package name */ - public static final b.i.b.b.p f943b = b.i.b.b.p.v(1700000L, 820000L, 450000L, 180000L, 130000L); + public static final b.i.b.b.p f944b = b.i.b.b.p.v(1700000L, 820000L, 450000L, 180000L, 130000L); public static final b.i.b.b.p c = b.i.b.b.p.v(2300000L, 1300000L, 1000000L, 820000L, 570000L); public static final b.i.b.b.p d = b.i.b.b.p.v(3400000L, 2000000L, 1400000L, 1000000L, 620000L); public static final b.i.b.b.p e = b.i.b.b.p.v(7500000L, 5200000L, 3700000L, Long.valueOf((long) StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD), 1100000L); @@ -50,7 +50,7 @@ public final class p implements f, a0 { public long r; /* renamed from: s reason: collision with root package name */ - public long f944s; + public long f945s; public long t; /* compiled from: DefaultBandwidthMeter.java */ @@ -60,7 +60,7 @@ public final class p implements f, a0 { public final Context a; /* renamed from: b reason: collision with root package name */ - public Map f945b; + public Map f946b; public int c; public g d; public boolean e; @@ -2475,13 +2475,13 @@ public final class p implements f, a0 { hashMap.put(0, 1000000L); b.i.b.b.p pVar2 = p.a; hashMap.put(2, pVar2.get(iArr[0])); - hashMap.put(3, p.f943b.get(iArr[1])); + hashMap.put(3, p.f944b.get(iArr[1])); hashMap.put(4, p.c.get(iArr[2])); hashMap.put(5, p.d.get(iArr[3])); hashMap.put(10, p.e.get(iArr[4])); hashMap.put(9, p.f.get(iArr[5])); hashMap.put(7, pVar2.get(iArr[0])); - this.f945b = hashMap; + this.f946b = hashMap; this.c = 2000; this.d = g.a; this.e = true; @@ -2975,13 +2975,13 @@ public final class p implements f, a0 { hashMap2.put(0, 1000000L); b.i.b.b.p pVar22 = p.a; hashMap2.put(2, pVar22.get(iArr[0])); - hashMap2.put(3, p.f943b.get(iArr[1])); + hashMap2.put(3, p.f944b.get(iArr[1])); hashMap2.put(4, p.c.get(iArr[2])); hashMap2.put(5, p.d.get(iArr[3])); hashMap2.put(10, p.e.get(iArr[4])); hashMap2.put(9, p.f.get(iArr[5])); hashMap2.put(7, pVar22.get(iArr[0])); - this.f945b = hashMap2; + this.f946b = hashMap2; this.c = 2000; this.d = g.a; this.e = true; @@ -3006,7 +3006,7 @@ public final class p implements f, a0 { i2 = vVar.e; } this.p = i2; - this.f944s = h(i2); + this.f945s = h(i2); b bVar = new b(this); Iterator> it = vVar.c.iterator(); while (it.hasNext()) { @@ -3016,11 +3016,11 @@ public final class p implements f, a0 { } } vVar.c.add(new WeakReference<>(bVar)); - vVar.f980b.post(new c(vVar, bVar)); + vVar.f981b.post(new c(vVar, bVar)); return; } this.p = 0; - this.f944s = h(0); + this.f945s = h(0); } public static boolean i(n nVar, boolean z2) { @@ -3040,9 +3040,9 @@ public final class p implements f, a0 { if (i > 0) { this.j.a((int) Math.sqrt(j2), (((float) j2) * 8000.0f) / i); if (this.q >= 2000 || this.r >= Permission.VIEW_GUILD_ANALYTICS) { - this.f944s = this.j.b(0.5f); + this.f945s = this.j.b(0.5f); } - j(i, this.o, this.f944s); + j(i, this.o, this.f945s); this.n = d2; this.o = 0L; } diff --git a/app/src/main/java/b/i/a/c/e3/q.java b/app/src/main/java/b/i/a/c/e3/q.java index d279031306..cab0af53f5 100644 --- a/app/src/main/java/b/i/a/c/e3/q.java +++ b/app/src/main/java/b/i/a/c/e3/q.java @@ -27,7 +27,7 @@ public final class q implements l { public final Context a; /* renamed from: b reason: collision with root package name */ - public final List f946b = new ArrayList(); + public final List f947b = new ArrayList(); public final l c; @Nullable public l d; @@ -52,17 +52,17 @@ public final class q implements l { public final Context a; /* renamed from: b reason: collision with root package name */ - public final l.a f947b; + public final l.a f948b; public a(Context context) { r.b bVar = new r.b(); this.a = context.getApplicationContext(); - this.f947b = bVar; + this.f948b = bVar; } /* renamed from: b */ public q a() { - return new q(this.a, this.f947b.a()); + return new q(this.a, this.f948b.a()); } } @@ -173,7 +173,7 @@ public final class q implements l { public void d(a0 a0Var) { Objects.requireNonNull(a0Var); this.c.d(a0Var); - this.f946b.add(a0Var); + this.f947b.add(a0Var); l lVar = this.d; if (lVar != null) { lVar.d(a0Var); @@ -221,8 +221,8 @@ public final class q implements l { } public final void p(l lVar) { - for (int i = 0; i < this.f946b.size(); i++) { - lVar.d(this.f946b.get(i)); + for (int i = 0; i < this.f947b.size(); i++) { + lVar.d(this.f947b.get(i)); } } diff --git a/app/src/main/java/b/i/a/c/e3/r.java b/app/src/main/java/b/i/a/c/e3/r.java index 0df2673dcb..0397e249ba 100644 --- a/app/src/main/java/b/i/a/c/e3/r.java +++ b/app/src/main/java/b/i/a/c/e3/r.java @@ -53,7 +53,7 @@ public class r extends g implements l { public long r; /* renamed from: s reason: collision with root package name */ - public long f948s; + public long f949s; @Nullable public h l = null; public final u j = new u(); @@ -64,14 +64,14 @@ public class r extends g implements l { @Nullable /* renamed from: b reason: collision with root package name */ - public String f949b; + public String f950b; public final u a = new u(); public int c = 8000; public int d = 8000; /* renamed from: b */ public r a() { - return new r(this.f949b, this.c, this.d, false, this.a, null, false, null); + return new r(this.f950b, this.c, this.d, false, this.a, null, false, null); } } @@ -128,7 +128,7 @@ public class r extends g implements l { long j2; long parseLong; this.m = nVar; - this.f948s = 0L; + this.f949s = 0L; this.r = 0L; r(nVar); try { @@ -143,7 +143,7 @@ public class r extends g implements l { String headerField = v.getHeaderField("Content-Range"); Pattern pattern = v.a; if (!TextUtils.isEmpty(headerField)) { - Matcher matcher = v.f951b.matcher(headerField); + Matcher matcher = v.f952b.matcher(headerField); if (matcher.matches()) { z2 = true; String group = matcher.group(1); @@ -280,7 +280,7 @@ public class r extends g implements l { long j = this.r; long j2 = -1; if (j != -1) { - j2 = j - this.f948s; + j2 = j - this.f949s; } x(this.n, j2); try { @@ -325,7 +325,7 @@ public class r extends g implements l { try { long j = this.r; if (j != -1) { - long j2 = j - this.f948s; + long j2 = j - this.f949s; if (j2 == 0) { return -1; } @@ -335,7 +335,7 @@ public class r extends g implements l { int i3 = e0.a; int read = inputStream.read(bArr, i, i2); if (read != -1) { - this.f948s += read; + this.f949s += read; p(read); return read; } diff --git a/app/src/main/java/b/i/a/c/e3/u.java b/app/src/main/java/b/i/a/c/e3/u.java index ab5230c9e1..684af6d5f6 100644 --- a/app/src/main/java/b/i/a/c/e3/u.java +++ b/app/src/main/java/b/i/a/c/e3/u.java @@ -11,12 +11,12 @@ public final class u { @Nullable /* renamed from: b reason: collision with root package name */ - public Map f950b; + public Map f951b; public synchronized Map a() { - if (this.f950b == null) { - this.f950b = Collections.unmodifiableMap(new HashMap(this.a)); + if (this.f951b == null) { + this.f951b = Collections.unmodifiableMap(new HashMap(this.a)); } - return this.f950b; + return this.f951b; } } diff --git a/app/src/main/java/b/i/a/c/e3/v.java b/app/src/main/java/b/i/a/c/e3/v.java index d9897ca932..5eb5fe2890 100644 --- a/app/src/main/java/b/i/a/c/e3/v.java +++ b/app/src/main/java/b/i/a/c/e3/v.java @@ -7,5 +7,5 @@ public final class v { public static final Pattern a = Pattern.compile("bytes (\\d+)-(\\d+)/(?:\\d+|\\*)"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f951b = Pattern.compile("bytes (?:(?:\\d+-\\d+)|\\*)/(\\d+)"); + public static final Pattern f952b = Pattern.compile("bytes (?:(?:\\d+-\\d+)|\\*)/(\\d+)"); } diff --git a/app/src/main/java/b/i/a/c/e3/x.java b/app/src/main/java/b/i/a/c/e3/x.java index ea7a11b5e5..63abaff58b 100644 --- a/app/src/main/java/b/i/a/c/e3/x.java +++ b/app/src/main/java/b/i/a/c/e3/x.java @@ -8,7 +8,7 @@ public class x { public static final /* synthetic */ int a = 0; /* renamed from: b reason: collision with root package name */ - public final int f952b; + public final int f953b; public int f; public int g; public int h; @@ -22,7 +22,7 @@ public class x { public int a; /* renamed from: b reason: collision with root package name */ - public int f953b; + public int f954b; public float c; public b() { @@ -33,7 +33,7 @@ public class x { } public x(int i) { - this.f952b = i; + this.f953b = i; } public void a(int i, float f) { @@ -54,17 +54,17 @@ public class x { int i4 = this.f; this.f = i4 + 1; bVar.a = i4; - bVar.f953b = i; + bVar.f954b = i; bVar.c = f; this.c.add(bVar); this.g += i; while (true) { int i5 = this.g; - int i6 = this.f952b; + int i6 = this.f953b; if (i5 > i6) { int i7 = i5 - i6; b bVar2 = this.c.get(0); - int i8 = bVar2.f953b; + int i8 = bVar2.f954b; if (i8 <= i7) { this.g -= i8; this.c.remove(0); @@ -75,7 +75,7 @@ public class x { bVarArr2[i9] = bVar2; } } else { - bVar2.f953b = i8 - i7; + bVar2.f954b = i8 - i7; this.g -= i7; } } else { @@ -93,7 +93,7 @@ public class x { int i = 0; for (int i2 = 0; i2 < this.c.size(); i2++) { b bVar = this.c.get(i2); - i += bVar.f953b; + i += bVar.f954b; if (i >= f2) { return bVar.c; } diff --git a/app/src/main/java/b/i/a/c/e3/y.java b/app/src/main/java/b/i/a/c/e3/y.java index feb4c6c2ae..1b8a65d45c 100644 --- a/app/src/main/java/b/i/a/c/e3/y.java +++ b/app/src/main/java/b/i/a/c/e3/y.java @@ -13,7 +13,7 @@ public final class y implements l { public final l a; /* renamed from: b reason: collision with root package name */ - public long f954b; + public long f955b; public Uri c = Uri.EMPTY; public Map> d = Collections.emptyMap(); @@ -60,7 +60,7 @@ public final class y implements l { public int read(byte[] bArr, int i, int i2) throws IOException { int read = this.a.read(bArr, i, i2); if (read != -1) { - this.f954b += read; + this.f955b += read; } return read; } diff --git a/app/src/main/java/b/i/a/c/e3/z.java b/app/src/main/java/b/i/a/c/e3/z.java index 2d9c0a10b5..bbe57b0172 100644 --- a/app/src/main/java/b/i/a/c/e3/z.java +++ b/app/src/main/java/b/i/a/c/e3/z.java @@ -12,13 +12,13 @@ public final class z implements l { public final l a; /* renamed from: b reason: collision with root package name */ - public final j f955b; + public final j f956b; public boolean c; public long d; public z(l lVar, j jVar) { this.a = lVar; - this.f955b = jVar; + this.f956b = jVar; } @Override // b.i.a.c.e3.l @@ -31,10 +31,10 @@ public final class z implements l { } long j = nVar2.g; if (j == -1 && a != -1) { - nVar2 = j == a ? nVar2 : new n(nVar2.a, nVar2.f940b, nVar2.c, nVar2.d, nVar2.e, nVar2.f + 0, a, nVar2.h, nVar2.i, nVar2.j); + nVar2 = j == a ? nVar2 : new n(nVar2.a, nVar2.f941b, nVar2.c, nVar2.d, nVar2.e, nVar2.f + 0, a, nVar2.h, nVar2.i, nVar2.j); } this.c = true; - this.f955b.a(nVar2); + this.f956b.a(nVar2); return this.d; } @@ -45,7 +45,7 @@ public final class z implements l { } finally { if (this.c) { this.c = false; - this.f955b.close(); + this.f956b.close(); } } } @@ -74,7 +74,7 @@ public final class z implements l { } int read = this.a.read(bArr, i, i2); if (read > 0) { - this.f955b.write(bArr, i, read); + this.f956b.write(bArr, i, read); long j = this.d; if (j != -1) { this.d = j - read; diff --git a/app/src/main/java/b/i/a/c/f1.java b/app/src/main/java/b/i/a/c/f1.java index 92db0ea1f7..f71587b93a 100644 --- a/app/src/main/java/b/i/a/c/f1.java +++ b/app/src/main/java/b/i/a/c/f1.java @@ -51,7 +51,7 @@ import java.util.concurrent.CopyOnWriteArraySet; public final class f1 extends u0 { /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int f956b = 0; + public static final /* synthetic */ int f957b = 0; public int A; public k0 B; public y1.b C; @@ -79,20 +79,20 @@ public final class f1 extends u0 { public final f r; /* renamed from: s reason: collision with root package name */ - public final long f957s; + public final long f958s; public final long t; public final g u; public int v; public boolean w; /* renamed from: x reason: collision with root package name */ - public int f958x; + public int f959x; /* renamed from: y reason: collision with root package name */ - public int f959y; + public int f960y; /* renamed from: z reason: collision with root package name */ - public boolean f960z; + public boolean f961z; /* compiled from: ExoPlayerImpl.java */ /* loaded from: classes3.dex */ @@ -100,16 +100,16 @@ public final class f1 extends u0 { public final Object a; /* renamed from: b reason: collision with root package name */ - public o2 f961b; + public o2 f962b; public a(Object obj, o2 o2Var) { this.a = obj; - this.f961b = o2Var; + this.f962b = o2Var; } @Override // b.i.a.c.t1 public o2 a() { - return this.f961b; + return this.f962b; } @Override // b.i.a.c.t1 @@ -140,7 +140,7 @@ public final class f1 extends u0 { this.r = fVar; this.p = g1Var; this.n = z2; - this.f957s = j; + this.f958s = j; this.t = j2; this.q = looper; this.u = gVar; @@ -192,7 +192,7 @@ public final class f1 extends u0 { this.h = wVar; this.F = w1.h(this.c); if (g1Var != null) { - d.D((g1Var.p == null || g1Var.m.f1079b.isEmpty()) ? true : z4); + d.D((g1Var.p == null || g1Var.m.f1080b.isEmpty()) ? true : z4); g1Var.p = y1Var; g1Var.q = g1Var.j.b(looper, null); p pVar = g1Var.o; @@ -206,9 +206,9 @@ public final class f1 extends u0 { public static long j0(w1 w1Var) { o2.c cVar = new o2.c(); o2.b bVar = new o2.b(); - w1Var.f1144b.h(w1Var.c.a, bVar); + w1Var.f1145b.h(w1Var.c.a, bVar); long j = w1Var.d; - return j == -9223372036854775807L ? w1Var.f1144b.n(bVar.l, cVar).f1043z : bVar.n + j; + return j == -9223372036854775807L ? w1Var.f1145b.n(bVar.l, cVar).f1044z : bVar.n + j; } public static boolean k0(w1 w1Var) { @@ -224,7 +224,7 @@ public final class f1 extends u0 { @Override // b.i.a.c.y1 public int B() { if (f()) { - return this.F.c.f833b; + return this.F.c.f834b; } return -1; } @@ -273,8 +273,8 @@ public final class f1 extends u0 { if (f()) { w1 w1Var = this.F; a0.a aVar = w1Var.c; - w1Var.f1144b.h(aVar.a, this.l); - return e0.M(this.l.a(aVar.f833b, aVar.c)); + w1Var.f1145b.h(aVar.a, this.l); + return e0.M(this.l.a(aVar.f834b, aVar.c)); } o2 K = K(); if (K.q()) { @@ -285,7 +285,7 @@ public final class f1 extends u0 { @Override // b.i.a.c.y1 public o2 K() { - return this.F.f1144b; + return this.F.f1145b; } @Override // b.i.a.c.y1 @@ -300,22 +300,22 @@ public final class f1 extends u0 { @Override // b.i.a.c.y1 public long N() { - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { return this.H; } w1 w1Var = this.F; if (w1Var.l.d != w1Var.c.d) { - return w1Var.f1144b.n(C(), this.a).b(); + return w1Var.f1145b.n(C(), this.a).b(); } long j = w1Var.r; if (this.F.l.a()) { w1 w1Var2 = this.F; - o2.b h = w1Var2.f1144b.h(w1Var2.l.a, this.l); - long c = h.c(this.F.l.f833b); + o2.b h = w1Var2.f1145b.h(w1Var2.l.a, this.l); + long c = h.c(this.F.l.f834b); j = c == Long.MIN_VALUE ? h.m : c; } w1 w1Var3 = this.F; - return e0.M(m0(w1Var3.f1144b, w1Var3.l, j)); + return e0.M(m0(w1Var3.f1145b, w1Var3.l, j)); } @Override // b.i.a.c.y1 @@ -334,7 +334,7 @@ public final class f1 extends u0 { @Override // b.i.a.c.y1 public long U() { - return this.f957s; + return this.f958s; } @Override // b.i.a.c.y1 @@ -342,8 +342,8 @@ public final class f1 extends u0 { w1 w1Var = this.F; if (w1Var.f == 1) { w1 e = w1Var.e(null); - w1 f = e.f(e.f1144b.q() ? 4 : 2); - this.f958x++; + w1 f = e.f(e.f1145b.q() ? 4 : 2); + this.f959x++; ((b0.b) this.i.q.c(0)).b(); s0(f, 1, 1, false, false, 5, -9223372036854775807L, -1); } @@ -377,7 +377,7 @@ public final class f1 extends u0 { } CharSequence charSequence2 = p1Var.m; if (charSequence2 != null) { - a2.f1048b = charSequence2; + a2.f1049b = charSequence2; } CharSequence charSequence3 = p1Var.n; if (charSequence3 != null) { @@ -399,7 +399,7 @@ public final class f1 extends u0 { if (charSequence7 != null) { a2.g = charSequence7; } - Uri uri = p1Var.f1044s; + Uri uri = p1Var.f1045s; if (uri != null) { a2.h = uri; } @@ -417,15 +417,15 @@ public final class f1 extends u0 { a2.k = (byte[]) bArr.clone(); a2.l = num; } - Uri uri2 = p1Var.f1045x; + Uri uri2 = p1Var.f1046x; if (uri2 != null) { a2.m = uri2; } - Integer num2 = p1Var.f1046y; + Integer num2 = p1Var.f1047y; if (num2 != null) { a2.n = num2; } - Integer num3 = p1Var.f1047z; + Integer num3 = p1Var.f1048z; if (num3 != null) { a2.o = num3; } @@ -447,7 +447,7 @@ public final class f1 extends u0 { } Integer num7 = p1Var.E; if (num7 != null) { - a2.f1049s = num7; + a2.f1050s = num7; } Integer num8 = p1Var.F; if (num8 != null) { @@ -467,15 +467,15 @@ public final class f1 extends u0 { } CharSequence charSequence8 = p1Var.J; if (charSequence8 != null) { - a2.f1050x = charSequence8; + a2.f1051x = charSequence8; } CharSequence charSequence9 = p1Var.K; if (charSequence9 != null) { - a2.f1051y = charSequence9; + a2.f1052y = charSequence9; } CharSequence charSequence10 = p1Var.L; if (charSequence10 != null) { - a2.f1052z = charSequence10; + a2.f1053z = charSequence10; } Integer num12 = p1Var.M; if (num12 != null) { @@ -507,26 +507,26 @@ public final class f1 extends u0 { } public b2 f0(b2.b bVar) { - return new b2(this.i, bVar, this.F.f1144b, C(), this.u, this.i.f1005s); + return new b2(this.i, bVar, this.F.f1145b, C(), this.u, this.i.f1006s); } @Override // b.i.a.c.y1 public long g() { - return e0.M(this.F.f1145s); + return e0.M(this.F.f1146s); } public final long g0(w1 w1Var) { - return w1Var.f1144b.q() ? e0.B(this.H) : w1Var.c.a() ? w1Var.t : m0(w1Var.f1144b, w1Var.c, w1Var.t); + return w1Var.f1145b.q() ? e0.B(this.H) : w1Var.c.a() ? w1Var.t : m0(w1Var.f1145b, w1Var.c, w1Var.t); } @Override // b.i.a.c.y1 public void h(int i, long j) { - o2 o2Var = this.F.f1144b; + o2 o2Var = this.F.f1145b; if (i < 0 || (!o2Var.q() && i >= o2Var.p())) { throw new IllegalSeekPositionException(o2Var, i, j); } int i2 = 1; - this.f958x++; + this.f959x++; if (f()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); h1.d dVar = new h1.d(this.F); @@ -545,11 +545,11 @@ public final class f1 extends u0 { } public final int h0() { - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { return this.G; } w1 w1Var = this.F; - return w1Var.f1144b.h(w1Var.c.a, this.l).l; + return w1Var.f1145b.h(w1Var.c.a, this.l).l; } @Override // b.i.a.c.y1 @@ -601,7 +601,7 @@ public final class f1 extends u0 { List list; int i; d.j(o2Var.q() || pair != null); - o2 o2Var2 = w1Var.f1144b; + o2 o2Var2 = w1Var.f1145b; w1 g = w1Var.g(o2Var); if (o2Var.q()) { a0.a aVar2 = w1.a; @@ -647,13 +647,13 @@ public final class f1 extends u0 { int b2 = o2Var.b(g.l.a); if (b2 == -1 || o2Var.f(b2, this.l).l != o2Var.h(aVar5.a, this.l).l) { o2Var.h(aVar5.a, this.l); - long a4 = aVar5.a() ? this.l.a(aVar5.f833b, aVar5.c) : this.l.m; + long a4 = aVar5.a() ? this.l.a(aVar5.f834b, aVar5.c) : this.l.m; g = g.b(aVar5, g.t, g.t, g.e, a4 - g.t, g.i, g.j, g.k).a(aVar5); g.r = a4; } } else { d.D(!aVar5.a()); - long max = Math.max(0L, g.f1145s - (longValue - B2)); + long max = Math.max(0L, g.f1146s - (longValue - B2)); long j = g.r; if (g.l.equals(g.c)) { j = longValue + max; @@ -666,11 +666,11 @@ public final class f1 extends u0 { @Override // b.i.a.c.y1 public int m() { - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { return 0; } w1 w1Var = this.F; - return w1Var.f1144b.b(w1Var.c.a); + return w1Var.f1145b.b(w1Var.c.a); } public final long m0(o2 o2Var, a0.a aVar, long j) { @@ -689,7 +689,7 @@ public final class f1 extends u0 { String str2 = e0.e; HashSet hashSet = i1.a; synchronized (i1.class) { - str = i1.f1014b; + str = i1.f1015b; } StringBuilder Q = b.d.b.a.a.Q(b.d.b.a.a.b(str, b.d.b.a.a.b(str2, b.d.b.a.a.b(hexString, 36))), "Release ", hexString, " [", "ExoPlayerLib/2.16.0"); b.d.b.a.a.q0(Q, "] [", str2, "] [", str); @@ -701,16 +701,16 @@ public final class f1 extends u0 { h1Var.q.f(7); long j = h1Var.E; synchronized (h1Var) { - long d = h1Var.f1008z.d() + j; + long d = h1Var.f1009z.d() + j; boolean z3 = false; while (!Boolean.valueOf(h1Var.I).booleanValue() && j > 0) { try { - h1Var.f1008z.c(); + h1Var.f1009z.c(); h1Var.wait(j); } catch (InterruptedException unused) { z3 = true; } - j = d - h1Var.f1008z.d(); + j = d - h1Var.f1009z.d(); } if (z3) { Thread.currentThread().interrupt(); @@ -736,7 +736,7 @@ public final class f1 extends u0 { w1 a2 = f.a(f.c); this.F = a2; a2.r = a2.t; - this.F.f1145s = 0L; + this.F.f1146s = 0L; } @Override // b.i.a.c.y1 @@ -753,7 +753,7 @@ public final class f1 extends u0 { p.b bVar = pVar.c; next.d = true; if (next.c) { - bVar.a(next.a, next.f972b.b()); + bVar.a(next.a, next.f973b.b()); } pVar.d.remove(next); } @@ -783,7 +783,7 @@ public final class f1 extends u0 { public void q0(boolean z2, int i, int i2) { w1 w1Var = this.F; if (w1Var.m != z2 || w1Var.n != i) { - this.f958x++; + this.f959x++; w1 d = w1Var.d(z2, i); ((b0.b) this.i.q.a(1, z2 ? 1 : 0, i)).b(); s0(d, 0, i2, false, false, 5, -9223372036854775807L, -1); @@ -843,9 +843,9 @@ public final class f1 extends u0 { int i8; w1 w1Var2 = this.F; this.F = w1Var; - boolean z4 = !w1Var2.f1144b.equals(w1Var.f1144b); - o2 o2Var = w1Var2.f1144b; - o2 o2Var2 = w1Var.f1144b; + boolean z4 = !w1Var2.f1145b.equals(w1Var.f1145b); + o2 o2Var = w1Var2.f1145b; + o2 o2Var2 = w1Var.f1145b; if (o2Var2.q() && o2Var.q()) { pair = new Pair(Boolean.FALSE, -1); } else if (o2Var2.q() != o2Var.q()) { @@ -868,7 +868,7 @@ public final class f1 extends u0 { int intValue = ((Integer) pair.second).intValue(); p1 p1Var = this.D; if (booleanValue) { - o1Var = !w1Var.f1144b.q() ? w1Var.f1144b.n(w1Var.f1144b.h(w1Var.c.a, this.l).l, this.a).p : null; + o1Var = !w1Var.f1145b.q() ? w1Var.f1145b.n(w1Var.f1145b.h(w1Var.c.a, this.l).l, this.a).p : null; this.E = p1.j; } else { o1Var = null; @@ -892,17 +892,17 @@ public final class f1 extends u0 { } boolean z5 = !p1Var.equals(this.D); this.D = p1Var; - if (!w1Var2.f1144b.equals(w1Var.f1144b)) { + if (!w1Var2.f1145b.equals(w1Var.f1145b)) { this.j.b(0, new d0(w1Var, i)); } if (z3) { o2.b bVar = new o2.b(); - if (!w1Var2.f1144b.q()) { + if (!w1Var2.f1145b.q()) { Object obj5 = w1Var2.c.a; - w1Var2.f1144b.h(obj5, bVar); + w1Var2.f1145b.h(obj5, bVar); int i11 = bVar.l; - i5 = w1Var2.f1144b.b(obj5); - obj2 = w1Var2.f1144b.n(i11, this.a).n; + i5 = w1Var2.f1145b.b(obj5); + obj2 = w1Var2.f1145b.n(i11, this.a).n; o1Var2 = this.a.p; obj = obj5; i6 = i11; @@ -917,19 +917,19 @@ public final class f1 extends u0 { j3 = bVar.n + bVar.m; if (w1Var2.c.a()) { a0.a aVar = w1Var2.c; - j3 = bVar.a(aVar.f833b, aVar.c); + j3 = bVar.a(aVar.f834b, aVar.c); j2 = j0(w1Var2); long M = e0.M(j3); long M2 = e0.M(j2); a0.a aVar2 = w1Var2.c; - y1.f fVar = new y1.f(obj2, i6, o1Var2, obj, i5, M, M2, aVar2.f833b, aVar2.c); + y1.f fVar = new y1.f(obj2, i6, o1Var2, obj, i5, M, M2, aVar2.f834b, aVar2.c); int C = C(); - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { w1 w1Var3 = this.F; Object obj6 = w1Var3.c.a; - w1Var3.f1144b.h(obj6, this.l); - i7 = this.F.f1144b.b(obj6); - obj4 = this.F.f1144b.n(C, this.a).n; + w1Var3.f1145b.h(obj6, this.l); + i7 = this.F.f1145b.b(obj6); + obj4 = this.F.f1145b.n(C, this.a).n; o1Var3 = this.a.p; obj3 = obj6; } else { @@ -941,7 +941,7 @@ public final class f1 extends u0 { long M3 = e0.M(j); long M4 = !this.F.c.a() ? e0.M(j0(this.F)) : M3; a0.a aVar3 = this.F.c; - this.j.b(11, new a0(i3, fVar, new y1.f(obj4, C, o1Var3, obj3, i7, M3, M4, aVar3.f833b, aVar3.c))); + this.j.b(11, new a0(i3, fVar, new y1.f(obj4, C, o1Var3, obj3, i7, M3, M4, aVar3.f834b, aVar3.c))); } else { if (w1Var2.c.e != -1 && this.F.c.a()) { j3 = j0(this.F); @@ -950,15 +950,15 @@ public final class f1 extends u0 { long M5 = e0.M(j3); long M22 = e0.M(j2); a0.a aVar22 = w1Var2.c; - y1.f fVar2 = new y1.f(obj2, i6, o1Var2, obj, i5, M5, M22, aVar22.f833b, aVar22.c); + y1.f fVar2 = new y1.f(obj2, i6, o1Var2, obj, i5, M5, M22, aVar22.f834b, aVar22.c); int C2 = C(); - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { } long M32 = e0.M(j); if (!this.F.c.a()) { } a0.a aVar32 = this.F.c; - this.j.b(11, new a0(i3, fVar2, new y1.f(obj4, C2, o1Var3, obj3, i7, M32, M4, aVar32.f833b, aVar32.c))); + this.j.b(11, new a0(i3, fVar2, new y1.f(obj4, C2, o1Var3, obj3, i7, M32, M4, aVar32.f834b, aVar32.c))); } } else if (w1Var2.c.a()) { j3 = w1Var2.t; @@ -966,30 +966,30 @@ public final class f1 extends u0 { long M52 = e0.M(j3); long M222 = e0.M(j2); a0.a aVar222 = w1Var2.c; - y1.f fVar22 = new y1.f(obj2, i6, o1Var2, obj, i5, M52, M222, aVar222.f833b, aVar222.c); + y1.f fVar22 = new y1.f(obj2, i6, o1Var2, obj, i5, M52, M222, aVar222.f834b, aVar222.c); int C22 = C(); - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { } long M322 = e0.M(j); if (!this.F.c.a()) { } a0.a aVar322 = this.F.c; - this.j.b(11, new a0(i3, fVar22, new y1.f(obj4, C22, o1Var3, obj3, i7, M322, M4, aVar322.f833b, aVar322.c))); + this.j.b(11, new a0(i3, fVar22, new y1.f(obj4, C22, o1Var3, obj3, i7, M322, M4, aVar322.f834b, aVar322.c))); } else { j3 = bVar.n + w1Var2.t; j2 = j3; long M522 = e0.M(j3); long M2222 = e0.M(j2); a0.a aVar2222 = w1Var2.c; - y1.f fVar222 = new y1.f(obj2, i6, o1Var2, obj, i5, M522, M2222, aVar2222.f833b, aVar2222.c); + y1.f fVar222 = new y1.f(obj2, i6, o1Var2, obj, i5, M522, M2222, aVar2222.f834b, aVar2222.c); int C222 = C(); - if (this.F.f1144b.q()) { + if (this.F.f1145b.q()) { } long M3222 = e0.M(j); if (!this.F.c.a()) { } a0.a aVar3222 = this.F.c; - this.j.b(11, new a0(i3, fVar222, new y1.f(obj4, C222, o1Var3, obj3, i7, M3222, M4, aVar3222.f833b, aVar3222.c))); + this.j.b(11, new a0(i3, fVar222, new y1.f(obj4, C222, o1Var3, obj3, i7, M3222, M4, aVar3222.f834b, aVar3222.c))); } } if (booleanValue) { @@ -1073,9 +1073,9 @@ public final class f1 extends u0 { return T(); } w1 w1Var = this.F; - w1Var.f1144b.h(w1Var.c.a, this.l); + w1Var.f1145b.h(w1Var.c.a, this.l); w1 w1Var2 = this.F; - return w1Var2.d == -9223372036854775807L ? w1Var2.f1144b.n(C(), this.a).a() : e0.M(this.l.n) + e0.M(this.F.d); + return w1Var2.d == -9223372036854775807L ? w1Var2.f1145b.n(C(), this.a).a() : e0.M(this.l.n) + e0.M(this.F.d); } @Override // b.i.a.c.y1 diff --git a/app/src/main/java/b/i/a/c/f3/a.java b/app/src/main/java/b/i/a/c/f3/a.java index c310726c2f..2f1ed53781 100644 --- a/app/src/main/java/b/i/a/c/f3/a.java +++ b/app/src/main/java/b/i/a/c/f3/a.java @@ -28,8 +28,8 @@ public final /* synthetic */ class a implements Runnable { p.c cVar = (p.c) it.next(); if (!cVar.d) { if (i != -1) { - n.b bVar = cVar.f972b; - d.D(!bVar.f970b); + n.b bVar = cVar.f973b; + d.D(!bVar.f971b); bVar.a.append(i, true); } cVar.c = true; diff --git a/app/src/main/java/b/i/a/c/f3/b.java b/app/src/main/java/b/i/a/c/f3/b.java index de45e37140..ffdbcc2fd8 100644 --- a/app/src/main/java/b/i/a/c/f3/b.java +++ b/app/src/main/java/b/i/a/c/f3/b.java @@ -22,12 +22,12 @@ public final /* synthetic */ class b implements Handler.Callback { p.c cVar = (p.c) it.next(); p.b bVar = pVar.c; if (!cVar.d && cVar.c) { - n b2 = cVar.f972b.b(); - cVar.f972b = new n.b(); + n b2 = cVar.f973b.b(); + cVar.f973b = new n.b(); cVar.c = false; bVar.a(cVar.a, b2); } - if (pVar.f971b.e(0)) { + if (pVar.f972b.e(0)) { return true; } } diff --git a/app/src/main/java/b/i/a/c/f3/b0.java b/app/src/main/java/b/i/a/c/f3/b0.java index 1db5acf491..aa8fbe10a0 100644 --- a/app/src/main/java/b/i/a/c/f3/b0.java +++ b/app/src/main/java/b/i/a/c/f3/b0.java @@ -15,7 +15,7 @@ public final class b0 implements o { public static final List a = new ArrayList(50); /* renamed from: b reason: collision with root package name */ - public final Handler f962b; + public final Handler f963b; /* compiled from: SystemHandlerWrapper.java */ /* loaded from: classes3.dex */ @@ -48,7 +48,7 @@ public final class b0 implements o { } public b0(Handler handler) { - this.f962b = handler; + this.f963b = handler; } public static b k() { @@ -63,26 +63,26 @@ public final class b0 implements o { @Override // b.i.a.c.f3.o public o.a a(int i, int i2, int i3) { b k = k(); - k.a = this.f962b.obtainMessage(i, i2, i3); + k.a = this.f963b.obtainMessage(i, i2, i3); return k; } @Override // b.i.a.c.f3.o public boolean b(Runnable runnable) { - return this.f962b.post(runnable); + return this.f963b.post(runnable); } @Override // b.i.a.c.f3.o public o.a c(int i) { b k = k(); - k.a = this.f962b.obtainMessage(i); + k.a = this.f963b.obtainMessage(i); return k; } @Override // b.i.a.c.f3.o public boolean d(o.a aVar) { b bVar = (b) aVar; - Handler handler = this.f962b; + Handler handler = this.f963b; Message message = bVar.a; Objects.requireNonNull(message); boolean sendMessageAtFrontOfQueue = handler.sendMessageAtFrontOfQueue(message); @@ -92,33 +92,33 @@ public final class b0 implements o { @Override // b.i.a.c.f3.o public boolean e(int i) { - return this.f962b.hasMessages(i); + return this.f963b.hasMessages(i); } @Override // b.i.a.c.f3.o public boolean f(int i) { - return this.f962b.sendEmptyMessage(i); + return this.f963b.sendEmptyMessage(i); } @Override // b.i.a.c.f3.o public boolean g(int i, long j) { - return this.f962b.sendEmptyMessageAtTime(i, j); + return this.f963b.sendEmptyMessageAtTime(i, j); } @Override // b.i.a.c.f3.o public void h(int i) { - this.f962b.removeMessages(i); + this.f963b.removeMessages(i); } @Override // b.i.a.c.f3.o public o.a i(int i, @Nullable Object obj) { b k = k(); - k.a = this.f962b.obtainMessage(i, obj); + k.a = this.f963b.obtainMessage(i, obj); return k; } @Override // b.i.a.c.f3.o public void j(@Nullable Object obj) { - this.f962b.removeCallbacksAndMessages(null); + this.f963b.removeCallbacksAndMessages(null); } } diff --git a/app/src/main/java/b/i/a/c/f3/c0.java b/app/src/main/java/b/i/a/c/f3/c0.java index 61e09fff70..a85c580abb 100644 --- a/app/src/main/java/b/i/a/c/f3/c0.java +++ b/app/src/main/java/b/i/a/c/f3/c0.java @@ -10,21 +10,21 @@ public final class c0 { public long[] a = new long[10]; /* renamed from: b reason: collision with root package name */ - public V[] f963b = (V[]) new Object[10]; + public V[] f964b = (V[]) new Object[10]; public int c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.c + i) - 1) % this.f963b.length]) { + if (j <= this.a[((this.c + i) - 1) % this.f964b.length]) { b(); } } c(); int i2 = this.c; int i3 = this.d; - V[] vArr = this.f963b; + V[] vArr = this.f964b; int length = (i2 + i3) % vArr.length; this.a[length] = j; vArr[length] = v; @@ -34,11 +34,11 @@ public final class c0 { public synchronized void b() { this.c = 0; this.d = 0; - Arrays.fill(this.f963b, (Object) null); + Arrays.fill(this.f964b, (Object) null); } public final void c() { - int length = this.f963b.length; + int length = this.f964b.length; if (this.d >= length) { int i = length * 2; long[] jArr = new long[i]; @@ -46,14 +46,14 @@ public final class c0 { int i2 = this.c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.f963b, this.c, vArr, 0, i3); + System.arraycopy(this.f964b, this.c, vArr, 0, i3); int i4 = this.c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.f963b, 0, vArr, i3, this.c); + System.arraycopy(this.f964b, 0, vArr, i3, this.c); } this.a = jArr; - this.f963b = vArr; + this.f964b = vArr; this.c = 0; } } @@ -81,7 +81,7 @@ public final class c0 { @Nullable public final V f() { d.D(this.d > 0); - V[] vArr = this.f963b; + V[] vArr = this.f964b; int i = this.c; V v = vArr[i]; vArr[i] = null; diff --git a/app/src/main/java/b/i/a/c/f3/d0.java b/app/src/main/java/b/i/a/c/f3/d0.java index 03ecb6eaf6..e95d88c00b 100644 --- a/app/src/main/java/b/i/a/c/f3/d0.java +++ b/app/src/main/java/b/i/a/c/f3/d0.java @@ -12,7 +12,7 @@ public final class d0 { @GuardedBy("this") /* renamed from: b reason: collision with root package name */ - public long f964b; + public long f965b; @GuardedBy("this") public long c; public final ThreadLocal d = new ThreadLocal<>(); @@ -25,18 +25,18 @@ public final class d0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f964b == -9223372036854775807L) { + if (this.f965b == -9223372036854775807L) { long j2 = this.a; if (j2 == 9223372036854775806L) { Long l = this.d.get(); Objects.requireNonNull(l); j2 = l.longValue(); } - this.f964b = j2 - j; + this.f965b = j2 - j; notifyAll(); } this.c = j; - return j + this.f964b; + return j + this.f965b; } public synchronized long b(long j) { @@ -64,12 +64,12 @@ public final class d0 { } public synchronized long d() { - return this.f964b; + return this.f965b; } public synchronized void e(long j) { this.a = j; - this.f964b = j == RecyclerView.FOREVER_NS ? 0L : -9223372036854775807L; + this.f965b = j == RecyclerView.FOREVER_NS ? 0L : -9223372036854775807L; this.c = -9223372036854775807L; } } diff --git a/app/src/main/java/b/i/a/c/f3/e.java b/app/src/main/java/b/i/a/c/f3/e.java index 093fee547a..bf02b6e22f 100644 --- a/app/src/main/java/b/i/a/c/f3/e.java +++ b/app/src/main/java/b/i/a/c/f3/e.java @@ -14,7 +14,7 @@ public final class e { public final File a; /* renamed from: b reason: collision with root package name */ - public final File f965b; + public final File f966b; /* compiled from: AtomicFile.java */ /* loaded from: classes3.dex */ @@ -63,28 +63,28 @@ public final class e { public e(File file) { this.a = file; - this.f965b = new File(String.valueOf(file.getPath()).concat(".bak")); + this.f966b = new File(String.valueOf(file.getPath()).concat(".bak")); } public boolean a() { - return this.a.exists() || this.f965b.exists(); + return this.a.exists() || this.f966b.exists(); } public InputStream b() throws FileNotFoundException { - if (this.f965b.exists()) { + if (this.f966b.exists()) { this.a.delete(); - this.f965b.renameTo(this.a); + this.f966b.renameTo(this.a); } return new FileInputStream(this.a); } public OutputStream c() throws IOException { if (this.a.exists()) { - if (this.f965b.exists()) { + if (this.f966b.exists()) { this.a.delete(); - } else if (!this.a.renameTo(this.f965b)) { + } else if (!this.a.renameTo(this.f966b)) { String valueOf = String.valueOf(this.a); - String valueOf2 = String.valueOf(this.f965b); + String valueOf2 = String.valueOf(this.f966b); Log.w("AtomicFile", b.d.b.a.a.k(valueOf2.length() + valueOf.length() + 37, "Couldn't rename file ", valueOf, " to backup file ", valueOf2)); } } diff --git a/app/src/main/java/b/i/a/c/f3/e0.java b/app/src/main/java/b/i/a/c/f3/e0.java index b8a254e5e0..a0584bc489 100644 --- a/app/src/main/java/b/i/a/c/f3/e0.java +++ b/app/src/main/java/b/i/a/c/f3/e0.java @@ -33,7 +33,7 @@ public final class e0 { public static final int a; /* renamed from: b reason: collision with root package name */ - public static final String f966b; + public static final String f967b; public static final String c; public static final String d; public static final String e; @@ -50,7 +50,7 @@ public final class e0 { int i2 = Build.VERSION.SDK_INT; a = i2; String str = Build.DEVICE; - f966b = str; + f967b = str; String str2 = Build.MANUFACTURER; c = str2; String str3 = Build.MODEL; @@ -497,7 +497,7 @@ public final class e0 { if (inflater == null) { inflater = new Inflater(); } - inflater.setInput(xVar.a, xVar.f982b, xVar.a()); + inflater.setInput(xVar.a, xVar.f983b, xVar.a()); int i2 = 0; while (true) { try { diff --git a/app/src/main/java/b/i/a/c/f3/h.java b/app/src/main/java/b/i/a/c/f3/h.java index f4e52587bb..1f2e22126c 100644 --- a/app/src/main/java/b/i/a/c/f3/h.java +++ b/app/src/main/java/b/i/a/c/f3/h.java @@ -7,7 +7,7 @@ public final class h { public static final byte[] a = {0, 0, 0, 1}; /* renamed from: b reason: collision with root package name */ - public static final String[] f967b = {"", ExifInterface.GPS_MEASUREMENT_IN_PROGRESS, "B", "C"}; + public static final String[] f968b = {"", ExifInterface.GPS_MEASUREMENT_IN_PROGRESS, "B", "C"}; public static String a(int i, int i2, int i3) { return String.format("avc1.%02X%02X%02X", Integer.valueOf(i), Integer.valueOf(i2), Integer.valueOf(i3)); @@ -15,7 +15,7 @@ public final class h { public static String b(int i, boolean z2, int i2, int i3, int[] iArr, int i4) { Object[] objArr = new Object[5]; - objArr[0] = f967b[i]; + objArr[0] = f968b[i]; objArr[1] = Integer.valueOf(i2); objArr[2] = Integer.valueOf(i3); objArr[3] = Character.valueOf(z2 ? 'H' : 'L'); diff --git a/app/src/main/java/b/i/a/c/f3/i.java b/app/src/main/java/b/i/a/c/f3/i.java index bd70b08b7d..17b1b3414e 100644 --- a/app/src/main/java/b/i/a/c/f3/i.java +++ b/app/src/main/java/b/i/a/c/f3/i.java @@ -19,7 +19,7 @@ public final class i { public static final Pattern a = Pattern.compile("^rgb\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); /* renamed from: b reason: collision with root package name */ - public static final Pattern f968b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); + public static final Pattern f969b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); public static final Pattern c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); public static final Map d; @@ -121,7 +121,7 @@ public final class i { throw new IllegalArgumentException(); } if (replace.startsWith("rgba")) { - Matcher matcher = (z2 ? c : f968b).matcher(replace); + Matcher matcher = (z2 ? c : f969b).matcher(replace); if (matcher.matches()) { if (z2) { String group = matcher.group(4); diff --git a/app/src/main/java/b/i/a/c/f3/j.java b/app/src/main/java/b/i/a/c/f3/j.java index cb164d3ae6..1ec19549e8 100644 --- a/app/src/main/java/b/i/a/c/f3/j.java +++ b/app/src/main/java/b/i/a/c/f3/j.java @@ -5,20 +5,20 @@ public class j { public final g a = g.a; /* renamed from: b reason: collision with root package name */ - public boolean f969b; + public boolean f970b; public synchronized boolean a() { boolean z2; - z2 = this.f969b; - this.f969b = false; + z2 = this.f970b; + this.f970b = false; return z2; } public synchronized boolean b() { - if (this.f969b) { + if (this.f970b) { return false; } - this.f969b = true; + this.f970b = true; notifyAll(); return true; } diff --git a/app/src/main/java/b/i/a/c/f3/n.java b/app/src/main/java/b/i/a/c/f3/n.java index f5246decad..4ded8e7d54 100644 --- a/app/src/main/java/b/i/a/c/f3/n.java +++ b/app/src/main/java/b/i/a/c/f3/n.java @@ -14,17 +14,17 @@ public final class n { public final SparseBooleanArray a = new SparseBooleanArray(); /* renamed from: b reason: collision with root package name */ - public boolean f970b; + public boolean f971b; public b a(int i) { - d.D(!this.f970b); + d.D(!this.f971b); this.a.append(i, true); return this; } public n b() { - d.D(!this.f970b); - this.f970b = true; + d.D(!this.f971b); + this.f971b = true; return new n(this.a, null); } } diff --git a/app/src/main/java/b/i/a/c/f3/p.java b/app/src/main/java/b/i/a/c/f3/p.java index 752a958a25..8adb686910 100644 --- a/app/src/main/java/b/i/a/c/f3/p.java +++ b/app/src/main/java/b/i/a/c/f3/p.java @@ -12,7 +12,7 @@ public final class p { public final g a; /* renamed from: b reason: collision with root package name */ - public final o f971b; + public final o f972b; public final b c; public final CopyOnWriteArraySet> d; public final ArrayDeque e = new ArrayDeque<>(); @@ -37,7 +37,7 @@ public final class p { public final T a; /* renamed from: b reason: collision with root package name */ - public n.b f972b = new n.b(); + public n.b f973b = new n.b(); public boolean c; public boolean d; @@ -64,13 +64,13 @@ public final class p { this.a = gVar; this.d = copyOnWriteArraySet; this.c = bVar; - this.f971b = gVar.b(looper, new b(this)); + this.f972b = gVar.b(looper, new b(this)); } public void a() { if (!this.f.isEmpty()) { - if (!this.f971b.e(0)) { - o oVar = this.f971b; + if (!this.f972b.e(0)) { + o oVar = this.f972b; oVar.d(oVar.c(0)); } boolean z2 = !this.e.isEmpty(); @@ -96,7 +96,7 @@ public final class p { b bVar = this.c; next.d = true; if (next.c) { - bVar.a(next.a, next.f972b.b()); + bVar.a(next.a, next.f973b.b()); } } this.d.clear(); diff --git a/app/src/main/java/b/i/a/c/f3/r.java b/app/src/main/java/b/i/a/c/f3/r.java index a81d2e0bc0..d7700b46fd 100644 --- a/app/src/main/java/b/i/a/c/f3/r.java +++ b/app/src/main/java/b/i/a/c/f3/r.java @@ -8,15 +8,15 @@ public final class r { public int a; /* renamed from: b reason: collision with root package name */ - public long[] f973b = new long[32]; + public long[] f974b = new long[32]; public void a(long j) { int i = this.a; - long[] jArr = this.f973b; + long[] jArr = this.f974b; if (i == jArr.length) { - this.f973b = Arrays.copyOf(jArr, i * 2); + this.f974b = Arrays.copyOf(jArr, i * 2); } - long[] jArr2 = this.f973b; + long[] jArr2 = this.f974b; int i2 = this.a; this.a = i2 + 1; jArr2[i2] = j; @@ -24,7 +24,7 @@ public final class r { public long b(int i) { if (i >= 0 && i < this.a) { - return this.f973b[i]; + return this.f974b[i]; } throw new IndexOutOfBoundsException(a.g(46, "Invalid index ", i, ", size is ", this.a)); } diff --git a/app/src/main/java/b/i/a/c/f3/t.java b/app/src/main/java/b/i/a/c/f3/t.java index 7bd568a89c..1312f863b2 100644 --- a/app/src/main/java/b/i/a/c/f3/t.java +++ b/app/src/main/java/b/i/a/c/f3/t.java @@ -18,7 +18,7 @@ public final class t { public static final ArrayList a = new ArrayList<>(); /* renamed from: b reason: collision with root package name */ - public static final Pattern f974b = Pattern.compile("^mp4a\\.([a-zA-Z0-9]{2})(?:\\.([0-9]{1,2}))?$"); + public static final Pattern f975b = Pattern.compile("^mp4a\\.([a-zA-Z0-9]{2})(?:\\.([0-9]{1,2}))?$"); /* compiled from: MimeTypes.java */ /* loaded from: classes3.dex */ @@ -32,15 +32,15 @@ public final class t { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f975b; + public final int f976b; public b(int i, int i2) { this.a = i; - this.f975b = i2; + this.f976b = i2; } public int a() { - int i = this.f975b; + int i = this.f976b; if (i == 2) { return 10; } @@ -394,7 +394,7 @@ public final class t { @Nullable @VisibleForTesting public static b e(String str) { - Matcher matcher = f974b.matcher(str); + Matcher matcher = f975b.matcher(str); if (!matcher.matches()) { return null; } diff --git a/app/src/main/java/b/i/a/c/f3/u.java b/app/src/main/java/b/i/a/c/f3/u.java index f741f4cdf0..8160aa70f0 100644 --- a/app/src/main/java/b/i/a/c/f3/u.java +++ b/app/src/main/java/b/i/a/c/f3/u.java @@ -8,7 +8,7 @@ public final class u { public static final byte[] a = {0, 0, 0, 1}; /* renamed from: b reason: collision with root package name */ - public static final float[] f976b = {1.0f, 1.0f, 1.0909091f, 0.90909094f, 1.4545455f, 1.2121212f, 2.1818182f, 1.8181819f, 2.909091f, 2.4242425f, 1.6363636f, 1.3636364f, 1.939394f, 1.6161616f, 1.3333334f, 1.5f, 2.0f}; + public static final float[] f977b = {1.0f, 1.0f, 1.0909091f, 0.90909094f, 1.4545455f, 1.2121212f, 2.1818182f, 1.8181819f, 2.909091f, 2.4242425f, 1.6363636f, 1.3636364f, 1.939394f, 1.6161616f, 1.3333334f, 1.5f, 2.0f}; public static final Object c = new Object(); public static int[] d = new int[10]; @@ -18,7 +18,7 @@ public final class u { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f977b; + public final boolean f978b; public final int c; public final int d; public final int[] e; @@ -29,7 +29,7 @@ public final class u { public a(int i, boolean z2, int i2, int i3, int[] iArr, int i4, int i5, int i6, int i7, float f) { this.a = i; - this.f977b = z2; + this.f978b = z2; this.c = i2; this.d = i3; this.e = iArr; @@ -46,12 +46,12 @@ public final class u { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f978b; + public final int f979b; public final boolean c; public b(int i, int i2, boolean z2) { this.a = i; - this.f978b = i2; + this.f979b = i2; this.c = z2; } } @@ -62,7 +62,7 @@ public final class u { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f979b; + public final int f980b; public final int c; public final int d; public final int e; @@ -77,7 +77,7 @@ public final class u { public c(int i, int i2, int i3, int i4, int i5, int i6, float f, boolean z2, boolean z3, int i7, int i8, int i9, boolean z4) { this.a = i; - this.f979b = i2; + this.f980b = i2; this.c = i3; this.d = i4; this.e = i5; @@ -288,7 +288,7 @@ public final class u { f13 = e6 / e7; } } else { - float[] fArr = f976b; + float[] fArr = f977b; if (e5 < fArr.length) { f13 = fArr[e5]; } else { @@ -437,7 +437,7 @@ public final class u { f = e5 / e6; } } else { - float[] fArr = f976b; + float[] fArr = f977b; if (e < fArr.length) { f = fArr[e]; } else { diff --git a/app/src/main/java/b/i/a/c/f3/v.java b/app/src/main/java/b/i/a/c/f3/v.java index 8bd611179b..fb19f40034 100644 --- a/app/src/main/java/b/i/a/c/f3/v.java +++ b/app/src/main/java/b/i/a/c/f3/v.java @@ -26,7 +26,7 @@ public final class v { public static v a; /* renamed from: b reason: collision with root package name */ - public final Handler f980b = new Handler(Looper.getMainLooper()); + public final Handler f981b = new Handler(Looper.getMainLooper()); public final CopyOnWriteArrayList> c = new CopyOnWriteArrayList<>(); public final Object d = new Object(); @GuardedBy("networkTypeLock") diff --git a/app/src/main/java/b/i/a/c/f3/w.java b/app/src/main/java/b/i/a/c/f3/w.java index d51d5f4d9d..d9aa2cee50 100644 --- a/app/src/main/java/b/i/a/c/f3/w.java +++ b/app/src/main/java/b/i/a/c/f3/w.java @@ -7,7 +7,7 @@ public final class w { public byte[] a; /* renamed from: b reason: collision with root package name */ - public int f981b; + public int f982b; public int c; public int d; @@ -28,33 +28,33 @@ public final class w { public final void a() { int i; - int i2 = this.f981b; + int i2 = this.f982b; d.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.c == 0))); } public int b() { - return ((this.d - this.f981b) * 8) - this.c; + return ((this.d - this.f982b) * 8) - this.c; } public void c() { if (this.c != 0) { this.c = 0; - this.f981b++; + this.f982b++; a(); } } public int d() { d.D(this.c == 0); - return this.f981b; + return this.f982b; } public int e() { - return (this.f981b * 8) + this.c; + return (this.f982b * 8) + this.c; } public boolean f() { - boolean z2 = (this.a[this.f981b] & (128 >> this.c)) != 0; + boolean z2 = (this.a[this.f982b] & (128 >> this.c)) != 0; l(); return z2; } @@ -74,16 +74,16 @@ public final class w { int i4 = i2 - 8; this.c = i4; byte[] bArr = this.a; - int i5 = this.f981b; - this.f981b = i5 + 1; + int i5 = this.f982b; + this.f982b = i5 + 1; i3 |= (bArr[i5] & 255) << i4; } byte[] bArr2 = this.a; - int i6 = this.f981b; + int i6 = this.f982b; int i7 = ((-1) >>> (32 - i)) & (i3 | ((bArr2[i6] & 255) >> (8 - i2))); if (i2 == 8) { this.c = 0; - this.f981b = i6 + 1; + this.f982b = i6 + 1; } a(); return i7; @@ -93,9 +93,9 @@ public final class w { int i3 = (i2 >> 3) + i; while (i < i3) { byte[] bArr2 = this.a; - int i4 = this.f981b; + int i4 = this.f982b; int i5 = i4 + 1; - this.f981b = i5; + this.f982b = i5; byte b2 = bArr2[i4]; int i6 = this.c; bArr[i] = (byte) (b2 << i6); @@ -109,19 +109,19 @@ public final class w { if (i8 + i7 > 8) { byte b3 = bArr[i3]; byte[] bArr3 = this.a; - int i9 = this.f981b; - this.f981b = i9 + 1; + int i9 = this.f982b; + this.f982b = i9 + 1; bArr[i3] = (byte) (b3 | ((bArr3[i9] & 255) << i8)); this.c = i8 - 8; } int i10 = this.c + i7; this.c = i10; byte[] bArr4 = this.a; - int i11 = this.f981b; + int i11 = this.f982b; bArr[i3] = (byte) (((byte) (((255 & bArr4[i11]) >> (8 - i10)) << (8 - i7))) | bArr[i3]); if (i10 == 8) { this.c = 0; - this.f981b = i11 + 1; + this.f982b = i11 + 1; } a(); } @@ -129,21 +129,21 @@ public final class w { public void i(byte[] bArr, int i, int i2) { d.D(this.c == 0); - System.arraycopy(this.a, this.f981b, bArr, i, i2); - this.f981b += i2; + System.arraycopy(this.a, this.f982b, bArr, i, i2); + this.f982b += i2; a(); } public void j(byte[] bArr, int i) { this.a = bArr; - this.f981b = 0; + this.f982b = 0; this.c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; - this.f981b = i2; + this.f982b = i2; this.c = i - (i2 * 8); a(); } @@ -153,19 +153,19 @@ public final class w { this.c = i; if (i == 8) { this.c = 0; - this.f981b++; + this.f982b++; } a(); } public void m(int i) { int i2 = i / 8; - int i3 = this.f981b + i2; - this.f981b = i3; + int i3 = this.f982b + i2; + this.f982b = i3; int i4 = (i - (i2 * 8)) + this.c; this.c = i4; if (i4 > 7) { - this.f981b = i3 + 1; + this.f982b = i3 + 1; this.c = i4 - 8; } a(); @@ -173,7 +173,7 @@ public final class w { public void n(int i) { d.D(this.c == 0); - this.f981b += i; + this.f982b += i; a(); } } diff --git a/app/src/main/java/b/i/a/c/f3/x.java b/app/src/main/java/b/i/a/c/f3/x.java index 05778041fe..9a56a48df2 100644 --- a/app/src/main/java/b/i/a/c/f3/x.java +++ b/app/src/main/java/b/i/a/c/f3/x.java @@ -12,7 +12,7 @@ public final class x { public byte[] a; /* renamed from: b reason: collision with root package name */ - public int f982b; + public int f983b; public int c; public x() { @@ -46,13 +46,13 @@ public final class x { int length = bArr.length; this.a = bArr; this.c = length; - this.f982b = 0; + this.f983b = 0; } public void C(byte[] bArr, int i) { this.a = bArr; this.c = i; - this.f982b = 0; + this.f983b = 0; } public void D(int i) { @@ -62,15 +62,15 @@ public final class x { public void E(int i) { d.j(i >= 0 && i <= this.c); - this.f982b = i; + this.f983b = i; } public void F(int i) { - E(this.f982b + i); + E(this.f983b + i); } public int a() { - return this.c - this.f982b; + return this.c - this.f983b; } public void b(int i) { @@ -81,7 +81,7 @@ public final class x { } public int c() { - return this.a[this.f982b] & 255; + return this.a[this.f983b] & 255; } public void d(w wVar, int i) { @@ -90,22 +90,22 @@ public final class x { } public void e(byte[] bArr, int i, int i2) { - System.arraycopy(this.a, this.f982b, bArr, i, i2); - this.f982b += i2; + System.arraycopy(this.a, this.f983b, bArr, i, i2); + this.f983b += i2; } public int f() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = ((bArr[i] & 255) << 24) | ((bArr[i2] & 255) << 16); int i5 = i3 + 1; - this.f982b = i5; + this.f983b = i5; int i6 = i4 | ((bArr[i3] & 255) << 8); - this.f982b = i5 + 1; + this.f983b = i5 + 1; return (bArr[i5] & 255) | i6; } @@ -114,7 +114,7 @@ public final class x { if (a() == 0) { return null; } - int i = this.f982b; + int i = this.f983b; while (i < this.c) { byte b2 = this.a[i]; int i2 = e0.a; @@ -123,17 +123,17 @@ public final class x { } i++; } - int i3 = this.f982b; + int i3 = this.f983b; if (i - i3 >= 3) { byte[] bArr = this.a; if (bArr[i3] == -17 && bArr[i3 + 1] == -69 && bArr[i3 + 2] == -65) { - this.f982b = i3 + 3; + this.f983b = i3 + 3; } } byte[] bArr2 = this.a; - int i4 = this.f982b; + int i4 = this.f983b; String m = e0.m(bArr2, i4, i - i4); - this.f982b = i; + this.f983b = i; int i5 = this.c; if (i == i5) { return m; @@ -141,52 +141,52 @@ public final class x { byte[] bArr3 = this.a; if (bArr3[i] == 13) { int i6 = i + 1; - this.f982b = i6; + this.f983b = i6; if (i6 == i5) { return m; } } - int i7 = this.f982b; + int i7 = this.f983b; if (bArr3[i7] == 10) { - this.f982b = i7 + 1; + this.f983b = i7 + 1; } return m; } public int h() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = (bArr[i] & 255) | ((bArr[i2] & 255) << 8); int i5 = i3 + 1; - this.f982b = i5; + this.f983b = i5; int i6 = i4 | ((bArr[i3] & 255) << 16); - this.f982b = i5 + 1; + this.f983b = i5 + 1; return ((bArr[i5] & 255) << 24) | i6; } public short i() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; - this.f982b = i2 + 1; + this.f983b = i2; + this.f983b = i2 + 1; return (short) (((bArr[i2] & 255) << 8) | (bArr[i] & 255)); } public long j() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = i3 + 1; - this.f982b = i4; - this.f982b = i4 + 1; + this.f983b = i4; + this.f983b = i4 + 1; return (bArr[i] & 255) | ((bArr[i2] & 255) << 8) | ((bArr[i3] & 255) << 16) | ((bArr[i4] & 255) << 24); } @@ -200,31 +200,31 @@ public final class x { public int l() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; - this.f982b = i2 + 1; + this.f983b = i2; + this.f983b = i2 + 1; return ((bArr[i2] & 255) << 8) | (bArr[i] & 255); } public long m() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = i3 + 1; - this.f982b = i4; + this.f983b = i4; int i5 = i4 + 1; - this.f982b = i5; + this.f983b = i5; int i6 = i5 + 1; - this.f982b = i6; + this.f983b = i6; int i7 = i6 + 1; - this.f982b = i7; + this.f983b = i7; int i8 = i7 + 1; - this.f982b = i8; - this.f982b = i8 + 1; + this.f983b = i8; + this.f983b = i8 + 1; return ((bArr[i] & 255) << 56) | ((bArr[i2] & 255) << 48) | ((bArr[i3] & 255) << 40) | ((bArr[i4] & 255) << 32) | ((bArr[i5] & 255) << 24) | ((bArr[i6] & 255) << 16) | ((bArr[i7] & 255) << 8) | (bArr[i8] & 255); } @@ -233,16 +233,16 @@ public final class x { if (a() == 0) { return null; } - int i = this.f982b; + int i = this.f983b; while (i < this.c && this.a[i] != 0) { i++; } byte[] bArr = this.a; - int i2 = this.f982b; + int i2 = this.f983b; String m = e0.m(bArr, i2, i - i2); - this.f982b = i; + this.f983b = i; if (i < this.c) { - this.f982b = i + 1; + this.f983b = i + 1; } return m; } @@ -251,19 +251,19 @@ public final class x { if (i == 0) { return ""; } - int i2 = this.f982b; + int i2 = this.f983b; int i3 = (i2 + i) - 1; String m = e0.m(this.a, i2, (i3 >= this.c || this.a[i3] != 0) ? i : i - 1); - this.f982b += i; + this.f983b += i; return m; } public short p() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; - this.f982b = i2 + 1; + this.f983b = i2; + this.f983b = i2 + 1; return (short) ((bArr[i2] & 255) | ((bArr[i] & 255) << 8)); } @@ -272,8 +272,8 @@ public final class x { } public String r(int i, Charset charset) { - String str = new String(this.a, this.f982b, i, charset); - this.f982b += i; + String str = new String(this.a, this.f983b, i, charset); + this.f983b += i; return str; } @@ -283,33 +283,33 @@ public final class x { public int t() { byte[] bArr = this.a; - int i = this.f982b; - this.f982b = i + 1; + int i = this.f983b; + this.f983b = i + 1; return bArr[i] & 255; } public long u() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = i3 + 1; - this.f982b = i4; - this.f982b = i4 + 1; + this.f983b = i4; + this.f983b = i4 + 1; return ((bArr[i] & 255) << 24) | ((bArr[i2] & 255) << 16) | ((bArr[i3] & 255) << 8) | (bArr[i4] & 255); } public int v() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; + this.f983b = i2; int i3 = i2 + 1; - this.f982b = i3; + this.f983b = i3; int i4 = ((bArr[i] & 255) << 16) | ((bArr[i2] & 255) << 8); - this.f982b = i3 + 1; + this.f983b = i3 + 1; return (bArr[i3] & 255) | i4; } @@ -334,10 +334,10 @@ public final class x { public int y() { byte[] bArr = this.a; - int i = this.f982b; + int i = this.f983b; int i2 = i + 1; - this.f982b = i2; - this.f982b = i2 + 1; + this.f983b = i2; + this.f983b = i2 + 1; return (bArr[i2] & 255) | ((bArr[i] & 255) << 8); } @@ -346,7 +346,7 @@ public final class x { int i2; byte b2; int i3; - long j = this.a[this.f982b]; + long j = this.a[this.f983b]; int i4 = 7; while (true) { if (i4 < 0) { @@ -364,7 +364,7 @@ public final class x { i2 = 0; if (i2 != 0) { for (i = 1; i < i2; i++) { - if ((this.a[this.f982b + i] & 192) == 128) { + if ((this.a[this.f983b + i] & 192) == 128) { j = (j << 6) | (b2 & 63); } else { StringBuilder sb = new StringBuilder(62); @@ -373,7 +373,7 @@ public final class x { throw new NumberFormatException(sb.toString()); } } - this.f982b += i2; + this.f983b += i2; return j; } StringBuilder sb2 = new StringBuilder(55); diff --git a/app/src/main/java/b/i/a/c/f3/y.java b/app/src/main/java/b/i/a/c/f3/y.java index e22d403cff..5f72e8c5c2 100644 --- a/app/src/main/java/b/i/a/c/f3/y.java +++ b/app/src/main/java/b/i/a/c/f3/y.java @@ -7,21 +7,21 @@ public final class y { public byte[] a; /* renamed from: b reason: collision with root package name */ - public int f983b; + public int f984b; public int c; public int d = 0; public y(byte[] bArr, int i, int i2) { this.a = bArr; this.c = i; - this.f983b = i2; + this.f984b = i2; a(); } public final void a() { int i; int i2 = this.c; - d.D(i2 >= 0 && (i2 < (i = this.f983b) || (i2 == i && this.d == 0))); + d.D(i2 >= 0 && (i2 < (i = this.f984b) || (i2 == i && this.d == 0))); } public boolean b(int i) { @@ -35,14 +35,14 @@ public final class y { } while (true) { i2++; - if (i2 > i4 || i4 >= this.f983b) { + if (i2 > i4 || i4 >= this.f984b) { break; } else if (h(i2)) { i4++; i2 += 2; } } - int i6 = this.f983b; + int i6 = this.f984b; if (i4 >= i6) { return i4 == i6 && i5 == 0; } @@ -53,10 +53,10 @@ public final class y { int i = this.c; int i2 = this.d; int i3 = 0; - while (this.c < this.f983b && !d()) { + while (this.c < this.f984b && !d()) { i3++; } - boolean z2 = this.c == this.f983b; + boolean z2 = this.c == this.f984b; this.c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); @@ -122,7 +122,7 @@ public final class y { } public final boolean h(int i) { - if (2 <= i && i < this.f983b) { + if (2 <= i && i < this.f984b) { byte[] bArr = this.a; if (bArr[i] == 3 && bArr[i - 2] == 0 && bArr[i - 1] == 0) { return true; diff --git a/app/src/main/java/b/i/a/c/g3/c.java b/app/src/main/java/b/i/a/c/g3/c.java index 731f388750..3788fe66f1 100644 --- a/app/src/main/java/b/i/a/c/g3/c.java +++ b/app/src/main/java/b/i/a/c/g3/c.java @@ -22,7 +22,7 @@ public final /* synthetic */ class c implements Runnable { Objects.requireNonNull(aVar); synchronized (eVar) { } - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.Z(eVar); } diff --git a/app/src/main/java/b/i/a/c/g3/d.java b/app/src/main/java/b/i/a/c/g3/d.java index 36fa9e1f7f..1cd71d97a0 100644 --- a/app/src/main/java/b/i/a/c/g3/d.java +++ b/app/src/main/java/b/i/a/c/g3/d.java @@ -17,7 +17,7 @@ public final /* synthetic */ class d implements Runnable { public final void run() { x.a aVar = this.j; String str = this.k; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.l(str); } diff --git a/app/src/main/java/b/i/a/c/g3/e.java b/app/src/main/java/b/i/a/c/g3/e.java index 9590aa246c..820199996a 100644 --- a/app/src/main/java/b/i/a/c/g3/e.java +++ b/app/src/main/java/b/i/a/c/g3/e.java @@ -17,7 +17,7 @@ public final /* synthetic */ class e implements Runnable { public final void run() { x.a aVar = this.j; Exception exc = this.k; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.V(exc); } diff --git a/app/src/main/java/b/i/a/c/g3/f.java b/app/src/main/java/b/i/a/c/g3/f.java index fa4f08a315..9edd71b841 100644 --- a/app/src/main/java/b/i/a/c/g3/f.java +++ b/app/src/main/java/b/i/a/c/g3/f.java @@ -18,7 +18,7 @@ public final /* synthetic */ class f implements Runnable { public final void run() { x.a aVar = this.j; e eVar = this.k; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.P(eVar); } diff --git a/app/src/main/java/b/i/a/c/g3/g.java b/app/src/main/java/b/i/a/c/g3/g.java index 7c05ca86c3..f2450e4352 100644 --- a/app/src/main/java/b/i/a/c/g3/g.java +++ b/app/src/main/java/b/i/a/c/g3/g.java @@ -20,7 +20,7 @@ public final /* synthetic */ class g implements Runnable { x.a aVar = this.j; Object obj = this.k; long j = this.l; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.K(obj, j); } diff --git a/app/src/main/java/b/i/a/c/g3/h.java b/app/src/main/java/b/i/a/c/g3/h.java index 2728ba8f78..588bf097a4 100644 --- a/app/src/main/java/b/i/a/c/g3/h.java +++ b/app/src/main/java/b/i/a/c/g3/h.java @@ -20,7 +20,7 @@ public final /* synthetic */ class h implements Runnable { x.a aVar = this.j; int i = this.k; long j = this.l; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i2 = e0.a; xVar.F(i, j); } diff --git a/app/src/main/java/b/i/a/c/g3/i.java b/app/src/main/java/b/i/a/c/g3/i.java index a4b8d14bf7..0f3c09c2b9 100644 --- a/app/src/main/java/b/i/a/c/g3/i.java +++ b/app/src/main/java/b/i/a/c/g3/i.java @@ -23,7 +23,7 @@ public final /* synthetic */ class i implements Runnable { String str = this.k; long j = this.l; long j2 = this.m; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.n(str, j, j2); } diff --git a/app/src/main/java/b/i/a/c/g3/j.java b/app/src/main/java/b/i/a/c/g3/j.java index 0d65921541..e9940f131d 100644 --- a/app/src/main/java/b/i/a/c/g3/j.java +++ b/app/src/main/java/b/i/a/c/g3/j.java @@ -17,7 +17,7 @@ public final /* synthetic */ class j implements Runnable { public final void run() { x.a aVar = this.j; y yVar = this.k; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.f(yVar); } diff --git a/app/src/main/java/b/i/a/c/g3/k.java b/app/src/main/java/b/i/a/c/g3/k.java index 8285b5eead..45cb4dcf6d 100644 --- a/app/src/main/java/b/i/a/c/g3/k.java +++ b/app/src/main/java/b/i/a/c/g3/k.java @@ -22,9 +22,9 @@ public final /* synthetic */ class k implements Runnable { x.a aVar = this.j; j1 j1Var = this.k; g gVar = this.l; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i = e0.a; xVar.O(j1Var); - aVar.f993b.Q(j1Var, gVar); + aVar.f994b.Q(j1Var, gVar); } } diff --git a/app/src/main/java/b/i/a/c/g3/l.java b/app/src/main/java/b/i/a/c/g3/l.java index 324c8243be..3ad5fca99a 100644 --- a/app/src/main/java/b/i/a/c/g3/l.java +++ b/app/src/main/java/b/i/a/c/g3/l.java @@ -20,7 +20,7 @@ public final /* synthetic */ class l implements Runnable { x.a aVar = this.j; long j = this.k; int i = this.l; - x xVar = aVar.f993b; + x xVar = aVar.f994b; int i2 = e0.a; xVar.h0(j, i); } diff --git a/app/src/main/java/b/i/a/c/g3/m.java b/app/src/main/java/b/i/a/c/g3/m.java index 9f5a9c1ca0..32edafbbb4 100644 --- a/app/src/main/java/b/i/a/c/g3/m.java +++ b/app/src/main/java/b/i/a/c/g3/m.java @@ -13,7 +13,7 @@ public final class m { public final List a; /* renamed from: b reason: collision with root package name */ - public final int f984b; + public final int f985b; public final int c; public final int d; public final float e; @@ -22,7 +22,7 @@ public final class m { public m(List list, int i, int i2, int i3, float f, @Nullable String str) { this.a = list; - this.f984b = i; + this.f985b = i; this.c = i2; this.d = i3; this.e = f; @@ -31,7 +31,7 @@ public final class m { public static byte[] a(x xVar) { int y2 = xVar.y(); - int i = xVar.f982b; + int i = xVar.f983b; xVar.F(y2); byte[] bArr = xVar.a; byte[] bArr2 = h.a; @@ -64,7 +64,7 @@ public final class m { i2 = e.e; i = e.f; f = e.g; - str = h.a(e.a, e.f979b, e.c); + str = h.a(e.a, e.f980b, e.c); } else { i2 = -1; i = -1; diff --git a/app/src/main/java/b/i/a/c/g3/p.java b/app/src/main/java/b/i/a/c/g3/p.java index 50025cd3aa..f42da7883e 100644 --- a/app/src/main/java/b/i/a/c/g3/p.java +++ b/app/src/main/java/b/i/a/c/g3/p.java @@ -9,7 +9,7 @@ public final class p { public a a = new a(); /* renamed from: b reason: collision with root package name */ - public a f985b = new a(); + public a f986b = new a(); public long d = -9223372036854775807L; /* compiled from: FixedFrameRateEstimator.java */ @@ -18,7 +18,7 @@ public final class p { public long a; /* renamed from: b reason: collision with root package name */ - public long f986b; + public long f987b; public long c; public long d; public long e; @@ -36,13 +36,13 @@ public final class p { this.a = j; } else if (j2 == 1) { long j3 = j - this.a; - this.f986b = j3; + this.f987b = j3; this.f = j3; this.e = 1L; } else { long j4 = j - this.c; int i = (int) (j2 % 15); - if (Math.abs(j4 - this.f986b) <= 1000000) { + if (Math.abs(j4 - this.f987b) <= 1000000) { this.e++; this.f += j4; boolean[] zArr = this.g; diff --git a/app/src/main/java/b/i/a/c/g3/q.java b/app/src/main/java/b/i/a/c/g3/q.java index 87d127aba4..b97c68ca9e 100644 --- a/app/src/main/java/b/i/a/c/g3/q.java +++ b/app/src/main/java/b/i/a/c/g3/q.java @@ -14,14 +14,14 @@ public final class q { public final List a; /* renamed from: b reason: collision with root package name */ - public final int f987b; + public final int f988b; public final float c; @Nullable public final String d; public q(List list, int i, int i2, int i3, float f, @Nullable String str) { this.a = list; - this.f987b = i; + this.f988b = i; this.c = f; this.d = str; } @@ -31,7 +31,7 @@ public final class q { xVar.F(21); int t = xVar.t() & 3; int t2 = xVar.t(); - int i = xVar.f982b; + int i = xVar.f983b; int i2 = 0; int i3 = 0; for (int i4 = 0; i4 < t2; i4++) { @@ -60,7 +60,7 @@ public final class q { byte[] bArr2 = u.a; System.arraycopy(bArr2, i2, bArr, i7, bArr2.length); int length = i7 + bArr2.length; - System.arraycopy(xVar.a, xVar.f982b, bArr, length, y5); + System.arraycopy(xVar.a, xVar.f983b, bArr, length, y5); if (t3 == 33 && i10 == 0) { u.a c = u.c(bArr, length, length + y5); i8 = c.g; @@ -68,7 +68,7 @@ public final class q { f = c.i; t3 = t3; y4 = y4; - str = h.b(c.a, c.f977b, c.c, c.d, c.e, c.f); + str = h.b(c.a, c.f978b, c.c, c.d, c.e, c.f); } else { t3 = t3; y4 = y4; diff --git a/app/src/main/java/b/i/a/c/g3/r.java b/app/src/main/java/b/i/a/c/g3/r.java index a921a0fa8d..5a674358c9 100644 --- a/app/src/main/java/b/i/a/c/g3/r.java +++ b/app/src/main/java/b/i/a/c/g3/r.java @@ -101,12 +101,12 @@ public class r extends MediaCodecRenderer { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f988b; + public final int f989b; public final int c; public a(int i, int i2, int i3) { this.a = i; - this.f988b = i2; + this.f989b = i2; this.c = i3; } } @@ -185,7 +185,7 @@ public class r extends MediaCodecRenderer { char c2 = 6; char c3 = 2; if (i <= 28) { - String str = e0.f966b; + String str = e0.f967b; str.hashCode(); switch (str.hashCode()) { case -1339091551: @@ -252,11 +252,11 @@ public class r extends MediaCodecRenderer { return true; } } - if (i <= 27 && "HWEML".equals(e0.f966b)) { + if (i <= 27 && "HWEML".equals(e0.f967b)) { return true; } if (i <= 26) { - String str2 = e0.f966b; + String str2 = e0.f967b; str2.hashCode(); switch (str2.hashCode()) { case -2144781245: @@ -1524,15 +1524,15 @@ public class r extends MediaCodecRenderer { } public static int H0(u uVar, j1 j1Var) { - if (j1Var.f1016x == -1) { + if (j1Var.f1017x == -1) { return F0(uVar, j1Var); } - int size = j1Var.f1017y.size(); + int size = j1Var.f1018y.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - i += j1Var.f1017y.get(i2).length; + i += j1Var.f1018y.get(i2).length; } - return j1Var.f1016x + i; + return j1Var.f1017x + i; } public static boolean I0(long j) { @@ -1545,7 +1545,7 @@ public class r extends MediaCodecRenderer { C0(); this.b1 = false; v vVar = this.R0; - v.b bVar = vVar.f991b; + v.b bVar = vVar.f992b; if (bVar != null) { bVar.unregister(); v.e eVar = vVar.c; @@ -1583,7 +1583,7 @@ public class r extends MediaCodecRenderer { this.J0 = new e(); h2 h2Var = this.l; Objects.requireNonNull(h2Var); - boolean z4 = h2Var.f1013b; + boolean z4 = h2Var.f1014b; d.D(!z4 || this.w1 != 0); if (this.v1 != z4) { this.v1 = z4; @@ -1596,11 +1596,11 @@ public class r extends MediaCodecRenderer { handler.post(new f(aVar, eVar)); } v vVar = this.R0; - if (vVar.f991b != null) { + if (vVar.f992b != null) { v.e eVar2 = vVar.c; Objects.requireNonNull(eVar2); eVar2.l.sendEmptyMessage(1); - vVar.f991b.a(new b(vVar)); + vVar.f992b.a(new b(vVar)); } this.e1 = z3; this.f1 = false; @@ -1710,7 +1710,7 @@ public class r extends MediaCodecRenderer { int i = c.e; int i2 = j1Var2.B; a aVar = this.W0; - if (i2 > aVar.a || j1Var2.C > aVar.f988b) { + if (i2 > aVar.a || j1Var2.C > aVar.f989b) { i |= 256; } if (H0(uVar, j1Var2) > this.W0.c) { @@ -2005,7 +2005,7 @@ public class r extends MediaCodecRenderer { mediaFormat.setString("mime", str); mediaFormat.setInteger("width", j1Var.B); mediaFormat.setInteger("height", j1Var.C); - d.Y1(mediaFormat, j1Var.f1017y); + d.Y1(mediaFormat, j1Var.f1018y); float f6 = j1Var.D; if (f6 != -1.0f) { mediaFormat.setFloat("frame-rate", f6); @@ -2025,7 +2025,7 @@ public class r extends MediaCodecRenderer { d.j1(mediaFormat, "profile", ((Integer) c.first).intValue()); } mediaFormat.setInteger("max-width", aVar.a); - mediaFormat.setInteger("max-height", aVar.f988b); + mediaFormat.setInteger("max-height", aVar.f989b); d.j1(mediaFormat, "max-input-size", aVar.c); if (e0.a >= 23) { mediaFormat.setInteger("priority", 0); @@ -2121,7 +2121,7 @@ public class r extends MediaCodecRenderer { u uVar = this.Z; Objects.requireNonNull(uVar); boolean z2 = false; - if (e0.a >= 29 && "video/x-vnd.on2.vp9".equals(uVar.f1313b)) { + if (e0.a >= 29 && "video/x-vnd.on2.vp9".equals(uVar.f1314b)) { MediaCodecInfo.CodecProfileLevel[] d = uVar.d(); int length = d.length; int i = 0; @@ -2158,7 +2158,7 @@ public class r extends MediaCodecRenderer { public b.i.a.c.v2.g g0(k1 k1Var) throws ExoPlaybackException { b.i.a.c.v2.g g02 = super.g0(k1Var); x.a aVar = this.S0; - j1 j1Var = k1Var.f1025b; + j1 j1Var = k1Var.f1026b; Handler handler = aVar.a; if (handler != null) { handler.post(new k(aVar, j1Var, g02)); @@ -2203,7 +2203,7 @@ public class r extends MediaCodecRenderer { vVar.f = j1Var.D; p pVar = vVar.a; pVar.a.c(); - pVar.f985b.c(); + pVar.f986b.c(); pVar.c = false; pVar.d = -9223372036854775807L; pVar.e = 0; @@ -2274,18 +2274,18 @@ public class r extends MediaCodecRenderer { pVar.c = false; } else if (pVar.d != -9223372036854775807L) { if (pVar.c) { - p.a aVar = pVar.f985b; + p.a aVar = pVar.f986b; long j9 = aVar.d; } - pVar.f985b.c(); - pVar.f985b.b(pVar.d); + pVar.f986b.c(); + pVar.f986b.b(pVar.d); pVar.c = true; - pVar.f985b.b(j8); + pVar.f986b.b(j8); } - if (pVar.c && pVar.f985b.a()) { + if (pVar.c && pVar.f986b.a()) { p.a aVar2 = pVar.a; - pVar.a = pVar.f985b; - pVar.f985b = aVar2; + pVar.a = pVar.f986b; + pVar.f986b = aVar2; pVar.c = false; } pVar.d = j8; @@ -2578,7 +2578,7 @@ public class r extends MediaCodecRenderer { if (!b.i.a.c.f3.t.j(j1Var.w)) { return 0; } - boolean z2 = j1Var.f1018z != null; + boolean z2 = j1Var.f1019z != null; List G0 = G0(vVar, j1Var, z2, false); if (z2 && G0.isEmpty()) { G0 = G0(vVar, j1Var, false, false); diff --git a/app/src/main/java/b/i/a/c/g3/s.java b/app/src/main/java/b/i/a/c/g3/s.java index 89b23d81f0..4798558ea8 100644 --- a/app/src/main/java/b/i/a/c/g3/s.java +++ b/app/src/main/java/b/i/a/c/g3/s.java @@ -31,20 +31,20 @@ public final class s extends GLSurfaceView implements t { public final int[] r = new int[3]; /* renamed from: s reason: collision with root package name */ - public final int[] f989s = new int[3]; + public final int[] f990s = new int[3]; public final AtomicReference t = new AtomicReference<>(); public final FloatBuffer[] u = new FloatBuffer[3]; public GlUtil.a v; public int w; /* renamed from: x reason: collision with root package name */ - public i f990x; + public i f991x; public a(GLSurfaceView gLSurfaceView) { this.o = gLSurfaceView; for (int i = 0; i < 3; i++) { int[] iArr = this.r; - this.f989s[i] = -1; + this.f990s[i] = -1; iArr[i] = -1; } } @@ -52,16 +52,16 @@ public final class s extends GLSurfaceView implements t { @Override // android.opengl.GLSurfaceView.Renderer public void onDrawFrame(GL10 gl10) { i andSet = this.t.getAndSet(null); - if (andSet != null || this.f990x != null) { + if (andSet != null || this.f991x != null) { if (andSet != null) { - i iVar = this.f990x; + i iVar = this.f991x; if (iVar != null) { Objects.requireNonNull(iVar); throw null; } - this.f990x = andSet; + this.f991x = andSet; } - Objects.requireNonNull(this.f990x); + Objects.requireNonNull(this.f991x); GLES20.glUniformMatrix3fv(this.w, 1, false, k, 0); Objects.requireNonNull(null); throw null; diff --git a/app/src/main/java/b/i/a/c/g3/v.java b/app/src/main/java/b/i/a/c/g3/v.java index 8e5437a09e..3bbb3994eb 100644 --- a/app/src/main/java/b/i/a/c/g3/v.java +++ b/app/src/main/java/b/i/a/c/g3/v.java @@ -23,7 +23,7 @@ public final class v { @Nullable /* renamed from: b reason: collision with root package name */ - public final b f991b; + public final b f992b; @Nullable public final e c; public boolean d; @@ -97,7 +97,7 @@ public final class v { @Nullable /* renamed from: b reason: collision with root package name */ - public b.a f992b; + public b.a f993b; public d(DisplayManager displayManager) { this.a = displayManager; @@ -105,7 +105,7 @@ public final class v { @Override // b.i.a.c.g3.v.b public void a(b.a aVar) { - this.f992b = aVar; + this.f993b = aVar; this.a.registerDisplayListener(this, e0.j()); ((b) aVar).a(this.a.getDisplay(0)); } @@ -116,7 +116,7 @@ public final class v { @Override // android.hardware.display.DisplayManager.DisplayListener public void onDisplayChanged(int i) { - b.a aVar = this.f992b; + b.a aVar = this.f993b; if (aVar != null && i == 0) { ((b) aVar).a(this.a.getDisplay(0)); } @@ -129,7 +129,7 @@ public final class v { @Override // b.i.a.c.g3.v.b public void unregister() { this.a.unregisterDisplayListener(this); - this.f992b = null; + this.f993b = null; } } @@ -210,7 +210,7 @@ public final class v { bVar = new c(windowManager); } } - this.f991b = bVar; + this.f992b = bVar; this.c = bVar != null ? e.j : eVar; this.k = -9223372036854775807L; this.l = -9223372036854775807L; @@ -219,7 +219,7 @@ public final class v { this.j = 0; } bVar = null; - this.f991b = bVar; + this.f992b = bVar; this.c = bVar != null ? e.j : eVar; this.k = -9223372036854775807L; this.l = -9223372036854775807L; diff --git a/app/src/main/java/b/i/a/c/g3/x.java b/app/src/main/java/b/i/a/c/g3/x.java index c81f3d74e5..6d688d8a9a 100644 --- a/app/src/main/java/b/i/a/c/g3/x.java +++ b/app/src/main/java/b/i/a/c/g3/x.java @@ -18,7 +18,7 @@ public interface x { @Nullable /* renamed from: b reason: collision with root package name */ - public final x f993b; + public final x f994b; public a(@Nullable Handler handler, @Nullable x xVar) { if (xVar != null) { @@ -27,7 +27,7 @@ public interface x { handler = null; } this.a = handler; - this.f993b = xVar; + this.f994b = xVar; } } diff --git a/app/src/main/java/b/i/a/c/g3/z/e.java b/app/src/main/java/b/i/a/c/g3/z/e.java index 15b77c5855..fa14df9872 100644 --- a/app/src/main/java/b/i/a/c/g3/z/e.java +++ b/app/src/main/java/b/i/a/c/g3/z/e.java @@ -17,10 +17,10 @@ public final class e extends v0 { @Nullable /* renamed from: x reason: collision with root package name */ - public d f994x; + public d f995x; /* renamed from: y reason: collision with root package name */ - public long f995y; + public long f996y; public e() { super(6); @@ -28,7 +28,7 @@ public final class e extends v0 { @Override // b.i.a.c.v0 public void B() { - d dVar = this.f994x; + d dVar = this.f995x; if (dVar != null) { dVar.c(); } @@ -36,8 +36,8 @@ public final class e extends v0 { @Override // b.i.a.c.v0 public void D(long j, boolean z2) { - this.f995y = Long.MIN_VALUE; - d dVar = this.f994x; + this.f996y = Long.MIN_VALUE; + d dVar = this.f995x; if (dVar != null) { dVar.c(); } @@ -71,12 +71,12 @@ public final class e extends v0 { @Override // b.i.a.c.f2 public void q(long j, long j2) { float[] fArr; - while (!j() && this.f995y < 100000 + j) { + while (!j() && this.f996y < 100000 + j) { this.u.p(); if (I(A(), this.u, 0) == -4 && !this.u.n()) { DecoderInputBuffer decoderInputBuffer = this.u; - this.f995y = decoderInputBuffer.n; - if (this.f994x != null && !decoderInputBuffer.m()) { + this.f996y = decoderInputBuffer.n; + if (this.f995x != null && !decoderInputBuffer.m()) { this.u.s(); ByteBuffer byteBuffer = this.u.l; int i = e0.a; @@ -92,7 +92,7 @@ public final class e extends v0 { fArr = fArr2; } if (fArr != null) { - this.f994x.a(this.f995y - this.w, fArr); + this.f995x.a(this.f996y - this.w, fArr); } } } else { @@ -104,7 +104,7 @@ public final class e extends v0 { @Override // b.i.a.c.v0, b.i.a.c.b2.b public void r(int i, @Nullable Object obj) throws ExoPlaybackException { if (i == 8) { - this.f994x = (d) obj; + this.f995x = (d) obj; } } } diff --git a/app/src/main/java/b/i/a/c/g3/z/f.java b/app/src/main/java/b/i/a/c/g3/z/f.java index 1bd9cf5295..5ae7758e99 100644 --- a/app/src/main/java/b/i/a/c/g3/z/f.java +++ b/app/src/main/java/b/i/a/c/g3/z/f.java @@ -8,7 +8,7 @@ public final class f { public final float[] a = new float[16]; /* renamed from: b reason: collision with root package name */ - public final float[] f996b = new float[16]; + public final float[] f997b = new float[16]; public final c0 c = new c0<>(); public boolean d; diff --git a/app/src/main/java/b/i/a/c/g3/z/g.java b/app/src/main/java/b/i/a/c/g3/z/g.java index e53ca8fa10..0cf3331352 100644 --- a/app/src/main/java/b/i/a/c/g3/z/g.java +++ b/app/src/main/java/b/i/a/c/g3/z/g.java @@ -14,7 +14,7 @@ public final class g implements SensorEventListener { public final float[] a = new float[16]; /* renamed from: b reason: collision with root package name */ - public final float[] f997b = new float[16]; + public final float[] f998b = new float[16]; public final float[] c = new float[16]; public final float[] d = new float[3]; public final Display e; @@ -56,12 +56,12 @@ public final class g implements SensorEventListener { throw new IllegalStateException(); } } - float[] fArr2 = this.f997b; + float[] fArr2 = this.f998b; System.arraycopy(fArr, 0, fArr2, 0, fArr2.length); - SensorManager.remapCoordinateSystem(this.f997b, i, i2, fArr); + SensorManager.remapCoordinateSystem(this.f998b, i, i2, fArr); } - SensorManager.remapCoordinateSystem(this.a, 1, Opcodes.LXOR, this.f997b); - SensorManager.getOrientation(this.f997b, this.d); + SensorManager.remapCoordinateSystem(this.a, 1, Opcodes.LXOR, this.f998b); + SensorManager.getOrientation(this.f998b, this.d); float f = this.d[2]; Matrix.rotateM(this.a, 0, 90.0f, 1.0f, 0.0f, 0.0f); float[] fArr3 = this.a; @@ -69,9 +69,9 @@ public final class g implements SensorEventListener { f.a(this.c, fArr3); this.g = true; } - float[] fArr4 = this.f997b; + float[] fArr4 = this.f998b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.f997b, 0, this.c, 0); + Matrix.multiplyMM(fArr3, 0, this.f998b, 0, this.c, 0); float[] fArr5 = this.a; for (a aVar : this.f) { aVar.a(fArr5, f); diff --git a/app/src/main/java/b/i/a/c/g3/z/h.java b/app/src/main/java/b/i/a/c/g3/z/h.java index c2018f19d4..0a8d2223fb 100644 --- a/app/src/main/java/b/i/a/c/g3/z/h.java +++ b/app/src/main/java/b/i/a/c/g3/z/h.java @@ -7,7 +7,7 @@ public final class h { public final a a; /* renamed from: b reason: collision with root package name */ - public final a f998b; + public final a f999b; public final int c; public final boolean d; @@ -27,7 +27,7 @@ public final class h { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f999b; + public final int f1000b; public final float[] c; public final float[] d; @@ -36,20 +36,20 @@ public final class h { d.j(((long) fArr.length) * 2 == ((long) fArr2.length) * 3); this.c = fArr; this.d = fArr2; - this.f999b = i2; + this.f1000b = i2; } } public h(a aVar, int i) { this.a = aVar; - this.f998b = aVar; + this.f999b = aVar; this.c = i; this.d = aVar == aVar; } public h(a aVar, a aVar2, int i) { this.a = aVar; - this.f998b = aVar2; + this.f999b = aVar2; this.c = i; this.d = aVar == aVar2; } diff --git a/app/src/main/java/b/i/a/c/g3/z/i.java b/app/src/main/java/b/i/a/c/g3/z/i.java index b4389a2ea4..d333fb39be 100644 --- a/app/src/main/java/b/i/a/c/g3/z/i.java +++ b/app/src/main/java/b/i/a/c/g3/z/i.java @@ -10,7 +10,7 @@ public final class i { public static final String[] a = {"uniform mat4 uMvpMatrix;", "uniform mat3 uTexMatrix;", "attribute vec4 aPosition;", "attribute vec2 aTexCoords;", "varying vec2 vTexCoords;", "void main() {", " gl_Position = uMvpMatrix * aPosition;", " vTexCoords = (uTexMatrix * vec3(aTexCoords, 1)).xy;", "}"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1000b = {"#extension GL_OES_EGL_image_external : require", "precision mediump float;", "uniform samplerExternalOES uTexture;", "varying vec2 vTexCoords;", "void main() {", " gl_FragColor = texture2D(uTexture, vTexCoords);", "}"}; + public static final String[] f1001b = {"#extension GL_OES_EGL_image_external : require", "precision mediump float;", "uniform samplerExternalOES uTexture;", "varying vec2 vTexCoords;", "void main() {", " gl_FragColor = texture2D(uTexture, vTexCoords);", "}"}; public static final float[] c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] d = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 0.5f, 1.0f}; public static final float[] e = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 1.0f, 1.0f}; @@ -34,16 +34,16 @@ public final class i { public final int a; /* renamed from: b reason: collision with root package name */ - public final FloatBuffer f1001b; + public final FloatBuffer f1002b; public final FloatBuffer c; public final int d; public a(h.b bVar) { float[] fArr = bVar.c; this.a = fArr.length / 3; - this.f1001b = GlUtil.b(fArr); + this.f1002b = GlUtil.b(fArr); this.c = GlUtil.b(bVar.d); - int i = bVar.f999b; + int i = bVar.f1000b; if (i == 1) { this.d = 5; } else if (i != 2) { @@ -56,7 +56,7 @@ public final class i { public static boolean a(h hVar) { h.a aVar = hVar.a; - h.a aVar2 = hVar.f998b; + h.a aVar2 = hVar.f999b; h.b[] bVarArr = aVar.a; if (bVarArr.length == 1 && bVarArr[0].a == 0) { h.b[] bVarArr2 = aVar2.a; diff --git a/app/src/main/java/b/i/a/c/g3/z/j.java b/app/src/main/java/b/i/a/c/g3/z/j.java index a6116e6446..8e1e97a4dd 100644 --- a/app/src/main/java/b/i/a/c/g3/z/j.java +++ b/app/src/main/java/b/i/a/c/g3/z/j.java @@ -23,7 +23,7 @@ public final class j implements u, d { public int r; /* renamed from: s reason: collision with root package name */ - public SurfaceTexture f1002s; + public SurfaceTexture f1003s; @Nullable public byte[] v; public final AtomicBoolean j = new AtomicBoolean(); @@ -47,7 +47,7 @@ public final class j implements u, d { GlUtil.a(); i iVar = this.l; Objects.requireNonNull(iVar); - GlUtil.a aVar = new GlUtil.a(i.a, i.f1000b); + GlUtil.a aVar = new GlUtil.a(i.a, i.f1001b); iVar.k = aVar; iVar.l = GLES20.glGetUniformLocation(aVar.a, "uMvpMatrix"); iVar.m = GLES20.glGetUniformLocation(iVar.k.a, "uTexMatrix"); @@ -65,9 +65,9 @@ public final class j implements u, d { GlUtil.a(); this.r = iArr[0]; SurfaceTexture surfaceTexture = new SurfaceTexture(this.r); - this.f1002s = surfaceTexture; + this.f1003s = surfaceTexture; surfaceTexture.setOnFrameAvailableListener(new a(this)); - return this.f1002s; + return this.f1003s; } @Override // b.i.a.c.g3.z.d @@ -109,7 +109,7 @@ public final class j implements u, d { } if (f2 == 1886547818) { xVar.F(8); - int i5 = xVar.f982b; + int i5 = xVar.f983b; int i6 = xVar.c; while (i5 < i6) { int f3 = xVar.f() + i5; diff --git a/app/src/main/java/b/i/a/c/g3/z/k.java b/app/src/main/java/b/i/a/c/g3/z/k.java index b7a63d2d00..c5ce908b9c 100644 --- a/app/src/main/java/b/i/a/c/g3/z/k.java +++ b/app/src/main/java/b/i/a/c/g3/z/k.java @@ -42,7 +42,7 @@ public final class k extends GLSurfaceView { public Surface r; /* renamed from: s reason: collision with root package name */ - public boolean f1003s; + public boolean f1004s; public boolean t; public boolean u; public final CopyOnWriteArrayList j = new CopyOnWriteArrayList<>(); @@ -62,7 +62,7 @@ public final class k extends GLSurfaceView { public final float[] r = new float[16]; /* renamed from: s reason: collision with root package name */ - public final float[] f1004s = new float[16]; + public final float[] f1005s = new float[16]; public float q = 3.1415927f; public a(j jVar) { @@ -97,8 +97,8 @@ public final class k extends GLSurfaceView { Long d; float[] fArr; synchronized (this) { - Matrix.multiplyMM(this.f1004s, 0, this.m, 0, this.o, 0); - Matrix.multiplyMM(this.r, 0, this.n, 0, this.f1004s, 0); + Matrix.multiplyMM(this.f1005s, 0, this.m, 0, this.o, 0); + Matrix.multiplyMM(this.r, 0, this.n, 0, this.f1005s, 0); } Matrix.multiplyMM(this.l, 0, this.k, 0, this.r, 0); j jVar = this.j; @@ -107,14 +107,14 @@ public final class k extends GLSurfaceView { GLES20.glClear(16384); GlUtil.a(); if (jVar.j.compareAndSet(true, false)) { - SurfaceTexture surfaceTexture = jVar.f1002s; + SurfaceTexture surfaceTexture = jVar.f1003s; Objects.requireNonNull(surfaceTexture); surfaceTexture.updateTexImage(); GlUtil.a(); if (jVar.k.compareAndSet(true, false)) { Matrix.setIdentityM(jVar.p, 0); } - long timestamp = jVar.f1002s.getTimestamp(); + long timestamp = jVar.f1003s.getTimestamp(); c0 c0Var = jVar.n; synchronized (c0Var) { d = c0Var.d(timestamp, false); @@ -125,7 +125,7 @@ public final class k extends GLSurfaceView { float[] fArr3 = jVar.p; float[] e = fVar.c.e(l.longValue()); if (e != null) { - float[] fArr4 = fVar.f996b; + float[] fArr4 = fVar.f997b; float f = e[0]; float f2 = -e[1]; float f3 = -e[2]; @@ -138,10 +138,10 @@ public final class k extends GLSurfaceView { Matrix.setIdentityM(fArr4, 0); } if (!fVar.d) { - f.a(fVar.a, fVar.f996b); + f.a(fVar.a, fVar.f997b); fVar.d = true; } - Matrix.multiplyMM(fArr, 0, fVar.a, 0, fVar.f996b, 0); + Matrix.multiplyMM(fArr, 0, fVar.a, 0, fVar.f997b, 0); } } h e2 = jVar.o.e(timestamp); @@ -153,7 +153,7 @@ public final class k extends GLSurfaceView { i.a aVar = new i.a(e2.a.a[0]); iVar.i = aVar; if (!e2.d) { - aVar = new i.a(e2.f998b.a[0]); + aVar = new i.a(e2.f999b.a[0]); } iVar.j = aVar; } @@ -179,7 +179,7 @@ public final class k extends GLSurfaceView { GLES20.glBindTexture(36197, i); GLES20.glUniform1i(iVar2.p, 0); GlUtil.a(); - GLES20.glVertexAttribPointer(iVar2.n, 3, 5126, false, 12, (Buffer) aVar2.f1001b); + GLES20.glVertexAttribPointer(iVar2.n, 3, 5126, false, 12, (Buffer) aVar2.f1002b); GlUtil.a(); GLES20.glVertexAttribPointer(iVar2.o, 2, 5126, false, 8, (Buffer) aVar2.c); GlUtil.a(); @@ -234,14 +234,14 @@ public final class k extends GLSurfaceView { WindowManager windowManager = (WindowManager) context.getSystemService("window"); Objects.requireNonNull(windowManager); this.m = new g(windowManager.getDefaultDisplay(), lVar, aVar); - this.f1003s = true; + this.f1004s = true; setEGLContextClientVersion(2); setRenderer(aVar); setOnTouchListener(lVar); } public final void a() { - boolean z2 = this.f1003s && this.t; + boolean z2 = this.f1004s && this.t; Sensor sensor = this.l; if (sensor != null && z2 != this.u) { if (z2) { @@ -291,7 +291,7 @@ public final class k extends GLSurfaceView { } public void setUseSensorRotation(boolean z2) { - this.f1003s = z2; + this.f1004s = z2; a(); } } diff --git a/app/src/main/java/b/i/a/c/h0.java b/app/src/main/java/b/i/a/c/h0.java index bd13f4990e..39beee6efd 100644 --- a/app/src/main/java/b/i/a/c/h0.java +++ b/app/src/main/java/b/i/a/c/h0.java @@ -28,7 +28,7 @@ public final /* synthetic */ class h0 implements w0.a { String string = bundle.getString(j1.d(0)); j1 j1Var2 = j1.j; bVar.a = (String) j1.b(string, j1Var2.l); - bVar.f1019b = (String) j1.b(bundle.getString(j1.d(1)), j1Var2.m); + bVar.f1020b = (String) j1.b(bundle.getString(j1.d(1)), j1Var2.m); bVar.c = (String) j1.b(bundle.getString(j1.d(2)), j1Var2.n); bVar.d = bundle.getInt(j1.d(3), j1Var2.o); bVar.e = bundle.getInt(j1.d(4), j1Var2.p); @@ -38,7 +38,7 @@ public final /* synthetic */ class h0 implements w0.a { bVar.i = (Metadata) j1.b((Metadata) bundle.getParcelable(j1.d(8)), j1Var2.u); bVar.j = (String) j1.b(bundle.getString(j1.d(9)), j1Var2.v); bVar.k = (String) j1.b(bundle.getString(j1.d(10)), j1Var2.w); - bVar.l = bundle.getInt(j1.d(11), j1Var2.f1016x); + bVar.l = bundle.getInt(j1.d(11), j1Var2.f1017x); ArrayList arrayList = new ArrayList(); while (true) { String d = j1.d(12); @@ -57,15 +57,15 @@ public final /* synthetic */ class h0 implements w0.a { bVar.p = bundle.getInt(j1.d(15), j1Var3.B); bVar.q = bundle.getInt(j1.d(16), j1Var3.C); bVar.r = bundle.getFloat(j1.d(17), j1Var3.D); - bVar.f1020s = bundle.getInt(j1.d(18), j1Var3.E); + bVar.f1021s = bundle.getInt(j1.d(18), j1Var3.E); bVar.t = bundle.getFloat(j1.d(19), j1Var3.F); bVar.u = bundle.getByteArray(j1.d(20)); bVar.v = bundle.getInt(j1.d(21), j1Var3.H); int i3 = n.j; bVar.w = (n) f.c(a.a, bundle.getBundle(j1.d(22))); - bVar.f1021x = bundle.getInt(j1.d(23), j1Var3.J); - bVar.f1022y = bundle.getInt(j1.d(24), j1Var3.K); - bVar.f1023z = bundle.getInt(j1.d(25), j1Var3.L); + bVar.f1022x = bundle.getInt(j1.d(23), j1Var3.J); + bVar.f1023y = bundle.getInt(j1.d(24), j1Var3.K); + bVar.f1024z = bundle.getInt(j1.d(25), j1Var3.L); bVar.A = bundle.getInt(j1.d(26), j1Var3.M); bVar.B = bundle.getInt(j1.d(27), j1Var3.N); bVar.C = bundle.getInt(j1.d(28), j1Var3.O); diff --git a/app/src/main/java/b/i/a/c/h1.java b/app/src/main/java/b/i/a/c/h1.java index bf2080f2b0..41681f1183 100644 --- a/app/src/main/java/b/i/a/c/h1.java +++ b/app/src/main/java/b/i/a/c/h1.java @@ -88,20 +88,20 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final HandlerThread r; /* renamed from: s reason: collision with root package name */ - public final Looper f1005s; + public final Looper f1006s; public final o2.c t; public final o2.b u; public final long v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final a1 f1006x; + public final a1 f1007x; /* renamed from: y reason: collision with root package name */ - public final ArrayList f1007y; + public final ArrayList f1008y; /* renamed from: z reason: collision with root package name */ - public final b.i.a.c.f3.g f1008z; + public final b.i.a.c.f3.g f1009z; /* compiled from: ExoPlayerImplInternal.java */ /* loaded from: classes3.dex */ @@ -109,13 +109,13 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final List a; /* renamed from: b reason: collision with root package name */ - public final k0 f1009b; + public final k0 f1010b; public final int c; public final long d; public a(List list, k0 k0Var, int i, long j, g1 g1Var) { this.a = list; - this.f1009b = k0Var; + this.f1010b = k0Var; this.c = i; this.d = j; } @@ -182,7 +182,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public boolean a; /* renamed from: b reason: collision with root package name */ - public w1 f1010b; + public w1 f1011b; public int c; public boolean d; public int e; @@ -190,7 +190,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public int g; public d(w1 w1Var) { - this.f1010b = w1Var; + this.f1011b = w1Var; } public void a(int i) { @@ -210,7 +210,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final a0.a a; /* renamed from: b reason: collision with root package name */ - public final long f1011b; + public final long f1012b; public final long c; public final boolean d; public final boolean e; @@ -218,7 +218,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public f(a0.a aVar, long j, long j2, boolean z2, boolean z3, boolean z4) { this.a = aVar; - this.f1011b = j; + this.f1012b = j; this.c = j2; this.d = z2; this.e = z3; @@ -232,12 +232,12 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final o2 a; /* renamed from: b reason: collision with root package name */ - public final int f1012b; + public final int f1013b; public final long c; public g(o2 o2Var, int i, long j) { this.a = o2Var; - this.f1012b = i; + this.f1013b = i; this.c = j; } } @@ -255,7 +255,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.D = m1Var; this.E = j; this.J = z3; - this.f1008z = gVar; + this.f1009z = gVar; this.v = n1Var.b(); this.w = n1Var.a(); w1 h = w1.h(rVar); @@ -266,8 +266,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { f2VarArr[i2].f(i2); this.l[i2] = f2VarArr[i2].m(); } - this.f1006x = new a1(this, gVar); - this.f1007y = new ArrayList<>(); + this.f1007x = new a1(this, gVar); + this.f1008y = new ArrayList<>(); this.k = h.c(); this.t = new o2.c(); this.u = new o2.b(); @@ -280,7 +280,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.r = handlerThread; handlerThread.start(); Looper looper2 = handlerThread.getLooper(); - this.f1005s = looper2; + this.f1006s = looper2; this.q = gVar.b(looper2, this); } @@ -323,7 +323,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } o2 o2Var3 = o2Var2.q() ? o2Var : o2Var2; try { - j = o2Var3.j(cVar, bVar, gVar.f1012b, gVar.c); + j = o2Var3.j(cVar, bVar, gVar.f1013b, gVar.c); } catch (IndexOutOfBoundsException unused) { } if (o2Var.equals(o2Var3)) { @@ -371,16 +371,16 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public static boolean y(w1 w1Var, o2.b bVar) { a0.a aVar = w1Var.c; - o2 o2Var = w1Var.f1144b; + o2 o2Var = w1Var.f1145b; return o2Var.q() || o2Var.h(aVar.a, bVar).o; } public final void A() { d dVar = this.H; w1 w1Var = this.G; - boolean z2 = dVar.a | (dVar.f1010b != w1Var); + boolean z2 = dVar.a | (dVar.f1011b != w1Var); dVar.a = z2; - dVar.f1010b = w1Var; + dVar.f1011b = w1Var; if (z2) { f1 f1Var = ((w) this.A).a; f1Var.g.b(new c0(f1Var, dVar)); @@ -410,7 +410,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.H.a(1); H(false, false, false, true); this.o.c(); - f0(this.G.f1144b.q() ? 4 : 2); + f0(this.G.f1145b.q() ? 4 : 2); u1 u1Var = this.C; b.i.a.c.e3.a0 c2 = this.p.c(); b.c.a.a0.d.D(!u1Var.j); @@ -456,12 +456,12 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { */ public final void G() throws ExoPlaybackException { boolean z2; - float f2 = this.f1006x.c().k; + float f2 = this.f1007x.c().k; s1 s1Var = this.B; q1 q1Var = s1Var.i; boolean z3 = true; for (q1 q1Var2 = s1Var.h; q1Var2 != null && q1Var2.d; q1Var2 = q1Var2.l) { - r i = q1Var2.i(f2, this.G.f1144b); + r i = q1Var2.i(f2, this.G.f1145b); r rVar = q1Var2.n; if (rVar != null && rVar.c.length == i.c.length) { for (int i2 = 0; i2 < i.c.length; i2++) { @@ -506,7 +506,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } else { this.B.n(q1Var2); if (q1Var2.d) { - q1Var2.a(i, Math.max(q1Var2.f.f1056b, this.U - q1Var2.o), false, new boolean[q1Var2.i.length]); + q1Var2.a(i, Math.max(q1Var2.f.f1057b, this.U - q1Var2.o), false, new boolean[q1Var2.i.length]); } } q(true); @@ -548,7 +548,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { ExoPlaybackException exoPlaybackException = null; this.X = null; this.L = false; - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; a1Var.o = false; z zVar = a1Var.j; if (zVar.k) { @@ -581,7 +581,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { long j2 = (this.G.c.a() || y(this.G, this.u)) ? this.G.d : this.G.t; if (z3) { this.T = null; - Pair l = l(this.G.f1144b); + Pair l = l(this.G.f1145b); aVar = (a0.a) l.first; j = ((Long) l.second).longValue(); j2 = -9223372036854775807L; @@ -592,7 +592,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.B.b(); this.M = false; w1 w1Var2 = this.G; - o2 o2Var = w1Var2.f1144b; + o2 o2Var = w1Var2.f1145b; int i = w1Var2.f; if (!z5) { exoPlaybackException = w1Var2.g; @@ -610,7 +610,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { u1 u1Var = this.C; for (u1.b bVar : u1Var.g.values()) { try { - bVar.a.a(bVar.f1136b); + bVar.a.a(bVar.f1137b); } catch (RuntimeException e4) { b.i.a.c.f3.q.b("MediaSourceList", "Failed to release child source.", e4); } @@ -629,7 +629,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.B.b(); this.M = false; w1 w1Var22 = this.G; - o2 o2Var2 = w1Var22.f1144b; + o2 o2Var2 = w1Var22.f1145b; int i2 = w1Var22.f; if (!z5) { } @@ -655,7 +655,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { q1 q1Var = this.B.h; long j2 = j + (q1Var == null ? 1000000000000L : q1Var.o); this.U = j2; - this.f1006x.j.a(j2); + this.f1007x.j.a(j2); for (f2 f2Var : this.j) { if (w(f2Var)) { f2Var.u(this.U); @@ -672,15 +672,15 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void L(o2 o2Var, o2 o2Var2) { if (!o2Var.q() || !o2Var2.q()) { - int size = this.f1007y.size(); + int size = this.f1008y.size(); while (true) { size--; if (size < 0) { - Collections.sort(this.f1007y); + Collections.sort(this.f1008y); return; - } else if (!K(this.f1007y.get(size), o2Var, o2Var2, this.N, this.O, this.t, this.u)) { - this.f1007y.get(size).j.c(false); - this.f1007y.remove(size); + } else if (!K(this.f1008y.get(size), o2Var, o2Var2, this.N, this.O, this.t, this.u)) { + this.f1008y.get(size).j.c(false); + this.f1008y.remove(size); } } } @@ -718,26 +718,26 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { int i; boolean z3 = true; this.H.a(1); - Pair M = M(this.G.f1144b, gVar, true, this.N, this.O, this.t, this.u); + Pair M = M(this.G.f1145b, gVar, true, this.N, this.O, this.t, this.u); try { if (M == null) { - Pair l = l(this.G.f1144b); + Pair l = l(this.G.f1145b); aVar = (a0.a) l.first; j2 = ((Long) l.second).longValue(); - z2 = !this.G.f1144b.q(); + z2 = !this.G.f1145b.q(); j = -9223372036854775807L; } else { Object obj = M.first; j2 = ((Long) M.second).longValue(); long j6 = gVar.c == -9223372036854775807L ? -9223372036854775807L : j2; - a0.a o = this.B.o(this.G.f1144b, obj, j2); + a0.a o = this.B.o(this.G.f1145b, obj, j2); if (o.a()) { - this.G.f1144b.h(o.a, this.u); - j2 = this.u.d(o.f833b) == o.c ? this.u.p.o : 0L; + this.G.f1145b.h(o.a, this.u); + j2 = this.u.d(o.f834b) == o.c ? this.u.p.o : 0L; j = j6; z2 = true; aVar = o; - if (!this.G.f1144b.q()) { + if (!this.G.f1145b.q()) { this.T = gVar; } else if (M == null) { if (this.G.f != 1) { @@ -763,7 +763,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { boolean z4 = z3 | z2; try { w1 w1Var2 = this.G; - o2 o2Var = w1Var2.f1144b; + o2 o2Var = w1Var2.f1145b; m0(o2Var, aVar, o2Var, w1Var2.c, j); z2 = z4; j4 = R; @@ -783,7 +783,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { j = j6; aVar = o; } - if (!this.G.f1144b.q()) { + if (!this.G.f1145b.q()) { } j4 = j2; this.G = u(aVar, j4, j, j4, z2, 2); @@ -848,7 +848,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } public final void T(b2 b2Var) throws ExoPlaybackException { - if (b2Var.g == this.f1005s) { + if (b2Var.g == this.f1006s) { d(b2Var); int i = this.G.f; if (i == 3 || i == 2) { @@ -867,14 +867,14 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { b2Var.c(false); return; } - this.f1008z.b(looper, null).b(new g0(this, b2Var)); + this.f1009z.b(looper, null).b(new g0(this, b2Var)); } public final void V(f2 f2Var, long j) { f2Var.l(); if (f2Var instanceof m) { m mVar = (m) f2Var; - b.c.a.a0.d.D(mVar.f1138s); + b.c.a.a0.d.D(mVar.f1139s); mVar.I = j; } } @@ -902,11 +902,11 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void X(a aVar) throws ExoPlaybackException { this.H.a(1); if (aVar.c != -1) { - this.T = new g(new c2(aVar.a, aVar.f1009b), aVar.c, aVar.d); + this.T = new g(new c2(aVar.a, aVar.f1010b), aVar.c, aVar.d); } u1 u1Var = this.C; List list = aVar.a; - k0 k0Var = aVar.f1009b; + k0 k0Var = aVar.f1010b; u1Var.i(0, u1Var.a.size()); r(u1Var.a(u1Var.a.size(), list, k0Var), false); } @@ -977,8 +977,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } public final void b0(x1 x1Var) throws ExoPlaybackException { - this.f1006x.i(x1Var); - x1 c2 = this.f1006x.c(); + this.f1007x.i(x1Var); + x1 c2 = this.f1007x.c(); t(c2, c2.k, true, true); } @@ -988,13 +988,13 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { if (i == -1) { i = u1Var.e(); } - r(u1Var.a(i, aVar.a, aVar.f1009b), false); + r(u1Var.a(i, aVar.a, aVar.f1010b), false); } public final void c0(int i) throws ExoPlaybackException { this.N = i; s1 s1Var = this.B; - o2 o2Var = this.G.f1144b; + o2 o2Var = this.G.f1145b; s1Var.f = i; if (!s1Var.q(o2Var)) { P(true); @@ -1014,7 +1014,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void d0(boolean z2) throws ExoPlaybackException { this.O = z2; s1 s1Var = this.B; - o2 o2Var = this.G.f1144b; + o2 o2Var = this.G.f1145b; s1Var.g = z2; if (!s1Var.q(o2Var)) { P(true); @@ -1024,7 +1024,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void e(f2 f2Var) throws ExoPlaybackException { if (f2Var.getState() != 0) { - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; if (f2Var == a1Var.l) { a1Var.m = null; a1Var.l = null; @@ -1050,7 +1050,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } /* JADX WARN: Code restructure failed: missing block: B:275:0x0473, code lost: - if (r36.o.f(m(), r36.f1006x.c().k, r36.L, r32) == false) goto L_0x0476; + if (r36.o.f(m(), r36.f1007x.c().k, r36.L, r32) == false) goto L_0x0476; */ /* Code decompiled incorrectly, please refer to instructions dump. @@ -1068,8 +1068,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { q1 q1Var2; boolean z8; f2[] f2VarArr; - long a2 = this.f1008z.a(); - if (!this.G.f1144b.q() && this.C.j) { + long a2 = this.f1009z.a(); + if (!this.G.f1145b.q() && this.C.j) { this.B.m(this.U); s1 s1Var = this.B; q1 q1Var3 = s1Var.j; @@ -1078,7 +1078,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { long j = this.U; w1 w1Var = this.G; q1 q1Var4 = s1Var2.j; - r1 d2 = q1Var4 == null ? s1Var2.d(w1Var.f1144b, w1Var.c, w1Var.d, w1Var.t) : s1Var2.c(w1Var.f1144b, q1Var4, j); + r1 d2 = q1Var4 == null ? s1Var2.d(w1Var.f1145b, w1Var.c, w1Var.d, w1Var.t) : s1Var2.c(w1Var.f1145b, q1Var4, j); if (d2 != null) { s1 s1Var3 = this.B; g2[] g2VarArr = this.l; @@ -1087,7 +1087,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { u1 u1Var = this.C; r rVar = this.n; q1 q1Var5 = s1Var3.j; - q1 q1Var6 = new q1(g2VarArr, q1Var5 == null ? 1000000000000L : (q1Var5.o + q1Var5.f.e) - d2.f1056b, qVar, h, u1Var, d2, rVar); + q1 q1Var6 = new q1(g2VarArr, q1Var5 == null ? 1000000000000L : (q1Var5.o + q1Var5.f.e) - d2.f1057b, qVar, h, u1Var, d2, rVar); q1 q1Var7 = s1Var3.j; if (q1Var7 == null) { s1Var3.h = q1Var6; @@ -1101,9 +1101,9 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { s1Var3.j = q1Var6; s1Var3.k++; s1Var3.l(); - q1Var6.a.l(this, d2.f1056b); + q1Var6.a.l(this, d2.f1057b); if (this.B.h == q1Var6) { - J(d2.f1056b); + J(d2.f1057b); } q(false); } @@ -1157,8 +1157,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { boolean b3 = rVar3.b(i3); if (b2 && !this.j[i3].v()) { boolean z9 = ((v0) this.l[i3]).j == -2; - h2 h2Var = rVar2.f910b[i3]; - h2 h2Var2 = rVar3.f910b[i3]; + h2 h2Var = rVar2.f911b[i3]; + h2 h2Var2 = rVar3.f911b[i3]; if (!b3 || !h2Var2.equals(h2Var) || z9) { V(this.j[i3], q1Var12.e()); } @@ -1234,10 +1234,10 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { q1 a3 = s1Var6.a(); r1 r1Var = a3.f; a0.a aVar = r1Var.a; - long j3 = r1Var.f1056b; + long j3 = r1Var.f1057b; w1 u = u(aVar, j3, r1Var.c, j3, true, 0); this.G = u; - o2 o2Var = u.f1144b; + o2 o2Var = u.f1145b; m0(o2Var, a3.f.a, o2Var, q1Var14.f.a, -9223372036854775807L); I(); n0(); @@ -1303,7 +1303,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } else { if (z3) { if (w1Var2.h) { - long j5 = h0(w1Var2.f1144b, this.B.h.f.a) ? ((y0) this.D).i : -9223372036854775807L; + long j5 = h0(w1Var2.f1145b, this.B.h.f.a) ? ((y0) this.D).i : -9223372036854775807L; q1 q1Var16 = this.B.j; boolean z17 = q1Var16.f() && q1Var16.f.i; boolean z18 = q1Var16.f.a.a() && !q1Var16.d; @@ -1338,7 +1338,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { y0 y0Var = (y0) this.D; long j6 = y0Var.i; if (j6 != -9223372036854775807L) { - long j7 = j6 + y0Var.f1300b; + long j7 = j6 + y0Var.f1301b; y0Var.i = j7; long j8 = y0Var.h; if (j8 != -9223372036854775807L && j7 > j8) { @@ -1366,7 +1366,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { i8++; } w1 w1Var3 = this.G; - if (!w1Var3.h && w1Var3.f1145s < 500000 && v()) { + if (!w1Var3.h && w1Var3.f1146s < 500000 && v()) { throw new IllegalStateException("Playback stuck buffering and not loading"); } } @@ -1394,7 +1394,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } w1 w1Var5 = this.G; if (w1Var5.q != z5) { - this.G = new w1(w1Var5.f1144b, w1Var5.c, w1Var5.d, w1Var5.e, w1Var5.f, w1Var5.g, w1Var5.h, w1Var5.i, w1Var5.j, w1Var5.k, w1Var5.l, w1Var5.m, w1Var5.n, w1Var5.o, w1Var5.r, w1Var5.f1145s, w1Var5.t, w1Var5.p, z5); + this.G = new w1(w1Var5.f1145b, w1Var5.c, w1Var5.d, w1Var5.e, w1Var5.f, w1Var5.g, w1Var5.h, w1Var5.i, w1Var5.j, w1Var5.k, w1Var5.l, w1Var5.m, w1Var5.n, w1Var5.o, w1Var5.r, w1Var5.f1146s, w1Var5.t, w1Var5.p, z5); } this.Q = z4; b.c.a.a0.d.d0(); @@ -1434,7 +1434,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { q1 q1Var2 = s1Var.i; boolean z3 = q1Var2 == s1Var.h; r rVar2 = q1Var2.n; - h2 h2Var = rVar2.f910b[i2]; + h2 h2Var = rVar2.f911b[i2]; j1[] i3 = i(rVar2.c[i2]); boolean z4 = g0() && this.G.f == 3; boolean z5 = !z2 && z4; @@ -1442,7 +1442,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.k.add(f2Var); f2Var.o(h2Var, i3, q1Var2.c[i2], this.U, z5, z3, q1Var2.e(), q1Var2.o); f2Var.r(11, new g1(this)); - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; Objects.requireNonNull(a1Var); s w = f2Var.w(); if (!(w == null || w == (sVar = a1Var.m))) { @@ -1474,7 +1474,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { return false; } o2.c cVar = this.t; - return cVar.v && cVar.f1040s != -9223372036854775807L; + return cVar.v && cVar.f1041s != -9223372036854775807L; } @Override // android.os.Handler.Callback @@ -1619,7 +1619,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void i0() throws ExoPlaybackException { f2[] f2VarArr; this.L = false; - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; a1Var.o = true; a1Var.j.b(); for (f2 f2Var : this.j) { @@ -1632,12 +1632,12 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final long j(o2 o2Var, Object obj, long j) { o2Var.n(o2Var.h(obj, this.u).l, this.t); o2.c cVar = this.t; - if (cVar.f1040s != -9223372036854775807L && cVar.c()) { + if (cVar.f1041s != -9223372036854775807L && cVar.c()) { o2.c cVar2 = this.t; if (cVar2.v) { long j2 = cVar2.t; int i = e0.a; - return e0.B((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.t.f1040s) - (j + this.u.n); + return e0.B((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.t.f1041s) - (j + this.u.n); } } return -9223372036854775807L; @@ -1678,7 +1678,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void k0() throws ExoPlaybackException { f2[] f2VarArr; - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; a1Var.o = false; z zVar = a1Var.j; if (zVar.k) { @@ -1703,7 +1703,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { j = ((Long) j2.second).longValue(); if (o.a()) { o2Var.h(o.a, this.u); - if (o.c == this.u.d(o.f833b)) { + if (o.c == this.u.d(o.f834b)) { j = this.u.p.o; } } @@ -1715,7 +1715,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { boolean z2 = this.M || (q1Var != null && q1Var.a.h()); w1 w1Var = this.G; if (z2 != w1Var.h) { - this.G = new w1(w1Var.f1144b, w1Var.c, w1Var.d, w1Var.e, w1Var.f, w1Var.g, z2, w1Var.i, w1Var.j, w1Var.k, w1Var.l, w1Var.m, w1Var.n, w1Var.o, w1Var.r, w1Var.f1145s, w1Var.t, w1Var.p, w1Var.q); + this.G = new w1(w1Var.f1145b, w1Var.c, w1Var.d, w1Var.e, w1Var.f, w1Var.g, z2, w1Var.i, w1Var.j, w1Var.k, w1Var.l, w1Var.m, w1Var.n, w1Var.o, w1Var.r, w1Var.f1146s, w1Var.t, w1Var.p, w1Var.q); } } @@ -1725,17 +1725,17 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void m0(o2 o2Var, a0.a aVar, o2 o2Var2, a0.a aVar2, long j) { if (o2Var.q() || !h0(o2Var, aVar)) { - float f2 = this.f1006x.c().k; + float f2 = this.f1007x.c().k; x1 x1Var = this.G.o; if (f2 != x1Var.k) { - this.f1006x.i(x1Var); + this.f1007x.i(x1Var); return; } return; } o2Var.n(o2Var.h(aVar.a, this.u).l, this.t); m1 m1Var = this.D; - o1.g gVar = this.t.f1041x; + o1.g gVar = this.t.f1042x; int i = e0.a; y0 y0Var = (y0) m1Var; Objects.requireNonNull(y0Var); @@ -1811,7 +1811,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.G = u(w1Var.c, k, w1Var.d, k, true, 5); } } else { - a1 a1Var = this.f1006x; + a1 a1Var = this.f1007x; boolean z2 = q1Var != this.B.i; f2 f2Var = a1Var.l; if (f2Var == null || f2Var.b() || (!a1Var.l.d() && (z2 || a1Var.l.j()))) { @@ -1852,16 +1852,16 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.U = e3; long j4 = e3 - q1Var.o; long j5 = this.G.t; - if (!this.f1007y.isEmpty() && !this.G.c.a()) { + if (!this.f1008y.isEmpty() && !this.G.c.a()) { if (this.W) { j5--; this.W = false; } w1 w1Var2 = this.G; - int b2 = w1Var2.f1144b.b(w1Var2.c.a); - int min = Math.min(this.V, this.f1007y.size()); + int b2 = w1Var2.f1145b.b(w1Var2.c.a); + int min = Math.min(this.V, this.f1008y.size()); if (min > 0) { - cVar = this.f1007y.get(min - 1); + cVar = this.f1008y.get(min - 1); j2 = j4; h1Var = this; while (cVar != null) { @@ -1871,7 +1871,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } min--; if (min > 0) { - cVar = h1Var.f1007y.get(min - 1); + cVar = h1Var.f1008y.get(min - 1); } else { h1Var = h1Var; j2 = j2; @@ -1880,16 +1880,16 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } } } - if (min < h1Var.f1007y.size()) { - cVar2 = h1Var.f1007y.get(min); + if (min < h1Var.f1008y.size()) { + cVar2 = h1Var.f1008y.get(min); while (cVar2 != null && cVar2.m != null) { i = cVar2.k; if (i < b2 && (i != b2 || cVar2.l > j5)) { break; } min++; - if (min >= h1Var.f1007y.size()) { - cVar2 = h1Var.f1007y.get(min); + if (min >= h1Var.f1008y.size()) { + cVar2 = h1Var.f1008y.get(min); } } while (cVar2 != null && cVar2.m != null && cVar2.k == b2) { @@ -1900,11 +1900,11 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { try { h1Var.T(cVar2.j); Objects.requireNonNull(cVar2.j); - h1Var.f1007y.remove(min); - cVar2 = min >= h1Var.f1007y.size() ? h1Var.f1007y.get(min) : null; + h1Var.f1008y.remove(min); + cVar2 = min >= h1Var.f1008y.size() ? h1Var.f1008y.get(min) : null; } catch (Throwable th) { Objects.requireNonNull(cVar2.j); - h1Var.f1007y.remove(min); + h1Var.f1008y.remove(min); throw th; } } @@ -1916,7 +1916,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { if (i < b2) { } min++; - if (min >= h1Var.f1007y.size()) { + if (min >= h1Var.f1008y.size()) { } } while (cVar2 != null) { @@ -1927,8 +1927,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } h1Var.T(cVar2.j); Objects.requireNonNull(cVar2.j); - h1Var.f1007y.remove(min); - if (min >= h1Var.f1007y.size()) { + h1Var.f1008y.remove(min); + if (min >= h1Var.f1008y.size()) { } } h1Var.V = min; @@ -1938,7 +1938,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { cVar = null; while (cVar != null) { } - if (min < h1Var.f1007y.size()) { + if (min < h1Var.f1008y.size()) { } cVar2 = null; while (cVar2 != null) { @@ -1951,14 +1951,14 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.G.t = j4; } this.G.r = this.B.j.d(); - this.G.f1145s = m(); + this.G.f1146s = m(); w1 w1Var3 = this.G; - if (w1Var3.m && w1Var3.f == 3 && h0(w1Var3.f1144b, w1Var3.c)) { + if (w1Var3.m && w1Var3.f == 3 && h0(w1Var3.f1145b, w1Var3.c)) { w1 w1Var4 = this.G; float f2 = 1.0f; if (w1Var4.o.k == 1.0f) { m1 m1Var = this.D; - long j6 = j(w1Var4.f1144b, w1Var4.c.a, w1Var4.t); + long j6 = j(w1Var4.f1145b, w1Var4.c.a, w1Var4.t); long m = m(); y0 y0Var = (y0) m1Var; if (y0Var.d != -9223372036854775807L) { @@ -2008,9 +2008,9 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { f2 = y0Var.l; } } - if (this.f1006x.c().k != f2) { - this.f1006x.i(new x1(f2, this.G.o.l)); - t(this.G.o, this.f1006x.c().k, false, false); + if (this.f1007x.c().k != f2) { + this.f1007x.i(new x1(f2, this.G.o.l)); + t(this.G.o, this.f1007x.c().k, false, false); } } } @@ -2046,7 +2046,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } w1 w1Var = this.G; w1Var.r = q1Var == null ? w1Var.t : q1Var.d(); - this.G.f1145s = m(); + this.G.f1146s = m(); if ((z3 || z2) && q1Var != null && q1Var.d) { this.o.d(this.j, q1Var.m, q1Var.n.c); } @@ -2111,12 +2111,12 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { aVar = aVar3; i = -1; } else { - if (w1Var.f1144b.q()) { + if (w1Var.f1145b.q()) { i2 = o2Var.a(z9); obj = obj2; } else if (o2Var.b(obj2) == -1) { obj = obj2; - Object N = N(cVar, bVar, i4, z9, obj2, w1Var.f1144b, o2Var); + Object N = N(cVar, bVar, i4, z9, obj2, w1Var.f1145b, o2Var); if (N == null) { i2 = o2Var.a(z9); z4 = true; @@ -2135,8 +2135,8 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { i2 = o2Var.h(obj, bVar).l; } else if (y2) { aVar = aVar3; - w1Var.f1144b.h(aVar.a, bVar); - if (w1Var.f1144b.n(bVar.l, cVar).B == w1Var.f1144b.b(aVar.a)) { + w1Var.f1145b.h(aVar.a, bVar); + if (w1Var.f1145b.n(bVar.l, cVar).B == w1Var.f1145b.b(aVar.a)) { Pair j5 = o2Var.j(cVar, bVar, o2Var.h(obj, bVar).l, j4 + bVar.n); obj = j5.first; j = ((Long) j5.second).longValue(); @@ -2175,11 +2175,11 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { j2 = j; } a0.a o = s1Var.o(o2Var, obj, j); - boolean z10 = o.e == -1 || ((i3 = aVar.e) != -1 && o.f833b >= i3); + boolean z10 = o.e == -1 || ((i3 = aVar.e) != -1 && o.f834b >= i3); boolean equals = aVar.a.equals(obj); boolean z11 = equals && !aVar.a() && !o.a() && z10; o2Var.h(obj, bVar); - boolean z12 = equals && !y2 && j4 == j2 && ((o.a() && bVar.e(o.f833b)) || (aVar.a() && bVar.e(aVar.f833b))); + boolean z12 = equals && !y2 && j4 == j2 && ((o.a() && bVar.e(o.f834b)) || (aVar.a() && bVar.e(aVar.f834b))); if (z11 || z12) { o = aVar; } @@ -2189,14 +2189,14 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { j3 = w1Var.t; } else { o2Var.h(o.a, bVar); - j3 = o.c == bVar.d(o.f833b) ? bVar.p.o : 0L; + j3 = o.c == bVar.d(o.f834b) ? bVar.p.o : 0L; } fVar = new f(o, j3, j2, z5, z4, z3); } a0.a aVar4 = fVar.a; long j7 = fVar.c; boolean z13 = fVar.d; - long j8 = fVar.f1011b; + long j8 = fVar.f1012b; boolean z14 = !this.G.c.equals(aVar4) || j8 != this.G.t; int i5 = 3; g gVar2 = null; @@ -2220,11 +2220,11 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { z6 = true; gVar2 = null; w1 w1Var2 = this.G; - m0(o2Var, aVar4, w1Var2.f1144b, w1Var2.c, fVar.f ? j8 : -9223372036854775807L); + m0(o2Var, aVar4, w1Var2.f1145b, w1Var2.c, fVar.f ? j8 : -9223372036854775807L); if (z14 || j7 != this.G.d) { w1 w1Var3 = this.G; Object obj3 = w1Var3.c.a; - o2 o2Var2 = w1Var3.f1144b; + o2 o2Var2 = w1Var3.f1145b; if (!z14 || !z2 || o2Var2.q() || o2Var2.h(obj3, this.u).o) { z6 = false; } @@ -2235,7 +2235,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.G = u(aVar4, j8, j7, j9, z6, i5); } I(); - L(o2Var, this.G.f1144b); + L(o2Var, this.G.f1145b); this.G = this.G.g(o2Var); if (!o2Var.q()) { this.T = gVar2; @@ -2257,11 +2257,11 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } } w1 w1Var4 = this.G; - m0(o2Var, aVar4, w1Var4.f1144b, w1Var4.c, fVar.f ? j8 : -9223372036854775807L); + m0(o2Var, aVar4, w1Var4.f1145b, w1Var4.c, fVar.f ? j8 : -9223372036854775807L); if (z14 || j7 != this.G.d) { w1 w1Var5 = this.G; Object obj4 = w1Var5.c.a; - o2 o2Var3 = w1Var5.f1144b; + o2 o2Var3 = w1Var5.f1145b; if (!z14 || !z2 || o2Var3.q() || o2Var3.h(obj4, this.u).o) { z8 = false; } @@ -2272,7 +2272,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { this.G = u(aVar4, j8, j7, j10, z8, i5); } I(); - L(o2Var, this.G.f1144b); + L(o2Var, this.G.f1145b); this.G = this.G.g(o2Var); if (!o2Var.q()) { this.T = null; @@ -2290,13 +2290,13 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { public final void s(x xVar) throws ExoPlaybackException { q1 q1Var = this.B.j; if (q1Var != null && q1Var.a == xVar) { - float f2 = this.f1006x.c().k; - o2 o2Var = this.G.f1144b; + float f2 = this.f1007x.c().k; + o2 o2Var = this.G.f1145b; q1Var.d = true; q1Var.m = q1Var.a.n(); r i = q1Var.i(f2, o2Var); r1 r1Var = q1Var.f; - long j = r1Var.f1056b; + long j = r1Var.f1057b; long j2 = r1Var.e; if (j2 != -9223372036854775807L && j >= j2) { j = Math.max(0L, j2 - 1); @@ -2304,15 +2304,15 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { long a2 = q1Var.a(i, j, false, new boolean[q1Var.i.length]); long j3 = q1Var.o; r1 r1Var2 = q1Var.f; - q1Var.o = (r1Var2.f1056b - a2) + j3; + q1Var.o = (r1Var2.f1057b - a2) + j3; q1Var.f = r1Var2.b(a2); this.o.d(this.j, q1Var.m, q1Var.n.c); if (q1Var == this.B.h) { - J(q1Var.f.f1056b); + J(q1Var.f.f1057b); g(); w1 w1Var = this.G; a0.a aVar = w1Var.c; - long j4 = q1Var.f.f1056b; + long j4 = q1Var.f.f1057b; this.G = u(aVar, j4, w1Var.d, j4, false, 5); } z(); @@ -2328,7 +2328,7 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { } w1 w1Var = h1Var.G; h1Var = this; - h1Var.G = new w1(w1Var.f1144b, w1Var.c, w1Var.d, w1Var.e, w1Var.f, w1Var.g, w1Var.h, w1Var.i, w1Var.j, w1Var.k, w1Var.l, w1Var.m, w1Var.n, x1Var, w1Var.r, w1Var.f1145s, w1Var.t, w1Var.p, w1Var.q); + h1Var.G = new w1(w1Var.f1145b, w1Var.c, w1Var.d, w1Var.e, w1Var.f, w1Var.g, w1Var.h, w1Var.i, w1Var.j, w1Var.k, w1Var.l, w1Var.m, w1Var.n, x1Var, w1Var.r, w1Var.f1146s, w1Var.t, w1Var.p, w1Var.q); } float f3 = x1Var.k; q1 q1Var = h1Var.B.h; @@ -2469,9 +2469,9 @@ public final class h1 implements Handler.Callback, x.a, u1.d, a1.a, b2.a { j = q1Var.o; } else { j2 = this.U - q1Var.o; - j = q1Var.f.f1056b; + j = q1Var.f.f1057b; } - z2 = this.o.g(j2 - j, n, this.f1006x.c().k); + z2 = this.o.g(j2 - j, n, this.f1007x.c().k); } this.M = z2; if (z2) { diff --git a/app/src/main/java/b/i/a/c/h2.java b/app/src/main/java/b/i/a/c/h2.java index d775febf6b..adc797240c 100644 --- a/app/src/main/java/b/i/a/c/h2.java +++ b/app/src/main/java/b/i/a/c/h2.java @@ -7,20 +7,20 @@ public final class h2 { public static final h2 a = new h2(false); /* renamed from: b reason: collision with root package name */ - public final boolean f1013b; + public final boolean f1014b; public h2(boolean z2) { - this.f1013b = z2; + this.f1014b = z2; } public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } - return obj != null && h2.class == obj.getClass() && this.f1013b == ((h2) obj).f1013b; + return obj != null && h2.class == obj.getClass() && this.f1014b == ((h2) obj).f1014b; } public int hashCode() { - return !this.f1013b ? 1 : 0; + return !this.f1014b ? 1 : 0; } } diff --git a/app/src/main/java/b/i/a/c/i.java b/app/src/main/java/b/i/a/c/i.java index d0a673fc4c..46ff57b5ca 100644 --- a/app/src/main/java/b/i/a/c/i.java +++ b/app/src/main/java/b/i/a/c/i.java @@ -16,7 +16,7 @@ public final /* synthetic */ class i implements l { @Override // b.i.b.a.l public final Object get() { - g gVar = this.j.f921b; + g gVar = this.j.f922b; Objects.requireNonNull(gVar); return new g1(gVar); } diff --git a/app/src/main/java/b/i/a/c/i0.java b/app/src/main/java/b/i/a/c/i0.java index 7eaa8df990..e45ccd28c0 100644 --- a/app/src/main/java/b/i/a/c/i0.java +++ b/app/src/main/java/b/i/a/c/i0.java @@ -21,7 +21,7 @@ public final /* synthetic */ class i0 implements w0.a { z2 = false; } d.j(z2); - aVar.f1033b = j2; + aVar.f1034b = j2; aVar.c = bundle.getBoolean(o1.d.a(2), false); aVar.d = bundle.getBoolean(o1.d.a(3), false); aVar.e = bundle.getBoolean(o1.d.a(4), false); diff --git a/app/src/main/java/b/i/a/c/i1.java b/app/src/main/java/b/i/a/c/i1.java index fb7c3b757f..90a72a2f2a 100644 --- a/app/src/main/java/b/i/a/c/i1.java +++ b/app/src/main/java/b/i/a/c/i1.java @@ -7,17 +7,17 @@ public final class i1 { public static final HashSet a = new HashSet<>(); /* renamed from: b reason: collision with root package name */ - public static String f1014b = "goog.exo.core"; + public static String f1015b = "goog.exo.core"; public static synchronized void a(String str) { synchronized (i1.class) { if (a.add(str)) { - String str2 = f1014b; + String str2 = f1015b; StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + 2 + str.length()); sb.append(str2); sb.append(", "); sb.append(str); - f1014b = sb.toString(); + f1015b = sb.toString(); } } } diff --git a/app/src/main/java/b/i/a/c/j1.java b/app/src/main/java/b/i/a/c/j1.java index 1310b780e7..d959f69f51 100644 --- a/app/src/main/java/b/i/a/c/j1.java +++ b/app/src/main/java/b/i/a/c/j1.java @@ -46,7 +46,7 @@ public final class j1 implements w0 { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f1015s; + public final int f1016s; @Nullable public final String t; @Nullable @@ -57,14 +57,14 @@ public final class j1 implements w0 { public final String w; /* renamed from: x reason: collision with root package name */ - public final int f1016x; + public final int f1017x; /* renamed from: y reason: collision with root package name */ - public final List f1017y; + public final List f1018y; @Nullable /* renamed from: z reason: collision with root package name */ - public final DrmInitData f1018z; + public final DrmInitData f1019z; /* compiled from: Format.java */ /* loaded from: classes3.dex */ @@ -78,7 +78,7 @@ public final class j1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public String f1019b; + public String f1020b; @Nullable public String c; public int d; @@ -104,7 +104,7 @@ public final class j1 implements w0 { public float r; /* renamed from: s reason: collision with root package name */ - public int f1020s; + public int f1021s; public float t; @Nullable public byte[] u; @@ -113,13 +113,13 @@ public final class j1 implements w0 { public n w; /* renamed from: x reason: collision with root package name */ - public int f1021x; + public int f1022x; /* renamed from: y reason: collision with root package name */ - public int f1022y; + public int f1023y; /* renamed from: z reason: collision with root package name */ - public int f1023z; + public int f1024z; public b() { this.f = -1; @@ -131,16 +131,16 @@ public final class j1 implements w0 { this.r = -1.0f; this.t = 1.0f; this.v = -1; - this.f1021x = -1; - this.f1022y = -1; - this.f1023z = -1; + this.f1022x = -1; + this.f1023y = -1; + this.f1024z = -1; this.C = -1; this.D = 0; } public b(j1 j1Var, a aVar) { this.a = j1Var.l; - this.f1019b = j1Var.m; + this.f1020b = j1Var.m; this.c = j1Var.n; this.d = j1Var.o; this.e = j1Var.p; @@ -150,21 +150,21 @@ public final class j1 implements w0 { this.i = j1Var.u; this.j = j1Var.v; this.k = j1Var.w; - this.l = j1Var.f1016x; - this.m = j1Var.f1017y; - this.n = j1Var.f1018z; + this.l = j1Var.f1017x; + this.m = j1Var.f1018y; + this.n = j1Var.f1019z; this.o = j1Var.A; this.p = j1Var.B; this.q = j1Var.C; this.r = j1Var.D; - this.f1020s = j1Var.E; + this.f1021s = j1Var.E; this.t = j1Var.F; this.u = j1Var.G; this.v = j1Var.H; this.w = j1Var.I; - this.f1021x = j1Var.J; - this.f1022y = j1Var.K; - this.f1023z = j1Var.L; + this.f1022x = j1Var.J; + this.f1023y = j1Var.K; + this.f1024z = j1Var.L; this.A = j1Var.M; this.B = j1Var.N; this.C = j1Var.O; @@ -183,7 +183,7 @@ public final class j1 implements w0 { public j1(b bVar, a aVar) { this.l = bVar.a; - this.m = bVar.f1019b; + this.m = bVar.f1020b; this.n = e0.C(bVar.c); this.o = bVar.d; this.p = bVar.e; @@ -191,21 +191,21 @@ public final class j1 implements w0 { this.q = i; int i2 = bVar.g; this.r = i2; - this.f1015s = i2 != -1 ? i2 : i; + this.f1016s = i2 != -1 ? i2 : i; this.t = bVar.h; this.u = bVar.i; this.v = bVar.j; this.w = bVar.k; - this.f1016x = bVar.l; + this.f1017x = bVar.l; List list = bVar.m; - this.f1017y = list == null ? Collections.emptyList() : list; + this.f1018y = list == null ? Collections.emptyList() : list; DrmInitData drmInitData = bVar.n; - this.f1018z = drmInitData; + this.f1019z = drmInitData; this.A = bVar.o; this.B = bVar.p; this.C = bVar.q; this.D = bVar.r; - int i3 = bVar.f1020s; + int i3 = bVar.f1021s; int i4 = 0; this.E = i3 == -1 ? 0 : i3; float f = bVar.t; @@ -213,9 +213,9 @@ public final class j1 implements w0 { this.G = bVar.u; this.H = bVar.v; this.I = bVar.w; - this.J = bVar.f1021x; - this.K = bVar.f1022y; - this.L = bVar.f1023z; + this.J = bVar.f1022x; + this.K = bVar.f1023y; + this.L = bVar.f1024z; int i5 = bVar.A; this.M = i5 == -1 ? 0 : i5; int i6 = bVar.B; @@ -243,11 +243,11 @@ public final class j1 implements w0 { } public boolean c(j1 j1Var) { - if (this.f1017y.size() != j1Var.f1017y.size()) { + if (this.f1018y.size() != j1Var.f1018y.size()) { return false; } - for (int i = 0; i < this.f1017y.size(); i++) { - if (!Arrays.equals(this.f1017y.get(i), j1Var.f1017y.get(i))) { + for (int i = 0; i < this.f1018y.size(); i++) { + if (!Arrays.equals(this.f1018y.get(i), j1Var.f1018y.get(i))) { return false; } } @@ -264,7 +264,7 @@ public final class j1 implements w0 { } j1 j1Var = (j1) obj; int i2 = this.Q; - return (i2 == 0 || (i = j1Var.Q) == 0 || i2 == i) && this.o == j1Var.o && this.p == j1Var.p && this.q == j1Var.q && this.r == j1Var.r && this.f1016x == j1Var.f1016x && this.A == j1Var.A && this.B == j1Var.B && this.C == j1Var.C && this.E == j1Var.E && this.H == j1Var.H && this.J == j1Var.J && this.K == j1Var.K && this.L == j1Var.L && this.M == j1Var.M && this.N == j1Var.N && this.O == j1Var.O && this.P == j1Var.P && Float.compare(this.D, j1Var.D) == 0 && Float.compare(this.F, j1Var.F) == 0 && e0.a(this.l, j1Var.l) && e0.a(this.m, j1Var.m) && e0.a(this.t, j1Var.t) && e0.a(this.v, j1Var.v) && e0.a(this.w, j1Var.w) && e0.a(this.n, j1Var.n) && Arrays.equals(this.G, j1Var.G) && e0.a(this.u, j1Var.u) && e0.a(this.I, j1Var.I) && e0.a(this.f1018z, j1Var.f1018z) && c(j1Var); + return (i2 == 0 || (i = j1Var.Q) == 0 || i2 == i) && this.o == j1Var.o && this.p == j1Var.p && this.q == j1Var.q && this.r == j1Var.r && this.f1017x == j1Var.f1017x && this.A == j1Var.A && this.B == j1Var.B && this.C == j1Var.C && this.E == j1Var.E && this.H == j1Var.H && this.J == j1Var.J && this.K == j1Var.K && this.L == j1Var.L && this.M == j1Var.M && this.N == j1Var.N && this.O == j1Var.O && this.P == j1Var.P && Float.compare(this.D, j1Var.D) == 0 && Float.compare(this.F, j1Var.F) == 0 && e0.a(this.l, j1Var.l) && e0.a(this.m, j1Var.m) && e0.a(this.t, j1Var.t) && e0.a(this.v, j1Var.v) && e0.a(this.w, j1Var.w) && e0.a(this.n, j1Var.n) && Arrays.equals(this.G, j1Var.G) && e0.a(this.u, j1Var.u) && e0.a(this.I, j1Var.I) && e0.a(this.f1019z, j1Var.f1019z) && c(j1Var); } public int hashCode() { @@ -286,7 +286,7 @@ public final class j1 implements w0 { if (str6 != null) { i = str6.hashCode(); } - this.Q = ((((((((((((((((Float.floatToIntBits(this.F) + ((((Float.floatToIntBits(this.D) + ((((((((((hashCode6 + i) * 31) + this.f1016x) * 31) + ((int) this.A)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.E) * 31)) * 31) + this.H) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31) + this.M) * 31) + this.N) * 31) + this.O) * 31) + this.P; + this.Q = ((((((((((((((((Float.floatToIntBits(this.F) + ((((Float.floatToIntBits(this.D) + ((((((((((hashCode6 + i) * 31) + this.f1017x) * 31) + ((int) this.A)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.E) * 31)) * 31) + this.H) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31) + this.M) * 31) + this.N) * 31) + this.O) * 31) + this.P; } return this.Q; } @@ -297,7 +297,7 @@ public final class j1 implements w0 { String str3 = this.v; String str4 = this.w; String str5 = this.t; - int i = this.f1015s; + int i = this.f1016s; String str6 = this.n; int i2 = this.B; int i3 = this.C; diff --git a/app/src/main/java/b/i/a/c/j2.java b/app/src/main/java/b/i/a/c/j2.java index 82a87d3cc6..9fae4ab503 100644 --- a/app/src/main/java/b/i/a/c/j2.java +++ b/app/src/main/java/b/i/a/c/j2.java @@ -9,7 +9,7 @@ public final class j2 { public static final j2 a; /* renamed from: b reason: collision with root package name */ - public static final j2 f1024b; + public static final j2 f1025b; public final long c; public final long d; @@ -26,7 +26,7 @@ public final class j2 { z2 = false; } d.j(z2); - f1024b = j2Var; + f1025b = j2Var; } public j2(long j, long j2) { diff --git a/app/src/main/java/b/i/a/c/k1.java b/app/src/main/java/b/i/a/c/k1.java index 56e386cb2f..88c5f55f50 100644 --- a/app/src/main/java/b/i/a/c/k1.java +++ b/app/src/main/java/b/i/a/c/k1.java @@ -10,10 +10,10 @@ public final class k1 { @Nullable /* renamed from: b reason: collision with root package name */ - public j1 f1025b; + public j1 f1026b; public void a() { this.a = null; - this.f1025b = null; + this.f1026b = null; } } diff --git a/app/src/main/java/b/i/a/c/k2.java b/app/src/main/java/b/i/a/c/k2.java index ce86c86849..7eb4f7e71e 100644 --- a/app/src/main/java/b/i/a/c/k2.java +++ b/app/src/main/java/b/i/a/c/k2.java @@ -72,7 +72,7 @@ public class k2 extends u0 implements e1 { public y I; /* renamed from: b reason: collision with root package name */ - public final f2[] f1026b; + public final f2[] f1027b; public final j c = new j(); public final Context d; public final f1 e; @@ -95,7 +95,7 @@ public class k2 extends u0 implements e1 { @Nullable /* renamed from: s reason: collision with root package name */ - public SurfaceHolder f1027s; + public SurfaceHolder f1028s; @Nullable public k t; public boolean u; @@ -104,13 +104,13 @@ public class k2 extends u0 implements e1 { public int w; /* renamed from: x reason: collision with root package name */ - public int f1028x; + public int f1029x; /* renamed from: y reason: collision with root package name */ - public int f1029y; + public int f1030y; /* renamed from: z reason: collision with root package name */ - public int f1030z; + public int f1031z; /* compiled from: SimpleExoPlayer.java */ /* loaded from: classes3.dex */ @@ -560,7 +560,7 @@ public class k2 extends u0 implements e1 { this.g = new c(null); this.h = new CopyOnWriteArraySet<>(); Handler handler = new Handler(bVar.i); - this.f1026b = bVar.c.get().a(handler, bVar2, bVar2, bVar2, bVar2); + this.f1027b = bVar.c.get().a(handler, bVar2, bVar2, bVar2, bVar2); this.B = 1.0f; if (e0.a < 21) { AudioTrack audioTrack = this.p; @@ -571,10 +571,10 @@ public class k2 extends u0 implements e1 { if (this.p == null) { this.p = new AudioTrack(3, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 4, 2, 2, 0, 0); } - this.f1030z = this.p.getAudioSessionId(); + this.f1031z = this.p.getAudioSessionId(); } else { AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); - this.f1030z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f1031z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); } this.D = Collections.emptyList(); this.E = true; @@ -587,7 +587,7 @@ public class k2 extends u0 implements e1 { } b.c.a.a0.d.D(!false); try { - f1 f1Var = new f1(this.f1026b, bVar.e.get(), bVar.d.get(), bVar.f.get(), bVar.g.get(), this.i, bVar.l, bVar.m, bVar.n, bVar.o, bVar.p, bVar.q, false, bVar.f921b, bVar.i, this, new y1.b(new b.i.a.c.f3.n(sparseBooleanArray, null), null)); + f1 f1Var = new f1(this.f1027b, bVar.e.get(), bVar.d.get(), bVar.f.get(), bVar.g.get(), this.i, bVar.l, bVar.m, bVar.n, bVar.o, bVar.p, bVar.q, false, bVar.f922b, bVar.i, this, new y1.b(new b.i.a.c.f3.n(sparseBooleanArray, null), null)); k2Var = this; try { k2Var.e = f1Var; @@ -612,8 +612,8 @@ public class k2 extends u0 implements e1 { r2Var.a(); k2Var.H = f0(m2Var); k2Var.I = y.j; - k2Var.j0(1, 10, Integer.valueOf(k2Var.f1030z)); - k2Var.j0(2, 10, Integer.valueOf(k2Var.f1030z)); + k2Var.j0(1, 10, Integer.valueOf(k2Var.f1031z)); + k2Var.j0(2, 10, Integer.valueOf(k2Var.f1031z)); k2Var.j0(1, 3, k2Var.A); k2Var.j0(2, 4, Integer.valueOf(k2Var.w)); k2Var.j0(2, 5, 0); @@ -703,7 +703,7 @@ public class k2 extends u0 implements e1 { n0(); SurfaceHolder holder = surfaceView == null ? null : surfaceView.getHolder(); n0(); - if (holder != null && holder == this.f1027s) { + if (holder != null && holder == this.f1028s) { e0(); } } @@ -735,7 +735,7 @@ public class k2 extends u0 implements e1 { @Override // b.i.a.c.y1 public o2 K() { n0(); - return this.e.F.f1144b; + return this.e.F.f1145b; } @Override // b.i.a.c.y1 @@ -794,7 +794,7 @@ public class k2 extends u0 implements e1 { @Override // b.i.a.c.y1 public long U() { n0(); - return this.e.f957s; + return this.e.f958s; } @Override // b.i.a.c.y1 @@ -828,7 +828,7 @@ public class k2 extends u0 implements e1 { @Override // b.i.a.c.y1 public long g() { n0(); - return e0.M(this.e.F.f1145s); + return e0.M(this.e.F.f1146s); } @Override // b.i.a.c.y1 @@ -848,9 +848,9 @@ public class k2 extends u0 implements e1 { } public final void h0(int i, int i2) { - if (i != this.f1028x || i2 != this.f1029y) { - this.f1028x = i; - this.f1029y = i2; + if (i != this.f1029x || i2 != this.f1030y) { + this.f1029x = i; + this.f1030y = i2; this.i.a0(i, i2); Iterator it = this.h.iterator(); while (it.hasNext()) { @@ -884,10 +884,10 @@ public class k2 extends u0 implements e1 { } this.v = null; } - SurfaceHolder surfaceHolder = this.f1027s; + SurfaceHolder surfaceHolder = this.f1028s; if (surfaceHolder != null) { surfaceHolder.removeCallback(this.f); - this.f1027s = null; + this.f1028s = null; } } @@ -899,7 +899,7 @@ public class k2 extends u0 implements e1 { public final void j0(int i, int i2, @Nullable Object obj) { f2[] f2VarArr; - for (f2 f2Var : this.f1026b) { + for (f2 f2Var : this.f1027b) { if (f2Var.x() == i) { b2 f02 = this.e.f0(f2Var); b.c.a.a0.d.D(!f02.i); @@ -919,14 +919,14 @@ public class k2 extends u0 implements e1 { public final void k0(SurfaceHolder surfaceHolder) { this.u = false; - this.f1027s = surfaceHolder; + this.f1028s = surfaceHolder; surfaceHolder.addCallback(this.f); - Surface surface = this.f1027s.getSurface(); + Surface surface = this.f1028s.getSurface(); if (surface == null || !surface.isValid()) { h0(0, 0); return; } - Rect surfaceFrame = this.f1027s.getSurfaceFrame(); + Rect surfaceFrame = this.f1028s.getSurfaceFrame(); h0(surfaceFrame.width(), surfaceFrame.height()); } @@ -941,7 +941,7 @@ public class k2 extends u0 implements e1 { f2[] f2VarArr; boolean z2; ArrayList arrayList = new ArrayList(); - for (f2 f2Var : this.f1026b) { + for (f2 f2Var : this.f1027b) { if (f2Var.x() == 2) { b2 f02 = this.e.f0(f2Var); f02.f(1); @@ -980,11 +980,11 @@ public class k2 extends u0 implements e1 { w1 w1Var = f1Var.F; w1 a2 = w1Var.a(w1Var.c); a2.r = a2.t; - a2.f1145s = 0L; + a2.f1146s = 0L; w1 e = a2.f(1).e(b2); - f1Var.f958x++; + f1Var.f959x++; ((b0.b) f1Var.i.q.c(6)).b(); - f1Var.s0(e, 0, 1, false, e.f1144b.q() && !f1Var.F.f1144b.q(), 4, f1Var.g0(e), -1); + f1Var.s0(e, 0, 1, false, e.f1145b.q() && !f1Var.F.f1145b.q(), 4, f1Var.g0(e), -1); } } @@ -1015,7 +1015,7 @@ public class k2 extends u0 implements e1 { j jVar = this.c; synchronized (jVar) { boolean z2 = false; - while (!jVar.f969b) { + while (!jVar.f970b) { try { jVar.wait(); } catch (InterruptedException unused) { @@ -1081,7 +1081,7 @@ public class k2 extends u0 implements e1 { } i0(); this.u = true; - this.f1027s = holder; + this.f1028s = holder; holder.addCallback(this.f); Surface surface = holder.getSurface(); if (surface == null || !surface.isValid()) { diff --git a/app/src/main/java/b/i/a/c/l0.java b/app/src/main/java/b/i/a/c/l0.java index 23171503c3..319ff5df11 100644 --- a/app/src/main/java/b/i/a/c/l0.java +++ b/app/src/main/java/b/i/a/c/l0.java @@ -15,7 +15,7 @@ public final /* synthetic */ class l0 implements w0.a { Bundle bundle3; p1.b bVar = new p1.b(); bVar.a = bundle.getCharSequence(p1.b(0)); - bVar.f1048b = bundle.getCharSequence(p1.b(1)); + bVar.f1049b = bundle.getCharSequence(p1.b(1)); bVar.c = bundle.getCharSequence(p1.b(2)); bVar.d = bundle.getCharSequence(p1.b(3)); bVar.e = bundle.getCharSequence(p1.b(4)); @@ -31,9 +31,9 @@ public final /* synthetic */ class l0 implements w0.a { bVar.k = bArr; bVar.l = valueOf; bVar.m = (Uri) bundle.getParcelable(p1.b(11)); - bVar.f1050x = bundle.getCharSequence(p1.b(22)); - bVar.f1051y = bundle.getCharSequence(p1.b(23)); - bVar.f1052z = bundle.getCharSequence(p1.b(24)); + bVar.f1051x = bundle.getCharSequence(p1.b(22)); + bVar.f1052y = bundle.getCharSequence(p1.b(23)); + bVar.f1053z = bundle.getCharSequence(p1.b(24)); bVar.C = bundle.getCharSequence(p1.b(27)); bVar.D = bundle.getCharSequence(p1.b(28)); bVar.E = bundle.getBundle(p1.b(1000)); @@ -61,7 +61,7 @@ public final /* synthetic */ class l0 implements w0.a { bVar.r = Integer.valueOf(bundle.getInt(p1.b(16))); } if (bundle.containsKey(p1.b(17))) { - bVar.f1049s = Integer.valueOf(bundle.getInt(p1.b(17))); + bVar.f1050s = Integer.valueOf(bundle.getInt(p1.b(17))); } if (bundle.containsKey(p1.b(18))) { bVar.t = Integer.valueOf(bundle.getInt(p1.b(18))); diff --git a/app/src/main/java/b/i/a/c/m0.java b/app/src/main/java/b/i/a/c/m0.java index 4f51521ba5..052d461a90 100644 --- a/app/src/main/java/b/i/a/c/m0.java +++ b/app/src/main/java/b/i/a/c/m0.java @@ -28,14 +28,14 @@ public final /* synthetic */ class m0 implements Runnable { y1 y1Var = g1Var.p; Objects.requireNonNull(y1Var); Objects.requireNonNull(aVar3); - aVar3.f1079b = p.n(c); + aVar3.f1080b = p.n(c); if (!c.isEmpty()) { aVar3.e = (a0.a) c.get(0); Objects.requireNonNull(aVar2); aVar3.f = aVar2; } if (aVar3.d == null) { - aVar3.d = g1.a.b(y1Var, aVar3.f1079b, aVar3.e, aVar3.a); + aVar3.d = g1.a.b(y1Var, aVar3.f1080b, aVar3.e, aVar3.a); } aVar3.d(y1Var.K()); } diff --git a/app/src/main/java/b/i/a/c/m2.java b/app/src/main/java/b/i/a/c/m2.java index 42e1d96135..bb59c7a949 100644 --- a/app/src/main/java/b/i/a/c/m2.java +++ b/app/src/main/java/b/i/a/c/m2.java @@ -20,7 +20,7 @@ public final class m2 { public final Context a; /* renamed from: b reason: collision with root package name */ - public final Handler f1031b; + public final Handler f1032b; public final b c; public final AudioManager d; @Nullable @@ -43,14 +43,14 @@ public final class m2 { @Override // android.content.BroadcastReceiver public void onReceive(Context context, Intent intent) { m2 m2Var = m2.this; - m2Var.f1031b.post(new p0(m2Var)); + m2Var.f1032b.post(new p0(m2Var)); } } public m2(Context context, Handler handler, b bVar) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; - this.f1031b = handler; + this.f1032b = handler; this.c = bVar; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); d.H(audioManager); diff --git a/app/src/main/java/b/i/a/c/o1.java b/app/src/main/java/b/i/a/c/o1.java index a0dae6e186..b65bb70ffc 100644 --- a/app/src/main/java/b/i/a/c/o1.java +++ b/app/src/main/java/b/i/a/c/o1.java @@ -39,7 +39,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public Uri f1032b; + public Uri f1033b; @Nullable public String c; @Nullable @@ -57,8 +57,8 @@ public final class o1 implements w0 { public o1 a() { i iVar; f.a aVar = this.e; - b.c.a.a0.d.D(aVar.f1035b == null || aVar.a != null); - Uri uri = this.f1032b; + b.c.a.a0.d.D(aVar.f1036b == null || aVar.a != null); + Uri uri = this.f1033b; if (uri != null) { String str = this.c; f.a aVar2 = this.e; @@ -99,7 +99,7 @@ public final class o1 implements w0 { public long a; /* renamed from: b reason: collision with root package name */ - public long f1033b = Long.MIN_VALUE; + public long f1034b = Long.MIN_VALUE; public boolean c; public boolean d; public boolean e; @@ -116,7 +116,7 @@ public final class o1 implements w0 { public d(a aVar, a aVar2) { this.k = aVar.a; - this.l = aVar.f1033b; + this.l = aVar.f1034b; this.m = aVar.c; this.n = aVar.d; this.o = aVar.e; @@ -162,7 +162,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final Uri f1034b; + public final Uri f1035b; public final q c; public final boolean d; public final boolean e; @@ -179,7 +179,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public Uri f1035b; + public Uri f1036b; public boolean d; public boolean e; public boolean f; @@ -194,11 +194,11 @@ public final class o1 implements w0 { } public f(a aVar, a aVar2) { - b.c.a.a0.d.D(!aVar.f || aVar.f1035b != null); + b.c.a.a0.d.D(!aVar.f || aVar.f1036b != null); UUID uuid = aVar.a; Objects.requireNonNull(uuid); this.a = uuid; - this.f1034b = aVar.f1035b; + this.f1035b = aVar.f1036b; this.c = aVar.c; this.d = aVar.d; this.f = aVar.f; @@ -216,12 +216,12 @@ public final class o1 implements w0 { return false; } f fVar = (f) obj; - return this.a.equals(fVar.a) && e0.a(this.f1034b, fVar.f1034b) && e0.a(this.c, fVar.c) && this.d == fVar.d && this.f == fVar.f && this.e == fVar.e && this.g.equals(fVar.g) && Arrays.equals(this.h, fVar.h); + return this.a.equals(fVar.a) && e0.a(this.f1035b, fVar.f1035b) && e0.a(this.c, fVar.c) && this.d == fVar.d && this.f == fVar.f && this.e == fVar.e && this.g.equals(fVar.g) && Arrays.equals(this.h, fVar.h); } public int hashCode() { int hashCode = this.a.hashCode() * 31; - Uri uri = this.f1034b; + Uri uri = this.f1035b; int hashCode2 = uri != null ? uri.hashCode() : 0; int hashCode3 = this.c.hashCode(); return Arrays.hashCode(this.h) + ((this.g.hashCode() + ((((((((hashCode3 + ((hashCode + hashCode2) * 31)) * 31) + (this.d ? 1 : 0)) * 31) + (this.f ? 1 : 0)) * 31) + (this.e ? 1 : 0)) * 31)) * 31); @@ -245,7 +245,7 @@ public final class o1 implements w0 { public long a = -9223372036854775807L; /* renamed from: b reason: collision with root package name */ - public long f1036b = -9223372036854775807L; + public long f1037b = -9223372036854775807L; public long c = -9223372036854775807L; public float d = -3.4028235E38f; public float e = -3.4028235E38f; @@ -266,7 +266,7 @@ public final class o1 implements w0 { public g(a aVar, a aVar2) { long j2 = aVar.a; - long j3 = aVar.f1036b; + long j3 = aVar.f1037b; long j4 = aVar.c; float f = aVar.d; float f2 = aVar.e; @@ -315,7 +315,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1037b; + public final String f1038b; @Nullable public final f c; public final List d; @@ -327,7 +327,7 @@ public final class o1 implements w0 { public h(Uri uri, String str, f fVar, b bVar, List list, String str2, p pVar, Object obj, a aVar) { this.a = uri; - this.f1037b = str; + this.f1038b = str; this.c = fVar; this.d = list; this.e = str2; @@ -359,12 +359,12 @@ public final class o1 implements w0 { return false; } h hVar = (h) obj; - return this.a.equals(hVar.a) && e0.a(this.f1037b, hVar.f1037b) && e0.a(this.c, hVar.c) && e0.a(null, null) && this.d.equals(hVar.d) && e0.a(this.e, hVar.e) && this.f.equals(hVar.f) && e0.a(this.g, hVar.g); + return this.a.equals(hVar.a) && e0.a(this.f1038b, hVar.f1038b) && e0.a(this.c, hVar.c) && e0.a(null, null) && this.d.equals(hVar.d) && e0.a(this.e, hVar.e) && this.f.equals(hVar.f) && e0.a(this.g, hVar.g); } public int hashCode() { int hashCode = this.a.hashCode() * 31; - String str = this.f1037b; + String str = this.f1038b; int i = 0; int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31; f fVar = this.c; @@ -404,7 +404,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1038b; + public final String f1039b; @Nullable public final String c; public final int d; @@ -419,7 +419,7 @@ public final class o1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public String f1039b; + public String f1040b; @Nullable public String c; public int d; @@ -429,7 +429,7 @@ public final class o1 implements w0 { public a(k kVar, a aVar) { this.a = kVar.a; - this.f1039b = kVar.f1038b; + this.f1040b = kVar.f1039b; this.c = kVar.c; this.d = kVar.d; this.e = kVar.e; @@ -439,7 +439,7 @@ public final class o1 implements w0 { public k(a aVar, a aVar2) { this.a = aVar.a; - this.f1038b = aVar.f1039b; + this.f1039b = aVar.f1040b; this.c = aVar.c; this.d = aVar.d; this.e = aVar.e; @@ -454,12 +454,12 @@ public final class o1 implements w0 { return false; } k kVar = (k) obj; - return this.a.equals(kVar.a) && e0.a(this.f1038b, kVar.f1038b) && e0.a(this.c, kVar.c) && this.d == kVar.d && this.e == kVar.e && e0.a(this.f, kVar.f); + return this.a.equals(kVar.a) && e0.a(this.f1039b, kVar.f1039b) && e0.a(this.c, kVar.c) && this.d == kVar.d && this.e == kVar.e && e0.a(this.f, kVar.f); } public int hashCode() { int hashCode = this.a.hashCode() * 31; - String str = this.f1038b; + String str = this.f1039b; int i = 0; int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31; String str2 = this.c; diff --git a/app/src/main/java/b/i/a/c/o2.java b/app/src/main/java/b/i/a/c/o2.java index dee481bcd4..29e488142b 100644 --- a/app/src/main/java/b/i/a/c/o2.java +++ b/app/src/main/java/b/i/a/c/o2.java @@ -167,7 +167,7 @@ public abstract class o2 implements w0 { public long r; /* renamed from: s reason: collision with root package name */ - public long f1040s; + public long f1041s; public long t; public boolean u; public boolean v; @@ -176,13 +176,13 @@ public abstract class o2 implements w0 { @Nullable /* renamed from: x reason: collision with root package name */ - public o1.g f1041x; + public o1.g f1042x; /* renamed from: y reason: collision with root package name */ - public boolean f1042y; + public boolean f1043y; /* renamed from: z reason: collision with root package name */ - public long f1043z; + public long f1044z; public Object n = j; public o1 p = l; @@ -194,7 +194,7 @@ public abstract class o2 implements w0 { p pVar = h0.l; o1.g.a aVar3 = new o1.g.a(); Uri uri = Uri.EMPTY; - d.D(aVar2.f1035b == null || aVar2.a != null); + d.D(aVar2.f1036b == null || aVar2.a != null); if (uri != null) { iVar = new o1.i(uri, null, aVar2.a != null ? new o1.f(aVar2, null) : null, null, emptyList, null, pVar, null, null); } else { @@ -209,7 +209,7 @@ public abstract class o2 implements w0 { } public long a() { - return e0.M(this.f1043z); + return e0.M(this.f1044z); } public long b() { @@ -217,8 +217,8 @@ public abstract class o2 implements w0 { } public boolean c() { - d.D(this.w == (this.f1041x != null)); - return this.f1041x != null; + d.D(this.w == (this.f1042x != null)); + return this.f1042x != null; } public c e(Object obj, @Nullable o1 o1Var, @Nullable Object obj2, long j2, long j3, long j4, boolean z2, boolean z3, @Nullable o1.g gVar, long j5, long j6, int i, int i2, long j7) { @@ -228,18 +228,18 @@ public abstract class o2 implements w0 { this.o = (o1Var == null || (hVar = o1Var.l) == null) ? null : hVar.g; this.q = obj2; this.r = j2; - this.f1040s = j3; + this.f1041s = j3; this.t = j4; this.u = z2; this.v = z3; this.w = gVar != null; - this.f1041x = gVar; - this.f1043z = j5; + this.f1042x = gVar; + this.f1044z = j5; this.A = j6; this.B = i; this.C = i2; this.D = j7; - this.f1042y = false; + this.f1043y = false; return this; } @@ -251,7 +251,7 @@ public abstract class o2 implements w0 { return false; } c cVar = (c) obj; - return e0.a(this.n, cVar.n) && e0.a(this.p, cVar.p) && e0.a(this.q, cVar.q) && e0.a(this.f1041x, cVar.f1041x) && this.r == cVar.r && this.f1040s == cVar.f1040s && this.t == cVar.t && this.u == cVar.u && this.v == cVar.v && this.f1042y == cVar.f1042y && this.f1043z == cVar.f1043z && this.A == cVar.A && this.B == cVar.B && this.C == cVar.C && this.D == cVar.D; + return e0.a(this.n, cVar.n) && e0.a(this.p, cVar.p) && e0.a(this.q, cVar.q) && e0.a(this.f1042x, cVar.f1042x) && this.r == cVar.r && this.f1041s == cVar.f1041s && this.t == cVar.t && this.u == cVar.u && this.v == cVar.v && this.f1043y == cVar.f1043y && this.f1044z == cVar.f1044z && this.A == cVar.A && this.B == cVar.B && this.C == cVar.C && this.D == cVar.D; } public int hashCode() { @@ -259,17 +259,17 @@ public abstract class o2 implements w0 { Object obj = this.q; int i = 0; int hashCode2 = (hashCode + (obj == null ? 0 : obj.hashCode())) * 31; - o1.g gVar = this.f1041x; + o1.g gVar = this.f1042x; if (gVar != null) { i = gVar.hashCode(); } long j2 = this.r; - long j3 = this.f1040s; + long j3 = this.f1041s; long j4 = this.t; - long j5 = this.f1043z; + long j5 = this.f1044z; long j6 = this.A; long j7 = this.D; - return ((((((((((((((((((((((hashCode2 + i) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + (this.u ? 1 : 0)) * 31) + (this.v ? 1 : 0)) * 31) + (this.f1042y ? 1 : 0)) * 31) + ((int) (j5 ^ (j5 >>> 32)))) * 31) + ((int) (j6 ^ (j6 >>> 32)))) * 31) + this.B) * 31) + this.C) * 31) + ((int) (j7 ^ (j7 >>> 32))); + return ((((((((((((((((((((((hashCode2 + i) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + (this.u ? 1 : 0)) * 31) + (this.v ? 1 : 0)) * 31) + (this.f1043y ? 1 : 0)) * 31) + ((int) (j5 ^ (j5 >>> 32)))) * 31) + ((int) (j6 ^ (j6 >>> 32)))) * 31) + this.B) * 31) + this.C) * 31) + ((int) (j7 ^ (j7 >>> 32))); } } @@ -383,7 +383,7 @@ public abstract class o2 implements w0 { d.t(i, 0, p()); o(i, cVar, j3); if (j2 == -9223372036854775807L) { - j2 = cVar.f1043z; + j2 = cVar.f1044z; if (j2 == -9223372036854775807L) { return null; } diff --git a/app/src/main/java/b/i/a/c/p1.java b/app/src/main/java/b/i/a/c/p1.java index d3821efc9e..26ae5375bd 100644 --- a/app/src/main/java/b/i/a/c/p1.java +++ b/app/src/main/java/b/i/a/c/p1.java @@ -63,7 +63,7 @@ public final class p1 implements w0 { @Nullable /* renamed from: s reason: collision with root package name */ - public final Uri f1044s; + public final Uri f1045s; @Nullable public final d2 t; @Nullable @@ -75,15 +75,15 @@ public final class p1 implements w0 { @Nullable /* renamed from: x reason: collision with root package name */ - public final Uri f1045x; + public final Uri f1046x; @Nullable /* renamed from: y reason: collision with root package name */ - public final Integer f1046y; + public final Integer f1047y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Integer f1047z; + public final Integer f1048z; /* compiled from: MediaMetadata.java */ /* loaded from: classes3.dex */ @@ -103,7 +103,7 @@ public final class p1 implements w0 { @Nullable /* renamed from: b reason: collision with root package name */ - public CharSequence f1048b; + public CharSequence f1049b; @Nullable public CharSequence c; @Nullable @@ -139,7 +139,7 @@ public final class p1 implements w0 { @Nullable /* renamed from: s reason: collision with root package name */ - public Integer f1049s; + public Integer f1050s; @Nullable public Integer t; @Nullable @@ -151,46 +151,46 @@ public final class p1 implements w0 { @Nullable /* renamed from: x reason: collision with root package name */ - public CharSequence f1050x; + public CharSequence f1051x; @Nullable /* renamed from: y reason: collision with root package name */ - public CharSequence f1051y; + public CharSequence f1052y; @Nullable /* renamed from: z reason: collision with root package name */ - public CharSequence f1052z; + public CharSequence f1053z; public b() { } public b(p1 p1Var, a aVar) { this.a = p1Var.l; - this.f1048b = p1Var.m; + this.f1049b = p1Var.m; this.c = p1Var.n; this.d = p1Var.o; this.e = p1Var.p; this.f = p1Var.q; this.g = p1Var.r; - this.h = p1Var.f1044s; + this.h = p1Var.f1045s; this.i = p1Var.t; this.j = p1Var.u; this.k = p1Var.v; this.l = p1Var.w; - this.m = p1Var.f1045x; - this.n = p1Var.f1046y; - this.o = p1Var.f1047z; + this.m = p1Var.f1046x; + this.n = p1Var.f1047y; + this.o = p1Var.f1048z; this.p = p1Var.A; this.q = p1Var.B; this.r = p1Var.D; - this.f1049s = p1Var.E; + this.f1050s = p1Var.E; this.t = p1Var.F; this.u = p1Var.G; this.v = p1Var.H; this.w = p1Var.I; - this.f1050x = p1Var.J; - this.f1051y = p1Var.K; - this.f1052z = p1Var.L; + this.f1051x = p1Var.J; + this.f1052y = p1Var.K; + this.f1053z = p1Var.L; this.A = p1Var.M; this.B = p1Var.N; this.C = p1Var.O; @@ -213,33 +213,33 @@ public final class p1 implements w0 { public p1(b bVar, a aVar) { this.l = bVar.a; - this.m = bVar.f1048b; + this.m = bVar.f1049b; this.n = bVar.c; this.o = bVar.d; this.p = bVar.e; this.q = bVar.f; this.r = bVar.g; - this.f1044s = bVar.h; + this.f1045s = bVar.h; this.t = bVar.i; this.u = bVar.j; this.v = bVar.k; this.w = bVar.l; - this.f1045x = bVar.m; - this.f1046y = bVar.n; - this.f1047z = bVar.o; + this.f1046x = bVar.m; + this.f1047y = bVar.n; + this.f1048z = bVar.o; this.A = bVar.p; this.B = bVar.q; Integer num = bVar.r; this.C = num; this.D = num; - this.E = bVar.f1049s; + this.E = bVar.f1050s; this.F = bVar.t; this.G = bVar.u; this.H = bVar.v; this.I = bVar.w; - this.J = bVar.f1050x; - this.K = bVar.f1051y; - this.L = bVar.f1052z; + this.J = bVar.f1051x; + this.K = bVar.f1052y; + this.L = bVar.f1053z; this.M = bVar.A; this.N = bVar.B; this.O = bVar.C; @@ -263,10 +263,10 @@ public final class p1 implements w0 { return false; } p1 p1Var = (p1) obj; - return e0.a(this.l, p1Var.l) && e0.a(this.m, p1Var.m) && e0.a(this.n, p1Var.n) && e0.a(this.o, p1Var.o) && e0.a(this.p, p1Var.p) && e0.a(this.q, p1Var.q) && e0.a(this.r, p1Var.r) && e0.a(this.f1044s, p1Var.f1044s) && e0.a(this.t, p1Var.t) && e0.a(this.u, p1Var.u) && Arrays.equals(this.v, p1Var.v) && e0.a(this.w, p1Var.w) && e0.a(this.f1045x, p1Var.f1045x) && e0.a(this.f1046y, p1Var.f1046y) && e0.a(this.f1047z, p1Var.f1047z) && e0.a(this.A, p1Var.A) && e0.a(this.B, p1Var.B) && e0.a(this.D, p1Var.D) && e0.a(this.E, p1Var.E) && e0.a(this.F, p1Var.F) && e0.a(this.G, p1Var.G) && e0.a(this.H, p1Var.H) && e0.a(this.I, p1Var.I) && e0.a(this.J, p1Var.J) && e0.a(this.K, p1Var.K) && e0.a(this.L, p1Var.L) && e0.a(this.M, p1Var.M) && e0.a(this.N, p1Var.N) && e0.a(this.O, p1Var.O) && e0.a(this.P, p1Var.P); + return e0.a(this.l, p1Var.l) && e0.a(this.m, p1Var.m) && e0.a(this.n, p1Var.n) && e0.a(this.o, p1Var.o) && e0.a(this.p, p1Var.p) && e0.a(this.q, p1Var.q) && e0.a(this.r, p1Var.r) && e0.a(this.f1045s, p1Var.f1045s) && e0.a(this.t, p1Var.t) && e0.a(this.u, p1Var.u) && Arrays.equals(this.v, p1Var.v) && e0.a(this.w, p1Var.w) && e0.a(this.f1046x, p1Var.f1046x) && e0.a(this.f1047y, p1Var.f1047y) && e0.a(this.f1048z, p1Var.f1048z) && e0.a(this.A, p1Var.A) && e0.a(this.B, p1Var.B) && e0.a(this.D, p1Var.D) && e0.a(this.E, p1Var.E) && e0.a(this.F, p1Var.F) && e0.a(this.G, p1Var.G) && e0.a(this.H, p1Var.H) && e0.a(this.I, p1Var.I) && e0.a(this.J, p1Var.J) && e0.a(this.K, p1Var.K) && e0.a(this.L, p1Var.L) && e0.a(this.M, p1Var.M) && e0.a(this.N, p1Var.N) && e0.a(this.O, p1Var.O) && e0.a(this.P, p1Var.P); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f1044s, this.t, this.u, Integer.valueOf(Arrays.hashCode(this.v)), this.w, this.f1045x, this.f1046y, this.f1047z, this.A, this.B, this.D, this.E, this.F, this.G, this.H, this.I, this.J, this.K, this.L, this.M, this.N, this.O, this.P}); + return Arrays.hashCode(new Object[]{this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f1045s, this.t, this.u, Integer.valueOf(Arrays.hashCode(this.v)), this.w, this.f1046x, this.f1047y, this.f1048z, this.A, this.B, this.D, this.E, this.F, this.G, this.H, this.I, this.J, this.K, this.L, this.M, this.N, this.O, this.P}); } } diff --git a/app/src/main/java/b/i/a/c/q.java b/app/src/main/java/b/i/a/c/q.java index 243034c01f..8f7d284d62 100644 --- a/app/src/main/java/b/i/a/c/q.java +++ b/app/src/main/java/b/i/a/c/q.java @@ -9,16 +9,16 @@ public final /* synthetic */ class q implements p.a { public final /* synthetic */ w1 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ n f1053b; + public final /* synthetic */ n f1054b; public /* synthetic */ q(w1 w1Var, n nVar) { this.a = w1Var; - this.f1053b = nVar; + this.f1054b = nVar; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { w1 w1Var = this.a; - ((y1.c) obj).Y(w1Var.i, this.f1053b); + ((y1.c) obj).Y(w1Var.i, this.f1054b); } } diff --git a/app/src/main/java/b/i/a/c/q0.java b/app/src/main/java/b/i/a/c/q0.java index 30249481fc..c9fd0f149e 100644 --- a/app/src/main/java/b/i/a/c/q0.java +++ b/app/src/main/java/b/i/a/c/q0.java @@ -31,7 +31,7 @@ public final /* synthetic */ class q0 implements w0.a { long j6 = bundle.getLong(o2.c.d(13), 0L); o2.c cVar = new o2.c(); cVar.e(o2.c.k, a2, null, j, j2, j3, z2, z3, gVar, j4, j5, i, i2, j6); - cVar.f1042y = z4; + cVar.f1043y = z4; return cVar; } } diff --git a/app/src/main/java/b/i/a/c/q1.java b/app/src/main/java/b/i/a/c/q1.java index 56f227cb88..157658bf02 100644 --- a/app/src/main/java/b/i/a/c/q1.java +++ b/app/src/main/java/b/i/a/c/q1.java @@ -21,7 +21,7 @@ public final class q1 { public final x a; /* renamed from: b reason: collision with root package name */ - public final Object f1054b; + public final Object f1055b; public final i0[] c; public boolean d; public boolean e; @@ -43,12 +43,12 @@ public final class q1 { this.j = qVar; this.k = u1Var; a0.a aVar = r1Var.a; - this.f1054b = aVar.a; + this.f1055b = aVar.a; this.f = r1Var; this.n = rVar; this.c = new i0[g2VarArr.length]; this.h = new boolean[g2VarArr.length]; - long j2 = r1Var.f1056b; + long j2 = r1Var.f1057b; long j3 = r1Var.d; Objects.requireNonNull(u1Var); Pair pair = (Pair) aVar.a; @@ -59,11 +59,11 @@ public final class q1 { u1Var.h.add(cVar); u1.b bVar = u1Var.g.get(cVar); if (bVar != null) { - bVar.a.m(bVar.f1136b); + bVar.a.m(bVar.f1137b); } cVar.c.add(b2); x u = cVar.a.n(b2, oVar, j2); - u1Var.f1135b.put(u, cVar); + u1Var.f1136b.put(u, cVar); u1Var.d(); this.a = j3 != -9223372036854775807L ? new n(u, true, 0L, j3) : u; } @@ -169,14 +169,14 @@ public final class q1 { public long d() { if (!this.d) { - return this.f.f1056b; + return this.f.f1057b; } long q = this.e ? this.a.q() : Long.MIN_VALUE; return q == Long.MIN_VALUE ? this.f.e : q; } public long e() { - return this.f.f1056b + this.o; + return this.f.f1057b + this.o; } public boolean f() { diff --git a/app/src/main/java/b/i/a/c/q2.java b/app/src/main/java/b/i/a/c/q2.java index 15639d28ce..1f68e9909b 100644 --- a/app/src/main/java/b/i/a/c/q2.java +++ b/app/src/main/java/b/i/a/c/q2.java @@ -12,7 +12,7 @@ public final class q2 { @Nullable /* renamed from: b reason: collision with root package name */ - public PowerManager.WakeLock f1055b; + public PowerManager.WakeLock f1056b; public boolean c; public boolean d; @@ -22,7 +22,7 @@ public final class q2 { @SuppressLint({"WakelockTimeout"}) public final void a() { - PowerManager.WakeLock wakeLock = this.f1055b; + PowerManager.WakeLock wakeLock = this.f1056b; if (wakeLock != null) { if (!this.c || !this.d) { wakeLock.release(); diff --git a/app/src/main/java/b/i/a/c/r0.java b/app/src/main/java/b/i/a/c/r0.java index 66536f55e5..3281d1441f 100644 --- a/app/src/main/java/b/i/a/c/r0.java +++ b/app/src/main/java/b/i/a/c/r0.java @@ -122,7 +122,7 @@ public abstract class r0 extends o2 { c2Var.r[d].g(i - c2Var.p[d], bVar, z2); bVar.l += i2; if (z2) { - Object obj = c2Var.f893s[d]; + Object obj = c2Var.f894s[d]; Object obj2 = bVar.k; Objects.requireNonNull(obj2); bVar.k = Pair.create(obj, obj2); @@ -183,7 +183,7 @@ public abstract class r0 extends o2 { public final Object m(int i) { c2 c2Var = (c2) this; int d = e0.d(c2Var.p, i + 1, false, false); - return Pair.create(c2Var.f893s[d], c2Var.r[d].m(i - c2Var.p[d])); + return Pair.create(c2Var.f894s[d], c2Var.r[d].m(i - c2Var.p[d])); } @Override // b.i.a.c.o2 @@ -193,7 +193,7 @@ public abstract class r0 extends o2 { int i2 = c2Var.q[d]; int i3 = c2Var.p[d]; c2Var.r[d].o(i - i2, cVar, j); - Object obj = c2Var.f893s[d]; + Object obj = c2Var.f894s[d]; if (!o2.c.j.equals(cVar.n)) { obj = Pair.create(obj, cVar.n); } diff --git a/app/src/main/java/b/i/a/c/r1.java b/app/src/main/java/b/i/a/c/r1.java index fe150caa65..126c75321e 100644 --- a/app/src/main/java/b/i/a/c/r1.java +++ b/app/src/main/java/b/i/a/c/r1.java @@ -10,7 +10,7 @@ public final class r1 { public final a0.a a; /* renamed from: b reason: collision with root package name */ - public final long f1056b; + public final long f1057b; public final long c; public final long d; public final long e; @@ -28,7 +28,7 @@ public final class r1 { } d.j(z6); this.a = aVar; - this.f1056b = j; + this.f1057b = j; this.c = j2; this.d = j3; this.e = j4; @@ -39,11 +39,11 @@ public final class r1 { } public r1 a(long j) { - return j == this.c ? this : new r1(this.a, this.f1056b, j, this.d, this.e, this.f, this.g, this.h, this.i); + return j == this.c ? this : new r1(this.a, this.f1057b, j, this.d, this.e, this.f, this.g, this.h, this.i); } public r1 b(long j) { - return j == this.f1056b ? this : new r1(this.a, j, this.c, this.d, this.e, this.f, this.g, this.h, this.i); + return j == this.f1057b ? this : new r1(this.a, j, this.c, this.d, this.e, this.f, this.g, this.h, this.i); } public boolean equals(@Nullable Object obj) { @@ -54,10 +54,10 @@ public final class r1 { return false; } r1 r1Var = (r1) obj; - return this.f1056b == r1Var.f1056b && this.c == r1Var.c && this.d == r1Var.d && this.e == r1Var.e && this.f == r1Var.f && this.g == r1Var.g && this.h == r1Var.h && this.i == r1Var.i && e0.a(this.a, r1Var.a); + return this.f1057b == r1Var.f1057b && this.c == r1Var.c && this.d == r1Var.d && this.e == r1Var.e && this.f == r1Var.f && this.g == r1Var.g && this.h == r1Var.h && this.i == r1Var.i && e0.a(this.a, r1Var.a); } public int hashCode() { - return ((((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.f1056b)) * 31) + ((int) this.c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0)) * 31) + (this.i ? 1 : 0); + return ((((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.f1057b)) * 31) + ((int) this.c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0)) * 31) + (this.i ? 1 : 0); } } diff --git a/app/src/main/java/b/i/a/c/r2.java b/app/src/main/java/b/i/a/c/r2.java index 5d4048a7ad..34139256fe 100644 --- a/app/src/main/java/b/i/a/c/r2.java +++ b/app/src/main/java/b/i/a/c/r2.java @@ -11,7 +11,7 @@ public final class r2 { @Nullable /* renamed from: b reason: collision with root package name */ - public WifiManager.WifiLock f1057b; + public WifiManager.WifiLock f1058b; public boolean c; public boolean d; @@ -20,7 +20,7 @@ public final class r2 { } public final void a() { - WifiManager.WifiLock wifiLock = this.f1057b; + WifiManager.WifiLock wifiLock = this.f1058b; if (wifiLock != null) { if (!this.c || !this.d) { wifiLock.release(); diff --git a/app/src/main/java/b/i/a/c/s.java b/app/src/main/java/b/i/a/c/s.java index 3c3f50d006..2e2ef0857a 100644 --- a/app/src/main/java/b/i/a/c/s.java +++ b/app/src/main/java/b/i/a/c/s.java @@ -8,16 +8,16 @@ public final /* synthetic */ class s implements p.a { public final /* synthetic */ w1 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1058b; + public final /* synthetic */ int f1059b; public /* synthetic */ s(w1 w1Var, int i) { this.a = w1Var; - this.f1058b = i; + this.f1059b = i; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { w1 w1Var = this.a; - ((y1.c) obj).W(w1Var.m, this.f1058b); + ((y1.c) obj).W(w1Var.m, this.f1059b); } } diff --git a/app/src/main/java/b/i/a/c/s0.java b/app/src/main/java/b/i/a/c/s0.java index 40a2b06c57..42e129fe46 100644 --- a/app/src/main/java/b/i/a/c/s0.java +++ b/app/src/main/java/b/i/a/c/s0.java @@ -11,7 +11,7 @@ public final class s0 { public final Context a; /* renamed from: b reason: collision with root package name */ - public final a f1059b; + public final a f1060b; public boolean c; /* compiled from: AudioBecomingNoisyManager.java */ @@ -47,15 +47,15 @@ public final class s0 { public s0(Context context, Handler handler, b bVar) { this.a = context.getApplicationContext(); - this.f1059b = new a(handler, bVar); + this.f1060b = new a(handler, bVar); } public void a(boolean z2) { if (z2 && !this.c) { - this.a.registerReceiver(this.f1059b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); + this.a.registerReceiver(this.f1060b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); this.c = true; } else if (!z2 && this.c) { - this.a.unregisterReceiver(this.f1059b); + this.a.unregisterReceiver(this.f1060b); this.c = false; } } diff --git a/app/src/main/java/b/i/a/c/s1.java b/app/src/main/java/b/i/a/c/s1.java index fb06f30186..12e61888a1 100644 --- a/app/src/main/java/b/i/a/c/s1.java +++ b/app/src/main/java/b/i/a/c/s1.java @@ -17,7 +17,7 @@ public final class s1 { public final o2.b a = new o2.b(); /* renamed from: b reason: collision with root package name */ - public final o2.c f1060b = new o2.c(); + public final o2.c f1061b = new o2.c(); @Nullable public final g1 c; public final Handler d; @@ -79,7 +79,7 @@ public final class s1 { if (i == 0) { this.j = null; q1 q1Var2 = this.h; - this.l = q1Var2.f1054b; + this.l = q1Var2.f1055b; this.m = q1Var2.f.a.d; } this.h = this.h.l; @@ -92,7 +92,7 @@ public final class s1 { q1 q1Var = this.h; d.H(q1Var); q1 q1Var2 = q1Var; - this.l = q1Var2.f1054b; + this.l = q1Var2.f1055b; this.m = q1Var2.f.a.d; while (q1Var2 != null) { q1Var2.h(); @@ -113,22 +113,22 @@ public final class s1 { long j3 = (q1Var.o + r1Var.e) - j; long j4 = 0; if (r1Var.g) { - int d = o2Var.d(o2Var.b(r1Var.a.a), this.a, this.f1060b, this.f, this.g); + int d = o2Var.d(o2Var.b(r1Var.a.a), this.a, this.f1061b, this.f, this.g); if (d == -1) { return null; } int i = o2Var.g(d, this.a, true).l; Object obj = this.a.k; long j5 = r1Var.a.d; - if (o2Var.n(i, this.f1060b).B == d) { - Pair k = o2Var.k(this.f1060b, this.a, i, -9223372036854775807L, Math.max(0L, j3)); + if (o2Var.n(i, this.f1061b).B == d) { + Pair k = o2Var.k(this.f1061b, this.a, i, -9223372036854775807L, Math.max(0L, j3)); if (k == null) { return null; } obj = k.first; j2 = ((Long) k.second).longValue(); q1 q1Var2 = q1Var.l; - if (q1Var2 == null || !q1Var2.f1054b.equals(obj)) { + if (q1Var2 == null || !q1Var2.f1055b.equals(obj)) { j5 = this.e; this.e = 1 + j5; } else { @@ -143,7 +143,7 @@ public final class s1 { a0.a aVar = r1Var.a; o2Var.h(aVar.a, this.a); if (aVar.a()) { - int i2 = aVar.f833b; + int i2 = aVar.f834b; int i3 = this.a.p.a(i2).l; if (i3 == -1) { return null; @@ -154,7 +154,7 @@ public final class s1 { } long j6 = r1Var.c; if (j6 == -9223372036854775807L) { - o2.c cVar = this.f1060b; + o2.c cVar = this.f1061b; o2.b bVar = this.a; Pair k2 = o2Var.k(cVar, bVar, bVar.l, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { @@ -162,7 +162,7 @@ public final class s1 { } j6 = ((Long) k2.second).longValue(); } - return f(o2Var, aVar.a, Math.max(g(o2Var, aVar.a, aVar.f833b), j6), r1Var.c, aVar.d); + return f(o2Var, aVar.a, Math.max(g(o2Var, aVar.a, aVar.f834b), j6), r1Var.c, aVar.d); } int d2 = this.a.d(aVar.e); if (d2 != this.a.p.a(aVar.e).l) { @@ -174,7 +174,7 @@ public final class s1 { @Nullable public final r1 d(o2 o2Var, a0.a aVar, long j, long j2) { o2Var.h(aVar.a, this.a); - return aVar.a() ? e(o2Var, aVar.a, aVar.f833b, aVar.c, j, aVar.d) : f(o2Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(o2Var, aVar.a, aVar.f834b, aVar.c, j, aVar.d) : f(o2Var, aVar.a, j2, j, aVar.d); } public final r1 e(o2 o2Var, Object obj, int i, int i2, long j, long j2) { @@ -223,22 +223,22 @@ public final class s1 { o2Var.h(r1Var.a.a, this.a); long c = (aVar.a() || (i = aVar.e) == -1) ? -9223372036854775807L : this.a.c(i); if (aVar.a()) { - j = this.a.a(aVar.f833b, aVar.c); + j = this.a.a(aVar.f834b, aVar.c); } else if (c == -9223372036854775807L || c == Long.MIN_VALUE) { j = this.a.m; } else { j = c; if (!aVar.a()) { - z2 = this.a.e(aVar.f833b); + z2 = this.a.e(aVar.f834b); } else { int i3 = aVar.e; z2 = i3 != -1 && this.a.e(i3); } - return new r1(aVar, r1Var.f1056b, r1Var.c, c, j, z2, i2, k, j2); + return new r1(aVar, r1Var.f1057b, r1Var.c, c, j, z2, i2, k, j2); } if (!aVar.a()) { } - return new r1(aVar, r1Var.f1056b, r1Var.c, c, j, z2, i2, k, j2); + return new r1(aVar, r1Var.f1057b, r1Var.c, c, j, z2, i2, k, j2); } public final boolean i(a0.a aVar) { @@ -247,17 +247,17 @@ public final class s1 { public final boolean j(o2 o2Var, a0.a aVar, boolean z2) { int b2 = o2Var.b(aVar.a); - if (o2Var.n(o2Var.f(b2, this.a).l, this.f1060b).v) { + if (o2Var.n(o2Var.f(b2, this.a).l, this.f1061b).v) { return false; } - return (o2Var.d(b2, this.a, this.f1060b, this.f, this.g) == -1) && z2; + return (o2Var.d(b2, this.a, this.f1061b, this.f, this.g) == -1) && z2; } public final boolean k(o2 o2Var, a0.a aVar) { if (!i(aVar)) { return false; } - return o2Var.n(o2Var.h(aVar.a, this.a).l, this.f1060b).C == o2Var.b(aVar.a); + return o2Var.n(o2Var.h(aVar.a, this.a).l, this.f1061b).C == o2Var.b(aVar.a); } public final void l() { @@ -323,7 +323,7 @@ public final class s1 { q1 q1Var2 = this.h; while (true) { if (q1Var2 != null) { - int b3 = o2Var.b(q1Var2.f1054b); + int b3 = o2Var.b(q1Var2.f1055b); if (b3 != -1 && o2Var.f(b3, this.a).l == i) { j2 = q1Var2.f.a.d; break; @@ -338,7 +338,7 @@ public final class s1 { } } } - } else if (q1Var.f1054b.equals(obj)) { + } else if (q1Var.f1055b.equals(obj)) { j2 = q1Var.f.a.d; break; } else { @@ -357,9 +357,9 @@ public final class s1 { if (q1Var2 == null) { return true; } - int b2 = o2Var.b(q1Var2.f1054b); + int b2 = o2Var.b(q1Var2.f1055b); while (true) { - b2 = o2Var.d(b2, this.a, this.f1060b, this.f, this.g); + b2 = o2Var.d(b2, this.a, this.f1061b, this.f, this.g); while (true) { q1Var = q1Var2.l; if (q1Var == null || q1Var2.f.g) { @@ -367,7 +367,7 @@ public final class s1 { } q1Var2 = q1Var; } - if (b2 == -1 || q1Var == null || o2Var.b(q1Var.f1054b) != b2) { + if (b2 == -1 || q1Var == null || o2Var.b(q1Var.f1055b) != b2) { break; } q1Var2 = q1Var; @@ -391,7 +391,7 @@ public final class s1 { if (c == null) { n = n(q1Var2); } else { - if (!(r1Var2.f1056b == c.f1056b && r1Var2.a.equals(c.a))) { + if (!(r1Var2.f1057b == c.f1057b && r1Var2.a.equals(c.a))) { n = n(q1Var2); } else { r1Var = c; diff --git a/app/src/main/java/b/i/a/c/s2/a.java b/app/src/main/java/b/i/a/c/s2/a.java index cd0702bac7..fa0dbe2b7a 100644 --- a/app/src/main/java/b/i/a/c/s2/a.java +++ b/app/src/main/java/b/i/a/c/s2/a.java @@ -9,11 +9,11 @@ public final /* synthetic */ class a implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ PlaybackException f1061b; + public final /* synthetic */ PlaybackException f1062b; public /* synthetic */ a(h1.a aVar, PlaybackException playbackException) { this.a = aVar; - this.f1061b = playbackException; + this.f1062b = playbackException; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/a0.java b/app/src/main/java/b/i/a/c/s2/a0.java index 7fc7c15a9e..41e550c710 100644 --- a/app/src/main/java/b/i/a/c/s2/a0.java +++ b/app/src/main/java/b/i/a/c/s2/a0.java @@ -9,11 +9,11 @@ public final /* synthetic */ class a0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ y1.b f1062b; + public final /* synthetic */ y1.b f1063b; public /* synthetic */ a0(h1.a aVar, y1.b bVar) { this.a = aVar; - this.f1062b = bVar; + this.f1063b = bVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/a1.java b/app/src/main/java/b/i/a/c/s2/a1.java index 88d2121a9f..bd6f567224 100644 --- a/app/src/main/java/b/i/a/c/s2/a1.java +++ b/app/src/main/java/b/i/a/c/s2/a1.java @@ -8,11 +8,11 @@ public final /* synthetic */ class a1 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1063b; + public final /* synthetic */ int f1064b; public /* synthetic */ a1(h1.a aVar, int i) { this.a = aVar; - this.f1063b = i; + this.f1064b = i; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/b0.java b/app/src/main/java/b/i/a/c/s2/b0.java index 38b7bb8745..27a39e7bc4 100644 --- a/app/src/main/java/b/i/a/c/s2/b0.java +++ b/app/src/main/java/b/i/a/c/s2/b0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class b0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1064b; + public final /* synthetic */ int f1065b; public /* synthetic */ b0(h1.a aVar, int i) { this.a = aVar; - this.f1064b = i; + this.f1065b = i; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/b1.java b/app/src/main/java/b/i/a/c/s2/b1.java index b45b7b6be0..0d1397133e 100644 --- a/app/src/main/java/b/i/a/c/s2/b1.java +++ b/app/src/main/java/b/i/a/c/s2/b1.java @@ -8,11 +8,11 @@ public final /* synthetic */ class b1 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1065b; + public final /* synthetic */ int f1066b; public /* synthetic */ b1(h1.a aVar, int i) { this.a = aVar; - this.f1065b = i; + this.f1066b = i; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/c.java b/app/src/main/java/b/i/a/c/s2/c.java index b3e5bb4a45..ed24871caf 100644 --- a/app/src/main/java/b/i/a/c/s2/c.java +++ b/app/src/main/java/b/i/a/c/s2/c.java @@ -8,11 +8,11 @@ public final /* synthetic */ class c implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Exception f1066b; + public final /* synthetic */ Exception f1067b; public /* synthetic */ c(h1.a aVar, Exception exc) { this.a = aVar; - this.f1066b = exc; + this.f1067b = exc; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/c0.java b/app/src/main/java/b/i/a/c/s2/c0.java index c54709cef5..9aba442108 100644 --- a/app/src/main/java/b/i/a/c/s2/c0.java +++ b/app/src/main/java/b/i/a/c/s2/c0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class c0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1067b; + public final /* synthetic */ int f1068b; public final /* synthetic */ long c; public final /* synthetic */ long d; public /* synthetic */ c0(h1.a aVar, int i, long j, long j2) { this.a = aVar; - this.f1067b = i; + this.f1068b = i; this.c = j; this.d = j2; } diff --git a/app/src/main/java/b/i/a/c/s2/c1.java b/app/src/main/java/b/i/a/c/s2/c1.java index 3aec8766cf..cfd6ac863e 100644 --- a/app/src/main/java/b/i/a/c/s2/c1.java +++ b/app/src/main/java/b/i/a/c/s2/c1.java @@ -8,12 +8,12 @@ public final /* synthetic */ class c1 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ long f1068b; + public final /* synthetic */ long f1069b; public final /* synthetic */ int c; public /* synthetic */ c1(h1.a aVar, long j, int i) { this.a = aVar; - this.f1068b = j; + this.f1069b = j; this.c = i; } diff --git a/app/src/main/java/b/i/a/c/s2/d.java b/app/src/main/java/b/i/a/c/s2/d.java index 515afff292..97beee35e2 100644 --- a/app/src/main/java/b/i/a/c/s2/d.java +++ b/app/src/main/java/b/i/a/c/s2/d.java @@ -8,13 +8,13 @@ public final /* synthetic */ class d implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1069b; + public final /* synthetic */ String f1070b; public final /* synthetic */ long c; public final /* synthetic */ long d; public /* synthetic */ d(h1.a aVar, String str, long j, long j2) { this.a = aVar; - this.f1069b = str; + this.f1070b = str; this.c = j; this.d = j2; } diff --git a/app/src/main/java/b/i/a/c/s2/d0.java b/app/src/main/java/b/i/a/c/s2/d0.java index 0953757ec4..4b1fa46ba9 100644 --- a/app/src/main/java/b/i/a/c/s2/d0.java +++ b/app/src/main/java/b/i/a/c/s2/d0.java @@ -9,11 +9,11 @@ public final /* synthetic */ class d0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ e f1070b; + public final /* synthetic */ e f1071b; public /* synthetic */ d0(h1.a aVar, e eVar) { this.a = aVar; - this.f1070b = eVar; + this.f1071b = eVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/d1.java b/app/src/main/java/b/i/a/c/s2/d1.java index ced70848ee..a37595230d 100644 --- a/app/src/main/java/b/i/a/c/s2/d1.java +++ b/app/src/main/java/b/i/a/c/s2/d1.java @@ -8,12 +8,12 @@ public final /* synthetic */ class d1 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1071b; + public final /* synthetic */ boolean f1072b; public final /* synthetic */ int c; public /* synthetic */ d1(h1.a aVar, boolean z2, int i) { this.a = aVar; - this.f1071b = z2; + this.f1072b = z2; this.c = i; } diff --git a/app/src/main/java/b/i/a/c/s2/e.java b/app/src/main/java/b/i/a/c/s2/e.java index e22d78f12a..f9f64c235c 100644 --- a/app/src/main/java/b/i/a/c/s2/e.java +++ b/app/src/main/java/b/i/a/c/s2/e.java @@ -8,11 +8,11 @@ public final /* synthetic */ class e implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1072b; + public final /* synthetic */ boolean f1073b; public /* synthetic */ e(h1.a aVar, boolean z2) { this.a = aVar; - this.f1072b = z2; + this.f1073b = z2; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/e0.java b/app/src/main/java/b/i/a/c/s2/e0.java index 24cf6bdcfd..2f45d41c5c 100644 --- a/app/src/main/java/b/i/a/c/s2/e0.java +++ b/app/src/main/java/b/i/a/c/s2/e0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class e0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Exception f1073b; + public final /* synthetic */ Exception f1074b; public /* synthetic */ e0(h1.a aVar, Exception exc) { this.a = aVar; - this.f1073b = exc; + this.f1074b = exc; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/f.java b/app/src/main/java/b/i/a/c/s2/f.java index 4739521326..5d429aa076 100644 --- a/app/src/main/java/b/i/a/c/s2/f.java +++ b/app/src/main/java/b/i/a/c/s2/f.java @@ -8,11 +8,11 @@ public final /* synthetic */ class f implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1074b; + public final /* synthetic */ String f1075b; public /* synthetic */ f(h1.a aVar, String str) { this.a = aVar; - this.f1074b = str; + this.f1075b = str; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/f0.java b/app/src/main/java/b/i/a/c/s2/f0.java index 38c761cf0f..544031d36e 100644 --- a/app/src/main/java/b/i/a/c/s2/f0.java +++ b/app/src/main/java/b/i/a/c/s2/f0.java @@ -11,14 +11,14 @@ public final /* synthetic */ class f0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t f1075b; + public final /* synthetic */ t f1076b; public final /* synthetic */ w c; public final /* synthetic */ IOException d; public final /* synthetic */ boolean e; public /* synthetic */ f0(h1.a aVar, t tVar, w wVar, IOException iOException, boolean z2) { this.a = aVar; - this.f1075b = tVar; + this.f1076b = tVar; this.c = wVar; this.d = iOException; this.e = z2; diff --git a/app/src/main/java/b/i/a/c/s2/f1.java b/app/src/main/java/b/i/a/c/s2/f1.java index 6665607711..d0cb7813b9 100644 --- a/app/src/main/java/b/i/a/c/s2/f1.java +++ b/app/src/main/java/b/i/a/c/s2/f1.java @@ -8,12 +8,12 @@ public final /* synthetic */ class f1 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Object f1076b; + public final /* synthetic */ Object f1077b; public final /* synthetic */ long c; public /* synthetic */ f1(h1.a aVar, Object obj, long j) { this.a = aVar; - this.f1076b = obj; + this.f1077b = obj; this.c = j; } diff --git a/app/src/main/java/b/i/a/c/s2/g.java b/app/src/main/java/b/i/a/c/s2/g.java index f83167353e..f0c390823e 100644 --- a/app/src/main/java/b/i/a/c/s2/g.java +++ b/app/src/main/java/b/i/a/c/s2/g.java @@ -9,11 +9,11 @@ public final /* synthetic */ class g implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ w f1077b; + public final /* synthetic */ w f1078b; public /* synthetic */ g(h1.a aVar, w wVar) { this.a = aVar; - this.f1077b = wVar; + this.f1078b = wVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/g0.java b/app/src/main/java/b/i/a/c/s2/g0.java index 459c34c559..1d3e33c11d 100644 --- a/app/src/main/java/b/i/a/c/s2/g0.java +++ b/app/src/main/java/b/i/a/c/s2/g0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class g0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1078b; + public final /* synthetic */ boolean f1079b; public /* synthetic */ g0(h1.a aVar, boolean z2) { this.a = aVar; - this.f1078b = z2; + this.f1079b = z2; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/g1.java b/app/src/main/java/b/i/a/c/s2/g1.java index e33d033603..6510dfb39e 100644 --- a/app/src/main/java/b/i/a/c/s2/g1.java +++ b/app/src/main/java/b/i/a/c/s2/g1.java @@ -62,7 +62,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { public final o2.b a; /* renamed from: b reason: collision with root package name */ - public b.i.b.b.p f1079b = h0.l; + public b.i.b.b.p f1080b = h0.l; public q c = i0.m; @Nullable public a0.a d; @@ -96,7 +96,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { if (!aVar.a.equals(obj)) { return false; } - return (z2 && aVar.f833b == i && aVar.c == i2) || (!z2 && aVar.f833b == -1 && aVar.e == i3); + return (z2 && aVar.f834b == i && aVar.c == i2) || (!z2 && aVar.f834b == -1 && aVar.e == i3); } public final void a(q.a aVar, @Nullable a0.a aVar2, o2 o2Var) { @@ -114,7 +114,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { public final void d(o2 o2Var) { q.a aVar = new q.a<>(4); - if (this.f1079b.isEmpty()) { + if (this.f1080b.isEmpty()) { a(aVar, this.e, o2Var); if (!b.i.a.f.e.o.f.V(this.f, this.e)) { a(aVar, this.f, o2Var); @@ -123,10 +123,10 @@ public class g1 implements y1.e, r, x, b0, f.a, s { a(aVar, this.d, o2Var); } } else { - for (int i = 0; i < this.f1079b.size(); i++) { - a(aVar, this.f1079b.get(i), o2Var); + for (int i = 0; i < this.f1080b.size(); i++) { + a(aVar, this.f1080b.get(i), o2Var); } - if (!this.f1079b.contains(this.d)) { + if (!this.f1080b.contains(this.d)) { a(aVar, this.d, o2Var); } } @@ -495,7 +495,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { a aVar = this.m; y1 y1Var = this.p; Objects.requireNonNull(y1Var); - aVar.d = a.b(y1Var, aVar.f1079b, aVar.e, aVar.a); + aVar.d = a.b(y1Var, aVar.f1080b, aVar.e, aVar.a); h1.a k0 = k0(); r rVar = new r(k0, i, fVar, fVar2); this.n.put(11, k0); @@ -596,7 +596,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { boolean z3 = o2Var.equals(this.p.K()) && i == this.p.C(); long j = 0; if (aVar2 != null && aVar2.a()) { - if (z3 && this.p.B() == aVar2.f833b && this.p.q() == aVar2.c) { + if (z3 && this.p.B() == aVar2.f834b && this.p.q() == aVar2.c) { z2 = true; } if (z2) { @@ -751,7 +751,7 @@ public class g1 implements y1.e, r, x, b0, f.a, s { a aVar = this.m; y1 y1Var = this.p; Objects.requireNonNull(y1Var); - aVar.d = a.b(y1Var, aVar.f1079b, aVar.e, aVar.a); + aVar.d = a.b(y1Var, aVar.f1080b, aVar.e, aVar.a); aVar.d(y1Var.K()); h1.a k0 = k0(); x xVar = new x(k0, i); diff --git a/app/src/main/java/b/i/a/c/s2/h.java b/app/src/main/java/b/i/a/c/s2/h.java index f112a0bb24..2054812e54 100644 --- a/app/src/main/java/b/i/a/c/s2/h.java +++ b/app/src/main/java/b/i/a/c/s2/h.java @@ -12,11 +12,11 @@ public final /* synthetic */ class h implements p.b { public final /* synthetic */ g1 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ y1 f1080b; + public final /* synthetic */ y1 f1081b; public /* synthetic */ h(g1 g1Var, y1 y1Var) { this.a = g1Var; - this.f1080b = y1Var; + this.f1081b = y1Var; } @Override // b.i.a.c.f3.p.b diff --git a/app/src/main/java/b/i/a/c/s2/h0.java b/app/src/main/java/b/i/a/c/s2/h0.java index b775da1ef5..0b8c99d60f 100644 --- a/app/src/main/java/b/i/a/c/s2/h0.java +++ b/app/src/main/java/b/i/a/c/s2/h0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class h0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t f1081b; + public final /* synthetic */ t f1082b; public final /* synthetic */ w c; public /* synthetic */ h0(h1.a aVar, t tVar, w wVar) { this.a = aVar; - this.f1081b = tVar; + this.f1082b = tVar; this.c = wVar; } diff --git a/app/src/main/java/b/i/a/c/s2/h1.java b/app/src/main/java/b/i/a/c/s2/h1.java index 1b596eeb21..0ca5a9389b 100644 --- a/app/src/main/java/b/i/a/c/s2/h1.java +++ b/app/src/main/java/b/i/a/c/s2/h1.java @@ -15,7 +15,7 @@ public interface h1 { public final long a; /* renamed from: b reason: collision with root package name */ - public final o2 f1082b; + public final o2 f1083b; public final int c; @Nullable public final a0.a d; @@ -29,7 +29,7 @@ public interface h1 { public a(long j, o2 o2Var, int i, @Nullable a0.a aVar, long j2, o2 o2Var2, int i2, @Nullable a0.a aVar2, long j3, long j4) { this.a = j; - this.f1082b = o2Var; + this.f1083b = o2Var; this.c = i; this.d = aVar; this.e = j2; @@ -48,11 +48,11 @@ public interface h1 { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.c == aVar.c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && f.V(this.f1082b, aVar.f1082b) && f.V(this.d, aVar.d) && f.V(this.f, aVar.f) && f.V(this.h, aVar.h); + return this.a == aVar.a && this.c == aVar.c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && f.V(this.f1083b, aVar.f1083b) && f.V(this.d, aVar.d) && f.V(this.f, aVar.f) && f.V(this.h, aVar.h); } public int hashCode() { - return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.f1082b, Integer.valueOf(this.c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); + return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.f1083b, Integer.valueOf(this.c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); } } diff --git a/app/src/main/java/b/i/a/c/s2/i.java b/app/src/main/java/b/i/a/c/s2/i.java index c57389e1b0..d8a9795e65 100644 --- a/app/src/main/java/b/i/a/c/s2/i.java +++ b/app/src/main/java/b/i/a/c/s2/i.java @@ -10,12 +10,12 @@ public final /* synthetic */ class i implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ o0 f1083b; + public final /* synthetic */ o0 f1084b; public final /* synthetic */ n c; public /* synthetic */ i(h1.a aVar, o0 o0Var, n nVar) { this.a = aVar; - this.f1083b = o0Var; + this.f1084b = o0Var; this.c = nVar; } diff --git a/app/src/main/java/b/i/a/c/s2/i0.java b/app/src/main/java/b/i/a/c/s2/i0.java index 3b1f4acb8b..e4074f9860 100644 --- a/app/src/main/java/b/i/a/c/s2/i0.java +++ b/app/src/main/java/b/i/a/c/s2/i0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class i0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ j1 f1084b; + public final /* synthetic */ j1 f1085b; public final /* synthetic */ g c; public /* synthetic */ i0(h1.a aVar, j1 j1Var, g gVar) { this.a = aVar; - this.f1084b = j1Var; + this.f1085b = j1Var; this.c = gVar; } diff --git a/app/src/main/java/b/i/a/c/s2/j.java b/app/src/main/java/b/i/a/c/s2/j.java index e475d420ab..1163bffc1b 100644 --- a/app/src/main/java/b/i/a/c/s2/j.java +++ b/app/src/main/java/b/i/a/c/s2/j.java @@ -9,11 +9,11 @@ public final /* synthetic */ class j implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ e f1085b; + public final /* synthetic */ e f1086b; public /* synthetic */ j(h1.a aVar, e eVar) { this.a = aVar; - this.f1085b = eVar; + this.f1086b = eVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/j0.java b/app/src/main/java/b/i/a/c/s2/j0.java index 39351ab27c..537ecd0d71 100644 --- a/app/src/main/java/b/i/a/c/s2/j0.java +++ b/app/src/main/java/b/i/a/c/s2/j0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class j0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1086b; + public final /* synthetic */ boolean f1087b; public final /* synthetic */ int c; public /* synthetic */ j0(h1.a aVar, boolean z2, int i) { this.a = aVar; - this.f1086b = z2; + this.f1087b = z2; this.c = i; } diff --git a/app/src/main/java/b/i/a/c/s2/k.java b/app/src/main/java/b/i/a/c/s2/k.java index 25c5ba330c..5d721d1c63 100644 --- a/app/src/main/java/b/i/a/c/s2/k.java +++ b/app/src/main/java/b/i/a/c/s2/k.java @@ -8,11 +8,11 @@ public final /* synthetic */ class k implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Exception f1087b; + public final /* synthetic */ Exception f1088b; public /* synthetic */ k(h1.a aVar, Exception exc) { this.a = aVar; - this.f1087b = exc; + this.f1088b = exc; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/k0.java b/app/src/main/java/b/i/a/c/s2/k0.java index 1479dcfc2f..dfcab0ebdb 100644 --- a/app/src/main/java/b/i/a/c/s2/k0.java +++ b/app/src/main/java/b/i/a/c/s2/k0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class k0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t f1088b; + public final /* synthetic */ t f1089b; public final /* synthetic */ w c; public /* synthetic */ k0(h1.a aVar, t tVar, w wVar) { this.a = aVar; - this.f1088b = tVar; + this.f1089b = tVar; this.c = wVar; } diff --git a/app/src/main/java/b/i/a/c/s2/l.java b/app/src/main/java/b/i/a/c/s2/l.java index 787c1b1278..827f426b16 100644 --- a/app/src/main/java/b/i/a/c/s2/l.java +++ b/app/src/main/java/b/i/a/c/s2/l.java @@ -9,11 +9,11 @@ public final /* synthetic */ class l implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ e f1089b; + public final /* synthetic */ e f1090b; public /* synthetic */ l(h1.a aVar, e eVar) { this.a = aVar; - this.f1089b = eVar; + this.f1090b = eVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/l0.java b/app/src/main/java/b/i/a/c/s2/l0.java index efbdf267a0..f6b572526e 100644 --- a/app/src/main/java/b/i/a/c/s2/l0.java +++ b/app/src/main/java/b/i/a/c/s2/l0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class l0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1090b; + public final /* synthetic */ String f1091b; public final /* synthetic */ long c; public final /* synthetic */ long d; public /* synthetic */ l0(h1.a aVar, String str, long j, long j2) { this.a = aVar; - this.f1090b = str; + this.f1091b = str; this.c = j; this.d = j2; } diff --git a/app/src/main/java/b/i/a/c/s2/m.java b/app/src/main/java/b/i/a/c/s2/m.java index 734f661dc9..c6850e864c 100644 --- a/app/src/main/java/b/i/a/c/s2/m.java +++ b/app/src/main/java/b/i/a/c/s2/m.java @@ -9,11 +9,11 @@ public final /* synthetic */ class m implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ x1 f1091b; + public final /* synthetic */ x1 f1092b; public /* synthetic */ m(h1.a aVar, x1 x1Var) { this.a = aVar; - this.f1091b = x1Var; + this.f1092b = x1Var; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/m0.java b/app/src/main/java/b/i/a/c/s2/m0.java index 36bcf8d832..d11124831f 100644 --- a/app/src/main/java/b/i/a/c/s2/m0.java +++ b/app/src/main/java/b/i/a/c/s2/m0.java @@ -9,16 +9,16 @@ public final /* synthetic */ class m0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ y f1092b; + public final /* synthetic */ y f1093b; public /* synthetic */ m0(h1.a aVar, y yVar) { this.a = aVar; - this.f1092b = yVar; + this.f1093b = yVar; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { - y yVar = this.f1092b; + y yVar = this.f1093b; h1 h1Var = (h1) obj; h1Var.n0(); int i = yVar.k; diff --git a/app/src/main/java/b/i/a/c/s2/n.java b/app/src/main/java/b/i/a/c/s2/n.java index 31eb01a1b3..f991cec1e3 100644 --- a/app/src/main/java/b/i/a/c/s2/n.java +++ b/app/src/main/java/b/i/a/c/s2/n.java @@ -8,12 +8,12 @@ public final /* synthetic */ class n implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1093b; + public final /* synthetic */ int f1094b; public final /* synthetic */ int c; public /* synthetic */ n(h1.a aVar, int i, int i2) { this.a = aVar; - this.f1093b = i; + this.f1094b = i; this.c = i2; } diff --git a/app/src/main/java/b/i/a/c/s2/n0.java b/app/src/main/java/b/i/a/c/s2/n0.java index edda2c4d5f..30de90eb2c 100644 --- a/app/src/main/java/b/i/a/c/s2/n0.java +++ b/app/src/main/java/b/i/a/c/s2/n0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class n0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ long f1094b; + public final /* synthetic */ long f1095b; public /* synthetic */ n0(h1.a aVar, long j) { this.a = aVar; - this.f1094b = j; + this.f1095b = j; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/p0.java b/app/src/main/java/b/i/a/c/s2/p0.java index 27a023eb4d..6adf7e4bbf 100644 --- a/app/src/main/java/b/i/a/c/s2/p0.java +++ b/app/src/main/java/b/i/a/c/s2/p0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class p0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1095b; + public final /* synthetic */ int f1096b; public /* synthetic */ p0(h1.a aVar, int i) { this.a = aVar; - this.f1095b = i; + this.f1096b = i; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/q.java b/app/src/main/java/b/i/a/c/s2/q.java index 800407a993..ea3ca46e26 100644 --- a/app/src/main/java/b/i/a/c/s2/q.java +++ b/app/src/main/java/b/i/a/c/s2/q.java @@ -9,12 +9,12 @@ public final /* synthetic */ class q implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ o1 f1096b; + public final /* synthetic */ o1 f1097b; public final /* synthetic */ int c; public /* synthetic */ q(h1.a aVar, o1 o1Var, int i) { this.a = aVar; - this.f1096b = o1Var; + this.f1097b = o1Var; this.c = i; } diff --git a/app/src/main/java/b/i/a/c/s2/q0.java b/app/src/main/java/b/i/a/c/s2/q0.java index 7f6d18e00b..566e0e4b50 100644 --- a/app/src/main/java/b/i/a/c/s2/q0.java +++ b/app/src/main/java/b/i/a/c/s2/q0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class q0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Exception f1097b; + public final /* synthetic */ Exception f1098b; public /* synthetic */ q0(h1.a aVar, Exception exc) { this.a = aVar; - this.f1097b = exc; + this.f1098b = exc; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/r.java b/app/src/main/java/b/i/a/c/s2/r.java index 07ad4af54e..8dac89912b 100644 --- a/app/src/main/java/b/i/a/c/s2/r.java +++ b/app/src/main/java/b/i/a/c/s2/r.java @@ -9,13 +9,13 @@ public final /* synthetic */ class r implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1098b; + public final /* synthetic */ int f1099b; public final /* synthetic */ y1.f c; public final /* synthetic */ y1.f d; public /* synthetic */ r(h1.a aVar, int i, y1.f fVar, y1.f fVar2) { this.a = aVar; - this.f1098b = i; + this.f1099b = i; this.c = fVar; this.d = fVar2; } diff --git a/app/src/main/java/b/i/a/c/s2/r0.java b/app/src/main/java/b/i/a/c/s2/r0.java index 93c6006466..082297b279 100644 --- a/app/src/main/java/b/i/a/c/s2/r0.java +++ b/app/src/main/java/b/i/a/c/s2/r0.java @@ -9,11 +9,11 @@ public final /* synthetic */ class r0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ p1 f1099b; + public final /* synthetic */ p1 f1100b; public /* synthetic */ r0(h1.a aVar, p1 p1Var) { this.a = aVar; - this.f1099b = p1Var; + this.f1100b = p1Var; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/s.java b/app/src/main/java/b/i/a/c/s2/s.java index 550a636cae..888728b59f 100644 --- a/app/src/main/java/b/i/a/c/s2/s.java +++ b/app/src/main/java/b/i/a/c/s2/s.java @@ -8,11 +8,11 @@ public final /* synthetic */ class s implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f1100b; + public final /* synthetic */ float f1101b; public /* synthetic */ s(h1.a aVar, float f) { this.a = aVar; - this.f1100b = f; + this.f1101b = f; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/s0.java b/app/src/main/java/b/i/a/c/s2/s0.java index 66685ea388..cbd2212cdd 100644 --- a/app/src/main/java/b/i/a/c/s2/s0.java +++ b/app/src/main/java/b/i/a/c/s2/s0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class s0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1101b; + public final /* synthetic */ int f1102b; public final /* synthetic */ long c; public final /* synthetic */ long d; public /* synthetic */ s0(h1.a aVar, int i, long j, long j2) { this.a = aVar; - this.f1101b = i; + this.f1102b = i; this.c = j; this.d = j2; } diff --git a/app/src/main/java/b/i/a/c/s2/t.java b/app/src/main/java/b/i/a/c/s2/t.java index bbb46440b1..b805f4ebc2 100644 --- a/app/src/main/java/b/i/a/c/s2/t.java +++ b/app/src/main/java/b/i/a/c/s2/t.java @@ -8,11 +8,11 @@ public final /* synthetic */ class t implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1102b; + public final /* synthetic */ String f1103b; public /* synthetic */ t(h1.a aVar, String str) { this.a = aVar; - this.f1102b = str; + this.f1103b = str; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/u0.java b/app/src/main/java/b/i/a/c/s2/u0.java index c66a68009e..2e1bcf4f10 100644 --- a/app/src/main/java/b/i/a/c/s2/u0.java +++ b/app/src/main/java/b/i/a/c/s2/u0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class u0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1103b; + public final /* synthetic */ boolean f1104b; public /* synthetic */ u0(h1.a aVar, boolean z2) { this.a = aVar; - this.f1103b = z2; + this.f1104b = z2; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/v.java b/app/src/main/java/b/i/a/c/s2/v.java index 07130671a6..b2bff7533e 100644 --- a/app/src/main/java/b/i/a/c/s2/v.java +++ b/app/src/main/java/b/i/a/c/s2/v.java @@ -9,11 +9,11 @@ public final /* synthetic */ class v implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Metadata f1104b; + public final /* synthetic */ Metadata f1105b; public /* synthetic */ v(h1.a aVar, Metadata metadata) { this.a = aVar; - this.f1104b = metadata; + this.f1105b = metadata; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/w.java b/app/src/main/java/b/i/a/c/s2/w.java index 1297a0d798..e6d6700805 100644 --- a/app/src/main/java/b/i/a/c/s2/w.java +++ b/app/src/main/java/b/i/a/c/s2/w.java @@ -9,11 +9,11 @@ public final /* synthetic */ class w implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ p2 f1105b; + public final /* synthetic */ p2 f1106b; public /* synthetic */ w(h1.a aVar, p2 p2Var) { this.a = aVar; - this.f1105b = p2Var; + this.f1106b = p2Var; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/w0.java b/app/src/main/java/b/i/a/c/s2/w0.java index 2d2bed083c..b57a9ce712 100644 --- a/app/src/main/java/b/i/a/c/s2/w0.java +++ b/app/src/main/java/b/i/a/c/s2/w0.java @@ -9,11 +9,11 @@ public final /* synthetic */ class w0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ e f1106b; + public final /* synthetic */ e f1107b; public /* synthetic */ w0(h1.a aVar, e eVar) { this.a = aVar; - this.f1106b = eVar; + this.f1107b = eVar; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/x.java b/app/src/main/java/b/i/a/c/s2/x.java index 696735d07c..459acafce4 100644 --- a/app/src/main/java/b/i/a/c/s2/x.java +++ b/app/src/main/java/b/i/a/c/s2/x.java @@ -8,11 +8,11 @@ public final /* synthetic */ class x implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1107b; + public final /* synthetic */ int f1108b; public /* synthetic */ x(h1.a aVar, int i) { this.a = aVar; - this.f1107b = i; + this.f1108b = i; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/s2/y.java b/app/src/main/java/b/i/a/c/s2/y.java index 4c222647d8..e92d4605fa 100644 --- a/app/src/main/java/b/i/a/c/s2/y.java +++ b/app/src/main/java/b/i/a/c/s2/y.java @@ -10,12 +10,12 @@ public final /* synthetic */ class y implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t f1108b; + public final /* synthetic */ t f1109b; public final /* synthetic */ w c; public /* synthetic */ y(h1.a aVar, t tVar, w wVar) { this.a = aVar; - this.f1108b = tVar; + this.f1109b = tVar; this.c = wVar; } diff --git a/app/src/main/java/b/i/a/c/s2/y0.java b/app/src/main/java/b/i/a/c/s2/y0.java index 06848a3d80..fd98dd9811 100644 --- a/app/src/main/java/b/i/a/c/s2/y0.java +++ b/app/src/main/java/b/i/a/c/s2/y0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class y0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ j1 f1109b; + public final /* synthetic */ j1 f1110b; public final /* synthetic */ g c; public /* synthetic */ y0(h1.a aVar, j1 j1Var, g gVar) { this.a = aVar; - this.f1109b = j1Var; + this.f1110b = j1Var; this.c = gVar; } diff --git a/app/src/main/java/b/i/a/c/s2/z.java b/app/src/main/java/b/i/a/c/s2/z.java index 5f12c41d33..6d67df1f15 100644 --- a/app/src/main/java/b/i/a/c/s2/z.java +++ b/app/src/main/java/b/i/a/c/s2/z.java @@ -8,12 +8,12 @@ public final /* synthetic */ class z implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1110b; + public final /* synthetic */ int f1111b; public final /* synthetic */ long c; public /* synthetic */ z(h1.a aVar, int i, long j) { this.a = aVar; - this.f1110b = i; + this.f1111b = i; this.c = j; } diff --git a/app/src/main/java/b/i/a/c/s2/z0.java b/app/src/main/java/b/i/a/c/s2/z0.java index e1ed9a734e..8053ecf8ee 100644 --- a/app/src/main/java/b/i/a/c/s2/z0.java +++ b/app/src/main/java/b/i/a/c/s2/z0.java @@ -8,11 +8,11 @@ public final /* synthetic */ class z0 implements p.a { public final /* synthetic */ h1.a a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1111b; + public final /* synthetic */ boolean f1112b; public /* synthetic */ z0(h1.a aVar, boolean z2) { this.a = aVar; - this.f1111b = z2; + this.f1112b = z2; } @Override // b.i.a.c.f3.p.a diff --git a/app/src/main/java/b/i/a/c/t0.java b/app/src/main/java/b/i/a/c/t0.java index e43469e649..230e9711fc 100644 --- a/app/src/main/java/b/i/a/c/t0.java +++ b/app/src/main/java/b/i/a/c/t0.java @@ -17,7 +17,7 @@ public final class t0 { public final AudioManager a; /* renamed from: b reason: collision with root package name */ - public final a f1112b; + public final a f1113b; @Nullable public b c; @Nullable @@ -52,7 +52,7 @@ public final class t0 { Objects.requireNonNull(audioManager); this.a = audioManager; this.c = bVar; - this.f1112b = new a(handler); + this.f1113b = new a(handler); } public final void a() { @@ -63,7 +63,7 @@ public final class t0 { this.a.abandonAudioFocusRequest(audioFocusRequest); } } else { - this.a.abandonAudioFocus(this.f1112b); + this.a.abandonAudioFocus(this.f1113b); } d(0); } @@ -118,12 +118,12 @@ public final class t0 { o oVar = this.d; boolean z3 = oVar != null && oVar.k == 1; Objects.requireNonNull(oVar); - this.h = builder.setAudioAttributes(oVar.a()).setWillPauseWhenDucked(z3).setOnAudioFocusChangeListener(this.f1112b).build(); + this.h = builder.setAudioAttributes(oVar.a()).setWillPauseWhenDucked(z3).setOnAudioFocusChangeListener(this.f1113b).build(); } i2 = this.a.requestAudioFocus(this.h); } else { AudioManager audioManager = this.a; - a aVar = this.f1112b; + a aVar = this.f1113b; o oVar2 = this.d; Objects.requireNonNull(oVar2); i2 = audioManager.requestAudioFocus(aVar, e0.t(oVar2.m), this.f); diff --git a/app/src/main/java/b/i/a/c/t2/a.java b/app/src/main/java/b/i/a/c/t2/a.java index bc525dadf8..4300825233 100644 --- a/app/src/main/java/b/i/a/c/t2/a.java +++ b/app/src/main/java/b/i/a/c/t2/a.java @@ -17,7 +17,7 @@ public final /* synthetic */ class a implements Runnable { public final void run() { r.a aVar = this.j; boolean z2 = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.d(z2); } diff --git a/app/src/main/java/b/i/a/c/t2/a0.java b/app/src/main/java/b/i/a/c/t2/a0.java index 235c1e0730..2b336406cb 100644 --- a/app/src/main/java/b/i/a/c/t2/a0.java +++ b/app/src/main/java/b/i/a/c/t2/a0.java @@ -9,7 +9,7 @@ public final class a0 { public static final String[] a = {"audio/mpeg-L1", "audio/mpeg-L2", "audio/mpeg"}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1113b = {44100, 48000, 32000}; + public static final int[] f1114b = {44100, 48000, 32000}; public static final int[] c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; public static final int[] d = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 144000, 160000, 176000, 192000, 224000, 256000}; public static final int[] e = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000}; @@ -23,7 +23,7 @@ public final class a0 { @Nullable /* renamed from: b reason: collision with root package name */ - public String f1114b; + public String f1115b; public int c; public int d; public int e; @@ -39,8 +39,8 @@ public final class a0 { return false; } this.a = i2; - this.f1114b = a0.a[3 - i3]; - int i6 = a0.f1113b[i5]; + this.f1115b = a0.a[3 - i3]; + int i6 = a0.f1114b[i5]; this.d = i6; int i7 = 2; if (i2 == 2) { @@ -85,7 +85,7 @@ public final class a0 { if (!c(i) || (i2 = (i >>> 19) & 3) == 1 || (i3 = (i >>> 17) & 3) == 0 || (i4 = (i >>> 12) & 15) == 0 || i4 == 15 || (i5 = (i >>> 10) & 3) == 3) { return -1; } - int i6 = f1113b[i5]; + int i6 = f1114b[i5]; if (i2 == 2) { i6 /= 2; } else if (i2 == 0) { diff --git a/app/src/main/java/b/i/a/c/t2/b.java b/app/src/main/java/b/i/a/c/t2/b.java index 44ee7b3d6c..2c5bd1c473 100644 --- a/app/src/main/java/b/i/a/c/t2/b.java +++ b/app/src/main/java/b/i/a/c/t2/b.java @@ -22,7 +22,7 @@ public final /* synthetic */ class b implements Runnable { Objects.requireNonNull(aVar); synchronized (eVar) { } - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.k(eVar); } 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 c94ce4811e..9f380b68db 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 @@ -18,7 +18,7 @@ public final class b0 extends v { int position = byteBuffer.position(); int limit = byteBuffer.limit(); int i2 = limit - position; - int i3 = this.f1133b.d; + int i3 = this.f1134b.d; if (i3 != 3) { if (i3 != 4) { if (i3 != 268435456) { @@ -29,7 +29,7 @@ public final class b0 extends v { } } ByteBuffer j = j(i2); - i = this.f1133b.d; + i = this.f1134b.d; if (i == 3) { while (position < limit) { j.put((byte) 0); @@ -69,7 +69,7 @@ public final class b0 extends v { } i2 /= 2; ByteBuffer j2 = j(i2); - i = this.f1133b.d; + i = this.f1134b.d; if (i == 3) { } byteBuffer.position(byteBuffer.limit()); @@ -77,7 +77,7 @@ public final class b0 extends v { } i2 *= 2; ByteBuffer j22 = j(i2); - i = this.f1133b.d; + i = this.f1134b.d; if (i == 3) { } byteBuffer.position(byteBuffer.limit()); @@ -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.f2896b, aVar.c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.f2907b, aVar.c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/t2/c.java b/app/src/main/java/b/i/a/c/t2/c.java index 282b272d00..6fd7097c57 100644 --- a/app/src/main/java/b/i/a/c/t2/c.java +++ b/app/src/main/java/b/i/a/c/t2/c.java @@ -17,7 +17,7 @@ public final /* synthetic */ class c implements Runnable { public final void run() { r.a aVar = this.j; Exception exc = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.T(exc); } 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 39bf4f6219..2015fedcae 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 @@ -19,7 +19,7 @@ public final class c0 extends v { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f1115s; + public boolean f1116s; public long t; public c0() { @@ -63,7 +63,7 @@ public final class c0 extends v { int remaining = byteBuffer.remaining(); j(remaining).put(byteBuffer).flip(); if (remaining > 0) { - this.f1115s = true; + this.f1116s = true; } } byteBuffer.limit(limit); @@ -83,7 +83,7 @@ public final class c0 extends v { this.q = i5; byte[] bArr2 = this.n; if (i5 == bArr2.length) { - if (this.f1115s) { + if (this.f1116s) { l(bArr2, this.r); this.t += (this.q - (this.r * 2)) / this.l; } else { @@ -127,11 +127,11 @@ public final class c0 extends v { @Override // b.i.a.c.t2.v public void g() { if (this.m) { - AudioProcessor.a aVar = this.f1133b; + AudioProcessor.a aVar = this.f1134b; int i = aVar.e; this.l = i; long j = this.i; - long j2 = aVar.f2896b; + long j2 = aVar.f2907b; int i2 = ((int) ((j * j2) / 1000000)) * i; if (this.n.length != i2) { this.n = new byte[i2]; @@ -145,7 +145,7 @@ public final class c0 extends v { this.p = 0; this.t = 0L; this.q = 0; - this.f1115s = false; + this.f1116s = false; } @Override // b.i.a.c.t2.v @@ -154,7 +154,7 @@ public final class c0 extends v { if (i > 0) { l(this.n, i); } - if (!this.f1115s) { + if (!this.f1116s) { this.t += this.r / this.l; } } @@ -181,7 +181,7 @@ public final class c0 extends v { public final void l(byte[] bArr, int i) { j(i).put(bArr, 0, i).flip(); if (i > 0) { - this.f1115s = true; + this.f1116s = true; } } diff --git a/app/src/main/java/b/i/a/c/t2/d.java b/app/src/main/java/b/i/a/c/t2/d.java index cd701c305d..bdfaf762f3 100644 --- a/app/src/main/java/b/i/a/c/t2/d.java +++ b/app/src/main/java/b/i/a/c/t2/d.java @@ -17,7 +17,7 @@ public final /* synthetic */ class d implements Runnable { public final void run() { r.a aVar = this.j; Exception exc = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.N(exc); } diff --git a/app/src/main/java/b/i/a/c/t2/d0.java b/app/src/main/java/b/i/a/c/t2/d0.java index 2f4c67e790..e900114438 100644 --- a/app/src/main/java/b/i/a/c/t2/d0.java +++ b/app/src/main/java/b/i/a/c/t2/d0.java @@ -9,7 +9,7 @@ public final class d0 { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1116b; + public final int f1117b; public final float c; public final float d; public final float e; @@ -28,14 +28,14 @@ public final class d0 { public int r; /* renamed from: s reason: collision with root package name */ - public int f1117s; + public int f1118s; public int t; public int u; public int v; public d0(int i, int i2, float f, float f2, int i3) { this.a = i; - this.f1116b = i2; + this.f1117b = i2; this.c = f; this.d = f2; this.e = i / i3; @@ -67,14 +67,14 @@ public final class d0 { public final void a(short[] sArr, int i, int i2) { short[] c = c(this.l, this.m, i2); this.l = c; - int i3 = this.f1116b; + int i3 = this.f1117b; System.arraycopy(sArr, i * i3, c, this.m * i3, i3 * i2); this.m += i2; } public final void b(short[] sArr, int i, int i2) { int i3 = this.h / i2; - int i4 = this.f1116b; + int i4 = this.f1117b; int i5 = i2 * i4; int i6 = i * i4; for (int i7 = 0; i7 < i3; i7++) { @@ -88,13 +88,13 @@ public final class d0 { public final short[] c(short[] sArr, int i, int i2) { int length = sArr.length; - int i3 = this.f1116b; + int i3 = this.f1117b; int i4 = length / i3; return i + i2 <= i4 ? sArr : Arrays.copyOf(sArr, (((i4 * 3) / 2) + i2) * i3); } public final int d(short[] sArr, int i, int i2, int i3) { - int i4 = i * this.f1116b; + int i4 = i * this.f1117b; int i5 = 1; int i6 = 255; int i7 = 0; @@ -150,7 +150,7 @@ public final class d0 { short[] sArr = this.j; int i13 = this.a; int i14 = i13 > 4000 ? i13 / SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM : 1; - if (this.f1116b == i9 && i14 == i9) { + if (this.f1117b == i9 && i14 == i9) { i5 = d(sArr, i11, this.f, this.g); } else { b(sArr, i11, i14); @@ -168,7 +168,7 @@ public final class d0 { if (i18 > i20) { i18 = i20; } - if (this.f1116b == i9) { + if (this.f1117b == i9) { i5 = d(sArr, i11, i17, i18); } else { b(sArr, i11, i9); @@ -179,9 +179,9 @@ public final class d0 { } } int i21 = this.u; - int i22 = i21 != 0 && this.f1117s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f1117s : i5; + int i22 = i21 != 0 && this.f1118s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f1118s : i5; this.t = i21; - this.f1117s = i5; + this.f1118s = i5; if (d > 1.0d) { short[] sArr2 = this.j; if (f3 >= 2.0f) { @@ -192,7 +192,7 @@ public final class d0 { } short[] c = c(this.l, this.m, i7); this.l = c; - e(i7, this.f1116b, c, this.m, sArr2, i11, sArr2, i11 + i22); + e(i7, this.f1117b, c, this.m, sArr2, i11, sArr2, i11 + i22); this.m += i7; i11 = i22 + i7 + i11; } else { @@ -206,9 +206,9 @@ public final class d0 { int i23 = i22 + i6; short[] c2 = c(this.l, this.m, i23); this.l = c2; - int i24 = this.f1116b; + int i24 = this.f1117b; System.arraycopy(sArr3, i11 * i24, c2, this.m * i24, i24 * i22); - e(i6, this.f1116b, this.l, this.m + i22, sArr3, i11 + i22, sArr3, i11); + e(i6, this.f1117b, this.l, this.m + i22, sArr3, i11 + i22, sArr3, i11); this.m += i23; i11 += i6; } @@ -221,7 +221,7 @@ public final class d0 { } int i25 = this.k - i11; short[] sArr4 = this.j; - int i26 = this.f1116b; + int i26 = this.f1117b; System.arraycopy(sArr4, i11 * i26, sArr4, 0, i26 * i25); this.k = i25; } @@ -244,7 +244,7 @@ public final class d0 { short[] c3 = c(this.n, this.o, i29); this.n = c3; short[] sArr5 = this.l; - int i30 = this.f1116b; + int i30 = this.f1117b; System.arraycopy(sArr5, i8 * i30, c3, this.o * i30, i30 * i29); this.m = i8; this.o += i29; @@ -265,7 +265,7 @@ public final class d0 { this.l = c(this.l, this.m, 1); int i33 = 0; while (true) { - int i34 = this.f1116b; + int i34 = this.f1117b; if (i33 < i34) { short[] sArr6 = this.n; int i35 = (i31 * i34) + i33; @@ -293,7 +293,7 @@ public final class d0 { } if (i2 != 0) { short[] sArr7 = this.n; - int i41 = this.f1116b; + int i41 = this.f1117b; System.arraycopy(sArr7, i2 * i41, sArr7, 0, (i - i2) * i41); this.o -= i2; } diff --git a/app/src/main/java/b/i/a/c/t2/e.java b/app/src/main/java/b/i/a/c/t2/e.java index dbf62a1d59..c425de0cb5 100644 --- a/app/src/main/java/b/i/a/c/t2/e.java +++ b/app/src/main/java/b/i/a/c/t2/e.java @@ -22,9 +22,9 @@ public final /* synthetic */ class e implements Runnable { r.a aVar = this.j; j1 j1Var = this.k; g gVar = this.l; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.U(j1Var); - aVar.f1124b.I(j1Var, gVar); + aVar.f1125b.I(j1Var, gVar); } } 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 8c893d8974..a8838e4766 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 @@ -26,7 +26,7 @@ public final class e0 implements AudioProcessor { public float d = 1.0f; /* renamed from: b reason: collision with root package name */ - public int f1118b = -1; + public int f1119b = -1; public e0() { AudioProcessor.a aVar = AudioProcessor.a.a; @@ -42,13 +42,13 @@ public final class e0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean a() { - return this.f.f2896b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2896b != this.e.f2896b); + return this.f.f2907b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2907b != this.e.f2907b); } @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean b() { d0 d0Var; - return this.p && ((d0Var = this.j) == null || (d0Var.m * d0Var.f1116b) * 2 == 0); + return this.p && ((d0Var = this.j) == null || (d0Var.m * d0Var.f1117b) * 2 == 0); } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -60,11 +60,11 @@ public final class e0 implements AudioProcessor { int remaining = byteBuffer.remaining(); this.n += remaining; int remaining2 = asShortBuffer.remaining(); - int i = d0Var.f1116b; + int i = d0Var.f1117b; int i2 = remaining2 / i; short[] c = d0Var.c(d0Var.j, d0Var.k, i2); d0Var.j = c; - asShortBuffer.get(c, d0Var.k * d0Var.f1116b, ((i * i2) * 2) / 2); + asShortBuffer.get(c, d0Var.k * d0Var.f1117b, ((i * i2) * 2) / 2); d0Var.k += i2; d0Var.f(); byteBuffer.position(byteBuffer.position() + remaining); @@ -74,9 +74,9 @@ public final class e0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public AudioProcessor.a d(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { if (aVar.d == 2) { - int i = this.f1118b; + int i = this.f1119b; if (i == -1) { - i = aVar.f2896b; + i = aVar.f2907b; } this.e = aVar; AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.c, 2); @@ -101,7 +101,7 @@ public final class e0 implements AudioProcessor { int i4 = 0; while (true) { i = d0Var.h * 2; - int i5 = d0Var.f1116b; + int i5 = d0Var.f1117b; if (i4 >= i * i5) { break; } @@ -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.f2896b, aVar.c, this.c, this.d, aVar2.f2896b); + this.j = new d0(aVar.f2907b, aVar.c, this.c, this.d, aVar2.f2907b); } else { d0 d0Var = this.j; if (d0Var != null) { @@ -138,7 +138,7 @@ public final class e0 implements AudioProcessor { d0Var.p = 0; d0Var.q = 0; d0Var.r = 0; - d0Var.f1117s = 0; + d0Var.f1118s = 0; d0Var.t = 0; d0Var.u = 0; d0Var.v = 0; @@ -155,7 +155,7 @@ public final class e0 implements AudioProcessor { public ByteBuffer getOutput() { int i; d0 d0Var = this.j; - if (d0Var != null && (i = d0Var.m * d0Var.f1116b * 2) > 0) { + if (d0Var != null && (i = d0Var.m * d0Var.f1117b * 2) > 0) { if (this.k.capacity() < i) { ByteBuffer order = ByteBuffer.allocateDirect(i).order(ByteOrder.nativeOrder()); this.k = order; @@ -165,12 +165,12 @@ public final class e0 implements AudioProcessor { this.l.clear(); } ShortBuffer shortBuffer = this.l; - int min = Math.min(shortBuffer.remaining() / d0Var.f1116b, d0Var.m); - shortBuffer.put(d0Var.l, 0, d0Var.f1116b * min); + int min = Math.min(shortBuffer.remaining() / d0Var.f1117b, d0Var.m); + shortBuffer.put(d0Var.l, 0, d0Var.f1117b * min); int i2 = d0Var.m - min; d0Var.m = i2; short[] sArr = d0Var.l; - int i3 = d0Var.f1116b; + int i3 = d0Var.f1117b; System.arraycopy(sArr, min * i3, sArr, 0, i2 * i3); this.o += i; this.k.limit(i); @@ -194,7 +194,7 @@ public final class e0 implements AudioProcessor { this.k = byteBuffer; this.l = byteBuffer.asShortBuffer(); this.m = byteBuffer; - this.f1118b = -1; + this.f1119b = -1; this.i = false; this.j = null; this.n = 0L; diff --git a/app/src/main/java/b/i/a/c/t2/f.java b/app/src/main/java/b/i/a/c/t2/f.java index c51d7dba03..69c6ddf852 100644 --- a/app/src/main/java/b/i/a/c/t2/f.java +++ b/app/src/main/java/b/i/a/c/t2/f.java @@ -23,7 +23,7 @@ public final /* synthetic */ class f implements Runnable { String str = this.k; long j = this.l; long j2 = this.m; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.C(str, j, j2); } diff --git a/app/src/main/java/b/i/a/c/t2/f0.java b/app/src/main/java/b/i/a/c/t2/f0.java index d732fd6ea1..05f3278dde 100644 --- a/app/src/main/java/b/i/a/c/t2/f0.java +++ b/app/src/main/java/b/i/a/c/t2/f0.java @@ -26,7 +26,7 @@ public final class f0 extends v { int i = limit - position; if (i != 0) { int min = Math.min(i, this.l); - this.o += min / this.f1133b.e; + this.o += min / this.f1134b.e; this.l -= min; byteBuffer.position(position + min); if (this.l <= 0) { @@ -65,7 +65,7 @@ public final class f0 extends v { if (this.k) { this.k = false; int i = this.j; - int i2 = this.f1133b.e; + int i2 = this.f1134b.e; this.m = new byte[i * i2]; this.l = this.i * i2; } @@ -87,7 +87,7 @@ public final class f0 extends v { int i; if (this.k) { if (this.n > 0) { - this.o += i / this.f1133b.e; + this.o += i / this.f1134b.e; } this.n = 0; } diff --git a/app/src/main/java/b/i/a/c/t2/g.java b/app/src/main/java/b/i/a/c/t2/g.java index 3fb0dbb613..76c1e89693 100644 --- a/app/src/main/java/b/i/a/c/t2/g.java +++ b/app/src/main/java/b/i/a/c/t2/g.java @@ -17,7 +17,7 @@ public final /* synthetic */ class g implements Runnable { public final void run() { r.a aVar = this.j; String str = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.B(str); } diff --git a/app/src/main/java/b/i/a/c/t2/h.java b/app/src/main/java/b/i/a/c/t2/h.java index 9c945303a8..b7a3c6781e 100644 --- a/app/src/main/java/b/i/a/c/t2/h.java +++ b/app/src/main/java/b/i/a/c/t2/h.java @@ -17,7 +17,7 @@ public final /* synthetic */ class h implements Runnable { public final void run() { r.a aVar = this.j; long j = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.R(j); } diff --git a/app/src/main/java/b/i/a/c/t2/i.java b/app/src/main/java/b/i/a/c/t2/i.java index 92f4021861..581cf07f1e 100644 --- a/app/src/main/java/b/i/a/c/t2/i.java +++ b/app/src/main/java/b/i/a/c/t2/i.java @@ -23,7 +23,7 @@ public final /* synthetic */ class i implements Runnable { int i = this.k; long j = this.l; long j2 = this.m; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i2 = e0.a; rVar.e0(i, j, j2); } diff --git a/app/src/main/java/b/i/a/c/t2/j.java b/app/src/main/java/b/i/a/c/t2/j.java index f6ff93003a..00e1d0b763 100644 --- a/app/src/main/java/b/i/a/c/t2/j.java +++ b/app/src/main/java/b/i/a/c/t2/j.java @@ -18,7 +18,7 @@ public final /* synthetic */ class j implements Runnable { public final void run() { r.a aVar = this.j; e eVar = this.k; - r rVar = aVar.f1124b; + r rVar = aVar.f1125b; int i = e0.a; rVar.m(eVar); } diff --git a/app/src/main/java/b/i/a/c/t2/l.java b/app/src/main/java/b/i/a/c/t2/l.java index 1872853331..6ea185c9f3 100644 --- a/app/src/main/java/b/i/a/c/t2/l.java +++ b/app/src/main/java/b/i/a/c/t2/l.java @@ -9,7 +9,7 @@ public final class l { public static final int[] a = {96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1119b = {0, 1, 2, 3, 4, 5, 6, 8, -1, -1, -1, 7, 8, -1, 8, -1}; + public static final int[] f1120b = {0, 1, 2, 3, 4, 5, 6, 8, -1, -1, -1, 7, 8, -1, 8, -1}; /* compiled from: AacUtil.java */ /* loaded from: classes3.dex */ @@ -17,12 +17,12 @@ public final class l { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1120b; + public final int f1121b; public final String c; public b(int i, int i2, String str, a aVar) { this.a = i; - this.f1120b = i2; + this.f1121b = i2; this.c = str; } } @@ -111,7 +111,7 @@ public final class l { throw new UnsupportedOperationException(); } } - int i = f1119b[g2]; + int i = f1120b[g2]; if (i != -1) { return new b(a2, i, f, null); } diff --git a/app/src/main/java/b/i/a/c/t2/m.java b/app/src/main/java/b/i/a/c/t2/m.java index 90ceeb3907..a51feb5afb 100644 --- a/app/src/main/java/b/i/a/c/t2/m.java +++ b/app/src/main/java/b/i/a/c/t2/m.java @@ -7,7 +7,7 @@ public final class m { public static final int[] a = {1, 2, 3, 6}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1121b = {48000, 44100, 32000}; + public static final int[] f1122b = {48000, 44100, 32000}; public static final int[] c = {24000, 22050, 16000}; public static final int[] d = {2, 1, 2, 3, 3, 4, 4, 5}; public static final int[] e = {32, 40, 48, 56, 64, 80, 96, 112, 128, Opcodes.IF_ICMPNE, Opcodes.CHECKCAST, 224, 256, 320, 384, 448, 512, 576, 640}; @@ -18,7 +18,7 @@ public final class m { if (i < 0) { return -1; } - int[] iArr = f1121b; + int[] iArr = f1122b; if (i >= iArr.length || i2 < 0) { return -1; } diff --git a/app/src/main/java/b/i/a/c/t2/n.java b/app/src/main/java/b/i/a/c/t2/n.java index 09be6fff38..f8a3dcf500 100644 --- a/app/src/main/java/b/i/a/c/t2/n.java +++ b/app/src/main/java/b/i/a/c/t2/n.java @@ -14,12 +14,12 @@ public final class n { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1122b; + public final int f1123b; public final int c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; - this.f1122b = i4; + this.f1123b = i4; this.c = i5; } } diff --git a/app/src/main/java/b/i/a/c/t2/p.java b/app/src/main/java/b/i/a/c/t2/p.java index 8c0c2a69fc..83cf275e3a 100644 --- a/app/src/main/java/b/i/a/c/t2/p.java +++ b/app/src/main/java/b/i/a/c/t2/p.java @@ -16,7 +16,7 @@ public final class p { public static final p a = new p(new int[]{2}, 8); /* renamed from: b reason: collision with root package name */ - public static final p f1123b = new p(new int[]{2, 5, 6}, 8); + public static final p f1124b = new p(new int[]{2, 5, 6}, 8); public static final int[] c = {5, 6, 18, 17, 14, 7, 8}; public final int[] d; public final int e; diff --git a/app/src/main/java/b/i/a/c/t2/r.java b/app/src/main/java/b/i/a/c/t2/r.java index 9f2e75cb98..12dd28925c 100644 --- a/app/src/main/java/b/i/a/c/t2/r.java +++ b/app/src/main/java/b/i/a/c/t2/r.java @@ -18,7 +18,7 @@ public interface r { @Nullable /* renamed from: b reason: collision with root package name */ - public final r f1124b; + public final r f1125b; public a(@Nullable Handler handler, @Nullable r rVar) { if (rVar != null) { @@ -27,7 +27,7 @@ public interface r { handler = null; } this.a = handler; - this.f1124b = rVar; + this.f1125b = rVar; } public void a(e eVar) { diff --git a/app/src/main/java/b/i/a/c/t2/s.java b/app/src/main/java/b/i/a/c/t2/s.java index 75b2b825ec..86dc64cc66 100644 --- a/app/src/main/java/b/i/a/c/t2/s.java +++ b/app/src/main/java/b/i/a/c/t2/s.java @@ -12,7 +12,7 @@ public final class s { public final a a; /* renamed from: b reason: collision with root package name */ - public int f1125b; + public int f1126b; public long c; public long d; public long e; @@ -25,7 +25,7 @@ public final class s { public final AudioTrack a; /* renamed from: b reason: collision with root package name */ - public final AudioTimestamp f1126b = new AudioTimestamp(); + public final AudioTimestamp f1127b = new AudioTimestamp(); public long c; public long d; public long e; @@ -52,7 +52,7 @@ public final class s { } public final void b(int i) { - this.f1125b = i; + this.f1126b = i; if (i == 0) { this.e = 0L; this.f = -1L; diff --git a/app/src/main/java/b/i/a/c/t2/t.java b/app/src/main/java/b/i/a/c/t2/t.java index 391a905c39..c999ed4da3 100644 --- a/app/src/main/java/b/i/a/c/t2/t.java +++ b/app/src/main/java/b/i/a/c/t2/t.java @@ -18,7 +18,7 @@ public final class t { public final a a; /* renamed from: b reason: collision with root package name */ - public final long[] f1127b; + public final long[] f1128b; @Nullable public AudioTrack c; public int d; @@ -40,20 +40,20 @@ public final class t { public long r; /* renamed from: s reason: collision with root package name */ - public long f1128s; + public long f1129s; public long t; public long u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public long f1129x; + public long f1130x; /* renamed from: y reason: collision with root package name */ - public long f1130y; + public long f1131y; /* renamed from: z reason: collision with root package name */ - public long f1131z; + public long f1132z; /* compiled from: AudioTrackPositionTracker.java */ /* loaded from: classes3.dex */ @@ -77,7 +77,7 @@ public final class t { } catch (NoSuchMethodException unused) { } } - this.f1127b = new long[10]; + this.f1128b = new long[10]; } public final long a(long j) { @@ -87,8 +87,8 @@ public final class t { public final long b() { AudioTrack audioTrack = this.c; Objects.requireNonNull(audioTrack); - if (this.f1129x != -9223372036854775807L) { - return Math.min(this.A, this.f1131z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1129x) * this.g) / 1000000)); + if (this.f1130x != -9223372036854775807L) { + return Math.min(this.A, this.f1132z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1130x) * this.g) / 1000000)); } int playState = audioTrack.getPlayState(); if (playState == 1) { @@ -97,23 +97,23 @@ public final class t { long playbackHeadPosition = 4294967295L & audioTrack.getPlaybackHeadPosition(); if (this.h) { if (playState == 2 && playbackHeadPosition == 0) { - this.u = this.f1128s; + this.u = this.f1129s; } playbackHeadPosition += this.u; } if (e0.a <= 29) { - if (playbackHeadPosition == 0 && this.f1128s > 0 && playState == 3) { - if (this.f1130y == -9223372036854775807L) { - this.f1130y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f1129s > 0 && playState == 3) { + if (this.f1131y == -9223372036854775807L) { + this.f1131y = SystemClock.elapsedRealtime(); } - return this.f1128s; + return this.f1129s; } - this.f1130y = -9223372036854775807L; + this.f1131y = -9223372036854775807L; } - if (this.f1128s > playbackHeadPosition) { + if (this.f1129s > playbackHeadPosition) { this.t++; } - this.f1128s = playbackHeadPosition; + this.f1129s = playbackHeadPosition; return playbackHeadPosition + (this.t << 32); } @@ -173,12 +173,12 @@ public final class t { boolean z4 = e0.z(i); this.q = z4; this.i = z4 ? a(i3 / i2) : -9223372036854775807L; - this.f1128s = 0L; + this.f1129s = 0L; this.t = 0L; this.u = 0L; this.p = false; - this.f1129x = -9223372036854775807L; - this.f1130y = -9223372036854775807L; + this.f1130x = -9223372036854775807L; + this.f1131y = -9223372036854775807L; this.r = 0L; this.o = 0L; this.j = 1.0f; diff --git a/app/src/main/java/b/i/a/c/t2/u.java b/app/src/main/java/b/i/a/c/t2/u.java index cf03fe620a..b49e03b1d5 100644 --- a/app/src/main/java/b/i/a/c/t2/u.java +++ b/app/src/main/java/b/i/a/c/t2/u.java @@ -7,11 +7,11 @@ public final class u { public final int a; /* renamed from: b reason: collision with root package name */ - public final float f1132b; + public final float f1133b; public u(int i, float f) { this.a = i; - this.f1132b = f; + this.f1133b = f; } public boolean equals(@Nullable Object obj) { @@ -22,10 +22,10 @@ public final class u { return false; } u uVar = (u) obj; - return this.a == uVar.a && Float.compare(uVar.f1132b, this.f1132b) == 0; + return this.a == uVar.a && Float.compare(uVar.f1133b, this.f1133b) == 0; } public int hashCode() { - return Float.floatToIntBits(this.f1132b) + ((527 + this.a) * 31); + return Float.floatToIntBits(this.f1133b) + ((527 + this.a) * 31); } } diff --git a/app/src/main/java/b/i/a/c/t2/v.java b/app/src/main/java/b/i/a/c/t2/v.java index 0d2691340a..a112e30eb8 100644 --- a/app/src/main/java/b/i/a/c/t2/v.java +++ b/app/src/main/java/b/i/a/c/t2/v.java @@ -9,7 +9,7 @@ import java.nio.ByteOrder; public abstract class v implements AudioProcessor { /* renamed from: b reason: collision with root package name */ - public AudioProcessor.a f1133b; + public AudioProcessor.a f1134b; public AudioProcessor.a c; public AudioProcessor.a d; public AudioProcessor.a e; @@ -24,7 +24,7 @@ public abstract class v implements AudioProcessor { AudioProcessor.a aVar = AudioProcessor.a.a; this.d = aVar; this.e = aVar; - this.f1133b = aVar; + this.f1134b = aVar; this.c = aVar; } @@ -58,7 +58,7 @@ public abstract class v implements AudioProcessor { public final void flush() { this.g = AudioProcessor.a; this.h = false; - this.f1133b = this.d; + this.f1134b = this.d; this.c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class v implements AudioProcessor { AudioProcessor.a aVar = AudioProcessor.a.a; this.d = aVar; this.e = aVar; - this.f1133b = aVar; + this.f1134b = aVar; this.c = aVar; i(); } 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 1927343ff1..7180f648a8 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 @@ -18,12 +18,12 @@ public final class w extends v { Objects.requireNonNull(iArr); int position = byteBuffer.position(); int limit = byteBuffer.limit(); - ByteBuffer j = j(((limit - position) / this.f1133b.e) * this.c.e); + ByteBuffer j = j(((limit - position) / this.f1134b.e) * this.c.e); while (position < limit) { for (int i : iArr) { j.putShort(byteBuffer.getShort((i * 2) + position)); } - position += this.f1133b.e; + position += this.f1134b.e; } byteBuffer.position(limit); j.flip(); @@ -47,7 +47,7 @@ public final class w extends v { throw new AudioProcessor.UnhandledAudioFormatException(aVar); } } - return z2 ? new AudioProcessor.a(aVar.f2896b, iArr.length, 2) : AudioProcessor.a.a; + return z2 ? new AudioProcessor.a(aVar.f2907b, iArr.length, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/t2/x.java b/app/src/main/java/b/i/a/c/t2/x.java index f9aa134487..088282e345 100644 --- a/app/src/main/java/b/i/a/c/t2/x.java +++ b/app/src/main/java/b/i/a/c/t2/x.java @@ -7,6 +7,6 @@ public final class x { public static final int[] a = {1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 6, 7, 8, 8}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1134b = {-1, 8000, 16000, 32000, -1, -1, 11025, 22050, 44100, -1, -1, 12000, 24000, 48000, -1, -1}; + public static final int[] f1135b = {-1, 8000, 16000, 32000, -1, -1, 11025, 22050, 44100, -1, -1, 12000, 24000, 48000, -1, -1}; public static final int[] c = {64, 112, 128, Opcodes.CHECKCAST, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; } 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 3856899bc7..00f503b293 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 @@ -22,7 +22,7 @@ public final class y extends v { int position = byteBuffer.position(); int limit = byteBuffer.limit(); int i2 = limit - position; - int i3 = this.f1133b.d; + int i3 = this.f1134b.d; if (i3 == 536870912) { byteBuffer2 = j((i2 / 3) * 4); while (position < limit) { @@ -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.f2896b, aVar.c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.f2907b, aVar.c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/b/i/a/c/t2/z.java b/app/src/main/java/b/i/a/c/t2/z.java index 637d27ff27..666b075071 100644 --- a/app/src/main/java/b/i/a/c/t2/z.java +++ b/app/src/main/java/b/i/a/c/t2/z.java @@ -101,7 +101,7 @@ public class z extends MediaCodecRenderer implements s { } h2 h2Var = this.l; Objects.requireNonNull(h2Var); - if (h2Var.f1013b) { + if (h2Var.f1014b) { this.P0.r(); } else { this.P0.n(); @@ -111,7 +111,7 @@ public class z extends MediaCodecRenderer implements s { public final int C0(u uVar, j1 j1Var) { int i; if (!"OMX.google.raw.decoder".equals(uVar.a) || (i = e0.a) >= 24 || (i == 23 && e0.A(this.N0))) { - return j1Var.f1016x; + return j1Var.f1017x; } return -1; } @@ -236,7 +236,7 @@ public class z extends MediaCodecRenderer implements s { String str = uVar.a; int i = e0.a; if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(e0.c)) { - String str2 = e0.f966b; + String str2 = e0.f967b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.R0 = z2; @@ -246,7 +246,7 @@ public class z extends MediaCodecRenderer implements s { mediaFormat.setString("mime", str3); mediaFormat.setInteger("channel-count", j1Var.J); mediaFormat.setInteger("sample-rate", j1Var.K); - d.Y1(mediaFormat, j1Var.f1017y); + d.Y1(mediaFormat, j1Var.f1018y); d.j1(mediaFormat, "max-input-size", i2); if (i >= 23) { mediaFormat.setInteger("priority", 0); @@ -274,14 +274,14 @@ public class z extends MediaCodecRenderer implements s { int i4 = j1Var.K; j1.b bVar = new j1.b(); bVar.k = "audio/raw"; - bVar.f1021x = i3; - bVar.f1022y = i4; - bVar.f1023z = 4; + bVar.f1022x = i3; + bVar.f1023y = i4; + bVar.f1024z = 4; if (audioSink.u(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } } - if ("audio/raw".equals(uVar.f1313b) && !"audio/raw".equals(j1Var.w)) { + if ("audio/raw".equals(uVar.f1314b) && !"audio/raw".equals(j1Var.w)) { z4 = true; } this.S0 = !z4 ? j1Var : null; @@ -296,7 +296,7 @@ public class z extends MediaCodecRenderer implements s { mediaFormat.setString("mime", str32); mediaFormat.setInteger("channel-count", j1Var.J); mediaFormat.setInteger("sample-rate", j1Var.K); - d.Y1(mediaFormat, j1Var.f1017y); + d.Y1(mediaFormat, j1Var.f1018y); d.j1(mediaFormat, "max-input-size", i22); if (i >= 23) { } @@ -305,7 +305,7 @@ public class z extends MediaCodecRenderer implements s { } if (i >= 24) { } - if ("audio/raw".equals(uVar.f1313b)) { + if ("audio/raw".equals(uVar.f1314b)) { z4 = true; } this.S0 = !z4 ? j1Var : null; @@ -368,7 +368,7 @@ public class z extends MediaCodecRenderer implements s { public g g0(k1 k1Var) throws ExoPlaybackException { g g02 = super.g0(k1Var); r.a aVar = this.O0; - j1 j1Var = k1Var.f1025b; + j1 j1Var = k1Var.f1026b; Handler handler = aVar.a; if (handler != null) { handler.post(new e(aVar, j1Var, g02)); @@ -392,11 +392,11 @@ public class z extends MediaCodecRenderer implements s { int r = "audio/raw".equals(j1Var.w) ? j1Var.L : (e0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? e0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(j1Var.w) ? j1Var.L : 2 : mediaFormat.getInteger("pcm-encoding"); j1.b bVar = new j1.b(); bVar.k = "audio/raw"; - bVar.f1023z = r; + bVar.f1024z = r; bVar.A = j1Var.M; bVar.B = j1Var.N; - bVar.f1021x = mediaFormat.getInteger("channel-count"); - bVar.f1022y = mediaFormat.getInteger("sample-rate"); + bVar.f1022x = mediaFormat.getInteger("channel-count"); + bVar.f1023y = mediaFormat.getInteger("sample-rate"); j1 a2 = bVar.a(); if (this.R0 && a2.J == 6 && (i = j1Var.J) < 6) { iArr = new int[i]; @@ -530,9 +530,9 @@ public class z extends MediaCodecRenderer implements s { int i4 = j1Var.K; j1.b bVar = new j1.b(); bVar.k = "audio/raw"; - bVar.f1021x = i3; - bVar.f1022y = i4; - bVar.f1023z = 2; + bVar.f1022x = i3; + bVar.f1023y = i4; + bVar.f1024z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/b/i/a/c/u1.java b/app/src/main/java/b/i/a/c/u1.java index 0c86b2c17b..a1006081c7 100644 --- a/app/src/main/java/b/i/a/c/u1.java +++ b/app/src/main/java/b/i/a/c/u1.java @@ -38,7 +38,7 @@ public final class u1 { public k0 i = new k0.a(0, new Random()); /* renamed from: b reason: collision with root package name */ - public final IdentityHashMap f1135b = new IdentityHashMap<>(); + public final IdentityHashMap f1136b = new IdentityHashMap<>(); public final Map c = new HashMap(); public final List a = new ArrayList(); public final HashMap g = new HashMap<>(); @@ -87,7 +87,7 @@ public final class u1 { if (i2 >= cVar.c.size()) { break; } else if (cVar.c.get(i2).d == aVar.d) { - aVar2 = aVar.b(Pair.create(cVar.f1137b, aVar.a)); + aVar2 = aVar.b(Pair.create(cVar.f1138b, aVar.a)); break; } else { i2++; @@ -99,11 +99,11 @@ public final class u1 { } int i3 = i + this.j.d; b0.a aVar3 = this.k; - if (aVar3.a != i3 || !e0.a(aVar3.f805b, aVar2)) { + if (aVar3.a != i3 || !e0.a(aVar3.f806b, aVar2)) { this.k = u1.this.e.g(i3, aVar2, 0L); } s.a aVar4 = this.l; - if (aVar4.a == i3 && e0.a(aVar4.f1154b, aVar2)) { + if (aVar4.a == i3 && e0.a(aVar4.f1155b, aVar2)) { return true; } this.l = u1.this.f.g(i3, aVar2); @@ -173,12 +173,12 @@ public final class u1 { public final b.i.a.c.a3.a0 a; /* renamed from: b reason: collision with root package name */ - public final a0.b f1136b; + public final a0.b f1137b; public final a c; public b(b.i.a.c.a3.a0 a0Var, a0.b bVar, a aVar) { this.a = a0Var; - this.f1136b = bVar; + this.f1137b = bVar; this.c = aVar; } } @@ -192,7 +192,7 @@ public final class u1 { public final List c = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final Object f1137b = new Object(); + public final Object f1138b = new Object(); public c(b.i.a.c.a3.a0 a0Var, boolean z2) { this.a = new v(a0Var, z2); @@ -205,7 +205,7 @@ public final class u1 { @Override // b.i.a.c.t1 public Object getUid() { - return this.f1137b; + return this.f1138b; } } @@ -244,15 +244,15 @@ public final class u1 { } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.c.put(cVar.f1137b, cVar); + this.c.put(cVar.f1138b, cVar); if (this.j) { g(cVar); - if (this.f1135b.isEmpty()) { + if (this.f1136b.isEmpty()) { this.h.add(cVar); } else { b bVar = this.g.get(cVar); if (bVar != null) { - bVar.a.d(bVar.f1136b); + bVar.a.d(bVar.f1137b); } } } @@ -288,7 +288,7 @@ public final class u1 { if (next.c.isEmpty()) { b bVar = this.g.get(next); if (bVar != null) { - bVar.a.d(bVar.f1136b); + bVar.a.d(bVar.f1137b); } it.remove(); } @@ -303,7 +303,7 @@ public final class u1 { if (cVar.e && cVar.c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); - remove.a.a(remove.f1136b); + remove.a.a(remove.f1137b); remove.a.c(remove.c); remove.a.g(remove.c); this.h.remove(cVar); @@ -328,11 +328,11 @@ public final class u1 { } public void h(x xVar) { - c remove = this.f1135b.remove(xVar); + c remove = this.f1136b.remove(xVar); Objects.requireNonNull(remove); remove.a.j(xVar); remove.c.remove(((u) xVar).j); - if (!this.f1135b.isEmpty()) { + if (!this.f1136b.isEmpty()) { d(); } f(remove); @@ -341,7 +341,7 @@ public final class u1 { public final void i(int i, int i2) { for (int i3 = i2 - 1; i3 >= i; i3--) { c remove = this.a.remove(i3); - this.c.remove(remove.f1137b); + this.c.remove(remove.f1138b); b(i3, -remove.a.n.p()); remove.e = true; if (this.j) { diff --git a/app/src/main/java/b/i/a/c/v0.java b/app/src/main/java/b/i/a/c/v0.java index 3aaa59817b..3795943068 100644 --- a/app/src/main/java/b/i/a/c/v0.java +++ b/app/src/main/java/b/i/a/c/v0.java @@ -25,7 +25,7 @@ public abstract class v0 implements f2, g2 { public long q; /* renamed from: s reason: collision with root package name */ - public boolean f1138s; + public boolean f1139s; public boolean t; public final k1 k = new k1(); public long r = Long.MIN_VALUE; @@ -64,18 +64,18 @@ public abstract class v0 implements f2, g2 { if (a == -4) { if (decoderInputBuffer.n()) { this.r = Long.MIN_VALUE; - return this.f1138s ? -4 : -3; + return this.f1139s ? -4 : -3; } long j = decoderInputBuffer.n + this.q; decoderInputBuffer.n = j; this.r = Math.max(this.r, j); } else if (a == -5) { - j1 j1Var = k1Var.f1025b; + j1 j1Var = k1Var.f1026b; Objects.requireNonNull(j1Var); if (j1Var.A != RecyclerView.FOREVER_NS) { j1.b a2 = j1Var.a(); a2.o = j1Var.A + this.q; - k1Var.f1025b = a2.a(); + k1Var.f1026b = a2.a(); } } return a; @@ -97,7 +97,7 @@ public abstract class v0 implements f2, g2 { this.n = 0; this.o = null; this.p = null; - this.f1138s = false; + this.f1139s = false; B(); } @@ -119,7 +119,7 @@ public abstract class v0 implements f2, g2 { @Override // b.i.a.c.f2 public final void k(j1[] j1VarArr, i0 i0Var, long j, long j2) throws ExoPlaybackException { - d.D(!this.f1138s); + d.D(!this.f1139s); this.o = i0Var; if (this.r == Long.MIN_VALUE) { this.r = j; @@ -131,7 +131,7 @@ public abstract class v0 implements f2, g2 { @Override // b.i.a.c.f2 public final void l() { - this.f1138s = true; + this.f1139s = true; } @Override // b.i.a.c.f2 @@ -202,14 +202,14 @@ public abstract class v0 implements f2, g2 { @Override // b.i.a.c.f2 public final void u(long j) throws ExoPlaybackException { - this.f1138s = false; + this.f1139s = false; this.r = j; D(j, false); } @Override // b.i.a.c.f2 public final boolean v() { - return this.f1138s; + return this.f1139s; } @Override // b.i.a.c.f2 diff --git a/app/src/main/java/b/i/a/c/v2/c.java b/app/src/main/java/b/i/a/c/v2/c.java index cd72ce76a9..dd012c8888 100644 --- a/app/src/main/java/b/i/a/c/v2/c.java +++ b/app/src/main/java/b/i/a/c/v2/c.java @@ -12,7 +12,7 @@ public final class c { @Nullable /* renamed from: b reason: collision with root package name */ - public byte[] f1139b; + public byte[] f1140b; public int c; @Nullable public int[] d; @@ -32,7 +32,7 @@ public final class c { public final MediaCodec.CryptoInfo a; /* renamed from: b reason: collision with root package name */ - public final MediaCodec.CryptoInfo.Pattern f1140b = new MediaCodec.CryptoInfo.Pattern(0, 0); + public final MediaCodec.CryptoInfo.Pattern f1141b = new MediaCodec.CryptoInfo.Pattern(0, 0); public b(MediaCodec.CryptoInfo cryptoInfo, a aVar) { this.a = cryptoInfo; diff --git a/app/src/main/java/b/i/a/c/v2/e.java b/app/src/main/java/b/i/a/c/v2/e.java index a9a040d3e9..4648b24406 100644 --- a/app/src/main/java/b/i/a/c/v2/e.java +++ b/app/src/main/java/b/i/a/c/v2/e.java @@ -5,7 +5,7 @@ public final class e { public int a; /* renamed from: b reason: collision with root package name */ - public int f1141b; + public int f1142b; public int c; public int d; public int e; diff --git a/app/src/main/java/b/i/a/c/v2/g.java b/app/src/main/java/b/i/a/c/v2/g.java index a3dc16acec..fb33fe95f0 100644 --- a/app/src/main/java/b/i/a/c/v2/g.java +++ b/app/src/main/java/b/i/a/c/v2/g.java @@ -12,7 +12,7 @@ public final class g { public final String a; /* renamed from: b reason: collision with root package name */ - public final j1 f1142b; + public final j1 f1143b; public final j1 c; public final int d; public final int e; @@ -22,7 +22,7 @@ public final class g { if (!TextUtils.isEmpty(str)) { this.a = str; Objects.requireNonNull(j1Var); - this.f1142b = j1Var; + this.f1143b = j1Var; this.c = j1Var2; this.d = i; this.e = i2; @@ -39,11 +39,11 @@ public final class g { return false; } g gVar = (g) obj; - return this.d == gVar.d && this.e == gVar.e && this.a.equals(gVar.a) && this.f1142b.equals(gVar.f1142b) && this.c.equals(gVar.c); + return this.d == gVar.d && this.e == gVar.e && this.a.equals(gVar.a) && this.f1143b.equals(gVar.f1143b) && this.c.equals(gVar.c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.c.hashCode() + ((this.f1142b.hashCode() + m) * 31); + return this.c.hashCode() + ((this.f1143b.hashCode() + m) * 31); } } diff --git a/app/src/main/java/b/i/a/c/v2/h.java b/app/src/main/java/b/i/a/c/v2/h.java index 972439d525..65a1b7c439 100644 --- a/app/src/main/java/b/i/a/c/v2/h.java +++ b/app/src/main/java/b/i/a/c/v2/h.java @@ -17,7 +17,7 @@ public abstract class h c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final I[] e; @@ -72,7 +72,7 @@ public abstract class h 0) { break; } - this.f1143b.wait(); + this.f1144b.wait(); } if (this.l) { return false; @@ -152,23 +152,23 @@ public abstract class h 0) { - this.f1143b.notify(); + this.f1144b.notify(); } } @@ -227,9 +227,9 @@ public abstract class h list, a0.a aVar2, boolean z3, int i2, x1 x1Var, long j3, long j4, long j5, boolean z4, boolean z5) { - this.f1144b = o2Var; + this.f1145b = o2Var; this.c = aVar; this.d = j; this.e = j2; @@ -56,7 +56,7 @@ public final class w1 { this.n = i2; this.o = x1Var; this.r = j3; - this.f1145s = j4; + this.f1146s = j4; this.t = j5; this.p = z4; this.q = z5; @@ -72,36 +72,36 @@ public final class w1 { @CheckResult public w1 a(a0.a aVar) { - return new w1(this.f1144b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, aVar, this.m, this.n, this.o, this.r, this.f1145s, this.t, this.p, this.q); + return new w1(this.f1145b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, aVar, this.m, this.n, this.o, this.r, this.f1146s, this.t, this.p, this.q); } @CheckResult public w1 b(a0.a aVar, long j, long j2, long j3, long j4, o0 o0Var, r rVar, List list) { - return new w1(this.f1144b, aVar, j2, j3, this.f, this.g, this.h, o0Var, rVar, list, this.l, this.m, this.n, this.o, this.r, j4, j, this.p, this.q); + return new w1(this.f1145b, aVar, j2, j3, this.f, this.g, this.h, o0Var, rVar, list, this.l, this.m, this.n, this.o, this.r, j4, j, this.p, this.q); } @CheckResult public w1 c(boolean z2) { - return new w1(this.f1144b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1145s, this.t, z2, this.q); + return new w1(this.f1145b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1146s, this.t, z2, this.q); } @CheckResult public w1 d(boolean z2, int i) { - return new w1(this.f1144b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, z2, i, this.o, this.r, this.f1145s, this.t, this.p, this.q); + return new w1(this.f1145b, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, z2, i, this.o, this.r, this.f1146s, this.t, this.p, this.q); } @CheckResult public w1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new w1(this.f1144b, this.c, this.d, this.e, this.f, exoPlaybackException, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1145s, this.t, this.p, this.q); + return new w1(this.f1145b, this.c, this.d, this.e, this.f, exoPlaybackException, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1146s, this.t, this.p, this.q); } @CheckResult public w1 f(int i) { - return new w1(this.f1144b, this.c, this.d, this.e, i, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1145s, this.t, this.p, this.q); + return new w1(this.f1145b, this.c, this.d, this.e, i, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1146s, this.t, this.p, this.q); } @CheckResult public w1 g(o2 o2Var) { - return new w1(o2Var, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1145s, this.t, this.p, this.q); + return new w1(o2Var, this.c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.r, this.f1146s, this.t, this.p, this.q); } } diff --git a/app/src/main/java/b/i/a/c/w2/a0.java b/app/src/main/java/b/i/a/c/w2/a0.java index 7ecd5c4b56..aab8cfa6ac 100644 --- a/app/src/main/java/b/i/a/c/w2/a0.java +++ b/app/src/main/java/b/i/a/c/w2/a0.java @@ -20,11 +20,11 @@ public interface a0 { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public final String f1146b; + public final String f1147b; public a(byte[] bArr, String str, int i) { this.a = bArr; - this.f1146b = str; + this.f1147b = str; } } @@ -45,11 +45,11 @@ public interface a0 { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public final String f1147b; + public final String f1148b; public d(byte[] bArr, String str) { this.a = bArr; - this.f1147b = str; + this.f1148b = str; } } diff --git a/app/src/main/java/b/i/a/c/w2/b0.java b/app/src/main/java/b/i/a/c/w2/b0.java index 86504f0353..2b8bb8c434 100644 --- a/app/src/main/java/b/i/a/c/w2/b0.java +++ b/app/src/main/java/b/i/a/c/w2/b0.java @@ -9,7 +9,7 @@ public final class b0 implements b { public static final boolean a; /* renamed from: b reason: collision with root package name */ - public final UUID f1148b; + public final UUID f1149b; public final byte[] c; public final boolean d; @@ -27,7 +27,7 @@ public final class b0 implements b { } public b0(UUID uuid, byte[] bArr, boolean z2) { - this.f1148b = uuid; + this.f1149b = uuid; this.c = bArr; this.d = z2; } diff --git a/app/src/main/java/b/i/a/c/w2/c0.java b/app/src/main/java/b/i/a/c/w2/c0.java index 6eb8089522..2a93948676 100644 --- a/app/src/main/java/b/i/a/c/w2/c0.java +++ b/app/src/main/java/b/i/a/c/w2/c0.java @@ -41,7 +41,7 @@ public final class c0 implements a0 { public static final /* synthetic */ int a = 0; /* renamed from: b reason: collision with root package name */ - public final UUID f1149b; + public final UUID f1150b; public final MediaDrm c; public int d; @@ -58,8 +58,8 @@ public final class c0 implements a0 { public c0(UUID uuid) throws UnsupportedSchemeException { UUID uuid2; Objects.requireNonNull(uuid); - d.m(!x0.f1156b.equals(uuid), "Use C.CLEARKEY_UUID instead"); - this.f1149b = uuid; + d.m(!x0.f1157b.equals(uuid), "Use C.CLEARKEY_UUID instead"); + this.f1150b = uuid; MediaDrm mediaDrm = new MediaDrm((e0.a >= 27 || !x0.c.equals(uuid)) ? uuid : uuid2); this.c = mediaDrm; this.d = 1; @@ -82,10 +82,10 @@ public final class c0 implements a0 { @Override // b.i.a.c.w2.a0 public b c(byte[] bArr) throws MediaCryptoException { int i = e0.a; - boolean z2 = i < 21 && x0.d.equals(this.f1149b) && "L3".equals(this.c.getPropertyString("securityLevel")); - UUID uuid = this.f1149b; + boolean z2 = i < 21 && x0.d.equals(this.f1150b) && "L3".equals(this.c.getPropertyString("securityLevel")); + UUID uuid = this.f1150b; if (i < 27 && x0.c.equals(uuid)) { - uuid = x0.f1156b; + uuid = x0.f1157b; } return new b0(uuid, bArr, z2); } @@ -101,7 +101,7 @@ public final class c0 implements a0 { return a.a(this.c, str); } try { - MediaCrypto mediaCrypto = new MediaCrypto(this.f1149b, bArr); + MediaCrypto mediaCrypto = new MediaCrypto(this.f1150b, bArr); try { return mediaCrypto.requiresSecureDecoderComponent(str); } finally { @@ -130,7 +130,7 @@ public final class c0 implements a0 { @Override // b.i.a.c.w2.a0 @Nullable public byte[] i(byte[] bArr, byte[] bArr2) throws NotProvisionedException, DeniedByServerException { - if (x0.c.equals(this.f1149b) && e0.a < 27) { + if (x0.c.equals(this.f1150b) && e0.a < 27) { try { JSONObject jSONObject = new JSONObject(e0.l(bArr2)); StringBuilder sb = new StringBuilder("{\"keys\":["); @@ -180,7 +180,7 @@ public final class c0 implements a0 { boolean z2; DrmInitData.SchemeData schemeData = null; if (list != null) { - if (!x0.d.equals(this.f1149b)) { + if (!x0.d.equals(this.f1150b)) { schemeData = list.get(0); } else { if (e0.a >= 28 && list.size() > 1) { @@ -216,7 +216,7 @@ public final class c0 implements a0 { byte[] bArr6 = schemeData4.n; Objects.requireNonNull(bArr6); j v1 = d.v1(bArr6); - int i7 = v1 == null ? -1 : v1.f1225b; + int i7 = v1 == null ? -1 : v1.f1226b; int i8 = e0.a; if ((i8 < 23 && i7 == 0) || (i8 >= 23 && i7 == 1)) { schemeData = schemeData4; @@ -225,7 +225,7 @@ public final class c0 implements a0 { } schemeData = list.get(0); } - UUID uuid = this.f1149b; + UUID uuid = this.f1150b; byte[] bArr7 = schemeData.n; Objects.requireNonNull(bArr7); UUID uuid2 = x0.e; @@ -287,7 +287,7 @@ public final class c0 implements a0 { } } bArr2 = bArr7; - UUID uuid3 = this.f1149b; + UUID uuid3 = this.f1150b; String str4 = schemeData.m; str = (i12 >= 26 || !x0.c.equals(uuid3) || (!"video/mp4".equals(str4) && !"audio/mp4".equals(str4))) ? str4 : "cenc"; } @@ -297,7 +297,7 @@ public final class c0 implements a0 { str = null; } MediaDrm.KeyRequest keyRequest = this.c.getKeyRequest(bArr, bArr2, str, i, hashMap); - UUID uuid4 = this.f1149b; + UUID uuid4 = this.f1150b; byte[] data = keyRequest.getData(); if (x0.c.equals(uuid4) && e0.a < 27) { data = e0.w(e0.l(data).replace('+', '-').replace(MentionUtilsKt.SLASH_CHAR, '_')); 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 578eebc65d..a644051a0d 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.f2914b); + drmSession.b(dVar.f2925b); } DefaultDrmSessionManager.this.n.remove(dVar); dVar.d = true; diff --git a/app/src/main/java/b/i/a/c/w2/d0.java b/app/src/main/java/b/i/a/c/w2/d0.java index 41df0d3ff7..7a9f1e763b 100644 --- a/app/src/main/java/b/i/a/c/w2/d0.java +++ b/app/src/main/java/b/i/a/c/w2/d0.java @@ -31,14 +31,14 @@ public final class d0 implements e0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1150b; + public final String f1151b; public final boolean c; public final Map d; public d0(@Nullable String str, boolean z2, t tVar) { d.j(!z2 || !TextUtils.isEmpty(str)); this.a = tVar; - this.f1150b = str; + this.f1151b = str; this.c = z2; this.d = new HashMap(); } @@ -90,7 +90,7 @@ public final class d0 implements e0 { } catch (Exception e2) { Uri uri = yVar.c; Objects.requireNonNull(uri); - throw new MediaDrmCallbackException(nVar, uri, yVar.j(), yVar.f954b, e2); + throw new MediaDrmCallbackException(nVar, uri, yVar.j(), yVar.f955b, e2); } } } else { @@ -99,9 +99,9 @@ public final class d0 implements e0 { } public byte[] a(UUID uuid, a0.a aVar) throws MediaDrmCallbackException { - String str = aVar.f1146b; + String str = aVar.f1147b; if (this.c || TextUtils.isEmpty(str)) { - str = this.f1150b; + str = this.f1151b; } if (!TextUtils.isEmpty(str)) { HashMap hashMap = new HashMap(); @@ -124,7 +124,7 @@ public final class d0 implements e0 { } public byte[] c(UUID uuid, a0.d dVar) throws MediaDrmCallbackException { - String str = dVar.f1147b; + String str = dVar.f1148b; String l = e0.l(dVar.a); return b(this.a, a.j(l.length() + a.b(str, 15), str, "&signedRequest=", l), null, Collections.emptyMap()); } 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 d762eb0d72..57f85efbe8 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.f2914b, j1Var, false); + dVar.c = defaultDrmSessionManager.e(looper, dVar.f2925b, j1Var, false); DefaultDrmSessionManager.this.n.add(dVar); } } diff --git a/app/src/main/java/b/i/a/c/w2/g.java b/app/src/main/java/b/i/a/c/w2/g.java index fd8d30b1d9..2982b6bac9 100644 --- a/app/src/main/java/b/i/a/c/w2/g.java +++ b/app/src/main/java/b/i/a/c/w2/g.java @@ -15,6 +15,6 @@ public final /* synthetic */ class g implements Runnable { @Override // java.lang.Runnable public final void run() { s.a aVar = this.j; - this.k.d0(aVar.a, aVar.f1154b); + this.k.d0(aVar.a, aVar.f1155b); } } diff --git a/app/src/main/java/b/i/a/c/w2/h.java b/app/src/main/java/b/i/a/c/w2/h.java index 1893b1d462..9942fa865d 100644 --- a/app/src/main/java/b/i/a/c/w2/h.java +++ b/app/src/main/java/b/i/a/c/w2/h.java @@ -15,6 +15,6 @@ public final /* synthetic */ class h implements Runnable { @Override // java.lang.Runnable public final void run() { s.a aVar = this.j; - this.k.J(aVar.a, aVar.f1154b); + this.k.J(aVar.a, aVar.f1155b); } } diff --git a/app/src/main/java/b/i/a/c/w2/i.java b/app/src/main/java/b/i/a/c/w2/i.java index f64b804a97..b6f85de8a3 100644 --- a/app/src/main/java/b/i/a/c/w2/i.java +++ b/app/src/main/java/b/i/a/c/w2/i.java @@ -15,6 +15,6 @@ public final /* synthetic */ class i implements Runnable { @Override // java.lang.Runnable public final void run() { s.a aVar = this.j; - this.k.S(aVar.a, aVar.f1154b); + this.k.S(aVar.a, aVar.f1155b); } } diff --git a/app/src/main/java/b/i/a/c/w2/j.java b/app/src/main/java/b/i/a/c/w2/j.java index 8b6d31925a..5c4eb9224c 100644 --- a/app/src/main/java/b/i/a/c/w2/j.java +++ b/app/src/main/java/b/i/a/c/w2/j.java @@ -15,6 +15,6 @@ public final /* synthetic */ class j implements Runnable { @Override // java.lang.Runnable public final void run() { s.a aVar = this.j; - this.k.i0(aVar.a, aVar.f1154b); + this.k.i0(aVar.a, aVar.f1155b); } } diff --git a/app/src/main/java/b/i/a/c/w2/k.java b/app/src/main/java/b/i/a/c/w2/k.java index 6c87347906..a6b1a4a489 100644 --- a/app/src/main/java/b/i/a/c/w2/k.java +++ b/app/src/main/java/b/i/a/c/w2/k.java @@ -17,6 +17,6 @@ public final /* synthetic */ class k implements Runnable { @Override // java.lang.Runnable public final void run() { s.a aVar = this.j; - this.k.u(aVar.a, aVar.f1154b, this.l); + this.k.u(aVar.a, aVar.f1155b, this.l); } } diff --git a/app/src/main/java/b/i/a/c/w2/l.java b/app/src/main/java/b/i/a/c/w2/l.java index db77e7df57..e647a87b03 100644 --- a/app/src/main/java/b/i/a/c/w2/l.java +++ b/app/src/main/java/b/i/a/c/w2/l.java @@ -22,6 +22,6 @@ public final /* synthetic */ class l implements Runnable { int i = this.l; Objects.requireNonNull(aVar); Objects.requireNonNull(sVar); - sVar.c0(aVar.a, aVar.f1154b, i); + sVar.c0(aVar.a, aVar.f1155b, i); } } diff --git a/app/src/main/java/b/i/a/c/w2/m.java b/app/src/main/java/b/i/a/c/w2/m.java index 155820b093..da7a1238cd 100644 --- a/app/src/main/java/b/i/a/c/w2/m.java +++ b/app/src/main/java/b/i/a/c/w2/m.java @@ -6,7 +6,7 @@ import b.i.a.c.w2.u; public final /* synthetic */ class m implements u.b { /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ m f1151b = new m(); + public static final /* synthetic */ m f1152b = new m(); @Override // b.i.a.c.w2.u.b public final void release() { 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 e247920839..22d7dd99f9 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 @@ -10,19 +10,19 @@ public final /* synthetic */ class o implements MediaDrm.OnEventListener { public final /* synthetic */ c0 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ a0.b f1152b; + public final /* synthetic */ a0.b f1153b; public /* synthetic */ o(c0 c0Var, a0.b bVar) { this.a = c0Var; - this.f1152b = bVar; + this.f1153b = bVar; } @Override // android.media.MediaDrm.OnEventListener public final void onEvent(MediaDrm mediaDrm, byte[] bArr, int i, int i2, byte[] bArr2) { c0 c0Var = this.a; - a0.b bVar = this.f1152b; + a0.b bVar = this.f1153b; Objects.requireNonNull(c0Var); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2913x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2924x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/b/i/a/c/w2/r.java b/app/src/main/java/b/i/a/c/w2/r.java index 42ee60de17..7f0131aef1 100644 --- a/app/src/main/java/b/i/a/c/w2/r.java +++ b/app/src/main/java/b/i/a/c/w2/r.java @@ -23,15 +23,15 @@ public final class r { @GuardedBy("lock") /* renamed from: b reason: collision with root package name */ - public o1.f f1153b; + public o1.f f1154b; @GuardedBy("lock") public u c; @RequiresApi(18) public final u a(o1.f fVar) { r.b bVar = new r.b(); - bVar.f949b = null; - Uri uri = fVar.f1034b; + bVar.f950b = null; + Uri uri = fVar.f1035b; d0 d0Var = new d0(uri == null ? null : uri.toString(), fVar.f, bVar); s0> j = fVar.c.entrySet().iterator(); while (j.hasNext()) { diff --git a/app/src/main/java/b/i/a/c/w2/s.java b/app/src/main/java/b/i/a/c/w2/s.java index 5dbdbc80ea..0deedc5648 100644 --- a/app/src/main/java/b/i/a/c/w2/s.java +++ b/app/src/main/java/b/i/a/c/w2/s.java @@ -18,7 +18,7 @@ public interface s { @Nullable /* renamed from: b reason: collision with root package name */ - public final a0.a f1154b; + public final a0.a f1155b; public final CopyOnWriteArrayList c; /* compiled from: DrmSessionEventListener.java */ @@ -28,31 +28,31 @@ public interface s { public Handler a; /* renamed from: b reason: collision with root package name */ - public s f1155b; + public s f1156b; public C0100a(Handler handler, s sVar) { this.a = handler; - this.f1155b = sVar; + this.f1156b = sVar; } } public a() { this.c = new CopyOnWriteArrayList<>(); this.a = 0; - this.f1154b = null; + this.f1155b = null; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable a0.a aVar) { this.c = copyOnWriteArrayList; this.a = i; - this.f1154b = aVar; + this.f1155b = aVar; } public void a() { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new i(this, next.f1155b)); + e0.E(next.a, new i(this, next.f1156b)); } } @@ -60,7 +60,7 @@ public interface s { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new h(this, next.f1155b)); + e0.E(next.a, new h(this, next.f1156b)); } } @@ -68,7 +68,7 @@ public interface s { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new j(this, next.f1155b)); + e0.E(next.a, new j(this, next.f1156b)); } } @@ -76,7 +76,7 @@ public interface s { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new l(this, next.f1155b, i)); + e0.E(next.a, new l(this, next.f1156b, i)); } } @@ -84,7 +84,7 @@ public interface s { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new k(this, next.f1155b, exc)); + e0.E(next.a, new k(this, next.f1156b, exc)); } } @@ -92,7 +92,7 @@ public interface s { Iterator it = this.c.iterator(); while (it.hasNext()) { C0100a next = it.next(); - e0.E(next.a, new g(this, next.f1155b)); + e0.E(next.a, new g(this, next.f1156b)); } } diff --git a/app/src/main/java/b/i/a/c/w2/t.java b/app/src/main/java/b/i/a/c/w2/t.java index fb48ffc4fe..30a9d08811 100644 --- a/app/src/main/java/b/i/a/c/w2/t.java +++ b/app/src/main/java/b/i/a/c/w2/t.java @@ -10,7 +10,7 @@ import b.i.a.c.w2.u; public final /* synthetic */ class t { public static u.b a(u uVar, @Nullable Looper looper, s.a aVar, j1 j1Var) { int i = u.b.a; - return m.f1151b; + return m.f1152b; } public static void b(u uVar) { diff --git a/app/src/main/java/b/i/a/c/w2/u.java b/app/src/main/java/b/i/a/c/w2/u.java index 2f3a10ab48..c9919ca5ad 100644 --- a/app/src/main/java/b/i/a/c/w2/u.java +++ b/app/src/main/java/b/i/a/c/w2/u.java @@ -27,7 +27,7 @@ public interface u { @Override // b.i.a.c.w2.u @Nullable public DrmSession c(Looper looper, @Nullable s.a aVar, j1 j1Var) { - if (j1Var.f1018z == null) { + if (j1Var.f1019z == null) { return null; } return new z(new DrmSession.DrmSessionException(new UnsupportedDrmException(1), 6001)); @@ -35,7 +35,7 @@ public interface u { @Override // b.i.a.c.w2.u public int d(j1 j1Var) { - return j1Var.f1018z != null ? 1 : 0; + return j1Var.f1019z != null ? 1 : 0; } @Override // b.i.a.c.w2.u diff --git a/app/src/main/java/b/i/a/c/x0.java b/app/src/main/java/b/i/a/c/x0.java index 29c4021907..35d0ad50e9 100644 --- a/app/src/main/java/b/i/a/c/x0.java +++ b/app/src/main/java/b/i/a/c/x0.java @@ -7,7 +7,7 @@ public final class x0 { public static final UUID a = new UUID(0, 0); /* renamed from: b reason: collision with root package name */ - public static final UUID f1156b = new UUID(1186680826959645954L, -5988876978535335093L); + public static final UUID f1157b = new UUID(1186680826959645954L, -5988876978535335093L); public static final UUID c = new UUID(-2129748144642739255L, 8654423357094679310L); public static final UUID d = new UUID(-1301668207276963122L, -6645017420763422227L); public static final UUID e = new UUID(-7348484286925749626L, -6083546864340672619L); diff --git a/app/src/main/java/b/i/a/c/x2/a.java b/app/src/main/java/b/i/a/c/x2/a.java index 9fdd7be13b..c09a64c170 100644 --- a/app/src/main/java/b/i/a/c/x2/a.java +++ b/app/src/main/java/b/i/a/c/x2/a.java @@ -11,7 +11,7 @@ public abstract class a { public final C0101a a; /* renamed from: b reason: collision with root package name */ - public final f f1157b; + public final f f1158b; @Nullable public c c; public final int d; @@ -23,7 +23,7 @@ public abstract class a { public final d a; /* renamed from: b reason: collision with root package name */ - public final long f1158b; + public final long f1159b; public final long c; public final long d; public final long e; @@ -32,7 +32,7 @@ public abstract class a { public C0101a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; - this.f1158b = j; + this.f1159b = j; this.c = j2; this.d = j3; this.e = j4; @@ -52,7 +52,7 @@ public abstract class a { @Override // b.i.a.c.x2.t public long i() { - return this.f1158b; + return this.f1159b; } } @@ -71,7 +71,7 @@ public abstract class a { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f1159b; + public final long f1160b; public final long c; public long d; public long e; @@ -81,7 +81,7 @@ public abstract class a { public c(long j, long j2, long j3, long j4, long j5, long j6, long j7) { this.a = j; - this.f1159b = j2; + this.f1160b = j2; this.d = j3; this.e = j4; this.f = j5; @@ -111,12 +111,12 @@ public abstract class a { public static final e a = new e(-3, -9223372036854775807L, -1); /* renamed from: b reason: collision with root package name */ - public final int f1160b; + public final int f1161b; public final long c; public final long d; public e(int i, long j, long j2) { - this.f1160b = i; + this.f1161b = i; this.c = j; this.d = j2; } @@ -143,7 +143,7 @@ public abstract class a { } public a(d dVar, f fVar, long j, long j2, long j3, long j4, long j5, long j6, int i) { - this.f1157b = fVar; + this.f1158b = fVar; this.d = i; this.a = new C0101a(dVar, j, j2, j3, j4, j5, j6); } @@ -162,8 +162,8 @@ public abstract class a { return d(iVar, j3, sVar); } else { iVar.k(); - e b2 = this.f1157b.b(iVar, cVar.f1159b); - int i = b2.f1160b; + e b2 = this.f1158b.b(iVar, cVar.f1160b); + int i = b2.f1161b; if (i == -3) { c(false, j3); return d(iVar, j3, sVar); @@ -172,13 +172,13 @@ public abstract class a { long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.f1159b, j4, cVar.e, j5, cVar.g, cVar.c); + cVar.h = c.a(cVar.f1160b, j4, cVar.e, j5, cVar.g, cVar.c); } else if (i == -1) { long j6 = b2.c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.f1159b, cVar.d, j6, cVar.f, j7, cVar.c); + cVar.h = c.a(cVar.f1160b, cVar.d, j6, cVar.f, j7, cVar.c); } else if (i == 0) { f(iVar, b2.d); c(true, b2.d); @@ -196,7 +196,7 @@ public abstract class a { public final void c(boolean z2, long j) { this.c = null; - this.f1157b.a(); + this.f1158b.a(); } public final int d(i iVar, long j, s sVar) { diff --git a/app/src/main/java/b/i/a/c/x2/b0.java b/app/src/main/java/b/i/a/c/x2/b0.java index a0e1b6c5ff..3d521637f4 100644 --- a/app/src/main/java/b/i/a/c/x2/b0.java +++ b/app/src/main/java/b/i/a/c/x2/b0.java @@ -5,7 +5,7 @@ public final class b0 { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1161b; + public final int f1162b; public final int c; public final int d; public final int e; @@ -14,7 +14,7 @@ public final class b0 { public b0(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, boolean z2, byte[] bArr) { this.a = i2; - this.f1161b = i3; + this.f1162b = i3; this.c = i4; this.d = i5; this.e = i7; diff --git a/app/src/main/java/b/i/a/c/x2/c.java b/app/src/main/java/b/i/a/c/x2/c.java index 53c4cb26d7..05d135561f 100644 --- a/app/src/main/java/b/i/a/c/x2/c.java +++ b/app/src/main/java/b/i/a/c/x2/c.java @@ -10,14 +10,14 @@ public final class c implements t { public final int a; /* renamed from: b reason: collision with root package name */ - public final int[] f1162b; + public final int[] f1163b; public final long[] c; public final long[] d; public final long[] e; public final long f; public c(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) { - this.f1162b = iArr; + this.f1163b = iArr; this.c = jArr; this.d = jArr2; this.e = jArr3; @@ -56,7 +56,7 @@ public final class c implements t { public String toString() { int i = this.a; - String arrays = Arrays.toString(this.f1162b); + String arrays = Arrays.toString(this.f1163b); String arrays2 = Arrays.toString(this.c); String arrays3 = Arrays.toString(this.e); String arrays4 = Arrays.toString(this.d); diff --git a/app/src/main/java/b/i/a/c/x2/c0/b.java b/app/src/main/java/b/i/a/c/x2/c0/b.java index 333df3a5ef..99db5097d1 100644 --- a/app/src/main/java/b/i/a/c/x2/c0/b.java +++ b/app/src/main/java/b/i/a/c/x2/c0/b.java @@ -19,7 +19,7 @@ import java.util.Arrays; public final class b implements h { /* renamed from: b reason: collision with root package name */ - public static final int[] f1163b; + public static final int[] f1164b; public static final int e; public final byte[] f; public final int g; @@ -36,7 +36,7 @@ public final class b implements h { public w r; /* renamed from: s reason: collision with root package name */ - public t f1164s; + public t f1165s; public boolean t; public static final int[] a = {13, 14, 16, 18, 20, 21, 27, 32, 6, 7, 6, 6, 1, 1, 1, 1}; public static final byte[] c = e0.w("#!AMR\n"); @@ -45,7 +45,7 @@ public final class b implements h { static { a aVar = a.a; int[] iArr = {18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 1, 1, 1, 1, 1, 1}; - f1163b = iArr; + f1164b = iArr; e = iArr[8]; } @@ -75,7 +75,7 @@ public final class b implements h { z2 = true; } if (z2) { - return this.h ? f1163b[i] : a[i]; + return this.h ? f1164b[i] : a[i]; } String str = this.h ? "WB" : "NB"; StringBuilder sb = new StringBuilder(str.length() + 35); @@ -134,8 +134,8 @@ public final class b implements h { j1.b bVar = new j1.b(); bVar.k = str; bVar.l = e; - bVar.f1021x = 1; - bVar.f1022y = i3; + bVar.f1022x = 1; + bVar.f1023y = i3; wVar.e(bVar.a()); } if (this.k == 0) { @@ -167,12 +167,12 @@ public final class b implements h { int i5 = this.g; if ((i5 & 1) == 0 || b3 == -1 || !((i2 = this.n) == -1 || i2 == this.j)) { t.b bVar2 = new t.b(-9223372036854775807L, 0L); - this.f1164s = bVar2; + this.f1165s = bVar2; this.q.a(bVar2); this.l = true; } else if (this.o >= 20 || i == -1) { b.i.a.c.x2.d dVar = new b.i.a.c.x2.d(b3, this.m, (int) (((i2 * 8) * 1000000) / 20000), i2, (i5 & 2) != 0); - this.f1164s = dVar; + this.f1165s = dVar; this.q.a(dVar); this.l = true; } @@ -201,10 +201,10 @@ public final class b implements h { this.j = 0; this.k = 0; if (j != 0) { - t tVar = this.f1164s; + t tVar = this.f1165s; if (tVar instanceof b.i.a.c.x2.d) { b.i.a.c.x2.d dVar = (b.i.a.c.x2.d) tVar; - this.p = b.i.a.c.x2.d.e(j, dVar.f1165b, dVar.e); + this.p = b.i.a.c.x2.d.e(j, dVar.f1166b, dVar.e); return; } } diff --git a/app/src/main/java/b/i/a/c/x2/d.java b/app/src/main/java/b/i/a/c/x2/d.java index 0ed7d2f2cb..140b5d365b 100644 --- a/app/src/main/java/b/i/a/c/x2/d.java +++ b/app/src/main/java/b/i/a/c/x2/d.java @@ -7,7 +7,7 @@ public class d implements t { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f1165b; + public final long f1166b; public final int c; public final long d; public final int e; @@ -16,7 +16,7 @@ public class d implements t { public d(long j, long j2, int i, int i2, boolean z2) { this.a = j; - this.f1165b = j2; + this.f1166b = j2; this.c = i2 == -1 ? 1 : i2; this.e = i; this.g = z2; @@ -34,7 +34,7 @@ public class d implements t { } public long b(long j) { - return e(j, this.f1165b, this.e); + return e(j, this.f1166b, this.e); } @Override // b.i.a.c.x2.t @@ -46,14 +46,14 @@ public class d implements t { public t.a h(long j) { long j2 = this.d; if (j2 == -1 && !this.g) { - return new t.a(new u(0L, this.f1165b)); + return new t.a(new u(0L, this.f1166b)); } long j3 = this.c; long j4 = (((this.e * j) / 8000000) / j3) * j3; if (j2 != -1) { j4 = Math.min(j4, j2 - j3); } - long max = this.f1165b + Math.max(j4, 0L); + long max = this.f1166b + Math.max(j4, 0L); long b2 = b(max); u uVar = new u(b2, max); if (this.d != -1 && b2 < j) { diff --git a/app/src/main/java/b/i/a/c/x2/d0/c.java b/app/src/main/java/b/i/a/c/x2/d0/c.java index 316f090b34..115353527d 100644 --- a/app/src/main/java/b/i/a/c/x2/d0/c.java +++ b/app/src/main/java/b/i/a/c/x2/d0/c.java @@ -19,12 +19,12 @@ public final class c extends b.i.a.c.x2.a { public final o a; /* renamed from: b reason: collision with root package name */ - public final int f1166b; + public final int f1167b; public final m.a c = new m.a(); public b(o oVar, int i, a aVar) { this.a = oVar; - this.f1166b = i; + this.f1167b = i; } @Override // b.i.a.c.x2.a.f @@ -45,7 +45,7 @@ public final class c extends b.i.a.c.x2.a { public final long c(i iVar) throws IOException { while (iVar.f() < iVar.b() - 6) { o oVar = this.a; - int i = this.f1166b; + int i = this.f1167b; m.a aVar = this.c; long f = iVar.f(); byte[] bArr = new byte[2]; @@ -94,7 +94,7 @@ public final class c extends b.i.a.c.x2.a { j3 = 1; } else { int i3 = oVar.a; - j4 = ((((i3 != oVar.f1290b || i3 <= 0) ? Permission.SEND_TTS_MESSAGES : i3) * oVar.g) * oVar.h) / 8; + j4 = ((((i3 != oVar.f1291b || i3 <= 0) ? Permission.SEND_TTS_MESSAGES : i3) * oVar.g) * oVar.h) / 8; j3 = 64; } } diff --git a/app/src/main/java/b/i/a/c/x2/d0/d.java b/app/src/main/java/b/i/a/c/x2/d0/d.java index 0e1f12ad04..6ac424b563 100644 --- a/app/src/main/java/b/i/a/c/x2/d0/d.java +++ b/app/src/main/java/b/i/a/c/x2/d0/d.java @@ -26,7 +26,7 @@ public final class d implements h { public final byte[] a = new byte[42]; /* renamed from: b reason: collision with root package name */ - public final x f1167b = new x(new byte[32768], 0); + public final x f1168b = new x(new byte[32768], 0); public final boolean c; public final m.a d; public j e; @@ -147,7 +147,7 @@ public final class d implements h { try { j2 = xVar.z(); if (!z4) { - j2 *= oVar2.f1290b; + j2 *= oVar2.f1291b; } } catch (NumberFormatException unused) { z3 = false; @@ -158,7 +158,7 @@ public final class d implements h { } throw ParserException.a(null, null); } - x xVar2 = this.f1167b; + x xVar2 = this.f1168b; int i7 = xVar2.c; if (i7 < 32768) { int read = iVar.read(xVar2.a, i7, 32768 - i7); @@ -166,24 +166,24 @@ public final class d implements h { z3 = false; } if (!z3) { - this.f1167b.D(i7 + read); - } else if (this.f1167b.a() == 0) { + this.f1168b.D(i7 + read); + } else if (this.f1168b.a() == 0) { a(); return -1; } } else { z3 = false; } - x xVar3 = this.f1167b; - int i8 = xVar3.f982b; + x xVar3 = this.f1168b; + int i8 = xVar3.f983b; int i9 = this.m; int i10 = this.j; if (i9 < i10) { xVar3.F(Math.min(i10 - i9, xVar3.a())); } - x xVar4 = this.f1167b; + x xVar4 = this.f1168b; Objects.requireNonNull(this.i); - int i11 = xVar4.f982b; + int i11 = xVar4.f983b; while (true) { if (i11 <= xVar4.c - 16) { xVar4.E(i11); @@ -207,7 +207,7 @@ public final class d implements h { } catch (IndexOutOfBoundsException unused2) { z2 = false; } - if (xVar4.f982b > xVar4.c) { + if (xVar4.f983b > xVar4.c) { z2 = false; } if (z2) { @@ -223,25 +223,25 @@ public final class d implements h { j = -1; } } - x xVar5 = this.f1167b; - int i13 = xVar5.f982b - i8; + x xVar5 = this.f1168b; + int i13 = xVar5.f983b - i8; xVar5.E(i8); - this.f.c(this.f1167b, i13); + this.f.c(this.f1168b, i13); this.m += i13; if (j != -1) { a(); this.m = 0; this.n = j; } - if (this.f1167b.a() >= 16) { + if (this.f1168b.a() >= 16) { return 0; } - int a = this.f1167b.a(); - x xVar6 = this.f1167b; + int a = this.f1168b.a(); + x xVar6 = this.f1168b; byte[] bArr4 = xVar6.a; - System.arraycopy(bArr4, xVar6.f982b, bArr4, 0, a); - this.f1167b.E(0); - this.f1167b.D(a); + System.arraycopy(bArr4, xVar6.f983b, bArr4, 0, a); + this.f1168b.E(0); + this.f1168b.D(a); return 0; } else { throw new IllegalStateException(); @@ -276,7 +276,7 @@ public final class d implements h { iVar.readFully(xVar8.a, r4, g2); xVar8.F(i2); z5 = f2; - oVar3 = new o(oVar3.a, oVar3.f1290b, oVar3.c, oVar3.d, oVar3.e, oVar3.g, oVar3.h, oVar3.j, oVar3.k, oVar3.f(o.a(Arrays.asList(b.c.a.a0.d.N1(xVar8, r4, r4).a), Collections.emptyList()))); + oVar3 = new o(oVar3.a, oVar3.f1291b, oVar3.c, oVar3.d, oVar3.e, oVar3.g, oVar3.h, oVar3.j, oVar3.k, oVar3.f(o.a(Arrays.asList(b.c.a.a0.d.N1(xVar8, r4, r4).a), Collections.emptyList()))); } else { z5 = f2; if (g == 6) { @@ -292,9 +292,9 @@ public final class d implements h { int f7 = xVar9.f(); int f8 = xVar9.f(); byte[] bArr7 = new byte[f8]; - System.arraycopy(xVar9.a, xVar9.f982b, bArr7, 0, f8); - xVar9.f982b += f8; - oVar3 = new o(oVar3.a, oVar3.f1290b, oVar3.c, oVar3.d, oVar3.e, oVar3.g, oVar3.h, oVar3.j, oVar3.k, oVar3.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, r, q, f4, f5, f6, f7, bArr7))))); + System.arraycopy(xVar9.a, xVar9.f983b, bArr7, 0, f8); + xVar9.f983b += f8; + oVar3 = new o(oVar3.a, oVar3.f1291b, oVar3.c, oVar3.d, oVar3.e, oVar3.g, oVar3.h, oVar3.j, oVar3.k, oVar3.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, r, q, f4, f5, f6, f7, bArr7))))); } else { iVar.l(g2); int i17 = e0.a; @@ -368,7 +368,7 @@ public final class d implements h { } this.n = j3; this.m = 0; - this.f1167b.A(0); + this.f1168b.A(0); } @Override // b.i.a.c.x2.h diff --git a/app/src/main/java/b/i/a/c/x2/e.java b/app/src/main/java/b/i/a/c/x2/e.java index eece65ed18..96334cc808 100644 --- a/app/src/main/java/b/i/a/c/x2/e.java +++ b/app/src/main/java/b/i/a/c/x2/e.java @@ -12,7 +12,7 @@ import java.util.Arrays; public final class e implements i { /* renamed from: b reason: collision with root package name */ - public final h f1168b; + public final h f1169b; public final long c; public long d; public int f; @@ -25,7 +25,7 @@ public final class e implements i { } public e(h hVar, long j, long j2) { - this.f1168b = hVar; + this.f1169b = hVar; this.d = j; this.c = j2; } @@ -162,7 +162,7 @@ public final class e implements i { public final int r(byte[] bArr, int i, int i2, int i3, boolean z2) throws IOException { if (!Thread.interrupted()) { - int read = this.f1168b.read(bArr, i + i3, i2 - i3); + int read = this.f1169b.read(bArr, i + i3, i2 - i3); if (read != -1) { return i3 + read; } diff --git a/app/src/main/java/b/i/a/c/x2/e0/b.java b/app/src/main/java/b/i/a/c/x2/e0/b.java index 4d4fc61ed2..556e337d46 100644 --- a/app/src/main/java/b/i/a/c/x2/e0/b.java +++ b/app/src/main/java/b/i/a/c/x2/e0/b.java @@ -13,7 +13,7 @@ import java.util.Collections; public final class b extends TagPayloadReader { /* renamed from: b reason: collision with root package name */ - public static final int[] f1169b = {5512, 11025, 22050, 44100}; + public static final int[] f1170b = {5512, 11025, 22050, 44100}; public boolean c; public boolean d; public int e; @@ -29,19 +29,19 @@ public final class b extends TagPayloadReader { int i = (t >> 4) & 15; this.e = i; if (i == 2) { - int i2 = f1169b[(t >> 2) & 3]; + int i2 = f1170b[(t >> 2) & 3]; j1.b bVar = new j1.b(); bVar.k = "audio/mpeg"; - bVar.f1021x = 1; - bVar.f1022y = i2; + bVar.f1022x = 1; + bVar.f1023y = i2; this.a.e(bVar.a()); this.d = true; } else if (i == 7 || i == 8) { String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw"; j1.b bVar2 = new j1.b(); bVar2.k = str; - bVar2.f1021x = 1; - bVar2.f1022y = 8000; + bVar2.f1022x = 1; + bVar2.f1023y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -66,14 +66,14 @@ public final class b extends TagPayloadReader { if (t == 0 && !this.d) { int a2 = xVar.a(); byte[] bArr = new byte[a2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, a2); - xVar.f982b += a2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, a2); + xVar.f983b += a2; l.b b2 = l.b(new b.i.a.c.f3.w(bArr), false); j1.b bVar = new j1.b(); bVar.k = "audio/mp4a-latm"; bVar.h = b2.c; - bVar.f1021x = b2.f1120b; - bVar.f1022y = b2.a; + bVar.f1022x = b2.f1121b; + bVar.f1023y = b2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; diff --git a/app/src/main/java/b/i/a/c/x2/e0/c.java b/app/src/main/java/b/i/a/c/x2/e0/c.java index 3e84148615..dd4808a06a 100644 --- a/app/src/main/java/b/i/a/c/x2/e0/c.java +++ b/app/src/main/java/b/i/a/c/x2/e0/c.java @@ -26,7 +26,7 @@ public final class c implements h { public final x a = new x(4); /* renamed from: b reason: collision with root package name */ - public final x f1170b = new x(9); + public final x f1171b = new x(9); public final x c = new x(11); public final x d = new x(); public final d e = new d(); @@ -73,7 +73,7 @@ public final class c implements h { if (i > bArr.length) { xVar.a = new byte[Math.max(bArr.length * 2, i)]; xVar.c = 0; - xVar.f982b = 0; + xVar.f983b = 0; } else { xVar.E(0); } @@ -98,10 +98,10 @@ public final class c implements h { int i = this.g; boolean z4 = false; if (i == 1) { - if (iVar.c(this.f1170b.a, 0, 9, true)) { - this.f1170b.E(0); - this.f1170b.F(4); - int t = this.f1170b.t(); + if (iVar.c(this.f1171b.a, 0, 9, true)) { + this.f1171b.E(0); + this.f1171b.F(4); + int t = this.f1171b.t(); boolean z5 = (t & 4) != 0; if ((t & 1) != 0) { z4 = true; @@ -113,7 +113,7 @@ public final class c implements h { this.p = new e(this.f.p(9, 2)); } this.f.j(); - this.j = (this.f1170b.f() - 9) + 4; + this.j = (this.f1171b.f() - 9) + 4; this.g = 2; z4 = true; } @@ -139,7 +139,7 @@ public final class c implements h { return -1; } } else if (i == 4) { - long j = this.h ? this.i + this.m : this.e.f1171b == -9223372036854775807L ? 0L : this.m; + long j = this.h ? this.i + this.m : this.e.f1172b == -9223372036854775807L ? 0L : this.m; int i2 = this.k; if (i2 == 8 && this.o != null) { a(); @@ -153,7 +153,7 @@ public final class c implements h { z2 = false; if (!this.h && z3) { this.h = true; - this.i = this.e.f1171b != -9223372036854775807L ? -this.m : 0L; + this.i = this.e.f1172b != -9223372036854775807L ? -this.m : 0L; } this.j = 4; this.g = 2; @@ -163,7 +163,7 @@ public final class c implements h { } else { z3 = this.e.a(c(iVar), j); d dVar = this.e; - long j2 = dVar.f1171b; + long j2 = dVar.f1172b; if (j2 != -9223372036854775807L) { this.f.a(new r(dVar.d, dVar.c, j2)); this.n = true; @@ -172,7 +172,7 @@ public final class c implements h { z2 = true; if (!this.h) { this.h = true; - this.i = this.e.f1171b != -9223372036854775807L ? -this.m : 0L; + this.i = this.e.f1172b != -9223372036854775807L ? -this.m : 0L; } this.j = 4; this.g = 2; diff --git a/app/src/main/java/b/i/a/c/x2/e0/d.java b/app/src/main/java/b/i/a/c/x2/e0/d.java index d38c58a5af..7150f621b3 100644 --- a/app/src/main/java/b/i/a/c/x2/e0/d.java +++ b/app/src/main/java/b/i/a/c/x2/e0/d.java @@ -15,7 +15,7 @@ import java.util.Map; public final class d extends TagPayloadReader { /* renamed from: b reason: collision with root package name */ - public long f1171b = -9223372036854775807L; + public long f1172b = -9223372036854775807L; public long[] c = new long[0]; public long[] d = new long[0]; @@ -89,7 +89,7 @@ public final class d extends TagPayloadReader { public static String f(x xVar) { int y2 = xVar.y(); - int i = xVar.f982b; + int i = xVar.f983b; xVar.F(y2); return new String(xVar.a, i, y2); } @@ -109,7 +109,7 @@ public final class d extends TagPayloadReader { if (obj instanceof Double) { double doubleValue = ((Double) obj).doubleValue(); if (doubleValue > ShadowDrawableWrapper.COS_45) { - this.f1171b = (long) (doubleValue * 1000000.0d); + this.f1172b = (long) (doubleValue * 1000000.0d); } } Object obj2 = e.get("keyframes"); diff --git a/app/src/main/java/b/i/a/c/x2/e0/e.java b/app/src/main/java/b/i/a/c/x2/e0/e.java index c10f2d02e6..68a1a54591 100644 --- a/app/src/main/java/b/i/a/c/x2/e0/e.java +++ b/app/src/main/java/b/i/a/c/x2/e0/e.java @@ -13,7 +13,7 @@ import com.google.android.exoplayer2.extractor.flv.TagPayloadReader; public final class e extends TagPayloadReader { /* renamed from: b reason: collision with root package name */ - public final x f1172b = new x(u.a); + public final x f1173b = new x(u.a); public final x c = new x(4); public int d; public boolean e; @@ -40,19 +40,19 @@ public final class e extends TagPayloadReader { public boolean c(x xVar, long j) throws ParserException { int t = xVar.t(); byte[] bArr = xVar.a; - int i = xVar.f982b; + int i = xVar.f983b; int i2 = i + 1; - xVar.f982b = i2; + xVar.f983b = i2; int i3 = i2 + 1; - xVar.f982b = i3; + xVar.f983b = i3; int i4 = (((bArr[i] & 255) << 24) >> 8) | ((bArr[i2] & 255) << 8); - xVar.f982b = i3 + 1; + xVar.f983b = i3 + 1; long j2 = (((bArr[i3] & 255) | i4) * 1000) + j; if (t == 0 && !this.e) { x xVar2 = new x(new byte[xVar.a()]); xVar.e(xVar2.a, 0, xVar.a()); m b2 = m.b(xVar2); - this.d = b2.f984b; + this.d = b2.f985b; j1.b bVar = new j1.b(); bVar.k = "video/avc"; bVar.h = b2.f; @@ -80,8 +80,8 @@ public final class e extends TagPayloadReader { xVar.e(this.c.a, i6, this.d); this.c.E(0); int w = this.c.w(); - this.f1172b.E(0); - this.a.c(this.f1172b, 4); + this.f1173b.E(0); + this.a.c(this.f1173b, 4); this.a.c(xVar, w); i7 = i7 + 4 + w; } diff --git a/app/src/main/java/b/i/a/c/x2/f.java b/app/src/main/java/b/i/a/c/x2/f.java index c80a3ddc67..6db07fb79e 100644 --- a/app/src/main/java/b/i/a/c/x2/f.java +++ b/app/src/main/java/b/i/a/c/x2/f.java @@ -25,7 +25,7 @@ public final class f implements l { public static final int[] a = {5, 4, 12, 8, 3, 10, 9, 11, 6, 2, 0, 1, 7, 14}; /* renamed from: b reason: collision with root package name */ - public static final a f1173b = new a(); + public static final a f1174b = new a(); /* compiled from: DefaultExtractorsFactory.java */ /* loaded from: classes3.dex */ @@ -35,7 +35,7 @@ public final class f implements l { @GuardedBy("extensionLoaded") /* renamed from: b reason: collision with root package name */ - public Constructor f1174b; + public Constructor f1175b; } @Override // b.i.a.c.x2.l @@ -81,22 +81,22 @@ public final class f implements l { list.add(new b(0)); return; case 4: - a aVar = f1173b; + a aVar = f1174b; synchronized (aVar.a) { hVar = null; if (aVar.a.get()) { - constructor = aVar.f1174b; + constructor = aVar.f1175b; } else { try { if (Boolean.TRUE.equals(Class.forName("com.google.android.exoplayer2.ext.flac.FlacLibrary").getMethod("isAvailable", new Class[0]).invoke(null, new Object[0]))) { - aVar.f1174b = Class.forName("com.google.android.exoplayer2.ext.flac.FlacExtractor").asSubclass(h.class).getConstructor(Integer.TYPE); + aVar.f1175b = Class.forName("com.google.android.exoplayer2.ext.flac.FlacExtractor").asSubclass(h.class).getConstructor(Integer.TYPE); } } catch (ClassNotFoundException unused) { } catch (Exception e) { throw new RuntimeException("Error instantiating FLAC extension", e); } aVar.a.set(true); - constructor = aVar.f1174b; + constructor = aVar.f1175b; } } if (constructor != null) { diff --git a/app/src/main/java/b/i/a/c/x2/f0/a.java b/app/src/main/java/b/i/a/c/x2/f0/a.java index cba968fd60..ffcdd6ec6f 100644 --- a/app/src/main/java/b/i/a/c/x2/f0/a.java +++ b/app/src/main/java/b/i/a/c/x2/f0/a.java @@ -24,7 +24,7 @@ import org.xmlpull.v1.XmlPullParserException; public final class a implements h { /* renamed from: b reason: collision with root package name */ - public j f1175b; + public j f1176b; public int c; public int d; public int e; @@ -39,10 +39,10 @@ public final class a implements h { public final void a() { c(new Metadata.Entry[0]); - j jVar = this.f1175b; + j jVar = this.f1176b; Objects.requireNonNull(jVar); jVar.j(); - this.f1175b.a(new t.b(-9223372036854775807L, 0L)); + this.f1176b.a(new t.b(-9223372036854775807L, 0L)); this.c = 6; } @@ -69,7 +69,7 @@ public final class a implements h { } public final void c(Metadata.Entry... entryArr) { - j jVar = this.f1175b; + j jVar = this.f1176b; Objects.requireNonNull(jVar); w p = jVar.p(1024, 4); j1.b bVar = new j1.b(); @@ -152,20 +152,20 @@ public final class a implements h { Log.w("MotionPhotoXmpParser", "Ignoring unexpected XMP metadata"); bVar = null; } - if (bVar != null && bVar.f1176b.size() >= 2) { + if (bVar != null && bVar.f1177b.size() >= 2) { long j2 = -1; long j3 = -1; long j4 = -1; long j5 = -1; boolean z2 = false; - for (int size = bVar.f1176b.size() - 1; size >= 0; size--) { - b.a aVar = bVar.f1176b.get(size); + for (int size = bVar.f1177b.size() - 1; size >= 0; size--) { + b.a aVar = bVar.f1177b.get(size); z2 |= "video/mp4".equals(aVar.a); if (size == 0) { b2 = 0; j = b2 - aVar.c; } else { - b2 -= aVar.f1177b; + b2 -= aVar.f1178b; j = b2; } if (z2 && b2 != j) { @@ -211,12 +211,12 @@ public final class a implements h { } c cVar = new c(iVar, this.f); this.i = cVar; - if (l.a(cVar, false, (this.j.f1220b & 2) != 0)) { + if (l.a(cVar, false, (this.j.f1221b & 2) != 0)) { b.i.a.c.x2.i0.i iVar2 = this.j; long j7 = this.f; - j jVar = this.f1175b; + j jVar = this.f1176b; Objects.requireNonNull(jVar); - iVar2.f1221s = new d(j7, jVar); + iVar2.f1222s = new d(j7, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); @@ -247,7 +247,7 @@ public final class a implements h { @Override // b.i.a.c.x2.h public void f(j jVar) { - this.f1175b = jVar; + this.f1176b = jVar; } @Override // b.i.a.c.x2.h diff --git a/app/src/main/java/b/i/a/c/x2/f0/b.java b/app/src/main/java/b/i/a/c/x2/f0/b.java index beaf1f96f6..e6773be539 100644 --- a/app/src/main/java/b/i/a/c/x2/f0/b.java +++ b/app/src/main/java/b/i/a/c/x2/f0/b.java @@ -7,7 +7,7 @@ public final class b { public final long a; /* renamed from: b reason: collision with root package name */ - public final List f1176b; + public final List f1177b; /* compiled from: MotionPhotoDescription.java */ /* loaded from: classes3.dex */ @@ -15,18 +15,18 @@ public final class b { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f1177b; + public final long f1178b; public final long c; public a(String str, String str2, long j, long j2) { this.a = str; - this.f1177b = j; + this.f1178b = j; this.c = j2; } } public b(long j, List list) { this.a = j; - this.f1176b = list; + this.f1177b = list; } } diff --git a/app/src/main/java/b/i/a/c/x2/f0/c.java b/app/src/main/java/b/i/a/c/x2/f0/c.java index 135ef70123..2944869feb 100644 --- a/app/src/main/java/b/i/a/c/x2/f0/c.java +++ b/app/src/main/java/b/i/a/c/x2/f0/c.java @@ -8,17 +8,17 @@ public final class c implements i { public final i a; /* renamed from: b reason: collision with root package name */ - public final long f1178b; + public final long f1179b; public c(i iVar, long j) { this.a = iVar; d.j(iVar.getPosition() >= j); - this.f1178b = j; + this.f1179b = j; } @Override // b.i.a.c.x2.i public long b() { - return this.a.b() - this.f1178b; + return this.a.b() - this.f1179b; } @Override // b.i.a.c.x2.i @@ -33,7 +33,7 @@ public final class c implements i { @Override // b.i.a.c.x2.i public long f() { - return this.a.f() - this.f1178b; + return this.a.f() - this.f1179b; } @Override // b.i.a.c.x2.i @@ -43,7 +43,7 @@ public final class c implements i { @Override // b.i.a.c.x2.i public long getPosition() { - return this.a.getPosition() - this.f1178b; + return this.a.getPosition() - this.f1179b; } @Override // b.i.a.c.x2.i diff --git a/app/src/main/java/b/i/a/c/x2/f0/d.java b/app/src/main/java/b/i/a/c/x2/f0/d.java index 753bdd4129..8918151913 100644 --- a/app/src/main/java/b/i/a/c/x2/f0/d.java +++ b/app/src/main/java/b/i/a/c/x2/f0/d.java @@ -28,12 +28,12 @@ public final class d implements j { public t.a h(long j) { t.a h = this.a.h(j); u uVar = h.a; - long j2 = uVar.f1296b; + long j2 = uVar.f1297b; long j3 = uVar.c; long j4 = d.this.j; u uVar2 = new u(j2, j3 + j4); - u uVar3 = h.f1294b; - return new t.a(uVar2, new u(uVar3.f1296b, uVar3.c + j4)); + u uVar3 = h.f1295b; + return new t.a(uVar2, new u(uVar3.f1297b, uVar3.c + j4)); } @Override // b.i.a.c.x2.t diff --git a/app/src/main/java/b/i/a/c/x2/f0/e.java b/app/src/main/java/b/i/a/c/x2/f0/e.java index c8512158db..042449f2ad 100644 --- a/app/src/main/java/b/i/a/c/x2/f0/e.java +++ b/app/src/main/java/b/i/a/c/x2/f0/e.java @@ -21,7 +21,7 @@ public final class e { public static final String[] a = {"Camera:MotionPhoto", "GCamera:MotionPhoto", "Camera:MicroVideo", "GCamera:MicroVideo"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1180b = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"}; + public static final String[] f1181b = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"}; public static final String[] c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; /* JADX WARN: Code restructure failed: missing block: B:24:0x0069, code lost: @@ -64,7 +64,7 @@ public final class e { if (!z2) { return null; } - String[] strArr2 = f1180b; + String[] strArr2 = f1181b; int length2 = strArr2.length; int i2 = 0; while (true) { diff --git a/app/src/main/java/b/i/a/c/x2/g.java b/app/src/main/java/b/i/a/c/x2/g.java index b862c1d20a..941f145916 100644 --- a/app/src/main/java/b/i/a/c/x2/g.java +++ b/app/src/main/java/b/i/a/c/x2/g.java @@ -44,6 +44,6 @@ public final class g implements w { @Override // b.i.a.c.x2.w public void f(x xVar, int i, int i2) { - xVar.E(xVar.f982b + i); + xVar.E(xVar.f983b + i); } } diff --git a/app/src/main/java/b/i/a/c/x2/g0/b.java b/app/src/main/java/b/i/a/c/x2/g0/b.java index b99fe0c146..fd98505058 100644 --- a/app/src/main/java/b/i/a/c/x2/g0/b.java +++ b/app/src/main/java/b/i/a/c/x2/g0/b.java @@ -9,7 +9,7 @@ public final class b implements d { public final byte[] a = new byte[8]; /* renamed from: b reason: collision with root package name */ - public final ArrayDeque f1181b = new ArrayDeque<>(); + public final ArrayDeque f1182b = new ArrayDeque<>(); public final g c = new g(); public c d; public int e; @@ -23,11 +23,11 @@ public final class b implements d { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f1182b; + public final long f1183b; public C0102b(int i, long j, a aVar) { this.a = i; - this.f1182b = j; + this.f1183b = j; } } diff --git a/app/src/main/java/b/i/a/c/x2/g0/e.java b/app/src/main/java/b/i/a/c/x2/g0/e.java index 82f700423f..82a2fa2e81 100644 --- a/app/src/main/java/b/i/a/c/x2/g0/e.java +++ b/app/src/main/java/b/i/a/c/x2/g0/e.java @@ -51,7 +51,7 @@ public class e implements h { public static final byte[] a = {49, 10, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 48, 48, 32, 45, 45, 62, 32, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 48, 48, 10}; /* renamed from: b reason: collision with root package name */ - public static final byte[] f1183b = e0.w("Format: Start, End, ReadOrder, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, Text"); + public static final byte[] f1184b = e0.w("Format: Start, End, ReadOrder, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, Text"); public static final byte[] c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; public static final UUID d = new UUID(72057594037932032L, -9223371306706625679L); public static final Map e; @@ -82,23 +82,23 @@ public class e implements h { public boolean Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f1184a0; + public boolean f1185a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f1185b0; + public boolean f1186b0; /* renamed from: c0 reason: collision with root package name */ - public int f1186c0; + public int f1187c0; /* renamed from: d0 reason: collision with root package name */ - public byte f1187d0; + public byte f1188d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f1188e0; + public boolean f1189e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f1189f0; + public j f1190f0; public final g g; public final SparseArray h; public final boolean i; @@ -113,21 +113,21 @@ public class e implements h { public final x r; /* renamed from: s reason: collision with root package name */ - public final x f1190s; + public final x f1191s; public ByteBuffer t; public long u; @Nullable /* renamed from: z reason: collision with root package name */ - public c f1193z; + public c f1194z; public long v = -1; public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f1191x = -9223372036854775807L; + public long f1192x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f1192y = -9223372036854775807L; + public long f1193y = -9223372036854775807L; public long E = -1; public long F = -1; public long G = -9223372036854775807L; @@ -150,7 +150,7 @@ public class e implements h { public String a; /* renamed from: b reason: collision with root package name */ - public String f1194b; + public String f1195b; public int c; public int d; public int e; @@ -169,20 +169,20 @@ public class e implements h { public int r = -1; /* renamed from: s reason: collision with root package name */ - public float f1195s = 0.0f; + public float f1196s = 0.0f; public float t = 0.0f; public float u = 0.0f; public byte[] v = null; public int w = -1; /* renamed from: x reason: collision with root package name */ - public boolean f1196x = false; + public boolean f1197x = false; /* renamed from: y reason: collision with root package name */ - public int f1197y = -1; + public int f1198y = -1; /* renamed from: z reason: collision with root package name */ - public int f1198z = -1; + public int f1199z = -1; public int A = -1; public int B = 1000; public int C = 200; @@ -247,7 +247,7 @@ public class e implements h { this.p = new x(); this.q = new x(8); this.r = new x(); - this.f1190s = new x(); + this.f1191s = new x(); this.Q = new int[1]; } @@ -289,17 +289,17 @@ public class e implements h { } int i3 = (int) j; iVar.o(fVar.a.a, 0, 4); - fVar.f1199b = 4; + fVar.f1200b = 4; for (long u = fVar.a.u(); u != 440786851; u = ((u << 8) & (-256)) | (fVar.a.a[0] & 255)) { - int i4 = fVar.f1199b + 1; - fVar.f1199b = i4; + int i4 = fVar.f1200b + 1; + fVar.f1200b = i4; if (i4 == i3) { return false; } iVar.o(fVar.a.a, 0, 1); } long a3 = fVar.a(iVar); - long j2 = fVar.f1199b; + long j2 = fVar.f1200b; if (a3 == Long.MIN_VALUE) { return false; } @@ -307,7 +307,7 @@ public class e implements h { return false; } while (true) { - int i5 = (fVar.f1199b > (j2 + a3) ? 1 : (fVar.f1199b == (j2 + a3) ? 0 : -1)); + int i5 = (fVar.f1200b > (j2 + a3) ? 1 : (fVar.f1200b == (j2 + a3) ? 0 : -1)); if (i5 >= 0) { return i5 == 0; } @@ -317,14 +317,14 @@ public class e implements h { if (i != 0) { int i6 = (int) a2; iVar.g(i6); - fVar.f1199b += i6; + fVar.f1200b += i6; } } } @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f1193z == null) { + if (this.f1194z == null) { StringBuilder sb = new StringBuilder(43); sb.append("Element "); sb.append(i); @@ -341,7 +341,7 @@ public class e implements h { if (xVar != null) { xVar.b(cVar.X, j, i, i2, i3, cVar.j); } else { - if ("S_TEXT/UTF8".equals(cVar.f1194b) || "S_TEXT/ASS".equals(cVar.f1194b)) { + if ("S_TEXT/UTF8".equals(cVar.f1195b) || "S_TEXT/ASS".equals(cVar.f1195b)) { if (this.P > 1) { Log.w("MatroskaExtractor", "Skipping subtitle sample in laced block."); } else { @@ -349,7 +349,7 @@ public class e implements h { if (j2 == -9223372036854775807L) { Log.w("MatroskaExtractor", "Skipping subtitle sample with no duration."); } else { - String str = cVar.f1194b; + String str = cVar.f1195b; byte[] bArr2 = this.p.a; str.hashCode(); if (str.equals("S_TEXT/ASS")) { @@ -362,7 +362,7 @@ public class e implements h { throw new IllegalArgumentException(); } System.arraycopy(bArr, 0, bArr2, i4, bArr.length); - int i5 = this.p.f982b; + int i5 = this.p.f983b; while (true) { x xVar2 = this.p; if (i5 >= xVar2.c) { @@ -385,7 +385,7 @@ public class e implements h { if (this.P > 1) { i &= -268435457; } else { - x xVar4 = this.f1190s; + x xVar4 = this.f1191s; int i6 = xVar4.c; cVar.X.f(xVar4, i6, 2); i2 += i6; @@ -426,8 +426,8 @@ public class e implements h { ?? r3 = z3; ?? r4 = z4; while (true) { - b.C0102b peek = bVar.f1181b.peek(); - if (peek == null || iVar.getPosition() < peek.f1182b) { + b.C0102b peek = bVar.f1182b.peek(); + if (peek == null || iVar.getPosition() < peek.f1183b) { if (bVar.e == 0) { long c2 = bVar.c.c(iVar, r4, r3, 4); if (c2 == -2) { @@ -573,28 +573,28 @@ public class e implements h { r4 = 1; } else if (i == r4) { long position = iVar.getPosition(); - bVar.f1181b.push(new b.C0102b(bVar.f, bVar.g + position, null)); + bVar.f1182b.push(new b.C0102b(bVar.f, bVar.g + position, null)); c cVar2 = bVar.d; int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - d.H(eVar.f1189f0); + d.H(eVar.f1190f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f1193z = new c(null); + eVar.f1194z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1L; } else if (i5 == 20533) { eVar.c(i5); - eVar.f1193z.h = true; + eVar.f1194z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f1193z.f1196x = true; + eVar.f1194z.f1197x = true; } else if (i5 == 408125543) { long j3 = eVar.v; if (j3 == -1 || j3 == position) { @@ -608,7 +608,7 @@ public class e implements h { eVar.I = new r(); } else if (i5 == 524531317 && !eVar.A) { if (!eVar.i || eVar.E == -1) { - eVar.f1189f0.a(new t.b(eVar.f1192y, 0L)); + eVar.f1190f0.a(new t.b(eVar.f1193y, 0L)); eVar.A = true; } else { eVar.D = true; @@ -633,22 +633,22 @@ public class e implements h { switch (i6) { case Opcodes.LXOR /* 131 */: eVar2.c(i6); - eVar2.f1193z.d = (int) a4; + eVar2.f1194z.d = (int) a4; break; case Opcodes.L2I /* 136 */: eVar2.c(i6); - eVar2.f1193z.V = a4 == 1; + eVar2.f1194z.V = a4 == 1; break; case 155: eVar2.N = eVar2.m(a4); break; case Opcodes.IF_ICMPEQ /* 159 */: eVar2.c(i6); - eVar2.f1193z.O = (int) a4; + eVar2.f1194z.O = (int) a4; break; case Opcodes.ARETURN /* 176 */: eVar2.c(i6); - eVar2.f1193z.m = (int) a4; + eVar2.f1194z.m = (int) a4; break; case Opcodes.PUTSTATIC /* 179 */: eVar2.a(i6); @@ -656,11 +656,11 @@ public class e implements h { break; case Opcodes.INVOKEDYNAMIC /* 186 */: eVar2.c(i6); - eVar2.f1193z.n = (int) a4; + eVar2.f1194z.n = (int) a4; break; case 215: eVar2.c(i6); - eVar2.f1193z.c = (int) a4; + eVar2.f1194z.c = (int) a4; break; case 231: eVar2.G = eVar2.m(a4); @@ -681,7 +681,7 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f1193z.g = (int) a4; + eVar2.f1194z.g = (int) a4; break; case 16980: if (a4 != 3) { @@ -718,53 +718,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f1193z.w = 3; + eVar2.f1194z.w = 3; break; } } else { - eVar2.f1193z.w = 1; + eVar2.f1194z.w = 1; break; } } else { - eVar2.f1193z.w = 2; + eVar2.f1194z.w = 2; break; } } else { - eVar2.f1193z.w = 0; + eVar2.f1194z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f1193z.o = (int) a4; + eVar2.f1194z.o = (int) a4; break; case 21682: eVar2.c(i6); - eVar2.f1193z.q = (int) a4; + eVar2.f1194z.q = (int) a4; break; case 21690: eVar2.c(i6); - eVar2.f1193z.p = (int) a4; + eVar2.f1194z.p = (int) a4; break; case 21930: eVar2.c(i6); - eVar2.f1193z.U = a4 == 1; + eVar2.f1194z.U = a4 == 1; break; case 21998: eVar2.c(i6); - eVar2.f1193z.f = (int) a4; + eVar2.f1194z.f = (int) a4; break; case 22186: eVar2.c(i6); - eVar2.f1193z.R = a4; + eVar2.f1194z.R = a4; break; case 22203: eVar2.c(i6); - eVar2.f1193z.S = a4; + eVar2.f1194z.S = a4; break; case 25188: eVar2.c(i6); - eVar2.f1193z.P = (int) a4; + eVar2.f1194z.P = (int) a4; break; case 30321: eVar2.c(i6); @@ -773,25 +773,25 @@ public class e implements h { if (i8 != 1) { if (i8 != 2) { if (i8 == 3) { - eVar2.f1193z.r = 3; + eVar2.f1194z.r = 3; break; } } else { - eVar2.f1193z.r = 2; + eVar2.f1194z.r = 2; break; } } else { - eVar2.f1193z.r = 1; + eVar2.f1194z.r = 1; break; } } else { - eVar2.f1193z.r = 0; + eVar2.f1194z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f1193z.e = (int) a4; + eVar2.f1194z.e = (int) a4; break; case 2807729: eVar2.w = a4; @@ -803,11 +803,11 @@ public class e implements h { int i9 = (int) a4; if (i9 != 1) { if (i9 == 2) { - eVar2.f1193z.A = 1; + eVar2.f1194z.A = 1; break; } } else { - eVar2.f1193z.A = 2; + eVar2.f1194z.A = 2; break; } break; @@ -815,26 +815,26 @@ public class e implements h { eVar2.c(i6); int b3 = n.b((int) a4); if (b3 != -1) { - eVar2.f1193z.f1198z = b3; + eVar2.f1194z.f1199z = b3; break; } break; case 21947: eVar2.c(i6); - eVar2.f1193z.f1196x = true; + eVar2.f1194z.f1197x = true; int a5 = n.a((int) a4); if (a5 != -1) { - eVar2.f1193z.f1197y = a5; + eVar2.f1194z.f1198y = a5; break; } break; case 21948: eVar2.c(i6); - eVar2.f1193z.B = (int) a4; + eVar2.f1194z.B = (int) a4; break; case 21949: eVar2.c(i6); - eVar2.f1193z.C = (int) a4; + eVar2.f1194z.C = (int) a4; break; } } @@ -876,14 +876,14 @@ public class e implements h { Objects.requireNonNull(eVar3); if (i10 == 134) { eVar3.c(i10); - eVar3.f1193z.f1194b = str; + eVar3.f1194z.f1195b = str; } else if (i10 != 17026) { if (i10 == 21358) { eVar3.c(i10); - eVar3.f1193z.a = str; + eVar3.f1194z.a = str; } else if (i10 == 2274716) { eVar3.c(i10); - eVar3.f1193z.W = str; + eVar3.f1194z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { StringBuilder sb2 = new StringBuilder(str.length() + 22); @@ -1083,7 +1083,7 @@ public class e implements h { } else if (i13 != 165) { if (i13 == 16877) { eVar4.c(i13); - c cVar7 = eVar4.f1193z; + c cVar7 = eVar4.f1194z; int i55 = cVar7.g; if (i55 == 1685485123 || i55 == 1685480259) { byte[] bArr3 = new byte[i14]; @@ -1095,13 +1095,13 @@ public class e implements h { } else if (i13 == 16981) { eVar4.c(i13); byte[] bArr4 = new byte[i14]; - eVar4.f1193z.i = bArr4; + eVar4.f1194z.i = bArr4; iVar.readFully(bArr4, r3, i14); } else if (i13 == 18402) { byte[] bArr5 = new byte[i14]; iVar.readFully(bArr5, r3, i14); eVar4.c(i13); - eVar4.f1193z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f1194z.j = new w.a(r4, bArr5, r3, r3); } else if (i13 == 21419) { byte[] bArr6 = eVar4.n.a; byte b5 = r3 == true ? (byte) 1 : (byte) 0; @@ -1116,28 +1116,28 @@ public class e implements h { } else if (i13 == 25506) { eVar4.c(i13); byte[] bArr7 = new byte[i14]; - eVar4.f1193z.k = bArr7; + eVar4.f1194z.k = bArr7; iVar.readFully(bArr7, r3, i14); } else if (i13 == 30322) { eVar4.c(i13); byte[] bArr8 = new byte[i14]; - eVar4.f1193z.v = bArr8; + eVar4.f1194z.v = bArr8; iVar.readFully(bArr8, r3, i14); } else { throw b.d.b.a.a.t0(26, "Unexpected id: ", i13, null); } } else if (eVar4.L == 2) { c cVar8 = eVar4.h.get(eVar4.R); - if (eVar4.U != 4 || !"V_VP9".equals(cVar8.f1194b)) { + if (eVar4.U != 4 || !"V_VP9".equals(cVar8.f1195b)) { iVar.l(i14); } else { - x xVar = eVar4.f1190s; + x xVar = eVar4.f1191s; byte[] bArr9 = xVar.a; if (bArr9.length < i14) { bArr9 = new byte[i14]; } xVar.C(bArr9, i14); - iVar.readFully(eVar4.f1190s.a, r3, i14); + iVar.readFully(eVar4.f1191s.a, r3, i14); } } bVar.e = 0; @@ -1152,67 +1152,67 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i56 == 181) { eVar5.c(i56); - eVar5.f1193z.Q = (int) intBitsToFloat; + eVar5.f1194z.Q = (int) intBitsToFloat; } else if (i56 != 17545) { switch (i56) { case 21969: eVar5.c(i56); - eVar5.f1193z.D = (float) intBitsToFloat; + eVar5.f1194z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i56); - eVar5.f1193z.E = (float) intBitsToFloat; + eVar5.f1194z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i56); - eVar5.f1193z.F = (float) intBitsToFloat; + eVar5.f1194z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i56); - eVar5.f1193z.G = (float) intBitsToFloat; + eVar5.f1194z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i56); - eVar5.f1193z.H = (float) intBitsToFloat; + eVar5.f1194z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i56); - eVar5.f1193z.I = (float) intBitsToFloat; + eVar5.f1194z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i56); - eVar5.f1193z.J = (float) intBitsToFloat; + eVar5.f1194z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i56); - eVar5.f1193z.K = (float) intBitsToFloat; + eVar5.f1194z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i56); - eVar5.f1193z.L = (float) intBitsToFloat; + eVar5.f1194z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i56); - eVar5.f1193z.M = (float) intBitsToFloat; + eVar5.f1194z.M = (float) intBitsToFloat; break; default: switch (i56) { case 30323: eVar5.c(i56); - eVar5.f1193z.f1195s = (float) intBitsToFloat; + eVar5.f1194z.f1196s = (float) intBitsToFloat; break; case 30324: eVar5.c(i56); - eVar5.f1193z.t = (float) intBitsToFloat; + eVar5.f1194z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i56); - eVar5.f1193z.u = (float) intBitsToFloat; + eVar5.f1194z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f1191x = (long) intBitsToFloat; + eVar5.f1192x = (long) intBitsToFloat; } bVar.e = r3; } else { @@ -1225,7 +1225,7 @@ public class e implements h { throw b.d.b.a.a.t0(32, "Invalid element type ", i, null); } } else { - e.this.h(bVar.f1181b.pop().a); + e.this.h(bVar.f1182b.pop().a); } } z5 = true; @@ -1271,7 +1271,7 @@ public class e implements h { @Override // b.i.a.c.x2.h public final void f(j jVar) { - this.f1189f0 = jVar; + this.f1190f0 = jVar; } @Override // b.i.a.c.x2.h @@ -1281,7 +1281,7 @@ public class e implements h { this.L = 0; b bVar = (b) this.f; bVar.e = 0; - bVar.f1181b.clear(); + bVar.f1182b.clear(); g gVar = bVar.c; gVar.c = 0; gVar.d = 0; @@ -1292,7 +1292,7 @@ public class e implements h { for (int i = 0; i < this.h.size(); i++) { b.i.a.c.x2.x xVar = this.h.valueAt(i).T; if (xVar != null) { - xVar.f1298b = false; + xVar.f1299b = false; xVar.c = 0; } } @@ -1351,13 +1351,13 @@ public class e implements h { t tVar; int i9; int i10; - d.H(this.f1189f0); + d.H(this.f1190f0); int i11 = 0; if (i != 160) { if (i == 174) { - ?? r0 = this.f1193z; + ?? r0 = this.f1194z; d.H(r0); - String str3 = r0.f1194b; + String str3 = r0.f1195b; if (str3 != null) { switch (str3.hashCode()) { case -2095576542: @@ -1628,9 +1628,9 @@ public class e implements h { break; } if (z2) { - j jVar = this.f1189f0; + j jVar = this.f1190f0; int i12 = r0.c; - String str4 = r0.f1194b; + String str4 = r0.f1195b; str4.hashCode(); switch (str4.hashCode()) { case -2095576542: @@ -1884,9 +1884,9 @@ public class e implements h { int i13 = (r0.V ? 1 : 0) | 0 | (!r0.U ? 2 : 0); bVar = new j1.b(); if (!b.i.a.c.f3.t.h(str5)) { - bVar.f1021x = r0.O; - bVar.f1022y = r0.Q; - bVar.f1023z = i3; + bVar.f1022x = r0.O; + bVar.f1023y = r0.Q; + bVar.f1024z = i3; i4 = 1; } else if (b.i.a.c.f3.t.j(str5)) { if (r0.q == 0) { @@ -1908,7 +1908,7 @@ public class e implements h { if (!(r0.o == i5 || (i8 = r0.p) == i5)) { f = (r0.n * i6) / (r0.m * i8); } - if (r0.f1196x) { + if (r0.f1197x) { if (r0.D == -1.0f || r0.E == -1.0f || r0.F == -1.0f || r0.G == -1.0f || r0.H == -1.0f || r0.I == -1.0f || r0.J == -1.0f || r0.K == -1.0f || r0.L == -1.0f || r0.M == -1.0f) { bArr2 = null; } else { @@ -1928,7 +1928,7 @@ public class e implements h { order.putShort((short) r0.B); order.putShort((short) r0.C); } - nVar = new n(r0.f1197y, r0.A, r0.f1198z, bArr2); + nVar = new n(r0.f1198y, r0.A, r0.f1199z, bArr2); } else { nVar = null; } @@ -1937,7 +1937,7 @@ public class e implements h { Map map = e; if (map.containsKey(str6)) { i7 = map.get(r0.a).intValue(); - if (r0.r == 0 && Float.compare(r0.f1195s, 0.0f) == 0 && Float.compare(r0.t, 0.0f) == 0) { + if (r0.r == 0 && Float.compare(r0.f1196s, 0.0f) == 0 && Float.compare(r0.t, 0.0f) == 0) { if (Float.compare(r0.u, 0.0f) != 0) { i7 = 0; } else if (Float.compare(r0.t, 90.0f) == 0) { @@ -1950,7 +1950,7 @@ public class e implements h { bVar.p = r0.m; bVar.q = r0.n; bVar.t = f; - bVar.f1020s = i7; + bVar.f1021s = i7; bVar.u = r0.v; bVar.v = r0.w; bVar.w = nVar; @@ -1959,7 +1959,7 @@ public class e implements h { bVar.p = r0.m; bVar.q = r0.n; bVar.t = f; - bVar.f1020s = i7; + bVar.f1021s = i7; bVar.u = r0.v; bVar.v = r0.w; bVar.w = nVar; @@ -1973,7 +1973,7 @@ public class e implements h { bVar.p = r0.m; bVar.q = r0.n; bVar.t = f; - bVar.f1020s = i7; + bVar.f1021s = i7; bVar.u = r0.v; bVar.v = r0.w; bVar.w = nVar; @@ -1982,7 +1982,7 @@ public class e implements h { bVar.p = r0.m; bVar.q = r0.n; bVar.t = f; - bVar.f1020s = i7; + bVar.f1021s = i7; bVar.u = r0.v; bVar.v = r0.w; bVar.w = nVar; @@ -1994,7 +1994,7 @@ public class e implements h { } str2 = r0.a; if (str2 != null && !e.containsKey(str2)) { - bVar.f1019b = r0.a; + bVar.f1020b = r0.a; } bVar.b(i12); bVar.k = str5; @@ -2011,7 +2011,7 @@ public class e implements h { this.h.put(r0.c, r0); break; case 2: - x xVar = new x(r0.a(r0.f1194b)); + x xVar = new x(r0.a(r0.f1195b)); try { int l = xVar.l(); if (l != 1) { @@ -2051,7 +2051,7 @@ public class e implements h { } str2 = r0.a; if (str2 != null) { - bVar.f1019b = r0.a; + bVar.f1020b = r0.a; break; } bVar.b(i12); @@ -2174,7 +2174,7 @@ public class e implements h { this.h.put(r0.c, r0); break; case 4: - byte[] a4 = r0.a(r0.f1194b); + byte[] a4 = r0.a(r0.f1195b); try { try { if (a4[0] == 2) { @@ -2322,7 +2322,7 @@ public class e implements h { this.h.put(r0.c, r0); break; case 7: - byte[] a5 = r0.a(r0.f1194b); + byte[] a5 = r0.a(r0.f1195b); try { d.j(16 <= a5.length); long j = (a5[16] & 255) | ((a5[17] & 255) << 8) | ((a5[18] & 255) << 16) | ((255 & a5[19]) << 24); @@ -2383,7 +2383,7 @@ public class e implements h { break; case '\b': byte[] bArr6 = new byte[4]; - System.arraycopy(r0.a(r0.f1194b), 0, bArr6, 0, 4); + System.arraycopy(r0.a(r0.f1195b), 0, bArr6, 0, 4); p u = p.u(bArr6); str5 = "application/dvbsubs"; pVar = u; @@ -2420,9 +2420,9 @@ public class e implements h { this.h.put(r0.c, r0); break; case '\n': - m b2 = m.b(new x(r0.a(r0.f1194b))); + m b2 = m.b(new x(r0.a(r0.f1195b))); List list7 = b2.a; - r0.Y = b2.f984b; + r0.Y = b2.f985b; str = b2.f; str5 = "video/avc"; list5 = list7; @@ -2455,7 +2455,7 @@ public class e implements h { break; case 11: str5 = "application/vobsub"; - pVar = p.u(r0.a(r0.f1194b)); + pVar = p.u(r0.a(r0.f1195b)); list6 = pVar; str = null; list4 = list6; @@ -2523,10 +2523,10 @@ public class e implements h { this.h.put(r0.c, r0); break; case '\r': - List singletonList = Collections.singletonList(r0.a(r0.f1194b)); + List singletonList = Collections.singletonList(r0.a(r0.f1195b)); l.b c4 = l.c(r0.k); r0.Q = c4.a; - r0.O = c4.f1120b; + r0.O = c4.f1121b; str = c4.c; str5 = "audio/mp4a-latm"; list4 = singletonList; @@ -3015,8 +3015,8 @@ public class e implements h { this.h.put(r0.c, r0); break; case 25: - byte[] bArr7 = f1183b; - byte[] a6 = r0.a(r0.f1194b); + byte[] bArr7 = f1184b; + byte[] a6 = r0.a(r0.f1195b); b.i.b.b.a aVar = p.k; Object[] objArr = {bArr7, a6}; str5 = "text/x-ssa"; @@ -3054,9 +3054,9 @@ public class e implements h { this.h.put(r0.c, r0); break; case 26: - q a7 = q.a(new x(r0.a(r0.f1194b))); + q a7 = q.a(new x(r0.a(r0.f1195b))); List list8 = a7.a; - r0.Y = a7.f987b; + r0.Y = a7.f988b; str = a7.d; str5 = "video/hevc"; list5 = list8; @@ -3191,7 +3191,7 @@ public class e implements h { break; case 30: str5 = "audio/flac"; - pVar = Collections.singletonList(r0.a(r0.f1194b)); + pVar = Collections.singletonList(r0.a(r0.f1195b)); list6 = pVar; str = null; list4 = list6; @@ -3226,7 +3226,7 @@ public class e implements h { break; case 31: ArrayList arrayList5 = new ArrayList(3); - arrayList5.add(r0.a(r0.f1194b)); + arrayList5.add(r0.a(r0.f1195b)); ByteBuffer allocate = ByteBuffer.allocate(8); ByteOrder byteOrder = ByteOrder.LITTLE_ENDIAN; arrayList5.add(allocate.order(byteOrder).putLong(r0.R).array()); @@ -3267,7 +3267,7 @@ public class e implements h { throw ParserException.a("Unrecognized codec identifier.", null); } } - this.f1193z = null; + this.f1194z = null; return; } throw ParserException.a("CodecId is missing in TrackEntry element", null); @@ -3286,18 +3286,18 @@ public class e implements h { throw ParserException.a("Mandatory element SeekID or SeekPosition not found", null); } else if (i == 25152) { c(i); - c cVar = this.f1193z; + c cVar = this.f1194z; if (cVar.h) { w.a aVar2 = cVar.j; if (aVar2 != null) { - cVar.l = new DrmInitData(null, true, new DrmInitData.SchemeData(x0.a, "video/webm", aVar2.f1297b)); + cVar.l = new DrmInitData(null, true, new DrmInitData.SchemeData(x0.a, "video/webm", aVar2.f1298b)); return; } throw ParserException.a("Encrypted Track found but ContentEncKeyID was not found", null); } } else if (i == 28032) { c(i); - c cVar2 = this.f1193z; + c cVar2 = this.f1194z; if (cVar2.h && cVar2.i != null) { throw ParserException.a("Combining encryption and compression is not supported", null); } @@ -3305,18 +3305,18 @@ public class e implements h { if (this.w == -9223372036854775807L) { this.w = 1000000L; } - long j3 = this.f1191x; + long j3 = this.f1192x; if (j3 != -9223372036854775807L) { - this.f1192y = m(j3); + this.f1193y = m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!this.A) { - j jVar2 = this.f1189f0; + j jVar2 = this.f1190f0; r rVar = this.H; r rVar2 = this.I; - if (this.v == -1 || this.f1192y == -9223372036854775807L || rVar == null || (i9 = rVar.a) == 0 || rVar2 == null || rVar2.a != i9) { - tVar = new t.b(this.f1192y, 0L); + if (this.v == -1 || this.f1193y == -9223372036854775807L || rVar == null || (i9 = rVar.a) == 0 || rVar2 == null || rVar2.a != i9) { + tVar = new t.b(this.f1193y, 0L); } else { int[] iArr = new int[i9]; long[] jArr = new long[i9]; @@ -3337,7 +3337,7 @@ public class e implements h { i11 = i32; } iArr[i10] = (int) ((this.v + this.u) - jArr[i10]); - jArr2[i10] = this.f1192y - jArr3[i10]; + jArr2[i10] = this.f1193y - jArr3[i10]; long j4 = jArr2[i10]; if (j4 <= 0) { StringBuilder sb5 = new StringBuilder(72); @@ -3358,7 +3358,7 @@ public class e implements h { this.I = null; } } else if (this.h.size() != 0) { - this.f1189f0.j(); + this.f1190f0.j(); } else { throw ParserException.a("No valid tracks were found", null); } @@ -3406,11 +3406,11 @@ public class e implements h { this.X = 0; this.Y = 0; this.Z = false; - this.f1184a0 = false; - this.f1185b0 = false; - this.f1186c0 = 0; - this.f1187d0 = (byte) 0; - this.f1188e0 = false; + this.f1185a0 = false; + this.f1186b0 = false; + this.f1187c0 = 0; + this.f1188d0 = (byte) 0; + this.f1189e0 = false; this.o.A(0); } @@ -3425,12 +3425,12 @@ public class e implements h { @RequiresNonNull({"#2.output"}) public final int n(i iVar, c cVar, int i) throws IOException { int i2; - if ("S_TEXT/UTF8".equals(cVar.f1194b)) { + if ("S_TEXT/UTF8".equals(cVar.f1195b)) { o(iVar, a, i); int i3 = this.X; l(); return i3; - } else if ("S_TEXT/ASS".equals(cVar.f1194b)) { + } else if ("S_TEXT/ASS".equals(cVar.f1195b)) { o(iVar, c, i); int i4 = this.X; l(); @@ -3442,25 +3442,25 @@ public class e implements h { if (cVar.h) { this.T &= -1073741825; int i5 = 128; - if (!this.f1184a0) { + if (!this.f1185a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f1187d0 = bArr[0]; - this.f1184a0 = true; + this.f1188d0 = bArr[0]; + this.f1185a0 = true; } else { throw ParserException.a("Extension bit is set in signal byte", null); } } - byte b2 = this.f1187d0; + byte b2 = this.f1188d0; if ((b2 & 1) == 1) { boolean z3 = (b2 & 2) == 2; this.T |= BasicMeasure.EXACTLY; - if (!this.f1188e0) { + if (!this.f1189e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f1188e0 = true; + this.f1189e0 = true; x xVar = this.l; byte[] bArr2 = xVar.a; if (!z3) { @@ -3475,18 +3475,18 @@ public class e implements h { this.X += 8; } if (z3) { - if (!this.f1185b0) { + if (!this.f1186b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.E(0); - this.f1186c0 = this.l.t(); - this.f1185b0 = true; + this.f1187c0 = this.l.t(); + this.f1186b0 = true; } - int i6 = this.f1186c0 * 4; + int i6 = this.f1187c0 * 4; this.l.A(i6); iVar.readFully(this.l.a, 0, i6); this.W += i6; - short s2 = (short) ((this.f1186c0 / 2) + 1); + short s2 = (short) ((this.f1187c0 / 2) + 1); int i7 = (s2 * 6) + 2; ByteBuffer byteBuffer = this.t; if (byteBuffer == null || byteBuffer.capacity() < i7) { @@ -3497,7 +3497,7 @@ public class e implements h { int i8 = 0; int i9 = 0; while (true) { - i2 = this.f1186c0; + i2 = this.f1187c0; if (i8 >= i2) { break; } @@ -3529,12 +3529,12 @@ public class e implements h { int length = bArr3.length; xVar2.a = bArr3; xVar2.c = length; - xVar2.f982b = 0; + xVar2.f983b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.f1190s.A(0); + this.f1191s.A(0); this.l.A(4); x xVar3 = this.l; byte[] bArr4 = xVar3.a; @@ -3548,7 +3548,7 @@ public class e implements h { this.Z = true; } int i11 = i + this.o.c; - if (!"V_MPEG4/ISO/AVC".equals(cVar.f1194b) && !"V_MPEGH/ISO/HEVC".equals(cVar.f1194b)) { + if (!"V_MPEG4/ISO/AVC".equals(cVar.f1195b) && !"V_MPEGH/ISO/HEVC".equals(cVar.f1195b)) { if (cVar.T != null) { if (this.o.c != 0) { z2 = false; @@ -3579,8 +3579,8 @@ public class e implements h { iVar.readFully(bArr5, i14 + min, i13 - min); if (min > 0) { x xVar4 = this.o; - System.arraycopy(xVar4.a, xVar4.f982b, bArr5, i14, min); - xVar4.f982b += min; + System.arraycopy(xVar4.a, xVar4.f983b, bArr5, i14, min); + xVar4.f983b += min; } this.W += i13; this.k.E(0); @@ -3596,7 +3596,7 @@ public class e implements h { } } } - if ("A_VORBIS".equals(cVar.f1194b)) { + if ("A_VORBIS".equals(cVar.f1195b)) { this.m.E(0); wVar.c(this.m, 4); this.X += 4; diff --git a/app/src/main/java/b/i/a/c/x2/g0/f.java b/app/src/main/java/b/i/a/c/x2/g0/f.java index ab35bb6b1a..b36a5e5b3f 100644 --- a/app/src/main/java/b/i/a/c/x2/g0/f.java +++ b/app/src/main/java/b/i/a/c/x2/g0/f.java @@ -9,7 +9,7 @@ public final class f { public final x a = new x(8); /* renamed from: b reason: collision with root package name */ - public int f1199b; + public int f1200b; public final long a(i iVar) throws IOException { int i = 0; @@ -30,7 +30,7 @@ public final class f { i++; i5 = (this.a.a[i] & 255) + (i5 << 8); } - this.f1199b = i4 + 1 + this.f1199b; + this.f1200b = i4 + 1 + this.f1200b; return i5; } } diff --git a/app/src/main/java/b/i/a/c/x2/g0/g.java b/app/src/main/java/b/i/a/c/x2/g0/g.java index 26d7795520..349c281632 100644 --- a/app/src/main/java/b/i/a/c/x2/g0/g.java +++ b/app/src/main/java/b/i/a/c/x2/g0/g.java @@ -8,7 +8,7 @@ public final class g { public static final long[] a = {128, 64, 32, 16, 8, 4, 2, 1}; /* renamed from: b reason: collision with root package name */ - public final byte[] f1200b = new byte[8]; + public final byte[] f1201b = new byte[8]; public int c; public int d; @@ -39,10 +39,10 @@ public final class g { public long c(i iVar, boolean z2, boolean z3, int i) throws IOException { if (this.c == 0) { - if (!iVar.c(this.f1200b, 0, 1, z2)) { + if (!iVar.c(this.f1201b, 0, 1, z2)) { return -1L; } - int b2 = b(this.f1200b[0] & 255); + int b2 = b(this.f1201b[0] & 255); this.d = b2; if (b2 != -1) { this.c = 1; @@ -56,9 +56,9 @@ public final class g { return -2L; } if (i2 != 1) { - iVar.readFully(this.f1200b, 1, i2 - 1); + iVar.readFully(this.f1201b, 1, i2 - 1); } this.c = 0; - return a(this.f1200b, this.d, z3); + return a(this.f1201b, this.d, z3); } } diff --git a/app/src/main/java/b/i/a/c/x2/h0/c.java b/app/src/main/java/b/i/a/c/x2/h0/c.java index 9f97c86690..87d84465a8 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/c.java +++ b/app/src/main/java/b/i/a/c/x2/h0/c.java @@ -16,6 +16,6 @@ public final class c extends d implements g { @Override // b.i.a.c.x2.h0.g public long d(long j) { - return d.e(j, this.f1165b, this.e); + return d.e(j, this.f1166b, this.e); } } diff --git a/app/src/main/java/b/i/a/c/x2/h0/d.java b/app/src/main/java/b/i/a/c/x2/h0/d.java index 9ce9210df5..e22ed63507 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/d.java +++ b/app/src/main/java/b/i/a/c/x2/h0/d.java @@ -10,7 +10,7 @@ public final class d implements g { public final long a; /* renamed from: b reason: collision with root package name */ - public final r f1201b; + public final r f1202b; public final r c; public long d; @@ -18,7 +18,7 @@ public final class d implements g { this.d = j; this.a = j3; r rVar = new r(); - this.f1201b = rVar; + this.f1202b = rVar; r rVar2 = new r(); this.c = rVar2; rVar.a(0L); @@ -31,7 +31,7 @@ public final class d implements g { } public boolean b(long j) { - r rVar = this.f1201b; + r rVar = this.f1202b; return j - rVar.b(rVar.a - 1) < 100000; } @@ -42,16 +42,16 @@ public final class d implements g { @Override // b.i.a.c.x2.h0.g public long d(long j) { - return this.f1201b.b(e0.c(this.c, j, true, true)); + return this.f1202b.b(e0.c(this.c, j, true, true)); } @Override // b.i.a.c.x2.t public t.a h(long j) { - int c = e0.c(this.f1201b, j, true, true); - long b2 = this.f1201b.b(c); + int c = e0.c(this.f1202b, j, true, true); + long b2 = this.f1202b.b(c); u uVar = new u(b2, this.c.b(c)); if (b2 != j) { - r rVar = this.f1201b; + r rVar = this.f1202b; if (c != rVar.a - 1) { int i = c + 1; return new t.a(uVar, new u(rVar.b(i), this.c.b(i))); diff --git a/app/src/main/java/b/i/a/c/x2/h0/e.java b/app/src/main/java/b/i/a/c/x2/h0/e.java index 3fdcd9f4c5..ca9d41b18d 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/e.java +++ b/app/src/main/java/b/i/a/c/x2/h0/e.java @@ -11,12 +11,12 @@ public final class e implements g { public final long[] a; /* renamed from: b reason: collision with root package name */ - public final long[] f1202b; + public final long[] f1203b; public final long c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; - this.f1202b = jArr2; + this.f1203b = jArr2; this.c = j == -9223372036854775807L ? e0.B(jArr2[jArr2.length - 1]) : j; } @@ -44,12 +44,12 @@ public final class e implements g { @Override // b.i.a.c.x2.h0.g public long d(long j) { - return e0.B(((Long) b(j, this.a, this.f1202b).second).longValue()); + return e0.B(((Long) b(j, this.a, this.f1203b).second).longValue()); } @Override // b.i.a.c.x2.t public t.a h(long j) { - Pair b2 = b(e0.M(e0.i(j, 0L, this.c)), this.f1202b, this.a); + Pair b2 = b(e0.M(e0.i(j, 0L, this.c)), this.f1203b, this.a); return new t.a(new u(e0.B(((Long) b2.first).longValue()), ((Long) b2.second).longValue())); } diff --git a/app/src/main/java/b/i/a/c/x2/h0/f.java b/app/src/main/java/b/i/a/c/x2/h0/f.java index 3b471908e8..d6effa0e92 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/f.java +++ b/app/src/main/java/b/i/a/c/x2/h0/f.java @@ -32,7 +32,7 @@ public final class f implements h { public static final b.a a = b.a; /* renamed from: b reason: collision with root package name */ - public final int f1203b; + public final int f1204b; public final long c; public final x d; public final a0.a e; @@ -52,7 +52,7 @@ public final class f implements h { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f1204s; + public boolean f1205s; public boolean t; public long u; @@ -65,7 +65,7 @@ public final class f implements h { } public f(int i) { - this.f1203b = (i & 2) != 0 ? i | 1 : i; + this.f1204b = (i & 2) != 0 ? i | 1 : i; this.c = -9223372036854775807L; this.d = new x(10); this.e = new a0.a(); @@ -211,7 +211,7 @@ public final class f implements h { } if (gVar != null) { p pVar = fVar.f; - if (!((pVar.f1292b == -1 || pVar.c == -1) ? false : true)) { + if (!((pVar.f1293b == -1 || pVar.c == -1) ? false : true)) { iVar.k(); iVar2 = iVar; iVar2.g(i3 + Opcodes.F2D); @@ -223,7 +223,7 @@ public final class f implements h { int i10 = v >> 12; int i11 = v & 4095; if (i10 > 0 || i11 > 0) { - pVar2.f1292b = i10; + pVar2.f1293b = i10; pVar2.c = i11; } iVar2.l(fVar.e.c); @@ -315,10 +315,10 @@ public final class f implements h { jArr5[i16] = j6; } eVar = new e(jArr4, jArr5, d); - if (!fVar.f1204s) { + if (!fVar.f1205s) { gVar = new g.a(); } else { - if ((fVar.f1203b & 4) != 0) { + if ((fVar.f1204b & 4) != 0) { if (eVar != null) { j2 = eVar.c; } else if (gVar != null) { @@ -335,8 +335,8 @@ public final class f implements h { } else if (gVar == null) { gVar = null; } - if (gVar == null || (!gVar.c() && (fVar.f1203b & 1) != 0)) { - gVar = fVar.c(iVar2, (fVar.f1203b & 2) != 0); + if (gVar == null || (!gVar.c() && (fVar.f1204b & 1) != 0)) { + gVar = fVar.c(iVar2, (fVar.f1204b & 2) != 0); } } fVar.r = gVar; @@ -344,35 +344,35 @@ public final class f implements h { w wVar = fVar.k; j1.b bVar = new j1.b(); a0.a aVar5 = fVar.e; - bVar.k = aVar5.f1114b; + bVar.k = aVar5.f1115b; bVar.l = 4096; - bVar.f1021x = aVar5.e; - bVar.f1022y = aVar5.d; + bVar.f1022x = aVar5.e; + bVar.f1023y = aVar5.d; p pVar3 = fVar.f; - bVar.A = pVar3.f1292b; + bVar.A = pVar3.f1293b; bVar.B = pVar3.c; - bVar.i = (fVar.f1203b & 8) == 0 ? null : fVar.m; + bVar.i = (fVar.f1204b & 8) == 0 ? null : fVar.m; wVar.e(bVar.a()); fVar.p = iVar.getPosition(); } } } eVar = null; - if (!fVar.f1204s) { + if (!fVar.f1205s) { } fVar.r = gVar; fVar.i.a(gVar); w wVar2 = fVar.k; j1.b bVar2 = new j1.b(); a0.a aVar52 = fVar.e; - bVar2.k = aVar52.f1114b; + bVar2.k = aVar52.f1115b; bVar2.l = 4096; - bVar2.f1021x = aVar52.e; - bVar2.f1022y = aVar52.d; + bVar2.f1022x = aVar52.e; + bVar2.f1023y = aVar52.d; p pVar32 = fVar.f; - bVar2.A = pVar32.f1292b; + bVar2.A = pVar32.f1293b; bVar2.B = pVar32.c; - bVar2.i = (fVar.f1203b & 8) == 0 ? null : fVar.m; + bVar2.i = (fVar.f1204b & 8) == 0 ? null : fVar.m; wVar2.e(bVar2.a()); fVar.p = iVar.getPosition(); } @@ -405,21 +405,21 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f1204s) { + if (!fVar.f1205s) { } fVar.r = gVar; fVar.i.a(gVar); w wVar22 = fVar.k; j1.b bVar22 = new j1.b(); a0.a aVar522 = fVar.e; - bVar22.k = aVar522.f1114b; + bVar22.k = aVar522.f1115b; bVar22.l = 4096; - bVar22.f1021x = aVar522.e; - bVar22.f1022y = aVar522.d; + bVar22.f1022x = aVar522.e; + bVar22.f1023y = aVar522.d; p pVar322 = fVar.f; - bVar22.A = pVar322.f1292b; + bVar22.A = pVar322.f1293b; bVar22.B = pVar322.c; - bVar22.i = (fVar.f1203b & 8) == 0 ? null : fVar.m; + bVar22.i = (fVar.f1204b & 8) == 0 ? null : fVar.m; wVar22.e(bVar22.a()); fVar.p = iVar.getPosition(); } @@ -450,21 +450,21 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f1204s) { + if (!fVar.f1205s) { } fVar.r = gVar; fVar.i.a(gVar); w wVar222 = fVar.k; j1.b bVar222 = new j1.b(); a0.a aVar5222 = fVar.e; - bVar222.k = aVar5222.f1114b; + bVar222.k = aVar5222.f1115b; bVar222.l = 4096; - bVar222.f1021x = aVar5222.e; - bVar222.f1022y = aVar5222.d; + bVar222.f1022x = aVar5222.e; + bVar222.f1023y = aVar5222.d; p pVar3222 = fVar.f; - bVar222.A = pVar3222.f1292b; + bVar222.A = pVar3222.f1293b; bVar222.B = pVar3222.c; - bVar222.i = (fVar.f1203b & 8) == 0 ? null : fVar.m; + bVar222.i = (fVar.f1204b & 8) == 0 ? null : fVar.m; wVar222.e(bVar222.a()); fVar.p = iVar.getPosition(); } else { @@ -511,7 +511,7 @@ public final class f implements h { long a3 = fVar.a(fVar.o + aVar.g); long position6 = iVar.getPosition() + fVar.e.c; if (!dVar.b(a3)) { - dVar.f1201b.a(a3); + dVar.f1202b.a(a3); dVar.c.a(position6); } if (fVar.t && dVar.b(fVar.u)) { @@ -611,7 +611,7 @@ public final class f implements h { int i3 = z2 ? 32768 : 131072; iVar.k(); if (iVar.getPosition() == 0) { - Metadata a3 = this.g.a(iVar, (this.f1203b & 8) == 0 ? null : a); + Metadata a3 = this.g.a(iVar, (this.f1204b & 8) == 0 ? null : a); this.m = a3; if (a3 != null) { this.f.b(a3); diff --git a/app/src/main/java/b/i/a/c/x2/h0/h.java b/app/src/main/java/b/i/a/c/x2/h0/h.java index e9203212be..e2adb617e6 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/h.java +++ b/app/src/main/java/b/i/a/c/x2/h0/h.java @@ -9,13 +9,13 @@ public final class h implements g { public final long[] a; /* renamed from: b reason: collision with root package name */ - public final long[] f1205b; + public final long[] f1206b; public final long c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; - this.f1205b = jArr2; + this.f1206b = jArr2; this.c = j; this.d = j2; } @@ -32,7 +32,7 @@ public final class h implements g { @Override // b.i.a.c.x2.h0.g public long d(long j) { - return this.a[e0.e(this.f1205b, j, true, true)]; + return this.a[e0.e(this.f1206b, j, true, true)]; } @Override // b.i.a.c.x2.t @@ -40,7 +40,7 @@ public final class h implements g { int e = e0.e(this.a, j, true, true); long[] jArr = this.a; long j2 = jArr[e]; - long[] jArr2 = this.f1205b; + long[] jArr2 = this.f1206b; u uVar = new u(j2, jArr2[e]); if (j2 >= j || e == jArr.length - 1) { return new t.a(uVar); diff --git a/app/src/main/java/b/i/a/c/x2/h0/i.java b/app/src/main/java/b/i/a/c/x2/h0/i.java index 5d6bf41548..a584472de1 100644 --- a/app/src/main/java/b/i/a/c/x2/h0/i.java +++ b/app/src/main/java/b/i/a/c/x2/h0/i.java @@ -12,7 +12,7 @@ public final class i implements g { public final long a; /* renamed from: b reason: collision with root package name */ - public final int f1206b; + public final int f1207b; public final long c; public final long d; public final long e; @@ -21,7 +21,7 @@ public final class i implements g { public i(long j, int i, long j2, long j3, @Nullable long[] jArr) { this.a = j; - this.f1206b = i; + this.f1207b = i; this.c = j2; this.f = jArr; this.d = j3; @@ -41,7 +41,7 @@ public final class i implements g { @Override // b.i.a.c.x2.h0.g public long d(long j) { long j2 = j - this.a; - if (!c() || j2 <= this.f1206b) { + if (!c() || j2 <= this.f1207b) { return 0L; } long[] jArr = this.f; @@ -61,7 +61,7 @@ public final class i implements g { public t.a h(long j) { long[] jArr; if (!c()) { - return new t.a(new u(0L, this.a + this.f1206b)); + return new t.a(new u(0L, this.a + this.f1207b)); } long i = e0.i(j, 0L, this.c); double d = (i * 100.0d) / this.c; @@ -77,7 +77,7 @@ public final class i implements g { d2 = d3 + (((i2 == 99 ? 256.0d : jArr[i2 + 1]) - d3) * (d - i2)); } } - return new t.a(new u(i, this.a + e0.i(Math.round((d2 / 256.0d) * this.d), this.f1206b, this.d - 1))); + return new t.a(new u(i, this.a + e0.i(Math.round((d2 / 256.0d) * this.d), this.f1207b, this.d - 1))); } @Override // b.i.a.c.x2.t diff --git a/app/src/main/java/b/i/a/c/x2/i0/d.java b/app/src/main/java/b/i/a/c/x2/i0/d.java index 18657af5b5..74b1b4ffde 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/d.java +++ b/app/src/main/java/b/i/a/c/x2/i0/d.java @@ -15,13 +15,13 @@ public abstract class d { public static final class a extends d { /* renamed from: b reason: collision with root package name */ - public final long f1207b; + public final long f1208b; public final List c = new ArrayList(); public final List d = new ArrayList(); public a(int i, long j) { super(i); - this.f1207b = j; + this.f1208b = j; } @Nullable @@ -64,11 +64,11 @@ public abstract class d { public static final class b extends d { /* renamed from: b reason: collision with root package name */ - public final x f1208b; + public final x f1209b; public b(int i, x xVar) { super(i); - this.f1208b = xVar; + this.f1209b = xVar; } } diff --git a/app/src/main/java/b/i/a/c/x2/i0/e.java b/app/src/main/java/b/i/a/c/x2/i0/e.java index 5e838067b0..2f2781796e 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/e.java +++ b/app/src/main/java/b/i/a/c/x2/i0/e.java @@ -47,7 +47,7 @@ public final class e { @Nullable /* renamed from: b reason: collision with root package name */ - public j1 f1209b; + public j1 f1210b; public int c; public int d = 0; @@ -62,11 +62,11 @@ public final class e { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1210b; + public final int f1211b; public final x c; public c(d.b bVar, j1 j1Var) { - x xVar = bVar.f1208b; + x xVar = bVar.f1209b; this.c = xVar; xVar.E(12); int w = xVar.w(); @@ -78,7 +78,7 @@ public final class e { } } this.a = w == 0 ? -1 : w; - this.f1210b = xVar.w(); + this.f1211b = xVar.w(); } @Override // b.i.a.c.x2.i0.e.a @@ -88,7 +88,7 @@ public final class e { @Override // b.i.a.c.x2.i0.e.a public int b() { - return this.f1210b; + return this.f1211b; } @Override // b.i.a.c.x2.i0.e.a @@ -104,17 +104,17 @@ public final class e { public final x a; /* renamed from: b reason: collision with root package name */ - public final int f1211b; + public final int f1212b; public final int c; public int d; public int e; public d(d.b bVar) { - x xVar = bVar.f1208b; + x xVar = bVar.f1209b; this.a = xVar; xVar.E(12); this.c = xVar.w() & 255; - this.f1211b = xVar.w(); + this.f1212b = xVar.w(); } @Override // b.i.a.c.x2.i0.e.a @@ -124,7 +124,7 @@ public final class e { @Override // b.i.a.c.x2.i0.e.a public int b() { - return this.f1211b; + return this.f1212b; } @Override // b.i.a.c.x2.i0.e.a @@ -172,8 +172,8 @@ public final class e { xVar.F(1); int b2 = b(xVar); byte[] bArr = new byte[b2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, b2); - xVar.f982b += b2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, b2); + xVar.f983b += b2; return Pair.create(d2, bArr); } @@ -195,7 +195,7 @@ public final class e { int i3; int i4; byte[] bArr; - int i5 = xVar.f982b; + int i5 = xVar.f983b; while (i5 - i < i2) { xVar.E(i5); int f = xVar.f(); @@ -249,15 +249,15 @@ public final class e { boolean z2 = xVar.t() == i6; int t2 = xVar.t(); byte[] bArr2 = new byte[16]; - System.arraycopy(xVar.a, xVar.f982b, bArr2, 0, 16); - xVar.f982b += 16; + System.arraycopy(xVar.a, xVar.f983b, bArr2, 0, 16); + xVar.f983b += 16; if (!z2 || t2 != 0) { bArr = null; } else { int t3 = xVar.t(); byte[] bArr3 = new byte[t3]; - System.arraycopy(xVar.a, xVar.f982b, bArr3, 0, t3); - xVar.f982b += t3; + System.arraycopy(xVar.a, xVar.f983b, bArr3, 0, t3); + xVar.f983b += t3; bArr = bArr3; } num = num2; @@ -325,7 +325,7 @@ public final class e { b bVar2 = new b(f); int i22 = 0; while (i22 < f) { - int i23 = xVar.f982b; + int i23 = xVar.f983b; int f2 = xVar.f(); String str4 = "childAtomSize must be positive"; b.c.a.a0.d.q(f2 > 0, str4); @@ -338,14 +338,14 @@ public final class e { int y2 = xVar.y(); int y3 = xVar.y(); xVar.F(50); - int i24 = xVar.f982b; + int i24 = xVar.f983b; if (f3 == 1701733238) { i7 = i23; i6 = f2; Pair c2 = c(xVar, i7, i6); if (c2 != null) { f3 = ((Integer) c2.first).intValue(); - drmInitData2 = drmInitData == null ? null : drmInitData.a(((n) c2.second).f1229b); + drmInitData2 = drmInitData == null ? null : drmInitData.a(((n) c2.second).f1230b); bVar2.a[i5] = (n) c2.second; } else { drmInitData2 = drmInitData; @@ -379,11 +379,11 @@ public final class e { break; } xVar.E(i24); - int i29 = xVar.f982b; + int i29 = xVar.f983b; i28 = i28; int f5 = xVar.f(); bArr = bArr2; - if (f5 == 0 && xVar.f982b - i7 == i6) { + if (f5 == 0 && xVar.f983b - i7 == i6) { i8 = y2; i9 = y3; bVar = bVar2; @@ -398,7 +398,7 @@ public final class e { xVar.E(i29 + 8); m b2 = m.b(xVar); list = b2.a; - bVar2.c = b2.f984b; + bVar2.c = b2.f985b; if (!z4) { f4 = b2.e; } @@ -409,7 +409,7 @@ public final class e { xVar.E(i29 + 8); q a2 = q.a(xVar); list = a2.a; - bVar2.c = a2.f987b; + bVar2.c = a2.f988b; if (!z4) { f4 = a2.c; } @@ -606,7 +606,7 @@ public final class e { bVar3.p = i8; bVar3.q = i9; bVar3.t = f4; - bVar3.f1020s = i2; + bVar3.f1021s = i2; bVar3.u = bArr; bVar3.v = i28; bVar3.m = list; @@ -628,7 +628,7 @@ public final class e { bVar3.w = new n(i27, i11, i10, bArr4); j1 a5 = bVar3.a(); bVar2 = bVar; - bVar2.f1209b = a5; + bVar2.f1210b = a5; } } else if (f3 == 1836069985 || f3 == 1701733217 || f3 == 1633889587 || f3 == 1700998451 || f3 == 1633889588 || f3 == 1835823201 || f3 == 1685353315 || f3 == 1685353317 || f3 == 1685353320 || f3 == 1685353324 || f3 == 1685353336 || f3 == 1935764850 || f3 == 1935767394 || f3 == 1819304813 || f3 == 1936684916 || f3 == 1953984371 || f3 == 778924082 || f3 == 778924083 || f3 == 1835557169 || f3 == 1835560241 || f3 == 1634492771 || f3 == 1634492791 || f3 == 1970037111 || f3 == 1332770163 || f3 == 1716281667) { xVar.E(i23 + 8 + 8); @@ -643,15 +643,15 @@ public final class e { i16 = xVar.y(); xVar.F(6); byte[] bArr5 = xVar.a; - int i31 = xVar.f982b; + int i31 = xVar.f983b; int i32 = i31 + 1; - xVar.f982b = i32; + xVar.f983b = i32; f = f; int i33 = i32 + 1; - xVar.f982b = i33; + xVar.f983b = i33; i15 = (bArr5[i32] & 255) | ((bArr5[i31] & 255) << 8); int i34 = i33 + 2; - xVar.f982b = i34; + xVar.f983b = i34; xVar.E(i34 - 4); i13 = xVar.f(); if (i12 == 1) { @@ -671,12 +671,12 @@ public final class e { i3 = f2; bVar2 = bVar2; } - int i35 = xVar.f982b; + int i35 = xVar.f983b; if (f3 == 1701733217) { Pair c3 = c(xVar, i23, f2); if (c3 != null) { f3 = ((Integer) c3.first).intValue(); - drmInitData3 = drmInitData4 == null ? null : drmInitData4.a(((n) c3.second).f1229b); + drmInitData3 = drmInitData4 == null ? null : drmInitData4.a(((n) c3.second).f1230b); bVar2.a[i22] = (n) c3.second; } else { drmInitData3 = drmInitData4; @@ -752,8 +752,8 @@ public final class e { int i36 = f9 - 13; byte[] bArr6 = new byte[i36]; xVar.E(i17 + 13); - System.arraycopy(xVar.a, xVar.f982b, bArr6, 0, i36); - xVar.f982b += i36; + System.arraycopy(xVar.a, xVar.f983b, bArr6, 0, i36); + xVar.f983b += i36; pVar = p.u(bArr6); str4 = str4; i18 = f9; @@ -771,7 +771,7 @@ public final class e { if (f10 == 1684103987) { xVar.E(i17 + 8); String num = Integer.toString(i); - int i37 = b.i.a.c.t2.m.f1121b[(xVar.t() & Opcodes.CHECKCAST) >> 6]; + int i37 = b.i.a.c.t2.m.f1122b[(xVar.t() & Opcodes.CHECKCAST) >> 6]; int t3 = xVar.t(); int i38 = b.i.a.c.t2.m.d[(t3 & 56) >> 3]; if ((t3 & 4) != 0) { @@ -780,16 +780,16 @@ public final class e { j1.b bVar4 = new j1.b(); bVar4.a = num; bVar4.k = str7; - bVar4.f1021x = i38; - bVar4.f1022y = i37; + bVar4.f1022x = i38; + bVar4.f1023y = i37; bVar4.n = drmInitData3; bVar4.c = str3; - bVar2.f1209b = bVar4.a(); + bVar2.f1210b = bVar4.a(); } else if (f10 == 1684366131) { xVar.E(i17 + 8); String num2 = Integer.toString(i); xVar.F(2); - int i39 = b.i.a.c.t2.m.f1121b[(xVar.t() & Opcodes.CHECKCAST) >> 6]; + int i39 = b.i.a.c.t2.m.f1122b[(xVar.t() & Opcodes.CHECKCAST) >> 6]; int t4 = xVar.t(); int i40 = b.i.a.c.t2.m.d[(t4 & 14) >> 1]; if ((t4 & 1) != 0) { @@ -802,11 +802,11 @@ public final class e { j1.b bVar5 = new j1.b(); bVar5.a = num2; bVar5.k = str10; - bVar5.f1021x = i40; - bVar5.f1022y = i39; + bVar5.f1022x = i40; + bVar5.f1023y = i39; bVar5.n = drmInitData3; bVar5.c = str3; - bVar2.f1209b = bVar5.a(); + bVar2.f1210b = bVar5.a(); } else if (f10 == 1684103988) { xVar.E(i17 + 8); String num3 = Integer.toString(i); @@ -815,11 +815,11 @@ public final class e { j1.b bVar6 = new j1.b(); bVar6.a = num3; bVar6.k = "audio/ac4"; - bVar6.f1021x = 2; - bVar6.f1022y = i41; + bVar6.f1022x = 2; + bVar6.f1023y = i41; bVar6.n = drmInitData3; bVar6.c = str3; - bVar2.f1209b = bVar6.a(); + bVar2.f1210b = bVar6.a(); } else { if (f10 == 1684892784) { if (i13 > 0) { @@ -833,12 +833,12 @@ public final class e { j1.b bVar7 = new j1.b(); bVar7.b(i); bVar7.k = str8; - bVar7.f1021x = i16; + bVar7.f1022x = i16; i15 = i15; - bVar7.f1022y = i15; + bVar7.f1023y = i15; bVar7.n = drmInitData3; bVar7.c = str3; - bVar2.f1209b = bVar7.a(); + bVar2.f1210b = bVar7.a(); str7 = str7; pVar = pVar; str4 = str9; @@ -864,8 +864,8 @@ public final class e { bArr8[3] = 67; xVar.E(i17 + 12); str7 = str7; - System.arraycopy(xVar.a, xVar.f982b, bArr8, 4, i43); - xVar.f982b += i43; + System.arraycopy(xVar.a, xVar.f983b, bArr8, 4, i43); + xVar.f983b += i43; pVar = p.u(bArr8); } else { str7 = str7; @@ -873,8 +873,8 @@ public final class e { int i44 = i18 - 12; byte[] bArr9 = new byte[i44]; xVar.E(i17 + 12); - System.arraycopy(xVar.a, xVar.f982b, bArr9, 0, i44); - xVar.f982b += i44; + System.arraycopy(xVar.a, xVar.f983b, bArr9, 0, i44); + xVar.f983b += i44; x xVar2 = new x(bArr9); xVar2.E(9); int t5 = xVar2.t(); @@ -916,7 +916,7 @@ public final class e { i18 = i18; i13 = i13; } else { - i21 = xVar.f982b; + i21 = xVar.f983b; b.c.a.a0.d.q(i21 >= i17, null); while (i21 - i17 < i18) { xVar.E(i21); @@ -943,7 +943,7 @@ public final class e { if ("audio/mp4a-latm".equals(str8)) { l.b b3 = l.b(new w(bArr10), false); i15 = b3.a; - i16 = b3.f1120b; + i16 = b3.f1121b; str2 = b3.c; } else { str2 = str2; @@ -965,18 +965,18 @@ public final class e { } i4 = i23; i3 = f2; - if (bVar2.f1209b == null && str8 != null) { + if (bVar2.f1210b == null && str8 != null) { j1.b bVar8 = new j1.b(); bVar8.b(i); bVar8.k = str8; bVar8.h = str2; - bVar8.f1021x = i16; - bVar8.f1022y = i15; - bVar8.f1023z = i14; + bVar8.f1022x = i16; + bVar8.f1023y = i15; + bVar8.f1024z = i14; bVar8.m = pVar; bVar8.n = drmInitData3; bVar8.c = str3; - bVar2.f1209b = bVar8.a(); + bVar2.f1210b = bVar8.a(); } bVar2 = bVar2; } @@ -989,18 +989,18 @@ public final class e { } i4 = i23; i3 = f2; - if (bVar2.f1209b == null) { + if (bVar2.f1210b == null) { j1.b bVar82 = new j1.b(); bVar82.b(i); bVar82.k = str8; bVar82.h = str2; - bVar82.f1021x = i16; - bVar82.f1022y = i15; - bVar82.f1023z = i14; + bVar82.f1022x = i16; + bVar82.f1023y = i15; + bVar82.f1024z = i14; bVar82.m = pVar; bVar82.n = drmInitData3; bVar82.c = str3; - bVar2.f1209b = bVar82.a(); + bVar2.f1210b = bVar82.a(); } bVar2 = bVar2; } else { @@ -1012,8 +1012,8 @@ public final class e { if (f3 == 1954034535) { int i45 = (f2 - 8) - 8; byte[] bArr11 = new byte[i45]; - System.arraycopy(xVar.a, xVar.f982b, bArr11, 0, i45); - xVar.f982b += i45; + System.arraycopy(xVar.a, xVar.f983b, bArr11, 0, i45); + xVar.f983b += i45; pVar2 = p.u(bArr11); str11 = "application/x-quicktime-tx3g"; j1.b bVar9 = new j1.b(); @@ -1022,7 +1022,7 @@ public final class e { bVar9.c = str3; bVar9.o = j; bVar9.m = pVar2; - bVar2.f1209b = bVar9.a(); + bVar2.f1210b = bVar9.a(); } else if (f3 == 2004251764) { str11 = "application/x-mp4-vtt"; } else if (f3 == 1937010800) { @@ -1041,7 +1041,7 @@ public final class e { bVar92.c = str3; bVar92.o = j; bVar92.m = pVar2; - bVar2.f1209b = bVar92.a(); + bVar2.f1210b = bVar92.a(); } else if (f3 == 1835365492) { xVar.E(i23 + 8 + 8); if (f3 == 1835365492) { @@ -1051,14 +1051,14 @@ public final class e { j1.b bVar10 = new j1.b(); bVar10.b(i); bVar10.k = n; - bVar2.f1209b = bVar10.a(); + bVar2.f1210b = bVar10.a(); } } } else if (f3 == 1667329389) { j1.b bVar11 = new j1.b(); bVar11.b(i); bVar11.k = "application/x-camera-motion"; - bVar2.f1209b = bVar11.a(); + bVar2.f1210b = bVar11.a(); } f = f; bVar2 = bVar2; @@ -1145,14 +1145,14 @@ public final class e { Objects.requireNonNull(b3); d.b c4 = b3.c(1751411826); Objects.requireNonNull(c4); - x xVar = c4.f1208b; + x xVar = c4.f1209b; xVar.E(16); int f = xVar.f(); int i10 = f == 1936684398 ? 1 : f == 1986618469 ? 2 : (f == 1952807028 || f == 1935832172 || f == 1937072756 || f == 1668047728) ? 3 : f == 1835365473 ? 5 : -1; if (i10 != -1) { d.b c5 = aVar4.c(1953196132); Objects.requireNonNull(c5); - x xVar2 = c5.f1208b; + x xVar2 = c5.f1209b; int i11 = 8; xVar2.E(8); int f2 = (xVar2.f() >> 24) & 255; @@ -1162,7 +1162,7 @@ public final class e { xVar2.F(i11); int f3 = xVar2.f(); xVar2.F(4); - int i12 = xVar2.f982b; + int i12 = xVar2.f983b; int i13 = f2 == 0 ? 4 : 8; int i14 = 0; while (true) { @@ -1192,7 +1192,7 @@ public final class e { if (j == -9223372036854775807L) { j3 = j; } - x xVar3 = c3.f1208b; + x xVar3 = c3.f1209b; xVar3.E(8); xVar3.F(((xVar3.f() >> 24) & 255) != 0 ? 8 : 16); long u = xVar3.u(); @@ -1206,7 +1206,7 @@ public final class e { Objects.requireNonNull(b5); d.b c6 = b3.c(1835296868); Objects.requireNonNull(c6); - x xVar4 = c6.f1208b; + x xVar4 = c6.f1209b; xVar4.E(8); int f8 = (xVar4.f() >> 24) & 255; xVar4.F(f8 != 0 ? 8 : 16); @@ -1220,13 +1220,13 @@ public final class e { Pair create = Pair.create(Long.valueOf(u2), sb.toString()); d.b c7 = b5.c(1937011556); Objects.requireNonNull(c7); - d2 = d(c7.f1208b, f3, i15, (String) create.second, drmInitData, z3); + d2 = d(c7.f1209b, f3, i15, (String) create.second, drmInitData, z3); if (!z2 && (b2 = aVar4.b(1701082227)) != null) { c2 = b2.c(1701606260); if (c2 != null) { pair = null; } else { - x xVar5 = c2.f1208b; + x xVar5 = c2.f1209b; xVar5.E(8); int f9 = (xVar5.f() >> 24) & 255; int w = xVar5.w(); @@ -1255,8 +1255,8 @@ public final class e { if (pair != null) { jArr6 = (long[]) pair.first; jArr5 = (long[]) pair.second; - if (d2.f1209b != null) { - mVar = new m(f3, i10, ((Long) create.first).longValue(), u, j5, d2.f1209b, d2.d, d2.a, d2.c, jArr6, jArr5); + if (d2.f1210b != null) { + mVar = new m(f3, i10, ((Long) create.first).longValue(), u, j5, d2.f1210b, d2.d, d2.a, d2.c, jArr6, jArr5); eVar2 = eVar; apply = eVar2.apply(mVar); if (apply != null) { @@ -1291,17 +1291,17 @@ public final class e { } else { z4 = false; } - x xVar6 = c10.f1208b; + x xVar6 = c10.f1209b; d.b c11 = b8.c(1937011555); Objects.requireNonNull(c11); - x xVar7 = c11.f1208b; + x xVar7 = c11.f1209b; d.b c12 = b8.c(1937011827); Objects.requireNonNull(c12); - x xVar8 = c12.f1208b; + x xVar8 = c12.f1209b; d.b c13 = b8.c(1937011571); - x xVar9 = c13 != null ? c13.f1208b : null; + x xVar9 = c13 != null ? c13.f1209b : null; d.b c14 = b8.c(1668576371); - x xVar10 = c14 != null ? c14.f1208b : null; + x xVar10 = c14 != null ? c14.f1209b : null; xVar6.E(12); int w2 = xVar6.w(); xVar7.E(12); @@ -1542,7 +1542,7 @@ public final class e { e0.G(jArr2, 1000000L, mVar2.c); pVar2 = new p(mVar2, jArr, iArr, i4, jArr2, iArr2, F); } else { - if (jArr3.length == 1 && mVar2.f1228b == 1 && jArr2.length >= 2) { + if (jArr3.length == 1 && mVar2.f1229b == 1 && jArr2.length >= 2) { long[] jArr11 = mVar2.i; Objects.requireNonNull(jArr11); long j12 = jArr11[0]; @@ -1556,7 +1556,7 @@ public final class e { long F3 = e0.F(j12 - jArr2[0], mVar2.f.K, mVar2.c); long F4 = e0.F(j13, mVar2.f.K, mVar2.c); if (!(F3 == 0 && F4 == 0) && F3 <= 2147483647L && F4 <= 2147483647L) { - pVar.f1292b = (int) F3; + pVar.f1293b = (int) F3; pVar.c = (int) F4; e0.G(jArr2, 1000000L, mVar2.c); pVar2 = new p(mVar2, jArr4, iArr, i5, jArr2, iArr3, e0.F(mVar2.h[0], 1000000L, mVar2.d)); @@ -1577,7 +1577,7 @@ public final class e { } pVar2 = new p(mVar2, jArr4, iArr, i5, jArr2, iArr3, e0.F(j2 - j14, 1000000L, mVar2.c)); } else { - boolean z9 = mVar2.f1228b == 1; + boolean z9 = mVar2.f1229b == 1; int[] iArr8 = new int[jArr12.length]; int[] iArr9 = new int[jArr12.length]; long[] jArr14 = mVar2.i; @@ -1685,7 +1685,7 @@ public final class e { } jArr6 = null; jArr5 = null; - if (d2.f1209b != null) { + if (d2.f1210b != null) { } } } @@ -1701,7 +1701,7 @@ public final class e { } if (j == -9223372036854775807L) { } - x xVar32 = c3.f1208b; + x xVar32 = c3.f1209b; xVar32.E(8); xVar32.F(((xVar32.f() >> 24) & 255) != 0 ? 8 : 16); long u3 = xVar32.u(); @@ -1714,7 +1714,7 @@ public final class e { Objects.requireNonNull(b52); d.b c62 = b3.c(1835296868); Objects.requireNonNull(c62); - x xVar42 = c62.f1208b; + x xVar42 = c62.f1209b; xVar42.E(8); int f82 = (xVar42.f() >> 24) & 255; xVar42.F(f82 != 0 ? 8 : 16); @@ -1728,7 +1728,7 @@ public final class e { Pair create2 = Pair.create(Long.valueOf(u22), sb3.toString()); d.b c72 = b52.c(1937011556); Objects.requireNonNull(c72); - d2 = d(c72.f1208b, f3, i15, (String) create2.second, drmInitData, z3); + d2 = d(c72.f1209b, f3, i15, (String) create2.second, drmInitData, z3); if (!z2) { c2 = b2.c(1701606260); if (c2 != null) { @@ -1738,7 +1738,7 @@ public final class e { } jArr6 = null; jArr5 = null; - if (d2.f1209b != null) { + if (d2.f1210b != null) { } } mVar = null; diff --git a/app/src/main/java/b/i/a/c/x2/i0/f.java b/app/src/main/java/b/i/a/c/x2/i0/f.java index 1eb4c46d36..b93314c1af 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/f.java +++ b/app/src/main/java/b/i/a/c/x2/i0/f.java @@ -5,13 +5,13 @@ public final class f { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1212b; + public final int f1213b; public final int c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; - this.f1212b = i2; + this.f1213b = i2; this.c = i3; this.d = i4; } diff --git a/app/src/main/java/b/i/a/c/x2/i0/g.java b/app/src/main/java/b/i/a/c/x2/i0/g.java index e1d393bc4f..17c99dd9ab 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/g.java +++ b/app/src/main/java/b/i/a/c/x2/i0/g.java @@ -38,7 +38,7 @@ public class g implements h { public static final byte[] a = {-94, 57, 79, 82, 90, -101, 79, 20, -94, 68, 108, 66, 124, 100, -115, -12}; /* renamed from: b reason: collision with root package name */ - public static final j1 f1213b; + public static final j1 f1214b; public int A; public int B; public boolean C; @@ -54,16 +54,16 @@ public class g implements h { @Nullable /* renamed from: s reason: collision with root package name */ - public x f1214s; + public x f1215s; public long t; public int u; @Nullable /* renamed from: y reason: collision with root package name */ - public b f1216y; + public b f1217y; /* renamed from: z reason: collision with root package name */ - public int f1217z; + public int f1218z; public final b.i.a.c.z2.i.b k = new b.i.a.c.z2.i.b(); public final x l = new x(16); public final x f = new x(u.a); @@ -76,7 +76,7 @@ public class g implements h { public long v = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f1215x = -9223372036854775807L; + public long f1216x = -9223372036854775807L; public j D = j.d; public w[] E = new w[0]; public w[] F = new w[0]; @@ -87,11 +87,11 @@ public class g implements h { public final long a; /* renamed from: b reason: collision with root package name */ - public final int f1218b; + public final int f1219b; public a(long j, int i) { this.a = j; - this.f1218b = i; + this.f1219b = i; } } @@ -108,7 +108,7 @@ public class g implements h { public boolean l; /* renamed from: b reason: collision with root package name */ - public final o f1219b = new o(); + public final o f1220b = new o(); public final x c = new x(); public final x j = new x(1); public final x k = new x(); @@ -124,7 +124,7 @@ public class g implements h { } public long a() { - return !this.l ? this.d.c[this.f] : this.f1219b.f[this.h]; + return !this.l ? this.d.c[this.f] : this.f1220b.f[this.h]; } @Nullable @@ -132,7 +132,7 @@ public class g implements h { if (!this.l) { return null; } - o oVar = this.f1219b; + o oVar = this.f1220b; f fVar = oVar.a; int i = e0.a; int i2 = fVar.a; @@ -153,7 +153,7 @@ public class g implements h { } int i = this.g + 1; this.g = i; - int[] iArr = this.f1219b.g; + int[] iArr = this.f1220b.g; int i2 = this.h; if (i != iArr[i2]) { return true; @@ -171,7 +171,7 @@ public class g implements h { } int i3 = b2.d; if (i3 != 0) { - xVar = this.f1219b.n; + xVar = this.f1220b.n; } else { byte[] bArr = b2.e; int i4 = e0.a; @@ -179,11 +179,11 @@ public class g implements h { int length = bArr.length; xVar2.a = bArr; xVar2.c = length; - xVar2.f982b = 0; + xVar2.f983b = 0; i3 = bArr.length; xVar = xVar2; } - o oVar = this.f1219b; + o oVar = this.f1220b; boolean z2 = oVar.k && oVar.l[this.f]; boolean z3 = z2 || i2 != 0; x xVar3 = this.j; @@ -209,7 +209,7 @@ public class g implements h { this.a.f(xVar4, 8, 1); return i3 + 1 + 8; } - x xVar5 = this.f1219b.n; + x xVar5 = this.f1220b.n; int y2 = xVar5.y(); xVar5.F(-2); int i5 = (y2 * 6) + 2; @@ -227,7 +227,7 @@ public class g implements h { } public void e() { - o oVar = this.f1219b; + o oVar = this.f1220b; oVar.d = 0; oVar.p = 0L; oVar.q = false; @@ -245,7 +245,7 @@ public class g implements h { static { j1.b bVar = new j1.b(); bVar.k = "application/x-emsg"; - f1213b = bVar.a(); + f1214b = bVar.a(); } public g(int i) { @@ -274,7 +274,7 @@ public class g implements h { if (arrayList == null) { arrayList = new ArrayList(); } - byte[] bArr = bVar.f1208b.a; + byte[] bArr = bVar.f1209b.a; j v1 = b.c.a.a0.d.v1(bArr); UUID uuid = v1 == null ? null : v1.a; if (uuid == null) { @@ -311,7 +311,7 @@ public class g implements h { } xVar2.a = bArr; xVar2.c = a2; - xVar2.f982b = 0; + xVar2.f983b = 0; oVar.k = true; oVar.o = true; xVar.e(bArr, 0, a2); @@ -388,7 +388,7 @@ public class g implements h { } else if (j5 == 0) { long b2 = iVar.b(); if (b2 == -1 && !this.m.isEmpty()) { - b2 = this.m.peek().f1207b; + b2 = this.m.peek().f1208b; } if (b2 != -1) { this.q = (b2 - iVar.getPosition()) + this.r; @@ -404,15 +404,15 @@ public class g implements h { if (this.p == 1836019558) { int size = this.e.size(); for (int i5 = 0; i5 < size; i5++) { - o oVar = this.e.valueAt(i5).f1219b; + o oVar = this.e.valueAt(i5).f1220b; Objects.requireNonNull(oVar); oVar.c = position; - oVar.f1230b = position; + oVar.f1231b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f1216y = null; + this.f1217y = null; this.t = position + this.q; this.o = 2; } else if (i6 == 1836019574 || i6 == 1953653099 || i6 == 1835297121 || i6 == 1835626086 || i6 == 1937007212 || i6 == 1836019558 || i6 == 1953653094 || i6 == 1836475768 || i6 == 1701082227) { @@ -429,7 +429,7 @@ public class g implements h { if (j6 <= 2147483647L) { x xVar = new x((int) j6); System.arraycopy(this.l.a, 0, xVar.a, 0, 8); - this.f1214s = xVar; + this.f1215s = xVar; this.o = 1; } else { throw ParserException.b("Leaf atom with length > 2147483647 (unsupported)."); @@ -438,7 +438,7 @@ public class g implements h { throw ParserException.b("Leaf atom defines extended atom size (unsupported)."); } } else if (this.q <= 2147483647L) { - this.f1214s = null; + this.f1215s = null; this.o = 1; } else { throw ParserException.b("Skipping atom with length > 2147483647 (unsupported)."); @@ -451,7 +451,7 @@ public class g implements h { } } else if (i2 == 1) { int i7 = ((int) this.q) - this.r; - x xVar2 = this.f1214s; + x xVar2 = this.f1215s; if (xVar2 != null) { iVar.readFully(xVar2.a, 8, i7); int i8 = this.p; @@ -504,7 +504,7 @@ public class g implements h { } } Pair create = Pair.create(Long.valueOf(F), new c(iArr, jArr, jArr2, jArr3)); - this.f1215x = ((Long) create.first).longValue(); + this.f1216x = ((Long) create.first).longValue(); this.D.a((t) create.second); this.G = true; } else if (i8 == 1701671783 && this.E.length != 0) { @@ -518,7 +518,7 @@ public class g implements h { Objects.requireNonNull(str); long u3 = xVar2.u(); long F2 = e0.F(xVar2.u(), 1000000L, u3); - long j11 = this.f1215x; + long j11 = this.f1216x; if (j11 != -9223372036854775807L) { j10 = j11 + F2; } @@ -539,21 +539,21 @@ public class g implements h { } byte[] bArr = new byte[xVar2.a()]; int a2 = xVar2.a(); - System.arraycopy(xVar2.a, xVar2.f982b, bArr, 0, a2); - xVar2.f982b += a2; + System.arraycopy(xVar2.a, xVar2.f983b, bArr, 0, a2); + xVar2.f983b += a2; b.i.a.c.z2.i.b bVar2 = this.k; bVar2.a.reset(); try { - DataOutputStream dataOutputStream = bVar2.f1320b; + DataOutputStream dataOutputStream = bVar2.f1321b; dataOutputStream.writeBytes(str2); dataOutputStream.writeByte(0); - DataOutputStream dataOutputStream2 = bVar2.f1320b; + DataOutputStream dataOutputStream2 = bVar2.f1321b; dataOutputStream2.writeBytes(str); dataOutputStream2.writeByte(0); - bVar2.f1320b.writeLong(j2); - bVar2.f1320b.writeLong(j); - bVar2.f1320b.write(bArr); - bVar2.f1320b.flush(); + bVar2.f1321b.writeLong(j2); + bVar2.f1321b.writeLong(j); + bVar2.f1321b.write(bArr); + bVar2.f1321b.flush(); x xVar3 = new x(bVar2.a.toByteArray()); int a3 = xVar3.a(); for (w wVar : this.E) { @@ -577,7 +577,7 @@ public class g implements h { } j(iVar.getPosition()); } else if (i2 != 2) { - b bVar3 = this.f1216y; + b bVar3 = this.f1217y; if (bVar3 == null) { SparseArray sparseArray = this.e; int size2 = sparseArray.size(); @@ -586,7 +586,7 @@ public class g implements h { for (int i10 = 0; i10 < size2; i10++) { b valueAt = sparseArray.valueAt(i10); boolean z4 = valueAt.l; - if ((z4 || valueAt.f != valueAt.d.f1231b) && (!z4 || valueAt.h != valueAt.f1219b.d)) { + if ((z4 || valueAt.f != valueAt.d.f1232b) && (!z4 || valueAt.h != valueAt.f1220b.d)) { long a4 = valueAt.a(); if (a4 < j12) { bVar4 = valueAt; @@ -613,48 +613,48 @@ public class g implements h { a5 = 0; } iVar.l(a5); - this.f1216y = bVar4; + this.f1217y = bVar4; bVar3 = bVar4; } } char c = 6; if (this.o == 3) { - int i11 = !bVar3.l ? bVar3.d.d[bVar3.f] : bVar3.f1219b.h[bVar3.f]; - this.f1217z = i11; + int i11 = !bVar3.l ? bVar3.d.d[bVar3.f] : bVar3.f1220b.h[bVar3.f]; + this.f1218z = i11; if (bVar3.f < bVar3.i) { iVar.l(i11); n b3 = bVar3.b(); if (b3 != null) { - x xVar4 = bVar3.f1219b.n; + x xVar4 = bVar3.f1220b.n; int i12 = b3.d; if (i12 != 0) { xVar4.F(i12); } - o oVar2 = bVar3.f1219b; + o oVar2 = bVar3.f1220b; if (oVar2.k && oVar2.l[bVar3.f]) { xVar4.F(xVar4.y() * 6); } } if (!bVar3.c()) { - this.f1216y = null; + this.f1217y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar3.d.a.g == 1) { - this.f1217z = i11 - 8; + this.f1218z = i11 - 8; iVar.l(8); } if ("audio/ac4".equals(bVar3.d.a.f.w)) { - this.A = bVar3.d(this.f1217z, 7); - n.a(this.f1217z, this.j); + this.A = bVar3.d(this.f1218z, 7); + n.a(this.f1218z, this.j); bVar3.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar3.d(this.f1217z, 0); + this.A = bVar3.d(this.f1218z, 0); } - this.f1217z += this.A; + this.f1218z += this.A; this.o = 4; this.B = 0; } @@ -662,12 +662,12 @@ public class g implements h { p pVar = bVar3.d; m mVar = pVar.a; w wVar3 = bVar3.a; - long j13 = !bVar3.l ? pVar.f[bVar3.f] : bVar3.f1219b.i[bVar3.f]; + long j13 = !bVar3.l ? pVar.f[bVar3.f] : bVar3.f1220b.i[bVar3.f]; int i13 = mVar.j; if (i13 == 0) { while (true) { int i14 = this.A; - int i15 = this.f1217z; + int i15 = this.f1218z; if (i14 >= i15) { break; } @@ -680,7 +680,7 @@ public class g implements h { bArr2[2] = 0; int i16 = i13 + 1; int i17 = 4 - i13; - while (this.A < this.f1217z) { + while (this.A < this.f1218z) { int i18 = this.B; if (i18 == 0) { iVar.readFully(bArr2, i17, i16); @@ -699,13 +699,13 @@ public class g implements h { z2 = true; this.C = z2; this.A += 5; - this.f1217z += i17; + this.f1218z += i17; } } z2 = false; this.C = z2; this.A += 5; - this.f1217z += i17; + this.f1218z += i17; } else { throw ParserException.a("Invalid NAL length", null); } @@ -730,25 +730,25 @@ public class g implements h { } } } - int i19 = !bVar3.l ? bVar3.d.g[bVar3.f] : bVar3.f1219b.j[bVar3.f] ? 1 : 0; + int i19 = !bVar3.l ? bVar3.d.g[bVar3.f] : bVar3.f1220b.j[bVar3.f] ? 1 : 0; if (bVar3.b() != null) { i19 |= BasicMeasure.EXACTLY; } n b5 = bVar3.b(); - wVar3.d(j13, i19, this.f1217z, 0, b5 != null ? b5.c : null); + wVar3.d(j13, i19, this.f1218z, 0, b5 != null ? b5.c : null); while (!this.n.isEmpty()) { a removeFirst = this.n.removeFirst(); - this.u -= removeFirst.f1218b; + this.u -= removeFirst.f1219b; long j14 = removeFirst.a + j13; w[] wVarArr2 = this.E; int i20 = 0; for (int length = wVarArr2.length; i20 < length; length = length) { - wVarArr2[i20].d(j14, 1, removeFirst.f1218b, this.u, null); + wVarArr2[i20].d(j14, 1, removeFirst.f1219b, this.u, null); i20++; } } if (!bVar3.c()) { - this.f1216y = null; + this.f1217y = null; } this.o = 3; i3 = 1; @@ -759,7 +759,7 @@ public class g implements h { long j15 = Long.MAX_VALUE; b bVar5 = null; for (int i21 = 0; i21 < size3; i21++) { - o oVar3 = this.e.valueAt(i21).f1219b; + o oVar3 = this.e.valueAt(i21).f1220b; if (oVar3.o) { long j16 = oVar3.c; if (j16 < j15) { @@ -774,7 +774,7 @@ public class g implements h { int position5 = (int) (j15 - iVar.getPosition()); if (position5 >= 0) { iVar.l(position5); - o oVar4 = bVar5.f1219b; + o oVar4 = bVar5.f1220b; x xVar6 = oVar4.n; iVar.readFully(xVar6.a, 0, xVar6.c); oVar4.n.E(0); @@ -805,7 +805,7 @@ public class g implements h { w[] wVarArr2 = (w[]) e0.D(this.E, i); this.E = wVarArr2; for (w wVar : wVarArr2) { - wVar.e(f1213b); + wVar.e(f1214b); } this.F = new w[this.d.size()]; for (int i3 = 0; i3 < this.F.length; i3++) { @@ -847,7 +847,7 @@ public class g implements h { int i10; g gVar = this; g gVar2 = gVar; - while (!gVar2.m.isEmpty() && gVar2.m.peek().f1207b == j) { + while (!gVar2.m.isEmpty() && gVar2.m.peek().f1208b == j) { d.a pop = gVar2.m.pop(); int i11 = pop.a; int i12 = 12; @@ -864,12 +864,12 @@ public class g implements h { d.b bVar = b2.c.get(i13); int i14 = bVar.a; if (i14 == 1953654136) { - x xVar = bVar.f1208b; + x xVar = bVar.f1209b; xVar.E(i12); Pair create = Pair.create(Integer.valueOf(xVar.f()), new f(xVar.f() - 1, xVar.f(), xVar.f(), xVar.f())); sparseArray.put(((Integer) create.first).intValue(), (f) create.second); } else if (i14 == 1835362404) { - x xVar2 = bVar.f1208b; + x xVar2 = bVar.f1209b; xVar2.E(8); j3 = ((xVar2.f() >> 24) & 255) == 0 ? xVar2.u() : xVar2.x(); i13++; @@ -884,7 +884,7 @@ public class g implements h { for (int i15 = 0; i15 < size2; i15++) { p pVar = (p) arrayList.get(i15); m mVar = pVar.a; - gVar2.e.put(mVar.a, new b(gVar2.D.p(i15, mVar.f1228b), pVar, gVar2.d(sparseArray, mVar.a))); + gVar2.e.put(mVar.a, new b(gVar2.D.p(i15, mVar.f1229b), pVar, gVar2.d(sparseArray, mVar.a))); gVar2.w = Math.max(gVar2.w, mVar.e); } gVar2.D.j(); @@ -915,7 +915,7 @@ public class g implements h { if (aVar.a == 1953653094) { d.b c = aVar.c(1952868452); Objects.requireNonNull(c); - x xVar3 = c.f1208b; + x xVar3 = c.f1209b; xVar3.E(i17); int f = xVar3.f() & ViewCompat.MEASURED_SIZE_MASK; b bVar3 = sparseArray2.get(xVar3.f()); @@ -924,15 +924,15 @@ public class g implements h { } else { if ((f & 1) != 0) { long x2 = xVar3.x(); - o oVar = bVar3.f1219b; - oVar.f1230b = x2; + o oVar = bVar3.f1220b; + oVar.f1231b = x2; oVar.c = x2; } f fVar = bVar3.e; - bVar3.f1219b.a = new f((f & 2) != 0 ? xVar3.f() - 1 : fVar.a, (f & 8) != 0 ? xVar3.f() : fVar.f1212b, (f & 16) != 0 ? xVar3.f() : fVar.c, (f & 32) != 0 ? xVar3.f() : fVar.d); + bVar3.f1220b.a = new f((f & 2) != 0 ? xVar3.f() - 1 : fVar.a, (f & 8) != 0 ? xVar3.f() : fVar.f1213b, (f & 16) != 0 ? xVar3.f() : fVar.c, (f & 32) != 0 ? xVar3.f() : fVar.d); } if (bVar3 != null) { - o oVar2 = bVar3.f1219b; + o oVar2 = bVar3.f1220b; long j4 = oVar2.p; boolean z2 = oVar2.q; bVar3.e(); @@ -942,7 +942,7 @@ public class g implements h { oVar2.p = j4; oVar2.q = z2; } else { - x xVar4 = c2.f1208b; + x xVar4 = c2.f1209b; xVar4.E(i17); oVar2.p = ((xVar4.f() >> 24) & 255) == 1 ? xVar4.x() : xVar4.u(); oVar2.q = true; @@ -959,7 +959,7 @@ public class g implements h { } d.b bVar4 = list.get(i20); if (bVar4.a == 1953658222) { - x xVar5 = bVar4.f1208b; + x xVar5 = bVar4.f1209b; xVar5.E(12); int w = xVar5.w(); if (w > 0) { @@ -976,7 +976,7 @@ public class g implements h { bVar3.h = 0; bVar3.g = 0; bVar3.f = 0; - o oVar3 = bVar3.f1219b; + o oVar3 = bVar3.f1220b; oVar3.d = i21; oVar3.e = i22; if (oVar3.g.length < i21) { @@ -997,20 +997,20 @@ public class g implements h { d.b bVar5 = list.get(i24); if (bVar5.a == i2) { i26++; - x xVar6 = bVar5.f1208b; + x xVar6 = bVar5.f1209b; xVar6.E(8); int f2 = xVar6.f() & ViewCompat.MEASURED_SIZE_MASK; list = list; m mVar3 = bVar3.d.a; size4 = size4; - o oVar4 = bVar3.f1219b; + o oVar4 = bVar3.f1220b; f fVar2 = oVar4.a; int i27 = e0.a; oVar4.g[i26] = xVar6.w(); long[] jArr = oVar4.f; i19 = i19; aVar = aVar; - jArr[i26] = oVar4.f1230b; + jArr[i26] = oVar4.f1231b; if ((f2 & 1) != 0) { pop = pop; bArr = bArr; @@ -1039,7 +1039,7 @@ public class g implements h { int[] iArr = oVar4.h; long[] jArr3 = oVar4.i; boolean[] zArr = oVar4.j; - boolean z8 = (mVar3.f1228b == 2 || (i18 & 1) == 0) ? false : true; + boolean z8 = (mVar3.f1229b == 2 || (i18 & 1) == 0) ? false : true; i5 = oVar4.g[i26] + i25; i18 = i18; long j5 = mVar3.c; @@ -1051,7 +1051,7 @@ public class g implements h { z4 = z4; } else { z4 = z4; - i7 = fVar2.f1212b; + i7 = fVar2.f1213b; } a(i7); if (z5) { @@ -1105,7 +1105,7 @@ public class g implements h { int[] iArr2 = oVar4.h; long[] jArr32 = oVar4.i; boolean[] zArr2 = oVar4.j; - if (mVar3.f1228b == 2) { + if (mVar3.f1229b == 2) { } i5 = oVar4.g[i26] + i25; i18 = i18; @@ -1141,7 +1141,7 @@ public class g implements h { d.b c3 = aVar.c(1935763834); if (c3 != null) { Objects.requireNonNull(a2); - x xVar7 = c3.f1208b; + x xVar7 = c3.f1209b; int i29 = a2.d; xVar7.E(8); if ((xVar7.f() & ViewCompat.MEASURED_SIZE_MASK & 1) == 1) { @@ -1180,7 +1180,7 @@ public class g implements h { } d.b c4 = aVar.c(1935763823); if (c4 != null) { - x xVar9 = c4.f1208b; + x xVar9 = c4.f1209b; xVar9.E(8); int f3 = xVar9.f(); if ((16777215 & f3 & 1) == 1) { @@ -1196,14 +1196,14 @@ public class g implements h { byte[] bArr4 = null; d.b c5 = aVar.c(1936027235); if (c5 != null) { - i(c5.f1208b, 0, oVar2); + i(c5.f1209b, 0, oVar2); } - String str = a2 != null ? a2.f1229b : null; + String str = a2 != null ? a2.f1230b : null; x xVar10 = null; x xVar11 = null; for (int i32 = 0; i32 < aVar.c.size(); i32++) { d.b bVar6 = aVar.c.get(i32); - x xVar12 = bVar6.f1208b; + x xVar12 = bVar6.f1209b; int i33 = bVar6.a; if (i33 == 1935828848) { xVar12.E(12); @@ -1244,13 +1244,13 @@ public class g implements h { if (z9) { int t4 = xVar11.t(); byte[] bArr5 = new byte[16]; - System.arraycopy(xVar11.a, xVar11.f982b, bArr5, 0, 16); - xVar11.f982b += 16; + System.arraycopy(xVar11.a, xVar11.f983b, bArr5, 0, 16); + xVar11.f983b += 16; if (t4 == 0) { int t5 = xVar11.t(); bArr4 = new byte[t5]; - System.arraycopy(xVar11.a, xVar11.f982b, bArr4, 0, t5); - xVar11.f982b += t5; + System.arraycopy(xVar11.a, xVar11.f983b, bArr4, 0, t5); + xVar11.f983b += t5; } oVar2.k = true; oVar2.m = new n(z9, str, t4, bArr5, i34, i35, bArr4); @@ -1266,11 +1266,11 @@ public class g implements h { for (int i36 = 0; i36 < size5; i36++) { d.b bVar7 = aVar.c.get(i36); if (bVar7.a == 1970628964) { - x xVar13 = bVar7.f1208b; + x xVar13 = bVar7.f1209b; xVar13.E(8); bArr2 = bArr2; - System.arraycopy(xVar13.a, xVar13.f982b, bArr2, 0, 16); - xVar13.f982b += 16; + System.arraycopy(xVar13.a, xVar13.f983b, bArr2, 0, 16); + xVar13.f983b += 16; if (Arrays.equals(bArr2, a)) { i(xVar13, 16, oVar2); } @@ -1300,11 +1300,11 @@ public class g implements h { for (int i37 = 0; i37 < size6; i37++) { b valueAt = gVar.e.valueAt(i37); m mVar5 = valueAt.d.a; - f fVar4 = valueAt.f1219b.a; + f fVar4 = valueAt.f1220b.a; int i38 = e0.a; n a3 = mVar5.a(fVar4.a); if (a3 != null) { - str2 = a3.f1229b; + str2 = a3.f1230b; } DrmInitData a4 = h2.a(str2); j1.b a5 = valueAt.d.a.f.a(); @@ -1319,7 +1319,7 @@ public class g implements h { long j7 = gVar.v; int i40 = valueAt2.f; while (true) { - o oVar5 = valueAt2.f1219b; + o oVar5 = valueAt2.f1220b; if (i40 < oVar5.e && oVar5.i[i40] < j7) { if (oVar5.j[i40]) { valueAt2.i = i40; diff --git a/app/src/main/java/b/i/a/c/x2/i0/h.java b/app/src/main/java/b/i/a/c/x2/i0/h.java index 904c9d9b8a..1f79aacf02 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/h.java +++ b/app/src/main/java/b/i/a/c/x2/i0/h.java @@ -43,8 +43,8 @@ public final class h { xVar.F(4); int i = f - 16; byte[] bArr = new byte[i]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i); - xVar.f982b += i; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i); + xVar.f983b += i; return new ApicFrame(str, null, 3, bArr); } Log.w("MetadataUtil", "Failed to parse cover art attribute"); diff --git a/app/src/main/java/b/i/a/c/x2/i0/i.java b/app/src/main/java/b/i/a/c/x2/i0/i.java index 1f701e27db..bfec9a135b 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/i.java +++ b/app/src/main/java/b/i/a/c/x2/i0/i.java @@ -34,7 +34,7 @@ public final class i implements h, t { public static final /* synthetic */ int a = 0; /* renamed from: b reason: collision with root package name */ - public final int f1220b; + public final int f1221b; public final x c; public final x d; public final x e; @@ -54,18 +54,18 @@ public final class i implements h, t { public int r; /* renamed from: s reason: collision with root package name */ - public j f1221s; + public j f1222s; public a[] t; public long[][] u; public int v; public long w; /* renamed from: x reason: collision with root package name */ - public int f1222x; + public int f1223x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f1223y; + public MotionPhotoMetadata f1224y; /* compiled from: Mp4Extractor.java */ /* loaded from: classes3.dex */ @@ -73,7 +73,7 @@ public final class i implements h, t { public final m a; /* renamed from: b reason: collision with root package name */ - public final p f1224b; + public final p f1225b; public final w c; @Nullable public final b.i.a.c.x2.x d; @@ -81,7 +81,7 @@ public final class i implements h, t { public a(m mVar, p pVar, w wVar) { this.a = mVar; - this.f1224b = pVar; + this.f1225b = pVar; this.c = wVar; this.d = "audio/true-hd".equals(mVar.f.w) ? new b.i.a.c.x2.x() : null; } @@ -92,7 +92,7 @@ public final class i implements h, t { } public i(int i) { - this.f1220b = i; + this.f1221b = i; this.j = (i & 4) != 0 ? 3 : 0; this.h = new k(); this.i = new ArrayList(); @@ -114,7 +114,7 @@ public final class i implements h, t { @Override // b.i.a.c.x2.h public boolean b(b.i.a.c.x2.i iVar) throws IOException { - return l.a(iVar, false, (this.f1220b & 2) != 0); + return l.a(iVar, false, (this.f1221b & 2) != 0); } @Override // b.i.a.c.x2.t @@ -144,11 +144,11 @@ public final class i implements h, t { if (i2 == 0) { if (this.m == 0) { if (!iVar.c(this.f.a, 0, 8, true)) { - if (this.f1222x == 2 && (this.f1220b & 2) != 0) { - j jVar = this.f1221s; + if (this.f1223x == 2 && (this.f1221b & 2) != 0) { + j jVar = this.f1222s; Objects.requireNonNull(jVar); w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f1223y; + MotionPhotoMetadata motionPhotoMetadata = this.f1224y; Metadata metadata = motionPhotoMetadata == null ? null : new Metadata(motionPhotoMetadata); j1.b bVar = new j1.b(); bVar.i = metadata; @@ -175,7 +175,7 @@ public final class i implements h, t { } else if (j == 0) { long b2 = iVar.b(); if (b2 == -1 && (peek = this.g.peek()) != null) { - b2 = peek.f1207b; + b2 = peek.f1208b; } if (b2 != -1) { this.l = (b2 - iVar.getPosition()) + this.m; @@ -195,13 +195,13 @@ public final class i implements h, t { iVar.o(this.e.a, 0, 8); x xVar = this.e; byte[] bArr = e.a; - int i7 = xVar.f982b; + int i7 = xVar.f983b; xVar.F(4); if (xVar.f() != 1751411826) { i7 += 4; } xVar.E(i7); - iVar.l(this.e.f982b); + iVar.l(this.e.f983b); iVar.k(); } this.g.push(new d.a(this.k, j5)); @@ -222,7 +222,7 @@ public final class i implements h, t { long j6 = this.m; long j7 = position2 - j6; if (this.k == 1836086884) { - this.f1223y = new MotionPhotoMetadata(0L, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f1224y = new MotionPhotoMetadata(0L, j7, -9223372036854775807L, j7 + j6, this.l - j6); } this.n = null; this.j = 1; @@ -266,7 +266,7 @@ public final class i implements h, t { } } } - this.f1222x = i8; + this.f1223x = i8; } else if (!this.g.isEmpty()) { this.g.peek().c.add(new d.b(this.k, xVar3)); } @@ -303,8 +303,8 @@ public final class i implements h, t { } a aVar = aVarArr[i11]; int i13 = aVar.e; - p pVar = aVar.f1224b; - if (i13 != pVar.f1231b) { + p pVar = aVar.f1225b; + if (i13 != pVar.f1232b) { long j12 = pVar.c[i13]; long j13 = this.u[i11][i13]; long j14 = j12 - position4; @@ -336,7 +336,7 @@ public final class i implements h, t { a aVar2 = aVarArr2[this.o]; w wVar = aVar2.c; int i15 = aVar2.e; - p pVar2 = aVar2.f1224b; + p pVar2 = aVar2.f1225b; long j15 = pVar2.c[i15]; int i16 = pVar2.d[i15]; b.i.a.c.x2.x xVar4 = aVar2.d; @@ -403,12 +403,12 @@ public final class i implements h, t { } } } - p pVar3 = aVar2.f1224b; + p pVar3 = aVar2.f1225b; long j17 = pVar3.f[i15]; int i21 = pVar3.g[i15]; if (xVar4 != null) { xVar4.b(wVar, j17, i21, i16, 0, null); - if (i15 + 1 == aVar2.f1224b.f1231b) { + if (i15 + 1 == aVar2.f1225b.f1232b) { xVar4.a(wVar, null); } } else { @@ -519,10 +519,10 @@ public final class i implements h, t { } else { throw ParserException.a("Invalid SEF name", null); } - int i27 = aVar3.f1227b - (h + 8); + int i27 = aVar3.f1228b - (h + 8); if (c == 2192) { ArrayList arrayList = new ArrayList(); - List a2 = k.f1226b.a(xVar6.q(i27)); + List a2 = k.f1227b.a(xVar6.q(i27)); for (int i28 = 0; i28 < a2.size(); i28++) { List a3 = k.a.a(a2.get(i28)); if (a3.size() == 3) { @@ -570,7 +570,7 @@ public final class i implements h, t { @Override // b.i.a.c.x2.h public void f(j jVar) { - this.f1221s = jVar; + this.f1222s = jVar; } @Override // b.i.a.c.x2.h @@ -585,7 +585,7 @@ public final class i implements h, t { a[] aVarArr = this.t; if (aVarArr != null) { for (a aVar : aVarArr) { - p pVar = aVar.f1224b; + p pVar = aVar.f1225b; int a2 = pVar.a(j2); if (a2 == -1) { a2 = pVar.b(j2); @@ -593,7 +593,7 @@ public final class i implements h, t { aVar.e = a2; b.i.a.c.x2.x xVar = aVar.d; if (xVar != null) { - xVar.f1298b = false; + xVar.f1299b = false; xVar.c = 0; } } @@ -622,7 +622,7 @@ public final class i implements h, t { long j5 = -1; int i = this.v; if (i != -1) { - p pVar = this.t[i].f1224b; + p pVar = this.t[i].f1225b; int a2 = pVar.a(j4); if (a2 == -1) { a2 = pVar.b(j4); @@ -632,7 +632,7 @@ public final class i implements h, t { } long j6 = pVar.f[a2]; j2 = pVar.c[a2]; - if (j6 >= j4 || a2 >= pVar.f1231b - 1 || (b2 = pVar.b(j4)) == -1 || b2 == a2) { + if (j6 >= j4 || a2 >= pVar.f1232b - 1 || (b2 = pVar.b(j4)) == -1 || b2 == a2) { j3 = -9223372036854775807L; } else { j3 = pVar.f[b2]; @@ -651,7 +651,7 @@ public final class i implements h, t { break; } if (i2 != this.v) { - p pVar2 = aVarArr2[i2].f1224b; + p pVar2 = aVarArr2[i2].f1225b; j2 = k(pVar2, j4, j2); if (j3 != -9223372036854775807L) { j5 = k(pVar2, j3, j5); @@ -837,7 +837,7 @@ public final class i implements h, t { r4 = new java.util.ArrayList(); */ /* JADX WARN: Code restructure failed: missing block: B:29:0x00a3, code lost: - r5 = r3.f982b; + r5 = r3.f983b; */ /* JADX WARN: Code restructure failed: missing block: B:30:0x00a5, code lost: if (r5 >= r6) goto L_0x02d9; @@ -986,7 +986,7 @@ public final class i implements h, t { r6 = r13; */ /* JADX WARN: Code restructure failed: missing block: B:95:0x01b7, code lost: - r9 = r3.f982b; + r9 = r3.f983b; */ /* JADX WARN: Code restructure failed: missing block: B:96:0x01b9, code lost: if (r9 >= r7) goto L_0x01f4; @@ -1030,11 +1030,11 @@ public final class i implements h, t { int i5; int i6; MdtaMetadataEntry mdtaMetadataEntry; - while (!this.g.isEmpty() && this.g.peek().f1207b == j) { + while (!this.g.isEmpty() && this.g.peek().f1208b == j) { d.a pop = this.g.pop(); if (pop.a == 1836019574) { ArrayList arrayList2 = new ArrayList(); - boolean z3 = this.f1222x == 1; + boolean z3 = this.f1223x == 1; p pVar = new p(); d.b c = pop.c(1969517665); int i7 = 1768715124; @@ -1045,26 +1045,26 @@ public final class i implements h, t { Metadata metadata5 = null; if (c != null) { byte[] bArr = e.a; - x xVar = c.f1208b; + x xVar = c.f1209b; xVar.E(8); Metadata metadata6 = null; String str = null; while (xVar.a() >= i11) { - int i12 = xVar.f982b; + int i12 = xVar.f983b; int f = xVar.f(); int f2 = xVar.f(); if (f2 == i9) { xVar.E(i12); int i13 = i12 + f; xVar.F(i11); - int i14 = xVar.f982b; + int i14 = xVar.f983b; xVar.F(i10); if (xVar.f() != i8) { i14 += 4; } xVar.E(i14); while (true) { - int i15 = xVar.f982b; + int i15 = xVar.f983b; if (i15 >= i13) { arrayList2 = arrayList2; z3 = z3; @@ -1088,7 +1088,7 @@ public final class i implements h, t { int i16 = i12 + f; xVar.F(12); while (true) { - int i17 = xVar.f982b; + int i17 = xVar.f983b; if (i17 >= i16) { break; } @@ -1139,10 +1139,10 @@ public final class i implements h, t { d.b c3 = b2.c(1801812339); d.b c4 = b2.c(1768715124); if (!(c2 == null || c3 == null || c4 == null)) { - x xVar2 = c2.f1208b; + x xVar2 = c2.f1209b; xVar2.E(16); if (xVar2.f() == 1835299937) { - x xVar3 = c3.f1208b; + x xVar3 = c3.f1209b; xVar3.E(12); int f6 = xVar3.f(); String[] strArr = new String[f6]; @@ -1151,11 +1151,11 @@ public final class i implements h, t { xVar3.F(4); strArr[i18] = xVar3.q(f7 - 8); } - x xVar4 = c4.f1208b; + x xVar4 = c4.f1209b; xVar4.E(8); ArrayList arrayList3 = new ArrayList(); for (int i19 = 8; xVar4.a() > i19; i19 = 8) { - int i20 = xVar4.f982b; + int i20 = xVar4.f983b; int f8 = xVar4.f(); int f9 = xVar4.f() - 1; if (f9 < 0 || f9 >= f6) { @@ -1167,7 +1167,7 @@ public final class i implements h, t { String str2 = strArr[f9]; int i21 = i20 + f8; while (true) { - int i22 = xVar4.f982b; + int i22 = xVar4.f983b; if (i22 >= i21) { f6 = f6; strArr = strArr; @@ -1184,8 +1184,8 @@ public final class i implements h, t { byte[] bArr3 = new byte[i23]; strArr = strArr; metadata2 = metadata2; - System.arraycopy(xVar4.a, xVar4.f982b, bArr3, 0, i23); - xVar4.f982b += i23; + System.arraycopy(xVar4.a, xVar4.f983b, bArr3, 0, i23); + xVar4.f983b += i23; mdtaMetadataEntry = new MdtaMetadataEntry(str2, bArr3, f12, f11); break; } @@ -1201,8 +1201,8 @@ public final class i implements h, t { metadata3 = metadata2; if (!arrayList3.isEmpty()) { metadata4 = new Metadata(arrayList3); - List

e = e.e(pop, pVar, -9223372036854775807L, null, (this.f1220b & 1) != 0, z2, a.a); - j jVar = this.f1221s; + List

e = e.e(pop, pVar, -9223372036854775807L, null, (this.f1221b & 1) != 0, z2, a.a); + j jVar = this.f1222s; Objects.requireNonNull(jVar); ArrayList arrayList4 = (ArrayList) e; size = arrayList4.size(); @@ -1212,7 +1212,7 @@ public final class i implements h, t { int i24 = -1; while (i2 < size) { p pVar2 = (p) arrayList4.get(i2); - if (pVar2.f1231b == 0) { + if (pVar2.f1232b == 0) { metadata = metadata; arrayList4 = arrayList4; size = size; @@ -1224,18 +1224,18 @@ public final class i implements h, t { j4 = pVar2.h; } j2 = Math.max(j2, j4); - a aVar = new a(mVar, pVar2, jVar.p(i2, mVar.f1228b)); + a aVar = new a(mVar, pVar2, jVar.p(i2, mVar.f1229b)); arrayList4 = arrayList4; int i25 = "audio/true-hd".equals(mVar.f.w) ? pVar2.e * 16 : pVar2.e + 30; j1.b a2 = mVar.f.a(); a2.l = i25; - int i26 = mVar.f1228b; + int i26 = mVar.f1229b; size = size; - if (i26 == 2 && j4 > 0 && (i6 = pVar2.f1231b) > 1) { + if (i26 == 2 && j4 > 0 && (i6 = pVar2.f1232b) > 1) { a2.r = i6 / (((float) j4) / 1000000.0f); } if (i26 == 1) { - int i27 = pVar.f1292b; + int i27 = pVar.f1293b; if ((i27 == -1 || pVar.c == -1) ? false : true) { a2.A = i27; a2.B = pVar.c; @@ -1260,7 +1260,7 @@ public final class i implements h, t { a2.i = metadata7; } aVar.c.e(a2.a()); - if (mVar.f1228b != 2) { + if (mVar.f1229b != 2) { i24 = i24; if (i24 == -1) { i24 = arrayList.size(); @@ -1280,7 +1280,7 @@ public final class i implements h, t { if (metadata7.j.length > 0) { } aVar.c.e(a2.a()); - if (mVar.f1228b != 2) { + if (mVar.f1229b != 2) { } arrayList = arrayList; arrayList.add(aVar); @@ -1312,7 +1312,7 @@ public final class i implements h, t { if (metadata7.j.length > 0) { } aVar.c.e(a2.a()); - if (mVar.f1228b != 2) { + if (mVar.f1229b != 2) { } arrayList = arrayList; arrayList.add(aVar); @@ -1324,7 +1324,7 @@ public final class i implements h, t { if (metadata7.j.length > 0) { } aVar.c.e(a2.a()); - if (mVar.f1228b != 2) { + if (mVar.f1229b != 2) { } arrayList = arrayList; arrayList.add(aVar); @@ -1343,8 +1343,8 @@ public final class i implements h, t { long[] jArr2 = new long[aVarArr.length]; boolean[] zArr = new boolean[aVarArr.length]; for (i3 = 0; i3 < aVarArr.length; i3++) { - jArr[i3] = new long[aVarArr[i3].f1224b.f1231b]; - jArr2[i3] = aVarArr[i3].f1224b.f[0]; + jArr[i3] = new long[aVarArr[i3].f1225b.f1232b]; + jArr2[i3] = aVarArr[i3].f1225b.f[0]; } i4 = 0; while (i4 < aVarArr.length) { @@ -1358,11 +1358,11 @@ public final class i implements h, t { } int i31 = iArr[i29]; jArr[i29][i31] = j5; - j5 += aVarArr[i29].f1224b.d[i31]; + j5 += aVarArr[i29].f1225b.d[i31]; int i32 = i31 + 1; iArr[i29] = i32; if (i32 < jArr[i29].length) { - jArr2[i29] = aVarArr[i29].f1224b.f[i32]; + jArr2[i29] = aVarArr[i29].f1225b.f[i32]; } else { zArr[i29] = true; i4++; @@ -1375,8 +1375,8 @@ public final class i implements h, t { this.j = 2; } metadata4 = null; - List

e2 = e.e(pop, pVar, -9223372036854775807L, null, (this.f1220b & 1) != 0, z2, a.a); - j jVar2 = this.f1221s; + List

e2 = e.e(pop, pVar, -9223372036854775807L, null, (this.f1221b & 1) != 0, z2, a.a); + j jVar2 = this.f1222s; Objects.requireNonNull(jVar2); ArrayList arrayList42 = (ArrayList) e2; size = arrayList42.size(); @@ -1410,8 +1410,8 @@ public final class i implements h, t { } metadata3 = metadata2; metadata4 = null; - List

e22 = e.e(pop, pVar, -9223372036854775807L, null, (this.f1220b & 1) != 0, z2, a.a); - j jVar22 = this.f1221s; + List

e22 = e.e(pop, pVar, -9223372036854775807L, null, (this.f1221b & 1) != 0, z2, a.a); + j jVar22 = this.f1222s; Objects.requireNonNull(jVar22); ArrayList arrayList422 = (ArrayList) e22; size = arrayList422.size(); diff --git a/app/src/main/java/b/i/a/c/x2/i0/j.java b/app/src/main/java/b/i/a/c/x2/i0/j.java index bc4725317e..615db0ffd1 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/j.java +++ b/app/src/main/java/b/i/a/c/x2/i0/j.java @@ -7,12 +7,12 @@ public class j { public final UUID a; /* renamed from: b reason: collision with root package name */ - public final int f1225b; + public final int f1226b; public final byte[] c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; - this.f1225b = i; + this.f1226b = i; this.c = bArr; } } diff --git a/app/src/main/java/b/i/a/c/x2/i0/k.java b/app/src/main/java/b/i/a/c/x2/i0/k.java index 511c09613d..74a30302dc 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/k.java +++ b/app/src/main/java/b/i/a/c/x2/i0/k.java @@ -11,7 +11,7 @@ public final class k { public static final b.i.b.a.k a = new b.i.b.a.k(new j(new b.C0129b(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR))); /* renamed from: b reason: collision with root package name */ - public static final b.i.b.a.k f1226b = new b.i.b.a.k(new j(new b.C0129b('*'))); + public static final b.i.b.a.k f1227b = new b.i.b.a.k(new j(new b.C0129b('*'))); public final List c = new ArrayList(); public int d = 0; public int e; @@ -22,11 +22,11 @@ public final class k { public final long a; /* renamed from: b reason: collision with root package name */ - public final int f1227b; + public final int f1228b; public a(int i, long j, int i2) { this.a = j; - this.f1227b = i2; + this.f1228b = i2; } } } diff --git a/app/src/main/java/b/i/a/c/x2/i0/m.java b/app/src/main/java/b/i/a/c/x2/i0/m.java index fa5eaf6452..e2f1619652 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/m.java +++ b/app/src/main/java/b/i/a/c/x2/i0/m.java @@ -8,7 +8,7 @@ public final class m { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1228b; + public final int f1229b; public final long c; public final long d; public final long e; @@ -24,7 +24,7 @@ public final class m { public m(int i, int i2, long j, long j2, long j3, j1 j1Var, int i3, @Nullable n[] nVarArr, int i4, @Nullable long[] jArr, @Nullable long[] jArr2) { this.a = i; - this.f1228b = i2; + this.f1229b = i2; this.c = j; this.d = j2; this.e = j3; diff --git a/app/src/main/java/b/i/a/c/x2/i0/n.java b/app/src/main/java/b/i/a/c/x2/i0/n.java index 2d5d87a04c..2f4df06d01 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/n.java +++ b/app/src/main/java/b/i/a/c/x2/i0/n.java @@ -11,7 +11,7 @@ public final class n { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1229b; + public final String f1230b; public final w.a c; public final int d; @Nullable @@ -29,7 +29,7 @@ public final class n { int i4 = 1; d.j((i == 0) ^ (bArr2 == null)); this.a = z2; - this.f1229b = str; + this.f1230b = str; this.d = i; this.e = bArr2; if (str != null) { diff --git a/app/src/main/java/b/i/a/c/x2/i0/o.java b/app/src/main/java/b/i/a/c/x2/i0/o.java index 41b240926f..593b5fc70b 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/o.java +++ b/app/src/main/java/b/i/a/c/x2/i0/o.java @@ -8,7 +8,7 @@ public final class o { public f a; /* renamed from: b reason: collision with root package name */ - public long f1230b; + public long f1231b; public long c; public int d; public int e; diff --git a/app/src/main/java/b/i/a/c/x2/i0/p.java b/app/src/main/java/b/i/a/c/x2/i0/p.java index a70ed3f109..77036c6dae 100644 --- a/app/src/main/java/b/i/a/c/x2/i0/p.java +++ b/app/src/main/java/b/i/a/c/x2/i0/p.java @@ -8,7 +8,7 @@ public final class p { public final m a; /* renamed from: b reason: collision with root package name */ - public final int f1231b; + public final int f1232b; public final long[] c; public final int[] d; public final int e; @@ -28,7 +28,7 @@ public final class p { this.f = jArr2; this.g = iArr2; this.h = j; - this.f1231b = jArr.length; + this.f1232b = jArr.length; if (iArr2.length > 0) { int length = iArr2.length - 1; iArr2[length] = iArr2[length] | 536870912; diff --git a/app/src/main/java/b/i/a/c/x2/j0/b.java b/app/src/main/java/b/i/a/c/x2/j0/b.java index 1a91aa4ded..5ffd84fcf5 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/b.java +++ b/app/src/main/java/b/i/a/c/x2/j0/b.java @@ -14,7 +14,7 @@ public final class b implements g { public final f a; /* renamed from: b reason: collision with root package name */ - public final long f1232b; + public final long f1233b; public final long c; public final i d; public int e; @@ -41,7 +41,7 @@ public final class b implements g { @Override // b.i.a.c.x2.t public t.a h(long j) { b bVar = b.this; - long j2 = bVar.f1232b; + long j2 = bVar.f1233b; long j3 = bVar.c; return new t.a(new u(j, e0.i(((((j3 - j2) * ((bVar.d.i * j) / 1000000)) / bVar.f) + j2) - 30000, j2, j3 - 1))); } @@ -56,7 +56,7 @@ public final class b implements g { public b(i iVar, long j, long j2, long j3, long j4, boolean z2) { d.j(j >= 0 && j2 > j); this.d = iVar; - this.f1232b = j; + this.f1233b = j; this.c = j2; if (j3 == j2 - j || z2) { this.f = j4; @@ -174,7 +174,7 @@ public final class b implements g { long j11 = this.a.c; while (true) { f fVar4 = this.a; - if ((fVar4.f1236b & 4) == 4 || !fVar4.c(iVar, -1L) || iVar.getPosition() >= this.c || !this.a.a(iVar, true)) { + if ((fVar4.f1237b & 4) == 4 || !fVar4.c(iVar, -1L) || iVar.getPosition() >= this.c || !this.a.a(iVar, true)) { break; } f fVar5 = this.a; @@ -200,7 +200,7 @@ public final class b implements g { public void c(long j) { this.h = e0.i(j, 0L, this.f - 1); this.e = 2; - this.i = this.f1232b; + this.i = this.f1233b; this.j = this.c; this.k = 0L; this.l = this.f; diff --git a/app/src/main/java/b/i/a/c/x2/j0/c.java b/app/src/main/java/b/i/a/c/x2/j0/c.java index 24fcf1a17c..073b8a9e2c 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/c.java +++ b/app/src/main/java/b/i/a/c/x2/j0/c.java @@ -27,13 +27,13 @@ public final class c extends i { public o a; /* renamed from: b reason: collision with root package name */ - public o.a f1233b; + public o.a f1234b; public long c = -1; public long d = -1; public a(o oVar, o.a aVar) { this.a = oVar; - this.f1233b = aVar; + this.f1234b = aVar; } @Override // b.i.a.c.x2.j0.g @@ -55,7 +55,7 @@ public final class c extends i { @Override // b.i.a.c.x2.j0.g public void c(long j) { - long[] jArr = this.f1233b.a; + long[] jArr = this.f1234b.a; this.d = jArr[e0.e(jArr, j, true, true)]; } } @@ -99,7 +99,7 @@ public final class c extends i { a aVar = this.o; if (aVar != null) { aVar.c = j; - bVar.f1238b = aVar; + bVar.f1239b = aVar; } Objects.requireNonNull(bVar.a); return false; diff --git a/app/src/main/java/b/i/a/c/x2/j0/d.java b/app/src/main/java/b/i/a/c/x2/j0/d.java index 3863be1cd2..86104f996b 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/d.java +++ b/app/src/main/java/b/i/a/c/x2/j0/d.java @@ -21,7 +21,7 @@ public class d implements h { public j a; /* renamed from: b reason: collision with root package name */ - public i f1234b; + public i f1235b; public boolean c; static { @@ -33,13 +33,13 @@ public class d implements h { boolean z2; boolean z3; f fVar = new f(); - if (fVar.a(iVar, true) && (fVar.f1236b & 2) == 2) { + if (fVar.a(iVar, true) && (fVar.f1237b & 2) == 2) { int min = Math.min(fVar.f, 8); x xVar = new x(min); iVar.o(xVar.a, 0, min); xVar.E(0); if (xVar.a() >= 5 && xVar.t() == 127 && xVar.u() == 1179402563) { - this.f1234b = new c(); + this.f1235b = new c(); } else { xVar.E(0); try { @@ -48,7 +48,7 @@ public class d implements h { z2 = false; } if (z2) { - this.f1234b = new j(); + this.f1235b = new j(); } else { xVar.E(0); int a = xVar.a(); @@ -58,12 +58,12 @@ public class d implements h { } else { byte[] bArr2 = new byte[bArr.length]; int length = bArr.length; - System.arraycopy(xVar.a, xVar.f982b, bArr2, 0, length); - xVar.f982b += length; + System.arraycopy(xVar.a, xVar.f983b, bArr2, 0, length); + xVar.f983b += length; z3 = Arrays.equals(bArr2, bArr); } if (z3) { - this.f1234b = new h(); + this.f1235b = new h(); } } } @@ -92,7 +92,7 @@ public class d implements h { int i; byte[] bArr; b.c.a.a0.d.H(this.a); - if (this.f1234b == null) { + if (this.f1235b == null) { if (a(iVar)) { iVar.k(); } else { @@ -102,14 +102,14 @@ public class d implements h { if (!this.c) { w p = this.a.p(0, 1); this.a.j(); - i iVar2 = this.f1234b; + i iVar2 = this.f1235b; iVar2.c = this.a; - iVar2.f1237b = p; + iVar2.f1238b = p; iVar2.e(true); this.c = true; } - i iVar3 = this.f1234b; - b.c.a.a0.d.H(iVar3.f1237b); + i iVar3 = this.f1235b; + b.c.a.a0.d.H(iVar3.f1238b); int i2 = e0.a; int i3 = iVar3.h; int i4 = 3; @@ -119,7 +119,7 @@ public class d implements h { long position = iVar.getPosition(); long j = iVar3.f; iVar3.k = position - j; - if (!iVar3.d(iVar3.a.f1235b, j, iVar3.j)) { + if (!iVar3.d(iVar3.a.f1236b, j, iVar3.j)) { z2 = true; break; } @@ -135,10 +135,10 @@ public class d implements h { j1 j1Var = iVar3.j.a; iVar3.i = j1Var.K; if (!iVar3.m) { - iVar3.f1237b.e(j1Var); + iVar3.f1238b.e(j1Var); iVar3.m = true; } - g gVar = iVar3.j.f1238b; + g gVar = iVar3.j.f1239b; if (gVar != null) { iVar3.d = gVar; } else if (iVar.b() == -1) { @@ -146,21 +146,21 @@ public class d implements h { } else { f fVar = iVar3.a.a; i = 2; - iVar3.d = new b(iVar3, iVar3.f, iVar.b(), fVar.e + fVar.f, fVar.c, (fVar.f1236b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), fVar.e + fVar.f, fVar.c, (fVar.f1237b & 4) != 0); iVar3.h = i; e eVar = iVar3.a; - x xVar = eVar.f1235b; + x xVar = eVar.f1236b; bArr = xVar.a; if (bArr.length != 65025) { return 0; } - xVar.C(Arrays.copyOf(bArr, Math.max(65025, xVar.c)), eVar.f1235b.c); + xVar.C(Arrays.copyOf(bArr, Math.max(65025, xVar.c)), eVar.f1236b.c); return 0; } i = 2; iVar3.h = i; e eVar2 = iVar3.a; - x xVar2 = eVar2.f1235b; + x xVar2 = eVar2.f1236b; bArr = xVar2.a; if (bArr.length != 65025) { } @@ -186,13 +186,13 @@ public class d implements h { } if (iVar3.k > 0 || iVar3.a.b(iVar)) { iVar3.k = 0L; - x xVar3 = iVar3.a.f1235b; + x xVar3 = iVar3.a.f1236b; long c = iVar3.c(xVar3); if (c >= 0) { long j2 = iVar3.g; if (j2 + c >= iVar3.e) { - iVar3.f1237b.c(xVar3, xVar3.c); - iVar3.f1237b.d((j2 * 1000000) / iVar3.i, 1, xVar3.c, 0, null); + iVar3.f1238b.c(xVar3, xVar3.c); + iVar3.f1238b.d((j2 * 1000000) / iVar3.i, 1, xVar3.c, 0, null); iVar3.e = -1L; } } @@ -213,11 +213,11 @@ public class d implements h { @Override // b.i.a.c.x2.h public void g(long j, long j2) { - i iVar = this.f1234b; + i iVar = this.f1235b; if (iVar != null) { e eVar = iVar.a; eVar.a.b(); - eVar.f1235b.A(0); + eVar.f1236b.A(0); eVar.c = -1; eVar.e = false; if (j == 0) { diff --git a/app/src/main/java/b/i/a/c/x2/j0/e.java b/app/src/main/java/b/i/a/c/x2/j0/e.java index 80da07d56c..46b5304fc0 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/e.java +++ b/app/src/main/java/b/i/a/c/x2/j0/e.java @@ -11,7 +11,7 @@ public final class e { public final f a = new f(); /* renamed from: b reason: collision with root package name */ - public final x f1235b = new x(new byte[65025], 0); + public final x f1236b = new x(new byte[65025], 0); public int c = -1; public int d; public boolean e; @@ -42,7 +42,7 @@ public final class e { d.D(iVar != null); if (this.e) { this.e = false; - this.f1235b.A(0); + this.f1236b.A(0); } while (!this.e) { if (this.c < 0) { @@ -51,7 +51,7 @@ public final class e { } f fVar = this.a; int i2 = fVar.e; - if ((fVar.f1236b & 1) == 1 && this.f1235b.c == 0) { + if ((fVar.f1237b & 1) == 1 && this.f1236b.c == 0) { i2 += a(0); i = this.d + 0; } else { @@ -71,9 +71,9 @@ public final class e { int a = a(this.c); int i3 = this.c + this.d; if (a > 0) { - x xVar = this.f1235b; + x xVar = this.f1236b; xVar.b(xVar.c + a); - x xVar2 = this.f1235b; + x xVar2 = this.f1236b; try { iVar.readFully(xVar2.a, xVar2.c, a); z2 = true; @@ -83,7 +83,7 @@ public final class e { if (!z2) { return false; } - x xVar3 = this.f1235b; + x xVar3 = this.f1236b; xVar3.D(xVar3.c + a); this.e = this.a.g[i3 + (-1)] != 255; } diff --git a/app/src/main/java/b/i/a/c/x2/j0/f.java b/app/src/main/java/b/i/a/c/x2/j0/f.java index 30ed74de34..2817d7d0b5 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/f.java +++ b/app/src/main/java/b/i/a/c/x2/j0/f.java @@ -11,7 +11,7 @@ public final class f { public int a; /* renamed from: b reason: collision with root package name */ - public int f1236b; + public int f1237b; public long c; public int d; public int e; @@ -29,24 +29,24 @@ public final class f { int t = this.h.t(); this.a = t; if (t == 0) { - this.f1236b = this.h.t(); + this.f1237b = this.h.t(); x xVar = this.h; byte[] bArr = xVar.a; - int i2 = xVar.f982b + 1; - xVar.f982b = i2; + int i2 = xVar.f983b + 1; + xVar.f983b = i2; int i3 = i2 + 1; - xVar.f982b = i3; + xVar.f983b = i3; int i4 = i3 + 1; - xVar.f982b = i4; + xVar.f983b = i4; int i5 = i4 + 1; - xVar.f982b = i5; + xVar.f983b = i5; int i6 = i5 + 1; - xVar.f982b = i6; + xVar.f983b = i6; int i7 = i6 + 1; - xVar.f982b = i7; + xVar.f983b = i7; int i8 = i7 + 1; - xVar.f982b = i8; - xVar.f982b = i8 + 1; + xVar.f983b = i8; + xVar.f983b = i8 + 1; this.c = (bArr[i] & 255) | ((bArr[i2] & 255) << 8) | ((bArr[i3] & 255) << 16) | ((bArr[i4] & 255) << 24) | ((bArr[i5] & 255) << 32) | ((bArr[i6] & 255) << 40) | ((bArr[i7] & 255) << 48) | ((bArr[i8] & 255) << 56); xVar.j(); this.h.j(); @@ -72,7 +72,7 @@ public final class f { public void b() { this.a = 0; - this.f1236b = 0; + this.f1237b = 0; this.c = 0L; this.d = 0; this.e = 0; diff --git a/app/src/main/java/b/i/a/c/x2/j0/h.java b/app/src/main/java/b/i/a/c/x2/j0/h.java index b64d9d9045..824a4433f6 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/h.java +++ b/app/src/main/java/b/i/a/c/x2/j0/h.java @@ -40,8 +40,8 @@ public final class h extends i { List g = d.g(copyOf); j1.b bVar2 = new j1.b(); bVar2.k = "audio/opus"; - bVar2.f1021x = copyOf[9] & 255; - bVar2.f1022y = 48000; + bVar2.f1022x = copyOf[9] & 255; + bVar2.f1023y = 48000; bVar2.m = g; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/b/i/a/c/x2/j0/i.java b/app/src/main/java/b/i/a/c/x2/j0/i.java index 8180d62af7..b5068b7e7f 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/i.java +++ b/app/src/main/java/b/i/a/c/x2/j0/i.java @@ -12,7 +12,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNullIf; public abstract class i { /* renamed from: b reason: collision with root package name */ - public w f1237b; + public w f1238b; public j c; public g d; public long e; @@ -32,7 +32,7 @@ public abstract class i { public j1 a; /* renamed from: b reason: collision with root package name */ - public g f1238b; + public g f1239b; } /* compiled from: StreamReader.java */ diff --git a/app/src/main/java/b/i/a/c/x2/j0/j.java b/app/src/main/java/b/i/a/c/x2/j0/j.java index 5232e5e2e8..84d88f68f4 100644 --- a/app/src/main/java/b/i/a/c/x2/j0/j.java +++ b/app/src/main/java/b/i/a/c/x2/j0/j.java @@ -34,13 +34,13 @@ public final class j extends i { public final b0 a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1239b; + public final byte[] f1240b; public final a0[] c; public final int d; public a(b0 b0Var, z zVar, byte[] bArr, a0[] a0VarArr, int i) { this.a = b0Var; - this.f1239b = bArr; + this.f1240b = bArr; this.c = a0VarArr; this.d = i; } @@ -130,7 +130,7 @@ public final class j extends i { d.n2(5, xVar, false); int t3 = xVar.t() + 1; y yVar = new y(xVar.a); - yVar.c(xVar.f982b * 8); + yVar.c(xVar.f983b * 8); int i9 = 0; while (true) { int i10 = 16; @@ -370,13 +370,13 @@ public final class j extends i { b0 b0Var2 = aVar.a; ArrayList arrayList = new ArrayList(); arrayList.add(b0Var2.g); - arrayList.add(aVar.f1239b); + arrayList.add(aVar.f1240b); j1.b bVar2 = new j1.b(); bVar2.k = "audio/vorbis"; bVar2.f = b0Var2.d; bVar2.g = b0Var2.c; - bVar2.f1021x = b0Var2.a; - bVar2.f1022y = b0Var2.f1161b; + bVar2.f1022x = b0Var2.a; + bVar2.f1023y = b0Var2.f1162b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/b/i/a/c/x2/k0/a0.java b/app/src/main/java/b/i/a/c/x2/k0/a0.java index 6e5a1f5a17..8dffc84e2c 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/a0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/a0.java @@ -16,16 +16,16 @@ public final class a0 { public long h = -9223372036854775807L; /* renamed from: b reason: collision with root package name */ - public final x f1240b = new x(); + public final x f1241b = new x(); public static long c(x xVar) { - int i = xVar.f982b; + int i = xVar.f983b; if (xVar.a() < 9) { return -9223372036854775807L; } byte[] bArr = new byte[9]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, 9); - xVar.f982b += 9; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, 9); + xVar.f983b += 9; xVar.E(i); if (!((bArr[0] & 196) == 68 && (bArr[2] & 4) == 4 && (bArr[4] & 4) == 4 && (bArr[5] & 1) == 1 && (bArr[8] & 3) == 3)) { return -9223372036854775807L; @@ -34,7 +34,7 @@ public final class a0 { } public final int a(i iVar) { - this.f1240b.B(e0.f); + this.f1241b.B(e0.f); this.c = true; iVar.k(); return 0; diff --git a/app/src/main/java/b/i/a/c/x2/k0/b0.java b/app/src/main/java/b/i/a/c/x2/k0/b0.java index 80428d8fcf..b053320651 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/b0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/b0.java @@ -31,7 +31,7 @@ public final class b0 implements h { public final x c = new x(4096); /* renamed from: b reason: collision with root package name */ - public final SparseArray f1241b = new SparseArray<>(); + public final SparseArray f1242b = new SparseArray<>(); public final a0 d = new a0(); /* compiled from: PsExtractor.java */ @@ -40,7 +40,7 @@ public final class b0 implements h { public final o a; /* renamed from: b reason: collision with root package name */ - public final d0 f1242b; + public final d0 f1243b; public final w c = new w(new byte[64]); public boolean d; public boolean e; @@ -50,7 +50,7 @@ public final class b0 implements h { public a(o oVar, d0 d0Var) { this.a = oVar; - this.f1242b = d0Var; + this.f1243b = d0Var; } } @@ -100,11 +100,11 @@ public final class b0 implements h { sVar.a = j2; return i2; } - a0Var.f1240b.A(min); + a0Var.f1241b.A(min); iVar.k(); - iVar.o(a0Var.f1240b.a, 0, min); - x xVar = a0Var.f1240b; - int i4 = xVar.f982b; + iVar.o(a0Var.f1241b.a, 0, min); + x xVar = a0Var.f1241b; + int i4 = xVar.f983b; int i5 = xVar.c - 4; while (true) { if (i5 < i4) { @@ -134,11 +134,11 @@ public final class b0 implements h { sVar.a = j3; return i2; } - a0Var.f1240b.A(min2); + a0Var.f1241b.A(min2); iVar.k(); - iVar.o(a0Var.f1240b.a, 0, min2); - x xVar2 = a0Var.f1240b; - int i6 = xVar2.f982b; + iVar.o(a0Var.f1241b.a, 0, min2); + x xVar2 = a0Var.f1241b; + int i6 = xVar2.f983b; int i7 = xVar2.c; while (true) { if (i6 >= i7 - 3) { @@ -215,7 +215,7 @@ public final class b0 implements h { return 0; } else { int i8 = f2 & 255; - a aVar = this.f1241b.get(i8); + a aVar = this.f1242b.get(i8); if (!this.e) { if (aVar == null) { o oVar = null; @@ -236,7 +236,7 @@ public final class b0 implements h { if (oVar != null) { oVar.e(this.j, new i0.d(Integer.MIN_VALUE, i8, 256)); aVar = new a(oVar, this.a); - this.f1241b.put(i8, aVar); + this.f1242b.put(i8, aVar); } } if (oVar != null) { @@ -281,10 +281,10 @@ public final class b0 implements h { aVar.c.m(1); long g3 = aVar.c.g(15); aVar.c.m(1); - aVar.f1242b.b(g3 | (aVar.c.g(3) << 30) | (aVar.c.g(15) << 15)); + aVar.f1243b.b(g3 | (aVar.c.g(3) << 30) | (aVar.c.g(15) << 15)); aVar.f = true; } - aVar.h = aVar.f1242b.b(g2); + aVar.h = aVar.f1243b.b(g2); } aVar.a.f(aVar.h, 4); aVar.a.b(xVar3); @@ -332,8 +332,8 @@ public final class b0 implements h { if (zVar != null) { zVar.e(j2); } - for (int i = 0; i < this.f1241b.size(); i++) { - a valueAt = this.f1241b.valueAt(i); + for (int i = 0; i < this.f1242b.size(); i++) { + a valueAt = this.f1242b.valueAt(i); valueAt.f = false; valueAt.a.c(); } diff --git a/app/src/main/java/b/i/a/c/x2/k0/d0.java b/app/src/main/java/b/i/a/c/x2/k0/d0.java index 3e36de8c62..4cff360c1f 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/d0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/d0.java @@ -11,7 +11,7 @@ public final class d0 implements i0 { public final c0 a; /* renamed from: b reason: collision with root package name */ - public final x f1243b = new x(32); + public final x f1244b = new x(32); public int c; public int d; public boolean e; @@ -30,7 +30,7 @@ public final class d0 implements i0 { @Override // b.i.a.c.x2.k0.i0 public void b(x xVar, int i) { boolean z2 = (i & 1) != 0; - int t = z2 ? xVar.f982b + xVar.t() : -1; + int t = z2 ? xVar.f983b + xVar.t() : -1; if (this.f) { if (z2) { this.f = false; @@ -45,33 +45,33 @@ public final class d0 implements i0 { if (i2 < 3) { if (i2 == 0) { int t2 = xVar.t(); - xVar.E(xVar.f982b - 1); + xVar.E(xVar.f983b - 1); if (t2 == 255) { this.f = true; return; } } int min = Math.min(xVar.a(), 3 - this.d); - xVar.e(this.f1243b.a, this.d, min); + xVar.e(this.f1244b.a, this.d, min); int i3 = this.d + min; this.d = i3; if (i3 == 3) { - this.f1243b.E(0); - this.f1243b.D(3); - this.f1243b.F(1); - int t3 = this.f1243b.t(); - int t4 = this.f1243b.t(); + this.f1244b.E(0); + this.f1244b.D(3); + this.f1244b.F(1); + int t3 = this.f1244b.t(); + int t4 = this.f1244b.t(); this.e = (t3 & 128) != 0; int i4 = (((t3 & 15) << 8) | t4) + 3; this.c = i4; - byte[] bArr = this.f1243b.a; + byte[] bArr = this.f1244b.a; if (bArr.length < i4) { - this.f1243b.b(Math.min((int) InputDeviceCompat.SOURCE_TOUCHSCREEN, Math.max(i4, bArr.length * 2))); + this.f1244b.b(Math.min((int) InputDeviceCompat.SOURCE_TOUCHSCREEN, Math.max(i4, bArr.length * 2))); } } } else { int min2 = Math.min(xVar.a(), this.c - this.d); - xVar.e(this.f1243b.a, this.d, min2); + xVar.e(this.f1244b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; int i6 = this.c; @@ -79,7 +79,7 @@ public final class d0 implements i0 { continue; } else { if (this.e) { - byte[] bArr2 = this.f1243b.a; + byte[] bArr2 = this.f1244b.a; int i7 = e0.a; int i8 = -1; for (int i9 = 0; i9 < i6; i9++) { @@ -89,12 +89,12 @@ public final class d0 implements i0 { this.f = true; return; } - this.f1243b.D(this.c - 4); + this.f1244b.D(this.c - 4); } else { - this.f1243b.D(i6); + this.f1244b.D(i6); } - this.f1243b.E(0); - this.a.b(this.f1243b); + this.f1244b.E(0); + this.a.b(this.f1244b); this.d = 0; } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/e0.java b/app/src/main/java/b/i/a/c/x2/k0/e0.java index 33a4de2c07..50ae9f4958 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/e0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/e0.java @@ -12,15 +12,15 @@ public final class e0 { public final List a; /* renamed from: b reason: collision with root package name */ - public final w[] f1244b; + public final w[] f1245b; public e0(List list) { this.a = list; - this.f1244b = new w[list.size()]; + this.f1245b = new w[list.size()]; } public void a(j jVar, i0.d dVar) { - for (int i = 0; i < this.f1244b.length; i++) { + for (int i = 0; i < this.f1245b.length; i++) { dVar.a(); w p = jVar.p(dVar.c(), 3); j1 j1Var = this.a.get(i); @@ -38,9 +38,9 @@ public final class e0 { bVar.d = j1Var.o; bVar.c = j1Var.n; bVar.C = j1Var.O; - bVar.m = j1Var.f1017y; + bVar.m = j1Var.f1018y; p.e(bVar.a()); - this.f1244b[i] = p; + this.f1245b[i] = p; } } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/f.java b/app/src/main/java/b/i/a/c/x2/k0/f.java index abde9083fc..1d407a9fc8 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/f.java +++ b/app/src/main/java/b/i/a/c/x2/k0/f.java @@ -15,7 +15,7 @@ public final class f implements h { public final g a = new g(null); /* renamed from: b reason: collision with root package name */ - public final x f1245b = new x(2786); + public final x f1246b = new x(2786); public boolean c; static { @@ -83,17 +83,17 @@ public final class f implements h { @Override // b.i.a.c.x2.h public int e(i iVar, s sVar) throws IOException { - int read = iVar.read(this.f1245b.a, 0, 2786); + int read = iVar.read(this.f1246b.a, 0, 2786); if (read == -1) { return -1; } - this.f1245b.E(0); - this.f1245b.D(read); + this.f1246b.E(0); + this.f1246b.D(read); if (!this.c) { this.a.f(0L, 4); this.c = true; } - this.a.b(this.f1245b); + this.a.b(this.f1246b); return 0; } diff --git a/app/src/main/java/b/i/a/c/x2/k0/f0.java b/app/src/main/java/b/i/a/c/x2/k0/f0.java index 29302ab6cb..f1a571e375 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/f0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/f0.java @@ -18,7 +18,7 @@ public final class f0 extends b.i.a.c.x2.a { public final d0 a; /* renamed from: b reason: collision with root package name */ - public final x f1246b = new x(); + public final x f1247b = new x(); public final int c; public final int d; @@ -30,23 +30,23 @@ public final class f0 extends b.i.a.c.x2.a { @Override // b.i.a.c.x2.a.f public void a() { - this.f1246b.B(e0.f); + this.f1247b.B(e0.f); } @Override // b.i.a.c.x2.a.f public a.e b(i iVar, long j) throws IOException { long position = iVar.getPosition(); int min = (int) Math.min(this.d, iVar.b() - position); - this.f1246b.A(min); - iVar.o(this.f1246b.a, 0, min); - x xVar = this.f1246b; + this.f1247b.A(min); + iVar.o(this.f1247b.a, 0, min); + x xVar = this.f1247b; int i = xVar.c; long j2 = -1; long j3 = -1; long j4 = -9223372036854775807L; while (xVar.a() >= 188) { byte[] bArr = xVar.a; - int i2 = xVar.f982b; + int i2 = xVar.f983b; while (i2 < i && bArr[i2] != 71) { i2++; } diff --git a/app/src/main/java/b/i/a/c/x2/k0/g.java b/app/src/main/java/b/i/a/c/x2/k0/g.java index 6f76667512..de417171ef 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/g.java +++ b/app/src/main/java/b/i/a/c/x2/k0/g.java @@ -15,7 +15,7 @@ public final class g implements o { public final w a; /* renamed from: b reason: collision with root package name */ - public final x f1247b; + public final x f1248b; @Nullable public final String c; public String d; @@ -31,7 +31,7 @@ public final class g implements o { public g(@Nullable String str) { w wVar = new w(new byte[128]); this.a = wVar; - this.f1247b = new x(wVar.a); + this.f1248b = new x(wVar.a); this.c = str; } @@ -77,16 +77,16 @@ public final class g implements o { } if (z2) { this.f = 1; - byte[] bArr = this.f1247b.a; + byte[] bArr = this.f1248b.a; bArr[0] = 11; bArr[1] = 119; this.g = 2; } } else if (i12 == 1) { - byte[] bArr2 = this.f1247b.a; + byte[] bArr2 = this.f1248b.a; int min = Math.min(xVar.a(), 128 - this.g); - System.arraycopy(xVar.a, xVar.f982b, bArr2, this.g, min); - xVar.f982b += min; + System.arraycopy(xVar.a, xVar.f983b, bArr2, this.g, min); + xVar.f983b += min; int i13 = this.g + min; this.g = i13; if (i13 == 128) { @@ -117,7 +117,7 @@ public final class g implements o { } else { int g3 = wVar.g(2); i6 = m.a[g3]; - i14 = m.f1121b[g2]; + i14 = m.f1122b[g2]; i5 = g3; } i2 = i6 * 256; @@ -301,7 +301,7 @@ public final class g implements o { if (g8 == i4) { wVar.m(i4); } - int[] iArr = m.f1121b; + int[] iArr = m.f1122b; if (g7 < iArr.length) { i14 = iArr[g7]; } @@ -313,8 +313,8 @@ public final class g implements o { j1.b bVar = new j1.b(); bVar.a = this.d; bVar.k = str; - bVar.f1021x = i; - bVar.f1022y = i14; + bVar.f1022x = i; + bVar.f1023y = i14; bVar.c = this.c; j1 a = bVar.a(); this.j = a; @@ -322,8 +322,8 @@ public final class g implements o { } this.k = i3; this.i = (i2 * 1000000) / this.j.K; - this.f1247b.E(0); - this.e.c(this.f1247b, 128); + this.f1248b.E(0); + this.e.c(this.f1248b, 128); this.f = 2; } } else if (i12 == 2) { diff --git a/app/src/main/java/b/i/a/c/x2/k0/g0.java b/app/src/main/java/b/i/a/c/x2/k0/g0.java index 489d5ebfbe..2fb3d67b0b 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/g0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/g0.java @@ -13,7 +13,7 @@ public final class g0 { public boolean f; /* renamed from: b reason: collision with root package name */ - public final d0 f1248b = new d0(0); + public final d0 f1249b = new d0(0); public long g = -9223372036854775807L; public long h = -9223372036854775807L; public long i = -9223372036854775807L; diff --git a/app/src/main/java/b/i/a/c/x2/k0/h.java b/app/src/main/java/b/i/a/c/x2/k0/h.java index c0d213fdec..1cd1710b2a 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/h.java +++ b/app/src/main/java/b/i/a/c/x2/k0/h.java @@ -13,7 +13,7 @@ public final class h implements b.i.a.c.x2.h { public final i a = new i(null); /* renamed from: b reason: collision with root package name */ - public final x f1249b = new x(16384); + public final x f1250b = new x(16384); public boolean c; static { @@ -92,17 +92,17 @@ public final class h implements b.i.a.c.x2.h { @Override // b.i.a.c.x2.h public int e(i iVar, s sVar) throws IOException { - int read = iVar.read(this.f1249b.a, 0, 16384); + int read = iVar.read(this.f1250b.a, 0, 16384); if (read == -1) { return -1; } - this.f1249b.E(0); - this.f1249b.D(read); + this.f1250b.E(0); + this.f1250b.D(read); if (!this.c) { this.a.f(0L, 4); this.c = true; } - this.a.b(this.f1249b); + this.a.b(this.f1250b); return 0; } diff --git a/app/src/main/java/b/i/a/c/x2/k0/h0.java b/app/src/main/java/b/i/a/c/x2/k0/h0.java index 3943f66edf..7bc1596ac0 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/h0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/h0.java @@ -29,7 +29,7 @@ public final class h0 implements h { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1250b; + public final int f1251b; public final List c; public final x d; public final SparseIntArray e; @@ -49,7 +49,7 @@ public final class h0 implements h { public int r; /* renamed from: s reason: collision with root package name */ - public int f1251s; + public int f1252s; /* compiled from: TsExtractor.java */ /* loaded from: classes3.dex */ @@ -97,7 +97,7 @@ public final class h0 implements h { public final w a = new w(new byte[5]); /* renamed from: b reason: collision with root package name */ - public final SparseArray f1253b = new SparseArray<>(); + public final SparseArray f1254b = new SparseArray<>(); public final SparseIntArray c = new SparseIntArray(); public final int d; @@ -139,7 +139,7 @@ public final class h0 implements h { xVar.d(this.a, 2); this.a.m(3); int i4 = 13; - h0.this.f1251s = this.a.g(13); + h0.this.f1252s = this.a.g(13); xVar.d(this.a, 2); int i5 = 4; this.a.m(4); @@ -157,7 +157,7 @@ public final class h0 implements h { i0Var2.a(d0Var, h0Var4.l, new i0.d(y2, 21, 8192)); } } - this.f1253b.clear(); + this.f1254b.clear(); this.c.clear(); int a = xVar.a(); while (a > 0) { @@ -168,14 +168,14 @@ public final class h0 implements h { int g2 = this.a.g(i4); this.a.m(i5); int g3 = this.a.g(i6); - int i9 = xVar.f982b; + int i9 = xVar.f983b; int i10 = g3 + i9; int i11 = -1; String str = null; ArrayList arrayList = null; - while (xVar.f982b < i10) { + while (xVar.f983b < i10) { int t = xVar.t(); - int t2 = xVar.f982b + xVar.t(); + int t2 = xVar.f983b + xVar.t(); if (t2 > i10) { break; } @@ -220,12 +220,12 @@ public final class h0 implements h { int i12 = 3; if (t == 89) { ArrayList arrayList2 = new ArrayList(); - while (xVar.f982b < t2) { + while (xVar.f983b < t2) { String trim = xVar.q(i12).trim(); int t3 = xVar.t(); byte[] bArr = new byte[4]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, 4); - xVar.f982b += 4; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, 4); + xVar.f983b += 4; arrayList2.add(new i0.a(trim, t3, bArr)); d0Var = d0Var; y2 = y2; @@ -261,7 +261,7 @@ public final class h0 implements h { d0Var = d0Var; g2 = g2; } - xVar.F(t2 - xVar.f982b); + xVar.F(t2 - xVar.f983b); i8 = 5; i7 = 21; } @@ -285,13 +285,13 @@ public final class h0 implements h { i = g2; } this.c.put(i13, i); - this.f1253b.put(i13, i0Var); + this.f1254b.put(i13, i0Var); } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } this.c.put(i13, i); - this.f1253b.put(i13, i0Var); + this.f1254b.put(i13, i0Var); } d0Var = d0Var; y2 = y2; @@ -309,7 +309,7 @@ public final class h0 implements h { int valueAt = this.c.valueAt(i15); h0.this.h.put(keyAt, true); h0.this.i.put(valueAt, true); - i0 valueAt2 = this.f1253b.valueAt(i15); + i0 valueAt2 = this.f1254b.valueAt(i15); if (valueAt2 != null) { h0 h0Var7 = h0.this; if (valueAt2 != h0Var7.q) { @@ -357,7 +357,7 @@ public final class h0 implements h { d0 d0Var = new d0(0L); l lVar = new l(i2); this.f = lVar; - this.f1250b = i3; + this.f1251b = i3; this.a = i; if (i == 1 || i == 2) { this.c = Collections.singletonList(d0Var); @@ -375,7 +375,7 @@ public final class h0 implements h { this.e = new SparseIntArray(); this.j = new g0(i3); this.l = j.d; - this.f1251s = -1; + this.f1252s = -1; sparseBooleanArray.clear(); sparseArray.clear(); SparseArray b2 = lVar.b(); @@ -433,7 +433,7 @@ public final class h0 implements h { if ((b2 == -1 || this.a == 2) ? false : true) { g0 g0Var = this.j; if (!g0Var.d) { - int i3 = this.f1251s; + int i3 = this.f1252s; if (i3 <= 0) { g0Var.a(iVar); return 0; @@ -449,7 +449,7 @@ public final class h0 implements h { iVar.k(); iVar.o(g0Var.c.a, 0, min); x xVar = g0Var.c; - int i4 = xVar.f982b; + int i4 = xVar.f983b; int i5 = xVar.c; int i6 = i5 - 188; while (true) { @@ -503,7 +503,7 @@ public final class h0 implements h { iVar.k(); iVar.o(g0Var.c.a, 0, min2); x xVar2 = g0Var.c; - int i10 = xVar2.f982b; + int i10 = xVar2.f983b; int i11 = xVar2.c; while (true) { if (i10 >= i11) { @@ -528,7 +528,7 @@ public final class h0 implements h { g0Var.a(iVar); return 0; } - long b4 = g0Var.f1248b.b(g0Var.h) - g0Var.f1248b.b(j4); + long b4 = g0Var.f1249b.b(g0Var.h) - g0Var.f1249b.b(j4); g0Var.i = b4; if (b4 < 0) { Log.w("TsDurationReader", b.d.b.a.a.h(65, "Invalid duration: ", b4, ". Using TIME_UNSET instead.")); @@ -544,7 +544,7 @@ public final class h0 implements h { g0 g0Var2 = this.j; long j5 = g0Var2.i; if (j5 != -9223372036854775807L) { - f0 f0Var = new f0(g0Var2.f1248b, j5, b2, this.f1251s, this.f1250b); + f0 f0Var = new f0(g0Var2.f1249b, j5, b2, this.f1252s, this.f1251b); this.k = f0Var; this.l.a(f0Var.a); } else { @@ -578,10 +578,10 @@ public final class h0 implements h { } x xVar3 = this.d; byte[] bArr2 = xVar3.a; - if (9400 - xVar3.f982b < 188) { + if (9400 - xVar3.f983b < 188) { int a2 = xVar3.a(); if (a2 > 0) { - System.arraycopy(bArr2, this.d.f982b, bArr2, r0, a2); + System.arraycopy(bArr2, this.d.f983b, bArr2, r0, a2); } this.d.C(bArr2, a2); } @@ -602,7 +602,7 @@ public final class h0 implements h { return -1; } x xVar4 = this.d; - int i13 = xVar4.f982b; + int i13 = xVar4.f983b; int i14 = xVar4.c; byte[] bArr3 = xVar4.a; int i15 = i13; diff --git a/app/src/main/java/b/i/a/c/x2/k0/i.java b/app/src/main/java/b/i/a/c/x2/k0/i.java index 8242140566..8ab15543c5 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/i.java +++ b/app/src/main/java/b/i/a/c/x2/k0/i.java @@ -14,7 +14,7 @@ public final class i implements o { public final w a; /* renamed from: b reason: collision with root package name */ - public final x f1254b; + public final x f1255b; @Nullable public final String c; public String d; @@ -31,7 +31,7 @@ public final class i implements o { public i(@Nullable String str) { w wVar = new w(new byte[16]); this.a = wVar; - this.f1254b = new x(wVar.a); + this.f1255b = new x(wVar.a); this.c = str; } @@ -64,7 +64,7 @@ public final class i implements o { z2 = true; if (z2) { this.f = 1; - byte[] bArr = this.f1254b.a; + byte[] bArr = this.f1255b.a; bArr[0] = -84; if (!this.i) { i = 64; @@ -73,10 +73,10 @@ public final class i implements o { this.g = 2; } } else if (i2 == 1) { - byte[] bArr2 = this.f1254b.a; + byte[] bArr2 = this.f1255b.a; int min = Math.min(xVar.a(), 16 - this.g); - System.arraycopy(xVar.a, xVar.f982b, bArr2, this.g, min); - xVar.f982b += min; + System.arraycopy(xVar.a, xVar.f983b, bArr2, this.g, min); + xVar.f983b += min; int i3 = this.g + min; this.g = i3; if (i3 != 16) { @@ -90,17 +90,17 @@ public final class i implements o { j1.b bVar = new j1.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f1021x = 2; - bVar.f1022y = b2.a; + bVar.f1022x = 2; + bVar.f1023y = b2.a; bVar.c = this.c; j1 a = bVar.a(); this.k = a; this.e.e(a); } - this.l = b2.f1122b; + this.l = b2.f1123b; this.j = (b2.c * 1000000) / this.k.K; - this.f1254b.E(0); - this.e.c(this.f1254b, 16); + this.f1255b.E(0); + this.e.c(this.f1255b, 16); this.f = 2; } } else if (i2 == 2) { diff --git a/app/src/main/java/b/i/a/c/x2/k0/i0.java b/app/src/main/java/b/i/a/c/x2/k0/i0.java index deaaedd6fc..2fb4d98d4f 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/i0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/i0.java @@ -18,11 +18,11 @@ public interface i0 { public final String a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1255b; + public final byte[] f1256b; public a(String str, int i, byte[] bArr) { this.a = str; - this.f1255b = bArr; + this.f1256b = bArr; } } @@ -33,13 +33,13 @@ public interface i0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1256b; + public final String f1257b; public final List c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; - this.f1256b = str; + this.f1257b = str; this.c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); this.d = bArr; } @@ -58,7 +58,7 @@ public interface i0 { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f1257b; + public final int f1258b; public final int c; public int d; public String e; @@ -74,7 +74,7 @@ public interface i0 { str = ""; } this.a = str; - this.f1257b = i2; + this.f1258b = i2; this.c = i3; this.d = Integer.MIN_VALUE; this.e = ""; @@ -82,7 +82,7 @@ public interface i0 { public void a() { int i = this.d; - int i2 = i == Integer.MIN_VALUE ? this.f1257b : i + this.c; + int i2 = i == Integer.MIN_VALUE ? this.f1258b : i + this.c; this.d = i2; String str = this.a; this.e = b.d.b.a.a.f(b.d.b.a.a.b(str, 11), str, i2); diff --git a/app/src/main/java/b/i/a/c/x2/k0/j.java b/app/src/main/java/b/i/a/c/x2/k0/j.java index 68fa061c05..62799eb23e 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/j.java +++ b/app/src/main/java/b/i/a/c/x2/k0/j.java @@ -16,7 +16,7 @@ public final class j implements h { public final int a; /* renamed from: b reason: collision with root package name */ - public final k f1258b; + public final k f1259b; public final x c; public final x d; public final w e; @@ -34,7 +34,7 @@ public final class j implements h { public j(int i) { this.a = (i & 2) != 0 ? i | 1 : i; - this.f1258b = new k(true, null); + this.f1259b = new k(true, null); this.c = new x(2048); this.i = -1; this.h = -1L; @@ -163,9 +163,9 @@ public final class j implements h { if (!this.l) { int i4 = this.a; boolean z3 = (i4 & 1) != 0 && this.i > 0; - if (!z3 || this.f1258b.r != -9223372036854775807L || z2) { + if (!z3 || this.f1259b.r != -9223372036854775807L || z2) { if (z3) { - long j2 = this.f1258b.r; + long j2 = this.f1259b.r; if (j2 != -9223372036854775807L) { b.i.a.c.x2.j jVar = this.f; boolean z4 = (2 & i4) != 0; @@ -183,24 +183,24 @@ public final class j implements h { this.c.E(0); this.c.D(read); if (!this.k) { - this.f1258b.f(this.g, 4); + this.f1259b.f(this.g, 4); this.k = true; } - this.f1258b.b(this.c); + this.f1259b.b(this.c); return 0; } @Override // b.i.a.c.x2.h public void f(b.i.a.c.x2.j jVar) { this.f = jVar; - this.f1258b.e(jVar, new i0.d(Integer.MIN_VALUE, 0, 1)); + this.f1259b.e(jVar, new i0.d(Integer.MIN_VALUE, 0, 1)); jVar.j(); } @Override // b.i.a.c.x2.h public void g(long j, long j2) { this.k = false; - this.f1258b.c(); + this.f1259b.c(); this.g = j2; } diff --git a/app/src/main/java/b/i/a/c/x2/k0/j0.java b/app/src/main/java/b/i/a/c/x2/k0/j0.java index da98332e66..02f603d545 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/j0.java +++ b/app/src/main/java/b/i/a/c/x2/k0/j0.java @@ -13,11 +13,11 @@ public final class j0 { public final List a; /* renamed from: b reason: collision with root package name */ - public final w[] f1259b; + public final w[] f1260b; public j0(List list) { this.a = list; - this.f1259b = new w[list.size()]; + this.f1260b = new w[list.size()]; } public void a(long j, x xVar) { @@ -26,13 +26,13 @@ public final class j0 { int f2 = xVar.f(); int t = xVar.t(); if (f == 434 && f2 == 1195456820 && t == 3) { - d.K(j, xVar, this.f1259b); + d.K(j, xVar, this.f1260b); } } } public void b(j jVar, i0.d dVar) { - for (int i = 0; i < this.f1259b.length; i++) { + for (int i = 0; i < this.f1260b.length; i++) { dVar.a(); w p = jVar.p(dVar.c(), 3); j1 j1Var = this.a.get(i); @@ -46,9 +46,9 @@ public final class j0 { bVar.d = j1Var.o; bVar.c = j1Var.n; bVar.C = j1Var.O; - bVar.m = j1Var.f1017y; + bVar.m = j1Var.f1018y; p.e(bVar.a()); - this.f1259b[i] = p; + this.f1260b[i] = p; } } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/k.java b/app/src/main/java/b/i/a/c/x2/k0/k.java index 83375444ac..6d35ec56d6 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/k.java +++ b/app/src/main/java/b/i/a/c/x2/k0/k.java @@ -20,7 +20,7 @@ public final class k implements o { public static final byte[] a = {73, 68, 51}; /* renamed from: b reason: collision with root package name */ - public final boolean f1260b; + public final boolean f1261b; @Nullable public final String e; public String f; @@ -35,7 +35,7 @@ public final class k implements o { public boolean q; /* renamed from: s reason: collision with root package name */ - public int f1261s; + public int f1262s; public w u; public long v; public final b.i.a.c.f3.w c = new b.i.a.c.f3.w(new byte[7]); @@ -47,7 +47,7 @@ public final class k implements o { public k(boolean z2, @Nullable String str) { h(); - this.f1260b = z2; + this.f1261b = z2; this.e = str; } @@ -57,8 +57,8 @@ public final class k implements o { public final boolean a(x xVar, byte[] bArr, int i) { int min = Math.min(xVar.a(), i - this.j); - System.arraycopy(xVar.a, xVar.f982b, bArr, this.j, min); - xVar.f982b += min; + System.arraycopy(xVar.a, xVar.f983b, bArr, this.j, min); + xVar.f983b += min; int i2 = this.j + min; this.j = i2; return i2 == i; @@ -81,7 +81,7 @@ public final class k implements o { int i6 = 2; if (i4 == 0) { byte[] bArr = xVar.a; - int i7 = xVar.f982b; + int i7 = xVar.f983b; int i8 = xVar.c; while (true) { if (i7 >= i8) { @@ -147,7 +147,7 @@ public final class k implements o { if (i14 == 1075) { this.i = 2; this.j = a.length; - this.f1261s = 0; + this.f1262s = 0; this.d.E(0); xVar.E(i); break; @@ -198,8 +198,8 @@ public final class k implements o { bVar.a = this.f; bVar.k = "audio/mp4a-latm"; bVar.h = b2.c; - bVar.f1021x = b2.f1120b; - bVar.f1022y = b2.a; + bVar.f1022x = b2.f1121b; + bVar.f1023y = b2.a; bVar.m = Collections.singletonList(bArr3); bVar.c = this.e; j1 a2 = bVar.a(); @@ -220,14 +220,14 @@ public final class k implements o { this.j = 0; this.u = wVar; this.v = j; - this.f1261s = g5; + this.f1262s = g5; } } else if (i4 == 4) { - int min = Math.min(xVar.a(), this.f1261s - this.j); + int min = Math.min(xVar.a(), this.f1262s - this.j); this.u.c(xVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.f1261s; + int i17 = this.f1262s; if (i16 == i17) { long j2 = this.t; if (j2 != -9223372036854775807L) { @@ -247,11 +247,11 @@ public final class k implements o { this.j = 10; this.u = wVar2; this.v = 0L; - this.f1261s = this.d.s() + 10; + this.f1262s = this.d.s() + 10; } } else if (xVar.a() != 0) { b.i.a.c.f3.w wVar3 = this.c; - wVar3.a[0] = xVar.a[xVar.f982b]; + wVar3.a[0] = xVar.a[xVar.f983b]; wVar3.k(2); int g6 = this.c.g(4); int i18 = this.o; @@ -289,7 +289,7 @@ public final class k implements o { w p = jVar.p(dVar.c(), 1); this.g = p; this.u = p; - if (this.f1260b) { + if (this.f1261b) { dVar.a(); w p2 = jVar.p(dVar.c(), 5); this.h = p2; @@ -319,8 +319,8 @@ public final class k implements o { if (xVar.a() < i) { return false; } - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i); - xVar.f982b += i; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i); + xVar.f983b += i; return true; } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/l.java b/app/src/main/java/b/i/a/c/x2/k0/l.java index 9b80c567b8..54d3fe08bd 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/l.java +++ b/app/src/main/java/b/i/a/c/x2/k0/l.java @@ -19,13 +19,13 @@ public final class l implements i0.c { public final int a; /* renamed from: b reason: collision with root package name */ - public final List f1262b; + public final List f1263b; public l(int i) { a aVar = p.k; p pVar = h0.l; this.a = i; - this.f1262b = pVar; + this.f1263b = pVar; } @Override // b.i.a.c.x2.k0.i0.c @@ -33,7 +33,7 @@ public final class l implements i0.c { public i0 a(int i, i0.b bVar) { if (i != 2) { if (i == 3 || i == 4) { - return new y(new v(bVar.f1256b)); + return new y(new v(bVar.f1257b)); } if (i == 21) { return new y(new t()); @@ -47,7 +47,7 @@ public final class l implements i0.c { } if (i != 138) { if (i == 172) { - return new y(new i(bVar.f1256b)); + return new y(new i(bVar.f1257b)); } if (i == 257) { return new d0(new x("application/vnd.dvb.ait")); @@ -59,14 +59,14 @@ public final class l implements i0.c { if (d(2)) { return null; } - return new y(new k(false, bVar.f1256b)); + return new y(new k(false, bVar.f1257b)); case 16: return new y(new q(new j0(c(bVar)))); case 17: if (d(2)) { return null; } - return new y(new u(bVar.f1256b)); + return new y(new u(bVar.f1257b)); default: switch (i) { case 128: @@ -83,14 +83,14 @@ public final class l implements i0.c { } } } - return new y(new g(bVar.f1256b)); + return new y(new g(bVar.f1257b)); } else if (d(16)) { return null; } else { return new d0(new x("application/x-scte35")); } } - return new y(new m(bVar.f1256b)); + return new y(new m(bVar.f1257b)); } else if (d(4)) { return null; } else { @@ -109,12 +109,12 @@ public final class l implements i0.c { String str; int i; if (d(32)) { - return this.f1262b; + return this.f1263b; } byte[] bArr = bVar.d; int length = bArr.length; int i2 = 0; - ArrayList arrayList = this.f1262b; + ArrayList arrayList = this.f1263b; while (length - i2 > 0) { int i3 = i2 + 1; int i4 = bArr[i2] & 255; diff --git a/app/src/main/java/b/i/a/c/x2/k0/m.java b/app/src/main/java/b/i/a/c/x2/k0/m.java index fe64d37aab..0eb53816ce 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/m.java +++ b/app/src/main/java/b/i/a/c/x2/k0/m.java @@ -14,7 +14,7 @@ public final class m implements o { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1263b; + public final String f1264b; public String c; public w d; public int f; @@ -27,7 +27,7 @@ public final class m implements o { public long k = -9223372036854775807L; public m(@Nullable String str) { - this.f1263b = str; + this.f1264b = str; } /* JADX WARN: Removed duplicated region for block: B:70:0x0220 */ @@ -96,15 +96,15 @@ public final class m implements o { } else if (i10 == 1) { byte[] bArr2 = this.a.a; int min = Math.min(xVar.a(), 18 - this.f); - System.arraycopy(xVar.a, xVar.f982b, bArr2, this.f, min); - xVar.f982b += min; + System.arraycopy(xVar.a, xVar.f983b, bArr2, this.f, min); + xVar.f983b += min; int i14 = this.f + min; this.f = i14; if (i14 == 18) { byte[] bArr3 = this.a.a; if (this.i == null) { String str = this.c; - String str2 = this.f1263b; + String str2 = this.f1264b; if (bArr3[0] == Byte.MAX_VALUE) { wVar = new b.i.a.c.f3.w(bArr3); } else { @@ -127,7 +127,7 @@ public final class m implements o { int i17 = wVar2.c; int i18 = (8 - i17) - min2; byte[] bArr4 = wVar2.a; - int i19 = wVar2.f981b; + int i19 = wVar2.f982b; bArr4[i19] = (byte) (((65280 >> i17) | ((1 << i18) - 1)) & bArr4[i19]); int i20 = 14 - min2; bArr4[i19] = (byte) (((g >>> i20) << i18) | bArr4[i19]); @@ -149,14 +149,14 @@ public final class m implements o { } int length = copyOf.length; wVar2.a = copyOf; - wVar2.f981b = 0; + wVar2.f982b = 0; wVar2.c = 0; wVar2.d = length; wVar = wVar2; } wVar.m(60); int i22 = b.i.a.c.t2.x.a[wVar.g(6)]; - int i23 = b.i.a.c.t2.x.f1134b[wVar.g(4)]; + int i23 = b.i.a.c.t2.x.f1135b[wVar.g(4)]; int g2 = wVar.g(5); int[] iArr = b.i.a.c.t2.x.c; if (g2 >= iArr.length) { @@ -172,8 +172,8 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f1021x = i24; - bVar.f1022y = i23; + bVar.f1022x = i24; + bVar.f1023y = i23; bVar.n = null; bVar.c = str2; j1 a = bVar.a(); diff --git a/app/src/main/java/b/i/a/c/x2/k0/n.java b/app/src/main/java/b/i/a/c/x2/k0/n.java index 29f95c234a..b8ee948428 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/n.java +++ b/app/src/main/java/b/i/a/c/x2/k0/n.java @@ -13,7 +13,7 @@ public final class n implements o { public final List a; /* renamed from: b reason: collision with root package name */ - public final w[] f1264b; + public final w[] f1265b; public boolean c; public int d; public int e; @@ -21,7 +21,7 @@ public final class n implements o { public n(List list) { this.a = list; - this.f1264b = new w[list.size()]; + this.f1265b = new w[list.size()]; } public final boolean a(x xVar, int i) { @@ -43,9 +43,9 @@ public final class n implements o { } if (this.d != 2 || a(xVar, 32)) { if (this.d != 1 || a(xVar, 0)) { - int i = xVar.f982b; + int i = xVar.f983b; int a = xVar.a(); - for (w wVar : this.f1264b) { + for (w wVar : this.f1265b) { xVar.E(i); wVar.c(xVar, a); } @@ -64,7 +64,7 @@ public final class n implements o { public void d() { if (this.c) { if (this.f != -9223372036854775807L) { - for (w wVar : this.f1264b) { + for (w wVar : this.f1265b) { wVar.d(this.f, 1, this.e, 0, null); } } @@ -74,17 +74,17 @@ public final class n implements o { @Override // b.i.a.c.x2.k0.o public void e(j jVar, i0.d dVar) { - for (int i = 0; i < this.f1264b.length; i++) { + for (int i = 0; i < this.f1265b.length; i++) { i0.a aVar = this.a.get(i); dVar.a(); w p = jVar.p(dVar.c(), 3); j1.b bVar = new j1.b(); bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; - bVar.m = Collections.singletonList(aVar.f1255b); + bVar.m = Collections.singletonList(aVar.f1256b); bVar.c = aVar.a; p.e(bVar.a()); - this.f1264b[i] = p; + this.f1265b[i] = p; } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/p.java b/app/src/main/java/b/i/a/c/x2/k0/p.java index 080c869aa3..8af3a17b68 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/p.java +++ b/app/src/main/java/b/i/a/c/x2/k0/p.java @@ -20,7 +20,7 @@ public final class p implements o { public static final double[] a = {23.976023976023978d, 24.0d, 25.0d, 29.97002997002997d, 30.0d, 50.0d, 59.94005994005994d, 60.0d}; /* renamed from: b reason: collision with root package name */ - public String f1265b; + public String f1266b; public w c; @Nullable public final j0 d; @@ -46,7 +46,7 @@ public final class p implements o { public static final byte[] a = {0, 0, 1}; /* renamed from: b reason: collision with root package name */ - public boolean f1266b; + public boolean f1267b; public int c; public int d; public byte[] e; @@ -56,7 +56,7 @@ public final class p implements o { } public void a(byte[] bArr, int i, int i2) { - if (this.f1266b) { + if (this.f1267b) { int i3 = i2 - i; byte[] bArr2 = this.e; int length = bArr2.length; @@ -114,7 +114,7 @@ public final class p implements o { int i6; float f2; d.H(this.c); - int i7 = xVar.f982b; + int i7 = xVar.f983b; int i8 = xVar.c; byte[] bArr = xVar.a; this.i += xVar.a(); @@ -133,17 +133,17 @@ public final class p implements o { } int i12 = i11 < 0 ? -i11 : 0; a aVar = this.h; - if (aVar.f1266b) { + if (aVar.f1267b) { int i13 = aVar.c - i12; aVar.c = i13; if (aVar.d == 0 && i10 == 181) { aVar.d = i13; } else { - aVar.f1266b = false; + aVar.f1267b = false; z2 = true; if (z2) { a aVar2 = this.h; - String str = this.f1265b; + String str = this.f1266b; Objects.requireNonNull(str); byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.c); int i14 = copyOf[5] & 255; @@ -336,7 +336,7 @@ public final class p implements o { } } } else if (i10 == 179) { - aVar.f1266b = true; + aVar.f1267b = true; } byte[] bArr2 = a.a; aVar.a(bArr2, 0, bArr2.length); @@ -382,7 +382,7 @@ public final class p implements o { public void c() { u.a(this.g); a aVar = this.h; - aVar.f1266b = false; + aVar.f1267b = false; aVar.c = 0; aVar.d = 0; w wVar = this.f; @@ -402,7 +402,7 @@ public final class p implements o { @Override // b.i.a.c.x2.k0.o public void e(j jVar, i0.d dVar) { dVar.a(); - this.f1265b = dVar.b(); + this.f1266b = dVar.b(); this.c = jVar.p(dVar.c(), 2); j0 j0Var = this.d; if (j0Var != null) { diff --git a/app/src/main/java/b/i/a/c/x2/k0/q.java b/app/src/main/java/b/i/a/c/x2/k0/q.java index 488b2a92ef..f274d8ab06 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/q.java +++ b/app/src/main/java/b/i/a/c/x2/k0/q.java @@ -21,7 +21,7 @@ public final class q implements o { @Nullable /* renamed from: b reason: collision with root package name */ - public final j0 f1267b; + public final j0 f1268b; public b g; public long h; public String i; @@ -41,7 +41,7 @@ public final class q implements o { public static final byte[] a = {0, 0, 1}; /* renamed from: b reason: collision with root package name */ - public boolean f1268b; + public boolean f1269b; public int c; public int d; public int e; @@ -52,7 +52,7 @@ public final class q implements o { } public void a(byte[] bArr, int i, int i2) { - if (this.f1268b) { + if (this.f1269b) { int i3 = i2 - i; byte[] bArr2 = this.f; int length = bArr2.length; @@ -66,7 +66,7 @@ public final class q implements o { } public void b() { - this.f1268b = false; + this.f1269b = false; this.d = 0; this.c = 0; } @@ -78,7 +78,7 @@ public final class q implements o { public final w a; /* renamed from: b reason: collision with root package name */ - public boolean f1269b; + public boolean f1270b; public boolean c; public boolean d; public int e; @@ -105,7 +105,7 @@ public final class q implements o { } public q(@Nullable j0 j0Var) { - this.f1267b = j0Var; + this.f1268b = j0Var; } /* JADX WARN: Removed duplicated region for block: B:100:0x023e A[ADDED_TO_REGION] */ @@ -133,7 +133,7 @@ public final class q implements o { float f; d.H(this.g); d.H(this.j); - int i3 = xVar.f982b; + int i3 = xVar.f983b; int i4 = xVar.c; byte[] bArr = xVar.a; this.h += xVar.a(); @@ -170,7 +170,7 @@ public final class q implements o { throw new IllegalStateException(); } else if (i6 == 179 || i6 == 181) { aVar.d -= i8; - aVar.f1268b = false; + aVar.f1269b = false; z2 = true; if (z2) { w wVar3 = this.j; @@ -347,7 +347,7 @@ public final class q implements o { x xVar2 = this.c; int i13 = e0.a; xVar2.C(this.f.d, f2); - this.f1267b.a(this.l, this.c); + this.f1268b.a(this.l, this.c); } if (i6 == 178) { if (xVar.a[b2 + 2] == 1) { @@ -357,7 +357,7 @@ public final class q implements o { long j2 = this.h - i14; bVar = this.g; boolean z3 = this.k; - if (bVar.e == 182 && z3 && bVar.f1269b) { + if (bVar.e == 182 && z3 && bVar.f1270b) { j = bVar.h; if (j != -9223372036854775807L) { bVar.a.d(j, bVar.d ? 1 : 0, (int) (j2 - bVar.g), i14, null); @@ -370,7 +370,7 @@ public final class q implements o { long j3 = this.l; bVar3.e = i6; bVar3.d = false; - bVar3.f1269b = i6 != 182 || i6 == 179; + bVar3.f1270b = i6 != 182 || i6 == 179; bVar3.c = i6 == 182; bVar3.f = 0; bVar3.h = j3; @@ -392,7 +392,7 @@ public final class q implements o { long j32 = this.l; bVar32.e = i6; bVar32.d = false; - bVar32.f1269b = i6 != 182 || i6 == 179; + bVar32.f1270b = i6 != 182 || i6 == 179; bVar32.c = i6 == 182; bVar32.f = 0; bVar32.h = j32; @@ -420,7 +420,7 @@ public final class q implements o { } } else if (i6 == 176) { aVar.c = 1; - aVar.f1268b = true; + aVar.f1269b = true; } byte[] bArr2 = a.a; aVar.a(bArr2, 0, bArr2.length); @@ -446,7 +446,7 @@ public final class q implements o { long j322 = this.l; bVar322.e = i6; bVar322.d = false; - bVar322.f1269b = i6 != 182 || i6 == 179; + bVar322.f1270b = i6 != 182 || i6 == 179; bVar322.c = i6 == 182; bVar322.f = 0; bVar322.h = j322; @@ -460,7 +460,7 @@ public final class q implements o { this.e.b(); b bVar = this.g; if (bVar != null) { - bVar.f1269b = false; + bVar.f1270b = false; bVar.c = false; bVar.d = false; bVar.e = -1; @@ -484,7 +484,7 @@ public final class q implements o { w p = jVar.p(dVar.c(), 2); this.j = p; this.g = new b(p); - j0 j0Var = this.f1267b; + j0 j0Var = this.f1268b; if (j0Var != null) { j0Var.b(jVar, dVar); } diff --git a/app/src/main/java/b/i/a/c/x2/k0/r.java b/app/src/main/java/b/i/a/c/x2/k0/r.java index 00b910ce56..4989425260 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/r.java +++ b/app/src/main/java/b/i/a/c/x2/k0/r.java @@ -21,7 +21,7 @@ public final class r implements o { public final e0 a; /* renamed from: b reason: collision with root package name */ - public final boolean f1270b; + public final boolean f1271b; public final boolean c; public long g; public String i; @@ -42,7 +42,7 @@ public final class r implements o { public final w a; /* renamed from: b reason: collision with root package name */ - public final boolean f1271b; + public final boolean f1272b; public final boolean c; public final y f; public byte[] g; @@ -66,7 +66,7 @@ public final class r implements o { public boolean a; /* renamed from: b reason: collision with root package name */ - public boolean f1272b; + public boolean f1273b; @Nullable public u.c c; public int d; @@ -89,20 +89,20 @@ public final class r implements o { public b(w wVar, boolean z2, boolean z3) { this.a = wVar; - this.f1271b = z2; + this.f1272b = z2; this.c = z3; byte[] bArr = new byte[128]; this.g = bArr; this.f = new y(bArr, 0, 0); a aVar = this.n; - aVar.f1272b = false; + aVar.f1273b = false; aVar.a = false; } } public r(e0 e0Var, boolean z2, boolean z3) { this.a = e0Var; - this.f1270b = z2; + this.f1271b = z2; this.c = z3; } @@ -147,7 +147,7 @@ public final class r implements o { y yVar = bVar.f; yVar.a = bVar.g; yVar.c = 0; - yVar.f983b = i11; + yVar.f984b = i11; yVar.d = 0; yVar.a(); if (bVar.f.b(8)) { @@ -162,7 +162,7 @@ public final class r implements o { bVar.k = false; b.a aVar = bVar.n; aVar.e = f; - aVar.f1272b = true; + aVar.f1273b = true; } else if (bVar.f.c()) { int f2 = bVar.f.f(); if (bVar.e.indexOfKey(f2) < 0) { @@ -170,7 +170,7 @@ public final class r implements o { return; } u.b bVar2 = bVar.e.get(f2); - u.c cVar = bVar.d.get(bVar2.f978b); + u.c cVar = bVar.d.get(bVar2.f979b); if (cVar.h) { if (bVar.f.b(2)) { bVar.f.j(2); @@ -248,7 +248,7 @@ public final class r implements o { aVar2.o = i6; aVar2.p = i7; aVar2.a = true; - aVar2.f1272b = true; + aVar2.f1273b = true; bVar.k = false; } return; @@ -281,7 +281,7 @@ public final class r implements o { aVar22.o = i6; aVar22.p = i7; aVar22.a = true; - aVar22.f1272b = true; + aVar22.f1273b = true; bVar.k = false; } } @@ -337,7 +337,7 @@ public final class r implements o { boolean z4; d.H(this.j); int i2 = e0.a; - int i3 = xVar.f982b; + int i3 = xVar.f983b; int i4 = xVar.c; byte[] bArr = xVar.a; this.g += xVar.a(); @@ -388,7 +388,7 @@ public final class r implements o { w wVar6 = this.e; u.b d2 = u.d(wVar6.d, 3, wVar6.e); i4 = i4; - String a2 = h.a(e2.a, e2.f979b, e2.c); + String a2 = h.a(e2.a, e2.f980b, e2.c); w wVar7 = this.j; j1.b bVar3 = new j1.b(); bArr = bArr; @@ -410,7 +410,7 @@ public final class r implements o { w wVar8 = this.f; this.o.C(this.f.d, u.f(wVar8.d, wVar8.e)); this.o.E(4); - d.J(j3, this.o, this.a.f1244b); + d.J(j3, this.o, this.a.f1245b); } bVar = this.k; z2 = this.l; @@ -464,9 +464,9 @@ public final class r implements o { } z4 = false; } - if (bVar.f1271b) { + if (bVar.f1272b) { b.a aVar3 = bVar.n; - z5 = aVar3.f1272b && ((i = aVar3.e) == 7 || i == 2); + z5 = aVar3.f1273b && ((i = aVar3.e) == 7 || i == 2); } boolean z7 = bVar.r; int i13 = bVar.i; @@ -485,14 +485,14 @@ public final class r implements o { bVar2.i = i6; bVar2.l = j4; bVar2.j = j2; - int i14 = bVar2.f1271b ? 1 : 1; + int i14 = bVar2.f1272b ? 1 : 1; if (bVar2.c) { if (!(i6 == 5 || i6 == i14 || i6 == 2)) { } b.a aVar4 = bVar2.m; bVar2.m = bVar2.n; bVar2.n = aVar4; - aVar4.f1272b = false; + aVar4.f1273b = false; aVar4.a = false; bVar2.h = 0; bVar2.k = true; @@ -511,7 +511,7 @@ public final class r implements o { bVar.q = bVar.l; bVar.r = false; bVar.o = true; - if (bVar.f1271b) { + if (bVar.f1272b) { } boolean z72 = bVar.r; int i132 = bVar.i; @@ -529,7 +529,7 @@ public final class r implements o { bVar2.i = i6; bVar2.l = j42; bVar2.j = j2; - if (bVar2.f1271b) { + if (bVar2.f1272b) { } if (bVar2.c) { } @@ -555,7 +555,7 @@ public final class r implements o { bVar.q = bVar.l; bVar.r = false; bVar.o = true; - if (bVar.f1271b) { + if (bVar.f1272b) { } boolean z722 = bVar.r; int i1322 = bVar.i; @@ -573,7 +573,7 @@ public final class r implements o { bVar2.i = i6; bVar2.l = j422; bVar2.j = j2; - if (bVar2.f1271b) { + if (bVar2.f1272b) { } if (bVar2.c) { } @@ -595,7 +595,7 @@ public final class r implements o { bVar.k = false; bVar.o = false; b.a aVar = bVar.n; - aVar.f1272b = false; + aVar.f1273b = false; aVar.a = false; } } @@ -610,7 +610,7 @@ public final class r implements o { this.i = dVar.b(); w p = jVar.p(dVar.c(), 2); this.j = p; - this.k = new b(p, this.f1270b, this.c); + this.k = new b(p, this.f1271b, this.c); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/b/i/a/c/x2/k0/s.java b/app/src/main/java/b/i/a/c/x2/k0/s.java index d96c0260fa..ef0b8510ff 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/s.java +++ b/app/src/main/java/b/i/a/c/x2/k0/s.java @@ -18,7 +18,7 @@ public final class s implements o { public final e0 a; /* renamed from: b reason: collision with root package name */ - public String f1273b; + public String f1274b; public w c; public a d; public boolean e; @@ -38,7 +38,7 @@ public final class s implements o { public final w a; /* renamed from: b reason: collision with root package name */ - public long f1274b; + public long f1275b; public boolean c; public int d; public long e; @@ -59,7 +59,7 @@ public final class s implements o { long j = this.l; if (j != -9223372036854775807L) { boolean z2 = this.m; - this.a.d(j, z2 ? 1 : 0, (int) (this.f1274b - this.k), i, null); + this.a.d(j, z2 ? 1 : 0, (int) (this.f1275b - this.k), i, null); } } } @@ -109,7 +109,7 @@ public final class s implements o { d.H(this.c); int i3 = e0.a; while (xVar.a() > 0) { - int i4 = xVar2.f982b; + int i4 = xVar2.f983b; int i5 = xVar2.c; byte[] bArr = xVar2.a; this.l += xVar.a(); @@ -137,9 +137,9 @@ public final class s implements o { aVar.j = false; } else if (aVar.h || aVar.g) { if (z2 && aVar.i) { - aVar.a(((int) (j3 - aVar.f1274b)) + i9); + aVar.a(((int) (j3 - aVar.f1275b)) + i9); } - aVar.k = aVar.f1274b; + aVar.k = aVar.f1275b; aVar.l = aVar.e; aVar.m = aVar.c; aVar.i = true; @@ -155,7 +155,7 @@ public final class s implements o { w wVar3 = this.i; if (wVar3.c) { w wVar4 = this.c; - String str = this.f1273b; + String str = this.f1274b; i5 = i5; int i11 = wVar.e; bArr = bArr; @@ -307,7 +307,7 @@ public final class s implements o { f12 = e6 / e7; } } else { - float[] fArr = u.f976b; + float[] fArr = u.f977b; if (e5 < fArr.length) { f12 = fArr[e5]; } else { @@ -349,7 +349,7 @@ public final class s implements o { this.n.C(this.j.d, u.f(wVar5.d, wVar5.e)); this.n.F(5); j2 = j4; - d.J(j2, this.n, this.a.f1244b); + d.J(j2, this.n, this.a.f1245b); } else { j2 = j4; } @@ -357,7 +357,7 @@ public final class s implements o { w wVar6 = this.k; this.n.C(this.k.d, u.f(wVar6.d, wVar6.e)); this.n.F(5); - d.J(j2, this.n, this.a.f1244b); + d.J(j2, this.n, this.a.f1245b); } long j5 = this.m; a aVar2 = this.d; @@ -366,7 +366,7 @@ public final class s implements o { aVar2.h = false; aVar2.e = j5; aVar2.d = 0; - aVar2.f1274b = j; + aVar2.f1275b = j; if (!(i >= 32 || i == 40)) { if (aVar2.i && !aVar2.j) { if (z4) { @@ -411,7 +411,7 @@ public final class s implements o { aVar22.h = false; aVar22.e = j52; aVar22.d = 0; - aVar22.f1274b = j; + aVar22.f1275b = j; if (!(i >= 32 || i == 40)) { } if (i < 16) { @@ -454,7 +454,7 @@ public final class s implements o { @Override // b.i.a.c.x2.k0.o public void e(j jVar, i0.d dVar) { dVar.a(); - this.f1273b = dVar.b(); + this.f1274b = dVar.b(); w p = jVar.p(dVar.c(), 2); this.c = p; this.d = new a(p); diff --git a/app/src/main/java/b/i/a/c/x2/k0/t.java b/app/src/main/java/b/i/a/c/x2/k0/t.java index 57ca396e70..1bd8da08cd 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/t.java +++ b/app/src/main/java/b/i/a/c/x2/k0/t.java @@ -12,7 +12,7 @@ import b.i.a.c.x2.w; public final class t implements o { /* renamed from: b reason: collision with root package name */ - public w f1275b; + public w f1276b; public boolean c; public int e; public int f; @@ -21,13 +21,13 @@ public final class t implements o { @Override // b.i.a.c.x2.k0.o public void b(x xVar) { - d.H(this.f1275b); + d.H(this.f1276b); if (this.c) { int a = xVar.a(); int i = this.f; if (i < 10) { int min = Math.min(a, 10 - i); - System.arraycopy(xVar.a, xVar.f982b, this.a.a, this.f, min); + System.arraycopy(xVar.a, xVar.f983b, this.a.a, this.f, min); if (this.f + min == 10) { this.a.E(0); if (73 == this.a.t() && 68 == this.a.t() && 51 == this.a.t()) { @@ -41,7 +41,7 @@ public final class t implements o { } } int min2 = Math.min(a, this.e - this.f); - this.f1275b.c(xVar, min2); + this.f1276b.c(xVar, min2); this.f += min2; } } @@ -55,11 +55,11 @@ public final class t implements o { @Override // b.i.a.c.x2.k0.o public void d() { int i; - d.H(this.f1275b); + d.H(this.f1276b); if (this.c && (i = this.e) != 0 && this.f == i) { long j = this.d; if (j != -9223372036854775807L) { - this.f1275b.d(j, 1, i, 0, null); + this.f1276b.d(j, 1, i, 0, null); } this.c = false; } @@ -69,7 +69,7 @@ public final class t implements o { public void e(j jVar, i0.d dVar) { dVar.a(); w p = jVar.p(dVar.c(), 5); - this.f1275b = p; + this.f1276b = p; j1.b bVar = new j1.b(); bVar.a = dVar.b(); bVar.k = "application/id3"; diff --git a/app/src/main/java/b/i/a/c/x2/k0/u.java b/app/src/main/java/b/i/a/c/x2/k0/u.java index e650fff40f..86fb86d67a 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/u.java +++ b/app/src/main/java/b/i/a/c/x2/k0/u.java @@ -18,7 +18,7 @@ public final class u implements o { public final String a; /* renamed from: b reason: collision with root package name */ - public final x f1276b; + public final x f1277b; public final w c; public b.i.a.c.x2.w d; public String e; @@ -37,7 +37,7 @@ public final class u implements o { public int r; /* renamed from: s reason: collision with root package name */ - public long f1277s; + public long f1278s; public int t; @Nullable public String u; @@ -45,7 +45,7 @@ public final class u implements o { public u(@Nullable String str) { this.a = str; x xVar = new x(1024); - this.f1276b = xVar; + this.f1277b = xVar; this.c = new w(xVar.a); } @@ -78,7 +78,7 @@ public final class u implements o { } else if (i2 == 2) { int t2 = ((this.j & (-225)) << 8) | xVar.t(); this.i = t2; - x xVar2 = this.f1276b; + x xVar2 = this.f1277b; byte[] bArr = xVar2.a; if (t2 > bArr.length) { if (bArr.length < t2) { @@ -86,11 +86,11 @@ public final class u implements o { } xVar2.C(bArr, t2); w wVar = this.c; - byte[] bArr2 = this.f1276b.a; + byte[] bArr2 = this.f1277b.a; Objects.requireNonNull(wVar); int length = bArr2.length; wVar.a = bArr2; - wVar.f981b = 0; + wVar.f982b = 0; wVar.c = 0; wVar.d = length; } @@ -128,14 +128,14 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f1021x = this.t; - bVar.f1022y = this.r; + bVar.f1022x = this.t; + bVar.f1023y = this.r; bVar.m = Collections.singletonList(bArr3); bVar.c = this.a; j1 a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.f1277s = 1024000000 / a.K; + this.f1278s = 1024000000 / a.K; this.d.e(a); } } else { @@ -196,16 +196,16 @@ public final class u implements o { } int e2 = wVar2.e(); if ((e2 & 7) == 0) { - this.f1276b.E(e2 >> 3); + this.f1277b.E(e2 >> 3); } else { - wVar2.h(this.f1276b.a, 0, i * 8); - this.f1276b.E(0); + wVar2.h(this.f1277b.a, 0, i * 8); + this.f1277b.E(0); } - this.d.c(this.f1276b, i); + this.d.c(this.f1277b, i); long j = this.k; if (j != -9223372036854775807L) { this.d.d(j, 1, i, 0, null); - this.k += this.f1277s; + this.k += this.f1278s; } if (this.p) { wVar2.m((int) this.q); @@ -256,7 +256,7 @@ public final class u implements o { l.b b3 = l.b(wVar, true); this.u = b3.c; this.r = b3.a; - this.t = b3.f1120b; + this.t = b3.f1121b; return b2 - wVar.b(); } } diff --git a/app/src/main/java/b/i/a/c/x2/k0/v.java b/app/src/main/java/b/i/a/c/x2/k0/v.java index 5d8b8b4f07..b5ca38d81b 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/v.java +++ b/app/src/main/java/b/i/a/c/x2/k0/v.java @@ -24,7 +24,7 @@ public final class v implements o { public int f = 0; /* renamed from: b reason: collision with root package name */ - public final a0.a f1278b = new a0.a(); + public final a0.a f1279b = new a0.a(); public long l = -9223372036854775807L; public v(@Nullable String str) { @@ -41,7 +41,7 @@ public final class v implements o { int i = this.f; if (i == 0) { byte[] bArr = xVar.a; - int i2 = xVar.f982b; + int i2 = xVar.f983b; int i3 = xVar.c; while (true) { if (i2 >= i3) { @@ -68,21 +68,21 @@ public final class v implements o { this.g = i4; if (i4 >= 4) { this.a.E(0); - if (!this.f1278b.a(this.a.f())) { + if (!this.f1279b.a(this.a.f())) { this.g = 0; this.f = 1; } else { - a0.a aVar = this.f1278b; + a0.a aVar = this.f1279b; this.k = aVar.c; if (!this.h) { int i5 = aVar.d; this.j = (aVar.g * 1000000) / i5; j1.b bVar = new j1.b(); bVar.a = this.e; - bVar.k = aVar.f1114b; + bVar.k = aVar.f1115b; bVar.l = 4096; - bVar.f1021x = aVar.e; - bVar.f1022y = i5; + bVar.f1022x = aVar.e; + bVar.f1023y = i5; bVar.c = this.c; this.d.e(bVar.a()); this.h = true; diff --git a/app/src/main/java/b/i/a/c/x2/k0/w.java b/app/src/main/java/b/i/a/c/x2/k0/w.java index 502f365be3..fa15871a81 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/w.java +++ b/app/src/main/java/b/i/a/c/x2/k0/w.java @@ -8,7 +8,7 @@ public final class w { public final int a; /* renamed from: b reason: collision with root package name */ - public boolean f1279b; + public boolean f1280b; public boolean c; public byte[] d; public int e; @@ -21,7 +21,7 @@ public final class w { } public void a(byte[] bArr, int i, int i2) { - if (this.f1279b) { + if (this.f1280b) { int i3 = i2 - i; byte[] bArr2 = this.d; int length = bArr2.length; @@ -35,27 +35,27 @@ public final class w { } public boolean b(int i) { - if (!this.f1279b) { + if (!this.f1280b) { return false; } this.e -= i; - this.f1279b = false; + this.f1280b = false; this.c = true; return true; } public void c() { - this.f1279b = false; + this.f1280b = false; this.c = false; } public void d(int i) { boolean z2 = true; - d.D(!this.f1279b); + d.D(!this.f1280b); if (i != this.a) { z2 = false; } - this.f1279b = z2; + this.f1280b = z2; if (z2) { this.e = 3; this.c = false; diff --git a/app/src/main/java/b/i/a/c/x2/k0/x.java b/app/src/main/java/b/i/a/c/x2/k0/x.java index 64fa4fe6de..70fc658af2 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/x.java +++ b/app/src/main/java/b/i/a/c/x2/k0/x.java @@ -13,7 +13,7 @@ public final class x implements c0 { public j1 a; /* renamed from: b reason: collision with root package name */ - public d0 f1280b; + public d0 f1281b; public w c; public x(String str) { @@ -24,7 +24,7 @@ public final class x implements c0 { @Override // b.i.a.c.x2.k0.c0 public void a(d0 d0Var, j jVar, i0.d dVar) { - this.f1280b = d0Var; + this.f1281b = d0Var; dVar.a(); w p = jVar.p(dVar.c(), 5); this.c = p; @@ -34,14 +34,14 @@ public final class x implements c0 { @Override // b.i.a.c.x2.k0.c0 public void b(b.i.a.c.f3.x xVar) { long c; - d.H(this.f1280b); + d.H(this.f1281b); int i = e0.a; - d0 d0Var = this.f1280b; + d0 d0Var = this.f1281b; synchronized (d0Var) { long j = d0Var.c; - c = j != -9223372036854775807L ? j + d0Var.f964b : d0Var.c(); + c = j != -9223372036854775807L ? j + d0Var.f965b : d0Var.c(); } - long d = this.f1280b.d(); + long d = this.f1281b.d(); if (c != -9223372036854775807L && d != -9223372036854775807L) { j1 j1Var = this.a; if (d != j1Var.A) { diff --git a/app/src/main/java/b/i/a/c/x2/k0/y.java b/app/src/main/java/b/i/a/c/x2/k0/y.java index 058c7f04a3..a43aa9f7b8 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/y.java +++ b/app/src/main/java/b/i/a/c/x2/k0/y.java @@ -16,7 +16,7 @@ public final class y implements i0 { public final o a; /* renamed from: b reason: collision with root package name */ - public final w f1281b = new w(new byte[10]); + public final w f1282b = new w(new byte[10]); public int c = 0; public int d; public d0 e; @@ -71,21 +71,21 @@ public final class y implements i0 { int i7 = 0; if (i6 != 1) { if (i6 == 2) { - if (d(xVar, this.f1281b.a, Math.min(10, this.i)) && d(xVar, null, this.i)) { - this.f1281b.k(0); + if (d(xVar, this.f1282b.a, Math.min(10, this.i)) && d(xVar, null, this.i)) { + this.f1282b.k(0); this.l = -9223372036854775807L; if (this.f) { - this.f1281b.m(4); - this.f1281b.m(1); - this.f1281b.m(1); - long g = (this.f1281b.g(i3) << 30) | (this.f1281b.g(15) << 15) | this.f1281b.g(15); - this.f1281b.m(1); + this.f1282b.m(4); + this.f1282b.m(1); + this.f1282b.m(1); + long g = (this.f1282b.g(i3) << 30) | (this.f1282b.g(15) << 15) | this.f1282b.g(15); + this.f1282b.m(1); if (!this.h && this.g) { - this.f1281b.m(4); - this.f1281b.m(1); - this.f1281b.m(1); - this.f1281b.m(1); - this.e.b((this.f1281b.g(i3) << 30) | (this.f1281b.g(15) << 15) | this.f1281b.g(15)); + this.f1282b.m(4); + this.f1282b.m(1); + this.f1282b.m(1); + this.f1282b.m(1); + this.e.b((this.f1282b.g(i3) << 30) | (this.f1282b.g(15) << 15) | this.f1282b.g(15)); this.h = true; } this.l = this.e.b(g); @@ -102,7 +102,7 @@ public final class y implements i0 { } if (i7 > 0) { a -= i7; - xVar.D(xVar.f982b + a); + xVar.D(xVar.f983b + a); } this.a.b(xVar); int i9 = this.j; @@ -117,23 +117,23 @@ public final class y implements i0 { } else { throw new IllegalStateException(); } - } else if (d(xVar, this.f1281b.a, 9)) { - this.f1281b.k(0); - int g2 = this.f1281b.g(24); + } else if (d(xVar, this.f1282b.a, 9)) { + this.f1282b.k(0); + int g2 = this.f1282b.g(24); if (g2 != 1) { a.d0(41, "Unexpected start code prefix: ", g2, "PesReader"); this.j = -1; z2 = false; } else { - this.f1281b.m(8); - int g3 = this.f1281b.g(16); - this.f1281b.m(5); - this.k = this.f1281b.f(); - this.f1281b.m(2); - this.f = this.f1281b.f(); - this.g = this.f1281b.f(); - this.f1281b.m(6); - int g4 = this.f1281b.g(8); + this.f1282b.m(8); + int g3 = this.f1282b.g(16); + this.f1282b.m(5); + this.k = this.f1282b.f(); + this.f1282b.m(2); + this.f = this.f1282b.f(); + this.g = this.f1282b.f(); + this.f1282b.m(6); + int g4 = this.f1282b.g(8); this.i = g4; if (g3 == 0) { this.j = -1; @@ -173,8 +173,8 @@ public final class y implements i0 { if (bArr == null) { xVar.F(min); } else { - System.arraycopy(xVar.a, xVar.f982b, bArr, this.d, min); - xVar.f982b += min; + System.arraycopy(xVar.a, xVar.f983b, bArr, this.d, min); + xVar.f983b += min; } int i2 = this.d + min; this.d = i2; diff --git a/app/src/main/java/b/i/a/c/x2/k0/z.java b/app/src/main/java/b/i/a/c/x2/k0/z.java index 72d0d45174..d1aeb4ede9 100644 --- a/app/src/main/java/b/i/a/c/x2/k0/z.java +++ b/app/src/main/java/b/i/a/c/x2/k0/z.java @@ -16,7 +16,7 @@ public final class z extends b.i.a.c.x2.a { public final d0 a; /* renamed from: b reason: collision with root package name */ - public final x f1282b = new x(); + public final x f1283b = new x(); public b(d0 d0Var, a aVar) { this.a = d0Var; @@ -24,7 +24,7 @@ public final class z extends b.i.a.c.x2.a { @Override // b.i.a.c.x2.a.f public void a() { - this.f1282b.B(e0.f); + this.f1283b.B(e0.f); } @Override // b.i.a.c.x2.a.f @@ -32,14 +32,14 @@ public final class z extends b.i.a.c.x2.a { int g; long position = iVar.getPosition(); int min = (int) Math.min(20000L, iVar.b() - position); - this.f1282b.A(min); - iVar.o(this.f1282b.a, 0, min); - x xVar = this.f1282b; + this.f1283b.A(min); + iVar.o(this.f1283b.a, 0, min); + x xVar = this.f1283b; int i = -1; long j2 = -9223372036854775807L; int i2 = -1; while (xVar.a() >= 4) { - if (z.g(xVar.a, xVar.f982b) != 442) { + if (z.g(xVar.a, xVar.f983b) != 442) { xVar.F(1); } else { xVar.F(4); @@ -50,9 +50,9 @@ public final class z extends b.i.a.c.x2.a { return j2 == -9223372036854775807L ? a.e.a(b2, position) : a.e.b(position + i2); } if (100000 + b2 > j) { - return a.e.b(position + xVar.f982b); + return a.e.b(position + xVar.f983b); } - i2 = xVar.f982b; + i2 = xVar.f983b; j2 = b2; } int i3 = xVar.c; @@ -62,7 +62,7 @@ public final class z extends b.i.a.c.x2.a { if (xVar.a() >= t) { xVar.F(t); if (xVar.a() >= 4) { - if (z.g(xVar.a, xVar.f982b) == 443) { + if (z.g(xVar.a, xVar.f983b) == 443) { xVar.F(4); int y2 = xVar.y(); if (xVar.a() < y2) { @@ -72,7 +72,7 @@ public final class z extends b.i.a.c.x2.a { } } while (true) { - if (xVar.a() < 4 || (g = z.g(xVar.a, xVar.f982b)) == 442 || g == 441 || (g >>> 8) != 1) { + if (xVar.a() < 4 || (g = z.g(xVar.a, xVar.f983b)) == 442 || g == 441 || (g >>> 8) != 1) { break; } xVar.F(4); @@ -80,7 +80,7 @@ public final class z extends b.i.a.c.x2.a { xVar.E(i3); break; } - xVar.E(Math.min(xVar.c, xVar.f982b + xVar.y())); + xVar.E(Math.min(xVar.c, xVar.f983b + xVar.y())); } } else { xVar.E(i3); @@ -91,7 +91,7 @@ public final class z extends b.i.a.c.x2.a { } else { xVar.E(i3); } - i = xVar.f982b; + i = xVar.f983b; } } return j2 != -9223372036854775807L ? a.e.c(j2, position + i) : a.e.a; diff --git a/app/src/main/java/b/i/a/c/x2/l0/b.java b/app/src/main/java/b/i/a/c/x2/l0/b.java index 070f3b8b30..689ee5495e 100644 --- a/app/src/main/java/b/i/a/c/x2/l0/b.java +++ b/app/src/main/java/b/i/a/c/x2/l0/b.java @@ -21,7 +21,7 @@ public final class b implements h { public j a; /* renamed from: b reason: collision with root package name */ - public w f1283b; + public w f1284b; public AbstractC0104b d; public int c = 0; public int e = -1; @@ -33,7 +33,7 @@ public final class b implements h { public static final int[] a = {-1, -1, -1, -1, 2, 4, 6, 8, -1, -1, -1, -1, 2, 4, 6, 8}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1284b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, Opcodes.D2L, 157, Opcodes.LRETURN, Opcodes.ARRAYLENGTH, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; + public static final int[] f1285b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, Opcodes.D2L, 157, Opcodes.LRETURN, Opcodes.ARRAYLENGTH, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; public final j c; public final w d; public final c e; @@ -59,7 +59,7 @@ public final class b implements h { byte b3 = bArr[1]; int i = ((bArr[3] & 255) << 8) | (bArr[2] & 255); this.f = i; - int i2 = cVar.f1286b; + int i2 = cVar.f1287b; int i3 = (((cVar.d - (i2 * 4)) * 8) / (cVar.e * i2)) + 1; if (i == i3) { int f = e0.f(max, i); @@ -72,9 +72,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f1021x = cVar.f1286b; - bVar.f1022y = i4; - bVar.f1023z = 2; + bVar.f1022x = cVar.f1287b; + bVar.f1023y = i4; + bVar.f1024z = 2; this.j = bVar.a(); return; } @@ -138,7 +138,7 @@ public final class b implements h { int i5 = 0; while (true) { c cVar = this.e; - int i6 = cVar.f1286b; + int i6 = cVar.f1287b; if (i5 < i6) { byte[] bArr2 = xVar.a; int i7 = cVar.d; @@ -147,7 +147,7 @@ public final class b implements h { int i10 = (i7 / i6) - 4; int i11 = (short) (((bArr[i8 + 1] & 255) << 8) | (bArr[i8] & 255)); int min = Math.min(bArr[i8 + 2] & 255, 88); - int i12 = f1284b[min]; + int i12 = f1285b[min]; int i13 = ((this.f * i4 * i6) + i5) * 2; bArr2[i13] = (byte) (i11 & 255); bArr2[i13 + 1] = (byte) (i11 >> 8); @@ -165,7 +165,7 @@ public final class b implements h { bArr2[i14] = (byte) (i11 & 255); bArr2[i14 + 1] = (byte) (i11 >> 8); int i19 = min + a[i17]; - int[] iArr = f1284b; + int[] iArr = f1285b; min = e0.h(i19, 0, iArr.length - 1); i12 = iArr[min]; i15++; @@ -179,7 +179,7 @@ public final class b implements h { z3 = z2; int i20 = this.f * i2 * 2; xVar.E(0); - xVar.D(i20 * this.e.f1286b); + xVar.D(i20 * this.e.f1287b); this.k -= i2 * this.e.d; x xVar2 = this.h; int i21 = xVar2.c; @@ -214,12 +214,12 @@ public final class b implements h { } public final int d(int i) { - return i / (this.e.f1286b * 2); + return i / (this.e.f1287b * 2); } public final void e(int i) { long F = this.l + e0.F(this.n, 1000000L, this.e.c); - int i2 = i * 2 * this.e.f1286b; + int i2 = i * 2 * this.e.f1287b; this.d.d(F, 1, i2, this.m - i2, null); this.n += i; this.m -= i2; @@ -243,7 +243,7 @@ public final class b implements h { public final j a; /* renamed from: b reason: collision with root package name */ - public final w f1285b; + public final w f1286b; public final c c; public final j1 d; public final int e; @@ -253,9 +253,9 @@ public final class b implements h { public c(j jVar, w wVar, c cVar, String str, int i) throws ParserException { this.a = jVar; - this.f1285b = wVar; + this.f1286b = wVar; this.c = cVar; - int i2 = (cVar.f1286b * cVar.e) / 8; + int i2 = (cVar.f1287b * cVar.e) / 8; int i3 = cVar.d; if (i3 == i2) { int i4 = cVar.c * i2; @@ -267,9 +267,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max; - bVar.f1021x = cVar.f1286b; - bVar.f1022y = cVar.c; - bVar.f1023z = i; + bVar.f1022x = cVar.f1287b; + bVar.f1023y = cVar.c; + bVar.f1024z = i; this.d = bVar.a(); return; } @@ -286,7 +286,7 @@ public final class b implements h { @Override // b.i.a.c.x2.l0.b.AbstractC0104b public void b(int i, long j) { this.a.a(new e(this.c, 1, i, j)); - this.f1285b.e(this.d); + this.f1286b.e(this.d); } @Override // b.i.a.c.x2.l0.b.AbstractC0104b @@ -301,7 +301,7 @@ public final class b implements h { if (i <= 0 || (i2 = this.g) >= (i3 = this.e)) { break; } - int b2 = this.f1285b.b(iVar, (int) Math.min(i3 - i2, j2), true); + int b2 = this.f1286b.b(iVar, (int) Math.min(i3 - i2, j2), true); if (b2 == -1) { j2 = 0; } else { @@ -314,7 +314,7 @@ public final class b implements h { if (i5 > 0) { int i6 = i5 * i4; int i7 = this.g - i6; - this.f1285b.d(this.f + e0.F(this.h, 1000000L, cVar.c), 1, i6, i7, null); + this.f1286b.d(this.f + e0.F(this.h, 1000000L, cVar.c), 1, i6, i7, null); this.h += i5; this.g = i7; } @@ -340,7 +340,7 @@ public final class b implements h { public int e(i iVar, s sVar) throws IOException { byte[] bArr; int i; - d.H(this.f1283b); + d.H(this.f1284b); int i2 = e0.a; int i3 = this.c; boolean z2 = true; @@ -361,10 +361,10 @@ public final class b implements h { x xVar = new x(16); d a2 = d.a(iVar, xVar); while (a2.a != 1718449184) { - iVar.l(((int) a2.f1287b) + 8); + iVar.l(((int) a2.f1288b) + 8); a2 = d.a(iVar, xVar); } - d.D(a2.f1287b >= 16); + d.D(a2.f1288b >= 16); iVar.o(xVar.a, 0, 16); xVar.E(0); int l = xVar.l(); @@ -373,7 +373,7 @@ public final class b implements h { int k2 = xVar.k(); int l3 = xVar.l(); int l4 = xVar.l(); - int i5 = ((int) a2.f1287b) - 16; + int i5 = ((int) a2.f1288b) - 16; if (i5 > 0) { bArr = new byte[i5]; iVar.o(bArr, 0, i5); @@ -383,11 +383,11 @@ public final class b implements h { iVar.l((int) (iVar.f() - iVar.getPosition())); c cVar = new c(l, l2, k, k2, l3, l4, bArr); if (l == 17) { - this.d = new a(this.a, this.f1283b, cVar); + this.d = new a(this.a, this.f1284b, cVar); } else if (l == 6) { - this.d = new c(this.a, this.f1283b, cVar, "audio/g711-alaw", -1); + this.d = new c(this.a, this.f1284b, cVar, "audio/g711-alaw", -1); } else if (l == 7) { - this.d = new c(this.a, this.f1283b, cVar, "audio/g711-mlaw", -1); + this.d = new c(this.a, this.f1284b, cVar, "audio/g711-mlaw", -1); } else { if (l != 1) { if (l == 3) { @@ -397,7 +397,7 @@ public final class b implements h { } else if (l != 65534) { i = 0; if (i != 0) { - this.d = new c(this.a, this.f1283b, cVar, "audio/raw", i); + this.d = new c(this.a, this.f1284b, cVar, "audio/raw", i); } else { StringBuilder sb = new StringBuilder(40); sb.append("Unsupported WAV format type: "); @@ -420,7 +420,7 @@ public final class b implements h { int i6 = a3.a; if (i6 != 1684108385) { b.d.b.a.a.d0(39, "Ignoring unknown WAV chunk: ", i6, "WavHeaderReader"); - long j = a3.f1287b + 8; + long j = a3.f1288b + 8; if (j <= 2147483647L) { iVar.l((int) j); a3 = d.a(iVar, xVar2); @@ -434,7 +434,7 @@ public final class b implements h { } else { iVar.l(8); long position = iVar.getPosition(); - long j2 = a3.f1287b + position; + long j2 = a3.f1288b + position; long b2 = iVar.b(); if (b2 != -1 && j2 > b2) { StringBuilder P = b.d.b.a.a.P(69, "Data exceeds input length: ", j2, ", "); @@ -468,7 +468,7 @@ public final class b implements h { @Override // b.i.a.c.x2.h public void f(j jVar) { this.a = jVar; - this.f1283b = jVar.p(0, 1); + this.f1284b = jVar.p(0, 1); jVar.j(); } diff --git a/app/src/main/java/b/i/a/c/x2/l0/c.java b/app/src/main/java/b/i/a/c/x2/l0/c.java index 7ef0baee3f..18a4e5901c 100644 --- a/app/src/main/java/b/i/a/c/x2/l0/c.java +++ b/app/src/main/java/b/i/a/c/x2/l0/c.java @@ -5,7 +5,7 @@ public final class c { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1286b; + public final int f1287b; public final int c; public final int d; public final int e; @@ -13,7 +13,7 @@ public final class c { public c(int i, int i2, int i3, int i4, int i5, int i6, byte[] bArr) { this.a = i; - this.f1286b = i2; + this.f1287b = i2; this.c = i3; this.d = i5; this.e = i6; diff --git a/app/src/main/java/b/i/a/c/x2/l0/d.java b/app/src/main/java/b/i/a/c/x2/l0/d.java index 03be3fef41..1c6182e135 100644 --- a/app/src/main/java/b/i/a/c/x2/l0/d.java +++ b/app/src/main/java/b/i/a/c/x2/l0/d.java @@ -9,11 +9,11 @@ public final class d { public final int a; /* renamed from: b reason: collision with root package name */ - public final long f1287b; + public final long f1288b; public d(int i, long j) { this.a = i; - this.f1287b = j; + this.f1288b = j; } public static d a(i iVar, x xVar) throws IOException { diff --git a/app/src/main/java/b/i/a/c/x2/l0/e.java b/app/src/main/java/b/i/a/c/x2/l0/e.java index 6847ab4177..6c2c5d148b 100644 --- a/app/src/main/java/b/i/a/c/x2/l0/e.java +++ b/app/src/main/java/b/i/a/c/x2/l0/e.java @@ -9,14 +9,14 @@ public final class e implements t { public final c a; /* renamed from: b reason: collision with root package name */ - public final int f1288b; + public final int f1289b; public final long c; public final long d; public final long e; public e(c cVar, int i, long j, long j2) { this.a = cVar; - this.f1288b = i; + this.f1289b = i; this.c = j; long j3 = (j2 - j) / cVar.d; this.d = j3; @@ -24,7 +24,7 @@ public final class e implements t { } public final long b(long j) { - return e0.F(j * this.f1288b, 1000000L, this.a.c); + return e0.F(j * this.f1289b, 1000000L, this.a.c); } @Override // b.i.a.c.x2.t @@ -34,7 +34,7 @@ public final class e implements t { @Override // b.i.a.c.x2.t public t.a h(long j) { - long i = e0.i((this.a.c * j) / (this.f1288b * 1000000), 0L, this.d - 1); + long i = e0.i((this.a.c * j) / (this.f1289b * 1000000), 0L, this.d - 1); long j2 = (this.a.d * i) + this.c; long b2 = b(i); u uVar = new u(b2, j2); diff --git a/app/src/main/java/b/i/a/c/x2/m.java b/app/src/main/java/b/i/a/c/x2/m.java index 8dd94f232f..750b954a5c 100644 --- a/app/src/main/java/b/i/a/c/x2/m.java +++ b/app/src/main/java/b/i/a/c/x2/m.java @@ -17,7 +17,7 @@ public final class m { try { long z3 = xVar.z(); if (!z2) { - z3 *= oVar.f1290b; + z3 *= oVar.f1291b; } aVar.a = z3; return true; @@ -60,7 +60,7 @@ public final class m { return false; } int c = c(xVar, i2); - if (!(c != -1 && c <= oVar.f1290b)) { + if (!(c != -1 && c <= oVar.f1291b)) { return false; } int i6 = oVar.e; @@ -80,12 +80,12 @@ public final class m { return false; } int t = xVar.t(); - int i7 = xVar.f982b; + int i7 = xVar.f983b; byte[] bArr = xVar.a; int i8 = i7 - 1; int i9 = e0.a; int i10 = 0; - for (int i11 = xVar.f982b; i11 < i8; i11++) { + for (int i11 = xVar.f983b; i11 < i8; i11++) { i10 = e0.l[i10 ^ (bArr[i11] & 255)]; } return t == i10; diff --git a/app/src/main/java/b/i/a/c/x2/n.java b/app/src/main/java/b/i/a/c/x2/n.java index ff6ee75f9d..98b24c5c51 100644 --- a/app/src/main/java/b/i/a/c/x2/n.java +++ b/app/src/main/java/b/i/a/c/x2/n.java @@ -10,15 +10,15 @@ public final class n implements t { public final o a; /* renamed from: b reason: collision with root package name */ - public final long f1289b; + public final long f1290b; public n(o oVar, long j) { this.a = oVar; - this.f1289b = j; + this.f1290b = j; } public final u b(long j, long j2) { - return new u((j * 1000000) / this.a.e, this.f1289b + j2); + return new u((j * 1000000) / this.a.e, this.f1290b + j2); } @Override // b.i.a.c.x2.t @@ -32,7 +32,7 @@ public final class n implements t { o oVar = this.a; o.a aVar = oVar.k; long[] jArr = aVar.a; - long[] jArr2 = aVar.f1291b; + long[] jArr2 = aVar.f1292b; int e = e0.e(jArr, oVar.g(j), true, false); long j2 = 0; long j3 = e == -1 ? 0L : jArr[e]; @@ -40,7 +40,7 @@ public final class n implements t { j2 = jArr2[e]; } u b2 = b(j3, j2); - if (b2.f1296b == j || e == jArr.length - 1) { + if (b2.f1297b == j || e == jArr.length - 1) { return new t.a(b2); } int i = e + 1; diff --git a/app/src/main/java/b/i/a/c/x2/o.java b/app/src/main/java/b/i/a/c/x2/o.java index b2a75c9ad1..3fc6d61b34 100644 --- a/app/src/main/java/b/i/a/c/x2/o.java +++ b/app/src/main/java/b/i/a/c/x2/o.java @@ -17,7 +17,7 @@ public final class o { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1290b; + public final int f1291b; public final int c; public final int d; public final int e; @@ -37,17 +37,17 @@ public final class o { public final long[] a; /* renamed from: b reason: collision with root package name */ - public final long[] f1291b; + public final long[] f1292b; public a(long[] jArr, long[] jArr2) { this.a = jArr; - this.f1291b = jArr2; + this.f1292b = jArr2; } } public o(int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, @Nullable a aVar, @Nullable Metadata metadata) { this.a = i; - this.f1290b = i2; + this.f1291b = i2; this.c = i3; this.d = i4; this.e = i5; @@ -64,7 +64,7 @@ public final class o { w wVar = new w(bArr); wVar.k(i * 8); this.a = wVar.g(16); - this.f1290b = wVar.g(16); + this.f1291b = wVar.g(16); this.c = wVar.g(24); this.d = wVar.g(24); int g = wVar.g(20); @@ -148,7 +148,7 @@ public final class o { } public o b(@Nullable a aVar) { - return new o(this.a, this.f1290b, this.c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.f1291b, this.c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); } public long d() { @@ -169,8 +169,8 @@ public final class o { j1.b bVar = new j1.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f1021x = this.g; - bVar.f1022y = this.e; + bVar.f1022x = this.g; + bVar.f1023y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/b/i/a/c/x2/p.java b/app/src/main/java/b/i/a/c/x2/p.java index 3b55660473..425240e2c9 100644 --- a/app/src/main/java/b/i/a/c/x2/p.java +++ b/app/src/main/java/b/i/a/c/x2/p.java @@ -12,7 +12,7 @@ public final class p { public static final Pattern a = Pattern.compile("^ [0-9a-fA-F]{8} ([0-9a-fA-F]{8}) ([0-9a-fA-F]{8})"); /* renamed from: b reason: collision with root package name */ - public int f1292b = -1; + public int f1293b = -1; public int c = -1; public final boolean a(String str) { @@ -28,7 +28,7 @@ public final class p { if (parseInt <= 0 && parseInt2 <= 0) { return false; } - this.f1292b = parseInt; + this.f1293b = parseInt; this.c = parseInt2; return true; } catch (NumberFormatException unused) { diff --git a/app/src/main/java/b/i/a/c/x2/r.java b/app/src/main/java/b/i/a/c/x2/r.java index 55435cc28f..80b93b02b3 100644 --- a/app/src/main/java/b/i/a/c/x2/r.java +++ b/app/src/main/java/b/i/a/c/x2/r.java @@ -9,7 +9,7 @@ public final class r implements t { public final long[] a; /* renamed from: b reason: collision with root package name */ - public final long[] f1293b; + public final long[] f1294b; public final long c; public final boolean d; @@ -20,13 +20,13 @@ public final class r implements t { this.d = z2; if (!z2 || jArr2[0] <= 0) { this.a = jArr; - this.f1293b = jArr2; + this.f1294b = jArr2; } else { int i = length + 1; long[] jArr3 = new long[i]; this.a = jArr3; long[] jArr4 = new long[i]; - this.f1293b = jArr4; + this.f1294b = jArr4; System.arraycopy(jArr, 0, jArr3, 1, length); System.arraycopy(jArr2, 0, jArr4, 1, length); } @@ -43,8 +43,8 @@ public final class r implements t { if (!this.d) { return new t.a(u.a); } - int e = e0.e(this.f1293b, j, true, true); - long[] jArr = this.f1293b; + int e = e0.e(this.f1294b, j, true, true); + long[] jArr = this.f1294b; long j2 = jArr[e]; long[] jArr2 = this.a; u uVar = new u(j2, jArr2[e]); diff --git a/app/src/main/java/b/i/a/c/x2/t.java b/app/src/main/java/b/i/a/c/x2/t.java index fe96d627c7..f5ffa78691 100644 --- a/app/src/main/java/b/i/a/c/x2/t.java +++ b/app/src/main/java/b/i/a/c/x2/t.java @@ -11,16 +11,16 @@ public interface t { public final u a; /* renamed from: b reason: collision with root package name */ - public final u f1294b; + public final u f1295b; public a(u uVar) { this.a = uVar; - this.f1294b = uVar; + this.f1295b = uVar; } public a(u uVar, u uVar2) { this.a = uVar; - this.f1294b = uVar2; + this.f1295b = uVar2; } public boolean equals(@Nullable Object obj) { @@ -31,20 +31,20 @@ public interface t { return false; } a aVar = (a) obj; - return this.a.equals(aVar.a) && this.f1294b.equals(aVar.f1294b); + return this.a.equals(aVar.a) && this.f1295b.equals(aVar.f1295b); } public int hashCode() { - return this.f1294b.hashCode() + (this.a.hashCode() * 31); + return this.f1295b.hashCode() + (this.a.hashCode() * 31); } public String toString() { String str; String valueOf = String.valueOf(this.a); - if (this.a.equals(this.f1294b)) { + if (this.a.equals(this.f1295b)) { str = ""; } else { - String valueOf2 = String.valueOf(this.f1294b); + String valueOf2 = String.valueOf(this.f1295b); str = b.d.b.a.a.i(valueOf2.length() + 2, ", ", valueOf2); } return b.d.b.a.a.k(b.d.b.a.a.b(str, valueOf.length() + 2), "[", valueOf, str, "]"); @@ -57,11 +57,11 @@ public interface t { public final long a; /* renamed from: b reason: collision with root package name */ - public final a f1295b; + public final a f1296b; public b(long j, long j2) { this.a = j; - this.f1295b = new a(j2 == 0 ? u.a : new u(0L, j2)); + this.f1296b = new a(j2 == 0 ? u.a : new u(0L, j2)); } @Override // b.i.a.c.x2.t @@ -71,7 +71,7 @@ public interface t { @Override // b.i.a.c.x2.t public a h(long j) { - return this.f1295b; + return this.f1296b; } @Override // b.i.a.c.x2.t diff --git a/app/src/main/java/b/i/a/c/x2/u.java b/app/src/main/java/b/i/a/c/x2/u.java index a562120c13..cfcc023004 100644 --- a/app/src/main/java/b/i/a/c/x2/u.java +++ b/app/src/main/java/b/i/a/c/x2/u.java @@ -8,11 +8,11 @@ public final class u { public static final u a = new u(0, 0); /* renamed from: b reason: collision with root package name */ - public final long f1296b; + public final long f1297b; public final long c; public u(long j, long j2) { - this.f1296b = j; + this.f1297b = j; this.c = j2; } @@ -24,15 +24,15 @@ public final class u { return false; } u uVar = (u) obj; - return this.f1296b == uVar.f1296b && this.c == uVar.c; + return this.f1297b == uVar.f1297b && this.c == uVar.c; } public int hashCode() { - return (((int) this.f1296b) * 31) + ((int) this.c); + return (((int) this.f1297b) * 31) + ((int) this.c); } public String toString() { - long j = this.f1296b; + long j = this.f1297b; return a.B(a.P(60, "[timeUs=", j, ", position="), this.c, "]"); } } diff --git a/app/src/main/java/b/i/a/c/x2/w.java b/app/src/main/java/b/i/a/c/x2/w.java index efd3f6e210..e587fb9a38 100644 --- a/app/src/main/java/b/i/a/c/x2/w.java +++ b/app/src/main/java/b/i/a/c/x2/w.java @@ -16,13 +16,13 @@ public interface w { public final int a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1297b; + public final byte[] f1298b; public final int c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; - this.f1297b = bArr; + this.f1298b = bArr; this.c = i2; this.d = i3; } @@ -35,11 +35,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.c == aVar.c && this.d == aVar.d && Arrays.equals(this.f1297b, aVar.f1297b); + return this.a == aVar.a && this.c == aVar.c && this.d == aVar.d && Arrays.equals(this.f1298b, aVar.f1298b); } public int hashCode() { - return ((((Arrays.hashCode(this.f1297b) + (this.a * 31)) * 31) + this.c) * 31) + this.d; + return ((((Arrays.hashCode(this.f1298b) + (this.a * 31)) * 31) + this.c) * 31) + this.d; } } diff --git a/app/src/main/java/b/i/a/c/x2/x.java b/app/src/main/java/b/i/a/c/x2/x.java index 81cba192f6..e55151857e 100644 --- a/app/src/main/java/b/i/a/c/x2/x.java +++ b/app/src/main/java/b/i/a/c/x2/x.java @@ -10,7 +10,7 @@ public final class x { public final byte[] a = new byte[10]; /* renamed from: b reason: collision with root package name */ - public boolean f1298b; + public boolean f1299b; public int c; public long d; public int e; @@ -26,7 +26,7 @@ public final class x { public void b(w wVar, long j, int i, int i2, int i3, @Nullable w.a aVar) { d.E(this.g <= i2 + i3, "TrueHD chunk samples must be contiguous in the sample queue."); - if (this.f1298b) { + if (this.f1299b) { int i4 = this.c; int i5 = i4 + 1; this.c = i5; @@ -44,7 +44,7 @@ public final class x { } public void c(i iVar) throws IOException { - if (!this.f1298b) { + if (!this.f1299b) { int i = 0; iVar.o(this.a, 0, 10); iVar.k(); @@ -56,7 +56,7 @@ public final class x { i = 40 << ((bArr[i != 0 ? '\t' : '\b'] >> 4) & 7); } if (i != 0) { - this.f1298b = true; + this.f1299b = true; } } } diff --git a/app/src/main/java/b/i/a/c/x2/y.java b/app/src/main/java/b/i/a/c/x2/y.java index 6fbd5a45e1..82d39557ae 100644 --- a/app/src/main/java/b/i/a/c/x2/y.java +++ b/app/src/main/java/b/i/a/c/x2/y.java @@ -7,13 +7,13 @@ public final class y { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public final int f1299b; + public final int f1300b; public int c; public int d; public y(byte[] bArr) { this.a = bArr; - this.f1299b = bArr.length; + this.f1300b = bArr.length; } public boolean a() { @@ -50,7 +50,7 @@ public final class y { this.d = i5 - 8; } int i6 = this.c; - if (i6 < 0 || (i6 >= (i2 = this.f1299b) && !(i6 == i2 && this.d == 0))) { + if (i6 < 0 || (i6 >= (i2 = this.f1300b) && !(i6 == i2 && this.d == 0))) { z2 = false; } d.D(z2); diff --git a/app/src/main/java/b/i/a/c/y0.java b/app/src/main/java/b/i/a/c/y0.java index 453a2be5d9..1c00950f94 100644 --- a/app/src/main/java/b/i/a/c/y0.java +++ b/app/src/main/java/b/i/a/c/y0.java @@ -5,7 +5,7 @@ public final class y0 implements m1 { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f1300b; + public final long f1301b; public final float c; public float j; public float k; @@ -22,7 +22,7 @@ public final class y0 implements m1 { public y0(float f, float f2, long j, float f3, long j2, long j3, float f4, a aVar) { this.a = j2; - this.f1300b = j3; + this.f1301b = j3; this.c = f4; this.k = f; this.j = f2; diff --git a/app/src/main/java/b/i/a/c/y1.java b/app/src/main/java/b/i/a/c/y1.java index 076e8cf49e..58056e2132 100644 --- a/app/src/main/java/b/i/a/c/y1.java +++ b/app/src/main/java/b/i/a/c/y1.java @@ -41,7 +41,7 @@ public interface y1 { n.b bVar = this.a; Objects.requireNonNull(bVar); if (z2) { - b.c.a.a0.d.D(!bVar.f970b); + b.c.a.a0.d.D(!bVar.f971b); bVar.a.append(i, true); } return this; diff --git a/app/src/main/java/b/i/a/c/y2/c.java b/app/src/main/java/b/i/a/c/y2/c.java index b1ee635bd6..f684de9fd0 100644 --- a/app/src/main/java/b/i/a/c/y2/c.java +++ b/app/src/main/java/b/i/a/c/y2/c.java @@ -10,17 +10,17 @@ public final /* synthetic */ class c implements MediaCodec.OnFrameRenderedListen public final /* synthetic */ l a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t.c f1301b; + public final /* synthetic */ t.c f1302b; public /* synthetic */ c(l lVar, t.c cVar) { this.a = lVar; - this.f1301b = cVar; + this.f1302b = cVar; } @Override // android.media.MediaCodec.OnFrameRenderedListener public final void onFrameRendered(MediaCodec mediaCodec, long j, long j2) { l lVar = this.a; - t.c cVar = this.f1301b; + t.c cVar = this.f1302b; Objects.requireNonNull(lVar); ((r.b) cVar).b(lVar, j, j2); } diff --git a/app/src/main/java/b/i/a/c/y2/i.java b/app/src/main/java/b/i/a/c/y2/i.java index 95be5a4347..6635d3a5e6 100644 --- a/app/src/main/java/b/i/a/c/y2/i.java +++ b/app/src/main/java/b/i/a/c/y2/i.java @@ -10,17 +10,17 @@ public final /* synthetic */ class i implements MediaCodec.OnFrameRenderedListen public final /* synthetic */ w a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t.c f1302b; + public final /* synthetic */ t.c f1303b; public /* synthetic */ i(w wVar, t.c cVar) { this.a = wVar; - this.f1302b = cVar; + this.f1303b = cVar; } @Override // android.media.MediaCodec.OnFrameRenderedListener public final void onFrameRendered(MediaCodec mediaCodec, long j, long j2) { w wVar = this.a; - t.c cVar = this.f1302b; + t.c cVar = this.f1303b; Objects.requireNonNull(wVar); ((r.b) cVar).b(wVar, j, j2); } diff --git a/app/src/main/java/b/i/a/c/y2/k.java b/app/src/main/java/b/i/a/c/y2/k.java index 6389e9960b..73996b1896 100644 --- a/app/src/main/java/b/i/a/c/y2/k.java +++ b/app/src/main/java/b/i/a/c/y2/k.java @@ -7,7 +7,7 @@ import java.util.List; public final /* synthetic */ class k implements v { /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ k f1303b = new k(); + public static final /* synthetic */ k f1304b = new k(); @Override // b.i.a.c.y2.v public final List a(String str, boolean z2, boolean z3) { diff --git a/app/src/main/java/b/i/a/c/y2/l.java b/app/src/main/java/b/i/a/c/y2/l.java index 94bb6e92ad..5f57e789aa 100644 --- a/app/src/main/java/b/i/a/c/y2/l.java +++ b/app/src/main/java/b/i/a/c/y2/l.java @@ -24,7 +24,7 @@ public final class l implements t { public final MediaCodec a; /* renamed from: b reason: collision with root package name */ - public final o f1304b; + public final o f1305b; public final n c; public final boolean d; public boolean e; @@ -38,13 +38,13 @@ public final class l implements t { public final b.i.b.a.l a; /* renamed from: b reason: collision with root package name */ - public final b.i.b.a.l f1305b; + public final b.i.b.a.l f1306b; public b(int i, boolean z2) { a aVar = new a(i); b bVar = new b(i); this.a = aVar; - this.f1305b = bVar; + this.f1306b = bVar; } /* renamed from: b */ @@ -58,10 +58,10 @@ public final class l implements t { d.f(valueOf.length() != 0 ? "createCodec:".concat(valueOf) : new String("createCodec:")); mediaCodec = MediaCodec.createByCodecName(str); try { - l lVar2 = new l(mediaCodec, this.a.get(), this.f1305b.get(), false, null); + l lVar2 = new l(mediaCodec, this.a.get(), this.f1306b.get(), false, null); try { d.d0(); - l.k(lVar2, aVar.f1312b, aVar.d, aVar.e, 0, false); + l.k(lVar2, aVar.f1313b, aVar.d, aVar.e, 0, false); return lVar2; } catch (Exception e2) { e = e2; @@ -85,17 +85,17 @@ public final class l implements t { public l(MediaCodec mediaCodec, HandlerThread handlerThread, HandlerThread handlerThread2, boolean z2, a aVar) { this.a = mediaCodec; - this.f1304b = new o(handlerThread); + this.f1305b = new o(handlerThread); this.c = new n(mediaCodec, handlerThread2); this.d = z2; } public static void k(l lVar, MediaFormat mediaFormat, Surface surface, MediaCrypto mediaCrypto, int i, boolean z2) { - o oVar = lVar.f1304b; + o oVar = lVar.f1305b; MediaCodec mediaCodec = lVar.a; d.D(oVar.c == null); - oVar.f1308b.start(); - Handler handler = new Handler(oVar.f1308b.getLooper()); + oVar.f1309b.start(); + Handler handler = new Handler(oVar.f1309b.getLooper()); mediaCodec.setCallback(oVar, handler); oVar.c = handler; d.f("configureCodec"); @@ -141,7 +141,7 @@ public final class l implements t { nVar.f(); n.a e = n.e(); e.a = i; - e.f1307b = i2; + e.f1308b = i2; e.c = 0; e.e = j; e.f = i3; @@ -149,7 +149,7 @@ public final class l implements t { cryptoInfo.numSubSamples = cVar.f; cryptoInfo.numBytesOfClearData = n.c(cVar.d, cryptoInfo.numBytesOfClearData); cryptoInfo.numBytesOfEncryptedData = n.c(cVar.e, cryptoInfo.numBytesOfEncryptedData); - byte[] b2 = n.b(cVar.f1139b, cryptoInfo.key); + byte[] b2 = n.b(cVar.f1140b, cryptoInfo.key); Objects.requireNonNull(b2); cryptoInfo.key = b2; byte[] b3 = n.b(cVar.a, cryptoInfo.iv); @@ -170,7 +170,7 @@ public final class l implements t { @Override // b.i.a.c.y2.t public int d() { int i; - o oVar = this.f1304b; + o oVar = this.f1305b; synchronized (oVar.a) { i = -1; if (!oVar.b()) { @@ -198,7 +198,7 @@ public final class l implements t { @Override // b.i.a.c.y2.t public int e(MediaCodec.BufferInfo bufferInfo) { int i; - o oVar = this.f1304b; + o oVar = this.f1305b; synchronized (oVar.a) { i = -1; if (!oVar.b()) { @@ -240,7 +240,7 @@ public final class l implements t { public void flush() { this.c.d(); this.a.flush(); - o oVar = this.f1304b; + o oVar = this.f1305b; MediaCodec mediaCodec = this.a; Objects.requireNonNull(mediaCodec); j jVar = new j(mediaCodec); @@ -261,7 +261,7 @@ public final class l implements t { @Override // b.i.a.c.y2.t public MediaFormat getOutputFormat() { MediaFormat mediaFormat; - o oVar = this.f1304b; + o oVar = this.f1305b; synchronized (oVar.a) { mediaFormat = oVar.h; if (mediaFormat == null) { @@ -306,7 +306,7 @@ public final class l implements t { nVar.f(); n.a e = n.e(); e.a = i; - e.f1307b = i2; + e.f1308b = i2; e.c = i3; e.e = j; e.f = i4; @@ -325,10 +325,10 @@ public final class l implements t { nVar.d.quit(); } nVar.h = false; - o oVar = this.f1304b; + o oVar = this.f1305b; synchronized (oVar.a) { oVar.l = true; - oVar.f1308b.quit(); + oVar.f1309b.quit(); oVar.a(); } } diff --git a/app/src/main/java/b/i/a/c/y2/m.java b/app/src/main/java/b/i/a/c/y2/m.java index 9c9bbb144e..cb28d133f1 100644 --- a/app/src/main/java/b/i/a/c/y2/m.java +++ b/app/src/main/java/b/i/a/c/y2/m.java @@ -27,7 +27,7 @@ public class m extends Handler { if (i == 0) { aVar = (n.a) message.obj; try { - nVar.c.queueInputBuffer(aVar.a, aVar.f1307b, aVar.c, aVar.e, aVar.f); + nVar.c.queueInputBuffer(aVar.a, aVar.f1308b, aVar.c, aVar.e, aVar.f); } catch (RuntimeException e) { nVar.f.set(e); } @@ -41,12 +41,12 @@ public class m extends Handler { } else { aVar = (n.a) message.obj; int i2 = aVar.a; - int i3 = aVar.f1307b; + int i3 = aVar.f1308b; MediaCodec.CryptoInfo cryptoInfo = aVar.d; long j = aVar.e; int i4 = aVar.f; try { - synchronized (n.f1306b) { + synchronized (n.f1307b) { nVar.c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } catch (RuntimeException e2) { diff --git a/app/src/main/java/b/i/a/c/y2/n.java b/app/src/main/java/b/i/a/c/y2/n.java index 86cebe8158..6fdb904e6b 100644 --- a/app/src/main/java/b/i/a/c/y2/n.java +++ b/app/src/main/java/b/i/a/c/y2/n.java @@ -19,7 +19,7 @@ public class n { public static final ArrayDeque a = new ArrayDeque<>(); /* renamed from: b reason: collision with root package name */ - public static final Object f1306b = new Object(); + public static final Object f1307b = new Object(); public final MediaCodec c; public final HandlerThread d; public Handler e; @@ -33,7 +33,7 @@ public class n { public int a; /* renamed from: b reason: collision with root package name */ - public int f1307b; + public int f1308b; public int c; public final MediaCodec.CryptoInfo d = new MediaCodec.CryptoInfo(); public long e; @@ -88,7 +88,7 @@ public class n { handler.obtainMessage(2).sendToTarget(); j jVar = this.g; synchronized (jVar) { - while (!jVar.f969b) { + while (!jVar.f970b) { jVar.wait(); } } diff --git a/app/src/main/java/b/i/a/c/y2/o.java b/app/src/main/java/b/i/a/c/y2/o.java index f580d0cda1..a43d8c200c 100644 --- a/app/src/main/java/b/i/a/c/y2/o.java +++ b/app/src/main/java/b/i/a/c/y2/o.java @@ -14,7 +14,7 @@ import java.util.ArrayDeque; public final class o extends MediaCodec.Callback { /* renamed from: b reason: collision with root package name */ - public final HandlerThread f1308b; + public final HandlerThread f1309b; public Handler c; @Nullable @GuardedBy("lock") @@ -43,7 +43,7 @@ public final class o extends MediaCodec.Callback { public final ArrayDeque g = new ArrayDeque<>(); public o(HandlerThread handlerThread) { - this.f1308b = handlerThread; + this.f1309b = handlerThread; } @GuardedBy("lock") @@ -53,11 +53,11 @@ public final class o extends MediaCodec.Callback { } s sVar = this.d; sVar.a = 0; - sVar.f1311b = -1; + sVar.f1312b = -1; sVar.c = 0; s sVar2 = this.e; sVar2.a = 0; - sVar2.f1311b = -1; + sVar2.f1312b = -1; sVar2.c = 0; this.f.clear(); this.g.clear(); diff --git a/app/src/main/java/b/i/a/c/y2/p.java b/app/src/main/java/b/i/a/c/y2/p.java index 2b04610aa8..5823b60a54 100644 --- a/app/src/main/java/b/i/a/c/y2/p.java +++ b/app/src/main/java/b/i/a/c/y2/p.java @@ -9,7 +9,7 @@ public final class p extends DecoderInputBuffer { public long r; /* renamed from: s reason: collision with root package name */ - public int f1309s; + public int f1310s; public int t = 32; public p() { @@ -19,7 +19,7 @@ public final class p extends DecoderInputBuffer { @Override // com.google.android.exoplayer2.decoder.DecoderInputBuffer public void p() { super.p(); - this.f1309s = 0; + this.f1310s = 0; } /* JADX WARN: Code restructure failed: missing block: B:15:0x0049, code lost: @@ -36,7 +36,7 @@ public final class p extends DecoderInputBuffer { d.j(!decoderInputBuffer.l()); d.j(!decoderInputBuffer.n()); if (v()) { - if (this.f1309s < this.t && decoderInputBuffer.m() == m()) { + if (this.f1310s < this.t && decoderInputBuffer.m() == m()) { ByteBuffer byteBuffer = decoderInputBuffer.l; if (!(byteBuffer == null || (r3 = this.l) == null)) { } @@ -45,8 +45,8 @@ public final class p extends DecoderInputBuffer { if (z2) { return false; } - int i = this.f1309s; - this.f1309s = i + 1; + int i = this.f1310s; + this.f1310s = i + 1; if (i == 0) { this.n = decoderInputBuffer.n; if (decoderInputBuffer.o()) { @@ -70,6 +70,6 @@ public final class p extends DecoderInputBuffer { } public boolean v() { - return this.f1309s > 0; + return this.f1310s > 0; } } diff --git a/app/src/main/java/b/i/a/c/y2/q.java b/app/src/main/java/b/i/a/c/y2/q.java index b8231bebe3..d7ab7044f8 100644 --- a/app/src/main/java/b/i/a/c/y2/q.java +++ b/app/src/main/java/b/i/a/c/y2/q.java @@ -5,10 +5,10 @@ public final class q { public long a; /* renamed from: b reason: collision with root package name */ - public long f1310b; + public long f1311b; public boolean c; public final long a(long j) { - return Math.max(0L, ((this.f1310b - 529) * 1000000) / j) + this.a; + return Math.max(0L, ((this.f1311b - 529) * 1000000) / j) + this.a; } } diff --git a/app/src/main/java/b/i/a/c/y2/r.java b/app/src/main/java/b/i/a/c/y2/r.java index 1c8105d1b8..00ee22efb1 100644 --- a/app/src/main/java/b/i/a/c/y2/r.java +++ b/app/src/main/java/b/i/a/c/y2/r.java @@ -79,7 +79,7 @@ public final class r implements t.b { } try { d.f("configureCodec"); - createByCodecName.configure(aVar.f1312b, aVar.d, aVar.e, 0); + createByCodecName.configure(aVar.f1313b, aVar.d, aVar.e, 0); d.d0(); d.f("startCodec"); createByCodecName.start(); diff --git a/app/src/main/java/b/i/a/c/y2/s.java b/app/src/main/java/b/i/a/c/y2/s.java index 5c1300efbb..c591509b93 100644 --- a/app/src/main/java/b/i/a/c/y2/s.java +++ b/app/src/main/java/b/i/a/c/y2/s.java @@ -7,7 +7,7 @@ public final class s { public int a = 0; /* renamed from: b reason: collision with root package name */ - public int f1311b = -1; + public int f1312b = -1; public int c = 0; public int[] d; public int e; @@ -31,15 +31,15 @@ public final class s { System.arraycopy(iArr, i3, iArr2, 0, i4); System.arraycopy(this.d, 0, iArr2, i4, i3); this.a = 0; - this.f1311b = this.c - 1; + this.f1312b = this.c - 1; this.d = iArr2; this.e = length - 1; } else { throw new IllegalStateException(); } } - int i5 = (this.f1311b + 1) & this.e; - this.f1311b = i5; + int i5 = (this.f1312b + 1) & this.e; + this.f1312b = i5; this.d[i5] = i; this.c++; } diff --git a/app/src/main/java/b/i/a/c/y2/t.java b/app/src/main/java/b/i/a/c/y2/t.java index 75f5f76541..f4ea4794ba 100644 --- a/app/src/main/java/b/i/a/c/y2/t.java +++ b/app/src/main/java/b/i/a/c/y2/t.java @@ -21,7 +21,7 @@ public interface t { public final u a; /* renamed from: b reason: collision with root package name */ - public final MediaFormat f1312b; + public final MediaFormat f1313b; public final j1 c; @Nullable public final Surface d; @@ -30,7 +30,7 @@ public interface t { public a(u uVar, MediaFormat mediaFormat, j1 j1Var, @Nullable Surface surface, @Nullable MediaCrypto mediaCrypto, int i, boolean z2) { this.a = uVar; - this.f1312b = mediaFormat; + this.f1313b = mediaFormat; this.c = j1Var; this.d = surface; this.e = mediaCrypto; diff --git a/app/src/main/java/b/i/a/c/y2/u.java b/app/src/main/java/b/i/a/c/y2/u.java index 1b70918844..1cccd7cc06 100644 --- a/app/src/main/java/b/i/a/c/y2/u.java +++ b/app/src/main/java/b/i/a/c/y2/u.java @@ -20,7 +20,7 @@ public final class u { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1313b; + public final String f1314b; public final String c; @Nullable public final MediaCodecInfo.CodecCapabilities d; @@ -32,7 +32,7 @@ public final class u { public u(String str, String str2, String str3, @Nullable MediaCodecInfo.CodecCapabilities codecCapabilities, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7) { Objects.requireNonNull(str); this.a = str; - this.f1313b = str2; + this.f1314b = str2; this.c = str3; this.d = codecCapabilities; this.e = z5; @@ -147,7 +147,7 @@ public final class u { if (j1Var.L != j1Var2.L) { i |= 16384; } - if (i == 0 && "audio/mp4a-latm".equals(this.f1313b)) { + if (i == 0 && "audio/mp4a-latm".equals(this.f1314b)) { Pair c = MediaCodecUtil.c(j1Var); Pair c2 = MediaCodecUtil.c(j1Var2); if (!(c == null || c2 == null)) { @@ -161,7 +161,7 @@ public final class u { if (!j1Var.c(j1Var2)) { i |= 32; } - if ("audio/opus".equals(this.f1313b)) { + if ("audio/opus".equals(this.f1314b)) { i |= 2; } if (i == 0) { @@ -194,8 +194,8 @@ public final class u { String str = j1Var.t; int i2 = 16; boolean z5 = false; - if (!(str == null || this.f1313b == null || (c = t.c(str)) == null)) { - if (!this.f1313b.equals(c)) { + if (!(str == null || this.f1314b == null || (c = t.c(str)) == null)) { + if (!this.f1314b.equals(c)) { String str2 = j1Var.t; h(a.k(c.length() + a.b(str2, 13), "codec.mime ", str2, ", ", c)); } else { @@ -205,7 +205,7 @@ public final class u { int intValue2 = ((Integer) c2.second).intValue(); if (this.g || intValue == 42) { MediaCodecInfo.CodecProfileLevel[] d = d(); - if (e0.a <= 23 && "video/x-vnd.on2.vp9".equals(this.f1313b) && d.length == 0) { + if (e0.a <= 23 && "video/x-vnd.on2.vp9".equals(this.f1314b) && d.length == 0) { MediaCodecInfo.CodecCapabilities codecCapabilities = this.d; int intValue3 = (codecCapabilities == null || (videoCapabilities = codecCapabilities.getVideoCapabilities()) == null) ? 0 : videoCapabilities.getBitrateRange().getUpper().intValue(); int i3 = intValue3 >= 180000000 ? 1024 : intValue3 >= 120000000 ? 512 : intValue3 >= 60000000 ? 256 : intValue3 >= 30000000 ? 128 : intValue3 >= 18000000 ? 64 : intValue3 >= 12000000 ? 32 : intValue3 >= 7200000 ? 16 : intValue3 >= 3600000 ? 8 : intValue3 >= 1800000 ? 4 : intValue3 >= 800000 ? 2 : 1; @@ -281,7 +281,7 @@ public final class u { h("channelCount.aCaps"); } else { String str4 = this.a; - String str5 = this.f1313b; + String str5 = this.f1314b; int maxInputChannelCount = audioCapabilities2.getMaxInputChannelCount(); if (maxInputChannelCount <= 1 && ((i5 < 26 || maxInputChannelCount <= 0) && !"audio/mpeg".equals(str5) && !"audio/3gpp".equals(str5) && !"audio/amr-wb".equals(str5) && !"audio/mp4a-latm".equals(str5) && !"audio/vorbis".equals(str5) && !"audio/opus".equals(str5) && !"audio/raw".equals(str5) && !"audio/flac".equals(str5) && !"audio/g711-alaw".equals(str5) && !"audio/g711-mlaw".equals(str5) && !"audio/gsm".equals(str5))) { if ("audio/ac3".equals(str5)) { @@ -347,7 +347,7 @@ public final class u { } if (!b(videoCapabilities, i, i2, d)) { if (i < i2) { - if ((!"OMX.MTK.VIDEO.DECODER.HEVC".equals(this.a) || !"mcv5a".equals(e0.f966b)) && b(videoCapabilities, i2, i, d)) { + if ((!"OMX.MTK.VIDEO.DECODER.HEVC".equals(this.a) || !"mcv5a".equals(e0.f967b)) && b(videoCapabilities, i2, i, d)) { StringBuilder sb = new StringBuilder(69); sb.append("sizeAndRate.rotated, "); sb.append(i); @@ -357,7 +357,7 @@ public final class u { sb.append(d); String sb2 = sb.toString(); String str = this.a; - String str2 = this.f1313b; + String str2 = this.f1314b; String str3 = e0.e; StringBuilder Q = a.Q(a.b(str3, a.b(str2, a.b(str, a.b(sb2, 25)))), "AssumedSupport [", sb2, "] [", str); a.q0(Q, ", ", str2, "] [", str3); @@ -380,7 +380,7 @@ public final class u { public final void h(String str) { String str2 = this.a; - String str3 = this.f1313b; + String str3 = this.f1314b; String str4 = e0.e; StringBuilder Q = a.Q(a.b(str4, a.b(str3, a.b(str2, a.b(str, 20)))), "NoSupport [", str, "] [", str2); a.q0(Q, ", ", str3, "] [", str4); diff --git a/app/src/main/java/b/i/a/c/y2/w.java b/app/src/main/java/b/i/a/c/y2/w.java index ab469a525d..62a9da546a 100644 --- a/app/src/main/java/b/i/a/c/y2/w.java +++ b/app/src/main/java/b/i/a/c/y2/w.java @@ -18,14 +18,14 @@ public class w implements t { @Nullable /* renamed from: b reason: collision with root package name */ - public ByteBuffer[] f1314b; + public ByteBuffer[] f1315b; @Nullable public ByteBuffer[] c; public w(MediaCodec mediaCodec, Surface surface, a aVar) { this.a = mediaCodec; if (e0.a < 21) { - this.f1314b = mediaCodec.getInputBuffers(); + this.f1315b = mediaCodec.getInputBuffers(); this.c = mediaCodec.getOutputBuffers(); } } @@ -88,7 +88,7 @@ public class w implements t { @Override // b.i.a.c.y2.t @Nullable public ByteBuffer h(int i) { - return e0.a >= 21 ? this.a.getInputBuffer(i) : this.f1314b[i]; + return e0.a >= 21 ? this.a.getInputBuffer(i) : this.f1315b[i]; } @Override // b.i.a.c.y2.t @@ -110,7 +110,7 @@ public class w implements t { @Override // b.i.a.c.y2.t public void release() { - this.f1314b = null; + this.f1315b = null; this.c = null; this.a.release(); } diff --git a/app/src/main/java/b/i/a/c/z.java b/app/src/main/java/b/i/a/c/z.java index 4d4cc9228f..2d384905c9 100644 --- a/app/src/main/java/b/i/a/c/z.java +++ b/app/src/main/java/b/i/a/c/z.java @@ -8,15 +8,15 @@ public final /* synthetic */ class z implements p.a { public final /* synthetic */ o1 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1315b; + public final /* synthetic */ int f1316b; public /* synthetic */ z(o1 o1Var, int i) { this.a = o1Var; - this.f1315b = i; + this.f1316b = i; } @Override // b.i.a.c.f3.p.a public final void invoke(Object obj) { - ((y1.c) obj).M(this.a, this.f1315b); + ((y1.c) obj).M(this.a, this.f1316b); } } diff --git a/app/src/main/java/b/i/a/c/z0.java b/app/src/main/java/b/i/a/c/z0.java index 11747b8f64..06d7674eea 100644 --- a/app/src/main/java/b/i/a/c/z0.java +++ b/app/src/main/java/b/i/a/c/z0.java @@ -12,7 +12,7 @@ public class z0 implements n1 { public final o a; /* renamed from: b reason: collision with root package name */ - public final long f1316b; + public final long f1317b; public final long c; public final long d; public final long e; @@ -31,7 +31,7 @@ public class z0 implements n1 { j(i2, i, "maxBufferMs", "minBufferMs"); j(i6, 0, "backBufferDurationMs", "0"); this.a = oVar; - this.f1316b = e0.B(i); + this.f1317b = e0.B(i); this.c = e0.B(i2); this.d = e0.B(i3); this.e = e0.B(i4); @@ -130,7 +130,7 @@ public class z0 implements n1 { if (!this.g) { o oVar = this.a; synchronized (oVar) { - i = oVar.e * oVar.f942b; + i = oVar.e * oVar.f943b; } if (i >= this.j) { } @@ -145,11 +145,11 @@ public class z0 implements n1 { int i; o oVar = this.a; synchronized (oVar) { - i = oVar.e * oVar.f942b; + i = oVar.e * oVar.f943b; } boolean z2 = true; boolean z3 = i >= this.j; - long j3 = this.f1316b; + long j3 = this.f1317b; if (f > 1.0f) { j3 = Math.min(e0.q(j3, f), this.c); } diff --git a/app/src/main/java/b/i/a/c/z2/f.java b/app/src/main/java/b/i/a/c/z2/f.java index d594b85bb2..9240a2a5b9 100644 --- a/app/src/main/java/b/i/a/c/z2/f.java +++ b/app/src/main/java/b/i/a/c/z2/f.java @@ -27,14 +27,14 @@ public final class f extends v0 implements Handler.Callback { public final Handler w; /* renamed from: x reason: collision with root package name */ - public final d f1317x; + public final d f1318x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f1318y; + public b f1319y; /* renamed from: z reason: collision with root package name */ - public boolean f1319z; + public boolean f1320z; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public f(e eVar, @Nullable Looper looper) { @@ -51,7 +51,7 @@ public final class f extends v0 implements Handler.Callback { } this.w = handler; this.u = cVar; - this.f1317x = new d(); + this.f1318x = new d(); this.C = -9223372036854775807L; } @@ -59,20 +59,20 @@ public final class f extends v0 implements Handler.Callback { public void B() { this.D = null; this.C = -9223372036854775807L; - this.f1318y = null; + this.f1319y = null; } @Override // b.i.a.c.v0 public void D(long j, boolean z2) { this.D = null; this.C = -9223372036854775807L; - this.f1319z = false; + this.f1320z = false; this.A = false; } @Override // b.i.a.c.v0 public void H(j1[] j1VarArr, long j, long j2) { - this.f1318y = this.u.b(j1VarArr[0]); + this.f1319y = this.u.b(j1VarArr[0]); } public final void J(Metadata metadata, List list) { @@ -87,13 +87,13 @@ public final class f extends v0 implements Handler.Callback { b b2 = this.u.b(y2); byte[] o0 = metadata.j[i].o0(); Objects.requireNonNull(o0); - this.f1317x.p(); - this.f1317x.r(o0.length); - ByteBuffer byteBuffer = this.f1317x.l; + this.f1318x.p(); + this.f1318x.r(o0.length); + ByteBuffer byteBuffer = this.f1318x.l; int i2 = e0.a; byteBuffer.put(o0); - this.f1317x.s(); - Metadata a = b2.a(this.f1317x); + this.f1318x.s(); + Metadata a = b2.a(this.f1318x); if (a != null) { J(a, list); } @@ -141,31 +141,31 @@ public final class f extends v0 implements Handler.Callback { public void q(long j, long j2) { boolean z2 = true; while (z2) { - if (!this.f1319z && this.D == null) { - this.f1317x.p(); + if (!this.f1320z && this.D == null) { + this.f1318x.p(); k1 A = A(); - int I = I(A, this.f1317x, 0); + int I = I(A, this.f1318x, 0); if (I == -4) { - if (this.f1317x.n()) { - this.f1319z = true; + if (this.f1318x.n()) { + this.f1320z = true; } else { - d dVar = this.f1317x; + d dVar = this.f1318x; dVar.r = this.B; dVar.s(); - b bVar = this.f1318y; + b bVar = this.f1319y; int i = e0.a; - Metadata a = bVar.a(this.f1317x); + Metadata a = bVar.a(this.f1318x); if (a != null) { ArrayList arrayList = new ArrayList(a.j.length); J(a, arrayList); if (!arrayList.isEmpty()) { this.D = new Metadata(arrayList); - this.C = this.f1317x.n; + this.C = this.f1318x.n; } } } } else if (I == -5) { - j1 j1Var = A.f1025b; + j1 j1Var = A.f1026b; Objects.requireNonNull(j1Var); this.B = j1Var.A; } @@ -184,7 +184,7 @@ public final class f extends v0 implements Handler.Callback { this.C = -9223372036854775807L; z2 = true; } - if (this.f1319z && this.D == null) { + if (this.f1320z && this.D == null) { this.A = true; } } diff --git a/app/src/main/java/b/i/a/c/z2/i/a.java b/app/src/main/java/b/i/a/c/z2/i/a.java index 2aa9c3c678..f7e890b045 100644 --- a/app/src/main/java/b/i/a/c/z2/i/a.java +++ b/app/src/main/java/b/i/a/c/z2/i/a.java @@ -18,6 +18,6 @@ public final class a extends g { Objects.requireNonNull(n); String n2 = xVar.n(); Objects.requireNonNull(n2); - return new Metadata(new EventMessage(n, n2, xVar.m(), xVar.m(), Arrays.copyOfRange(xVar.a, xVar.f982b, xVar.c))); + return new Metadata(new EventMessage(n, n2, xVar.m(), xVar.m(), Arrays.copyOfRange(xVar.a, xVar.f983b, xVar.c))); } } diff --git a/app/src/main/java/b/i/a/c/z2/i/b.java b/app/src/main/java/b/i/a/c/z2/i/b.java index 06cee51d60..d729c4a251 100644 --- a/app/src/main/java/b/i/a/c/z2/i/b.java +++ b/app/src/main/java/b/i/a/c/z2/i/b.java @@ -8,11 +8,11 @@ public final class b { public final ByteArrayOutputStream a; /* renamed from: b reason: collision with root package name */ - public final DataOutputStream f1320b; + public final DataOutputStream f1321b; public b() { ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(512); this.a = byteArrayOutputStream; - this.f1320b = new DataOutputStream(byteArrayOutputStream); + this.f1321b = new DataOutputStream(byteArrayOutputStream); } } diff --git a/app/src/main/java/b/i/a/c/z2/j/a.java b/app/src/main/java/b/i/a/c/z2/j/a.java index fda5fd675d..e604738e39 100644 --- a/app/src/main/java/b/i/a/c/z2/j/a.java +++ b/app/src/main/java/b/i/a/c/z2/j/a.java @@ -17,8 +17,8 @@ public final class a extends g { public static final Pattern a = Pattern.compile("(.+?)='(.*?)';", 32); /* renamed from: b reason: collision with root package name */ - public final CharsetDecoder f1321b = c.c.newDecoder(); - public final CharsetDecoder c = c.f1640b.newDecoder(); + public final CharsetDecoder f1322b = c.c.newDecoder(); + public final CharsetDecoder c = c.f1641b.newDecoder(); /* JADX WARN: Finally extract failed */ @Override // b.i.a.c.z2.g @@ -26,7 +26,7 @@ public final class a extends g { String str; String str2 = null; try { - str = this.f1321b.decode(byteBuffer).toString(); + str = this.f1322b.decode(byteBuffer).toString(); } catch (CharacterCodingException unused) { try { str = this.c.decode(byteBuffer).toString(); @@ -42,7 +42,7 @@ public final class a extends g { throw th; } } finally { - this.f1321b.reset(); + this.f1322b.reset(); byteBuffer.rewind(); } byte[] bArr = new byte[byteBuffer.limit()]; diff --git a/app/src/main/java/b/i/a/c/z2/k/b.java b/app/src/main/java/b/i/a/c/z2/k/b.java index 911db36fba..2df7043d3c 100644 --- a/app/src/main/java/b/i/a/c/z2/k/b.java +++ b/app/src/main/java/b/i/a/c/z2/k/b.java @@ -33,7 +33,7 @@ public final class b extends g { @Nullable /* renamed from: b reason: collision with root package name */ - public final a f1322b; + public final a f1323b; /* compiled from: Id3Decoder.java */ /* loaded from: classes3.dex */ @@ -48,22 +48,22 @@ public final class b extends g { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f1323b; + public final boolean f1324b; public final int c; public C0105b(int i, boolean z2, int i2) { this.a = i; - this.f1323b = z2; + this.f1324b = z2; this.c = i2; } } public b() { - this.f1322b = null; + this.f1323b = null; } public b(@Nullable a aVar) { - this.f1322b = aVar; + this.f1323b = aVar; } public static byte[] c(byte[] bArr, int i, int i2) { @@ -77,8 +77,8 @@ public final class b extends g { String t2 = t(t); int i4 = i - 1; byte[] bArr = new byte[i4]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i4); - xVar.f982b += i4; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i4); + xVar.f983b += i4; if (i2 == 2) { String valueOf = String.valueOf(f.u1(new String(bArr, 0, 3, "ISO-8859-1"))); str = valueOf.length() != 0 ? "image/".concat(valueOf) : new String("image/"); @@ -98,13 +98,13 @@ public final class b extends g { public static BinaryFrame f(x xVar, int i, String str) { byte[] bArr = new byte[i]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i); - xVar.f982b += i; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i); + xVar.f983b += i; return new BinaryFrame(str, bArr); } public static ChapterFrame g(x xVar, int i, int i2, boolean z2, int i3, @Nullable a aVar) throws UnsupportedEncodingException { - int i4 = xVar.f982b; + int i4 = xVar.f983b; int w = w(xVar.a, i4); String str = new String(xVar.a, i4, w - i4, "ISO-8859-1"); xVar.E(w + 1); @@ -116,7 +116,7 @@ public final class b extends g { long j2 = u2 == 4294967295L ? -1L : u2; ArrayList arrayList = new ArrayList(); int i5 = i4 + i; - while (xVar.f982b < i5) { + while (xVar.f983b < i5) { Id3Frame j3 = j(i2, xVar, z2, i3, aVar); if (j3 != null) { arrayList.add(j3); @@ -126,7 +126,7 @@ public final class b extends g { } public static ChapterTocFrame h(x xVar, int i, int i2, boolean z2, int i3, @Nullable a aVar) throws UnsupportedEncodingException { - int i4 = xVar.f982b; + int i4 = xVar.f983b; int w = w(xVar.a, i4); String str = new String(xVar.a, i4, w - i4, "ISO-8859-1"); xVar.E(w + 1); @@ -136,14 +136,14 @@ public final class b extends g { int t2 = xVar.t(); String[] strArr = new String[t2]; for (int i5 = 0; i5 < t2; i5++) { - int i6 = xVar.f982b; + int i6 = xVar.f983b; int w2 = w(xVar.a, i6); strArr[i5] = new String(xVar.a, i6, w2 - i6, "ISO-8859-1"); xVar.E(w2 + 1); } ArrayList arrayList = new ArrayList(); int i7 = i4 + i; - while (xVar.f982b < i7) { + while (xVar.f983b < i7) { Id3Frame j = j(i2, xVar, z2, i3, aVar); if (j != null) { arrayList.add(j); @@ -160,13 +160,13 @@ public final class b extends g { int t = xVar.t(); String t2 = t(t); byte[] bArr = new byte[3]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, 3); - xVar.f982b += 3; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, 3); + xVar.f983b += 3; String str = new String(bArr, 0, 3); int i2 = i - 4; byte[] bArr2 = new byte[i2]; - System.arraycopy(xVar.a, xVar.f982b, bArr2, 0, i2); - xVar.f982b += i2; + System.arraycopy(xVar.a, xVar.f983b, bArr2, 0, i2); + xVar.f983b += i2; int v = v(bArr2, 0, t); String str2 = new String(bArr2, 0, v, t2); int s2 = s(t) + v; @@ -208,7 +208,7 @@ public final class b extends g { xVar.E(xVar.c); return null; } - int i5 = xVar.f982b + w; + int i5 = xVar.f983b + w; if (i5 > xVar.c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); xVar.E(xVar.c); @@ -318,8 +318,8 @@ public final class b extends g { String t2 = t(t); int i2 = i - 1; byte[] bArr = new byte[i2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i2); - xVar.f982b += i2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i2); + xVar.f983b += i2; int w = w(bArr, 0); String str = new String(bArr, 0, w, "ISO-8859-1"); int i3 = w + 1; @@ -338,7 +338,7 @@ public final class b extends g { int t2 = xVar.t(); w wVar = new w(); wVar.j(xVar.a, xVar.c); - wVar.k(xVar.f982b * 8); + wVar.k(xVar.f983b * 8); int i2 = ((i - 10) * 8) / (t + t2); int[] iArr = new int[i2]; int[] iArr2 = new int[i2]; @@ -353,8 +353,8 @@ public final class b extends g { public static PrivFrame m(x xVar, int i) throws UnsupportedEncodingException { byte[] bArr = new byte[i]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i); - xVar.f982b += i; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i); + xVar.f983b += i; int w = w(bArr, 0); return new PrivFrame(new String(bArr, 0, w, "ISO-8859-1"), c(bArr, w + 1, i)); } @@ -372,8 +372,8 @@ public final class b extends g { String t2 = t(t); int i2 = i - 1; byte[] bArr = new byte[i2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i2); - xVar.f982b += i2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i2); + xVar.f983b += i2; return new TextInformationFrame(str, null, new String(bArr, 0, v(bArr, 0, t), t2)); } @@ -386,8 +386,8 @@ public final class b extends g { String t2 = t(t); int i2 = i - 1; byte[] bArr = new byte[i2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i2); - xVar.f982b += i2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i2); + xVar.f983b += i2; int v = v(bArr, 0, t); String str = new String(bArr, 0, v, t2); int s2 = s(t) + v; @@ -396,8 +396,8 @@ public final class b extends g { public static UrlLinkFrame q(x xVar, int i, String str) throws UnsupportedEncodingException { byte[] bArr = new byte[i]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i); - xVar.f982b += i; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i); + xVar.f983b += i; return new UrlLinkFrame(str, null, new String(bArr, 0, w(bArr, 0), "ISO-8859-1")); } @@ -410,8 +410,8 @@ public final class b extends g { String t2 = t(t); int i2 = i - 1; byte[] bArr = new byte[i2]; - System.arraycopy(xVar.a, xVar.f982b, bArr, 0, i2); - xVar.f982b += i2; + System.arraycopy(xVar.a, xVar.f983b, bArr, 0, i2); + xVar.f983b += i2; int v = v(bArr, 0, t); String str = new String(bArr, 0, v, t2); int s2 = s(t) + v; @@ -456,7 +456,7 @@ public final class b extends g { public static int x(x xVar, int i) { byte[] bArr = xVar.a; - int i2 = xVar.f982b; + int i2 = xVar.f983b; int i3 = i2; while (true) { int i4 = i3 + 1; @@ -485,7 +485,7 @@ public final class b extends g { long j; int i4; int i5; - int i6 = xVar.f982b; + int i6 = xVar.f983b; while (true) { try { boolean z3 = true; @@ -595,12 +595,12 @@ public final class b extends g { if (bVar != null) { return null; } - int i3 = xVar.f982b; + int i3 = xVar.f983b; if (bVar.a == 2) { i2 = 6; } int i4 = bVar.c; - if (bVar.f1323b) { + if (bVar.f1324b) { i4 = x(xVar, i4); } xVar.D(i3 + i4); @@ -612,7 +612,7 @@ public final class b extends g { z2 = true; } while (xVar.a() >= i2) { - Id3Frame j = j(bVar.a, xVar, z2, i2, this.f1322b); + Id3Frame j = j(bVar.a, xVar, z2, i2, this.f1323b); if (j != null) { arrayList.add(j); } diff --git a/app/src/main/java/b/i/a/c/z2/l/a.java b/app/src/main/java/b/i/a/c/z2/l/a.java index bf220764f4..81b40b2b16 100644 --- a/app/src/main/java/b/i/a/c/z2/l/a.java +++ b/app/src/main/java/b/i/a/c/z2/l/a.java @@ -21,7 +21,7 @@ public final class a extends g { public final x a = new x(); /* renamed from: b reason: collision with root package name */ - public final w f1324b = new w(); + public final w f1325b = new w(); public d0 c; @Override // b.i.a.c.z2.g @@ -52,12 +52,12 @@ public final class a extends g { byte[] array = byteBuffer.array(); int limit = byteBuffer.limit(); this.a.C(array, limit); - this.f1324b.j(array, limit); - this.f1324b.m(39); - long g = (this.f1324b.g(1) << 32) | this.f1324b.g(32); - this.f1324b.m(20); - int g2 = this.f1324b.g(12); - int g3 = this.f1324b.g(8); + this.f1325b.j(array, limit); + this.f1325b.m(39); + long g = (this.f1325b.g(1) << 32) | this.f1325b.g(32); + this.f1325b.m(20); + int g2 = this.f1325b.g(12); + int g3 = this.f1325b.g(8); this.a.F(14); Metadata.Entry entry = null; if (g3 == 0) { @@ -182,8 +182,8 @@ public final class a extends g { long u3 = xVar4.u(); int i10 = g2 - 4; byte[] bArr = new byte[i10]; - System.arraycopy(xVar4.a, xVar4.f982b, bArr, 0, i10); - xVar4.f982b += i10; + System.arraycopy(xVar4.a, xVar4.f983b, bArr, 0, i10); + xVar4.f983b += i10; entry = new PrivateCommand(u3, bArr, g); } return entry == null ? new Metadata(new Metadata.Entry[0]) : new Metadata(entry); diff --git a/app/src/main/java/b/i/a/e/b.java b/app/src/main/java/b/i/a/e/b.java index bd911e972c..aa53b7c090 100644 --- a/app/src/main/java/b/i/a/e/b.java +++ b/app/src/main/java/b/i/a/e/b.java @@ -23,7 +23,7 @@ public class b { public int a = Integer.MAX_VALUE; /* renamed from: b reason: collision with root package name */ - public int f1325b = Integer.MAX_VALUE; + public int f1326b = Integer.MAX_VALUE; public int c = Integer.MIN_VALUE; public int d = Integer.MIN_VALUE; public List n = new ArrayList(); @@ -35,7 +35,7 @@ public class b { public void b(View view, int i, int i2, int i3, int i4) { FlexItem flexItem = (FlexItem) view.getLayoutParams(); this.a = Math.min(this.a, (view.getLeft() - flexItem.J()) - i); - this.f1325b = Math.min(this.f1325b, (view.getTop() - flexItem.N()) - i2); + this.f1326b = Math.min(this.f1326b, (view.getTop() - flexItem.N()) - i2); this.c = Math.max(this.c, flexItem.d0() + view.getRight() + i3); this.d = Math.max(this.d, flexItem.I() + view.getBottom() + i4); } diff --git a/app/src/main/java/b/i/a/e/c.java b/app/src/main/java/b/i/a/e/c.java index 1934c2f286..156df1d9fe 100644 --- a/app/src/main/java/b/i/a/e/c.java +++ b/app/src/main/java/b/i/a/e/c.java @@ -21,7 +21,7 @@ public class c { public final a a; /* renamed from: b reason: collision with root package name */ - public boolean[] f1326b; + public boolean[] f1327b; @Nullable public int[] c; @Nullable @@ -35,11 +35,11 @@ public class c { public List a; /* renamed from: b reason: collision with root package name */ - public int f1327b; + public int f1328b; public void a() { this.a = null; - this.f1327b = 0; + this.f1328b = 0; } } @@ -438,7 +438,7 @@ public class c { i17++; i15 = i; } - bVar2.f1327b = i21; + bVar2.f1328b = i21; } /* JADX WARN: Removed duplicated region for block: B:12:0x002d */ @@ -641,19 +641,19 @@ public class c { int i5; int i6; int flexItemCount = this.a.getFlexItemCount(); - boolean[] zArr = this.f1326b; + boolean[] zArr = this.f1327b; int i7 = 0; if (zArr == null) { if (flexItemCount < 10) { flexItemCount = 10; } - this.f1326b = new boolean[flexItemCount]; + this.f1327b = new boolean[flexItemCount]; } else if (zArr.length < flexItemCount) { int length = zArr.length * 2; if (length >= flexItemCount) { flexItemCount = length; } - this.f1326b = new boolean[flexItemCount]; + this.f1327b = new boolean[flexItemCount]; } else { Arrays.fill(zArr, false); } @@ -785,7 +785,7 @@ public class c { if (jArr2 != null) { measuredHeight = m(jArr2[i9]); } - if (!this.f1326b[i9] && flexItem.S() > 0.0f) { + if (!this.f1327b[i9] && flexItem.S() > 0.0f) { float S = (flexItem.S() * f3) + measuredWidth; if (i7 == bVar.h - 1) { S += f4; @@ -794,7 +794,7 @@ public class c { int round = Math.round(S); if (round > flexItem.t0()) { round = flexItem.t0(); - this.f1326b[i9] = true; + this.f1327b[i9] = true; bVar.j -= flexItem.S(); z3 = true; } else { @@ -830,7 +830,7 @@ public class c { if (jArr4 != null) { measuredWidth2 = (int) jArr4[i9]; } - if (this.f1326b[i9] || flexItem.S() <= f2) { + if (this.f1327b[i9] || flexItem.S() <= f2) { i5 = i5; } else { float S2 = (flexItem.S() * f3) + measuredHeight2; @@ -841,7 +841,7 @@ public class c { int round2 = Math.round(S2); if (round2 > flexItem.m0()) { round2 = flexItem.m0(); - this.f1326b[i9] = true; + this.f1327b[i9] = true; bVar.j -= flexItem.S(); i5 = i5; z3 = true; @@ -1044,7 +1044,7 @@ public class c { if (jArr2 != null) { measuredHeight = m(jArr2[i10]); } - if (this.f1326b[i10] || flexItem.x() <= 0.0f) { + if (this.f1327b[i10] || flexItem.x() <= 0.0f) { i5 = i8; } else { float x2 = measuredWidth - (flexItem.x() * f3); @@ -1056,7 +1056,7 @@ public class c { int round = Math.round(x2); if (round < flexItem.D()) { round = flexItem.D(); - this.f1326b[i10] = true; + this.f1327b[i10] = true; bVar.k -= flexItem.x(); z3 = true; } else { @@ -1091,7 +1091,7 @@ public class c { if (jArr4 != null) { measuredWidth2 = (int) jArr4[i10]; } - if (this.f1326b[i10] || flexItem.x() <= f2) { + if (this.f1327b[i10] || flexItem.x() <= f2) { i7 = i7; i5 = i8; } else { @@ -1103,7 +1103,7 @@ public class c { int round2 = Math.round(x3); if (round2 < flexItem.f0()) { round2 = flexItem.f0(); - this.f1326b[i10] = true; + this.f1327b[i10] = true; bVar.k -= flexItem.x(); i5 = i8; z3 = true; diff --git a/app/src/main/java/b/i/a/f/b/b.java b/app/src/main/java/b/i/a/f/b/b.java index d86a2d417d..df972162a6 100644 --- a/app/src/main/java/b/i/a/f/b/b.java +++ b/app/src/main/java/b/i/a/f/b/b.java @@ -8,7 +8,7 @@ import java.util.List; public final class b extends c { /* renamed from: b reason: collision with root package name */ - public static List f1328b = new ArrayList(); + public static List f1329b = new ArrayList(); public b(g gVar) { super(gVar); diff --git a/app/src/main/java/b/i/a/f/b/f.java b/app/src/main/java/b/i/a/f/b/f.java index f3c7c5d725..d257f62188 100644 --- a/app/src/main/java/b/i/a/f/b/f.java +++ b/app/src/main/java/b/i/a/f/b/f.java @@ -19,7 +19,7 @@ public final class f { public static volatile f a; /* renamed from: b reason: collision with root package name */ - public final Context f1329b; + public final Context f1330b; public final a c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -67,7 +67,7 @@ public final class f { public f(Context context) { Context applicationContext = context.getApplicationContext(); Objects.requireNonNull(applicationContext, "null reference"); - this.f1329b = applicationContext; + this.f1330b = applicationContext; new CopyOnWriteArrayList(); new d(); } diff --git a/app/src/main/java/b/i/a/f/c/a/a.java b/app/src/main/java/b/i/a/f/c/a/a.java index a4b592df3b..27eb17d9b9 100644 --- a/app/src/main/java/b/i/a/f/c/a/a.java +++ b/app/src/main/java/b/i/a/f/c/a/a.java @@ -15,7 +15,7 @@ public final class a { public static final a.g a; /* renamed from: b reason: collision with root package name */ - public static final a.g f1330b; + public static final a.g f1331b; public static final a.AbstractC0111a c; public static final a.AbstractC0111a d; public static final b.i.a.f.e.h.a e; @@ -41,25 +41,25 @@ public final class a { public String a; /* renamed from: b reason: collision with root package name */ - public Boolean f1331b; + public Boolean f1332b; @Nullable public String c; public C0110a() { - this.f1331b = Boolean.FALSE; + this.f1332b = Boolean.FALSE; } public C0110a(C0109a aVar) { - this.f1331b = Boolean.FALSE; + this.f1332b = Boolean.FALSE; this.a = aVar.k; - this.f1331b = Boolean.valueOf(aVar.l); + this.f1332b = Boolean.valueOf(aVar.l); this.c = aVar.m; } } public C0109a(C0110a aVar) { this.k = aVar.a; - this.l = aVar.f1331b.booleanValue(); + this.l = aVar.f1332b.booleanValue(); this.m = aVar.c; } @@ -83,7 +83,7 @@ public final class a { a.g gVar = new a.g<>(); a = gVar; a.g gVar2 = new a.g<>(); - f1330b = gVar2; + f1331b = gVar2; h hVar = new h(); c = hVar; i iVar = new i(); diff --git a/app/src/main/java/b/i/a/f/c/a/b.java b/app/src/main/java/b/i/a/f/c/a/b.java index fc06cd299f..b4365ddc63 100644 --- a/app/src/main/java/b/i/a/f/c/a/b.java +++ b/app/src/main/java/b/i/a/f/c/a/b.java @@ -7,7 +7,7 @@ public final class b { public static final a.g a; /* renamed from: b reason: collision with root package name */ - public static final a.AbstractC0111a f1332b; + public static final a.AbstractC0111a f1333b; public static final a c; public static final d d = new d(); @@ -15,7 +15,7 @@ public final class b { a.g gVar = new a.g<>(); a = gVar; g gVar2 = new g(); - f1332b = gVar2; + f1333b = gVar2; c = new a<>("Auth.PROXY_API", gVar2, gVar); } } 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 f5d8f8f889..01f965289d 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 @@ -29,7 +29,7 @@ public class a { @Nullable /* renamed from: b reason: collision with root package name */ - public static a f1333b; + public static a f1334b; public final Lock c = new ReentrantLock(); public final SharedPreferences d; @@ -42,10 +42,10 @@ public class a { Lock lock = a; lock.lock(); try { - if (f1333b == null) { - f1333b = new a(context.getApplicationContext()); + if (f1334b == null) { + f1334b = new a(context.getApplicationContext()); } - a aVar = f1333b; + a aVar = f1334b; lock.unlock(); return aVar; } catch (Throwable th) { @@ -129,7 +129,7 @@ public class a { jSONObject.put("expirationTime", googleSignInAccount.q); jSONObject.put("obfuscatedIdentifier", googleSignInAccount.r); JSONArray jSONArray = new JSONArray(); - List list = googleSignInAccount.f2978s; + List list = googleSignInAccount.f2989s; 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.f2979s); + jSONObject2.put("idTokenRequested", googleSignInOptions.f2990s); 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/c/a/f/b/d.java b/app/src/main/java/b/i/a/f/c/a/f/b/d.java index 692b01198b..39297f2315 100644 --- a/app/src/main/java/b/i/a/f/c/a/f/b/d.java +++ b/app/src/main/java/b/i/a/f/c/a/f/b/d.java @@ -15,16 +15,16 @@ public final class d extends AsyncTaskLoader { public Semaphore a = new Semaphore(0); /* renamed from: b reason: collision with root package name */ - public Set f1334b; + public Set f1335b; public d(Context context, Set set) { super(context); - this.f1334b = set; + this.f1335b = set; } @Override // androidx.loader.content.AsyncTaskLoader public final Void loadInBackground() { - Iterator it = this.f1334b.iterator(); + Iterator it = this.f1335b.iterator(); if (!it.hasNext()) { try { this.a.tryAcquire(0, 5L, TimeUnit.SECONDS); diff --git a/app/src/main/java/b/i/a/f/c/a/f/b/g.java b/app/src/main/java/b/i/a/f/c/a/f/b/g.java index 502d6c677c..159427ec06 100644 --- a/app/src/main/java/b/i/a/f/c/a/f/b/g.java +++ b/app/src/main/java/b/i/a/f/c/a/f/b/g.java @@ -22,8 +22,8 @@ public final class g { synchronized (b.i.a.f.e.h.j.g.l) { b.i.a.f.e.h.j.g gVar = b.i.a.f.e.h.j.g.m; if (gVar != null) { - gVar.f1356s.incrementAndGet(); - Handler handler = gVar.f1357x; + gVar.f1357s.incrementAndGet(); + Handler handler = gVar.f1358x; handler.sendMessageAtFrontOfQueue(handler.obtainMessage(10)); } } diff --git a/app/src/main/java/b/i/a/f/c/a/f/b/m.java b/app/src/main/java/b/i/a/f/c/a/f/b/m.java index bfd225b838..d8e7e46002 100644 --- a/app/src/main/java/b/i/a/f/c/a/f/b/m.java +++ b/app/src/main/java/b/i/a/f/c/a/f/b/m.java @@ -10,13 +10,13 @@ public final class m { public static m a; /* renamed from: b reason: collision with root package name */ - public a f1335b; + public a f1336b; public m(Context context) { a a2 = a.a(context); - this.f1335b = a2; + this.f1336b = a2; a2.b(); - this.f1335b.c(); + this.f1336b.c(); } public static synchronized m b(@NonNull Context context) { @@ -36,7 +36,7 @@ public final class m { } public final synchronized void a() { - a aVar = this.f1335b; + a aVar = this.f1336b; aVar.c.lock(); aVar.d.edit().clear().apply(); aVar.c.unlock(); diff --git a/app/src/main/java/b/i/a/f/d/b.java b/app/src/main/java/b/i/a/f/d/b.java index a30b096248..7534165044 100644 --- a/app/src/main/java/b/i/a/f/d/b.java +++ b/app/src/main/java/b/i/a/f/d/b.java @@ -31,7 +31,7 @@ public class b { public static int a; /* renamed from: b reason: collision with root package name */ - public static PendingIntent f1336b; + public static PendingIntent f1337b; public static final Executor c = z.j; public final Context e; public final r f; @@ -84,12 +84,12 @@ public class b { intent.putExtras(bundle); Context context = this.e; synchronized (b.class) { - if (f1336b == null) { + if (f1337b == null) { Intent intent2 = new Intent(); intent2.setPackage("com.google.example.invalidpackage"); - f1336b = PendingIntent.getBroadcast(context, 0, intent2, 0); + f1337b = PendingIntent.getBroadcast(context, 0, intent2, 0); } - intent.putExtra("app", f1336b); + intent.putExtra("app", f1337b); } intent.putExtra("kid", a.j(a.b(num, 5), "|ID|", num, "|")); if (Log.isLoggable("Rpc", 3)) { @@ -119,7 +119,7 @@ public class b { } ScheduledFuture schedule = this.g.schedule(new u(taskCompletionSource), 30L, TimeUnit.SECONDS); c0 c0Var = taskCompletionSource.a; - c0Var.f1590b.a(new r(z.j, new x(this, num, schedule))); + c0Var.f1591b.a(new r(z.j, new x(this, num, schedule))); c0Var.w(); return taskCompletionSource.a; } @@ -130,7 +130,7 @@ public class b { } ScheduledFuture schedule2 = this.g.schedule(new u(taskCompletionSource), 30L, TimeUnit.SECONDS); c0 c0Var2 = taskCompletionSource.a; - c0Var2.f1590b.a(new r(z.j, new x(this, num, schedule2))); + c0Var2.f1591b.a(new r(z.j, new x(this, num, schedule2))); c0Var2.w(); return taskCompletionSource.a; } diff --git a/app/src/main/java/b/i/a/f/d/f.java b/app/src/main/java/b/i/a/f/d/f.java index 0d9c46328f..1edff3b77b 100644 --- a/app/src/main/java/b/i/a/f/d/f.java +++ b/app/src/main/java/b/i/a/f/d/f.java @@ -15,7 +15,7 @@ public final class f { public static f a; /* renamed from: b reason: collision with root package name */ - public final Context f1337b; + public final Context f1338b; public final ScheduledExecutorService c; public g d = new g(this, null); public int e = 1; @@ -23,7 +23,7 @@ public final class f { @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { this.c = scheduledExecutorService; - this.f1337b = context.getApplicationContext(); + this.f1338b = context.getApplicationContext(); } public static synchronized f a(Context context) { @@ -50,6 +50,6 @@ public final class f { this.d = gVar; gVar.b(qVar); } - return qVar.f1339b.a; + return qVar.f1340b.a; } } diff --git a/app/src/main/java/b/i/a/f/d/g.java b/app/src/main/java/b/i/a/f/d/g.java index f5a4855c71..e6672b5f95 100644 --- a/app/src/main/java/b/i/a/f/d/g.java +++ b/app/src/main/java/b/i/a/f/d/g.java @@ -43,7 +43,7 @@ public final class g implements ServiceConnection { Log.v("MessengerIpcClient", "Unbinding service"); } this.j = 4; - b.i.a.f.e.n.a.b().c(this.o.f1337b, this); + b.i.a.f.e.n.a.b().c(this.o.f1338b, this); zzp zzpVar = new zzp(i, str); for (q qVar : this.m) { qVar.b(zzpVar); @@ -75,7 +75,7 @@ public final class g implements ServiceConnection { this.j = 1; Intent intent = new Intent("com.google.android.c2dm.intent.REGISTER"); intent.setPackage("com.google.android.gms"); - if (!b.i.a.f.e.n.a.b().a(this.o.f1337b, intent, this, 1)) { + if (!b.i.a.f.e.n.a.b().a(this.o.f1338b, intent, this, 1)) { a(0, "Unable to bind to service"); } else { this.o.c.schedule(new i(this), 30L, TimeUnit.SECONDS); @@ -106,7 +106,7 @@ public final class g implements ServiceConnection { Log.v("MessengerIpcClient", "Finished handling requests, unbinding"); } this.j = 3; - b.i.a.f.e.n.a.b().c(this.o.f1337b, this); + b.i.a.f.e.n.a.b().c(this.o.f1338b, this); } } diff --git a/app/src/main/java/b/i/a/f/d/k.java b/app/src/main/java/b/i/a/f/d/k.java index 0c1c330788..6af85b5f9c 100644 --- a/app/src/main/java/b/i/a/f/d/k.java +++ b/app/src/main/java/b/i/a/f/d/k.java @@ -38,7 +38,7 @@ public final /* synthetic */ class k implements Runnable { sb.append(valueOf); Log.d("MessengerIpcClient", sb.toString()); } - Context context = gVar.o.f1337b; + Context context = gVar.o.f1338b; Messenger messenger = gVar.k; Message obtain = Message.obtain(); obtain.what = poll.c; @@ -53,7 +53,7 @@ public final /* synthetic */ class k implements Runnable { p pVar = gVar.l; Messenger messenger2 = pVar.a; if (messenger2 == null) { - zza zzaVar = pVar.f1338b; + zza zzaVar = pVar.f1339b; if (zzaVar == null) { throw new IllegalStateException("Both messengers are null"); break; diff --git a/app/src/main/java/b/i/a/f/d/p.java b/app/src/main/java/b/i/a/f/d/p.java index 63c590f754..a1264c47b4 100644 --- a/app/src/main/java/b/i/a/f/d/p.java +++ b/app/src/main/java/b/i/a/f/d/p.java @@ -14,15 +14,15 @@ public final class p { @Nullable /* renamed from: b reason: collision with root package name */ - public final zza f1338b; + public final zza f1339b; public p(IBinder iBinder) throws RemoteException { String interfaceDescriptor = iBinder.getInterfaceDescriptor(); if ("android.os.IMessenger".equals(interfaceDescriptor)) { this.a = new Messenger(iBinder); - this.f1338b = null; + this.f1339b = null; } else if ("com.google.android.gms.iid.IMessengerCompat".equals(interfaceDescriptor)) { - this.f1338b = new zza(iBinder); + this.f1339b = new zza(iBinder); this.a = null; } else { String valueOf = String.valueOf(interfaceDescriptor); diff --git a/app/src/main/java/b/i/a/f/d/q.java b/app/src/main/java/b/i/a/f/d/q.java index a7392fd588..f85e47653f 100644 --- a/app/src/main/java/b/i/a/f/d/q.java +++ b/app/src/main/java/b/i/a/f/d/q.java @@ -11,7 +11,7 @@ public abstract class q { public final int a; /* renamed from: b reason: collision with root package name */ - public final TaskCompletionSource f1339b = new TaskCompletionSource<>(); + public final TaskCompletionSource f1340b = new TaskCompletionSource<>(); public final int c; public final Bundle d; @@ -29,7 +29,7 @@ public abstract class q { String valueOf2 = String.valueOf(zzpVar); Log.d("MessengerIpcClient", a.k(valueOf2.length() + valueOf.length() + 14, "Failing ", valueOf, " with ", valueOf2)); } - this.f1339b.a.t(zzpVar); + this.f1340b.a.t(zzpVar); } public final void c(T t) { @@ -38,7 +38,7 @@ public abstract class q { String valueOf2 = String.valueOf(t); Log.d("MessengerIpcClient", a.k(valueOf2.length() + valueOf.length() + 16, "Finishing ", valueOf, " with ", valueOf2)); } - this.f1339b.a.s(t); + this.f1340b.a.s(t); } public abstract boolean d(); diff --git a/app/src/main/java/b/i/a/f/d/r.java b/app/src/main/java/b/i/a/f/d/r.java index 295d1fc9be..1575132ebf 100644 --- a/app/src/main/java/b/i/a/f/d/r.java +++ b/app/src/main/java/b/i/a/f/d/r.java @@ -17,7 +17,7 @@ public final class r { public final Context a; /* renamed from: b reason: collision with root package name */ - public int f1340b; + public int f1341b; public int c = 0; public r(Context context) { diff --git a/app/src/main/java/b/i/a/f/d/v.java b/app/src/main/java/b/i/a/f/d/v.java index fb3ff52f12..fea9307e08 100644 --- a/app/src/main/java/b/i/a/f/d/v.java +++ b/app/src/main/java/b/i/a/f/d/v.java @@ -10,17 +10,17 @@ public final /* synthetic */ class v implements a { public final b a; /* renamed from: b reason: collision with root package name */ - public final Bundle f1341b; + public final Bundle f1342b; public v(b bVar, Bundle bundle) { this.a = bVar; - this.f1341b = bundle; + this.f1342b = bundle; } @Override // b.i.a.f.n.a public final Object a(Task task) { b bVar = this.a; - Bundle bundle = this.f1341b; + Bundle bundle = this.f1342b; Objects.requireNonNull(bVar); if (!task.p()) { return task; diff --git a/app/src/main/java/b/i/a/f/d/x.java b/app/src/main/java/b/i/a/f/d/x.java index 0b6116bfeb..ea596fafc8 100644 --- a/app/src/main/java/b/i/a/f/d/x.java +++ b/app/src/main/java/b/i/a/f/d/x.java @@ -9,19 +9,19 @@ public final /* synthetic */ class x implements c { public final b a; /* renamed from: b reason: collision with root package name */ - public final String f1342b; + public final String f1343b; public final ScheduledFuture c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; - this.f1342b = str; + this.f1343b = str; this.c = scheduledFuture; } @Override // b.i.a.f.n.c public final void onComplete(Task task) { b bVar = this.a; - String str = this.f1342b; + String str = this.f1343b; ScheduledFuture scheduledFuture = this.c; synchronized (bVar.d) { bVar.d.remove(str); diff --git a/app/src/main/java/b/i/a/f/e/a0.java b/app/src/main/java/b/i/a/f/e/a0.java index 188157da1d..48724e56d9 100644 --- a/app/src/main/java/b/i/a/f/e/a0.java +++ b/app/src/main/java/b/i/a/f/e/a0.java @@ -2,5 +2,5 @@ package b.i.a.f.e; /* compiled from: com.google.android.gms:play-services-basement@@17.6.0 */ /* loaded from: classes3.dex */ public final class a0 { - public static final x[] a = {b0.a, b0.f1343b}; + public static final x[] a = {b0.a, b0.f1344b}; } 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 5d9221fde5..0f79b3c2ed 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 @@ -20,7 +20,7 @@ public final class b0 { public static final z a = new v(x.i("0\u0082\u0004C0\u0082\u0003+ \u0003\u0002\u0001\u0002\u0002\t\u0000Âà\u0087FdJ0\u008d0")); /* renamed from: b reason: collision with root package name */ - public static final z f1343b = new w(x.i("0\u0082\u0004¨0\u0082\u0003\u0090 \u0003\u0002\u0001\u0002\u0002\t\u0000Õ\u0085¸l}ÓNõ0")); + public static final z f1344b = new w(x.i("0\u0082\u0004¨0\u0082\u0003\u0090 \u0003\u0002\u0001\u0002\u0002\t\u0000Õ\u0085¸l}ÓNõ0")); public static final Object d = new Object(); static { @@ -35,7 +35,7 @@ public final class b0 { synchronized (d) { try { if (c == null) { - IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2988b, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2999b, "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/c.java b/app/src/main/java/b/i/a/f/e/c.java index 7e05c4a5e7..e1afbd15d3 100644 --- a/app/src/main/java/b/i/a/f/e/c.java +++ b/app/src/main/java/b/i/a/f/e/c.java @@ -28,7 +28,7 @@ public class c { public static final int a = 12451000; /* renamed from: b reason: collision with root package name */ - public static final c f1344b = new c(); + public static final c f1345b = new c(); static { AtomicBoolean atomicBoolean = e.a; diff --git a/app/src/main/java/b/i/a/f/e/e.java b/app/src/main/java/b/i/a/f/e/e.java index 72ab6077ac..715ce7cb7e 100644 --- a/app/src/main/java/b/i/a/f/e/e.java +++ b/app/src/main/java/b/i/a/f/e/e.java @@ -19,7 +19,7 @@ import java.util.concurrent.atomic.AtomicBoolean; public class e { /* renamed from: b reason: collision with root package name */ - public static boolean f1345b = false; + public static boolean f1346b = false; public static boolean c = false; public static final AtomicBoolean a = new AtomicBoolean(); public static final AtomicBoolean d = new AtomicBoolean(); @@ -30,9 +30,9 @@ public class e { PackageInfo packageInfo = b.a(context).a.getPackageManager().getPackageInfo("com.google.android.gms", 64); f.a(context); if (packageInfo == null || f.d(packageInfo, false) || !f.d(packageInfo, true)) { - f1345b = false; + f1346b = false; } else { - f1345b = true; + f1346b = true; } } } catch (PackageManager.NameNotFoundException e) { @@ -40,7 +40,7 @@ public class e { } finally { c = true; } - return f1345b || !"user".equals(Build.TYPE); + return f1346b || !"user".equals(Build.TYPE); } @TargetApi(21) diff --git a/app/src/main/java/b/i/a/f/e/f.java b/app/src/main/java/b/i/a/f/e/f.java index 550fa0a99c..702a05d0a6 100644 --- a/app/src/main/java/b/i/a/f/e/f.java +++ b/app/src/main/java/b/i/a/f/e/f.java @@ -20,11 +20,11 @@ public class f { public static f a; /* renamed from: b reason: collision with root package name */ - public final Context f1346b; + public final Context f1347b; public volatile String c; public f(@RecentlyNonNull Context context) { - this.f1346b = context.getApplicationContext(); + this.f1347b = context.getApplicationContext(); } @RecentlyNonNull @@ -79,7 +79,7 @@ public class f { boolean z2; g0 b2; ApplicationInfo applicationInfo; - String[] packagesForUid = this.f1346b.getPackageManager().getPackagesForUid(i); + String[] packagesForUid = this.f1347b.getPackageManager().getPackagesForUid(i); if (packagesForUid != null && (length = packagesForUid.length) != 0) { g0Var = null; int i2 = 0; @@ -107,7 +107,7 @@ public class f { z2 = false; } if (z2) { - boolean a2 = e.a(this.f1346b); + boolean a2 = e.a(this.f1347b); allowThreadDiskReads = StrictMode.allowThreadDiskReads(); try { Objects.requireNonNull(b0.e, "null reference"); @@ -137,8 +137,8 @@ public class f { } } else { try { - PackageInfo packageInfo = this.f1346b.getPackageManager().getPackageInfo(str, 64); - boolean a3 = e.a(this.f1346b); + PackageInfo packageInfo = this.f1347b.getPackageManager().getPackageInfo(str, 64); + boolean a3 = e.a(this.f1347b); if (packageInfo == null) { b2 = g0.b("null pkg"); } else { @@ -152,12 +152,12 @@ public class f { try { g0 b3 = b0.b(str3, yVar, a3, false); StrictMode.setThreadPolicy(allowThreadDiskReads); - if (!(!b3.f1347b || (applicationInfo = packageInfo.applicationInfo) == null || (applicationInfo.flags & 2) == 0)) { + if (!(!b3.f1348b || (applicationInfo = packageInfo.applicationInfo) == null || (applicationInfo.flags & 2) == 0)) { allowThreadDiskReads = StrictMode.allowThreadDiskReads(); try { g0 b4 = b0.b(str3, yVar, false, true); StrictMode.setThreadPolicy(allowThreadDiskReads); - if (b4.f1347b) { + if (b4.f1348b) { b2 = g0.b("debuggable release cert app rejected"); } } finally { @@ -172,14 +172,14 @@ public class f { g0Var = g0.c(str.length() != 0 ? "no pkg ".concat(str) : new String("no pkg "), e4); } } - if (b2.f1347b) { + if (b2.f1348b) { this.c = str; } g0Var = b2; } else { g0Var = g0.a; } - if (g0Var.f1347b) { + if (g0Var.f1348b) { break; } i2++; @@ -187,13 +187,13 @@ public class f { } else { g0Var = g0.b("no pkgs"); } - if (!g0Var.f1347b && Log.isLoggable("GoogleCertificatesRslt", 3)) { + if (!g0Var.f1348b && Log.isLoggable("GoogleCertificatesRslt", 3)) { if (g0Var.d != null) { Log.d("GoogleCertificatesRslt", g0Var.a(), g0Var.d); } else { Log.d("GoogleCertificatesRslt", g0Var.a()); } } - return g0Var.f1347b; + return g0Var.f1348b; } } diff --git a/app/src/main/java/b/i/a/f/e/g0.java b/app/src/main/java/b/i/a/f/e/g0.java index efce2e807a..b34a9e42e6 100644 --- a/app/src/main/java/b/i/a/f/e/g0.java +++ b/app/src/main/java/b/i/a/f/e/g0.java @@ -7,12 +7,12 @@ public class g0 { public static final g0 a = new g0(true, null, null); /* renamed from: b reason: collision with root package name */ - public final boolean f1347b; + public final boolean f1348b; public final String c; public final Throwable d; public g0(boolean z2, String str, Throwable th) { - this.f1347b = z2; + this.f1348b = z2; this.c = str; this.d = th; } diff --git a/app/src/main/java/b/i/a/f/e/h/a.java b/app/src/main/java/b/i/a/f/e/h/a.java index 3c7122c0b7..2fa825b008 100644 --- a/app/src/main/java/b/i/a/f/e/h/a.java +++ b/app/src/main/java/b/i/a/f/e/h/a.java @@ -21,7 +21,7 @@ public final class a { @Nullable /* renamed from: b reason: collision with root package name */ - public final g f1348b; + public final g f1349b; public final String c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ @@ -121,6 +121,6 @@ public final class a { b.c.a.a0.d.z(gVar, "Cannot construct an Api with a null ClientKey"); this.c = str; this.a = aVar; - this.f1348b = gVar; + this.f1349b = gVar; } } diff --git a/app/src/main/java/b/i/a/f/e/h/b.java b/app/src/main/java/b/i/a/f/e/h/b.java index 3c6534b8a3..0dab435fad 100644 --- a/app/src/main/java/b/i/a/f/e/h/b.java +++ b/app/src/main/java/b/i/a/f/e/h/b.java @@ -41,7 +41,7 @@ public class b { public final Context a; /* renamed from: b reason: collision with root package name */ - public final a f1349b; + public final a f1350b; public final O c; public final b.i.a.f.e.h.j.b d; public final Looper e; @@ -57,11 +57,11 @@ public class b { public static final a a = new a(new b.i.a.f.e.h.j.a(), null, Looper.getMainLooper()); /* renamed from: b reason: collision with root package name */ - public final n f1350b; + public final n f1351b; public final Looper c; public a(n nVar, Account account, Looper looper) { - this.f1350b = nVar; + this.f1351b = nVar; this.c = looper; } } @@ -74,7 +74,7 @@ public class b { Context applicationContext = activity.getApplicationContext(); this.a = applicationContext; e(activity); - this.f1349b = aVar; + this.f1350b = aVar; this.c = o; this.e = aVar2.c; b.i.a.f.e.h.j.b bVar = new b.i.a.f.e.h.j.b<>(aVar, o); @@ -83,14 +83,14 @@ public class b { g a2 = g.a(applicationContext); this.i = a2; this.f = a2.r.getAndIncrement(); - this.h = aVar2.f1350b; + this.h = aVar2.f1351b; if (!(activity instanceof GoogleApiActivity)) { try { a1.o(activity, a2, bVar); } catch (IllegalStateException | ConcurrentModificationException unused) { } } - Handler handler = this.i.f1357x; + Handler handler = this.i.f1358x; handler.sendMessage(handler.obtainMessage(7, this)); } @@ -101,7 +101,7 @@ public class b { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; e(context); - this.f1349b = aVar; + this.f1350b = aVar; this.c = o; this.e = aVar2.c; this.d = new b.i.a.f.e.h.j.b<>(aVar, o); @@ -109,8 +109,8 @@ public class b { g a2 = g.a(applicationContext); this.i = a2; this.f = a2.r.getAndIncrement(); - this.h = aVar2.f1350b; - Handler handler = a2.f1357x; + this.h = aVar2.f1351b; + Handler handler = a2.f1358x; handler.sendMessage(handler.obtainMessage(7, this)); } @@ -150,10 +150,10 @@ public class b { aVar.a = account; O o3 = this.c; Set emptySet = (!(o3 instanceof a.d.b) || (L = ((a.d.b) o3).L()) == null) ? Collections.emptySet() : L.w0(); - if (aVar.f1379b == null) { - aVar.f1379b = new ArraySet<>(); + if (aVar.f1380b == null) { + aVar.f1380b = new ArraySet<>(); } - aVar.f1379b.addAll(emptySet); + aVar.f1380b.addAll(emptySet); aVar.d = this.a.getClass().getName(); aVar.c = this.a.getPackageName(); return aVar; @@ -165,8 +165,8 @@ public class b { Objects.requireNonNull(gVar); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); p0 p0Var = new p0(aVar, taskCompletionSource); - Handler handler = gVar.f1357x; - handler.sendMessage(handler.obtainMessage(13, new c0(p0Var, gVar.f1356s.get(), this))); + Handler handler = gVar.f1358x; + handler.sendMessage(handler.obtainMessage(13, new c0(p0Var, gVar.f1357s.get(), this))); return taskCompletionSource.a; } @@ -176,8 +176,8 @@ public class b { n nVar = this.h; Objects.requireNonNull(gVar); q0 q0Var = new q0(1, pVar, taskCompletionSource, nVar); - Handler handler = gVar.f1357x; - handler.sendMessage(handler.obtainMessage(4, new c0(q0Var, gVar.f1356s.get(), this))); + Handler handler = gVar.f1358x; + handler.sendMessage(handler.obtainMessage(4, new c0(q0Var, gVar.f1357s.get(), this))); return taskCompletionSource.a; } @@ -186,8 +186,8 @@ public class b { g gVar = this.i; Objects.requireNonNull(gVar); o0 o0Var = new o0(i, t); - Handler handler = gVar.f1357x; - handler.sendMessage(handler.obtainMessage(4, new c0(o0Var, gVar.f1356s.get(), this))); + Handler handler = gVar.f1358x; + handler.sendMessage(handler.obtainMessage(4, new c0(o0Var, gVar.f1357s.get(), this))); return t; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/a0.java b/app/src/main/java/b/i/a/f/e/h/j/a0.java index 4b264f0bc4..b6df686c07 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/a0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/a0.java @@ -12,10 +12,10 @@ public final class a0 extends BroadcastReceiver { public Context a; /* renamed from: b reason: collision with root package name */ - public final u0 f1351b; + public final u0 f1352b; public a0(u0 u0Var) { - this.f1351b = u0Var; + this.f1352b = u0Var; } public final synchronized void a() { @@ -30,8 +30,8 @@ public final class a0 extends BroadcastReceiver { public final void onReceive(Context context, Intent intent) { Uri data = intent.getData(); if ("com.google.android.gms".equals(data != null ? data.getSchemeSpecificPart() : null)) { - u0 u0Var = this.f1351b; - u0Var.f1371b.k.m(); + u0 u0Var = this.f1352b; + u0Var.f1372b.k.m(); if (u0Var.a.isShowing()) { u0Var.a.dismiss(); } diff --git a/app/src/main/java/b/i/a/f/e/h/j/a1.java b/app/src/main/java/b/i/a/f/e/h/j/a1.java index a3480f72cb..4f4ae87be4 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/b/i/a/f/e/h/j/a1.java @@ -63,7 +63,7 @@ public class a1 extends t0 { @Override // b.i.a.f.e.h.j.t0 public final void k() { - Handler handler = this.p.f1357x; + Handler handler = this.p.f1358x; handler.sendMessage(handler.obtainMessage(3)); } @@ -71,7 +71,7 @@ public class a1 extends t0 { public final void l(ConnectionResult connectionResult, int i) { g gVar = this.p; if (!gVar.c(connectionResult, i)) { - Handler handler = gVar.f1357x; + Handler handler = gVar.f1358x; handler.sendMessage(handler.obtainMessage(5, i, 0, connectionResult)); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/b.java b/app/src/main/java/b/i/a/f/e/h/j/b.java index 149e8f6d34..76c7f37718 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/b.java +++ b/app/src/main/java/b/i/a/f/e/h/j/b.java @@ -10,12 +10,12 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final a f1352b; + public final a f1353b; @Nullable public final O c; public b(a aVar, @Nullable O o) { - this.f1352b = aVar; + this.f1353b = aVar; this.c = o; this.a = Arrays.hashCode(new Object[]{aVar, o}); } @@ -31,7 +31,7 @@ public final class b { return false; } b bVar = (b) obj; - return b.c.a.a0.d.h0(this.f1352b, bVar.f1352b) && b.c.a.a0.d.h0(this.c, bVar.c); + return b.c.a.a0.d.h0(this.f1353b, bVar.f1353b) && b.c.a.a0.d.h0(this.c, bVar.c); } public final int hashCode() { diff --git a/app/src/main/java/b/i/a/f/e/h/j/c0.java b/app/src/main/java/b/i/a/f/e/h/j/c0.java index cab3977edc..01ddf612a9 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/c0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/c0.java @@ -7,12 +7,12 @@ public final class c0 { public final s a; /* renamed from: b reason: collision with root package name */ - public final int f1353b; + public final int f1354b; public final b c; public c0(s sVar, int i, b bVar) { this.a = sVar; - this.f1353b = i; + this.f1354b = i; this.c = bVar; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/d.java b/app/src/main/java/b/i/a/f/e/h/j/d.java index 764f197cf2..1f8a8ca3f1 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/d.java +++ b/app/src/main/java/b/i/a/f/e/h/j/d.java @@ -18,7 +18,7 @@ public abstract class d extends BasePendingResult super(cVar); b.c.a.a0.d.z(cVar, "GoogleApiClient must not be null"); b.c.a.a0.d.z(aVar, "Api must not be null"); - if (aVar.f1348b == null) { + if (aVar.f1349b == null) { throw new IllegalStateException("This API was constructed with null client keys. This should not be possible."); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/d0.java b/app/src/main/java/b/i/a/f/e/h/j/d0.java index f30837a331..a3a852dbad 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/d0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/d0.java @@ -8,12 +8,12 @@ public final class d0 { public final m a; /* renamed from: b reason: collision with root package name */ - public final q f1354b; + public final q f1355b; public final Runnable c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; - this.f1354b = qVar; + this.f1355b = qVar; this.c = runnable; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/e0.java b/app/src/main/java/b/i/a/f/e/h/j/e0.java index 53020b55b0..f250f82bce 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/e0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/e0.java @@ -12,16 +12,16 @@ import com.google.android.gms.tasks.TaskCompletionSource; public abstract class e0 extends m0 { /* renamed from: b reason: collision with root package name */ - public final TaskCompletionSource f1355b; + public final TaskCompletionSource f1356b; public e0(int i, TaskCompletionSource taskCompletionSource) { super(i); - this.f1355b = taskCompletionSource; + this.f1356b = taskCompletionSource; } @Override // b.i.a.f.e.h.j.s public void b(@NonNull Status status) { - this.f1355b.a(new ApiException(status)); + this.f1356b.a(new ApiException(status)); } @Override // b.i.a.f.e.h.j.s @@ -29,18 +29,18 @@ public abstract class e0 extends m0 { try { h(aVar); } catch (DeadObjectException e) { - this.f1355b.a(new ApiException(s.a(e))); + this.f1356b.a(new ApiException(s.a(e))); throw e; } catch (RemoteException e2) { - this.f1355b.a(new ApiException(s.a(e2))); + this.f1356b.a(new ApiException(s.a(e2))); } catch (RuntimeException e3) { - this.f1355b.a(e3); + this.f1356b.a(e3); } } @Override // b.i.a.f.e.h.j.s public void e(@NonNull Exception exc) { - this.f1355b.a(exc); + this.f1356b.a(exc); } public abstract void h(g.a aVar) throws RemoteException; diff --git a/app/src/main/java/b/i/a/f/e/h/j/g.java b/app/src/main/java/b/i/a/f/e/h/j/g.java index e9620d8e0c..48db385dae 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/g.java +++ b/app/src/main/java/b/i/a/f/e/h/j/g.java @@ -68,15 +68,15 @@ public class g implements Handler.Callback { @NotOnlyInitialized /* renamed from: x reason: collision with root package name */ - public final Handler f1357x; + public final Handler f1358x; /* renamed from: y reason: collision with root package name */ - public volatile boolean f1358y; + public volatile boolean f1359y; public long n = 10000; public final AtomicInteger r = new AtomicInteger(1); /* renamed from: s reason: collision with root package name */ - public final AtomicInteger f1356s = new AtomicInteger(0); + public final AtomicInteger f1357s = new AtomicInteger(0); public final Map, a> t = new ConcurrentHashMap(5, 0.75f, 1); @Nullable public a1 u = null; @@ -89,7 +89,7 @@ public class g implements Handler.Callback { @NotOnlyInitialized /* renamed from: b reason: collision with root package name */ - public final a.f f1359b; + public final a.f f1360b; public final a.b c; public final b d; public final x0 e; @@ -106,21 +106,21 @@ public class g implements Handler.Callback { @WorkerThread public a(b.i.a.f.e.h.b bVar) { - Looper looper = g.this.f1357x.getLooper(); + Looper looper = g.this.f1358x.getLooper(); b.i.a.f.e.k.c a = bVar.a().a(); - b.i.a.f.e.h.a aVar = bVar.f1349b; + b.i.a.f.e.h.a aVar = bVar.f1350b; d.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); a.AbstractC0111a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); a.f a2 = aVar2.a(bVar.a, looper, a, bVar.c, this, this); - this.f1359b = a2; + this.f1360b = a2; if (!(a2 instanceof y)) { this.c = a2; this.d = bVar.d; this.e = new x0(); this.h = bVar.f; if (a2.o()) { - this.i = new g0(g.this.o, g.this.f1357x, bVar.a().a()); + this.i = new g0(g.this.o, g.this.f1358x, bVar.a().a()); } else { this.i = null; } @@ -134,7 +134,7 @@ public class g implements Handler.Callback { @WorkerThread public final Feature a(@Nullable Feature[] featureArr) { if (!(featureArr == null || featureArr.length == 0)) { - Feature[] m = this.f1359b.m(); + Feature[] m = this.f1360b.m(); if (m == null) { m = new Feature[0]; } @@ -154,7 +154,7 @@ public class g implements Handler.Callback { @WorkerThread public final void b() { - d.s(g.this.f1357x); + d.s(g.this.f1358x); Status status = g.j; f(status); x0 x0Var = this.e; @@ -164,17 +164,17 @@ public class g implements Handler.Callback { j(new p0(aVar, new TaskCompletionSource())); } n(new ConnectionResult(4)); - if (this.f1359b.j()) { - this.f1359b.i(new x(this)); + if (this.f1360b.j()) { + this.f1360b.i(new x(this)); } } @Override // b.i.a.f.e.h.j.f public final void c(int i) { - if (Looper.myLooper() == g.this.f1357x.getLooper()) { + if (Looper.myLooper() == g.this.f1358x.getLooper()) { d(i); } else { - g.this.f1357x.post(new v(this, i)); + g.this.f1358x.post(new v(this, i)); } } @@ -183,7 +183,7 @@ public class g implements Handler.Callback { q(); this.j = true; x0 x0Var = this.e; - String n = this.f1359b.n(); + String n = this.f1360b.n(); Objects.requireNonNull(x0Var); StringBuilder sb = new StringBuilder("The connection to Google Play services was lost"); if (i == 1) { @@ -196,11 +196,11 @@ public class g implements Handler.Callback { sb.append(n); } x0Var.a(true, new Status(20, sb.toString())); - Handler handler = g.this.f1357x; + Handler handler = g.this.f1358x; Message obtain = Message.obtain(handler, 9, this.d); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000L); - Handler handler2 = g.this.f1357x; + Handler handler2 = g.this.f1358x; Message obtain2 = Message.obtain(handler2, 11, this.d); Objects.requireNonNull(g.this); handler2.sendMessageDelayed(obtain2, 120000L); @@ -213,7 +213,7 @@ public class g implements Handler.Callback { @WorkerThread public final void e(@NonNull ConnectionResult connectionResult, @Nullable Exception exc) { f fVar; - d.s(g.this.f1357x); + d.s(g.this.f1358x); g0 g0Var = this.i; if (!(g0Var == null || (fVar = g0Var.g) == null)) { fVar.h(); @@ -226,11 +226,11 @@ public class g implements Handler.Callback { } else if (this.a.isEmpty()) { this.l = connectionResult; } else if (exc != null) { - d.s(g.this.f1357x); + d.s(g.this.f1358x); h(null, exc, false); - } else if (!g.this.f1358y) { + } else if (!g.this.f1359y) { Status p = p(connectionResult); - d.s(g.this.f1357x); + d.s(g.this.f1358x); h(p, null, false); } else { h(p(connectionResult), null, true); @@ -239,14 +239,14 @@ public class g implements Handler.Callback { this.j = true; } if (this.j) { - Handler handler = g.this.f1357x; + Handler handler = g.this.f1358x; Message obtain = Message.obtain(handler, 9, this.d); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000L); return; } Status p2 = p(connectionResult); - d.s(g.this.f1357x); + d.s(g.this.f1358x); h(p2, null, false); } } @@ -254,7 +254,7 @@ public class g implements Handler.Callback { @WorkerThread public final void f(Status status) { - d.s(g.this.f1357x); + d.s(g.this.f1358x); h(status, null, false); } @@ -266,7 +266,7 @@ public class g implements Handler.Callback { @WorkerThread public final void h(@Nullable Status status, @Nullable Exception exc, boolean z2) { - d.s(g.this.f1357x); + d.s(g.this.f1358x); boolean z3 = true; boolean z4 = status == null; if (exc != null) { @@ -292,17 +292,17 @@ public class g implements Handler.Callback { @Override // b.i.a.f.e.h.j.f public final void i(@Nullable Bundle bundle) { - if (Looper.myLooper() == g.this.f1357x.getLooper()) { + if (Looper.myLooper() == g.this.f1358x.getLooper()) { t(); } else { - g.this.f1357x.post(new u(this)); + g.this.f1358x.post(new u(this)); } } @WorkerThread public final void j(s sVar) { - d.s(g.this.f1357x); - if (!this.f1359b.j()) { + d.s(g.this.f1358x); + if (!this.f1360b.j()) { this.a.add(sVar); ConnectionResult connectionResult = this.l; if (connectionResult == null || !connectionResult.w0()) { @@ -319,18 +319,18 @@ public class g implements Handler.Callback { @WorkerThread public final boolean k(boolean z2) { - d.s(g.this.f1357x); - if (!this.f1359b.j() || this.g.size() != 0) { + d.s(g.this.f1358x); + if (!this.f1360b.j() || this.g.size() != 0) { return false; } x0 x0Var = this.e; - if (!x0Var.a.isEmpty() || !x0Var.f1372b.isEmpty()) { + if (!x0Var.a.isEmpty() || !x0Var.f1373b.isEmpty()) { if (z2) { w(); } return false; } - this.f1359b.c("Timing out service connection."); + this.f1360b.c("Timing out service connection."); return true; } @@ -365,7 +365,7 @@ public class g implements Handler.Callback { Q.append(w0); Q.append(")."); Log.w("GoogleApiManager", Q.toString()); - if (!g.this.f1358y || !m0Var.g(this)) { + if (!g.this.f1359y || !m0Var.g(this)) { m0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -373,19 +373,19 @@ public class g implements Handler.Callback { int indexOf = this.k.indexOf(cVar); if (indexOf >= 0) { c cVar2 = this.k.get(indexOf); - g.this.f1357x.removeMessages(15, cVar2); - Handler handler = g.this.f1357x; + g.this.f1358x.removeMessages(15, cVar2); + Handler handler = g.this.f1358x; Message obtain = Message.obtain(handler, 15, cVar2); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000L); return false; } this.k.add(cVar); - Handler handler2 = g.this.f1357x; + Handler handler2 = g.this.f1358x; Message obtain2 = Message.obtain(handler2, 15, cVar); Objects.requireNonNull(g.this); handler2.sendMessageDelayed(obtain2, 5000L); - Handler handler3 = g.this.f1357x; + Handler handler3 = g.this.f1358x; Message obtain3 = Message.obtain(handler3, 16, cVar); Objects.requireNonNull(g.this); handler3.sendMessageDelayed(obtain3, 120000L); @@ -403,7 +403,7 @@ public class g implements Handler.Callback { if (it.hasNext()) { r0 next = it.next(); if (d.h0(connectionResult, ConnectionResult.j)) { - this.f1359b.f(); + this.f1360b.f(); } Objects.requireNonNull(next); throw null; @@ -418,31 +418,31 @@ public class g implements Handler.Callback { sVar.c(this); } catch (DeadObjectException unused) { c(1); - this.f1359b.c("DeadObjectException thrown while running ApiCallRunner."); + this.f1360b.c("DeadObjectException thrown while running ApiCallRunner."); } catch (Throwable th) { throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.f1352b.c; + String str = this.d.f1353b.c; String valueOf = String.valueOf(connectionResult); return new Status(17, b.d.b.a.a.k(valueOf.length() + b.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); } @WorkerThread public final void q() { - d.s(g.this.f1357x); + d.s(g.this.f1358x); this.l = null; } @WorkerThread public final void r() { - d.s(g.this.f1357x); - if (!this.f1359b.j() && !this.f1359b.e()) { + d.s(g.this.f1358x); + if (!this.f1360b.j() && !this.f1360b.e()) { try { g gVar = g.this; - int a = gVar.q.a(gVar.o, this.f1359b); + int a = gVar.q.a(gVar.o, this.f1360b); if (a != 0) { ConnectionResult connectionResult = new ConnectionResult(a, null); String name = this.c.getClass().getName(); @@ -457,7 +457,7 @@ public class g implements Handler.Callback { return; } g gVar2 = g.this; - a.f fVar = this.f1359b; + a.f fVar = this.f1360b; b bVar = new b(fVar, this.d); if (fVar.o()) { g0 g0Var = this.i; @@ -468,7 +468,7 @@ public class g implements Handler.Callback { } g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); a.AbstractC0111a aVar = g0Var.d; - Context context = g0Var.f1362b; + Context context = g0Var.f1363b; Looper looper = g0Var.c.getLooper(); b.i.a.f.e.k.c cVar = g0Var.f; g0Var.g = (f) aVar.a(context, looper, cVar, cVar.g, g0Var, g0Var); @@ -481,7 +481,7 @@ public class g implements Handler.Callback { } } try { - this.f1359b.g(bVar); + this.f1360b.g(bVar); } catch (SecurityException e) { e(new ConnectionResult(10), e); } @@ -492,7 +492,7 @@ public class g implements Handler.Callback { } public final boolean s() { - return this.f1359b.o(); + return this.f1360b.o(); } @WorkerThread @@ -513,10 +513,10 @@ public class g implements Handler.Callback { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.f1584b.a((b.i.a.f.j.b.e.f) bVar, i.j(vVar.c, taskCompletionSource)); + vVar.f1585b.a((b.i.a.f.j.b.e.f) bVar, i.j(vVar.c, taskCompletionSource)); } catch (DeadObjectException unused) { c(3); - this.f1359b.c("DeadObjectException thrown while calling register listener method."); + this.f1360b.c("DeadObjectException thrown while calling register listener method."); } catch (RemoteException unused2) { it.remove(); } @@ -535,7 +535,7 @@ public class g implements Handler.Callback { Object obj = arrayList.get(i); i++; s sVar = (s) obj; - if (!this.f1359b.j()) { + if (!this.f1360b.j()) { return; } if (m(sVar)) { @@ -547,15 +547,15 @@ public class g implements Handler.Callback { @WorkerThread public final void v() { if (this.j) { - g.this.f1357x.removeMessages(11, this.d); - g.this.f1357x.removeMessages(9, this.d); + g.this.f1358x.removeMessages(11, this.d); + g.this.f1358x.removeMessages(9, this.d); this.j = false; } } public final void w() { - g.this.f1357x.removeMessages(12, this.d); - Handler handler = g.this.f1357x; + g.this.f1358x.removeMessages(12, this.d); + Handler handler = g.this.f1358x; handler.sendMessageDelayed(handler.obtainMessage(12, this.d), g.this.n); } } @@ -566,7 +566,7 @@ public class g implements Handler.Callback { public final a.f a; /* renamed from: b reason: collision with root package name */ - public final b f1360b; + public final b f1361b; @Nullable public b.i.a.f.e.k.g c = null; @Nullable @@ -575,20 +575,20 @@ public class g implements Handler.Callback { public b(a.f fVar, b bVar) { this.a = fVar; - this.f1360b = bVar; + this.f1361b = bVar; } @Override // b.i.a.f.e.k.b.c public final void a(@NonNull ConnectionResult connectionResult) { - g.this.f1357x.post(new z(this, connectionResult)); + g.this.f1358x.post(new z(this, connectionResult)); } @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.t.get(this.f1360b); + a aVar = g.this.t.get(this.f1361b); if (aVar != null) { - d.s(g.this.f1357x); - a.f fVar = aVar.f1359b; + d.s(g.this.f1358x); + a.f fVar = aVar.f1360b; String name = aVar.c.getClass().getName(); String valueOf = String.valueOf(connectionResult); fVar.c(b.d.b.a.a.k(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); @@ -603,17 +603,17 @@ public class g implements Handler.Callback { public final b a; /* renamed from: b reason: collision with root package name */ - public final Feature f1361b; + public final Feature f1362b; public c(b bVar, Feature feature, t tVar) { this.a = bVar; - this.f1361b = feature; + this.f1362b = feature; } public final boolean equals(@Nullable Object obj) { if (obj != null && (obj instanceof c)) { c cVar = (c) obj; - if (d.h0(this.a, cVar.a) && d.h0(this.f1361b, cVar.f1361b)) { + if (d.h0(this.a, cVar.a) && d.h0(this.f1362b, cVar.f1362b)) { return true; } } @@ -621,23 +621,23 @@ public class g implements Handler.Callback { } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.a, this.f1361b}); + return Arrays.hashCode(new Object[]{this.a, this.f1362b}); } public final String toString() { j jVar = new j(this); jVar.a("key", this.a); - jVar.a("feature", this.f1361b); + jVar.a("feature", this.f1362b); return jVar.toString(); } } public g(Context context, Looper looper, GoogleApiAvailability googleApiAvailability) { boolean z2 = true; - this.f1358y = true; + this.f1359y = true; this.o = context; b.i.a.f.h.e.c cVar = new b.i.a.f.h.e.c(looper, this); - this.f1357x = cVar; + this.f1358x = cVar; this.p = googleApiAvailability; this.q = new r(googleApiAvailability); PackageManager packageManager = context.getPackageManager(); @@ -645,7 +645,7 @@ public class g implements Handler.Callback { d.f = Boolean.valueOf((!b.i.a.f.e.o.f.A0() || !packageManager.hasSystemFeature("android.hardware.type.automotive")) ? false : z2); } if (d.f.booleanValue()) { - this.f1358y = false; + this.f1359y = false; } cVar.sendMessage(cVar.obtainMessage(6)); } @@ -736,9 +736,9 @@ public class g implements Handler.Callback { j2 = 10000; } this.n = j2; - this.f1357x.removeMessages(12); + this.f1358x.removeMessages(12); for (b bVar : this.t.keySet()) { - Handler handler = this.f1357x; + Handler handler = this.f1358x; handler.sendMessageDelayed(handler.obtainMessage(12, bVar), this.n); } break; @@ -759,7 +759,7 @@ public class g implements Handler.Callback { if (aVar3 == null) { aVar3 = d(c0Var.c); } - if (!aVar3.s() || this.f1356s.get() == c0Var.f1353b) { + if (!aVar3.s() || this.f1357s.get() == c0Var.f1354b) { aVar3.j(c0Var.a); break; } else { @@ -788,7 +788,7 @@ public class g implements Handler.Callback { String y0 = ConnectionResult.y0(i4); String str = connectionResult.n; Status status = new Status(17, b.d.b.a.a.k(b.d.b.a.a.b(str, b.d.b.a.a.b(y0, 69)), "Error resolution was canceled by the user, original error message: ", y0, ": ", str)); - d.s(g.this.f1357x); + d.s(g.this.f1358x); aVar.h(status, null, false); break; } else { @@ -827,7 +827,7 @@ public class g implements Handler.Callback { case 9: if (this.t.containsKey(message.obj)) { a aVar4 = this.t.get(message.obj); - d.s(g.this.f1357x); + d.s(g.this.f1358x); if (aVar4.j) { aVar4.r(); break; @@ -846,14 +846,14 @@ public class g implements Handler.Callback { case 11: if (this.t.containsKey(message.obj)) { a aVar5 = this.t.get(message.obj); - d.s(g.this.f1357x); + d.s(g.this.f1358x); if (aVar5.j) { aVar5.v(); g gVar = g.this; Status status2 = gVar.p.c(gVar.o) == 18 ? new Status(8, "Connection timed out while waiting for Google Play services update to complete.") : new Status(8, "API failed to connect while resuming due to an unknown error."); - d.s(g.this.f1357x); + d.s(g.this.f1358x); aVar5.h(status2, null, false); - aVar5.f1359b.c("Timing out connection while resuming."); + aVar5.f1360b.c("Timing out connection while resuming."); break; } } @@ -876,7 +876,7 @@ public class g implements Handler.Callback { if (this.t.containsKey(cVar2.a)) { a aVar6 = this.t.get(cVar2.a); if (aVar6.k.contains(cVar2) && !aVar6.j) { - if (!aVar6.f1359b.j()) { + if (!aVar6.f1360b.j()) { aVar6.r(); break; } else { @@ -891,9 +891,9 @@ public class g implements Handler.Callback { if (this.t.containsKey(cVar3.a)) { a aVar7 = this.t.get(cVar3.a); if (aVar7.k.remove(cVar3)) { - g.this.f1357x.removeMessages(15, cVar3); - g.this.f1357x.removeMessages(16, cVar3); - Feature feature = cVar3.f1361b; + g.this.f1358x.removeMessages(15, cVar3); + g.this.f1358x.removeMessages(16, cVar3); + Feature feature = cVar3.f1362b; ArrayList arrayList = new ArrayList(aVar7.a.size()); for (s sVar : aVar7.a) { if ((sVar instanceof m0) && (f = ((m0) sVar).f(aVar7)) != null) { diff --git a/app/src/main/java/b/i/a/f/e/h/j/g0.java b/app/src/main/java/b/i/a/f/e/h/j/g0.java index 87b82c1c83..d75f7f6123 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/g0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/g0.java @@ -20,7 +20,7 @@ public final class g0 extends d implements c.a, c.b { public static a.AbstractC0111a a = b.i.a.f.l.c.c; /* renamed from: b reason: collision with root package name */ - public final Context f1362b; + public final Context f1363b; public final Handler c; public final a.AbstractC0111a d; public Set e; @@ -31,11 +31,11 @@ public final class g0 extends d implements c.a, c.b { @WorkerThread public g0(Context context, Handler handler, @NonNull b.i.a.f.e.k.c cVar) { a.AbstractC0111a aVar = a; - this.f1362b = context; + this.f1363b = context; this.c = handler; b.c.a.a0.d.z(cVar, "ClientSettings must not be null"); this.f = cVar; - this.e = cVar.f1378b; + this.e = cVar.f1379b; this.d = aVar; } diff --git a/app/src/main/java/b/i/a/f/e/h/j/h.java b/app/src/main/java/b/i/a/f/e/h/j/h.java index 3a5b9122bd..1454557f1e 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/h.java +++ b/app/src/main/java/b/i/a/f/e/h/j/h.java @@ -15,7 +15,7 @@ public final class h { @Nullable /* renamed from: b reason: collision with root package name */ - public static h f1363b; + public static h f1364b; @Nullable public final String c; public final Status d; @@ -50,7 +50,7 @@ public final class h { public static h a(String str) { h hVar; synchronized (a) { - hVar = f1363b; + hVar = f1364b; if (hVar == null) { StringBuilder sb = new StringBuilder(str.length() + 34); sb.append("Initialize must be called before "); diff --git a/app/src/main/java/b/i/a/f/e/h/j/k.java b/app/src/main/java/b/i/a/f/e/h/j/k.java index 574072d782..d15e90c401 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/k.java +++ b/app/src/main/java/b/i/a/f/e/h/j/k.java @@ -12,7 +12,7 @@ public final class k { @Nullable /* renamed from: b reason: collision with root package name */ - public volatile L f1364b; + public volatile L f1365b; @Nullable public volatile a c; @@ -22,11 +22,11 @@ public final class k { public final L a; /* renamed from: b reason: collision with root package name */ - public final String f1365b; + public final String f1366b; public a(L l, String str) { this.a = l; - this.f1365b = str; + this.f1366b = str; } public final boolean equals(@Nullable Object obj) { @@ -37,11 +37,11 @@ public final class k { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f1365b.equals(aVar.f1365b); + return this.a == aVar.a && this.f1366b.equals(aVar.f1366b); } public final int hashCode() { - return this.f1365b.hashCode() + (System.identityHashCode(this.a) * 31); + return this.f1366b.hashCode() + (System.identityHashCode(this.a) * 31); } } @@ -68,7 +68,7 @@ public final class k { } d.l(z2); b bVar = (b) message.obj; - L l = k.this.f1364b; + L l = k.this.f1365b; if (l == null) { bVar.b(); return; @@ -85,7 +85,7 @@ public final class k { public k(@NonNull Looper looper, @NonNull L l, @NonNull String str) { this.a = new c(looper); d.z(l, "Listener must not be null"); - this.f1364b = l; + this.f1365b = l; d.w(str); this.c = new a<>(l, str); } diff --git a/app/src/main/java/b/i/a/f/e/h/j/n0.java b/app/src/main/java/b/i/a/f/e/h/j/n0.java index 766939634f..27cfabcb25 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/n0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/n0.java @@ -42,11 +42,11 @@ public final class n0 extends e0 { @Override // b.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { m mVar = this.c.a; - a.f fVar = aVar.f1359b; - TaskCompletionSource taskCompletionSource = this.f1355b; + a.f fVar = aVar.f1360b; + TaskCompletionSource taskCompletionSource = this.f1356b; v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.f1584b.a((f) fVar, i.j(vVar.c, taskCompletionSource)); + vVar.f1585b.a((f) fVar, i.j(vVar.c, taskCompletionSource)); k.a aVar2 = this.c.a.a.c; if (aVar2 != null) { aVar.g.put(aVar2, this.c); diff --git a/app/src/main/java/b/i/a/f/e/h/j/o0.java b/app/src/main/java/b/i/a/f/e/h/j/o0.java index fbcf9a85ab..3bb74788d6 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/o0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/o0.java @@ -12,23 +12,23 @@ import com.google.android.gms.common.api.Status; public final class o0> extends s { /* renamed from: b reason: collision with root package name */ - public final A f1366b; + public final A f1367b; public o0(int i, A a) { super(i); b.c.a.a0.d.z(a, "Null methods are not runnable."); - this.f1366b = a; + this.f1367b = a; } @Override // b.i.a.f.e.h.j.s public final void b(@NonNull Status status) { - this.f1366b.a(status); + this.f1367b.a(status); } @Override // b.i.a.f.e.h.j.s public final void c(g.a aVar) throws DeadObjectException { try { - this.f1366b.l(aVar.f1359b); + this.f1367b.l(aVar.f1360b); } catch (RuntimeException e) { e(e); } @@ -36,7 +36,7 @@ public final class o0> extends s { @Override // b.i.a.f.e.h.j.s public final void d(@NonNull x0 x0Var, boolean z2) { - A a = this.f1366b; + A a = this.f1367b; x0Var.a.put(a, Boolean.valueOf(z2)); a.c(new z0(x0Var, a)); } @@ -45,6 +45,6 @@ public final class o0> extends s { public final void e(@NonNull Exception exc) { String simpleName = exc.getClass().getSimpleName(); String localizedMessage = exc.getLocalizedMessage(); - this.f1366b.a(new Status(10, b.d.b.a.a.j(b.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); + this.f1367b.a(new Status(10, b.d.b.a.a.j(b.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/p.java b/app/src/main/java/b/i/a/f/e/h/j/p.java index e12f6b2fda..563deccf74 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/p.java +++ b/app/src/main/java/b/i/a/f/e/h/j/p.java @@ -14,7 +14,7 @@ public abstract class p { public final Feature[] a; /* renamed from: b reason: collision with root package name */ - public final boolean f1367b; + public final boolean f1368b; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* loaded from: classes3.dex */ @@ -22,7 +22,7 @@ public abstract class p { public j> a; /* renamed from: b reason: collision with root package name */ - public Feature[] f1368b; + public Feature[] f1369b; public a(j0 j0Var) { } @@ -31,12 +31,12 @@ public abstract class p { @Deprecated public p() { this.a = null; - this.f1367b = false; + this.f1368b = false; } public p(Feature[] featureArr, boolean z2, j0 j0Var) { this.a = featureArr; - this.f1367b = z2; + this.f1368b = z2; } public abstract void c(A a2, TaskCompletionSource taskCompletionSource) throws RemoteException; diff --git a/app/src/main/java/b/i/a/f/e/h/j/p0.java b/app/src/main/java/b/i/a/f/e/h/j/p0.java index 2b2edfc0cb..be325890d2 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/p0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/p0.java @@ -51,17 +51,17 @@ public final class p0 extends e0 { public final void h(g.a aVar) throws RemoteException { d0 remove = aVar.g.remove(this.c); if (remove != null) { - q qVar = remove.f1354b; - a.f fVar = aVar.f1359b; - TaskCompletionSource taskCompletionSource = this.f1355b; + q qVar = remove.f1355b; + a.f fVar = aVar.f1360b; + TaskCompletionSource taskCompletionSource = this.f1356b; x xVar = (x) qVar; Objects.requireNonNull(xVar); - xVar.f1585b.a((f) fVar, i.j(xVar.c, taskCompletionSource)); + xVar.f1586b.a((f) fVar, i.j(xVar.c, taskCompletionSource)); k kVar = remove.a.a; - kVar.f1364b = null; + kVar.f1365b = null; kVar.c = null; return; } - this.f1355b.b(Boolean.FALSE); + this.f1356b.b(Boolean.FALSE); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/q0.java b/app/src/main/java/b/i/a/f/e/h/j/q0.java index f2490f1f17..e9288ecaa8 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/q0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/q0.java @@ -14,16 +14,16 @@ import com.google.android.gms.tasks.TaskCompletionSource; public final class q0 extends m0 { /* renamed from: b reason: collision with root package name */ - public final p f1369b; + public final p f1370b; public final TaskCompletionSource c; public final n d; public q0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); this.c = taskCompletionSource; - this.f1369b = pVar; + this.f1370b = pVar; this.d = nVar; - if (i == 2 && pVar.f1367b) { + if (i == 2 && pVar.f1368b) { throw new IllegalArgumentException("Best-effort write calls cannot pass methods that should auto-resolve missing features."); } } @@ -36,7 +36,7 @@ public final class q0 extends m0 { @Override // b.i.a.f.e.h.j.s public final void c(g.a aVar) throws DeadObjectException { try { - this.f1369b.c(aVar.f1359b, this.c); + this.f1370b.c(aVar.f1360b, this.c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { @@ -49,7 +49,7 @@ public final class q0 extends m0 { @Override // b.i.a.f.e.h.j.s public final void d(@NonNull x0 x0Var, boolean z2) { TaskCompletionSource taskCompletionSource = this.c; - x0Var.f1372b.put(taskCompletionSource, Boolean.valueOf(z2)); + x0Var.f1373b.put(taskCompletionSource, Boolean.valueOf(z2)); taskCompletionSource.a.b(new y0(x0Var, taskCompletionSource)); } @@ -61,11 +61,11 @@ public final class q0 extends m0 { @Override // b.i.a.f.e.h.j.m0 @Nullable public final Feature[] f(g.a aVar) { - return this.f1369b.a; + return this.f1370b.a; } @Override // b.i.a.f.e.h.j.m0 public final boolean g(g.a aVar) { - return this.f1369b.f1367b; + return this.f1370b.f1368b; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/s0.java b/app/src/main/java/b/i/a/f/e/h/j/s0.java index b059508850..8e94aa56e3 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/s0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/s0.java @@ -8,11 +8,11 @@ public final class s0 { public final int a; /* renamed from: b reason: collision with root package name */ - public final ConnectionResult f1370b; + public final ConnectionResult f1371b; public s0(ConnectionResult connectionResult, int i) { Objects.requireNonNull(connectionResult, "null reference"); - this.f1370b = connectionResult; + this.f1371b = connectionResult; this.a = i; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/t.java b/app/src/main/java/b/i/a/f/e/h/j/t.java index 56aac26a1e..cf73349b0f 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/t.java +++ b/app/src/main/java/b/i/a/f/e/h/j/t.java @@ -13,7 +13,7 @@ public final class t implements c.a { @Override // b.i.a.f.e.h.j.c.a public final void a(boolean z2) { - Handler handler = this.a.f1357x; + Handler handler = this.a.f1358x; handler.sendMessage(handler.obtainMessage(1, Boolean.valueOf(z2))); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/t0.java b/app/src/main/java/b/i/a/f/e/h/j/t0.java index 35412c44af..41b06b6e3b 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/t0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/t0.java @@ -35,7 +35,7 @@ public abstract class t0 extends LifecycleCallback implements DialogInterface.On z2 = true; } if (s0Var != null) { - if (s0Var.f1370b.l == 18 && c == 18) { + if (s0Var.f1371b.l == 18 && c == 18) { return; } } else { @@ -50,7 +50,7 @@ public abstract class t0 extends LifecycleCallback implements DialogInterface.On if (intent != null) { i3 = intent.getIntExtra("<>", 13); } - s0 s0Var2 = new s0(new ConnectionResult(i3, null, s0Var.f1370b.toString()), s0Var.a); + s0 s0Var2 = new s0(new ConnectionResult(i3, null, s0Var.f1371b.toString()), s0Var.a); this.l.set(s0Var2); s0Var = s0Var2; } else { @@ -60,7 +60,7 @@ public abstract class t0 extends LifecycleCallback implements DialogInterface.On if (z2) { m(); } else if (s0Var != null) { - l(s0Var.f1370b, s0Var.a); + l(s0Var.f1371b, s0Var.a); } } @@ -77,8 +77,8 @@ public abstract class t0 extends LifecycleCallback implements DialogInterface.On if (s0Var != null) { bundle.putBoolean("resolving_error", true); bundle.putInt("failed_client_id", s0Var.a); - bundle.putInt("failed_status", s0Var.f1370b.l); - bundle.putParcelable("failed_resolution", s0Var.f1370b.m); + bundle.putInt("failed_status", s0Var.f1371b.l); + bundle.putParcelable("failed_resolution", s0Var.f1371b.m); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/u0.java b/app/src/main/java/b/i/a/f/e/h/j/u0.java index f3b6df07dc..887ffcc958 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/u0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/u0.java @@ -7,10 +7,10 @@ public final class u0 { public final /* synthetic */ Dialog a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ v0 f1371b; + public final /* synthetic */ v0 f1372b; public u0(v0 v0Var, Dialog dialog) { - this.f1371b = v0Var; + this.f1372b = v0Var; this.a = dialog; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/v0.java b/app/src/main/java/b/i/a/f/e/h/j/v0.java index 27d68cf053..20bab75d8d 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/v0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/v0.java @@ -30,7 +30,7 @@ public final class v0 implements Runnable { @MainThread public final void run() { if (this.k.k) { - ConnectionResult connectionResult = this.j.f1370b; + ConnectionResult connectionResult = this.j.f1371b; if (connectionResult.w0()) { t0 t0Var = this.k; j jVar = t0Var.j; diff --git a/app/src/main/java/b/i/a/f/e/h/j/w.java b/app/src/main/java/b/i/a/f/e/h/j/w.java index 0eadf78ec8..1a3155a434 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/w.java +++ b/app/src/main/java/b/i/a/f/e/h/j/w.java @@ -13,6 +13,6 @@ public final class w implements Runnable { @Override // java.lang.Runnable public final void run() { g.a aVar = this.j.a; - aVar.f1359b.c(aVar.c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.f1360b.c(aVar.c.getClass().getName().concat(" disconnecting because it was signed out.")); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/x0.java b/app/src/main/java/b/i/a/f/e/h/j/x0.java index 10fd73a746..11da9d189f 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/x0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/x0.java @@ -14,7 +14,7 @@ public final class x0 { public final Map, Boolean> a = Collections.synchronizedMap(new WeakHashMap()); /* renamed from: b reason: collision with root package name */ - public final Map, Boolean> f1372b = Collections.synchronizedMap(new WeakHashMap()); + public final Map, Boolean> f1373b = Collections.synchronizedMap(new WeakHashMap()); public final void a(boolean z2, Status status) { HashMap hashMap; @@ -22,8 +22,8 @@ public final class x0 { synchronized (this.a) { hashMap = new HashMap(this.a); } - synchronized (this.f1372b) { - hashMap2 = new HashMap(this.f1372b); + synchronized (this.f1373b) { + hashMap2 = new HashMap(this.f1373b); } for (Map.Entry entry : hashMap.entrySet()) { if (z2 || ((Boolean) entry.getValue()).booleanValue()) { diff --git a/app/src/main/java/b/i/a/f/e/h/j/y.java b/app/src/main/java/b/i/a/f/e/h/j/y.java index d531ceafa2..78ef14dbfa 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/y.java +++ b/app/src/main/java/b/i/a/f/e/h/j/y.java @@ -13,27 +13,27 @@ public final class y extends r { @NotOnlyInitialized /* renamed from: b reason: collision with root package name */ - public final b f1373b; + public final b f1374b; public y(b bVar) { super("Method is not supported by connectionless client. APIs supporting connectionless client must not call this method."); - this.f1373b = bVar; + this.f1374b = bVar; } @Override // b.i.a.f.e.h.c public final > T a(@NonNull T t) { - this.f1373b.d(0, t); + this.f1374b.d(0, t); return t; } @Override // b.i.a.f.e.h.c public final > T b(@NonNull T t) { - this.f1373b.d(1, t); + this.f1374b.d(1, t); return t; } @Override // b.i.a.f.e.h.c public final Looper c() { - return this.f1373b.e; + return this.f1374b.e; } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/y0.java b/app/src/main/java/b/i/a/f/e/h/j/y0.java index cb9eb51082..7d6544043b 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/y0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/y0.java @@ -10,15 +10,15 @@ public final class y0 implements c { public final /* synthetic */ TaskCompletionSource a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ x0 f1374b; + public final /* synthetic */ x0 f1375b; public y0(x0 x0Var, TaskCompletionSource taskCompletionSource) { - this.f1374b = x0Var; + this.f1375b = x0Var; this.a = taskCompletionSource; } @Override // b.i.a.f.n.c public final void onComplete(@NonNull Task task) { - this.f1374b.f1372b.remove(this.a); + this.f1375b.f1373b.remove(this.a); } } diff --git a/app/src/main/java/b/i/a/f/e/h/j/z.java b/app/src/main/java/b/i/a/f/e/h/j/z.java index c7714bcc72..523e29f1d7 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/z.java +++ b/app/src/main/java/b/i/a/f/e/h/j/z.java @@ -19,7 +19,7 @@ public final class z implements Runnable { public final void run() { b.i.a.f.e.k.g gVar; g.b bVar = this.k; - g.a aVar = g.this.t.get(bVar.f1360b); + g.a aVar = g.this.t.get(bVar.f1361b); if (aVar != null) { if (this.j.x0()) { g.b bVar2 = this.k; diff --git a/app/src/main/java/b/i/a/f/e/h/j/z0.java b/app/src/main/java/b/i/a/f/e/h/j/z0.java index f815f011d1..beb0e68475 100644 --- a/app/src/main/java/b/i/a/f/e/h/j/z0.java +++ b/app/src/main/java/b/i/a/f/e/h/j/z0.java @@ -9,15 +9,15 @@ public final class z0 implements d.a { public final /* synthetic */ BasePendingResult a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ x0 f1375b; + public final /* synthetic */ x0 f1376b; public z0(x0 x0Var, BasePendingResult basePendingResult) { - this.f1375b = x0Var; + this.f1376b = x0Var; this.a = basePendingResult; } @Override // b.i.a.f.e.h.d.a public final void a(Status status) { - this.f1375b.a.remove(this.a); + this.f1376b.a.remove(this.a); } } 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 e72cf95ccd..c7c9912a93 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 @@ -54,11 +54,11 @@ public abstract class b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f1377s; + public final String f1378s; @Nullable /* renamed from: b reason: collision with root package name */ - public volatile String f1376b = null; + public volatile String f1377b = null; public final Object h = new Object(); public final Object i = new Object(); public final ArrayList> m = new ArrayList<>(); @@ -129,7 +129,7 @@ public abstract class b { this.r = i; this.p = aVar; this.q = bVar; - this.f1377s = str; + this.f1378s = str; } public static /* synthetic */ void C(b bVar, int i) { @@ -205,7 +205,7 @@ public abstract class b { @RecentlyNonNull public final String B() { - String str = this.f1377s; + String str = this.f1378s; return str == null ? this.d.getClass().getName() : str; } @@ -300,7 +300,7 @@ public abstract class b { } } getServiceRequest.r = a; - getServiceRequest.f2987s = t(); + getServiceRequest.f2998s = t(); try { synchronized (this.i) { i iVar = this.j; @@ -332,7 +332,7 @@ public abstract class b { } public void c(@RecentlyNonNull String str) { - this.f1376b = str; + this.f1377b = str; h(); } @@ -382,7 +382,7 @@ public abstract class b { public void i(@RecentlyNonNull e eVar) { x xVar = (x) eVar; - g.this.f1357x.post(new w(xVar)); + g.this.f1358x.post(new w(xVar)); } public boolean j() { @@ -412,7 +412,7 @@ public abstract class b { @RecentlyNullable public String n() { - return this.f1376b; + return this.f1377b; } public boolean o() { diff --git a/app/src/main/java/b/i/a/f/e/k/c.java b/app/src/main/java/b/i/a/f/e/k/c.java index 3ddb1a501b..52476dfabe 100644 --- a/app/src/main/java/b/i/a/f/e/k/c.java +++ b/app/src/main/java/b/i/a/f/e/k/c.java @@ -15,7 +15,7 @@ public final class c { public final Account a; /* renamed from: b reason: collision with root package name */ - public final Set f1378b; + public final Set f1379b; public final Set c; public final Map, b> d; public final String e; @@ -29,12 +29,12 @@ public final class c { public Account a; /* renamed from: b reason: collision with root package name */ - public ArraySet f1379b; + public ArraySet f1380b; public String c; public String d; public final c a() { - return new c(this.a, this.f1379b, null, 0, null, this.c, this.d, b.i.a.f.l.a.j); + return new c(this.a, this.f1380b, null, 0, null, this.c, this.d, b.i.a.f.l.a.j); } } @@ -46,7 +46,7 @@ public final class c { public c(Account account, Set set, Map map, int i, View view, String str, String str2, b.i.a.f.l.a aVar) { this.a = account; Set emptySet = set == null ? Collections.emptySet() : Collections.unmodifiableSet(set); - this.f1378b = emptySet; + this.f1379b = emptySet; Map, b> emptyMap = Collections.emptyMap(); this.d = emptyMap; this.e = str; diff --git a/app/src/main/java/b/i/a/f/e/k/d.java b/app/src/main/java/b/i/a/f/e/k/d.java index f9e39b37a4..d35cc0a250 100644 --- a/app/src/main/java/b/i/a/f/e/k/d.java +++ b/app/src/main/java/b/i/a/f/e/k/d.java @@ -19,14 +19,14 @@ import java.util.Set; public abstract class d extends b implements a.f { /* renamed from: x reason: collision with root package name */ - public final c f1380x; + public final c f1381x; /* renamed from: y reason: collision with root package name */ - public final Set f1381y; + public final Set f1382y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1382z; + public final Account f1383z; /* JADX WARN: Illegal instructions before constructor call */ /* @@ -39,31 +39,31 @@ public abstract class d extends b implements a.f { GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1380x = cVar; - this.f1382z = cVar.a; + this.f1381x = cVar; + this.f1383z = cVar.a; Set set = cVar.c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1381y = set; + this.f1382y = set; } @Override // b.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1381y : Collections.emptySet(); + return o() ? this.f1382y : Collections.emptySet(); } @Override // b.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1382z; + return this.f1383z; } @Override // b.i.a.f.e.k.b public final Set v() { - return this.f1381y; + return this.f1382y; } } diff --git a/app/src/main/java/b/i/a/f/e/k/e.java b/app/src/main/java/b/i/a/f/e/k/e.java index b77f354575..137effa6d7 100644 --- a/app/src/main/java/b/i/a/f/e/k/e.java +++ b/app/src/main/java/b/i/a/f/e/k/e.java @@ -10,16 +10,16 @@ public abstract class e { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static e f1383b; + public static e f1384b; @RecentlyNonNull public static e a(@RecentlyNonNull Context context) { synchronized (a) { - if (f1383b == null) { - f1383b = new t0(context.getApplicationContext()); + if (f1384b == null) { + f1384b = new t0(context.getApplicationContext()); } } - return f1383b; + return f1384b; } public final void b(@RecentlyNonNull String str, @RecentlyNonNull String str2, int i, @RecentlyNonNull ServiceConnection serviceConnection, @RecentlyNonNull String str3, boolean z2) { diff --git a/app/src/main/java/b/i/a/f/e/k/f0.java b/app/src/main/java/b/i/a/f/e/k/f0.java index ef945e3d7c..ed31ac9667 100644 --- a/app/src/main/java/b/i/a/f/e/k/f0.java +++ b/app/src/main/java/b/i/a/f/e/k/f0.java @@ -12,7 +12,7 @@ public final class f0 { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static boolean f1384b; + public static boolean f1385b; @Nullable public static String c; public static int d; @@ -20,8 +20,8 @@ public final class f0 { public static void a(Context context) { Bundle bundle; synchronized (a) { - if (!f1384b) { - f1384b = true; + if (!f1385b) { + f1385b = true; try { bundle = b.a(context).a(context.getPackageName(), 128).metaData; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/b/i/a/f/e/k/h0.java b/app/src/main/java/b/i/a/f/e/k/h0.java index 4d8122a7a6..04632edf18 100644 --- a/app/src/main/java/b/i/a/f/e/k/h0.java +++ b/app/src/main/java/b/i/a/f/e/k/h0.java @@ -97,7 +97,7 @@ public final class h0 extends d { i0 i0Var3 = (i0) message.obj; synchronized (i0Var3) { tlistener = i0Var3.a; - if (i0Var3.f1385b) { + if (i0Var3.f1386b) { String valueOf = String.valueOf(i0Var3); StringBuilder sb = new StringBuilder(valueOf.length() + 47); sb.append("Callback proxy "); @@ -114,7 +114,7 @@ public final class h0 extends d { } } synchronized (i0Var3) { - i0Var3.f1385b = true; + i0Var3.f1386b = true; } i0Var3.c(); } else { diff --git a/app/src/main/java/b/i/a/f/e/k/i0.java b/app/src/main/java/b/i/a/f/e/k/i0.java index eb9993e467..f4473a53c0 100644 --- a/app/src/main/java/b/i/a/f/e/k/i0.java +++ b/app/src/main/java/b/i/a/f/e/k/i0.java @@ -8,7 +8,7 @@ public abstract class i0 { public TListener a; /* renamed from: b reason: collision with root package name */ - public boolean f1385b = false; + public boolean f1386b = false; public final /* synthetic */ b c; public i0(b bVar, TListener tlistener) { diff --git a/app/src/main/java/b/i/a/f/e/k/j.java b/app/src/main/java/b/i/a/f/e/k/j.java index 6dae58eeca..b2dcbd5603 100644 --- a/app/src/main/java/b/i/a/f/e/k/j.java +++ b/app/src/main/java/b/i/a/f/e/k/j.java @@ -11,11 +11,11 @@ public final class j { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final Object f1386b; + public final Object f1387b; public j(Object obj) { Objects.requireNonNull(obj, "null reference"); - this.f1386b = obj; + this.f1387b = obj; } @RecentlyNonNull @@ -33,7 +33,7 @@ public final class j { @RecentlyNonNull public String toString() { StringBuilder sb = new StringBuilder(100); - sb.append(this.f1386b.getClass().getSimpleName()); + sb.append(this.f1387b.getClass().getSimpleName()); sb.append('{'); int size = this.a.size(); for (int i = 0; i < size; i++) { diff --git a/app/src/main/java/b/i/a/f/e/k/j0.java b/app/src/main/java/b/i/a/f/e/k/j0.java index 9baa6d9f48..5bdb31909d 100644 --- a/app/src/main/java/b/i/a/f/e/k/j0.java +++ b/app/src/main/java/b/i/a/f/e/k/j0.java @@ -14,18 +14,18 @@ public final class j0 extends a0 { public b a; /* renamed from: b reason: collision with root package name */ - public final int f1387b; + public final int f1388b; public j0(@NonNull b bVar, int i) { this.a = bVar; - this.f1387b = i; + this.f1388b = i; } @BinderThread public final void g(int i, @NonNull IBinder iBinder, @Nullable Bundle bundle) { d.z(this.a, "onPostInitComplete can be called only once per call to getRemoteService"); b bVar = this.a; - int i2 = this.f1387b; + int i2 = this.f1388b; Handler handler = bVar.g; handler.sendMessage(handler.obtainMessage(1, i2, -1, new l0(bVar, i, iBinder, bundle))); this.a = null; diff --git a/app/src/main/java/b/i/a/f/e/k/l.java b/app/src/main/java/b/i/a/f/e/k/l.java index d8e133f586..431e374e84 100644 --- a/app/src/main/java/b/i/a/f/e/k/l.java +++ b/app/src/main/java/b/i/a/f/e/k/l.java @@ -21,7 +21,7 @@ public final class l { @Nullable /* renamed from: b reason: collision with root package name */ - public static Locale f1388b; + public static Locale f1389b; @Nullable public static String a(Context context, int i) { @@ -84,9 +84,9 @@ public final class l { SimpleArrayMap simpleArrayMap = a; synchronized (simpleArrayMap) { Locale locale = ConfigurationCompat.getLocales(context.getResources().getConfiguration()).get(0); - if (!locale.equals(f1388b)) { + if (!locale.equals(f1389b)) { simpleArrayMap.clear(); - f1388b = locale; + f1389b = locale; } String str2 = simpleArrayMap.get(str); if (str2 != null) { 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 e899117665..059961c5e4 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.f2987s, i, false); + d.v2(parcel, 11, getServiceRequest.f2998s, 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/k/q0.java b/app/src/main/java/b/i/a/f/e/k/q0.java index b721185669..5eafbfe85f 100644 --- a/app/src/main/java/b/i/a/f/e/k/q0.java +++ b/app/src/main/java/b/i/a/f/e/k/q0.java @@ -12,7 +12,7 @@ public final class q0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final String f1389b; + public final String f1390b; @Nullable public final String c; public final int d; @@ -20,7 +20,7 @@ public final class q0 { public q0(String str, String str2, int i, boolean z2) { d.w(str); - this.f1389b = str; + this.f1390b = str; d.w(str2); this.c = str2; this.d = i; @@ -35,15 +35,15 @@ public final class q0 { return false; } q0 q0Var = (q0) obj; - return d.h0(this.f1389b, q0Var.f1389b) && d.h0(this.c, q0Var.c) && d.h0(null, null) && this.d == q0Var.d && this.e == q0Var.e; + return d.h0(this.f1390b, q0Var.f1390b) && d.h0(this.c, q0Var.c) && d.h0(null, null) && this.d == q0Var.d && this.e == q0Var.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1389b, this.c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.f1390b, this.c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); } public final String toString() { - String str = this.f1389b; + String str = this.f1390b; if (str != null) { return str; } diff --git a/app/src/main/java/b/i/a/f/e/k/r.java b/app/src/main/java/b/i/a/f/e/k/r.java index f2262da339..cb9bfab04f 100644 --- a/app/src/main/java/b/i/a/f/e/k/r.java +++ b/app/src/main/java/b/i/a/f/e/k/r.java @@ -12,11 +12,11 @@ public final class r { public final SparseIntArray a = new SparseIntArray(); /* renamed from: b reason: collision with root package name */ - public c f1390b; + public c f1391b; public r(@NonNull c cVar) { Objects.requireNonNull(cVar, "null reference"); - this.f1390b = cVar; + this.f1391b = cVar; } public final int a(@NonNull Context context, @NonNull a.f fVar) { @@ -44,7 +44,7 @@ public final class r { i3++; } if (i == -1) { - i = this.f1390b.b(context, l); + i = this.f1391b.b(context, l); } this.a.put(l, i); return i; diff --git a/app/src/main/java/b/i/a/f/e/k/r0.java b/app/src/main/java/b/i/a/f/e/k/r0.java index c889dfc052..13baca5da1 100644 --- a/app/src/main/java/b/i/a/f/e/k/r0.java +++ b/app/src/main/java/b/i/a/f/e/k/r0.java @@ -43,10 +43,10 @@ public final class r0 implements ServiceConnection { Context context = t0Var.d; q0 q0Var = this.n; Intent intent = null; - if (q0Var.f1389b != null) { + if (q0Var.f1390b != null) { if (q0Var.e) { Bundle bundle2 = new Bundle(); - bundle2.putString("serviceActionBundleKey", q0Var.f1389b); + bundle2.putString("serviceActionBundleKey", q0Var.f1390b); try { bundle = context.getContentResolver().call(q0.a, "serviceIntentCall", (String) null, bundle2); } catch (IllegalArgumentException e) { @@ -61,12 +61,12 @@ public final class r0 implements ServiceConnection { intent = (Intent) bundle.getParcelable("serviceResponseIntentKey"); } if (intent == null) { - String valueOf2 = String.valueOf(q0Var.f1389b); + String valueOf2 = String.valueOf(q0Var.f1390b); Log.w("ConnectionStatusConfig", valueOf2.length() != 0 ? "Dynamic lookup for intent failed for action: ".concat(valueOf2) : new String("Dynamic lookup for intent failed for action: ")); } } if (intent == null) { - intent = new Intent(q0Var.f1389b).setPackage(q0Var.c); + intent = new Intent(q0Var.f1390b).setPackage(q0Var.c); d = aVar.d(context, str, intent, this, this.n.d, true); this.l = d; if (!d) { diff --git a/app/src/main/java/b/i/a/f/e/k/s.java b/app/src/main/java/b/i/a/f/e/k/s.java index e3a15c9543..cfcd0638f8 100644 --- a/app/src/main/java/b/i/a/f/e/k/s.java +++ b/app/src/main/java/b/i/a/f/e/k/s.java @@ -14,12 +14,12 @@ public final class s implements d.a { public final /* synthetic */ d a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ TaskCompletionSource f1391b; + public final /* synthetic */ TaskCompletionSource f1392b; public final /* synthetic */ k.a c; public s(d dVar, TaskCompletionSource taskCompletionSource, k.a aVar, k.b bVar) { this.a = dVar; - this.f1391b = taskCompletionSource; + this.f1392b = taskCompletionSource; this.c = aVar; } @@ -41,11 +41,11 @@ public final class s implements d.a { } b.c.a.a0.d.G(basePendingResult.f(), "Result is not ready."); h j = basePendingResult.j(); - TaskCompletionSource taskCompletionSource = this.f1391b; + TaskCompletionSource taskCompletionSource = this.f1392b; taskCompletionSource.a.s(this.c.a(j)); return; } - TaskCompletionSource taskCompletionSource2 = this.f1391b; + TaskCompletionSource taskCompletionSource2 = this.f1392b; taskCompletionSource2.a.t(b.c.a.a0.d.l0(status)); } } diff --git a/app/src/main/java/b/i/a/f/e/k/y0.java b/app/src/main/java/b/i/a/f/e/k/y0.java index 4ce80fb7a3..a114cf119e 100644 --- a/app/src/main/java/b/i/a/f/e/k/y0.java +++ b/app/src/main/java/b/i/a/f/e/k/y0.java @@ -24,7 +24,7 @@ public abstract class y0 extends b implements z0 { } else if (i != 2) { return false; } else { - int i3 = ((x) this).f1399b; + int i3 = ((x) this).f1400b; parcel2.writeNoException(); parcel2.writeInt(i3); } diff --git a/app/src/main/java/b/i/a/f/e/l/a.java b/app/src/main/java/b/i/a/f/e/l/a.java index b081cf2a15..3d510748be 100644 --- a/app/src/main/java/b/i/a/f/e/l/a.java +++ b/app/src/main/java/b/i/a/f/e/l/a.java @@ -11,7 +11,7 @@ public class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1392b; + public final String f1393b; public final int c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { @@ -29,7 +29,7 @@ public class a { O.append("] "); str2 = O.toString(); } - this.f1392b = str2; + this.f1393b = str2; this.a = str; new f(str); int i = 2; @@ -45,7 +45,7 @@ public class a { if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); } - Log.d(str2, this.f1392b.concat(str)); + Log.d(str2, this.f1393b.concat(str)); } } @@ -54,6 +54,6 @@ public class a { if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); } - Log.e(str2, this.f1392b.concat(str)); + Log.e(str2, this.f1393b.concat(str)); } } diff --git a/app/src/main/java/b/i/a/f/e/n/a.java b/app/src/main/java/b/i/a/f/e/n/a.java index eab89b9b18..af657bfa7f 100644 --- a/app/src/main/java/b/i/a/f/e/n/a.java +++ b/app/src/main/java/b/i/a/f/e/n/a.java @@ -19,20 +19,20 @@ public class a { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static volatile a f1393b; + public static volatile a f1394b; @RecentlyNonNull public ConcurrentHashMap c = new ConcurrentHashMap<>(); @RecentlyNonNull public static a b() { - if (f1393b == null) { + if (f1394b == null) { synchronized (a) { - if (f1393b == null) { - f1393b = new a(); + if (f1394b == null) { + f1394b = new a(); } } } - a aVar = f1393b; + a aVar = f1394b; Objects.requireNonNull(aVar, "null reference"); return aVar; } diff --git a/app/src/main/java/b/i/a/f/e/o/d.java b/app/src/main/java/b/i/a/f/e/o/d.java index 2b7bb990c9..2f3a5f58e9 100644 --- a/app/src/main/java/b/i/a/f/e/o/d.java +++ b/app/src/main/java/b/i/a/f/e/o/d.java @@ -7,7 +7,7 @@ public class d { public static final char[] a = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; /* renamed from: b reason: collision with root package name */ - public static final char[] f1394b = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; + public static final char[] f1395b = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; @RecentlyNonNull public static String a(@RecentlyNonNull byte[] bArr, boolean z2) { 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 51a99b5d6f..e31b8c1bb4 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 @@ -194,7 +194,7 @@ public final class f { @Nullable /* renamed from: b reason: collision with root package name */ - public static Boolean f1395b; + public static Boolean f1396b; public static ga c; /* compiled from: SizeSelectors.java */ @@ -451,7 +451,7 @@ public final class f { } else { obj = i1.a(i0Var.M()); if (obj instanceof w) { - throw ((w) obj).f3829b; + throw ((w) obj).f3840b; } } } @@ -485,7 +485,7 @@ public final class f { if (!b.i.a.f.e.f.d(packageInfo, true)) { return false; } - if (!b.i.a.f.e.e.a(a2.f1346b)) { + if (!b.i.a.f.e.e.a(a2.f1347b)) { Log.w("GoogleSignatureVerifier", "Test-keys aren't accepted on this build."); return false; } @@ -515,22 +515,22 @@ public final class f { synchronized (f.class) { Context applicationContext = context.getApplicationContext(); Context context2 = a; - if (!(context2 == null || (bool = f1395b) == null || context2 != applicationContext)) { + if (!(context2 == null || (bool = f1396b) == null || context2 != applicationContext)) { return bool.booleanValue(); } - f1395b = null; + f1396b = null; if (A0()) { - f1395b = Boolean.valueOf(applicationContext.getPackageManager().isInstantApp()); + f1396b = Boolean.valueOf(applicationContext.getPackageManager().isInstantApp()); } else { try { context.getClassLoader().loadClass("com.google.android.instantapps.supervisor.InstantAppsRuntime"); - f1395b = Boolean.TRUE; + f1396b = Boolean.TRUE; } catch (ClassNotFoundException unused) { - f1395b = Boolean.FALSE; + f1396b = Boolean.FALSE; } } a = applicationContext; - return f1395b.booleanValue(); + return f1396b.booleanValue(); } } @@ -709,7 +709,7 @@ public final class f { int i4 = i & 7; if (i4 == 0) { int n2 = n2(bArr, i2, s3Var); - c7Var.a(i, Long.valueOf(s3Var.f1491b)); + c7Var.a(i, Long.valueOf(s3Var.f1492b)); return n2; } else if (i4 == 1) { c7Var.a(i, Long.valueOf(o2(bArr, i2))); @@ -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).f3829b)); + return k.m72constructorimpl(l.createFailure(((w) obj).f3840b)); } 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.f3593b; + Logger logger = f0.e0.f.d.f3604b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); sb.append(' '); @@ -2068,7 +2068,7 @@ public final class f { } c7 c7Var = ((u4) c6Var).zzb; if (c7Var != null) { - for (int i2 = 0; i2 < c7Var.f1436b; i2++) { + for (int i2 = 0; i2 < c7Var.f1437b; i2++) { h2(sb, i, String.valueOf(c7Var.c[i2] >>> 3), c7Var.d[i2]); } } @@ -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.f3823b)) { + if (!(obj == d0.w.h.c.getCOROUTINE_SUSPENDED() || (R = rVar.R(obj)) == i1.f3834b)) { if (!(R instanceof w)) { return i1.a(R); } - throw ((w) R).f3829b; + throw ((w) R).f3840b; } 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.f3819b[d0.w.i.a.b.boxInt(i3).intValue()]; + f0 f0Var = dVar.f3830b[d0.w.i.a.b.boxInt(i3).intValue()]; f0Var.start(); d.a aVar = new d.a(lVar, f0Var); aVar.n = f0Var.u(aVar); @@ -2695,7 +2695,7 @@ public final class f { int i2 = i + 1; long j = bArr[i]; if (j >= 0) { - s3Var.f1491b = j; + s3Var.f1492b = j; return i2; } int i3 = i2 + 1; @@ -2708,7 +2708,7 @@ public final class f { j2 |= (b2 & Byte.MAX_VALUE) << i4; b3 = bArr[i3]; } - s3Var.f1491b = j2; + s3Var.f1492b = j2; return i3; } @@ -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.f3809b; + gVar._reusableCancellableContinuation = s.a.a.h.f3820b; lVar = null; break; } else if (obj instanceof s.a.l) { - if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3809b)) { + if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3820b)) { lVar = (s.a.l) obj; break; } @@ -2873,7 +2873,7 @@ public final class f { } public static void p2(Task task, b.i.a.f.n.i iVar) { - Executor executor = b.i.a.f.n.g.f1591b; + Executor executor = b.i.a.f.n.g.f1592b; task.g(executor, iVar); task.e(executor, iVar); task.a(executor, iVar); diff --git a/app/src/main/java/b/i/a/f/e/o/g.java b/app/src/main/java/b/i/a/f/e/o/g.java index 391ba21a04..12abb99695 100644 --- a/app/src/main/java/b/i/a/f/e/o/g.java +++ b/app/src/main/java/b/i/a/f/e/o/g.java @@ -13,17 +13,17 @@ public class g { public static String a; /* renamed from: b reason: collision with root package name */ - public static int f1396b; + public static int f1397b; @RecentlyNullable public static String a() { BufferedReader bufferedReader; Throwable th; if (a == null) { - if (f1396b == 0) { - f1396b = Process.myPid(); + if (f1397b == 0) { + f1397b = Process.myPid(); } - int i = f1396b; + int i = f1397b; String str = null; str = null; str = null; diff --git a/app/src/main/java/b/i/a/f/e/o/i.java b/app/src/main/java/b/i/a/f/e/o/i.java index 0de84805ba..53b0ff3dd8 100644 --- a/app/src/main/java/b/i/a/f/e/o/i.java +++ b/app/src/main/java/b/i/a/f/e/o/i.java @@ -17,7 +17,7 @@ public class i { @Nullable /* renamed from: b reason: collision with root package name */ - public static final Method f1397b; + public static final Method f1398b; @Nullable public static final Method c; @Nullable @@ -40,7 +40,7 @@ public class i { } catch (Exception unused2) { method2 = null; } - f1397b = method2; + f1398b = method2; try { method3 = WorkSource.class.getMethod("size", new Class[0]); } catch (Exception unused3) { diff --git a/app/src/main/java/b/i/a/f/e/p/b.java b/app/src/main/java/b/i/a/f/e/p/b.java index 9833c41e00..0d5a981753 100644 --- a/app/src/main/java/b/i/a/f/e/p/b.java +++ b/app/src/main/java/b/i/a/f/e/p/b.java @@ -10,20 +10,20 @@ public class b { @Nullable /* renamed from: b reason: collision with root package name */ - public a f1398b = null; + public a f1399b = null; @RecentlyNonNull public static a a(@RecentlyNonNull Context context) { a aVar; b bVar = a; synchronized (bVar) { - if (bVar.f1398b == null) { + if (bVar.f1399b == null) { if (context.getApplicationContext() != null) { context = context.getApplicationContext(); } - bVar.f1398b = new a(context); + bVar.f1399b = new a(context); } - aVar = bVar.f1398b; + aVar = bVar.f1399b; } return aVar; } diff --git a/app/src/main/java/b/i/a/f/e/s.java b/app/src/main/java/b/i/a/f/e/s.java index 653ca6ad44..68a763c77e 100644 --- a/app/src/main/java/b/i/a/f/e/s.java +++ b/app/src/main/java/b/i/a/f/e/s.java @@ -25,7 +25,7 @@ public final /* synthetic */ class s implements Callable { String str = this.k; x xVar = this.l; Object[] objArr = new Object[5]; - objArr[0] = true != (!z2 && b0.b(str, xVar, true, false).f1347b) ? "not allowed" : "debug cert rejected"; + objArr[0] = true != (!z2 && b0.b(str, xVar, true, false).f1348b) ? "not allowed" : "debug cert rejected"; objArr[1] = str; MessageDigest a = a.a(Constants.SHA1); Objects.requireNonNull(a, "null reference"); @@ -36,7 +36,7 @@ public final /* synthetic */ class s implements Callable { for (byte b2 : digest) { int i2 = b2 & 255; int i3 = i + 1; - char[] cArr2 = d.f1394b; + char[] cArr2 = d.f1395b; cArr[i] = cArr2[i2 >>> 4]; i = i3 + 1; cArr[i3] = cArr2[i2 & 15]; diff --git a/app/src/main/java/b/i/a/f/e/x.java b/app/src/main/java/b/i/a/f/e/x.java index f3811e07bd..9ce5671be0 100644 --- a/app/src/main/java/b/i/a/f/e/x.java +++ b/app/src/main/java/b/i/a/f/e/x.java @@ -15,11 +15,11 @@ import java.util.Arrays; public abstract class x extends y0 { /* renamed from: b reason: collision with root package name */ - public final int f1399b; + public final int f1400b; public x(byte[] bArr) { d.l(bArr.length == 25); - this.f1399b = Arrays.hashCode(bArr); + this.f1400b = Arrays.hashCode(bArr); } public static byte[] i(String str) { @@ -37,7 +37,7 @@ public abstract class x extends y0 { @Override // b.i.a.f.e.k.z0 public final int e() { - return this.f1399b; + return this.f1400b; } public final boolean equals(@Nullable Object obj) { @@ -45,7 +45,7 @@ public abstract class x extends y0 { if (obj != null && (obj instanceof z0)) { try { z0 z0Var = (z0) obj; - if (z0Var.e() == this.f1399b && (d = z0Var.d()) != null) { + if (z0Var.e() == this.f1400b && (d = z0Var.d()) != null) { return Arrays.equals(g(), (byte[]) b.i(d)); } return false; @@ -59,6 +59,6 @@ public abstract class x extends y0 { public abstract byte[] g(); public final int hashCode() { - return this.f1399b; + return this.f1400b; } } diff --git a/app/src/main/java/b/i/a/f/g/d.java b/app/src/main/java/b/i/a/f/g/d.java index f126c6fc39..86b0968e53 100644 --- a/app/src/main/java/b/i/a/f/g/d.java +++ b/app/src/main/java/b/i/a/f/g/d.java @@ -14,7 +14,7 @@ public final class d implements DynamiteModule.a { jVar.c = -1; } else { int a = iVar.a(context, str, true); - jVar.f1400b = a; + jVar.f1401b = a; if (a != 0) { jVar.c = 1; } diff --git a/app/src/main/java/b/i/a/f/g/e.java b/app/src/main/java/b/i/a/f/g/e.java index 6d1e886560..fcd977bef7 100644 --- a/app/src/main/java/b/i/a/f/g/e.java +++ b/app/src/main/java/b/i/a/f/g/e.java @@ -14,10 +14,10 @@ public final class e implements DynamiteModule.a { int i2 = 0; if (b2 != 0) { i = iVar.a(context, str, false); - jVar.f1400b = i; + jVar.f1401b = i; } else { i = iVar.a(context, str, true); - jVar.f1400b = i; + jVar.f1401b = i; } int i3 = jVar.a; if (i3 != 0) { diff --git a/app/src/main/java/b/i/a/f/g/f.java b/app/src/main/java/b/i/a/f/g/f.java index 78bbb8b603..a1cd6437d0 100644 --- a/app/src/main/java/b/i/a/f/g/f.java +++ b/app/src/main/java/b/i/a/f/g/f.java @@ -10,7 +10,7 @@ public final class f implements DynamiteModule.a { j jVar = new j(); jVar.a = iVar.b(context, str); int a = iVar.a(context, str, true); - jVar.f1400b = a; + jVar.f1401b = a; int i = jVar.a; if (i == 0) { if (a == 0) { diff --git a/app/src/main/java/b/i/a/f/g/j.java b/app/src/main/java/b/i/a/f/g/j.java index d6117f788a..18f24c90b8 100644 --- a/app/src/main/java/b/i/a/f/g/j.java +++ b/app/src/main/java/b/i/a/f/g/j.java @@ -5,6 +5,6 @@ public final class j { public int a = 0; /* renamed from: b reason: collision with root package name */ - public int f1400b = 0; + public int f1401b = 0; public int c = 0; } diff --git a/app/src/main/java/b/i/a/f/h/a/d.java b/app/src/main/java/b/i/a/f/h/a/d.java index f5c5ae4e24..85c8da9a04 100644 --- a/app/src/main/java/b/i/a/f/h/a/d.java +++ b/app/src/main/java/b/i/a/f/h/a/d.java @@ -9,7 +9,7 @@ public final class d implements b, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1401b = "com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"; + public final String f1402b = "com.google.android.gms.ads.identifier.internal.IAdvertisingIdService"; public d(IBinder iBinder) { this.a = iBinder; @@ -18,7 +18,7 @@ public final class d implements b, IInterface { @Override // b.i.a.f.h.a.b public final boolean D(boolean z2) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1401b); + obtain.writeInterfaceToken(this.f1402b); int i = a.a; boolean z3 = true; obtain.writeInt(1); @@ -51,7 +51,7 @@ public final class d implements b, IInterface { @Override // b.i.a.f.h.a.b public final String getId() throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1401b); + obtain.writeInterfaceToken(this.f1402b); Parcel c = c(1, obtain); String readString = c.readString(); c.recycle(); diff --git a/app/src/main/java/b/i/a/f/h/b/b.java b/app/src/main/java/b/i/a/f/h/b/b.java index f858e84dd2..ee6db95a84 100644 --- a/app/src/main/java/b/i/a/f/h/b/b.java +++ b/app/src/main/java/b/i/a/f/h/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final Feature a; /* renamed from: b reason: collision with root package name */ - public static final Feature f1402b; + public static final Feature f1403b; public static final Feature c; public static final Feature[] d; @@ -15,7 +15,7 @@ public final class b { Feature feature = new Feature("sms_code_autofill", 2L); a = feature; Feature feature2 = new Feature("sms_retrieve", 1L); - f1402b = feature2; + f1403b = feature2; Feature feature3 = new Feature("user_consent", 3L); c = feature3; d = new Feature[]{feature, feature2, feature3}; diff --git a/app/src/main/java/b/i/a/f/h/b/d.java b/app/src/main/java/b/i/a/f/h/b/d.java index 58d4c36aef..30f41b16fa 100644 --- a/app/src/main/java/b/i/a/f/h/b/d.java +++ b/app/src/main/java/b/i/a/f/h/b/d.java @@ -10,7 +10,7 @@ public final class d implements e, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1403b = "com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService"; + public final String f1404b = "com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService"; public d(IBinder iBinder) { this.a = iBinder; @@ -19,7 +19,7 @@ public final class d implements e, IInterface { @Override // b.i.a.f.h.b.e public final void Y(g gVar) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1403b); + obtain.writeInterfaceToken(this.f1404b); int i = c.a; obtain.writeStrongBinder((a) gVar); Parcel obtain2 = Parcel.obtain(); diff --git a/app/src/main/java/b/i/a/f/h/c/c.java b/app/src/main/java/b/i/a/f/h/c/c.java index e96abca0c4..b2321f32f2 100644 --- a/app/src/main/java/b/i/a/f/h/c/c.java +++ b/app/src/main/java/b/i/a/f/h/c/c.java @@ -10,11 +10,11 @@ public class c implements IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1404b; + public final String f1405b; public c(IBinder iBinder, String str) { this.a = iBinder; - this.f1404b = str; + this.f1405b = str; } @Override // android.os.IInterface @@ -24,7 +24,7 @@ public class c implements IInterface { public final Parcel c() { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1404b); + obtain.writeInterfaceToken(this.f1405b); return obtain; } diff --git a/app/src/main/java/b/i/a/f/h/d/a.java b/app/src/main/java/b/i/a/f/h/d/a.java index 992a332bc8..a4b9ef7e9e 100644 --- a/app/src/main/java/b/i/a/f/h/d/a.java +++ b/app/src/main/java/b/i/a/f/h/d/a.java @@ -31,13 +31,13 @@ public final class a extends d { @Override // b.i.a.f.e.k.b, b.i.a.f.e.h.a.f public final boolean o() { - b.i.a.f.e.k.c cVar = this.f1380x; + b.i.a.f.e.k.c cVar = this.f1381x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } if (cVar.d.get(b.c) == null) { - return !cVar.f1378b.isEmpty(); + return !cVar.f1379b.isEmpty(); } throw null; } diff --git a/app/src/main/java/b/i/a/f/h/g/a.java b/app/src/main/java/b/i/a/f/h/g/a.java index a00ce442af..92766d8277 100644 --- a/app/src/main/java/b/i/a/f/h/g/a.java +++ b/app/src/main/java/b/i/a/f/h/g/a.java @@ -10,11 +10,11 @@ public class a implements IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1405b; + public final String f1406b; public a(IBinder iBinder, String str) { this.a = iBinder; - this.f1405b = str; + this.f1406b = str; } @Override // android.os.IInterface @@ -37,7 +37,7 @@ public class a implements IInterface { public final Parcel g() { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1405b); + obtain.writeInterfaceToken(this.f1406b); return obtain; } } diff --git a/app/src/main/java/b/i/a/f/h/h/a.java b/app/src/main/java/b/i/a/f/h/h/a.java index 091e87420b..be5c09b031 100644 --- a/app/src/main/java/b/i/a/f/h/h/a.java +++ b/app/src/main/java/b/i/a/f/h/h/a.java @@ -49,9 +49,9 @@ public class a extends Binder implements IInterface { bundle = new Bundle(); } Bundle bundle2 = bundle.getBundle("scionData"); - if (!(bundle2 == null || bundle2.keySet() == null || gVar.f1757b == null)) { + if (!(bundle2 == null || bundle2.keySet() == null || gVar.f1758b == null)) { for (String str : bundle2.keySet()) { - gVar.f1757b.a("fdl", str, bundle2.getBundle(str)); + gVar.f1758b.a("fdl", str, bundle2.getBundle(str)); } } } diff --git a/app/src/main/java/b/i/a/f/h/i/f.java b/app/src/main/java/b/i/a/f/h/i/f.java index cdccea270d..dc1e626fc3 100644 --- a/app/src/main/java/b/i/a/f/h/i/f.java +++ b/app/src/main/java/b/i/a/f/h/i/f.java @@ -9,5 +9,5 @@ public final class f { public final ConcurrentHashMap> a = new ConcurrentHashMap<>(16, 0.75f, 10); /* renamed from: b reason: collision with root package name */ - public final ReferenceQueue f1406b = new ReferenceQueue<>(); + public final ReferenceQueue f1407b = new ReferenceQueue<>(); } diff --git a/app/src/main/java/b/i/a/f/h/i/h.java b/app/src/main/java/b/i/a/f/h/i/h.java index 45b561754f..4bdb74ad8e 100644 --- a/app/src/main/java/b/i/a/f/h/i/h.java +++ b/app/src/main/java/b/i/a/f/h/i/h.java @@ -15,11 +15,11 @@ public final class h extends g { if (th2 != th) { Objects.requireNonNull(th2, "The suppressed exception cannot be null."); f fVar = this.a; - for (Reference poll = fVar.f1406b.poll(); poll != null; poll = fVar.f1406b.poll()) { + for (Reference poll = fVar.f1407b.poll(); poll != null; poll = fVar.f1407b.poll()) { fVar.a.remove(poll); } List list = fVar.a.get(new i(th, null)); - if (list == null && (putIfAbsent = fVar.a.putIfAbsent(new i(th, fVar.f1406b), (list = new Vector<>(2)))) != null) { + if (list == null && (putIfAbsent = fVar.a.putIfAbsent(new i(th, fVar.f1407b), (list = new Vector<>(2)))) != null) { list = putIfAbsent; } list.add(th2); diff --git a/app/src/main/java/b/i/a/f/h/j/a0.java b/app/src/main/java/b/i/a/f/h/j/a0.java index fc25a5588c..45fac97452 100644 --- a/app/src/main/java/b/i/a/f/h/j/a0.java +++ b/app/src/main/java/b/i/a/f/h/j/a0.java @@ -8,13 +8,13 @@ public abstract class a0 { public static volatile Handler a; /* renamed from: b reason: collision with root package name */ - public final g f1407b; + public final g f1408b; public final Runnable c = new b0(this); public volatile long d; public a0(g gVar) { Objects.requireNonNull(gVar, "null reference"); - this.f1407b = gVar; + this.f1408b = gVar; } public final void a() { @@ -29,7 +29,7 @@ public abstract class a0 { } synchronized (a0.class) { if (a == null) { - a = new e1(this.f1407b.f1415b.getMainLooper()); + a = new e1(this.f1408b.f1416b.getMainLooper()); } handler = a; } @@ -45,10 +45,10 @@ public abstract class a0 { public final void e(long j) { a(); if (j >= 0) { - Objects.requireNonNull((c) this.f1407b.d); + Objects.requireNonNull((c) this.f1408b.d); this.d = System.currentTimeMillis(); if (!b().postDelayed(this.c, j)) { - this.f1407b.c().A("Failed to schedule delayed post. time", Long.valueOf(j)); + this.f1408b.c().A("Failed to schedule delayed post. time", Long.valueOf(j)); } } } diff --git a/app/src/main/java/b/i/a/f/h/j/a1.java b/app/src/main/java/b/i/a/f/h/j/a1.java index 7c70a416eb..ef7a1112c2 100644 --- a/app/src/main/java/b/i/a/f/h/j/a1.java +++ b/app/src/main/java/b/i/a/f/h/j/a1.java @@ -23,7 +23,7 @@ public final class a1 extends e { public final void L() { ApplicationInfo applicationInfo; int i; - Context context = this.j.f1415b; + Context context = this.j.f1416b; i0 i0Var = null; try { applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); @@ -51,7 +51,7 @@ public final class a1 extends e { this.m = str; d("XML config - app name", str); } - String str2 = i0Var.f1418b; + String str2 = i0Var.f1419b; if (str2 != null) { this.l = str2; d("XML config - app version", str2); diff --git a/app/src/main/java/b/i/a/f/h/j/b0.java b/app/src/main/java/b/i/a/f/h/j/b0.java index 9ce1d160dc..46d78e19d5 100644 --- a/app/src/main/java/b/i/a/f/h/j/b0.java +++ b/app/src/main/java/b/i/a/f/h/j/b0.java @@ -12,7 +12,7 @@ public final class b0 implements Runnable { @Override // java.lang.Runnable public final void run() { if (Looper.myLooper() == Looper.getMainLooper()) { - this.j.f1407b.d().a(this); + this.j.f1408b.d().a(this); return; } boolean d = this.j.d(); diff --git a/app/src/main/java/b/i/a/f/h/j/b1.java b/app/src/main/java/b/i/a/f/h/j/b1.java index 2574dc3652..9eb1b8b739 100644 --- a/app/src/main/java/b/i/a/f/h/j/b1.java +++ b/app/src/main/java/b/i/a/f/h/j/b1.java @@ -16,7 +16,7 @@ public final class b1 { @Nullable /* renamed from: b reason: collision with root package name */ - public static final Method f1408b; + public static final Method f1409b; public static volatile d1 c; /* JADX WARN: Removed duplicated region for block: B:19:0x003b A[EXC_TOP_SPLITTER, SYNTHETIC] */ @@ -41,14 +41,14 @@ public final class b1 { } } } - f1408b = method; + f1409b = method; c = c1.a; } declaredMethod = null; a = declaredMethod; if (Build.VERSION.SDK_INT >= 24) { } - f1408b = method; + f1409b = method; c = c1.a; } } diff --git a/app/src/main/java/b/i/a/f/h/j/c0.java b/app/src/main/java/b/i/a/f/h/j/c0.java index e326f8526a..fdfd91b0d1 100644 --- a/app/src/main/java/b/i/a/f/h/j/c0.java +++ b/app/src/main/java/b/i/a/f/h/j/c0.java @@ -14,7 +14,7 @@ import androidx.core.app.NotificationCompat; public final class c0 extends e { public boolean l; public boolean m; - public final AlarmManager n = (AlarmManager) this.j.f1415b.getSystemService(NotificationCompat.CATEGORY_ALARM); + public final AlarmManager n = (AlarmManager) this.j.f1416b.getSystemService(NotificationCompat.CATEGORY_ALARM); public Integer o; public c0(g gVar) { @@ -26,7 +26,7 @@ public final class c0 extends e { try { O(); if (z.b() > 0) { - Context context = this.j.f1415b; + Context context = this.j.f1416b; ActivityInfo receiverInfo = context.getPackageManager().getReceiverInfo(new ComponentName(context, "com.google.android.gms.analytics.AnalyticsReceiver"), 0); if (receiverInfo != null && receiverInfo.enabled) { C("Receiver registered for local dispatch."); @@ -43,20 +43,20 @@ public final class c0 extends e { if (Build.VERSION.SDK_INT >= 24) { int R = R(); b("Cancelling job. JobID", Integer.valueOf(R)); - ((JobScheduler) this.j.f1415b.getSystemService("jobscheduler")).cancel(R); + ((JobScheduler) this.j.f1416b.getSystemService("jobscheduler")).cancel(R); } } public final int R() { if (this.o == null) { - String valueOf = String.valueOf(this.j.f1415b.getPackageName()); + String valueOf = String.valueOf(this.j.f1416b.getPackageName()); this.o = Integer.valueOf((valueOf.length() != 0 ? "analytics".concat(valueOf) : new String("analytics")).hashCode()); } return this.o.intValue(); } public final PendingIntent S() { - Context context = this.j.f1415b; + Context context = this.j.f1416b; return PendingIntent.getBroadcast(context, 0, new Intent("com.google.android.gms.analytics.ANALYTICS_DISPATCH").setComponent(new ComponentName(context, "com.google.android.gms.analytics.AnalyticsReceiver")), 0); } } diff --git a/app/src/main/java/b/i/a/f/h/j/d.java b/app/src/main/java/b/i/a/f/h/j/d.java index b490dc13f9..f3ddcfea02 100644 --- a/app/src/main/java/b/i/a/f/h/j/d.java +++ b/app/src/main/java/b/i/a/f/h/j/d.java @@ -77,7 +77,7 @@ public class d { p0 p0Var = null; m0 m0Var = gVar != null ? gVar.f : null; if (m0Var != null) { - String str2 = e0.f1409b.a; + String str2 = e0.f1410b.a; if (Log.isLoggable(str2, i)) { Log.println(i, str2, e(str, obj, obj2, obj3)); } @@ -115,7 +115,7 @@ public class d { } return; } - String str4 = e0.f1409b.a; + String str4 = e0.f1410b.a; if (Log.isLoggable(str4, i)) { Log.println(i, str4, e(str, obj, obj2, obj3)); } diff --git a/app/src/main/java/b/i/a/f/h/j/e0.java b/app/src/main/java/b/i/a/f/h/j/e0.java index 6ef859521f..28273b0b72 100644 --- a/app/src/main/java/b/i/a/f/h/j/e0.java +++ b/app/src/main/java/b/i/a/f/h/j/e0.java @@ -8,7 +8,7 @@ public final class e0 { public static f0 a = f0.d("analytics.service_client_enabled", true, true); /* renamed from: b reason: collision with root package name */ - public static f0 f1409b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); + public static f0 f1410b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); public static f0 c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); public static f0 d = f0.b("analytics.initial_local_dispatch_millis", 5000, 5000); public static f0 e = f0.b("analytics.dispatch_alarm_millis", 7200000, 7200000); @@ -27,20 +27,20 @@ public final class e0 { public static f0 r = f0.a("analytics.max_batch_post_length", 8192, 8192); /* renamed from: s reason: collision with root package name */ - public static f0 f1410s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + public static f0 f1411s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); public static f0 t = f0.a("analytics.batch_retry_interval.seconds.k", 3600, 3600); public static f0 u = f0.a("analytics.http_connection.connect_timeout_millis", 60000, 60000); public static f0 v = f0.a("analytics.http_connection.read_timeout_millis", 61000, 61000); public static f0 w = f0.d("analytics.test.disable_receiver", false, false); /* renamed from: x reason: collision with root package name */ - public static f0 f1411x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1412x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1412y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1413y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1413z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); + public static f0 f1414z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); public static f0 A = f0.b("analytics.monitoring.sample_period_millis", 86400000, 86400000); public static f0 B = f0.b("analytics.initialization_warning_threshold", 5000, 5000); public static f0 C = f0.d("analytics.gcm_task_service", false, false); diff --git a/app/src/main/java/b/i/a/f/h/j/f1.java b/app/src/main/java/b/i/a/f/h/j/f1.java index c3acbc1f9b..f4a1343866 100644 --- a/app/src/main/java/b/i/a/f/h/j/f1.java +++ b/app/src/main/java/b/i/a/f/h/j/f1.java @@ -7,14 +7,14 @@ public final class f1 extends e { public String a; /* renamed from: b reason: collision with root package name */ - public String f1414b; + public String f1415b; public String c; public String d; public final String toString() { HashMap hashMap = new HashMap(); hashMap.put("appName", this.a); - hashMap.put("appVersion", this.f1414b); + hashMap.put("appVersion", this.f1415b); hashMap.put("appId", this.c); hashMap.put("appInstallerId", this.d); return e.a(hashMap, 0); diff --git a/app/src/main/java/b/i/a/f/h/j/g.java b/app/src/main/java/b/i/a/f/h/j/g.java index d176a41180..02a587797d 100644 --- a/app/src/main/java/b/i/a/f/h/j/g.java +++ b/app/src/main/java/b/i/a/f/h/j/g.java @@ -17,7 +17,7 @@ public class g { public static volatile g a; /* renamed from: b reason: collision with root package name */ - public final Context f1415b; + public final Context f1416b; public final Context c; public final b d; public final z e = new z(this); @@ -31,9 +31,9 @@ public class g { public g(i iVar) { Context context = iVar.a; d.z(context, "Application context can't be null"); - Context context2 = iVar.f1417b; + Context context2 = iVar.f1418b; Objects.requireNonNull(context2, "null reference"); - this.f1415b = context; + this.f1416b = context; this.c = context2; c cVar = c.a; this.d = cVar; @@ -99,12 +99,12 @@ public class g { g gVar = new g(new i(context)); a = gVar; synchronized (b.i.a.f.b.b.class) { - List list = b.i.a.f.b.b.f1328b; + List list = b.i.a.f.b.b.f1329b; if (list != null) { for (Runnable runnable : list) { runnable.run(); } - b.i.a.f.b.b.f1328b = null; + b.i.a.f.b.b.f1329b = null; } } long elapsedRealtime2 = SystemClock.elapsedRealtime() - elapsedRealtime; diff --git a/app/src/main/java/b/i/a/f/h/j/h0.java b/app/src/main/java/b/i/a/f/h/j/h0.java index 67cef0a15a..759eec1a8b 100644 --- a/app/src/main/java/b/i/a/f/h/j/h0.java +++ b/app/src/main/java/b/i/a/f/h/j/h0.java @@ -4,7 +4,7 @@ public final class h0 { public final g a; /* renamed from: b reason: collision with root package name */ - public final i0 f1416b = new i0(); + public final i0 f1417b = new i0(); public h0(g gVar) { this.a = gVar; @@ -12,7 +12,7 @@ public final class h0 { public final void a(String str, boolean z2) { if ("ga_dryRun".equals(str)) { - this.f1416b.e = z2 ? 1 : 0; + this.f1417b.e = z2 ? 1 : 0; return; } this.a.c().x("Bool xml configuration name not recognized", str); @@ -20,7 +20,7 @@ public final class h0 { public final void b(String str, int i) { if ("ga_dispatchPeriod".equals(str)) { - this.f1416b.d = i; + this.f1417b.d = i; } else { this.a.c().x("Int xml configuration name not recognized", str); } @@ -28,11 +28,11 @@ public final class h0 { public final void c(String str, String str2) { if ("ga_appName".equals(str)) { - this.f1416b.a = str2; + this.f1417b.a = str2; } else if ("ga_appVersion".equals(str)) { - this.f1416b.f1418b = str2; + this.f1417b.f1419b = str2; } else if ("ga_logLevel".equals(str)) { - this.f1416b.c = str2; + this.f1417b.c = str2; } else { this.a.c().x("String xml configuration name not recognized", str); } diff --git a/app/src/main/java/b/i/a/f/h/j/i.java b/app/src/main/java/b/i/a/f/h/j/i.java index a10856a010..c389d2cf8f 100644 --- a/app/src/main/java/b/i/a/f/h/j/i.java +++ b/app/src/main/java/b/i/a/f/h/j/i.java @@ -7,12 +7,12 @@ public final class i { public final Context a; /* renamed from: b reason: collision with root package name */ - public final Context f1417b; + public final Context f1418b; public i(Context context) { Context applicationContext = context.getApplicationContext(); d.z(applicationContext, "Application context can't be null"); this.a = applicationContext; - this.f1417b = applicationContext; + this.f1418b = applicationContext; } } diff --git a/app/src/main/java/b/i/a/f/h/j/i0.java b/app/src/main/java/b/i/a/f/h/j/i0.java index df0f85a130..f450d1a405 100644 --- a/app/src/main/java/b/i/a/f/h/j/i0.java +++ b/app/src/main/java/b/i/a/f/h/j/i0.java @@ -4,7 +4,7 @@ public final class i0 { public String a; /* renamed from: b reason: collision with root package name */ - public String f1418b; + public String f1419b; public String c; public int d = -1; public int e = -1; diff --git a/app/src/main/java/b/i/a/f/h/j/j.java b/app/src/main/java/b/i/a/f/h/j/j.java index 13a75fb13d..ce3639048b 100644 --- a/app/src/main/java/b/i/a/f/h/j/j.java +++ b/app/src/main/java/b/i/a/f/h/j/j.java @@ -26,7 +26,7 @@ public final class j extends e { f.b(); N(); try { - a.b().c(this.j.f1415b, this.l); + a.b().c(this.j.f1416b, this.l); } catch (IllegalArgumentException | IllegalStateException unused) { } if (this.m != null) { @@ -67,6 +67,6 @@ public final class j extends e { public final void T() { this.o.a(); - this.n.e(e0.f1411x.a.longValue()); + this.n.e(e0.f1412x.a.longValue()); } } diff --git a/app/src/main/java/b/i/a/f/h/j/j0.java b/app/src/main/java/b/i/a/f/h/j/j0.java index 05c0082ea1..d535d5bd37 100644 --- a/app/src/main/java/b/i/a/f/h/j/j0.java +++ b/app/src/main/java/b/i/a/f/h/j/j0.java @@ -18,7 +18,7 @@ public final class j0 { public final boolean f; /* renamed from: b reason: collision with root package name */ - public final List f1419b = Collections.emptyList(); + public final List f1420b = Collections.emptyList(); public final String g = null; public j0(d dVar, Map map, long j, boolean z2, long j2, int i) { diff --git a/app/src/main/java/b/i/a/f/h/j/l.java b/app/src/main/java/b/i/a/f/h/j/l.java index 95dfdbe383..4520a44512 100644 --- a/app/src/main/java/b/i/a/f/h/j/l.java +++ b/app/src/main/java/b/i/a/f/h/j/l.java @@ -43,7 +43,7 @@ public final class l implements ServiceConnection { try { a b2 = a.b(); j jVar = this.l; - b2.c(jVar.j.f1415b, jVar.l); + b2.c(jVar.j.f1416b, jVar.l); } catch (IllegalArgumentException unused2) { } } else if (!this.k) { diff --git a/app/src/main/java/b/i/a/f/h/j/l0.java b/app/src/main/java/b/i/a/f/h/j/l0.java index 02f78553aa..04b29d5438 100644 --- a/app/src/main/java/b/i/a/f/h/j/l0.java +++ b/app/src/main/java/b/i/a/f/h/j/l0.java @@ -11,7 +11,7 @@ public final class l0 implements k0, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1420b = "com.google.android.gms.analytics.internal.IAnalyticsService"; + public final String f1421b = "com.google.android.gms.analytics.internal.IAnalyticsService"; public l0(IBinder iBinder) { this.a = iBinder; @@ -25,7 +25,7 @@ public final class l0 implements k0, IInterface { @Override // b.i.a.f.h.j.k0 public final void g0(Map map, long j, String str, List list) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1420b); + obtain.writeInterfaceToken(this.f1421b); obtain.writeMap(map); obtain.writeLong(j); obtain.writeString(str); diff --git a/app/src/main/java/b/i/a/f/h/j/n0.java b/app/src/main/java/b/i/a/f/h/j/n0.java index a7a2de91e3..9824f1371e 100644 --- a/app/src/main/java/b/i/a/f/h/j/n0.java +++ b/app/src/main/java/b/i/a/f/h/j/n0.java @@ -12,31 +12,31 @@ public class n0 extends BroadcastReceiver { public static final String a = n0.class.getName(); /* renamed from: b reason: collision with root package name */ - public final g f1421b; + public final g f1422b; public boolean c; public boolean d; public n0(g gVar) { Objects.requireNonNull(gVar, "null reference"); - this.f1421b = gVar; + this.f1422b = gVar; } public final void a() { if (this.c) { - this.f1421b.c().C("Unregistering connectivity change receiver"); + this.f1422b.c().C("Unregistering connectivity change receiver"); this.c = false; this.d = false; try { - this.f1421b.f1415b.unregisterReceiver(this); + this.f1422b.f1416b.unregisterReceiver(this); } catch (IllegalArgumentException e) { - this.f1421b.c().A("Failed to unregister the network broadcast receiver", e); + this.f1422b.c().A("Failed to unregister the network broadcast receiver", e); } } } public final boolean b() { try { - NetworkInfo activeNetworkInfo = ((ConnectivityManager) this.f1421b.f1415b.getSystemService("connectivity")).getActiveNetworkInfo(); + NetworkInfo activeNetworkInfo = ((ConnectivityManager) this.f1422b.f1416b.getSystemService("connectivity")).getActiveNetworkInfo(); if (activeNetworkInfo != null) { if (activeNetworkInfo.isConnected()) { return true; @@ -49,25 +49,25 @@ public class n0 extends BroadcastReceiver { @Override // android.content.BroadcastReceiver public void onReceive(Context context, Intent intent) { - this.f1421b.c(); - this.f1421b.e(); + this.f1422b.c(); + this.f1422b.e(); String action = intent.getAction(); - this.f1421b.c().b("NetworkBroadcastReceiver received action", action); + this.f1422b.c().b("NetworkBroadcastReceiver received action", action); if ("android.net.conn.CONNECTIVITY_CHANGE".equals(action)) { boolean b2 = b(); if (this.d != b2) { this.d = b2; - a e = this.f1421b.e(); + a e = this.f1422b.e(); e.b("Network connectivity status changed", Boolean.valueOf(b2)); e.q().a(new b(e, b2)); } } else if (!"com.google.analytics.RADIO_POWERED".equals(action)) { - this.f1421b.c().x("NetworkBroadcastReceiver received unknown action", action); + this.f1422b.c().x("NetworkBroadcastReceiver received unknown action", action); } else if (!intent.hasExtra(a)) { - a e2 = this.f1421b.e(); + a e2 = this.f1422b.e(); e2.C("Radio powered up"); e2.N(); - Context context2 = e2.j.f1415b; + Context context2 = e2.j.f1416b; if (!s0.a(context2) || !t0.c(context2)) { e2.N(); e2.q().a(new c(e2, null)); diff --git a/app/src/main/java/b/i/a/f/h/j/o.java b/app/src/main/java/b/i/a/f/h/j/o.java index 02a8f742f9..7c7fc4ca53 100644 --- a/app/src/main/java/b/i/a/f/h/j/o.java +++ b/app/src/main/java/b/i/a/f/h/j/o.java @@ -28,7 +28,7 @@ public final class o extends e implements Closeable { public o(g gVar) { super(gVar); - this.n = new p(this, gVar.f1415b, "google_analytics_v4.db"); + this.n = new p(this, gVar.f1416b, "google_analytics_v4.db"); } @Override // b.i.a.f.h.j.e diff --git a/app/src/main/java/b/i/a/f/h/j/o0.java b/app/src/main/java/b/i/a/f/h/j/o0.java index a635b98e0a..36a79bca56 100644 --- a/app/src/main/java/b/i/a/f/h/j/o0.java +++ b/app/src/main/java/b/i/a/f/h/j/o0.java @@ -82,12 +82,12 @@ public final class o0 extends e { HttpURLConnection httpURLConnection2; Objects.requireNonNull(bArr, "null reference"); a(3, "POST bytes, url", Integer.valueOf(bArr.length), url, null); - if (Log.isLoggable(e0.f1409b.a, 2)) { + if (Log.isLoggable(e0.f1410b.a, 2)) { b("Post payload\n", new String(bArr)); } OutputStream outputStream = null; try { - this.j.f1415b.getPackageName(); + this.j.f1416b.getPackageName(); httpURLConnection2 = U(url); try { try { @@ -355,7 +355,7 @@ public final class o0 extends e { Objects.requireNonNull(byteArray2, "null reference"); try { try { - this.j.f1415b.getPackageName(); + this.j.f1416b.getPackageName(); ByteArrayOutputStream byteArrayOutputStream2 = new ByteArrayOutputStream(); GZIPOutputStream gZIPOutputStream = new GZIPOutputStream(byteArrayOutputStream2); gZIPOutputStream.write(byteArray2); @@ -366,7 +366,7 @@ public final class o0 extends e { if (byteArray.length > byteArray2.length) { f("Compressed payload is larger then uncompressed. compressed, uncompressed", Integer.valueOf(byteArray.length), Integer.valueOf(byteArray2.length)); } - if (Log.isLoggable(e0.f1409b.a, 2)) { + if (Log.isLoggable(e0.f1410b.a, 2)) { String str4 = new String(byteArray2); b("Post payload", str4.length() != 0 ? "\n".concat(str4) : new String("\n")); } @@ -506,7 +506,7 @@ public final class o0 extends e { N(); NetworkInfo networkInfo = null; try { - networkInfo = ((ConnectivityManager) this.j.f1415b.getSystemService("connectivity")).getActiveNetworkInfo(); + networkInfo = ((ConnectivityManager) this.j.f1416b.getSystemService("connectivity")).getActiveNetworkInfo(); } catch (SecurityException unused) { } if (networkInfo != null && networkInfo.isConnected()) { diff --git a/app/src/main/java/b/i/a/f/h/j/p.java b/app/src/main/java/b/i/a/f/h/j/p.java index 67bc3cf70b..1d5b8b2c74 100644 --- a/app/src/main/java/b/i/a/f/h/j/p.java +++ b/app/src/main/java/b/i/a/f/h/j/p.java @@ -67,10 +67,10 @@ public final class p extends SQLiteOpenHelper { this.j.p.a(); this.j.H("Opening the database failed, dropping the table and recreating it"); String str = o.l; - this.j.j.f1415b.getDatabasePath("google_analytics_v4.db").delete(); + this.j.j.f1416b.getDatabasePath("google_analytics_v4.db").delete(); try { SQLiteDatabase writableDatabase = super.getWritableDatabase(); - this.j.p.f1427b = 0L; + this.j.p.f1428b = 0L; return writableDatabase; } catch (SQLiteException e) { this.j.A("Failed to open freshly created database", e); @@ -98,7 +98,7 @@ public final class p extends SQLiteOpenHelper { if (str2 != null) { str = a.j(str2.length() + 23, str, ":", str2); } - Log.e(e0.f1409b.a, str); + Log.e(e0.f1410b.a, str); } i = 0; } diff --git a/app/src/main/java/b/i/a/f/h/j/p0.java b/app/src/main/java/b/i/a/f/h/j/p0.java index fd85d7b725..4b0d01b69c 100644 --- a/app/src/main/java/b/i/a/f/h/j/p0.java +++ b/app/src/main/java/b/i/a/f/h/j/p0.java @@ -17,7 +17,7 @@ public final class p0 extends e { @Override // b.i.a.f.h.j.e public final void L() { - this.l = this.j.f1415b.getSharedPreferences("com.google.android.gms.analytics.prefs", 0); + this.l = this.j.f1416b.getSharedPreferences("com.google.android.gms.analytics.prefs", 0); } public final long O() { diff --git a/app/src/main/java/b/i/a/f/h/j/q.java b/app/src/main/java/b/i/a/f/h/j/q.java index 083d252807..14bd5d049b 100644 --- a/app/src/main/java/b/i/a/f/h/j/q.java +++ b/app/src/main/java/b/i/a/f/h/j/q.java @@ -20,13 +20,13 @@ public final class q extends e { synchronized (q) { if (q.d == null) { f1 f1Var = new f1(); - PackageManager packageManager = q.f1329b.getPackageManager(); - String packageName = q.f1329b.getPackageName(); + PackageManager packageManager = q.f1330b.getPackageManager(); + String packageName = q.f1330b.getPackageName(); f1Var.c = packageName; f1Var.d = packageManager.getInstallerPackageName(packageName); String str = null; try { - PackageInfo packageInfo = packageManager.getPackageInfo(q.f1329b.getPackageName(), 0); + PackageInfo packageInfo = packageManager.getPackageInfo(q.f1330b.getPackageName(), 0); if (packageInfo != null) { CharSequence applicationLabel = packageManager.getApplicationLabel(packageInfo.applicationInfo); if (!TextUtils.isEmpty(applicationLabel)) { @@ -39,7 +39,7 @@ public final class q extends e { Log.e("GAv4", valueOf.length() != 0 ? "Error retrieving package info: appName set to ".concat(valueOf) : new String("Error retrieving package info: appName set to ")); } f1Var.a = packageName; - f1Var.f1414b = str; + f1Var.f1415b = str; q.d = f1Var; } } @@ -49,8 +49,8 @@ public final class q extends e { if (!TextUtils.isEmpty(f1Var2.a)) { f1Var3.a = f1Var2.a; } - if (!TextUtils.isEmpty(f1Var2.f1414b)) { - f1Var3.f1414b = f1Var2.f1414b; + if (!TextUtils.isEmpty(f1Var2.f1415b)) { + f1Var3.f1415b = f1Var2.f1415b; } if (!TextUtils.isEmpty(f1Var2.c)) { f1Var3.c = f1Var2.c; @@ -67,7 +67,7 @@ public final class q extends e { t.N(); String str3 = t.l; if (str3 != null) { - this.l.f1414b = str3; + this.l.f1415b = str3; } } } diff --git a/app/src/main/java/b/i/a/f/h/j/r.java b/app/src/main/java/b/i/a/f/h/j/r.java index 3ed5c4b03b..1c2e79c6b9 100644 --- a/app/src/main/java/b/i/a/f/h/j/r.java +++ b/app/src/main/java/b/i/a/f/h/j/r.java @@ -31,7 +31,7 @@ public final class r extends e { public final a0 r; /* renamed from: s reason: collision with root package name */ - public final a0 f1422s; + public final a0 f1423s; public long u; public boolean v; public long q = Long.MIN_VALUE; @@ -44,7 +44,7 @@ public final class r extends e { this.n = new o0(gVar); this.p = new j(gVar); this.r = new s(this, gVar); - this.f1422s = new t(this, gVar); + this.f1423s = new t(this, gVar); } @Override // b.i.a.f.h.j.e @@ -120,7 +120,7 @@ public final class r extends e { d0Var.a(null); } if (this.u != j2) { - Context context = this.o.f1421b.f1415b; + Context context = this.o.f1422b.f1416b; Intent intent = new Intent("com.google.analytics.RADIO_POWERED"); intent.addCategory(context.getPackageName()); intent.putExtra(n0.a, true); @@ -139,7 +139,7 @@ public final class r extends e { public final void S() { k0 k0Var; if (!this.v && e0.a.a.booleanValue() && !this.p.R()) { - if (this.t.b(e0.f1413z.a.longValue())) { + if (this.t.b(e0.f1414z.a.longValue())) { this.t.a(); C("Connecting to service"); j jVar = this.p; @@ -153,7 +153,7 @@ public final class r extends e { f.b(); Intent intent = new Intent("com.google.android.gms.analytics.service.START"); intent.setComponent(new ComponentName("com.google.android.gms", "com.google.android.gms.analytics.service.AnalyticsService")); - Context context = lVar.l.j.f1415b; + Context context = lVar.l.j.f1416b; intent.putExtra("app_package_name", context.getPackageName()); a b2 = a.b(); synchronized (lVar) { @@ -166,7 +166,7 @@ public final class r extends e { lVar.k = false; } else { try { - lVar.wait(e0.f1412y.a.longValue()); + lVar.wait(e0.f1413y.a.longValue()); } catch (InterruptedException unused) { lVar.l.D("Wait for service connect was interrupted"); } @@ -188,7 +188,7 @@ public final class r extends e { } if (z2) { C("Connected to service"); - this.t.f1427b = 0L; + this.t.f1428b = 0L; O(); } } @@ -365,21 +365,21 @@ public final class r extends e { } else { if (!e0.w.a.booleanValue()) { n0 n0Var = this.o; - n0Var.f1421b.c(); - n0Var.f1421b.e(); + n0Var.f1422b.c(); + n0Var.f1422b.e(); if (!n0Var.c) { - Context context = n0Var.f1421b.f1415b; + Context context = n0Var.f1422b.f1416b; context.registerReceiver(n0Var, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); IntentFilter intentFilter = new IntentFilter("com.google.analytics.RADIO_POWERED"); intentFilter.addCategory(context.getPackageName()); context.registerReceiver(n0Var, intentFilter); n0Var.d = n0Var.b(); - n0Var.f1421b.c().b("Registering connectivity change receiver. Network connected", Boolean.valueOf(n0Var.d)); + n0Var.f1422b.c().b("Registering connectivity change receiver. Network connected", Boolean.valueOf(n0Var.d)); n0Var.c = true; } n0 n0Var2 = this.o; if (!n0Var2.c) { - n0Var2.f1421b.c().D("Connectivity unknown. Receiver not registered"); + n0Var2.f1422b.c().D("Connectivity unknown. Receiver not registered"); } z2 = n0Var2.d; } @@ -402,7 +402,7 @@ public final class r extends e { if (a0Var.d == 0) { j2 = 0; } else { - Objects.requireNonNull((c) a0Var.f1407b.d); + Objects.requireNonNull((c) a0Var.f1408b.d); j2 = Math.abs(System.currentTimeMillis() - a0Var.d); } long max = Math.max(1L, j + j2); @@ -412,14 +412,14 @@ public final class r extends e { a0Var2.a(); return; } - Objects.requireNonNull((c) a0Var2.f1407b.d); + Objects.requireNonNull((c) a0Var2.f1408b.d); long abs = max - Math.abs(System.currentTimeMillis() - a0Var2.d); if (abs >= 0) { j3 = abs; } a0Var2.b().removeCallbacks(a0Var2.c); if (!a0Var2.b().postDelayed(a0Var2.c, j3)) { - a0Var2.f1407b.c().A("Failed to adjust delayed post. time", Long.valueOf(j3)); + a0Var2.f1408b.c().A("Failed to adjust delayed post. time", Long.valueOf(j3)); return; } return; @@ -463,7 +463,7 @@ public final class r extends e { e0.C.a.booleanValue(); if (Build.VERSION.SDK_INT >= 24) { c0Var.C("Scheduling upload with JobScheduler"); - Context context = c0Var.j.f1415b; + Context context = c0Var.j.f1416b; ComponentName componentName = new ComponentName(context, "com.google.android.gms.analytics.AnalyticsJobService"); int R = c0Var.R(); PersistableBundle persistableBundle = new PersistableBundle(); @@ -516,6 +516,6 @@ public final class r extends e { } public final boolean b0(String str) { - return b.a(this.j.f1415b).a.checkCallingOrSelfPermission(str) == 0; + return b.a(this.j.f1416b).a.checkCallingOrSelfPermission(str) == 0; } } diff --git a/app/src/main/java/b/i/a/f/h/j/r0.java b/app/src/main/java/b/i/a/f/h/j/r0.java index 0bf3e2bde0..54e890e292 100644 --- a/app/src/main/java/b/i/a/f/h/j/r0.java +++ b/app/src/main/java/b/i/a/f/h/j/r0.java @@ -11,20 +11,20 @@ public final class r0 { public final String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ p0 f1423b; + public final /* synthetic */ p0 f1424b; public r0(p0 p0Var, String str, long j, q0 q0Var) { - this.f1423b = p0Var; + this.f1424b = p0Var; d.w(str); d.l(j > 0); this.a = str; } public final void a(String str) { - if (this.f1423b.l.getLong(String.valueOf(this.a).concat(":start"), 0L) == 0) { - Objects.requireNonNull((c) this.f1423b.j.d); + if (this.f1424b.l.getLong(String.valueOf(this.a).concat(":start"), 0L) == 0) { + Objects.requireNonNull((c) this.f1424b.j.d); long currentTimeMillis = System.currentTimeMillis(); - SharedPreferences.Editor edit = this.f1423b.l.edit(); + SharedPreferences.Editor edit = this.f1424b.l.edit(); edit.remove(b()); edit.remove(c()); edit.putLong(String.valueOf(this.a).concat(":start"), currentTimeMillis); @@ -34,9 +34,9 @@ public final class r0 { str = ""; } synchronized (this) { - long j = this.f1423b.l.getLong(b(), 0L); + long j = this.f1424b.l.getLong(b(), 0L); if (j <= 0) { - SharedPreferences.Editor edit2 = this.f1423b.l.edit(); + SharedPreferences.Editor edit2 = this.f1424b.l.edit(); edit2.putString(c(), str); edit2.putLong(b(), 1L); edit2.apply(); @@ -44,7 +44,7 @@ public final class r0 { } long j2 = j + 1; boolean z2 = (UUID.randomUUID().getLeastSignificantBits() & RecyclerView.FOREVER_NS) < RecyclerView.FOREVER_NS / j2; - SharedPreferences.Editor edit3 = this.f1423b.l.edit(); + SharedPreferences.Editor edit3 = this.f1424b.l.edit(); if (z2) { edit3.putString(c(), str); } diff --git a/app/src/main/java/b/i/a/f/h/j/s0.java b/app/src/main/java/b/i/a/f/h/j/s0.java index 362456cecb..7acb364154 100644 --- a/app/src/main/java/b/i/a/f/h/j/s0.java +++ b/app/src/main/java/b/i/a/f/h/j/s0.java @@ -8,7 +8,7 @@ public final class s0 { public static Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static a f1424b; + public static a f1425b; public static Boolean c; public static boolean a(Context context) { diff --git a/app/src/main/java/b/i/a/f/h/j/t.java b/app/src/main/java/b/i/a/f/h/j/t.java index 22d31692de..8de89dca49 100644 --- a/app/src/main/java/b/i/a/f/h/j/t.java +++ b/app/src/main/java/b/i/a/f/h/j/t.java @@ -22,6 +22,6 @@ public final class t extends a0 { } catch (SQLiteException e) { rVar.x("Failed to delete stale hits", e); } - rVar.f1422s.e(86400000L); + rVar.f1423s.e(86400000L); } } diff --git a/app/src/main/java/b/i/a/f/h/j/t0.java b/app/src/main/java/b/i/a/f/h/j/t0.java index 3f4e43e8d2..4f624a9341 100644 --- a/app/src/main/java/b/i/a/f/h/j/t0.java +++ b/app/src/main/java/b/i/a/f/h/j/t0.java @@ -15,7 +15,7 @@ public final class t0 { public static Boolean a; /* renamed from: b reason: collision with root package name */ - public final Handler f1425b = new e1(); + public final Handler f1426b = new e1(); public final T c; public t0(T t) { @@ -46,7 +46,7 @@ public final class t0 { public final int a(Intent intent, int i) { try { synchronized (s0.a) { - a aVar = s0.f1424b; + a aVar = s0.f1425b; if (aVar != null && aVar.c.isHeld()) { aVar.b(); } diff --git a/app/src/main/java/b/i/a/f/h/j/u.java b/app/src/main/java/b/i/a/f/h/j/u.java index 50b08a42c6..5e2bf45335 100644 --- a/app/src/main/java/b/i/a/f/h/j/u.java +++ b/app/src/main/java/b/i/a/f/h/j/u.java @@ -20,7 +20,7 @@ public final class u implements Runnable { r rVar = this.j; rVar.N(); f.b(); - Context context = rVar.j.f1415b; + Context context = rVar.j.f1416b; if (!s0.a(context)) { rVar.D("AnalyticsReceiver is not registered or is disabled. Register the receiver for reliable dispatching on non-Google Play devices. See http://goo.gl/8Rd3yj for instructions."); } else if (!t0.c(context)) { @@ -72,7 +72,7 @@ public final class u implements Runnable { rVar.p.O(); rVar.U(); } - if (t0.c(rVar.j.f1415b)) { + if (t0.c(rVar.j.f1416b)) { rVar.C("AnalyticsService registered in the app manifest and enabled"); } else { rVar.D("AnalyticsService not registered in the app manifest. Hits might not be delivered reliably. See http://goo.gl/8Rd3yj for instructions."); diff --git a/app/src/main/java/b/i/a/f/h/j/w0.java b/app/src/main/java/b/i/a/f/h/j/w0.java index 6ef2b53ee9..ef36b5d9fe 100644 --- a/app/src/main/java/b/i/a/f/h/j/w0.java +++ b/app/src/main/java/b/i/a/f/h/j/w0.java @@ -4,15 +4,15 @@ public final class w0 implements d0 { public final /* synthetic */ Runnable a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ t0 f1426b; + public final /* synthetic */ t0 f1427b; public w0(t0 t0Var, Runnable runnable) { - this.f1426b = t0Var; + this.f1427b = t0Var; this.a = runnable; } @Override // b.i.a.f.h.j.d0 public final void a(Throwable th) { - this.f1426b.f1425b.post(this.a); + this.f1427b.f1426b.post(this.a); } } diff --git a/app/src/main/java/b/i/a/f/h/j/y.java b/app/src/main/java/b/i/a/f/h/j/y.java index bd32a2702b..7cea61cdd7 100644 --- a/app/src/main/java/b/i/a/f/h/j/y.java +++ b/app/src/main/java/b/i/a/f/h/j/y.java @@ -63,6 +63,6 @@ public class y extends d { } catch (IOException | XmlPullParserException e3) { A("Error parsing tracker configuration file", e3); } - return (T) this.k.f1416b; + return (T) this.k.f1417b; } } diff --git a/app/src/main/java/b/i/a/f/h/j/y0.java b/app/src/main/java/b/i/a/f/h/j/y0.java index c35a5a6218..d6edc92498 100644 --- a/app/src/main/java/b/i/a/f/h/j/y0.java +++ b/app/src/main/java/b/i/a/f/h/j/y0.java @@ -9,7 +9,7 @@ public final class y0 { public final b a; /* renamed from: b reason: collision with root package name */ - public long f1427b; + public long f1428b; public y0(b bVar) { Objects.requireNonNull(bVar, "null reference"); @@ -18,14 +18,14 @@ public final class y0 { public final void a() { Objects.requireNonNull((c) this.a); - this.f1427b = SystemClock.elapsedRealtime(); + this.f1428b = SystemClock.elapsedRealtime(); } public final boolean b(long j) { - if (this.f1427b == 0) { + if (this.f1428b == 0) { return true; } Objects.requireNonNull((c) this.a); - return SystemClock.elapsedRealtime() - this.f1427b > j; + return SystemClock.elapsedRealtime() - this.f1428b > j; } } diff --git a/app/src/main/java/b/i/a/f/h/j/z.java b/app/src/main/java/b/i/a/f/h/j/z.java index b417b4fa9f..df348e5aaa 100644 --- a/app/src/main/java/b/i/a/f/h/j/z.java +++ b/app/src/main/java/b/i/a/f/h/j/z.java @@ -10,7 +10,7 @@ public final class z { public final g a; /* renamed from: b reason: collision with root package name */ - public volatile Boolean f1428b; + public volatile Boolean f1429b; public String c; public Set d; @@ -39,31 +39,31 @@ public final class z { } public final boolean a() { - if (this.f1428b == null) { + if (this.f1429b == null) { synchronized (this) { - if (this.f1428b == null) { - ApplicationInfo applicationInfo = this.a.f1415b.getApplicationInfo(); + if (this.f1429b == null) { + ApplicationInfo applicationInfo = this.a.f1416b.getApplicationInfo(); String a = g.a(); if (applicationInfo != null) { String str = applicationInfo.processName; - this.f1428b = Boolean.valueOf(str != null && str.equals(a)); + this.f1429b = Boolean.valueOf(str != null && str.equals(a)); } - if ((this.f1428b == null || !this.f1428b.booleanValue()) && "com.google.android.gms.analytics".equals(a)) { - this.f1428b = Boolean.TRUE; + if ((this.f1429b == null || !this.f1429b.booleanValue()) && "com.google.android.gms.analytics".equals(a)) { + this.f1429b = Boolean.TRUE; } - if (this.f1428b == null) { - this.f1428b = Boolean.TRUE; + if (this.f1429b == null) { + this.f1429b = Boolean.TRUE; this.a.c().H("My process not in the list of running processes"); } } } } - return this.f1428b.booleanValue(); + return this.f1429b.booleanValue(); } public final Set g() { String str; - String str2 = e0.f1410s.a; + String str2 = e0.f1411s.a; if (this.d == null || (str = this.c) == null || !str.equals(str2)) { String[] split = TextUtils.split(str2, ","); HashSet hashSet = new HashSet(); diff --git a/app/src/main/java/b/i/a/f/h/k/d.java b/app/src/main/java/b/i/a/f/h/k/d.java index e03052beaa..f7dc7d83d5 100644 --- a/app/src/main/java/b/i/a/f/h/k/d.java +++ b/app/src/main/java/b/i/a/f/h/k/d.java @@ -11,7 +11,7 @@ public final class d implements b, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1429b = "com.google.android.gms.appdatasearch.internal.ILightweightAppDataSearch"; + public final String f1430b = "com.google.android.gms.appdatasearch.internal.ILightweightAppDataSearch"; public d(IBinder iBinder) { this.a = iBinder; @@ -20,7 +20,7 @@ public final class d implements b, IInterface { @Override // b.i.a.f.h.k.b public final void S(c cVar, zza[] zzaVarArr) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1429b); + obtain.writeInterfaceToken(this.f1430b); int i = i.a; obtain.writeStrongBinder((a) cVar); obtain.writeTypedArray(zzaVarArr, 0); diff --git a/app/src/main/java/b/i/a/f/h/k/k.java b/app/src/main/java/b/i/a/f/h/k/k.java index d6e7adefa8..be821cd1a7 100644 --- a/app/src/main/java/b/i/a/f/h/k/k.java +++ b/app/src/main/java/b/i/a/f/h/k/k.java @@ -7,14 +7,14 @@ public final class k { public static final a.g a; /* renamed from: b reason: collision with root package name */ - public static final a.AbstractC0111a f1430b; + public static final a.AbstractC0111a f1431b; public static final a c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); - f1430b = jVar; + f1431b = jVar; c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } diff --git a/app/src/main/java/b/i/a/f/h/k/q.java b/app/src/main/java/b/i/a/f/h/k/q.java index 5c33f6b04f..c7e848c4e4 100644 --- a/app/src/main/java/b/i/a/f/h/k/q.java +++ b/app/src/main/java/b/i/a/f/h/k/q.java @@ -8,17 +8,17 @@ public final class q { public static final String[] a; /* renamed from: b reason: collision with root package name */ - public static final Map f1431b; + public static final Map f1432b; static { String[] strArr = {"text1", "text2", "icon", "intent_action", "intent_data", "intent_data_id", "intent_extra_data", "suggest_large_icon", "intent_activity", "thing_proto"}; a = strArr; - f1431b = new HashMap(strArr.length); + f1432b = new HashMap(strArr.length); int i = 0; while (true) { String[] strArr2 = a; if (i < strArr2.length) { - f1431b.put(strArr2[i], Integer.valueOf(i)); + f1432b.put(strArr2[i], Integer.valueOf(i)); i++; } else { return; diff --git a/app/src/main/java/b/i/a/f/h/l/a.java b/app/src/main/java/b/i/a/f/h/l/a.java index 88b75e9cdb..c060d5cdcf 100644 --- a/app/src/main/java/b/i/a/f/h/l/a.java +++ b/app/src/main/java/b/i/a/f/h/l/a.java @@ -10,11 +10,11 @@ public class a implements IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1432b; + public final String f1433b; public a(IBinder iBinder, String str) { this.a = iBinder; - this.f1432b = str; + this.f1433b = str; } @Override // android.os.IInterface @@ -24,7 +24,7 @@ public class a implements IInterface { public final Parcel c() { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1432b); + obtain.writeInterfaceToken(this.f1433b); return obtain; } diff --git a/app/src/main/java/b/i/a/f/h/l/a4.java b/app/src/main/java/b/i/a/f/h/l/a4.java index f3b466f0a1..010241365d 100644 --- a/app/src/main/java/b/i/a/f/h/l/a4.java +++ b/app/src/main/java/b/i/a/f/h/l/a4.java @@ -17,7 +17,7 @@ public final class a4 { @Nullable /* renamed from: b reason: collision with root package name */ - public static final Method f1433b; + public static final Method f1434b; /* JADX WARN: Removed duplicated region for block: B:19:0x003b A[EXC_TOP_SPLITTER, SYNTHETIC] */ static { @@ -41,12 +41,12 @@ public final class a4 { } } } - f1433b = method; + f1434b = method; } declaredMethod = null; a = declaredMethod; if (Build.VERSION.SDK_INT >= 24) { } - f1433b = method; + f1434b = method; } } diff --git a/app/src/main/java/b/i/a/f/h/l/c0.java b/app/src/main/java/b/i/a/f/h/l/c0.java index 8e44ce7452..c3dfcffedc 100644 --- a/app/src/main/java/b/i/a/f/h/l/c0.java +++ b/app/src/main/java/b/i/a/f/h/l/c0.java @@ -13,7 +13,7 @@ public final class c0 extends g.a { public final /* synthetic */ boolean r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ boolean f1434s; + public final /* synthetic */ boolean f1435s; public final /* synthetic */ g t; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @@ -25,12 +25,12 @@ public final class c0 extends g.a { this.p = str2; this.q = bundle; this.r = z2; - this.f1434s = z3; + this.f1435s = z3; } @Override // b.i.a.f.h.l.g.a public final void a() throws RemoteException { Long l = this.n; - this.t.j.logEvent(this.o, this.p, this.q, this.r, this.f1434s, l == null ? this.j : l.longValue()); + this.t.j.logEvent(this.o, this.p, this.q, this.r, this.f1435s, l == null ? this.j : l.longValue()); } } diff --git a/app/src/main/java/b/i/a/f/h/l/c2.java b/app/src/main/java/b/i/a/f/h/l/c2.java index 200f16199a..0b659c5300 100644 --- a/app/src/main/java/b/i/a/f/h/l/c2.java +++ b/app/src/main/java/b/i/a/f/h/l/c2.java @@ -13,16 +13,16 @@ public final class c2 implements b2 { public static c2 a; /* renamed from: b reason: collision with root package name */ - public final Context f1435b; + public final Context f1436b; public final ContentObserver c; public c2() { - this.f1435b = null; + this.f1436b = null; this.c = null; } public c2(Context context) { - this.f1435b = context; + this.f1436b = context; f2 f2Var = new f2(); this.c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); @@ -41,7 +41,7 @@ public final class c2 implements b2 { @Override // b.i.a.f.h.l.b2 public final Object g(String str) { - if (this.f1435b == null) { + if (this.f1436b == null) { return null; } try { diff --git a/app/src/main/java/b/i/a/f/h/l/c7.java b/app/src/main/java/b/i/a/f/h/l/c7.java index acd38e5137..7b8d8c5d90 100644 --- a/app/src/main/java/b/i/a/f/h/l/c7.java +++ b/app/src/main/java/b/i/a/f/h/l/c7.java @@ -12,7 +12,7 @@ public final class c7 { public static final c7 a = new c7(0, new int[0], new Object[0], false); /* renamed from: b reason: collision with root package name */ - public int f1436b; + public int f1437b; public int[] c; public Object[] d; public int e; @@ -24,7 +24,7 @@ public final class c7 { public c7(int i, int[] iArr, Object[] objArr, boolean z2) { this.e = -1; - this.f1436b = i; + this.f1437b = i; this.c = iArr; this.d = objArr; this.f = z2; @@ -58,7 +58,7 @@ public final class c7 { public final void a(int i, Object obj) { if (this.f) { - int i2 = this.f1436b; + int i2 = this.f1437b; int[] iArr = this.c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); @@ -66,19 +66,19 @@ public final class c7 { this.d = Arrays.copyOf(this.d, i3); } int[] iArr2 = this.c; - int i4 = this.f1436b; + int i4 = this.f1437b; iArr2[i4] = i; this.d[i4] = obj; - this.f1436b = i4 + 1; + this.f1437b = i4 + 1; return; } throw new UnsupportedOperationException(); } public final void d(v7 v7Var) throws IOException { - if (this.f1436b != 0) { + if (this.f1437b != 0) { Objects.requireNonNull(v7Var); - for (int i = 0; i < this.f1436b; i++) { + for (int i = 0; i < this.f1437b; i++) { b(this.c[i], this.d[i], v7Var); } } @@ -91,7 +91,7 @@ public final class c7 { return i2; } int i3 = 0; - for (int i4 = 0; i4 < this.f1436b; i4++) { + for (int i4 = 0; i4 < this.f1437b; i4++) { int i5 = this.c[i4]; int i6 = i5 >>> 3; int i7 = i5 & 7; @@ -127,8 +127,8 @@ public final class c7 { return false; } c7 c7Var = (c7) obj; - int i = this.f1436b; - if (i == c7Var.f1436b) { + int i = this.f1437b; + if (i == c7Var.f1437b) { int[] iArr = this.c; int[] iArr2 = c7Var.c; int i2 = 0; @@ -146,7 +146,7 @@ public final class c7 { if (z2) { Object[] objArr = this.d; Object[] objArr2 = c7Var.d; - int i3 = this.f1436b; + int i3 = this.f1437b; int i4 = 0; while (true) { if (i4 >= i3) { @@ -168,7 +168,7 @@ public final class c7 { } public final int hashCode() { - int i = this.f1436b; + int i = this.f1437b; int i2 = (i + 527) * 31; int[] iArr = this.c; int i3 = 17; @@ -178,7 +178,7 @@ public final class c7 { } int i6 = (i2 + i4) * 31; Object[] objArr = this.d; - int i7 = this.f1436b; + int i7 = this.f1437b; for (int i8 = 0; i8 < i7; i8++) { i3 = (i3 * 31) + objArr[i8].hashCode(); } diff --git a/app/src/main/java/b/i/a/f/h/l/cc.java b/app/src/main/java/b/i/a/f/h/l/cc.java index 44b52ad2d3..5da0c089ca 100644 --- a/app/src/main/java/b/i/a/f/h/l/cc.java +++ b/app/src/main/java/b/i/a/f/h/l/cc.java @@ -9,7 +9,7 @@ public final class cc extends ic { public final AtomicReference a = new AtomicReference<>(); /* renamed from: b reason: collision with root package name */ - public boolean f1437b; + public boolean f1438b; /* JADX WARN: Code restructure failed: missing block: B:3:0x0002, code lost: r4 = r4.get("r"); @@ -34,7 +34,7 @@ public final class cc extends ic { public final void f(Bundle bundle) { synchronized (this.a) { this.a.set(bundle); - this.f1437b = true; + this.f1438b = true; this.a.notify(); } } @@ -46,7 +46,7 @@ public final class cc extends ic { public final Bundle t0(long j) { Bundle bundle; synchronized (this.a) { - if (!this.f1437b) { + if (!this.f1438b) { try { this.a.wait(j); } catch (InterruptedException unused) { diff --git a/app/src/main/java/b/i/a/f/h/l/e6.java b/app/src/main/java/b/i/a/f/h/l/e6.java index 1b239fee41..b6c12dd164 100644 --- a/app/src/main/java/b/i/a/f/h/l/e6.java +++ b/app/src/main/java/b/i/a/f/h/l/e6.java @@ -23,7 +23,7 @@ public final class e6 implements q6 { public static final int[] a = new int[0]; /* renamed from: b reason: collision with root package name */ - public static final Unsafe f1439b = j7.k(); + public static final Unsafe f1440b = j7.k(); public final int[] c; public final Object[] d; public final int e; @@ -132,7 +132,7 @@ public final class e6 implements q6 { o6 o6Var = (o6) a6Var; int i25 = 0; boolean z2 = ((o6Var.d & 1) == 1 ? (char) 1 : (char) 2) == 2; - String str = o6Var.f1475b; + String str = o6Var.f1476b; if (str.charAt(0) >= 55296) { int i26 = 1; while (true) { @@ -322,7 +322,7 @@ public final class e6 implements q6 { i7 = charAt17; i25 = charAt15; } - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; Object[] objArr = o6Var.c; Class cls = o6Var.a.getClass(); int[] iArr2 = new int[i4 * 3]; @@ -606,11 +606,11 @@ public final class e6 implements q6 { int i2; if (this.h) { n4 b2 = this.p.b(t); - if (!b2.f1459b.isEmpty()) { + if (!b2.f1460b.isEmpty()) { it = b2.l(); entry = it.next(); length = this.c.length; - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { @@ -961,7 +961,7 @@ public final class e6 implements q6 { it = null; entry = null; length = this.c.length; - Unsafe unsafe2 = f1439b; + Unsafe unsafe2 = f1440b; int i32 = 1048575; int i42 = 0; while (i < length) { @@ -1348,7 +1348,7 @@ public final class e6 implements q6 { int i9 = 1 << (i7 >>> 20); if (i8 != i2) { if (i8 != 1048575) { - i3 = f1439b.getInt(t, i8); + i3 = f1440b.getInt(t, i8); } i = i8; } else { @@ -1438,7 +1438,7 @@ public final class e6 implements q6 { int i8; int i9; if (this.i) { - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; int i10 = 0; for (int i11 = 0; i11 < this.c.length; i11 += 3) { int I = I(i11); @@ -1964,7 +1964,7 @@ public final class e6 implements q6 { d7 d7Var = this.o; return d7Var.j(d7Var.e(t)) + i10; } - Unsafe unsafe2 = f1439b; + Unsafe unsafe2 = f1440b; int i15 = 0; int i16 = 1048575; int i17 = 0; @@ -2504,11 +2504,11 @@ public final class e6 implements q6 { } n4 b2 = this.p.b(t); int i23 = 0; - for (int i24 = 0; i24 < b2.f1459b.e(); i24++) { - Map.Entry d = b2.f1459b.d(i24); + for (int i24 = 0; i24 < b2.f1460b.e(); i24++) { + Map.Entry d = b2.f1460b.d(i24); i23 += n4.a((p4) d.getKey(), d.getValue()); } - for (Map.Entry entry : b2.f1459b.g()) { + for (Map.Entry entry : b2.f1460b.g()) { i23 += n4.a((p4) entry.getKey(), entry.getValue()); } return j3 + i23; @@ -2784,7 +2784,7 @@ public final class e6 implements q6 { if (this.i) { if (this.h) { n4 b2 = this.p.b(t); - if (!b2.f1459b.isEmpty()) { + if (!b2.f1460b.isEmpty()) { it = b2.l(); entry = it.next(); length = this.c.length; @@ -3190,7 +3190,7 @@ public final class e6 implements q6 { byte[] bArr2; int i6 = i2; if (this.i) { - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; int i7 = -1; int i8 = 0; T t2 = t; @@ -3296,7 +3296,7 @@ public final class e6 implements q6 { e6Var = e6Var; if (i16 == 0) { i9 = f.n2(bArr3, i4, s3Var2); - unsafe.putLong(t, j, s3Var2.f1491b); + unsafe.putLong(t, j, s3Var2.f1492b); i13 |= i21; t2 = t2; unsafe = unsafe; @@ -3370,7 +3370,7 @@ public final class e6 implements q6 { break; } else { i9 = f.n2(bArr3, i4, s3Var2); - j7.e.g(t2, j, s3Var2.f1491b != 0); + j7.e.g(t2, j, s3Var2.f1492b != 0); i13 |= i21; e6Var = e6Var; i8 = 0; @@ -3473,7 +3473,7 @@ public final class e6 implements q6 { i9 = f.n2(bArr3, i4, s3Var2); i11 = i5; i10 = i15; - unsafe.putLong(t, j, d4.a(s3Var2.f1491b)); + unsafe.putLong(t, j, d4.a(s3Var2.f1492b)); i13 |= i21; t2 = t2; s3Var2 = s3Var2; @@ -3793,7 +3793,7 @@ public final class e6 implements q6 { public final int j(T t, byte[] bArr, int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, int i8, s3 s3Var) throws IOException { int i9; - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; long j2 = this.c[i8 + 2] & 1048575; boolean z2 = true; switch (i7) { @@ -3817,7 +3817,7 @@ public final class e6 implements q6 { case 54: if (i5 == 0) { i9 = f.n2(bArr, i, s3Var); - unsafe.putObject(t, j, Long.valueOf(s3Var.f1491b)); + unsafe.putObject(t, j, Long.valueOf(s3Var.f1492b)); unsafe.putInt(t, j2, i4); return i9; } @@ -3852,7 +3852,7 @@ public final class e6 implements q6 { case 58: if (i5 == 0) { i9 = f.n2(bArr, i, s3Var); - if (s3Var.f1491b == 0) { + if (s3Var.f1492b == 0) { z2 = false; } unsafe.putObject(t, j, Boolean.valueOf(z2)); @@ -3923,7 +3923,7 @@ public final class e6 implements q6 { case 67: if (i5 == 0) { i9 = f.n2(bArr, i, s3Var); - unsafe.putObject(t, j, Long.valueOf(d4.a(s3Var.f1491b))); + unsafe.putObject(t, j, Long.valueOf(d4.a(s3Var.f1492b))); unsafe.putInt(t, j2, i4); return i9; } @@ -3959,7 +3959,7 @@ public final class e6 implements q6 { public final int k(T t, byte[] bArr, int i, int i2, int i3, int i4, int i5, int i6, long j, int i7, long j2, s3 s3Var) throws IOException { int i8; int i9 = i; - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; b5 b5Var = (b5) unsafe.getObject(t, j2); if (!b5Var.a()) { int size = b5Var.size(); @@ -4037,7 +4037,7 @@ public final class e6 implements q6 { int i14 = s3Var.a + O13; while (O13 < i14) { O13 = f.n2(bArr, O13, s3Var); - q5Var.d(s3Var.f1491b); + q5Var.d(s3Var.f1492b); } if (O13 == i14) { return O13; @@ -4046,14 +4046,14 @@ public final class e6 implements q6 { } else if (i5 == 0) { q5 q5Var2 = (q5) b5Var; int n2 = f.n2(bArr, i9, s3Var); - q5Var2.d(s3Var.f1491b); + q5Var2.d(s3Var.f1492b); while (n2 < i2) { int O14 = f.O1(bArr, n2, s3Var); if (i3 != s3Var.a) { return n2; } n2 = f.n2(bArr, O14, s3Var); - q5Var2.d(s3Var.f1491b); + q5Var2.d(s3Var.f1492b); } return n2; } @@ -4141,7 +4141,7 @@ public final class e6 implements q6 { int i19 = s3Var.a + O17; while (O17 < i19) { O17 = f.n2(bArr, O17, s3Var); - r3Var.d(s3Var.f1491b != 0); + r3Var.d(s3Var.f1492b != 0); } if (O17 == i19) { return O17; @@ -4150,14 +4150,14 @@ public final class e6 implements q6 { } else if (i5 == 0) { r3 r3Var2 = (r3) b5Var; int n22 = f.n2(bArr, i9, s3Var); - r3Var2.d(s3Var.f1491b != 0); + r3Var2.d(s3Var.f1492b != 0); while (n22 < i2) { int O18 = f.O1(bArr, n22, s3Var); if (i3 != s3Var.a) { return n22; } n22 = f.n2(bArr, O18, s3Var); - r3Var2.d(s3Var.f1491b != 0); + r3Var2.d(s3Var.f1492b != 0); } return n22; } @@ -4383,7 +4383,7 @@ public final class e6 implements q6 { int i27 = s3Var.a + O116; while (O116 < i27) { O116 = f.n2(bArr, O116, s3Var); - q5Var5.d(d4.a(s3Var.f1491b)); + q5Var5.d(d4.a(s3Var.f1492b)); } if (O116 == i27) { return O116; @@ -4392,14 +4392,14 @@ public final class e6 implements q6 { } else if (i5 == 0) { q5 q5Var6 = (q5) b5Var; int n23 = f.n2(bArr, i9, s3Var); - q5Var6.d(d4.a(s3Var.f1491b)); + q5Var6.d(d4.a(s3Var.f1492b)); while (n23 < i2) { int O117 = f.O1(bArr, n23, s3Var); if (i3 != s3Var.a) { return n23; } n23 = f.n2(bArr, O117, s3Var); - q5Var6.d(d4.a(s3Var.f1491b)); + q5Var6.d(d4.a(s3Var.f1492b)); } return n23; } @@ -4427,7 +4427,7 @@ public final class e6 implements q6 { } public final int l(T t, byte[] bArr, int i, int i2, int i3, long j, s3 s3Var) throws IOException { - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; Object obj = this.d[(i3 / 3) << 1]; Object object = unsafe.getObject(t, j); if (this.q.d(object)) { @@ -4540,7 +4540,7 @@ public final class e6 implements q6 { byte[] bArr3 = bArr; int i9 = i2; s3 s3Var2 = s3Var; - Unsafe unsafe = f1439b; + Unsafe unsafe = f1440b; int i10 = i; int i11 = i3; byte[] bArr4 = bArr3; @@ -4660,7 +4660,7 @@ public final class e6 implements q6 { if (i19 == 0) { i10 = f.n2(bArr3, i17, s3Var2); i16 = i16; - unsafe.putLong(t, j, s3Var2.f1491b); + unsafe.putLong(t, j, s3Var2.f1492b); i15 |= i23; i14 = i8; bArr2 = bArr3; @@ -4756,7 +4756,7 @@ public final class e6 implements q6 { break; } else { i10 = f.n2(bArr3, i17, s3Var2); - j7.e.g(t3, j, s3Var2.f1491b != 0); + j7.e.g(t3, j, s3Var2.f1492b != 0); i15 |= i23; i9 = i2; i14 = i8; @@ -4901,7 +4901,7 @@ public final class e6 implements q6 { i16 = i16; i12 = i18; i13 = i4; - unsafe.putLong(t, j, d4.a(s3Var2.f1491b)); + unsafe.putLong(t, j, d4.a(s3Var2.f1492b)); i15 |= i23; i14 = i8; bArr2 = bArr3; diff --git a/app/src/main/java/b/i/a/f/h/l/f5.java b/app/src/main/java/b/i/a/f/h/l/f5.java index 2a2fa20672..736bce51c4 100644 --- a/app/src/main/java/b/i/a/f/h/l/f5.java +++ b/app/src/main/java/b/i/a/f/h/l/f5.java @@ -29,7 +29,7 @@ public final class f5 implements Map.Entry { if (obj instanceof c6) { d5 value = this.j.getValue(); c6 c6Var = value.a; - value.f1446b = null; + value.f1447b = null; value.a = (c6) obj; return c6Var; } diff --git a/app/src/main/java/b/i/a/f/h/l/f7.java b/app/src/main/java/b/i/a/f/h/l/f7.java index 15b448765f..7e3d1102f4 100644 --- a/app/src/main/java/b/i/a/f/h/l/f7.java +++ b/app/src/main/java/b/i/a/f/h/l/f7.java @@ -37,7 +37,7 @@ public final class f7 extends d7 { c7 c7Var2 = c7Var; Objects.requireNonNull(c7Var2); Objects.requireNonNull(v7Var); - for (int i = 0; i < c7Var2.f1436b; i++) { + for (int i = 0; i < c7Var2.f1437b; i++) { ((g4) v7Var).c(c7Var2.c[i] >>> 3, c7Var2.d[i]); } } @@ -49,11 +49,11 @@ public final class f7 extends d7 { if (c7Var4.equals(c7.a)) { return c7Var3; } - int i = c7Var3.f1436b + c7Var4.f1436b; + int i = c7Var3.f1437b + c7Var4.f1437b; int[] copyOf = Arrays.copyOf(c7Var3.c, i); - System.arraycopy(c7Var4.c, 0, copyOf, c7Var3.f1436b, c7Var4.f1436b); + System.arraycopy(c7Var4.c, 0, copyOf, c7Var3.f1437b, c7Var4.f1437b); Object[] copyOf2 = Arrays.copyOf(c7Var3.d, i); - System.arraycopy(c7Var4.d, 0, copyOf2, c7Var3.f1436b, c7Var4.f1436b); + System.arraycopy(c7Var4.d, 0, copyOf2, c7Var3.f1437b, c7Var4.f1437b); return new c7(i, copyOf, copyOf2, true); } @@ -70,7 +70,7 @@ public final class f7 extends d7 { return i; } int i2 = 0; - for (int i3 = 0; i3 < c7Var2.f1436b; i3++) { + for (int i3 = 0; i3 < c7Var2.f1437b; i3++) { int M = zzhi.M(2, c7Var2.c[i3] >>> 3); i2 += zzhi.w(3, (t3) c7Var2.d[i3]) + M + (zzhi.L(8) << 1); } diff --git a/app/src/main/java/b/i/a/f/h/l/g.java b/app/src/main/java/b/i/a/f/h/l/g.java index caaa62c62d..b542f0b5b5 100644 --- a/app/src/main/java/b/i/a/f/h/l/g.java +++ b/app/src/main/java/b/i/a/f/h/l/g.java @@ -29,7 +29,7 @@ public class g { public static volatile g a; /* renamed from: b reason: collision with root package name */ - public static Boolean f1440b; + public static Boolean f1441b; public final String c; public final b.i.a.f.e.o.b d; public final ExecutorService e; @@ -242,9 +242,9 @@ public class g { try { } catch (Exception e) { Log.e("FA", "Exception reading flag from SharedPreferences.", e); - f1440b = Boolean.TRUE; + f1441b = Boolean.TRUE; } - if (f1440b == null) { + if (f1441b == null) { d.w("app_measurement_internal_disable_startup_flags"); try { a2 = b.i.a.f.e.p.b.a(context).a(context.getPackageName(), 128); @@ -253,11 +253,11 @@ public class g { if (!(a2 == null || (bundle = a2.metaData) == null)) { z2 = bundle.getBoolean("app_measurement_internal_disable_startup_flags"); if (!z2) { - f1440b = Boolean.TRUE; + f1441b = Boolean.TRUE; return; } SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.android.gms.measurement.prefs", 0); - f1440b = Boolean.valueOf(sharedPreferences.getBoolean("allow_remote_dynamite", true)); + f1441b = Boolean.valueOf(sharedPreferences.getBoolean("allow_remote_dynamite", true)); SharedPreferences.Editor edit = sharedPreferences.edit(); edit.remove("allow_remote_dynamite"); edit.apply(); diff --git a/app/src/main/java/b/i/a/f/h/l/g2.java b/app/src/main/java/b/i/a/f/h/l/g2.java index e9cec6c7b1..87b36cce63 100644 --- a/app/src/main/java/b/i/a/f/h/l/g2.java +++ b/app/src/main/java/b/i/a/f/h/l/g2.java @@ -11,11 +11,11 @@ public final /* synthetic */ class g2 implements d2 { public final c2 a; /* renamed from: b reason: collision with root package name */ - public final String f1441b; + public final String f1442b; public g2(c2 c2Var, String str) { this.a = c2Var; - this.f1441b = str; + this.f1442b = str; } @Override // b.i.a.f.h.l.d2 @@ -23,8 +23,8 @@ public final /* synthetic */ class g2 implements d2 { String str; Cursor query; c2 c2Var = this.a; - String str2 = this.f1441b; - ContentResolver contentResolver = c2Var.f1435b.getContentResolver(); + String str2 = this.f1442b; + ContentResolver contentResolver = c2Var.f1436b.getContentResolver(); Uri uri = u1.a; synchronized (u1.class) { if (u1.f == null) { @@ -80,7 +80,7 @@ public final /* synthetic */ class g2 implements d2 { } else if (!u1.l || u1.f.isEmpty()) { String[] strArr2 = u1.m; HashMap hashMap = u1.f; - query = contentResolver.query(u1.f1494b, null, null, strArr2, null); + query = contentResolver.query(u1.f1495b, null, null, strArr2, null); TreeMap treeMap = new TreeMap(); if (query != null) { while (query.moveToNext()) { diff --git a/app/src/main/java/b/i/a/f/h/l/g6.java b/app/src/main/java/b/i/a/f/h/l/g6.java index c36be88596..404b6c6fd8 100644 --- a/app/src/main/java/b/i/a/f/h/l/g6.java +++ b/app/src/main/java/b/i/a/f/h/l/g6.java @@ -12,12 +12,12 @@ public final class g6 implements q6 { public final c6 a; /* renamed from: b reason: collision with root package name */ - public final d7 f1442b; + public final d7 f1443b; public final boolean c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { - this.f1442b = d7Var; + this.f1443b = d7Var; this.c = j4Var.e(c6Var); this.d = j4Var; this.a = c6Var; @@ -30,7 +30,7 @@ public final class g6 implements q6 { @Override // b.i.a.f.h.l.q6 public final int b(T t) { - int hashCode = this.f1442b.e(t).hashCode(); + int hashCode = this.f1443b.e(t).hashCode(); return this.c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; } @@ -41,23 +41,23 @@ public final class g6 implements q6 { @Override // b.i.a.f.h.l.q6 public final void d(T t) { - this.f1442b.h(t); + this.f1443b.h(t); this.d.g(t); } @Override // b.i.a.f.h.l.q6 public final int e(T t) { - d7 d7Var = this.f1442b; + d7 d7Var = this.f1443b; int i = d7Var.i(d7Var.e(t)) + 0; if (!this.c) { return i; } n4 b2 = this.d.b(t); int i2 = 0; - for (int i3 = 0; i3 < b2.f1459b.e(); i3++) { - i2 += n4.k(b2.f1459b.d(i3)); + for (int i3 = 0; i3 < b2.f1460b.e(); i3++) { + i2 += n4.k(b2.f1460b.d(i3)); } - for (Map.Entry entry : b2.f1459b.g()) { + for (Map.Entry entry : b2.f1460b.g()) { i2 += n4.k(entry); } return i + i2; @@ -65,7 +65,7 @@ public final class g6 implements q6 { @Override // b.i.a.f.h.l.q6 public final boolean f(T t, T t2) { - if (!this.f1442b.e(t).equals(this.f1442b.e(t2))) { + if (!this.f1443b.e(t).equals(this.f1443b.e(t2))) { return false; } if (this.c) { @@ -88,7 +88,7 @@ public final class g6 implements q6 { ((g4) v7Var).c(p4Var.a(), next.getValue()); } } - d7 d7Var = this.f1442b; + d7 d7Var = this.f1443b; d7Var.f(d7Var.e(t), v7Var); } @@ -161,7 +161,7 @@ public final class g6 implements q6 { @Override // b.i.a.f.h.l.q6 public final void i(T t, T t2) { - d7 d7Var = this.f1442b; + d7 d7Var = this.f1443b; Class cls = s6.a; d7Var.d(t, d7Var.g(d7Var.e(t), d7Var.e(t2))); if (this.c) { diff --git a/app/src/main/java/b/i/a/f/h/l/ga.java b/app/src/main/java/b/i/a/f/h/l/ga.java index 7fc00bbedd..c22a0667e9 100644 --- a/app/src/main/java/b/i/a/f/h/l/ga.java +++ b/app/src/main/java/b/i/a/f/h/l/ga.java @@ -5,13 +5,13 @@ public final class ga implements ha { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1443b; + public static final l2 f1444b; public static final l2 c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.global_params", true); - f1443b = q2Var.c("measurement.service.global_params_in_payload", true); + f1444b = q2Var.c("measurement.service.global_params_in_payload", true); c = q2Var.c("measurement.service.global_params", true); q2Var.a("measurement.id.service.global_params", 0L); } @@ -28,7 +28,7 @@ public final class ga implements ha { @Override // b.i.a.f.h.l.ha public final boolean c() { - return f1443b.d().booleanValue(); + return f1444b.d().booleanValue(); } @Override // b.i.a.f.h.l.ha diff --git a/app/src/main/java/b/i/a/f/h/l/h4.java b/app/src/main/java/b/i/a/f/h/l/h4.java index ed948fd1e7..1a9b90f3d3 100644 --- a/app/src/main/java/b/i/a/f/h/l/h4.java +++ b/app/src/main/java/b/i/a/f/h/l/h4.java @@ -10,7 +10,7 @@ public class h4 { public static volatile h4 a; /* renamed from: b reason: collision with root package name */ - public static volatile h4 f1444b; + public static volatile h4 f1445b; public static final h4 c = new h4(true); public final Map> d; @@ -20,11 +20,11 @@ public class h4 { public final Object a; /* renamed from: b reason: collision with root package name */ - public final int f1445b; + public final int f1446b; public a(Object obj, int i) { this.a = obj; - this.f1445b = i; + this.f1446b = i; } public final boolean equals(Object obj) { @@ -32,11 +32,11 @@ public class h4 { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f1445b == aVar.f1445b; + return this.a == aVar.a && this.f1446b == aVar.f1446b; } public final int hashCode() { - return (System.identityHashCode(this.a) * 65535) + this.f1445b; + return (System.identityHashCode(this.a) * 65535) + this.f1446b; } } diff --git a/app/src/main/java/b/i/a/f/h/l/h5.java b/app/src/main/java/b/i/a/f/h/l/h5.java index b9bf0a5868..e54a5981dd 100644 --- a/app/src/main/java/b/i/a/f/h/l/h5.java +++ b/app/src/main/java/b/i/a/f/h/l/h5.java @@ -7,15 +7,15 @@ public class h5 { public volatile c6 a; /* renamed from: b reason: collision with root package name */ - public volatile t3 f1446b; + public volatile t3 f1447b; static { h4.a(); } public final int a() { - if (this.f1446b != null) { - return this.f1446b.d(); + if (this.f1447b != null) { + return this.f1447b.d(); } if (this.a != null) { return this.a.g(); @@ -29,10 +29,10 @@ public class h5 { if (this.a == null) { try { this.a = c6Var; - this.f1446b = t3.j; + this.f1447b = t3.j; } catch (zzij unused) { this.a = c6Var; - this.f1446b = t3.j; + this.f1447b = t3.j; } } } @@ -41,19 +41,19 @@ public class h5 { } public final t3 c() { - if (this.f1446b != null) { - return this.f1446b; + if (this.f1447b != null) { + return this.f1447b; } synchronized (this) { - if (this.f1446b != null) { - return this.f1446b; + if (this.f1447b != null) { + return this.f1447b; } if (this.a == null) { - this.f1446b = t3.j; + this.f1447b = t3.j; } else { - this.f1446b = this.a.b(); + this.f1447b = this.a.b(); } - return this.f1446b; + return this.f1447b; } } diff --git a/app/src/main/java/b/i/a/f/h/l/h9.java b/app/src/main/java/b/i/a/f/h/l/h9.java index 93a3ce190e..ca9bcd3eb6 100644 --- a/app/src/main/java/b/i/a/f/h/l/h9.java +++ b/app/src/main/java/b/i/a/f/h/l/h9.java @@ -5,14 +5,14 @@ public final class h9 implements e9 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1447b; + public static final l2 f1448b; public static final l2 c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); q2Var.c("measurement.service.audience.fix_skip_audience_with_failed_filters", true); a = q2Var.c("measurement.audience.refresh_event_count_filters_timestamp", false); - f1447b = q2Var.c("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", false); + f1448b = q2Var.c("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", false); c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); } @@ -28,7 +28,7 @@ public final class h9 implements e9 { @Override // b.i.a.f.h.l.e9 public final boolean c() { - return f1447b.d().booleanValue(); + return f1448b.d().booleanValue(); } @Override // b.i.a.f.h.l.e9 diff --git a/app/src/main/java/b/i/a/f/h/l/i3.java b/app/src/main/java/b/i/a/f/h/l/i3.java index 572c95e23d..69ad8d9a1f 100644 --- a/app/src/main/java/b/i/a/f/h/l/i3.java +++ b/app/src/main/java/b/i/a/f/h/l/i3.java @@ -9,5 +9,5 @@ public final class i3 { public final ConcurrentHashMap> a = new ConcurrentHashMap<>(16, 0.75f, 10); /* renamed from: b reason: collision with root package name */ - public final ReferenceQueue f1448b = new ReferenceQueue<>(); + public final ReferenceQueue f1449b = new ReferenceQueue<>(); } diff --git a/app/src/main/java/b/i/a/f/h/l/j.java b/app/src/main/java/b/i/a/f/h/l/j.java index ee06a34f6b..77e1d77012 100644 --- a/app/src/main/java/b/i/a/f/h/l/j.java +++ b/app/src/main/java/b/i/a/f/h/l/j.java @@ -61,7 +61,7 @@ public final class j extends g.a { str = null; } g.d(this.p); - if (!g.f1440b.booleanValue() && str2 == null) { + if (!g.f1441b.booleanValue() && str2 == null) { z2 = false; g gVar = this.r; Context context = this.p; diff --git a/app/src/main/java/b/i/a/f/h/l/j2.java b/app/src/main/java/b/i/a/f/h/l/j2.java index 2d289857bc..c0714a9672 100644 --- a/app/src/main/java/b/i/a/f/h/l/j2.java +++ b/app/src/main/java/b/i/a/f/h/l/j2.java @@ -11,7 +11,7 @@ public final class j2 { public static volatile x2 a = w2.j; /* renamed from: b reason: collision with root package name */ - public static final Object f1449b = new Object(); + public static final Object f1450b = new Object(); /* JADX WARN: Removed duplicated region for block: B:27:0x0085 A[Catch: all -> 0x00b3, TRY_LEAVE, TryCatch #1 {, blocks: (B:12:0x0046, B:14:0x004e, B:15:0x005a, B:17:0x005c, B:20:0x006b, B:22:0x0077, B:27:0x0085, B:28:0x0089, B:29:0x008f, B:35:0x009b, B:36:0x00a5), top: B:45:0x0046 }] */ /* JADX WARN: Removed duplicated region for block: B:34:0x009a */ @@ -33,7 +33,7 @@ public final class j2 { } else if (a.b()) { return a.c().booleanValue(); } else { - synchronized (f1449b) { + synchronized (f1450b) { if (a.b()) { return a.c().booleanValue(); } diff --git a/app/src/main/java/b/i/a/f/h/l/j3.java b/app/src/main/java/b/i/a/f/h/l/j3.java index 4cff7caeae..e251cc667e 100644 --- a/app/src/main/java/b/i/a/f/h/l/j3.java +++ b/app/src/main/java/b/i/a/f/h/l/j3.java @@ -15,11 +15,11 @@ public final class j3 extends f3 { if (th2 != th) { Objects.requireNonNull(th2, "The suppressed exception cannot be null."); i3 i3Var = this.a; - for (Reference poll = i3Var.f1448b.poll(); poll != null; poll = i3Var.f1448b.poll()) { + for (Reference poll = i3Var.f1449b.poll(); poll != null; poll = i3Var.f1449b.poll()) { i3Var.a.remove(poll); } List list = i3Var.a.get(new h3(th, null)); - if (list == null && (putIfAbsent = i3Var.a.putIfAbsent(new h3(th, i3Var.f1448b), (list = new Vector<>(2)))) != null) { + if (list == null && (putIfAbsent = i3Var.a.putIfAbsent(new h3(th, i3Var.f1449b), (list = new Vector<>(2)))) != null) { list = putIfAbsent; } list.add(th2); diff --git a/app/src/main/java/b/i/a/f/h/l/j7.java b/app/src/main/java/b/i/a/f/h/l/j7.java index 7ca7c4e6eb..b3255410e9 100644 --- a/app/src/main/java/b/i/a/f/h/l/j7.java +++ b/app/src/main/java/b/i/a/f/h/l/j7.java @@ -13,7 +13,7 @@ public final class j7 { public static final Unsafe a; /* renamed from: b reason: collision with root package name */ - public static final Class f1450b = q3.a; + public static final Class f1451b = q3.a; public static final boolean c; public static final boolean d; public static final c e; @@ -550,7 +550,7 @@ public final class j7 { return false; } try { - Class cls2 = f1450b; + Class cls2 = f1451b; Class cls3 = Boolean.TYPE; cls2.getMethod("peekLong", cls, cls3); cls2.getMethod("pokeLong", cls, Long.TYPE, cls3); diff --git a/app/src/main/java/b/i/a/f/h/l/k4.java b/app/src/main/java/b/i/a/f/h/l/k4.java index b872134afb..0cae9704d8 100644 --- a/app/src/main/java/b/i/a/f/h/l/k4.java +++ b/app/src/main/java/b/i/a/f/h/l/k4.java @@ -5,7 +5,7 @@ public final class k4 { public static final j4 a = new l4(); /* renamed from: b reason: collision with root package name */ - public static final j4 f1451b; + public static final j4 f1452b; static { j4 j4Var; @@ -14,6 +14,6 @@ public final class k4 { } catch (Exception unused) { j4Var = null; } - f1451b = j4Var; + f1452b = j4Var; } } diff --git a/app/src/main/java/b/i/a/f/h/l/k6.java b/app/src/main/java/b/i/a/f/h/l/k6.java index f0755269f2..a2279a3379 100644 --- a/app/src/main/java/b/i/a/f/h/l/k6.java +++ b/app/src/main/java/b/i/a/f/h/l/k6.java @@ -5,7 +5,7 @@ public final class k6 { public static final i6 a; /* renamed from: b reason: collision with root package name */ - public static final i6 f1452b; + public static final i6 f1453b; static { i6 i6Var; @@ -15,6 +15,6 @@ public final class k6 { i6Var = null; } a = i6Var; - f1452b = new h6(); + f1453b = new h6(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/k8.java b/app/src/main/java/b/i/a/f/h/l/k8.java index 1124b56502..4814969cf2 100644 --- a/app/src/main/java/b/i/a/f/h/l/k8.java +++ b/app/src/main/java/b/i/a/f/h/l/k8.java @@ -5,12 +5,12 @@ public final class k8 implements l8 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1453b; + public static final l2 f1454b; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.attribution.cache", true); - f1453b = q2Var.a("measurement.sdk.attribution.cache.ttl", 604800000L); + f1454b = q2Var.a("measurement.sdk.attribution.cache.ttl", 604800000L); } @Override // b.i.a.f.h.l.l8 @@ -20,6 +20,6 @@ public final class k8 implements l8 { @Override // b.i.a.f.h.l.l8 public final long b() { - return f1453b.d().longValue(); + return f1454b.d().longValue(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/l2.java b/app/src/main/java/b/i/a/f/h/l/l2.java index e664c16997..cb1c192ccb 100644 --- a/app/src/main/java/b/i/a/f/h/l/l2.java +++ b/app/src/main/java/b/i/a/f/h/l/l2.java @@ -12,7 +12,7 @@ import java.util.concurrent.atomic.AtomicReference; public abstract class l2 { /* renamed from: b reason: collision with root package name */ - public static volatile t2 f1454b; + public static volatile t2 f1455b; public final q2 e; public final String f; public final T g; @@ -77,7 +77,7 @@ public abstract class l2 { if (this.h < i) { synchronized (this) { if (this.h < i) { - t2 t2Var = f1454b; + t2 t2Var = f1455b; f.q2(t2Var != null, "Must call PhenotypeFlag.init() first"); String str2 = (String) c2.a(t2Var.a()).g("gms:phenotype:phenotype_flag:debug_bypass_phenotype"); if (str2 == null || !u1.c.matcher(str2).matches()) { diff --git a/app/src/main/java/b/i/a/f/h/l/la.java b/app/src/main/java/b/i/a/f/h/l/la.java index 7444ffac00..7de5071364 100644 --- a/app/src/main/java/b/i/a/f/h/l/la.java +++ b/app/src/main/java/b/i/a/f/h/l/la.java @@ -5,14 +5,14 @@ public final class la implements ia { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1455b; + public static final l2 f1456b; public static final l2 c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.collection.enable_extend_user_property_size", true); - f1455b = q2Var.c("measurement.sdk.collection.last_deep_link_referrer2", true); + f1456b = q2Var.c("measurement.sdk.collection.last_deep_link_referrer2", true); c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); d = q2Var.c("measurement.sdk.collection.last_gclid_from_referrer2", false); q2Var.a("measurement.id.sdk.collection.last_deep_link_referrer2", 0L); @@ -25,7 +25,7 @@ public final class la implements ia { @Override // b.i.a.f.h.l.ia public final boolean b() { - return f1455b.d().booleanValue(); + return f1456b.d().booleanValue(); } @Override // b.i.a.f.h.l.ia diff --git a/app/src/main/java/b/i/a/f/h/l/m4.java b/app/src/main/java/b/i/a/f/h/l/m4.java index 19dace2af3..49a55ddf00 100644 --- a/app/src/main/java/b/i/a/f/h/l/m4.java +++ b/app/src/main/java/b/i/a/f/h/l/m4.java @@ -5,82 +5,82 @@ public final /* synthetic */ class m4 { public static final /* synthetic */ int[] a; /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int[] f1456b; + public static final /* synthetic */ int[] f1457b; static { p7.values(); int[] iArr = new int[18]; - f1456b = iArr; + f1457b = iArr; try { iArr[p7.j.ordinal()] = 1; } catch (NoSuchFieldError unused) { } try { - f1456b[p7.k.ordinal()] = 2; + f1457b[p7.k.ordinal()] = 2; } catch (NoSuchFieldError unused2) { } try { - f1456b[p7.l.ordinal()] = 3; + f1457b[p7.l.ordinal()] = 3; } catch (NoSuchFieldError unused3) { } try { - f1456b[p7.m.ordinal()] = 4; + f1457b[p7.m.ordinal()] = 4; } catch (NoSuchFieldError unused4) { } try { - f1456b[p7.n.ordinal()] = 5; + f1457b[p7.n.ordinal()] = 5; } catch (NoSuchFieldError unused5) { } try { - f1456b[p7.o.ordinal()] = 6; + f1457b[p7.o.ordinal()] = 6; } catch (NoSuchFieldError unused6) { } try { - f1456b[p7.p.ordinal()] = 7; + f1457b[p7.p.ordinal()] = 7; } catch (NoSuchFieldError unused7) { } try { - f1456b[p7.q.ordinal()] = 8; + f1457b[p7.q.ordinal()] = 8; } catch (NoSuchFieldError unused8) { } try { - f1456b[p7.f1477s.ordinal()] = 9; + f1457b[p7.f1478s.ordinal()] = 9; } catch (NoSuchFieldError unused9) { } try { - f1456b[p7.t.ordinal()] = 10; + f1457b[p7.t.ordinal()] = 10; } catch (NoSuchFieldError unused10) { } try { - f1456b[p7.r.ordinal()] = 11; + f1457b[p7.r.ordinal()] = 11; } catch (NoSuchFieldError unused11) { } try { - f1456b[p7.u.ordinal()] = 12; + f1457b[p7.u.ordinal()] = 12; } catch (NoSuchFieldError unused12) { } try { - f1456b[p7.v.ordinal()] = 13; + f1457b[p7.v.ordinal()] = 13; } catch (NoSuchFieldError unused13) { } try { - f1456b[p7.f1478x.ordinal()] = 14; + f1457b[p7.f1479x.ordinal()] = 14; } catch (NoSuchFieldError unused14) { } try { - f1456b[p7.f1479y.ordinal()] = 15; + f1457b[p7.f1480y.ordinal()] = 15; } catch (NoSuchFieldError unused15) { } try { - f1456b[p7.f1480z.ordinal()] = 16; + f1457b[p7.f1481z.ordinal()] = 16; } catch (NoSuchFieldError unused16) { } try { - f1456b[p7.A.ordinal()] = 17; + f1457b[p7.A.ordinal()] = 17; } catch (NoSuchFieldError unused17) { } try { - f1456b[p7.w.ordinal()] = 18; + f1457b[p7.w.ordinal()] = 18; } catch (NoSuchFieldError unused18) { } w7.values(); diff --git a/app/src/main/java/b/i/a/f/h/l/m5.java b/app/src/main/java/b/i/a/f/h/l/m5.java index 4d367c64cb..68361c1b63 100644 --- a/app/src/main/java/b/i/a/f/h/l/m5.java +++ b/app/src/main/java/b/i/a/f/h/l/m5.java @@ -5,7 +5,7 @@ public abstract class m5 { public static final m5 a = new o5(null); /* renamed from: b reason: collision with root package name */ - public static final m5 f1457b = new n5(null); + public static final m5 f1458b = new n5(null); public m5(l5 l5Var) { } diff --git a/app/src/main/java/b/i/a/f/h/l/ma.java b/app/src/main/java/b/i/a/f/h/l/ma.java index 5345b60c3b..016107946b 100644 --- a/app/src/main/java/b/i/a/f/h/l/ma.java +++ b/app/src/main/java/b/i/a/f/h/l/ma.java @@ -5,14 +5,14 @@ public final class ma implements na { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1458b; + public static final l2 f1459b; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); q2Var.a("measurement.id.lifecycle.app_in_background_parameter", 0L); a = q2Var.c("measurement.lifecycle.app_backgrounded_engagement", false); q2Var.c("measurement.lifecycle.app_backgrounded_tracking", true); - f1458b = q2Var.c("measurement.lifecycle.app_in_background_parameter", false); + f1459b = q2Var.c("measurement.lifecycle.app_in_background_parameter", false); q2Var.a("measurement.id.lifecycle.app_backgrounded_tracking", 0L); } @@ -23,6 +23,6 @@ public final class ma implements na { @Override // b.i.a.f.h.l.na public final boolean b() { - return f1458b.d().booleanValue(); + return f1459b.d().booleanValue(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/n4.java b/app/src/main/java/b/i/a/f/h/l/n4.java index 954d23dffe..95226b3be4 100644 --- a/app/src/main/java/b/i/a/f/h/l/n4.java +++ b/app/src/main/java/b/i/a/f/h/l/n4.java @@ -16,7 +16,7 @@ public final class n4> { public static final n4 a = new n4(true); /* renamed from: b reason: collision with root package name */ - public final r6 f1459b = new t6(16); + public final r6 f1460b = new t6(16); public boolean c; public boolean d; @@ -51,7 +51,7 @@ public final class n4> { public static int b(p7 p7Var, int i, Object obj) { int D = zzhi.D(i); - if (p7Var == p7.f1477s) { + if (p7Var == p7.f1478s) { c6 c6Var = (c6) obj; if (c6Var instanceof m3) { m3 m3Var = (m3) c6Var; @@ -162,7 +162,7 @@ public final class n4> { public static int g(p7 p7Var, Object obj) { int g; int L; - switch (m4.f1456b[p7Var.ordinal()]) { + switch (m4.f1457b[p7Var.ordinal()]) { case 1: ((Double) obj).doubleValue(); Logger logger = zzhi.a; @@ -262,7 +262,7 @@ public final class n4> { } public final Object c(T t) { - Object obj = this.f1459b.get(t); + Object obj = this.f1460b.get(t); if (!(obj instanceof d5)) { return obj; } @@ -273,11 +273,11 @@ public final class n4> { public final /* synthetic */ Object clone() throws CloneNotSupportedException { n4 n4Var = new n4(); - for (int i = 0; i < this.f1459b.e(); i++) { - Map.Entry d = this.f1459b.d(i); + for (int i = 0; i < this.f1460b.e(); i++) { + Map.Entry d = this.f1460b.d(i); n4Var.i(d.getKey(), d.getValue()); } - for (Map.Entry entry : this.f1459b.g()) { + for (Map.Entry entry : this.f1460b.g()) { n4Var.i(entry.getKey(), entry.getValue()); } n4Var.d = this.d; @@ -291,18 +291,18 @@ public final class n4> { if (!(obj instanceof n4)) { return false; } - return this.f1459b.equals(((n4) obj).f1459b); + return this.f1460b.equals(((n4) obj).f1460b); } public final void h() { if (!this.c) { - this.f1459b.c(); + this.f1460b.c(); this.c = true; } } public final int hashCode() { - return this.f1459b.hashCode(); + return this.f1460b.hashCode(); } public final void i(T t, Object obj) { @@ -325,7 +325,7 @@ public final class n4> { if (obj instanceof d5) { this.d = true; } - this.f1459b.put(t, obj); + this.f1460b.put(t, obj); } public final void j(Map.Entry entry) { @@ -343,30 +343,30 @@ public final class n4> { for (Object obj : (List) value) { ((List) c).add(d(obj)); } - this.f1459b.put(key, c); + this.f1460b.put(key, c); } else if (key.c() == w7.MESSAGE) { Object c2 = c(key); if (c2 == null) { - this.f1459b.put(key, d(value)); + this.f1460b.put(key, d(value)); } else { - this.f1459b.put(key, c2 instanceof f6 ? key.c0((f6) c2, (f6) value) : ((u4.b) key.X(((c6) c2).f(), (c6) value)).p()); + this.f1460b.put(key, c2 instanceof f6 ? key.c0((f6) c2, (f6) value) : ((u4.b) key.X(((c6) c2).f(), (c6) value)).p()); } } else { - this.f1459b.put(key, d(value)); + this.f1460b.put(key, d(value)); } } public final Iterator> l() { - return this.d ? new i5(this.f1459b.entrySet().iterator()) : this.f1459b.entrySet().iterator(); + return this.d ? new i5(this.f1460b.entrySet().iterator()) : this.f1460b.entrySet().iterator(); } public final boolean m() { - for (int i = 0; i < this.f1459b.e(); i++) { - if (!f(this.f1459b.d(i))) { + for (int i = 0; i < this.f1460b.e(); i++) { + if (!f(this.f1460b.d(i))) { return false; } } - for (Map.Entry entry : this.f1459b.g()) { + for (Map.Entry entry : this.f1460b.g()) { if (!f(entry)) { return false; } diff --git a/app/src/main/java/b/i/a/f/h/l/n6.java b/app/src/main/java/b/i/a/f/h/l/n6.java index 9775f38e58..d0784d14a1 100644 --- a/app/src/main/java/b/i/a/f/h/l/n6.java +++ b/app/src/main/java/b/i/a/f/h/l/n6.java @@ -11,7 +11,7 @@ public final class n6 { public final ConcurrentMap, q6> c = new ConcurrentHashMap(); /* renamed from: b reason: collision with root package name */ - public final p6 f1460b = new p5(); + public final p6 f1461b = new p5(); public final q6 a(Class cls) { q6 q6Var; @@ -22,11 +22,11 @@ public final class n6 { if (q6Var2 != null) { return q6Var2; } - p5 p5Var = (p5) this.f1460b; + p5 p5Var = (p5) this.f1461b; Objects.requireNonNull(p5Var); Class cls3 = s6.a; if (u4.class.isAssignableFrom(cls) || (cls2 = s6.a) == null || cls2.isAssignableFrom(cls)) { - a6 b2 = p5Var.f1476b.b(cls); + a6 b2 = p5Var.f1477b.b(cls); if (!b2.b()) { boolean z2 = false; if (u4.class.isAssignableFrom(cls)) { @@ -34,13 +34,13 @@ public final class n6 { z2 = true; } if (z2) { - i6 i6Var = k6.f1452b; - m5 m5Var = m5.f1457b; + i6 i6Var = k6.f1453b; + m5 m5Var = m5.f1458b; d7 d7Var = s6.d; j4 j4Var = k4.a; - q6Var = e6.n(b2, i6Var, m5Var, d7Var, k4.a, x5.f1500b); + q6Var = e6.n(b2, i6Var, m5Var, d7Var, k4.a, x5.f1501b); } else { - q6Var = e6.n(b2, k6.f1452b, m5.f1457b, s6.d, null, x5.f1500b); + q6Var = e6.n(b2, k6.f1453b, m5.f1458b, s6.d, null, x5.f1501b); } } else { if (b2.a() == 1) { @@ -49,8 +49,8 @@ public final class n6 { if (z2) { i6 i6Var2 = k6.a; m5 m5Var2 = m5.a; - d7 d7Var2 = s6.f1493b; - j4 j4Var2 = k4.f1451b; + d7 d7Var2 = s6.f1494b; + j4 j4Var2 = k4.f1452b; if (j4Var2 != null) { q6Var = e6.n(b2, i6Var2, m5Var2, d7Var2, j4Var2, x5.a); } else { @@ -65,8 +65,8 @@ public final class n6 { j4 j4Var3 = k4.a; q6Var = new g6<>(d7Var3, k4.a, b2.c()); } else { - d7 d7Var4 = s6.f1493b; - j4 j4Var4 = k4.f1451b; + d7 d7Var4 = s6.f1494b; + j4 j4Var4 = k4.f1452b; if (j4Var4 != null) { q6Var = new g6<>(d7Var4, j4Var4, b2.c()); } else { diff --git a/app/src/main/java/b/i/a/f/h/l/o4.java b/app/src/main/java/b/i/a/f/h/l/o4.java index 96cd654691..f8f71cf37b 100644 --- a/app/src/main/java/b/i/a/f/h/l/o4.java +++ b/app/src/main/java/b/i/a/f/h/l/o4.java @@ -106,7 +106,7 @@ public enum o4 { /* renamed from: i0 reason: collision with root package name */ - public static final o4[] f1469i0 = new o4[51]; + public static final o4[] f1470i0 = new o4[51]; private final e5 zzaz; private final int zzba; private final q4 zzbb; @@ -130,7 +130,7 @@ public enum o4 { o4[] values = values(); for (int i = 0; i < 51; i++) { o4 o4Var = values[i]; - f1469i0[o4Var.zzba] = o4Var; + f1470i0[o4Var.zzba] = o4Var; } } @@ -148,7 +148,7 @@ public enum o4 { } else { this.zzbc = e5Var.f(); } - this.zzbd = (q4Var != q4.SCALAR || (i2 = r4.f1488b[e5Var.ordinal()]) == 1 || i2 == 2 || i2 == 3) ? false : z2; + this.zzbd = (q4Var != q4.SCALAR || (i2 = r4.f1489b[e5Var.ordinal()]) == 1 || i2 == 2 || i2 == 3) ? false : z2; } public final int a() { diff --git a/app/src/main/java/b/i/a/f/h/l/o6.java b/app/src/main/java/b/i/a/f/h/l/o6.java index c0f59a8289..20f4dd351e 100644 --- a/app/src/main/java/b/i/a/f/h/l/o6.java +++ b/app/src/main/java/b/i/a/f/h/l/o6.java @@ -5,13 +5,13 @@ public final class o6 implements a6 { public final c6 a; /* renamed from: b reason: collision with root package name */ - public final String f1475b; + public final String f1476b; public final Object[] c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; - this.f1475b = str; + this.f1476b = str; this.c = objArr; char charAt = str.charAt(0); if (charAt < 55296) { diff --git a/app/src/main/java/b/i/a/f/h/l/p5.java b/app/src/main/java/b/i/a/f/h/l/p5.java index 3eb8f0aa9b..89196c7732 100644 --- a/app/src/main/java/b/i/a/f/h/l/p5.java +++ b/app/src/main/java/b/i/a/f/h/l/p5.java @@ -7,7 +7,7 @@ public final class p5 implements p6 { public static final z5 a = new s5(); /* renamed from: b reason: collision with root package name */ - public final z5 f1476b; + public final z5 f1477b; public p5() { z5 z5Var; @@ -21,6 +21,6 @@ public final class p5 implements p6 { z5VarArr[1] = z5Var; r5 r5Var = new r5(z5VarArr); Charset charset = w4.a; - this.f1476b = r5Var; + this.f1477b = r5Var; } } diff --git a/app/src/main/java/b/i/a/f/h/l/p7.java b/app/src/main/java/b/i/a/f/h/l/p7.java index 43ca089b03..a50676123a 100644 --- a/app/src/main/java/b/i/a/f/h/l/p7.java +++ b/app/src/main/java/b/i/a/f/h/l/p7.java @@ -16,20 +16,20 @@ public class p7 extends Enum { public static final p7 r; /* renamed from: s reason: collision with root package name */ - public static final p7 f1477s; + public static final p7 f1478s; public static final p7 t; public static final p7 u; public static final p7 v; public static final p7 w; /* renamed from: x reason: collision with root package name */ - public static final p7 f1478x; + public static final p7 f1479x; /* renamed from: y reason: collision with root package name */ - public static final p7 f1479y; + public static final p7 f1480y; /* renamed from: z reason: collision with root package name */ - public static final p7 f1480z; + public static final p7 f1481z; private final w7 zzs; private final int zzt; @@ -56,7 +56,7 @@ public class p7 extends Enum { r = s7Var; w7 w7Var3 = w7.MESSAGE; r7 r7Var = new r7("GROUP", w7Var3); - f1477s = r7Var; + f1478s = r7Var; u7 u7Var = new u7("MESSAGE", w7Var3); t = u7Var; t7 t7Var = new t7("BYTES", w7.BYTE_STRING); @@ -66,11 +66,11 @@ public class p7 extends Enum { p7 p7Var10 = new p7("ENUM", 13, w7.ENUM, 0); w = p7Var10; p7 p7Var11 = new p7("SFIXED32", 14, w7Var2, 5); - f1478x = p7Var11; + f1479x = p7Var11; p7 p7Var12 = new p7("SFIXED64", 15, w7Var, 1); - f1479y = p7Var12; + f1480y = p7Var12; p7 p7Var13 = new p7("SINT32", 16, w7Var2, 0); - f1480z = p7Var13; + f1481z = p7Var13; p7 p7Var14 = new p7("SINT64", 17, w7Var, 0); A = p7Var14; B = new p7[]{p7Var, p7Var2, p7Var3, p7Var4, p7Var5, p7Var6, p7Var7, p7Var8, s7Var, r7Var, u7Var, t7Var, p7Var9, p7Var10, p7Var11, p7Var12, p7Var13, p7Var14}; diff --git a/app/src/main/java/b/i/a/f/h/l/p8.java b/app/src/main/java/b/i/a/f/h/l/p8.java index 3ce95f1593..79da52c04e 100644 --- a/app/src/main/java/b/i/a/f/h/l/p8.java +++ b/app/src/main/java/b/i/a/f/h/l/p8.java @@ -16,7 +16,7 @@ public final class p8 implements m8 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1481b; + public static final l2 f1482b; public static final l2 c; public static final l2 d; public static final l2 e; @@ -35,25 +35,25 @@ public final class p8 implements m8 { public static final l2 r; /* renamed from: s reason: collision with root package name */ - public static final l2 f1482s; + public static final l2 f1483s; public static final l2 t; public static final l2 u; public static final l2 v; public static final l2 w; /* renamed from: x reason: collision with root package name */ - public static final l2 f1483x; + public static final l2 f1484x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1484y; + public static final l2 f1485y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1485z; + public static final l2 f1486z; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.a("measurement.ad_id_cache_time", 10000L); - f1481b = q2Var.a("measurement.config.cache_time", 86400000L); + f1482b = q2Var.a("measurement.config.cache_time", 86400000L); q2Var.b("measurement.log_tag", "FA"); c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); d = q2Var.b("measurement.config.url_scheme", Constants.SCHEME); @@ -73,14 +73,14 @@ public final class p8 implements m8 { p = q2Var.a("measurement.upload.stale_data_deletion_interval", 86400000L); q = q2Var.a("measurement.upload.backoff_period", 43200000L); r = q2Var.a("measurement.upload.initial_upload_delay_time", 15000L); - f1482s = q2Var.a("measurement.upload.interval", 3600000L); + f1483s = q2Var.a("measurement.upload.interval", 3600000L); t = q2Var.a("measurement.upload.max_bundle_size", Permission.READ_MESSAGE_HISTORY); u = q2Var.a("measurement.upload.max_bundles", 100L); v = q2Var.a("measurement.upload.max_conversions_per_day", 500L); w = q2Var.a("measurement.upload.max_error_events_per_day", 1000L); - f1483x = q2Var.a("measurement.upload.max_events_per_bundle", 1000L); - f1484y = q2Var.a("measurement.upload.max_events_per_day", 100000L); - f1485z = q2Var.a("measurement.upload.max_public_events_per_day", 50000L); + f1484x = q2Var.a("measurement.upload.max_events_per_bundle", 1000L); + f1485y = q2Var.a("measurement.upload.max_events_per_day", 100000L); + f1486z = q2Var.a("measurement.upload.max_public_events_per_day", 50000L); A = q2Var.a("measurement.upload.max_queue_time", 2419200000L); B = q2Var.a("measurement.upload.max_realtime_events_per_day", 10L); C = q2Var.a("measurement.upload.max_batch_size", Permission.READ_MESSAGE_HISTORY); @@ -112,7 +112,7 @@ public final class p8 implements m8 { @Override // b.i.a.f.h.l.m8 public final long E() { - return f1482s.d().longValue(); + return f1483s.d().longValue(); } @Override // b.i.a.f.h.l.m8 @@ -132,7 +132,7 @@ public final class p8 implements m8 { @Override // b.i.a.f.h.l.m8 public final long b() { - return f1481b.d().longValue(); + return f1482b.d().longValue(); } @Override // b.i.a.f.h.l.m8 @@ -182,7 +182,7 @@ public final class p8 implements m8 { @Override // b.i.a.f.h.l.m8 public final long l() { - return f1484y.d().longValue(); + return f1485y.d().longValue(); } @Override // b.i.a.f.h.l.m8 @@ -197,7 +197,7 @@ public final class p8 implements m8 { @Override // b.i.a.f.h.l.m8 public final long o() { - return f1485z.d().longValue(); + return f1486z.d().longValue(); } @Override // b.i.a.f.h.l.m8 @@ -237,7 +237,7 @@ public final class p8 implements m8 { @Override // b.i.a.f.h.l.m8 public final long w() { - return f1483x.d().longValue(); + return f1484x.d().longValue(); } @Override // b.i.a.f.h.l.m8 diff --git a/app/src/main/java/b/i/a/f/h/l/q3.java b/app/src/main/java/b/i/a/f/h/l/q3.java index ddc316e3c8..f3a2a6c306 100644 --- a/app/src/main/java/b/i/a/f/h/l/q3.java +++ b/app/src/main/java/b/i/a/f/h/l/q3.java @@ -5,7 +5,7 @@ public final class q3 { public static final Class a; /* renamed from: b reason: collision with root package name */ - public static final boolean f1486b; + public static final boolean f1487b; static { Class cls; @@ -20,10 +20,10 @@ public final class q3 { cls2 = Class.forName("org.robolectric.Robolectric"); } catch (Throwable unused2) { } - f1486b = cls2 != null; + f1487b = cls2 != null; } public static boolean a() { - return a != null && !f1486b; + return a != null && !f1487b; } } diff --git a/app/src/main/java/b/i/a/f/h/l/q8.java b/app/src/main/java/b/i/a/f/h/l/q8.java index 6a8cc91dd4..5f0a507043 100644 --- a/app/src/main/java/b/i/a/f/h/l/q8.java +++ b/app/src/main/java/b/i/a/f/h/l/q8.java @@ -5,12 +5,12 @@ public final class q8 implements r8 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1487b; + public static final l2 f1488b; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.service.configurable_service_limits", true); - f1487b = q2Var.c("measurement.client.configurable_service_limits", true); + f1488b = q2Var.c("measurement.client.configurable_service_limits", true); q2Var.a("measurement.id.service.configurable_service_limits", 0L); } @@ -26,6 +26,6 @@ public final class q8 implements r8 { @Override // b.i.a.f.h.l.r8 public final boolean c() { - return f1487b.d().booleanValue(); + return f1488b.d().booleanValue(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/r4.java b/app/src/main/java/b/i/a/f/h/l/r4.java index 8929fda59f..3c2b2ec69c 100644 --- a/app/src/main/java/b/i/a/f/h/l/r4.java +++ b/app/src/main/java/b/i/a/f/h/l/r4.java @@ -5,22 +5,22 @@ public final /* synthetic */ class r4 { public static final /* synthetic */ int[] a; /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int[] f1488b; + public static final /* synthetic */ int[] f1489b; static { e5.values(); int[] iArr = new int[10]; - f1488b = iArr; + f1489b = iArr; try { iArr[e5.BYTE_STRING.ordinal()] = 1; } catch (NoSuchFieldError unused) { } try { - f1488b[e5.MESSAGE.ordinal()] = 2; + f1489b[e5.MESSAGE.ordinal()] = 2; } catch (NoSuchFieldError unused2) { } try { - f1488b[e5.STRING.ordinal()] = 3; + f1489b[e5.STRING.ordinal()] = 3; } catch (NoSuchFieldError unused3) { } q4.values(); diff --git a/app/src/main/java/b/i/a/f/h/l/r6.java b/app/src/main/java/b/i/a/f/h/l/r6.java index 0b6a615a56..d43dea34d7 100644 --- a/app/src/main/java/b/i/a/f/h/l/r6.java +++ b/app/src/main/java/b/i/a/f/h/l/r6.java @@ -162,7 +162,7 @@ public class r6, V> extends AbstractMap { } public final Iterable> g() { - return this.m.isEmpty() ? (Iterable>) u6.f1495b : this.m.entrySet(); + return this.m.isEmpty() ? (Iterable>) u6.f1496b : this.m.entrySet(); } /* JADX WARN: Multi-variable type inference failed */ diff --git a/app/src/main/java/b/i/a/f/h/l/ra.java b/app/src/main/java/b/i/a/f/h/l/ra.java index bca66f6ed4..6adb2e4511 100644 --- a/app/src/main/java/b/i/a/f/h/l/ra.java +++ b/app/src/main/java/b/i/a/f/h/l/ra.java @@ -5,12 +5,12 @@ public final class ra implements oa { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1489b; + public static final l2 f1490b; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.screen.manual_screen_view_logging", true); - f1489b = q2Var.c("measurement.sdk.screen.disabling_automatic_reporting", true); + f1490b = q2Var.c("measurement.sdk.screen.disabling_automatic_reporting", true); } @Override // b.i.a.f.h.l.oa @@ -25,6 +25,6 @@ public final class ra implements oa { @Override // b.i.a.f.h.l.oa public final boolean c() { - return f1489b.d().booleanValue(); + return f1490b.d().booleanValue(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/s2.java b/app/src/main/java/b/i/a/f/h/l/s2.java index ea04d0491b..6eae94f1e5 100644 --- a/app/src/main/java/b/i/a/f/h/l/s2.java +++ b/app/src/main/java/b/i/a/f/h/l/s2.java @@ -13,7 +13,7 @@ public final class s2 implements b2 { public static final Map a = new ArrayMap(); /* renamed from: b reason: collision with root package name */ - public final SharedPreferences f1490b; + public final SharedPreferences f1491b; public final SharedPreferences.OnSharedPreferenceChangeListener c; public final Object d; public volatile Map e; @@ -36,7 +36,7 @@ public final class s2 implements b2 { public static synchronized void b() { synchronized (s2.class) { for (s2 s2Var : a.values()) { - s2Var.f1490b.unregisterOnSharedPreferenceChangeListener(s2Var.c); + s2Var.f1491b.unregisterOnSharedPreferenceChangeListener(s2Var.c); } a.clear(); } @@ -50,7 +50,7 @@ public final class s2 implements b2 { map = this.e; if (map == null) { StrictMode.ThreadPolicy allowThreadDiskReads = StrictMode.allowThreadDiskReads(); - Map all = this.f1490b.getAll(); + Map all = this.f1491b.getAll(); this.e = all; StrictMode.setThreadPolicy(allowThreadDiskReads); map = all; diff --git a/app/src/main/java/b/i/a/f/h/l/s3.java b/app/src/main/java/b/i/a/f/h/l/s3.java index 64cac649fe..96b9774863 100644 --- a/app/src/main/java/b/i/a/f/h/l/s3.java +++ b/app/src/main/java/b/i/a/f/h/l/s3.java @@ -7,7 +7,7 @@ public final class s3 { public int a; /* renamed from: b reason: collision with root package name */ - public long f1491b; + public long f1492b; public Object c; public final h4 d; diff --git a/app/src/main/java/b/i/a/f/h/l/s4.java b/app/src/main/java/b/i/a/f/h/l/s4.java index 4bf1fc40ea..ca7d3f4571 100644 --- a/app/src/main/java/b/i/a/f/h/l/s4.java +++ b/app/src/main/java/b/i/a/f/h/l/s4.java @@ -16,13 +16,13 @@ public abstract class s4 { public static final Logger a = Logger.getLogger(zzhi.class.getName()); /* renamed from: b reason: collision with root package name */ - public static String f1492b = "com.google.protobuf.BlazeGeneratedExtensionRegistryLiteLoader"; + public static String f1493b = "com.google.protobuf.BlazeGeneratedExtensionRegistryLiteLoader"; public static T b(Class cls) { String str; ClassLoader classLoader = s4.class.getClassLoader(); if (cls.equals(h4.class)) { - str = f1492b; + str = f1493b; } else if (cls.getPackage().equals(s4.class.getPackage())) { str = String.format("%s.BlazeGenerated%sLoader", cls.getPackage().getName(), cls.getSimpleName()); } else { diff --git a/app/src/main/java/b/i/a/f/h/l/s6.java b/app/src/main/java/b/i/a/f/h/l/s6.java index 355845b49d..b5c7d5790e 100644 --- a/app/src/main/java/b/i/a/f/h/l/s6.java +++ b/app/src/main/java/b/i/a/f/h/l/s6.java @@ -12,7 +12,7 @@ public final class s6 { public static final Class a; /* renamed from: b reason: collision with root package name */ - public static final d7 f1493b; + public static final d7 f1494b; public static final d7 c; public static final d7 d; @@ -24,7 +24,7 @@ public final class s6 { cls = null; } a = cls; - f1493b = e(false); + f1494b = e(false); c = e(true); d = new f7(); } @@ -534,13 +534,13 @@ public final class s6 { public static > void i(j4 j4Var, T t, T t2) { n4 b2 = j4Var.b(t2); - if (!b2.f1459b.isEmpty()) { + if (!b2.f1460b.isEmpty()) { n4 f = j4Var.f(t); Objects.requireNonNull(f); - for (int i = 0; i < b2.f1459b.e(); i++) { - f.j(b2.f1459b.d(i)); + for (int i = 0; i < b2.f1460b.e(); i++) { + f.j(b2.f1460b.d(i)); } - for (Map.Entry entry : b2.f1459b.g()) { + for (Map.Entry entry : b2.f1460b.g()) { f.j(entry); } } diff --git a/app/src/main/java/b/i/a/f/h/l/t3.java b/app/src/main/java/b/i/a/f/h/l/t3.java index 68a8c4021f..51b4d6616a 100644 --- a/app/src/main/java/b/i/a/f/h/l/t3.java +++ b/app/src/main/java/b/i/a/f/h/l/t3.java @@ -10,7 +10,7 @@ import java.util.Locale; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ /* loaded from: classes3.dex */ public abstract class t3 implements Serializable, Iterable { - public static final t3 j = new z3(w4.f1498b); + public static final t3 j = new z3(w4.f1499b); public static final x3 k; private int zzc = 0; diff --git a/app/src/main/java/b/i/a/f/h/l/u1.java b/app/src/main/java/b/i/a/f/h/l/u1.java index 37a6ace9f7..a51c242bd1 100644 --- a/app/src/main/java/b/i/a/f/h/l/u1.java +++ b/app/src/main/java/b/i/a/f/h/l/u1.java @@ -13,7 +13,7 @@ public class u1 { public static final Uri a = Uri.parse("content://com.google.android.gsf.gservices"); /* renamed from: b reason: collision with root package name */ - public static final Uri f1494b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); + public static final Uri f1495b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); public static final Pattern c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); diff --git a/app/src/main/java/b/i/a/f/h/l/u6.java b/app/src/main/java/b/i/a/f/h/l/u6.java index 1511e32da6..273b7d6d6d 100644 --- a/app/src/main/java/b/i/a/f/h/l/u6.java +++ b/app/src/main/java/b/i/a/f/h/l/u6.java @@ -7,5 +7,5 @@ public final class u6 { public static final Iterator a = new w6(); /* renamed from: b reason: collision with root package name */ - public static final Iterable f1495b = new v6(); + public static final Iterable f1496b = new v6(); } diff --git a/app/src/main/java/b/i/a/f/h/l/v1.java b/app/src/main/java/b/i/a/f/h/l/v1.java index 1b02b0563a..0266d174b2 100644 --- a/app/src/main/java/b/i/a/f/h/l/v1.java +++ b/app/src/main/java/b/i/a/f/h/l/v1.java @@ -8,11 +8,11 @@ public final class v1 extends t2 { public final Context a; /* renamed from: b reason: collision with root package name */ - public final z2> f1496b; + public final z2> f1497b; public v1(Context context, z2> z2Var) { this.a = context; - this.f1496b = z2Var; + this.f1497b = z2Var; } @Override // b.i.a.f.h.l.t2 @@ -22,7 +22,7 @@ public final class v1 extends t2 { @Override // b.i.a.f.h.l.t2 public final z2> b() { - return this.f1496b; + return this.f1497b; } public final boolean equals(Object obj) { @@ -32,7 +32,7 @@ public final class v1 extends t2 { } if (obj instanceof t2) { t2 t2Var = (t2) obj; - if (this.a.equals(t2Var.a()) && ((z2Var = this.f1496b) != null ? z2Var.equals(t2Var.b()) : t2Var.b() == null)) { + if (this.a.equals(t2Var.a()) && ((z2Var = this.f1497b) != null ? z2Var.equals(t2Var.b()) : t2Var.b() == null)) { return true; } } @@ -41,13 +41,13 @@ public final class v1 extends t2 { public final int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; - z2> z2Var = this.f1496b; + z2> z2Var = this.f1497b; return hashCode ^ (z2Var == null ? 0 : z2Var.hashCode()); } public final String toString() { String valueOf = String.valueOf(this.a); - String valueOf2 = String.valueOf(this.f1496b); + String valueOf2 = String.valueOf(this.f1497b); StringBuilder Q = a.Q(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); Q.append("}"); return Q.toString(); diff --git a/app/src/main/java/b/i/a/f/h/l/v8.java b/app/src/main/java/b/i/a/f/h/l/v8.java index 2028551dc1..634b131226 100644 --- a/app/src/main/java/b/i/a/f/h/l/v8.java +++ b/app/src/main/java/b/i/a/f/h/l/v8.java @@ -5,14 +5,14 @@ public final class v8 implements s8 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1497b; + public static final l2 f1498b; public static final l2 c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.consent_state_v1", false); - f1497b = q2Var.c("measurement.client.3p_consent_state_v1", false); + f1498b = q2Var.c("measurement.client.3p_consent_state_v1", false); c = q2Var.c("measurement.service.consent_state_v1_W36", false); q2Var.a("measurement.id.service.consent_state_v1_W36", 0L); d = q2Var.a("measurement.service.storage_consent_support_version", 203590L); @@ -30,7 +30,7 @@ public final class v8 implements s8 { @Override // b.i.a.f.h.l.s8 public final boolean c() { - return f1497b.d().booleanValue(); + return f1498b.d().booleanValue(); } @Override // b.i.a.f.h.l.s8 diff --git a/app/src/main/java/b/i/a/f/h/l/w4.java b/app/src/main/java/b/i/a/f/h/l/w4.java index ea2e160d68..2a94baaaf3 100644 --- a/app/src/main/java/b/i/a/f/h/l/w4.java +++ b/app/src/main/java/b/i/a/f/h/l/w4.java @@ -12,12 +12,12 @@ public final class w4 { public static final Charset a = Charset.forName(Constants.ENCODING); /* renamed from: b reason: collision with root package name */ - public static final byte[] f1498b; + public static final byte[] f1499b; static { Charset.forName("ISO-8859-1"); byte[] bArr = new byte[0]; - f1498b = bArr; + f1499b = bArr; ByteBuffer.wrap(bArr); int length = bArr.length; int i = length + 0; diff --git a/app/src/main/java/b/i/a/f/h/l/x1.java b/app/src/main/java/b/i/a/f/h/l/x1.java index e5325b1a69..b5dd3be390 100644 --- a/app/src/main/java/b/i/a/f/h/l/x1.java +++ b/app/src/main/java/b/i/a/f/h/l/x1.java @@ -17,7 +17,7 @@ public final /* synthetic */ class x1 implements d2 { @Override // b.i.a.f.h.l.d2 public final Object a() { y1 y1Var = this.a; - Cursor query = y1Var.c.query(y1Var.d, y1.f1501b, null, null, null); + Cursor query = y1Var.c.query(y1Var.d, y1.f1502b, null, null, null); if (query == null) { return Collections.emptyMap(); } diff --git a/app/src/main/java/b/i/a/f/h/l/x5.java b/app/src/main/java/b/i/a/f/h/l/x5.java index fbc373a73c..04ae89a03f 100644 --- a/app/src/main/java/b/i/a/f/h/l/x5.java +++ b/app/src/main/java/b/i/a/f/h/l/x5.java @@ -5,7 +5,7 @@ public final class x5 { public static final v5 a; /* renamed from: b reason: collision with root package name */ - public static final v5 f1500b; + public static final v5 f1501b; static { v5 v5Var; @@ -15,6 +15,6 @@ public final class x5 { v5Var = null; } a = v5Var; - f1500b = new y5(); + f1501b = new y5(); } } diff --git a/app/src/main/java/b/i/a/f/h/l/y1.java b/app/src/main/java/b/i/a/f/h/l/y1.java index 0f71ffb3f6..6b7f5e67ef 100644 --- a/app/src/main/java/b/i/a/f/h/l/y1.java +++ b/app/src/main/java/b/i/a/f/h/l/y1.java @@ -21,7 +21,7 @@ public final class y1 implements b2 { public static final Map a = new ArrayMap(); /* renamed from: b reason: collision with root package name */ - public static final String[] f1501b = {"key", "value"}; + public static final String[] f1502b = {"key", "value"}; public final ContentResolver c; public final Uri d; public final ContentObserver e; diff --git a/app/src/main/java/b/i/a/f/h/l/y7.java b/app/src/main/java/b/i/a/f/h/l/y7.java index e485c254b0..08d8a78735 100644 --- a/app/src/main/java/b/i/a/f/h/l/y7.java +++ b/app/src/main/java/b/i/a/f/h/l/y7.java @@ -5,13 +5,13 @@ public final class y7 implements z7 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1502b; + public static final l2 f1503b; public static final l2 c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.ad_impression", true); - f1502b = q2Var.c("measurement.service.separate_public_internal_event_blacklisting", true); + f1503b = q2Var.c("measurement.service.separate_public_internal_event_blacklisting", true); c = q2Var.c("measurement.service.ad_impression", true); q2Var.a("measurement.id.service.ad_impression", 0L); } @@ -28,7 +28,7 @@ public final class y7 implements z7 { @Override // b.i.a.f.h.l.z7 public final boolean c() { - return f1502b.d().booleanValue(); + return f1503b.d().booleanValue(); } @Override // b.i.a.f.h.l.z7 diff --git a/app/src/main/java/b/i/a/f/h/l/ya.java b/app/src/main/java/b/i/a/f/h/l/ya.java index d560f13f4d..0e12e8651b 100644 --- a/app/src/main/java/b/i/a/f/h/l/ya.java +++ b/app/src/main/java/b/i/a/f/h/l/ya.java @@ -5,7 +5,7 @@ public final class ya implements za { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1503b; + public static final l2 f1504b; public static final l2 c; public static final l2 d; public static final l2 e; @@ -14,7 +14,7 @@ public final class ya implements za { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.test.boolean_flag", false); Object obj = l2.a; - f1503b = new o2(q2Var, "measurement.test.double_flag", Double.valueOf(-3.0d)); + f1504b = new o2(q2Var, "measurement.test.double_flag", Double.valueOf(-3.0d)); c = q2Var.a("measurement.test.int_flag", -2L); d = q2Var.a("measurement.test.long_flag", -1L); e = q2Var.b("measurement.test.string_flag", "---"); @@ -27,7 +27,7 @@ public final class ya implements za { @Override // b.i.a.f.h.l.za public final double b() { - return f1503b.d().doubleValue(); + return f1504b.d().doubleValue(); } @Override // b.i.a.f.h.l.za diff --git a/app/src/main/java/b/i/a/f/h/l/z9.java b/app/src/main/java/b/i/a/f/h/l/z9.java index d602e69cd6..082ec85bda 100644 --- a/app/src/main/java/b/i/a/f/h/l/z9.java +++ b/app/src/main/java/b/i/a/f/h/l/z9.java @@ -5,12 +5,12 @@ public final class z9 implements w9 { public static final l2 a; /* renamed from: b reason: collision with root package name */ - public static final l2 f1504b; + public static final l2 f1505b; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.collection.efficient_engagement_reporting_enabled_2", true); - f1504b = q2Var.c("measurement.collection.redundant_engagement_removal_enabled", false); + f1505b = q2Var.c("measurement.collection.redundant_engagement_removal_enabled", false); q2Var.a("measurement.id.collection.redundant_engagement_removal_enabled", 0L); } @@ -21,6 +21,6 @@ public final class z9 implements w9 { @Override // b.i.a.f.h.l.w9 public final boolean b() { - return f1504b.d().booleanValue(); + return f1505b.d().booleanValue(); } } diff --git a/app/src/main/java/b/i/a/f/h/m/a.java b/app/src/main/java/b/i/a/f/h/m/a.java index 3f0e4c67f5..8ad4387ef5 100644 --- a/app/src/main/java/b/i/a/f/h/m/a.java +++ b/app/src/main/java/b/i/a/f/h/m/a.java @@ -9,11 +9,11 @@ public class a implements IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1505b; + public final String f1506b; public a(IBinder iBinder, String str) { this.a = iBinder; - this.f1505b = str; + this.f1506b = str; } @Override // android.os.IInterface @@ -23,7 +23,7 @@ public class a implements IInterface { public final Parcel c() { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1505b); + obtain.writeInterfaceToken(this.f1506b); return obtain; } diff --git a/app/src/main/java/b/i/a/f/h/m/e.java b/app/src/main/java/b/i/a/f/h/m/e.java index bcca76548d..b1f510acfb 100644 --- a/app/src/main/java/b/i/a/f/h/m/e.java +++ b/app/src/main/java/b/i/a/f/h/m/e.java @@ -17,7 +17,7 @@ public final class e { public static final ParcelUuid a = ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB"); /* renamed from: b reason: collision with root package name */ - public final int f1506b; + public final int f1507b; @Nullable public final List c; @Nullable @@ -34,7 +34,7 @@ public final class e { this.d = sparseArray; this.e = map; this.g = str; - this.f1506b = i; + this.f1507b = i; this.f = i2; this.h = bArr; } @@ -89,7 +89,7 @@ public final class e { public final String toString() { String str; - int i = this.f1506b; + int i = this.f1507b; String valueOf = String.valueOf(this.c); SparseArray sparseArray = this.d; StringBuilder sb = new StringBuilder(); diff --git a/app/src/main/java/b/i/a/f/h/m/j.java b/app/src/main/java/b/i/a/f/h/m/j.java index 6cf146fe3f..856c9c2f58 100644 --- a/app/src/main/java/b/i/a/f/h/m/j.java +++ b/app/src/main/java/b/i/a/f/h/m/j.java @@ -11,16 +11,16 @@ public final class j extends s0 { public final k> a; /* renamed from: b reason: collision with root package name */ - public boolean f1507b = false; + public boolean f1508b = false; public j(k> kVar) { this.a = kVar; } public final synchronized void g(Status status) throws RemoteException { - if (!this.f1507b) { + if (!this.f1508b) { this.a.a(new k(status)); - this.f1507b = true; + this.f1508b = true; return; } String valueOf = String.valueOf(status); diff --git a/app/src/main/java/b/i/a/f/h/m/p.java b/app/src/main/java/b/i/a/f/h/m/p.java index 9b2242f4d0..8b514e9eb0 100644 --- a/app/src/main/java/b/i/a/f/h/m/p.java +++ b/app/src/main/java/b/i/a/f/h/m/p.java @@ -13,7 +13,7 @@ public class p { public static final Uri a = Uri.parse("content://com.google.android.gsf.gservices"); /* renamed from: b reason: collision with root package name */ - public static final Uri f1508b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); + public static final Uri f1509b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); public static final Pattern c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); diff --git a/app/src/main/java/b/i/a/f/h/n/a.java b/app/src/main/java/b/i/a/f/h/n/a.java index c0ad6245a9..4eac0f2d63 100644 --- a/app/src/main/java/b/i/a/f/h/n/a.java +++ b/app/src/main/java/b/i/a/f/h/n/a.java @@ -62,14 +62,14 @@ public final class a { f("BillingHelper", "Got null intent!"); BillingResult billingResult = new BillingResult(); billingResult.a = 6; - billingResult.f2001b = "An internal error occurred."; + billingResult.f2002b = "An internal error occurred."; return billingResult; } int a2 = a(intent.getExtras(), str); String d = d(intent.getExtras(), str); BillingResult billingResult2 = new BillingResult(); billingResult2.a = a2; - billingResult2.f2001b = d; + billingResult2.f2002b = d; return billingResult2; } diff --git a/app/src/main/java/b/i/a/f/h/o/h.java b/app/src/main/java/b/i/a/f/h/o/h.java index 65f6521d58..febe6b7a39 100644 --- a/app/src/main/java/b/i/a/f/h/o/h.java +++ b/app/src/main/java/b/i/a/f/h/o/h.java @@ -9,7 +9,7 @@ public final class h implements g, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1509b = "com.google.android.gms.safetynet.internal.ISafetyNetService"; + public final String f1510b = "com.google.android.gms.safetynet.internal.ISafetyNetService"; public h(IBinder iBinder) { this.a = iBinder; @@ -23,7 +23,7 @@ public final class h implements g, IInterface { @Override // b.i.a.f.h.o.g public final void n0(e eVar, String str) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1509b); + obtain.writeInterfaceToken(this.f1510b); int i = b.a; obtain.writeStrongBinder(eVar == null ? null : (a) eVar); obtain.writeString(str); diff --git a/app/src/main/java/b/i/a/f/i/b/a.java b/app/src/main/java/b/i/a/f/i/b/a.java index a9575f1a4a..a7b1803118 100644 --- a/app/src/main/java/b/i/a/f/i/b/a.java +++ b/app/src/main/java/b/i/a/f/i/b/a.java @@ -11,7 +11,7 @@ public final class a extends z1 { public final Map c = new ArrayMap(); /* renamed from: b reason: collision with root package name */ - public final Map f1510b = new ArrayMap(); + public final Map f1511b = new ArrayMap(); public a(u4 u4Var) { super(u4Var); @@ -20,10 +20,10 @@ public final class a extends z1 { @WorkerThread public final void t(long j) { i7 w = q().w(false); - for (String str : this.f1510b.keySet()) { - w(str, j - this.f1510b.get(str).longValue(), w); + for (String str : this.f1511b.keySet()) { + w(str, j - this.f1511b.get(str).longValue(), w); } - if (!this.f1510b.isEmpty()) { + if (!this.f1511b.isEmpty()) { u(j - this.d, w); } x(j); @@ -68,10 +68,10 @@ public final class a extends z1 { @WorkerThread public final void x(long j) { - for (String str : this.f1510b.keySet()) { - this.f1510b.put(str, Long.valueOf(j)); + for (String str : this.f1511b.keySet()) { + this.f1511b.put(str, Long.valueOf(j)); } - if (!this.f1510b.isEmpty()) { + if (!this.f1511b.isEmpty()) { this.d = j; } } diff --git a/app/src/main/java/b/i/a/f/i/b/a4.java b/app/src/main/java/b/i/a/f/i/b/a4.java index 3dd10d0733..dd9324ce96 100644 --- a/app/src/main/java/b/i/a/f/i/b/a4.java +++ b/app/src/main/java/b/i/a/f/i/b/a4.java @@ -20,7 +20,7 @@ public final class a4 { public final u4 a; /* renamed from: b reason: collision with root package name */ - public final String f1511b; + public final String f1512b; public String c; public String d; public String e; @@ -39,27 +39,27 @@ public final class a4 { public boolean r; /* renamed from: s reason: collision with root package name */ - public String f1512s; + public String f1513s; public Boolean t; public long u; public List v; public String w; /* renamed from: x reason: collision with root package name */ - public long f1513x; + public long f1514x; /* renamed from: y reason: collision with root package name */ - public long f1514y; + public long f1515y; /* renamed from: z reason: collision with root package name */ - public long f1515z; + public long f1516z; @WorkerThread public a4(u4 u4Var, String str) { Objects.requireNonNull(u4Var, "null reference"); d.w(str); this.a = u4Var; - this.f1511b = str; + this.f1512b = str; u4Var.f().b(); } @@ -220,7 +220,7 @@ public final class a4 { this.a.f().b(); long j = this.g + 1; if (j > 2147483647L) { - this.a.g().i.b("Bundle index overflow. appId", q3.s(this.f1511b)); + this.a.g().i.b("Bundle index overflow. appId", q3.s(this.f1512b)); j = 0; } this.E = true; @@ -333,7 +333,7 @@ public final class a4 { @WorkerThread public final String o() { this.a.f().b(); - return this.f1511b; + return this.f1512b; } @WorkerThread @@ -349,8 +349,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1512s, str); - this.f1512s = str; + this.E |= !t9.q0(this.f1513s, str); + this.f1513s = str; } @WorkerThread @@ -406,7 +406,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.f1512s; + return this.f1513s; } @WorkerThread diff --git a/app/src/main/java/b/i/a/f/i/b/a5.java b/app/src/main/java/b/i/a/f/i/b/a5.java index 272c380566..e433fd32b3 100644 --- a/app/src/main/java/b/i/a/f/i/b/a5.java +++ b/app/src/main/java/b/i/a/f/i/b/a5.java @@ -4,7 +4,7 @@ package b.i.a.f.i.b; public abstract class a5 extends z1 { /* renamed from: b reason: collision with root package name */ - public boolean f1516b; + public boolean f1517b; public a5(u4 u4Var) { super(u4Var); @@ -12,17 +12,17 @@ public abstract class a5 extends z1 { } public final void t() { - if (!this.f1516b) { + if (!this.f1517b) { throw new IllegalStateException("Not initialized"); } } public final void u() { - if (this.f1516b) { + if (this.f1517b) { throw new IllegalStateException("Can't initialize twice"); } else if (!v()) { this.a.G.incrementAndGet(); - this.f1516b = true; + this.f1517b = true; } } diff --git a/app/src/main/java/b/i/a/f/i/b/a9.java b/app/src/main/java/b/i/a/f/i/b/a9.java index 5b43df0777..ac73cb0ee5 100644 --- a/app/src/main/java/b/i/a/f/i/b/a9.java +++ b/app/src/main/java/b/i/a/f/i/b/a9.java @@ -16,25 +16,25 @@ public final /* synthetic */ class a9 implements Runnable { x8 x8Var = b9Var.l; long j = b9Var.j; long j2 = b9Var.k; - x8Var.f1577b.b(); - x8Var.f1577b.g().m.a("Application going to the background"); + x8Var.f1578b.b(); + x8Var.f1578b.g().m.a("Application going to the background"); boolean z2 = true; - if (x8Var.f1577b.a.h.o(p.v0)) { - x8Var.f1577b.l().f1523x.a(true); + if (x8Var.f1578b.a.h.o(p.v0)) { + x8Var.f1578b.l().f1524x.a(true); } Bundle bundle = new Bundle(); - if (!x8Var.f1577b.a.h.z().booleanValue()) { - x8Var.f1577b.e.c.c(); - if (x8Var.f1577b.a.h.o(p.m0)) { - d9 d9Var = x8Var.f1577b.e; - d9Var.f1526b = j2; - bundle.putLong("_et", j2 - d9Var.f1526b); - h7.A(x8Var.f1577b.q().w(true), bundle, true); + if (!x8Var.f1578b.a.h.z().booleanValue()) { + x8Var.f1578b.e.c.c(); + if (x8Var.f1578b.a.h.o(p.m0)) { + d9 d9Var = x8Var.f1578b.e; + d9Var.f1527b = j2; + bundle.putLong("_et", j2 - d9Var.f1527b); + h7.A(x8Var.f1578b.q().w(true), bundle, true); } else { z2 = false; } - x8Var.f1577b.w(false, z2, j2); + x8Var.f1578b.w(false, z2, j2); } - x8Var.f1577b.n().E("auto", "_ab", j, bundle); + x8Var.f1578b.n().E("auto", "_ab", j, bundle); } } diff --git a/app/src/main/java/b/i/a/f/i/b/aa.java b/app/src/main/java/b/i/a/f/i/b/aa.java index b68ce753d6..8515ed97be 100644 --- a/app/src/main/java/b/i/a/f/i/b/aa.java +++ b/app/src/main/java/b/i/a/f/i/b/aa.java @@ -8,26 +8,26 @@ public final /* synthetic */ class aa { public static final /* synthetic */ int[] a; /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int[] f1517b; + public static final /* synthetic */ int[] f1518b; static { n0.a.values(); int[] iArr = new int[5]; - f1517b = iArr; + f1518b = iArr; try { iArr[1] = 1; } catch (NoSuchFieldError unused) { } try { - f1517b[2] = 2; + f1518b[2] = 2; } catch (NoSuchFieldError unused2) { } try { - f1517b[3] = 3; + f1518b[3] = 3; } catch (NoSuchFieldError unused3) { } try { - f1517b[4] = 4; + f1518b[4] = 4; } catch (NoSuchFieldError unused4) { } p0.b.values(); diff --git a/app/src/main/java/b/i/a/f/i/b/b4.java b/app/src/main/java/b/i/a/f/i/b/b4.java index 5c6fab79e6..c338d9abd9 100644 --- a/app/src/main/java/b/i/a/f/i/b/b4.java +++ b/app/src/main/java/b/i/a/f/i/b/b4.java @@ -11,7 +11,7 @@ public class b4 extends BroadcastReceiver { public final k9 a; /* renamed from: b reason: collision with root package name */ - public boolean f1518b; + public boolean f1519b; public boolean c; public b4(k9 k9Var) { @@ -23,12 +23,12 @@ public class b4 extends BroadcastReceiver { this.a.P(); this.a.f().b(); this.a.f().b(); - if (this.f1518b) { + if (this.f1519b) { this.a.g().n.a("Unregistering connectivity change receiver"); - this.f1518b = false; + this.f1519b = false; this.c = false; try { - this.a.k.f1568b.unregisterReceiver(this); + this.a.k.f1569b.unregisterReceiver(this); } catch (IllegalArgumentException e) { this.a.g().f.b("Failed to unregister the network broadcast receiver", e); } diff --git a/app/src/main/java/b/i/a/f/i/b/b9.java b/app/src/main/java/b/i/a/f/i/b/b9.java index 31e07a4c05..b9e982b39c 100644 --- a/app/src/main/java/b/i/a/f/i/b/b9.java +++ b/app/src/main/java/b/i/a/f/i/b/b9.java @@ -14,6 +14,6 @@ public final class b9 implements Runnable { @Override // java.lang.Runnable public final void run() { - this.l.f1577b.f().v(new a9(this)); + this.l.f1578b.f().v(new a9(this)); } } diff --git a/app/src/main/java/b/i/a/f/i/b/c.java b/app/src/main/java/b/i/a/f/i/b/c.java index d1d822477c..9772446440 100644 --- a/app/src/main/java/b/i/a/f/i/b/c.java +++ b/app/src/main/java/b/i/a/f/i/b/c.java @@ -19,7 +19,7 @@ import java.lang.reflect.InvocationTargetException; public final class c extends s5 { /* renamed from: b reason: collision with root package name */ - public Boolean f1519b; + public Boolean f1520b; @NonNull public e c = b.a; public Boolean d; @@ -38,24 +38,24 @@ public final class c extends s5 { @WorkerThread public final boolean C() { - if (this.f1519b == null) { + if (this.f1520b == null) { Boolean w = w("app_measurement_lite"); - this.f1519b = w; + this.f1520b = w; if (w == null) { - this.f1519b = Boolean.FALSE; + this.f1520b = Boolean.FALSE; } } - return this.f1519b.booleanValue() || !this.a.f; + return this.f1520b.booleanValue() || !this.a.f; } @Nullable public final Bundle D() { try { - if (this.a.f1568b.getPackageManager() == null) { + if (this.a.f1569b.getPackageManager() == null) { g().f.a("Failed to load metadata: PackageManager is null"); return null; } - ApplicationInfo a = b.a(this.a.f1568b).a(this.a.f1568b.getPackageName(), 128); + ApplicationInfo a = b.a(this.a.f1569b).a(this.a.f1569b.getPackageName(), 128); if (a != null) { return a.metaData; } @@ -94,7 +94,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).longValue(); } - String h = this.c.h(str, j3Var.f1537b); + String h = this.c.h(str, j3Var.f1538b); if (TextUtils.isEmpty(h)) { return j3Var.a(null).longValue(); } @@ -121,7 +121,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).intValue(); } - String h = this.c.h(str, j3Var.f1537b); + String h = this.c.h(str, j3Var.f1538b); if (TextUtils.isEmpty(h)) { return j3Var.a(null).intValue(); } @@ -137,7 +137,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).doubleValue(); } - String h = this.c.h(str, j3Var.f1537b); + String h = this.c.h(str, j3Var.f1538b); if (TextUtils.isEmpty(h)) { return j3Var.a(null).doubleValue(); } @@ -167,7 +167,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).booleanValue(); } - String h = this.c.h(str, j3Var.f1537b); + String h = this.c.h(str, j3Var.f1538b); return TextUtils.isEmpty(h) ? j3Var.a(null).booleanValue() : j3Var.a(Boolean.valueOf(Boolean.parseBoolean(h))).booleanValue(); } diff --git a/app/src/main/java/b/i/a/f/i/b/c6.java b/app/src/main/java/b/i/a/f/i/b/c6.java index 220dcb3c7d..5d8a44809e 100644 --- a/app/src/main/java/b/i/a/f/i/b/c6.java +++ b/app/src/main/java/b/i/a/f/i/b/c6.java @@ -125,7 +125,7 @@ public final class c6 extends a5 { boolean z3; if (t8.b() && this.a.h.o(p.H0)) { t(); - if ((!this.a.h.o(p.I0) || i != 20) && dVar.f1521b == null && dVar.c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.f1522b == null && dVar.c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -137,9 +137,9 @@ public final class c6 extends a5 { z2 = true; } d dVar3 = this.i; - Boolean bool = dVar.f1521b; + Boolean bool = dVar.f1522b; if (bool == null) { - bool = dVar3.f1521b; + bool = dVar3.f1522b; } Boolean bool2 = dVar.c; if (bool2 == null) { @@ -246,7 +246,7 @@ public final class c6 extends a5 { try { u4 u4Var = this.a; try { - (!u4Var.f ? Class.forName("com.google.android.gms.tagmanager.TagManagerService", true, u4Var.f1568b.getClassLoader()) : Class.forName("com.google.android.gms.tagmanager.TagManagerService")).getDeclaredMethod("initialize", Context.class).invoke(null, this.a.f1568b); + (!u4Var.f ? Class.forName("com.google.android.gms.tagmanager.TagManagerService", true, u4Var.f1569b.getClassLoader()) : Class.forName("com.google.android.gms.tagmanager.TagManagerService")).getDeclaredMethod("initialize", Context.class).invoke(null, this.a.f1569b); } catch (Exception e) { g().i.b("Failed to invoke Tag Manager's initialize() method", e); } @@ -254,7 +254,7 @@ public final class c6 extends a5 { g().l.a("Tag Manager is not found and thus will not be used"); } } - if (this.a.h.o(p.f1554e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1555e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((c) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -367,7 +367,7 @@ public final class c6 extends a5 { ArrayList arrayList2 = new ArrayList(); arrayList2.add(z10); e().v0().nextLong(); - if (l().v.a() <= 0 || !l().u(j) || !l().f1523x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1524x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -489,7 +489,7 @@ public final class c6 extends a5 { } if (q.h && q.c != null) { q.h = false; - boolean q0 = t9.q0(q.c.f1535b, str3); + boolean q0 = t9.q0(q.c.f1536b, str3); boolean q02 = t9.q0(q.c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); @@ -624,8 +624,8 @@ public final class c6 extends a5 { } public final void M() { - if (this.a.f1568b.getApplicationContext() instanceof Application) { - ((Application) this.a.f1568b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.c); + if (this.a.f1569b.getApplicationContext() instanceof Application) { + ((Application) this.a.f1569b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.c); } } @@ -634,7 +634,7 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1553d0)) { + if (this.a.h.o(p.f1554d0)) { Boolean w = this.a.h.w("google_analytics_deferred_deep_link_enabled"); if (w != null && w.booleanValue()) { g().m.a("Deferred Deep Link feature enabled."); @@ -677,7 +677,7 @@ public final class c6 extends a5 { return str; } try { - return f.V1(u4Var.f1568b, "google_app_id"); + return f.V1(u4Var.f1569b, "google_app_id"); } catch (IllegalStateException e) { this.a.g().f.b("getGoogleAppId failed with exception", e); return null; @@ -713,12 +713,12 @@ public final class c6 extends a5 { s().d.a(); } if (((j9) g9.j.a()).a() && this.a.h.o(p.t0)) { - if (this.a.f1570x.a.o().l.a() <= 0) { + if (this.a.f1571x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1570x; - m4Var.a(m4Var.a.f1568b.getPackageName()); + m4 m4Var = this.a.f1571x; + m4Var.a(m4Var.a.f1569b.getPackageName()); } } if (this.a.h.o(p.D0)) { @@ -785,7 +785,7 @@ public final class c6 extends a5 { d9 d9Var = s2.e; d9Var.c.c(); d9Var.a = 0L; - d9Var.f1526b = 0L; + d9Var.f1527b = 0L; boolean d = this.a.d(); d4 l = l(); l.k.b(j); diff --git a/app/src/main/java/b/i/a/f/i/b/c7.java b/app/src/main/java/b/i/a/f/i/b/c7.java index e25f7aedcc..2111b88295 100644 --- a/app/src/main/java/b/i/a/f/i/b/c7.java +++ b/app/src/main/java/b/i/a/f/i/b/c7.java @@ -45,7 +45,7 @@ public final class c7 implements Runnable { String str2 = this.m; y6Var.j.b(); try { - if (y6Var.j.a.h.o(p.f1554e0) || y6Var.j.a.h.o(p.f1556g0) || y6Var.j.a.h.o(p.f1555f0)) { + if (y6Var.j.a.h.o(p.f1555e0) || y6Var.j.a.h.o(p.f1557g0) || y6Var.j.a.h.o(p.f1556f0)) { t9 e = y6Var.j.e(); if (!TextUtils.isEmpty(str2)) { if (str2.contains("gclid") || str2.contains("utm_campaign") || str2.contains("utm_source") || str2.contains("utm_medium")) { @@ -58,7 +58,7 @@ public final class c7 implements Runnable { bundle2 = y6Var.j.e().x(uri); if (bundle2 != null) { bundle2.putString("_cis", "intent"); - if (y6Var.j.a.h.o(p.f1554e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.j.a.h.o(p.f1555e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { bundle2.putString("_cer", String.format("gclid=%s", bundle.getString("gclid"))); } y6Var.j.H(str, "_cmp", bundle2); @@ -69,12 +69,12 @@ public final class c7 implements Runnable { } else { bundle2 = null; } - if (y6Var.j.a.h.o(p.f1556g0) && !y6Var.j.a.h.o(p.f1555f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.j.a.h.o(p.f1557g0) && !y6Var.j.a.h.o(p.f1556f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { y6Var.j.J("auto", "_lgclid", bundle.getString("gclid")); } if (TextUtils.isEmpty(str2)) { y6Var.j.g().m.b("Activity created with referrer", str2); - if (y6Var.j.a.h.o(p.f1555f0)) { + if (y6Var.j.a.h.o(p.f1556f0)) { if (bundle != null) { y6Var.j.H(str, "_cmp", bundle); if (y6Var.j.a.h.o(p.D0)) { @@ -104,7 +104,7 @@ public final class c7 implements Runnable { boolean z32 = true; if (!z2) { } - if (y6Var.j.a.h.o(p.f1556g0)) { + if (y6Var.j.a.h.o(p.f1557g0)) { y6Var.j.J("auto", "_lgclid", bundle.getString("gclid")); } if (TextUtils.isEmpty(str2)) { diff --git a/app/src/main/java/b/i/a/f/i/b/ca.java b/app/src/main/java/b/i/a/f/i/b/ca.java index 336c040c20..847d6f86c9 100644 --- a/app/src/main/java/b/i/a/f/i/b/ca.java +++ b/app/src/main/java/b/i/a/f/i/b/ca.java @@ -16,7 +16,7 @@ public final class ca { public a1 a; /* renamed from: b reason: collision with root package name */ - public Long f1520b; + public Long f1521b; public long c; public final /* synthetic */ ba d; @@ -25,7 +25,7 @@ public final class ca { } /* JADX WARN: Code restructure failed: missing block: B:22:0x006a, code lost: - if (r14 != r18.f1520b.longValue()) goto L_0x006c; + if (r14 != r18.f1521b.longValue()) goto L_0x006c; */ /* JADX WARN: Removed duplicated region for block: B:46:0x00f8 */ /* JADX WARN: Removed duplicated region for block: B:72:0x01c0 */ @@ -53,7 +53,7 @@ public final class ca { this.d.g().g.b("Extra parameter without an event name. eventId", l); return null; } - if (!(this.a == null || this.f1520b == null)) { + if (!(this.a == null || this.f1521b == null)) { longValue = l.longValue(); } g q = this.d.q(); @@ -118,7 +118,7 @@ public final class ca { this.a = (a1) obj; this.c = ((Long) pair.second).longValue(); this.d.m(); - this.f1520b = (Long) q9.R(this.a, "_eid"); + this.f1521b = (Long) q9.R(this.a, "_eid"); long j = this.c - 1; this.c = j; if (j <= 0) { @@ -148,7 +148,7 @@ public final class ca { } F = str2; } else if (z2) { - this.f1520b = l; + this.f1521b = l; this.a = a1Var; this.d.m(); Object obj2 = 0L; diff --git a/app/src/main/java/b/i/a/f/i/b/d.java b/app/src/main/java/b/i/a/f/i/b/d.java index ca0e6e0890..67e6390683 100644 --- a/app/src/main/java/b/i/a/f/i/b/d.java +++ b/app/src/main/java/b/i/a/f/i/b/d.java @@ -7,11 +7,11 @@ public final class d { public static final d a = new d(null, null); /* renamed from: b reason: collision with root package name */ - public final Boolean f1521b; + public final Boolean f1522b; public final Boolean c; public d(Boolean bool, Boolean bool2) { - this.f1521b = bool; + this.f1522b = bool; this.c = bool2; } @@ -87,7 +87,7 @@ public final class d { public final String d() { StringBuilder sb = new StringBuilder("G1"); - Boolean bool = this.f1521b; + Boolean bool = this.f1522b; char c = '0'; sb.append(bool == null ? '-' : bool.booleanValue() ? '1' : '0'); Boolean bool2 = this.c; @@ -105,28 +105,28 @@ public final class d { return false; } d dVar = (d) obj; - return a(this.f1521b) == a(dVar.f1521b) && a(this.c) == a(dVar.c); + return a(this.f1522b) == a(dVar.f1522b) && a(this.c) == a(dVar.c); } public final boolean f(d dVar) { - Boolean bool = this.f1521b; + Boolean bool = this.f1522b; Boolean bool2 = Boolean.FALSE; - if (bool != bool2 || dVar.f1521b == bool2) { + if (bool != bool2 || dVar.f1522b == bool2) { return this.c == bool2 && dVar.c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.f1521b, dVar.f1521b), c(this.c, dVar.c)); + return new d(c(this.f1522b, dVar.f1522b), c(this.c, dVar.c)); } public final int hashCode() { - return a(this.c) + ((a(this.f1521b) + 527) * 31); + return a(this.c) + ((a(this.f1522b) + 527) * 31); } public final boolean j() { - Boolean bool = this.f1521b; + Boolean bool = this.f1522b; return bool == null || bool.booleanValue(); } @@ -138,7 +138,7 @@ public final class d { public final String toString() { StringBuilder sb = new StringBuilder("ConsentSettings: "); sb.append("adStorage="); - Boolean bool = this.f1521b; + Boolean bool = this.f1522b; String str = "granted"; if (bool == null) { sb.append("uninitialized"); diff --git a/app/src/main/java/b/i/a/f/i/b/d4.java b/app/src/main/java/b/i/a/f/i/b/d4.java index 38e7baa875..1428c04190 100644 --- a/app/src/main/java/b/i/a/f/i/b/d4.java +++ b/app/src/main/java/b/i/a/f/i/b/d4.java @@ -22,7 +22,7 @@ public final class d4 extends r5 { public final h4 r = new h4(this, "session_timeout", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); /* renamed from: s reason: collision with root package name */ - public final f4 f1522s = new f4(this, "start_new_session", true); + public final f4 f1523s = new f4(this, "start_new_session", true); public final h4 v = new h4(this, "last_pause_time", 0); public final j4 t = new j4(this, "non_personalized_ads"); public final f4 u = new f4(this, "allow_remote_dynamite", false); @@ -32,13 +32,13 @@ public final class d4 extends r5 { public final j4 m = new j4(this, "app_instance_id"); /* renamed from: x reason: collision with root package name */ - public f4 f1523x = new f4(this, "app_backgrounded", false); + public f4 f1524x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1524y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1525y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1525z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1526z = new h4(this, "deep_link_retrieval_attempts", 0); public final j4 A = new j4(this, "firebase_feature_rollouts"); public final j4 B = new j4(this, "deferred_attribution_cache"); public final h4 C = new h4(this, "deferred_attribution_cache_timestamp", 0); @@ -51,7 +51,7 @@ public final class d4 extends r5 { @Override // b.i.a.f.i.b.r5 @WorkerThread public final void m() { - SharedPreferences sharedPreferences = this.a.f1568b.getSharedPreferences("com.google.android.gms.measurement.prefs", 0); + SharedPreferences sharedPreferences = this.a.f1569b.getSharedPreferences("com.google.android.gms.measurement.prefs", 0); this.d = sharedPreferences; boolean z2 = sharedPreferences.getBoolean("has_been_opened", false); this.w = z2; diff --git a/app/src/main/java/b/i/a/f/i/b/d9.java b/app/src/main/java/b/i/a/f/i/b/d9.java index 7b8a7926f0..fc2ccbf482 100644 --- a/app/src/main/java/b/i/a/f/i/b/d9.java +++ b/app/src/main/java/b/i/a/f/i/b/d9.java @@ -14,7 +14,7 @@ public final class d9 { public long a; /* renamed from: b reason: collision with root package name */ - public long f1526b; + public long f1527b; public final i c; public final /* synthetic */ w8 d; @@ -24,7 +24,7 @@ public final class d9 { Objects.requireNonNull((c) w8Var.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); this.a = elapsedRealtime; - this.f1526b = elapsedRealtime; + this.f1527b = elapsedRealtime; } @WorkerThread @@ -42,8 +42,8 @@ public final class d9 { if (!((v9) s9.j.a()).a() || !this.d.a.h.o(p.V)) { j2 = b(); } else { - j2 = j - this.f1526b; - this.f1526b = j; + j2 = j - this.f1527b; + this.f1527b = j; } } this.d.g().n.b("Recording user engagement, ms", Long.valueOf(j2)); @@ -69,8 +69,8 @@ public final class d9 { public final long b() { Objects.requireNonNull((c) this.d.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); - long j = elapsedRealtime - this.f1526b; - this.f1526b = elapsedRealtime; + long j = elapsedRealtime - this.f1527b; + this.f1527b = elapsedRealtime; return j; } } diff --git a/app/src/main/java/b/i/a/f/i/b/da.java b/app/src/main/java/b/i/a/f/i/b/da.java index 6afc16724d..8ee5a49450 100644 --- a/app/src/main/java/b/i/a/f/i/b/da.java +++ b/app/src/main/java/b/i/a/f/i/b/da.java @@ -19,7 +19,7 @@ public final class da { public String a; /* renamed from: b reason: collision with root package name */ - public boolean f1527b; + public boolean f1528b; public g1 c; public BitSet d; public BitSet e; @@ -39,14 +39,14 @@ public final class da { arrayList.add((Long) map2.get(num)); this.g.put(num, arrayList); } - this.f1527b = false; + this.f1528b = false; this.c = g1Var; } public da(ba baVar, String str, aa aaVar) { this.h = baVar; this.a = str; - this.f1527b = true; + this.f1528b = true; this.d = new BitSet(); this.e = new BitSet(); this.f = new ArrayMap(); @@ -68,7 +68,7 @@ public final class da { F.l = false; } y0.u((y0) F.k, i); - boolean z2 = this.f1527b; + boolean z2 = this.f1528b; if (F.l) { F.n(); F.l = false; @@ -184,10 +184,10 @@ public final class da { if (eaVar.g()) { list.clear(); } - if (f9.b() && this.h.a.h.u(this.a, p.f1552c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1553c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1552c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1553c0)) { list.add(Long.valueOf(eaVar.f.longValue() / 1000)); return; } diff --git a/app/src/main/java/b/i/a/f/i/b/e6.java b/app/src/main/java/b/i/a/f/i/b/e6.java index 835142f3eb..18c4fe6715 100644 --- a/app/src/main/java/b/i/a/f/i/b/e6.java +++ b/app/src/main/java/b/i/a/f/i/b/e6.java @@ -27,15 +27,15 @@ public final /* synthetic */ class e6 implements Runnable { URL url; c6 c6Var = this.j; c6Var.b(); - if (c6Var.l().f1524y.b()) { + if (c6Var.l().f1525y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1525z.a(); - c6Var.l().f1525z.b(a + 1); + long a = c6Var.l().f1526z.a(); + c6Var.l().f1526z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1524y.a(true); + c6Var.l().f1525y.a(true); return; } u4 u4Var = c6Var.a; @@ -51,9 +51,9 @@ public final /* synthetic */ class e6 implements Runnable { if (o.n == null || elapsedRealtime >= o.p) { c cVar = o.a.h; Objects.requireNonNull(cVar); - o.p = cVar.n(str, p.f1550b) + elapsedRealtime; + o.p = cVar.n(str, p.f1551b) + elapsedRealtime; try { - AdvertisingIdClient.Info advertisingIdInfo = AdvertisingIdClient.getAdvertisingIdInfo(o.a.f1568b); + AdvertisingIdClient.Info advertisingIdInfo = AdvertisingIdClient.getAdvertisingIdInfo(o.a.f1569b); if (advertisingIdInfo != null) { o.n = advertisingIdInfo.getId(); o.o = advertisingIdInfo.isLimitAdTrackingEnabled(); @@ -76,7 +76,7 @@ public final /* synthetic */ class e6 implements Runnable { d7 n = u4Var.n(); n.o(); try { - networkInfo = ((ConnectivityManager) n.a.f1568b.getSystemService("connectivity")).getActiveNetworkInfo(); + networkInfo = ((ConnectivityManager) n.a.f1569b.getSystemService("connectivity")).getActiveNetworkInfo(); } catch (SecurityException unused) { networkInfo = null; } @@ -87,7 +87,7 @@ public final /* synthetic */ class e6 implements Runnable { t9 t = u4Var.t(); u4Var.z(); String str2 = (String) pair.first; - long a2 = u4Var.o().f1525z.a() - 1; + long a2 = u4Var.o().f1526z.a() - 1; Objects.requireNonNull(t); try { d.w(str2); diff --git a/app/src/main/java/b/i/a/f/i/b/e7.java b/app/src/main/java/b/i/a/f/i/b/e7.java index b4c49f4609..a527db7b82 100644 --- a/app/src/main/java/b/i/a/f/i/b/e7.java +++ b/app/src/main/java/b/i/a/f/i/b/e7.java @@ -41,7 +41,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.g().i.c("Network Request for Deferred Deep Link failed. response, exception", Integer.valueOf(i), exc); return; } - u4Var.o().f1524y.a(true); + u4Var.o().f1525y.a(true); if (bArr.length == 0) { u4Var.g().m.a("Deferred Deep Link response empty."); return; @@ -56,7 +56,7 @@ public final /* synthetic */ class e7 implements Runnable { return; } t9 t = u4Var.t(); - if (TextUtils.isEmpty(optString) || (queryIntentActivities = t.a.f1568b.getPackageManager().queryIntentActivities(new Intent("android.intent.action.VIEW", Uri.parse(optString)), 0)) == null || queryIntentActivities.isEmpty()) { + if (TextUtils.isEmpty(optString) || (queryIntentActivities = t.a.f1569b.getPackageManager().queryIntentActivities(new Intent("android.intent.action.VIEW", Uri.parse(optString)), 0)) == null || queryIntentActivities.isEmpty()) { z2 = false; } if (!z2) { @@ -69,7 +69,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.q.H("auto", "_cmp", bundle); t9 t2 = u4Var.t(); if (!TextUtils.isEmpty(optString) && t2.Y(optString, optDouble)) { - t2.a.f1568b.sendBroadcast(new Intent("android.google.analytics.action.DEEPLINK_ACTION")); + t2.a.f1569b.sendBroadcast(new Intent("android.google.analytics.action.DEEPLINK_ACTION")); } } catch (JSONException e) { u4Var.g().f.b("Failed to parse the Deferred Deep Link response. exception", e); diff --git a/app/src/main/java/b/i/a/f/i/b/e9.java b/app/src/main/java/b/i/a/f/i/b/e9.java index 7fd6896d0f..2c1cc491a9 100644 --- a/app/src/main/java/b/i/a/f/i/b/e9.java +++ b/app/src/main/java/b/i/a/f/i/b/e9.java @@ -8,7 +8,7 @@ public final class e9 { public final b a; /* renamed from: b reason: collision with root package name */ - public long f1528b; + public long f1529b; public e9(b bVar) { Objects.requireNonNull(bVar, "null reference"); diff --git a/app/src/main/java/b/i/a/f/i/b/ea.java b/app/src/main/java/b/i/a/f/i/b/ea.java index ea19beb1c5..48fe8214e1 100644 --- a/app/src/main/java/b/i/a/f/i/b/ea.java +++ b/app/src/main/java/b/i/a/f/i/b/ea.java @@ -17,7 +17,7 @@ public abstract class ea { public String a; /* renamed from: b reason: collision with root package name */ - public int f1529b; + public int f1530b; public Boolean c; public Boolean d; public Long e; @@ -25,7 +25,7 @@ public abstract class ea { public ea(String str, int i) { this.a = str; - this.f1529b = i; + this.f1530b = i; } public static Boolean b(long j, n0 n0Var) { @@ -168,7 +168,7 @@ public abstract class ea { return null; } } - int i = aa.f1517b[v2.ordinal()]; + int i = aa.f1518b[v2.ordinal()]; boolean z2 = false; if (i == 1) { if (bigDecimal.compareTo(bigDecimal4) == -1) { diff --git a/app/src/main/java/b/i/a/f/i/b/f.java b/app/src/main/java/b/i/a/f/i/b/f.java index 58c460fcf2..c509b48b5a 100644 --- a/app/src/main/java/b/i/a/f/i/b/f.java +++ b/app/src/main/java/b/i/a/f/i/b/f.java @@ -5,7 +5,7 @@ public final class f { public long a; /* renamed from: b reason: collision with root package name */ - public long f1530b; + public long f1531b; public long c; public long d; public long e; diff --git a/app/src/main/java/b/i/a/f/i/b/f4.java b/app/src/main/java/b/i/a/f/i/b/f4.java index 4ee7b7e65e..b4d7bc99ff 100644 --- a/app/src/main/java/b/i/a/f/i/b/f4.java +++ b/app/src/main/java/b/i/a/f/i/b/f4.java @@ -9,7 +9,7 @@ public final class f4 { public final String a; /* renamed from: b reason: collision with root package name */ - public final boolean f1531b; + public final boolean f1532b; public boolean c; public boolean d; public final /* synthetic */ d4 e; @@ -18,7 +18,7 @@ public final class f4 { this.e = d4Var; d.w(str); this.a = str; - this.f1531b = z2; + this.f1532b = z2; } @WorkerThread @@ -33,7 +33,7 @@ public final class f4 { public final boolean b() { if (!this.c) { this.c = true; - this.d = this.e.w().getBoolean(this.a, this.f1531b); + this.d = this.e.w().getBoolean(this.a, this.f1532b); } return this.d; } diff --git a/app/src/main/java/b/i/a/f/i/b/f9.java b/app/src/main/java/b/i/a/f/i/b/f9.java index 9984475f9f..77d8eee9e5 100644 --- a/app/src/main/java/b/i/a/f/i/b/f9.java +++ b/app/src/main/java/b/i/a/f/i/b/f9.java @@ -23,7 +23,7 @@ public final class f9 { d4 l = this.a.l(); Objects.requireNonNull((c) this.a.a.o); if (l.u(System.currentTimeMillis())) { - this.a.l().f1522s.a(true); + this.a.l().f1523s.a(true); ActivityManager.RunningAppProcessInfo runningAppProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.getMyMemoryState(runningAppProcessInfo); if (runningAppProcessInfo.importance == 100) { @@ -39,10 +39,10 @@ public final class f9 { this.a.b(); this.a.x(); if (this.a.l().u(j)) { - this.a.l().f1522s.a(true); + this.a.l().f1523s.a(true); } this.a.l().v.b(j); - if (this.a.l().f1522s.b()) { + if (this.a.l().f1523s.b()) { c(j, z2); } } @@ -56,7 +56,7 @@ public final class f9 { this.a.g().n.b("Session started, time", Long.valueOf(SystemClock.elapsedRealtime())); Long valueOf = Long.valueOf(j / 1000); this.a.n().K("auto", "_sid", valueOf, j); - this.a.l().f1522s.a(false); + this.a.l().f1523s.a(false); Bundle bundle = new Bundle(); bundle.putLong("_sid", valueOf.longValue()); if (this.a.a.h.o(p.k0) && z2) { diff --git a/app/src/main/java/b/i/a/f/i/b/fa.java b/app/src/main/java/b/i/a/f/i/b/fa.java index 188d7de5b6..7563ae7917 100644 --- a/app/src/main/java/b/i/a/f/i/b/fa.java +++ b/app/src/main/java/b/i/a/f/i/b/fa.java @@ -50,7 +50,7 @@ public final class fa extends ea { Boolean bool; Boolean bool2; String str; - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1552c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1553c0); long j2 = this.g.H() ? lVar.e : j; String str2 = "null"; Integer num = null; @@ -68,7 +68,7 @@ public final class fa extends ea { r9 = 0; Boolean bool3 = 0; if (this.h.g().x(2)) { - this.h.g().n.d("Evaluating filter. audience, filter, event", Integer.valueOf(this.f1529b), this.g.x() ? Integer.valueOf(this.g.y()) : null, this.h.d().u(this.g.z())); + this.h.g().n.d("Evaluating filter. audience, filter, event", Integer.valueOf(this.f1530b), this.g.x() ? Integer.valueOf(this.g.y()) : null, this.h.d().u(this.g.z())); s3 s3Var = this.h.g().n; q9 m = this.h.m(); l0 l0Var = this.g; @@ -263,7 +263,7 @@ public final class fa extends ea { } } else { s3 s3Var4 = this.h.g().n; - Integer valueOf2 = Integer.valueOf(this.f1529b); + Integer valueOf2 = Integer.valueOf(this.f1530b); if (this.g.x()) { num2 = Integer.valueOf(this.g.y()); } 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 b5b6d7d470..1bc1206c24 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 @@ -47,7 +47,7 @@ public final class g extends i9 { public static final String[] j = {"session_scoped", "ALTER TABLE property_filters ADD COLUMN session_scoped BOOLEAN;"}; public static final String[] k = {"previous_install_count", "ALTER TABLE app2 ADD COLUMN previous_install_count INTEGER;"}; public final e9 m = new e9(this.a.o); - public final h l = new h(this, this.a.f1568b, "google_app_measurement.db"); + public final h l = new h(this, this.a.f1569b, "google_app_measurement.db"); public g(k9 k9Var) { super(k9Var); @@ -461,7 +461,7 @@ public final class g extends i9 { n(); ContentValues contentValues = new ContentValues(); contentValues.put("app_id", lVar.a); - contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, lVar.f1546b); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, lVar.f1547b); contentValues.put("lifetime_count", Long.valueOf(lVar.c)); contentValues.put("current_bundle_count", Long.valueOf(lVar.d)); contentValues.put("last_fire_timestamp", Long.valueOf(lVar.f)); @@ -499,11 +499,11 @@ public final class g extends i9 { contentValues.put("dev_cert_hash", Long.valueOf(a4Var.Q())); contentValues.put("measurement_enabled", Boolean.valueOf(a4Var.T())); a4Var.a.f().b(); - contentValues.put("day", Long.valueOf(a4Var.f1513x)); + contentValues.put("day", Long.valueOf(a4Var.f1514x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1514y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1515y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1515z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1516z)); a4Var.a.f().b(); contentValues.put("daily_conversions_count", Long.valueOf(a4Var.A)); a4Var.a.f().b(); @@ -530,7 +530,7 @@ public final class g extends i9 { contentValues.put("safelisted_events", TextUtils.join(",", a4Var.k())); } } - if (da.b() && this.a.h.u(a4Var.o(), p.f1559j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1560j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -615,7 +615,7 @@ public final class g extends i9 { byte[] d2 = m().v(mVar).d(); ContentValues contentValues = new ContentValues(); contentValues.put("app_id", mVar.a); - contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, mVar.f1547b); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, mVar.f1548b); contentValues.put("timestamp", Long.valueOf(mVar.d)); contentValues.put("metadata_fingerprint", Long.valueOf(j2)); contentValues.put("data", d2); @@ -649,13 +649,13 @@ public final class g extends i9 { if (S >= i2) { return false; } - } else if (!"_npa".equals(u9Var.c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.f1574b}) >= 25) { + } else if (!"_npa".equals(u9Var.c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.f1575b}) >= 25) { return false; } } ContentValues contentValues = new ContentValues(); contentValues.put("app_id", u9Var.a); - contentValues.put("origin", u9Var.f1574b); + contentValues.put("origin", u9Var.f1575b); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.c); contentValues.put("set_timestamp", Long.valueOf(u9Var.d)); G(contentValues, "value", u9Var.e); @@ -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.f2998s)); + contentValues.put("time_to_live", Long.valueOf(zzzVar.f3009s)); e(); contentValues.put("expired_event", t9.g0(zzzVar.t)); try { @@ -803,7 +803,7 @@ public final class g extends i9 { } public final boolean R() { - return this.a.f1568b.getDatabasePath("google_app_measurement.db").exists(); + return this.a.f1569b.getDatabasePath("google_app_measurement.db").exists(); } @WorkerThread @@ -875,7 +875,7 @@ public final class g extends i9 { cursor.close(); return null; } - a4 a4Var = new a4(this.f1536b.k, str); + a4 a4Var = new a4(this.f1537b.k, str); a4Var.c(cursor.getString(0)); a4Var.m(cursor.getString(1)); a4Var.x(cursor.getString(2)); @@ -891,16 +891,16 @@ public final class g extends i9 { a4Var.e(z2); long j2 = cursor.getLong(11); a4Var.a.f().b(); - a4Var.E |= a4Var.f1513x == j2; - a4Var.f1513x = j2; + a4Var.E |= a4Var.f1514x == j2; + a4Var.f1514x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1514y == j3; - a4Var.f1514y = j3; + a4Var.E |= a4Var.f1515y == j3; + a4Var.f1515y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1515z == j4; - a4Var.f1515z = j4; + a4Var.E |= a4Var.f1516z == j4; + a4Var.f1516z = j4; long j5 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A == j5; @@ -937,7 +937,7 @@ public final class g extends i9 { if (!cursor.isNull(27)) { a4Var.d(Arrays.asList(cursor.getString(27).split(",", -1))); } - if (da.b() && this.a.h.u(str, p.f1559j0)) { + if (da.b() && this.a.h.u(str, p.f1560j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -974,16 +974,16 @@ public final class g extends i9 { a4Var.e(z2); long j22 = cursor.getLong(11); a4Var.a.f().b(); - a4Var.E |= a4Var.f1513x == j22; - a4Var.f1513x = j22; + a4Var.E |= a4Var.f1514x == j22; + a4Var.f1514x = j22; long j32 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1514y == j32; - a4Var.f1514y = j32; + a4Var.E |= a4Var.f1515y == j32; + a4Var.f1515y = j32; long j42 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1515z == j42; - a4Var.f1515z = j42; + a4Var.E |= a4Var.f1516z == j42; + a4Var.f1516z = j42; long j52 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A == j52; @@ -1599,7 +1599,7 @@ public final class g extends i9 { long a = l().i.a(); Objects.requireNonNull((c) this.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); - if (Math.abs(elapsedRealtime - a) > p.f1562y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1563y.a(null).longValue()) { l().i.b(elapsedRealtime); b(); n(); @@ -1776,14 +1776,14 @@ public final class g extends i9 { return fVar; } if (query.getLong(0) == j2) { - fVar.f1530b = query.getLong(1); + fVar.f1531b = query.getLong(1); fVar.a = query.getLong(2); fVar.c = query.getLong(3); fVar.d = query.getLong(4); fVar.e = query.getLong(5); } if (z2) { - fVar.f1530b += j3; + fVar.f1531b += j3; } if (z3) { fVar.a += j3; @@ -1800,7 +1800,7 @@ public final class g extends i9 { ContentValues contentValues = new ContentValues(); contentValues.put("day", Long.valueOf(j2)); contentValues.put("daily_public_events_count", Long.valueOf(fVar.a)); - contentValues.put("daily_events_count", Long.valueOf(fVar.f1530b)); + contentValues.put("daily_events_count", Long.valueOf(fVar.f1531b)); contentValues.put("daily_conversions_count", Long.valueOf(fVar.c)); contentValues.put("daily_error_events_count", Long.valueOf(fVar.d)); contentValues.put("daily_realtime_events_count", Long.valueOf(fVar.e)); diff --git a/app/src/main/java/b/i/a/f/i/b/h.java b/app/src/main/java/b/i/a/f/i/b/h.java index 63bd867862..fab954f8b4 100644 --- a/app/src/main/java/b/i/a/f/i/b/h.java +++ b/app/src/main/java/b/i/a/f/i/b/h.java @@ -30,9 +30,9 @@ public final class h extends SQLiteOpenHelper { public final SQLiteDatabase getWritableDatabase() { boolean z2; e9 e9Var = this.j.m; - if (e9Var.f1528b != 0) { + if (e9Var.f1529b != 0) { Objects.requireNonNull((c) e9Var.a); - if (SystemClock.elapsedRealtime() - e9Var.f1528b < 3600000) { + if (SystemClock.elapsedRealtime() - e9Var.f1529b < 3600000) { z2 = false; if (!z2) { try { @@ -40,14 +40,14 @@ public final class h extends SQLiteOpenHelper { } catch (SQLiteException unused) { e9 e9Var2 = this.j.m; Objects.requireNonNull((c) e9Var2.a); - e9Var2.f1528b = SystemClock.elapsedRealtime(); + e9Var2.f1529b = SystemClock.elapsedRealtime(); this.j.g().f.a("Opening the database failed, dropping and recreating it"); - if (!this.j.a.f1568b.getDatabasePath("google_app_measurement.db").delete()) { + if (!this.j.a.f1569b.getDatabasePath("google_app_measurement.db").delete()) { this.j.g().f.b("Failed to delete corrupted db file", "google_app_measurement.db"); } try { SQLiteDatabase writableDatabase = super.getWritableDatabase(); - this.j.m.f1528b = 0L; + this.j.m.f1529b = 0L; return writableDatabase; } catch (SQLiteException e) { this.j.g().f.b("Failed to open freshly created database", e); diff --git a/app/src/main/java/b/i/a/f/i/b/h4.java b/app/src/main/java/b/i/a/f/i/b/h4.java index 8b75d56381..488d181be6 100644 --- a/app/src/main/java/b/i/a/f/i/b/h4.java +++ b/app/src/main/java/b/i/a/f/i/b/h4.java @@ -9,7 +9,7 @@ public final class h4 { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f1532b; + public final long f1533b; public boolean c; public long d; public final /* synthetic */ d4 e; @@ -18,14 +18,14 @@ public final class h4 { this.e = d4Var; d.w(str); this.a = str; - this.f1532b = j; + this.f1533b = j; } @WorkerThread public final long a() { if (!this.c) { this.c = true; - this.d = this.e.w().getLong(this.a, this.f1532b); + this.d = this.e.w().getLong(this.a, this.f1533b); } return this.d; } diff --git a/app/src/main/java/b/i/a/f/i/b/h7.java b/app/src/main/java/b/i/a/f/i/b/h7.java index 115d062a16..04bfc83626 100644 --- a/app/src/main/java/b/i/a/f/i/b/h7.java +++ b/app/src/main/java/b/i/a/f/i/b/h7.java @@ -40,7 +40,7 @@ public final class h7 extends a5 { } else { bundle.remove("_sn"); } - String str2 = i7Var.f1535b; + String str2 = i7Var.f1536b; if (str2 != null) { bundle.putString("_sc", str2); } else { @@ -84,7 +84,7 @@ public final class h7 extends a5 { } z3 = false; } - if (i7Var2 == null || i7Var2.c != i7Var.c || !t9.q0(i7Var2.f1535b, i7Var.f1535b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.c != i7Var.c || !t9.q0(i7Var2.f1536b, i7Var.f1536b) || !t9.q0(i7Var2.a, i7Var.a)) { z4 = true; } if (z4) { @@ -98,7 +98,7 @@ public final class h7 extends a5 { if (str2 != null) { bundle2.putString("_pn", str2); } - String str3 = i7Var2.f1535b; + String str3 = i7Var2.f1536b; if (str3 != null) { bundle2.putString("_pc", str3); } @@ -109,8 +109,8 @@ public final class h7 extends a5 { j2 = s().e.b(); } else { d9 d9Var = s().e; - j2 = j - d9Var.f1526b; - d9Var.f1526b = j; + j2 = j - d9Var.f1527b; + d9Var.f1527b = j; } if (j2 > 0) { e().G(bundle2, j2); @@ -216,7 +216,7 @@ public final class h7 extends a5 { public final void z(Activity activity, i7 i7Var, boolean z2) { i7 i7Var2; i7 i7Var3 = this.c == null ? this.d : this.c; - if (i7Var.f1535b == null) { + if (i7Var.f1536b == null) { i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; diff --git a/app/src/main/java/b/i/a/f/i/b/h9.java b/app/src/main/java/b/i/a/f/i/b/h9.java index 1deb5767dd..54e3be17c5 100644 --- a/app/src/main/java/b/i/a/f/i/b/h9.java +++ b/app/src/main/java/b/i/a/f/i/b/h9.java @@ -10,7 +10,7 @@ import androidx.core.app.NotificationCompat; /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ /* loaded from: classes3.dex */ public final class h9 extends i9 { - public final AlarmManager d = (AlarmManager) this.a.f1568b.getSystemService(NotificationCompat.CATEGORY_ALARM); + public final AlarmManager d = (AlarmManager) this.a.f1569b.getSystemService(NotificationCompat.CATEGORY_ALARM); public final i e; public Integer f; @@ -25,7 +25,7 @@ public final class h9 extends i9 { if (Build.VERSION.SDK_INT < 24) { return false; } - ((JobScheduler) this.a.f1568b.getSystemService("jobscheduler")).cancel(t()); + ((JobScheduler) this.a.f1569b.getSystemService("jobscheduler")).cancel(t()); return false; } @@ -35,20 +35,20 @@ public final class h9 extends i9 { this.d.cancel(u()); this.e.c(); if (Build.VERSION.SDK_INT >= 24) { - ((JobScheduler) this.a.f1568b.getSystemService("jobscheduler")).cancel(t()); + ((JobScheduler) this.a.f1569b.getSystemService("jobscheduler")).cancel(t()); } } public final int t() { if (this.f == null) { - String valueOf = String.valueOf(this.a.f1568b.getPackageName()); + String valueOf = String.valueOf(this.a.f1569b.getPackageName()); this.f = Integer.valueOf((valueOf.length() != 0 ? "measurement".concat(valueOf) : new String("measurement")).hashCode()); } return this.f.intValue(); } public final PendingIntent u() { - Context context = this.a.f1568b; + Context context = this.a.f1569b; return PendingIntent.getBroadcast(context, 0, new Intent().setClassName(context, "com.google.android.gms.measurement.AppMeasurementReceiver").setAction("com.google.android.gms.measurement.UPLOAD"), 0); } } diff --git a/app/src/main/java/b/i/a/f/i/b/ha.java b/app/src/main/java/b/i/a/f/i/b/ha.java index 47aec6b5cc..8a187d76a9 100644 --- a/app/src/main/java/b/i/a/f/i/b/ha.java +++ b/app/src/main/java/b/i/a/f/i/b/ha.java @@ -34,7 +34,7 @@ public final class ha extends ea { } public final boolean i(Long l, Long l2, i1 i1Var, boolean z2) { - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1549a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1550a0); boolean z4 = this.g.z(); boolean A = this.g.A(); boolean C = this.g.C(); @@ -105,7 +105,7 @@ public final class ha extends ea { return true; } s3 s3Var = this.h.g().n; - Integer valueOf = Integer.valueOf(this.f1529b); + Integer valueOf = Integer.valueOf(this.f1530b); if (this.g.v()) { num = Integer.valueOf(this.g.w()); } diff --git a/app/src/main/java/b/i/a/f/i/b/i.java b/app/src/main/java/b/i/a/f/i/b/i.java index 9cb3a3d915..591254f22d 100644 --- a/app/src/main/java/b/i/a/f/i/b/i.java +++ b/app/src/main/java/b/i/a/f/i/b/i.java @@ -10,13 +10,13 @@ public abstract class i { public static volatile Handler a; /* renamed from: b reason: collision with root package name */ - public final t5 f1533b; + public final t5 f1534b; public final Runnable c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); - this.f1533b = t5Var; + this.f1534b = t5Var; this.c = new k(this, t5Var); } @@ -25,10 +25,10 @@ public abstract class i { public final void b(long j) { c(); if (j >= 0) { - Objects.requireNonNull((c) this.f1533b.i()); + Objects.requireNonNull((c) this.f1534b.i()); this.d = System.currentTimeMillis(); if (!d().postDelayed(this.c, j)) { - this.f1533b.g().f.b("Failed to schedule delayed post. time", Long.valueOf(j)); + this.f1534b.g().f.b("Failed to schedule delayed post. time", Long.valueOf(j)); } } } @@ -45,7 +45,7 @@ public abstract class i { } synchronized (i.class) { if (a == null) { - a = new bc(this.f1533b.j().getMainLooper()); + a = new bc(this.f1534b.j().getMainLooper()); } handler = a; } diff --git a/app/src/main/java/b/i/a/f/i/b/i4.java b/app/src/main/java/b/i/a/f/i/b/i4.java index 6401d326af..cc58a7fe4a 100644 --- a/app/src/main/java/b/i/a/f/i/b/i4.java +++ b/app/src/main/java/b/i/a/f/i/b/i4.java @@ -13,7 +13,7 @@ public final class i4 { public final String a; /* renamed from: b reason: collision with root package name */ - public final Bundle f1534b = new Bundle(); + public final Bundle f1535b = new Bundle(); public boolean c; public Bundle d; public final /* synthetic */ d4 e; @@ -70,7 +70,7 @@ public final class i4 { } } if (this.d == null) { - this.d = this.f1534b; + this.d = this.f1535b; } } return this.d; diff --git a/app/src/main/java/b/i/a/f/i/b/i7.java b/app/src/main/java/b/i/a/f/i/b/i7.java index 4768ebeb8a..502c049379 100644 --- a/app/src/main/java/b/i/a/f/i/b/i7.java +++ b/app/src/main/java/b/i/a/f/i/b/i7.java @@ -5,7 +5,7 @@ public final class i7 { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1535b; + public final String f1536b; public final long c; public boolean d; public final boolean e; @@ -17,7 +17,7 @@ public final class i7 { public i7(String str, String str2, long j, boolean z2, long j2) { this.a = str; - this.f1535b = str2; + this.f1536b = str2; this.c = j; this.d = false; this.e = z2; diff --git a/app/src/main/java/b/i/a/f/i/b/i9.java b/app/src/main/java/b/i/a/f/i/b/i9.java index d41a91ee1c..36e8f8ac48 100644 --- a/app/src/main/java/b/i/a/f/i/b/i9.java +++ b/app/src/main/java/b/i/a/f/i/b/i9.java @@ -4,17 +4,17 @@ package b.i.a.f.i.b; public abstract class i9 extends s5 implements t5 { /* renamed from: b reason: collision with root package name */ - public final k9 f1536b; + public final k9 f1537b; public boolean c; public i9(k9 k9Var) { super(k9Var.k); - this.f1536b = k9Var; + this.f1537b = k9Var; k9Var.p++; } public q9 m() { - return this.f1536b.N(); + return this.f1537b.N(); } public final void n() { @@ -26,7 +26,7 @@ public abstract class i9 extends s5 implements t5 { public final void o() { if (!this.c) { p(); - this.f1536b.q++; + this.f1537b.q++; this.c = true; return; } @@ -36,10 +36,10 @@ public abstract class i9 extends s5 implements t5 { public abstract boolean p(); public g q() { - return this.f1536b.K(); + return this.f1537b.K(); } public p4 r() { - return this.f1536b.H(); + return this.f1537b.H(); } } diff --git a/app/src/main/java/b/i/a/f/i/b/j.java b/app/src/main/java/b/i/a/f/i/b/j.java index 519e3c6b13..fe13daf95c 100644 --- a/app/src/main/java/b/i/a/f/i/b/j.java +++ b/app/src/main/java/b/i/a/f/i/b/j.java @@ -86,14 +86,14 @@ public final class j extends r5 { if (bool != null) { return bool.booleanValue(); } - if (ContextCompat.checkSelfPermission(this.a.f1568b, "android.permission.GET_ACCOUNTS") != 0) { + if (ContextCompat.checkSelfPermission(this.a.f1569b, "android.permission.GET_ACCOUNTS") != 0) { g().j.a("Permission error checking for dasher/unicorn accounts"); this.h = currentTimeMillis; this.g = Boolean.FALSE; return false; } if (this.f == null) { - this.f = AccountManager.get(this.a.f1568b); + this.f = AccountManager.get(this.a.f1569b); } try { result = this.f.getAccountsByTypeAndFeatures("com.google", new String[]{"service_HOSTED"}, null, null).getResult(); diff --git a/app/src/main/java/b/i/a/f/i/b/j3.java b/app/src/main/java/b/i/a/f/i/b/j3.java index 896e52238a..2507f40558 100644 --- a/app/src/main/java/b/i/a/f/i/b/j3.java +++ b/app/src/main/java/b/i/a/f/i/b/j3.java @@ -9,7 +9,7 @@ public final class j3 { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public final String f1537b; + public final String f1538b; public final h3 c; public final V d; public final V e; @@ -19,7 +19,7 @@ public final class j3 { /* JADX WARN: Multi-variable type inference failed */ public j3(String str, Object obj, Object obj2, h3 h3Var, f3 f3Var) { - this.f1537b = str; + this.f1538b = str; this.d = obj; this.e = obj2; this.c = h3Var; diff --git a/app/src/main/java/b/i/a/f/i/b/j4.java b/app/src/main/java/b/i/a/f/i/b/j4.java index 42bbfc7529..8818700178 100644 --- a/app/src/main/java/b/i/a/f/i/b/j4.java +++ b/app/src/main/java/b/i/a/f/i/b/j4.java @@ -9,7 +9,7 @@ public final class j4 { public final String a; /* renamed from: b reason: collision with root package name */ - public boolean f1538b; + public boolean f1539b; public String c; public final /* synthetic */ d4 d; @@ -21,8 +21,8 @@ public final class j4 { @WorkerThread public final String a() { - if (!this.f1538b) { - this.f1538b = true; + if (!this.f1539b) { + this.f1539b = true; this.c = this.d.w().getString(this.a, null); } return this.c; diff --git a/app/src/main/java/b/i/a/f/i/b/j9.java b/app/src/main/java/b/i/a/f/i/b/j9.java index ecf0a2f634..dc9c8678e7 100644 --- a/app/src/main/java/b/i/a/f/i/b/j9.java +++ b/app/src/main/java/b/i/a/f/i/b/j9.java @@ -20,7 +20,7 @@ public final class j9 implements Runnable { g gVar = new g(k9Var); gVar.o(); k9Var.d = gVar; - k9Var.k.h.c = k9Var.f1540b; + k9Var.k.h.c = k9Var.f1541b; q8 q8Var = new q8(k9Var); q8Var.o(); k9Var.j = q8Var; diff --git a/app/src/main/java/b/i/a/f/i/b/k4.java b/app/src/main/java/b/i/a/f/i/b/k4.java index e73e7b7fe1..892bb76865 100644 --- a/app/src/main/java/b/i/a/f/i/b/k4.java +++ b/app/src/main/java/b/i/a/f/i/b/k4.java @@ -11,7 +11,7 @@ public final class k4 { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1539b; + public final String f1540b; public final String c; public final long d; public final /* synthetic */ d4 e; @@ -21,7 +21,7 @@ public final class k4 { d.w(str); d.l(j > 0); this.a = str.concat(":start"); - this.f1539b = str.concat(":count"); + this.f1540b = str.concat(":count"); this.c = str.concat(":value"); this.d = j; } @@ -32,7 +32,7 @@ public final class k4 { Objects.requireNonNull((c) this.e.a.o); long currentTimeMillis = System.currentTimeMillis(); SharedPreferences.Editor edit = this.e.w().edit(); - edit.remove(this.f1539b); + edit.remove(this.f1540b); edit.remove(this.c); edit.putLong(this.a, currentTimeMillis); edit.apply(); diff --git a/app/src/main/java/b/i/a/f/i/b/k8.java b/app/src/main/java/b/i/a/f/i/b/k8.java index 5c979e5035..9fd9fe1a44 100644 --- a/app/src/main/java/b/i/a/f/i/b/k8.java +++ b/app/src/main/java/b/i/a/f/i/b/k8.java @@ -92,7 +92,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0113b { try { a b2 = a.b(); q7 q7Var = this.l; - b2.c(q7Var.a.f1568b, q7Var.c); + b2.c(q7Var.a.f1569b, q7Var.c); } catch (IllegalArgumentException unused2) { } } else { 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 124234e329..1a9cc6bc52 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 @@ -76,7 +76,7 @@ public class k9 implements t5 { public static volatile k9 a; /* renamed from: b reason: collision with root package name */ - public p4 f1540b; + public p4 f1541b; public x3 c; public g d; public b4 e; @@ -94,22 +94,22 @@ public class k9 implements t5 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1541s; + public boolean f1542s; public boolean t; public FileLock u; public FileChannel v; public List w; /* renamed from: x reason: collision with root package name */ - public List f1542x; + public List f1543x; public boolean l = false; public final v9 A = new n9(this); /* renamed from: y reason: collision with root package name */ - public long f1543y = -1; + public long f1544y = -1; /* renamed from: z reason: collision with root package name */ - public final Map f1544z = new HashMap(); + public final Map f1545z = new HashMap(); /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ /* loaded from: classes3.dex */ @@ -117,7 +117,7 @@ public class k9 implements t5 { public e1 a; /* renamed from: b reason: collision with root package name */ - public List f1545b; + public List f1546b; public List c; public long d; @@ -132,8 +132,8 @@ public class k9 implements t5 { if (this.c == null) { this.c = new ArrayList(); } - if (this.f1545b == null) { - this.f1545b = new ArrayList(); + if (this.f1546b == null) { + this.f1546b = new ArrayList(); } if (this.c.size() > 0 && ((this.c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { return false; @@ -144,7 +144,7 @@ public class k9 implements t5 { } this.d = g; this.c.add(a1Var); - this.f1545b.add(Long.valueOf(j)); + this.f1546b.add(Long.valueOf(j)); return this.c.size() < Math.max(1, p.j.a(null).intValue()); } } @@ -160,7 +160,7 @@ public class k9 implements t5 { this.c = x3Var; p4 p4Var = new p4(this); p4Var.o(); - this.f1540b = p4Var; + this.f1541b = p4Var; b2.f().v(new j9(this, r9Var)); } @@ -249,7 +249,7 @@ public class k9 implements t5 { this.k.t().Q(b2, this.k.h.m(zznVar.j)); zzaqVar = b2.a(); } - if (this.k.h.o(p.f1554e0) && "_cmp".equals(zzaqVar.j) && "referrer API v2".equals(zzaqVar.k.j.getString("_cis"))) { + if (this.k.h.o(p.f1555e0) && "_cmp".equals(zzaqVar.j) && "referrer API v2".equals(zzaqVar.k.j.getString("_cis"))) { String string = zzaqVar.k.j.getString("gclid"); if (!TextUtils.isEmpty(string)) { o(new zzku("_lgclid", zzaqVar.m, string, "auto"), zznVar); @@ -350,7 +350,7 @@ public class k9 implements t5 { K().b0(); try { u9 Y = K().Y(zznVar.j, "_npa"); - if (Y != null && !"auto".equals(Y.f1574b)) { + if (Y != null && !"auto".equals(Y.f1575b)) { a4Var = null; T = K().T(zznVar.j); if (T != null) { @@ -376,7 +376,7 @@ public class k9 implements t5 { } } if (T != null) { - if (((T.N() == -2147483648L || T.N() == zznVar.f2994s) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zznVar.l))) { + if (((T.N() == -2147483648L || T.N() == zznVar.f3005s) ? 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); @@ -386,7 +386,7 @@ public class k9 implements t5 { if (i == 0) { o(new zzku("_fot", j4, Long.valueOf(j5), "auto"), zznVar); U(); - this.k.f1570x.a(zznVar.j); + this.k.f1571x.a(zznVar.j); U(); P(); Bundle bundle2 = new Bundle(); @@ -404,7 +404,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zznVar.f2997z) { + if (zznVar.f3008z) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -413,13 +413,13 @@ public class k9 implements t5 { K2.b(); K2.n(); long g02 = K2.g0(str4, "first_open_count"); - if (this.k.f1568b.getPackageManager() == null) { + if (this.k.f1569b.getPackageManager() == null) { this.k.g().f.b("PackageManager is null, first open report might be inaccurate. appId", q3.s(zznVar.j)); str = str2; j3 = g02; } else { try { - packageInfo = b.a(this.k.f1568b).b(zznVar.j, 0); + packageInfo = b.a(this.k.f1569b).b(zznVar.j, 0); } catch (PackageManager.NameNotFoundException e2) { this.k.g().f.c("Package info is null, first open report might be inaccurate. appId", q3.s(zznVar.j), e2); packageInfo = a4Var; @@ -440,7 +440,7 @@ public class k9 implements t5 { } j3 = g02; o(new zzku("_fi", j4, Long.valueOf(z2 ? 1L : 0L), "auto"), zznVar); - applicationInfo = b.a(this.k.f1568b).a(zznVar.j, 0); + applicationInfo = b.a(this.k.f1569b).a(zznVar.j, 0); if (applicationInfo != null) { if ((applicationInfo.flags & 1) != 0) { bundle2.putLong("_sys", 1L); @@ -453,7 +453,7 @@ public class k9 implements t5 { } str = str2; j3 = g02; - applicationInfo = b.a(this.k.f1568b).a(zznVar.j, 0); + applicationInfo = b.a(this.k.f1569b).a(zznVar.j, 0); if (applicationInfo != null) { } } @@ -476,7 +476,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zznVar.f2997z) { + if (zznVar.f3008z) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zznVar); @@ -635,7 +635,7 @@ public class k9 implements t5 { T.q(zznVar.A); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.f1559j0) && !TextUtils.equals(zznVar.E, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1560j0) && !TextUtils.equals(zznVar.E, T.B())) { T.u(zznVar.E); z2 = true; } @@ -652,8 +652,8 @@ public class k9 implements t5 { T.D(zznVar.l); z2 = true; } - if (zznVar.f2994s != T.N()) { - T.p(zznVar.f2994s); + if (zznVar.f3005s != T.N()) { + T.p(zznVar.f3005s); z2 = true; } str = zznVar.m; @@ -681,12 +681,12 @@ public class k9 implements t5 { T.R(zznVar.u); z2 = true; } - if (zznVar.f2995x != T.h()) { - T.n(zznVar.f2995x); + if (zznVar.f3006x != T.h()) { + T.n(zznVar.f3006x); z2 = true; } - if (zznVar.f2996y != T.i()) { - T.r(zznVar.f2996y); + if (zznVar.f3007y != T.i()) { + T.r(zznVar.f3007y); z2 = true; } if (zznVar.B != T.j()) { @@ -726,7 +726,7 @@ public class k9 implements t5 { T.D(zznVar.l); z2 = true; } - if (zznVar.f2994s != T.N()) { + if (zznVar.f3005s != 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.f2995x != T.h()) { + if (zznVar.f3006x != T.h()) { } - if (zznVar.f2996y != T.i()) { + if (zznVar.f3007y != T.i()) { } if (zznVar.B != T.j()) { } @@ -781,7 +781,7 @@ public class k9 implements t5 { } T.m(zznVar.k); T.q(zznVar.A); - if (da.b() && this.k.h.u(T.o(), p.f1559j0)) { + if (da.b() && this.k.h.u(T.o(), p.f1560j0)) { T.u(zznVar.E); } if (!TextUtils.isEmpty(zznVar.t)) { @@ -794,7 +794,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zznVar.l)) { T.D(zznVar.l); } - T.p(zznVar.f2994s); + T.p(zznVar.f3005s); 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.f2995x); - T.r(zznVar.f2996y); + T.n(zznVar.f3006x); + T.r(zznVar.f3007y); T.b(zznVar.B); T.z(zznVar.C); T.a.f().b(); @@ -819,8 +819,8 @@ public class k9 implements t5 { } public final p4 H() { - C(this.f1540b); - return this.f1540b; + C(this.f1541b); + return this.f1541b; } /* JADX WARN: Can't wrap try/catch for region: R(13:73|(1:75)(1:76)|77|(2:79|(1:81)(6:82|83|90|(1:92)|94|(0)))|84|303|85|89|83|90|(0)|94|(0)) */ @@ -884,7 +884,7 @@ public class k9 implements t5 { l = null; this.k.t().S(this.A, str, 11, "_ev", zzaqVar2.j, 0); } - if (z5 && (T = K().T(str)) != null && Math.abs(((c) this.k.i()).a() - Math.max(T.W(), T.V())) > p.f1563z.a(l).longValue()) { + if (z5 && (T = K().T(str)) != null && Math.abs(((c) this.k.i()).a() - Math.max(T.W(), T.V())) > p.f1564z.a(l).longValue()) { this.k.g().C().a("Fetching config for blacklisted app"); n(T); return; @@ -980,10 +980,10 @@ public class k9 implements t5 { boolean equals = "_err".equals(zzaqVar2.j); this.k.t(); f x2 = K().x(V(), str, t9.v(zzaqVar2.k) + 1, true, X, false, equals, false); - intValue = x2.f1530b - p.k.a(null).intValue(); + intValue = x2.f1531b - p.k.a(null).intValue(); if (intValue <= 0) { if (intValue % 1000 == 1) { - this.k.g().z().c("Data loss. Too many events logged. appId, count", q3.s(str), Long.valueOf(x2.f1530b)); + this.k.g().z().c("Data loss. Too many events logged. appId, count", q3.s(str), Long.valueOf(x2.f1531b)); } K().s(); return; @@ -1023,14 +1023,14 @@ public class k9 implements t5 { this.k.g().A().c("Data lost. Too many events stored on disk, deleted. appId", q3.s(str), Long.valueOf(X2)); } m mVar = new m(this.k, zzaqVar2.l, str, zzaqVar2.j, zzaqVar2.m, 0L, x0); - l z6 = K().z(str, mVar.f1547b); + l z6 = K().z(str, mVar.f1548b); if (z6 != null) { mVar = mVar.a(this.k, z6.f); lVar = z6.a(mVar.d); } else if (K().f0(str) < this.k.a().p(str) || !X) { - lVar = new l(str, mVar.f1547b, mVar.d); + lVar = new l(str, mVar.f1548b, mVar.d); } else { - this.k.g().z().d("Too many event names used, ignoring event. appId, name, supported count", q3.s(str), this.k.u().u(mVar.f1547b), Integer.valueOf(this.k.a().p(str))); + this.k.g().z().d("Too many event names used, ignoring event. appId, name, supported count", q3.s(str), this.k.u().u(mVar.f1548b), Integer.valueOf(this.k.a().p(str))); this.k.t().S(this.A, str, 8, null, null, 0); return; } @@ -1053,7 +1053,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zznVar.l)) { u0.a0(zznVar.l); } - long j3 = zznVar.f2994s; + long j3 = zznVar.f3005s; if (j3 != -2147483648L) { u0.c0((int) j3); } @@ -1064,7 +1064,7 @@ public class k9 implements t5 { if (t8.b() && this.k.a().o(p.J0)) { u0.w0(a(zznVar.j).h(d.b(zznVar.F)).d()); } - if (da.b() && this.k.a().v(zznVar.j, p.f1559j0)) { + if (da.b() && this.k.a().v(zznVar.j, p.f1560j0)) { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zznVar.E)) { u0.u0(zznVar.E); } @@ -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.f2995x) { + if (zznVar.f3006x) { 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.f2996y && (!hb.b() || !this.k.a().v(zznVar.j, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zznVar.f3007y && (!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.f2994s); + T2.p(zznVar.f3005s); T2.G(zznVar.m); T2.t(zznVar.n); T2.w(zznVar.o); @@ -1180,7 +1180,7 @@ public class k9 implements t5 { break; } } else { - boolean y2 = H().y(mVar.a, mVar.f1547b); + boolean y2 = H().y(mVar.a, mVar.f1548b); f y3 = K().y(V(), mVar.a, false, false); if (y2) { } @@ -1207,7 +1207,7 @@ public class k9 implements t5 { boolean equals2 = "_err".equals(zzaqVar2.j); this.k.t(); f x22 = K().x(V(), str, t9.v(zzaqVar2.k) + 1, true, X3, false, equals2, false); - intValue = x22.f1530b - p.k.a(null).intValue(); + intValue = x22.f1531b - p.k.a(null).intValue(); if (intValue <= 0) { } } @@ -1220,7 +1220,7 @@ public class k9 implements t5 { boolean equals22 = "_err".equals(zzaqVar2.j); this.k.t(); f x222 = K().x(V(), str, t9.v(zzaqVar2.k) + 1, true, X32, false, equals22, false); - intValue = x222.f1530b - p.k.a(null).intValue(); + intValue = x222.f1531b - p.k.a(null).intValue(); if (intValue <= 0) { } } @@ -1231,7 +1231,7 @@ public class k9 implements t5 { boolean equals222 = "_err".equals(zzaqVar2.j); this.k.t(); f x2222 = K().x(V(), str, t9.v(zzaqVar2.k) + 1, true, X322, false, equals222, false); - intValue = x2222.f1530b - p.k.a(null).intValue(); + intValue = x2222.f1531b - p.k.a(null).intValue(); if (intValue <= 0) { } } finally { @@ -1251,7 +1251,7 @@ public class k9 implements t5 { } public final boolean L(zzn zznVar) { - return (!da.b() || !this.k.h.u(zznVar.j, p.f1559j0)) ? !TextUtils.isEmpty(zznVar.k) || !TextUtils.isEmpty(zznVar.A) : !TextUtils.isEmpty(zznVar.k) || !TextUtils.isEmpty(zznVar.E) || !TextUtils.isEmpty(zznVar.A); + return (!da.b() || !this.k.h.u(zznVar.j, p.f1560j0)) ? !TextUtils.isEmpty(zznVar.k) || !TextUtils.isEmpty(zznVar.A) : !TextUtils.isEmpty(zznVar.k) || !TextUtils.isEmpty(zznVar.E) || !TextUtils.isEmpty(zznVar.A); } public final ba M() { @@ -1324,8 +1324,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1543y == -1) { - this.f1543y = K().j0(); + if (this.f1544y == -1) { + this.f1544y = K().j0(); } List> D = K().D(u, this.k.h.q(u, p.g), Math.max(0, this.k.h.q(u, p.h))); if (!D.isEmpty()) { @@ -1442,7 +1442,7 @@ public class k9 implements t5 { str2 = ((d1) x2.k).u().G1(); } this.k.g().n.d("Uploading data. app, uncompressed size, data", str2, Integer.valueOf(d.length), z5); - this.f1541s = true; + this.f1542s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1467,7 +1467,7 @@ public class k9 implements t5 { if (size > 0) { } this.k.g().n.d("Uploading data. app, uncompressed size, data", str22, Integer.valueOf(d2.length), z5); - this.f1541s = true; + this.f1542s = true; x3 J2 = J(); m9 m9Var2 = new m9(this, u); J2.b(); @@ -1493,7 +1493,7 @@ public class k9 implements t5 { if (size > 0) { } this.k.g().n.d("Uploading data. app, uncompressed size, data", str222, Integer.valueOf(d22.length), z5); - this.f1541s = true; + this.f1542s = true; x3 J22 = J(); m9 m9Var22 = new m9(this, u); J22.b(); @@ -1509,7 +1509,7 @@ public class k9 implements t5 { if (size > 0) { } this.k.g().n.d("Uploading data. app, uncompressed size, data", str2222, Integer.valueOf(d22.length), z5); - this.f1541s = true; + this.f1542s = true; x3 J222 = J(); m9 m9Var222 = new m9(this, u); J222.b(); @@ -1530,7 +1530,7 @@ public class k9 implements t5 { a2 = p.q.a(null); } } else { - this.f1543y = -1L; + this.f1544y = -1L; String B = K().B(currentTimeMillis - p.d.a(null).longValue()); if (!TextUtils.isEmpty(B) && (T = K().T(B)) != null) { n(T); @@ -1567,9 +1567,9 @@ public class k9 implements t5 { boolean z3 = true; this.m = true; U(); - if (!this.k.h.o(p.f1558i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1559i0) || (fileLock = this.u) == null || !fileLock.isValid()) { try { - FileChannel channel = new RandomAccessFile(new File(this.k.f1568b.getFilesDir(), "google_app_measurement.db"), "rw").getChannel(); + FileChannel channel = new RandomAccessFile(new File(this.k.f1569b.getFilesDir(), "google_app_measurement.db"), "rw").getChannel(); this.v = channel; tryLock = channel.tryLock(); this.u = tryLock; @@ -1715,7 +1715,7 @@ public class k9 implements t5 { } U(); P(); - d dVar2 = this.f1544z.get(str); + d dVar2 = this.f1545z.get(str); if (dVar2 != null) { return dVar2; } @@ -1819,7 +1819,7 @@ public class k9 implements t5 { @Override // b.i.a.f.i.b.t5 public final Context j() { - return this.k.f1568b; + return this.k.f1569b; } @Override // b.i.a.f.i.b.t5 @@ -1989,7 +1989,7 @@ public class k9 implements t5 { List k = T.k(); if (da.b()) { z2 = T2; - if (this.k.h.u(T.o(), p.f1559j0)) { + if (this.k.h.u(T.o(), p.f1560j0)) { str2 = T.B(); B(zzaqVar, new zzn(str, v, M, N, O, P, Q, (String) null, z2, false, H, g, 0L, 0, h, i, false, y2, j, S, k, str2, (t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d())); } @@ -2009,7 +2009,7 @@ public class k9 implements t5 { */ public final void n(a4 a4Var) { U(); - if (!da.b() || !this.k.h.u(a4Var.o(), p.f1559j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1560j0)) { if (TextUtils.isEmpty(a4Var.v()) && TextUtils.isEmpty(a4Var.y())) { r(a4Var.o(), 204, null, null, null); return; @@ -2023,7 +2023,7 @@ public class k9 implements t5 { Uri.Builder builder = new Uri.Builder(); String v = a4Var.v(); if (TextUtils.isEmpty(v)) { - if (da.b() && cVar.a.h.u(a4Var.o(), p.f1559j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1560j0)) { v = a4Var.B(); } v = a4Var.y(); @@ -2128,7 +2128,7 @@ public class k9 implements t5 { public final void p(zzn zznVar) { if (this.w != null) { ArrayList arrayList = new ArrayList(); - this.f1542x = arrayList; + this.f1543x = arrayList; arrayList.addAll(this.w); } g K = K(); @@ -2304,7 +2304,7 @@ public class k9 implements t5 { if (t8.b() && this.k.h.o(p.J0)) { U(); P(); - this.f1544z.put(str, dVar); + this.f1545z.put(str, dVar); g K = K(); if (t8.b() && K.a.h.o(p.J0)) { Objects.requireNonNull(str, "null reference"); @@ -2444,11 +2444,11 @@ public class k9 implements t5 { b4 S = S(); S.a.P(); S.a.f().b(); - if (!S.f1518b) { - S.a.k.f1568b.registerReceiver(S, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); + if (!S.f1519b) { + S.a.k.f1569b.registerReceiver(S, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); S.c = S.a.J().u(); S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.c)); - S.f1518b = true; + S.f1519b = true; } T().s(); return; @@ -2470,7 +2470,7 @@ public class k9 implements t5 { this.k.g().n.b("Upload scheduled in approximately ms", Long.valueOf(currentTimeMillis2)); h9 T = T(); T.n(); - Context context = T.a.f1568b; + Context context = T.a.f1569b; if (!n4.a(context)) { T.g().m.a("Receiver not registered/enabled"); } @@ -2481,13 +2481,13 @@ public class k9 implements t5 { T.g().n.b("Scheduling upload, millis", Long.valueOf(currentTimeMillis2)); Objects.requireNonNull((c) T.a.o); long elapsedRealtime = SystemClock.elapsedRealtime() + currentTimeMillis2; - if (currentTimeMillis2 < Math.max(0L, p.f1561x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1562x.a(null).longValue())) { if (!(T.e.d != 0)) { T.e.b(currentTimeMillis2); } } if (Build.VERSION.SDK_INT >= 24) { - Context context2 = T.a.f1568b; + Context context2 = T.a.f1569b; ComponentName componentName = new ComponentName(context2, "com.google.android.gms.measurement.AppMeasurementJobService"); int t = T.t(); PersistableBundle persistableBundle = new PersistableBundle(); @@ -2499,7 +2499,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - Method method3 = a4.f1433b; + Method method3 = a4.f1434b; if (method3 != null) { try { i = ((Integer) method3.invoke(null, new Object[0])).intValue(); @@ -2527,7 +2527,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1560s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1561s.a(null).longValue(), currentTimeMillis2), T.u()); return; } } @@ -2552,8 +2552,8 @@ public class k9 implements t5 { @WorkerThread public final void x() { U(); - if (this.r || this.f1541s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1541s), Boolean.valueOf(this.t)); + if (this.r || this.f1542s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1542s), Boolean.valueOf(this.t)); return; } this.k.g().n.a("Stopping uploading service(s)"); @@ -2575,7 +2575,7 @@ public class k9 implements t5 { } Boolean z2 = z(T); if (z2 == null || z2.booleanValue()) { - return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1559j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); + return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1560j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); } this.k.g().f.b("App version does not match; dropping. appId", q3.s(str)); return null; @@ -2585,11 +2585,11 @@ public class k9 implements t5 { public final Boolean z(a4 a4Var) { try { if (a4Var.N() != -2147483648L) { - if (a4Var.N() == b.a(this.k.f1568b).b(a4Var.o(), 0).versionCode) { + if (a4Var.N() == b.a(this.k.f1569b).b(a4Var.o(), 0).versionCode) { return Boolean.TRUE; } } else { - String str = b.a(this.k.f1568b).b(a4Var.o(), 0).versionName; + String str = b.a(this.k.f1569b).b(a4Var.o(), 0).versionName; if (a4Var.M() != null && a4Var.M().equals(str)) { return Boolean.TRUE; } diff --git a/app/src/main/java/b/i/a/f/i/b/l.java b/app/src/main/java/b/i/a/f/i/b/l.java index c0abcdd23d..cf69e7a071 100644 --- a/app/src/main/java/b/i/a/f/i/b/l.java +++ b/app/src/main/java/b/i/a/f/i/b/l.java @@ -7,7 +7,7 @@ public final class l { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1546b; + public final String f1547b; public final long c; public final long d; public final long e; @@ -31,7 +31,7 @@ public final class l { d.l(j3 >= 0); d.l(j5 < 0 ? false : z2); this.a = str; - this.f1546b = str2; + this.f1547b = str2; this.c = j; this.d = j2; this.e = j3; @@ -44,14 +44,14 @@ public final class l { } public final l a(long j) { - return new l(this.a, this.f1546b, this.c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.f1547b, this.c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); } public final l b(long j, long j2) { - return new l(this.a, this.f1546b, this.c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.f1547b, this.c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); } public final l c(Long l, Long l2, Boolean bool) { - return new l(this.a, this.f1546b, this.c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); + return new l(this.a, this.f1547b, this.c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); } } diff --git a/app/src/main/java/b/i/a/f/i/b/m.java b/app/src/main/java/b/i/a/f/i/b/m.java index 7502e4edbb..435f44c49d 100644 --- a/app/src/main/java/b/i/a/f/i/b/m.java +++ b/app/src/main/java/b/i/a/f/i/b/m.java @@ -13,7 +13,7 @@ public final class m { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1547b; + public final String f1548b; public final String c; public final long d; public final long e; @@ -24,7 +24,7 @@ public final class m { d.w(str2); d.w(str3); this.a = str2; - this.f1547b = str3; + this.f1548b = str3; this.c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; @@ -61,7 +61,7 @@ public final class m { d.w(str3); Objects.requireNonNull(zzapVar, "null reference"); this.a = str2; - this.f1547b = str3; + this.f1548b = str3; this.c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; @@ -72,12 +72,12 @@ public final class m { } public final m a(u4 u4Var, long j) { - return new m(u4Var, this.c, this.a, this.f1547b, this.d, j, this.f); + return new m(u4Var, this.c, this.a, this.f1548b, this.d, j, this.f); } public final String toString() { String str = this.a; - String str2 = this.f1547b; + String str2 = this.f1548b; String valueOf = String.valueOf(this.f); StringBuilder Q = a.Q(valueOf.length() + a.b(str2, a.b(str, 33)), "Event{appId='", str, "', name='", str2); Q.append("', params="); diff --git a/app/src/main/java/b/i/a/f/i/b/m3.java b/app/src/main/java/b/i/a/f/i/b/m3.java index 22a1ae73ac..4344efd298 100644 --- a/app/src/main/java/b/i/a/f/i/b/m3.java +++ b/app/src/main/java/b/i/a/f/i/b/m3.java @@ -12,7 +12,7 @@ import androidx.exifinterface.media.ExifInterface; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ /* loaded from: classes3.dex */ public final class m3 extends a5 { - public final p3 c = new p3(this, this.a.f1568b, "google_app_measurement_local.db"); + public final p3 c = new p3(this, this.a.f1569b, "google_app_measurement_local.db"); public boolean d; public m3(u4 u4Var) { @@ -243,7 +243,7 @@ public final class m3 extends a5 { @WorkerThread public final boolean z() { b(); - if (this.d || !this.a.f1568b.getDatabasePath("google_app_measurement_local.db").exists()) { + if (this.d || !this.a.f1569b.getDatabasePath("google_app_measurement_local.db").exists()) { return false; } int i = 5; diff --git a/app/src/main/java/b/i/a/f/i/b/m4.java b/app/src/main/java/b/i/a/f/i/b/m4.java index 74002ed181..df9d90cc17 100644 --- a/app/src/main/java/b/i/a/f/i/b/m4.java +++ b/app/src/main/java/b/i/a/f/i/b/m4.java @@ -34,7 +34,7 @@ public final class m4 { this.a.f().b(); Intent intent = new Intent("com.google.android.finsky.BIND_GET_INSTALL_REFERRER_SERVICE"); intent.setComponent(new ComponentName("com.android.vending", "com.google.android.finsky.externalreferrer.GetInstallReferrerService")); - PackageManager packageManager = this.a.f1568b.getPackageManager(); + PackageManager packageManager = this.a.f1569b.getPackageManager(); if (packageManager == null) { this.a.g().j.a("Failed to obtain Package Manager to verify binding conditions for Install Referrer"); return; @@ -52,7 +52,7 @@ public final class m4 { return; } try { - this.a.g().n.b("Install Referrer Service is", a.b().a(this.a.f1568b, new Intent(intent), l4Var, 1) ? ModelAuditLogEntry.CHANGE_KEY_AVAILABLE : "not available"); + this.a.g().n.b("Install Referrer Service is", a.b().a(this.a.f1569b, new Intent(intent), l4Var, 1) ? ModelAuditLogEntry.CHANGE_KEY_AVAILABLE : "not available"); } catch (Exception e) { this.a.g().f.b("Exception occurred while binding to Install Referrer Service", e.getMessage()); } @@ -61,7 +61,7 @@ public final class m4 { public final boolean b() { try { - b.i.a.f.e.p.a a = b.a(this.a.f1568b); + b.i.a.f.e.p.a a = b.a(this.a.f1569b); if (a != null) { return a.a.getPackageManager().getPackageInfo("com.android.vending", 128).versionCode >= 80837300; } diff --git a/app/src/main/java/b/i/a/f/i/b/m6.java b/app/src/main/java/b/i/a/f/i/b/m6.java index 245ea38620..f9eafb0214 100644 --- a/app/src/main/java/b/i/a/f/i/b/m6.java +++ b/app/src/main/java/b/i/a/f/i/b/m6.java @@ -24,7 +24,7 @@ public final class m6 implements Runnable { String str = o.c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.c.h(str, j3Var.f1537b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.c.h(str, j3Var.f1538b))); this.j.notify(); } } diff --git a/app/src/main/java/b/i/a/f/i/b/m9.java b/app/src/main/java/b/i/a/f/i/b/m9.java index b593ed325d..043e469ccf 100644 --- a/app/src/main/java/b/i/a/f/i/b/m9.java +++ b/app/src/main/java/b/i/a/f/i/b/m9.java @@ -12,10 +12,10 @@ public final class m9 implements z3 { public final /* synthetic */ String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ k9 f1548b; + public final /* synthetic */ k9 f1549b; public m9(k9 k9Var, String str) { - this.f1548b = k9Var; + this.f1549b = k9Var; this.a = str; } @@ -32,14 +32,14 @@ public final class m9 implements z3 { public final void a(String str, int i, Throwable th, byte[] bArr, Map> map) { g K; long longValue; - k9 k9Var = this.f1548b; + k9 k9Var = this.f1549b; k9Var.U(); k9Var.P(); if (bArr == null) { try { bArr = new byte[0]; } finally { - k9Var.f1541s = false; + k9Var.f1542s = false; k9Var.x(); } } @@ -69,7 +69,7 @@ public final class m9 implements z3 { break; } } catch (SQLiteException e2) { - List list2 = k9Var.f1542x; + List list2 = k9Var.f1543x; if (list2 == null || !list2.contains(l)) { throw e2; } @@ -81,9 +81,9 @@ public final class m9 implements z3 { } k9Var.K().s(); k9Var.K().e0(); - k9Var.f1542x = null; + k9Var.f1543x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1543y = -1L; + k9Var.f1544y = -1L; k9Var.w(); } else { k9Var.Q(); diff --git a/app/src/main/java/b/i/a/f/i/b/n3.java b/app/src/main/java/b/i/a/f/i/b/n3.java index c992ff04ef..3773716d1e 100644 --- a/app/src/main/java/b/i/a/f/i/b/n3.java +++ b/app/src/main/java/b/i/a/f/i/b/n3.java @@ -74,8 +74,8 @@ public final class n3 extends a5 { String V1; String str = EnvironmentCompat.MEDIA_UNKNOWN; String str2 = "Unknown"; - String packageName = this.a.f1568b.getPackageName(); - PackageManager packageManager = this.a.f1568b.getPackageManager(); + String packageName = this.a.f1569b.getPackageName(); + PackageManager packageManager = this.a.f1569b.getPackageManager(); int i = Integer.MIN_VALUE; if (packageManager == null) { g().f.b("PackageManager is null, app identity information might be inaccurate. appId", q3.s(packageName)); @@ -91,7 +91,7 @@ public final class n3 extends a5 { str = ""; } try { - PackageInfo packageInfo = packageManager.getPackageInfo(this.a.f1568b.getPackageName(), 0); + PackageInfo packageInfo = packageManager.getPackageInfo(this.a.f1569b.getPackageName(), 0); if (packageInfo != null) { CharSequence applicationLabel = packageManager.getApplicationLabel(packageInfo.applicationInfo); if (!TextUtils.isEmpty(applicationLabel)) { @@ -109,14 +109,14 @@ public final class n3 extends a5 { this.d = str2; this.e = i; this.g = 0L; - Context context = this.a.f1568b; + Context context = this.a.f1569b; Object obj = h.a; d.z(context, "Context must not be null."); synchronized (h.a) { - if (h.f1363b == null) { - h.f1363b = new h(context); + if (h.f1364b == null) { + h.f1364b = new h(context); } - status = h.f1363b.d; + status = h.f1364b.d; } boolean z3 = true; boolean z4 = status != null && status.w0(); @@ -173,10 +173,10 @@ public final class n3 extends a5 { this.l = this.a.c; } list = null; - V1 = (((lb) ib.j.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").c : f.V1(this.a.f1568b, "google_app_id"); + V1 = (((lb) ib.j.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").c : f.V1(this.a.f1569b, "google_app_id"); this.k = !TextUtils.isEmpty(V1) ? "" : V1; - if (!da.b() && this.a.h.o(p.f1559j0)) { - Context context2 = this.a.f1568b; + if (!da.b() && this.a.h.o(p.f1560j0)) { + Context context2 = this.a.f1569b; Objects.requireNonNull(context2, "null reference"); Resources resources = context2.getResources(); String resourcePackageName = resources.getResourcePackageName(R.a.common_google_play_services_unknown_issue); @@ -188,7 +188,7 @@ public final class n3 extends a5 { this.l = identifier2 == 0 ? null : resources.getString(identifier2); } } else if (!TextUtils.isEmpty(V1)) { - Context context3 = this.a.f1568b; + Context context3 = this.a.f1569b; Objects.requireNonNull(context3, "null reference"); Resources resources2 = context3.getResources(); int identifier3 = resources2.getIdentifier("admob_app_id", "string", resources2.getResourcePackageName(R.a.common_google_play_services_unknown_issue)); @@ -208,7 +208,7 @@ public final class n3 extends a5 { num = Integer.valueOf(D.getInt("analytics.safelisted_events")); if (num != null) { try { - String[] stringArray = cVar.a.f1568b.getResources().getStringArray(num.intValue()); + String[] stringArray = cVar.a.f1569b.getResources().getStringArray(num.intValue()); if (stringArray != null) { list = Arrays.asList(stringArray); } @@ -231,7 +231,7 @@ public final class n3 extends a5 { this.i = list; } if (packageManager != null) { - this.j = f.E0(this.a.f1568b) ? 1 : 0; + this.j = f.E0(this.a.f1569b) ? 1 : 0; return; } else { this.j = 0; diff --git a/app/src/main/java/b/i/a/f/i/b/o3.java b/app/src/main/java/b/i/a/f/i/b/o3.java index 8b772a338b..ec7d085795 100644 --- a/app/src/main/java/b/i/a/f/i/b/o3.java +++ b/app/src/main/java/b/i/a/f/i/b/o3.java @@ -118,7 +118,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, u5.f1573b, u5.a, d); + return !z() ? str : v(str, u5.f1574b, u5.a, d); } @Nullable @@ -130,7 +130,7 @@ public final class o3 extends r5 { return str; } if (!str.startsWith("_exp_")) { - return v(str, x5.f1576b, x5.a, e); + return v(str, x5.f1577b, x5.a, e); } return "experiment_id(" + str + ")"; } diff --git a/app/src/main/java/b/i/a/f/i/b/o4.java b/app/src/main/java/b/i/a/f/i/b/o4.java index a11f328c75..9eccc3f3e9 100644 --- a/app/src/main/java/b/i/a/f/i/b/o4.java +++ b/app/src/main/java/b/i/a/f/i/b/o4.java @@ -86,7 +86,7 @@ public final class o4 implements Runnable { } } if (serviceConnection == null) { - a.b().c(m4Var.a.f1568b, serviceConnection); + a.b().c(m4Var.a.f1569b, serviceConnection); return; } return; diff --git a/app/src/main/java/b/i/a/f/i/b/o8.java b/app/src/main/java/b/i/a/f/i/b/o8.java index 71a671ef0f..ac86f95635 100644 --- a/app/src/main/java/b/i/a/f/i/b/o8.java +++ b/app/src/main/java/b/i/a/f/i/b/o8.java @@ -12,6 +12,6 @@ public final class o8 implements Runnable { @Override // java.lang.Runnable public final void run() { - q7.x(this.j.l, new ComponentName(this.j.l.a.f1568b, "com.google.android.gms.measurement.AppMeasurementService")); + q7.x(this.j.l, new ComponentName(this.j.l.a.f1569b, "com.google.android.gms.measurement.AppMeasurementService")); } } diff --git a/app/src/main/java/b/i/a/f/i/b/p.java b/app/src/main/java/b/i/a/f/i/b/p.java index 1db08bc170..f330d93286 100644 --- a/app/src/main/java/b/i/a/f/i/b/p.java +++ b/app/src/main/java/b/i/a/f/i/b/p.java @@ -37,34 +37,34 @@ public final class p { public static j3 Z; /* renamed from: a0 reason: collision with root package name */ - public static j3 f1549a0; + public static j3 f1550a0; /* renamed from: b0 reason: collision with root package name */ - public static j3 f1551b0; + public static j3 f1552b0; /* renamed from: c0 reason: collision with root package name */ - public static j3 f1552c0; + public static j3 f1553c0; /* renamed from: d0 reason: collision with root package name */ - public static j3 f1553d0; + public static j3 f1554d0; /* renamed from: e0 reason: collision with root package name */ - public static j3 f1554e0; + public static j3 f1555e0; /* renamed from: f0 reason: collision with root package name */ - public static j3 f1555f0; + public static j3 f1556f0; /* renamed from: g0 reason: collision with root package name */ - public static j3 f1556g0; + public static j3 f1557g0; /* renamed from: h0 reason: collision with root package name */ - public static j3 f1557h0; + public static j3 f1558h0; /* renamed from: i0 reason: collision with root package name */ - public static j3 f1558i0; + public static j3 f1559i0; /* renamed from: j0 reason: collision with root package name */ - public static j3 f1559j0; + public static j3 f1560j0; public static j3 k0; public static j3 l0; public static j3 m0; @@ -84,7 +84,7 @@ public final class p { public static List> a = Collections.synchronizedList(new ArrayList()); /* renamed from: b reason: collision with root package name */ - public static j3 f1550b = a("measurement.ad_id_cache_time", 10000L, 10000L, s.a); + public static j3 f1551b = a("measurement.ad_id_cache_time", 10000L, 10000L, s.a); public static j3 c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); public static j3 d = a("measurement.config.cache_time", 86400000L, 3600000L, f0.a); public static j3 e = a("measurement.config.url_scheme", Constants.SCHEME, Constants.SCHEME, o0.a); @@ -103,20 +103,20 @@ public final class p { public static j3 r = a("measurement.upload.backoff_period", 43200000L, 43200000L, b0.a); /* renamed from: s reason: collision with root package name */ - public static j3 f1560s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + public static j3 f1561s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); public static j3 t = a("measurement.upload.interval", 3600000L, 3600000L, d0.a); public static j3 u = a("measurement.upload.realtime_upload_interval", 10000L, 10000L, c0.a); public static j3 v = a("measurement.upload.debug_upload_interval", 1000L, 1000L, e0.a); public static j3 w = a("measurement.upload.minimum_delay", 500L, 500L, h0.a); /* renamed from: x reason: collision with root package name */ - public static j3 f1561x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1562x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); /* renamed from: y reason: collision with root package name */ - public static j3 f1562y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1563y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); /* renamed from: z reason: collision with root package name */ - public static j3 f1563z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1564z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 A = a("measurement.upload.initial_upload_delay_time", 15000L, 15000L, l0.a); public static j3 C = a("measurement.upload.retry_count", 6, 6, n0.a); public static j3 D = a("measurement.upload.max_queue_time", 2419200000L, 2419200000L, m0.a); @@ -152,16 +152,16 @@ public final class p { X = a("measurement.quality.checksum", bool, bool, null); Y = a("measurement.sdk.dynamite.allow_remote_dynamite3", bool2, bool2, i1.a); Z = a("measurement.sdk.collection.validate_param_names_alphabetical", bool2, bool2, h1.a); - f1549a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1551b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1552c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1553d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1554e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1555f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1556g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1557h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1558i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - f1559j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1550a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1552b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1553c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1554d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1555e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1556f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1557g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1558h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1559i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1560j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); k0 = a("measurement.lifecycle.app_in_background_parameter", bool, bool, t1.a); l0 = a("measurement.integration.disable_firebase_instance_id", bool, bool, w1.a); m0 = a("measurement.lifecycle.app_backgrounded_engagement", bool, bool, v1.a); diff --git a/app/src/main/java/b/i/a/f/i/b/p3.java b/app/src/main/java/b/i/a/f/i/b/p3.java index 5b1e2f897c..f213f2ca1c 100644 --- a/app/src/main/java/b/i/a/f/i/b/p3.java +++ b/app/src/main/java/b/i/a/f/i/b/p3.java @@ -27,7 +27,7 @@ public final class p3 extends SQLiteOpenHelper { throw e; } catch (SQLiteException unused) { this.j.g().f.a("Opening the local database failed, dropping and recreating it"); - if (!this.j.a.f1568b.getDatabasePath("google_app_measurement_local.db").delete()) { + if (!this.j.a.f1569b.getDatabasePath("google_app_measurement_local.db").delete()) { this.j.g().f.b("Failed to delete corrupted local db file", "google_app_measurement_local.db"); } try { diff --git a/app/src/main/java/b/i/a/f/i/b/p4.java b/app/src/main/java/b/i/a/f/i/b/p4.java index 4bf199a21e..1eb8a452bc 100644 --- a/app/src/main/java/b/i/a/f/i/b/p4.java +++ b/app/src/main/java/b/i/a/f/i/b/p4.java @@ -293,7 +293,7 @@ public final class p4 extends i9 implements e { int i3 = 0; while (i3 < ((l0) t3.k).B()) { m0 u = ((l0) t3.k).u(i3); - String Y12 = f.Y1(u.C(), u5.a, u5.f1573b); + String Y12 = f.Y1(u.C(), u5.a, u5.f1574b); if (Y12 != null) { m0.a t4 = u.t(); if (t4.l) { @@ -331,7 +331,7 @@ public final class p4 extends i9 implements e { if (((k0) t2.k).B() != 0) { for (int i4 = 0; i4 < ((k0) t2.k).B(); i4++) { o0 u2 = ((k0) t2.k).u(i4); - String Y13 = f.Y1(u2.x(), x5.a, x5.f1576b); + String Y13 = f.Y1(u2.x(), x5.a, x5.f1577b); if (Y13 != null) { o0.a t5 = u2.t(); if (t5.l) { diff --git a/app/src/main/java/b/i/a/f/i/b/q3.java b/app/src/main/java/b/i/a/f/i/b/q3.java index 23b1914850..bdae07f962 100644 --- a/app/src/main/java/b/i/a/f/i/b/q3.java +++ b/app/src/main/java/b/i/a/f/i/b/q3.java @@ -166,7 +166,7 @@ public final class q3 extends r5 { k4Var.a(); } else { String string = k4Var.e.w().getString(k4Var.c, null); - long j4 = k4Var.e.w().getLong(k4Var.f1539b, 0L); + long j4 = k4Var.e.w().getLong(k4Var.f1540b, 0L); k4Var.a(); pair = (string == null || j4 <= 0) ? d4.c : new Pair<>(string, Long.valueOf(j4)); if (pair != null || pair == d4.c) { diff --git a/app/src/main/java/b/i/a/f/i/b/q7.java b/app/src/main/java/b/i/a/f/i/b/q7.java index a8606cd227..77df7e33b7 100644 --- a/app/src/main/java/b/i/a/f/i/b/q7.java +++ b/app/src/main/java/b/i/a/f/i/b/q7.java @@ -89,7 +89,7 @@ public final class q7 extends a5 { if (G()) { k8 k8Var = this.c; k8Var.l.b(); - Context context = k8Var.l.a.f1568b; + Context context = k8Var.l.a.f1569b; synchronized (k8Var) { if (k8Var.j) { k8Var.l.g().n.a("Connection attempt already in progress"); @@ -103,13 +103,13 @@ public final class q7 extends a5 { } } } else if (!this.a.h.C()) { - List queryIntentServices = this.a.f1568b.getPackageManager().queryIntentServices(new Intent().setClassName(this.a.f1568b, "com.google.android.gms.measurement.AppMeasurementService"), 65536); + List queryIntentServices = this.a.f1569b.getPackageManager().queryIntentServices(new Intent().setClassName(this.a.f1569b, "com.google.android.gms.measurement.AppMeasurementService"), 65536); if (queryIntentServices != null && queryIntentServices.size() > 0) { Intent intent = new Intent("com.google.android.gms.measurement.START"); - intent.setComponent(new ComponentName(this.a.f1568b, "com.google.android.gms.measurement.AppMeasurementService")); + intent.setComponent(new ComponentName(this.a.f1569b, "com.google.android.gms.measurement.AppMeasurementService")); k8 k8Var2 = this.c; k8Var2.l.b(); - Context context2 = k8Var2.l.a.f1568b; + Context context2 = k8Var2.l.a.f1569b; a b2 = a.b(); synchronized (k8Var2) { if (k8Var2.j) { @@ -137,7 +137,7 @@ public final class q7 extends a5 { } k8Var.k = null; try { - a.b().c(this.a.f1568b, this.c); + a.b().c(this.a.f1569b, this.c); } catch (IllegalArgumentException | IllegalStateException unused) { } this.d = null; @@ -158,7 +158,7 @@ public final class q7 extends a5 { b(); e9 e9Var = this.g; Objects.requireNonNull((c) e9Var.a); - e9Var.f1528b = SystemClock.elapsedRealtime(); + e9Var.f1529b = SystemClock.elapsedRealtime(); this.f.b(p.J.a(null).longValue()); } @@ -186,7 +186,7 @@ public final class q7 extends a5 { g().n.a("Checking service availability"); t9 e = e(); Objects.requireNonNull(e); - int b2 = b.i.a.f.e.c.f1344b.b(e.a.f1568b, 12451000); + int b2 = b.i.a.f.e.c.f1345b.b(e.a.f1569b, 12451000); if (b2 != 0) { if (b2 == 1) { g().n.a("Service missing"); @@ -298,7 +298,7 @@ public final class q7 extends a5 { o.b(); if (o.g == 0) { t9 t = o.a.t(); - Context context = o.a.f1568b; + Context context = o.a.f1569b; String packageName = context.getPackageName(); t.b(); d.w(packageName); @@ -311,7 +311,7 @@ public final class q7 extends a5 { if (packageManager != null) { try { if (!t.o0(context, packageName)) { - Signature[] signatureArr = b.a(context).b(t.a.f1568b.getPackageName(), 64).signatures; + Signature[] signatureArr = b.a(context).b(t.a.f1569b.getPackageName(), 64).signatures; if (signatureArr == null || signatureArr.length <= 0) { t.g().i.a("Could not get signatures"); } else { @@ -334,7 +334,7 @@ public final class q7 extends a5 { if (o.a.d()) { if (!((rb) ob.j.a()).a() || !o.a.h.o(p.l0)) { try { - loadClass = o.a.f1568b.getClassLoader().loadClass("com.google.firebase.analytics.FirebaseAnalytics"); + loadClass = o.a.f1569b.getClassLoader().loadClass("com.google.firebase.analytics.FirebaseAnalytics"); } catch (ClassNotFoundException unused) { } if (loadClass != null) { @@ -346,7 +346,7 @@ public final class q7 extends a5 { z3 = d; } try { - objArr[0] = o.a.f1568b; + objArr[0] = o.a.f1569b; Object invoke = declaredMethod.invoke(null, objArr); if (invoke == null) { str = null; @@ -408,7 +408,7 @@ public final class q7 extends a5 { if (da.b()) { list = list22; j2 = j62; - if (o.a.h.o(p.f1559j0)) { + if (o.a.h.o(p.f1560j0)) { o.t(); str3 = o.m; return new zzn(str4, str5, str6, j3, str7, 33025L, j5, E, z3, z4, str2, 0L, j, i2, booleanValue3, booleanValue22, z52, str82, valueOf2, j2, list, str3, (t8.b() || !o.a.h.o(p.H0)) ? "" : o.l().y().d()); @@ -503,7 +503,7 @@ public final class q7 extends a5 { r.b(); if (!r.d) { ArrayList arrayList3 = new ArrayList(); - if (!r.a.f1568b.getDatabasePath("google_app_measurement_local.db").exists()) { + if (!r.a.f1569b.getDatabasePath("google_app_measurement_local.db").exists()) { arrayList = arrayList3; if (arrayList != null) { arrayList2.addAll(arrayList); diff --git a/app/src/main/java/b/i/a/f/i/b/q8.java b/app/src/main/java/b/i/a/f/i/b/q8.java index 5d123c92ff..d1a3b99419 100644 --- a/app/src/main/java/b/i/a/f/i/b/q8.java +++ b/app/src/main/java/b/i/a/f/i/b/q8.java @@ -57,9 +57,9 @@ public final class q8 extends i9 { } c cVar = this.a.h; Objects.requireNonNull(cVar); - this.f = elapsedRealtime + cVar.n(str, p.f1550b); + this.f = elapsedRealtime + cVar.n(str, p.f1551b); try { - AdvertisingIdClient.Info advertisingIdInfo = AdvertisingIdClient.getAdvertisingIdInfo(this.a.f1568b); + AdvertisingIdClient.Info advertisingIdInfo = AdvertisingIdClient.getAdvertisingIdInfo(this.a.f1569b); if (advertisingIdInfo != null) { this.d = advertisingIdInfo.getId(); this.e = advertisingIdInfo.isLimitAdTrackingEnabled(); diff --git a/app/src/main/java/b/i/a/f/i/b/q9.java b/app/src/main/java/b/i/a/f/i/b/q9.java index d33b81f27f..8fba5a8423 100644 --- a/app/src/main/java/b/i/a/f/i/b/q9.java +++ b/app/src/main/java/b/i/a/f/i/b/q9.java @@ -348,13 +348,13 @@ public final class q9 extends i9 { } public static Builder x(Builder builder, byte[] bArr) throws zzij { - h4 h4Var = h4.f1444b; + h4 h4Var = h4.f1445b; if (h4Var == null) { synchronized (h4.class) { - h4Var = h4.f1444b; + h4Var = h4.f1445b; if (h4Var == null) { h4Var = s4.b(h4.class); - h4.f1444b = h4Var; + h4.f1445b = h4Var; } } } @@ -591,7 +591,7 @@ public final class q9 extends i9 { @Nullable public final List U() { - Context context = this.f1536b.k.f1568b; + Context context = this.f1537b.k.f1569b; List> list = p.a; y1 a = y1.a(context.getContentResolver(), i2.a("com.google.android.gms.measurement")); Map emptyMap = a == null ? Collections.emptyMap() : a.b(); diff --git a/app/src/main/java/b/i/a/f/i/b/r3.java b/app/src/main/java/b/i/a/f/i/b/r3.java index 64d1e09bf4..bb7b2ad08e 100644 --- a/app/src/main/java/b/i/a/f/i/b/r3.java +++ b/app/src/main/java/b/i/a/f/i/b/r3.java @@ -12,7 +12,7 @@ import b.i.a.f.e.k.e; /* loaded from: classes3.dex */ public final class r3 extends b { public r3(Context context, Looper looper, b.a aVar, b.AbstractC0113b bVar) { - super(context, looper, e.a(context), c.f1344b, 93, aVar, bVar, null); + super(context, looper, e.a(context), c.f1345b, 93, aVar, bVar, null); } @Override // b.i.a.f.e.k.b, b.i.a.f.e.h.a.f diff --git a/app/src/main/java/b/i/a/f/i/b/r5.java b/app/src/main/java/b/i/a/f/i/b/r5.java index d264323ca6..844e4685a4 100644 --- a/app/src/main/java/b/i/a/f/i/b/r5.java +++ b/app/src/main/java/b/i/a/f/i/b/r5.java @@ -4,7 +4,7 @@ package b.i.a.f.i.b; public abstract class r5 extends s5 { /* renamed from: b reason: collision with root package name */ - public boolean f1564b; + public boolean f1565b; public r5(u4 u4Var) { super(u4Var); @@ -15,7 +15,7 @@ public abstract class r5 extends s5 { } public final boolean n() { - return this.f1564b; + return this.f1565b; } public final void o() { @@ -25,19 +25,19 @@ public abstract class r5 extends s5 { } public final void p() { - if (this.f1564b) { + if (this.f1565b) { throw new IllegalStateException("Can't initialize twice"); } else if (!r()) { this.a.G.incrementAndGet(); - this.f1564b = true; + this.f1565b = true; } } public final void q() { - if (!this.f1564b) { + if (!this.f1565b) { m(); this.a.G.incrementAndGet(); - this.f1564b = true; + this.f1565b = true; return; } throw new IllegalStateException("Can't initialize twice"); diff --git a/app/src/main/java/b/i/a/f/i/b/s3.java b/app/src/main/java/b/i/a/f/i/b/s3.java index 78a741f70b..0b0ce6e656 100644 --- a/app/src/main/java/b/i/a/f/i/b/s3.java +++ b/app/src/main/java/b/i/a/f/i/b/s3.java @@ -5,30 +5,30 @@ public final class s3 { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f1565b; + public final boolean f1566b; public final boolean c; public final /* synthetic */ q3 d; public s3(q3 q3Var, int i, boolean z2, boolean z3) { this.d = q3Var; this.a = i; - this.f1565b = z2; + this.f1566b = z2; this.c = z3; } public final void a(String str) { - this.d.w(this.a, this.f1565b, this.c, str, null, null, null); + this.d.w(this.a, this.f1566b, this.c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.f1565b, this.c, str, obj, null, null); + this.d.w(this.a, this.f1566b, this.c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.f1565b, this.c, str, obj, obj2, null); + this.d.w(this.a, this.f1566b, this.c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.f1565b, this.c, str, obj, obj2, obj3); + this.d.w(this.a, this.f1566b, this.c, str, obj, obj2, obj3); } } diff --git a/app/src/main/java/b/i/a/f/i/b/s5.java b/app/src/main/java/b/i/a/f/i/b/s5.java index e483fb0756..de6c27defe 100644 --- a/app/src/main/java/b/i/a/f/i/b/s5.java +++ b/app/src/main/java/b/i/a/f/i/b/s5.java @@ -50,7 +50,7 @@ public class s5 implements t5 { @Override // b.i.a.f.i.b.t5 public Context j() { - return this.a.f1568b; + return this.a.f1569b; } @Override // b.i.a.f.i.b.t5 diff --git a/app/src/main/java/b/i/a/f/i/b/t3.java b/app/src/main/java/b/i/a/f/i/b/t3.java index 0041924d8c..f331a9e2ea 100644 --- a/app/src/main/java/b/i/a/f/i/b/t3.java +++ b/app/src/main/java/b/i/a/f/i/b/t3.java @@ -38,7 +38,7 @@ public final class t3 implements Runnable { if (cVar.d == null) { synchronized (cVar) { if (cVar.d == null) { - ApplicationInfo applicationInfo = cVar.a.f1568b.getApplicationInfo(); + ApplicationInfo applicationInfo = cVar.a.f1569b.getApplicationInfo(); String a = g.a(); if (applicationInfo != null) { String str = applicationInfo.processName; @@ -85,11 +85,11 @@ public final class t3 implements Runnable { if (sb2 == null) { sb2 = ""; } - long j2 = k4Var.e.w().getLong(k4Var.f1539b, 0L); + long j2 = k4Var.e.w().getLong(k4Var.f1540b, 0L); if (j2 <= 0) { SharedPreferences.Editor edit = k4Var.e.w().edit(); edit.putString(k4Var.c, sb2); - edit.putLong(k4Var.f1539b, 1L); + edit.putLong(k4Var.f1540b, 1L); edit.apply(); return; } @@ -101,7 +101,7 @@ public final class t3 implements Runnable { if (z2) { edit2.putString(k4Var.c, sb2); } - edit2.putLong(k4Var.f1539b, j3); + edit2.putLong(k4Var.f1540b, j3); edit2.apply(); } } diff --git a/app/src/main/java/b/i/a/f/i/b/t4.java b/app/src/main/java/b/i/a/f/i/b/t4.java index e37593331d..de0dcb970f 100644 --- a/app/src/main/java/b/i/a/f/i/b/t4.java +++ b/app/src/main/java/b/i/a/f/i/b/t4.java @@ -7,15 +7,15 @@ public final class t4 implements Thread.UncaughtExceptionHandler { public final String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ r4 f1566b; + public final /* synthetic */ r4 f1567b; public t4(r4 r4Var, String str) { - this.f1566b = r4Var; + this.f1567b = r4Var; this.a = str; } @Override // java.lang.Thread.UncaughtExceptionHandler public final synchronized void uncaughtException(Thread thread, Throwable th) { - this.f1566b.g().f.b(this.a, th); + this.f1567b.g().f.b(this.a, th); } } 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 6be319bde4..5a24c35174 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.f2998s); + bundle.putLong("time_to_live", zzzVar.f3009s); zzaq zzaqVar3 = zzzVar.t; if (zzaqVar3 != null) { bundle.putString("expired_event_name", zzaqVar3.j); @@ -557,7 +557,7 @@ public final class t9 extends r5 { @SuppressLint({"ApplySharedPref"}) public final boolean Y(String str, double d2) { try { - SharedPreferences.Editor edit = this.a.f1568b.getSharedPreferences("google.analytics.deferred.deeplink.prefs", 0).edit(); + SharedPreferences.Editor edit = this.a.f1569b.getSharedPreferences("google.analytics.deferred.deeplink.prefs", 0).edit(); edit.putString(Constants.DEEPLINK, str); edit.putLong("timestamp", Double.doubleToRawLongBits(d2)); return edit.commit(); @@ -631,7 +631,7 @@ public final class t9 extends r5 { g().h.b("Invalid google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI. provided id", q3.s(str)); } return false; - } else if (da.b() && this.a.h.o(p.f1559j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1560j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -762,7 +762,7 @@ public final class t9 extends r5 { @WorkerThread public final boolean p0(String str) { b(); - if (b.a(this.a.f1568b).a.checkCallingOrSelfPermission(str) == 0) { + if (b.a(this.a.f1569b).a.checkCallingOrSelfPermission(str) == 0) { return true; } g().m.b("Permission not granted", str); @@ -891,7 +891,7 @@ public final class t9 extends r5 { return 2; } if (z2) { - if (!f0("event", v5.a, v5.f1575b, str)) { + if (!f0("event", v5.a, v5.f1576b, str)) { return 13; } } else if (!f0("event", v5.a, null, str)) { @@ -1030,8 +1030,8 @@ public final class t9 extends r5 { public final int y0() { if (this.h == null) { - b.i.a.f.e.c cVar = b.i.a.f.e.c.f1344b; - Context context = this.a.f1568b; + b.i.a.f.e.c cVar = b.i.a.f.e.c.f1345b; + Context context = this.a.f1569b; Objects.requireNonNull(cVar); AtomicBoolean atomicBoolean = e.a; int i = 0; @@ -1106,6 +1106,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1557h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1558h0) || !"_lgclid".equals(str)) ? 36 : 100; } } diff --git a/app/src/main/java/b/i/a/f/i/b/u3.java b/app/src/main/java/b/i/a/f/i/b/u3.java index 8e2bcc54b3..5506ae5e12 100644 --- a/app/src/main/java/b/i/a/f/i/b/u3.java +++ b/app/src/main/java/b/i/a/f/i/b/u3.java @@ -14,14 +14,14 @@ public final class u3 { @NonNull /* renamed from: b reason: collision with root package name */ - public String f1567b; + public String f1568b; public long c; @NonNull public Bundle d; public u3(@NonNull String str, @NonNull String str2, @Nullable Bundle bundle, long j) { this.a = str; - this.f1567b = str2; + this.f1568b = str2; this.d = bundle; this.c = j; } @@ -31,11 +31,11 @@ public final class u3 { } public final zzaq a() { - return new zzaq(this.a, new zzap(new Bundle(this.d)), this.f1567b, this.c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.f1568b, this.c); } public final String toString() { - String str = this.f1567b; + String str = this.f1568b; String str2 = this.a; String valueOf = String.valueOf(this.d); return a.H(a.Q(valueOf.length() + a.b(str2, a.b(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf); diff --git a/app/src/main/java/b/i/a/f/i/b/u4.java b/app/src/main/java/b/i/a/f/i/b/u4.java index df7f564b6c..4fc78b0a1d 100644 --- a/app/src/main/java/b/i/a/f/i/b/u4.java +++ b/app/src/main/java/b/i/a/f/i/b/u4.java @@ -34,7 +34,7 @@ public class u4 implements t5 { public final long H; /* renamed from: b reason: collision with root package name */ - public final Context f1568b; + public final Context f1569b; public final String c; public final String d; public final String e; @@ -53,20 +53,20 @@ public class u4 implements t5 { public final a r; /* renamed from: s reason: collision with root package name */ - public final d7 f1569s; + public final d7 f1570s; public m3 t; public q7 u; public j v; public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1570x; + public m4 f1571x; /* renamed from: z reason: collision with root package name */ - public Boolean f1572z; + public Boolean f1573z; /* renamed from: y reason: collision with root package name */ - public boolean f1571y = false; + public boolean f1572y = false; public AtomicInteger G = new AtomicInteger(0); public volatile boolean E = true; @@ -78,8 +78,8 @@ public class u4 implements t5 { ga gaVar = new ga(); this.g = gaVar; f.c = gaVar; - this.f1568b = context2; - this.c = y5Var.f1578b; + this.f1569b = context2; + this.c = y5Var.f1579b; this.d = y5Var.c; this.e = y5Var.d; this.f = y5Var.h; @@ -96,7 +96,7 @@ public class u4 implements t5 { } } synchronized (l2.a) { - t2 t2Var = l2.f1454b; + t2 t2Var = l2.f1455b; Context applicationContext = context2.getApplicationContext(); applicationContext = applicationContext == null ? context2 : applicationContext; if (t2Var == null || t2Var.a() != applicationContext) { @@ -104,12 +104,12 @@ public class u4 implements t5 { s2.b(); synchronized (c2.class) { c2 c2Var = c2.a; - if (!(c2Var == null || (context = c2Var.f1435b) == null || c2Var.c == null)) { + if (!(c2Var == null || (context = c2Var.f1436b) == null || c2Var.c == null)) { context.getContentResolver().unregisterContentObserver(c2.a.c); } c2.a = null; } - l2.f1454b = new v1(applicationContext, f.Q1(new k2(applicationContext))); + l2.f1455b = new v1(applicationContext, f.Q1(new k2(applicationContext))); l2.d.incrementAndGet(); } } @@ -141,7 +141,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.f1569s = d7Var; + this.f1570s = d7Var; r4 r4Var = new r4(this); r4Var.p(); this.k = r4Var; @@ -152,8 +152,8 @@ public class u4 implements t5 { boolean z3 = !z2; if (context2.getApplicationContext() instanceof Application) { c6 s2 = s(); - if (s2.a.f1568b.getApplicationContext() instanceof Application) { - Application application = (Application) s2.a.f1568b.getApplicationContext(); + if (s2.a.f1569b.getApplicationContext() instanceof Application) { + Application application = (Application) s2.a.f1569b.getApplicationContext(); if (s2.c == null) { s2.c = new y6(s2, null); } @@ -197,7 +197,7 @@ public class u4 implements t5 { public static void p(a5 a5Var) { if (a5Var == null) { throw new IllegalStateException("Component not created"); - } else if (!a5Var.f1516b) { + } else if (!a5Var.f1517b) { String valueOf = String.valueOf(a5Var.getClass()); throw new IllegalStateException(a.i(valueOf.length() + 27, "Component not initialized: ", valueOf)); } @@ -290,7 +290,7 @@ public class u4 implements t5 { @Override // b.i.a.f.i.b.t5 public final Context j() { - return this.f1568b; + return this.f1569b; } @Override // b.i.a.f.i.b.t5 @@ -313,20 +313,20 @@ public class u4 implements t5 { Code decompiled incorrectly, please refer to instructions dump. */ public final boolean m() { - if (this.f1571y) { + if (this.f1572y) { f().b(); - Boolean bool = this.f1572z; + Boolean bool = this.f1573z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((c) this.o); } - return this.f1572z.booleanValue(); + return this.f1573z.booleanValue(); } Objects.requireNonNull((c) this.o); this.A = SystemClock.elapsedRealtime(); boolean z2 = false; - Boolean valueOf = Boolean.valueOf(t().p0("android.permission.INTERNET") && t().p0("android.permission.ACCESS_NETWORK_STATE") && (b.i.a.f.e.p.b.a(this.f1568b).c() || this.h.C() || (n4.a(this.f1568b) && t9.U(this.f1568b)))); - this.f1572z = valueOf; + Boolean valueOf = Boolean.valueOf(t().p0("android.permission.INTERNET") && t().p0("android.permission.ACCESS_NETWORK_STATE") && (b.i.a.f.e.p.b.a(this.f1569b).c() || this.h.C() || (n4.a(this.f1569b) && t9.U(this.f1569b)))); + this.f1573z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -342,16 +342,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1572z = Boolean.valueOf(z2); + this.f1573z = Boolean.valueOf(z2); } - return this.f1572z.booleanValue(); + return this.f1573z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.f1569s); - return this.f1569s; + q(this.f1570s); + return this.f1570s; } public final d4 o() { diff --git a/app/src/main/java/b/i/a/f/i/b/u5.java b/app/src/main/java/b/i/a/f/i/b/u5.java index 87dbd7a8af..bc41d3913d 100644 --- a/app/src/main/java/b/i/a/f/i/b/u5.java +++ b/app/src/main/java/b/i/a/f/i/b/u5.java @@ -7,7 +7,7 @@ public final class u5 { public static final String[] a = {"ga_conversion", "engagement_time_msec", "exposure_time", "ad_event_id", "ad_unit_id", "ga_error", "ga_error_value", "ga_error_length", "ga_event_origin", "ga_screen", "ga_screen_class", "ga_screen_id", "ga_previous_screen", "ga_previous_class", "ga_previous_id", "manual_tracking", "message_device_time", "message_id", "message_name", "message_time", "message_tracking_id", "message_type", "previous_app_version", "previous_os_version", ModelAuditLogEntry.CHANGE_KEY_TOPIC, "update_with_analytics", "previous_first_open_count", "system_app", "system_app_update", "previous_install_count", "ga_event_id", "ga_extra_params_ct", "ga_group_name", "ga_list_length", "ga_index", "ga_event_name", "campaign_info_source", "cached_campaign", "deferred_analytics_collection", "ga_session_number", "ga_session_id", "campaign_extra_referrer", "app_in_background", "firebase_feature_rollouts", "firebase_conversion", "firebase_error", "firebase_error_value", "firebase_error_length", "firebase_event_origin", "firebase_screen", "firebase_screen_class", "firebase_screen_id", "firebase_previous_screen", "firebase_previous_class", "firebase_previous_id", "session_number", "session_id"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1573b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; + public static final String[] f1574b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; public static final String[] c = {"items"}; public static final String[] d = {"affiliation", "coupon", "creative_name", "creative_slot", "currency", "discount", "index", "item_id", "item_brand", "item_category", "item_category2", "item_category3", "item_category4", "item_category5", "item_list_name", "item_list_id", "item_name", "item_variant", "location_id", "payment_type", "price", "promotion_id", "promotion_name", "quantity", "shipping", "shipping_tier", "tax", "transaction_id", "value", "item_list", "checkout_step", "checkout_option", "item_location_id"}; } diff --git a/app/src/main/java/b/i/a/f/i/b/u9.java b/app/src/main/java/b/i/a/f/i/b/u9.java index 3008093668..8adcb68a4a 100644 --- a/app/src/main/java/b/i/a/f/i/b/u9.java +++ b/app/src/main/java/b/i/a/f/i/b/u9.java @@ -8,7 +8,7 @@ public final class u9 { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1574b; + public final String f1575b; public final String c; public final long d; public final Object e; @@ -18,7 +18,7 @@ public final class u9 { d.w(str3); Objects.requireNonNull(obj, "null reference"); this.a = str; - this.f1574b = str2; + this.f1575b = str2; this.c = str3; this.d = j; this.e = obj; diff --git a/app/src/main/java/b/i/a/f/i/b/v5.java b/app/src/main/java/b/i/a/f/i/b/v5.java index 80ed90f51c..e07b6d08f5 100644 --- a/app/src/main/java/b/i/a/f/i/b/v5.java +++ b/app/src/main/java/b/i/a/f/i/b/v5.java @@ -7,7 +7,7 @@ public final class v5 { public static final String[] a = {"ad_activeview", "ad_click", "ad_exposure", "ad_query", "ad_reward", "adunit_exposure", "app_background", "app_clear_data", "app_exception", "app_remove", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "app_upgrade", "app_update", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "ga_campaign", "error", "first_open", "first_visit", "in_app_purchase", "notification_dismiss", "notification_foreground", "notification_open", "notification_receive", "os_update", "session_start", "session_start_with_rollout", "user_engagement", "ad_impression", "screen_view", "ga_extra_parameter", "firebase_campaign"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1575b = {"ad_impression"}; + public static final String[] f1576b = {"ad_impression"}; public static final String[] c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; public static final String[] d = {"purchase", "refund", "add_payment_info", "add_shipping_info", "add_to_cart", "add_to_wishlist", "begin_checkout", "remove_from_cart", "select_item", "select_promotion", "view_cart", "view_item", "view_item_list", "view_promotion", "ecommerce_purchase", "purchase_refund", "set_checkout_option", "checkout_progress", "select_content", "view_search_results"}; diff --git a/app/src/main/java/b/i/a/f/i/b/v8.java b/app/src/main/java/b/i/a/f/i/b/v8.java index 43d368abb1..cb54f92860 100644 --- a/app/src/main/java/b/i/a/f/i/b/v8.java +++ b/app/src/main/java/b/i/a/f/i/b/v8.java @@ -21,12 +21,12 @@ public final class v8 implements Runnable { w8Var.x(); w8Var.g().n.b("Activity resumed, time", Long.valueOf(j)); if (w8Var.a.h.o(p.v0)) { - if (w8Var.a.h.z().booleanValue() || w8Var.l().f1523x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1524x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); d9Var.c.c(); d9Var.a = j; - d9Var.f1526b = j; + d9Var.f1527b = j; } w8Var.f.a(); } else { @@ -36,14 +36,14 @@ public final class v8 implements Runnable { d9Var2.d.b(); d9Var2.c.c(); d9Var2.a = j; - d9Var2.f1526b = j; + d9Var2.f1527b = j; } } f9 f9Var = w8Var.d; f9Var.a.b(); if (f9Var.a.a.d()) { if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1523x.a(false); + f9Var.a.l().f1524x.a(false); } Objects.requireNonNull((c) f9Var.a.a.o); f9Var.b(System.currentTimeMillis(), false); diff --git a/app/src/main/java/b/i/a/f/i/b/w4.java b/app/src/main/java/b/i/a/f/i/b/w4.java index f8d4c0638e..0cfd6ede5a 100644 --- a/app/src/main/java/b/i/a/f/i/b/w4.java +++ b/app/src/main/java/b/i/a/f/i/b/w4.java @@ -55,13 +55,13 @@ public final class w4 implements Runnable { u4Var.u = q7Var; u4Var.m.q(); u4Var.i.q(); - u4Var.f1570x = new m4(u4Var); + u4Var.f1571x = new m4(u4Var); n3 n3Var2 = u4Var.w; - if (!n3Var2.f1516b) { + if (!n3Var2.f1517b) { n3Var2.w(); n3Var2.a.G.incrementAndGet(); boolean z2 = true; - n3Var2.f1516b = true; + n3Var2.f1517b = true; u4Var.g().l.b("App measurement initialized, version", 33025L); u4Var.g().l.a("To enable debug logging run: adb shell setprop log.tag.FA VERBOSE"); n3Var.t(); @@ -81,7 +81,7 @@ public final class w4 implements Runnable { if (u4Var.F != u4Var.G.get()) { u4Var.g().f.c("Not all components initialized", Integer.valueOf(u4Var.F), Integer.valueOf(u4Var.G.get())); } - u4Var.f1571y = true; + u4Var.f1572y = true; u4 u4Var2 = this.k; zzae zzaeVar = this.j.g; u4Var2.f().b(); @@ -202,7 +202,7 @@ public final class w4 implements Runnable { t9 t = u4Var2.t(); Objects.requireNonNull(t); try { - t.a.f1568b.getClassLoader().loadClass("com.google.firebase.remoteconfig.FirebaseRemoteConfig"); + t.a.f1569b.getClassLoader().loadClass("com.google.firebase.remoteconfig.FirebaseRemoteConfig"); } catch (ClassNotFoundException unused) { z2 = false; } @@ -240,11 +240,11 @@ public final class w4 implements Runnable { if (!u4Var2.t().p0("android.permission.ACCESS_NETWORK_STATE")) { u4Var2.g().f.a("App is missing ACCESS_NETWORK_STATE permission"); } - if (!b.a(u4Var2.f1568b).c() && !u4Var2.h.C()) { - if (!n4.a(u4Var2.f1568b)) { + if (!b.a(u4Var2.f1569b).c() && !u4Var2.h.C()) { + if (!n4.a(u4Var2.f1569b)) { u4Var2.g().f.a("AppMeasurementReceiver not registered/enabled"); } - if (!t9.U(u4Var2.f1568b)) { + if (!t9.U(u4Var2.f1569b)) { u4Var2.g().f.a("AppMeasurementService not registered/enabled"); } } diff --git a/app/src/main/java/b/i/a/f/i/b/w7.java b/app/src/main/java/b/i/a/f/i/b/w7.java index 297d96ec57..b687fc076d 100644 --- a/app/src/main/java/b/i/a/f/i/b/w7.java +++ b/app/src/main/java/b/i/a/f/i/b/w7.java @@ -23,9 +23,9 @@ public final class w7 implements Runnable { try { i7 i7Var = this.j; if (i7Var == null) { - i3Var.G(0L, null, null, q7Var.a.f1568b.getPackageName()); + i3Var.G(0L, null, null, q7Var.a.f1569b.getPackageName()); } else { - i3Var.G(i7Var.c, i7Var.a, i7Var.f1535b, q7Var.a.f1568b.getPackageName()); + i3Var.G(i7Var.c, i7Var.a, i7Var.f1536b, q7Var.a.f1569b.getPackageName()); } this.k.F(); } catch (RemoteException e) { diff --git a/app/src/main/java/b/i/a/f/i/b/x.java b/app/src/main/java/b/i/a/f/i/b/x.java index 69c6dd1ffb..c3d496e6dc 100644 --- a/app/src/main/java/b/i/a/f/i/b/x.java +++ b/app/src/main/java/b/i/a/f/i/b/x.java @@ -27,11 +27,11 @@ public final class x implements Runnable { int intValue = num.intValue() - 1; if (intValue == 0) { aVar.c.remove(str); - Long l = aVar.f1510b.get(str); + Long l = aVar.f1511b.get(str); if (l == null) { aVar.g().f.a("First ad unit exposure time was never set"); } else { - aVar.f1510b.remove(str); + aVar.f1511b.remove(str); aVar.w(str, j - l.longValue(), w); } if (aVar.c.isEmpty()) { diff --git a/app/src/main/java/b/i/a/f/i/b/x3.java b/app/src/main/java/b/i/a/f/i/b/x3.java index a90e47cefd..40b2317699 100644 --- a/app/src/main/java/b/i/a/f/i/b/x3.java +++ b/app/src/main/java/b/i/a/f/i/b/x3.java @@ -64,7 +64,7 @@ public final class x3 extends i9 { n(); NetworkInfo networkInfo = null; try { - networkInfo = ((ConnectivityManager) this.a.f1568b.getSystemService("connectivity")).getActiveNetworkInfo(); + networkInfo = ((ConnectivityManager) this.a.f1569b.getSystemService("connectivity")).getActiveNetworkInfo(); } catch (SecurityException unused) { } return networkInfo != null && networkInfo.isConnected(); diff --git a/app/src/main/java/b/i/a/f/i/b/x5.java b/app/src/main/java/b/i/a/f/i/b/x5.java index 200c594dd9..bb64d2f598 100644 --- a/app/src/main/java/b/i/a/f/i/b/x5.java +++ b/app/src/main/java/b/i/a/f/i/b/x5.java @@ -5,5 +5,5 @@ public final class x5 { public static final String[] a = {"firebase_last_notification", "first_open_time", "first_visit_time", "last_deep_link_referrer", "user_id", "first_open_after_install", "lifetime_user_engagement", "session_user_engagement", "non_personalized_ads", "ga_session_number", "ga_session_id", "last_gclid", "session_number", "session_id"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1576b = {"_ln", "_fot", "_fvt", "_ldl", "_id", "_fi", "_lte", "_se", "_npa", "_sno", "_sid", "_lgclid", "_sno", "_sid"}; + public static final String[] f1577b = {"_ln", "_fot", "_fvt", "_ldl", "_id", "_fi", "_lte", "_se", "_npa", "_sno", "_sid", "_lgclid", "_sno", "_sid"}; } diff --git a/app/src/main/java/b/i/a/f/i/b/x8.java b/app/src/main/java/b/i/a/f/i/b/x8.java index c6ca8c8638..b80e036751 100644 --- a/app/src/main/java/b/i/a/f/i/b/x8.java +++ b/app/src/main/java/b/i/a/f/i/b/x8.java @@ -7,21 +7,21 @@ public final class x8 { public b9 a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ w8 f1577b; + public final /* synthetic */ w8 f1578b; public x8(w8 w8Var) { - this.f1577b = w8Var; + this.f1578b = w8Var; } @WorkerThread public final void a() { - this.f1577b.b(); + this.f1578b.b(); b9 b9Var = this.a; if (b9Var != null) { - this.f1577b.c.removeCallbacks(b9Var); + this.f1578b.c.removeCallbacks(b9Var); } - if (this.f1577b.a.h.o(p.v0)) { - this.f1577b.l().f1523x.a(false); + if (this.f1578b.a.h.o(p.v0)) { + this.f1578b.l().f1524x.a(false); } } } diff --git a/app/src/main/java/b/i/a/f/i/b/y0.java b/app/src/main/java/b/i/a/f/i/b/y0.java index 10aaf640df..ed85bb1e8d 100644 --- a/app/src/main/java/b/i/a/f/i/b/y0.java +++ b/app/src/main/java/b/i/a/f/i/b/y0.java @@ -31,7 +31,7 @@ public final class y0 implements Runnable { aVar.g().i.a("Too many ads visible"); } else { aVar.c.put(str, 1); - aVar.f1510b.put(str, Long.valueOf(j)); + aVar.f1511b.put(str, Long.valueOf(j)); } } } diff --git a/app/src/main/java/b/i/a/f/i/b/y5.java b/app/src/main/java/b/i/a/f/i/b/y5.java index 936ec2ffdb..28c73f7b6f 100644 --- a/app/src/main/java/b/i/a/f/i/b/y5.java +++ b/app/src/main/java/b/i/a/f/i/b/y5.java @@ -10,7 +10,7 @@ public final class y5 { public final Context a; /* renamed from: b reason: collision with root package name */ - public String f1578b; + public String f1579b; public String c; public String d; public Boolean e; @@ -27,7 +27,7 @@ public final class y5 { this.i = l; if (zzaeVar != null) { this.g = zzaeVar; - this.f1578b = zzaeVar.o; + this.f1579b = zzaeVar.o; this.c = zzaeVar.n; this.d = zzaeVar.m; this.h = zzaeVar.l; diff --git a/app/src/main/java/b/i/a/f/i/b/y6.java b/app/src/main/java/b/i/a/f/i/b/y6.java index 032e9788bd..e6cfa76937 100644 --- a/app/src/main/java/b/i/a/f/i/b/y6.java +++ b/app/src/main/java/b/i/a/f/i/b/y6.java @@ -122,7 +122,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { Bundle bundle2 = new Bundle(); bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.c); bundle2.putString(ModelAuditLogEntry.CHANGE_KEY_NAME, i7Var.a); - bundle2.putString("referrer_name", i7Var.f1535b); + bundle2.putString("referrer_name", i7Var.f1536b); bundle.putBundle("com.google.app_measurement.screen_service", bundle2); } } diff --git a/app/src/main/java/b/i/a/f/i/b/y7.java b/app/src/main/java/b/i/a/f/i/b/y7.java index e6b6632d13..cd88307396 100644 --- a/app/src/main/java/b/i/a/f/i/b/y7.java +++ b/app/src/main/java/b/i/a/f/i/b/y7.java @@ -30,7 +30,7 @@ public final class y7 implements Runnable { x2.t(); t9 e = x2.e(); Objects.requireNonNull(e); - if (c.f1344b.b(e.a.f1568b, 12451000) != 0) { + if (c.f1345b.b(e.a.f1569b, 12451000) != 0) { x2.g().i.a("Not bundling data. Service unavailable or out of date"); x2.e().P(fcVar, new byte[0]); return; diff --git a/app/src/main/java/b/i/a/f/i/b/y8.java b/app/src/main/java/b/i/a/f/i/b/y8.java index 37500b1e3f..98867ef68b 100644 --- a/app/src/main/java/b/i/a/f/i/b/y8.java +++ b/app/src/main/java/b/i/a/f/i/b/y8.java @@ -21,16 +21,16 @@ public final class y8 implements Runnable { w8Var.x(); w8Var.g().n.b("Activity paused, time", Long.valueOf(j)); x8 x8Var = w8Var.f; - Objects.requireNonNull((c) x8Var.f1577b.a.o); + Objects.requireNonNull((c) x8Var.f1578b.a.o); b9 b9Var = new b9(x8Var, System.currentTimeMillis(), j); x8Var.a = b9Var; - x8Var.f1577b.c.postDelayed(b9Var, 2000L); + x8Var.f1578b.c.postDelayed(b9Var, 2000L); if (w8Var.a.h.z().booleanValue()) { w8Var.e.c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1523x.a(true); + f9Var.a.l().f1524x.a(true); } } } diff --git a/app/src/main/java/b/i/a/f/i/b/z4.java b/app/src/main/java/b/i/a/f/i/b/z4.java index c794937729..1a032106bb 100644 --- a/app/src/main/java/b/i/a/f/i/b/z4.java +++ b/app/src/main/java/b/i/a/f/i/b/z4.java @@ -32,7 +32,7 @@ public final class z4 extends l3 { public final k9 a; /* renamed from: b reason: collision with root package name */ - public Boolean f1579b; + public Boolean f1580b; @Nullable public String c = null; @@ -230,15 +230,15 @@ public final class z4 extends l3 { if (!TextUtils.isEmpty(str)) { if (z2) { try { - if (this.f1579b == null) { - if (!"com.google.android.gms".equals(this.c) && !f.D0(this.a.k.f1568b, Binder.getCallingUid()) && !b.i.a.f.e.f.a(this.a.k.f1568b).b(Binder.getCallingUid())) { + if (this.f1580b == null) { + if (!"com.google.android.gms".equals(this.c) && !f.D0(this.a.k.f1569b, Binder.getCallingUid()) && !b.i.a.f.e.f.a(this.a.k.f1569b).b(Binder.getCallingUid())) { z3 = false; - this.f1579b = Boolean.valueOf(z3); + this.f1580b = Boolean.valueOf(z3); } z3 = true; - this.f1579b = Boolean.valueOf(z3); + this.f1580b = Boolean.valueOf(z3); } - if (this.f1579b.booleanValue()) { + if (this.f1580b.booleanValue()) { return; } } catch (SecurityException e) { @@ -247,7 +247,7 @@ public final class z4 extends l3 { } } if (this.c == null) { - Context context = this.a.k.f1568b; + Context context = this.a.k.f1569b; int callingUid = Binder.getCallingUid(); AtomicBoolean atomicBoolean = e.a; if (f.z1(context, callingUid, str)) { diff --git a/app/src/main/java/b/i/a/f/j/a.java b/app/src/main/java/b/i/a/f/j/a.java index b5f0114061..b0664e9c7d 100644 --- a/app/src/main/java/b/i/a/f/j/a.java +++ b/app/src/main/java/b/i/a/f/j/a.java @@ -60,7 +60,7 @@ public final class a { if (!p.l || p.f.isEmpty()) { String[] strArr = p.m; HashMap hashMap2 = p.f; - Cursor query = contentResolver.query(p.f1508b, null, null, strArr, null); + Cursor query = contentResolver.query(p.f1509b, null, null, strArr, null); TreeMap treeMap = new TreeMap(); if (query != null) { while (query.moveToNext()) { diff --git a/app/src/main/java/b/i/a/f/j/b/e/b.java b/app/src/main/java/b/i/a/f/j/b/e/b.java index bb5ab71baa..897b6d3931 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/b.java +++ b/app/src/main/java/b/i/a/f/j/b/e/b.java @@ -17,7 +17,7 @@ public abstract class b extends b.i.a.f.h.m.b implements a { } s sVar = (s) this; sVar.d.b(sVar.c.c); - k kVar = sVar.f1581b; + k kVar = sVar.f1582b; if (kVar != null) { kVar.a(d0.a); } diff --git a/app/src/main/java/b/i/a/f/j/b/e/b0.java b/app/src/main/java/b/i/a/f/j/b/e/b0.java index 899b3a1e88..3231991360 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/b0.java +++ b/app/src/main/java/b/i/a/f/j/b/e/b0.java @@ -10,9 +10,9 @@ public class b0 extends x0 { @Nullable /* renamed from: b reason: collision with root package name */ - public final k f1580b; + public final k f1581b; public b0(@Nullable k kVar) { - this.f1580b = kVar; + this.f1581b = kVar; } } diff --git a/app/src/main/java/b/i/a/f/j/b/e/d0.java b/app/src/main/java/b/i/a/f/j/b/e/d0.java index af8c720112..aa88c665cc 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/d0.java +++ b/app/src/main/java/b/i/a/f/j/b/e/d0.java @@ -10,9 +10,9 @@ public class d0 extends b { @Nullable /* renamed from: b reason: collision with root package name */ - public final k f1581b; + public final k f1582b; public d0(@Nullable k kVar) { - this.f1581b = kVar; + this.f1582b = kVar; } } 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 5bd57b718e..2b18f29af3 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.f2999b), m), publishOptions), new k(message)); + return k(m, new j(this, message, new r(this, m(publishOptions.f3010b), 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.f3000s == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); + d.o(subscribeOptions.a.f3011s == 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)); } @@ -93,8 +93,8 @@ public final class i extends MessagesClient { Objects.requireNonNull(gVar); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); n0 n0Var = new n0(new d0(vVar, xVar, runnable), taskCompletionSource); - Handler handler = gVar.f1357x; - handler.sendMessage(handler.obtainMessage(8, new c0(n0Var, gVar.f1356s.get(), this))); + Handler handler = gVar.f1358x; + handler.sendMessage(handler.obtainMessage(8, new c0(n0Var, gVar.f1357s.get(), this))); return taskCompletionSource.a; } diff --git a/app/src/main/java/b/i/a/f/j/b/e/j.java b/app/src/main/java/b/i/a/f/j/b/e/j.java index 249147aff8..41a03d3278 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/j.java +++ b/app/src/main/java/b/i/a/f/j/b/e/j.java @@ -11,13 +11,13 @@ public final /* synthetic */ class j implements a0 { public final i a; /* renamed from: b reason: collision with root package name */ - public final Message f1582b; + public final Message f1583b; public final b0 c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; - this.f1582b = message; + this.f1583b = message; this.c = b0Var; this.d = publishOptions; } @@ -25,7 +25,7 @@ public final /* synthetic */ class j implements a0 { @Override // b.i.a.f.j.b.e.a0 public final void a(f fVar, k kVar) { i iVar = this.a; - Message message = this.f1582b; + Message message = this.f1583b; b0 b0Var = this.c; PublishOptions publishOptions = this.d; Objects.requireNonNull(iVar); 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 06bc4d817c..7ef7acdbe8 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 @@ -13,13 +13,13 @@ public final /* synthetic */ class l implements a0 { public final i a; /* renamed from: b reason: collision with root package name */ - public final k f1583b; + public final k f1584b; public final d0 c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; - this.f1583b = kVar; + this.f1584b = kVar; this.c = d0Var; this.d = subscribeOptions; } @@ -27,7 +27,7 @@ public final /* synthetic */ class l implements a0 { @Override // b.i.a.f.j.b.e.a0 public final void a(f fVar, k kVar) { i iVar = this.a; - k kVar2 = this.f1583b; + k kVar2 = this.f1584b; d0 d0Var = this.c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; @@ -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.f3001b, 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.f3012b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/b/i/a/f/j/b/e/v.java b/app/src/main/java/b/i/a/f/j/b/e/v.java index 0e2b98c88e..fb648bb2a6 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/v.java +++ b/app/src/main/java/b/i/a/f/j/b/e/v.java @@ -6,13 +6,13 @@ import b.i.a.f.e.h.j.m; public final class v extends m { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ a0 f1584b; + public final /* synthetic */ a0 f1585b; public final /* synthetic */ i c; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public v(i iVar, k kVar, a0 a0Var) { super(kVar); this.c = iVar; - this.f1584b = a0Var; + this.f1585b = a0Var; } } diff --git a/app/src/main/java/b/i/a/f/j/b/e/x.java b/app/src/main/java/b/i/a/f/j/b/e/x.java index 8071f64063..1b92b92dbb 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/x.java +++ b/app/src/main/java/b/i/a/f/j/b/e/x.java @@ -6,13 +6,13 @@ import b.i.a.f.e.h.j.q; public final class x extends q { /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ a0 f1585b; + public final /* synthetic */ a0 f1586b; public final /* synthetic */ i c; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public x(i iVar, k.a aVar, a0 a0Var) { super(aVar); this.c = iVar; - this.f1585b = a0Var; + this.f1586b = a0Var; } } diff --git a/app/src/main/java/b/i/a/f/j/b/e/x0.java b/app/src/main/java/b/i/a/f/j/b/e/x0.java index 26c043151a..05ae4b7627 100644 --- a/app/src/main/java/b/i/a/f/j/b/e/x0.java +++ b/app/src/main/java/b/i/a/f/j/b/e/x0.java @@ -17,7 +17,7 @@ public abstract class x0 extends b implements w0 { } r rVar = (r) this; rVar.d.b(rVar.c.c); - k kVar = rVar.f1580b; + k kVar = rVar.f1581b; if (kVar != null) { kVar.a(b0.a); } diff --git a/app/src/main/java/b/i/a/f/k/a.java b/app/src/main/java/b/i/a/f/k/a.java index 1a7df8a04b..d5787569c5 100644 --- a/app/src/main/java/b/i/a/f/k/a.java +++ b/app/src/main/java/b/i/a/f/k/a.java @@ -9,7 +9,7 @@ public final class a { public static final a.g a; /* renamed from: b reason: collision with root package name */ - public static final a.AbstractC0111a f1586b; + public static final a.AbstractC0111a f1587b; @Deprecated public static final b.i.a.f.e.h.a c; @Deprecated @@ -19,7 +19,7 @@ public final class a { a.g gVar = new a.g<>(); a = gVar; h hVar = new h(); - f1586b = hVar; + f1587b = hVar; c = new b.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/b/i/a/f/l/b/g.java b/app/src/main/java/b/i/a/f/l/b/g.java index 9140584244..90ee98e9d1 100644 --- a/app/src/main/java/b/i/a/f/l/b/g.java +++ b/app/src/main/java/b/i/a/f/l/b/g.java @@ -13,7 +13,7 @@ public final class g implements e, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1587b = "com.google.android.gms.signin.internal.ISignInService"; + public final String f1588b = "com.google.android.gms.signin.internal.ISignInService"; public g(IBinder iBinder) { this.a = iBinder; @@ -27,7 +27,7 @@ public final class g implements e, IInterface { @Override // b.i.a.f.l.b.e public final void f0(zak zakVar, c cVar) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1587b); + obtain.writeInterfaceToken(this.f1588b); int i = b.a; obtain.writeInt(1); zakVar.writeToParcel(obtain, 0); diff --git a/app/src/main/java/b/i/a/f/l/c.java b/app/src/main/java/b/i/a/f/l/c.java index eb44ab6f1d..761b3a3969 100644 --- a/app/src/main/java/b/i/a/f/l/c.java +++ b/app/src/main/java/b/i/a/f/l/c.java @@ -10,7 +10,7 @@ public final class c { public static final a.g a; /* renamed from: b reason: collision with root package name */ - public static final a.g f1588b; + public static final a.g f1589b; public static final a.AbstractC0111a c; public static final a.AbstractC0111a d; @@ -18,7 +18,7 @@ public final class c { a.g gVar = new a.g<>(); a = gVar; a.g gVar2 = new a.g<>(); - f1588b = gVar2; + f1589b = gVar2; e eVar = new e(); c = eVar; d dVar = new d(); diff --git a/app/src/main/java/b/i/a/f/m/a.java b/app/src/main/java/b/i/a/f/m/a.java index 852aff4680..463e09972b 100644 --- a/app/src/main/java/b/i/a/f/m/a.java +++ b/app/src/main/java/b/i/a/f/m/a.java @@ -30,7 +30,7 @@ public class a { public static ScheduledExecutorService a; /* renamed from: b reason: collision with root package name */ - public final Object f1589b; + public final Object f1590b; public final PowerManager.WakeLock c; public WorkSource d; public final int e; @@ -45,7 +45,7 @@ public class a { a.AbstractC0114a aVar; WorkSource workSource = null; String packageName = context == null ? null : context.getPackageName(); - this.f1589b = this; + this.f1590b = this; this.h = true; this.i = new HashMap(); Collections.synchronizedSet(new HashSet()); @@ -70,7 +70,7 @@ public class a { } else { int i2 = applicationInfo.uid; workSource = new WorkSource(); - Method method = i.f1397b; + Method method = i.f1398b; if (method != null) { try { method.invoke(workSource, Integer.valueOf(i2), packageName); @@ -138,7 +138,7 @@ public class a { if (this.h) { TextUtils.isEmpty(null); } - synchronized (this.f1589b) { + synchronized (this.f1590b) { boolean z2 = false; if ((!this.i.isEmpty() || this.j > 0) && !this.c.isHeld()) { this.i.clear(); @@ -183,7 +183,7 @@ public class a { if (this.h) { TextUtils.isEmpty(null); } - synchronized (this.f1589b) { + synchronized (this.f1590b) { if (this.h) { Integer[] numArr = this.i.get(null); boolean z2 = false; diff --git a/app/src/main/java/b/i/a/f/n/c0.java b/app/src/main/java/b/i/a/f/n/c0.java index 22aec49820..c1ef2cb1e7 100644 --- a/app/src/main/java/b/i/a/f/n/c0.java +++ b/app/src/main/java/b/i/a/f/n/c0.java @@ -15,7 +15,7 @@ public final class c0 extends Task { public final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public final z f1590b = new z<>(); + public final z f1591b = new z<>(); public boolean c; public volatile boolean d; @Nullable @@ -25,7 +25,7 @@ public final class c0 extends Task { @Override // com.google.android.gms.tasks.Task @NonNull public final Task a(@NonNull Executor executor, @NonNull b bVar) { - this.f1590b.a(new p(executor, bVar)); + this.f1591b.a(new p(executor, bVar)); w(); return this; } @@ -33,7 +33,7 @@ public final class c0 extends Task { @Override // com.google.android.gms.tasks.Task @NonNull public final Task b(@NonNull c cVar) { - this.f1590b.a(new r(g.a, cVar)); + this.f1591b.a(new r(g.a, cVar)); w(); return this; } @@ -41,7 +41,7 @@ public final class c0 extends Task { @Override // com.google.android.gms.tasks.Task @NonNull public final Task c(@NonNull Executor executor, @NonNull c cVar) { - this.f1590b.a(new r(executor, cVar)); + this.f1591b.a(new r(executor, cVar)); w(); return this; } @@ -56,7 +56,7 @@ public final class c0 extends Task { @Override // com.google.android.gms.tasks.Task @NonNull public final Task e(@NonNull Executor executor, @NonNull d dVar) { - this.f1590b.a(new t(executor, dVar)); + this.f1591b.a(new t(executor, dVar)); w(); return this; } @@ -71,7 +71,7 @@ public final class c0 extends Task { @Override // com.google.android.gms.tasks.Task @NonNull public final Task g(@NonNull Executor executor, @NonNull e eVar) { - this.f1590b.a(new v(executor, eVar)); + this.f1591b.a(new v(executor, eVar)); w(); return this; } @@ -86,7 +86,7 @@ public final class c0 extends Task { @NonNull public final Task i(@NonNull Executor executor, @NonNull a aVar) { c0 c0Var = new c0(); - this.f1590b.a(new l(executor, aVar, c0Var)); + this.f1591b.a(new l(executor, aVar, c0Var)); w(); return c0Var; } @@ -95,7 +95,7 @@ public final class c0 extends Task { @NonNull public final Task j(@NonNull Executor executor, @NonNull a> aVar) { c0 c0Var = new c0(); - this.f1590b.a(new n(executor, aVar, c0Var)); + this.f1591b.a(new n(executor, aVar, c0Var)); w(); return c0Var; } @@ -181,7 +181,7 @@ public final class c0 extends Task { public final Task q(@NonNull f fVar) { Executor executor = g.a; c0 c0Var = new c0(); - this.f1590b.a(new x(executor, fVar, c0Var)); + this.f1591b.a(new x(executor, fVar, c0Var)); w(); return c0Var; } @@ -190,7 +190,7 @@ public final class c0 extends Task { @NonNull public final Task r(Executor executor, f fVar) { c0 c0Var = new c0(); - this.f1590b.a(new x(executor, fVar, c0Var)); + this.f1591b.a(new x(executor, fVar, c0Var)); w(); return c0Var; } @@ -201,7 +201,7 @@ public final class c0 extends Task { this.c = true; this.e = tresult; } - this.f1590b.b(this); + this.f1591b.b(this); } public final void t(@NonNull Exception exc) { @@ -211,7 +211,7 @@ public final class c0 extends Task { this.c = true; this.f = exc; } - this.f1590b.b(this); + this.f1591b.b(this); } public final boolean u() { @@ -221,7 +221,7 @@ public final class c0 extends Task { } this.c = true; this.d = true; - this.f1590b.b(this); + this.f1591b.b(this); return true; } } @@ -250,7 +250,7 @@ public final class c0 extends Task { public final void w() { synchronized (this.a) { if (this.c) { - this.f1590b.b(this); + this.f1591b.b(this); } } } diff --git a/app/src/main/java/b/i/a/f/n/g.java b/app/src/main/java/b/i/a/f/n/g.java index 3a82fedcc9..4ef70ff80e 100644 --- a/app/src/main/java/b/i/a/f/n/g.java +++ b/app/src/main/java/b/i/a/f/n/g.java @@ -9,5 +9,5 @@ public final class g { public static final Executor a = new b0(); /* renamed from: b reason: collision with root package name */ - public static final Executor f1591b = new a0(); + public static final Executor f1592b = new a0(); } diff --git a/app/src/main/java/b/i/a/f/n/j.java b/app/src/main/java/b/i/a/f/n/j.java index e6b2bbba98..9a7b1be4d6 100644 --- a/app/src/main/java/b/i/a/f/n/j.java +++ b/app/src/main/java/b/i/a/f/n/j.java @@ -8,7 +8,7 @@ public final class j implements i { public final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public final int f1592b; + public final int f1593b; public final c0 c; public int d; public int e; @@ -17,7 +17,7 @@ public final class j implements i { public boolean h; public j(int i, c0 c0Var) { - this.f1592b = i; + this.f1593b = i; this.c = c0Var; } @@ -25,7 +25,7 @@ public final class j implements i { int i = this.d; int i2 = this.e; int i3 = this.f; - int i4 = this.f1592b; + int i4 = this.f1593b; if (i + i2 + i3 != i4) { return; } diff --git a/app/src/main/java/b/i/a/f/n/k.java b/app/src/main/java/b/i/a/f/n/k.java index 46568de442..0025148c54 100644 --- a/app/src/main/java/b/i/a/f/n/k.java +++ b/app/src/main/java/b/i/a/f/n/k.java @@ -20,7 +20,7 @@ public final class k implements Runnable { return; } try { - this.k.c.s(this.k.f1593b.a(this.j)); + this.k.c.s(this.k.f1594b.a(this.j)); } catch (RuntimeExecutionException e) { if (e.getCause() instanceof Exception) { this.k.c.t((Exception) e.getCause()); diff --git a/app/src/main/java/b/i/a/f/n/l.java b/app/src/main/java/b/i/a/f/n/l.java index 98cc41ccb0..33945c79f1 100644 --- a/app/src/main/java/b/i/a/f/n/l.java +++ b/app/src/main/java/b/i/a/f/n/l.java @@ -9,12 +9,12 @@ public final class l implements y { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final a f1593b; + public final a f1594b; public final c0 c; public l(@NonNull Executor executor, @NonNull a aVar, @NonNull c0 c0Var) { this.a = executor; - this.f1593b = aVar; + this.f1594b = aVar; this.c = c0Var; } diff --git a/app/src/main/java/b/i/a/f/n/m.java b/app/src/main/java/b/i/a/f/n/m.java index e017471ac2..4c1a129a46 100644 --- a/app/src/main/java/b/i/a/f/n/m.java +++ b/app/src/main/java/b/i/a/f/n/m.java @@ -17,13 +17,13 @@ public final class m implements Runnable { @Override // java.lang.Runnable public final void run() { try { - Task task = (Task) this.k.f1594b.a(this.j); + Task task = (Task) this.k.f1595b.a(this.j); if (task == null) { n nVar = this.k; nVar.c.t(new NullPointerException("Continuation returned null")); return; } - Executor executor = g.f1591b; + Executor executor = g.f1592b; task.g(executor, this.k); task.e(executor, this.k); task.a(executor, this.k); diff --git a/app/src/main/java/b/i/a/f/n/n.java b/app/src/main/java/b/i/a/f/n/n.java index 215b6f56b5..407917f648 100644 --- a/app/src/main/java/b/i/a/f/n/n.java +++ b/app/src/main/java/b/i/a/f/n/n.java @@ -9,12 +9,12 @@ public final class n implements e> f1594b; + public final a> f1595b; public final c0 c; public n(@NonNull Executor executor, @NonNull a> aVar, @NonNull c0 c0Var) { this.a = executor; - this.f1594b = aVar; + this.f1595b = aVar; this.c = c0Var; } diff --git a/app/src/main/java/b/i/a/f/n/o.java b/app/src/main/java/b/i/a/f/n/o.java index 831b099ed6..fb33d320b8 100644 --- a/app/src/main/java/b/i/a/f/n/o.java +++ b/app/src/main/java/b/i/a/f/n/o.java @@ -10,7 +10,7 @@ public final class o implements Runnable { @Override // java.lang.Runnable public final void run() { - synchronized (this.j.f1595b) { + synchronized (this.j.f1596b) { b bVar = this.j.c; if (bVar != null) { bVar.b(); diff --git a/app/src/main/java/b/i/a/f/n/p.java b/app/src/main/java/b/i/a/f/n/p.java index 1ad6c10063..d88b9f6816 100644 --- a/app/src/main/java/b/i/a/f/n/p.java +++ b/app/src/main/java/b/i/a/f/n/p.java @@ -9,7 +9,7 @@ public final class p implements y { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Object f1595b = new Object(); + public final Object f1596b = new Object(); public b c; public p(@NonNull Executor executor, @NonNull b bVar) { @@ -20,7 +20,7 @@ public final class p implements y { @Override // b.i.a.f.n.y public final void a(@NonNull Task task) { if (task.n()) { - synchronized (this.f1595b) { + synchronized (this.f1596b) { if (this.c != null) { this.a.execute(new o(this)); } diff --git a/app/src/main/java/b/i/a/f/n/q.java b/app/src/main/java/b/i/a/f/n/q.java index 9e4babacb0..9a66a3e708 100644 --- a/app/src/main/java/b/i/a/f/n/q.java +++ b/app/src/main/java/b/i/a/f/n/q.java @@ -14,7 +14,7 @@ public final class q implements Runnable { @Override // java.lang.Runnable public final void run() { - synchronized (this.k.f1596b) { + synchronized (this.k.f1597b) { c cVar = this.k.c; if (cVar != 0) { cVar.onComplete(this.j); diff --git a/app/src/main/java/b/i/a/f/n/r.java b/app/src/main/java/b/i/a/f/n/r.java index 3e01abe898..42d7a6b9a2 100644 --- a/app/src/main/java/b/i/a/f/n/r.java +++ b/app/src/main/java/b/i/a/f/n/r.java @@ -9,7 +9,7 @@ public final class r implements y { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Object f1596b = new Object(); + public final Object f1597b = new Object(); public c c; public r(@NonNull Executor executor, @NonNull c cVar) { @@ -19,7 +19,7 @@ public final class r implements y { @Override // b.i.a.f.n.y public final void a(@NonNull Task task) { - synchronized (this.f1596b) { + synchronized (this.f1597b) { if (this.c != null) { this.a.execute(new q(this, task)); } diff --git a/app/src/main/java/b/i/a/f/n/s.java b/app/src/main/java/b/i/a/f/n/s.java index b7a491e4d8..aec59e0848 100644 --- a/app/src/main/java/b/i/a/f/n/s.java +++ b/app/src/main/java/b/i/a/f/n/s.java @@ -15,7 +15,7 @@ public final class s implements Runnable { @Override // java.lang.Runnable public final void run() { - synchronized (this.k.f1597b) { + synchronized (this.k.f1598b) { d dVar = this.k.c; if (dVar != null) { Exception k = this.j.k(); diff --git a/app/src/main/java/b/i/a/f/n/t.java b/app/src/main/java/b/i/a/f/n/t.java index da56ac592a..a36fb22a2e 100644 --- a/app/src/main/java/b/i/a/f/n/t.java +++ b/app/src/main/java/b/i/a/f/n/t.java @@ -9,7 +9,7 @@ public final class t implements y { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Object f1597b = new Object(); + public final Object f1598b = new Object(); public d c; public t(@NonNull Executor executor, @NonNull d dVar) { @@ -20,7 +20,7 @@ public final class t implements y { @Override // b.i.a.f.n.y public final void a(@NonNull Task task) { if (!task.p() && !task.n()) { - synchronized (this.f1597b) { + synchronized (this.f1598b) { if (this.c != null) { this.a.execute(new s(this, task)); } diff --git a/app/src/main/java/b/i/a/f/n/u.java b/app/src/main/java/b/i/a/f/n/u.java index 4173d1d046..8cecb37149 100644 --- a/app/src/main/java/b/i/a/f/n/u.java +++ b/app/src/main/java/b/i/a/f/n/u.java @@ -14,7 +14,7 @@ public final class u implements Runnable { @Override // java.lang.Runnable public final void run() { - synchronized (this.k.f1598b) { + synchronized (this.k.f1599b) { e eVar = this.k.c; if (eVar != 0) { eVar.onSuccess(this.j.l()); diff --git a/app/src/main/java/b/i/a/f/n/v.java b/app/src/main/java/b/i/a/f/n/v.java index 5ada302e1f..6053d76231 100644 --- a/app/src/main/java/b/i/a/f/n/v.java +++ b/app/src/main/java/b/i/a/f/n/v.java @@ -9,7 +9,7 @@ public final class v implements y { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Object f1598b = new Object(); + public final Object f1599b = new Object(); public e c; public v(@NonNull Executor executor, @NonNull e eVar) { @@ -20,7 +20,7 @@ public final class v implements y { @Override // b.i.a.f.n.y public final void a(@NonNull Task task) { if (task.p()) { - synchronized (this.f1598b) { + synchronized (this.f1599b) { if (this.c != null) { this.a.execute(new u(this, task)); } diff --git a/app/src/main/java/b/i/a/f/n/w.java b/app/src/main/java/b/i/a/f/n/w.java index dd91fbcdf5..bbaf28a287 100644 --- a/app/src/main/java/b/i/a/f/n/w.java +++ b/app/src/main/java/b/i/a/f/n/w.java @@ -18,13 +18,13 @@ public final class w implements Runnable { @Override // java.lang.Runnable public final void run() { try { - Task a = this.k.f1599b.a(this.j.l()); + Task a = this.k.f1600b.a(this.j.l()); if (a == null) { x xVar = this.k; xVar.c.t(new NullPointerException("Continuation returned null")); return; } - Executor executor = g.f1591b; + Executor executor = g.f1592b; a.g(executor, this.k); a.e(executor, this.k); a.a(executor, this.k); diff --git a/app/src/main/java/b/i/a/f/n/x.java b/app/src/main/java/b/i/a/f/n/x.java index 73eb12bf12..bd8da6070d 100644 --- a/app/src/main/java/b/i/a/f/n/x.java +++ b/app/src/main/java/b/i/a/f/n/x.java @@ -9,12 +9,12 @@ public final class x implements e f1599b; + public final f f1600b; public final c0 c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull c0 c0Var) { this.a = executor; - this.f1599b = fVar; + this.f1600b = fVar; this.c = c0Var; } diff --git a/app/src/main/java/b/i/a/f/n/z.java b/app/src/main/java/b/i/a/f/n/z.java index f9fba71934..aa3e9aa26b 100644 --- a/app/src/main/java/b/i/a/f/n/z.java +++ b/app/src/main/java/b/i/a/f/n/z.java @@ -10,26 +10,26 @@ public final class z { public final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public Queue> f1600b; + public Queue> f1601b; public boolean c; public final void a(@NonNull y yVar) { synchronized (this.a) { - if (this.f1600b == null) { - this.f1600b = new ArrayDeque(); + if (this.f1601b == null) { + this.f1601b = new ArrayDeque(); } - this.f1600b.add(yVar); + this.f1601b.add(yVar); } } public final void b(@NonNull Task task) { y poll; synchronized (this.a) { - if (this.f1600b != null && !this.c) { + if (this.f1601b != null && !this.c) { this.c = true; while (true) { synchronized (this.a) { - poll = this.f1600b.poll(); + poll = this.f1601b.poll(); if (poll == null) { this.c = false; return; diff --git a/app/src/main/java/b/i/a/g/a/c.java b/app/src/main/java/b/i/a/g/a/c.java index 2969b3411e..398bf82aa0 100644 --- a/app/src/main/java/b/i/a/g/a/c.java +++ b/app/src/main/java/b/i/a/g/a/c.java @@ -56,7 +56,7 @@ public class c extends CoordinatorLayout.Behavior { this.viewOffsetHelper = new d(v); } d dVar = this.viewOffsetHelper; - dVar.f1601b = dVar.a.getTop(); + dVar.f1602b = dVar.a.getTop(); dVar.c = dVar.a.getLeft(); this.viewOffsetHelper.a(); int i2 = this.tempTopBottomOffset; diff --git a/app/src/main/java/b/i/a/g/a/d.java b/app/src/main/java/b/i/a/g/a/d.java index 90030a5533..98b06a3196 100644 --- a/app/src/main/java/b/i/a/g/a/d.java +++ b/app/src/main/java/b/i/a/g/a/d.java @@ -8,7 +8,7 @@ public class d { public final View a; /* renamed from: b reason: collision with root package name */ - public int f1601b; + public int f1602b; public int c; public int d; public int e; @@ -21,7 +21,7 @@ public class d { public void a() { View view = this.a; - ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.f1601b)); + ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.f1602b)); View view2 = this.a; ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.c)); } diff --git a/app/src/main/java/b/i/a/g/b/a.java b/app/src/main/java/b/i/a/g/b/a.java index 0ca3516d68..916aba8751 100644 --- a/app/src/main/java/b/i/a/g/b/a.java +++ b/app/src/main/java/b/i/a/g/b/a.java @@ -27,7 +27,7 @@ public class a { @NonNull /* renamed from: b reason: collision with root package name */ - public ShapeAppearanceModel f1602b; + public ShapeAppearanceModel f1603b; public int c; public int d; public int e; @@ -51,11 +51,11 @@ public class a { public LayerDrawable r; /* renamed from: s reason: collision with root package name */ - public int f1603s; + public int f1604s; public a(MaterialButton materialButton, @NonNull ShapeAppearanceModel shapeAppearanceModel) { this.a = materialButton; - this.f1602b = shapeAppearanceModel; + this.f1603b = shapeAppearanceModel; } @Nullable @@ -87,7 +87,7 @@ public class a { } public void e(@NonNull ShapeAppearanceModel shapeAppearanceModel) { - this.f1602b = shapeAppearanceModel; + this.f1603b = shapeAppearanceModel; if (b() != null) { b().setShapeAppearanceModel(shapeAppearanceModel); } @@ -116,7 +116,7 @@ public class a { public final void g() { MaterialButton materialButton = this.a; - MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.f1602b); + MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.f1603b); materialShapeDrawable.initializeElevationOverlay(this.a.getContext()); DrawableCompat.setTintList(materialShapeDrawable, this.j); PorterDuff.Mode mode = this.i; @@ -124,10 +124,10 @@ public class a { DrawableCompat.setTintMode(materialShapeDrawable, mode); } materialShapeDrawable.setStroke(this.h, this.k); - MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(this.f1602b); + MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(this.f1603b); materialShapeDrawable2.setTint(0); materialShapeDrawable2.setStroke(this.h, this.n ? MaterialColors.getColor(this.a, R.attr.colorSurface) : 0); - MaterialShapeDrawable materialShapeDrawable3 = new MaterialShapeDrawable(this.f1602b); + MaterialShapeDrawable materialShapeDrawable3 = new MaterialShapeDrawable(this.f1603b); this.m = materialShapeDrawable3; DrawableCompat.setTint(materialShapeDrawable3, -1); RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.c, this.e, this.d, this.f), this.m); @@ -135,7 +135,7 @@ public class a { materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b2 = b(); if (b2 != null) { - b2.setElevation(this.f1603s); + b2.setElevation(this.f1604s); } } diff --git a/app/src/main/java/b/i/a/g/c/a.java b/app/src/main/java/b/i/a/g/c/a.java index 9d1ff202b0..695e03885f 100644 --- a/app/src/main/java/b/i/a/g/c/a.java +++ b/app/src/main/java/b/i/a/g/c/a.java @@ -30,7 +30,7 @@ public class a { public static final int[] a = {16842912}; /* renamed from: b reason: collision with root package name */ - public static final double f1604b = Math.cos(Math.toRadians(45.0d)); + public static final double f1605b = Math.cos(Math.toRadians(45.0d)); @NonNull public final MaterialCardView c; @NonNull @@ -64,7 +64,7 @@ public class a { @Nullable /* renamed from: s reason: collision with root package name */ - public MaterialShapeDrawable f1605s; + public MaterialShapeDrawable f1606s; public boolean u; @NonNull public final Rect d = new Rect(); @@ -117,7 +117,7 @@ public class a { public final float b(CornerTreatment cornerTreatment, float f) { if (cornerTreatment instanceof RoundedCornerTreatment) { - return (float) ((1.0d - f1604b) * f); + return (float) ((1.0d - f1605b) * f); } if (cornerTreatment instanceof CutCornerTreatment) { return f / 2.0f; @@ -138,8 +138,8 @@ public class a { RippleDrawable rippleDrawable; if (this.p == null) { if (RippleUtils.USE_FRAMEWORK_RIPPLE) { - this.f1605s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.f1605s); + this.f1606s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1606s); } else { StateListDrawable stateListDrawable = new StateListDrawable(); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.n); @@ -203,7 +203,7 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.f1605s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1606s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } @@ -225,7 +225,7 @@ public class a { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; if (this.c.getPreventCornerOverlap() && this.c.getUseCompatPadding()) { - f = (float) ((1.0d - f1604b) * this.c.getCardViewRadius()); + f = (float) ((1.0d - f1605b) * this.c.getCardViewRadius()); } int i = (int) (a2 - f); MaterialCardView materialCardView = this.c; diff --git a/app/src/main/java/b/i/a/g/d/a.java b/app/src/main/java/b/i/a/g/d/a.java index bee675224d..4bda420cdb 100644 --- a/app/src/main/java/b/i/a/g/d/a.java +++ b/app/src/main/java/b/i/a/g/d/a.java @@ -23,7 +23,7 @@ public final class a { public final Rect a; /* renamed from: b reason: collision with root package name */ - public final ColorStateList f1606b; + public final ColorStateList f1607b; public final ColorStateList c; public final ColorStateList d; public final int e; @@ -35,7 +35,7 @@ public final class a { Preconditions.checkArgumentNonnegative(rect.right); Preconditions.checkArgumentNonnegative(rect.bottom); this.a = rect; - this.f1606b = colorStateList2; + this.f1607b = colorStateList2; this.c = colorStateList; this.d = colorStateList3; this.e = i; @@ -63,8 +63,8 @@ public final class a { materialShapeDrawable2.setShapeAppearanceModel(this.f); materialShapeDrawable.setFillColor(this.c); materialShapeDrawable.setStroke(this.e, this.d); - textView.setTextColor(this.f1606b); - RippleDrawable rippleDrawable = new RippleDrawable(this.f1606b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); + textView.setTextColor(this.f1607b); + RippleDrawable rippleDrawable = new RippleDrawable(this.f1607b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); Rect rect = this.a; ViewCompat.setBackground(textView, new InsetDrawable((Drawable) rippleDrawable, rect.left, rect.top, rect.right, rect.bottom)); } diff --git a/app/src/main/java/b/i/a/g/d/b.java b/app/src/main/java/b/i/a/g/d/b.java index b039b4f85e..08d5d2f40b 100644 --- a/app/src/main/java/b/i/a/g/d/b.java +++ b/app/src/main/java/b/i/a/g/d/b.java @@ -17,7 +17,7 @@ public final class b { @NonNull /* renamed from: b reason: collision with root package name */ - public final a f1607b; + public final a f1608b; @NonNull public final a c; @NonNull @@ -35,7 +35,7 @@ public final class b { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(MaterialAttributes.resolveOrThrow(context, R.attr.materialCalendarStyle, MaterialCalendar.class.getCanonicalName()), R.styleable.MaterialCalendar); this.a = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayStyle, 0)); this.g = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayInvalidStyle, 0)); - this.f1607b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); + this.f1608b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); this.c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); ColorStateList colorStateList = MaterialResources.getColorStateList(context, obtainStyledAttributes, R.styleable.MaterialCalendar_rangeFillColor); this.d = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearStyle, 0)); diff --git a/app/src/main/java/b/i/a/g/d/g.java b/app/src/main/java/b/i/a/g/d/g.java index 66008e6d27..b46e43fa28 100644 --- a/app/src/main/java/b/i/a/g/d/g.java +++ b/app/src/main/java/b/i/a/g/d/g.java @@ -76,7 +76,7 @@ public class g extends BaseAdapter { break; } } - aVar = z2 ? this.n.f1607b : l.h().getTimeInMillis() == j2 ? this.n.c : this.n.a; + aVar = z2 ? this.n.f1608b : l.h().getTimeInMillis() == j2 ? this.n.c : this.n.a; } else { textView.setEnabled(false); aVar = this.n.g; diff --git a/app/src/main/java/b/i/a/g/d/k.java b/app/src/main/java/b/i/a/g/d/k.java index e0649091b7..5ef7fd4f68 100644 --- a/app/src/main/java/b/i/a/g/d/k.java +++ b/app/src/main/java/b/i/a/g/d/k.java @@ -9,7 +9,7 @@ public class k { @Nullable /* renamed from: b reason: collision with root package name */ - public final Long f1608b = null; + public final Long f1609b = null; @Nullable public final TimeZone c = null; diff --git a/app/src/main/java/b/i/a/g/d/l.java b/app/src/main/java/b/i/a/g/d/l.java index c2b0411dec..f2fb628162 100644 --- a/app/src/main/java/b/i/a/g/d/l.java +++ b/app/src/main/java/b/i/a/g/d/l.java @@ -73,7 +73,7 @@ public class l { } java.util.TimeZone timeZone = kVar.c; Calendar instance = timeZone == null ? Calendar.getInstance() : Calendar.getInstance(timeZone); - Long l = kVar.f1608b; + Long l = kVar.f1609b; if (l != null) { instance.setTimeInMillis(l.longValue()); } diff --git a/app/src/main/java/b/i/a/g/e/b.java b/app/src/main/java/b/i/a/g/e/b.java index 1eb87d03b6..d7c21d2e87 100644 --- a/app/src/main/java/b/i/a/g/e/b.java +++ b/app/src/main/java/b/i/a/g/e/b.java @@ -23,7 +23,7 @@ public abstract class b implements j { @NonNull /* renamed from: b reason: collision with root package name */ - public final ExtendedFloatingActionButton f1609b; + public final ExtendedFloatingActionButton f1610b; public final ArrayList c = new ArrayList<>(); public final a d; @Nullable @@ -41,14 +41,14 @@ public abstract class b implements j { @Override // android.util.Property public Float get(ExtendedFloatingActionButton extendedFloatingActionButton) { ExtendedFloatingActionButton extendedFloatingActionButton2 = extendedFloatingActionButton; - return Float.valueOf(AnimationUtils.lerp(0.0f, 1.0f, (Color.alpha(extendedFloatingActionButton2.getCurrentTextColor()) / 255.0f) / Color.alpha(extendedFloatingActionButton2.originalTextCsl.getColorForState(extendedFloatingActionButton2.getDrawableState(), b.this.f1609b.originalTextCsl.getDefaultColor())))); + return Float.valueOf(AnimationUtils.lerp(0.0f, 1.0f, (Color.alpha(extendedFloatingActionButton2.getCurrentTextColor()) / 255.0f) / Color.alpha(extendedFloatingActionButton2.originalTextCsl.getColorForState(extendedFloatingActionButton2.getDrawableState(), b.this.f1610b.originalTextCsl.getDefaultColor())))); } @Override // android.util.Property public void set(ExtendedFloatingActionButton extendedFloatingActionButton, Float f) { ExtendedFloatingActionButton extendedFloatingActionButton2 = extendedFloatingActionButton; Float f2 = f; - int colorForState = extendedFloatingActionButton2.originalTextCsl.getColorForState(extendedFloatingActionButton2.getDrawableState(), b.this.f1609b.originalTextCsl.getDefaultColor()); + int colorForState = extendedFloatingActionButton2.originalTextCsl.getColorForState(extendedFloatingActionButton2.getDrawableState(), b.this.f1610b.originalTextCsl.getDefaultColor()); ColorStateList valueOf = ColorStateList.valueOf(Color.argb((int) (AnimationUtils.lerp(0.0f, Color.alpha(colorForState) / 255.0f, f2.floatValue()) * 255.0f), Color.red(colorForState), Color.green(colorForState), Color.blue(colorForState))); if (f2.floatValue() == 1.0f) { extendedFloatingActionButton2.silentlyUpdateTextColor(extendedFloatingActionButton2.originalTextCsl); @@ -59,7 +59,7 @@ public abstract class b implements j { } public b(@NonNull ExtendedFloatingActionButton extendedFloatingActionButton, a aVar) { - this.f1609b = extendedFloatingActionButton; + this.f1610b = extendedFloatingActionButton; this.a = extendedFloatingActionButton.getContext(); this.d = aVar; } @@ -85,26 +85,26 @@ public abstract class b implements j { public AnimatorSet h(@NonNull MotionSpec motionSpec) { ArrayList arrayList = new ArrayList(); if (motionSpec.hasPropertyValues("opacity")) { - arrayList.add(motionSpec.getAnimator("opacity", this.f1609b, View.ALPHA)); + arrayList.add(motionSpec.getAnimator("opacity", this.f1610b, View.ALPHA)); } if (motionSpec.hasPropertyValues("scale")) { - arrayList.add(motionSpec.getAnimator("scale", this.f1609b, View.SCALE_Y)); - arrayList.add(motionSpec.getAnimator("scale", this.f1609b, View.SCALE_X)); + arrayList.add(motionSpec.getAnimator("scale", this.f1610b, View.SCALE_Y)); + arrayList.add(motionSpec.getAnimator("scale", this.f1610b, View.SCALE_X)); } if (motionSpec.hasPropertyValues("width")) { - arrayList.add(motionSpec.getAnimator("width", this.f1609b, ExtendedFloatingActionButton.WIDTH)); + arrayList.add(motionSpec.getAnimator("width", this.f1610b, ExtendedFloatingActionButton.WIDTH)); } if (motionSpec.hasPropertyValues("height")) { - arrayList.add(motionSpec.getAnimator("height", this.f1609b, ExtendedFloatingActionButton.HEIGHT)); + arrayList.add(motionSpec.getAnimator("height", this.f1610b, ExtendedFloatingActionButton.HEIGHT)); } if (motionSpec.hasPropertyValues("paddingStart")) { - arrayList.add(motionSpec.getAnimator("paddingStart", this.f1609b, ExtendedFloatingActionButton.PADDING_START)); + arrayList.add(motionSpec.getAnimator("paddingStart", this.f1610b, ExtendedFloatingActionButton.PADDING_START)); } if (motionSpec.hasPropertyValues("paddingEnd")) { - arrayList.add(motionSpec.getAnimator("paddingEnd", this.f1609b, ExtendedFloatingActionButton.PADDING_END)); + arrayList.add(motionSpec.getAnimator("paddingEnd", this.f1610b, ExtendedFloatingActionButton.PADDING_END)); } if (motionSpec.hasPropertyValues("labelOpacity")) { - arrayList.add(motionSpec.getAnimator("labelOpacity", this.f1609b, new a(Float.class, "LABEL_OPACITY_PROPERTY"))); + arrayList.add(motionSpec.getAnimator("labelOpacity", this.f1610b, new a(Float.class, "LABEL_OPACITY_PROPERTY"))); } AnimatorSet animatorSet = new AnimatorSet(); AnimatorSetCompat.playTogether(animatorSet, arrayList); diff --git a/app/src/main/java/b/i/a/g/e/c.java b/app/src/main/java/b/i/a/g/e/c.java index bcaf980da7..046a74bcf3 100644 --- a/app/src/main/java/b/i/a/g/e/c.java +++ b/app/src/main/java/b/i/a/g/e/c.java @@ -28,7 +28,7 @@ public class c extends Drawable { @NonNull /* renamed from: b reason: collision with root package name */ - public final Paint f1610b; + public final Paint f1611b; @Dimension public float h; @ColorInt @@ -73,7 +73,7 @@ public class c extends Drawable { public c(ShapeAppearanceModel shapeAppearanceModel) { this.o = shapeAppearanceModel; Paint paint = new Paint(1); - this.f1610b = paint; + this.f1611b = paint; paint.setStyle(Paint.Style.STROKE); } @@ -95,20 +95,20 @@ public class c extends Drawable { @Override // android.graphics.drawable.Drawable public void draw(@NonNull Canvas canvas) { if (this.n) { - Paint paint = this.f1610b; + Paint paint = this.f1611b; Rect rect = this.d; copyBounds(rect); float height = this.h / rect.height(); paint.setShader(new LinearGradient(0.0f, rect.top, 0.0f, rect.bottom, new int[]{ColorUtils.compositeColors(this.i, this.m), ColorUtils.compositeColors(this.j, this.m), ColorUtils.compositeColors(ColorUtils.setAlphaComponent(this.j, 0), this.m), ColorUtils.compositeColors(ColorUtils.setAlphaComponent(this.l, 0), this.m), ColorUtils.compositeColors(this.l, this.m), ColorUtils.compositeColors(this.k, this.m)}, new float[]{0.0f, height, 0.5f, 0.5f, 1.0f - height, 1.0f}, Shader.TileMode.CLAMP)); this.n = false; } - float strokeWidth = this.f1610b.getStrokeWidth() / 2.0f; + float strokeWidth = this.f1611b.getStrokeWidth() / 2.0f; copyBounds(this.d); this.e.set(this.d); float min = Math.min(this.o.getTopLeftCornerSize().getCornerSize(a()), this.e.width() / 2.0f); if (this.o.isRoundRect(a())) { this.e.inset(strokeWidth, strokeWidth); - canvas.drawRoundRect(this.e, min, min, this.f1610b); + canvas.drawRoundRect(this.e, min, min, this.f1611b); } } @@ -175,13 +175,13 @@ public class c extends Drawable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i) { - this.f1610b.setAlpha(i); + this.f1611b.setAlpha(i); invalidateSelf(); } @Override // android.graphics.drawable.Drawable public void setColorFilter(@Nullable ColorFilter colorFilter) { - this.f1610b.setColorFilter(colorFilter); + this.f1611b.setColorFilter(colorFilter); invalidateSelf(); } } diff --git a/app/src/main/java/b/i/a/g/e/d.java b/app/src/main/java/b/i/a/g/e/d.java index ba50db0509..05eca56c60 100644 --- a/app/src/main/java/b/i/a/g/e/d.java +++ b/app/src/main/java/b/i/a/g/e/d.java @@ -10,13 +10,13 @@ public class d extends AnimatorListenerAdapter { public boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1611b; + public final /* synthetic */ boolean f1612b; public final /* synthetic */ f.AbstractC0121f c; public final /* synthetic */ f d; public d(f fVar, boolean z2, f.AbstractC0121f fVar2) { this.d = fVar; - this.f1611b = z2; + this.f1612b = z2; this.c = fVar2; } @@ -32,7 +32,7 @@ public class d extends AnimatorListenerAdapter { fVar.v = null; if (!this.a) { FloatingActionButton floatingActionButton = fVar.F; - boolean z2 = this.f1611b; + boolean z2 = this.f1612b; floatingActionButton.internalSetVisibility(z2 ? 8 : 4, z2); f.AbstractC0121f fVar2 = this.c; if (fVar2 != null) { @@ -44,7 +44,7 @@ public class d extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.d.F.internalSetVisibility(0, this.f1611b); + this.d.F.internalSetVisibility(0, this.f1612b); f fVar = this.d; fVar.B = 1; fVar.v = animator; diff --git a/app/src/main/java/b/i/a/g/e/e.java b/app/src/main/java/b/i/a/g/e/e.java index b77b7b9623..5361602769 100644 --- a/app/src/main/java/b/i/a/g/e/e.java +++ b/app/src/main/java/b/i/a/g/e/e.java @@ -10,13 +10,13 @@ public class e extends AnimatorListenerAdapter { public final /* synthetic */ boolean a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ f.AbstractC0121f f1612b; + public final /* synthetic */ f.AbstractC0121f f1613b; public final /* synthetic */ f c; public e(f fVar, boolean z2, f.AbstractC0121f fVar2) { this.c = fVar; this.a = z2; - this.f1612b = fVar2; + this.f1613b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -24,7 +24,7 @@ public class e extends AnimatorListenerAdapter { f fVar = this.c; fVar.B = 0; fVar.v = null; - f.AbstractC0121f fVar2 = this.f1612b; + f.AbstractC0121f fVar2 = this.f1613b; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onShown(FloatingActionButton.this); diff --git a/app/src/main/java/b/i/a/g/e/f.java b/app/src/main/java/b/i/a/g/e/f.java index 2bf9a8e3c8..b71175f363 100644 --- a/app/src/main/java/b/i/a/g/e/f.java +++ b/app/src/main/java/b/i/a/g/e/f.java @@ -39,7 +39,7 @@ public class f { public static final TimeInterpolator a = AnimationUtils.FAST_OUT_LINEAR_IN_INTERPOLATOR; /* renamed from: b reason: collision with root package name */ - public static final int[] f1613b = {16842919, 16842910}; + public static final int[] f1614b = {16842919, 16842910}; public static final int[] c = {16843623, 16842908, 16842910}; public static final int[] d = {16842908, 16842910}; public static final int[] e = {16843623, 16842910}; @@ -71,7 +71,7 @@ public class f { @NonNull /* renamed from: s reason: collision with root package name */ - public final StateListAnimator f1614s; + public final StateListAnimator f1615s; @Nullable public MotionSpec t; @Nullable @@ -83,14 +83,14 @@ public class f { @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1615x; + public MotionSpec f1616x; /* renamed from: y reason: collision with root package name */ - public float f1616y; + public float f1617y; public boolean n = true; /* renamed from: z reason: collision with root package name */ - public float f1617z = 1.0f; + public float f1618z = 1.0f; public int B = 0; public final Rect H = new Rect(); public final RectF I = new RectF(); @@ -106,13 +106,13 @@ public class f { /* JADX WARN: Can't rename method to resolve collision */ @Override // com.google.android.material.animation.MatrixEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1617z = f; + f.this.f1618z = f; return super.evaluate(f, matrix, matrix2); } @Override // com.google.android.material.animation.MatrixEvaluator, android.animation.TypeEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1617z = f; + f.this.f1618z = f; return super.evaluate(f, matrix, matrix2); } } @@ -191,7 +191,7 @@ public class f { public boolean a; /* renamed from: b reason: collision with root package name */ - public float f1618b; + public float f1619b; public float c; public h(d dVar) { @@ -209,12 +209,12 @@ public class f { public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { if (!this.a) { MaterialShapeDrawable materialShapeDrawable = f.this.i; - this.f1618b = materialShapeDrawable == null ? 0.0f : materialShapeDrawable.getElevation(); + this.f1619b = materialShapeDrawable == null ? 0.0f : materialShapeDrawable.getElevation(); this.c = a(); this.a = true; } f fVar = f.this; - float f = this.f1618b; + float f = this.f1619b; fVar.w((int) ((valueAnimator.getAnimatedFraction() * (this.c - f)) + f)); } } @@ -223,14 +223,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.f1614s = stateListAnimator; - stateListAnimator.addState(f1613b, c(new d())); + this.f1615s = stateListAnimator; + stateListAnimator.addState(f1614b, c(new d())); stateListAnimator.addState(c, c(new c())); stateListAnimator.addState(d, c(new c())); stateListAnimator.addState(e, c(new c())); stateListAnimator.addState(f, c(new g())); stateListAnimator.addState(g, c(new b(this))); - this.f1616y = floatingActionButton.getRotation(); + this.f1617y = floatingActionButton.getRotation(); } public final void a(float f2, @NonNull Matrix matrix) { @@ -348,7 +348,7 @@ public class f { } public final void o(float f2) { - this.f1617z = f2; + this.f1618z = f2; Matrix matrix = this.K; a(f2, matrix); this.F.setImageMatrix(matrix); diff --git a/app/src/main/java/b/i/a/g/e/h.java b/app/src/main/java/b/i/a/g/e/h.java index c80b64faf5..8532193672 100644 --- a/app/src/main/java/b/i/a/g/e/h.java +++ b/app/src/main/java/b/i/a/g/e/h.java @@ -14,10 +14,10 @@ public class h implements ViewTreeObserver.OnPreDrawListener { public boolean onPreDraw() { f fVar = this.j; float rotation = fVar.F.getRotation(); - if (fVar.f1616y == rotation) { + if (fVar.f1617y == rotation) { return true; } - fVar.f1616y = rotation; + fVar.f1617y = rotation; fVar.u(); return true; } diff --git a/app/src/main/java/b/i/a/g/e/i.java b/app/src/main/java/b/i/a/g/e/i.java index 8a60f38710..728708f2b4 100644 --- a/app/src/main/java/b/i/a/g/e/i.java +++ b/app/src/main/java/b/i/a/g/e/i.java @@ -90,7 +90,7 @@ public class i extends f { float f = i; if (cVar.h != f) { cVar.h = f; - cVar.f1610b.setStrokeWidth(f * 1.3333f); + cVar.f1611b.setStrokeWidth(f * 1.3333f); cVar.n = true; cVar.invalidateSelf(); } @@ -142,7 +142,7 @@ public class i extends f { this.F.refreshDrawableState(); } else { StateListAnimator stateListAnimator = new StateListAnimator(); - stateListAnimator.addState(f.f1613b, x(f, f3)); + stateListAnimator.addState(f.f1614b, x(f, f3)); stateListAnimator.addState(f.c, x(f, f2)); stateListAnimator.addState(f.d, x(f, f2)); stateListAnimator.addState(f.e, x(f, f2)); diff --git a/app/src/main/java/b/i/a/g/f/a.java b/app/src/main/java/b/i/a/g/f/a.java index 6e40e9d91c..f7d62c0421 100644 --- a/app/src/main/java/b/i/a/g/f/a.java +++ b/app/src/main/java/b/i/a/g/f/a.java @@ -19,7 +19,7 @@ public final class a { @Nullable /* renamed from: b reason: collision with root package name */ - public static Constructor f1619b; + public static Constructor f1620b; @Nullable public static Object c; public CharSequence d; @@ -88,7 +88,7 @@ public final class a { Class cls = Integer.TYPE; Class cls2 = Float.TYPE; Constructor declaredConstructor = StaticLayout.class.getDeclaredConstructor(CharSequence.class, cls, cls, TextPaint.class, cls, Layout.Alignment.class, TextDirectionHeuristic.class, cls2, cls2, Boolean.TYPE, TextUtils.TruncateAt.class, cls, cls); - f1619b = declaredConstructor; + f1620b = declaredConstructor; declaredConstructor.setAccessible(true); a = true; } catch (Exception e) { @@ -96,7 +96,7 @@ public final class a { } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(f1619b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); + return (StaticLayout) ((Constructor) Preconditions.checkNotNull(f1620b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); } catch (Exception e2) { throw new C0122a(e2); } diff --git a/app/src/main/java/b/i/a/g/g/a.java b/app/src/main/java/b/i/a/g/g/a.java index 77b087b2ca..4d6803147d 100644 --- a/app/src/main/java/b/i/a/g/g/a.java +++ b/app/src/main/java/b/i/a/g/g/a.java @@ -33,9 +33,9 @@ public final class a extends f { this.d = ((CircularProgressIndicatorSpec) s2).trackThickness * f; this.e = ((CircularProgressIndicatorSpec) s2).trackCornerRadius * f; this.f = (((CircularProgressIndicatorSpec) s2).indicatorSize - ((CircularProgressIndicatorSpec) s2).trackThickness) / 2.0f; - if ((this.f1620b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 2) || (this.f1620b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 1)) { + if ((this.f1621b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 2) || (this.f1621b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 1)) { this.f = (((1.0f - f) * ((CircularProgressIndicatorSpec) this.a).trackThickness) / 2.0f) + this.f; - } else if ((this.f1620b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 1) || (this.f1620b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 2)) { + } else if ((this.f1621b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 1) || (this.f1621b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 2)) { this.f -= ((1.0f - f) * ((CircularProgressIndicatorSpec) this.a).trackThickness) / 2.0f; } } @@ -70,7 +70,7 @@ public final class a extends f { @Override // b.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { - int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((CircularProgressIndicatorSpec) this.a).trackColor, this.f1620b.getAlpha()); + int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((CircularProgressIndicatorSpec) this.a).trackColor, this.f1621b.getAlpha()); paint.setStyle(Paint.Style.STROKE); paint.setStrokeCap(Paint.Cap.BUTT); paint.setAntiAlias(true); diff --git a/app/src/main/java/b/i/a/g/g/d.java b/app/src/main/java/b/i/a/g/g/d.java index 5afa35c722..408c98760c 100644 --- a/app/src/main/java/b/i/a/g/g/d.java +++ b/app/src/main/java/b/i/a/g/g/d.java @@ -45,19 +45,19 @@ public final class d extends g { float floatValue = f.floatValue(); dVar2.n = floatValue; int i = (int) (5400.0f * floatValue); - float[] fArr = dVar2.f1621b; + float[] fArr = dVar2.f1622b; float f2 = floatValue * 1520.0f; fArr[0] = (-20.0f) + f2; fArr[1] = f2; for (int i2 = 0; i2 < 4; i2++) { float b2 = dVar2.b(i, d.d[i2], 667); - float[] fArr2 = dVar2.f1621b; + float[] fArr2 = dVar2.f1622b; fArr2[1] = (dVar2.k.getInterpolation(b2) * 250.0f) + fArr2[1]; float b3 = dVar2.b(i, d.e[i2], 667); - float[] fArr3 = dVar2.f1621b; + float[] fArr3 = dVar2.f1622b; fArr3[0] = (dVar2.k.getInterpolation(b3) * 250.0f) + fArr3[0]; } - float[] fArr4 = dVar2.f1621b; + float[] fArr4 = dVar2.f1622b; fArr4[0] = ((fArr4[1] - fArr4[0]) * dVar2.o) + fArr4[0]; fArr4[0] = fArr4[0] / 360.0f; fArr4[1] = fArr4[1] / 360.0f; diff --git a/app/src/main/java/b/i/a/g/g/f.java b/app/src/main/java/b/i/a/g/g/f.java index 0997f8615d..c4aba7adba 100644 --- a/app/src/main/java/b/i/a/g/g/f.java +++ b/app/src/main/java/b/i/a/g/g/f.java @@ -12,7 +12,7 @@ public abstract class f { public S a; /* renamed from: b reason: collision with root package name */ - public e f1620b; + public e f1621b; public f(S s2) { this.a = s2; diff --git a/app/src/main/java/b/i/a/g/g/g.java b/app/src/main/java/b/i/a/g/g/g.java index ef3e81e420..5d8f3d027b 100644 --- a/app/src/main/java/b/i/a/g/g/g.java +++ b/app/src/main/java/b/i/a/g/g/g.java @@ -10,11 +10,11 @@ public abstract class g { public IndeterminateDrawable a; /* renamed from: b reason: collision with root package name */ - public final float[] f1621b; + public final float[] f1622b; public final int[] c; public g(int i) { - this.f1621b = new float[i * 2]; + this.f1622b = new float[i * 2]; this.c = new int[i]; } diff --git a/app/src/main/java/b/i/a/g/g/h.java b/app/src/main/java/b/i/a/g/g/h.java index 8e742290cf..01ec06c702 100644 --- a/app/src/main/java/b/i/a/g/g/h.java +++ b/app/src/main/java/b/i/a/g/g/h.java @@ -47,10 +47,10 @@ public final class h extends f { if (((LinearProgressIndicatorSpec) this.a).drawHorizontallyInverse) { canvas.scale(-1.0f, 1.0f); } - if ((this.f1620b.isShowing() && ((LinearProgressIndicatorSpec) this.a).showAnimationBehavior == 1) || (this.f1620b.isHiding() && ((LinearProgressIndicatorSpec) this.a).hideAnimationBehavior == 2)) { + if ((this.f1621b.isShowing() && ((LinearProgressIndicatorSpec) this.a).showAnimationBehavior == 1) || (this.f1621b.isHiding() && ((LinearProgressIndicatorSpec) this.a).hideAnimationBehavior == 2)) { canvas.scale(1.0f, -1.0f); } - if (this.f1620b.isShowing() || this.f1620b.isHiding()) { + if (this.f1621b.isShowing() || this.f1621b.isHiding()) { canvas.translate(0.0f, ((f - 1.0f) * ((LinearProgressIndicatorSpec) this.a).trackThickness) / 2.0f); } float f3 = this.c; @@ -84,7 +84,7 @@ public final class h extends f { @Override // b.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { - int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.f1620b.getAlpha()); + int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.f1621b.getAlpha()); float f = ((-this.c) / 2.0f) + this.e; float f2 = -f; paint.setStyle(Paint.Style.FILL); diff --git a/app/src/main/java/b/i/a/g/g/j.java b/app/src/main/java/b/i/a/g/g/j.java index 052d4a598f..3294346ac7 100644 --- a/app/src/main/java/b/i/a/g/g/j.java +++ b/app/src/main/java/b/i/a/g/g/j.java @@ -39,17 +39,17 @@ public final class j extends g { j jVar2 = jVar; float floatValue = f.floatValue(); jVar2.j = floatValue; - jVar2.f1621b[0] = 0.0f; + jVar2.f1622b[0] = 0.0f; float b2 = jVar2.b((int) (floatValue * 333.0f), 0, 667); - float[] fArr = jVar2.f1621b; + float[] fArr = jVar2.f1622b; float interpolation = jVar2.f.getInterpolation(b2); fArr[2] = interpolation; fArr[1] = interpolation; - float[] fArr2 = jVar2.f1621b; + float[] fArr2 = jVar2.f1622b; float interpolation2 = jVar2.f.getInterpolation(b2 + 0.49925038f); fArr2[4] = interpolation2; fArr2[3] = interpolation2; - float[] fArr3 = jVar2.f1621b; + float[] fArr3 = jVar2.f1622b; fArr3[5] = 1.0f; if (jVar2.i && fArr3[3] < 1.0f) { int[] iArr = jVar2.c; diff --git a/app/src/main/java/b/i/a/g/g/l.java b/app/src/main/java/b/i/a/g/g/l.java index 1f6a2b184f..8af0815fca 100644 --- a/app/src/main/java/b/i/a/g/g/l.java +++ b/app/src/main/java/b/i/a/g/g/l.java @@ -47,7 +47,7 @@ public final class l extends g { lVar2.l = floatValue; int i = (int) (floatValue * 1800.0f); for (int i2 = 0; i2 < 4; i2++) { - lVar2.f1621b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); + lVar2.f1622b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); } if (lVar2.k) { Arrays.fill(lVar2.c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); diff --git a/app/src/main/java/b/i/a/g/h/a.java b/app/src/main/java/b/i/a/g/h/a.java index 1b73d013e2..0e66eb2063 100644 --- a/app/src/main/java/b/i/a/g/h/a.java +++ b/app/src/main/java/b/i/a/g/h/a.java @@ -13,7 +13,7 @@ public class a { @NonNull /* renamed from: b reason: collision with root package name */ - public final Object f1622b = new Object(); + public final Object f1623b = new Object(); @NonNull public final Handler c = new Handler(Looper.getMainLooper(), new C0123a()); @Nullable @@ -35,7 +35,7 @@ public class a { } a aVar = a.this; c cVar = (c) message.obj; - synchronized (aVar.f1622b) { + synchronized (aVar.f1623b) { if (aVar.d == cVar || aVar.e == cVar) { aVar.a(cVar, 2); } @@ -59,12 +59,12 @@ public class a { public final WeakReference a; /* renamed from: b reason: collision with root package name */ - public int f1623b; + public int f1624b; public boolean c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); - this.f1623b = i; + this.f1624b = i; } } @@ -102,7 +102,7 @@ public class a { } public void e(b bVar) { - synchronized (this.f1622b) { + synchronized (this.f1623b) { if (c(bVar)) { c cVar = this.d; if (!cVar.c) { @@ -114,7 +114,7 @@ public class a { } public void f(b bVar) { - synchronized (this.f1622b) { + synchronized (this.f1623b) { if (c(bVar)) { c cVar = this.d; if (cVar.c) { @@ -126,7 +126,7 @@ public class a { } public final void g(@NonNull c cVar) { - int i = cVar.f1623b; + int i = cVar.f1624b; if (i != -2) { if (i <= 0) { i = i == -1 ? 1500 : 2750; diff --git a/app/src/main/java/b/i/a/g/j/a.java b/app/src/main/java/b/i/a/g/j/a.java index ed4b86f04c..5ce65302f9 100644 --- a/app/src/main/java/b/i/a/g/j/a.java +++ b/app/src/main/java/b/i/a/g/j/a.java @@ -148,7 +148,7 @@ public class a extends m { @Override // b.i.a.g.j.m public void a() { - this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1624b, R.drawable.mtrl_ic_cancel)); + this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1625b, R.drawable.mtrl_ic_cancel)); TextInputLayout textInputLayout = this.a; textInputLayout.setEndIconContentDescription(textInputLayout.getResources().getText(R.string.clear_text_end_icon_content_description)); this.a.setEndIconOnClickListener(new e()); diff --git a/app/src/main/java/b/i/a/g/j/h.java b/app/src/main/java/b/i/a/g/j/h.java index 580bc41143..e3e63f9a23 100644 --- a/app/src/main/java/b/i/a/g/j/h.java +++ b/app/src/main/java/b/i/a/g/j/h.java @@ -287,9 +287,9 @@ public class h extends m { @Override // b.i.a.g.j.m public void a() { - float dimensionPixelOffset = this.f1624b.getResources().getDimensionPixelOffset(R.dimen.mtrl_shape_corner_size_small_component); - float dimensionPixelOffset2 = this.f1624b.getResources().getDimensionPixelOffset(R.dimen.mtrl_exposed_dropdown_menu_popup_elevation); - int dimensionPixelOffset3 = this.f1624b.getResources().getDimensionPixelOffset(R.dimen.mtrl_exposed_dropdown_menu_popup_vertical_padding); + float dimensionPixelOffset = this.f1625b.getResources().getDimensionPixelOffset(R.dimen.mtrl_shape_corner_size_small_component); + float dimensionPixelOffset2 = this.f1625b.getResources().getDimensionPixelOffset(R.dimen.mtrl_exposed_dropdown_menu_popup_elevation); + int dimensionPixelOffset3 = this.f1625b.getResources().getDimensionPixelOffset(R.dimen.mtrl_exposed_dropdown_menu_popup_vertical_padding); MaterialShapeDrawable h = h(dimensionPixelOffset, dimensionPixelOffset, dimensionPixelOffset2, dimensionPixelOffset3); MaterialShapeDrawable h2 = h(0.0f, dimensionPixelOffset, dimensionPixelOffset2, dimensionPixelOffset3); this.m = h; @@ -297,7 +297,7 @@ public class h extends m { this.l = stateListDrawable; stateListDrawable.addState(new int[]{16842922}, h); this.l.addState(new int[0], h2); - this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1624b, R.drawable.mtrl_dropdown_arrow)); + this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1625b, R.drawable.mtrl_dropdown_arrow)); TextInputLayout textInputLayout = this.a; textInputLayout.setEndIconContentDescription(textInputLayout.getResources().getText(R.string.exposed_dropdown_menu_content_description)); this.a.setEndIconOnClickListener(new f()); @@ -315,7 +315,7 @@ public class h extends m { ofFloat2.addUpdateListener(new i(this)); this.o = ofFloat2; ofFloat2.addListener(new l(this)); - this.n = (AccessibilityManager) this.f1624b.getSystemService("accessibility"); + this.n = (AccessibilityManager) this.f1625b.getSystemService("accessibility"); } @Override // b.i.a.g.j.m @@ -325,7 +325,7 @@ public class h extends m { public final MaterialShapeDrawable h(float f2, float f3, float f4, int i) { ShapeAppearanceModel build = ShapeAppearanceModel.builder().setTopLeftCornerSize(f2).setTopRightCornerSize(f2).setBottomLeftCornerSize(f3).setBottomRightCornerSize(f3).build(); - MaterialShapeDrawable createWithElevationOverlay = MaterialShapeDrawable.createWithElevationOverlay(this.f1624b, f4); + MaterialShapeDrawable createWithElevationOverlay = MaterialShapeDrawable.createWithElevationOverlay(this.f1625b, f4); createWithElevationOverlay.setShapeAppearanceModel(build); createWithElevationOverlay.setPadding(0, i, 0, i); return createWithElevationOverlay; diff --git a/app/src/main/java/b/i/a/g/j/m.java b/app/src/main/java/b/i/a/g/j/m.java index 5ccfe404e9..28941f77b0 100644 --- a/app/src/main/java/b/i/a/g/j/m.java +++ b/app/src/main/java/b/i/a/g/j/m.java @@ -10,12 +10,12 @@ public abstract class m { public TextInputLayout a; /* renamed from: b reason: collision with root package name */ - public Context f1624b; + public Context f1625b; public CheckableImageButton c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; - this.f1624b = textInputLayout.getContext(); + this.f1625b = textInputLayout.getContext(); this.c = textInputLayout.getEndIconView(); } diff --git a/app/src/main/java/b/i/a/g/j/n.java b/app/src/main/java/b/i/a/g/j/n.java index 29d607111e..72063f74f9 100644 --- a/app/src/main/java/b/i/a/g/j/n.java +++ b/app/src/main/java/b/i/a/g/j/n.java @@ -32,7 +32,7 @@ public final class n { @NonNull /* renamed from: b reason: collision with root package name */ - public final TextInputLayout f1625b; + public final TextInputLayout f1626b; public LinearLayout c; public int d; public FrameLayout e; @@ -57,7 +57,7 @@ public final class n { public TextView r; /* renamed from: s reason: collision with root package name */ - public int f1626s; + public int f1627s; @Nullable public ColorStateList t; public Typeface u; @@ -68,13 +68,13 @@ public final class n { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ TextView f1627b; + public final /* synthetic */ TextView f1628b; public final /* synthetic */ int c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; - this.f1627b = textView; + this.f1628b = textView; this.c = i2; this.d = textView2; } @@ -85,7 +85,7 @@ public final class n { n nVar = n.this; nVar.h = this.a; nVar.f = null; - TextView textView2 = this.f1627b; + TextView textView2 = this.f1628b; if (textView2 != null) { textView2.setVisibility(4); if (this.c == 1 && (textView = n.this.l) != null) { @@ -111,7 +111,7 @@ public final class n { public n(@NonNull TextInputLayout textInputLayout) { Context context = textInputLayout.getContext(); this.a = context; - this.f1625b = textInputLayout; + this.f1626b = textInputLayout; this.g = context.getResources().getDimensionPixelSize(R.dimen.design_textinput_caption_translate_y); } @@ -120,10 +120,10 @@ public final class n { LinearLayout linearLayout = new LinearLayout(this.a); this.c = linearLayout; linearLayout.setOrientation(0); - this.f1625b.addView(this.c, -1, -2); + this.f1626b.addView(this.c, -1, -2); this.e = new FrameLayout(this.a); this.c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); - if (this.f1625b.getEditText() != null) { + if (this.f1626b.getEditText() != null) { b(); } } @@ -138,8 +138,8 @@ public final class n { } public void b() { - if ((this.c == null || this.f1625b.getEditText() == null) ? false : true) { - EditText editText = this.f1625b.getEditText(); + if ((this.c == null || this.f1626b.getEditText() == null) ? false : true) { + EditText editText = this.f1626b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); LinearLayout linearLayout = this.c; int i = R.dimen.material_helper_text_font_1_3_padding_horizontal; @@ -231,7 +231,7 @@ public final class n { } public final boolean k(@Nullable TextView textView, @Nullable CharSequence charSequence) { - return ViewCompat.isLaidOut(this.f1625b) && this.f1625b.isEnabled() && (this.i != this.h || textView == null || !TextUtils.equals(textView.getText(), charSequence)); + return ViewCompat.isLaidOut(this.f1626b) && this.f1626b.isEnabled() && (this.i != this.h || textView == null || !TextUtils.equals(textView.getText(), charSequence)); } public final void l(int i, int i2, boolean z2) { @@ -260,9 +260,9 @@ public final class n { } this.h = i2; } - this.f1625b.updateEditTextBackground(); - this.f1625b.updateLabelState(z2); - this.f1625b.updateTextInputBoxState(); + this.f1626b.updateEditTextBackground(); + this.f1626b.updateLabelState(z2); + this.f1626b.updateTextInputBoxState(); } } } diff --git a/app/src/main/java/b/i/a/g/j/p.java b/app/src/main/java/b/i/a/g/j/p.java index 9e029ddee4..40d18200dc 100644 --- a/app/src/main/java/b/i/a/g/j/p.java +++ b/app/src/main/java/b/i/a/g/j/p.java @@ -114,7 +114,7 @@ public class p extends m { @Override // b.i.a.g.j.m public void a() { - this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1624b, R.drawable.design_password_eye)); + this.a.setEndIconDrawable(AppCompatResources.getDrawable(this.f1625b, R.drawable.design_password_eye)); TextInputLayout textInputLayout = this.a; textInputLayout.setEndIconContentDescription(textInputLayout.getResources().getText(R.string.password_toggle_content_description)); this.a.setEndIconOnClickListener(new d()); 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 39ab77db32..6a806626a5 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.f3058y = this; + timePickerView2.l.f3069y = this; g(j, "%d"); g(k, "%d"); g(l, "%02d"); diff --git a/app/src/main/java/b/i/a/g/k/i.java b/app/src/main/java/b/i/a/g/k/i.java index 66044c42a7..3bbc14fcf6 100644 --- a/app/src/main/java/b/i/a/g/k/i.java +++ b/app/src/main/java/b/i/a/g/k/i.java @@ -34,7 +34,7 @@ public class i implements TimePickerView.d, g { public final EditText r; /* renamed from: s reason: collision with root package name */ - public MaterialButtonToggleGroup f1628s; + public MaterialButtonToggleGroup f1629s; /* compiled from: TimePickerTextInputPresenter.java */ /* loaded from: classes3.dex */ @@ -111,9 +111,9 @@ public class i implements TimePickerView.d, g { chipTextInputComboView2.setTag(i2, 10); if (timeModel.l == 0) { MaterialButtonToggleGroup materialButtonToggleGroup = (MaterialButtonToggleGroup) linearLayout.findViewById(R.id.material_clock_period_toggle); - this.f1628s = materialButtonToggleGroup; + this.f1629s = materialButtonToggleGroup; materialButtonToggleGroup.addOnButtonCheckedListener(new j(this)); - this.f1628s.setVisibility(0); + this.f1629s.setVisibility(0); e(); } c cVar = new c(); @@ -189,7 +189,7 @@ public class i implements TimePickerView.d, g { } public final void e() { - MaterialButtonToggleGroup materialButtonToggleGroup = this.f1628s; + MaterialButtonToggleGroup materialButtonToggleGroup = this.f1629s; if (materialButtonToggleGroup != null) { materialButtonToggleGroup.check(this.k.p == 0 ? R.id.material_clock_period_am_button : R.id.material_clock_period_pm_button); } diff --git a/app/src/main/java/b/i/a/g/l/b.java b/app/src/main/java/b/i/a/g/l/b.java index b994658c81..7ba70974a0 100644 --- a/app/src/main/java/b/i/a/g/l/b.java +++ b/app/src/main/java/b/i/a/g/l/b.java @@ -5,7 +5,7 @@ public class b { public static final a a = new a(); /* renamed from: b reason: collision with root package name */ - public static final a f1629b = new C0127b(); + public static final a f1630b = new C0127b(); public static final a c = new c(); public static final a d = new d(); diff --git a/app/src/main/java/b/i/a/g/l/c.java b/app/src/main/java/b/i/a/g/l/c.java index 69e89d15d0..7e00973be0 100644 --- a/app/src/main/java/b/i/a/g/l/c.java +++ b/app/src/main/java/b/i/a/g/l/c.java @@ -5,12 +5,12 @@ public class c { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1630b; + public final int f1631b; public final boolean c; public c(int i, int i2, boolean z2) { this.a = i; - this.f1630b = i2; + this.f1631b = i2; this.c = z2; } diff --git a/app/src/main/java/b/i/a/g/l/e.java b/app/src/main/java/b/i/a/g/l/e.java index 2f638655f5..1754f9163c 100644 --- a/app/src/main/java/b/i/a/g/l/e.java +++ b/app/src/main/java/b/i/a/g/l/e.java @@ -7,7 +7,7 @@ public class e { public static final d a = new a(); /* renamed from: b reason: collision with root package name */ - public static final d f1631b = new b(); + public static final d f1632b = new b(); /* compiled from: FitModeEvaluators.java */ /* loaded from: classes3.dex */ diff --git a/app/src/main/java/b/i/a/g/l/f.java b/app/src/main/java/b/i/a/g/l/f.java index cad384a6f2..0b3ef49b96 100644 --- a/app/src/main/java/b/i/a/g/l/f.java +++ b/app/src/main/java/b/i/a/g/l/f.java @@ -5,7 +5,7 @@ public class f { public final float a; /* renamed from: b reason: collision with root package name */ - public final float f1632b; + public final float f1633b; public final float c; public final float d; public final float e; @@ -13,7 +13,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; - this.f1632b = f2; + this.f1633b = f2; this.c = f3; this.d = f4; this.e = f5; diff --git a/app/src/main/java/b/i/a/g/l/g.java b/app/src/main/java/b/i/a/g/l/g.java index 3dc25b109a..c3ac1ff44a 100644 --- a/app/src/main/java/b/i/a/g/l/g.java +++ b/app/src/main/java/b/i/a/g/l/g.java @@ -9,7 +9,7 @@ public class g { public final Path a = new Path(); /* renamed from: b reason: collision with root package name */ - public final Path f1633b = new Path(); + public final Path f1634b = new Path(); public final Path c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; diff --git a/app/src/main/java/b/i/a/g/l/l/b.java b/app/src/main/java/b/i/a/g/l/l/b.java index 96e8f5e6ba..98f1b7716b 100644 --- a/app/src/main/java/b/i/a/g/l/l/b.java +++ b/app/src/main/java/b/i/a/g/l/l/b.java @@ -8,7 +8,7 @@ public class b { public static final a a = new a(); /* renamed from: b reason: collision with root package name */ - public static final a f1634b = new C0128b(); + public static final a f1635b = new C0128b(); public static final a c = new c(); public static final a d = new d(); diff --git a/app/src/main/java/b/i/a/g/l/l/c.java b/app/src/main/java/b/i/a/g/l/l/c.java index 251233f4da..5f4fa810ef 100644 --- a/app/src/main/java/b/i/a/g/l/l/c.java +++ b/app/src/main/java/b/i/a/g/l/l/c.java @@ -8,12 +8,12 @@ public class c { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1635b; + public final int f1636b; public final boolean c; public c(int i, int i2, boolean z2) { this.a = i; - this.f1635b = i2; + this.f1636b = i2; this.c = z2; } diff --git a/app/src/main/java/b/i/a/g/l/l/e.java b/app/src/main/java/b/i/a/g/l/l/e.java index 35fcbec80a..79cb9cde66 100644 --- a/app/src/main/java/b/i/a/g/l/l/e.java +++ b/app/src/main/java/b/i/a/g/l/l/e.java @@ -9,7 +9,7 @@ public class e { public static final d a = new a(); /* renamed from: b reason: collision with root package name */ - public static final d f1636b = new b(); + public static final d f1637b = new b(); /* compiled from: FitModeEvaluators.java */ /* loaded from: classes3.dex */ diff --git a/app/src/main/java/b/i/a/g/l/l/f.java b/app/src/main/java/b/i/a/g/l/l/f.java index 133c88a23a..bd3123c9ed 100644 --- a/app/src/main/java/b/i/a/g/l/l/f.java +++ b/app/src/main/java/b/i/a/g/l/l/f.java @@ -8,7 +8,7 @@ public class f { public final float a; /* renamed from: b reason: collision with root package name */ - public final float f1637b; + public final float f1638b; public final float c; public final float d; public final float e; @@ -16,7 +16,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; - this.f1637b = f2; + this.f1638b = f2; this.c = f3; this.d = f4; this.e = f5; diff --git a/app/src/main/java/b/i/a/g/l/l/g.java b/app/src/main/java/b/i/a/g/l/l/g.java index 8b344d560c..ccdc584adb 100644 --- a/app/src/main/java/b/i/a/g/l/l/g.java +++ b/app/src/main/java/b/i/a/g/l/l/g.java @@ -11,7 +11,7 @@ public class g { public final Path a = new Path(); /* renamed from: b reason: collision with root package name */ - public final Path f1638b = new Path(); + public final Path f1639b = new Path(); public final Path c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; diff --git a/app/src/main/java/b/i/b/a/b.java b/app/src/main/java/b/i/b/a/b.java index d5e4089674..26525fe5bf 100644 --- a/app/src/main/java/b/i/b/a/b.java +++ b/app/src/main/java/b/i/b/a/b.java @@ -63,7 +63,7 @@ public abstract class b implements h { public static final class d extends c { /* renamed from: b reason: collision with root package name */ - public static final d f1639b = new d(); + public static final d f1640b = new d(); public d() { super("CharMatcher.none()"); diff --git a/app/src/main/java/b/i/b/a/c.java b/app/src/main/java/b/i/b/a/c.java index 25e3212aca..b122ec4943 100644 --- a/app/src/main/java/b/i/b/a/c.java +++ b/app/src/main/java/b/i/b/a/c.java @@ -8,7 +8,7 @@ public final class c { public static final Charset a = Charset.forName("US-ASCII"); /* renamed from: b reason: collision with root package name */ - public static final Charset f1640b = Charset.forName("ISO-8859-1"); + public static final Charset f1641b = Charset.forName("ISO-8859-1"); public static final Charset c = Charset.forName(Constants.ENCODING); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/b/i/b/a/g.java b/app/src/main/java/b/i/b/a/g.java index ec97a31f4f..476d3e28c8 100644 --- a/app/src/main/java/b/i/b/a/g.java +++ b/app/src/main/java/b/i/b/a/g.java @@ -9,7 +9,7 @@ public final class g { public final String a; /* renamed from: b reason: collision with root package name */ - public final a f1641b; + public final a f1642b; public a c; /* compiled from: MoreObjects.java */ @@ -20,7 +20,7 @@ public final class g { @NullableDecl /* renamed from: b reason: collision with root package name */ - public Object f1642b; + public Object f1643b; @NullableDecl public a c; @@ -30,7 +30,7 @@ public final class g { public g(String str, f fVar) { a aVar = new a(null); - this.f1641b = aVar; + this.f1642b = aVar; this.c = aVar; this.a = str; } @@ -41,7 +41,7 @@ public final class g { a aVar = new a(null); this.c.c = aVar; this.c = aVar; - aVar.f1642b = valueOf; + aVar.f1643b = valueOf; aVar.a = str; return this; } @@ -50,10 +50,10 @@ public final class g { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.f1641b.c; + a aVar = this.f1642b.c; String str = ""; while (aVar != null) { - Object obj = aVar.f1642b; + Object obj = aVar.f1643b; sb.append(str); String str2 = aVar.a; if (str2 != null) { diff --git a/app/src/main/java/b/i/b/a/k.java b/app/src/main/java/b/i/b/a/k.java index 4fdf133ef5..547064766a 100644 --- a/app/src/main/java/b/i/b/a/k.java +++ b/app/src/main/java/b/i/b/a/k.java @@ -11,7 +11,7 @@ public final class k { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f1643b; + public final b f1644b; public final int c = Integer.MAX_VALUE; /* compiled from: Splitter.java */ @@ -36,14 +36,14 @@ public final class k { } public k(b bVar) { - b.d dVar = b.d.f1639b; - this.f1643b = bVar; + b.d dVar = b.d.f1640b; + this.f1644b = bVar; this.a = dVar; } public List a(CharSequence charSequence) { Objects.requireNonNull(charSequence); - j jVar = (j) this.f1643b; + j jVar = (j) this.f1644b; Objects.requireNonNull(jVar); i iVar = new i(jVar, this, charSequence); ArrayList arrayList = new ArrayList(); diff --git a/app/src/main/java/b/i/b/b/j.java b/app/src/main/java/b/i/b/b/j.java index d7a35a29d7..4a410e8444 100644 --- a/app/src/main/java/b/i/b/b/j.java +++ b/app/src/main/java/b/i/b/b/j.java @@ -8,7 +8,7 @@ public abstract class j { public static final j a = new a(); /* renamed from: b reason: collision with root package name */ - public static final j f1644b = new b(-1); + public static final j f1645b = new b(-1); public static final j c = new b(1); /* compiled from: ComparisonChain.java */ @@ -44,7 +44,7 @@ public abstract class j { } public j f(int i) { - return i < 0 ? j.f1644b : i > 0 ? j.c : j.a; + return i < 0 ? j.f1645b : i > 0 ? j.c : j.a; } } diff --git a/app/src/main/java/b/i/b/b/n.java b/app/src/main/java/b/i/b/b/n.java index d9208b3065..25cd2bb9c1 100644 --- a/app/src/main/java/b/i/b/b/n.java +++ b/app/src/main/java/b/i/b/b/n.java @@ -21,7 +21,7 @@ public abstract class n extends AbstractCollection implements Serializable public Object[] a; /* renamed from: b reason: collision with root package name */ - public int f1645b = 0; + public int f1646b = 0; public boolean c; public a(int i) { diff --git a/app/src/main/java/b/i/b/b/p.java b/app/src/main/java/b/i/b/b/p.java index ba695fdb51..0242fe5ce9 100644 --- a/app/src/main/java/b/i/b/b/p.java +++ b/app/src/main/java/b/i/b/b/p.java @@ -29,7 +29,7 @@ public abstract class p extends n implements List, RandomAccess { @CanIgnoreReturnValue public a b(E e) { Objects.requireNonNull(e); - int i = this.f1645b + 1; + int i = this.f1646b + 1; Object[] objArr = this.a; if (objArr.length < i) { this.a = Arrays.copyOf(objArr, n.b.a(objArr.length, i)); @@ -39,15 +39,15 @@ public abstract class p extends n implements List, RandomAccess { this.c = false; } Object[] objArr2 = this.a; - int i2 = this.f1645b; - this.f1645b = i2 + 1; + int i2 = this.f1646b; + this.f1646b = i2 + 1; objArr2[i2] = e; return this; } public p c() { this.c = true; - return p.l(this.a, this.f1645b); + return p.l(this.a, this.f1646b); } } diff --git a/app/src/main/java/b/i/b/b/q.java b/app/src/main/java/b/i/b/b/q.java index 453b6709f0..2ed1b80556 100644 --- a/app/src/main/java/b/i/b/b/q.java +++ b/app/src/main/java/b/i/b/b/q.java @@ -32,7 +32,7 @@ public abstract class q implements Map, Serializable { public Object[] a; /* renamed from: b reason: collision with root package name */ - public int f1646b = 0; + public int f1647b = 0; public boolean c = false; public a(int i) { @@ -48,7 +48,7 @@ public abstract class q implements Map, Serializable { */ public q a() { this.c = true; - int i = this.f1646b; + int i = this.f1647b; Object[] objArr = this.a; if (i == 0) { return (i0) i0.m; @@ -102,13 +102,13 @@ public abstract class q implements Map, Serializable { @CanIgnoreReturnValue public a c(K k, V v) { - b(this.f1646b + 1); + b(this.f1647b + 1); f.z(k, v); Object[] objArr = this.a; - int i = this.f1646b; + int i = this.f1647b; objArr[i * 2] = k; objArr[(i * 2) + 1] = v; - this.f1646b = i + 1; + this.f1647b = i + 1; return this; } } @@ -160,7 +160,7 @@ public abstract class q implements Map, Serializable { boolean z2 = entrySet instanceof Collection; a aVar = new a(z2 ? entrySet.size() : 4); if (z2) { - aVar.b(entrySet.size() + aVar.f1646b); + aVar.b(entrySet.size() + aVar.f1647b); } Iterator it = entrySet.iterator(); while (it.hasNext()) { diff --git a/app/src/main/java/b/i/b/b/u.java b/app/src/main/java/b/i/b/b/u.java index 01cbb8cb39..68ecbbe6ce 100644 --- a/app/src/main/java/b/i/b/b/u.java +++ b/app/src/main/java/b/i/b/b/u.java @@ -14,7 +14,7 @@ public final class u { public boolean a; /* renamed from: b reason: collision with root package name */ - public int f1647b = -1; + public int f1648b = -1; public int c = -1; @MonotonicNonNullDecl public v.p d; @@ -33,7 +33,7 @@ public final class u { public ConcurrentMap c() { if (!this.a) { - int i = this.f1647b; + int i = this.f1648b; if (i == -1) { i = 16; } @@ -75,7 +75,7 @@ public final class u { public String toString() { g gVar = new g(u.class.getSimpleName(), null); - int i = this.f1647b; + int i = this.f1648b; if (i != -1) { gVar.a("initialCapacity", i); } @@ -89,7 +89,7 @@ public final class u { g.a aVar = new g.a(null); gVar.c.c = aVar; gVar.c = aVar; - aVar.f1642b = u1; + aVar.f1643b = u1; aVar.a = "keyStrength"; } v.p pVar2 = this.e; @@ -98,14 +98,14 @@ public final class u { g.a aVar2 = new g.a(null); gVar.c.c = aVar2; gVar.c = aVar2; - aVar2.f1642b = u12; + aVar2.f1643b = u12; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); gVar.c.c = aVar3; gVar.c = aVar3; - aVar3.f1642b = "keyEquivalence"; + aVar3.f1643b = "keyEquivalence"; } return gVar.toString(); } diff --git a/app/src/main/java/b/i/b/b/v.java b/app/src/main/java/b/i/b/b/v.java index 443e3d431e..0ea6895c4c 100644 --- a/app/src/main/java/b/i/b/b/v.java +++ b/app/src/main/java/b/i/b/b/v.java @@ -117,13 +117,13 @@ public class v, S extends n> extends Abst public final K a; /* renamed from: b reason: collision with root package name */ - public final int f1648b; + public final int f1649b; @NullableDecl public final E c; public c(K k, int i, @NullableDecl E e) { this.a = k; - this.f1648b = i; + this.f1649b = i; this.c = e; } @@ -134,7 +134,7 @@ public class v, S extends n> extends Abst @Override // b.i.b.b.v.i public int c() { - return this.f1648b; + return this.f1649b; } @Override // b.i.b.b.v.i @@ -172,17 +172,17 @@ public class v, S extends n> extends Abst @NullableDecl /* renamed from: b reason: collision with root package name */ - public final E f1649b; + public final E f1650b; public d(ReferenceQueue referenceQueue, K k, int i, @NullableDecl E e) { super(k, referenceQueue); this.a = i; - this.f1649b = e; + this.f1650b = e; } @Override // b.i.b.b.v.i public E a() { - return this.f1649b; + return this.f1650b; } @Override // b.i.b.b.v.i @@ -839,11 +839,11 @@ public class v, S extends n> extends Abst objectInputStream.defaultReadObject(); int readInt = objectInputStream.readInt(); u uVar = new u(); - int i = uVar.f1647b; + int i = uVar.f1648b; boolean z2 = false; b.i.a.f.e.o.f.F(i == -1, "initial capacity was already set to %s", i); b.i.a.f.e.o.f.v(readInt >= 0); - uVar.f1647b = readInt; + uVar.f1648b = readInt; uVar.d(this.keyStrength); p pVar = this.valueStrength; p pVar2 = uVar.e; @@ -966,7 +966,7 @@ public class v, S extends n> extends Abst public i a(n nVar, i iVar, @NullableDecl i iVar2) { r rVar = (r) nVar; q qVar = (q) iVar; - q qVar2 = new q(qVar.a, qVar.f1648b, (q) iVar2); + q qVar2 = new q(qVar.a, qVar.f1649b, (q) iVar2); qVar2.d = qVar.d; return qVar2; } @@ -1044,7 +1044,7 @@ public class v, S extends n> extends Abst return null; } ReferenceQueue o = t.o(tVar); - s sVar3 = new s<>(sVar.a, sVar.f1648b, sVar2); + s sVar3 = new s<>(sVar.a, sVar.f1649b, sVar2); sVar3.d = sVar.d.b(o, sVar3); return sVar3; } @@ -1388,7 +1388,7 @@ public class v, S extends n> extends Abst this.concurrencyLevel = Math.min(i2 == -1 ? 4 : i2, 65536); this.keyEquivalence = (b.i.b.a.d) b.i.a.f.e.o.f.W(uVar.f, uVar.a().f()); this.n = jVar; - int i3 = uVar.f1647b; + int i3 = uVar.f1648b; int min = Math.min(i3 == -1 ? 16 : i3, (int) BasicMeasure.EXACTLY); int i4 = 0; int i5 = 1; diff --git a/app/src/main/java/b/i/c/b.java b/app/src/main/java/b/i/c/b.java index 02ba9f3271..9c96bfeb73 100644 --- a/app/src/main/java/b/i/c/b.java +++ b/app/src/main/java/b/i/c/b.java @@ -9,17 +9,17 @@ public final /* synthetic */ class b implements a { public final c a; /* renamed from: b reason: collision with root package name */ - public final Context f1650b; + public final Context f1651b; public b(c cVar, Context context) { this.a = cVar; - this.f1650b = context; + this.f1651b = context; } @Override // b.i.c.t.a public Object get() { c cVar = this.a; - Context context = this.f1650b; + Context context = this.f1651b; Object obj = c.a; return new b.i.c.v.a(context, cVar.c(), (c) cVar.g.a(c.class)); } diff --git a/app/src/main/java/b/i/c/c.java b/app/src/main/java/b/i/c/c.java index 85a1dd4cbc..24ce527e1e 100644 --- a/app/src/main/java/b/i/c/c.java +++ b/app/src/main/java/b/i/c/c.java @@ -51,7 +51,7 @@ public class c { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static final Executor f1651b = new d(null); + public static final Executor f1652b = new d(null); public static final Map c = new ArrayMap(); public final Context d; public final String e; @@ -114,10 +114,10 @@ public class c { public static AtomicReference a = new AtomicReference<>(); /* renamed from: b reason: collision with root package name */ - public final Context f1652b; + public final Context f1653b; public e(Context context) { - this.f1652b = context; + this.f1653b = context; } @Override // android.content.BroadcastReceiver @@ -128,7 +128,7 @@ public class c { cVar.d(); } } - this.f1652b.unregisterReceiver(this); + this.f1653b.unregisterReceiver(this); } } @@ -195,7 +195,7 @@ public class c { } } arrayList2.add(new FirebaseCommonRegistrar()); - this.g = new k(f1651b, arrayList2, b.i.c.l.d.c(context, Context.class, new Class[0]), b.i.c.l.d.c(this, c.class, new Class[0]), b.i.c.l.d.c(iVar, i.class, new Class[0])); + this.g = new k(f1652b, arrayList2, b.i.c.l.d.c(context, Context.class, new Class[0]), b.i.c.l.d.c(this, c.class, new Class[0]), b.i.c.l.d.c(iVar, i.class, new Class[0])); this.j = new r<>(new b(this, context)); } } @@ -206,7 +206,7 @@ public class c { while (r13.hasNext()) { } arrayList22.add(new FirebaseCommonRegistrar()); - this.g = new k(f1651b, arrayList22, b.i.c.l.d.c(context, Context.class, new Class[0]), b.i.c.l.d.c(this, c.class, new Class[0]), b.i.c.l.d.c(iVar, i.class, new Class[0])); + this.g = new k(f1652b, arrayList22, b.i.c.l.d.c(context, Context.class, new Class[0]), b.i.c.l.d.c(this, c.class, new Class[0]), b.i.c.l.d.c(iVar, i.class, new Class[0])); this.j = new r<>(new b(this, context)); } @@ -281,7 +281,7 @@ public class c { sb.append(bytes == null ? null : Base64.encodeToString(bytes, 11)); sb.append(BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX); a(); - byte[] bytes2 = this.f.f1653b.getBytes(Charset.defaultCharset()); + byte[] bytes2 = this.f.f1654b.getBytes(Charset.defaultCharset()); if (bytes2 != null) { str = Base64.encodeToString(bytes2, 11); } @@ -316,7 +316,7 @@ public class c { Log.i("FirebaseApp", sb2.toString()); k kVar = this.g; boolean h = h(); - for (Map.Entry, r> entry : kVar.f1663b.entrySet()) { + for (Map.Entry, r> entry : kVar.f1664b.entrySet()) { r value = entry.getValue(); int i = entry.getKey().c; boolean z2 = false; @@ -331,9 +331,9 @@ public class c { } q qVar = kVar.e; synchronized (qVar) { - queue = qVar.f1667b; + queue = qVar.f1668b; if (queue != null) { - qVar.f1667b = null; + qVar.f1668b = null; } else { queue = null; } @@ -342,7 +342,7 @@ public class c { for (b.i.c.q.a aVar : queue) { Objects.requireNonNull(aVar); synchronized (qVar) { - Queue> queue2 = qVar.f1667b; + Queue> queue2 = qVar.f1668b; if (queue2 != null) { queue2.add(aVar); } else { diff --git a/app/src/main/java/b/i/c/i.java b/app/src/main/java/b/i/c/i.java index e9211d1731..50aeadd0c6 100644 --- a/app/src/main/java/b/i/c/i.java +++ b/app/src/main/java/b/i/c/i.java @@ -17,7 +17,7 @@ public final class i { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1653b; + public final String f1654b; public final String c; public final String d; public final String e; @@ -26,7 +26,7 @@ public final class i { public i(@NonNull String str, @NonNull String str2, @Nullable String str3, @Nullable String str4, @Nullable String str5, @Nullable String str6, @Nullable String str7) { d.G(!h.a(str), "ApplicationId must be set."); - this.f1653b = str; + this.f1654b = str; this.a = str2; this.c = str3; this.d = str4; @@ -68,16 +68,16 @@ public final class i { return false; } i iVar = (i) obj; - return d.h0(this.f1653b, iVar.f1653b) && d.h0(this.a, iVar.a) && d.h0(this.c, iVar.c) && d.h0(this.d, iVar.d) && d.h0(this.e, iVar.e) && d.h0(this.f, iVar.f) && d.h0(this.g, iVar.g); + return d.h0(this.f1654b, iVar.f1654b) && d.h0(this.a, iVar.a) && d.h0(this.c, iVar.c) && d.h0(this.d, iVar.d) && d.h0(this.e, iVar.e) && d.h0(this.f, iVar.f) && d.h0(this.g, iVar.g); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.f1653b, this.a, this.c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.f1654b, this.a, this.c, this.d, this.e, this.f, this.g}); } public String toString() { j jVar = new j(this); - jVar.a("applicationId", this.f1653b); + jVar.a("applicationId", this.f1654b); jVar.a("apiKey", this.a); jVar.a("databaseUrl", this.c); jVar.a("gcmSenderId", this.e); diff --git a/app/src/main/java/b/i/c/j/a/b.java b/app/src/main/java/b/i/c/j/a/b.java index 8cd766df90..76a3436e7d 100644 --- a/app/src/main/java/b/i/c/j/a/b.java +++ b/app/src/main/java/b/i/c/j/a/b.java @@ -18,7 +18,7 @@ public class b implements a { public static volatile a a; /* renamed from: b reason: collision with root package name */ - public final b.i.a.f.i.a.a f1654b; + public final b.i.a.f.i.a.a f1655b; public final Map c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ @@ -30,7 +30,7 @@ public class b implements a { public b(b.i.a.f.i.a.a aVar) { Objects.requireNonNull(aVar, "null reference"); - this.f1654b = aVar; + this.f1655b = aVar; } /* JADX WARN: Removed duplicated region for block: B:51:0x00b6 A[RETURN] */ @@ -46,7 +46,7 @@ public class b implements a { } if (c.a(str)) { boolean z3 = false; - if (c.f1656b.contains(str2)) { + if (c.f1657b.contains(str2)) { z2 = false; break; } @@ -94,7 +94,7 @@ public class b implements a { if ("clx".equals(str) && "_ae".equals(str2)) { bundle.putLong("_r", 1L); } - this.f1654b.a.c(str, str2, bundle, true, true, null); + this.f1655b.a.c(str, str2, bundle, true, true, null); return; } return; @@ -125,7 +125,7 @@ public class b implements a { if (!str.equals("fcm")) { } if (!z2) { - g gVar = this.f1654b.a; + g gVar = this.f1655b.a; Objects.requireNonNull(gVar); gVar.e.execute(new b0(gVar, str, str2, obj, true)); } @@ -160,7 +160,7 @@ public class b implements a { if (!str.isEmpty() && this.c.containsKey(str) && this.c.get(str) != null) { return null; } - b.i.a.f.i.a.a aVar = this.f1654b; + b.i.a.f.i.a.a aVar = this.f1655b; Object bVar2 = "fiam".equals(str) ? new b.i.c.j.a.c.b(aVar, bVar) : ("crash".equals(str) || "clx".equals(str)) ? new d(aVar, bVar) : null; if (bVar2 == null) { return null; diff --git a/app/src/main/java/b/i/c/j/a/c/b.java b/app/src/main/java/b/i/c/j/a/c/b.java index 00db019ff6..7915a39ea1 100644 --- a/app/src/main/java/b/i/c/j/a/c/b.java +++ b/app/src/main/java/b/i/c/j/a/c/b.java @@ -9,12 +9,12 @@ public final class b { public Set a = new HashSet(); /* renamed from: b reason: collision with root package name */ - public a.b f1655b; + public a.b f1656b; public b.i.a.f.i.a.a c; public e d; public b(b.i.a.f.i.a.a aVar, a.b bVar) { - this.f1655b = bVar; + this.f1656b = bVar; this.c = aVar; e eVar = new e(this); this.d = eVar; diff --git a/app/src/main/java/b/i/c/j/a/c/c.java b/app/src/main/java/b/i/c/j/a/c/c.java index 622c526a1a..20ac1a2495 100644 --- a/app/src/main/java/b/i/c/j/a/c/c.java +++ b/app/src/main/java/b/i/c/j/a/c/c.java @@ -12,14 +12,14 @@ public final class c { public static final Set a = new HashSet(Arrays.asList("_in", "_xa", "_xu", "_aq", "_aa", "_ai", "_ac", "campaign_details", "_ug", "_iapx", "_exp_set", "_exp_clear", "_exp_activate", "_exp_timeout", "_exp_expire")); /* renamed from: b reason: collision with root package name */ - public static final List f1656b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); + public static final List f1657b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); public static final List c = Arrays.asList("auto", "app", "am"); public static final List d = Arrays.asList("_r", "_dbg"); public static final List e; public static final List f; static { - String[][] strArr = {x5.a, x5.f1576b}; + String[][] strArr = {x5.a, x5.f1577b}; int i = 0; for (int i2 = 0; i2 < 2; i2++) { i += strArr[i2].length; diff --git a/app/src/main/java/b/i/c/j/a/c/d.java b/app/src/main/java/b/i/c/j/a/c/d.java index 8a9be46860..d6eed0d82b 100644 --- a/app/src/main/java/b/i/c/j/a/c/d.java +++ b/app/src/main/java/b/i/c/j/a/c/d.java @@ -7,12 +7,12 @@ public final class d { public a.b a; /* renamed from: b reason: collision with root package name */ - public b.i.a.f.i.a.a f1657b; + public b.i.a.f.i.a.a f1658b; public f c; public d(b.i.a.f.i.a.a aVar, a.b bVar) { this.a = bVar; - this.f1657b = aVar; + this.f1658b = aVar; f fVar = new f(this); this.c = fVar; aVar.a(fVar); diff --git a/app/src/main/java/b/i/c/j/a/c/e.java b/app/src/main/java/b/i/c/j/a/c/e.java index 30b06199f7..15324e1794 100644 --- a/app/src/main/java/b/i/c/j/a/c/e.java +++ b/app/src/main/java/b/i/c/j/a/c/e.java @@ -24,7 +24,7 @@ public final class e implements a.AbstractC0117a { str2 = Y1; } bundle2.putString("events", str2); - ((b.i.c.m.a) this.a.f1655b).a(2, bundle2); + ((b.i.c.m.a) this.a.f1656b).a(2, bundle2); } } } diff --git a/app/src/main/java/b/i/c/k/a.java b/app/src/main/java/b/i/c/k/a.java index 55367a3dc5..82527bec27 100644 --- a/app/src/main/java/b/i/c/k/a.java +++ b/app/src/main/java/b/i/c/k/a.java @@ -15,13 +15,13 @@ public interface a { public final Bundle a = new Bundle(); /* renamed from: b reason: collision with root package name */ - public final String f1658b; + public final String f1659b; public String c; public String d; public String e; public C0136a(@NonNull String str) { - this.f1658b = str; + this.f1659b = str; } public C0136a a(@NonNull String str, @NonNull String... strArr) { diff --git a/app/src/main/java/b/i/c/k/d/b.java b/app/src/main/java/b/i/c/k/d/b.java index 842442687a..cab698d48f 100644 --- a/app/src/main/java/b/i/c/k/d/b.java +++ b/app/src/main/java/b/i/c/k/d/b.java @@ -9,16 +9,16 @@ import com.google.firebase.appindexing.internal.zza; public final class b extends b.i.c.k.b { /* renamed from: b reason: collision with root package name */ - public c f1659b; + public c f1660b; public b(Context context) { - this.f1659b = new c(context); + this.f1660b = new c(context); } @Override // b.i.c.k.b public final Task a(a aVar) { zza[] zzaVarArr = {(zza) aVar}; zzaVarArr[0].n.j = 2; - return this.f1659b.c(new d(zzaVarArr)); + return this.f1660b.c(new d(zzaVarArr)); } } diff --git a/app/src/main/java/b/i/c/l/d.java b/app/src/main/java/b/i/c/l/d.java index efa86d285a..12dae892c5 100644 --- a/app/src/main/java/b/i/c/l/d.java +++ b/app/src/main/java/b/i/c/l/d.java @@ -11,7 +11,7 @@ public final class d { public final Set> a; /* renamed from: b reason: collision with root package name */ - public final Set f1660b; + public final Set f1661b; public final int c; public final int d; public final f e; @@ -24,7 +24,7 @@ public final class d { public f e; /* renamed from: b reason: collision with root package name */ - public final Set f1661b = new HashSet(); + public final Set f1662b = new HashSet(); public int c = 0; public int d = 0; public Set> f = new HashSet(); @@ -42,7 +42,7 @@ public final class d { public b a(o oVar) { if (!this.a.contains(oVar.a)) { - this.f1661b.add(oVar); + this.f1662b.add(oVar); return this; } throw new IllegalArgumentException("Components are not allowed to depend on interfaces they themselves provide."); @@ -50,7 +50,7 @@ public final class d { public d b() { if (this.e != null) { - return new d<>(new HashSet(this.a), new HashSet(this.f1661b), this.c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.f1662b), this.c, this.d, this.e, this.f, null); } throw new IllegalStateException("Missing required property: factory."); } @@ -71,7 +71,7 @@ public final class d { public d(Set set, Set set2, int i, int i2, f fVar, Set set3, a aVar) { this.a = Collections.unmodifiableSet(set); - this.f1660b = Collections.unmodifiableSet(set2); + this.f1661b = Collections.unmodifiableSet(set2); this.c = i; this.d = i2; this.e = fVar; @@ -94,6 +94,6 @@ public final class d { } public String toString() { - return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.c + ", type=" + this.d + ", deps=" + Arrays.toString(this.f1660b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.c + ", type=" + this.d + ", deps=" + Arrays.toString(this.f1661b.toArray()) + "}"; } } diff --git a/app/src/main/java/b/i/c/l/h.java b/app/src/main/java/b/i/c/l/h.java index bfe58470c0..94b65603a8 100644 --- a/app/src/main/java/b/i/c/l/h.java +++ b/app/src/main/java/b/i/c/l/h.java @@ -7,17 +7,17 @@ public final /* synthetic */ class h implements a { public final k a; /* renamed from: b reason: collision with root package name */ - public final d f1662b; + public final d f1663b; public h(k kVar, d dVar) { this.a = kVar; - this.f1662b = dVar; + this.f1663b = dVar; } @Override // b.i.c.t.a public Object get() { k kVar = this.a; - d dVar = this.f1662b; + d dVar = this.f1663b; int i = k.a; return dVar.e.a(new s(dVar, kVar)); } diff --git a/app/src/main/java/b/i/c/l/k.java b/app/src/main/java/b/i/c/l/k.java index 59af9e38a7..81eee3f335 100644 --- a/app/src/main/java/b/i/c/l/k.java +++ b/app/src/main/java/b/i/c/l/k.java @@ -19,7 +19,7 @@ public class k extends a { public static final /* synthetic */ int a = 0; /* renamed from: b reason: collision with root package name */ - public final Map, r> f1663b = new HashMap(); + public final Map, r> f1664b = new HashMap(); public final Map, r> c = new HashMap(); public final Map, r>> d = new HashMap(); public final q e; @@ -61,10 +61,10 @@ public class k extends a { } for (Set set3 : hashMap.values()) { for (m mVar2 : set3) { - for (o oVar : mVar2.a.f1660b) { + for (o oVar : mVar2.a.f1661b) { if ((oVar.c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { - mVar2.f1664b.add(mVar3); + mVar2.f1665b.add(mVar3); mVar3.c.add(mVar2); } } @@ -88,7 +88,7 @@ public class k extends a { m mVar5 = (m) hashSet2.iterator().next(); hashSet2.remove(mVar5); i++; - for (m mVar6 : mVar5.f1664b) { + for (m mVar6 : mVar5.f1665b) { mVar6.c.remove(mVar5); if (mVar6.a()) { hashSet2.add(mVar6); @@ -99,9 +99,9 @@ public class k extends a { Iterator it4 = arrayList.iterator(); while (it4.hasNext()) { d dVar3 = (d) it4.next(); - this.f1663b.put(dVar3, new r<>(new h(this, dVar3))); + this.f1664b.put(dVar3, new r<>(new h(this, dVar3))); } - for (Map.Entry, r> entry : this.f1663b.entrySet()) { + for (Map.Entry, r> entry : this.f1664b.entrySet()) { d key = entry.getKey(); if (key.b()) { r value = entry.getValue(); @@ -110,15 +110,15 @@ public class k extends a { } } } - for (d dVar4 : this.f1663b.keySet()) { - for (o oVar2 : dVar4.f1660b) { - if ((oVar2.f1666b == 1) && !this.c.containsKey(oVar2.a)) { + for (d dVar4 : this.f1664b.keySet()) { + for (o oVar2 : dVar4.f1661b) { + if ((oVar2.f1667b == 1) && !this.c.containsKey(oVar2.a)) { throw new MissingDependencyException(String.format("Unsatisfied dependency for component %s: %s", dVar4, oVar2.a)); } } } HashMap hashMap2 = new HashMap(); - for (Map.Entry, r> entry2 : this.f1663b.entrySet()) { + for (Map.Entry, r> entry2 : this.f1664b.entrySet()) { d key2 = entry2.getKey(); if (!key2.b()) { r value2 = entry2.getValue(); @@ -139,7 +139,7 @@ public class k extends a { Iterator it5 = hashSet.iterator(); while (it5.hasNext()) { m mVar7 = (m) it5.next(); - if (!mVar7.a() && !mVar7.f1664b.isEmpty()) { + if (!mVar7.a() && !mVar7.f1665b.isEmpty()) { arrayList2.add(mVar7.a); } } diff --git a/app/src/main/java/b/i/c/l/m.java b/app/src/main/java/b/i/c/l/m.java index c1fc04e507..770b20f37b 100644 --- a/app/src/main/java/b/i/c/l/m.java +++ b/app/src/main/java/b/i/c/l/m.java @@ -8,7 +8,7 @@ public class m { public final d a; /* renamed from: b reason: collision with root package name */ - public final Set f1664b = new HashSet(); + public final Set f1665b = new HashSet(); public final Set c = new HashSet(); public m(d dVar) { diff --git a/app/src/main/java/b/i/c/l/n.java b/app/src/main/java/b/i/c/l/n.java index 387d24a53e..0624303cdf 100644 --- a/app/src/main/java/b/i/c/l/n.java +++ b/app/src/main/java/b/i/c/l/n.java @@ -5,11 +5,11 @@ public class n { public final Class a; /* renamed from: b reason: collision with root package name */ - public final boolean f1665b; + public final boolean f1666b; public n(Class cls, boolean z2, l lVar) { this.a = cls; - this.f1665b = z2; + this.f1666b = z2; } public boolean equals(Object obj) { @@ -17,10 +17,10 @@ public class n { return false; } n nVar = (n) obj; - return nVar.a.equals(this.a) && nVar.f1665b == this.f1665b; + return nVar.a.equals(this.a) && nVar.f1666b == this.f1666b; } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Boolean.valueOf(this.f1665b).hashCode(); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Boolean.valueOf(this.f1666b).hashCode(); } } diff --git a/app/src/main/java/b/i/c/l/o.java b/app/src/main/java/b/i/c/l/o.java index d11b4d7f13..99db891036 100644 --- a/app/src/main/java/b/i/c/l/o.java +++ b/app/src/main/java/b/i/c/l/o.java @@ -8,18 +8,18 @@ public final class o { public final Class a; /* renamed from: b reason: collision with root package name */ - public final int f1666b; + public final int f1667b; public final int c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; - this.f1666b = i; + this.f1667b = i; this.c = i2; } public boolean a() { - return this.f1666b == 2; + return this.f1667b == 2; } public boolean equals(Object obj) { @@ -27,18 +27,18 @@ public final class o { return false; } o oVar = (o) obj; - return this.a == oVar.a && this.f1666b == oVar.f1666b && this.c == oVar.c; + return this.a == oVar.a && this.f1667b == oVar.f1667b && this.c == oVar.c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1666b) * 1000003) ^ this.c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1667b) * 1000003) ^ this.c; } public String toString() { StringBuilder sb = new StringBuilder("Dependency{anInterface="); sb.append(this.a); sb.append(", type="); - int i = this.f1666b; + int i = this.f1667b; boolean z2 = true; sb.append(i == 1 ? "required" : i == 0 ? "optional" : "set"); sb.append(", direct="); diff --git a/app/src/main/java/b/i/c/l/q.java b/app/src/main/java/b/i/c/l/q.java index 2ce4429e7a..0940598aa1 100644 --- a/app/src/main/java/b/i/c/l/q.java +++ b/app/src/main/java/b/i/c/l/q.java @@ -20,7 +20,7 @@ public class q implements d, c { @GuardedBy("this") /* renamed from: b reason: collision with root package name */ - public Queue> f1667b = new ArrayDeque(); + public Queue> f1668b = new ArrayDeque(); public final Executor c; public q(Executor executor) { diff --git a/app/src/main/java/b/i/c/l/r.java b/app/src/main/java/b/i/c/l/r.java index 610f00ec09..7ee1489a43 100644 --- a/app/src/main/java/b/i/c/l/r.java +++ b/app/src/main/java/b/i/c/l/r.java @@ -7,7 +7,7 @@ public class r implements a { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public volatile Object f1668b = a; + public volatile Object f1669b = a; public volatile a c; public r(a aVar) { @@ -16,14 +16,14 @@ public class r implements a { @Override // b.i.c.t.a public T get() { - T t = (T) this.f1668b; + T t = (T) this.f1669b; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f1668b; + t = this.f1669b; if (t == obj) { t = this.c.get(); - this.f1668b = t; + this.f1669b = t; this.c = null; } } diff --git a/app/src/main/java/b/i/c/l/s.java b/app/src/main/java/b/i/c/l/s.java index 43c9e055ab..10b090c8ee 100644 --- a/app/src/main/java/b/i/c/l/s.java +++ b/app/src/main/java/b/i/c/l/s.java @@ -10,7 +10,7 @@ public final class s extends a { public final Set> a; /* renamed from: b reason: collision with root package name */ - public final Set> f1669b; + public final Set> f1670b; public final Set> c; public final Set> d; public final Set> e; @@ -31,7 +31,7 @@ public final class s extends a { HashSet hashSet2 = new HashSet(); HashSet hashSet3 = new HashSet(); HashSet hashSet4 = new HashSet(); - for (o oVar : dVar.f1660b) { + for (o oVar : dVar.f1661b) { if (oVar.c == 0) { if (oVar.a()) { hashSet3.add(oVar.a); @@ -48,7 +48,7 @@ public final class s extends a { hashSet.add(c.class); } this.a = Collections.unmodifiableSet(hashSet); - this.f1669b = Collections.unmodifiableSet(hashSet2); + this.f1670b = Collections.unmodifiableSet(hashSet2); this.c = Collections.unmodifiableSet(hashSet3); this.d = Collections.unmodifiableSet(hashSet4); this.e = dVar.f; @@ -66,7 +66,7 @@ public final class s extends a { @Override // b.i.c.l.e public b.i.c.t.a b(Class cls) { - if (this.f1669b.contains(cls)) { + if (this.f1670b.contains(cls)) { return this.f.b(cls); } throw new IllegalArgumentException(String.format("Attempting to request an undeclared dependency Provider<%s>.", cls)); diff --git a/app/src/main/java/b/i/c/m/a.java b/app/src/main/java/b/i/c/m/a.java index ac6799e143..e49e176233 100644 --- a/app/src/main/java/b/i/c/m/a.java +++ b/app/src/main/java/b/i/c/m/a.java @@ -11,7 +11,7 @@ public class a implements a.b { public b a; /* renamed from: b reason: collision with root package name */ - public b f1670b; + public b f1671b; public void a(int i, @Nullable Bundle bundle) { b.i.c.m.d.b bVar = b.i.c.m.d.b.a; @@ -22,7 +22,7 @@ public class a implements a.b { if (bundle2 == null) { bundle2 = new Bundle(); } - b bVar2 = "clx".equals(bundle2.getString("_o")) ? this.a : this.f1670b; + b bVar2 = "clx".equals(bundle2.getString("_o")) ? this.a : this.f1671b; if (bVar2 != null) { bVar2.b(string, bundle2); } diff --git a/app/src/main/java/b/i/c/m/b.java b/app/src/main/java/b/i/c/m/b.java index 148d0a5606..6e8751820e 100644 --- a/app/src/main/java/b/i/c/m/b.java +++ b/app/src/main/java/b/i/c/m/b.java @@ -95,7 +95,7 @@ public final /* synthetic */ class b implements f { bVar3.b("Firebase Analytics listener registered successfully."); d dVar2 = new d(); ?? cVar3 = new b.i.c.m.d.i.c(eVar2, 500, TimeUnit.MILLISECONDS); - aVar4.f1670b = dVar2; + aVar4.f1671b = dVar2; aVar4.a = cVar3; fVar2 = cVar3; dVar = dVar2; @@ -140,7 +140,7 @@ public final /* synthetic */ class b implements f { } ExecutorService n = b.i.a.f.e.o.f.n("com.google.firebase.crashlytics.startup"); cVar.a(); - String str4 = cVar.f.f1653b; + String str4 = cVar.f.f1654b; v0 v0Var2 = hVar2.l; b.i.c.m.d.n.b bVar4 = hVar2.a; String str5 = hVar2.g; @@ -182,9 +182,9 @@ public final /* synthetic */ class b implements f { Log.e(str, "."); z3 = false; if (!z3) { - c cVar5 = k0Var.f1687b; + c cVar5 = k0Var.f1688b; cVar5.a(); - String str7 = cVar5.f.f1653b; + String str7 = cVar5.f.f1654b; try { bVar5.f("Initializing Crashlytics 17.3.0"); Context context2 = k0Var.a; diff --git a/app/src/main/java/b/i/c/m/c.java b/app/src/main/java/b/i/c/m/c.java index afe1570fcd..dda5cb5b2d 100644 --- a/app/src/main/java/b/i/c/m/c.java +++ b/app/src/main/java/b/i/c/m/c.java @@ -33,9 +33,9 @@ public class c implements Callable { h hVar = this.j; ExecutorService executorService = this.k; b.i.c.m.d.s.c cVar = this.l; - b.i.c.c cVar2 = hVar.f1672b; + b.i.c.c cVar2 = hVar.f1673b; cVar2.a(); - hVar.m.c().r(executorService, new f(hVar, cVar)).r(executorService, new e(hVar, cVar2.f.f1653b, cVar, executorService)); + hVar.m.c().r(executorService, new f(hVar, cVar)).r(executorService, new e(hVar, cVar2.f.f1654b, cVar, executorService)); if (!this.m) { return null; } diff --git a/app/src/main/java/b/i/c/m/d/e.java b/app/src/main/java/b/i/c/m/d/e.java index 84a04a3814..a420053bee 100644 --- a/app/src/main/java/b/i/c/m/d/e.java +++ b/app/src/main/java/b/i/c/m/d/e.java @@ -14,14 +14,14 @@ public class e implements f { public final /* synthetic */ String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ c f1671b; + public final /* synthetic */ c f1672b; public final /* synthetic */ Executor c; public final /* synthetic */ h d; public e(h hVar, String str, c cVar, Executor executor) { this.d = hVar; this.a = str; - this.f1671b = cVar; + this.f1672b = cVar; this.c = executor; } @@ -29,7 +29,7 @@ public class e implements f { @NonNull public Task a(@Nullable b bVar) throws Exception { try { - h.a(this.d, bVar, this.a, this.f1671b, this.c, true); + h.a(this.d, bVar, this.a, this.f1672b, this.c, true); return null; } catch (Exception e) { if (b.a.a(6)) { diff --git a/app/src/main/java/b/i/c/m/d/h.java b/app/src/main/java/b/i/c/m/d/h.java index fe66cf64f7..308dc8c16d 100644 --- a/app/src/main/java/b/i/c/m/d/h.java +++ b/app/src/main/java/b/i/c/m/d/h.java @@ -19,7 +19,7 @@ public class h { public final b a = new b(); /* renamed from: b reason: collision with root package name */ - public final c f1672b; + public final c f1673b; public final Context c; public PackageManager d; public String e; @@ -33,7 +33,7 @@ public class h { public q0 m; public h(c cVar, Context context, v0 v0Var, q0 q0Var) { - this.f1672b = cVar; + this.f1673b = cVar; this.c = context; this.l = v0Var; this.m = q0Var; @@ -42,7 +42,7 @@ public class h { public static void a(h hVar, b.i.c.m.d.s.h.b bVar, String str, b.i.c.m.d.s.c cVar, Executor executor, boolean z2) { Objects.requireNonNull(hVar); if ("new".equals(bVar.a)) { - if (new b.i.c.m.d.s.i.b(hVar.c(), bVar.f1747b, hVar.a, "17.3.0").d(hVar.b(bVar.e, str), z2)) { + if (new b.i.c.m.d.s.i.b(hVar.c(), bVar.f1748b, hVar.a, "17.3.0").d(hVar.b(bVar.e, str), z2)) { cVar.d(2, executor); } else if (b.a.a(6)) { Log.e("FirebaseCrashlytics", "Failed to create app with Crashlytics service.", null); @@ -51,7 +51,7 @@ public class h { cVar.d(2, executor); } else if (bVar.f) { b.a.b("Server says an update is required - forcing a full App update."); - new e(hVar.c(), bVar.f1747b, hVar.a, "17.3.0").d(hVar.b(bVar.e, str), z2); + new e(hVar.c(), bVar.f1748b, hVar.a, "17.3.0").d(hVar.b(bVar.e, str), z2); } } diff --git a/app/src/main/java/b/i/c/m/d/i/c.java b/app/src/main/java/b/i/c/m/d/i/c.java index bd5461a405..61ed7aa0e5 100644 --- a/app/src/main/java/b/i/c/m/d/i/c.java +++ b/app/src/main/java/b/i/c/m/d/i/c.java @@ -12,7 +12,7 @@ public class c implements b, a { public final e a; /* renamed from: b reason: collision with root package name */ - public final Object f1673b = new Object(); + public final Object f1674b = new Object(); public CountDownLatch c; public c(@NonNull e eVar, int i, TimeUnit timeUnit) { @@ -21,7 +21,7 @@ public class c implements b, a { @Override // b.i.c.m.d.i.a public void a(@NonNull String str, @Nullable Bundle bundle) { - synchronized (this.f1673b) { + synchronized (this.f1674b) { b bVar = b.a; bVar.b("Logging Crashlytics event to Firebase"); this.c = new CountDownLatch(1); diff --git a/app/src/main/java/b/i/c/m/d/k/a.java b/app/src/main/java/b/i/c/m/d/k/a.java index 1e9d7377aa..2740320add 100644 --- a/app/src/main/java/b/i/c/m/d/k/a.java +++ b/app/src/main/java/b/i/c/m/d/k/a.java @@ -11,7 +11,7 @@ public abstract class a { public static final Pattern a = Pattern.compile("http(s?)://[^\\/]+", 2); /* renamed from: b reason: collision with root package name */ - public final String f1674b; + public final String f1675b; public final b c; public final int d; public final String e; @@ -21,7 +21,7 @@ public abstract class a { throw new IllegalArgumentException("url must not be null."); } else if (bVar != null) { this.e = str; - this.f1674b = !h.t(str) ? a.matcher(str2).replaceFirst(str) : str2; + this.f1675b = !h.t(str) ? a.matcher(str2).replaceFirst(str) : str2; this.c = bVar; this.d = i; } else { @@ -36,7 +36,7 @@ public abstract class a { public b.i.c.m.d.n.a c(Map map) { b bVar = this.c; int i = this.d; - String str = this.f1674b; + String str = this.f1675b; Objects.requireNonNull(bVar); b.i.c.m.d.n.a aVar = new b.i.c.m.d.n.a(i, str, map); aVar.e.put("User-Agent", "Crashlytics Android SDK/17.3.0"); diff --git a/app/src/main/java/b/i/c/m/d/k/a0.java b/app/src/main/java/b/i/c/m/d/k/a0.java index a5d15c949f..ea850ae102 100644 --- a/app/src/main/java/b/i/c/m/d/k/a0.java +++ b/app/src/main/java/b/i/c/m/d/k/a0.java @@ -18,7 +18,7 @@ public class a0 implements Callable { Bundle bundle = new Bundle(); bundle.putInt("fatal", 1); bundle.putLong("timestamp", this.j); - this.k.f1701z.a("_ae", bundle); + this.k.f1702z.a("_ae", bundle); return null; } } diff --git a/app/src/main/java/b/i/c/m/d/k/b.java b/app/src/main/java/b/i/c/m/d/k/b.java index d0c01b73bd..a49604bc9d 100644 --- a/app/src/main/java/b/i/c/m/d/k/b.java +++ b/app/src/main/java/b/i/c/m/d/k/b.java @@ -7,7 +7,7 @@ public class b { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1675b; + public final String f1676b; public final String c; public final String d; public final String e; @@ -16,7 +16,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, a aVar) { this.a = str; - this.f1675b = str2; + this.f1676b = str2; this.c = str3; this.d = str4; this.e = str5; diff --git a/app/src/main/java/b/i/c/m/d/k/b1.java b/app/src/main/java/b/i/c/m/d/k/b1.java index 91b3d561e8..9ee330fa51 100644 --- a/app/src/main/java/b/i/c/m/d/k/b1.java +++ b/app/src/main/java/b/i/c/m/d/k/b1.java @@ -25,7 +25,7 @@ public final /* synthetic */ class b1 implements a { StringBuilder R = b.d.b.a.a.R("Crashlytics report successfully enqueued to DataTransport: "); R.append(o0Var.b()); bVar.b(R.toString()); - d1Var.f1678b.c(o0Var.b()); + d1Var.f1679b.c(o0Var.b()); z2 = true; } else { b bVar2 = b.a; diff --git a/app/src/main/java/b/i/c/m/d/k/c.java b/app/src/main/java/b/i/c/m/d/k/c.java index eb38daa2dc..622a635e7b 100644 --- a/app/src/main/java/b/i/c/m/d/k/c.java +++ b/app/src/main/java/b/i/c/m/d/k/c.java @@ -9,13 +9,13 @@ public final class c extends o0 { public final v a; /* renamed from: b reason: collision with root package name */ - public final String f1676b; + public final String f1677b; public c(v vVar, String str) { Objects.requireNonNull(vVar, "Null report"); this.a = vVar; Objects.requireNonNull(str, "Null sessionId"); - this.f1676b = str; + this.f1677b = str; } @Override // b.i.c.m.d.k.o0 @@ -25,7 +25,7 @@ public final class c extends o0 { @Override // b.i.c.m.d.k.o0 public String b() { - return this.f1676b; + return this.f1677b; } public boolean equals(Object obj) { @@ -36,17 +36,17 @@ public final class c extends o0 { return false; } o0 o0Var = (o0) obj; - return this.a.equals(o0Var.a()) && this.f1676b.equals(o0Var.b()); + return this.a.equals(o0Var.a()) && this.f1677b.equals(o0Var.b()); } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1676b.hashCode(); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1677b.hashCode(); } public String toString() { StringBuilder R = a.R("CrashlyticsReportWithSessionId{report="); R.append(this.a); R.append(", sessionId="); - return a.H(R, this.f1676b, "}"); + return a.H(R, this.f1677b, "}"); } } diff --git a/app/src/main/java/b/i/c/m/d/k/c0.java b/app/src/main/java/b/i/c/m/d/k/c0.java index 8d8d6da415..74f8970908 100644 --- a/app/src/main/java/b/i/c/m/d/k/c0.java +++ b/app/src/main/java/b/i/c/m/d/k/c0.java @@ -17,10 +17,10 @@ public class c0 implements f { public final /* synthetic */ Executor a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ d0 f1677b; + public final /* synthetic */ d0 f1678b; public c0(d0 d0Var, Executor executor) { - this.f1677b = d0Var; + this.f1678b = d0Var; this.a = executor; } @@ -33,7 +33,7 @@ public class c0 implements f { b.i.c.m.d.b.a.g("Received null app settings, cannot send reports at crash time."); return b.i.a.f.e.o.f.Z(null); } - x xVar = this.f1677b.n; + x xVar = this.f1678b.n; Context context = xVar.i; b.i.c.m.d.q.b a = ((h0) xVar.r).a(bVar2); for (File file : xVar.q()) { @@ -42,6 +42,6 @@ public class c0 implements f { i iVar = xVar.m; iVar.b(new j(iVar, new x.m(context, dVar, a, true))); } - return b.i.a.f.e.o.f.B1(Arrays.asList(x.b(this.f1677b.n), this.f1677b.n.A.b(this.a, b.c.a.y.b.m(bVar2)))); + return b.i.a.f.e.o.f.B1(Arrays.asList(x.b(this.f1678b.n), this.f1678b.n.A.b(this.a, b.c.a.y.b.m(bVar2)))); } } diff --git a/app/src/main/java/b/i/c/m/d/k/d0.java b/app/src/main/java/b/i/c/m/d/k/d0.java index cb2e4dd97f..990731101c 100644 --- a/app/src/main/java/b/i/c/m/d/k/d0.java +++ b/app/src/main/java/b/i/c/m/d/k/d0.java @@ -104,7 +104,7 @@ public class d0 implements Callable> { arrayList.addAll(Arrays.asList(listFiles)); arrayList.addAll(Arrays.asList(listFiles2)); int c2 = 4 - h1.c(arrayList, 4, comparator); - h1.b(xVar2.l(), x.f1697b, c2 - h1.b(xVar2.n(), filenameFilter2, c2, comparator), comparator); + h1.b(xVar2.l(), x.f1698b, c2 - h1.b(xVar2.n(), filenameFilter2, c2, comparator), comparator); if (this.n.j.b()) { } } @@ -158,7 +158,7 @@ public class d0 implements Callable> { arrayList2.addAll(Arrays.asList(listFiles)); arrayList2.addAll(Arrays.asList(listFiles2)); int c22 = 4 - h1.c(arrayList2, 4, comparator2); - h1.b(xVar22.l(), x.f1697b, c22 - h1.b(xVar22.n(), filenameFilter22, c22, comparator2), comparator2); + h1.b(xVar22.l(), x.f1698b, c22 - h1.b(xVar22.n(), filenameFilter22, c22, comparator2), comparator2); if (this.n.j.b()) { return f.Z(null); } diff --git a/app/src/main/java/b/i/c/m/d/k/d1.java b/app/src/main/java/b/i/c/m/d/k/d1.java index 15aa1a936b..8e0c5ea944 100644 --- a/app/src/main/java/b/i/c/m/d/k/d1.java +++ b/app/src/main/java/b/i/c/m/d/k/d1.java @@ -41,14 +41,14 @@ public class d1 { public final n0 a; /* renamed from: b reason: collision with root package name */ - public final g f1678b; + public final g f1679b; public final c c; public final b d; public final f1 e; public d1(n0 n0Var, g gVar, c cVar, b bVar, f1 f1Var) { this.a = n0Var; - this.f1678b = gVar; + this.f1679b = gVar; this.c = cVar; this.d = bVar; this.e = f1Var; @@ -86,7 +86,7 @@ public class d1 { Long l3 = 0L; String str5 = n0Var.e.d; Objects.requireNonNull(str5, "Null name"); - String str6 = n0Var.e.f1675b; + String str6 = n0Var.e.f1676b; String str7 = l2 == null ? " baseAddress" : str3; if (l3 == null) { str7 = a.v(str7, " size"); @@ -110,7 +110,7 @@ public class d1 { long a3 = h.a(Environment.getDataDirectory().getPath()); r.b bVar = new r.b(); bVar.a = valueOf4; - bVar.f1732b = Integer.valueOf(b2); + bVar.f1733b = Integer.valueOf(b2); bVar.c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); @@ -141,10 +141,10 @@ public class d1 { k kVar2 = kVar; if (!arrayList2.isEmpty()) { k.b bVar2 = (k.b) kVar.e(); - bVar2.f1723b = new w<>(arrayList2); + bVar2.f1724b = new w<>(arrayList2); kVar2 = bVar2.a(); } - g gVar = this.f1678b; + g gVar = this.f1679b; if (valueOf5 != null) { str9 = str3; } @@ -191,10 +191,10 @@ public class d1 { public Task b(@NonNull Executor executor, @NonNull int i) { if (i == 1) { b.i.c.m.d.b.a.b("Send via DataTransport disabled. Removing DataTransport reports."); - this.f1678b.b(); + this.f1679b.b(); return f.Z(null); } - g gVar = this.f1678b; + g gVar = this.f1679b; List e = gVar.e(); ArrayList arrayList = new ArrayList(); arrayList.ensureCapacity(((ArrayList) e).size()); @@ -223,7 +223,7 @@ public class d1 { arrayList2.add(taskCompletionSource.a.i(executor, new b1(this))); } else { b.i.c.m.d.b.a.b("Send native reports via DataTransport disabled. Removing DataTransport reports."); - this.f1678b.c(o0Var.b()); + this.f1679b.c(o0Var.b()); } } return f.B1(arrayList2); diff --git a/app/src/main/java/b/i/c/m/d/k/e.java b/app/src/main/java/b/i/c/m/d/k/e.java index 586a04a5dd..396c627bfc 100644 --- a/app/src/main/java/b/i/c/m/d/k/e.java +++ b/app/src/main/java/b/i/c/m/d/k/e.java @@ -9,10 +9,10 @@ public class e { public final Float a; /* renamed from: b reason: collision with root package name */ - public final boolean f1679b; + public final boolean f1680b; public e(Float f, boolean z2) { - this.f1679b = z2; + this.f1680b = z2; this.a = f; } @@ -36,7 +36,7 @@ public class e { public int b() { Float f; - if (!this.f1679b || (f = this.a) == null) { + if (!this.f1680b || (f = this.a) == null) { return 1; } return ((double) f.floatValue()) < 0.99d ? 2 : 3; diff --git a/app/src/main/java/b/i/c/m/d/k/f0.java b/app/src/main/java/b/i/c/m/d/k/f0.java index 6a4b76cc5a..40c7349093 100644 --- a/app/src/main/java/b/i/c/m/d/k/f0.java +++ b/app/src/main/java/b/i/c/m/d/k/f0.java @@ -15,14 +15,14 @@ public class f0 implements f { public final /* synthetic */ List a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ boolean f1680b; + public final /* synthetic */ boolean f1681b; public final /* synthetic */ Executor c; public final /* synthetic */ g0 d; public f0(g0 g0Var, List list, boolean z2, Executor executor) { this.d = g0Var; this.a = list; - this.f1680b = z2; + this.f1681b = z2; this.c = executor; } @@ -42,8 +42,8 @@ public class f0 implements f { x.b(x.this); b.i.c.m.d.q.b a = ((h0) x.this.r).a(bVar2); List list = this.a; - boolean z2 = this.f1680b; - float f = this.d.k.f1702b; + boolean z2 = this.f1681b; + float f = this.d.k.f1703b; synchronized (a) { if (a.h != null) { b.i.c.m.d.b.a.b("Report upload has already been started."); diff --git a/app/src/main/java/b/i/c/m/d/k/f1.java b/app/src/main/java/b/i/c/m/d/k/f1.java index 32fe0989d8..f0785b9b41 100644 --- a/app/src/main/java/b/i/c/m/d/k/f1.java +++ b/app/src/main/java/b/i/c/m/d/k/f1.java @@ -11,7 +11,7 @@ public class f1 { public String a = null; /* renamed from: b reason: collision with root package name */ - public final ConcurrentHashMap f1681b = new ConcurrentHashMap<>(); + public final ConcurrentHashMap f1682b = new ConcurrentHashMap<>(); public static String b(String str) { if (str == null) { @@ -23,14 +23,14 @@ public class f1 { @NonNull public Map a() { - return Collections.unmodifiableMap(this.f1681b); + return Collections.unmodifiableMap(this.f1682b); } public void c(String str, String str2) { if (str != null) { String b2 = b(str); - if (this.f1681b.size() < 64 || this.f1681b.containsKey(b2)) { - this.f1681b.put(b2, str2 == null ? "" : b(str2)); + if (this.f1682b.size() < 64 || this.f1682b.containsKey(b2)) { + this.f1682b.put(b2, str2 == null ? "" : b(str2)); } else { b.a.b("Exceeded maximum number of custom attributes (64)"); } diff --git a/app/src/main/java/b/i/c/m/d/k/g.java b/app/src/main/java/b/i/c/m/d/k/g.java index a588b0526b..9cf24139d0 100644 --- a/app/src/main/java/b/i/c/m/d/k/g.java +++ b/app/src/main/java/b/i/c/m/d/k/g.java @@ -12,7 +12,7 @@ public class g { public static final AtomicLong a = new AtomicLong(0); /* renamed from: b reason: collision with root package name */ - public static String f1682b; + public static String f1683b; public g(v0 v0Var) { long time = new Date().getTime(); @@ -28,7 +28,7 @@ public class g { String w = h.w(v0Var.b()); String q = h.q(bArr); Locale locale = Locale.US; - f1682b = String.format(locale, "%s-%s-%s-%s", q.substring(0, 12), q.substring(12, 16), q.subSequence(16, 20), w.substring(0, 12)).toUpperCase(locale); + f1683b = String.format(locale, "%s-%s-%s-%s", q.substring(0, 12), q.substring(12, 16), q.subSequence(16, 20), w.substring(0, 12)).toUpperCase(locale); } public static byte[] a(long j) { @@ -40,6 +40,6 @@ public class g { } public String toString() { - return f1682b; + return f1683b; } } diff --git a/app/src/main/java/b/i/c/m/d/k/g0.java b/app/src/main/java/b/i/c/m/d/k/g0.java index 78f0e62b74..340fdc08e5 100644 --- a/app/src/main/java/b/i/c/m/d/k/g0.java +++ b/app/src/main/java/b/i/c/m/d/k/g0.java @@ -59,7 +59,7 @@ public class g0 implements Callable> { for (c cVar : linkedList) { cVar.remove(); } - x.this.A.f1678b.b(); + x.this.A.f1679b.b(); x.this.E.b(null); return f.Z(null); } diff --git a/app/src/main/java/b/i/c/m/d/k/h.java b/app/src/main/java/b/i/c/m/d/k/h.java index 16e3ec3772..51f343b15b 100644 --- a/app/src/main/java/b/i/c/m/d/k/h.java +++ b/app/src/main/java/b/i/c/m/d/k/h.java @@ -45,7 +45,7 @@ public class h { public static final char[] a = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; /* renamed from: b reason: collision with root package name */ - public static long f1683b = -1; + public static long f1684b = -1; public static final Comparator c = new a(); /* compiled from: CommonUtils.java */ @@ -296,7 +296,7 @@ public class h { public static synchronized long p() { long j; synchronized (h.class) { - if (f1683b == -1) { + if (f1684b == -1) { long j2 = 0; String g = g(new File("/proc/meminfo"), "MemTotal"); if (!TextUtils.isEmpty(g)) { @@ -317,9 +317,9 @@ public class h { bVar2.e("Unexpected meminfo format while computing RAM: " + upperCase, e); } } - f1683b = j2; + f1684b = j2; } - j = f1683b; + j = f1684b; } return j; } diff --git a/app/src/main/java/b/i/c/m/d/k/h1.java b/app/src/main/java/b/i/c/m/d/k/h1.java index 96f6949ea3..271710757f 100644 --- a/app/src/main/java/b/i/c/m/d/k/h1.java +++ b/app/src/main/java/b/i/c/m/d/k/h1.java @@ -20,7 +20,7 @@ public final class h1 { public static final FilenameFilter a = new a(); /* renamed from: b reason: collision with root package name */ - public static final ExecutorService f1685b = f.n("awaitEvenIfOnMainThread task continuation executor"); + public static final ExecutorService f1686b = f.n("awaitEvenIfOnMainThread task continuation executor"); /* compiled from: Utils.java */ /* loaded from: classes3.dex */ @@ -33,7 +33,7 @@ public final class h1 { public static T a(Task task) throws InterruptedException, TimeoutException { CountDownLatch countDownLatch = new CountDownLatch(1); - task.i(f1685b, new g1(countDownLatch)); + task.i(f1686b, new g1(countDownLatch)); if (Looper.getMainLooper() == Looper.myLooper()) { countDownLatch.await(4L, TimeUnit.SECONDS); } else { diff --git a/app/src/main/java/b/i/c/m/d/k/i.java b/app/src/main/java/b/i/c/m/d/k/i.java index 751c5094a5..70baac030c 100644 --- a/app/src/main/java/b/i/c/m/d/k/i.java +++ b/app/src/main/java/b/i/c/m/d/k/i.java @@ -10,7 +10,7 @@ public class i { public final Executor a; /* renamed from: b reason: collision with root package name */ - public Task f1686b = f.Z(null); + public Task f1687b = f.Z(null); public final Object c = new Object(); public ThreadLocal d = new ThreadLocal<>(); @@ -40,8 +40,8 @@ public class i { public Task b(Callable callable) { Task task; synchronized (this.c) { - task = (Task) this.f1686b.i(this.a, new k(this, callable)); - this.f1686b = task.i(this.a, new l(this)); + task = (Task) this.f1687b.i(this.a, new k(this, callable)); + this.f1687b = task.i(this.a, new l(this)); } return task; } @@ -49,8 +49,8 @@ public class i { public Task c(Callable> callable) { Task task; synchronized (this.c) { - task = (Task) this.f1686b.j(this.a, new k(this, callable)); - this.f1686b = task.i(this.a, new l(this)); + task = (Task) this.f1687b.j(this.a, new k(this, callable)); + this.f1687b = task.i(this.a, new l(this)); } return task; } diff --git a/app/src/main/java/b/i/c/m/d/k/k0.java b/app/src/main/java/b/i/c/m/d/k/k0.java index 0cc51903fd..94a0c6dc2c 100644 --- a/app/src/main/java/b/i/c/m/d/k/k0.java +++ b/app/src/main/java/b/i/c/m/d/k/k0.java @@ -23,7 +23,7 @@ public class k0 { public final Context a; /* renamed from: b reason: collision with root package name */ - public final c f1687b; + public final c f1688b; public final q0 c; public final long d = System.currentTimeMillis(); public m0 e; @@ -75,7 +75,7 @@ public class k0 { } public k0(c cVar, v0 v0Var, b.i.c.m.d.a aVar, q0 q0Var, b.i.c.m.d.j.a aVar2, b.i.c.m.d.i.a aVar3, ExecutorService executorService) { - this.f1687b = cVar; + this.f1688b = cVar; this.c = q0Var; cVar.a(); this.a = cVar.d; @@ -160,7 +160,7 @@ public class k0 { if (bool != null) { bool2 = bool; } else { - c cVar = q0Var.f1691b; + c cVar = q0Var.f1692b; cVar.a(); bool2 = q0Var.a(cVar.d); } diff --git a/app/src/main/java/b/i/c/m/d/k/m0.java b/app/src/main/java/b/i/c/m/d/k/m0.java index 739cb12cf9..cceba8306b 100644 --- a/app/src/main/java/b/i/c/m/d/k/m0.java +++ b/app/src/main/java/b/i/c/m/d/k/m0.java @@ -11,11 +11,11 @@ public class m0 { public final String a; /* renamed from: b reason: collision with root package name */ - public final h f1688b; + public final h f1689b; public m0(String str, h hVar) { this.a = str; - this.f1688b = hVar; + this.f1689b = hVar; } public boolean a() { @@ -31,6 +31,6 @@ public class m0 { } public final File b() { - return new File(this.f1688b.a(), this.a); + return new File(this.f1689b.a(), this.a); } } diff --git a/app/src/main/java/b/i/c/m/d/k/n0.java b/app/src/main/java/b/i/c/m/d/k/n0.java index d17f5f6c6c..a8d5a6fd35 100644 --- a/app/src/main/java/b/i/c/m/d/k/n0.java +++ b/app/src/main/java/b/i/c/m/d/k/n0.java @@ -20,7 +20,7 @@ public class n0 { public static final String a = String.format(Locale.US, "Crashlytics Android SDK/%s", "17.3.0"); /* renamed from: b reason: collision with root package name */ - public static final Map f1689b; + public static final Map f1690b; public final Context c; public final v0 d; public final b e; @@ -28,7 +28,7 @@ public class n0 { static { HashMap hashMap = new HashMap(); - f1689b = hashMap; + f1690b = hashMap; a.h0(5, hashMap, "armeabi", 6, "armeabi-v7a", 9, "arm64-v8a", 0, "x86"); hashMap.put("x86_64", 1); } @@ -41,7 +41,7 @@ public class n0 { } public final v.d.AbstractC0142d.a.b.AbstractC0145b a(e eVar, int i, int i2, int i3) { - String str = eVar.f1751b; + String str = eVar.f1752b; String str2 = eVar.a; StackTraceElement[] stackTraceElementArr = eVar.c; int i4 = 0; @@ -84,7 +84,7 @@ public class n0 { } bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); - bVar.f1730b = str; + bVar.f1731b = str; bVar.c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); diff --git a/app/src/main/java/b/i/c/m/d/k/p.java b/app/src/main/java/b/i/c/m/d/k/p.java index 3a4dd6dfbb..bc5a10b869 100644 --- a/app/src/main/java/b/i/c/m/d/k/p.java +++ b/app/src/main/java/b/i/c/m/d/k/p.java @@ -36,7 +36,7 @@ public class p implements Callable { b.a.b("Could not persist user ID; no user ID available"); } else { try { - g.l(new File(d1Var.f1678b.h(replaceAll), "user"), str); + g.l(new File(d1Var.f1679b.h(replaceAll), "user"), str); } catch (IOException e2) { b.a.c("Could not persist user ID for session " + replaceAll, e2); } diff --git a/app/src/main/java/b/i/c/m/d/k/p0.java b/app/src/main/java/b/i/c/m/d/k/p0.java index a6bae2a43e..6cbef2aad4 100644 --- a/app/src/main/java/b/i/c/m/d/k/p0.java +++ b/app/src/main/java/b/i/c/m/d/k/p0.java @@ -11,7 +11,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public final a a; /* renamed from: b reason: collision with root package name */ - public final d f1690b; + public final d f1691b; public final Thread.UncaughtExceptionHandler c; public final AtomicBoolean d = new AtomicBoolean(false); @@ -22,7 +22,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public p0(a aVar, d dVar, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { this.a = aVar; - this.f1690b = dVar; + this.f1691b = dVar; this.c = uncaughtExceptionHandler; } @@ -36,7 +36,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { } else if (th == null) { b.a.d("Could not handle uncaught exception; null throwable"); } else { - ((b0) this.a).a(this.f1690b, thread, th); + ((b0) this.a).a(this.f1691b, thread, th); } b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); } catch (Exception e) { diff --git a/app/src/main/java/b/i/c/m/d/k/q0.java b/app/src/main/java/b/i/c/m/d/k/q0.java index 8049386947..69a1546619 100644 --- a/app/src/main/java/b/i/c/m/d/k/q0.java +++ b/app/src/main/java/b/i/c/m/d/k/q0.java @@ -19,7 +19,7 @@ public class q0 { public final SharedPreferences a; /* renamed from: b reason: collision with root package name */ - public final c f1691b; + public final c f1692b; public final Object c; public boolean e; public boolean f; @@ -36,7 +36,7 @@ public class q0 { this.f = false; cVar.a(); Context context = cVar.d; - this.f1691b = cVar; + this.f1692b = cVar; SharedPreferences o = h.o(context); this.a = o; if (o.contains("firebase_crashlytics_collection_enabled")) { @@ -89,7 +89,7 @@ public class q0 { public synchronized boolean b() { boolean booleanValue; Boolean bool = this.g; - booleanValue = bool != null ? bool.booleanValue() : this.f1691b.g(); + booleanValue = bool != null ? bool.booleanValue() : this.f1692b.g(); b.a.b(String.format("Crashlytics automatic data collection %s by %s.", booleanValue ? "ENABLED" : "DISABLED", this.g == null ? "global Firebase setting" : this.f ? "firebase_crashlytics_collection_enabled manifest flag" : "API")); return booleanValue; } diff --git a/app/src/main/java/b/i/c/m/d/k/r0.java b/app/src/main/java/b/i/c/m/d/k/r0.java index 3dbdb0d323..2e4862faed 100644 --- a/app/src/main/java/b/i/c/m/d/k/r0.java +++ b/app/src/main/java/b/i/c/m/d/k/r0.java @@ -9,10 +9,10 @@ public enum r0 { /* renamed from: id reason: collision with root package name */ - private final int f1692id; + private final int f1693id; r0(int i) { - this.f1692id = i; + this.f1693id = i; } public static r0 f(String str) { @@ -20,11 +20,11 @@ public enum r0 { } public int g() { - return this.f1692id; + return this.f1693id; } @Override // java.lang.Enum public String toString() { - return Integer.toString(this.f1692id); + return Integer.toString(this.f1693id); } } diff --git a/app/src/main/java/b/i/c/m/d/k/u.java b/app/src/main/java/b/i/c/m/d/k/u.java index 4a25b24dcc..8114a102f5 100644 --- a/app/src/main/java/b/i/c/m/d/k/u.java +++ b/app/src/main/java/b/i/c/m/d/k/u.java @@ -10,19 +10,19 @@ public class u implements x.g { public final /* synthetic */ String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1693b; + public final /* synthetic */ String f1694b; public final /* synthetic */ long c; public u(x xVar, String str, String str2, long j) { this.a = str; - this.f1693b = str2; + this.f1694b = str2; this.c = j; } @Override // b.i.c.m.d.k.x.g public void a(c cVar) throws Exception { String str = this.a; - String str2 = this.f1693b; + String str2 = this.f1694b; long j = this.c; a aVar = d.a; cVar.l(1, a.a(str2)); diff --git a/app/src/main/java/b/i/c/m/d/k/u0.java b/app/src/main/java/b/i/c/m/d/k/u0.java index 424fa0fba5..5c5d5b762f 100644 --- a/app/src/main/java/b/i/c/m/d/k/u0.java +++ b/app/src/main/java/b/i/c/m/d/k/u0.java @@ -21,12 +21,12 @@ public class u0 implements a1 { @NonNull /* renamed from: b reason: collision with root package name */ - public final String f1694b; + public final String f1695b; @NonNull public final String c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { - this.f1694b = str; + this.f1695b = str; this.c = str2; this.a = file; } @@ -67,7 +67,7 @@ public class u0 implements a1 { return null; } Objects.requireNonNull(bArr, "Null contents"); - String str = this.f1694b; + String str = this.f1695b; Objects.requireNonNull(str, "Null filename"); if (1 != 0) { return new e(str, bArr, null); diff --git a/app/src/main/java/b/i/c/m/d/k/v.java b/app/src/main/java/b/i/c/m/d/k/v.java index 1e0bd44a95..0c900ed649 100644 --- a/app/src/main/java/b/i/c/m/d/k/v.java +++ b/app/src/main/java/b/i/c/m/d/k/v.java @@ -10,7 +10,7 @@ public class v implements x.g { public final /* synthetic */ String a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ String f1695b; + public final /* synthetic */ String f1696b; public final /* synthetic */ String c; public final /* synthetic */ String d; public final /* synthetic */ int e; @@ -19,7 +19,7 @@ public class v implements x.g { public v(x xVar, String str, String str2, String str3, String str4, int i) { this.f = xVar; this.a = str; - this.f1695b = str2; + this.f1696b = str2; this.c = str3; this.d = str4; this.e = i; @@ -28,11 +28,11 @@ public class v implements x.g { @Override // b.i.c.m.d.k.x.g public void a(c cVar) throws Exception { String str = this.a; - String str2 = this.f1695b; + String str2 = this.f1696b; String str3 = this.c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1700y; + String str5 = this.f.f1701y; a aVar = d.a; a a = a.a(str); a a2 = a.a(str2); @@ -43,7 +43,7 @@ public class v implements x.g { int b2 = c.b(2, a2); int b3 = c.b(6, a4) + c.b(3, a3) + b2 + c.b(1, a) + 0; if (a5 != null) { - b3 = c.b(9, a5) + c.b(8, d.f1738b) + b3; + b3 = c.b(9, a5) + c.b(8, d.f1739b) + b3; } cVar.o(c.c(10, i) + b3); cVar.l(1, a); @@ -51,7 +51,7 @@ public class v implements x.g { cVar.l(3, a3); cVar.l(6, a4); if (a5 != null) { - cVar.l(8, d.f1738b); + cVar.l(8, d.f1739b); cVar.l(9, a5); } cVar.m(10, i); diff --git a/app/src/main/java/b/i/c/m/d/k/v0.java b/app/src/main/java/b/i/c/m/d/k/v0.java index c14caf379d..c509b9729b 100644 --- a/app/src/main/java/b/i/c/m/d/k/v0.java +++ b/app/src/main/java/b/i/c/m/d/k/v0.java @@ -17,7 +17,7 @@ public class v0 implements w0 { public static final Pattern a = Pattern.compile("[^\\p{Alnum}]"); /* renamed from: b reason: collision with root package name */ - public static final String f1696b = Pattern.quote(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + public static final String f1697b = Pattern.quote(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); public final x0 c; public final Context d; public final String e; @@ -114,6 +114,6 @@ public class v0 implements w0 { } public final String e(String str) { - return str.replaceAll(f1696b, ""); + return str.replaceAll(f1697b, ""); } } diff --git a/app/src/main/java/b/i/c/m/d/k/x.java b/app/src/main/java/b/i/c/m/d/k/x.java index 2c28b59635..87684ae8bc 100644 --- a/app/src/main/java/b/i/c/m/d/k/x.java +++ b/app/src/main/java/b/i/c/m/d/k/x.java @@ -56,7 +56,7 @@ public class x { public static final FilenameFilter a = new a("BeginSession"); /* renamed from: b reason: collision with root package name */ - public static final FilenameFilter f1697b = new b(); + public static final FilenameFilter f1698b = new b(); public static final Comparator c = new c(); public static final Comparator d = new d(); public static final Pattern e = Pattern.compile("([\\d|A-Z|a-z]{12}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{12}).+"); @@ -75,18 +75,18 @@ public class x { public final b q; /* renamed from: s reason: collision with root package name */ - public final j f1698s; + public final j f1699s; public final b.i.c.m.d.l.b t; public final b.i.c.m.d.a w; /* renamed from: x reason: collision with root package name */ - public final b.i.c.m.d.t.d f1699x; + public final b.i.c.m.d.t.d f1700x; /* renamed from: y reason: collision with root package name */ - public final String f1700y; + public final String f1701y; /* renamed from: z reason: collision with root package name */ - public final b.i.c.m.d.i.a f1701z; + public final b.i.c.m.d.i.a f1702z; public final AtomicInteger h = new AtomicInteger(0); public TaskCompletionSource C = new TaskCompletionSource<>(); public TaskCompletionSource D = new TaskCompletionSource<>(); @@ -142,11 +142,11 @@ public class x { public final /* synthetic */ Task a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f1702b; + public final /* synthetic */ float f1703b; public e(Task task, float f) { this.a = task; - this.f1702b = f; + this.f1703b = f; } @Override // b.i.a.f.n.f @@ -164,7 +164,7 @@ public class x { @Override // java.io.FilenameFilter public boolean accept(File file, String str) { - return !((b) x.f1697b).accept(file, str) && x.e.matcher(str).matches(); + return !((b) x.f1698b).accept(file, str) && x.e.matcher(str).matches(); } } @@ -282,22 +282,22 @@ public class x { this.k = m0Var; this.q = bVar2; this.w = aVar2; - this.f1700y = bVar2.g.a(); - this.f1701z = aVar3; + this.f1701y = bVar2.g.a(); + this.f1702z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.f1698s = jVar; + this.f1699s = jVar; b.i.c.m.d.l.b bVar4 = new b.i.c.m.d.l.b(context, jVar); this.t = bVar4; b.i.c.m.d.t.a aVar4 = new b.i.c.m.d.t.a(1024, new b.i.c.m.d.t.c(10)); - this.f1699x = aVar4; + this.f1700x = aVar4; File file = new File(new File(hVar.a.getFilesDir(), ".com.google.firebase.crashlytics").getPath()); n0 n0Var = new n0(context, v0Var, bVar2, aVar4); b.i.c.m.d.o.g gVar = new b.i.c.m.d.o.g(file, dVar); b.i.c.m.d.m.x.h hVar2 = b.i.c.m.d.r.c.a; b.i.a.b.j.n.b(context); - b.i.a.b.g c2 = b.i.a.b.j.n.a().c(new b.i.a.b.i.a(b.i.c.m.d.r.c.f1744b, b.i.c.m.d.r.c.c)); + b.i.a.b.g c2 = b.i.a.b.j.n.a().c(new b.i.a.b.i.a(b.i.c.m.d.r.c.f1745b, b.i.c.m.d.r.c.c)); b.i.a.b.b bVar5 = new b.i.a.b.b("json"); b.i.a.b.e eVar = b.i.c.m.d.r.c.d; this.A = new d1(n0Var, gVar, new b.i.c.m.d.r.c(((b.i.a.b.j.j) c2).a("FIREBASE_CRASHLYTICS_REPORT", v.class, bVar5, eVar), eVar), bVar4, f1Var); @@ -335,7 +335,7 @@ public class x { Objects.requireNonNull(xVar); long j2 = j(); new g(xVar.o); - String str2 = g.f1682b; + String str2 = g.f1683b; b.i.c.m.d.b bVar = b.i.c.m.d.b.a; b.d.b.a.a.m0("Opening a new session with ID ", str2, bVar); xVar.w.h(str2); @@ -351,7 +351,7 @@ public class x { String b2 = v0Var.b(); int g2 = r0.f(xVar.q.c).g(); xVar.z(str2, "SessionApp", new v(xVar, str3, str4, str5, b2, g2)); - xVar.w.f(str2, str3, str4, str5, b2, g2, xVar.f1700y); + xVar.w.f(str2, str3, str4, str5, b2, g2, xVar.f1701y); String str6 = Build.VERSION.RELEASE; String str7 = Build.VERSION.CODENAME; boolean u = h.u(xVar.i); @@ -390,7 +390,7 @@ public class x { bVar5.a = "17.3.0"; String str12 = n0Var.e.a; Objects.requireNonNull(str12, "Null gmpAppId"); - bVar5.f1712b = str12; + bVar5.f1713b = str12; String b3 = n0Var.d.b(); Objects.requireNonNull(b3, "Null installationUuid"); bVar5.d = b3; @@ -405,7 +405,7 @@ public class x { bVar6.b(false); bVar6.c = Long.valueOf(j2); Objects.requireNonNull(t, "Null identifier"); - bVar6.f1717b = t; + bVar6.f1718b = t; String str15 = n0.a; Objects.requireNonNull(str15, "Null generator"); bVar6.a = str15; @@ -436,7 +436,7 @@ public class x { bVar6.h = new t(num2.intValue(), str6, str7, valueOf.booleanValue(), null); StatFs statFs2 = new StatFs(Environment.getDataDirectory().getPath()); int i2 = 7; - if (!TextUtils.isEmpty(str8) && (num = n0.f1689b.get(str8.toLowerCase(locale))) != null) { + if (!TextUtils.isEmpty(str8) && (num = n0.f1690b.get(str8.toLowerCase(locale))) != null) { i2 = num.intValue(); } int availableProcessors2 = Runtime.getRuntime().availableProcessors(); @@ -447,7 +447,7 @@ public class x { i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str9, "Null model"); - bVar7.f1720b = str9; + bVar7.f1721b = str9; bVar7.c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); @@ -461,7 +461,7 @@ public class x { bVar6.k = 3; bVar5.g = bVar6.a(); v a3 = bVar5.a(); - b.i.c.m.d.o.g gVar = d1Var.f1678b; + b.i.c.m.d.o.g gVar = d1Var.f1679b; Objects.requireNonNull(gVar); v.d h2 = a3.h(); if (h2 == null) { @@ -739,7 +739,7 @@ public class x { } d1 d1Var = this.A; long j4 = j(); - b.i.c.m.d.o.g gVar = d1Var.f1678b; + b.i.c.m.d.o.g gVar = d1Var.f1679b; f2 = b.i.c.m.d.o.g.f(gVar.g, new b.i.c.m.d.o.b(r0)); Collections.sort(f2, b.i.c.m.d.o.g.d); if (f2.size() > 8) { @@ -770,7 +770,7 @@ public class x { bVar2.g("No minidump data found for session " + o); } else { long lastModified = d2.lastModified(); - b.i.c.m.d.l.b bVar3 = new b.i.c.m.d.l.b(this.i, this.f1698s, o); + b.i.c.m.d.l.b bVar3 = new b.i.c.m.d.l.b(this.i, this.f1699s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -825,7 +825,7 @@ public class x { arrayList3.add(b5); } } - b.i.c.m.d.o.g gVar2 = d1Var2.f1678b; + b.i.c.m.d.o.g gVar2 = d1Var2.f1679b; b.i.c.m.d.m.d dVar = new b.i.c.m.d.m.d(new w(arrayList3), null, null); Objects.requireNonNull(gVar2); File file5 = new File(gVar2.h(replaceAll), str4); @@ -954,7 +954,7 @@ public class x { String t = z2 == 0 ? t(o(s3[0])) : null; d1 d1Var3 = this.A; long j42 = j(); - b.i.c.m.d.o.g gVar3 = d1Var3.f1678b; + b.i.c.m.d.o.g gVar3 = d1Var3.f1679b; f2 = b.i.c.m.d.o.g.f(gVar3.g, new b.i.c.m.d.o.b(t)); Collections.sort(f2, b.i.c.m.d.o.g.d); if (f2.size() > 8) { @@ -1138,7 +1138,7 @@ public class x { public File[] q() { LinkedList linkedList = new LinkedList(); File k2 = k(); - FilenameFilter filenameFilter = f1697b; + FilenameFilter filenameFilter = f1698b; File[] listFiles = k2.listFiles(filenameFilter); if (listFiles == null) { listFiles = new File[0]; @@ -1244,7 +1244,7 @@ public class x { int length; int i2; String value; - b.i.c.m.d.t.e eVar = new b.i.c.m.d.t.e(th, this.f1699x); + b.i.c.m.d.t.e eVar = new b.i.c.m.d.t.e(th, this.f1700x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1259,7 +1259,7 @@ public class x { ActivityManager.RunningAppProcessInfo i4 = h.i(context.getPackageName(), context); LinkedList linkedList = new LinkedList(); StackTraceElement[] stackTraceElementArr = eVar.c; - String str2 = this.q.f1675b; + String str2 = this.q.f1676b; String str3 = this.o.e; if (z2) { Map allStackTraces = Thread.getAllStackTraces(); @@ -1267,7 +1267,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1699x.a(entry.getValue())); + linkedList.add(this.f1700x.a(entry.getValue())); i5++; threadArr2 = threadArr2; } diff --git a/app/src/main/java/b/i/c/m/d/k/y.java b/app/src/main/java/b/i/c/m/d/k/y.java index fddd406827..13aec1224e 100644 --- a/app/src/main/java/b/i/c/m/d/k/y.java +++ b/app/src/main/java/b/i/c/m/d/k/y.java @@ -11,7 +11,7 @@ public class y implements x.g { public final /* synthetic */ int a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1703b; + public final /* synthetic */ int f1704b; public final /* synthetic */ long c; public final /* synthetic */ long d; public final /* synthetic */ boolean e; @@ -19,7 +19,7 @@ public class y implements x.g { public y(x xVar, int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3) { this.a = i; - this.f1703b = i2; + this.f1704b = i2; this.c = j; this.d = j2; this.e = z2; @@ -30,7 +30,7 @@ public class y implements x.g { public void a(c cVar) throws Exception { int i = this.a; String str = Build.MODEL; - int i2 = this.f1703b; + int i2 = this.f1704b; long j = this.c; long j2 = this.d; boolean z2 = this.e; diff --git a/app/src/main/java/b/i/c/m/d/k/z0.java b/app/src/main/java/b/i/c/m/d/k/z0.java index 775033830c..a5ee22ddcd 100644 --- a/app/src/main/java/b/i/c/m/d/k/z0.java +++ b/app/src/main/java/b/i/c/m/d/k/z0.java @@ -13,10 +13,10 @@ public class z0 { public static final Charset a = Charset.forName(Constants.ENCODING); /* renamed from: b reason: collision with root package name */ - public final File f1704b; + public final File f1705b; public z0(File file) { - this.f1704b = file; + this.f1705b = file; } public static f1 c(String str) throws JSONException { @@ -32,11 +32,11 @@ public class z0 { @NonNull public File a(String str) { - return new File(this.f1704b, a.w(str, "keys", ".meta")); + return new File(this.f1705b, a.w(str, "keys", ".meta")); } @NonNull public File b(String str) { - return new File(this.f1704b, a.w(str, "user", ".meta")); + return new File(this.f1705b, a.w(str, "user", ".meta")); } } diff --git a/app/src/main/java/b/i/c/m/d/l/b.java b/app/src/main/java/b/i/c/m/d/l/b.java index 099e3b747b..941cf2eb68 100644 --- a/app/src/main/java/b/i/c/m/d/l/b.java +++ b/app/src/main/java/b/i/c/m/d/l/b.java @@ -10,7 +10,7 @@ public class b { public static final c a = new c(null); /* renamed from: b reason: collision with root package name */ - public final Context f1705b; + public final Context f1706b; public final AbstractC0137b c; public a d = a; @@ -50,13 +50,13 @@ public class b { } public b(Context context, AbstractC0137b bVar) { - this.f1705b = context; + this.f1706b = context; this.c = bVar; a(null); } public b(Context context, AbstractC0137b bVar, String str) { - this.f1705b = context; + this.f1706b = context; this.c = bVar; a(str); } @@ -65,7 +65,7 @@ public class b { this.d.a(); this.d = a; if (str != null) { - if (!h.j(this.f1705b, "com.crashlytics.CollectCustomLogs", true)) { + if (!h.j(this.f1706b, "com.crashlytics.CollectCustomLogs", true)) { b.i.c.m.d.b.a.b("Preferences requested no custom logs. Aborting log file creation."); return; } diff --git a/app/src/main/java/b/i/c/m/d/l/c.java b/app/src/main/java/b/i/c/m/d/l/c.java index cd131185e3..9bafc15777 100644 --- a/app/src/main/java/b/i/c/m/d/l/c.java +++ b/app/src/main/java/b/i/c/m/d/l/c.java @@ -28,10 +28,10 @@ public class c implements Closeable { public boolean a = true; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ StringBuilder f1706b; + public final /* synthetic */ StringBuilder f1707b; public a(c cVar, StringBuilder sb) { - this.f1706b = sb; + this.f1707b = sb; } @Override // b.i.c.m.d.l.c.d @@ -39,9 +39,9 @@ public class c implements Closeable { if (this.a) { this.a = false; } else { - this.f1706b.append(", "); + this.f1707b.append(", "); } - this.f1706b.append(i); + this.f1707b.append(i); } } @@ -51,11 +51,11 @@ public class c implements Closeable { public static final b a = new b(0, 0); /* renamed from: b reason: collision with root package name */ - public final int f1707b; + public final int f1708b; public final int c; public b(int i, int i2) { - this.f1707b = i; + this.f1708b = i; this.c = i2; } @@ -63,7 +63,7 @@ public class c implements Closeable { StringBuilder sb = new StringBuilder(); sb.append(b.class.getSimpleName()); sb.append("[position = "); - sb.append(this.f1707b); + sb.append(this.f1708b); sb.append(", length = "); return b.d.b.a.a.A(sb, this.c, "]"); } @@ -77,7 +77,7 @@ public class c implements Closeable { public int k; public C0138c(b bVar, a aVar) { - int i = bVar.f1707b + 4; + int i = bVar.f1708b + 4; int i2 = c.this.l; this.j = i >= i2 ? (i + 16) - i2 : i; this.k = bVar.c; @@ -207,13 +207,13 @@ public class c implements Closeable { i = 16; } else { b bVar = this.o; - i = y(bVar.f1707b + 4 + bVar.c); + i = y(bVar.f1708b + 4 + bVar.c); } b bVar2 = new b(i, length); C(this.p, 0, length); u(i, this.p, 0, 4); u(i + 4, bArr, 0, length); - A(this.l, this.m + 1, f ? i : this.n.f1707b, i); + A(this.l, this.m + 1, f ? i : this.n.f1708b, i); this.o = bVar2; this.m++; if (f) { @@ -255,8 +255,8 @@ public class c implements Closeable { this.k.setLength(i3); this.k.getChannel().force(true); b bVar = this.o; - int y2 = y(bVar.f1707b + 4 + bVar.c); - if (y2 < this.n.f1707b) { + int y2 = y(bVar.f1708b + 4 + bVar.c); + if (y2 < this.n.f1708b) { FileChannel channel = this.k.getChannel(); channel.position(this.l); long j2 = y2 - 4; @@ -264,8 +264,8 @@ public class c implements Closeable { throw new AssertionError("Copied insufficient number of bytes!"); } } - int i4 = this.o.f1707b; - int i5 = this.n.f1707b; + int i4 = this.o.f1708b; + int i5 = this.n.f1708b; if (i4 < i5) { int i6 = (this.l + i4) - 16; A(i3, this.m, i5, i6); @@ -278,11 +278,11 @@ public class c implements Closeable { } public synchronized void e(d dVar) throws IOException { - int i = this.n.f1707b; + int i = this.n.f1708b; for (int i2 = 0; i2 < this.m; i2++) { b n = n(i); dVar.a(new C0138c(n, null), n.c); - i = y(n.f1707b + 4 + n.c); + i = y(n.f1708b + 4 + n.c); } } @@ -305,10 +305,10 @@ public class c implements Closeable { c(); } else { b bVar = this.n; - int y2 = y(bVar.f1707b + 4 + bVar.c); + int y2 = y(bVar.f1708b + 4 + bVar.c); t(y2, this.p, 0, 4); int q = q(this.p, 0); - A(this.l, this.m - 1, y2, this.o.f1707b); + A(this.l, this.m - 1, y2, this.o.f1708b); this.m--; this.n = new b(y2, q); } @@ -375,8 +375,8 @@ public class c implements Closeable { return 16; } b bVar = this.o; - int i = bVar.f1707b; - int i2 = this.n.f1707b; + int i = bVar.f1708b; + int i2 = this.n.f1708b; return i >= i2 ? (i - i2) + 4 + bVar.c + 16 : (((i + 4) + bVar.c) + this.l) - i2; } diff --git a/app/src/main/java/b/i/c/m/d/l/d.java b/app/src/main/java/b/i/c/m/d/l/d.java index 7b681a31f1..e23b706841 100644 --- a/app/src/main/java/b/i/c/m/d/l/d.java +++ b/app/src/main/java/b/i/c/m/d/l/d.java @@ -9,18 +9,18 @@ public class d implements c.d { public final /* synthetic */ byte[] a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int[] f1708b; + public final /* synthetic */ int[] f1709b; public d(e eVar, byte[] bArr, int[] iArr) { this.a = bArr; - this.f1708b = iArr; + this.f1709b = iArr; } @Override // b.i.c.m.d.l.c.d public void a(InputStream inputStream, int i) throws IOException { try { - inputStream.read(this.a, this.f1708b[0], i); - int[] iArr = this.f1708b; + inputStream.read(this.a, this.f1709b[0], i); + int[] iArr = this.f1709b; iArr[0] = iArr[0] + i; } finally { inputStream.close(); diff --git a/app/src/main/java/b/i/c/m/d/l/e.java b/app/src/main/java/b/i/c/m/d/l/e.java index 48310f8925..68db584c4b 100644 --- a/app/src/main/java/b/i/c/m/d/l/e.java +++ b/app/src/main/java/b/i/c/m/d/l/e.java @@ -14,7 +14,7 @@ public class e implements a { public static final Charset a = Charset.forName(Constants.ENCODING); /* renamed from: b reason: collision with root package name */ - public final File f1709b; + public final File f1710b; public final int c; public c d; @@ -24,16 +24,16 @@ public class e implements a { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public final int f1710b; + public final int f1711b; public a(e eVar, byte[] bArr, int i) { this.a = bArr; - this.f1710b = i; + this.f1711b = i; } } public e(File file, int i) { - this.f1709b = file; + this.f1710b = file; this.c = i; } @@ -60,7 +60,7 @@ public class e implements a { */ public byte[] c() { a aVar; - if (this.f1709b.exists()) { + if (this.f1710b.exists()) { f(); c cVar = this.d; if (cVar != null) { @@ -77,7 +77,7 @@ public class e implements a { if (aVar != null) { return null; } - int i = aVar.f1710b; + int i = aVar.f1711b; byte[] bArr2 = new byte[i]; System.arraycopy(aVar.a, 0, bArr2, 0, i); return bArr2; @@ -92,7 +92,7 @@ public class e implements a { public void d() { h.c(this.d, "There was a problem closing the Crashlytics log file."); this.d = null; - this.f1709b.delete(); + this.f1710b.delete(); } @Override // b.i.c.m.d.l.a @@ -122,11 +122,11 @@ public class e implements a { public final void f() { if (this.d == null) { try { - this.d = new c(this.f1709b); + this.d = new c(this.f1710b); } catch (IOException e) { b bVar = b.a; StringBuilder R = b.d.b.a.a.R("Could not open log file: "); - R.append(this.f1709b); + R.append(this.f1710b); bVar.e(R.toString(), e); } } diff --git a/app/src/main/java/b/i/c/m/d/m/a.java b/app/src/main/java/b/i/c/m/d/m/a.java index 449d75a753..4b528508e0 100644 --- a/app/src/main/java/b/i/c/m/d/m/a.java +++ b/app/src/main/java/b/i/c/m/d/m/a.java @@ -335,104 +335,104 @@ public final class a implements b.i.c.p.g.a { public void a(b.i.c.p.g.b bVar) { b bVar2 = b.a; b.i.c.p.h.e eVar = (b.i.c.p.h.e) bVar; - eVar.f1759b.put(v.class, bVar2); + eVar.f1760b.put(v.class, bVar2); eVar.c.remove(v.class); - eVar.f1759b.put(b.class, bVar2); + eVar.f1760b.put(b.class, bVar2); eVar.c.remove(b.class); h hVar = h.a; - eVar.f1759b.put(v.d.class, hVar); + eVar.f1760b.put(v.d.class, hVar); eVar.c.remove(v.d.class); - eVar.f1759b.put(f.class, hVar); + eVar.f1760b.put(f.class, hVar); eVar.c.remove(f.class); e eVar2 = e.a; - eVar.f1759b.put(v.d.a.class, eVar2); + eVar.f1760b.put(v.d.a.class, eVar2); eVar.c.remove(v.d.a.class); - eVar.f1759b.put(g.class, eVar2); + eVar.f1760b.put(g.class, eVar2); eVar.c.remove(g.class); f fVar = f.a; - eVar.f1759b.put(v.d.a.AbstractC0141a.class, fVar); + eVar.f1760b.put(v.d.a.AbstractC0141a.class, fVar); eVar.c.remove(v.d.a.AbstractC0141a.class); - eVar.f1759b.put(h.class, fVar); + eVar.f1760b.put(h.class, fVar); eVar.c.remove(h.class); t tVar = t.a; - eVar.f1759b.put(v.d.f.class, tVar); + eVar.f1760b.put(v.d.f.class, tVar); eVar.c.remove(v.d.f.class); - eVar.f1759b.put(u.class, tVar); + eVar.f1760b.put(u.class, tVar); eVar.c.remove(u.class); s sVar = s.a; - eVar.f1759b.put(v.d.e.class, sVar); + eVar.f1760b.put(v.d.e.class, sVar); eVar.c.remove(v.d.e.class); - eVar.f1759b.put(t.class, sVar); + eVar.f1760b.put(t.class, sVar); eVar.c.remove(t.class); g gVar = g.a; - eVar.f1759b.put(v.d.c.class, gVar); + eVar.f1760b.put(v.d.c.class, gVar); eVar.c.remove(v.d.c.class); - eVar.f1759b.put(i.class, gVar); + eVar.f1760b.put(i.class, gVar); eVar.c.remove(i.class); q qVar = q.a; - eVar.f1759b.put(v.d.AbstractC0142d.class, qVar); + eVar.f1760b.put(v.d.AbstractC0142d.class, qVar); eVar.c.remove(v.d.AbstractC0142d.class); - eVar.f1759b.put(j.class, qVar); + eVar.f1760b.put(j.class, qVar); eVar.c.remove(j.class); i iVar = i.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.class, iVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.class, iVar); eVar.c.remove(v.d.AbstractC0142d.a.class); - eVar.f1759b.put(k.class, iVar); + eVar.f1760b.put(k.class, iVar); eVar.c.remove(k.class); k kVar = k.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.class, kVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.class, kVar); eVar.c.remove(v.d.AbstractC0142d.a.b.class); - eVar.f1759b.put(l.class, kVar); + eVar.f1760b.put(l.class, kVar); eVar.c.remove(l.class); n nVar = n.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.AbstractC0146d.class, nVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.AbstractC0146d.class, nVar); eVar.c.remove(v.d.AbstractC0142d.a.b.AbstractC0146d.class); - eVar.f1759b.put(p.class, nVar); + eVar.f1760b.put(p.class, nVar); eVar.c.remove(p.class); o oVar = o.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a.class, oVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a.class, oVar); eVar.c.remove(v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a.class); - eVar.f1759b.put(q.class, oVar); + eVar.f1760b.put(q.class, oVar); eVar.c.remove(q.class); l lVar = l.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.AbstractC0145b.class, lVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.AbstractC0145b.class, lVar); eVar.c.remove(v.d.AbstractC0142d.a.b.AbstractC0145b.class); - eVar.f1759b.put(n.class, lVar); + eVar.f1760b.put(n.class, lVar); eVar.c.remove(n.class); m mVar = m.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.c.class, mVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.c.class, mVar); eVar.c.remove(v.d.AbstractC0142d.a.b.c.class); - eVar.f1759b.put(o.class, mVar); + eVar.f1760b.put(o.class, mVar); eVar.c.remove(o.class); j jVar = j.a; - eVar.f1759b.put(v.d.AbstractC0142d.a.b.AbstractC0144a.class, jVar); + eVar.f1760b.put(v.d.AbstractC0142d.a.b.AbstractC0144a.class, jVar); eVar.c.remove(v.d.AbstractC0142d.a.b.AbstractC0144a.class); - eVar.f1759b.put(m.class, jVar); + eVar.f1760b.put(m.class, jVar); eVar.c.remove(m.class); C0139a aVar = C0139a.a; - eVar.f1759b.put(v.b.class, aVar); + eVar.f1760b.put(v.b.class, aVar); eVar.c.remove(v.b.class); - eVar.f1759b.put(c.class, aVar); + eVar.f1760b.put(c.class, aVar); eVar.c.remove(c.class); p pVar = p.a; - eVar.f1759b.put(v.d.AbstractC0142d.b.class, pVar); + eVar.f1760b.put(v.d.AbstractC0142d.b.class, pVar); eVar.c.remove(v.d.AbstractC0142d.b.class); - eVar.f1759b.put(r.class, pVar); + eVar.f1760b.put(r.class, pVar); eVar.c.remove(r.class); r rVar = r.a; - eVar.f1759b.put(v.d.AbstractC0142d.c.class, rVar); + eVar.f1760b.put(v.d.AbstractC0142d.c.class, rVar); eVar.c.remove(v.d.AbstractC0142d.c.class); - eVar.f1759b.put(s.class, rVar); + eVar.f1760b.put(s.class, rVar); eVar.c.remove(s.class); c cVar = c.a; - eVar.f1759b.put(v.c.class, cVar); + eVar.f1760b.put(v.c.class, cVar); eVar.c.remove(v.c.class); - eVar.f1759b.put(d.class, cVar); + eVar.f1760b.put(d.class, cVar); eVar.c.remove(d.class); d dVar = d.a; - eVar.f1759b.put(v.c.a.class, dVar); + eVar.f1760b.put(v.c.a.class, dVar); eVar.c.remove(v.c.a.class); - eVar.f1759b.put(e.class, dVar); + eVar.f1760b.put(e.class, dVar); eVar.c.remove(e.class); } } diff --git a/app/src/main/java/b/i/c/m/d/m/b.java b/app/src/main/java/b/i/c/m/d/m/b.java index de5eb6ee5f..83d6b542df 100644 --- a/app/src/main/java/b/i/c/m/d/m/b.java +++ b/app/src/main/java/b/i/c/m/d/m/b.java @@ -8,7 +8,7 @@ import b.i.c.m.d.m.v; public final class b extends v { /* renamed from: b reason: collision with root package name */ - public final String f1711b; + public final String f1712b; public final String c; public final int d; public final String e; @@ -24,7 +24,7 @@ public final class b extends v { public String a; /* renamed from: b reason: collision with root package name */ - public String f1712b; + public String f1713b; public Integer c; public String d; public String e; @@ -37,8 +37,8 @@ public final class b extends v { public C0140b(v vVar, a aVar) { b bVar = (b) vVar; - this.a = bVar.f1711b; - this.f1712b = bVar.c; + this.a = bVar.f1712b; + this.f1713b = bVar.c; this.c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; @@ -50,7 +50,7 @@ public final class b extends v { @Override // b.i.c.m.d.m.v.a public v a() { String str = this.a == null ? " sdkVersion" : ""; - if (this.f1712b == null) { + if (this.f1713b == null) { str = b.d.b.a.a.v(str, " gmpAppId"); } if (this.c == null) { @@ -66,14 +66,14 @@ public final class b extends v { str = b.d.b.a.a.v(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.f1712b, this.c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.f1713b, this.c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } } public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { - this.f1711b = str; + this.f1712b = str; this.c = str2; this.d = i; this.e = str3; @@ -122,7 +122,7 @@ public final class b extends v { return false; } v vVar = (v) obj; - if (this.f1711b.equals(vVar.g()) && this.c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { + if (this.f1712b.equals(vVar.g()) && this.c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { v.c cVar = this.i; if (cVar == null) { if (vVar.e() == null) { @@ -143,7 +143,7 @@ public final class b extends v { @Override // b.i.c.m.d.m.v @NonNull public String g() { - return this.f1711b; + return this.f1712b; } @Override // b.i.c.m.d.m.v @@ -153,7 +153,7 @@ public final class b extends v { } public int hashCode() { - int hashCode = (((((((((((this.f1711b.hashCode() ^ 1000003) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; + int hashCode = (((((((((((this.f1712b.hashCode() ^ 1000003) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; v.d dVar = this.h; int i = 0; int hashCode2 = (hashCode ^ (dVar == null ? 0 : dVar.hashCode())) * 1000003; @@ -171,7 +171,7 @@ public final class b extends v { public String toString() { StringBuilder R = b.d.b.a.a.R("CrashlyticsReport{sdkVersion="); - R.append(this.f1711b); + R.append(this.f1712b); R.append(", gmpAppId="); R.append(this.c); R.append(", platform="); diff --git a/app/src/main/java/b/i/c/m/d/m/c.java b/app/src/main/java/b/i/c/m/d/m/c.java index a957d7b9d3..6bb1ed1aae 100644 --- a/app/src/main/java/b/i/c/m/d/m/c.java +++ b/app/src/main/java/b/i/c/m/d/m/c.java @@ -8,11 +8,11 @@ public final class c extends v.b { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1713b; + public final String f1714b; public c(String str, String str2, a aVar) { this.a = str; - this.f1713b = str2; + this.f1714b = str2; } @Override // b.i.c.m.d.m.v.b @@ -24,7 +24,7 @@ public final class c extends v.b { @Override // b.i.c.m.d.m.v.b @NonNull public String b() { - return this.f1713b; + return this.f1714b; } public boolean equals(Object obj) { @@ -35,17 +35,17 @@ public final class c extends v.b { return false; } v.b bVar = (v.b) obj; - return this.a.equals(bVar.a()) && this.f1713b.equals(bVar.b()); + return this.a.equals(bVar.a()) && this.f1714b.equals(bVar.b()); } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1713b.hashCode(); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1714b.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("CustomAttribute{key="); R.append(this.a); R.append(", value="); - return b.d.b.a.a.H(R, this.f1713b, "}"); + return b.d.b.a.a.H(R, this.f1714b, "}"); } } diff --git a/app/src/main/java/b/i/c/m/d/m/d.java b/app/src/main/java/b/i/c/m/d/m/d.java index ce97dd2835..ab53e00b44 100644 --- a/app/src/main/java/b/i/c/m/d/m/d.java +++ b/app/src/main/java/b/i/c/m/d/m/d.java @@ -9,11 +9,11 @@ public final class d extends v.c { public final w a; /* renamed from: b reason: collision with root package name */ - public final String f1714b; + public final String f1715b; public d(w wVar, String str, a aVar) { this.a = wVar; - this.f1714b = str; + this.f1715b = str; } @Override // b.i.c.m.d.m.v.c @@ -25,7 +25,7 @@ public final class d extends v.c { @Override // b.i.c.m.d.m.v.c @Nullable public String b() { - return this.f1714b; + return this.f1715b; } public boolean equals(Object obj) { @@ -37,7 +37,7 @@ public final class d extends v.c { } v.c cVar = (v.c) obj; if (this.a.equals(cVar.a())) { - String str = this.f1714b; + String str = this.f1715b; if (str == null) { if (cVar.b() == null) { return true; @@ -51,7 +51,7 @@ public final class d extends v.c { public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; - String str = this.f1714b; + String str = this.f1715b; return hashCode ^ (str == null ? 0 : str.hashCode()); } @@ -59,6 +59,6 @@ public final class d extends v.c { StringBuilder R = b.d.b.a.a.R("FilesPayload{files="); R.append(this.a); R.append(", orgId="); - return b.d.b.a.a.H(R, this.f1714b, "}"); + return b.d.b.a.a.H(R, this.f1715b, "}"); } } diff --git a/app/src/main/java/b/i/c/m/d/m/e.java b/app/src/main/java/b/i/c/m/d/m/e.java index 648dd3e358..b8d2711c63 100644 --- a/app/src/main/java/b/i/c/m/d/m/e.java +++ b/app/src/main/java/b/i/c/m/d/m/e.java @@ -9,17 +9,17 @@ public final class e extends v.c.a { public final String a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1715b; + public final byte[] f1716b; public e(String str, byte[] bArr, a aVar) { this.a = str; - this.f1715b = bArr; + this.f1716b = bArr; } @Override // b.i.c.m.d.m.v.c.a @NonNull public byte[] a() { - return this.f1715b; + return this.f1716b; } @Override // b.i.c.m.d.m.v.c.a @@ -37,7 +37,7 @@ public final class e extends v.c.a { } v.c.a aVar = (v.c.a) obj; if (this.a.equals(aVar.b())) { - if (Arrays.equals(this.f1715b, aVar instanceof e ? ((e) aVar).f1715b : aVar.a())) { + if (Arrays.equals(this.f1716b, aVar instanceof e ? ((e) aVar).f1716b : aVar.a())) { return true; } } @@ -45,14 +45,14 @@ public final class e extends v.c.a { } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f1715b); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f1716b); } public String toString() { StringBuilder R = b.d.b.a.a.R("File{filename="); R.append(this.a); R.append(", contents="); - R.append(Arrays.toString(this.f1715b)); + R.append(Arrays.toString(this.f1716b)); R.append("}"); return R.toString(); } diff --git a/app/src/main/java/b/i/c/m/d/m/f.java b/app/src/main/java/b/i/c/m/d/m/f.java index 3c3c4e026a..6d50af5145 100644 --- a/app/src/main/java/b/i/c/m/d/m/f.java +++ b/app/src/main/java/b/i/c/m/d/m/f.java @@ -9,7 +9,7 @@ public final class f extends v.d { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1716b; + public final String f1717b; public final long c; public final Long d; public final boolean e; @@ -26,7 +26,7 @@ public final class f extends v.d { public String a; /* renamed from: b reason: collision with root package name */ - public String f1717b; + public String f1718b; public Long c; public Long d; public Boolean e; @@ -43,7 +43,7 @@ public final class f extends v.d { public b(v.d dVar, a aVar) { f fVar = (f) dVar; this.a = fVar.a; - this.f1717b = fVar.f1716b; + this.f1718b = fVar.f1717b; this.c = Long.valueOf(fVar.c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); @@ -58,7 +58,7 @@ public final class f extends v.d { @Override // b.i.c.m.d.m.v.d.b public v.d a() { String str = this.a == null ? " generator" : ""; - if (this.f1717b == null) { + if (this.f1718b == null) { str = b.d.b.a.a.v(str, " identifier"); } if (this.c == null) { @@ -74,7 +74,7 @@ public final class f extends v.d { str = b.d.b.a.a.v(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.f1717b, this.c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); + return new f(this.a, this.f1718b, this.c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -87,7 +87,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; - this.f1716b = str2; + this.f1717b = str2; this.c = j; this.d = l; this.e = z2; @@ -142,7 +142,7 @@ public final class f extends v.d { return false; } v.d dVar = (v.d) obj; - return this.a.equals(dVar.e()) && this.f1716b.equals(dVar.g()) && this.c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); + return this.a.equals(dVar.e()) && this.f1717b.equals(dVar.g()) && this.c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); } @Override // b.i.c.m.d.m.v.d @@ -153,7 +153,7 @@ public final class f extends v.d { @Override // b.i.c.m.d.m.v.d @NonNull public String g() { - return this.f1716b; + return this.f1717b; } @Override // b.i.c.m.d.m.v.d @@ -164,7 +164,7 @@ public final class f extends v.d { public int hashCode() { long j = this.c; - int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1716b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; + int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1717b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; int hashCode2 = (((((hashCode ^ (l == null ? 0 : l.hashCode())) * 1000003) ^ (this.e ? 1231 : 1237)) * 1000003) ^ this.f.hashCode()) * 1000003; @@ -206,7 +206,7 @@ public final class f extends v.d { StringBuilder R = b.d.b.a.a.R("Session{generator="); R.append(this.a); R.append(", identifier="); - R.append(this.f1716b); + R.append(this.f1717b); R.append(", startedAt="); R.append(this.c); R.append(", endedAt="); diff --git a/app/src/main/java/b/i/c/m/d/m/g.java b/app/src/main/java/b/i/c/m/d/m/g.java index 44780ad728..451c199936 100644 --- a/app/src/main/java/b/i/c/m/d/m/g.java +++ b/app/src/main/java/b/i/c/m/d/m/g.java @@ -9,7 +9,7 @@ public final class g extends v.d.a { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1718b; + public final String f1719b; public final String c; public final v.d.a.AbstractC0141a d = null; public final String e; @@ -18,7 +18,7 @@ public final class g extends v.d.a { public g(String str, String str2, String str3, v.d.a.AbstractC0141a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; - this.f1718b = str2; + this.f1719b = str2; this.c = str3; this.e = str4; this.f = str5; @@ -67,7 +67,7 @@ public final class g extends v.d.a { return false; } v.d.a aVar2 = (v.d.a) obj; - if (this.a.equals(aVar2.d()) && this.f1718b.equals(aVar2.g()) && ((str = this.c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { + if (this.a.equals(aVar2.d()) && this.f1719b.equals(aVar2.g()) && ((str = this.c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { String str4 = this.g; if (str4 == null) { if (aVar2.b() == null) { @@ -89,11 +89,11 @@ public final class g extends v.d.a { @Override // b.i.c.m.d.m.v.d.a @NonNull public String g() { - return this.f1718b; + return this.f1719b; } public int hashCode() { - int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1718b.hashCode()) * 1000003; + int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1719b.hashCode()) * 1000003; String str = this.c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; @@ -114,7 +114,7 @@ public final class g extends v.d.a { StringBuilder R = b.d.b.a.a.R("Application{identifier="); R.append(this.a); R.append(", version="); - R.append(this.f1718b); + R.append(this.f1719b); R.append(", displayVersion="); R.append(this.c); R.append(", organization="); diff --git a/app/src/main/java/b/i/c/m/d/m/i.java b/app/src/main/java/b/i/c/m/d/m/i.java index b821751be9..289362d2e6 100644 --- a/app/src/main/java/b/i/c/m/d/m/i.java +++ b/app/src/main/java/b/i/c/m/d/m/i.java @@ -8,7 +8,7 @@ public final class i extends v.d.c { public final int a; /* renamed from: b reason: collision with root package name */ - public final String f1719b; + public final String f1720b; public final int c; public final long d; public final long e; @@ -23,7 +23,7 @@ public final class i extends v.d.c { public Integer a; /* renamed from: b reason: collision with root package name */ - public String f1720b; + public String f1721b; public Integer c; public Long d; public Long e; @@ -34,7 +34,7 @@ public final class i extends v.d.c { public v.d.c a() { String str = this.a == null ? " arch" : ""; - if (this.f1720b == null) { + if (this.f1721b == null) { str = b.d.b.a.a.v(str, " model"); } if (this.c == null) { @@ -59,7 +59,7 @@ public final class i extends v.d.c { str = b.d.b.a.a.v(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.f1720b, this.c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); + return new i(this.a.intValue(), this.f1721b, this.c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -67,7 +67,7 @@ public final class i extends v.d.c { public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; - this.f1719b = str; + this.f1720b = str; this.c = i2; this.d = j; this.e = j2; @@ -102,7 +102,7 @@ public final class i extends v.d.c { @Override // b.i.c.m.d.m.v.d.c @NonNull public String e() { - return this.f1719b; + return this.f1720b; } public boolean equals(Object obj) { @@ -113,7 +113,7 @@ public final class i extends v.d.c { return false; } v.d.c cVar = (v.d.c) obj; - return this.a == cVar.a() && this.f1719b.equals(cVar.e()) && this.c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); + return this.a == cVar.a() && this.f1720b.equals(cVar.e()) && this.c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); } @Override // b.i.c.m.d.m.v.d.c @@ -135,7 +135,7 @@ public final class i extends v.d.c { public int hashCode() { long j = this.d; long j2 = this.e; - return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.f1719b.hashCode()) * 1000003) ^ this.c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); + return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.f1720b.hashCode()) * 1000003) ^ this.c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); } @Override // b.i.c.m.d.m.v.d.c @@ -147,7 +147,7 @@ public final class i extends v.d.c { StringBuilder R = b.d.b.a.a.R("Device{arch="); R.append(this.a); R.append(", model="); - R.append(this.f1719b); + R.append(this.f1720b); R.append(", cores="); R.append(this.c); R.append(", ram="); diff --git a/app/src/main/java/b/i/c/m/d/m/j.java b/app/src/main/java/b/i/c/m/d/m/j.java index 824d5c81fb..ed1b34b351 100644 --- a/app/src/main/java/b/i/c/m/d/m/j.java +++ b/app/src/main/java/b/i/c/m/d/m/j.java @@ -9,14 +9,14 @@ public final class j extends v.d.AbstractC0142d { public final long a; /* renamed from: b reason: collision with root package name */ - public final String f1721b; + public final String f1722b; public final v.d.AbstractC0142d.a c; public final v.d.AbstractC0142d.b d; public final v.d.AbstractC0142d.c e; public j(long j, String str, v.d.AbstractC0142d.a aVar, v.d.AbstractC0142d.b bVar, v.d.AbstractC0142d.c cVar, a aVar2) { this.a = j; - this.f1721b = str; + this.f1722b = str; this.c = aVar; this.d = bVar; this.e = cVar; @@ -48,7 +48,7 @@ public final class j extends v.d.AbstractC0142d { @Override // b.i.c.m.d.m.v.d.AbstractC0142d @NonNull public String e() { - return this.f1721b; + return this.f1722b; } public boolean equals(Object obj) { @@ -59,7 +59,7 @@ public final class j extends v.d.AbstractC0142d { return false; } v.d.AbstractC0142d dVar = (v.d.AbstractC0142d) obj; - if (this.a == dVar.d() && this.f1721b.equals(dVar.e()) && this.c.equals(dVar.a()) && this.d.equals(dVar.b())) { + if (this.a == dVar.d() && this.f1722b.equals(dVar.e()) && this.c.equals(dVar.a()) && this.d.equals(dVar.b())) { v.d.AbstractC0142d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { @@ -74,7 +74,7 @@ public final class j extends v.d.AbstractC0142d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f1721b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f1722b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; v.d.AbstractC0142d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } @@ -83,7 +83,7 @@ public final class j extends v.d.AbstractC0142d { StringBuilder R = b.d.b.a.a.R("Event{timestamp="); R.append(this.a); R.append(", type="); - R.append(this.f1721b); + R.append(this.f1722b); R.append(", app="); R.append(this.c); R.append(", device="); diff --git a/app/src/main/java/b/i/c/m/d/m/k.java b/app/src/main/java/b/i/c/m/d/m/k.java index e03217ae5b..2916a4e6f3 100644 --- a/app/src/main/java/b/i/c/m/d/m/k.java +++ b/app/src/main/java/b/i/c/m/d/m/k.java @@ -9,7 +9,7 @@ public final class k extends v.d.AbstractC0142d.a { public final v.d.AbstractC0142d.a.b a; /* renamed from: b reason: collision with root package name */ - public final w f1722b; + public final w f1723b; public final Boolean c; public final int d; @@ -19,7 +19,7 @@ public final class k extends v.d.AbstractC0142d.a { public v.d.AbstractC0142d.a.b a; /* renamed from: b reason: collision with root package name */ - public w f1723b; + public w f1724b; public Boolean c; public Integer d; @@ -29,7 +29,7 @@ public final class k extends v.d.AbstractC0142d.a { public b(v.d.AbstractC0142d.a aVar, a aVar2) { k kVar = (k) aVar; this.a = kVar.a; - this.f1723b = kVar.f1722b; + this.f1724b = kVar.f1723b; this.c = kVar.c; this.d = Integer.valueOf(kVar.d); } @@ -40,7 +40,7 @@ public final class k extends v.d.AbstractC0142d.a { str = b.d.b.a.a.v(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.f1723b, this.c, this.d.intValue(), null); + return new k(this.a, this.f1724b, this.c, this.d.intValue(), null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -48,7 +48,7 @@ public final class k extends v.d.AbstractC0142d.a { public k(v.d.AbstractC0142d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; - this.f1722b = wVar; + this.f1723b = wVar; this.c = bool; this.d = i; } @@ -62,7 +62,7 @@ public final class k extends v.d.AbstractC0142d.a { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a @Nullable public w b() { - return this.f1722b; + return this.f1723b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a @@ -90,12 +90,12 @@ public final class k extends v.d.AbstractC0142d.a { return false; } v.d.AbstractC0142d.a aVar = (v.d.AbstractC0142d.a) obj; - return this.a.equals(aVar.c()) && ((wVar = this.f1722b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + return this.a.equals(aVar.c()) && ((wVar = this.f1723b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); } public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; - w wVar = this.f1722b; + w wVar = this.f1723b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; Boolean bool = this.c; @@ -109,7 +109,7 @@ public final class k extends v.d.AbstractC0142d.a { StringBuilder R = b.d.b.a.a.R("Application{execution="); R.append(this.a); R.append(", customAttributes="); - R.append(this.f1722b); + R.append(this.f1723b); R.append(", background="); R.append(this.c); R.append(", uiOrientation="); diff --git a/app/src/main/java/b/i/c/m/d/m/l.java b/app/src/main/java/b/i/c/m/d/m/l.java index 9bac8b4479..a645960e0a 100644 --- a/app/src/main/java/b/i/c/m/d/m/l.java +++ b/app/src/main/java/b/i/c/m/d/m/l.java @@ -8,13 +8,13 @@ public final class l extends v.d.AbstractC0142d.a.b { public final w a; /* renamed from: b reason: collision with root package name */ - public final v.d.AbstractC0142d.a.b.AbstractC0145b f1724b; + public final v.d.AbstractC0142d.a.b.AbstractC0145b f1725b; public final v.d.AbstractC0142d.a.b.c c; public final w d; public l(w wVar, v.d.AbstractC0142d.a.b.AbstractC0145b bVar, v.d.AbstractC0142d.a.b.c cVar, w wVar2, a aVar) { this.a = wVar; - this.f1724b = bVar; + this.f1725b = bVar; this.c = cVar; this.d = wVar2; } @@ -28,7 +28,7 @@ public final class l extends v.d.AbstractC0142d.a.b { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b @NonNull public v.d.AbstractC0142d.a.b.AbstractC0145b b() { - return this.f1724b; + return this.f1725b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b @@ -51,18 +51,18 @@ public final class l extends v.d.AbstractC0142d.a.b { return false; } v.d.AbstractC0142d.a.b bVar = (v.d.AbstractC0142d.a.b) obj; - return this.a.equals(bVar.d()) && this.f1724b.equals(bVar.b()) && this.c.equals(bVar.c()) && this.d.equals(bVar.a()); + return this.a.equals(bVar.d()) && this.f1725b.equals(bVar.b()) && this.c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1724b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1725b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("Execution{threads="); R.append(this.a); R.append(", exception="); - R.append(this.f1724b); + R.append(this.f1725b); R.append(", signal="); R.append(this.c); R.append(", binaries="); diff --git a/app/src/main/java/b/i/c/m/d/m/m.java b/app/src/main/java/b/i/c/m/d/m/m.java index 10ac18b483..fc061351f7 100644 --- a/app/src/main/java/b/i/c/m/d/m/m.java +++ b/app/src/main/java/b/i/c/m/d/m/m.java @@ -9,13 +9,13 @@ public final class m extends v.d.AbstractC0142d.a.b.AbstractC0144a { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f1725b; + public final long f1726b; public final String c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; - this.f1725b = j2; + this.f1726b = j2; this.c = str; this.d = str2; } @@ -34,7 +34,7 @@ public final class m extends v.d.AbstractC0142d.a.b.AbstractC0144a { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0144a public long c() { - return this.f1725b; + return this.f1726b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0144a @@ -51,7 +51,7 @@ public final class m extends v.d.AbstractC0142d.a.b.AbstractC0144a { return false; } v.d.AbstractC0142d.a.b.AbstractC0144a aVar = (v.d.AbstractC0142d.a.b.AbstractC0144a) obj; - if (this.a == aVar.a() && this.f1725b == aVar.c() && this.c.equals(aVar.b())) { + if (this.a == aVar.a() && this.f1726b == aVar.c() && this.c.equals(aVar.b())) { String str = this.d; if (str == null) { if (aVar.d() == null) { @@ -66,7 +66,7 @@ public final class m extends v.d.AbstractC0142d.a.b.AbstractC0144a { public int hashCode() { long j = this.a; - long j2 = this.f1725b; + long j2 = this.f1726b; int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; @@ -76,7 +76,7 @@ public final class m extends v.d.AbstractC0142d.a.b.AbstractC0144a { StringBuilder R = b.d.b.a.a.R("BinaryImage{baseAddress="); R.append(this.a); R.append(", size="); - R.append(this.f1725b); + R.append(this.f1726b); R.append(", name="); R.append(this.c); R.append(", uuid="); diff --git a/app/src/main/java/b/i/c/m/d/m/n.java b/app/src/main/java/b/i/c/m/d/m/n.java index 86b8daf3b1..c4dfa3d7aa 100644 --- a/app/src/main/java/b/i/c/m/d/m/n.java +++ b/app/src/main/java/b/i/c/m/d/m/n.java @@ -9,14 +9,14 @@ public final class n extends v.d.AbstractC0142d.a.b.AbstractC0145b { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1726b; + public final String f1727b; public final w c; public final v.d.AbstractC0142d.a.b.AbstractC0145b d; public final int e; public n(String str, String str2, w wVar, v.d.AbstractC0142d.a.b.AbstractC0145b bVar, int i, a aVar) { this.a = str; - this.f1726b = str2; + this.f1727b = str2; this.c = wVar; this.d = bVar; this.e = i; @@ -42,7 +42,7 @@ public final class n extends v.d.AbstractC0142d.a.b.AbstractC0145b { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0145b @Nullable public String d() { - return this.f1726b; + return this.f1727b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0145b @@ -61,12 +61,12 @@ public final class n extends v.d.AbstractC0142d.a.b.AbstractC0145b { return false; } v.d.AbstractC0142d.a.b.AbstractC0145b bVar2 = (v.d.AbstractC0142d.a.b.AbstractC0145b) obj; - return this.a.equals(bVar2.e()) && ((str = this.f1726b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + return this.a.equals(bVar2.e()) && ((str = this.f1727b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); } public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; - String str = this.f1726b; + String str = this.f1727b; int i = 0; int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.c.hashCode()) * 1000003; v.d.AbstractC0142d.a.b.AbstractC0145b bVar = this.d; @@ -80,7 +80,7 @@ public final class n extends v.d.AbstractC0142d.a.b.AbstractC0145b { StringBuilder R = b.d.b.a.a.R("Exception{type="); R.append(this.a); R.append(", reason="); - R.append(this.f1726b); + R.append(this.f1727b); R.append(", frames="); R.append(this.c); R.append(", causedBy="); diff --git a/app/src/main/java/b/i/c/m/d/m/o.java b/app/src/main/java/b/i/c/m/d/m/o.java index 4fc58f9c2e..a27040b898 100644 --- a/app/src/main/java/b/i/c/m/d/m/o.java +++ b/app/src/main/java/b/i/c/m/d/m/o.java @@ -8,12 +8,12 @@ public final class o extends v.d.AbstractC0142d.a.b.c { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1727b; + public final String f1728b; public final long c; public o(String str, String str2, long j, a aVar) { this.a = str; - this.f1727b = str2; + this.f1728b = str2; this.c = j; } @@ -26,7 +26,7 @@ public final class o extends v.d.AbstractC0142d.a.b.c { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.c @NonNull public String b() { - return this.f1727b; + return this.f1728b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.c @@ -43,19 +43,19 @@ public final class o extends v.d.AbstractC0142d.a.b.c { return false; } v.d.AbstractC0142d.a.b.c cVar = (v.d.AbstractC0142d.a.b.c) obj; - return this.a.equals(cVar.c()) && this.f1727b.equals(cVar.b()) && this.c == cVar.a(); + return this.a.equals(cVar.c()) && this.f1728b.equals(cVar.b()) && this.c == cVar.a(); } public int hashCode() { long j = this.c; - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1727b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1728b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } public String toString() { StringBuilder R = b.d.b.a.a.R("Signal{name="); R.append(this.a); R.append(", code="); - R.append(this.f1727b); + R.append(this.f1728b); R.append(", address="); return b.d.b.a.a.B(R, this.c, "}"); } diff --git a/app/src/main/java/b/i/c/m/d/m/p.java b/app/src/main/java/b/i/c/m/d/m/p.java index 384eaedbd5..bd72c48426 100644 --- a/app/src/main/java/b/i/c/m/d/m/p.java +++ b/app/src/main/java/b/i/c/m/d/m/p.java @@ -8,12 +8,12 @@ public final class p extends v.d.AbstractC0142d.a.b.AbstractC0146d { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f1728b; + public final int f1729b; public final w c; public p(String str, int i, w wVar, a aVar) { this.a = str; - this.f1728b = i; + this.f1729b = i; this.c = wVar; } @@ -25,7 +25,7 @@ public final class p extends v.d.AbstractC0142d.a.b.AbstractC0146d { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0146d public int b() { - return this.f1728b; + return this.f1729b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0146d @@ -42,18 +42,18 @@ public final class p extends v.d.AbstractC0142d.a.b.AbstractC0146d { return false; } v.d.AbstractC0142d.a.b.AbstractC0146d dVar = (v.d.AbstractC0142d.a.b.AbstractC0146d) obj; - return this.a.equals(dVar.c()) && this.f1728b == dVar.b() && this.c.equals(dVar.a()); + return this.a.equals(dVar.c()) && this.f1729b == dVar.b() && this.c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1728b) * 1000003) ^ this.c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1729b) * 1000003) ^ this.c.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("Thread{name="); R.append(this.a); R.append(", importance="); - R.append(this.f1728b); + R.append(this.f1729b); R.append(", frames="); R.append(this.c); R.append("}"); diff --git a/app/src/main/java/b/i/c/m/d/m/q.java b/app/src/main/java/b/i/c/m/d/m/q.java index 440e057e2c..83f45ea09b 100644 --- a/app/src/main/java/b/i/c/m/d/m/q.java +++ b/app/src/main/java/b/i/c/m/d/m/q.java @@ -9,7 +9,7 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 public final long a; /* renamed from: b reason: collision with root package name */ - public final String f1729b; + public final String f1730b; public final String c; public final long d; public final int e; @@ -20,14 +20,14 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 public Long a; /* renamed from: b reason: collision with root package name */ - public String f1730b; + public String f1731b; public String c; public Long d; public Integer e; public v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a a() { String str = this.a == null ? " pc" : ""; - if (this.f1730b == null) { + if (this.f1731b == null) { str = b.d.b.a.a.v(str, " symbol"); } if (this.d == null) { @@ -37,7 +37,7 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 str = b.d.b.a.a.v(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.f1730b, this.c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.f1731b, this.c, this.d.longValue(), this.e.intValue(), null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -45,7 +45,7 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; - this.f1729b = str; + this.f1730b = str; this.c = str2; this.d = j2; this.e = i; @@ -75,7 +75,7 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 @Override // b.i.c.m.d.m.v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a @NonNull public String e() { - return this.f1729b; + return this.f1730b; } public boolean equals(Object obj) { @@ -87,12 +87,12 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 return false; } v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a aVar = (v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147a) obj; - return this.a == aVar.d() && this.f1729b.equals(aVar.e()) && ((str = this.c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + return this.a == aVar.d() && this.f1730b.equals(aVar.e()) && ((str = this.c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); } public int hashCode() { long j = this.a; - int hashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f1729b.hashCode()) * 1000003; + int hashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f1730b.hashCode()) * 1000003; String str = this.c; int hashCode2 = str == null ? 0 : str.hashCode(); long j2 = this.d; @@ -103,7 +103,7 @@ public final class q extends v.d.AbstractC0142d.a.b.AbstractC0146d.AbstractC0147 StringBuilder R = b.d.b.a.a.R("Frame{pc="); R.append(this.a); R.append(", symbol="); - R.append(this.f1729b); + R.append(this.f1730b); R.append(", file="); R.append(this.c); R.append(", offset="); diff --git a/app/src/main/java/b/i/c/m/d/m/r.java b/app/src/main/java/b/i/c/m/d/m/r.java index c17d3ee8c5..69c6d032fa 100644 --- a/app/src/main/java/b/i/c/m/d/m/r.java +++ b/app/src/main/java/b/i/c/m/d/m/r.java @@ -8,7 +8,7 @@ public final class r extends v.d.AbstractC0142d.b { public final Double a; /* renamed from: b reason: collision with root package name */ - public final int f1731b; + public final int f1732b; public final boolean c; public final int d; public final long e; @@ -20,14 +20,14 @@ public final class r extends v.d.AbstractC0142d.b { public Double a; /* renamed from: b reason: collision with root package name */ - public Integer f1732b; + public Integer f1733b; public Boolean c; public Integer d; public Long e; public Long f; public v.d.AbstractC0142d.b a() { - String str = this.f1732b == null ? " batteryVelocity" : ""; + String str = this.f1733b == null ? " batteryVelocity" : ""; if (this.c == null) { str = b.d.b.a.a.v(str, " proximityOn"); } @@ -41,7 +41,7 @@ public final class r extends v.d.AbstractC0142d.b { str = b.d.b.a.a.v(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.f1732b.intValue(), this.c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.f1733b.intValue(), this.c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -49,7 +49,7 @@ public final class r extends v.d.AbstractC0142d.b { public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; - this.f1731b = i; + this.f1732b = i; this.c = z2; this.d = i2; this.e = j; @@ -64,7 +64,7 @@ public final class r extends v.d.AbstractC0142d.b { @Override // b.i.c.m.d.m.v.d.AbstractC0142d.b public int b() { - return this.f1731b; + return this.f1732b; } @Override // b.i.c.m.d.m.v.d.AbstractC0142d.b @@ -92,7 +92,7 @@ public final class r extends v.d.AbstractC0142d.b { v.d.AbstractC0142d.b bVar = (v.d.AbstractC0142d.b) obj; Double d = this.a; if (d != null ? d.equals(bVar.a()) : bVar.a() == null) { - if (this.f1731b == bVar.b() && this.c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.f1732b == bVar.b() && this.c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } @@ -106,7 +106,7 @@ public final class r extends v.d.AbstractC0142d.b { public int hashCode() { Double d = this.a; - int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.f1731b) * 1000003; + int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.f1732b) * 1000003; int i = this.c ? 1231 : 1237; long j = this.e; long j2 = this.f; @@ -117,7 +117,7 @@ public final class r extends v.d.AbstractC0142d.b { StringBuilder R = b.d.b.a.a.R("Device{batteryLevel="); R.append(this.a); R.append(", batteryVelocity="); - R.append(this.f1731b); + R.append(this.f1732b); R.append(", proximityOn="); R.append(this.c); R.append(", orientation="); diff --git a/app/src/main/java/b/i/c/m/d/m/t.java b/app/src/main/java/b/i/c/m/d/m/t.java index 3306a1e0d2..e08d1f6739 100644 --- a/app/src/main/java/b/i/c/m/d/m/t.java +++ b/app/src/main/java/b/i/c/m/d/m/t.java @@ -8,13 +8,13 @@ public final class t extends v.d.e { public final int a; /* renamed from: b reason: collision with root package name */ - public final String f1733b; + public final String f1734b; public final String c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; - this.f1733b = str; + this.f1734b = str; this.c = str2; this.d = z2; } @@ -33,7 +33,7 @@ public final class t extends v.d.e { @Override // b.i.c.m.d.m.v.d.e @NonNull public String c() { - return this.f1733b; + return this.f1734b; } @Override // b.i.c.m.d.m.v.d.e @@ -49,18 +49,18 @@ public final class t extends v.d.e { return false; } v.d.e eVar = (v.d.e) obj; - return this.a == eVar.b() && this.f1733b.equals(eVar.c()) && this.c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.f1734b.equals(eVar.c()) && this.c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.f1733b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.f1734b.hashCode()) * 1000003) ^ this.c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { StringBuilder R = b.d.b.a.a.R("OperatingSystem{platform="); R.append(this.a); R.append(", version="); - R.append(this.f1733b); + R.append(this.f1734b); R.append(", buildVersion="); R.append(this.c); R.append(", jailbroken="); diff --git a/app/src/main/java/b/i/c/m/d/m/x/h.java b/app/src/main/java/b/i/c/m/d/m/x/h.java index cd85d2ace1..dcb2bce6a7 100644 --- a/app/src/main/java/b/i/c/m/d/m/x/h.java +++ b/app/src/main/java/b/i/c/m/d/m/x/h.java @@ -179,7 +179,7 @@ public class h { if (c2 == 0) { bVar2.a = Double.valueOf(jsonReader.nextDouble()); } else if (c2 == 1) { - bVar2.f1732b = Integer.valueOf(jsonReader.nextInt()); + bVar2.f1733b = Integer.valueOf(jsonReader.nextInt()); } else if (c2 == 2) { bVar2.d = Integer.valueOf(jsonReader.nextInt()); } else if (c2 == 3) { @@ -574,7 +574,7 @@ public class h { case 1: String nextString = jsonReader.nextString(); Objects.requireNonNull(nextString, "Null symbol"); - bVar.f1730b = nextString; + bVar.f1731b = nextString; break; case 2: bVar.a = Long.valueOf(jsonReader.nextLong()); @@ -707,7 +707,7 @@ public class h { case 3: String nextString3 = jsonReader.nextString(); Objects.requireNonNull(nextString3, "Null gmpAppId"); - bVar.f1712b = nextString3; + bVar.f1713b = nextString3; break; case 4: String nextString4 = jsonReader.nextString(); @@ -818,7 +818,7 @@ public class h { break; case 1: str = str; - bVar2.f1717b = new String(Base64.decode(jsonReader.nextString(), 2), v.a); + bVar2.f1718b = new String(Base64.decode(jsonReader.nextString(), 2), v.a); break; case 2: str = str; @@ -923,7 +923,7 @@ public class h { case 6: String nextString7 = jsonReader.nextString(); Objects.requireNonNull(nextString7, "Null model"); - bVar3.f1720b = nextString7; + bVar3.f1721b = nextString7; break; case 7: bVar3.g = Integer.valueOf(jsonReader.nextInt()); 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 84ef9412b2..ae17b50df3 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 @@ -26,7 +26,7 @@ public class a { public static final x a; /* renamed from: b reason: collision with root package name */ - public final int f1734b; + public final int f1735b; public final String c; public final Map d; public MultipartBody.a f = null; @@ -42,7 +42,7 @@ public class a { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;)V */ public a(int i, String str, Map map) { - this.f1734b = i; + this.f1735b = i; this.c = str; this.d = map; } @@ -78,7 +78,7 @@ public class a { aVar.b(entry2.getKey(), entry2.getValue()); } MultipartBody.a aVar3 = this.f; - aVar.c(b.n(this.f1734b), aVar3 == null ? null : aVar3.b()); + aVar.c(b.n(this.f1735b), aVar3 == null ? null : aVar3.b()); Response execute = ((e) a.b(aVar.a())).execute(); ResponseBody responseBody = execute.p; if (responseBody != null) { @@ -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.f3791b); + aVar.c(MultipartBody.f3802b); 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.f3791b); + aVar2.c(MultipartBody.f3802b); this.f = aVar2; } MultipartBody.a aVar3 = this.f; diff --git a/app/src/main/java/b/i/c/m/d/n/c.java b/app/src/main/java/b/i/c/m/d/n/c.java index ea81bb6784..fdd6dd54f7 100644 --- a/app/src/main/java/b/i/c/m/d/n/c.java +++ b/app/src/main/java/b/i/c/m/d/n/c.java @@ -7,12 +7,12 @@ public class c { public int a; /* renamed from: b reason: collision with root package name */ - public String f1735b; + public String f1736b; public Headers c; public c(int i, String str, Headers headers) { this.a = i; - this.f1735b = str; + this.f1736b = str; this.c = headers; } } diff --git a/app/src/main/java/b/i/c/m/d/o/d.java b/app/src/main/java/b/i/c/m/d/o/d.java index a25323433b..95da689441 100644 --- a/app/src/main/java/b/i/c/m/d/o/d.java +++ b/app/src/main/java/b/i/c/m/d/o/d.java @@ -12,7 +12,7 @@ public final /* synthetic */ class d implements Comparator { public int compare(Object obj, Object obj2) { Charset charset = g.a; String name = ((File) obj).getName(); - int i = g.f1736b; + int i = g.f1737b; return name.substring(0, i).compareTo(((File) obj2).getName().substring(0, i)); } } diff --git a/app/src/main/java/b/i/c/m/d/o/g.java b/app/src/main/java/b/i/c/m/d/o/g.java index d537bf3e86..6264869071 100644 --- a/app/src/main/java/b/i/c/m/d/o/g.java +++ b/app/src/main/java/b/i/c/m/d/o/g.java @@ -27,7 +27,7 @@ public class g { public static final Charset a = Charset.forName(Constants.ENCODING); /* renamed from: b reason: collision with root package name */ - public static final int f1736b = 15; + public static final int f1737b = 15; public static final h c = new h(); public static final Comparator d = e.j; public static final FilenameFilter e = f.a; diff --git a/app/src/main/java/b/i/c/m/d/p/a.java b/app/src/main/java/b/i/c/m/d/p/a.java index 7a20f43391..4640b59b18 100644 --- a/app/src/main/java/b/i/c/m/d/p/a.java +++ b/app/src/main/java/b/i/c/m/d/p/a.java @@ -8,7 +8,7 @@ public final class a { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public volatile int f1737b = 0; + public volatile int f1738b = 0; public a(byte[] bArr) { this.a = bArr; @@ -44,7 +44,7 @@ public final class a { } public int hashCode() { - int i = this.f1737b; + int i = this.f1738b; if (i == 0) { byte[] bArr = this.a; int length = bArr.length; @@ -52,7 +52,7 @@ public final class a { length = (length * 31) + b2; } i = length == 0 ? 1 : length; - this.f1737b = i; + this.f1738b = i; } return i; } diff --git a/app/src/main/java/b/i/c/m/d/p/d.java b/app/src/main/java/b/i/c/m/d/p/d.java index 2c1129cb3b..9a77e908c9 100644 --- a/app/src/main/java/b/i/c/m/d/p/d.java +++ b/app/src/main/java/b/i/c/m/d/p/d.java @@ -10,7 +10,7 @@ public class d { public static final a a = a.a("0"); /* renamed from: b reason: collision with root package name */ - public static final a f1738b = a.a("Unity"); + public static final a f1739b = a.a("Unity"); public static int a(a aVar, a aVar2) { int b2 = c.b(3, aVar) + c.h(2, 0L) + c.h(1, 0L) + 0; @@ -27,7 +27,7 @@ public class d { public static int c(e eVar, int i, int i2) { int i3 = 0; - int b2 = c.b(1, a.a(eVar.f1751b)) + 0; + int b2 = c.b(1, a.a(eVar.f1752b)) + 0; String str = eVar.a; if (str != null) { b2 += c.b(3, a.a(str)); @@ -161,7 +161,7 @@ public class d { public static void l(c cVar, e eVar, int i, int i2, int i3) throws Exception { cVar.o((i3 << 3) | 2); cVar.o(c(eVar, 1, i2)); - cVar.l(1, a.a(eVar.f1751b)); + cVar.l(1, a.a(eVar.f1752b)); String str = eVar.a; if (str != null) { cVar.l(3, a.a(str)); diff --git a/app/src/main/java/b/i/c/m/d/q/b.java b/app/src/main/java/b/i/c/m/d/q/b.java index eac7cf9644..4e0806fbc7 100644 --- a/app/src/main/java/b/i/c/m/d/q/b.java +++ b/app/src/main/java/b/i/c/m/d/q/b.java @@ -12,7 +12,7 @@ public class b { public static final short[] a = {10, 20, 30, 60, 120, 300}; /* renamed from: b reason: collision with root package name */ - public final b.i.c.m.d.q.d.b f1739b; + public final b.i.c.m.d.q.d.b f1740b; @Nullable public final String c; public final String d; @@ -111,7 +111,7 @@ public class b { public b(@Nullable String str, String str2, int i, a aVar, b.i.c.m.d.q.d.b bVar, a aVar2) { if (bVar != null) { - this.f1739b = bVar; + this.f1740b = bVar; this.c = str; this.d = str2; this.e = i; @@ -142,7 +142,7 @@ public class b { } else if (i == 2 && cVar.d() == 1) { b.i.c.m.d.b.a.b("Report configured to be sent via DataTransport."); } else { - z3 = this.f1739b.a(aVar, z2); + z3 = this.f1740b.a(aVar, z2); b.i.c.m.d.b bVar2 = b.i.c.m.d.b.a; StringBuilder sb = new StringBuilder(); sb.append("Crashlytics Reports Endpoint upload "); diff --git a/app/src/main/java/b/i/c/m/d/q/c/a.java b/app/src/main/java/b/i/c/m/d/q/c/a.java index 887c57adf0..a6fa01de5b 100644 --- a/app/src/main/java/b/i/c/m/d/q/c/a.java +++ b/app/src/main/java/b/i/c/m/d/q/c/a.java @@ -8,12 +8,12 @@ public class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1740b; + public final String f1741b; public final c c; public a(@Nullable String str, String str2, c cVar) { this.a = str; - this.f1740b = str2; + this.f1741b = str2; this.c = cVar; } } diff --git a/app/src/main/java/b/i/c/m/d/q/c/d.java b/app/src/main/java/b/i/c/m/d/q/c/d.java index 508480b11e..2229b4d141 100644 --- a/app/src/main/java/b/i/c/m/d/q/c/d.java +++ b/app/src/main/java/b/i/c/m/d/q/c/d.java @@ -12,12 +12,12 @@ public class d implements c { public final File a; /* renamed from: b reason: collision with root package name */ - public final File[] f1741b; + public final File[] f1742b; public final Map c; public d(File file, Map map) { this.a = file; - this.f1741b = new File[]{file}; + this.f1742b = new File[]{file}; this.c = new HashMap(map); } @@ -44,7 +44,7 @@ public class d implements c { @Override // b.i.c.m.d.q.c.c public File[] e() { - return this.f1741b; + return this.f1742b; } @Override // b.i.c.m.d.q.c.c diff --git a/app/src/main/java/b/i/c/m/d/q/d/a.java b/app/src/main/java/b/i/c/m/d/q/d/a.java index 050a6627a6..07a3e72e65 100644 --- a/app/src/main/java/b/i/c/m/d/q/d/a.java +++ b/app/src/main/java/b/i/c/m/d/q/d/a.java @@ -7,11 +7,11 @@ public class a implements b { public final c a; /* renamed from: b reason: collision with root package name */ - public final d f1742b; + public final d f1743b; public a(c cVar, d dVar) { this.a = cVar; - this.f1742b = dVar; + this.f1743b = dVar; } @Override // b.i.c.m.d.q.d.b @@ -23,7 +23,7 @@ public class a implements b { } else if (h != 1) { return false; } else { - this.f1742b.a(aVar, z2); + this.f1743b.a(aVar, z2); return true; } } diff --git a/app/src/main/java/b/i/c/m/d/q/d/c.java b/app/src/main/java/b/i/c/m/d/q/d/c.java index 516ab273f8..98605cc378 100644 --- a/app/src/main/java/b/i/c/m/d/q/d/c.java +++ b/app/src/main/java/b/i/c/m/d/q/d/c.java @@ -23,7 +23,7 @@ public class c extends a implements b { File[] e; if (z2) { b.i.c.m.d.n.a b2 = b(); - b2.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.f1740b); + b2.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.f1741b); b2.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b2.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); for (Map.Entry entry : aVar.c.b().entrySet()) { @@ -54,7 +54,7 @@ public class c extends a implements b { } b.i.c.m.d.b bVar3 = b.i.c.m.d.b.a; StringBuilder R3 = b.d.b.a.a.R("Sending report to: "); - R3.append(this.f1674b); + R3.append(this.f1675b); bVar3.b(R3.toString()); try { int i2 = b2.a().a; diff --git a/app/src/main/java/b/i/c/m/d/q/d/d.java b/app/src/main/java/b/i/c/m/d/q/d/d.java index 232f51634f..06bda87afa 100644 --- a/app/src/main/java/b/i/c/m/d/q/d/d.java +++ b/app/src/main/java/b/i/c/m/d/q/d/d.java @@ -21,7 +21,7 @@ public class d extends a implements b { File[] e; if (z2) { b.i.c.m.d.n.a b2 = b(); - String str = aVar.f1740b; + String str = aVar.f1741b; b2.e.put("User-Agent", "Crashlytics Android SDK/17.3.0"); b2.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b2.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); @@ -57,7 +57,7 @@ public class d extends a implements b { } b.i.c.m.d.b bVar = b.i.c.m.d.b.a; StringBuilder R = b.d.b.a.a.R("Sending report to: "); - R.append(this.f1674b); + R.append(this.f1675b); bVar.b(R.toString()); try { int i = b2.a().a; diff --git a/app/src/main/java/b/i/c/m/d/r/a.java b/app/src/main/java/b/i/c/m/d/r/a.java index 0904c516c7..eb0032a1b8 100644 --- a/app/src/main/java/b/i/c/m/d/r/a.java +++ b/app/src/main/java/b/i/c/m/d/r/a.java @@ -9,17 +9,17 @@ public final /* synthetic */ class a implements h { public final TaskCompletionSource a; /* renamed from: b reason: collision with root package name */ - public final o0 f1743b; + public final o0 f1744b; public a(TaskCompletionSource taskCompletionSource, o0 o0Var) { this.a = taskCompletionSource; - this.f1743b = o0Var; + this.f1744b = o0Var; } @Override // b.i.a.b.h public void a(Exception exc) { TaskCompletionSource taskCompletionSource = this.a; - o0 o0Var = this.f1743b; + o0 o0Var = this.f1744b; b.i.c.m.d.m.x.h hVar = c.a; if (exc != null) { taskCompletionSource.a(exc); diff --git a/app/src/main/java/b/i/c/m/d/r/c.java b/app/src/main/java/b/i/c/m/d/r/c.java index a61eaaa01c..34bc7da2fe 100644 --- a/app/src/main/java/b/i/c/m/d/r/c.java +++ b/app/src/main/java/b/i/c/m/d/r/c.java @@ -10,7 +10,7 @@ public class c { public static final h a = new h(); /* renamed from: b reason: collision with root package name */ - public static final String f1744b = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"); + public static final String f1745b = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"); public static final String c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); public static final e d = b.a; public final f e; diff --git a/app/src/main/java/b/i/c/m/d/s/c.java b/app/src/main/java/b/i/c/m/d/s/c.java index 6fa3b9d607..1caa757121 100644 --- a/app/src/main/java/b/i/c/m/d/s/c.java +++ b/app/src/main/java/b/i/c/m/d/s/c.java @@ -30,7 +30,7 @@ public class c implements d { public final Context a; /* renamed from: b reason: collision with root package name */ - public final g f1745b; + public final g f1746b; public final e c; public final e1 d; public final a e; @@ -52,7 +52,7 @@ public class c implements d { Exception e; c cVar = c.this; d dVar = cVar.f; - g gVar = cVar.f1745b; + g gVar = cVar.f1746b; b.i.c.m.d.s.i.c cVar2 = (b.i.c.m.d.s.i.c) dVar; Objects.requireNonNull(cVar2); FileWriter fileWriter = null; @@ -60,7 +60,7 @@ public class c implements d { Map f = cVar2.f(gVar); b.i.c.m.d.n.a c = cVar2.c(f); cVar2.d(c, gVar); - cVar2.f.b("Requesting settings from " + cVar2.f1674b); + cVar2.f.b("Requesting settings from " + cVar2.f1675b); cVar2.f.b("Settings query params were: " + f); b.i.c.m.d.n.c a = c.a(); cVar2.f.b("Settings request ID: " + a.c.c("X-REQUEST-ID")); @@ -92,7 +92,7 @@ public class c implements d { b.i.c.m.d.k.h.c(fileWriter, "Failed to close settings writer."); c.this.e(jSONObject, "Loaded settings: "); c cVar3 = c.this; - String str = cVar3.f1745b.f; + String str = cVar3.f1746b.f; SharedPreferences.Editor edit = b.i.c.m.d.k.h.o(cVar3.a).edit(); edit.putString("existing_instance_identifier", str); edit.apply(); @@ -124,7 +124,7 @@ public class c implements d { b.i.c.m.d.k.h.c(fileWriter, "Failed to close settings writer."); c.this.e(jSONObject, "Loaded settings: "); c cVar32 = c.this; - String str2 = cVar32.f1745b.f; + String str2 = cVar32.f1746b.f; SharedPreferences.Editor edit2 = b.i.c.m.d.k.h.o(cVar32.a).edit(); edit2.putString("existing_instance_identifier", str2); edit2.apply(); @@ -142,7 +142,7 @@ public class c implements d { AtomicReference atomicReference = new AtomicReference<>(); this.h = atomicReference; this.a = context; - this.f1745b = gVar; + this.f1746b = gVar; this.d = e1Var; this.c = eVar; this.e = aVar; @@ -204,7 +204,7 @@ public class c implements d { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/util/concurrent/Executor;)Lcom/google/android/gms/tasks/Task; */ public Task d(int i, Executor executor) { b.i.c.m.d.s.h.f b2; - if ((!b.i.c.m.d.k.h.o(this.a).getString("existing_instance_identifier", "").equals(this.f1745b.f)) || (b2 = b(i)) == null) { + if ((!b.i.c.m.d.k.h.o(this.a).getString("existing_instance_identifier", "").equals(this.f1746b.f)) || (b2 = b(i)) == null) { b.i.c.m.d.s.h.f b3 = b(3); if (b3 != null) { this.h.set(b3); diff --git a/app/src/main/java/b/i/c/m/d/s/h/a.java b/app/src/main/java/b/i/c/m/d/s/h/a.java index 848c55d3bc..4bb22d0bd8 100644 --- a/app/src/main/java/b/i/c/m/d/s/h/a.java +++ b/app/src/main/java/b/i/c/m/d/s/h/a.java @@ -5,7 +5,7 @@ public class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1746b; + public final String f1747b; public final String c; public final String d; public final String e; @@ -16,7 +16,7 @@ public class a { public a(String str, String str2, String str3, String str4, String str5, String str6, String str7, int i, String str8, String str9) { this.a = str; - this.f1746b = str2; + this.f1747b = str2; this.c = str3; this.d = str4; this.e = str5; diff --git a/app/src/main/java/b/i/c/m/d/s/h/b.java b/app/src/main/java/b/i/c/m/d/s/h/b.java index 05e9685f59..245752f075 100644 --- a/app/src/main/java/b/i/c/m/d/s/h/b.java +++ b/app/src/main/java/b/i/c/m/d/s/h/b.java @@ -5,7 +5,7 @@ public class b { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1747b; + public final String f1748b; public final String c; public final String d; public final String e; @@ -15,7 +15,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, boolean z2, int i, int i2) { this.a = str; - this.f1747b = str2; + this.f1748b = str2; this.c = str3; this.d = str4; this.e = str6; @@ -26,7 +26,7 @@ public class b { public b(String str, String str2, String str3, String str4, boolean z2) { this.a = str; - this.f1747b = str2; + this.f1748b = str2; this.c = str3; this.d = str4; this.e = null; diff --git a/app/src/main/java/b/i/c/m/d/s/h/f.java b/app/src/main/java/b/i/c/m/d/s/h/f.java index b7d54c9b29..82256d8762 100644 --- a/app/src/main/java/b/i/c/m/d/s/h/f.java +++ b/app/src/main/java/b/i/c/m/d/s/h/f.java @@ -5,14 +5,14 @@ public class f implements e { public final b a; /* renamed from: b reason: collision with root package name */ - public final d f1748b; + public final d f1749b; public final c c; public final long d; public f(long j, b bVar, d dVar, c cVar, int i, int i2) { this.d = j; this.a = bVar; - this.f1748b = dVar; + this.f1749b = dVar; this.c = cVar; } @@ -23,6 +23,6 @@ public class f implements e { @Override // b.i.c.m.d.s.h.e public d b() { - return this.f1748b; + return this.f1749b; } } diff --git a/app/src/main/java/b/i/c/m/d/s/h/g.java b/app/src/main/java/b/i/c/m/d/s/h/g.java index 24b9410e8b..248d8591c8 100644 --- a/app/src/main/java/b/i/c/m/d/s/h/g.java +++ b/app/src/main/java/b/i/c/m/d/s/h/g.java @@ -7,7 +7,7 @@ public class g { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1749b; + public final String f1750b; public final String c; public final String d; public final w0 e; @@ -18,7 +18,7 @@ public class g { public g(String str, String str2, String str3, String str4, w0 w0Var, String str5, String str6, String str7, int i) { this.a = str; - this.f1749b = str2; + this.f1750b = str2; this.c = str3; this.d = str4; this.e = w0Var; diff --git a/app/src/main/java/b/i/c/m/d/s/i/a.java b/app/src/main/java/b/i/c/m/d/s/i/a.java index 3e438e066e..7233d14013 100644 --- a/app/src/main/java/b/i/c/m/d/s/i/a.java +++ b/app/src/main/java/b/i/c/m/d/s/i/a.java @@ -21,7 +21,7 @@ public abstract class a extends b.i.c.m.d.k.a { if (z2) { b.i.c.m.d.n.a b2 = b(); b2.e.put("X-CRASHLYTICS-ORG-ID", aVar.a); - b2.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.f1746b); + b2.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.f1747b); b2.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b2.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b2.b("org_id", aVar.a); @@ -37,12 +37,12 @@ public abstract class a extends b.i.c.m.d.k.a { } b.i.c.m.d.b bVar = b.i.c.m.d.b.a; StringBuilder R = b.d.b.a.a.R("Sending app info to "); - R.append(this.f1674b); + R.append(this.f1675b); bVar.b(R.toString()); try { c a = b2.a(); int i = a.a; - String str = ShareTarget.METHOD_POST.equalsIgnoreCase(b.c.a.y.b.n(b2.f1734b)) ? "Create" : "Update"; + String str = ShareTarget.METHOD_POST.equalsIgnoreCase(b.c.a.y.b.n(b2.f1735b)) ? "Create" : "Update"; bVar.b(str + " app request ID: " + a.c.c("X-REQUEST-ID")); StringBuilder sb = new StringBuilder(); sb.append("Result was "); diff --git a/app/src/main/java/b/i/c/m/d/s/i/c.java b/app/src/main/java/b/i/c/m/d/s/i/c.java index fac5334e22..00b0aa8bc3 100644 --- a/app/src/main/java/b/i/c/m/d/s/i/c.java +++ b/app/src/main/java/b/i/c/m/d/s/i/c.java @@ -26,7 +26,7 @@ public class c extends a implements d { e(aVar, "X-CRASHLYTICS-API-CLIENT-TYPE", "android"); e(aVar, "X-CRASHLYTICS-API-CLIENT-VERSION", "17.3.0"); e(aVar, "Accept", RestAPIBuilder.CONTENT_TYPE_JSON); - e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.f1749b); + e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.f1750b); e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.c); e(aVar, "X-CRASHLYTICS-OS-DISPLAY-VERSION", gVar.d); e(aVar, "X-CRASHLYTICS-INSTALLATION-ID", ((v0) gVar.e).b()); @@ -56,13 +56,13 @@ public class c extends a implements d { b bVar = this.f; bVar.b("Settings result was: " + i); if (i == 200 || i == 201 || i == 202 || i == 203) { - String str = cVar.f1735b; + String str = cVar.f1736b; try { return new JSONObject(str); } catch (Exception e) { b bVar2 = this.f; StringBuilder R = b.d.b.a.a.R("Failed to parse settings JSON from "); - R.append(this.f1674b); + R.append(this.f1675b); bVar2.c(R.toString(), e); b.d.b.a.a.m0("Settings response ", str, this.f); return null; @@ -70,7 +70,7 @@ public class c extends a implements d { } else { b bVar3 = this.f; StringBuilder R2 = b.d.b.a.a.R("Failed to retrieve settings from "); - R2.append(this.f1674b); + R2.append(this.f1675b); bVar3.d(R2.toString()); return null; } diff --git a/app/src/main/java/b/i/c/m/d/t/a.java b/app/src/main/java/b/i/c/m/d/t/a.java index 34db76cbd0..4c97436ee2 100644 --- a/app/src/main/java/b/i/c/m/d/t/a.java +++ b/app/src/main/java/b/i/c/m/d/t/a.java @@ -5,11 +5,11 @@ public class a implements d { public final d[] a; /* renamed from: b reason: collision with root package name */ - public final b f1750b; + public final b f1751b; public a(int i, d... dVarArr) { this.a = dVarArr; - this.f1750b = new b(i); + this.f1751b = new b(i); } @Override // b.i.c.m.d.t.d @@ -25,6 +25,6 @@ public class a implements d { } stackTraceElementArr2 = dVar.a(stackTraceElementArr); } - return stackTraceElementArr2.length > 1024 ? this.f1750b.a(stackTraceElementArr2) : stackTraceElementArr2; + return stackTraceElementArr2.length > 1024 ? this.f1751b.a(stackTraceElementArr2) : stackTraceElementArr2; } } diff --git a/app/src/main/java/b/i/c/m/d/t/e.java b/app/src/main/java/b/i/c/m/d/t/e.java index 5809b7e9da..5d0cc1e456 100644 --- a/app/src/main/java/b/i/c/m/d/t/e.java +++ b/app/src/main/java/b/i/c/m/d/t/e.java @@ -5,13 +5,13 @@ public class e { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1751b; + public final String f1752b; public final StackTraceElement[] c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); - this.f1751b = th.getClass().getName(); + this.f1752b = th.getClass().getName(); this.c = dVar.a(th.getStackTrace()); Throwable cause = th.getCause(); this.d = cause != null ? new e(cause, dVar) : null; diff --git a/app/src/main/java/b/i/c/m/d/u/a.java b/app/src/main/java/b/i/c/m/d/u/a.java index d5e633f7fc..5540acca81 100644 --- a/app/src/main/java/b/i/c/m/d/u/a.java +++ b/app/src/main/java/b/i/c/m/d/u/a.java @@ -9,7 +9,7 @@ public class a { public final Context a; /* renamed from: b reason: collision with root package name */ - public boolean f1752b = false; + public boolean f1753b = false; public String c; public a(Context context) { @@ -18,7 +18,7 @@ public class a { public String a() { String str; - if (!this.f1752b) { + if (!this.f1753b) { Context context = this.a; int n = h.n(context, "com.google.firebase.crashlytics.unity_version", "string"); if (n != 0) { @@ -28,7 +28,7 @@ public class a { str = null; } this.c = str; - this.f1752b = true; + this.f1753b = true; } String str2 = this.c; if (str2 != null) { diff --git a/app/src/main/java/b/i/c/m/e/a.java b/app/src/main/java/b/i/c/m/e/a.java index 19bdba7355..cfe62a97f8 100644 --- a/app/src/main/java/b/i/c/m/e/a.java +++ b/app/src/main/java/b/i/c/m/e/a.java @@ -19,12 +19,12 @@ public class a implements e { public static final Charset a = Charset.forName(Constants.ENCODING); /* renamed from: b reason: collision with root package name */ - public final Context f1753b; + public final Context f1754b; public final d c; public final f d; public a(Context context, d dVar, f fVar) { - this.f1753b = context; + this.f1754b = context; this.c = dVar; this.d = fVar; } @@ -58,7 +58,7 @@ public class a implements e { g.b bVar2 = new g.b(); if (a2 != null && a2.exists() && file.exists()) { bVar2.a = b(file, ".dmp"); - bVar2.f1755b = b(a2, ".device_info"); + bVar2.f1756b = b(a2, ".device_info"); bVar2.c = new File(a2, "session.json"); bVar2.d = new File(a2, "app.json"); bVar2.e = new File(a2, "device.json"); diff --git a/app/src/main/java/b/i/c/m/e/c.java b/app/src/main/java/b/i/c/m/e/c.java index dccd7d4125..9b6aaa38b4 100644 --- a/app/src/main/java/b/i/c/m/e/c.java +++ b/app/src/main/java/b/i/c/m/e/c.java @@ -107,7 +107,7 @@ public class c implements a { boolean z2 = false; if (a != null) { try { - z2 = ((JniNativeApi) aVar.c).a(a.getCanonicalPath(), aVar.f1753b.getAssets()); + z2 = ((JniNativeApi) aVar.c).a(a.getCanonicalPath(), aVar.f1754b.getAssets()); } catch (IOException e) { if (b.a.a(6)) { Log.e("FirebaseCrashlytics", "Error initializing CrashlyticsNdk", e); diff --git a/app/src/main/java/b/i/c/m/e/g.java b/app/src/main/java/b/i/c/m/e/g.java index 19e25ee923..4330a49987 100644 --- a/app/src/main/java/b/i/c/m/e/g.java +++ b/app/src/main/java/b/i/c/m/e/g.java @@ -7,7 +7,7 @@ public final class g { public final File a; /* renamed from: b reason: collision with root package name */ - public final File f1754b; + public final File f1755b; public final File c; public final File d; public final File e; @@ -19,7 +19,7 @@ public final class g { public File a; /* renamed from: b reason: collision with root package name */ - public File f1755b; + public File f1756b; public File c; public File d; public File e; @@ -28,7 +28,7 @@ public final class g { public g(b bVar, a aVar) { this.a = bVar.a; - this.f1754b = bVar.f1755b; + this.f1755b = bVar.f1756b; this.c = bVar.c; this.d = bVar.d; this.e = bVar.e; diff --git a/app/src/main/java/b/i/c/m/e/h.java b/app/src/main/java/b/i/c/m/e/h.java index aecc020e3c..94dcfa1afe 100644 --- a/app/src/main/java/b/i/c/m/e/h.java +++ b/app/src/main/java/b/i/c/m/e/h.java @@ -38,6 +38,6 @@ public class h implements d { @Override // b.i.c.m.d.d public File f() { - return this.a.f1754b; + return this.a.f1755b; } } diff --git a/app/src/main/java/b/i/c/o/b/e.java b/app/src/main/java/b/i/c/o/b/e.java index 0e10a5a8c6..5503543b5d 100644 --- a/app/src/main/java/b/i/c/o/b/e.java +++ b/app/src/main/java/b/i/c/o/b/e.java @@ -22,12 +22,12 @@ public final class e extends a { @Nullable /* renamed from: b reason: collision with root package name */ - public final b.i.c.j.a.a f1756b; + public final b.i.c.j.a.a f1757b; public e(c cVar, @Nullable b.i.c.j.a.a aVar) { cVar.a(); this.a = new c(cVar.d); - this.f1756b = aVar; + this.f1757b = aVar; if (aVar == null) { Log.w("FDL", "FDL logging failed. Add a dependency for Firebase Analytics to your app to enable logging of Dynamic Link events."); } @@ -36,7 +36,7 @@ public final class e extends a { @Override // b.i.c.o.a public final Task a(@NonNull Intent intent) { DynamicLinkData dynamicLinkData; - Task c = this.a.c(new i(this.f1756b, intent.getDataString())); + Task c = this.a.c(new i(this.f1757b, intent.getDataString())); Parcelable.Creator creator = DynamicLinkData.CREATOR; byte[] byteArrayExtra = intent.getByteArrayExtra("com.google.firebase.dynamiclinks.DYNAMIC_LINK_DATA"); PendingDynamicLinkData pendingDynamicLinkData = null; diff --git a/app/src/main/java/b/i/c/o/b/g.java b/app/src/main/java/b/i/c/o/b/g.java index ee26fcbd41..4a80af7018 100644 --- a/app/src/main/java/b/i/c/o/b/g.java +++ b/app/src/main/java/b/i/c/o/b/g.java @@ -11,10 +11,10 @@ public final class g extends k { @Nullable /* renamed from: b reason: collision with root package name */ - public final a f1757b; + public final a f1758b; public g(a aVar, TaskCompletionSource taskCompletionSource) { - this.f1757b = aVar; + this.f1758b = aVar; this.a = taskCompletionSource; } } diff --git a/app/src/main/java/b/i/c/o/b/l.java b/app/src/main/java/b/i/c/o/b/l.java index f44625e5b8..c1b25208f2 100644 --- a/app/src/main/java/b/i/c/o/b/l.java +++ b/app/src/main/java/b/i/c/o/b/l.java @@ -12,7 +12,7 @@ public final class l implements j, IInterface { public final IBinder a; /* renamed from: b reason: collision with root package name */ - public final String f1758b = "com.google.firebase.dynamiclinks.internal.IDynamicLinksService"; + public final String f1759b = "com.google.firebase.dynamiclinks.internal.IDynamicLinksService"; public l(IBinder iBinder) { this.a = iBinder; @@ -26,7 +26,7 @@ public final class l implements j, IInterface { @Override // b.i.c.o.b.j public final void b0(h hVar, String str) throws RemoteException { Parcel obtain = Parcel.obtain(); - obtain.writeInterfaceToken(this.f1758b); + obtain.writeInterfaceToken(this.f1759b); int i = b.a; obtain.writeStrongBinder((a) hVar); obtain.writeString(str); diff --git a/app/src/main/java/b/i/c/p/h/d.java b/app/src/main/java/b/i/c/p/h/d.java index f37fa67cc3..1889079eb3 100644 --- a/app/src/main/java/b/i/c/p/h/d.java +++ b/app/src/main/java/b/i/c/p/h/d.java @@ -25,9 +25,9 @@ public class d implements a { public void b(@NonNull Object obj, @NonNull Writer writer) throws IOException { e eVar = this.a; - f fVar = new f(writer, eVar.f1759b, eVar.c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.f1760b, eVar.c, eVar.d, eVar.e); fVar.g(obj, false); fVar.i(); - fVar.f1760b.flush(); + fVar.f1761b.flush(); } } diff --git a/app/src/main/java/b/i/c/p/h/e.java b/app/src/main/java/b/i/c/p/h/e.java index 1262df9694..57328ff8d7 100644 --- a/app/src/main/java/b/i/c/p/h/e.java +++ b/app/src/main/java/b/i/c/p/h/e.java @@ -18,7 +18,7 @@ public final class e implements b { public static final a a = new a(null); /* renamed from: b reason: collision with root package name */ - public final Map, c> f1759b; + public final Map, c> f1760b; public final Map, b.i.c.p.e> c; public c d = a.a; public boolean e = false; @@ -45,7 +45,7 @@ public final class e implements b { public e() { HashMap hashMap = new HashMap(); - this.f1759b = hashMap; + this.f1760b = hashMap; HashMap hashMap2 = new HashMap(); this.c = hashMap2; hashMap2.put(String.class, b.a); diff --git a/app/src/main/java/b/i/c/p/h/f.java b/app/src/main/java/b/i/c/p/h/f.java index 3c1a817c7d..f9bf253163 100644 --- a/app/src/main/java/b/i/c/p/h/f.java +++ b/app/src/main/java/b/i/c/p/h/f.java @@ -19,14 +19,14 @@ public final class f implements d, b.i.c.p.f { public boolean a = true; /* renamed from: b reason: collision with root package name */ - public final JsonWriter f1760b; + public final JsonWriter f1761b; public final Map, c> c; public final Map, e> d; public final c e; public final boolean f; public f(@NonNull Writer writer, @NonNull Map, c> map, @NonNull Map, e> map2, c cVar, boolean z2) { - this.f1760b = new JsonWriter(writer); + this.f1761b = new JsonWriter(writer); this.c = map; this.d = map2; this.e = cVar; @@ -37,9 +37,9 @@ public final class f implements d, b.i.c.p.f { @NonNull public d a(@NonNull String str, boolean z2) throws IOException { i(); - this.f1760b.name(str); + this.f1761b.name(str); i(); - this.f1760b.value(z2); + this.f1761b.value(z2); return this; } @@ -47,9 +47,9 @@ public final class f implements d, b.i.c.p.f { @NonNull public d b(@NonNull String str, long j) throws IOException { i(); - this.f1760b.name(str); + this.f1761b.name(str); i(); - this.f1760b.value(j); + this.f1761b.value(j); return this; } @@ -57,9 +57,9 @@ public final class f implements d, b.i.c.p.f { @NonNull public d c(@NonNull String str, int i) throws IOException { i(); - this.f1760b.name(str); + this.f1761b.name(str); i(); - this.f1760b.value(i); + this.f1761b.value(i); return this; } @@ -67,7 +67,7 @@ public final class f implements d, b.i.c.p.f { @NonNull public b.i.c.p.f d(@Nullable String str) throws IOException { i(); - this.f1760b.value(str); + this.f1761b.value(str); return this; } @@ -75,7 +75,7 @@ public final class f implements d, b.i.c.p.f { @NonNull public b.i.c.p.f e(boolean z2) throws IOException { i(); - this.f1760b.value(z2); + this.f1761b.value(z2); return this; } @@ -91,22 +91,22 @@ public final class f implements d, b.i.c.p.f { } } if (obj == null) { - this.f1760b.nullValue(); + this.f1761b.nullValue(); return this; } else if (obj instanceof Number) { - this.f1760b.value((Number) obj); + this.f1761b.value((Number) obj); return this; } else if (obj.getClass().isArray()) { if (obj instanceof byte[]) { i(); - this.f1760b.value(Base64.encodeToString((byte[]) obj, 2)); + this.f1761b.value(Base64.encodeToString((byte[]) obj, 2)); return this; } - this.f1760b.beginArray(); + this.f1761b.beginArray(); if (obj instanceof int[]) { int length = ((int[]) obj).length; while (i < length) { - this.f1760b.value(iArr[i]); + this.f1761b.value(iArr[i]); i++; } } else if (obj instanceof long[]) { @@ -115,21 +115,21 @@ public final class f implements d, b.i.c.p.f { while (i < length2) { long j = jArr[i]; i(); - this.f1760b.value(j); + this.f1761b.value(j); i++; } } else if (obj instanceof double[]) { double[] dArr = (double[]) obj; int length3 = dArr.length; while (i < length3) { - this.f1760b.value(dArr[i]); + this.f1761b.value(dArr[i]); i++; } } else if (obj instanceof boolean[]) { boolean[] zArr = (boolean[]) obj; int length4 = zArr.length; while (i < length4) { - this.f1760b.value(zArr[i]); + this.f1761b.value(zArr[i]); i++; } } else if (obj instanceof Number[]) { @@ -141,17 +141,17 @@ public final class f implements d, b.i.c.p.f { g(obj2, false); } } - this.f1760b.endArray(); + this.f1761b.endArray(); return this; } else if (obj instanceof Collection) { - this.f1760b.beginArray(); + this.f1761b.beginArray(); for (Object obj3 : (Collection) obj) { g(obj3, false); } - this.f1760b.endArray(); + this.f1761b.endArray(); return this; } else if (obj instanceof Map) { - this.f1760b.beginObject(); + this.f1761b.beginObject(); for (Map.Entry entry : ((Map) obj).entrySet()) { Object key = entry.getKey(); try { @@ -160,17 +160,17 @@ public final class f implements d, b.i.c.p.f { throw new EncodingException(String.format("Only String keys are currently supported in maps, got %s of type %s instead.", key, key.getClass()), e); } } - this.f1760b.endObject(); + this.f1761b.endObject(); return this; } else { c cVar = this.c.get(obj.getClass()); if (cVar != null) { if (!z2) { - this.f1760b.beginObject(); + this.f1761b.beginObject(); } cVar.a(obj, this); if (!z2) { - this.f1760b.endObject(); + this.f1761b.endObject(); } return this; } @@ -181,16 +181,16 @@ public final class f implements d, b.i.c.p.f { } else if (obj instanceof Enum) { String name = ((Enum) obj).name(); i(); - this.f1760b.value(name); + this.f1761b.value(name); return this; } else { c cVar2 = this.e; if (!z2) { - this.f1760b.beginObject(); + this.f1761b.beginObject(); } cVar2.a(obj, this); if (!z2) { - this.f1760b.endObject(); + this.f1761b.endObject(); } return this; } @@ -202,17 +202,17 @@ public final class f implements d, b.i.c.p.f { public f f(@NonNull String str, @Nullable Object obj) throws IOException { if (!this.f) { i(); - this.f1760b.name(str); + this.f1761b.name(str); if (obj != null) { return g(obj, false); } - this.f1760b.nullValue(); + this.f1761b.nullValue(); return this; } else if (obj == null) { return this; } else { i(); - this.f1760b.name(str); + this.f1761b.name(str); return g(obj, false); } } diff --git a/app/src/main/java/b/i/c/r/e.java b/app/src/main/java/b/i/c/r/e.java index 160150c3ee..fd1b1ed534 100644 --- a/app/src/main/java/b/i/c/r/e.java +++ b/app/src/main/java/b/i/c/r/e.java @@ -8,20 +8,20 @@ public class e { public static e a; /* renamed from: b reason: collision with root package name */ - public final SharedPreferences f1761b; + public final SharedPreferences f1762b; public e(Context context) { - this.f1761b = context.getSharedPreferences("FirebaseAppHeartBeat", 0); + this.f1762b = context.getSharedPreferences("FirebaseAppHeartBeat", 0); } public synchronized boolean a(String str, long j) { - if (!this.f1761b.contains(str)) { - this.f1761b.edit().putLong(str, j).apply(); + if (!this.f1762b.contains(str)) { + this.f1762b.edit().putLong(str, j).apply(); return true; - } else if (j - this.f1761b.getLong(str, -1L) < 86400000) { + } else if (j - this.f1762b.getLong(str, -1L) < 86400000) { return false; } else { - this.f1761b.edit().putLong(str, j).apply(); + this.f1762b.edit().putLong(str, j).apply(); return true; } } diff --git a/app/src/main/java/b/i/c/s/b.java b/app/src/main/java/b/i/c/s/b.java index 1f41c09c12..66c60f2a32 100644 --- a/app/src/main/java/b/i/c/s/b.java +++ b/app/src/main/java/b/i/c/s/b.java @@ -38,7 +38,7 @@ public final /* synthetic */ class b implements Callable { Intent intent2 = new Intent("com.google.firebase.MESSAGING_EVENT"); intent2.setPackage(context.getPackageName()); synchronized (a) { - str = a.f1772b; + str = a.f1773b; if (str == null) { ResolveInfo resolveService = context.getPackageManager().resolveService(intent2, 0); str = null; @@ -47,11 +47,11 @@ public final /* synthetic */ class b implements Callable { if (str2.startsWith(".")) { String valueOf = String.valueOf(context.getPackageName()); String valueOf2 = String.valueOf(serviceInfo.name); - a.f1772b = valueOf2.length() != 0 ? valueOf.concat(valueOf2) : new String(valueOf); + a.f1773b = valueOf2.length() != 0 ? valueOf.concat(valueOf2) : new String(valueOf); } else { - a.f1772b = serviceInfo.name; + a.f1773b = serviceInfo.name; } - str = a.f1772b; + str = a.f1773b; } String str3 = serviceInfo.packageName; String str4 = serviceInfo.name; diff --git a/app/src/main/java/b/i/c/s/c.java b/app/src/main/java/b/i/c/s/c.java index ba55d58575..9031584077 100644 --- a/app/src/main/java/b/i/c/s/c.java +++ b/app/src/main/java/b/i/c/s/c.java @@ -12,17 +12,17 @@ public final /* synthetic */ class c implements a { public final Context a; /* renamed from: b reason: collision with root package name */ - public final Intent f1762b; + public final Intent f1763b; public c(Context context, Intent intent) { this.a = context; - this.f1762b = intent; + this.f1763b = intent; } @Override // b.i.a.f.n.a public final Object a(Task task) { Context context = this.a; - Intent intent = this.f1762b; + Intent intent = this.f1763b; if (!f.A0() || ((Integer) task.l()).intValue() != 402) { return task; } diff --git a/app/src/main/java/b/i/c/s/d0.java b/app/src/main/java/b/i/c/s/d0.java index 64b1438466..2d6dfaf3a4 100644 --- a/app/src/main/java/b/i/c/s/d0.java +++ b/app/src/main/java/b/i/c/s/d0.java @@ -31,14 +31,14 @@ public class d0 implements ServiceConnection { public final Intent a; /* renamed from: b reason: collision with root package name */ - public final TaskCompletionSource f1763b = new TaskCompletionSource<>(); + public final TaskCompletionSource f1764b = new TaskCompletionSource<>(); public a(Intent intent) { this.a = intent; } public void a() { - this.f1763b.b(null); + this.f1764b.b(null); } } diff --git a/app/src/main/java/b/i/c/s/f.java b/app/src/main/java/b/i/c/s/f.java index 2e982bd794..c2b1fad2d4 100644 --- a/app/src/main/java/b/i/c/s/f.java +++ b/app/src/main/java/b/i/c/s/f.java @@ -19,7 +19,7 @@ public class f { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static d0 f1764b; + public static d0 f1765b; public final Context c; public final Executor d; @@ -40,10 +40,10 @@ public class f { Log.d("FirebaseInstanceId", "Binding to service"); } synchronized (a) { - if (f1764b == null) { - f1764b = new d0(context, "com.google.firebase.MESSAGING_EVENT"); + if (f1765b == null) { + f1765b = new d0(context, "com.google.firebase.MESSAGING_EVENT"); } - d0Var = f1764b; + d0Var = f1765b; } synchronized (d0Var) { if (Log.isLoggable("FirebaseInstanceId", 3)) { @@ -52,12 +52,12 @@ public class f { d0.a aVar = new d0.a(intent); ScheduledExecutorService scheduledExecutorService = d0Var.l; ScheduledFuture schedule = scheduledExecutorService.schedule(new b0(aVar), 9000L, TimeUnit.MILLISECONDS); - c0 c0Var2 = aVar.f1763b.a; - c0Var2.f1590b.a(new r(scheduledExecutorService, new c0(schedule))); + c0 c0Var2 = aVar.f1764b.a; + c0Var2.f1591b.a(new r(scheduledExecutorService, new c0(schedule))); c0Var2.w(); d0Var.m.add(aVar); d0Var.b(); - c0Var = aVar.f1763b.a; + c0Var = aVar.f1764b.a; } Executor executor = h.a; return c0Var.i(g.j, d.a); diff --git a/app/src/main/java/b/i/c/s/i.java b/app/src/main/java/b/i/c/s/i.java index 3539b10301..659e82800f 100644 --- a/app/src/main/java/b/i/c/s/i.java +++ b/app/src/main/java/b/i/c/s/i.java @@ -9,17 +9,17 @@ public final /* synthetic */ class i implements a { public final FirebaseInstanceId a; /* renamed from: b reason: collision with root package name */ - public final String f1765b; + public final String f1766b; public final String c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; - this.f1765b = str; + this.f1766b = str; this.c = str2; } @Override // b.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.f1765b, this.c); + return this.a.m(this.f1766b, this.c); } } 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 6d299c9006..95777cb1e8 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.f3093b; + w wVar = FirebaseInstanceId.f3104b; 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 b1583b17fe..3a502c6bf1 100644 --- a/app/src/main/java/b/i/c/s/l.java +++ b/app/src/main/java/b/i/c/s/l.java @@ -11,13 +11,13 @@ public final /* synthetic */ class l implements f { public final FirebaseInstanceId a; /* renamed from: b reason: collision with root package name */ - public final String f1766b; + public final String f1767b; public final String c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; - this.f1766b = str; + this.f1767b = str; this.c = str2; this.d = str3; } @@ -25,11 +25,11 @@ public final /* synthetic */ class l implements f { @Override // b.i.a.f.n.f public final Task a(Object obj) { FirebaseInstanceId firebaseInstanceId = this.a; - String str = this.f1766b; + String str = this.f1767b; String str2 = this.c; String str3 = this.d; String str4 = (String) obj; - w wVar = FirebaseInstanceId.f3093b; + w wVar = FirebaseInstanceId.f3104b; String h = firebaseInstanceId.h(); String a = firebaseInstanceId.g.a(); synchronized (wVar) { diff --git a/app/src/main/java/b/i/c/s/n.java b/app/src/main/java/b/i/c/s/n.java index 76a8fb2c16..b6546cda80 100644 --- a/app/src/main/java/b/i/c/s/n.java +++ b/app/src/main/java/b/i/c/s/n.java @@ -33,7 +33,7 @@ public class n { public final c a; /* renamed from: b reason: collision with root package name */ - public final q f1767b; + public final q f1768b; public final b c; public final a d; public final a e; @@ -43,7 +43,7 @@ public class n { cVar.a(); b bVar = new b(cVar.d); this.a = cVar; - this.f1767b = qVar; + this.f1768b = qVar; this.c = bVar; this.d = aVar; this.e = aVar2; @@ -70,8 +70,8 @@ public class n { bundle.putString("appid", str); c cVar = this.a; cVar.a(); - bundle.putString("gmp_app_id", cVar.f.f1653b); - q qVar = this.f1767b; + bundle.putString("gmp_app_id", cVar.f.f1654b); + q qVar = this.f1768b; synchronized (qVar) { if (qVar.d == 0 && (c = qVar.c("com.google.android.gms")) != null) { qVar.d = c.versionCode; @@ -80,8 +80,8 @@ public class n { } bundle.putString("gmsv", Integer.toString(i)); bundle.putString("osv", Integer.toString(Build.VERSION.SDK_INT)); - bundle.putString("app_ver", this.f1767b.a()); - q qVar2 = this.f1767b; + bundle.putString("app_ver", this.f1768b.a()); + q qVar2 = this.f1768b; synchronized (qVar2) { if (qVar2.c == null) { qVar2.e(); @@ -118,10 +118,10 @@ public class n { b bVar = this.c; r rVar = bVar.f; synchronized (rVar) { - if (rVar.f1340b == 0 && (b2 = rVar.b("com.google.android.gms")) != null) { - rVar.f1340b = b2.versionCode; + if (rVar.f1341b == 0 && (b2 = rVar.b("com.google.android.gms")) != null) { + rVar.f1341b = b2.versionCode; } - i2 = rVar.f1340b; + i2 = rVar.f1341b; } if (i2 >= 12000000) { b.i.a.f.d.f a3 = b.i.a.f.d.f.a(bVar.e); diff --git a/app/src/main/java/b/i/c/s/p.java b/app/src/main/java/b/i/c/s/p.java index fb255a2766..f3e430b637 100644 --- a/app/src/main/java/b/i/c/s/p.java +++ b/app/src/main/java/b/i/c/s/p.java @@ -5,16 +5,16 @@ public final class p implements o { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1768b; + public final String f1769b; public p(String str, String str2) { this.a = str; - this.f1768b = str2; + this.f1769b = str2; } @Override // b.i.c.s.o public final String a() { - return this.f1768b; + return this.f1769b; } @Override // b.i.c.s.o diff --git a/app/src/main/java/b/i/c/s/q.java b/app/src/main/java/b/i/c/s/q.java index 04ac1bec38..37a1ce97bf 100644 --- a/app/src/main/java/b/i/c/s/q.java +++ b/app/src/main/java/b/i/c/s/q.java @@ -16,7 +16,7 @@ public class q { public final Context a; /* renamed from: b reason: collision with root package name */ - public String f1769b; + public String f1770b; public String c; public int d; public int e = 0; @@ -32,7 +32,7 @@ public class q { return str; } cVar.a(); - String str2 = cVar.f.f1653b; + String str2 = cVar.f.f1654b; if (!str2.startsWith("1:")) { return str2; } @@ -48,10 +48,10 @@ public class q { } public synchronized String a() { - if (this.f1769b == null) { + if (this.f1770b == null) { e(); } - return this.f1769b; + return this.f1770b; } public final PackageInfo c(String str) { @@ -107,7 +107,7 @@ public class q { public final synchronized void e() { PackageInfo c = c(this.a.getPackageName()); if (c != null) { - this.f1769b = Integer.toString(c.versionCode); + this.f1770b = Integer.toString(c.versionCode); this.c = c.versionName; } } diff --git a/app/src/main/java/b/i/c/s/t.java b/app/src/main/java/b/i/c/s/t.java index 1e01486013..b9cc03f60b 100644 --- a/app/src/main/java/b/i/c/s/t.java +++ b/app/src/main/java/b/i/c/s/t.java @@ -9,19 +9,19 @@ public final /* synthetic */ class t implements a { public final u a; /* renamed from: b reason: collision with root package name */ - public final Pair f1770b; + public final Pair f1771b; public t(u uVar, Pair pair) { this.a = uVar; - this.f1770b = pair; + this.f1771b = pair; } @Override // b.i.a.f.n.a public final Object a(Task task) { u uVar = this.a; - Pair pair = this.f1770b; + Pair pair = this.f1771b; synchronized (uVar) { - uVar.f1771b.remove(pair); + uVar.f1772b.remove(pair); } return task; } diff --git a/app/src/main/java/b/i/c/s/u.java b/app/src/main/java/b/i/c/s/u.java index 29d7b673a2..8da659f7b0 100644 --- a/app/src/main/java/b/i/c/s/u.java +++ b/app/src/main/java/b/i/c/s/u.java @@ -11,7 +11,7 @@ public class u { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Map, Task> f1771b = new ArrayMap(); + public final Map, Task> f1772b = new ArrayMap(); public u(Executor executor) { this.a = executor; diff --git a/app/src/main/java/b/i/c/s/v.java b/app/src/main/java/b/i/c/s/v.java index c4c485e2f6..9f1a53facd 100644 --- a/app/src/main/java/b/i/c/s/v.java +++ b/app/src/main/java/b/i/c/s/v.java @@ -13,7 +13,7 @@ public class v { @Nullable /* renamed from: b reason: collision with root package name */ - public String f1772b = null; + public String f1773b = null; public Boolean c = null; public Boolean d = null; public final Queue e = new ArrayDeque(); 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 05f3d3afff..88c3368cc3 100644 --- a/app/src/main/java/b/i/c/s/w.java +++ b/app/src/main/java/b/i/c/s/w.java @@ -21,7 +21,7 @@ public class w { public final SharedPreferences a; /* renamed from: b reason: collision with root package name */ - public final Context f1773b; + public final Context f1774b; @GuardedBy("this") public final Map c = new ArrayMap(); @@ -31,7 +31,7 @@ public class w { public static final long a = TimeUnit.DAYS.toMillis(7); /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int f1774b = 0; + public static final /* synthetic */ int f1775b = 0; public final String c; public final String d; public final long e; @@ -76,7 +76,7 @@ public class w { public w(Context context) { boolean isEmpty; - this.f1773b = context; + this.f1774b = context; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.android.gms.appid", 0); this.a = sharedPreferences; File file = new File(ContextCompat.getNoBackupFilesDir(context), "com.google.android.gms.appid-no-backup"); @@ -89,9 +89,9 @@ public class w { if (!isEmpty) { Log.i("FirebaseInstanceId", "App restored, clearing state"); c(); - w wVar = FirebaseInstanceId.f3093b; + w wVar = FirebaseInstanceId.f3104b; synchronized (FirebaseInstanceId.getInstance(c.b())) { - FirebaseInstanceId.f3093b.c(); + FirebaseInstanceId.f3104b.c(); } } } diff --git a/app/src/main/java/b/i/c/s/y.java b/app/src/main/java/b/i/c/s/y.java index ec00af8548..951dfbd379 100644 --- a/app/src/main/java/b/i/c/s/y.java +++ b/app/src/main/java/b/i/c/s/y.java @@ -12,11 +12,11 @@ public final class y { public static final long a = TimeUnit.MINUTES.toMillis(1); /* renamed from: b reason: collision with root package name */ - public static final Object f1775b = new Object(); + public static final Object f1776b = new Object(); public static a c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { - synchronized (f1775b) { + synchronized (f1776b) { if (c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); c = aVar; diff --git a/app/src/main/java/b/i/c/u/a.java b/app/src/main/java/b/i/c/u/a.java index e939c6445b..5d35c6b14f 100644 --- a/app/src/main/java/b/i/c/u/a.java +++ b/app/src/main/java/b/i/c/u/a.java @@ -7,12 +7,12 @@ public final class a extends k { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f1776b; + public final long f1777b; public final long c; public a(String str, long j, long j2, C0150a aVar) { this.a = str; - this.f1776b = j; + this.f1777b = j; this.c = j2; } @@ -31,7 +31,7 @@ public final class a extends k { @Override // b.i.c.u.k @NonNull public long c() { - return this.f1776b; + return this.f1777b; } public boolean equals(Object obj) { @@ -42,11 +42,11 @@ public final class a extends k { return false; } k kVar = (k) obj; - return this.a.equals(kVar.a()) && this.f1776b == kVar.c() && this.c == kVar.b(); + return this.a.equals(kVar.a()) && this.f1777b == kVar.c() && this.c == kVar.b(); } public int hashCode() { - long j = this.f1776b; + long j = this.f1777b; long j2 = this.c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } @@ -55,7 +55,7 @@ public final class a extends k { StringBuilder R = b.d.b.a.a.R("InstallationTokenResult{token="); R.append(this.a); R.append(", tokenExpirationTimestamp="); - R.append(this.f1776b); + R.append(this.f1777b); R.append(", tokenCreationTimestamp="); return b.d.b.a.a.B(R, this.c, "}"); } diff --git a/app/src/main/java/b/i/c/u/b.java b/app/src/main/java/b/i/c/u/b.java index 5d63425966..0d15651a32 100644 --- a/app/src/main/java/b/i/c/u/b.java +++ b/app/src/main/java/b/i/c/u/b.java @@ -14,11 +14,11 @@ public class b { public final FileChannel a; /* renamed from: b reason: collision with root package name */ - public final FileLock f1777b; + public final FileLock f1778b; public b(FileChannel fileChannel, FileLock fileLock) { this.a = fileChannel; - this.f1777b = fileLock; + this.f1778b = fileLock; } /* JADX WARN: Removed duplicated region for block: B:22:0x0045 A[EXC_TOP_SPLITTER, SYNTHETIC] */ @@ -82,7 +82,7 @@ public class b { public void b() { try { - this.f1777b.release(); + this.f1778b.release(); this.a.close(); } catch (IOException e) { Log.e("CrossProcessLock", "encountered error while releasing, ignoring", e); diff --git a/app/src/main/java/b/i/c/u/e.java b/app/src/main/java/b/i/c/u/e.java index 444523d986..71f925ae29 100644 --- a/app/src/main/java/b/i/c/u/e.java +++ b/app/src/main/java/b/i/c/u/e.java @@ -55,7 +55,7 @@ public final /* synthetic */ class e implements Runnable { } } if (dVar.j()) { - String str = ((a) dVar).f1782b; + String str = ((a) dVar).f1783b; synchronized (fVar) { fVar.l = str; } diff --git a/app/src/main/java/b/i/c/u/f.java b/app/src/main/java/b/i/c/u/f.java index 1513b8a563..1a64fcbe68 100644 --- a/app/src/main/java/b/i/c/u/f.java +++ b/app/src/main/java/b/i/c/u/f.java @@ -41,7 +41,7 @@ public class f implements g { public static final Object a = new Object(); /* renamed from: b reason: collision with root package name */ - public static final ThreadFactory f1778b = new a(); + public static final ThreadFactory f1779b = new a(); public final c c; public final b.i.c.u.p.c d; public final b.i.c.u.o.c e; @@ -70,7 +70,7 @@ public class f implements g { public f(c cVar, @NonNull b.i.c.t.a aVar, @NonNull b.i.c.t.a aVar2) { TimeUnit timeUnit = TimeUnit.SECONDS; LinkedBlockingQueue linkedBlockingQueue = new LinkedBlockingQueue(); - ThreadFactory threadFactory = f1778b; + ThreadFactory threadFactory = f1779b; ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(0, 1, 30L, timeUnit, linkedBlockingQueue, threadFactory); cVar.a(); b.i.c.u.p.c cVar2 = new b.i.c.u.p.c(cVar.d, aVar, aVar2); @@ -146,7 +146,7 @@ public class f implements g { b.i.c.u.p.c cVar = this.d; String d = d(); b.i.c.u.o.a aVar2 = (b.i.c.u.o.a) dVar; - String str = aVar2.f1782b; + String str = aVar2.f1783b; String g = g(); String str2 = aVar2.e; if (cVar.f.a()) { @@ -190,7 +190,7 @@ public class f implements g { int ordinal = bVar3.c.ordinal(); if (ordinal == 0) { String str3 = bVar3.a; - long j = bVar3.f1787b; + long j = bVar3.f1788b; long b2 = this.f.b(); a.b bVar4 = (a.b) dVar.k(); bVar4.c = str3; @@ -229,7 +229,7 @@ public class f implements g { public String e() { b.i.c.c cVar = this.c; cVar.a(); - return cVar.f.f1653b; + return cVar.f.f1654b; } @Nullable @@ -265,9 +265,9 @@ public class f implements g { b.c.a.a0.d.v(g(), "Please set your Project ID. A valid Firebase Project ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); b.c.a.a0.d.v(d(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); String e = e(); - Pattern pattern = n.f1781b; + Pattern pattern = n.f1782b; b.c.a.a0.d.o(e.contains(":"), "Please set your Application ID. A valid Firebase App ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); - b.c.a.a0.d.o(n.f1781b.matcher(d()).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); + b.c.a.a0.d.o(n.f1782b.matcher(d()).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); } public final String i(b.i.c.u.o.d dVar) { @@ -277,9 +277,9 @@ public class f implements g { if (cVar.e.equals("CHIME_ANDROID_SDK") || this.c.h()) { if (((b.i.c.u.o.a) dVar).c == c.a.ATTEMPT_MIGRATION) { b.i.c.u.o.b bVar = this.g; - synchronized (bVar.f1784b) { - synchronized (bVar.f1784b) { - string = bVar.f1784b.getString("|S|id", null); + synchronized (bVar.f1785b) { + synchronized (bVar.f1785b) { + string = bVar.f1785b.getString("|S|id", null); } if (string == null) { string = bVar.a(); @@ -296,11 +296,11 @@ public class f implements g { b.i.c.u.p.d e; FirebaseInstallationsException.a aVar = FirebaseInstallationsException.a.UNAVAILABLE; b.i.c.u.o.a aVar2 = (b.i.c.u.o.a) dVar; - String str = aVar2.f1782b; + String str = aVar2.f1783b; String str2 = null; if (str != null && str.length() == 11) { b.i.c.u.o.b bVar = this.g; - synchronized (bVar.f1784b) { + synchronized (bVar.f1785b) { String[] strArr = b.i.c.u.o.b.a; int length = strArr.length; int i = 0; @@ -310,7 +310,7 @@ public class f implements g { } String str3 = strArr[i]; String str4 = bVar.c; - String string = bVar.f1784b.getString("|T|" + str4 + "|" + str3, null); + String string = bVar.f1785b.getString("|T|" + str4 + "|" + str3, null); if (string == null || string.isEmpty()) { i++; } else if (string.startsWith("{")) { @@ -326,7 +326,7 @@ public class f implements g { } b.i.c.u.p.c cVar = this.d; String d = d(); - String str5 = aVar2.f1782b; + String str5 = aVar2.f1783b; String g = g(); String e2 = e(); if (cVar.f.a()) { @@ -361,7 +361,7 @@ public class f implements g { b.i.c.u.p.a aVar3 = (b.i.c.u.p.a) e; int ordinal = aVar3.e.ordinal(); if (ordinal == 0) { - String str6 = aVar3.f1786b; + String str6 = aVar3.f1787b; String str7 = aVar3.c; long b2 = this.f.b(); String c2 = aVar3.d.c(); diff --git a/app/src/main/java/b/i/c/u/i.java b/app/src/main/java/b/i/c/u/i.java index 49d052044e..580ce33eb5 100644 --- a/app/src/main/java/b/i/c/u/i.java +++ b/app/src/main/java/b/i/c/u/i.java @@ -10,16 +10,16 @@ public class i implements m { public final n a; /* renamed from: b reason: collision with root package name */ - public final TaskCompletionSource f1779b; + public final TaskCompletionSource f1780b; public i(n nVar, TaskCompletionSource taskCompletionSource) { this.a = nVar; - this.f1779b = taskCompletionSource; + this.f1780b = taskCompletionSource; } @Override // b.i.c.u.m public boolean a(Exception exc) { - this.f1779b.a(exc); + this.f1780b.a(exc); return true; } @@ -28,7 +28,7 @@ public class i implements m { if (!dVar.j() || this.a.d(dVar)) { return false; } - TaskCompletionSource taskCompletionSource = this.f1779b; + TaskCompletionSource taskCompletionSource = this.f1780b; String a = dVar.a(); Objects.requireNonNull(a, "Null token"); Long valueOf = Long.valueOf(dVar.b()); diff --git a/app/src/main/java/b/i/c/u/l.java b/app/src/main/java/b/i/c/u/l.java index c433c7eed5..3301fdfdc9 100644 --- a/app/src/main/java/b/i/c/u/l.java +++ b/app/src/main/java/b/i/c/u/l.java @@ -11,7 +11,7 @@ public class l { public static final byte a = Byte.parseByte("01110000", 2); /* renamed from: b reason: collision with root package name */ - public static final byte f1780b = Byte.parseByte("00001111", 2); + public static final byte f1781b = Byte.parseByte("00001111", 2); @NonNull public String a() { @@ -21,7 +21,7 @@ public class l { wrap.putLong(randomUUID.getLeastSignificantBits()); byte[] array = wrap.array(); array[16] = array[0]; - array[0] = (byte) ((f1780b & array[0]) | a); + array[0] = (byte) ((f1781b & array[0]) | a); return new String(Base64.encode(array, 11), Charset.defaultCharset()).substring(0, 22); } } diff --git a/app/src/main/java/b/i/c/u/n.java b/app/src/main/java/b/i/c/u/n.java index a7aa611007..d341f80ee0 100644 --- a/app/src/main/java/b/i/c/u/n.java +++ b/app/src/main/java/b/i/c/u/n.java @@ -13,7 +13,7 @@ public final class n { public static final long a = TimeUnit.HOURS.toSeconds(1); /* renamed from: b reason: collision with root package name */ - public static final Pattern f1781b = Pattern.compile("\\AA[\\w-]{38}\\z"); + public static final Pattern f1782b = Pattern.compile("\\AA[\\w-]{38}\\z"); public static n c; public final a d; diff --git a/app/src/main/java/b/i/c/u/o/a.java b/app/src/main/java/b/i/c/u/o/a.java index d528831bba..0a25bfdc56 100644 --- a/app/src/main/java/b/i/c/u/o/a.java +++ b/app/src/main/java/b/i/c/u/o/a.java @@ -10,7 +10,7 @@ import java.util.Objects; public final class a extends d { /* renamed from: b reason: collision with root package name */ - public final String f1782b; + public final String f1783b; public final c.a c; public final String d; public final String e; @@ -24,7 +24,7 @@ public final class a extends d { public String a; /* renamed from: b reason: collision with root package name */ - public c.a f1783b; + public c.a f1784b; public String c; public String d; public Long e; @@ -36,8 +36,8 @@ public final class a extends d { public b(d dVar, C0151a aVar) { a aVar2 = (a) dVar; - this.a = aVar2.f1782b; - this.f1783b = aVar2.c; + this.a = aVar2.f1783b; + this.f1784b = aVar2.c; this.c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); @@ -47,7 +47,7 @@ public final class a extends d { @Override // b.i.c.u.o.d.a public d a() { - String str = this.f1783b == null ? " registrationStatus" : ""; + String str = this.f1784b == null ? " registrationStatus" : ""; if (this.e == null) { str = b.d.b.a.a.v(str, " expiresInSecs"); } @@ -55,7 +55,7 @@ public final class a extends d { str = b.d.b.a.a.v(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.f1783b, this.c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.f1784b, this.c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @@ -63,7 +63,7 @@ public final class a extends d { @Override // b.i.c.u.o.d.a public d.a b(c.a aVar) { Objects.requireNonNull(aVar, "Null registrationStatus"); - this.f1783b = aVar; + this.f1784b = aVar; return this; } @@ -79,7 +79,7 @@ public final class a extends d { } public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0151a aVar2) { - this.f1782b = str; + this.f1783b = str; this.c = aVar; this.d = str2; this.e = str3; @@ -102,7 +102,7 @@ public final class a extends d { @Override // b.i.c.u.o.d @Nullable public String c() { - return this.f1782b; + return this.f1783b; } @Override // b.i.c.u.o.d @@ -127,7 +127,7 @@ public final class a extends d { return false; } d dVar = (d) obj; - String str3 = this.f1782b; + String str3 = this.f1783b; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { if (this.c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { String str4 = this.h; @@ -155,7 +155,7 @@ public final class a extends d { } public int hashCode() { - String str = this.f1782b; + String str = this.f1783b; int i = 0; int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.c.hashCode()) * 1000003; String str2 = this.d; @@ -179,7 +179,7 @@ public final class a extends d { public String toString() { StringBuilder R = b.d.b.a.a.R("PersistedInstallationEntry{firebaseInstallationId="); - R.append(this.f1782b); + R.append(this.f1783b); R.append(", registrationStatus="); R.append(this.c); R.append(", authToken="); diff --git a/app/src/main/java/b/i/c/u/o/b.java b/app/src/main/java/b/i/c/u/o/b.java index 1590553cd2..ae01c52382 100644 --- a/app/src/main/java/b/i/c/u/o/b.java +++ b/app/src/main/java/b/i/c/u/o/b.java @@ -20,7 +20,7 @@ public class b { @GuardedBy("iidPrefs") /* renamed from: b reason: collision with root package name */ - public final SharedPreferences f1784b; + public final SharedPreferences f1785b; public final String c; /* JADX WARN: Code restructure failed: missing block: B:11:0x0046, code lost: @@ -31,12 +31,12 @@ public class b { */ public b(@NonNull c cVar) { cVar.a(); - this.f1784b = cVar.d.getSharedPreferences("com.google.android.gms.appid", 0); + this.f1785b = cVar.d.getSharedPreferences("com.google.android.gms.appid", 0); cVar.a(); String str = cVar.f.e; if (str == null) { cVar.a(); - str = cVar.f.f1653b; + str = cVar.f.f1654b; if (str.startsWith("1:") || str.startsWith("2:")) { String[] split = str.split(":"); str = null; @@ -51,9 +51,9 @@ public class b { @Nullable public final String a() { PublicKey publicKey; - synchronized (this.f1784b) { + synchronized (this.f1785b) { String str = null; - String string = this.f1784b.getString("|S||P|", null); + String string = this.f1785b.getString("|S||P|", null); if (string == null) { return null; } diff --git a/app/src/main/java/b/i/c/u/o/c.java b/app/src/main/java/b/i/c/u/o/c.java index b0d33cf078..2b479b12ce 100644 --- a/app/src/main/java/b/i/c/u/o/c.java +++ b/app/src/main/java/b/i/c/u/o/c.java @@ -17,7 +17,7 @@ public class c { @NonNull /* renamed from: b reason: collision with root package name */ - public final b.i.c.c f1785b; + public final b.i.c.c f1786b; /* compiled from: PersistedInstallation.java */ /* loaded from: classes3.dex */ @@ -36,7 +36,7 @@ public class c { R.append(cVar.c()); R.append(".json"); this.a = new File(filesDir, R.toString()); - this.f1785b = cVar; + this.f1786b = cVar; } @NonNull @@ -51,7 +51,7 @@ public class c { jSONObject.put("TokenCreationEpochInSecs", dVar.g()); jSONObject.put("ExpiresInSecs", dVar.b()); jSONObject.put("FisError", dVar.d()); - b.i.c.c cVar = this.f1785b; + b.i.c.c cVar = this.f1786b; cVar.a(); createTempFile = File.createTempFile("PersistedInstallation", "tmp", cVar.d.getFilesDir()); FileOutputStream fileOutputStream = new FileOutputStream(createTempFile); diff --git a/app/src/main/java/b/i/c/u/p/a.java b/app/src/main/java/b/i/c/u/p/a.java index f1ee366289..ce9013b6dd 100644 --- a/app/src/main/java/b/i/c/u/p/a.java +++ b/app/src/main/java/b/i/c/u/p/a.java @@ -8,14 +8,14 @@ public final class a extends d { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1786b; + public final String f1787b; public final String c; public final f d; public final d.a e; public a(String str, String str2, String str3, f fVar, d.a aVar, C0152a aVar2) { this.a = str; - this.f1786b = str2; + this.f1787b = str2; this.c = str3; this.d = fVar; this.e = aVar; @@ -30,7 +30,7 @@ public final class a extends d { @Override // b.i.c.u.p.d @Nullable public String b() { - return this.f1786b; + return this.f1787b; } @Override // b.i.c.u.p.d @@ -61,7 +61,7 @@ public final class a extends d { d dVar = (d) obj; String str = this.a; if (str != null ? str.equals(dVar.e()) : dVar.e() == null) { - String str2 = this.f1786b; + String str2 = this.f1787b; if (str2 != null ? str2.equals(dVar.b()) : dVar.b() == null) { String str3 = this.c; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { @@ -86,7 +86,7 @@ public final class a extends d { String str = this.a; int i = 0; int hashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003; - String str2 = this.f1786b; + String str2 = this.f1787b; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.c; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; @@ -103,7 +103,7 @@ public final class a extends d { StringBuilder R = b.d.b.a.a.R("InstallationResponse{uri="); R.append(this.a); R.append(", fid="); - R.append(this.f1786b); + R.append(this.f1787b); R.append(", refreshToken="); R.append(this.c); R.append(", authToken="); diff --git a/app/src/main/java/b/i/c/u/p/b.java b/app/src/main/java/b/i/c/u/p/b.java index 09788039fa..272bf322ed 100644 --- a/app/src/main/java/b/i/c/u/p/b.java +++ b/app/src/main/java/b/i/c/u/p/b.java @@ -9,7 +9,7 @@ public final class b extends f { public final String a; /* renamed from: b reason: collision with root package name */ - public final long f1787b; + public final long f1788b; public final f.b c; /* compiled from: AutoValue_TokenResult.java */ @@ -19,28 +19,28 @@ public final class b extends f { public String a; /* renamed from: b reason: collision with root package name */ - public Long f1788b; + public Long f1789b; public f.b c; @Override // b.i.c.u.p.f.a public f a() { - String str = this.f1788b == null ? " tokenExpirationTimestamp" : ""; + String str = this.f1789b == null ? " tokenExpirationTimestamp" : ""; if (str.isEmpty()) { - return new b(this.a, this.f1788b.longValue(), this.c, null); + return new b(this.a, this.f1789b.longValue(), this.c, null); } throw new IllegalStateException(b.d.b.a.a.v("Missing required properties:", str)); } @Override // b.i.c.u.p.f.a public f.a b(long j) { - this.f1788b = Long.valueOf(j); + this.f1789b = Long.valueOf(j); return this; } } public b(String str, long j, f.b bVar, a aVar) { this.a = str; - this.f1787b = j; + this.f1788b = j; this.c = bVar; } @@ -59,7 +59,7 @@ public final class b extends f { @Override // b.i.c.u.p.f @NonNull public long d() { - return this.f1787b; + return this.f1788b; } public boolean equals(Object obj) { @@ -72,7 +72,7 @@ public final class b extends f { f fVar = (f) obj; String str = this.a; if (str != null ? str.equals(fVar.c()) : fVar.c() == null) { - if (this.f1787b == fVar.d()) { + if (this.f1788b == fVar.d()) { f.b bVar = this.c; if (bVar == null) { if (fVar.b() == null) { @@ -90,7 +90,7 @@ public final class b extends f { String str = this.a; int i = 0; int hashCode = str == null ? 0 : str.hashCode(); - long j = this.f1787b; + long j = this.f1788b; int i2 = (((hashCode ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; f.b bVar = this.c; if (bVar != null) { @@ -103,7 +103,7 @@ public final class b extends f { StringBuilder R = b.d.b.a.a.R("TokenResult{token="); R.append(this.a); R.append(", tokenExpirationTimestamp="); - R.append(this.f1787b); + R.append(this.f1788b); R.append(", responseCode="); R.append(this.c); R.append("}"); diff --git a/app/src/main/java/b/i/c/u/p/c.java b/app/src/main/java/b/i/c/u/p/c.java index 49d2b23801..4c30254b09 100644 --- a/app/src/main/java/b/i/c/u/p/c.java +++ b/app/src/main/java/b/i/c/u/p/c.java @@ -41,7 +41,7 @@ public class c { public static final Pattern a = Pattern.compile("[0-9]+s"); /* renamed from: b reason: collision with root package name */ - public static final Charset f1789b = Charset.forName(Constants.ENCODING); + public static final Charset f1790b = Charset.forName(Constants.ENCODING); public final Context c; public final a d; public final a e; @@ -57,7 +57,7 @@ public class c { InputStream errorStream = httpURLConnection.getErrorStream(); String str4 = null; if (errorStream != null) { - BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(errorStream, f1789b)); + BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(errorStream, f1790b)); try { StringBuilder sb = new StringBuilder(); while (true) { @@ -185,7 +185,7 @@ public class c { public final d e(HttpURLConnection httpURLConnection) throws AssertionError, IOException { InputStream inputStream = httpURLConnection.getInputStream(); - JsonReader jsonReader = new JsonReader(new InputStreamReader(inputStream, f1789b)); + JsonReader jsonReader = new JsonReader(new InputStreamReader(inputStream, f1790b)); f.a a2 = f.a(); jsonReader.beginObject(); String str = null; @@ -226,7 +226,7 @@ public class c { public final f f(HttpURLConnection httpURLConnection) throws AssertionError, IOException { InputStream inputStream = httpURLConnection.getInputStream(); - JsonReader jsonReader = new JsonReader(new InputStreamReader(inputStream, f1789b)); + JsonReader jsonReader = new JsonReader(new InputStreamReader(inputStream, f1790b)); f.a a2 = f.a(); jsonReader.beginObject(); while (jsonReader.hasNext()) { diff --git a/app/src/main/java/b/i/c/u/p/e.java b/app/src/main/java/b/i/c/u/p/e.java index 5f90c675ff..2497addc9b 100644 --- a/app/src/main/java/b/i/c/u/p/e.java +++ b/app/src/main/java/b/i/c/u/p/e.java @@ -10,7 +10,7 @@ public class e { public static final long a = TimeUnit.HOURS.toMillis(24); /* renamed from: b reason: collision with root package name */ - public static final long f1790b = TimeUnit.MINUTES.toMillis(30); + public static final long f1791b = TimeUnit.MINUTES.toMillis(30); public final n c = n.c(); @GuardedBy("this") public long d; @@ -47,7 +47,7 @@ public class e { } else { double pow = Math.pow(2.0d, this.e); Objects.requireNonNull(this.c); - j = (long) Math.min(pow + ((long) (Math.random() * 1000.0d)), f1790b); + j = (long) Math.min(pow + ((long) (Math.random() * 1000.0d)), f1791b); } this.d = this.c.a() + j; } diff --git a/app/src/main/java/b/i/c/v/a.java b/app/src/main/java/b/i/c/v/a.java index 9c56b55f03..b199a6c379 100644 --- a/app/src/main/java/b/i/c/v/a.java +++ b/app/src/main/java/b/i/c/v/a.java @@ -14,7 +14,7 @@ public class a { public final Context a; /* renamed from: b reason: collision with root package name */ - public final SharedPreferences f1791b; + public final SharedPreferences f1792b; public final c c; public boolean d; @@ -24,7 +24,7 @@ public class a { context = Build.VERSION.SDK_INT >= 24 ? ContextCompat.createDeviceProtectedStorageContext(context) : context; this.a = context; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.common.prefs:" + str, 0); - this.f1791b = sharedPreferences; + this.f1792b = sharedPreferences; this.c = cVar; boolean z2 = true; if (sharedPreferences.contains("firebase_data_collection_default_enabled")) { diff --git a/app/src/main/java/b/i/c/w/c.java b/app/src/main/java/b/i/c/w/c.java index cef8758022..b99dfa2210 100644 --- a/app/src/main/java/b/i/c/w/c.java +++ b/app/src/main/java/b/i/c/w/c.java @@ -45,12 +45,12 @@ public class c { public final Executor a; /* renamed from: b reason: collision with root package name */ - public final Context f1792b; + public final Context f1793b; public final r c; public c(Context context, r rVar, Executor executor) { this.a = executor; - this.f1792b = context; + this.f1793b = context; this.c = rVar; } @@ -151,9 +151,9 @@ public class c { if (this.c.a("gcm.n.noui")) { return true; } - if (!((KeyguardManager) this.f1792b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { + if (!((KeyguardManager) this.f1793b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { int myPid = Process.myPid(); - List runningAppProcesses = ((ActivityManager) this.f1792b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getRunningAppProcesses(); + List runningAppProcesses = ((ActivityManager) this.f1793b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getRunningAppProcesses(); if (runningAppProcesses != null) { Iterator it = runningAppProcesses.iterator(); while (true) { @@ -184,7 +184,7 @@ public class c { if (oVar != null) { oVar.k = f.o(this.a, new n(oVar)); } - context = this.f1792b; + context = this.f1793b; rVar = this.c; AtomicInteger atomicInteger = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); @@ -419,7 +419,7 @@ public class c { if (Log.isLoggable("FirebaseMessaging", 3)) { Log.d("FirebaseMessaging", "Showing notification"); } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } throw new IllegalArgumentException("Transparent color is invalid"); @@ -446,7 +446,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } throw new JSONException("vibrateTimings have invalid length"); @@ -477,7 +477,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } valueOf2 = null; @@ -512,7 +512,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } b4 = null; @@ -553,7 +553,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } b3 = null; @@ -600,7 +600,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } b2 = null; @@ -653,7 +653,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } i2 = bundle.getInt("com.google.firebase.messaging.default_notification_color", 0); @@ -723,7 +723,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } valueOf = null; @@ -787,7 +787,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } i3 = bundle.getInt("com.google.firebase.messaging.default_notification_icon", 0); @@ -881,7 +881,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } i = i3; @@ -973,7 +973,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder.build()); return true; } e9 = bundle.getString("com.google.firebase.messaging.default_notification_channel_id"); @@ -1085,7 +1085,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder2.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder2.build()); return true; } Log.w("FirebaseMessaging", "Missing Default Notification Channel metadata in AndroidManifest. Default value will be used."); @@ -1197,7 +1197,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder22.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder22.build()); return true; } } @@ -1306,13 +1306,13 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder222.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder222.build()); return true; } oVar = null; if (oVar != null) { } - context = this.f1792b; + context = this.f1793b; rVar = this.c; AtomicInteger atomicInteger2 = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); @@ -1428,7 +1428,7 @@ public class c { } if (Log.isLoggable("FirebaseMessaging", 3)) { } - ((NotificationManager) this.f1792b.getSystemService("notification")).notify(e7, 0, builder2222.build()); + ((NotificationManager) this.f1793b.getSystemService("notification")).notify(e7, 0, builder2222.build()); return true; } } diff --git a/app/src/main/java/b/i/c/w/f.java b/app/src/main/java/b/i/c/w/f.java index bce101da30..bcaa72b43b 100644 --- a/app/src/main/java/b/i/c/w/f.java +++ b/app/src/main/java/b/i/c/w/f.java @@ -10,15 +10,15 @@ public final /* synthetic */ class f implements c { public final EnhancedIntentService a; /* renamed from: b reason: collision with root package name */ - public final Intent f1793b; + public final Intent f1794b; public f(EnhancedIntentService enhancedIntentService, Intent intent) { this.a = enhancedIntentService; - this.f1793b = intent; + this.f1794b = intent; } @Override // b.i.a.f.n.c public final void onComplete(Task task) { - this.a.lambda$onStartCommand$1$EnhancedIntentService(this.f1793b, task); + this.a.lambda$onStartCommand$1$EnhancedIntentService(this.f1794b, task); } } diff --git a/app/src/main/java/b/i/c/w/m.java b/app/src/main/java/b/i/c/w/m.java index 6fb05ef687..61fa0fc799 100644 --- a/app/src/main/java/b/i/c/w/m.java +++ b/app/src/main/java/b/i/c/w/m.java @@ -13,7 +13,7 @@ public final class m { public final String a; /* renamed from: b reason: collision with root package name */ - public final Intent f1794b; + public final Intent f1795b; /* compiled from: com.google.firebase:firebase-messaging@@21.0.0 */ /* loaded from: classes3.dex */ @@ -45,7 +45,7 @@ public final class m { String str; m mVar = (m) obj; d dVar2 = dVar; - Intent intent = mVar.f1794b; + Intent intent = mVar.f1795b; Object obj2 = intent.getExtras().get("google.ttl"); int i2 = 0; if (obj2 instanceof Integer) { @@ -111,7 +111,7 @@ public final class m { str = b3.f.e; if (str == null) { b3.a(); - str = b3.f.f1653b; + str = b3.f.f1654b; if (str.startsWith("1:")) { String[] split = str.split(":"); str = null; @@ -183,6 +183,6 @@ public final class m { b.c.a.a0.d.v(str, "evenType must be non-null"); this.a = str; b.c.a.a0.d.z(intent, "intent must be non-null"); - this.f1794b = intent; + this.f1795b = intent; } } diff --git a/app/src/main/java/b/i/c/w/q.java b/app/src/main/java/b/i/c/w/q.java index 244cbb09b8..9b0613054b 100644 --- a/app/src/main/java/b/i/c/w/q.java +++ b/app/src/main/java/b/i/c/w/q.java @@ -19,9 +19,9 @@ public class q { static { e eVar = new e(); - eVar.f1759b.put(m.b.class, new m.c()); + eVar.f1760b.put(m.b.class, new m.c()); eVar.c.remove(m.b.class); - eVar.f1759b.put(m.class, new m.a()); + eVar.f1760b.put(m.class, new m.a()); eVar.c.remove(m.class); a = new d(eVar); } diff --git a/app/src/main/java/b/i/c/w/t.java b/app/src/main/java/b/i/c/w/t.java index a4b196860b..aaa523f185 100644 --- a/app/src/main/java/b/i/c/w/t.java +++ b/app/src/main/java/b/i/c/w/t.java @@ -16,7 +16,7 @@ public final /* synthetic */ class t implements Runnable { u uVar = this.j; synchronized (uVar.d) { SharedPreferences.Editor edit = uVar.a.edit(); - String str = uVar.f1795b; + String str = uVar.f1796b; StringBuilder sb = new StringBuilder(); Iterator it = uVar.d.iterator(); while (it.hasNext()) { diff --git a/app/src/main/java/b/i/c/w/u.java b/app/src/main/java/b/i/c/w/u.java index 9327781139..9dc2424b81 100644 --- a/app/src/main/java/b/i/c/w/u.java +++ b/app/src/main/java/b/i/c/w/u.java @@ -13,7 +13,7 @@ public final class u { public final SharedPreferences a; /* renamed from: b reason: collision with root package name */ - public final String f1795b; + public final String f1796b; public final String c; @GuardedBy("internalQueue") public final ArrayDeque d = new ArrayDeque<>(); @@ -21,7 +21,7 @@ public final class u { public u(SharedPreferences sharedPreferences, String str, String str2, Executor executor) { this.a = sharedPreferences; - this.f1795b = str; + this.f1796b = str; this.c = str2; this.e = executor; } @@ -31,7 +31,7 @@ public final class u { u uVar = new u(sharedPreferences, str, str2, executor); synchronized (uVar.d) { uVar.d.clear(); - String string = uVar.a.getString(uVar.f1795b, ""); + String string = uVar.a.getString(uVar.f1796b, ""); if (!TextUtils.isEmpty(string) && string.contains(uVar.c)) { String[] split = string.split(uVar.c, -1); if (split.length == 0) { diff --git a/app/src/main/java/b/i/c/w/v.java b/app/src/main/java/b/i/c/w/v.java index 1a6dd62662..4bf8f7b005 100644 --- a/app/src/main/java/b/i/c/w/v.java +++ b/app/src/main/java/b/i/c/w/v.java @@ -11,7 +11,7 @@ public final class v { public static final Pattern a = Pattern.compile("[a-zA-Z0-9-_.~%]{1,900}"); /* renamed from: b reason: collision with root package name */ - public final String f1796b; + public final String f1797b; public final String c; public final String d; @@ -26,7 +26,7 @@ public final class v { if (str3 == null || !a.matcher(str3).matches()) { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } - this.f1796b = str3; + this.f1797b = str3; this.c = str; this.d = a.j(a.b(str2, a.b(str, 1)), str, "!", str2); } @@ -36,10 +36,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.f1796b.equals(vVar.f1796b) && this.c.equals(vVar.c); + return this.f1797b.equals(vVar.f1797b) && this.c.equals(vVar.c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.c, this.f1796b}); + return Arrays.hashCode(new Object[]{this.c, this.f1797b}); } } diff --git a/app/src/main/java/b/i/c/w/w.java b/app/src/main/java/b/i/c/w/w.java index 6645e3379e..9936679641 100644 --- a/app/src/main/java/b/i/c/w/w.java +++ b/app/src/main/java/b/i/c/w/w.java @@ -14,13 +14,13 @@ public final class w { public static WeakReference a; /* renamed from: b reason: collision with root package name */ - public final SharedPreferences f1797b; + public final SharedPreferences f1798b; public u c; public final Executor d; public w(SharedPreferences sharedPreferences, Executor executor) { this.d = executor; - this.f1797b = sharedPreferences; + this.f1798b = sharedPreferences; } @Nullable diff --git a/app/src/main/java/b/i/c/w/y.java b/app/src/main/java/b/i/c/w/y.java index 1938af7bf2..33a904f6cc 100644 --- a/app/src/main/java/b/i/c/w/y.java +++ b/app/src/main/java/b/i/c/w/y.java @@ -30,7 +30,7 @@ public class y { public static final long a = TimeUnit.HOURS.toSeconds(8); /* renamed from: b reason: collision with root package name */ - public static final /* synthetic */ int f1798b = 0; + public static final /* synthetic */ int f1799b = 0; public final FirebaseInstanceId c; public final Context d; public final q e; @@ -147,9 +147,9 @@ public class y { c = 0; } if (c == 0) { - b(a2.f1796b); + b(a2.f1797b); if (d()) { - String str2 = a2.f1796b; + String str2 = a2.f1797b; StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + 31); sb.append("Subscribe to topic: "); sb.append(str2); @@ -157,9 +157,9 @@ public class y { Log.d("FirebaseMessaging", sb.toString()); } } else if (c == 1) { - c(a2.f1796b); + c(a2.f1797b); if (d()) { - String str3 = a2.f1796b; + String str3 = a2.f1797b; StringBuilder sb2 = new StringBuilder(String.valueOf(str3).length() + 35); sb2.append("Unsubscribe from topic: "); sb2.append(str3); diff --git a/app/src/main/java/b/i/c/x/a.java b/app/src/main/java/b/i/c/x/a.java index 9c8d2a897e..d3e99a050d 100644 --- a/app/src/main/java/b/i/c/x/a.java +++ b/app/src/main/java/b/i/c/x/a.java @@ -7,13 +7,13 @@ public final class a extends e { public final String a; /* renamed from: b reason: collision with root package name */ - public final String f1800b; + public final String f1801b; public a(String str, String str2) { Objects.requireNonNull(str, "Null libraryName"); this.a = str; Objects.requireNonNull(str2, "Null version"); - this.f1800b = str2; + this.f1801b = str2; } @Override // b.i.c.x.e @@ -23,7 +23,7 @@ public final class a extends e { @Override // b.i.c.x.e public String b() { - return this.f1800b; + return this.f1801b; } public boolean equals(Object obj) { @@ -34,17 +34,17 @@ public final class a extends e { return false; } e eVar = (e) obj; - return this.a.equals(eVar.a()) && this.f1800b.equals(eVar.b()); + return this.a.equals(eVar.a()) && this.f1801b.equals(eVar.b()); } public int hashCode() { - return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1800b.hashCode(); + return ((this.a.hashCode() ^ 1000003) * 1000003) ^ this.f1801b.hashCode(); } public String toString() { StringBuilder R = b.d.b.a.a.R("LibraryVersion{libraryName="); R.append(this.a); R.append(", version="); - return b.d.b.a.a.H(R, this.f1800b, "}"); + return b.d.b.a.a.H(R, this.f1801b, "}"); } } diff --git a/app/src/main/java/b/i/c/x/c.java b/app/src/main/java/b/i/c/x/c.java index 4c5909799e..59fbf5aa97 100644 --- a/app/src/main/java/b/i/c/x/c.java +++ b/app/src/main/java/b/i/c/x/c.java @@ -10,11 +10,11 @@ public class c implements h { public final String a; /* renamed from: b reason: collision with root package name */ - public final d f1801b; + public final d f1802b; public c(Set set, d dVar) { this.a = a(set); - this.f1801b = dVar; + this.f1802b = dVar; } public static String a(Set set) { @@ -36,9 +36,9 @@ public class c implements h { public String getUserAgent() { Set unmodifiableSet; Set unmodifiableSet2; - d dVar = this.f1801b; - synchronized (dVar.f1802b) { - unmodifiableSet = Collections.unmodifiableSet(dVar.f1802b); + d dVar = this.f1802b; + synchronized (dVar.f1803b) { + unmodifiableSet = Collections.unmodifiableSet(dVar.f1803b); } if (unmodifiableSet.isEmpty()) { return this.a; @@ -46,9 +46,9 @@ public class c implements h { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append(' '); - d dVar2 = this.f1801b; - synchronized (dVar2.f1802b) { - unmodifiableSet2 = Collections.unmodifiableSet(dVar2.f1802b); + d dVar2 = this.f1802b; + synchronized (dVar2.f1803b) { + unmodifiableSet2 = Collections.unmodifiableSet(dVar2.f1803b); } sb.append(a(unmodifiableSet2)); return sb.toString(); diff --git a/app/src/main/java/b/i/c/x/d.java b/app/src/main/java/b/i/c/x/d.java index d7ad0aae7d..50f2932610 100644 --- a/app/src/main/java/b/i/c/x/d.java +++ b/app/src/main/java/b/i/c/x/d.java @@ -8,5 +8,5 @@ public class d { public static volatile d a; /* renamed from: b reason: collision with root package name */ - public final Set f1802b = new HashSet(); + public final Set f1803b = new HashSet(); } diff --git a/app/src/main/java/b/i/c/x/f.java b/app/src/main/java/b/i/c/x/f.java index 7c103002b6..e52413cd53 100644 --- a/app/src/main/java/b/i/c/x/f.java +++ b/app/src/main/java/b/i/c/x/f.java @@ -8,15 +8,15 @@ public final /* synthetic */ class f implements b.i.c.l.f { public final String a; /* renamed from: b reason: collision with root package name */ - public final g f1803b; + public final g f1804b; public f(String str, g gVar) { this.a = str; - this.f1803b = gVar; + this.f1804b = gVar; } @Override // b.i.c.l.f public Object a(e eVar) { - return new a(this.a, this.f1803b.a((Context) eVar.a(Context.class))); + return new a(this.a, this.f1804b.a((Context) eVar.a(Context.class))); } } diff --git a/app/src/main/java/b/i/d/e.java b/app/src/main/java/b/i/d/e.java index c4547efaa2..a4018270d9 100644 --- a/app/src/main/java/b/i/d/e.java +++ b/app/src/main/java/b/i/d/e.java @@ -22,7 +22,7 @@ public final class e { public Excluder a = Excluder.j; /* renamed from: b reason: collision with root package name */ - public n f1804b = n.j; + public n f1805b = n.j; public d c = c.j; public final Map> d = new HashMap(); public final List e = new ArrayList(); @@ -50,7 +50,7 @@ public final class e { arrayList.add(new TypeAdapters.AnonymousClass32(Timestamp.class, defaultDateTypeAdapter2)); arrayList.add(new TypeAdapters.AnonymousClass32(java.sql.Date.class, defaultDateTypeAdapter3)); } - return new Gson(this.a, this.c, this.d, this.g, false, false, this.j, false, false, false, this.f1804b, null, this.h, this.i, this.e, this.f, arrayList); + return new Gson(this.a, this.c, this.d, this.g, false, false, this.j, false, false, false, this.f1805b, null, this.h, this.i, this.e, this.f, arrayList); } public e b(Type type, Object obj) { diff --git a/app/src/main/java/b/i/d/q/f.java b/app/src/main/java/b/i/d/q/f.java index e88d01a490..564522c221 100644 --- a/app/src/main/java/b/i/d/q/f.java +++ b/app/src/main/java/b/i/d/q/f.java @@ -12,12 +12,12 @@ public class f implements r { public final w a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Class f1805b; + public final /* synthetic */ Class f1806b; public final /* synthetic */ Type c; public f(g gVar, Class cls, Type type) { w wVar; - this.f1805b = cls; + this.f1806b = cls; this.c = type; try { Class cls2 = Class.forName("sun.misc.Unsafe"); @@ -48,7 +48,7 @@ public class f implements r { @Override // b.i.d.q.r public T a() { try { - return this.a.b(this.f1805b); + return this.a.b(this.f1806b); } catch (Exception e) { StringBuilder R = a.R("Unable to invoke no-args constructor for "); R.append(this.c); diff --git a/app/src/main/java/b/i/d/q/g.java b/app/src/main/java/b/i/d/q/g.java index a3a626e63b..ffd83e8928 100644 --- a/app/src/main/java/b/i/d/q/g.java +++ b/app/src/main/java/b/i/d/q/g.java @@ -20,7 +20,7 @@ public final class g { public final Map> a; /* renamed from: b reason: collision with root package name */ - public final b.i.d.q.y.b f1806b = b.i.d.q.y.b.a; + public final b.i.d.q.y.b f1807b = b.i.d.q.y.b.a; /* compiled from: ConstructorConstructor.java */ /* loaded from: classes3.dex */ @@ -28,16 +28,16 @@ public final class g { public final /* synthetic */ f a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Type f1807b; + public final /* synthetic */ Type f1808b; public a(g gVar, f fVar, Type type) { this.a = fVar; - this.f1807b = type; + this.f1808b = type; } @Override // b.i.d.q.r public T a() { - return this.a.a(this.f1807b); + return this.a.a(this.f1808b); } } @@ -47,16 +47,16 @@ public final class g { public final /* synthetic */ f a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Type f1808b; + public final /* synthetic */ Type f1809b; public b(g gVar, f fVar, Type type) { this.a = fVar; - this.f1808b = type; + this.f1809b = type; } @Override // b.i.d.q.r public T a() { - return this.a.a(this.f1808b); + return this.a.a(this.f1809b); } } @@ -80,7 +80,7 @@ public final class g { try { Constructor declaredConstructor = rawType.getDeclaredConstructor(new Class[0]); if (!declaredConstructor.isAccessible()) { - this.f1806b.a(declaredConstructor); + this.f1807b.a(declaredConstructor); } hVar = new h(this, declaredConstructor); } catch (NoSuchMethodException unused) { diff --git a/app/src/main/java/b/i/d/q/s.java b/app/src/main/java/b/i/d/q/s.java index bd4d4ffa01..00a9358d3f 100644 --- a/app/src/main/java/b/i/d/q/s.java +++ b/app/src/main/java/b/i/d/q/s.java @@ -7,16 +7,16 @@ public class s extends w { public final /* synthetic */ Method a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ Object f1809b; + public final /* synthetic */ Object f1810b; public s(Method method, Object obj) { this.a = method; - this.f1809b = obj; + this.f1810b = obj; } @Override // b.i.d.q.w public T b(Class cls) throws Exception { w.a(cls); - return (T) this.a.invoke(this.f1809b, cls); + return (T) this.a.invoke(this.f1810b, cls); } } diff --git a/app/src/main/java/b/i/d/q/t.java b/app/src/main/java/b/i/d/q/t.java index cb1630a60f..499550b42b 100644 --- a/app/src/main/java/b/i/d/q/t.java +++ b/app/src/main/java/b/i/d/q/t.java @@ -7,16 +7,16 @@ public class t extends w { public final /* synthetic */ Method a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ int f1810b; + public final /* synthetic */ int f1811b; public t(Method method, int i) { this.a = method; - this.f1810b = i; + this.f1811b = i; } @Override // b.i.d.q.w public T b(Class cls) throws Exception { w.a(cls); - return (T) this.a.invoke(null, cls, Integer.valueOf(this.f1810b)); + return (T) this.a.invoke(null, cls, Integer.valueOf(this.f1811b)); } } diff --git a/app/src/main/java/b/i/d/q/x/a.java b/app/src/main/java/b/i/d/q/x/a.java index c71e7af82c..48de218547 100644 --- a/app/src/main/java/b/i/d/q/x/a.java +++ b/app/src/main/java/b/i/d/q/x/a.java @@ -22,7 +22,7 @@ public final class a extends JsonReader { public int[] E = new int[32]; /* renamed from: z reason: collision with root package name */ - public static final Reader f1811z = new C0156a(); + public static final Reader f1812z = new C0156a(); public static final Object A = new Object(); /* compiled from: JsonTreeReader.java */ @@ -41,7 +41,7 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1811z); + super(f1812z); c0(jsonElement); } diff --git a/app/src/main/java/b/i/d/q/x/b.java b/app/src/main/java/b/i/d/q/x/b.java index 076b2064a5..69bd83c7ff 100644 --- a/app/src/main/java/b/i/d/q/x/b.java +++ b/app/src/main/java/b/i/d/q/x/b.java @@ -17,11 +17,11 @@ public final class b extends JsonWriter { public static final k v = new k("closed"); /* renamed from: x reason: collision with root package name */ - public String f1812x; + public String f1813x; public final List w = new ArrayList(); /* renamed from: y reason: collision with root package name */ - public JsonElement f1813y = j.a; + public JsonElement f1814y = j.a; /* compiled from: JsonTreeWriter.java */ /* loaded from: classes3.dex */ @@ -96,7 +96,7 @@ public final class b extends JsonWriter { public JsonElement L() { if (this.w.isEmpty()) { - return this.f1813y; + return this.f1814y; } StringBuilder R = b.d.b.a.a.R("Expected one JSON element but was "); R.append(this.w); @@ -109,13 +109,13 @@ public final class b extends JsonWriter { } public final void O(JsonElement jsonElement) { - if (this.f1812x != null) { + if (this.f1813x != null) { if (!(jsonElement instanceof j) || this.t) { - ((JsonObject) N()).a.put(this.f1812x, jsonElement); + ((JsonObject) N()).a.put(this.f1813x, jsonElement); } - this.f1812x = null; + this.f1813x = null; } else if (this.w.isEmpty()) { - this.f1813y = jsonElement; + this.f1814y = jsonElement; } else { JsonElement N = N(); if (N instanceof g) { @@ -153,7 +153,7 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter e() throws IOException { - if (this.w.isEmpty() || this.f1812x != null) { + if (this.w.isEmpty() || this.f1813x != null) { throw new IllegalStateException(); } else if (N() instanceof g) { List list = this.w; @@ -166,7 +166,7 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter f() throws IOException { - if (this.w.isEmpty() || this.f1812x != null) { + if (this.w.isEmpty() || this.f1813x != null) { throw new IllegalStateException(); } else if (N() instanceof JsonObject) { List list = this.w; @@ -183,10 +183,10 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter n(String str) throws IOException { - if (this.w.isEmpty() || this.f1812x != null) { + if (this.w.isEmpty() || this.f1813x != null) { throw new IllegalStateException(); } else if (N() instanceof JsonObject) { - this.f1812x = str; + this.f1813x = str; return this; } else { throw new IllegalStateException(); 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 367b2cc6a4..ab5e6acbe4 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.f3105b && this.d.get(obj) != obj; + return this.f3116b && this.d.get(obj) != obj; } } diff --git a/app/src/main/java/b/i/d/q/y/c.java b/app/src/main/java/b/i/d/q/y/c.java index cea4ce57d7..cc8ef5e2a8 100644 --- a/app/src/main/java/b/i/d/q/y/c.java +++ b/app/src/main/java/b/i/d/q/y/c.java @@ -8,7 +8,7 @@ import java.lang.reflect.Field; public final class c extends b { /* renamed from: b reason: collision with root package name */ - public static Class f1814b; + public static Class f1815b; public final Object c; public final Field d; @@ -17,7 +17,7 @@ public final class c extends b { Field field = null; try { Class cls = Class.forName("sun.misc.Unsafe"); - f1814b = cls; + f1815b = cls; Field declaredField = cls.getDeclaredField("theUnsafe"); declaredField.setAccessible(true); obj = declaredField.get(null); @@ -37,7 +37,7 @@ public final class c extends b { boolean z2 = false; if (!(this.c == null || this.d == null)) { try { - f1814b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.c, accessibleObject, Long.valueOf(((Long) f1814b.getMethod("objectFieldOffset", Field.class).invoke(this.c, this.d)).longValue()), Boolean.TRUE); + f1815b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.c, accessibleObject, Long.valueOf(((Long) f1815b.getMethod("objectFieldOffset", Field.class).invoke(this.c, this.d)).longValue()), Boolean.TRUE); z2 = true; } catch (Exception unused) { } diff --git a/app/src/main/java/b/i/e/c.java b/app/src/main/java/b/i/e/c.java index 46ec88eccb..a825a0d235 100644 --- a/app/src/main/java/b/i/e/c.java +++ b/app/src/main/java/b/i/e/c.java @@ -11,7 +11,7 @@ public final class c { public final b a; /* renamed from: b reason: collision with root package name */ - public b f1819b; + public b f1820b; public c(b bVar) { this.a = bVar; @@ -20,13 +20,13 @@ public final class c { public b a() throws NotFoundException { int i; c cVar = this; - if (cVar.f1819b == null) { + if (cVar.f1820b == null) { h hVar = (h) cVar.a; b bVar = hVar.e; if (bVar == null) { f fVar = hVar.a; int i2 = fVar.a; - int i3 = fVar.f1821b; + int i3 = fVar.f1822b; if (i2 < 40 || i3 < 40) { b bVar2 = new b(i2, i3); hVar.b(i2); @@ -205,9 +205,9 @@ public final class c { bVar = hVar.e; } cVar = this; - cVar.f1819b = bVar; + cVar.f1820b = bVar; } - return cVar.f1819b; + return cVar.f1820b; } public a b(int i, a aVar) throws NotFoundException { diff --git a/app/src/main/java/b/i/e/e.java b/app/src/main/java/b/i/e/e.java index 304f4d1dd0..d28e166264 100644 --- a/app/src/main/java/b/i/e/e.java +++ b/app/src/main/java/b/i/e/e.java @@ -5,14 +5,14 @@ public final class e extends f { public final f c; public e(f fVar) { - super(fVar.a, fVar.f1821b); + super(fVar.a, fVar.f1822b); this.c = fVar; } @Override // b.i.e.f public byte[] a() { byte[] a = this.c.a(); - int i = this.a * this.f1821b; + int i = this.a * this.f1822b; byte[] bArr = new byte[i]; for (int i2 = 0; i2 < i; i2++) { bArr[i2] = (byte) (255 - (a[i2] & 255)); diff --git a/app/src/main/java/b/i/e/f.java b/app/src/main/java/b/i/e/f.java index b86320dfa6..5746bc0433 100644 --- a/app/src/main/java/b/i/e/f.java +++ b/app/src/main/java/b/i/e/f.java @@ -7,11 +7,11 @@ public abstract class f { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1821b; + public final int f1822b; public f(int i, int i2) { this.a = i; - this.f1821b = i2; + this.f1822b = i2; } public abstract byte[] a(); @@ -29,8 +29,8 @@ public abstract class f { public final String toString() { int i = this.a; byte[] bArr = new byte[i]; - StringBuilder sb = new StringBuilder((i + 1) * this.f1821b); - for (int i2 = 0; i2 < this.f1821b; i2++) { + StringBuilder sb = new StringBuilder((i + 1) * this.f1822b); + for (int i2 = 0; i2 < this.f1822b; i2++) { bArr = b(i2, bArr); for (int i3 = 0; i3 < this.a; i3++) { int i4 = bArr[i3] & 255; diff --git a/app/src/main/java/b/i/e/g.java b/app/src/main/java/b/i/e/g.java index 7e23efe324..554f4f2be9 100644 --- a/app/src/main/java/b/i/e/g.java +++ b/app/src/main/java/b/i/e/g.java @@ -15,7 +15,7 @@ public final class g implements i { public Map a; /* renamed from: b reason: collision with root package name */ - public i[] f1822b; + public i[] f1823b; @Override // b.i.e.i public Result a(c cVar, Map map) throws NotFoundException { @@ -24,7 +24,7 @@ public final class g implements i { } public final Result b(c cVar) throws NotFoundException { - i[] iVarArr = this.f1822b; + i[] iVarArr = this.f1823b; if (iVarArr != null) { for (i iVar : iVarArr) { try { @@ -81,12 +81,12 @@ public final class g implements i { arrayList.add(new i(map)); } } - this.f1822b = (i[]) arrayList.toArray(new i[arrayList.size()]); + this.f1823b = (i[]) arrayList.toArray(new i[arrayList.size()]); } @Override // b.i.e.i public void reset() { - i[] iVarArr = this.f1822b; + i[] iVarArr = this.f1823b; if (iVarArr != null) { for (i iVar : iVarArr) { iVar.reset(); diff --git a/app/src/main/java/b/i/e/h.java b/app/src/main/java/b/i/e/h.java index bac1277ec2..9df8448ebe 100644 --- a/app/src/main/java/b/i/e/h.java +++ b/app/src/main/java/b/i/e/h.java @@ -41,7 +41,7 @@ public final class h extends f { @Override // b.i.e.f public byte[] a() { int i = this.a; - int i2 = this.f1821b; + int i2 = this.f1822b; int i3 = this.d; if (i == i3 && i2 == this.e) { return this.c; @@ -62,7 +62,7 @@ public final class h extends f { @Override // b.i.e.f public byte[] b(int i, byte[] bArr) { - if (i < 0 || i >= this.f1821b) { + if (i < 0 || i >= this.f1822b) { throw new IllegalArgumentException("Requested row is outside the image: ".concat(String.valueOf(i))); } int i2 = this.a; diff --git a/app/src/main/java/b/i/e/k.java b/app/src/main/java/b/i/e/k.java index 96f6eaf447..9a23b54005 100644 --- a/app/src/main/java/b/i/e/k.java +++ b/app/src/main/java/b/i/e/k.java @@ -7,15 +7,15 @@ public class k { public final float a; /* renamed from: b reason: collision with root package name */ - public final float f1824b; + public final float f1825b; public k(float f, float f2) { this.a = f; - this.f1824b = f2; + this.f1825b = f2; } public static float a(k kVar, k kVar2) { - return f.Q(kVar.a, kVar.f1824b, kVar2.a, kVar2.f1824b); + return f.Q(kVar.a, kVar.f1825b, kVar2.a, kVar2.f1825b); } public static void b(k[] kVarArr) { @@ -39,8 +39,8 @@ public class k { kVar = kVarArr[2]; } float f = kVar3.a; - float f2 = kVar3.f1824b; - if (((kVar2.f1824b - f2) * (kVar.a - f)) - ((kVar2.a - f) * (kVar.f1824b - f2)) < 0.0f) { + float f2 = kVar3.f1825b; + if (((kVar2.f1825b - f2) * (kVar.a - f)) - ((kVar2.a - f) * (kVar.f1825b - f2)) < 0.0f) { kVar = kVar2; kVar2 = kVar; } @@ -52,7 +52,7 @@ public class k { public final boolean equals(Object obj) { if (obj instanceof k) { k kVar = (k) obj; - if (this.a == kVar.a && this.f1824b == kVar.f1824b) { + if (this.a == kVar.a && this.f1825b == kVar.f1825b) { return true; } } @@ -60,10 +60,10 @@ public class k { } public final int hashCode() { - return Float.floatToIntBits(this.f1824b) + (Float.floatToIntBits(this.a) * 31); + return Float.floatToIntBits(this.f1825b) + (Float.floatToIntBits(this.a) * 31); } public final String toString() { - return "(" + this.a + ',' + this.f1824b + ')'; + return "(" + this.a + ',' + this.f1825b + ')'; } } diff --git a/app/src/main/java/b/i/e/m/b.java b/app/src/main/java/b/i/e/m/b.java index 57207ef42b..c12d6dfc98 100644 --- a/app/src/main/java/b/i/e/m/b.java +++ b/app/src/main/java/b/i/e/m/b.java @@ -37,7 +37,7 @@ public final class b implements i { e eVar = null; try { a = aVar.a(false); - kVarArr = a.f1834b; + kVarArr = a.f1835b; } catch (FormatException e3) { e = e3; kVarArr = null; @@ -59,7 +59,7 @@ public final class b implements i { while (r11 < r0) { } } - Result result = new Result(eVar.c, eVar.a, eVar.f1833b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.c, eVar.a, eVar.f1834b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -74,7 +74,7 @@ public final class b implements i { } if (map == null) { } - Result result2 = new Result(eVar.c, eVar.a, eVar.f1833b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); + Result result2 = new Result(eVar.c, eVar.a, eVar.f1834b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -86,7 +86,7 @@ public final class b implements i { if (eVar == null) { try { a a2 = aVar.a(true); - kVarArr = a2.f1834b; + kVarArr = a2.f1835b; eVar = new b.i.e.m.c.a().a(a2); } catch (FormatException | NotFoundException e7) { if (e2 != null) { @@ -103,7 +103,7 @@ public final class b implements i { lVar.a(kVar); } } - Result result22 = new Result(eVar.c, eVar.a, eVar.f1833b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); + Result result22 = new Result(eVar.c, eVar.a, eVar.f1834b, kVarArr, b.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { result22.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/b/i/e/m/c/a.java b/app/src/main/java/b/i/e/m/c/a.java index e318d9fa8b..8925d4fc9e 100644 --- a/app/src/main/java/b/i/e/m/c/a.java +++ b/app/src/main/java/b/i/e/m/c/a.java @@ -16,7 +16,7 @@ public final class a { public static final String[] a = {"CTRL_PS", " ", ExifInterface.GPS_MEASUREMENT_IN_PROGRESS, "B", "C", "D", ExifInterface.LONGITUDE_EAST, "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", ExifInterface.LATITUDE_SOUTH, ExifInterface.GPS_DIRECTION_TRUE, "U", ExifInterface.GPS_MEASUREMENT_INTERRUPTED, ExifInterface.LONGITUDE_WEST, "X", "Y", "Z", "CTRL_LL", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; /* renamed from: b reason: collision with root package name */ - public static final String[] f1825b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; + public static final String[] f1826b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; public static final String[] c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "\u007f", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; public static final String[] d = {"", "\r", "\r\n", ". ", ", ", ": ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX, ",", "-", ".", AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, ":", ";", "<", "=", ">", "?", "[", "]", "{", "}", "CTRL_UL"}; public static final String[] e = {"CTRL_PS", " ", "0", "1", ExifInterface.GPS_MEASUREMENT_2D, ExifInterface.GPS_MEASUREMENT_3D, "4", "5", "6", "7", "8", "9", ",", ".", "CTRL_UL", "CTRL_US"}; @@ -110,7 +110,7 @@ public final class a { i = 8; } else if (i24 <= 22) { i = 10; - aVar2 = b.i.e.n.l.a.f1839b; + aVar2 = b.i.e.n.l.a.f1840b; } else { aVar2 = b.i.e.n.l.a.a; } @@ -212,7 +212,7 @@ public final class a { if (h == 0) { str = a[b3]; } else if (h == 1) { - str = f1825b[b3]; + str = f1826b[b3]; } else if (h == 2) { str = c[b3]; } else if (h == 3) { @@ -249,7 +249,7 @@ public final class a { i25 = 8; } e eVar = new e(bArr, sb.toString(), null, null); - eVar.f1833b = i35; + eVar.f1834b = i35; return eVar; } catch (ReedSolomonException e2) { if (ReaderException.j) { diff --git a/app/src/main/java/b/i/e/m/d/a.java b/app/src/main/java/b/i/e/m/d/a.java index 7d370961dc..3bad0655c2 100644 --- a/app/src/main/java/b/i/e/m/d/a.java +++ b/app/src/main/java/b/i/e/m/d/a.java @@ -14,7 +14,7 @@ public final class a { public static final int[] a = {3808, 476, 2107, 1799}; /* renamed from: b reason: collision with root package name */ - public final b f1826b; + public final b f1827b; public boolean c; public int d; public int e; @@ -28,39 +28,39 @@ public final class a { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1827b; + public final int f1828b; public C0157a(int i, int i2) { this.a = i; - this.f1827b = i2; + this.f1828b = i2; } public String toString() { StringBuilder sb = new StringBuilder("<"); sb.append(this.a); sb.append(' '); - return b.d.b.a.a.z(sb, this.f1827b, '>'); + return b.d.b.a.a.z(sb, this.f1828b, '>'); } } public a(b bVar) { - this.f1826b = bVar; + this.f1827b = bVar; } public static k[] b(k[] kVarArr, int i, int i2) { float f = i2 / (i * 2.0f); float f2 = kVarArr[0].a - kVarArr[2].a; - float f3 = kVarArr[0].f1824b - kVarArr[2].f1824b; + float f3 = kVarArr[0].f1825b - kVarArr[2].f1825b; float f4 = (kVarArr[0].a + kVarArr[2].a) / 2.0f; - float f5 = (kVarArr[0].f1824b + kVarArr[2].f1824b) / 2.0f; + float f5 = (kVarArr[0].f1825b + kVarArr[2].f1825b) / 2.0f; float f6 = f2 * f; float f7 = f3 * f; k kVar = new k(f4 + f6, f5 + f7); k kVar2 = new k(f4 - f6, f5 - f7); float f8 = kVarArr[1].a - kVarArr[3].a; - float f9 = kVarArr[1].f1824b - kVarArr[3].f1824b; + float f9 = kVarArr[1].f1825b - kVarArr[3].f1825b; float f10 = (kVarArr[1].a + kVarArr[3].a) / 2.0f; - float f11 = (kVarArr[1].f1824b + kVarArr[3].f1824b) / 2.0f; + float f11 = (kVarArr[1].f1825b + kVarArr[3].f1825b) / 2.0f; float f12 = f8 * f; float f13 = f * f9; return new k[]{kVar, new k(f10 + f12, f11 + f13), kVar2, new k(f10 - f12, f11 - f13)}; @@ -82,14 +82,14 @@ public final class a { int i4 = -1; int i5 = 1; try { - b bVar = this.f1826b; + b bVar = this.f1827b; k[] b2 = new b.i.e.n.k.a(bVar, 10, bVar.j / 2, bVar.k / 2).b(); kVar3 = b2[0]; kVar2 = b2[1]; kVar = b2[2]; kVar4 = b2[3]; } catch (NotFoundException unused) { - b bVar2 = this.f1826b; + b bVar2 = this.f1827b; int i6 = bVar2.j / 2; int i7 = bVar2.k / 2; int i8 = i7 - 7; @@ -98,18 +98,18 @@ public final class a { int i11 = i8; while (true) { i11--; - if (!f(i10, i11) || this.f1826b.f(i10, i11)) { + if (!f(i10, i11) || this.f1827b.f(i10, i11)) { break; } i10++; } int i12 = i10 - 1; int i13 = i11 + 1; - while (f(i12, i13) && !this.f1826b.f(i12, i13)) { + while (f(i12, i13) && !this.f1827b.f(i12, i13)) { i12++; } int i14 = i12 - 1; - while (f(i14, i13) && !this.f1826b.f(i14, i13)) { + while (f(i14, i13) && !this.f1827b.f(i14, i13)) { i13--; } kVar3 = new k(i14, i13 + 1); @@ -117,18 +117,18 @@ public final class a { int i16 = i15; while (true) { i16++; - if (!f(i9, i16) || this.f1826b.f(i9, i16)) { + if (!f(i9, i16) || this.f1827b.f(i9, i16)) { break; } i9++; } int i17 = i9 - 1; int i18 = i16 - 1; - while (f(i17, i18) && !this.f1826b.f(i17, i18)) { + while (f(i17, i18) && !this.f1827b.f(i17, i18)) { i17++; } int i19 = i17 - 1; - while (f(i19, i18) && !this.f1826b.f(i19, i18)) { + while (f(i19, i18) && !this.f1827b.f(i19, i18)) { i18++; } kVar2 = new k(i19, i18 - 1); @@ -136,18 +136,18 @@ public final class a { int i21 = i20 - 1; while (true) { i15++; - if (!f(i21, i15) || this.f1826b.f(i21, i15)) { + if (!f(i21, i15) || this.f1827b.f(i21, i15)) { break; } i21--; } int i22 = i21 + 1; int i23 = i15 - 1; - while (f(i22, i23) && !this.f1826b.f(i22, i23)) { + while (f(i22, i23) && !this.f1827b.f(i22, i23)) { i22--; } int i24 = i22 + 1; - while (f(i24, i23) && !this.f1826b.f(i24, i23)) { + while (f(i24, i23) && !this.f1827b.f(i24, i23)) { i23++; } kVar = new k(i24, i23 - 1); @@ -157,22 +157,22 @@ public final class a { if (!f(i20, i8)) { break; } - } while (!this.f1826b.f(i20, i8)); + } while (!this.f1827b.f(i20, i8)); int i25 = i20 + 1; int i26 = i8 + 1; - while (f(i25, i26) && !this.f1826b.f(i25, i26)) { + while (f(i25, i26) && !this.f1827b.f(i25, i26)) { i25--; } int i27 = i25 + 1; - while (f(i27, i26) && !this.f1826b.f(i27, i26)) { + while (f(i27, i26) && !this.f1827b.f(i27, i26)) { i26--; } kVar4 = new k(i27, i26 + 1); } int Z0 = f.Z0((((kVar3.a + kVar4.a) + kVar2.a) + kVar.a) / 4.0f); - int Z02 = f.Z0((((kVar3.f1824b + kVar4.f1824b) + kVar2.f1824b) + kVar.f1824b) / 4.0f); + int Z02 = f.Z0((((kVar3.f1825b + kVar4.f1825b) + kVar2.f1825b) + kVar.f1825b) / 4.0f); try { - k[] b3 = new b.i.e.n.k.a(this.f1826b, 15, Z0, Z02).b(); + k[] b3 = new b.i.e.n.k.a(this.f1827b, 15, Z0, Z02).b(); kVar7 = b3[0]; kVar6 = b3[1]; kVar5 = b3[2]; @@ -184,18 +184,18 @@ public final class a { int i31 = i28; while (true) { i31--; - if (!f(i30, i31) || this.f1826b.f(i30, i31)) { + if (!f(i30, i31) || this.f1827b.f(i30, i31)) { break; } i30++; } int i32 = i30 - 1; int i33 = i31 + 1; - while (f(i32, i33) && !this.f1826b.f(i32, i33)) { + while (f(i32, i33) && !this.f1827b.f(i32, i33)) { i32++; } int i34 = i32 - 1; - while (f(i34, i33) && !this.f1826b.f(i34, i33)) { + while (f(i34, i33) && !this.f1827b.f(i34, i33)) { i33--; } kVar7 = new k(i34, i33 + 1); @@ -203,18 +203,18 @@ public final class a { int i36 = i35; while (true) { i36++; - if (!f(i29, i36) || this.f1826b.f(i29, i36)) { + if (!f(i29, i36) || this.f1827b.f(i29, i36)) { break; } i29++; } int i37 = i29 - 1; int i38 = i36 - 1; - while (f(i37, i38) && !this.f1826b.f(i37, i38)) { + while (f(i37, i38) && !this.f1827b.f(i37, i38)) { i37++; } int i39 = i37 - 1; - while (f(i39, i38) && !this.f1826b.f(i39, i38)) { + while (f(i39, i38) && !this.f1827b.f(i39, i38)) { i38++; } kVar6 = new k(i39, i38 - 1); @@ -222,18 +222,18 @@ public final class a { int i41 = i40 - 1; while (true) { i35++; - if (!f(i41, i35) || this.f1826b.f(i41, i35)) { + if (!f(i41, i35) || this.f1827b.f(i41, i35)) { break; } i41--; } int i42 = i41 + 1; int i43 = i35 - 1; - while (f(i42, i43) && !this.f1826b.f(i42, i43)) { + while (f(i42, i43) && !this.f1827b.f(i42, i43)) { i42--; } int i44 = i42 + 1; - while (f(i44, i43) && !this.f1826b.f(i44, i43)) { + while (f(i44, i43) && !this.f1827b.f(i44, i43)) { i43++; } kVar5 = new k(i44, i43 - 1); @@ -243,19 +243,19 @@ public final class a { if (!f(i40, i28)) { break; } - } while (!this.f1826b.f(i40, i28)); + } while (!this.f1827b.f(i40, i28)); int i45 = i40 + 1; int i46 = i28 + 1; - while (f(i45, i46) && !this.f1826b.f(i45, i46)) { + while (f(i45, i46) && !this.f1827b.f(i45, i46)) { i45--; } int i47 = i45 + 1; - while (f(i47, i46) && !this.f1826b.f(i47, i46)) { + while (f(i47, i46) && !this.f1827b.f(i47, i46)) { i46--; } kVar8 = new k(i47, i46 + 1); } - C0157a aVar = new C0157a(f.Z0((((kVar7.a + kVar8.a) + kVar6.a) + kVar5.a) / 4.0f), f.Z0((((kVar7.f1824b + kVar8.f1824b) + kVar6.f1824b) + kVar5.f1824b) / 4.0f)); + C0157a aVar = new C0157a(f.Z0((((kVar7.a + kVar8.a) + kVar6.a) + kVar5.a) / 4.0f), f.Z0((((kVar7.f1825b + kVar8.f1825b) + kVar6.f1825b) + kVar5.f1825b) / 4.0f)); this.f = 1; C0157a aVar2 = aVar; C0157a aVar3 = aVar2; @@ -267,15 +267,15 @@ public final class a { C0157a e3 = e(aVar3, z3, i4, i5); C0157a e4 = e(aVar4, z3, i4, i4); if (this.f > i3) { - double R = (f.R(e4.a, e4.f1827b, e.a, e.f1827b) * this.f) / (f.R(aVar4.a, aVar4.f1827b, aVar.a, aVar.f1827b) * (this.f + i3)); + double R = (f.R(e4.a, e4.f1828b, e.a, e.f1828b) * this.f) / (f.R(aVar4.a, aVar4.f1828b, aVar.a, aVar.f1828b) * (this.f + i3)); if (R < 0.75d || R > 1.25d) { break; } - C0157a aVar5 = new C0157a(e.a - 3, e.f1827b + 3); - C0157a aVar6 = new C0157a(e2.a - 3, e2.f1827b - 3); - C0157a aVar7 = new C0157a(e3.a + 3, e3.f1827b - 3); + C0157a aVar5 = new C0157a(e.a - 3, e.f1828b + 3); + C0157a aVar6 = new C0157a(e2.a - 3, e2.f1828b - 3); + C0157a aVar7 = new C0157a(e3.a + 3, e3.f1828b - 3); aVar = e; - C0157a aVar8 = new C0157a(e4.a + 3, e4.f1827b + 3); + C0157a aVar8 = new C0157a(e4.a + 3, e4.f1828b + 3); int c = c(aVar8, aVar5); if (!(c != 0 && c(aVar5, aVar6) == c && c(aVar6, aVar7) == c && c(aVar7, aVar8) == c)) { break; @@ -296,7 +296,7 @@ public final class a { if (i48 == 5 || i48 == 7) { this.c = i48 == 5; int i49 = i48 * 2; - k[] b4 = b(new k[]{new k(aVar.a + 0.5f, aVar.f1827b - 0.5f), new k(aVar2.a + 0.5f, aVar2.f1827b + 0.5f), new k(aVar3.a - 0.5f, aVar3.f1827b + 0.5f), new k(aVar4.a - 0.5f, aVar4.f1827b - 0.5f)}, i49 - 3, i49); + k[] b4 = b(new k[]{new k(aVar.a + 0.5f, aVar.f1828b - 0.5f), new k(aVar2.a + 0.5f, aVar2.f1828b + 0.5f), new k(aVar3.a - 0.5f, aVar3.f1828b + 0.5f), new k(aVar4.a - 0.5f, aVar4.f1828b - 0.5f)}, i49 - 3, i49); if (z2) { k kVar9 = b4[0]; b4[0] = b4[2]; @@ -362,7 +362,7 @@ public final class a { this.d = (i60 >> 11) + 1; this.e = (i60 & 2047) + 1; } - b bVar3 = this.f1826b; + b bVar3 = this.f1827b; int i62 = this.g; k kVar10 = b4[i62 % 4]; k kVar11 = b4[(i62 + 1) % 4]; @@ -374,7 +374,7 @@ public final class a { float f2 = this.f; float f3 = f - f2; float f4 = f + f2; - return new b.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar10.a, kVar10.f1824b, kVar11.a, kVar11.f1824b, kVar12.a, kVar12.f1824b, kVar13.a, kVar13.f1824b)), b(b4, this.f * 2, d()), this.c, this.e, this.d); + return new b.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar10.a, kVar10.f1825b, kVar11.a, kVar11.f1825b, kVar12.a, kVar12.f1825b, kVar13.a, kVar13.f1825b)), b(b4, this.f * 2, d()), this.c, this.e, this.d); } } throw NotFoundException.l; @@ -383,23 +383,23 @@ public final class a { } public final int c(C0157a aVar, C0157a aVar2) { - float R = f.R(aVar.a, aVar.f1827b, aVar2.a, aVar2.f1827b); + float R = f.R(aVar.a, aVar.f1828b, aVar2.a, aVar2.f1828b); int i = aVar2.a; int i2 = aVar.a; float f = (i - i2) / R; - int i3 = aVar2.f1827b; - int i4 = aVar.f1827b; + int i3 = aVar2.f1828b; + int i4 = aVar.f1828b; float f2 = (i3 - i4) / R; float f3 = i2; float f4 = i4; - boolean f5 = this.f1826b.f(i2, i4); + boolean f5 = this.f1827b.f(i2, i4); int ceil = (int) Math.ceil(R); boolean z2 = false; int i5 = 0; for (int i6 = 0; i6 < ceil; i6++) { f3 += f; f4 += f2; - if (this.f1826b.f(f.Z0(f3), f.Z0(f4)) != f5) { + if (this.f1827b.f(f.Z0(f3), f.Z0(f4)) != f5) { i5++; } } @@ -426,21 +426,21 @@ public final class a { public final C0157a e(C0157a aVar, boolean z2, int i, int i2) { int i3 = aVar.a + i; - int i4 = aVar.f1827b; + int i4 = aVar.f1828b; while (true) { i4 += i2; - if (!f(i3, i4) || this.f1826b.f(i3, i4) != z2) { + if (!f(i3, i4) || this.f1827b.f(i3, i4) != z2) { break; } i3 += i; } int i5 = i3 - i; int i6 = i4 - i2; - while (f(i5, i6) && this.f1826b.f(i5, i6) == z2) { + while (f(i5, i6) && this.f1827b.f(i5, i6) == z2) { i5 += i; } int i7 = i5 - i; - while (f(i7, i6) && this.f1826b.f(i7, i6) == z2) { + while (f(i7, i6) && this.f1827b.f(i7, i6) == z2) { i6 += i2; } return new C0157a(i7, i6 - i2); @@ -450,25 +450,25 @@ public final class a { if (i < 0) { return false; } - b bVar = this.f1826b; + b bVar = this.f1827b; return i < bVar.j && i2 > 0 && i2 < bVar.k; } public final boolean g(k kVar) { - return f(f.Z0(kVar.a), f.Z0(kVar.f1824b)); + return f(f.Z0(kVar.a), f.Z0(kVar.f1825b)); } public final int h(k kVar, k kVar2, int i) { - float Q = f.Q(kVar.a, kVar.f1824b, kVar2.a, kVar2.f1824b); + float Q = f.Q(kVar.a, kVar.f1825b, kVar2.a, kVar2.f1825b); float f = Q / i; float f2 = kVar.a; - float f3 = kVar.f1824b; + float f3 = kVar.f1825b; float f4 = ((kVar2.a - f2) * f) / Q; - float f5 = ((kVar2.f1824b - f3) * f) / Q; + float f5 = ((kVar2.f1825b - f3) * f) / Q; int i2 = 0; for (int i3 = 0; i3 < i; i3++) { float f6 = i3; - if (this.f1826b.f(f.Z0((f6 * f4) + f2), f.Z0((f6 * f5) + f3))) { + if (this.f1827b.f(f.Z0((f6 * f4) + f2), f.Z0((f6 * f5) + f3))) { i2 |= 1 << ((i - i3) - 1); } } diff --git a/app/src/main/java/b/i/e/n/c.java b/app/src/main/java/b/i/e/n/c.java index 205656dba1..28c8ea59cc 100644 --- a/app/src/main/java/b/i/e/n/c.java +++ b/app/src/main/java/b/i/e/n/c.java @@ -5,7 +5,7 @@ public final class c { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public int f1828b; + public int f1829b; public int c; public c(byte[] bArr) { @@ -13,7 +13,7 @@ public final class c { } public int a() { - return ((this.a.length - this.f1828b) * 8) - this.c; + return ((this.a.length - this.f1829b) * 8) - this.c; } public int b(int i) { @@ -27,14 +27,14 @@ public final class c { int i5 = i < i4 ? i : i4; int i6 = i4 - i5; byte[] bArr = this.a; - int i7 = this.f1828b; + int i7 = this.f1829b; i3 = (((255 >> (8 - i5)) << i6) & bArr[i7]) >> i6; i -= i5; int i8 = i2 + i5; this.c = i8; if (i8 == 8) { this.c = 0; - this.f1828b = i7 + 1; + this.f1829b = i7 + 1; } } if (i <= 0) { @@ -43,16 +43,16 @@ public final class c { while (i >= 8) { int i9 = i3 << 8; byte[] bArr2 = this.a; - int i10 = this.f1828b; + int i10 = this.f1829b; i3 = (bArr2[i10] & 255) | i9; - this.f1828b = i10 + 1; + this.f1829b = i10 + 1; i -= 8; } if (i <= 0) { return i3; } int i11 = 8 - i; - int i12 = (i3 << i) | ((((255 >> i11) << i11) & this.a[this.f1828b]) >> i11); + int i12 = (i3 << i) | ((((255 >> i11) << i11) & this.a[this.f1829b]) >> i11); this.c += i; return i12; } diff --git a/app/src/main/java/b/i/e/n/e.java b/app/src/main/java/b/i/e/n/e.java index 7d32ac859f..12577c7507 100644 --- a/app/src/main/java/b/i/e/n/e.java +++ b/app/src/main/java/b/i/e/n/e.java @@ -7,7 +7,7 @@ public final class e { public final byte[] a; /* renamed from: b reason: collision with root package name */ - public int f1833b; + public int f1834b; public final String c; public final List d; public final String e; @@ -21,7 +21,7 @@ public final class e { public e(byte[] bArr, String str, List list, String str2, int i, int i2) { this.a = bArr; - this.f1833b = bArr == null ? 0 : bArr.length * 8; + this.f1834b = bArr == null ? 0 : bArr.length * 8; this.c = str; this.d = list; this.e = str2; diff --git a/app/src/main/java/b/i/e/n/f.java b/app/src/main/java/b/i/e/n/f.java index 8f169e6b86..648e724fc7 100644 --- a/app/src/main/java/b/i/e/n/f.java +++ b/app/src/main/java/b/i/e/n/f.java @@ -31,7 +31,7 @@ public final class f { } Objects.requireNonNull(iVar); float f2 = iVar.a; - float f3 = iVar.f1836b; + float f3 = iVar.f1837b; float f4 = iVar.c; float f5 = iVar.d; float f6 = iVar.e; diff --git a/app/src/main/java/b/i/e/n/g.java b/app/src/main/java/b/i/e/n/g.java index 789c241f8b..c5f9eb91ac 100644 --- a/app/src/main/java/b/i/e/n/g.java +++ b/app/src/main/java/b/i/e/n/g.java @@ -7,10 +7,10 @@ public class g { public final b a; /* renamed from: b reason: collision with root package name */ - public final k[] f1834b; + public final k[] f1835b; public g(b bVar, k[] kVarArr) { this.a = bVar; - this.f1834b = kVarArr; + this.f1835b = kVarArr; } } diff --git a/app/src/main/java/b/i/e/n/h.java b/app/src/main/java/b/i/e/n/h.java index f0a2cc6fee..bcbd923d88 100644 --- a/app/src/main/java/b/i/e/n/h.java +++ b/app/src/main/java/b/i/e/n/h.java @@ -8,8 +8,8 @@ import com.google.zxing.NotFoundException; public final class h extends b { /* renamed from: b reason: collision with root package name */ - public static final byte[] f1835b = new byte[0]; - public byte[] c = f1835b; + public static final byte[] f1836b = new byte[0]; + public byte[] c = f1836b; public final int[] d = new int[32]; public b e; diff --git a/app/src/main/java/b/i/e/n/i.java b/app/src/main/java/b/i/e/n/i.java index 48eef57616..65d89136c4 100644 --- a/app/src/main/java/b/i/e/n/i.java +++ b/app/src/main/java/b/i/e/n/i.java @@ -5,7 +5,7 @@ public final class i { public final float a; /* renamed from: b reason: collision with root package name */ - public final float f1836b; + public final float f1837b; public final float c; public final float d; public final float e; @@ -16,7 +16,7 @@ public final class i { public i(float f, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9) { this.a = f; - this.f1836b = f4; + this.f1837b = f4; this.c = f7; this.d = f2; this.e = f5; @@ -38,7 +38,7 @@ public final class i { float f24 = (f19 * f22) - (f23 * f18); float f25 = (f23 * f20) - (f17 * f22); float f26 = b2.c; - float f27 = b2.f1836b; + float f27 = b2.f1837b; float f28 = (f26 * f20) - (f27 * f18); float f29 = b2.a; float f30 = (f18 * f29) - (f26 * f22); @@ -54,7 +54,7 @@ public final class i { float f39 = (f37 * f33) + (f36 * f30) + (f35 * f24); float f40 = f37 * f34; float f41 = f40 + (f36 * f31) + (f35 * f25); - float f42 = b3.f1836b; + float f42 = b3.f1837b; float f43 = b3.e; float f44 = b3.h; float f45 = (f44 * f32) + (f43 * f28) + (f42 * f21); diff --git a/app/src/main/java/b/i/e/n/j.java b/app/src/main/java/b/i/e/n/j.java index 9a7e6a5012..bd19078930 100644 --- a/app/src/main/java/b/i/e/n/j.java +++ b/app/src/main/java/b/i/e/n/j.java @@ -7,11 +7,11 @@ public final class j { public static final String a; /* renamed from: b reason: collision with root package name */ - public static final boolean f1837b; + public static final boolean f1838b; static { String name = Charset.defaultCharset().name(); a = name; - f1837b = "SJIS".equalsIgnoreCase(name) || "EUC_JP".equalsIgnoreCase(name); + f1838b = "SJIS".equalsIgnoreCase(name) || "EUC_JP".equalsIgnoreCase(name); } } diff --git a/app/src/main/java/b/i/e/n/k/a.java b/app/src/main/java/b/i/e/n/k/a.java index 9a1c7230b5..c75cbda997 100644 --- a/app/src/main/java/b/i/e/n/k/a.java +++ b/app/src/main/java/b/i/e/n/k/a.java @@ -10,7 +10,7 @@ public final class a { public final b a; /* renamed from: b reason: collision with root package name */ - public final int f1838b; + public final int f1839b; public final int c; public final int d; public final int e; @@ -20,7 +20,7 @@ public final class a { public a(b bVar, int i, int i2, int i3) throws NotFoundException { this.a = bVar; int i4 = bVar.k; - this.f1838b = i4; + this.f1839b = i4; int i5 = bVar.j; this.c = i5; int i6 = i / 2; @@ -86,7 +86,7 @@ public final class a { if (i2 < this.c) { boolean z11 = true; while (true) { - if ((z11 || !z5) && i4 < this.f1838b) { + if ((z11 || !z5) && i4 < this.f1839b) { z11 = a(i, i2, i4, true); if (z11) { i4++; @@ -97,7 +97,7 @@ public final class a { } } } - if (i4 < this.f1838b) { + if (i4 < this.f1839b) { boolean z12 = true; while (true) { if ((z12 || !z6) && i >= 0) { @@ -163,13 +163,13 @@ public final class a { } if (kVar != null) { float f = kVar.a; - float f2 = kVar.f1824b; + float f2 = kVar.f1825b; float f3 = kVar2.a; - float f4 = kVar2.f1824b; + float f4 = kVar2.f1825b; float f5 = kVar4.a; - float f6 = kVar4.f1824b; + float f6 = kVar4.f1825b; float f7 = kVar3.a; - float f8 = kVar3.f1824b; + float f8 = kVar3.f1825b; return f < ((float) this.c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; } throw NotFoundException.l; diff --git a/app/src/main/java/b/i/e/n/l/a.java b/app/src/main/java/b/i/e/n/l/a.java index 3fea0d6815..b6cd75cc56 100644 --- a/app/src/main/java/b/i/e/n/l/a.java +++ b/app/src/main/java/b/i/e/n/l/a.java @@ -16,7 +16,7 @@ public final class a { public static final a a = new a(4201, 4096, 1); /* renamed from: b reason: collision with root package name */ - public static final a f1839b = new a(1033, 1024, 1); + public static final a f1840b = new a(1033, 1024, 1); public static final a d = new a(19, 16, 1); public static final a e = new a(285, 256, 0); diff --git a/app/src/main/java/b/i/e/n/l/b.java b/app/src/main/java/b/i/e/n/l/b.java index bb3b6d2ba5..ea1deb01c3 100644 --- a/app/src/main/java/b/i/e/n/l/b.java +++ b/app/src/main/java/b/i/e/n/l/b.java @@ -7,14 +7,14 @@ public final class b { public final a a; /* renamed from: b reason: collision with root package name */ - public final int[] f1840b; + public final int[] f1841b; public b(a aVar, int[] iArr) { if (iArr.length != 0) { this.a = aVar; int length = iArr.length; if (length <= 1 || iArr[0] != 0) { - this.f1840b = iArr; + this.f1841b = iArr; return; } int i = 1; @@ -22,11 +22,11 @@ public final class b { i++; } if (i == length) { - this.f1840b = new int[]{0}; + this.f1841b = new int[]{0}; return; } int[] iArr2 = new int[length - i]; - this.f1840b = iArr2; + this.f1841b = iArr2; System.arraycopy(iArr, i, iArr2, 0, iArr2.length); return; } @@ -42,8 +42,8 @@ public final class b { if (bVar.e()) { return this; } - int[] iArr = this.f1840b; - int[] iArr2 = bVar.f1840b; + int[] iArr = this.f1841b; + int[] iArr2 = bVar.f1841b; if (iArr.length <= iArr2.length) { iArr = iArr2; iArr2 = iArr; @@ -65,32 +65,32 @@ public final class b { } if (i == 1) { int i2 = 0; - for (int i3 : this.f1840b) { + for (int i3 : this.f1841b) { a aVar = a.a; i2 ^= i3; } return i2; } - int[] iArr2 = this.f1840b; + int[] iArr2 = this.f1841b; int i4 = iArr2[0]; int length = iArr2.length; for (int i5 = 1; i5 < length; i5++) { - i4 = this.a.c(i, i4) ^ this.f1840b[i5]; + i4 = this.a.c(i, i4) ^ this.f1841b[i5]; } return i4; } public int c(int i) { - int[] iArr = this.f1840b; + int[] iArr = this.f1841b; return iArr[(iArr.length - 1) - i]; } public int d() { - return this.f1840b.length - 1; + return this.f1841b.length - 1; } public boolean e() { - return this.f1840b[0] == 0; + return this.f1841b[0] == 0; } public b f(int i) { @@ -100,10 +100,10 @@ public final class b { if (i == 1) { return this; } - int length = this.f1840b.length; + int length = this.f1841b.length; int[] iArr = new int[length]; for (int i2 = 0; i2 < length; i2++) { - iArr[i2] = this.a.c(this.f1840b[i2], i); + iArr[i2] = this.a.c(this.f1841b[i2], i); } return new b(this.a, iArr); } diff --git a/app/src/main/java/b/i/e/n/l/c.java b/app/src/main/java/b/i/e/n/l/c.java index 0d937e9504..2d34ab1832 100644 --- a/app/src/main/java/b/i/e/n/l/c.java +++ b/app/src/main/java/b/i/e/n/l/c.java @@ -49,10 +49,10 @@ public final class c { if (c == 0) { bVar2 = a.a.k; } else { - int length = a.f1840b.length; + int length = a.f1841b.length; int[] iArr4 = new int[d + length]; for (int i4 = 0; i4 < length; i4++) { - iArr4[i4] = a.a.c(a.f1840b[i4], c); + iArr4[i4] = a.a.c(a.f1841b[i4], c); } bVar2 = new b(a.a, iArr4); } @@ -65,9 +65,9 @@ public final class c { if (bVar7.e() || bVar6.e()) { bVar = bVar7.a.k; } else { - int[] iArr5 = bVar7.f1840b; + int[] iArr5 = bVar7.f1841b; int length2 = iArr5.length; - int[] iArr6 = bVar6.f1840b; + int[] iArr6 = bVar6.f1841b; int length3 = iArr6.length; int[] iArr7 = new int[(length2 + length3) - 1]; for (int i5 = 0; i5 < length2; i5++) { diff --git a/app/src/main/java/b/i/e/o/a.java b/app/src/main/java/b/i/e/o/a.java index 9575f2dca9..e5a485edba 100644 --- a/app/src/main/java/b/i/e/o/a.java +++ b/app/src/main/java/b/i/e/o/a.java @@ -23,7 +23,7 @@ public final class a implements i { public static final k[] a = new k[0]; /* renamed from: b reason: collision with root package name */ - public final d f1841b = new d(); + public final d f1842b = new d(); @Override // b.i.e.i public Result a(c cVar, Map map) throws NotFoundException, ChecksumException, FormatException { @@ -32,7 +32,7 @@ public final class a implements i { b bVar; if (map == null || !map.containsKey(b.i.e.d.PURE_BARCODE)) { b.i.e.o.c.a aVar = new b.i.e.o.c.a(cVar.a()); - k[] b2 = aVar.f1848b.b(); + k[] b2 = aVar.f1849b.b(); k kVar = b2[0]; k kVar2 = b2[1]; k kVar3 = b2[2]; @@ -47,9 +47,9 @@ public final class a implements i { a.b bVar3 = (a.b) arrayList.get(1); HashMap hashMap = new HashMap(); b.i.e.o.c.a.b(hashMap, bVar2.a); - b.i.e.o.c.a.b(hashMap, bVar2.f1849b); + b.i.e.o.c.a.b(hashMap, bVar2.f1850b); b.i.e.o.c.a.b(hashMap, bVar3.a); - b.i.e.o.c.a.b(hashMap, bVar3.f1849b); + b.i.e.o.c.a.b(hashMap, bVar3.f1850b); k kVar5 = null; k kVar6 = null; k kVar7 = null; @@ -89,14 +89,14 @@ public final class a implements i { int a3 = b.i.e.o.c.a.a(kVar11, kVar); float f = kVar.a; float f2 = a3; - float f3 = kVar.f1824b; - k kVar12 = new k((((f - kVar11.a) / f2) * a2) + f, (a2 * ((f3 - kVar11.f1824b) / f2)) + f3); + float f3 = kVar.f1825b; + k kVar12 = new k((((f - kVar11.a) / f2) * a2) + f, (a2 * ((f3 - kVar11.f1825b) / f2)) + f3); float a4 = b.i.e.o.c.a.a(kVar10, kVar11) / i4; int a5 = b.i.e.o.c.a.a(kVar9, kVar); float f4 = kVar.a; float f5 = a5; - float f6 = kVar.f1824b; - k kVar13 = new k((((f4 - kVar9.a) / f5) * a4) + f4, (a4 * ((f6 - kVar9.f1824b) / f5)) + f6); + float f6 = kVar.f1825b; + k kVar13 = new k((((f4 - kVar9.a) / f5) * a4) + f4, (a4 * ((f6 - kVar9.f1825b) / f5)) + f6); if (!aVar.c(kVar12)) { if (!aVar.c(kVar13)) { kVar13 = null; @@ -122,14 +122,14 @@ public final class a implements i { int a7 = b.i.e.o.c.a.a(kVar11, kVar); float f7 = kVar.a; float f8 = a7; - float f9 = kVar.f1824b; - k kVar14 = new k((((f7 - kVar11.a) / f8) * a6) + f7, (a6 * ((f9 - kVar11.f1824b) / f8)) + f9); + float f9 = kVar.f1825b; + k kVar14 = new k((((f7 - kVar11.a) / f8) * a6) + f7, (a6 * ((f9 - kVar11.f1825b) / f8)) + f9); float a8 = b.i.e.o.c.a.a(kVar10, kVar11) / min; int a9 = b.i.e.o.c.a.a(kVar9, kVar); float f10 = kVar.a; float f11 = a9; - float f12 = kVar.f1824b; - k kVar15 = new k((((f10 - kVar9.a) / f11) * a8) + f10, (a8 * ((f12 - kVar9.f1824b) / f11)) + f12); + float f12 = kVar.f1825b; + k kVar15 = new k((((f10 - kVar9.a) / f11) * a8) + f10, (a8 * ((f12 - kVar9.f1825b) / f11)) + f12); if (!aVar.c(kVar14)) { if (!aVar.c(kVar15)) { kVar15 = null; @@ -147,7 +147,7 @@ public final class a implements i { bVar = b.i.e.o.c.a.d(aVar.a, kVar11, kVar10, kVar9, kVar, max, max); } kVarArr = new k[]{kVar11, kVar10, kVar9, kVar}; - eVar = this.f1841b.a(bVar); + eVar = this.f1842b.a(bVar); } else { b a10 = cVar.a(); int[] i7 = a10.i(); @@ -184,7 +184,7 @@ public final class a implements i { } } } - eVar = this.f1841b.a(bVar4); + eVar = this.f1842b.a(bVar4); kVarArr = a; } else { throw NotFoundException.l; diff --git a/app/src/main/java/b/i/e/o/b/a.java b/app/src/main/java/b/i/e/o/b/a.java index 74ed1aa034..5e9b9cff11 100644 --- a/app/src/main/java/b/i/e/o/b/a.java +++ b/app/src/main/java/b/i/e/o/b/a.java @@ -8,7 +8,7 @@ public final class a { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f1842b; + public final b f1843b; public final e c; public a(b bVar) throws FormatException { @@ -47,7 +47,7 @@ public final class a { } } this.a = bVar2; - this.f1842b = new b(bVar2.j, bVar2.k); + this.f1843b = new b(bVar2.j, bVar2.k); return; } throw new IllegalArgumentException("Dimension of bitMatrix must match the version size"); @@ -67,7 +67,7 @@ public final class a { i2 += i4; i += 4 - ((i4 + 4) & 7); } - this.f1842b.j(i2, i); + this.f1843b.j(i2, i); return this.a.f(i2, i); } diff --git a/app/src/main/java/b/i/e/o/b/b.java b/app/src/main/java/b/i/e/o/b/b.java index 29bdadaa30..af64dbba24 100644 --- a/app/src/main/java/b/i/e/o/b/b.java +++ b/app/src/main/java/b/i/e/o/b/b.java @@ -5,10 +5,10 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1843b; + public final byte[] f1844b; public b(int i, byte[] bArr) { this.a = i; - this.f1843b = bArr; + this.f1844b = bArr; } } diff --git a/app/src/main/java/b/i/e/o/b/c.java b/app/src/main/java/b/i/e/o/b/c.java index e9f1fc4faa..d564ffda02 100644 --- a/app/src/main/java/b/i/e/o/b/c.java +++ b/app/src/main/java/b/i/e/o/b/c.java @@ -7,7 +7,7 @@ import org.objectweb.asm.Opcodes; public final class c { /* renamed from: b reason: collision with root package name */ - public static final char[] f1844b; + public static final char[] f1845b; public static final char[] d; public static final char[] a = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'}; public static final char[] c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; @@ -15,7 +15,7 @@ public final class c { static { char[] cArr = {'!', '\"', MentionUtilsKt.CHANNELS_CHAR, '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', MentionUtilsKt.SLASH_CHAR, MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR, ';', '<', '=', '>', '?', MentionUtilsKt.MENTIONS_CHAR, '[', '\\', ']', '^', '_'}; - f1844b = cArr; + f1845b = cArr; d = cArr; } diff --git a/app/src/main/java/b/i/e/o/b/e.java b/app/src/main/java/b/i/e/o/b/e.java index 24bdc248f0..9ce064dadf 100644 --- a/app/src/main/java/b/i/e/o/b/e.java +++ b/app/src/main/java/b/i/e/o/b/e.java @@ -7,7 +7,7 @@ public final class e { public static final e[] a = {new e(1, 10, 10, 8, 8, new c(5, new b(1, 3, null), null)), new e(2, 12, 12, 10, 10, new c(7, new b(1, 5, null), null)), new e(3, 14, 14, 12, 12, new c(10, new b(1, 8, null), null)), new e(4, 16, 16, 14, 14, new c(12, new b(1, 12, null), null)), new e(5, 18, 18, 16, 16, new c(14, new b(1, 18, null), null)), new e(6, 20, 20, 18, 18, new c(18, new b(1, 22, null), null)), new e(7, 22, 22, 20, 20, new c(20, new b(1, 30, null), null)), new e(8, 24, 24, 22, 22, new c(24, new b(1, 36, null), null)), new e(9, 26, 26, 24, 24, new c(28, new b(1, 44, null), null)), new e(10, 32, 32, 14, 14, new c(36, new b(1, 62, null), null)), new e(11, 36, 36, 16, 16, new c(42, new b(1, 86, null), null)), new e(12, 40, 40, 18, 18, new c(48, new b(1, 114, null), null)), new e(13, 44, 44, 20, 20, new c(56, new b(1, Opcodes.D2F, null), null)), new e(14, 48, 48, 22, 22, new c(68, new b(1, Opcodes.FRETURN, null), null)), new e(15, 52, 52, 24, 24, new c(42, new b(2, 102, null), null)), new e(16, 64, 64, 14, 14, new c(56, new b(2, Opcodes.F2L, null), null)), new e(17, 72, 72, 16, 16, new c(36, new b(4, 92, null), null)), new e(18, 80, 80, 18, 18, new c(48, new b(4, 114, null), null)), new e(19, 88, 88, 20, 20, new c(56, new b(4, Opcodes.D2F, null), null)), new e(20, 96, 96, 22, 22, new c(68, new b(4, Opcodes.FRETURN, null), null)), new e(21, 104, 104, 24, 24, new c(56, new b(6, Opcodes.L2I, null), null)), new e(22, 120, 120, 18, 18, new c(68, new b(6, 175, null), null)), new e(23, Opcodes.IINC, Opcodes.IINC, 20, 20, new c(62, new b(8, Opcodes.IF_ICMPGT, null), null)), new e(24, Opcodes.D2F, Opcodes.D2F, 22, 22, new c(62, new b(8, 156, null), new b(2, 155, null), null)), new e(25, 8, 18, 6, 16, new c(7, new b(1, 5, null), null)), new e(26, 8, 32, 6, 14, new c(11, new b(1, 10, null), null)), new e(27, 12, 26, 10, 24, new c(14, new b(1, 16, null), null)), new e(28, 12, 36, 10, 16, new c(18, new b(1, 22, null), null)), new e(29, 16, 36, 14, 16, new c(24, new b(1, 32, null), null)), new e(30, 16, 48, 14, 22, new c(28, new b(1, 49, null), null))}; /* renamed from: b reason: collision with root package name */ - public final int f1845b; + public final int f1846b; public final int c; public final int d; public final int e; @@ -21,11 +21,11 @@ public final class e { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1846b; + public final int f1847b; public b(int i, int i2, a aVar) { this.a = i; - this.f1846b = i2; + this.f1847b = i2; } } @@ -35,22 +35,22 @@ public final class e { public final int a; /* renamed from: b reason: collision with root package name */ - public final b[] f1847b; + public final b[] f1848b; public c(int i, b bVar, a aVar) { this.a = i; - this.f1847b = new b[]{bVar}; + this.f1848b = new b[]{bVar}; } public c(int i, b bVar, b bVar2, a aVar) { this.a = i; - this.f1847b = new b[]{bVar, bVar2}; + this.f1848b = new b[]{bVar, bVar2}; } } public e(int i, int i2, int i3, int i4, int i5, c cVar) { b[] bVarArr; - this.f1845b = i; + this.f1846b = i; this.c = i2; this.d = i3; this.e = i4; @@ -58,13 +58,13 @@ public final class e { this.g = cVar; int i6 = cVar.a; int i7 = 0; - for (b bVar : cVar.f1847b) { - i7 += (bVar.f1846b + i6) * bVar.a; + for (b bVar : cVar.f1848b) { + i7 += (bVar.f1847b + i6) * bVar.a; } this.h = i7; } public String toString() { - return String.valueOf(this.f1845b); + return String.valueOf(this.f1846b); } } diff --git a/app/src/main/java/b/i/e/o/c/a.java b/app/src/main/java/b/i/e/o/c/a.java index d7cbae1997..c72ca67d69 100644 --- a/app/src/main/java/b/i/e/o/c/a.java +++ b/app/src/main/java/b/i/e/o/c/a.java @@ -15,7 +15,7 @@ public final class a { public final b.i.e.n.b a; /* renamed from: b reason: collision with root package name */ - public final b.i.e.n.k.a f1848b; + public final b.i.e.n.k.a f1849b; /* compiled from: Detector.java */ /* loaded from: classes3.dex */ @@ -23,17 +23,17 @@ public final class a { public final k a; /* renamed from: b reason: collision with root package name */ - public final k f1849b; + public final k f1850b; public final int c; public b(k kVar, k kVar2, int i, C0158a aVar) { this.a = kVar; - this.f1849b = kVar2; + this.f1850b = kVar2; this.c = i; } public String toString() { - return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.f1849b + MentionUtilsKt.SLASH_CHAR + this.c; + return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.f1850b + MentionUtilsKt.SLASH_CHAR + this.c; } } @@ -51,11 +51,11 @@ public final class a { public a(b.i.e.n.b bVar) throws NotFoundException { this.a = bVar; - this.f1848b = new b.i.e.n.k.a(bVar, 10, bVar.j / 2, bVar.k / 2); + this.f1849b = new b.i.e.n.k.a(bVar, 10, bVar.j / 2, bVar.k / 2); } public static int a(k kVar, k kVar2) { - return f.Z0(f.Q(kVar.a, kVar.f1824b, kVar2.a, kVar2.f1824b)); + return f.Z0(f.Q(kVar.a, kVar.f1825b, kVar2.a, kVar2.f1825b)); } public static void b(Map map, k kVar) { @@ -70,7 +70,7 @@ public final class a { public static b.i.e.n.b d(b.i.e.n.b bVar, k kVar, k kVar2, k kVar3, k kVar4, int i, int i2) throws NotFoundException { float f = i - 0.5f; float f2 = i2 - 0.5f; - return b.i.e.n.f.a.a(bVar, i, i2, i.a(0.5f, 0.5f, f, 0.5f, f, f2, 0.5f, f2, kVar.a, kVar.f1824b, kVar4.a, kVar4.f1824b, kVar3.a, kVar3.f1824b, kVar2.a, kVar2.f1824b)); + return b.i.e.n.f.a.a(bVar, i, i2, i.a(0.5f, 0.5f, f, 0.5f, f, f2, 0.5f, f2, kVar.a, kVar.f1825b, kVar4.a, kVar4.f1825b, kVar3.a, kVar3.f1825b, kVar2.a, kVar2.f1825b)); } public final boolean c(k kVar) { @@ -82,16 +82,16 @@ public final class a { if (f >= bVar.j) { return false; } - float f2 = kVar.f1824b; + float f2 = kVar.f1825b; return f2 > 0.0f && f2 < ((float) bVar.k); } public final b e(k kVar, k kVar2) { a aVar = this; int i = (int) kVar.a; - int i2 = (int) kVar.f1824b; + int i2 = (int) kVar.f1825b; int i3 = (int) kVar2.a; - int i4 = (int) kVar2.f1824b; + int i4 = (int) kVar2.f1825b; int i5 = 1; boolean z2 = Math.abs(i4 - i2) > Math.abs(i3 - i); if (z2) { diff --git a/app/src/main/java/b/i/e/p/a.java b/app/src/main/java/b/i/e/p/a.java index bdf6301109..198a798e38 100644 --- a/app/src/main/java/b/i/e/p/a.java +++ b/app/src/main/java/b/i/e/p/a.java @@ -21,7 +21,7 @@ public final class a implements i { public static final k[] a = new k[0]; /* renamed from: b reason: collision with root package name */ - public final c f1850b = new c(); + public final c f1851b = new c(); @Override // b.i.e.i public Result a(b.i.e.c cVar, Map map) throws NotFoundException, ChecksumException, FormatException { @@ -91,7 +91,7 @@ public final class a implements i { } } } - c cVar2 = this.f1850b; + c cVar2 = this.f1851b; Objects.requireNonNull(cVar2); byte[] bArr2 = new byte[Opcodes.D2F]; for (int i23 = 0; i23 < 33; i23++) { diff --git a/app/src/main/java/b/i/e/q/a.java b/app/src/main/java/b/i/e/q/a.java index 24608e278f..8e603eb635 100644 --- a/app/src/main/java/b/i/e/q/a.java +++ b/app/src/main/java/b/i/e/q/a.java @@ -11,7 +11,7 @@ public final class a extends k { public static final char[] a = "0123456789-$:/.+ABCD".toCharArray(); /* renamed from: b reason: collision with root package name */ - public static final int[] f1851b = {3, 6, 9, 96, 18, 66, 33, 36, 48, 72, 12, 24, 69, 81, 84, 21, 26, 41, 11, 14}; + public static final int[] f1852b = {3, 6, 9, 96, 18, 66, 33, 36, 48, 72, 12, 24, 69, 81, 84, 21, 26, 41, 11, 14}; public static final char[] c = {'A', 'B', 'C', 'D'}; public final StringBuilder d = new StringBuilder(20); public int[] e = new int[80]; @@ -61,7 +61,7 @@ public final class a extends k { r5 = 0; */ /* JADX WARN: Code restructure failed: missing block: B:44:0x00c2, code lost: - r13 = b.i.e.q.a.f1851b[r19.d.charAt(r5)]; + r13 = b.i.e.q.a.f1852b[r19.d.charAt(r5)]; r15 = 6; */ /* JADX WARN: Code restructure failed: missing block: B:45:0x00cd, code lost: @@ -103,7 +103,7 @@ public final class a extends k { r7 = 0; */ /* JADX WARN: Code restructure failed: missing block: B:53:0x012b, code lost: - r11 = b.i.e.q.a.f1851b[r19.d.charAt(r7)]; + r11 = b.i.e.q.a.f1852b[r19.d.charAt(r7)]; r12 = 6; */ /* JADX WARN: Code restructure failed: missing block: B:54:0x0136, code lost: @@ -316,7 +316,7 @@ public final class a extends k { } } while (true) { - int[] iArr2 = f1851b; + int[] iArr2 = f1852b; if (i4 >= iArr2.length) { return -1; } diff --git a/app/src/main/java/b/i/e/q/c.java b/app/src/main/java/b/i/e/q/c.java index f35b858fbb..62402b0cb9 100644 --- a/app/src/main/java/b/i/e/q/c.java +++ b/app/src/main/java/b/i/e/q/c.java @@ -16,12 +16,12 @@ public final class c extends k { public static final int[] a = {52, 289, 97, 352, 49, 304, 112, 37, 292, 100, 265, 73, 328, 25, 280, 88, 13, 268, 76, 28, 259, 67, 322, 19, 274, 82, 7, 262, 70, 22, 385, Opcodes.INSTANCEOF, 448, Opcodes.I2B, 400, 208, Opcodes.I2L, 388, 196, Opcodes.JSR, Opcodes.IF_ICMPGE, Opcodes.L2D, 42}; /* renamed from: b reason: collision with root package name */ - public final boolean f1852b; + public final boolean f1853b; public final StringBuilder c = new StringBuilder(20); public final int[] d = new int[9]; public c(boolean z2) { - this.f1852b = z2; + this.f1853b = z2; } /* JADX WARN: Code restructure failed: missing block: B:18:0x002f, code lost: @@ -149,7 +149,7 @@ public final class c extends k { } int i12 = (f3 - f2) - i10; if (f3 == i6 || (i12 << 1) >= i10) { - if (this.f1852b) { + if (this.f1853b) { int length2 = sb.length() - 1; int i13 = 0; for (int i14 = 0; i14 < length2; i14++) { diff --git a/app/src/main/java/b/i/e/q/d.java b/app/src/main/java/b/i/e/q/d.java index e18536c3a4..ad1d131f7a 100644 --- a/app/src/main/java/b/i/e/q/d.java +++ b/app/src/main/java/b/i/e/q/d.java @@ -13,14 +13,14 @@ public final class d extends k { public static final char[] a = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%abcd*".toCharArray(); /* renamed from: b reason: collision with root package name */ - public static final int[] f1853b; + public static final int[] f1854b; public static final int c; public final StringBuilder d = new StringBuilder(20); public final int[] e = new int[6]; static { int[] iArr = {276, 328, 324, 322, 296, 292, 290, 336, 274, 266, 424, 420, 418, 404, 402, 394, 360, 356, 354, 308, 282, 344, 332, 326, 300, 278, 436, 434, 428, 422, 406, 410, 364, 358, 310, 314, 302, 468, 466, 458, 366, 374, 430, 294, 474, 470, 306, 350}; - f1853b = iArr; + f1854b = iArr; c = iArr[47]; } @@ -294,7 +294,7 @@ public final class d extends k { if (h >= 0) { int i6 = 0; while (true) { - int[] iArr3 = f1853b; + int[] iArr3 = f1854b; if (i6 >= iArr3.length) { throw NotFoundException.l; } else if (iArr3[i6] == h) { diff --git a/app/src/main/java/b/i/e/q/e.java b/app/src/main/java/b/i/e/q/e.java index c5b435ae70..f4e0147b7e 100644 --- a/app/src/main/java/b/i/e/q/e.java +++ b/app/src/main/java/b/i/e/q/e.java @@ -31,7 +31,7 @@ public final class e extends p { for (int i6 = 0; i6 < 10; i6++) { if (i3 == h[i6]) { sb.insert(0, (char) (i6 + 48)); - int[] iArr3 = p.f1859b; + int[] iArr3 = p.f1860b; int i7 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i8 = 0; i8 < 6 && i7 < i; i8++) { sb.append((char) (p.h(aVar, iArr2, i7, p.c) + 48)); diff --git a/app/src/main/java/b/i/e/q/f.java b/app/src/main/java/b/i/e/q/f.java index 9dc5c22277..fb15169825 100644 --- a/app/src/main/java/b/i/e/q/f.java +++ b/app/src/main/java/b/i/e/q/f.java @@ -22,7 +22,7 @@ public final class f extends p { i2 += i4; } } - int[] iArr3 = p.f1859b; + int[] iArr3 = p.f1860b; int i5 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i6 = 0; i6 < 4 && i5 < i; i6++) { sb.append((char) (p.h(aVar, iArr2, i5, p.c) + 48)); diff --git a/app/src/main/java/b/i/e/q/g.java b/app/src/main/java/b/i/e/q/g.java index 92be6dc72c..8fdc918eba 100644 --- a/app/src/main/java/b/i/e/q/g.java +++ b/app/src/main/java/b/i/e/q/g.java @@ -9,11 +9,11 @@ public final class g { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public final List f1854b = new ArrayList(); + public final List f1855b = new ArrayList(); public final void a(int[] iArr, String str) { this.a.add(iArr); - this.f1854b.add(str); + this.f1855b.add(str); } public final synchronized void b() { diff --git a/app/src/main/java/b/i/e/q/h.java b/app/src/main/java/b/i/e/q/h.java index ed10276b3c..b255bc62e0 100644 --- a/app/src/main/java/b/i/e/q/h.java +++ b/app/src/main/java/b/i/e/q/h.java @@ -13,7 +13,7 @@ public final class h extends k { public static final int[] a = {6, 8, 10, 12, 14}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1855b = {1, 1, 1, 1}; + public static final int[] f1856b = {1, 1, 1, 1}; public static final int[][] c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; public static final int[][] d = {new int[]{1, 1, 2, 2, 1}, new int[]{2, 1, 1, 1, 2}, new int[]{1, 2, 1, 1, 2}, new int[]{2, 2, 1, 1, 1}, new int[]{1, 1, 2, 1, 2}, new int[]{2, 1, 2, 1, 1}, new int[]{1, 2, 2, 1, 1}, new int[]{1, 1, 1, 2, 2}, new int[]{2, 1, 1, 2, 1}, new int[]{1, 2, 1, 2, 1}, new int[]{1, 1, 3, 3, 1}, new int[]{3, 1, 1, 1, 3}, new int[]{1, 3, 1, 1, 3}, new int[]{3, 3, 1, 1, 1}, new int[]{1, 1, 3, 1, 3}, new int[]{3, 1, 3, 1, 1}, new int[]{1, 3, 3, 1, 1}, new int[]{1, 1, 1, 3, 3}, new int[]{3, 1, 1, 3, 1}, new int[]{1, 3, 1, 3, 1}}; public int e = -1; @@ -76,7 +76,7 @@ public final class h extends k { int i2 = aVar.k; int f = aVar.f(0); if (f != i2) { - int[] h = h(aVar, f, f1855b); + int[] h = h(aVar, f, f1856b); this.e = (h[1] - h[0]) / 4; i(aVar, h[0]); aVar.i(); 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 ffee926fb6..d777e80b38 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.f3122b, k.c, aVar2); + Result result = new Result(k.a.substring(1), k.f3133b, k.c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/b/i/e/q/k.java b/app/src/main/java/b/i/e/q/k.java index cd173502ab..334d2bab75 100644 --- a/app/src/main/java/b/i/e/q/k.java +++ b/app/src/main/java/b/i/e/q/k.java @@ -114,9 +114,9 @@ public abstract class k implements i { c.b(jVar, Integer.valueOf(i)); b.i.e.k[] kVarArr = c.c; if (kVarArr != null) { - int i2 = d.f1821b; + int i2 = d.f1822b; for (int i3 = 0; i3 < kVarArr.length; i3++) { - kVarArr[i3] = new b.i.e.k((i2 - kVarArr[i3].f1824b) - 1.0f, kVarArr[i3].a); + kVarArr[i3] = new b.i.e.k((i2 - kVarArr[i3].f1825b) - 1.0f, kVarArr[i3].a); } } return c; @@ -136,7 +136,7 @@ public abstract class k implements i { EnumMap enumMap = map; f fVar = cVar2.a.a; int i = fVar.a; - int i2 = fVar.f1821b; + int i2 = fVar.f1822b; a aVar = new a(i); int i3 = 1; boolean z2 = enumMap != null && enumMap.containsKey(d.TRY_HARDER); @@ -179,9 +179,9 @@ public abstract class k implements i { try { i2 = i2; try { - kVarArr[0] = new b.i.e.k((f - kVarArr[0].a) - 1.0f, kVarArr[0].f1824b); + kVarArr[0] = new b.i.e.k((f - kVarArr[0].a) - 1.0f, kVarArr[0].f1825b); try { - kVarArr[1] = new b.i.e.k((f - kVarArr[1].a) - 1.0f, kVarArr[1].f1824b); + kVarArr[1] = new b.i.e.k((f - kVarArr[1].a) - 1.0f, kVarArr[1].f1825b); } catch (ReaderException unused) { continue; i10++; diff --git a/app/src/main/java/b/i/e/q/m.java b/app/src/main/java/b/i/e/q/m.java index 2f1ca4426c..b4bedddb5a 100644 --- a/app/src/main/java/b/i/e/q/m.java +++ b/app/src/main/java/b/i/e/q/m.java @@ -5,5 +5,5 @@ public final class m { public final int[] a = new int[4]; /* renamed from: b reason: collision with root package name */ - public final StringBuilder f1856b = new StringBuilder(); + public final StringBuilder f1857b = new StringBuilder(); } diff --git a/app/src/main/java/b/i/e/q/n.java b/app/src/main/java/b/i/e/q/n.java index 4272fabc85..63498f8a4e 100644 --- a/app/src/main/java/b/i/e/q/n.java +++ b/app/src/main/java/b/i/e/q/n.java @@ -12,7 +12,7 @@ public final class n { public static final int[] a = {24, 20, 18, 17, 12, 6, 3, 10, 9, 5}; /* renamed from: b reason: collision with root package name */ - public final int[] f1857b = new int[4]; + public final int[] f1858b = new int[4]; public final StringBuilder c = new StringBuilder(); /* JADX WARN: Removed duplicated region for block: B:62:0x0121 */ @@ -27,7 +27,7 @@ public final class n { String str2; StringBuilder sb2 = this.c; sb2.setLength(0); - int[] iArr2 = this.f1857b; + int[] iArr2 = this.f1858b; iArr2[0] = 0; iArr2[1] = 0; iArr2[2] = 0; diff --git a/app/src/main/java/b/i/e/q/o.java b/app/src/main/java/b/i/e/q/o.java index 7c99f55330..0117d9434d 100644 --- a/app/src/main/java/b/i/e/q/o.java +++ b/app/src/main/java/b/i/e/q/o.java @@ -13,7 +13,7 @@ public final class o { public static final int[] a = {1, 1, 2}; /* renamed from: b reason: collision with root package name */ - public final m f1858b = new m(); + public final m f1859b = new m(); public final n c = new n(); public Result a(int i, a aVar, int i2) throws NotFoundException { @@ -23,8 +23,8 @@ public final class o { try { return this.c.a(i, aVar, l); } catch (ReaderException unused) { - m mVar = this.f1858b; - StringBuilder sb = mVar.f1856b; + m mVar = this.f1859b; + StringBuilder sb = mVar.f1857b; sb.setLength(0); int[] iArr2 = mVar.a; iArr2[0] = 0; diff --git a/app/src/main/java/b/i/e/q/p.java b/app/src/main/java/b/i/e/q/p.java index ed464791c0..49a08d52d6 100644 --- a/app/src/main/java/b/i/e/q/p.java +++ b/app/src/main/java/b/i/e/q/p.java @@ -18,7 +18,7 @@ public abstract class p extends k { public static final int[] a = {1, 1, 1}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1859b = {1, 1, 1, 1, 1}; + public static final int[] f1860b = {1, 1, 1, 1, 1}; public static final int[][] c; public static final int[][] d; public final StringBuilder e = new StringBuilder(20); @@ -243,7 +243,7 @@ public abstract class p extends k { i8 = iArr3[1]; } if (parseInt <= i8) { - str = gVar.f1854b.get(i7); + str = gVar.f1855b.get(i7); break; } i7++; diff --git a/app/src/main/java/b/i/e/q/r/a.java b/app/src/main/java/b/i/e/q/r/a.java index 3a4e961718..a40f98f23a 100644 --- a/app/src/main/java/b/i/e/q/r/a.java +++ b/app/src/main/java/b/i/e/q/r/a.java @@ -7,7 +7,7 @@ import com.google.zxing.NotFoundException; public abstract class a extends k { /* renamed from: b reason: collision with root package name */ - public final int[] f1860b; + public final int[] f1861b; public final int[] e; public final int[] f; public final int[] a = new int[4]; @@ -16,7 +16,7 @@ public abstract class a extends k { public a() { int[] iArr = new int[8]; - this.f1860b = iArr; + this.f1861b = iArr; this.e = new int[iArr.length / 2]; this.f = new int[iArr.length / 2]; } diff --git a/app/src/main/java/b/i/e/q/r/b.java b/app/src/main/java/b/i/e/q/r/b.java index ff5c232ce3..53b6367c3c 100644 --- a/app/src/main/java/b/i/e/q/r/b.java +++ b/app/src/main/java/b/i/e/q/r/b.java @@ -7,11 +7,11 @@ public class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1861b; + public final int f1862b; public b(int i, int i2) { this.a = i; - this.f1861b = i2; + this.f1862b = i2; } public final boolean equals(Object obj) { @@ -19,17 +19,17 @@ public class b { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.f1861b == bVar.f1861b; + return this.a == bVar.a && this.f1862b == bVar.f1862b; } public final int hashCode() { - return this.a ^ this.f1861b; + return this.a ^ this.f1862b; } public final String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append("("); - return a.z(sb, this.f1861b, ')'); + return a.z(sb, this.f1862b, ')'); } } diff --git a/app/src/main/java/b/i/e/q/r/c.java b/app/src/main/java/b/i/e/q/r/c.java index 1bddbd57f2..af6e107c2d 100644 --- a/app/src/main/java/b/i/e/q/r/c.java +++ b/app/src/main/java/b/i/e/q/r/c.java @@ -7,12 +7,12 @@ public final class c { public final int a; /* renamed from: b reason: collision with root package name */ - public final int[] f1862b; + public final int[] f1863b; public final k[] c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; - this.f1862b = iArr; + this.f1863b = iArr; float f = i4; this.c = new k[]{new k(i2, f), new k(i3, f)}; } diff --git a/app/src/main/java/b/i/e/q/r/e.java b/app/src/main/java/b/i/e/q/r/e.java index bb39603f8b..b2302065a4 100644 --- a/app/src/main/java/b/i/e/q/r/e.java +++ b/app/src/main/java/b/i/e/q/r/e.java @@ -57,7 +57,7 @@ public final class e extends a { if (dVar.d > 1) { for (d dVar2 : this.o) { if (dVar2.d > 1) { - int i3 = ((dVar2.f1861b * 16) + dVar.f1861b) % 79; + int i3 = ((dVar2.f1862b * 16) + dVar.f1862b) % 79; int i4 = (dVar.c.a * 9) + dVar2.c.a; if (i4 > 72) { i4--; @@ -120,14 +120,14 @@ public final class e extends a { boolean z4; boolean z5; boolean z6; - int[] iArr = this.f1860b; + int[] iArr = this.f1861b; for (int i2 = 0; i2 < iArr.length; i2++) { iArr[i2] = 0; } if (z2) { - b.i.e.q.k.f(aVar, cVar.f1862b[0], iArr); + b.i.e.q.k.f(aVar, cVar.f1863b[0], iArr); } else { - b.i.e.q.k.e(aVar, cVar.f1862b[1] + 1, iArr); + b.i.e.q.k.e(aVar, cVar.f1863b[1] + 1, iArr); int i3 = 0; for (int length = iArr.length - 1; i3 < length; length--) { int i4 = iArr[i3]; @@ -291,7 +291,7 @@ public final class e extends a { } b l2 = l(aVar, o, true); b l3 = l(aVar, o, false); - return new d((l2.a * 1597) + l3.a, (l3.f1861b * 4) + l2.f1861b, o); + return new d((l2.a * 1597) + l3.a, (l3.f1862b * 4) + l2.f1862b, o); } catch (NotFoundException unused) { return null; } diff --git a/app/src/main/java/b/i/e/q/r/f/a.java b/app/src/main/java/b/i/e/q/r/f/a.java index 9720a0f9df..7d7eddae68 100644 --- a/app/src/main/java/b/i/e/q/r/f/a.java +++ b/app/src/main/java/b/i/e/q/r/f/a.java @@ -8,12 +8,12 @@ public final class a { public final b a; /* renamed from: b reason: collision with root package name */ - public final b f1863b; + public final b f1864b; public final c c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; - this.f1863b = bVar2; + this.f1864b = bVar2; this.c = cVar; } @@ -33,18 +33,18 @@ public final class a { return false; } a aVar = (a) obj; - return a(this.a, aVar.a) && a(this.f1863b, aVar.f1863b) && a(this.c, aVar.c); + return a(this.a, aVar.a) && a(this.f1864b, aVar.f1864b) && a(this.c, aVar.c); } public int hashCode() { - return (b(this.a) ^ b(this.f1863b)) ^ b(this.c); + return (b(this.a) ^ b(this.f1864b)) ^ b(this.c); } public String toString() { StringBuilder sb = new StringBuilder("[ "); sb.append(this.a); sb.append(" , "); - sb.append(this.f1863b); + sb.append(this.f1864b); sb.append(" : "); c cVar = this.c; sb.append(cVar == null ? "null" : Integer.valueOf(cVar.a)); diff --git a/app/src/main/java/b/i/e/q/r/f/b.java b/app/src/main/java/b/i/e/q/r/f/b.java index 562cbd3dc5..9cddbfb555 100644 --- a/app/src/main/java/b/i/e/q/r/f/b.java +++ b/app/src/main/java/b/i/e/q/r/f/b.java @@ -9,12 +9,12 @@ public final class b { public final List a; /* renamed from: b reason: collision with root package name */ - public final int f1864b; + public final int f1865b; public final boolean c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); - this.f1864b = i; + this.f1865b = i; this.c = z2; } diff --git a/app/src/main/java/b/i/e/q/r/f/c.java b/app/src/main/java/b/i/e/q/r/f/c.java index 6e6e9ad932..b4eaf4e485 100644 --- a/app/src/main/java/b/i/e/q/r/f/c.java +++ b/app/src/main/java/b/i/e/q/r/f/c.java @@ -35,11 +35,11 @@ public final class c extends a { public static Result n(List list) throws NotFoundException, FormatException { j jVar; int size = (list.size() << 1) - 1; - if (list.get(list.size() - 1).f1863b == null) { + if (list.get(list.size() - 1).f1864b == null) { size--; } b.i.e.n.a aVar = new b.i.e.n.a(size * 12); - int i2 = list.get(0).f1863b.a; + int i2 = list.get(0).f1864b.a; int i3 = 0; for (int i4 = 11; i4 >= 0; i4--) { if (((1 << i4) & i2) != 0) { @@ -56,7 +56,7 @@ public final class c extends a { } i3++; } - b bVar = aVar2.f1863b; + b bVar = aVar2.f1864b; if (bVar != null) { int i8 = bVar.a; for (int i9 = 11; i9 >= 0; i9--) { @@ -147,19 +147,19 @@ public final class c extends a { public final boolean k() { a aVar = this.m.get(0); b bVar = aVar.a; - b bVar2 = aVar.f1863b; + b bVar2 = aVar.f1864b; if (bVar2 == null) { return false; } - int i2 = bVar2.f1861b; + int i2 = bVar2.f1862b; int i3 = 2; for (int i4 = 1; i4 < this.m.size(); i4++) { a aVar2 = this.m.get(i4); - i2 += aVar2.a.f1861b; + i2 += aVar2.a.f1862b; i3++; - b bVar3 = aVar2.f1863b; + b bVar3 = aVar2.f1864b; if (bVar3 != null) { - i2 += bVar3.f1861b; + i2 += bVar3.f1862b; i3++; } } @@ -247,14 +247,14 @@ public final class c extends a { boolean z5; boolean z6; boolean z7; - int[] iArr = this.f1860b; + int[] iArr = this.f1861b; for (int i2 = 0; i2 < iArr.length; i2++) { iArr[i2] = 0; } if (z3) { - b.i.e.q.k.f(aVar, cVar.f1862b[0], iArr); + b.i.e.q.k.f(aVar, cVar.f1863b[0], iArr); } else { - b.i.e.q.k.e(aVar, cVar.f1862b[1], iArr); + b.i.e.q.k.e(aVar, cVar.f1863b[1], iArr); int i3 = 0; for (int length = iArr.length - 1; i3 < length; length--) { int i4 = iArr[i3]; @@ -264,7 +264,7 @@ public final class c extends a { } } float h1 = f.h1(iArr) / 17.0f; - int[] iArr2 = cVar.f1862b; + int[] iArr2 = cVar.f1863b; float f = (iArr2[1] - iArr2[0]) / 15.0f; if (Math.abs(h1 - f) / f <= 0.3f) { int[] iArr3 = this.e; @@ -432,7 +432,7 @@ public final class c extends a { break; } b bVar = this.n.get(i3); - if (bVar.f1864b > i2) { + if (bVar.f1865b > i2) { z2 = bVar.a.equals(this.m); break; } @@ -555,7 +555,7 @@ public final class c extends a { iArr[i7] = i8; iArr[3] = i8; int i10 = aVar.k; - int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).c.f1862b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).c.f1863b[1]; boolean z4 = list.size() % i7 != 0; if (this.p) { z4 = !z4; @@ -622,7 +622,7 @@ public final class c extends a { if (!z3) { b o = o(aVar, cVar, z2, true); if (!list.isEmpty()) { - if (list.get(list.size() - 1).f1863b == null) { + if (list.get(list.size() - 1).f1864b == null) { throw NotFoundException.l; } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/c.java b/app/src/main/java/b/i/e/q/r/f/d/c.java index ad8699d76c..253696a2c6 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/c.java +++ b/app/src/main/java/b/i/e/q/r/f/d/c.java @@ -15,11 +15,11 @@ public final class c extends h { if (this.a.k >= 48) { StringBuilder sb = new StringBuilder(); b(sb, 8); - int c = this.f1865b.c(48, 2); + int c = this.f1866b.c(48, 2); sb.append("(392"); sb.append(c); sb.append(')'); - sb.append(this.f1865b.b(50, null).f1869b); + sb.append(this.f1866b.b(50, null).f1870b); return sb.toString(); } throw NotFoundException.l; diff --git a/app/src/main/java/b/i/e/q/r/f/d/d.java b/app/src/main/java/b/i/e/q/r/f/d/d.java index 0a3cd19c0b..316493f30a 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/d.java +++ b/app/src/main/java/b/i/e/q/r/f/d/d.java @@ -15,11 +15,11 @@ public final class d extends h { if (this.a.k >= 48) { StringBuilder sb = new StringBuilder(); b(sb, 8); - int c = this.f1865b.c(48, 2); + int c = this.f1866b.c(48, 2); sb.append("(393"); sb.append(c); sb.append(')'); - int c2 = this.f1865b.c(50, 10); + int c2 = this.f1866b.c(50, 10); if (c2 / 100 == 0) { sb.append('0'); } @@ -27,7 +27,7 @@ public final class d extends h { sb.append('0'); } sb.append(c2); - sb.append(this.f1865b.b(60, null).f1869b); + sb.append(this.f1866b.b(60, null).f1870b); return sb.toString(); } throw NotFoundException.l; diff --git a/app/src/main/java/b/i/e/q/r/f/d/e.java b/app/src/main/java/b/i/e/q/r/f/d/e.java index 6e16034cf2..2cd3fffdf4 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/e.java +++ b/app/src/main/java/b/i/e/q/r/f/d/e.java @@ -20,7 +20,7 @@ public final class e extends i { StringBuilder sb = new StringBuilder(); b(sb, 8); f(sb, 48, 20); - int d = s.d(this.f1865b.a, 68, 16); + int d = s.d(this.f1866b.a, 68, 16); if (d != 38400) { sb.append('('); sb.append(this.c); diff --git a/app/src/main/java/b/i/e/q/r/f/d/g.java b/app/src/main/java/b/i/e/q/r/f/d/g.java index cb3fbba28c..cabab9d31b 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/g.java +++ b/app/src/main/java/b/i/e/q/r/f/d/g.java @@ -14,8 +14,8 @@ public final class g extends h { public String a() throws NotFoundException, FormatException { StringBuilder R = b.d.b.a.a.R("(01)"); int length = R.length(); - R.append(this.f1865b.c(4, 4)); + R.append(this.f1866b.c(4, 4)); c(R, 8, length); - return this.f1865b.a(R, 48); + return this.f1866b.a(R, 48); } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/h.java b/app/src/main/java/b/i/e/q/r/f/d/h.java index abaae8b39a..7b6e50f43a 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/h.java +++ b/app/src/main/java/b/i/e/q/r/f/d/h.java @@ -18,7 +18,7 @@ public abstract class h extends j { public final void c(StringBuilder sb, int i, int i2) { int i3 = 0; for (int i4 = 0; i4 < 4; i4++) { - int c = this.f1865b.c((i4 * 10) + i, 10); + int c = this.f1866b.c((i4 * 10) + i, 10); if (c / 100 == 0) { sb.append('0'); } diff --git a/app/src/main/java/b/i/e/q/r/f/d/i.java b/app/src/main/java/b/i/e/q/r/f/d/i.java index 0889724458..8f165f2e5c 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/i.java +++ b/app/src/main/java/b/i/e/q/r/f/d/i.java @@ -13,7 +13,7 @@ public abstract class i extends h { public abstract int e(int i); public final void f(StringBuilder sb, int i, int i2) { - int d = s.d(this.f1865b.a, i, i2); + int d = s.d(this.f1866b.a, i, i2); d(sb, d); int e = e(d); int i3 = 100000; diff --git a/app/src/main/java/b/i/e/q/r/f/d/j.java b/app/src/main/java/b/i/e/q/r/f/d/j.java index 789c7f9497..d855a51a27 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/j.java +++ b/app/src/main/java/b/i/e/q/r/f/d/j.java @@ -9,11 +9,11 @@ public abstract class j { public final a a; /* renamed from: b reason: collision with root package name */ - public final s f1865b; + public final s f1866b; public j(a aVar) { this.a = aVar; - this.f1865b = new s(aVar); + this.f1866b = new s(aVar); } public abstract String a() throws NotFoundException, FormatException; diff --git a/app/src/main/java/b/i/e/q/r/f/d/k.java b/app/src/main/java/b/i/e/q/r/f/d/k.java index 7fcd03a12b..a71e004f64 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/k.java +++ b/app/src/main/java/b/i/e/q/r/f/d/k.java @@ -12,6 +12,6 @@ public final class k extends j { @Override // b.i.e.q.r.f.d.j public String a() throws NotFoundException, FormatException { - return this.f1865b.a(new StringBuilder(), 5); + return this.f1866b.a(new StringBuilder(), 5); } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/l.java b/app/src/main/java/b/i/e/q/r/f/d/l.java index d773622b10..ece805ddbd 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/l.java +++ b/app/src/main/java/b/i/e/q/r/f/d/l.java @@ -5,10 +5,10 @@ public final class l { public final o a; /* renamed from: b reason: collision with root package name */ - public final boolean f1866b; + public final boolean f1867b; public l(o oVar, boolean z2) { - this.f1866b = z2; + this.f1867b = z2; this.a = oVar; } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/m.java b/app/src/main/java/b/i/e/q/r/f/d/m.java index d88168dfc9..0f12ed5ffe 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/m.java +++ b/app/src/main/java/b/i/e/q/r/f/d/m.java @@ -5,7 +5,7 @@ public final class m { public int a = 0; /* renamed from: b reason: collision with root package name */ - public int f1867b = 1; + public int f1868b = 1; public void a(int i) { this.a += i; diff --git a/app/src/main/java/b/i/e/q/r/f/d/n.java b/app/src/main/java/b/i/e/q/r/f/d/n.java index 235a59c9dd..03058aba5e 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/n.java +++ b/app/src/main/java/b/i/e/q/r/f/d/n.java @@ -4,10 +4,10 @@ package b.i.e.q.r.f.d; public final class n extends q { /* renamed from: b reason: collision with root package name */ - public final char f1868b; + public final char f1869b; public n(int i, char c) { super(i); - this.f1868b = c; + this.f1869b = c; } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/o.java b/app/src/main/java/b/i/e/q/r/f/d/o.java index 35874b6eb1..d98bd34d0b 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/o.java +++ b/app/src/main/java/b/i/e/q/r/f/d/o.java @@ -4,13 +4,13 @@ package b.i.e.q.r.f.d; public final class o extends q { /* renamed from: b reason: collision with root package name */ - public final String f1869b; + public final String f1870b; public final int c; public final boolean d; public o(int i, String str) { super(i); - this.f1869b = str; + this.f1870b = str; this.d = false; this.c = 0; } @@ -19,6 +19,6 @@ public final class o extends q { super(i); this.d = true; this.c = i2; - this.f1869b = str; + this.f1870b = str; } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/p.java b/app/src/main/java/b/i/e/q/r/f/d/p.java index 75bece94a0..8e6abddd05 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/p.java +++ b/app/src/main/java/b/i/e/q/r/f/d/p.java @@ -6,7 +6,7 @@ import com.google.zxing.FormatException; public final class p extends q { /* renamed from: b reason: collision with root package name */ - public final int f1870b; + public final int f1871b; public final int c; public p(int i, int i2, int i3) throws FormatException { @@ -14,7 +14,7 @@ public final class p extends q { if (i2 < 0 || i2 > 10 || i3 < 0 || i3 > 10) { throw FormatException.a(); } - this.f1870b = i2; + this.f1871b = i2; this.c = i3; } } diff --git a/app/src/main/java/b/i/e/q/r/f/d/r.java b/app/src/main/java/b/i/e/q/r/f/d/r.java index 2f3b9ed417..3c26c7944f 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/r.java +++ b/app/src/main/java/b/i/e/q/r/f/d/r.java @@ -8,7 +8,7 @@ public final class r { public static final Object a; /* renamed from: b reason: collision with root package name */ - public static final Object[][] f1871b; + public static final Object[][] f1872b; public static final Object[][] c; public static final Object[][] d; public static final Object[][] e; @@ -16,7 +16,7 @@ public final class r { static { Object obj = new Object(); a = obj; - f1871b = new Object[][]{new Object[]{"00", 18}, new Object[]{"01", 14}, new Object[]{"02", 14}, new Object[]{"10", obj, 20}, new Object[]{"11", 6}, new Object[]{"12", 6}, new Object[]{"13", 6}, new Object[]{"15", 6}, new Object[]{"17", 6}, new Object[]{"20", 2}, new Object[]{"21", obj, 20}, new Object[]{"22", obj, 29}, new Object[]{"30", obj, 8}, new Object[]{"37", obj, 8}, new Object[]{"90", obj, 30}, new Object[]{"91", obj, 30}, new Object[]{"92", obj, 30}, new Object[]{"93", obj, 30}, new Object[]{"94", obj, 30}, new Object[]{"95", obj, 30}, new Object[]{"96", obj, 30}, new Object[]{"97", obj, 30}, new Object[]{"98", obj, 30}, new Object[]{"99", obj, 30}}; + f1872b = new Object[][]{new Object[]{"00", 18}, new Object[]{"01", 14}, new Object[]{"02", 14}, new Object[]{"10", obj, 20}, new Object[]{"11", 6}, new Object[]{"12", 6}, new Object[]{"13", 6}, new Object[]{"15", 6}, new Object[]{"17", 6}, new Object[]{"20", 2}, new Object[]{"21", obj, 20}, new Object[]{"22", obj, 29}, new Object[]{"30", obj, 8}, new Object[]{"37", obj, 8}, new Object[]{"90", obj, 30}, new Object[]{"91", obj, 30}, new Object[]{"92", obj, 30}, new Object[]{"93", obj, 30}, new Object[]{"94", obj, 30}, new Object[]{"95", obj, 30}, new Object[]{"96", obj, 30}, new Object[]{"97", obj, 30}, new Object[]{"98", obj, 30}, new Object[]{"99", obj, 30}}; c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; d = new Object[][]{new Object[]{"310", 6}, new Object[]{"311", 6}, new Object[]{"312", 6}, new Object[]{"313", 6}, new Object[]{"314", 6}, new Object[]{"315", 6}, new Object[]{"316", 6}, new Object[]{"320", 6}, new Object[]{"321", 6}, new Object[]{"322", 6}, new Object[]{"323", 6}, new Object[]{"324", 6}, new Object[]{"325", 6}, new Object[]{"326", 6}, new Object[]{"327", 6}, new Object[]{"328", 6}, new Object[]{"329", 6}, new Object[]{"330", 6}, new Object[]{"331", 6}, new Object[]{"332", 6}, new Object[]{"333", 6}, new Object[]{"334", 6}, new Object[]{"335", 6}, new Object[]{"336", 6}, new Object[]{"340", 6}, new Object[]{"341", 6}, new Object[]{"342", 6}, new Object[]{"343", 6}, new Object[]{"344", 6}, new Object[]{"345", 6}, new Object[]{"346", 6}, new Object[]{"347", 6}, new Object[]{"348", 6}, new Object[]{"349", 6}, new Object[]{"350", 6}, new Object[]{"351", 6}, new Object[]{"352", 6}, new Object[]{"353", 6}, new Object[]{"354", 6}, new Object[]{"355", 6}, new Object[]{"356", 6}, new Object[]{"357", 6}, new Object[]{"360", 6}, new Object[]{"361", 6}, new Object[]{"362", 6}, new Object[]{"363", 6}, new Object[]{"364", 6}, new Object[]{"365", 6}, new Object[]{"366", 6}, new Object[]{"367", 6}, new Object[]{"368", 6}, new Object[]{"369", 6}, new Object[]{"390", obj, 15}, new Object[]{"391", obj, 18}, new Object[]{"392", obj, 15}, new Object[]{"393", obj, 18}, new Object[]{"703", obj, 30}}; e = new Object[][]{new Object[]{"7001", 13}, new Object[]{"7002", obj, 30}, new Object[]{"7003", 10}, new Object[]{"8001", 14}, new Object[]{"8002", obj, 20}, new Object[]{"8003", obj, 30}, new Object[]{"8004", obj, 30}, new Object[]{"8005", 6}, new Object[]{"8006", 18}, new Object[]{"8007", obj, 30}, new Object[]{"8008", obj, 12}, new Object[]{"8018", 18}, new Object[]{"8020", obj, 25}, new Object[]{"8100", 6}, new Object[]{"8101", 10}, new Object[]{"8102", 2}, new Object[]{"8110", obj, 70}, new Object[]{"8200", obj, 70}}; @@ -32,7 +32,7 @@ public final class r { } if (str.length() >= 2) { String substring = str.substring(0, 2); - for (Object[] objArr5 : f1871b) { + for (Object[] objArr5 : f1872b) { if (objArr5[0].equals(substring)) { return objArr5[1] == a ? c(2, ((Integer) objArr5[2]).intValue(), str) : b(2, ((Integer) objArr5[1]).intValue(), str); } diff --git a/app/src/main/java/b/i/e/q/r/f/d/s.java b/app/src/main/java/b/i/e/q/r/f/d/s.java index 0219ef67a9..4f4297eb76 100644 --- a/app/src/main/java/b/i/e/q/r/f/d/s.java +++ b/app/src/main/java/b/i/e/q/r/f/d/s.java @@ -10,7 +10,7 @@ public final class s { public final a a; /* renamed from: b reason: collision with root package name */ - public final m f1872b = new m(); + public final m f1873b = new m(); public final StringBuilder c = new StringBuilder(); public s(a aVar) { @@ -31,7 +31,7 @@ public final class s { String str = null; while (true) { o b2 = b(i, str); - String a = r.a(b2.f1869b); + String a = r.a(b2.f1870b); if (a != null) { sb.append(a); } @@ -95,16 +95,16 @@ public final class s { if (str != null) { this.c.append(str); } - this.f1872b.a = i; + this.f1873b.a = i; int i3 = 2; while (true) { - m mVar = this.f1872b; + m mVar = this.f1873b; int i4 = mVar.a; - int i5 = mVar.f1867b; + int i5 = mVar.f1868b; boolean z7 = true; if (i5 == i3) { while (true) { - int i6 = this.f1872b.a; + int i6 = this.f1873b.a; int i7 = i6 + 5; a aVar = this.a; if (i7 <= aVar.k) { @@ -120,7 +120,7 @@ public final class s { } z6 = true; if (!z6) { - int i9 = this.f1872b.a; + int i9 = this.f1873b.a; int d3 = d(this.a, i9, 5); if (d3 == 15) { nVar2 = new n(i9 + 5, '$'); @@ -153,21 +153,21 @@ public final class s { } else { nVar2 = new n(i9 + 5, (char) ((d3 + 48) - 5)); } - m mVar2 = this.f1872b; + m mVar2 = this.f1873b; int i10 = nVar2.a; mVar2.a = i10; - char c3 = nVar2.f1868b; + char c3 = nVar2.f1869b; if (c3 == '$') { lVar = new l(new o(i10, this.c.toString()), true); } else { this.c.append(c3); } } else { - if (e(this.f1872b.a)) { - this.f1872b.a(3); - this.f1872b.f1867b = 1; - } else if (f(this.f1872b.a)) { - m mVar3 = this.f1872b; + if (e(this.f1873b.a)) { + this.f1873b.a(3); + this.f1873b.f1868b = 1; + } else if (f(this.f1873b.a)) { + m mVar3 = this.f1873b; int i11 = mVar3.a + 5; int i12 = this.a.k; if (i11 < i12) { @@ -175,7 +175,7 @@ public final class s { } else { mVar3.a = i12; } - this.f1872b.f1867b = 3; + this.f1873b.f1868b = 3; } lVar = new l(null, false); } @@ -184,10 +184,10 @@ public final class s { if (!z6) { } } - z2 = lVar.f1866b; + z2 = lVar.f1867b; } else if (i5 == 3) { while (true) { - int i13 = this.f1872b.a; + int i13 = this.f1873b.a; int i14 = i13 + 5; a aVar3 = this.a; if (i14 <= aVar3.k) { @@ -210,7 +210,7 @@ public final class s { } z5 = true; if (!z5) { - int i17 = this.f1872b.a; + int i17 = this.f1873b.a; int d8 = d(this.a, i17, 5); if (d8 == 15) { nVar = new n(i17 + 5, '$'); @@ -293,21 +293,21 @@ public final class s { } else { nVar = new n(i17 + 5, (char) ((d8 + 48) - 5)); } - m mVar4 = this.f1872b; + m mVar4 = this.f1873b; int i18 = nVar.a; mVar4.a = i18; - char c4 = nVar.f1868b; + char c4 = nVar.f1869b; if (c4 == '$') { lVar = new l(new o(i18, this.c.toString()), true); } else { this.c.append(c4); } } else { - if (e(this.f1872b.a)) { - this.f1872b.a(3); - this.f1872b.f1867b = 1; - } else if (f(this.f1872b.a)) { - m mVar5 = this.f1872b; + if (e(this.f1873b.a)) { + this.f1873b.a(3); + this.f1873b.f1868b = 1; + } else if (f(this.f1873b.a)) { + m mVar5 = this.f1873b; int i19 = mVar5.a + 5; int i20 = this.a.k; if (i19 < i20) { @@ -315,7 +315,7 @@ public final class s { } else { mVar5.a = i20; } - this.f1872b.f1867b = 2; + this.f1873b.f1868b = 2; } lVar = new l(null, false); } @@ -324,17 +324,17 @@ public final class s { if (!z5) { } } - z2 = lVar.f1866b; + z2 = lVar.f1867b; } else { while (true) { - int i21 = this.f1872b.a; + int i21 = this.f1873b.a; int i22 = i21 + 7; int i23 = this.a.k; if (i22 > i23) { if (i21 + 4 > i23) { z3 = false; if (z3) { - int i24 = this.f1872b.a; + int i24 = this.f1873b.a; int i25 = i24 + 7; a aVar6 = this.a; if (i25 > aVar6.k) { @@ -344,23 +344,23 @@ public final class s { int d11 = d(aVar6, i24, 7) - 8; pVar = new p(i25, d11 / 11, d11 % 11); } - m mVar6 = this.f1872b; + m mVar6 = this.f1873b; int i26 = pVar.a; mVar6.a = i26; - int i27 = pVar.f1870b; + int i27 = pVar.f1871b; if (i27 == 10) { lVar = new l(pVar.c == 10 ? new o(i26, this.c.toString()) : new o(i26, this.c.toString(), pVar.c), true); } else { this.c.append(i27); int i28 = pVar.c; if (i28 == 10) { - lVar = new l(new o(this.f1872b.a, this.c.toString()), true); + lVar = new l(new o(this.f1873b.a, this.c.toString()), true); } else { this.c.append(i28); } } } else { - int i29 = this.f1872b.a; + int i29 = this.f1873b.a; if (i29 + 1 <= this.a.k) { for (int i30 = 0; i30 < 4; i30++) { int i31 = i30 + i29; @@ -368,8 +368,8 @@ public final class s { if (i31 >= aVar7.k) { z4 = true; if (z4) { - m mVar7 = this.f1872b; - mVar7.f1867b = 2; + m mVar7 = this.f1873b; + mVar7.f1868b = 2; mVar7.a(4); } lVar = new l(null, false); @@ -404,7 +404,7 @@ public final class s { if (z3) { } } - i2 = this.f1872b.a; + i2 = this.f1873b.a; if (i4 == i2) { z7 = false; } @@ -412,15 +412,15 @@ public final class s { i3 = 2; } } - z2 = lVar.f1866b; - i2 = this.f1872b.a; + z2 = lVar.f1867b; + i2 = this.f1873b.a; if (i4 == i2) { } if (!z7) { } i3 = 2; } - i2 = this.f1872b.a; + i2 = this.f1873b.a; if (i4 == i2) { } if (!z7) { diff --git a/app/src/main/java/b/i/e/r/a.java b/app/src/main/java/b/i/e/r/a.java index 19cc38837a..f838ee00a5 100644 --- a/app/src/main/java/b/i/e/r/a.java +++ b/app/src/main/java/b/i/e/r/a.java @@ -20,7 +20,7 @@ public final class a { public static final int[] a = new int[0]; /* renamed from: b reason: collision with root package name */ - public static final int[] f1873b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, + public static final int[] f1874b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, RestAPIAbortCodes.SEARCH_INDEXING, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; public static final int[] c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, Opcodes.IF_ACMPEQ, Opcodes.IF_ICMPLE, 2007, Opcodes.IF_ICMPGE, 2006, Opcodes.IF_ICMPEQ, 2003, 2000, Opcodes.IRETURN, Opcodes.LOOKUPSWITCH, Opcodes.RET, 2012, Opcodes.IF_ACMPNE, 2010, 1186, 1184, 1182, 1179, 175, 1176, Opcodes.LRETURN, 1192, 1191, 1189, 1187, Opcodes.ARETURN, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, Opcodes.D2L, 1987, Opcodes.F2I, 1986, Opcodes.I2D, Opcodes.I2L, Opcodes.LXOR, 1984, 128, 1983, Opcodes.LUSHR, 1981, Opcodes.L2D, Opcodes.L2F, Opcodes.L2I, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, @@ -28,7 +28,7 @@ public final class a { 1291, 1288, 265, 1302, 1299, 2113, 204, 196, Opcodes.CHECKCAST, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, Opcodes.DCMPL, Opcodes.LCMP, 1993, Opcodes.D2F, 1990, 1163, 1162, 1160, 1158, 1155, Opcodes.IF_ICMPLT, 1152, 157, 1173, 1171, 1168, 1165, Opcodes.JSR, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, Opcodes.F2L, 1137, 1136, 130, Opcodes.LAND, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetEditUserOrGuildMemberProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, Opcodes.ARRAYLENGTH, Opcodes.NEW, Opcodes.INVOKESTATIC, 2034, 180, 2031, Opcodes.RETURN, 2027, Opcodes.IFNONNULL, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, Opcodes.MULTIANEWARRAY, 1206, Opcodes.INSTANCEOF, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, Opcodes.DCMPG, 1143, Opcodes.FCMPL, 1140, Opcodes.I2B, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, Opcodes.NEWARRAY, Opcodes.INVOKEINTERFACE, Opcodes.PUTFIELD, Opcodes.GETSTATIC, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, Opcodes.I2C, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, Opcodes.INVOKEVIRTUAL, 1195, Opcodes.PUTSTATIC, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; public static int a(int i) { - int binarySearch = Arrays.binarySearch(f1873b, i & 262143); + int binarySearch = Arrays.binarySearch(f1874b, i & 262143); if (binarySearch < 0) { return -1; } diff --git a/app/src/main/java/b/i/e/r/b.java b/app/src/main/java/b/i/e/r/b.java index 9cbb303584..f61d39a755 100644 --- a/app/src/main/java/b/i/e/r/b.java +++ b/app/src/main/java/b/i/e/r/b.java @@ -147,7 +147,7 @@ public final class b implements i { if (a3 == null) { a3 = a4; } else if (a4 != null) { - a3 = new b.i.e.r.d.c(a3.a, a3.f1875b, a3.c, a4.d, a4.e); + a3 = new b.i.e.r.d.c(a3.a, a3.f1876b, a3.c, a4.d, a4.e); } fVar = new f(aVar, a3); if (fVar == null) { @@ -177,7 +177,7 @@ public final class b implements i { a c2 = hVar2.c(); if (c2 != null) { if (aVar.a != c2.a) { - if (aVar.f1874b != c2.f1874b) { + if (aVar.f1875b != c2.f1875b) { } } } @@ -192,16 +192,16 @@ public final class b implements i { } cVar2 = cVar4; int i17 = fVar.d + 1; - g[] gVarArr2 = fVar.f1878b; + g[] gVarArr2 = fVar.f1879b; gVarArr2[c] = hVar; gVarArr2[i17] = hVar2; boolean z3 = hVar != null; int i18 = min; for (int i19 = 1; i19 <= i17; i19++) { int i20 = z3 ? i19 : i17 - i19; - if (fVar.f1878b[i20] == null) { + if (fVar.f1879b[i20] == null) { g hVar3 = (i20 == 0 || i20 == i17) ? new h(cVar2, i20 == 0) : new g(cVar2); - fVar.f1878b[i20] = hVar3; + fVar.f1879b[i20] = hVar3; int i21 = cVar2.h; int i22 = i18; int i23 = max; @@ -211,39 +211,39 @@ public final class b implements i { int i26 = i20 - i25; if (j.e(fVar, i26)) { it = it; - g gVar = fVar.f1878b[i26]; + g gVar = fVar.f1879b[i26]; i3 = i23; - dVar = gVar.f1879b[i21 - gVar.a.h]; + dVar = gVar.f1880b[i21 - gVar.a.h]; } else { it = it; i3 = i23; dVar = null; } if (dVar != null) { - i5 = z3 ? dVar.f1876b : dVar.a; + i5 = z3 ? dVar.f1877b : dVar.a; } else { - b.i.e.r.d.d a5 = fVar.f1878b[i20].a(i21); + b.i.e.r.d.d a5 = fVar.f1879b[i20].a(i21); if (a5 != null) { - i5 = z3 ? a5.a : a5.f1876b; + i5 = z3 ? a5.a : a5.f1877b; } else { if (j.e(fVar, i26)) { - a5 = fVar.f1878b[i26].a(i21); + a5 = fVar.f1879b[i26].a(i21); } if (a5 != null) { - i5 = z3 ? a5.f1876b : a5.a; + i5 = z3 ? a5.f1877b : a5.a; } else { int i27 = i20; int i28 = 0; while (true) { int i29 = i27 - i25; if (j.e(fVar, i29)) { - b.i.e.r.d.d[] dVarArr2 = fVar.f1878b[i29].f1879b; + b.i.e.r.d.d[] dVarArr2 = fVar.f1879b[i29].f1880b; i4 = i21; int i30 = 0; for (int length = dVarArr2.length; i30 < length; length = length) { b.i.e.r.d.d dVar2 = dVarArr2[i30]; if (dVar2 != null) { - i5 = ((dVar2.f1876b - dVar2.a) * i25 * i28) + (z3 ? dVar2.f1876b : dVar2.a); + i5 = ((dVar2.f1877b - dVar2.a) * i25 * i28) + (z3 ? dVar2.f1877b : dVar2.a); } else { i30++; } @@ -277,9 +277,9 @@ public final class b implements i { i17 = i17; b.i.e.r.d.d c3 = j.c(a, cVar2.f, cVar2.g, z3, i7, i6, i22, i3); if (c3 != null) { - hVar3.f1879b[i6 - hVar3.a.h] = c3; - i22 = Math.min(i22, c3.f1876b - c3.a); - i23 = Math.max(i3, c3.f1876b - c3.a); + hVar3.f1880b[i6 - hVar3.a.h] = c3; + i22 = Math.min(i22, c3.f1877b - c3.a); + i23 = Math.max(i3, c3.f1877b - c3.a); i24 = i7; i21 = i6 + 1; } else { @@ -314,25 +314,25 @@ public final class b implements i { } } char c4 = 0; - fVar.a(fVar.f1878b[0]); + fVar.a(fVar.f1879b[0]); int i33 = 1; - fVar.a(fVar.f1878b[fVar.d + 1]); + fVar.a(fVar.f1879b[fVar.d + 1]); int i34 = 928; while (true) { - g[] gVarArr3 = fVar.f1878b; + g[] gVarArr3 = fVar.f1879b; if (gVarArr3[c4] != null) { int i35 = fVar.d + i33; if (gVarArr3[i35] != null) { - b.i.e.r.d.d[] dVarArr3 = gVarArr3[c4].f1879b; - b.i.e.r.d.d[] dVarArr4 = gVarArr3[i35].f1879b; + b.i.e.r.d.d[] dVarArr3 = gVarArr3[c4].f1880b; + b.i.e.r.d.d[] dVarArr4 = gVarArr3[i35].f1880b; for (int i36 = 0; i36 < dVarArr3.length; i36++) { if (!(dVarArr3[i36] == null || dVarArr4[i36] == null || dVarArr3[i36].e != dVarArr4[i36].e)) { for (int i37 = 1; i37 <= fVar.d; i37++) { - b.i.e.r.d.d dVar3 = fVar.f1878b[i37].f1879b[i36]; + b.i.e.r.d.d dVar3 = fVar.f1879b[i37].f1880b[i36]; if (dVar3 != null) { dVar3.e = dVarArr3[i36].e; if (!dVar3.a()) { - fVar.f1878b[i37].f1879b[i36] = null; + fVar.f1879b[i37].f1880b[i36] = null; } } } @@ -340,10 +340,10 @@ public final class b implements i { } } } - g[] gVarArr4 = fVar.f1878b; + g[] gVarArr4 = fVar.f1879b; int i38 = 0; if (gVarArr4[0] != null) { - b.i.e.r.d.d[] dVarArr5 = gVarArr4[0].f1879b; + b.i.e.r.d.d[] dVarArr5 = gVarArr4[0].f1880b; int i39 = 0; for (int i40 = 0; i40 < dVarArr5.length; i40++) { if (dVarArr5[i40] != null) { @@ -351,7 +351,7 @@ public final class b implements i { int i42 = i39; int i43 = 0; for (int i44 = 1; i44 < fVar.d + 1 && i43 < 2; i44++) { - b.i.e.r.d.d dVar4 = fVar.f1878b[i44].f1879b[i40]; + b.i.e.r.d.d dVar4 = fVar.f1879b[i44].f1880b[i40]; if (dVar4 != null) { i43 = f.b(i41, i43, dVar4); if (!dVar4.a()) { @@ -364,12 +364,12 @@ public final class b implements i { } i38 = i39; } - g[] gVarArr5 = fVar.f1878b; + g[] gVarArr5 = fVar.f1879b; int i45 = fVar.d + 1; if (gVarArr5[i45] == null) { i = 0; } else { - b.i.e.r.d.d[] dVarArr6 = gVarArr5[i45].f1879b; + b.i.e.r.d.d[] dVarArr6 = gVarArr5[i45].f1880b; i = 0; for (int i46 = 0; i46 < dVarArr6.length; i46++) { if (dVarArr6[i46] != null) { @@ -377,7 +377,7 @@ public final class b implements i { int i48 = i; int i49 = 0; for (int i50 = fVar.d + 1; i50 > 0 && i49 < 2; i50--) { - b.i.e.r.d.d dVar5 = fVar.f1878b[i50].f1879b[i46]; + b.i.e.r.d.d dVar5 = fVar.f1879b[i50].f1880b[i46]; if (dVar5 != null) { i49 = f.b(i47, i49, dVar5); if (!dVar5.a()) { @@ -394,14 +394,14 @@ public final class b implements i { i51 = 0; } else { for (int i52 = 1; i52 < fVar.d + 1; i52++) { - b.i.e.r.d.d[] dVarArr7 = fVar.f1878b[i52].f1879b; + b.i.e.r.d.d[] dVarArr7 = fVar.f1879b[i52].f1880b; for (int i53 = 0; i53 < dVarArr7.length; i53++) { if (dVarArr7[i53] != null && !dVarArr7[i53].a()) { b.i.e.r.d.d dVar6 = dVarArr7[i53]; - g[] gVarArr6 = fVar.f1878b; - b.i.e.r.d.d[] dVarArr8 = gVarArr6[i52 - 1].f1879b; + g[] gVarArr6 = fVar.f1879b; + b.i.e.r.d.d[] dVarArr8 = gVarArr6[i52 - 1].f1880b; int i54 = i52 + 1; - b.i.e.r.d.d[] dVarArr9 = gVarArr6[i54] != null ? gVarArr6[i54].f1879b : dVarArr8; + b.i.e.r.d.d[] dVarArr9 = gVarArr6[i54] != null ? gVarArr6[i54].f1880b : dVarArr8; b.i.e.r.d.d[] dVarArr10 = new b.i.e.r.d.d[14]; dVarArr10[2] = dVarArr8[i53]; dVarArr10[3] = dVarArr9[i53]; @@ -455,9 +455,9 @@ public final class b implements i { i33 = 1; } int i61 = 0; - for (g gVar2 : fVar.f1878b) { + for (g gVar2 : fVar.f1879b) { if (gVar2 != null) { - for (b.i.e.r.d.d dVar8 : gVar2.f1879b) { + for (b.i.e.r.d.d dVar8 : gVar2.f1880b) { if (dVar8 != null && (i2 = dVar8.e) >= 0 && i2 < bVarArr.length) { bVarArr[i2][i61].b(dVar8.d); } @@ -469,7 +469,7 @@ public final class b implements i { int[] a6 = bVar2.a(); int i62 = fVar.d; a aVar5 = fVar.a; - int i63 = (i62 * aVar5.e) - (2 << aVar5.f1874b); + int i63 = (i62 * aVar5.e) - (2 << aVar5.f1875b); if (a6.length == 0) { if (i63 <= 0 || i63 > 928) { throw NotFoundException.l; @@ -504,7 +504,7 @@ public final class b implements i { for (int i68 = 0; i68 < size; i68++) { iArr6[i68] = (int[]) arrayList3.get(i68); } - int i69 = fVar.a.f1874b; + int i69 = fVar.a.f1875b; int[] b2 = a.b(arrayList2); int[] b3 = a.b(arrayList4); int length2 = b3.length; diff --git a/app/src/main/java/b/i/e/r/d/a.java b/app/src/main/java/b/i/e/r/d/a.java index 7223b84606..b87f962979 100644 --- a/app/src/main/java/b/i/e/r/d/a.java +++ b/app/src/main/java/b/i/e/r/d/a.java @@ -5,14 +5,14 @@ public final class a { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1874b; + public final int f1875b; public final int c; public final int d; public final int e; public a(int i, int i2, int i3, int i4) { this.a = i; - this.f1874b = i4; + this.f1875b = i4; this.c = i2; this.d = i3; this.e = i2 + i3; diff --git a/app/src/main/java/b/i/e/r/d/c.java b/app/src/main/java/b/i/e/r/d/c.java index 5a71724e08..0217a4ef90 100644 --- a/app/src/main/java/b/i/e/r/d/c.java +++ b/app/src/main/java/b/i/e/r/d/c.java @@ -9,7 +9,7 @@ public final class c { public final b a; /* renamed from: b reason: collision with root package name */ - public final k f1875b; + public final k f1876b; public final k c; public final k d; public final k e; @@ -24,22 +24,22 @@ public final class c { z2 = (kVar3 == null || kVar4 == null) ? true : z2; if (!z3 || !z2) { if (z3) { - kVar = new k(0.0f, kVar3.f1824b); - kVar2 = new k(0.0f, kVar4.f1824b); + kVar = new k(0.0f, kVar3.f1825b); + kVar2 = new k(0.0f, kVar4.f1825b); } else if (z2) { int i = bVar.j; - kVar3 = new k(i - 1, kVar.f1824b); - kVar4 = new k(i - 1, kVar2.f1824b); + kVar3 = new k(i - 1, kVar.f1825b); + kVar4 = new k(i - 1, kVar2.f1825b); } this.a = bVar; - this.f1875b = kVar; + this.f1876b = kVar; this.c = kVar2; this.d = kVar3; this.e = kVar4; this.f = (int) Math.min(kVar.a, kVar2.a); this.g = (int) Math.max(kVar3.a, kVar4.a); - this.h = (int) Math.min(kVar.f1824b, kVar3.f1824b); - this.i = (int) Math.max(kVar2.f1824b, kVar4.f1824b); + this.h = (int) Math.min(kVar.f1825b, kVar3.f1825b); + this.i = (int) Math.max(kVar2.f1825b, kVar4.f1825b); return; } throw NotFoundException.l; @@ -47,7 +47,7 @@ public final class c { public c(c cVar) { this.a = cVar.a; - this.f1875b = cVar.f1875b; + this.f1876b = cVar.f1876b; this.c = cVar.c; this.d = cVar.d; this.e = cVar.e; diff --git a/app/src/main/java/b/i/e/r/d/d.java b/app/src/main/java/b/i/e/r/d/d.java index b606f99319..056ebd8c7e 100644 --- a/app/src/main/java/b/i/e/r/d/d.java +++ b/app/src/main/java/b/i/e/r/d/d.java @@ -5,14 +5,14 @@ public final class d { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1876b; + public final int f1877b; public final int c; public final int d; public int e = -1; public d(int i, int i2, int i3, int i4) { this.a = i; - this.f1876b = i2; + this.f1877b = i2; this.c = i3; this.d = i4; } diff --git a/app/src/main/java/b/i/e/r/d/e.java b/app/src/main/java/b/i/e/r/d/e.java index 9377d3a106..b73de6bb05 100644 --- a/app/src/main/java/b/i/e/r/d/e.java +++ b/app/src/main/java/b/i/e/r/d/e.java @@ -9,7 +9,7 @@ public final class e { public static final char[] a = ";<>@[\\]_`~!\r\t,:\n-.$/\"|*()?{}'".toCharArray(); /* renamed from: b reason: collision with root package name */ - public static final char[] f1877b = "0123456789&\r\t,:#-.$/+%*=^".toCharArray(); + public static final char[] f1878b = "0123456789&\r\t,:#-.$/+%*=^".toCharArray(); public static final BigInteger[] c; static { @@ -169,7 +169,7 @@ public final class e { c2 = 0; } } else if (i10 < 25) { - c2 = f1877b[i10]; + c2 = f1878b[i10]; } else { if (i10 != 900) { if (i10 != 913) { diff --git a/app/src/main/java/b/i/e/r/d/f.java b/app/src/main/java/b/i/e/r/d/f.java index f1c0974523..4b71261159 100644 --- a/app/src/main/java/b/i/e/r/d/f.java +++ b/app/src/main/java/b/i/e/r/d/f.java @@ -8,7 +8,7 @@ public final class f { public final a a; /* renamed from: b reason: collision with root package name */ - public final g[] f1878b; + public final g[] f1879b; public c c; public final int d; @@ -17,7 +17,7 @@ public final class f { int i = aVar.a; this.d = i; this.c = cVar; - this.f1878b = new g[i + 2]; + this.f1879b = new g[i + 2]; } public static int b(int i, int i2, d dVar) { @@ -35,7 +35,7 @@ public final class f { if (gVar != null) { h hVar = (h) gVar; a aVar = this.a; - d[] dVarArr = hVar.f1879b; + d[] dVarArr = hVar.f1880b; for (d dVar : dVarArr) { if (dVar != null) { dVar.b(); @@ -44,10 +44,10 @@ public final class f { hVar.d(dVarArr, aVar); c cVar = hVar.a; boolean z2 = hVar.c; - k kVar = z2 ? cVar.f1875b : cVar.d; + k kVar = z2 ? cVar.f1876b : cVar.d; k kVar2 = z2 ? cVar.c : cVar.e; - int b2 = hVar.b((int) kVar.f1824b); - int b3 = hVar.b((int) kVar2.f1824b); + int b2 = hVar.b((int) kVar.f1825b); + int b3 = hVar.b((int) kVar2.f1825b); int i = -1; int i2 = 0; int i3 = 1; @@ -87,21 +87,21 @@ public final class f { } public String toString() { - g[] gVarArr = this.f1878b; + g[] gVarArr = this.f1879b; g gVar = gVarArr[0]; if (gVar == null) { gVar = gVarArr[this.d + 1]; } Formatter formatter = new Formatter(); - for (int i = 0; i < gVar.f1879b.length; i++) { + for (int i = 0; i < gVar.f1880b.length; i++) { try { formatter.format("CW %3d:", Integer.valueOf(i)); for (int i2 = 0; i2 < this.d + 2; i2++) { - g[] gVarArr2 = this.f1878b; + g[] gVarArr2 = this.f1879b; if (gVarArr2[i2] == null) { formatter.format(" | ", new Object[0]); } else { - d dVar = gVarArr2[i2].f1879b[i]; + d dVar = gVarArr2[i2].f1880b[i]; if (dVar == null) { formatter.format(" | ", new Object[0]); } else { diff --git a/app/src/main/java/b/i/e/r/d/g.java b/app/src/main/java/b/i/e/r/d/g.java index 4832602b8e..cafdeec0b8 100644 --- a/app/src/main/java/b/i/e/r/d/g.java +++ b/app/src/main/java/b/i/e/r/d/g.java @@ -7,28 +7,28 @@ public class g { public final c a; /* renamed from: b reason: collision with root package name */ - public final d[] f1879b; + public final d[] f1880b; public g(c cVar) { this.a = new c(cVar); - this.f1879b = new d[(cVar.i - cVar.h) + 1]; + this.f1880b = new d[(cVar.i - cVar.h) + 1]; } public final d a(int i) { d dVar; d dVar2; - d dVar3 = this.f1879b[i - this.a.h]; + d dVar3 = this.f1880b[i - this.a.h]; if (dVar3 != null) { return dVar3; } for (int i2 = 1; i2 < 5; i2++) { int i3 = i - this.a.h; int i4 = i3 - i2; - if (i4 >= 0 && (dVar2 = this.f1879b[i4]) != null) { + if (i4 >= 0 && (dVar2 = this.f1880b[i4]) != null) { return dVar2; } int i5 = i3 + i2; - d[] dVarArr = this.f1879b; + d[] dVarArr = this.f1880b; if (i5 < dVarArr.length && (dVar = dVarArr[i5]) != null) { return dVar; } @@ -45,7 +45,7 @@ public class g { Formatter formatter = new Formatter(); try { int i = 0; - for (d dVar : this.f1879b) { + for (d dVar : this.f1880b) { if (dVar == null) { i++; formatter.format("%3d: | %n", Integer.valueOf(i)); diff --git a/app/src/main/java/b/i/e/r/d/h.java b/app/src/main/java/b/i/e/r/d/h.java index a993f84a94..7fff655f26 100644 --- a/app/src/main/java/b/i/e/r/d/h.java +++ b/app/src/main/java/b/i/e/r/d/h.java @@ -10,7 +10,7 @@ public final class h extends g { } public a c() { - d[] dVarArr = this.f1879b; + d[] dVarArr = this.f1880b; b bVar = new b(); b bVar2 = new b(); b bVar3 = new b(); @@ -60,7 +60,7 @@ public final class h extends g { if (i4 == 2 && i2 + 1 != aVar.a) { dVarArr[i] = null; } - } else if (i2 / 3 != aVar.f1874b || i2 % 3 != aVar.d) { + } else if (i2 / 3 != aVar.f1875b || i2 % 3 != aVar.d) { dVarArr[i] = null; } } else if ((i2 * 3) + 1 != aVar.c) { diff --git a/app/src/main/java/b/i/e/r/d/i.java b/app/src/main/java/b/i/e/r/d/i.java index 598a01409b..c45e43c29d 100644 --- a/app/src/main/java/b/i/e/r/d/i.java +++ b/app/src/main/java/b/i/e/r/d/i.java @@ -5,13 +5,13 @@ import java.lang.reflect.Array; /* compiled from: PDF417CodewordDecoder.java */ /* loaded from: classes3.dex */ public final class i { - public static final float[][] a = (float[][]) Array.newInstance(float.class, a.f1873b.length, 8); + public static final float[][] a = (float[][]) Array.newInstance(float.class, a.f1874b.length, 8); static { int i; int i2 = 0; while (true) { - int[] iArr = a.f1873b; + int[] iArr = a.f1874b; if (i2 < iArr.length) { int i3 = iArr[i2]; int i4 = i3 & 1; diff --git a/app/src/main/java/b/i/e/r/d/j.java b/app/src/main/java/b/i/e/r/d/j.java index 5afd7dcb50..bb2018d1f9 100644 --- a/app/src/main/java/b/i/e/r/d/j.java +++ b/app/src/main/java/b/i/e/r/d/j.java @@ -40,14 +40,14 @@ public final class j { } else { c cVar = hVar.a; boolean z2 = hVar.c; - k kVar3 = z2 ? cVar.f1875b : cVar.d; + k kVar3 = z2 ? cVar.f1876b : cVar.d; k kVar4 = z2 ? cVar.c : cVar.e; - int b2 = hVar.b((int) kVar4.f1824b); - d[] dVarArr2 = hVar.f1879b; + int b2 = hVar.b((int) kVar4.f1825b); + d[] dVarArr2 = hVar.f1880b; int i3 = -1; int i4 = 0; int i5 = 1; - for (int b3 = hVar.b((int) kVar3.f1824b); b3 < b2; b3++) { + for (int b3 = hVar.b((int) kVar3.f1825b); b3 < b2; b3++) { if (dVarArr2[b3] != null) { d dVar = dVarArr2[b3]; dVar.b(); @@ -70,7 +70,7 @@ public final class j { } int i8 = c.e; iArr = new int[i8]; - for (d dVar2 : hVar.f1879b) { + for (d dVar2 : hVar.f1880b) { if (dVar2 != null && (i = dVar2.e) < i8) { iArr[i] = iArr[i] + 1; } @@ -90,7 +90,7 @@ public final class j { break; } } - d[] dVarArr3 = hVar.f1879b; + d[] dVarArr3 = hVar.f1880b; for (int i13 = 0; i11 > 0 && dVarArr3[i13] == null; i13++) { i11--; } @@ -106,13 +106,13 @@ public final class j { } c cVar2 = hVar.a; boolean z3 = hVar.c; - k kVar5 = cVar2.f1875b; + k kVar5 = cVar2.f1876b; k kVar6 = cVar2.c; k kVar7 = cVar2.d; k kVar8 = cVar2.e; if (i11 > 0) { k kVar9 = z3 ? kVar5 : kVar7; - int i15 = ((int) kVar9.f1824b) - i11; + int i15 = ((int) kVar9.f1825b) - i11; if (i15 >= 0) { i2 = i15; } @@ -124,7 +124,7 @@ public final class j { kVar = kVar10; if (i14 > 0) { k kVar11 = z3 ? kVar6 : kVar8; - int i16 = ((int) kVar11.f1824b) + i14; + int i16 = ((int) kVar11.f1825b) + i14; int i17 = cVar2.a.k; if (i16 >= i17) { i16 = i17 - 1; @@ -173,7 +173,7 @@ public final class j { int[] iArr3 = new int[i5]; boolean z2 = false; for (int i6 = i5; i6 > 0; i6--) { - int b2 = cVar2.b(aVar.a.f1880b[i6]); + int b2 = cVar2.b(aVar.a.f1881b[i6]); iArr3[i5 - i6] = b2; if (b2 != 0) { z2 = true; @@ -184,7 +184,7 @@ public final class j { if (iArr2 != null) { for (int i7 : iArr2) { b bVar = aVar.a; - cVar3 = cVar3.g(new c(bVar, new int[]{bVar.e(0, bVar.f1880b[(iArr.length - 1) - i7]), 1})); + cVar3 = cVar3.g(new c(bVar, new int[]{bVar.e(0, bVar.f1881b[(iArr.length - 1) - i7]), 1})); } } c cVar4 = new c(aVar.a, iArr3); @@ -208,10 +208,10 @@ public final class j { if (d2 == 0) { cVar = cVar4.a.d; } else { - int length = cVar4.f1881b.length; + int length = cVar4.f1882b.length; int[] iArr4 = new int[d + length]; for (int i8 = 0; i8 < length; i8++) { - iArr4[i8] = cVar4.a.d(cVar4.f1881b[i8], d2); + iArr4[i8] = cVar4.a.d(cVar4.f1882b[i8], d2); } cVar = new c(cVar4.a, iArr4); } @@ -723,7 +723,7 @@ public final class j { } } if (f2 < f) { - i24 = b.i.e.r.a.f1873b[i25]; + i24 = b.i.e.r.a.f1874b[i25]; f = f2; } i25++; @@ -758,11 +758,11 @@ public final class j { while (i3 < 2) { int i4 = i3 == 0 ? 1 : -1; int i5 = (int) kVar.a; - for (int i6 = (int) kVar.f1824b; i6 <= cVar.i && i6 >= cVar.h; i6 += i4) { + for (int i6 = (int) kVar.f1825b; i6 <= cVar.i && i6 >= cVar.h; i6 += i4) { d c = c(bVar, 0, bVar.j, z2, i5, i6, i, i2); if (c != null) { - hVar.f1879b[i6 - hVar.a.h] = c; - i5 = z2 ? c.a : c.f1876b; + hVar.f1880b[i6 - hVar.a.h] = c; + i5 = z2 ? c.a : c.f1877b; } } i3++; diff --git a/app/src/main/java/b/i/e/r/d/k/b.java b/app/src/main/java/b/i/e/r/d/k/b.java index b10a90a0aa..7366275194 100644 --- a/app/src/main/java/b/i/e/r/d/k/b.java +++ b/app/src/main/java/b/i/e/r/d/k/b.java @@ -5,21 +5,21 @@ public final class b { public static final b a = new b(929, 3); /* renamed from: b reason: collision with root package name */ - public final int[] f1880b; + public final int[] f1881b; public final int[] c; public final c d; public final c e; public b(int i, int i2) { - this.f1880b = new int[i]; + this.f1881b = new int[i]; this.c = new int[i]; int i3 = 1; for (int i4 = 0; i4 < i; i4++) { - this.f1880b[i4] = i3; + this.f1881b[i4] = i3; i3 = (i3 * i2) % i; } for (int i5 = 0; i5 < i - 1; i5++) { - this.c[this.f1880b[i5]] = i5; + this.c[this.f1881b[i5]] = i5; } this.d = new c(this, new int[]{0}); this.e = new c(this, new int[]{1}); @@ -43,7 +43,7 @@ public final class b { public int c(int i) { if (i != 0) { - return this.f1880b[(929 - this.c[i]) - 1]; + return this.f1881b[(929 - this.c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { if (i == 0 || i2 == 0) { return 0; } - int[] iArr = this.f1880b; + int[] iArr = this.f1881b; int[] iArr2 = this.c; return iArr[(iArr2[i] + iArr2[i2]) % 928]; } diff --git a/app/src/main/java/b/i/e/r/d/k/c.java b/app/src/main/java/b/i/e/r/d/k/c.java index 05c67ff64d..f77fa93285 100644 --- a/app/src/main/java/b/i/e/r/d/k/c.java +++ b/app/src/main/java/b/i/e/r/d/k/c.java @@ -5,14 +5,14 @@ public final class c { public final b a; /* renamed from: b reason: collision with root package name */ - public final int[] f1881b; + public final int[] f1882b; public c(b bVar, int[] iArr) { if (iArr.length != 0) { this.a = bVar; int length = iArr.length; if (length <= 1 || iArr[0] != 0) { - this.f1881b = iArr; + this.f1882b = iArr; return; } int i = 1; @@ -20,11 +20,11 @@ public final class c { i++; } if (i == length) { - this.f1881b = new int[]{0}; + this.f1882b = new int[]{0}; return; } int[] iArr2 = new int[length - i]; - this.f1881b = iArr2; + this.f1882b = iArr2; System.arraycopy(iArr, i, iArr2, 0, iArr2.length); return; } @@ -40,8 +40,8 @@ public final class c { if (cVar.e()) { return this; } - int[] iArr = this.f1881b; - int[] iArr2 = cVar.f1881b; + int[] iArr = this.f1882b; + int[] iArr2 = cVar.f1882b; if (iArr.length <= iArr2.length) { iArr = iArr2; iArr2 = iArr; @@ -62,32 +62,32 @@ public final class c { } if (i == 1) { int i2 = 0; - for (int i3 : this.f1881b) { + for (int i3 : this.f1882b) { i2 = this.a.a(i2, i3); } return i2; } - int[] iArr = this.f1881b; + int[] iArr = this.f1882b; int i4 = iArr[0]; int length = iArr.length; for (int i5 = 1; i5 < length; i5++) { b bVar = this.a; - i4 = bVar.a(bVar.d(i, i4), this.f1881b[i5]); + i4 = bVar.a(bVar.d(i, i4), this.f1882b[i5]); } return i4; } public int c(int i) { - int[] iArr = this.f1881b; + int[] iArr = this.f1882b; return iArr[(iArr.length - 1) - i]; } public int d() { - return this.f1881b.length - 1; + return this.f1882b.length - 1; } public boolean e() { - return this.f1881b[0] == 0; + return this.f1882b[0] == 0; } public c f(int i) { @@ -97,10 +97,10 @@ public final class c { if (i == 1) { return this; } - int length = this.f1881b.length; + int length = this.f1882b.length; int[] iArr = new int[length]; for (int i2 = 0; i2 < length; i2++) { - iArr[i2] = this.a.d(this.f1881b[i2], i); + iArr[i2] = this.a.d(this.f1882b[i2], i); } return new c(this.a, iArr); } @@ -111,9 +111,9 @@ public final class c { } else if (e() || cVar.e()) { return this.a.d; } else { - int[] iArr = this.f1881b; + int[] iArr = this.f1882b; int length = iArr.length; - int[] iArr2 = cVar.f1881b; + int[] iArr2 = cVar.f1882b; int length2 = iArr2.length; int[] iArr3 = new int[(length + length2) - 1]; for (int i = 0; i < length; i++) { @@ -129,10 +129,10 @@ public final class c { } public c h() { - int length = this.f1881b.length; + int length = this.f1882b.length; int[] iArr = new int[length]; for (int i = 0; i < length; i++) { - iArr[i] = this.a.e(0, this.f1881b[i]); + iArr[i] = this.a.e(0, this.f1882b[i]); } return new c(this.a, iArr); } diff --git a/app/src/main/java/b/i/e/r/e/a.java b/app/src/main/java/b/i/e/r/e/a.java index 560483a9d4..ee8e4dd2aa 100644 --- a/app/src/main/java/b/i/e/r/e/a.java +++ b/app/src/main/java/b/i/e/r/e/a.java @@ -11,7 +11,7 @@ public final class a { public static final int[] a = {0, 4, 1, 5}; /* renamed from: b reason: collision with root package name */ - public static final int[] f1882b = {6, 2, 7, 3}; + public static final int[] f1883b = {6, 2, 7, 3}; public static final int[] c = {8, 1, 1, 1, 1, 1, 1, 3}; public static final int[] d = {7, 1, 1, 3, 1, 1, 1, 2, 1}; @@ -31,13 +31,13 @@ public final class a { if (r2[1] == null) goto L_0x0088; */ /* JADX WARN: Code restructure failed: missing block: B:28:0x007e, code lost: - r10 = (int) java.lang.Math.max(r10, r2[1].f1824b); + r10 = (int) java.lang.Math.max(r10, r2[1].f1825b); */ /* JADX WARN: Code restructure failed: missing block: B:30:0x008a, code lost: if (r2[3] == null) goto L_0x006e; */ /* JADX WARN: Code restructure failed: missing block: B:31:0x008c, code lost: - r10 = java.lang.Math.max(r10, (int) r2[3].f1824b); + r10 = java.lang.Math.max(r10, (int) r2[3].f1825b); */ /* Code decompiled incorrectly, please refer to instructions dump. @@ -65,13 +65,13 @@ public final class a { } if (kVarArr[4] != null) { i = (int) kVarArr[4].a; - i2 = (int) kVarArr[4].f1824b; + i2 = (int) kVarArr[4].f1825b; } else { i2 = i3; i = i4; } k[] c3 = c(bVar, i5, i6, i2, i, d); - int[] iArr2 = f1882b; + int[] iArr2 = f1883b; for (int i8 = 0; i8 < iArr2.length; i8++) { kVarArr[iArr2[i8]] = c3[i8]; } @@ -84,10 +84,10 @@ public final class a { } if (kVarArr[2] != null) { i4 = (int) kVarArr[2].a; - f = kVarArr[2].f1824b; + f = kVarArr[2].f1825b; } else { i4 = (int) kVarArr[4].a; - f = kVarArr[4].f1824b; + f = kVarArr[4].f1825b; } i3 = (int) f; z3 = true; diff --git a/app/src/main/java/b/i/e/s/a.java b/app/src/main/java/b/i/e/s/a.java index dc40eb922b..032a0f1ece 100644 --- a/app/src/main/java/b/i/e/s/a.java +++ b/app/src/main/java/b/i/e/s/a.java @@ -23,7 +23,7 @@ public class a implements i { public static final k[] a = new k[0]; /* renamed from: b reason: collision with root package name */ - public final e f1883b = new e(); + public final e f1884b = new e(); @Override // b.i.e.i public final Result a(c cVar, Map map) throws NotFoundException, ChecksumException, FormatException { @@ -41,7 +41,7 @@ public class a implements i { b a2 = cVar.a(); b.i.e.s.c.c cVar2 = new b.i.e.s.c.c(a2); l lVar = map == null ? null : (l) map.get(d.NEED_RESULT_POINT_CALLBACK); - cVar2.f1892b = lVar; + cVar2.f1893b = lVar; b.i.e.s.c.e eVar2 = new b.i.e.s.c.e(a2, lVar); boolean z2 = map != null && map.containsKey(d.TRY_HARDER); int i4 = a2.k; @@ -76,14 +76,14 @@ public class a implements i { if (eVar2.c) { z3 = eVar2.f(); } else { - if (eVar2.f1893b.size() > 1) { + if (eVar2.f1894b.size() > 1) { b.i.e.s.c.d dVar = null; - for (b.i.e.s.c.d dVar2 : eVar2.f1893b) { + for (b.i.e.s.c.d dVar2 : eVar2.f1894b) { if (dVar2.d >= 2) { if (dVar != null) { eVar2.c = true; i2 = 2; - i3 = ((int) (Math.abs(dVar.a - dVar2.a) - Math.abs(dVar.f1824b - dVar2.f1824b))) / 2; + i3 = ((int) (Math.abs(dVar.a - dVar2.a) - Math.abs(dVar.f1825b - dVar2.f1825b))) / 2; break; } dVar = dVar2; @@ -119,52 +119,52 @@ public class a implements i { } i7 += i6; } - int size = eVar2.f1893b.size(); + int size = eVar2.f1894b.size(); if (size >= 3) { float f5 = 0.0f; if (size > 3) { float f6 = 0.0f; float f7 = 0.0f; - for (b.i.e.s.c.d dVar3 : eVar2.f1893b) { + for (b.i.e.s.c.d dVar3 : eVar2.f1894b) { float f8 = dVar3.c; f6 += f8; f7 += f8 * f8; } float f9 = f6 / size; - Collections.sort(eVar2.f1893b, new e.c(f9, null)); + Collections.sort(eVar2.f1894b, new e.c(f9, null)); float max = Math.max(0.2f * f9, (float) Math.sqrt((f7 / f4) - (f9 * f9))); int i11 = 0; - while (i11 < eVar2.f1893b.size() && eVar2.f1893b.size() > 3) { - if (Math.abs(eVar2.f1893b.get(i11).c - f9) > max) { - eVar2.f1893b.remove(i11); + while (i11 < eVar2.f1894b.size() && eVar2.f1894b.size() > 3) { + if (Math.abs(eVar2.f1894b.get(i11).c - f9) > max) { + eVar2.f1894b.remove(i11); i11--; } i11++; } } - if (eVar2.f1893b.size() > 3) { - for (b.i.e.s.c.d dVar4 : eVar2.f1893b) { + if (eVar2.f1894b.size() > 3) { + for (b.i.e.s.c.d dVar4 : eVar2.f1894b) { f5 += dVar4.c; } - Collections.sort(eVar2.f1893b, new e.b(f5 / eVar2.f1893b.size(), null)); - List list = eVar2.f1893b; + Collections.sort(eVar2.f1894b, new e.b(f5 / eVar2.f1894b.size(), null)); + List list = eVar2.f1894b; i = 3; list.subList(3, list.size()).clear(); } else { i = 3; } b.i.e.s.c.d[] dVarArr = new b.i.e.s.c.d[i]; - dVarArr[0] = eVar2.f1893b.get(0); - dVarArr[1] = eVar2.f1893b.get(1); - dVarArr[2] = eVar2.f1893b.get(2); + dVarArr[0] = eVar2.f1894b.get(0); + dVarArr[1] = eVar2.f1894b.get(1); + dVarArr[2] = eVar2.f1894b.get(2); k.b(dVarArr); f fVar = new f(dVarArr); - b.i.e.s.c.d dVar5 = fVar.f1894b; + b.i.e.s.c.d dVar5 = fVar.f1895b; b.i.e.s.c.d dVar6 = fVar.c; b.i.e.s.c.d dVar7 = fVar.a; float a3 = (cVar2.a(dVar5, dVar7) + cVar2.a(dVar5, dVar6)) / 2.0f; if (a3 >= 1.0f) { - int Z0 = ((b.i.a.f.e.o.f.Z0(b.i.a.f.e.o.f.Q(dVar5.a, dVar5.f1824b, dVar7.a, dVar7.f1824b) / a3) + b.i.a.f.e.o.f.Z0(b.i.a.f.e.o.f.Q(dVar5.a, dVar5.f1824b, dVar6.a, dVar6.f1824b) / a3)) / 2) + 7; + int Z0 = ((b.i.a.f.e.o.f.Z0(b.i.a.f.e.o.f.Q(dVar5.a, dVar5.f1825b, dVar7.a, dVar7.f1825b) / a3) + b.i.a.f.e.o.f.Z0(b.i.a.f.e.o.f.Q(dVar5.a, dVar5.f1825b, dVar6.a, dVar6.f1825b) / a3)) / 2) + 7; int i12 = Z0 & 3; if (i12 == 0) { Z0++; @@ -182,11 +182,11 @@ public class a implements i { float f10 = dVar6.a; float f11 = dVar5.a; float f12 = (f10 - f11) + dVar7.a; - float f13 = dVar6.f1824b; - float f14 = dVar5.f1824b; + float f13 = dVar6.f1825b; + float f14 = dVar5.f1825b; float f15 = 1.0f - (3.0f / c); int a4 = (int) b.d.b.a.a.a(f12, f11, f15, f11); - int a5 = (int) b.d.b.a.a.a((f13 - f14) + dVar7.f1824b, f14, f15, f14); + int a5 = (int) b.d.b.a.a.a((f13 - f14) + dVar7.f1825b, f14, f15, f14); for (int i13 = 4; i13 <= 16; i13 <<= 1) { try { aVar = cVar2.b(a3, a4, a5, i13); @@ -199,16 +199,16 @@ public class a implements i { float f16 = Z0 - 3.5f; if (aVar != null) { f2 = aVar.a; - f = aVar.f1824b; + f = aVar.f1825b; f3 = f16 - 3.0f; } else { f2 = (dVar6.a - dVar5.a) + dVar7.a; - f = (dVar6.f1824b - dVar5.f1824b) + dVar7.f1824b; + f = (dVar6.f1825b - dVar5.f1825b) + dVar7.f1825b; f3 = f16; } - b a6 = b.i.e.n.f.a.a(cVar2.a, Z0, Z0, b.i.e.n.i.a(3.5f, 3.5f, f16, 3.5f, f3, f3, 3.5f, f16, dVar5.a, dVar5.f1824b, dVar6.a, dVar6.f1824b, f2, f, dVar7.a, dVar7.f1824b)); + b a6 = b.i.e.n.f.a.a(cVar2.a, Z0, Z0, b.i.e.n.i.a(3.5f, 3.5f, f16, 3.5f, f3, f3, 3.5f, f16, dVar5.a, dVar5.f1825b, dVar6.a, dVar6.f1825b, f2, f, dVar7.a, dVar7.f1825b)); kVarArr = aVar == null ? new k[]{dVar7, dVar5, dVar6} : new k[]{dVar7, dVar5, dVar6, aVar}; - eVar = this.f1883b.a(a6, map); + eVar = this.f1884b.a(a6, map); } catch (IllegalArgumentException unused2) { throw FormatException.a(); } @@ -291,7 +291,7 @@ public class a implements i { } } } - eVar = this.f1883b.a(bVar, map); + eVar = this.f1884b.a(bVar, map); kVarArr = a; } else { throw NotFoundException.l; diff --git a/app/src/main/java/b/i/e/s/b/a.java b/app/src/main/java/b/i/e/s/b/a.java index 24912f93d5..b1c5874d61 100644 --- a/app/src/main/java/b/i/e/s/b/a.java +++ b/app/src/main/java/b/i/e/s/b/a.java @@ -8,7 +8,7 @@ public final class a { public final b a; /* renamed from: b reason: collision with root package name */ - public j f1884b; + public j f1885b; public g c; public boolean d; @@ -77,7 +77,7 @@ public final class a { } public j d() throws FormatException { - j jVar = this.f1884b; + j jVar = this.f1885b; if (jVar != null) { return jVar; } @@ -105,10 +105,10 @@ public final class a { if (b3 == null || b3.c() != i) { throw FormatException.a(); } - this.f1884b = b3; + this.f1885b = b3; return b3; } - this.f1884b = b2; + this.f1885b = b2; return b2; } diff --git a/app/src/main/java/b/i/e/s/b/b.java b/app/src/main/java/b/i/e/s/b/b.java index 5b8535798d..eb46225bb9 100644 --- a/app/src/main/java/b/i/e/s/b/b.java +++ b/app/src/main/java/b/i/e/s/b/b.java @@ -5,10 +5,10 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final byte[] f1885b; + public final byte[] f1886b; public b(int i, byte[] bArr) { this.a = i; - this.f1885b = bArr; + this.f1886b = bArr; } } diff --git a/app/src/main/java/b/i/e/s/b/d.java b/app/src/main/java/b/i/e/s/b/d.java index 9e408c2067..a8c9e19b0f 100644 --- a/app/src/main/java/b/i/e/s/b/d.java +++ b/app/src/main/java/b/i/e/s/b/d.java @@ -167,7 +167,7 @@ public final class d { } boolean z6 = (!z4 || i6 <= 0) ? z4 : false; if (!z5 || (!z3 && i7 + i8 + i9 <= 0)) { - if (!z6 || (!j.f1837b && i10 < 3 && i2 < 3)) { + if (!z6 || (!j.f1838b && i10 < 3 && i2 < 3)) { if (!z2 || !z6) { if (!z2) { if (!z6) { diff --git a/app/src/main/java/b/i/e/s/b/e.java b/app/src/main/java/b/i/e/s/b/e.java index e9f07ce3ca..51d52ab644 100644 --- a/app/src/main/java/b/i/e/s/b/e.java +++ b/app/src/main/java/b/i/e/s/b/e.java @@ -27,7 +27,7 @@ public final class e { e2 = null; try { aVar.e(); - aVar.f1884b = null; + aVar.f1885b = null; aVar.c = null; aVar.d = true; aVar.d(); @@ -46,7 +46,7 @@ public final class e { e2 = e4; e = null; aVar.e(); - aVar.f1884b = null; + aVar.f1885b = null; aVar.c = null; aVar.d = true; aVar.d(); @@ -70,7 +70,7 @@ public final class e { int i; int b2; j d = aVar.d(); - f fVar = aVar.c().f1886b; + f fVar = aVar.c().f1887b; g c = aVar.c(); j d2 = aVar.d(); c cVar = c.values()[c.c]; @@ -156,7 +156,7 @@ public final class e { throw FormatException.a(); } else if (i11 == d.f) { j.b bVar3 = d.e[fVar.ordinal()]; - j.a[] aVarArr = bVar3.f1890b; + j.a[] aVarArr = bVar3.f1891b; int i24 = 0; for (j.a aVar2 : aVarArr) { i24 += aVar2.a; @@ -165,14 +165,14 @@ public final class e { int i25 = 0; for (j.a aVar3 : aVarArr) { for (int i26 = 0; i26 < aVar3.a; i26++) { - int i27 = aVar3.f1889b; + int i27 = aVar3.f1890b; i25++; bVarArr[i25] = new b(i27, new byte[bVar3.a + i27]); } } - int length2 = bVarArr[0].f1885b.length; + int length2 = bVarArr[0].f1886b.length; int i28 = i24 - 1; - while (i28 >= 0 && bVarArr[i28].f1885b.length != length2) { + while (i28 >= 0 && bVarArr[i28].f1886b.length != length2) { i28--; } int i29 = i28 + 1; @@ -181,20 +181,20 @@ public final class e { for (int i32 = 0; i32 < i30; i32++) { for (int i33 = 0; i33 < i25; i33++) { i31++; - bVarArr[i33].f1885b[i32] = bArr[i31]; + bVarArr[i33].f1886b[i32] = bArr[i31]; } } for (int i34 = i29; i34 < i25; i34++) { i31++; - bVarArr[i34].f1885b[i30] = bArr[i31]; + bVarArr[i34].f1886b[i30] = bArr[i31]; } boolean z3 = false; - int length3 = bVarArr[0].f1885b.length; + int length3 = bVarArr[0].f1886b.length; while (i30 < length3) { int i35 = 0; while (i35 < i25) { i31++; - bVarArr[i35].f1885b[i35 < i29 ? i30 : i30 + 1] = bArr[i31]; + bVarArr[i35].f1886b[i35 < i29 ? i30 : i30 + 1] = bArr[i31]; i35++; } i30++; @@ -207,7 +207,7 @@ public final class e { int i38 = 0; for (int i39 = 0; i39 < i24; i39++) { b bVar4 = bVarArr[i39]; - byte[] bArr3 = bVar4.f1885b; + byte[] bArr3 = bVar4.f1886b; int i40 = bVar4.a; int length4 = bArr3.length; int[] iArr = new int[length4]; diff --git a/app/src/main/java/b/i/e/s/b/g.java b/app/src/main/java/b/i/e/s/b/g.java index b236992690..8dddda198c 100644 --- a/app/src/main/java/b/i/e/s/b/g.java +++ b/app/src/main/java/b/i/e/s/b/g.java @@ -5,7 +5,7 @@ public final class g { public static final int[][] a = {new int[]{21522, 0}, new int[]{20773, 1}, new int[]{24188, 2}, new int[]{23371, 3}, new int[]{17913, 4}, new int[]{16590, 5}, new int[]{20375, 6}, new int[]{19104, 7}, new int[]{30660, 8}, new int[]{29427, 9}, new int[]{32170, 10}, new int[]{30877, 11}, new int[]{26159, 12}, new int[]{25368, 13}, new int[]{27713, 14}, new int[]{26998, 15}, new int[]{5769, 16}, new int[]{5054, 17}, new int[]{7399, 18}, new int[]{6608, 19}, new int[]{1890, 20}, new int[]{597, 21}, new int[]{3340, 22}, new int[]{2107, 23}, new int[]{13663, 24}, new int[]{12392, 25}, new int[]{16177, 26}, new int[]{14854, 27}, new int[]{9396, 28}, new int[]{8579, 29}, new int[]{11994, 30}, new int[]{11245, 31}}; /* renamed from: b reason: collision with root package name */ - public final f f1886b; + public final f f1887b; public final byte c; public g(int i) { @@ -13,7 +13,7 @@ public final class g { if (i2 >= 0) { f[] fVarArr = f.n; if (i2 < fVarArr.length) { - this.f1886b = fVarArr[i2]; + this.f1887b = fVarArr[i2]; this.c = (byte) (i & 7); return; } @@ -56,10 +56,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.f1886b == gVar.f1886b && this.c == gVar.c; + return this.f1887b == gVar.f1887b && this.c == gVar.c; } public int hashCode() { - return (this.f1886b.ordinal() << 3) | this.c; + return (this.f1887b.ordinal() << 3) | this.c; } } diff --git a/app/src/main/java/b/i/e/s/b/j.java b/app/src/main/java/b/i/e/s/b/j.java index 8965ed2487..fff20e9c3c 100644 --- a/app/src/main/java/b/i/e/s/b/j.java +++ b/app/src/main/java/b/i/e/s/b/j.java @@ -7,7 +7,7 @@ public final class j { public static final int[] a = {31892, 34236, 39577, 42195, 48118, 51042, 55367, 58893, 63784, 68472, 70749, 76311, 79154, 84390, 87683, 92361, 96236, 102084, 102881, 110507, 110734, 117786, 119615, 126325, 127568, 133589, 136944, 141498, 145311, 150283, 152622, 158308, 161089, 167017}; /* renamed from: b reason: collision with root package name */ - public static final j[] f1888b = a(); + public static final j[] f1889b = a(); public final int c; public final int[] d; public final b[] e; @@ -19,11 +19,11 @@ public final class j { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1889b; + public final int f1890b; public a(int i, int i2) { this.a = i; - this.f1889b = i2; + this.f1890b = i2; } } @@ -33,11 +33,11 @@ public final class j { public final int a; /* renamed from: b reason: collision with root package name */ - public final a[] f1890b; + public final a[] f1891b; public b(int i, a... aVarArr) { this.a = i; - this.f1890b = aVarArr; + this.f1891b = aVarArr; } } @@ -48,8 +48,8 @@ public final class j { this.e = bVarArr; int i2 = bVarArr[0].a; int i3 = 0; - for (a aVar : bVarArr[0].f1890b) { - i3 += (aVar.f1889b + i2) * aVar.a; + for (a aVar : bVarArr[0].f1891b) { + i3 += (aVar.f1890b + i2) * aVar.a; } this.f = i3; } @@ -85,7 +85,7 @@ public final class j { public static j d(int i) { if (i > 0 && i <= 40) { - return f1888b[i - 1]; + return f1889b[i - 1]; } throw new IllegalArgumentException(); } diff --git a/app/src/main/java/b/i/e/s/c/b.java b/app/src/main/java/b/i/e/s/c/b.java index e2a8b3ea65..4581ebd5b0 100644 --- a/app/src/main/java/b/i/e/s/c/b.java +++ b/app/src/main/java/b/i/e/s/c/b.java @@ -15,7 +15,7 @@ public final class b { public final l i; /* renamed from: b reason: collision with root package name */ - public final List f1891b = new ArrayList(5); + public final List f1892b = new ArrayList(5); public final int[] h = new int[3]; public b(b.i.e.n.b bVar, int i, int i2, int i3, int i4, float f, l lVar) { @@ -110,14 +110,14 @@ public final class b { return null; } float f2 = ((iArr[0] + iArr[1]) + iArr[2]) / 3.0f; - for (a aVar : this.f1891b) { - if (Math.abs(f - aVar.f1824b) <= f2 && Math.abs(a - aVar.a) <= f2) { + for (a aVar : this.f1892b) { + if (Math.abs(f - aVar.f1825b) <= f2 && Math.abs(a - aVar.a) <= f2) { float abs = Math.abs(f2 - aVar.c); if (abs <= 1.0f || abs <= aVar.c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.f1824b + f) / 2.0f, (aVar.c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.f1825b + f) / 2.0f, (aVar.c + f2) / 2.0f); } } } @@ -127,7 +127,7 @@ public final class b { } } a aVar2 = new a(a, f, f2); - this.f1891b.add(aVar2); + this.f1892b.add(aVar2); l lVar = this.i; if (lVar == null) { return null; diff --git a/app/src/main/java/b/i/e/s/c/c.java b/app/src/main/java/b/i/e/s/c/c.java index c98629181a..f1bc4525c1 100644 --- a/app/src/main/java/b/i/e/s/c/c.java +++ b/app/src/main/java/b/i/e/s/c/c.java @@ -11,15 +11,15 @@ public class c { public final b a; /* renamed from: b reason: collision with root package name */ - public l f1892b; + public l f1893b; public c(b bVar) { this.a = bVar; } public final float a(k kVar, k kVar2) { - float d = d((int) kVar.a, (int) kVar.f1824b, (int) kVar2.a, (int) kVar2.f1824b); - float d2 = d((int) kVar2.a, (int) kVar2.f1824b, (int) kVar.a, (int) kVar.f1824b); + float d = d((int) kVar.a, (int) kVar.f1825b, (int) kVar2.a, (int) kVar2.f1825b); + float d2 = d((int) kVar2.a, (int) kVar2.f1825b, (int) kVar.a, (int) kVar.f1825b); return Float.isNaN(d) ? d2 / 7.0f : Float.isNaN(d2) ? d / 7.0f : (d + d2) / 14.0f; } @@ -34,7 +34,7 @@ public class c { int max2 = Math.max(0, i2 - i3); int min2 = Math.min(this.a.k - 1, i2 + i3) - max2; if (min2 >= f3) { - b bVar = new b(this.a, max, max2, min, min2, f, this.f1892b); + b bVar = new b(this.a, max, max2, min, min2, f, this.f1893b); int i4 = bVar.c; int i5 = bVar.f; int i6 = bVar.e + i4; @@ -75,8 +75,8 @@ public class c { return c; } } - if (!bVar.f1891b.isEmpty()) { - return bVar.f1891b.get(0); + if (!bVar.f1892b.isEmpty()) { + return bVar.f1892b.get(0); } throw NotFoundException.l; } diff --git a/app/src/main/java/b/i/e/s/c/e.java b/app/src/main/java/b/i/e/s/c/e.java index 8995bf33dc..30282565b2 100644 --- a/app/src/main/java/b/i/e/s/c/e.java +++ b/app/src/main/java/b/i/e/s/c/e.java @@ -13,7 +13,7 @@ public class e { public final l e; /* renamed from: b reason: collision with root package name */ - public final List f1893b = new ArrayList(); + public final List f1894b = new ArrayList(); public final int[] d = new int[5]; /* compiled from: FinderPatternFinder.java */ @@ -375,22 +375,22 @@ public class e { float f5 = i6 / 7.0f; int i25 = 0; while (true) { - if (i25 >= this.f1893b.size()) { + if (i25 >= this.f1894b.size()) { z3 = false; break; } - d dVar = this.f1893b.get(i25); - if (Math.abs(f - dVar.f1824b) <= f5 && Math.abs(f2 - dVar.a) <= f5) { + d dVar = this.f1894b.get(i25); + if (Math.abs(f - dVar.f1825b) <= f5 && Math.abs(f2 - dVar.a) <= f5) { float abs = Math.abs(f5 - dVar.c); if (abs <= 1.0f || abs <= dVar.c) { z4 = true; if (!z4) { - List list = this.f1893b; + List list = this.f1894b; int i26 = dVar.d; int i27 = i26 + 1; float f6 = i26; float f7 = i27; - list.set(i25, new d(((dVar.a * f6) + f2) / f7, ((dVar.f1824b * f6) + f) / f7, ((f6 * dVar.c) + f5) / f7, i27)); + list.set(i25, new d(((dVar.a * f6) + f2) / f7, ((dVar.f1825b * f6) + f) / f7, ((f6 * dVar.c) + f5) / f7, i27)); z3 = true; break; } @@ -403,7 +403,7 @@ public class e { } if (!z3) { d dVar2 = new d(f2, f, f5); - this.f1893b.add(dVar2); + this.f1894b.add(dVar2); l lVar = this.e; if (lVar != null) { lVar.a(dVar2); @@ -413,11 +413,11 @@ public class e { } public final boolean f() { - int size = this.f1893b.size(); + int size = this.f1894b.size(); float f = 0.0f; int i = 0; float f2 = 0.0f; - for (d dVar : this.f1893b) { + for (d dVar : this.f1894b) { if (dVar.d >= 2) { i++; f2 += dVar.c; @@ -427,7 +427,7 @@ public class e { return false; } float f3 = f2 / size; - for (d dVar2 : this.f1893b) { + for (d dVar2 : this.f1894b) { f += Math.abs(dVar2.c - f3); } return f <= f2 * 0.05f; diff --git a/app/src/main/java/b/i/e/s/c/f.java b/app/src/main/java/b/i/e/s/c/f.java index 6be423a27e..8282767ea0 100644 --- a/app/src/main/java/b/i/e/s/c/f.java +++ b/app/src/main/java/b/i/e/s/c/f.java @@ -5,12 +5,12 @@ public final class f { public final d a; /* renamed from: b reason: collision with root package name */ - public final d f1894b; + public final d f1895b; public final d c; public f(d[] dVarArr) { this.a = dVarArr[0]; - this.f1894b = dVarArr[1]; + this.f1895b = dVarArr[1]; this.c = dVarArr[2]; } } diff --git a/app/src/main/java/b/j/a/e.java b/app/src/main/java/b/j/a/e.java index cd29b01c55..d24dadbf7e 100644 --- a/app/src/main/java/b/j/a/e.java +++ b/app/src/main/java/b/j/a/e.java @@ -79,7 +79,7 @@ public class e implements Serializable { kVar.f = 0; kVar.h = 0; } - b.g.a.b.t.a aVar = kVar.f676b; + b.g.a.b.t.a aVar = kVar.f677b; if (!(aVar == null || (cArr = kVar.g) == null)) { kVar.g = null; aVar.d.set(2, cArr); diff --git a/app/src/main/java/b/j/a/f/d.java b/app/src/main/java/b/j/a/f/d.java index aecc33521c..2c8c00498a 100644 --- a/app/src/main/java/b/j/a/f/d.java +++ b/app/src/main/java/b/j/a/f/d.java @@ -9,7 +9,7 @@ public abstract class d { public TResult a; /* renamed from: b reason: collision with root package name */ - public HCaptchaException f1895b; + public HCaptchaException f1896b; public final List> c = new ArrayList(); public final List d = new ArrayList(); @@ -21,10 +21,10 @@ public abstract class d { it.remove(); } } - if (this.f1895b != null) { + if (this.f1896b != null) { Iterator it2 = this.d.iterator(); while (it2.hasNext()) { - it2.next().onFailure(this.f1895b); + it2.next().onFailure(this.f1896b); it2.remove(); } } diff --git a/app/src/main/java/b/k/a/a/a.java b/app/src/main/java/b/k/a/a/a.java index d741910c09..b0387b95c6 100644 --- a/app/src/main/java/b/k/a/a/a.java +++ b/app/src/main/java/b/k/a/a/a.java @@ -12,7 +12,7 @@ public class a extends Drawable { public int a; /* renamed from: b reason: collision with root package name */ - public Paint f1896b = new Paint(); + public Paint f1897b = new Paint(); public Paint c = new Paint(); public Paint d = new Paint(); public int e; @@ -30,7 +30,7 @@ public class a extends Drawable { public void draw(Canvas canvas) { Bitmap bitmap = this.g; if (bitmap != null && !bitmap.isRecycled()) { - canvas.drawBitmap(this.g, (Rect) null, getBounds(), this.f1896b); + canvas.drawBitmap(this.g, (Rect) null, getBounds(), this.f1897b); } } diff --git a/app/src/main/java/b/k/a/a/b.java b/app/src/main/java/b/k/a/a/b.java index 1d69994604..c7690d72dd 100644 --- a/app/src/main/java/b/k/a/a/b.java +++ b/app/src/main/java/b/k/a/a/b.java @@ -32,16 +32,16 @@ public class b extends BaseAdapter { public View a; /* renamed from: b reason: collision with root package name */ - public ColorPanelView f1897b; + public ColorPanelView f1898b; public ImageView c; public int d; public C0160b(Context context) { View inflate = View.inflate(context, b.this.m == 0 ? R.d.cpv_color_item_square : R.d.cpv_color_item_circle, null); this.a = inflate; - this.f1897b = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_view); + this.f1898b = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_view); this.c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); - this.d = this.f1897b.getBorderColor(); + this.d = this.f1898b.getBorderColor(); this.a.setTag(this); } } @@ -81,7 +81,7 @@ public class b extends BaseAdapter { } int i2 = b.this.k[i]; int alpha = Color.alpha(i2); - bVar.f1897b.setColor(i2); + bVar.f1898b.setColor(i2); bVar.c.setImageResource(b.this.l == i ? R.b.cpv_preset_checked : 0); if (alpha == 255) { b bVar2 = b.this; @@ -91,14 +91,14 @@ public class b extends BaseAdapter { bVar.c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { - bVar.f1897b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); + bVar.f1898b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); bVar.c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } else { - bVar.f1897b.setBorderColor(bVar.d); + bVar.f1898b.setBorderColor(bVar.d); bVar.c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); } - bVar.f1897b.setOnClickListener(new c(bVar, i)); - bVar.f1897b.setOnLongClickListener(new d(bVar)); + bVar.f1898b.setOnClickListener(new c(bVar, i)); + bVar.f1898b.setOnLongClickListener(new d(bVar)); return view2; } } diff --git a/app/src/main/java/b/k/a/a/d.java b/app/src/main/java/b/k/a/a/d.java index d9c2bc265c..946e060b45 100644 --- a/app/src/main/java/b/k/a/a/d.java +++ b/app/src/main/java/b/k/a/a/d.java @@ -13,7 +13,7 @@ public class d implements View.OnLongClickListener { @Override // android.view.View.OnLongClickListener public boolean onLongClick(View view) { - this.j.f1897b.a(); + this.j.f1898b.a(); return true; } } diff --git a/app/src/main/java/b/l/a/a.java b/app/src/main/java/b/l/a/a.java index 2eb408f939..b33e9acc05 100644 --- a/app/src/main/java/b/l/a/a.java +++ b/app/src/main/java/b/l/a/a.java @@ -38,14 +38,14 @@ public final class a extends Drawable implements Animatable2Compat { public final int[] r; /* renamed from: s reason: collision with root package name */ - public int f1898s; + public int f1899s; public int t; public boolean u; public long v; public Long w; /* renamed from: x reason: collision with root package name */ - public C0161a f1899x; + public C0161a f1900x; /* compiled from: ApngDrawable.kt */ /* renamed from: b.l.a.a$a reason: collision with other inner class name */ @@ -54,7 +54,7 @@ public final class a extends Drawable implements Animatable2Compat { public final Apng a; /* renamed from: b reason: collision with root package name */ - public final int f1900b; + public final int f1901b; public final int c; public final int d; public final Function0 e; @@ -77,7 +77,7 @@ public final class a extends Drawable implements Animatable2Compat { /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public C0161a(C0161a aVar) { - this(aVar.a.copy(), aVar.f1900b, aVar.c, aVar.d, aVar.e); + this(aVar.a.copy(), aVar.f1901b, aVar.c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } @@ -85,7 +85,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(apng, "apng"); m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; - this.f1900b = i; + this.f1901b = i; this.c = i2; this.d = i3; this.e = function0; @@ -105,27 +105,27 @@ public final class a extends Drawable implements Animatable2Compat { @VisibleForTesting public a(C0161a aVar) { m.checkNotNullParameter(aVar, "apngState"); - this.f1899x = aVar; + this.f1900x = aVar; this.j = aVar.a.getDuration(); - int frameCount = this.f1899x.a.getFrameCount(); + int frameCount = this.f1900x.a.getFrameCount(); this.k = frameCount; - this.l = k.toList(this.f1899x.a.getFrameDurations()); - this.m = this.f1899x.a.getByteCount(); - this.f1899x.a.getAllFrameByteCount(); - this.n = this.f1899x.a.getLoopCount(); - this.f1899x.a.isRecycled(); + this.l = k.toList(this.f1900x.a.getFrameDurations()); + this.m = this.f1900x.a.getByteCount(); + this.f1900x.a.getAllFrameByteCount(); + this.n = this.f1900x.a.getLoopCount(); + this.f1900x.a.isRecycled(); this.r = new int[frameCount]; - C0161a aVar2 = this.f1899x; - this.f1898s = aVar2.f1900b; + C0161a aVar2 = this.f1900x; + this.f1899s = aVar2.f1901b; this.t = aVar2.c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.r; int i2 = i - 1; - iArr[i] = iArr[i2] + this.f1899x.a.getFrameDurations()[i2]; + iArr[i] = iArr[i2] + this.f1900x.a.getFrameDurations()[i2]; } Rect bounds = getBounds(); - C0161a aVar3 = this.f1899x; - bounds.set(0, 0, aVar3.f1900b, aVar3.c); + C0161a aVar3 = this.f1900x; + bounds.set(0, 0, aVar3.f1901b, aVar3.c); } @WorkerThread @@ -187,7 +187,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(canvas, "canvas"); if (this.u) { int c = c(); - long longValue = this.f1899x.e.invoke().longValue(); + long longValue = this.f1900x.e.invoke().longValue(); Long l = this.w; this.v = l == null ? this.v : (this.v + longValue) - l.longValue(); this.w = Long.valueOf(longValue); @@ -216,7 +216,7 @@ public final class a extends Drawable implements Animatable2Compat { } } } - Apng apng = this.f1899x.a; + Apng apng = this.f1900x.a; int c2 = c(); Rect bounds = getBounds(); m.checkNotNullExpressionValue(bounds, "bounds"); @@ -228,7 +228,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public Drawable.ConstantState getConstantState() { - return this.f1899x; + return this.f1900x; } @Override // android.graphics.drawable.Drawable @@ -238,7 +238,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public int getIntrinsicWidth() { - return this.f1898s; + return this.f1899s; } @Override // android.graphics.drawable.Drawable @@ -253,7 +253,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public Drawable mutate() { - this.f1899x = new C0161a(this.f1899x); + this.f1900x = new C0161a(this.f1900x); return this; } diff --git a/app/src/main/java/b/m/a/a.java b/app/src/main/java/b/m/a/a.java index 323c44732f..9c9c9949c3 100644 --- a/app/src/main/java/b/m/a/a.java +++ b/app/src/main/java/b/m/a/a.java @@ -40,7 +40,7 @@ public final class a { } if ((i & 32) != 0) { c cVar4 = c.e; - j6 = c.f1901b; + j6 = c.f1902b; } else { j6 = j3; } diff --git a/app/src/main/java/b/m/a/c.java b/app/src/main/java/b/m/a/c.java index 8a77203f20..53e60771dc 100644 --- a/app/src/main/java/b/m/a/c.java +++ b/app/src/main/java/b/m/a/c.java @@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit; public final class c { /* renamed from: b reason: collision with root package name */ - public static final long f1901b; + public static final long f1902b; public static final long c; public static final c e = new c(); public static final List a = n.listOf((Object[]) new String[]{"2.us.pool.ntp.org", "1.us.pool.ntp.org", "0.us.pool.ntp.org"}); @@ -16,7 +16,7 @@ public final class c { static { TimeUnit timeUnit = TimeUnit.MINUTES; - f1901b = timeUnit.toMillis(1L); + f1902b = timeUnit.toMillis(1L); c = timeUnit.toMillis(1L); } } diff --git a/app/src/main/java/b/m/a/d.java b/app/src/main/java/b/m/a/d.java index 74d4a03e59..03645bc164 100644 --- a/app/src/main/java/b/m/a/d.java +++ b/app/src/main/java/b/m/a/d.java @@ -8,18 +8,18 @@ public final class d { public final long a; /* renamed from: b reason: collision with root package name */ - public final Long f1902b; + public final Long f1903b; public d(long j, Long l) { this.a = j; - this.f1902b = l; + this.f1903b = l; } public boolean equals(Object obj) { if (this != obj) { if (obj instanceof d) { d dVar = (d) obj; - if (!(this.a == dVar.a) || !m.areEqual(this.f1902b, dVar.f1902b)) { + if (!(this.a == dVar.a) || !m.areEqual(this.f1903b, dVar.f1903b)) { } } return false; @@ -30,7 +30,7 @@ public final class d { public int hashCode() { long j = this.a; int i = ((int) (j ^ (j >>> 32))) * 31; - Long l = this.f1902b; + Long l = this.f1903b; return i + (l != null ? l.hashCode() : 0); } @@ -38,6 +38,6 @@ public final class d { StringBuilder R = a.R("KronosTime(posixTimeMs="); R.append(this.a); R.append(", timeSinceLastNtpSyncMs="); - return a.F(R, this.f1902b, ")"); + return a.F(R, this.f1903b, ")"); } } diff --git a/app/src/main/java/b/m/a/g/b.java b/app/src/main/java/b/m/a/g/b.java index 0acf603373..65c94cff05 100644 --- a/app/src/main/java/b/m/a/g/b.java +++ b/app/src/main/java/b/m/a/g/b.java @@ -10,13 +10,13 @@ public final class b implements KronosClock { public final h a; /* renamed from: b reason: collision with root package name */ - public final b.m.a.b f1903b; + public final b.m.a.b f1904b; public b(h hVar, b.m.a.b bVar) { m.checkParameterIsNotNull(hVar, "ntpService"); m.checkParameterIsNotNull(bVar, "fallbackClock"); this.a = hVar; - this.f1903b = bVar; + this.f1904b = bVar; } @Override // com.lyft.kronos.KronosClock, b.m.a.b @@ -26,11 +26,11 @@ public final class b implements KronosClock { @Override // b.m.a.b public long b() { - return this.f1903b.b(); + return this.f1904b.b(); } public d c() { d a = this.a.a(); - return a != null ? a : new d(this.f1903b.a(), null); + return a != null ? a : new d(this.f1904b.a(), null); } } diff --git a/app/src/main/java/b/m/a/g/d/e.java b/app/src/main/java/b/m/a/g/d/e.java index d8de06dbb6..83bc7375b8 100644 --- a/app/src/main/java/b/m/a/g/d/e.java +++ b/app/src/main/java/b/m/a/g/d/e.java @@ -12,7 +12,7 @@ public class e { public final b.m.a.b a; /* renamed from: b reason: collision with root package name */ - public final c f1904b; + public final c f1905b; public final a c; /* compiled from: SntpClient.java */ @@ -29,25 +29,25 @@ public class e { public final long a; /* renamed from: b reason: collision with root package name */ - public final long f1905b; + public final long f1906b; public final long c; public final b.m.a.b d; public b(long j, long j2, long j3, b.m.a.b bVar) { this.a = j; - this.f1905b = j2; + this.f1906b = j2; this.c = j3; this.d = bVar; } public long a() { - return this.a + this.c + (this.d.b() - this.f1905b); + return this.a + this.c + (this.d.b() - this.f1906b); } } public e(b.m.a.b bVar, c cVar, a aVar) { this.a = bVar; - this.f1904b = cVar; + this.f1905b = cVar; this.c = aVar; } @@ -99,7 +99,7 @@ public class e { public b d(String str, Long l) throws IOException { DatagramSocket datagramSocket = null; try { - InetAddress a2 = this.f1904b.a(str); + InetAddress a2 = this.f1905b.a(str); datagramSocket = this.c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; diff --git a/app/src/main/java/b/m/a/g/d/g.java b/app/src/main/java/b/m/a/g/d/g.java index 5ce345de7b..6a4ee25ed5 100644 --- a/app/src/main/java/b/m/a/g/d/g.java +++ b/app/src/main/java/b/m/a/g/d/g.java @@ -10,20 +10,20 @@ public final class g implements f { public final f a; /* renamed from: b reason: collision with root package name */ - public final b f1906b; + public final b f1907b; public g(f fVar, b bVar) { m.checkParameterIsNotNull(fVar, "syncResponseCache"); m.checkParameterIsNotNull(bVar, "deviceClock"); this.a = fVar; - this.f1906b = bVar; + this.f1907b = bVar; } @Override // b.m.a.g.d.f public void a(e.b bVar) { m.checkParameterIsNotNull(bVar, "response"); this.a.f(bVar.a); - this.a.a(bVar.f1905b); + this.a.a(bVar.f1906b); this.a.b(bVar.c); } @@ -40,6 +40,6 @@ public final class g implements f { if (c == 0) { return null; } - return new e.b(e, c, d, this.f1906b); + return new e.b(e, c, d, this.f1907b); } } diff --git a/app/src/main/java/b/m/a/g/d/i.java b/app/src/main/java/b/m/a/g/d/i.java index 38b525ea77..9d5457e5e9 100644 --- a/app/src/main/java/b/m/a/g/d/i.java +++ b/app/src/main/java/b/m/a/g/d/i.java @@ -18,7 +18,7 @@ public final class i implements h { public final AtomicReference a = new AtomicReference<>(a.INIT); /* renamed from: b reason: collision with root package name */ - public final AtomicLong f1907b = new AtomicLong(0); + public final AtomicLong f1908b = new AtomicLong(0); public final ExecutorService c = Executors.newSingleThreadExecutor(b.j); public final e d; public final b.m.a.b e; @@ -90,7 +90,7 @@ public final class i implements h { eVar2.b(j, b3); } iVar.a.set(aVar); - iVar.f1907b.set(iVar.e.b()); + iVar.f1908b.set(iVar.e.b()); z2 = true; continue; } finally { @@ -123,7 +123,7 @@ public final class i implements h { } /* JADX WARN: Code restructure failed: missing block: B:9:0x0039, code lost: - if ((java.lang.Math.abs((r0.a - r0.f1905b) - (r0.d.a() - r0.d.b())) < 1000) == false) goto L_0x003d; + if ((java.lang.Math.abs((r0.a - r0.f1906b) - (r0.d.a() - r0.d.b())) < 1000) == false) goto L_0x003d; */ @Override // b.m.a.g.d.h /* @@ -141,13 +141,13 @@ public final class i implements h { bVar = null; } if (bVar == null) { - if (this.e.b() - this.f1907b.get() >= this.j) { + if (this.e.b() - this.f1908b.get() >= this.j) { b(); } return null; } - long b2 = bVar.d.b() - bVar.f1905b; - if (b2 >= this.k && this.e.b() - this.f1907b.get() >= this.j) { + long b2 = bVar.d.b() - bVar.f1906b; + if (b2 >= this.k && this.e.b() - this.f1908b.get() >= this.j) { b(); } return new d(bVar.a(), Long.valueOf(b2)); diff --git a/app/src/main/java/b/o/a/b.java b/app/src/main/java/b/o/a/b.java index 805b60ecd9..52ae4945bb 100644 --- a/app/src/main/java/b/o/a/b.java +++ b/app/src/main/java/b/o/a/b.java @@ -12,7 +12,7 @@ public final class b { public static int a = 3; /* renamed from: b reason: collision with root package name */ - public static Set f1908b; + public static Set f1909b; @VisibleForTesting public static AbstractC0165b c; @NonNull @@ -44,7 +44,7 @@ public final class b { static { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); - f1908b = copyOnWriteArraySet; + f1909b = copyOnWriteArraySet; a aVar = new a(); c = aVar; copyOnWriteArraySet.add(aVar); @@ -57,7 +57,7 @@ public final class b { @Nullable public final String a(int i, @NonNull Object... objArr) { Throwable th = null; - if (!(a <= i && f1908b.size() > 0)) { + if (!(a <= i && f1909b.size() > 0)) { return null; } StringBuilder sb = new StringBuilder(); @@ -69,7 +69,7 @@ public final class b { sb.append(" "); } String trim = sb.toString().trim(); - for (AbstractC0165b bVar : f1908b) { + for (AbstractC0165b bVar : f1909b) { bVar.a(i, this.d, trim, th); } return trim; diff --git a/app/src/main/java/b/o/a/c.java b/app/src/main/java/b/o/a/c.java index 6c182a947f..e9f124686f 100644 --- a/app/src/main/java/b/o/a/c.java +++ b/app/src/main/java/b/o/a/c.java @@ -24,7 +24,7 @@ public abstract class c { public Set a = new HashSet(5); /* renamed from: b reason: collision with root package name */ - public Set f1909b = new HashSet(2); + public Set f1910b = new HashSet(2); public Set c = new HashSet(4); public Set d = new HashSet(2); public Set e = new HashSet(15); @@ -43,7 +43,7 @@ public abstract class c { @NonNull public final Collection a() { - return Collections.unmodifiableSet(this.f1909b); + return Collections.unmodifiableSet(this.f1910b); } @NonNull diff --git a/app/src/main/java/b/o/a/l.java b/app/src/main/java/b/o/a/l.java index 1700e9266c..d086209e30 100644 --- a/app/src/main/java/b/o/a/l.java +++ b/app/src/main/java/b/o/a/l.java @@ -16,7 +16,7 @@ public class l { public boolean a; /* renamed from: b reason: collision with root package name */ - public Location f1910b; + public Location f1911b; public int c; public b d; public e e; diff --git a/app/src/main/java/b/o/a/n/b.java b/app/src/main/java/b/o/a/n/b.java index ec2c35bc17..f0df7af7ca 100644 --- a/app/src/main/java/b/o/a/n/b.java +++ b/app/src/main/java/b/o/a/n/b.java @@ -28,14 +28,14 @@ import java.util.Objects; public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0174a { /* renamed from: d0 reason: collision with root package name */ - public final b.o.a.n.q.a f1911d0 = b.o.a.n.q.a.a(); + public final b.o.a.n.q.a f1912d0 = b.o.a.n.q.a.a(); /* renamed from: e0 reason: collision with root package name */ - public Camera f1912e0; + public Camera f1913e0; @VisibleForTesting /* renamed from: f0 reason: collision with root package name */ - public int f1913f0; + public int f1914f0; /* compiled from: Camera1Engine.java */ /* loaded from: classes3.dex */ @@ -72,8 +72,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - b.this.f1912e0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + b.this.f1913e0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -83,7 +83,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } @@ -116,7 +116,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b bVar = b.this; b.o.a.n.s.a aVar = new b.o.a.n.s.a(bVar.L, bVar.o.l()); b.o.a.t.b c = this.j.c(aVar); - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -126,12 +126,12 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(c.b(maxNumMeteringAreas, aVar)); } parameters.setFocusMode("auto"); - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); ((CameraView.b) b.this.m).e(this.k, this.l); b.this.n.e("focus end", 0); b.this.n.c("focus end", true, 2500L, new RunnableC0166a()); try { - b.this.f1912e0.autoFocus(new C0167b()); + b.this.f1913e0.autoFocus(new C0167b()); } catch (RuntimeException e) { i.j.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -151,9 +151,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.e1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } } @@ -169,9 +169,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); b.this.g1(parameters); - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } @@ -186,9 +186,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.j1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } } @@ -204,9 +204,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.f1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } } @@ -226,9 +226,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.k1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); if (this.k) { b bVar = b.this; ((CameraView.b) bVar.m).f(bVar.D, this.l); @@ -254,9 +254,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.d1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); if (this.k) { b bVar = b.this; ((CameraView.b) bVar.m).c(bVar.E, this.l, this.m); @@ -291,9 +291,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1912e0.getParameters(); + Camera.Parameters parameters = b.this.f1913e0.getParameters(); if (b.this.i1(parameters, this.j)) { - b.this.f1912e0.setParameters(parameters); + b.this.f1913e0.setParameters(parameters); } } } @@ -304,8 +304,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // b.o.a.n.i public void F0(@NonNull m mVar) { - m mVar2 = this.f1930x; - this.f1930x = mVar; + m mVar2 = this.f1931x; + this.f1931x = mVar; b.o.a.n.v.f fVar = this.n; fVar.b("white balance (" + mVar + ")", true, new b.o.a.n.v.h(fVar, b.o.a.n.v.e.ENGINE, new d(mVar2))); } @@ -332,14 +332,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStartBind:", "Started"); try { if (this.o.j() == SurfaceHolder.class) { - this.f1912e0.setPreviewDisplay((SurfaceHolder) this.o.i()); + this.f1913e0.setPreviewDisplay((SurfaceHolder) this.o.i()); } else if (this.o.j() == SurfaceTexture.class) { - this.f1912e0.setPreviewTexture((SurfaceTexture) this.o.i()); + this.f1913e0.setPreviewTexture((SurfaceTexture) this.o.i()); } else { throw new RuntimeException("Unknown CameraPreview output class."); } this.r = Q0(this.Q); - this.f1929s = R0(); + this.f1930s = R0(); bVar.a(1, "onStartBind:", "Returning"); return b.i.a.f.e.o.f.Z(null); } catch (IOException e2) { @@ -352,23 +352,23 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public Task Q() { try { - Camera open = Camera.open(this.f1913f0); - this.f1912e0 = open; + Camera open = Camera.open(this.f1914f0); + this.f1913e0 = open; if (open != null) { open.setErrorCallback(this); b.o.a.b bVar = i.j; bVar.a(1, "onStartEngine:", "Applying default parameters."); try { - Camera.Parameters parameters = this.f1912e0.getParameters(); - int i2 = this.f1913f0; + Camera.Parameters parameters = this.f1913e0.getParameters(); + int i2 = this.f1914f0; b.o.a.n.t.a aVar = this.L; b.o.a.n.t.b bVar2 = b.o.a.n.t.b.SENSOR; b.o.a.n.t.b bVar3 = b.o.a.n.t.b.VIEW; this.p = new b.o.a.n.u.a(parameters, i2, aVar.b(bVar2, bVar3)); b1(parameters); - this.f1912e0.setParameters(parameters); + this.f1913e0.setParameters(parameters); try { - this.f1912e0.setDisplayOrientation(this.L.c(bVar2, bVar3, 1)); + this.f1913e0.setDisplayOrientation(this.L.c(bVar2, bVar3, 1)); bVar.a(1, "onStartEngine:", "Ended"); return b.i.a.f.e.o.f.Z(this.p); } catch (Exception unused) { @@ -400,9 +400,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.o.s(C.j, C.k); this.o.r(0); try { - Camera.Parameters parameters = this.f1912e0.getParameters(); + Camera.Parameters parameters = this.f1913e0.getParameters(); parameters.setPreviewFormat(17); - b.o.a.x.b bVar2 = this.f1929s; + b.o.a.x.b bVar2 = this.f1930s; parameters.setPreviewSize(bVar2.j, bVar2.k); b.o.a.m.i iVar = this.Q; b.o.a.m.i iVar2 = b.o.a.m.i.PICTURE; @@ -414,13 +414,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setPictureSize(Q0.j, Q0.k); } try { - this.f1912e0.setParameters(parameters); - this.f1912e0.setPreviewCallbackWithBuffer(null); - this.f1912e0.setPreviewCallbackWithBuffer(this); - l1().e(17, this.f1929s, this.L); + this.f1913e0.setParameters(parameters); + this.f1913e0.setPreviewCallbackWithBuffer(null); + this.f1913e0.setPreviewCallbackWithBuffer(this); + l1().e(17, this.f1930s, this.L); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1912e0.startPreview(); + this.f1913e0.startPreview(); bVar.a(1, "onStartPreview", "Started preview."); return b.i.a.f.e.o.f.Z(null); } catch (Exception e2) { @@ -443,13 +443,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // b.o.a.n.i @NonNull public Task S() { - this.f1929s = null; + this.f1930s = null; this.r = null; try { if (this.o.j() == SurfaceHolder.class) { - this.f1912e0.setPreviewDisplay(null); + this.f1913e0.setPreviewDisplay(null); } else if (this.o.j() == SurfaceTexture.class) { - this.f1912e0.setPreviewTexture(null); + this.f1913e0.setPreviewTexture(null); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -466,19 +466,19 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStopEngine:", "About to clean up."); this.n.e("focus reset", 0); this.n.e("focus end", 0); - if (this.f1912e0 != null) { + if (this.f1913e0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1912e0.release(); + this.f1913e0.release(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.j.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1912e0 = null; + this.f1913e0 = null; this.p = null; } this.p = null; - this.f1912e0 = null; + this.f1913e0 = null; i.j.a(2, "onStopEngine:", "Clean up.", "Returning."); return b.i.a.f.e.o.f.Z(null); } @@ -487,7 +487,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public List T0() { try { - List supportedPreviewSizes = this.f1912e0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1913e0.getParameters().getSupportedPreviewSizes(); ArrayList arrayList = new ArrayList(supportedPreviewSizes.size()); for (Camera.Size size : supportedPreviewSizes) { b.o.a.x.b bVar = new b.o.a.x.b(size.width, size.height); @@ -511,10 +511,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.q = null; l1().d(); bVar.a(1, "onStopPreview:", "Releasing preview buffers."); - this.f1912e0.setPreviewCallbackWithBuffer(null); + this.f1913e0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1912e0.stopPreview(); + this.f1913e0.stopPreview(); bVar.a(1, "onStopPreview:", "Stopped preview."); } catch (Exception e2) { i.j.a(3, "stopPreview", "Could not stop preview", e2); @@ -544,7 +544,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b.o.a.n.t.b bVar3 = b.o.a.n.t.b.OUTPUT; aVar.c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - b.o.a.v.a aVar3 = new b.o.a.v.a(aVar, this, this.f1912e0); + b.o.a.v.a aVar3 = new b.o.a.v.a(aVar, this, this.f1913e0); this.q = aVar3; aVar3.c(); bVar.a(1, "onTakePicture:", "executed."); @@ -558,10 +558,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback aVar.d = F(bVar2); if (this.o instanceof b.o.a.w.e) { aVar.c = this.L.c(b.o.a.n.t.b.VIEW, bVar2, 1); - this.q = new b.o.a.v.g(aVar, this, (b.o.a.w.e) this.o, aVar2, this.f1928c0); + this.q = new b.o.a.v.g(aVar, this, (b.o.a.w.e) this.o, aVar2, this.f1929c0); } else { aVar.c = this.L.c(b.o.a.n.t.b.SENSOR, bVar2, 2); - this.q = new b.o.a.v.e(aVar, this, this.f1912e0, aVar2); + this.q = new b.o.a.v.e(aVar, this, this.f1913e0, aVar2); } this.q.c(); bVar.a(1, "onTakePictureSnapshot:", "executed."); @@ -582,7 +582,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // b.o.a.n.i public boolean c(@NonNull b.o.a.m.e eVar) { - Objects.requireNonNull(this.f1911d0); + Objects.requireNonNull(this.f1912d0); int intValue = b.o.a.n.q.a.d.get(eVar).intValue(); i.j.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(Camera.getNumberOfCameras())); Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); @@ -591,7 +591,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback Camera.getCameraInfo(i2, cameraInfo); if (cameraInfo.facing == intValue) { this.L.f(eVar, cameraInfo.orientation); - this.f1913f0 = i2; + this.f1914f0 = i2; return true; } } @@ -641,10 +641,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean e1(@NonNull Camera.Parameters parameters, @NonNull b.o.a.m.f fVar) { if (this.p.c(this.w)) { - b.o.a.n.q.a aVar = this.f1911d0; + b.o.a.n.q.a aVar = this.f1912d0; b.o.a.m.f fVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setFlashMode(b.o.a.n.q.a.f1934b.get(fVar2)); + parameters.setFlashMode(b.o.a.n.q.a.f1935b.get(fVar2)); return true; } this.w = fVar; @@ -661,7 +661,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull b.o.a.m.h hVar) { if (this.p.c(this.A)) { - b.o.a.n.q.a aVar = this.f1911d0; + b.o.a.n.q.a aVar = this.f1912d0; b.o.a.m.h hVar2 = this.A; Objects.requireNonNull(aVar); parameters.setSceneMode(b.o.a.n.q.a.e.get(hVar2)); @@ -692,10 +692,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @TargetApi(17) public final boolean h1(boolean z2) { Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); - Camera.getCameraInfo(this.f1913f0, cameraInfo); + Camera.getCameraInfo(this.f1914f0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1912e0.enableShutterSound(this.F); + return this.f1913e0.enableShutterSound(this.F); } catch (RuntimeException unused) { return false; } @@ -742,15 +742,15 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean j1(@NonNull Camera.Parameters parameters, @NonNull m mVar) { - if (this.p.c(this.f1930x)) { - b.o.a.n.q.a aVar = this.f1911d0; - m mVar2 = this.f1930x; + if (this.p.c(this.f1931x)) { + b.o.a.n.q.a aVar = this.f1912d0; + m mVar2 = this.f1931x; Objects.requireNonNull(aVar); parameters.setWhiteBalance(b.o.a.n.q.a.c.get(mVar2)); parameters.remove("auto-whitebalance-lock"); return true; } - this.f1930x = mVar; + this.f1931x = mVar; return false; } @@ -762,7 +762,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean k1(@NonNull Camera.Parameters parameters, float f2) { if (this.p.k) { parameters.setZoom((int) (this.D * parameters.getMaxZoom())); - this.f1912e0.setParameters(parameters); + this.f1913e0.setParameters(parameters); return true; } this.D = f2; @@ -794,7 +794,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b.o.a.n.v.e eVar = this.n.f; b.o.a.n.v.e eVar2 = b.o.a.n.v.e.ENGINE; if (eVar.f(eVar2) && this.n.g.f(eVar2)) { - this.f1912e0.addCallbackBuffer(bArr); + this.f1913e0.addCallbackBuffer(bArr); } } diff --git a/app/src/main/java/b/o/a/n/d.java b/app/src/main/java/b/o/a/n/d.java index 7cb1e3c5cc..06f4a2145f 100644 --- a/app/src/main/java/b/o/a/n/d.java +++ b/app/src/main/java/b/o/a/n/d.java @@ -51,25 +51,25 @@ import java.util.concurrent.ExecutionException; public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a.n.o.c { /* renamed from: d0 reason: collision with root package name */ - public final CameraManager f1914d0; + public final CameraManager f1915d0; /* renamed from: e0 reason: collision with root package name */ - public String f1915e0; + public String f1916e0; /* renamed from: f0 reason: collision with root package name */ - public CameraDevice f1916f0; + public CameraDevice f1917f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCharacteristics f1917g0; + public CameraCharacteristics f1918g0; /* renamed from: h0 reason: collision with root package name */ - public CameraCaptureSession f1918h0; + public CameraCaptureSession f1919h0; /* renamed from: i0 reason: collision with root package name */ - public CaptureRequest.Builder f1919i0; + public CaptureRequest.Builder f1920i0; /* renamed from: j0 reason: collision with root package name */ - public TotalCaptureResult f1920j0; + public TotalCaptureResult f1921j0; public final b.o.a.n.q.b k0; public ImageReader l0; public Surface m0; @@ -93,17 +93,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - boolean h1 = dVar.h1(dVar.f1919i0, this.j); + boolean h1 = dVar.h1(dVar.f1920i0, this.j); d dVar2 = d.this; if (dVar2.n.f == b.o.a.n.v.e.PREVIEW) { dVar2.w = b.o.a.m.f.OFF; - dVar2.h1(dVar2.f1919i0, this.j); + dVar2.h1(dVar2.f1920i0, this.j); try { d dVar3 = d.this; - dVar3.f1918h0.capture(dVar3.f1919i0.build(), null, null); + dVar3.f1919h0.capture(dVar3.f1920i0.build(), null, null); d dVar4 = d.this; dVar4.w = this.k; - dVar4.h1(dVar4.f1919i0, this.j); + dVar4.h1(dVar4.f1920i0, this.j); d.this.k1(); } catch (CameraAccessException e) { throw d.this.o1(e); @@ -126,7 +126,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - CaptureRequest.Builder builder = dVar.f1919i0; + CaptureRequest.Builder builder = dVar.f1920i0; Location location = dVar.C; if (location != null) { builder.set(CaptureRequest.JPEG_GPS_LOCATION, location); @@ -147,7 +147,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.m1(dVar.f1919i0, this.j)) { + if (dVar.m1(dVar.f1920i0, this.j)) { d.this.k1(); } } @@ -166,7 +166,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1919i0, this.j)) { + if (dVar.i1(dVar.f1920i0, this.j)) { d.this.k1(); } } @@ -190,7 +190,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.n1(dVar.f1919i0, this.j)) { + if (dVar.n1(dVar.f1920i0, this.j)) { d.this.k1(); if (this.k) { ((CameraView.b) d.this.m).f(this.l, this.m); @@ -219,7 +219,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.g1(dVar.f1919i0, this.j)) { + if (dVar.g1(dVar.f1920i0, this.j)) { d.this.k1(); if (this.k) { ((CameraView.b) d.this.m).c(this.l, this.m, this.n); @@ -240,7 +240,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.j1(dVar.f1919i0, this.j)) { + if (dVar.j1(dVar.f1920i0, this.j)) { d.this.k1(); } } @@ -267,7 +267,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // android.hardware.camera2.CameraCaptureSession.CaptureCallback public void onCaptureCompleted(@NonNull CameraCaptureSession cameraCaptureSession, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { d dVar = d.this; - dVar.f1920j0 = totalCaptureResult; + dVar.f1921j0 = totalCaptureResult; for (b.o.a.n.o.a aVar : dVar.p0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -461,11 +461,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // android.hardware.camera2.CameraDevice.StateCallback public void onOpened(@NonNull CameraDevice cameraDevice) { int i; - d.this.f1916f0 = cameraDevice; + d.this.f1917f0 = cameraDevice; try { i.j.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1917g0 = dVar.f1914d0.getCameraCharacteristics(dVar.f1915e0); + dVar.f1918g0 = dVar.f1915d0.getCameraCharacteristics(dVar.f1916e0); boolean b2 = d.this.L.b(b.o.a.n.t.b.SENSOR, b.o.a.n.t.b.VIEW); int ordinal = d.this.B.ordinal(); if (ordinal == 0) { @@ -476,7 +476,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. throw new IllegalArgumentException("Unknown format:" + d.this.B); } d dVar2 = d.this; - dVar2.p = new b.o.a.n.u.b(dVar2.f1914d0, dVar2.f1915e0, b2, i); + dVar2.p = new b.o.a.n.u.b(dVar2.f1915d0, dVar2.f1916e0, b2, i); d dVar3 = d.this; Objects.requireNonNull(dVar3); dVar3.q1(1); @@ -498,7 +498,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // java.util.concurrent.Callable public Void call() throws Exception { - b.o.a.x.b bVar = d.this.f1929s; + b.o.a.x.b bVar = d.this.f1930s; ((SurfaceHolder) this.j).setFixedSize(bVar.j, bVar.k); return null; } @@ -525,7 +525,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // android.hardware.camera2.CameraCaptureSession.StateCallback public void onConfigured(@NonNull CameraCaptureSession cameraCaptureSession) { - d.this.f1918h0 = cameraCaptureSession; + d.this.f1919h0 = cameraCaptureSession; i.j.a(1, "onStartBind:", "Completed"); this.a.b(null); } @@ -609,7 +609,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. this.k0 = b.o.a.n.q.b.a; this.p0 = new CopyOnWriteArrayList(); this.r0 = new i(); - this.f1914d0 = (CameraManager) ((CameraView.b) this.m).g().getSystemService(ChatInputComponentTypes.CAMERA); + this.f1915d0 = (CameraManager) ((CameraView.b) this.m).g().getSystemService(ChatInputComponentTypes.CAMERA); new b.o.a.n.o.g().e(this); } @@ -620,8 +620,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @Override // b.o.a.n.i public void F0(@NonNull b.o.a.m.m mVar) { - b.o.a.m.m mVar2 = this.f1930x; - this.f1930x = mVar; + b.o.a.m.m mVar2 = this.f1931x; + this.f1931x = mVar; b.o.a.n.v.f fVar = this.n; fVar.b("white balance (" + mVar + ")", true, new b.o.a.n.v.h(fVar, b.o.a.n.v.e.ENGINE, new c(mVar2))); } @@ -650,7 +650,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. bVar.a(1, "onStartBind:", "Started"); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); this.r = Q0(this.Q); - this.f1929s = R0(); + this.f1930s = R0(); ArrayList arrayList = new ArrayList(); Class j2 = this.o.j(); Object i3 = this.o.i(); @@ -664,7 +664,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. } } else if (j2 == SurfaceTexture.class) { SurfaceTexture surfaceTexture = (SurfaceTexture) i3; - b.o.a.x.b bVar2 = this.f1929s; + b.o.a.x.b bVar2 = this.f1930s; surfaceTexture.setDefaultBufferSize(bVar2.j, bVar2.k); this.n0 = new Surface(surfaceTexture); } else { @@ -700,13 +700,13 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. } arrayList3.add(bVar4); } - b.o.a.x.b bVar5 = this.f1929s; + b.o.a.x.b bVar5 = this.f1930s; b.o.a.x.a f2 = b.o.a.x.a.f(bVar5.j, bVar5.k); if (b2) { f2 = b.o.a.x.a.f(f2.l, f2.k); } int i4 = this.Z; - int i5 = this.f1926a0; + int i5 = this.f1927a0; if (i4 <= 0 || i4 == Integer.MAX_VALUE) { i4 = 640; } @@ -725,7 +725,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. } bVar7.a(1, "computeFrameProcessingSize:", "result:", bVar8, "flip:", Boolean.valueOf(b2)); this.t = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.j, bVar8.k, this.u, this.f1927b0 + 1); + ImageReader newInstance2 = ImageReader.newInstance(bVar8.j, bVar8.k, this.u, this.f1928b0 + 1); this.l0 = newInstance2; handler = null; newInstance2.setOnImageAvailableListener(this, null); @@ -742,7 +742,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. this.m0 = null; } try { - this.f1916f0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1917f0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); return taskCompletionSource.a; } catch (CameraAccessException e3) { throw o1(e3); @@ -755,7 +755,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. public Task Q() { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); try { - this.f1914d0.openCamera(this.f1915e0, new m(taskCompletionSource), (Handler) null); + this.f1915d0.openCamera(this.f1916e0, new m(taskCompletionSource), (Handler) null); return taskCompletionSource.a; } catch (CameraAccessException e2) { throw o1(e2); @@ -794,7 +794,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. bVar.a(1, "onStopBind:", "About to clean up."); this.m0 = null; this.n0 = null; - this.f1929s = null; + this.f1930s = null; this.r = null; this.t = null; ImageReader imageReader = this.l0; @@ -807,8 +807,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. imageReader2.close(); this.o0 = null; } - this.f1918h0.close(); - this.f1918h0 = null; + this.f1919h0.close(); + this.f1919h0 = null; bVar.a(1, "onStopBind:", "Returning."); return b.i.a.f.e.o.f.Z(null); } @@ -819,19 +819,19 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. try { b.o.a.b bVar = i.j; bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1916f0.close(); + this.f1917f0.close(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.j.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1916f0 = null; + this.f1917f0 = null; i.j.a(1, "onStopEngine:", "Aborting actions."); for (b.o.a.n.o.a aVar : this.p0) { aVar.a(this); } - this.f1917g0 = null; + this.f1918g0 = null; this.p = null; - this.f1919i0 = null; + this.f1920i0 = null; i.j.a(2, "onStopEngine:", "Returning."); return b.i.a.f.e.o.f.Z(null); } @@ -840,7 +840,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @NonNull public List T0() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1914d0.getCameraCharacteristics(this.f1915e0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1915d0.getCameraCharacteristics(this.f1916e0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.o.j()); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -867,12 +867,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. if (this.v) { S0().d(); } - this.f1919i0.removeTarget(this.n0); + this.f1920i0.removeTarget(this.n0); Surface surface = this.m0; if (surface != null) { - this.f1919i0.removeTarget(surface); + this.f1920i0.removeTarget(surface); } - this.f1920j0 = null; + this.f1921j0 = null; bVar.a(1, "onStopPreview:", "Returning."); return b.i.a.f.e.o.f.Z(null); } @@ -905,8 +905,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. aVar.c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1916f0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1919i0); + CaptureRequest.Builder createCaptureRequest = this.f1917f0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1920i0); b.o.a.v.b bVar3 = new b.o.a.v.b(aVar, this, createCaptureRequest, this.o0); this.q = bVar3; bVar3.c(); @@ -951,17 +951,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. public final boolean c(@NonNull b.o.a.m.e eVar) { CameraCharacteristics cameraCharacteristics; Objects.requireNonNull(this.k0); - int intValue = b.o.a.n.q.b.f1935b.get(eVar).intValue(); + int intValue = b.o.a.n.q.b.f1936b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1914d0.getCameraIdList(); + String[] cameraIdList = this.f1915d0.getCameraIdList(); i.j.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(cameraIdList.length)); for (String str : cameraIdList) { try { - cameraCharacteristics = this.f1914d0.getCameraCharacteristics(str); + cameraCharacteristics = this.f1915d0.getCameraCharacteristics(str); } catch (CameraAccessException unused) { } if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1915e0 = str; + this.f1916e0 = str; this.L.f(eVar, ((Integer) u1(cameraCharacteristics, CameraCharacteristics.SENSOR_ORIENTATION, 0)).intValue()); return true; } @@ -974,14 +974,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. } public final void c1(@NonNull Surface... surfaceArr) { - this.f1919i0.addTarget(this.n0); + this.f1920i0.addTarget(this.n0); Surface surface = this.m0; if (surface != null) { - this.f1919i0.addTarget(surface); + this.f1920i0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1919i0.addTarget(surface2); + this.f1920i0.addTarget(surface2); } else { throw new IllegalArgumentException("Should not add a null surface."); } @@ -1025,7 +1025,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. public void e1(@NonNull b.o.a.n.o.a aVar, @NonNull CaptureRequest.Builder builder) throws CameraAccessException { if (this.n.f == b.o.a.n.v.e.PREVIEW && !O()) { - this.f1918h0.capture(builder.build(), this.r0, null); + this.f1919h0.capture(builder.build(), this.r0, null); } } @@ -1182,7 +1182,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. public final void l1(boolean z2, int i2) { if ((this.n.f == b.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1918h0.setRepeatingRequest(this.f1919i0.build(), this.r0, null); + this.f1919h0.setRepeatingRequest(this.f1920i0.build(), this.r0, null); } catch (CameraAccessException e2) { throw new CameraException(e2, i2); } catch (IllegalStateException e3) { @@ -1203,14 +1203,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. } public boolean m1(@NonNull CaptureRequest.Builder builder, @NonNull b.o.a.m.m mVar) { - if (this.p.c(this.f1930x)) { + if (this.p.c(this.f1931x)) { b.o.a.n.q.b bVar = this.k0; - b.o.a.m.m mVar2 = this.f1930x; + b.o.a.m.m mVar2 = this.f1931x; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(b.o.a.n.q.b.c.get(mVar2).intValue())); return true; } - this.f1930x = mVar; + this.f1931x = mVar; return false; } @@ -1287,7 +1287,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. if (gVar != null) { gVar.a(this); } - CaptureRequest.Builder builder = this.f1919i0; + CaptureRequest.Builder builder = this.f1920i0; boolean z2 = false; int[] iArr = (int[]) t1(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES, new int[0]); ArrayList arrayList = new ArrayList(); @@ -1311,12 +1311,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @NonNull public final CaptureRequest.Builder q1(int i2) throws CameraAccessException { - CaptureRequest.Builder builder = this.f1919i0; - CaptureRequest.Builder createCaptureRequest = this.f1916f0.createCaptureRequest(i2); - this.f1919i0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1920i0; + CaptureRequest.Builder createCaptureRequest = this.f1917f0.createCaptureRequest(i2); + this.f1920i0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1919i0, builder); - return this.f1919i0; + d1(this.f1920i0, builder); + return this.f1920i0; } @NonNull @@ -1331,7 +1331,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. boolean z2 = true; String str2 = Build.MANUFACTURER; bVar.a(1, "Build.MODEL:", str, "Build.BRAND:", Build.BRAND, "Build.MANUFACTURER:", str2); - List> list = b.o.a.r.b.f1947b.get(str2 + " " + str); + List> list = b.o.a.r.b.f1948b.get(str2 + " " + str); if (list != null && list.contains(range)) { bVar.a(1, "Dropping range:", range); z2 = false; @@ -1347,7 +1347,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @NonNull public List s1() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1914d0.getCameraCharacteristics(this.f1915e0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1915d0.getCameraCharacteristics(this.f1916e0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.u); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -1374,7 +1374,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, b.o.a. @NonNull @VisibleForTesting public T t1(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) this.f1917g0.get(key); + T t2 = (T) this.f1918g0.get(key); return t2 == null ? t : t2; } diff --git a/app/src/main/java/b/o/a/n/f.java b/app/src/main/java/b/o/a/n/f.java index a1f036dd9b..1b38fb9aea 100644 --- a/app/src/main/java/b/o/a/n/f.java +++ b/app/src/main/java/b/o/a/n/f.java @@ -16,13 +16,13 @@ public class f extends e { @Override // b.o.a.n.o.e public void j(@NonNull c cVar) { this.c = cVar; - this.e.f1(((d) cVar).f1919i0); + this.e.f1(((d) cVar).f1920i0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1919i0; + CaptureRequest.Builder builder = dVar.f1920i0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1919i0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1920i0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); dVar.k1(); l(Integer.MAX_VALUE); } 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 22d79b1fb2..6780082d8e 100644 --- a/app/src/main/java/b/o/a/n/g.java +++ b/app/src/main/java/b/o/a/n/g.java @@ -52,33 +52,33 @@ public abstract class g extends i { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f1926a0; + public int f1927a0; /* renamed from: b0 reason: collision with root package name */ - public int f1927b0; + public int f1928b0; /* renamed from: c0 reason: collision with root package name */ - public b.o.a.u.a f1928c0; + public b.o.a.u.a f1929c0; public b.o.a.w.a o; public b.o.a.c p; public b.o.a.v.d q; public b.o.a.x.b r; /* renamed from: s reason: collision with root package name */ - public b.o.a.x.b f1929s; + public b.o.a.x.b f1930s; public b.o.a.x.b t; public int u; public boolean v; public f w; /* renamed from: x reason: collision with root package name */ - public m f1930x; + public m f1931x; /* renamed from: y reason: collision with root package name */ - public l f1931y; + public l f1932y; /* renamed from: z reason: collision with root package name */ - public b.o.a.m.b f1932z; + public b.o.a.m.b f1933z; /* compiled from: CameraBaseEngine.java */ /* loaded from: classes3.dex */ @@ -132,7 +132,7 @@ public abstract class g extends i { if (gVar.Q != i.VIDEO) { l.a aVar = this.j; aVar.a = false; - aVar.f1910b = gVar.C; + aVar.f1911b = gVar.C; aVar.e = gVar.P; aVar.g = gVar.B; gVar.Y0(aVar, this.k); @@ -160,7 +160,7 @@ public abstract class g extends i { if (!g.this.W0()) { l.a aVar = this.j; g gVar = g.this; - aVar.f1910b = gVar.C; + aVar.f1911b = gVar.C; aVar.a = true; aVar.e = gVar.P; aVar.g = j.JPEG; @@ -198,13 +198,13 @@ public abstract class g extends i { @Override // b.o.a.n.i public final void B0(@NonNull b.o.a.m.l lVar) { - this.f1931y = lVar; + this.f1932y = lVar; } @Override // b.o.a.n.i @Nullable public final b.o.a.x.b C(@NonNull b.o.a.n.t.b bVar) { - b.o.a.x.b bVar2 = this.f1929s; + b.o.a.x.b bVar2 = this.f1930s; if (bVar2 == null) { return null; } @@ -270,7 +270,7 @@ public abstract class g extends i { @Override // b.o.a.n.i @NonNull public final b.o.a.m.l H() { - return this.f1931y; + return this.f1932y; } @Override // b.o.a.n.i @@ -302,7 +302,7 @@ public abstract class g extends i { @Override // b.o.a.n.i @NonNull public final m M() { - return this.f1930x; + return this.f1931x; } @Override // b.o.a.n.i @@ -390,7 +390,7 @@ public abstract class g extends i { @NonNull public b.o.a.p.c S0() { if (this.K == null) { - this.K = V0(this.f1927b0); + this.K = V0(this.f1928b0); } return this.K; } @@ -431,7 +431,7 @@ public abstract class g extends i { this.q = null; if (aVar != null) { CameraView.b bVar = (CameraView.b) this.m; - bVar.f3159b.a(1, "dispatchOnPictureTaken", aVar); + bVar.f3170b.a(1, "dispatchOnPictureTaken", aVar); CameraView.this.u.post(new b.o.a.i(bVar, aVar)); return; } @@ -451,7 +451,7 @@ public abstract class g extends i { @Override // b.o.a.n.i public final void b0(@NonNull b.o.a.m.b bVar) { - this.f1932z = bVar; + this.f1933z = bVar; } @Override // b.o.a.n.i @@ -489,12 +489,12 @@ public abstract class g extends i { @Override // b.o.a.n.i @NonNull public final b.o.a.m.b h() { - return this.f1932z; + return this.f1933z; } @Override // b.o.a.n.i public final void h0(int i) { - this.f1926a0 = i; + this.f1927a0 = i; } @Override // b.o.a.n.i @@ -515,7 +515,7 @@ public abstract class g extends i { @Override // b.o.a.n.i public final void j0(int i) { - this.f1927b0 = i; + this.f1928b0 = i; } @Override // b.o.a.n.i @@ -551,12 +551,12 @@ public abstract class g extends i { @Override // b.o.a.n.i public final int o() { - return this.f1926a0; + return this.f1927a0; } @Override // b.o.a.n.i public final void o0(@Nullable b.o.a.u.a aVar) { - this.f1928c0 = aVar; + this.f1929c0 = aVar; } @Override // b.o.a.n.i @@ -566,7 +566,7 @@ public abstract class g extends i { @Override // b.o.a.n.i public final int q() { - return this.f1927b0; + return this.f1928b0; } @Override // b.o.a.n.i diff --git a/app/src/main/java/b/o/a/n/h.java b/app/src/main/java/b/o/a/n/h.java index f3a2c9594b..13ec7582a5 100644 --- a/app/src/main/java/b/o/a/n/h.java +++ b/app/src/main/java/b/o/a/n/h.java @@ -13,13 +13,13 @@ public class h implements Runnable { @Override // java.lang.Runnable public void run() { b R0 = this.j.R0(); - if (R0.equals(this.j.f1929s)) { + if (R0.equals(this.j.f1930s)) { i.j.a(1, "onSurfaceChanged:", "The computed preview size is identical. No op."); return; } i.j.a(1, "onSurfaceChanged:", "Computed a new preview size. Calling onPreviewStreamSizeChanged()."); g gVar = this.j; - gVar.f1929s = R0; + gVar.f1930s = R0; gVar.X0(); } } diff --git a/app/src/main/java/b/o/a/n/i.java b/app/src/main/java/b/o/a/n/i.java index 62cdc6fad6..0f67a52b5c 100644 --- a/app/src/main/java/b/o/a/n/i.java +++ b/app/src/main/java/b/o/a/n/i.java @@ -258,7 +258,7 @@ public abstract class i implements a.c, d.a { } a.c next = it.next(); if (next.a.contains(" >> ") || next.a.contains(" << ")) { - if (!next.f1940b.a.o()) { + if (!next.f1941b.a.o()) { z2 = true; break; } @@ -304,7 +304,7 @@ public abstract class i implements a.c, d.a { handlerThread.interrupt(); handlerThread.quit(); } - b.o.a.r.g.f1950b.remove(gVar.d); + b.o.a.r.g.f1951b.remove(gVar.d); } b.o.a.r.g b2 = b.o.a.r.g.b("CameraViewEngine"); this.k = b2; 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 ce556eefae..8d914626dc 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.f3159b.a(1, "dispatchOnCameraOpened", cVar2); + bVar.f3170b.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 71ee262624..d83344af6f 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.f3159b.a(1, "dispatchOnCameraClosed"); + bVar.f3170b.a(1, "dispatchOnCameraClosed"); CameraView.this.u.post(new g(bVar)); } } diff --git a/app/src/main/java/b/o/a/n/o/e.java b/app/src/main/java/b/o/a/n/o/e.java index f6e673a6e4..179a46833c 100644 --- a/app/src/main/java/b/o/a/n/o/e.java +++ b/app/src/main/java/b/o/a/n/o/e.java @@ -17,7 +17,7 @@ public abstract class e implements a { public final List a = new ArrayList(); /* renamed from: b reason: collision with root package name */ - public int f1933b; + public int f1934b; public c c; public boolean d; @@ -55,7 +55,7 @@ public abstract class e implements a { if (!dVar.p0.contains(this)) { dVar.p0.add(this); } - if (((d) cVar).f1920j0 != null) { + if (((d) cVar).f1921j0 != null) { j(cVar); } else { this.d = true; @@ -65,12 +65,12 @@ public abstract class e implements a { public void f(@NonNull b bVar) { if (!this.a.contains(bVar)) { this.a.add(bVar); - bVar.a(this, this.f1933b); + bVar.a(this, this.f1934b); } } public boolean g() { - return this.f1933b == Integer.MAX_VALUE; + return this.f1934b == Integer.MAX_VALUE; } public void h(@NonNull c cVar) { @@ -86,17 +86,17 @@ public abstract class e implements a { @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.c).f1917g0.get(key); + T t2 = (T) ((d) this.c).f1918g0.get(key); return t2 == null ? t : t2; } public final void l(int i) { - if (i != this.f1933b) { - this.f1933b = i; + if (i != this.f1934b) { + this.f1934b = i; for (b bVar : this.a) { - bVar.a(this, this.f1933b); + bVar.a(this, this.f1934b); } - if (this.f1933b == Integer.MAX_VALUE) { + if (this.f1934b == Integer.MAX_VALUE) { ((d) this.c).p0.remove(this); i(this.c); } diff --git a/app/src/main/java/b/o/a/n/p/b.java b/app/src/main/java/b/o/a/n/p/b.java index 782d4713ea..467ac69128 100644 --- a/app/src/main/java/b/o/a/n/p/b.java +++ b/app/src/main/java/b/o/a/n/p/b.java @@ -27,7 +27,7 @@ public class b extends a { @Override // b.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1919i0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1920i0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = z2 && (num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5)); e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -35,7 +35,7 @@ public class b extends a { @Override // b.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -48,9 +48,9 @@ public class b extends a { @Override // b.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1919i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1920i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); } } diff --git a/app/src/main/java/b/o/a/n/p/c.java b/app/src/main/java/b/o/a/n/p/c.java index 2850e81fb6..10404076dd 100644 --- a/app/src/main/java/b/o/a/n/p/c.java +++ b/app/src/main/java/b/o/a/n/p/c.java @@ -39,7 +39,7 @@ public class c extends a { @Override // b.o.a.n.p.a public boolean n(@NonNull b.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 5 || num.intValue() == 0 || num.intValue() == 2 || num.intValue() == 6); @@ -54,9 +54,9 @@ public class c extends a { @Override // b.o.a.n.p.a public void o(@NonNull b.o.a.n.o.c cVar) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1919i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1920i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); dVar.k1(); } } diff --git a/app/src/main/java/b/o/a/n/p/e.java b/app/src/main/java/b/o/a/n/p/e.java index 0a9a1fbc1a..2bea712bbf 100644 --- a/app/src/main/java/b/o/a/n/p/e.java +++ b/app/src/main/java/b/o/a/n/p/e.java @@ -27,7 +27,7 @@ public class e extends a { @Override // b.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1919i0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1920i0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -35,7 +35,7 @@ public class e extends a { @Override // b.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -48,7 +48,7 @@ public class e extends a { @Override // b.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); ((d) cVar).k1(); } } diff --git a/app/src/main/java/b/o/a/n/q/a.java b/app/src/main/java/b/o/a/n/q/a.java index 1e82c1451b..5c7bdbb91b 100644 --- a/app/src/main/java/b/o/a/n/q/a.java +++ b/app/src/main/java/b/o/a/n/q/a.java @@ -15,14 +15,14 @@ public class a { public static a a; /* renamed from: b reason: collision with root package name */ - public static final Map f1934b; + public static final Map f1935b; public static final Map c; public static final Map d; public static final Map e; static { HashMap hashMap = new HashMap(); - f1934b = hashMap; + f1935b = hashMap; HashMap hashMap2 = new HashMap(); c = hashMap2; HashMap hashMap3 = new HashMap(); diff --git a/app/src/main/java/b/o/a/n/q/b.java b/app/src/main/java/b/o/a/n/q/b.java index 17caf7c824..1768c15cf4 100644 --- a/app/src/main/java/b/o/a/n/q/b.java +++ b/app/src/main/java/b/o/a/n/q/b.java @@ -16,13 +16,13 @@ public class b { public static b a; /* renamed from: b reason: collision with root package name */ - public static final Map f1935b; + public static final Map f1936b; public static final Map c; public static final Map d; static { HashMap hashMap = new HashMap(); - f1935b = hashMap; + f1936b = hashMap; HashMap hashMap2 = new HashMap(); c = hashMap2; HashMap hashMap3 = new HashMap(); diff --git a/app/src/main/java/b/o/a/n/r/c.java b/app/src/main/java/b/o/a/n/r/c.java index 9a9d24c6d5..5e7a525ec7 100644 --- a/app/src/main/java/b/o/a/n/r/c.java +++ b/app/src/main/java/b/o/a/n/r/c.java @@ -28,7 +28,7 @@ public class c extends a { Integer num2 = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); i.a(1, "onCaptureCompleted:", "aeState:", num, "aeTriggerState:", num2); if (num != null) { - if (this.f1933b == 0) { + if (this.f1934b == 0) { int intValue = num.intValue(); if (intValue != 2) { if (intValue == 3) { @@ -45,7 +45,7 @@ public class c extends a { l(Integer.MAX_VALUE); } } - if (this.f1933b == 1) { + if (this.f1934b == 1) { int intValue2 = num.intValue(); if (intValue2 != 2) { if (intValue2 == 3) { @@ -64,13 +64,13 @@ public class c extends a { @Override // b.o.a.n.o.e public void i(@NonNull b.o.a.n.o.c cVar) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); } @Override // b.o.a.n.r.a public boolean m(@NonNull b.o.a.n.o.c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() == 2; - Integer num = (Integer) ((d) cVar).f1919i0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1920i0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5); this.k = !z2; boolean z4 = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue() > 0; @@ -82,7 +82,7 @@ public class c extends a { @Override // b.o.a.n.r.a public boolean n(@NonNull b.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -97,10 +97,10 @@ public class c extends a { public void o(@NonNull b.o.a.n.o.c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); if (this.j && !list.isEmpty()) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); } if (this.k) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); } ((d) cVar).k1(); if (this.k) { diff --git a/app/src/main/java/b/o/a/n/r/d.java b/app/src/main/java/b/o/a/n/r/d.java index cd1323f972..a3e5e20361 100644 --- a/app/src/main/java/b/o/a/n/r/d.java +++ b/app/src/main/java/b/o/a/n/r/d.java @@ -23,8 +23,8 @@ public class d extends b { @Override // b.o.a.n.o.e, b.o.a.n.o.a public void b(@NonNull c cVar, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { - if (this.f1933b == 0) { - ((b.o.a.n.d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + if (this.f1934b == 0) { + ((b.o.a.n.d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); ((b.o.a.n.d) cVar).k1(); l(Integer.MAX_VALUE); } @@ -34,9 +34,9 @@ public class d extends b { public void m(@NonNull c cVar, @Nullable MeteringRectangle meteringRectangle) { int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((b.o.a.n.d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((b.o.a.n.d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((b.o.a.n.d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((b.o.a.n.d) cVar).f1921j0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); b bVar = f; int i = 2; @@ -46,10 +46,10 @@ public class d extends b { if (Build.VERSION.SDK_INT < 23) { i = 0; } - ((b.o.a.n.d) cVar).f1919i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((b.o.a.n.d) cVar).f1920i0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } b.o.a.n.d dVar = (b.o.a.n.d) cVar; - dVar.f1919i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1920i0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); l(0); } diff --git a/app/src/main/java/b/o/a/n/r/e.java b/app/src/main/java/b/o/a/n/r/e.java index 2463a8fd21..034a7dfbc2 100644 --- a/app/src/main/java/b/o/a/n/r/e.java +++ b/app/src/main/java/b/o/a/n/r/e.java @@ -39,12 +39,12 @@ public class e extends a { @Override // b.o.a.n.o.e public void i(@NonNull c cVar) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // b.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1919i0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1920i0.get(CaptureRequest.CONTROL_AF_MODE); boolean z2 = num != null && (num.intValue() == 1 || num.intValue() == 4 || num.intValue() == 3 || num.intValue() == 2); i.a(1, "checkIsSupported:", Boolean.valueOf(z2)); return z2; @@ -52,7 +52,7 @@ public class e extends a { @Override // b.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 2); @@ -66,10 +66,10 @@ public class e extends a { @Override // b.o.a.n.r.a public void o(@NonNull c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); } ((d) cVar).k1(); } diff --git a/app/src/main/java/b/o/a/n/r/f.java b/app/src/main/java/b/o/a/n/r/f.java index a7fb3deffa..3c32297d89 100644 --- a/app/src/main/java/b/o/a/n/r/f.java +++ b/app/src/main/java/b/o/a/n/r/f.java @@ -28,14 +28,14 @@ public class f extends b { if (meteringRectangle == null || intValue <= 0) { z2 = false; } else { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_TRIGGER); f.a(2, "onStarted:", "last focus trigger is", num); if (num != null && num.intValue() == 1) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); } if (z2) { ((d) cVar).k1(); diff --git a/app/src/main/java/b/o/a/n/r/g.java b/app/src/main/java/b/o/a/n/r/g.java index 3e107a58d4..a8f5f0373e 100644 --- a/app/src/main/java/b/o/a/n/r/g.java +++ b/app/src/main/java/b/o/a/n/r/g.java @@ -48,7 +48,7 @@ public class g extends d { List arrayList = new ArrayList(); if (this.h != null) { b.o.a.n.d dVar = (b.o.a.n.d) cVar; - b.o.a.n.s.b bVar = new b.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(b.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1917g0, dVar.f1919i0); + b.o.a.n.s.b bVar = new b.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(b.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1918g0, dVar.f1920i0); arrayList = this.h.c(bVar).b(Integer.MAX_VALUE, bVar); } c cVar2 = new c(arrayList, this.j); diff --git a/app/src/main/java/b/o/a/n/r/i.java b/app/src/main/java/b/o/a/n/r/i.java index 434a3141e8..a1174cc8a8 100644 --- a/app/src/main/java/b/o/a/n/r/i.java +++ b/app/src/main/java/b/o/a/n/r/i.java @@ -40,7 +40,7 @@ public class i extends a { @Override // b.o.a.n.r.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1919i0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1920i0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; i.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -48,7 +48,7 @@ public class i extends a { @Override // b.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1920j0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1921j0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -64,7 +64,7 @@ public class i extends a { i.a(1, "onStarted:", "with areas:", list); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AWB_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AWB_REGIONS, (MeteringRectangle[]) list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); ((d) cVar).k1(); } } diff --git a/app/src/main/java/b/o/a/n/r/j.java b/app/src/main/java/b/o/a/n/r/j.java index bffde203ef..9ca9aa7262 100644 --- a/app/src/main/java/b/o/a/n/r/j.java +++ b/app/src/main/java/b/o/a/n/r/j.java @@ -24,7 +24,7 @@ public class j extends b { f.a(2, "onStarted:", "with area:", meteringRectangle); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((d) cVar).f1919i0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1920i0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); ((d) cVar).k1(); } l(Integer.MAX_VALUE); diff --git a/app/src/main/java/b/o/a/n/s/a.java b/app/src/main/java/b/o/a/n/s/a.java index 6b7540800a..d6681db098 100644 --- a/app/src/main/java/b/o/a/n/s/a.java +++ b/app/src/main/java/b/o/a/n/s/a.java @@ -13,11 +13,11 @@ public class a implements c { public static final b a = new b(a.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public final int f1936b; + public final int f1937b; public final b.o.a.x.b c; public a(@NonNull b.o.a.n.t.a aVar, @NonNull b.o.a.x.b bVar) { - this.f1936b = -aVar.c(b.o.a.n.t.b.SENSOR, b.o.a.n.t.b.VIEW, 1); + this.f1937b = -aVar.c(b.o.a.n.t.b.SENSOR, b.o.a.n.t.b.VIEW, 1); this.c = bVar; } @@ -38,7 +38,7 @@ public class a implements c { pointF2.x = ((f / bVar.j) * 2000.0f) - 1000.0f; pointF2.y = ((pointF.y / bVar.k) * 2000.0f) - 1000.0f; PointF pointF3 = new PointF(); - double d = (this.f1936b * 3.141592653589793d) / 180.0d; + double d = (this.f1937b * 3.141592653589793d) / 180.0d; pointF3.x = (float) ((Math.cos(d) * pointF2.x) - (Math.sin(d) * pointF2.y)); pointF3.y = (float) ((Math.cos(d) * pointF2.y) + (Math.sin(d) * pointF2.x)); a.a(1, "scaled:", pointF2, "rotated:", pointF3); diff --git a/app/src/main/java/b/o/a/n/s/b.java b/app/src/main/java/b/o/a/n/s/b.java index 0f7a2b1602..df01cce6de 100644 --- a/app/src/main/java/b/o/a/n/s/b.java +++ b/app/src/main/java/b/o/a/n/s/b.java @@ -17,7 +17,7 @@ public class b implements c { public static final b.o.a.b a = new b.o.a.b(b.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public final a f1937b; + public final a f1938b; public final b.o.a.x.b c; public final b.o.a.x.b d; public final boolean e; @@ -25,7 +25,7 @@ public class b implements c { public final CaptureRequest.Builder g; public b(@NonNull a aVar, @NonNull b.o.a.x.b bVar, @NonNull b.o.a.x.b bVar2, boolean z2, @NonNull CameraCharacteristics cameraCharacteristics, @NonNull CaptureRequest.Builder builder) { - this.f1937b = aVar; + this.f1938b = aVar; this.c = bVar; this.d = bVar2; this.e = z2; @@ -69,7 +69,7 @@ public class b implements c { b.o.a.x.b bVar3 = this.d; pointF2.x = (bVar3.j / i) * pointF2.x; pointF2.y = (bVar3.k / i2) * pointF2.y; - int c = this.f1937b.c(b.o.a.n.t.b.SENSOR, b.o.a.n.t.b.VIEW, 1); + int c = this.f1938b.c(b.o.a.n.t.b.SENSOR, b.o.a.n.t.b.VIEW, 1); boolean z2 = c % 180 != 0; float f6 = pointF2.x; float f7 = pointF2.y; diff --git a/app/src/main/java/b/o/a/n/t/a.java b/app/src/main/java/b/o/a/n/t/a.java index 605c10a197..787559ca37 100644 --- a/app/src/main/java/b/o/a/n/t/a.java +++ b/app/src/main/java/b/o/a/n/t/a.java @@ -10,7 +10,7 @@ public class a { public static final b a = new b(a.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public e f1938b; + public e f1939b; @VisibleForTesting public int c = 0; @VisibleForTesting @@ -48,7 +48,7 @@ public class a { public int c(@NonNull b bVar, @NonNull b bVar2, @NonNull int i) { int a2 = a(bVar, bVar2); - return (i == 2 && this.f1938b == e.FRONT) ? ((360 - a2) + 360) % 360 : a2; + return (i == 2 && this.f1939b == e.FRONT) ? ((360 - a2) + 360) % 360 : a2; } public final void d() { @@ -63,7 +63,7 @@ public class a { public void f(@NonNull e eVar, int i) { e(i); - this.f1938b = eVar; + this.f1939b = eVar; this.c = i; if (eVar == e.FRONT) { this.c = ((360 - i) + 360) % 360; diff --git a/app/src/main/java/b/o/a/n/u/a.java b/app/src/main/java/b/o/a/n/u/a.java index cf35bf8d03..f2ced4c75d 100644 --- a/app/src/main/java/b/o/a/n/u/a.java +++ b/app/src/main/java/b/o/a/n/u/a.java @@ -28,7 +28,7 @@ public class a extends c { Camera.getCameraInfo(i4, cameraInfo); e eVar = (e) a.b(b.o.a.n.q.a.d, Integer.valueOf(cameraInfo.facing)); if (eVar != null) { - this.f1909b.add(eVar); + this.f1910b.add(eVar); } } List supportedWhiteBalance = parameters.getSupportedWhiteBalance(); @@ -44,7 +44,7 @@ public class a extends c { List supportedFlashModes = parameters.getSupportedFlashModes(); if (supportedFlashModes != null) { for (String str2 : supportedFlashModes) { - f fVar = (f) a.b(b.o.a.n.q.a.f1934b, str2); + f fVar = (f) a.b(b.o.a.n.q.a.f1935b, str2); if (fVar != null) { this.c.add(fVar); } @@ -72,14 +72,14 @@ public class a extends c { this.e.add(new b(i5, i6)); this.g.add(b.o.a.x.a.f(i5, i6)); } - ArrayList arrayList = new ArrayList(b.o.a.r.a.f1946b.keySet()); + ArrayList arrayList = new ArrayList(b.o.a.r.a.f1947b.keySet()); Collections.sort(arrayList, new a.C0175a(Integer.MAX_VALUE * Integer.MAX_VALUE)); while (true) { if (arrayList.size() <= 0) { camcorderProfile = CamcorderProfile.get(i, 0); break; } - int intValue = b.o.a.r.a.f1946b.get((b) arrayList.remove(0)).intValue(); + int intValue = b.o.a.r.a.f1947b.get((b) arrayList.remove(0)).intValue(); if (CamcorderProfile.hasProfile(i, intValue)) { camcorderProfile = CamcorderProfile.get(i, intValue); break; diff --git a/app/src/main/java/b/o/a/n/u/b.java b/app/src/main/java/b/o/a/n/u/b.java index 265b0c51a2..74b93fc6b1 100644 --- a/app/src/main/java/b/o/a/n/u/b.java +++ b/app/src/main/java/b/o/a/n/u/b.java @@ -39,9 +39,9 @@ public class b extends c { for (String str2 : cameraManager.getCameraIdList()) { Integer num = (Integer) cameraManager.getCameraCharacteristics(str2).get(CameraCharacteristics.LENS_FACING); if (num != null) { - e eVar = (e) bVar.a(b.o.a.n.q.b.f1935b, Integer.valueOf(num.intValue())); + e eVar = (e) bVar.a(b.o.a.n.q.b.f1936b, Integer.valueOf(num.intValue())); if (eVar != null) { - this.f1909b.add(eVar); + this.f1910b.add(eVar); } } } diff --git a/app/src/main/java/b/o/a/n/v/a.java b/app/src/main/java/b/o/a/n/v/a.java index 84901ddade..55032ac495 100644 --- a/app/src/main/java/b/o/a/n/v/a.java +++ b/app/src/main/java/b/o/a/n/v/a.java @@ -17,7 +17,7 @@ public class a { public static final b.o.a.b a = new b.o.a.b(a.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public final b f1939b; + public final b f1940b; public final ArrayDeque> c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); @@ -50,7 +50,7 @@ public class a { public final String a; /* renamed from: b reason: collision with root package name */ - public final TaskCompletionSource f1940b = new TaskCompletionSource<>(); + public final TaskCompletionSource f1941b = new TaskCompletionSource<>(); public final Callable> c; public final boolean d; public final long e; @@ -64,7 +64,7 @@ public class a { } public a(@NonNull b bVar) { - this.f1939b = bVar; + this.f1940b = bVar; } public static void a(a aVar, c cVar) { @@ -98,7 +98,7 @@ public class a { this.c.addLast(cVar); i.this.k.f.postDelayed(new b(this), j); } - return cVar.f1940b.a; + return cVar.f1941b.a; } public void e(@NonNull String str, int i) { diff --git a/app/src/main/java/b/o/a/n/v/c.java b/app/src/main/java/b/o/a/n/v/c.java index 68211a4a89..7fa8a1e7f4 100644 --- a/app/src/main/java/b/o/a/n/v/c.java +++ b/app/src/main/java/b/o/a/n/v/c.java @@ -28,13 +28,13 @@ public class c implements Runnable { if (cVar.j.d) { i.b(i.this, k, false); } - c.this.j.f1940b.a(k); + c.this.j.f1941b.a(k); } else if (task.n()) { a.a.a(1, c.this.j.a.toUpperCase(), "- Finished because ABORTED."); - c.this.j.f1940b.a(new CancellationException()); + c.this.j.f1941b.a(new CancellationException()); } else { a.a.a(1, c.this.j.a.toUpperCase(), "- Finished."); - c.this.j.f1940b.b(task.l()); + c.this.j.f1941b.b(task.l()); } synchronized (c.this.l.e) { c cVar2 = c.this; @@ -66,7 +66,7 @@ public class c implements Runnable { if (this.j.d) { i.b(i.this, e, false); } - this.j.f1940b.a(e); + this.j.f1941b.a(e); synchronized (this.l.e) { a.a(this.l, this.j); } diff --git a/app/src/main/java/b/o/a/o/a.java b/app/src/main/java/b/o/a/o/a.java index 0f454c28f4..10e2d526e5 100644 --- a/app/src/main/java/b/o/a/o/a.java +++ b/app/src/main/java/b/o/a/o/a.java @@ -20,7 +20,7 @@ public abstract class a implements b { @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public d f1942b = null; + public d f1943b = null; public b.o.b.b.b c = null; @VisibleForTesting public b.o.a.x.b d; @@ -69,7 +69,7 @@ public abstract class a implements b { @Override // b.o.a.o.b public void e(long j, @NonNull float[] fArr) { - d dVar = this.f1942b; + d dVar = this.f1943b; if (dVar == null) { a.a(2, "Filter.draw() called after destroying the filter. This can happen rarely because of threading."); return; @@ -77,7 +77,7 @@ public abstract class a implements b { Objects.requireNonNull(dVar); m.checkNotNullParameter(fArr, ""); dVar.e = fArr; - d dVar2 = this.f1942b; + d dVar2 = this.f1943b; b.o.b.b.b bVar = this.c; float[] fArr2 = bVar.a; Objects.requireNonNull(dVar2); @@ -86,18 +86,18 @@ public abstract class a implements b { m.checkNotNullParameter(bVar, "drawable"); m.checkNotNullParameter(fArr2, "modelViewProjectionMatrix"); if (bVar instanceof b.o.b.b.a) { - GLES20.glUniformMatrix4fv(dVar2.j.f1963b, 1, false, fArr2, 0); + GLES20.glUniformMatrix4fv(dVar2.j.f1964b, 1, false, fArr2, 0); b.o.b.a.d.b("glUniformMatrix4fv"); b.o.b.d.b bVar2 = dVar2.f; if (bVar2 != null) { - GLES20.glUniformMatrix4fv(bVar2.f1963b, 1, false, dVar2.e, 0); + GLES20.glUniformMatrix4fv(bVar2.f1964b, 1, false, dVar2.e, 0); b.o.b.a.d.b("glUniformMatrix4fv"); } b.o.b.d.b bVar3 = dVar2.i; GLES20.glEnableVertexAttribArray(bVar3.c); b.o.b.a.d.b("glEnableVertexAttribArray"); b.o.b.b.a aVar = (b.o.b.b.a) bVar; - GLES20.glVertexAttribPointer(bVar3.c, 2, f.a, false, aVar.f1958b * 4, (Buffer) bVar.b()); + GLES20.glVertexAttribPointer(bVar3.c, 2, f.a, false, aVar.f1959b * 4, (Buffer) bVar.b()); b.o.b.a.d.b("glVertexAttribPointer"); b.o.b.d.b bVar4 = dVar2.h; if (bVar4 != null) { @@ -124,7 +124,7 @@ public abstract class a implements b { } aVar.b().rewind(); rectF.set(f3, f, f2, f4); - int limit = (bVar.b().limit() / aVar.f1958b) * 2; + int limit = (bVar.b().limit() / aVar.f1959b) * 2; if (dVar2.g.capacity() < limit) { FloatBuffer floatBuffer = dVar2.g; m.checkNotNullParameter(floatBuffer, ""); @@ -157,15 +157,15 @@ public abstract class a implements b { dVar2.g.rewind(); GLES20.glEnableVertexAttribArray(bVar4.c); b.o.b.a.d.b("glEnableVertexAttribArray"); - GLES20.glVertexAttribPointer(bVar4.c, 2, f.a, false, aVar.f1958b * 4, (Buffer) dVar2.g); + GLES20.glVertexAttribPointer(bVar4.c, 2, f.a, false, aVar.f1959b * 4, (Buffer) dVar2.g); b.o.b.a.d.b("glVertexAttribPointer"); } - d dVar3 = this.f1942b; + d dVar3 = this.f1943b; b.o.b.b.b bVar5 = this.c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); - d dVar4 = this.f1942b; + d dVar4 = this.f1943b; b.o.b.b.b bVar6 = this.c; Objects.requireNonNull(dVar4); m.checkNotNullParameter(bVar6, "drawable"); @@ -183,13 +183,13 @@ public abstract class a implements b { @Override // b.o.a.o.b public void f() { - d dVar = this.f1942b; + d dVar = this.f1943b; if (!dVar.d) { - if (dVar.f1962b) { + if (dVar.f1963b) { GLES20.glDeleteProgram(p.m80constructorimpl(dVar.a)); } for (c cVar : dVar.c) { - GLES20.glDeleteShader(p.m80constructorimpl(cVar.f1964b)); + GLES20.glDeleteShader(p.m80constructorimpl(cVar.f1965b)); } dVar.d = true; } @@ -198,13 +198,13 @@ public abstract class a implements b { if (floatBuffer instanceof b.o.b.g.a) { ((b.o.b.g.a) floatBuffer).dispose(); } - this.f1942b = null; + this.f1943b = null; this.c = null; } @Override // b.o.a.o.b public void j(int i) { - this.f1942b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); + this.f1943b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); this.c = new b.o.b.b.c(); } diff --git a/app/src/main/java/b/o/a/p/a.java b/app/src/main/java/b/o/a/p/a.java index 9831a2945e..e9c0140746 100644 --- a/app/src/main/java/b/o/a/p/a.java +++ b/app/src/main/java/b/o/a/p/a.java @@ -46,7 +46,7 @@ public class a extends c { public void e(int i, @NonNull b.o.a.x.b bVar, @NonNull b.o.a.n.t.a aVar) { super.e(i, bVar, aVar); int i2 = this.c; - for (int i3 = 0; i3 < this.f1944b; i3++) { + for (int i3 = 0; i3 < this.f1945b; i3++) { if (this.k == 0) { ((b) this.j).m1(new byte[i2]); } else { diff --git a/app/src/main/java/b/o/a/p/b.java b/app/src/main/java/b/o/a/p/b.java index aef9c7ae1a..a35be36fef 100644 --- a/app/src/main/java/b/o/a/p/b.java +++ b/app/src/main/java/b/o/a/p/b.java @@ -7,13 +7,13 @@ public class b { public static final b.o.a.b a = new b.o.a.b(b.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public final c f1943b; + public final c f1944b; public Object c = null; public long d = -1; public long e = -1; public b(@NonNull c cVar) { - this.f1943b = cVar; + this.f1944b = cVar; } public long a() { @@ -30,7 +30,7 @@ public class b { Object obj = this.c; this.c = null; this.d = -1L; - c cVar = this.f1943b; + c cVar = this.f1944b; if (cVar.b()) { cVar.c(obj, cVar.g.offer(this)); } diff --git a/app/src/main/java/b/o/a/p/c.java b/app/src/main/java/b/o/a/p/c.java index 297879f0f8..6c018acc06 100644 --- a/app/src/main/java/b/o/a/p/c.java +++ b/app/src/main/java/b/o/a/p/c.java @@ -12,7 +12,7 @@ public abstract class c { public static final b a = new b(c.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public final int f1944b; + public final int f1945b; public int c = -1; public b.o.a.x.b d = null; public int e = -1; @@ -21,7 +21,7 @@ public abstract class c { public a h; public c(int i, @NonNull Class cls) { - this.f1944b = i; + this.f1945b = i; this.f = cls; this.g = new LinkedBlockingQueue<>(i); } @@ -71,7 +71,7 @@ public abstract class c { this.d = bVar; this.e = i; this.c = (int) Math.ceil(((bVar.k * bVar.j) * ImageFormat.getBitsPerPixel(i)) / 8.0d); - for (int i2 = 0; i2 < this.f1944b; i2++) { + for (int i2 = 0; i2 < this.f1945b; i2++) { this.g.offer(new b(this)); } this.h = aVar; diff --git a/app/src/main/java/b/o/a/q/c.java b/app/src/main/java/b/o/a/q/c.java index 198c25bc49..9b72cbd295 100644 --- a/app/src/main/java/b/o/a/q/c.java +++ b/app/src/main/java/b/o/a/q/c.java @@ -10,7 +10,7 @@ public abstract class c { @VisibleForTesting /* renamed from: b reason: collision with root package name */ - public a f1945b; + public a f1946b; public PointF[] c; /* compiled from: GestureFinder.java */ diff --git a/app/src/main/java/b/o/a/q/e.java b/app/src/main/java/b/o/a/q/e.java index 582cfda7e5..5036597fa0 100644 --- a/app/src/main/java/b/o/a/q/e.java +++ b/app/src/main/java/b/o/a/q/e.java @@ -29,7 +29,7 @@ public class e extends c { public e(@NonNull c.a aVar) { super(aVar, 2); - this.f1945b = a.PINCH; + this.f1946b = a.PINCH; ScaleGestureDetector scaleGestureDetector = new ScaleGestureDetector(((CameraView.b) aVar).g(), new a()); this.d = scaleGestureDetector; scaleGestureDetector.setQuickScaleEnabled(false); diff --git a/app/src/main/java/b/o/a/q/f.java b/app/src/main/java/b/o/a/q/f.java index 90e83e8614..0509eedc4d 100644 --- a/app/src/main/java/b/o/a/q/f.java +++ b/app/src/main/java/b/o/a/q/f.java @@ -43,7 +43,7 @@ public class f extends c { float y2 = motionEvent.getY(); f fVar = f.this; if (y2 == fVar.c[0].y) { - if (fVar.f1945b == aVar) { + if (fVar.f1946b == aVar) { z2 = true; } f.this.c[1].set(motionEvent2.getX(), motionEvent2.getY()); @@ -59,7 +59,7 @@ public class f extends c { if (!z3) { aVar = a.SCROLL_VERTICAL; } - fVar3.f1945b = aVar; + fVar3.f1946b = aVar; fVar3.c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; f.this.c[1].set(motionEvent2.getX(), motionEvent2.getY()); @@ -90,7 +90,7 @@ public class f extends c { } this.e.onTouchEvent(motionEvent); if (this.f) { - d.a(1, "Notifying a gesture of type", this.f1945b.name()); + d.a(1, "Notifying a gesture of type", this.f1946b.name()); } return this.f; } diff --git a/app/src/main/java/b/o/a/q/g.java b/app/src/main/java/b/o/a/q/g.java index 8dede73c9e..a8a5cb0a4c 100644 --- a/app/src/main/java/b/o/a/q/g.java +++ b/app/src/main/java/b/o/a/q/g.java @@ -21,14 +21,14 @@ public class g extends c { public void onLongPress(MotionEvent motionEvent) { g gVar = g.this; gVar.e = true; - gVar.f1945b = a.LONG_TAP; + gVar.f1946b = a.LONG_TAP; } @Override // android.view.GestureDetector.SimpleOnGestureListener, android.view.GestureDetector.OnGestureListener public boolean onSingleTapUp(MotionEvent motionEvent) { g gVar = g.this; gVar.e = true; - gVar.f1945b = a.TAP; + gVar.f1946b = a.TAP; return true; } } diff --git a/app/src/main/java/b/o/a/r/a.java b/app/src/main/java/b/o/a/r/a.java index de230d2ae8..b465bc0815 100644 --- a/app/src/main/java/b/o/a/r/a.java +++ b/app/src/main/java/b/o/a/r/a.java @@ -19,7 +19,7 @@ public class a { @SuppressLint({"UseSparseArrays"}) /* renamed from: b reason: collision with root package name */ - public static Map f1946b; + public static Map f1947b; /* compiled from: CamcorderProfiles.java */ /* renamed from: b.o.a.r.a$a reason: collision with other inner class name */ @@ -45,23 +45,23 @@ public class a { static { HashMap hashMap = new HashMap(); - f1946b = hashMap; + f1947b = hashMap; hashMap.put(new b.o.a.x.b(Opcodes.ARETURN, Opcodes.D2F), 2); - f1946b.put(new b.o.a.x.b(320, 240), 7); - f1946b.put(new b.o.a.x.b(352, ScreenShareManager.THUMBNAIL_HEIGHT_PX), 3); - f1946b.put(new b.o.a.x.b(720, 480), 4); - f1946b.put(new b.o.a.x.b(1280, 720), 5); - f1946b.put(new b.o.a.x.b(1920, WidgetEditUserOrGuildMemberProfile.MAX_BANNER_IMAGE_SIZE), 6); - f1946b.put(new b.o.a.x.b(3840, 2160), 8); + f1947b.put(new b.o.a.x.b(320, 240), 7); + f1947b.put(new b.o.a.x.b(352, ScreenShareManager.THUMBNAIL_HEIGHT_PX), 3); + f1947b.put(new b.o.a.x.b(720, 480), 4); + f1947b.put(new b.o.a.x.b(1280, 720), 5); + f1947b.put(new b.o.a.x.b(1920, WidgetEditUserOrGuildMemberProfile.MAX_BANNER_IMAGE_SIZE), 6); + f1947b.put(new b.o.a.x.b(3840, 2160), 8); } @NonNull public static CamcorderProfile a(int i, @NonNull b.o.a.x.b bVar) { long j = bVar.j * bVar.k; - ArrayList arrayList = new ArrayList(f1946b.keySet()); + ArrayList arrayList = new ArrayList(f1947b.keySet()); Collections.sort(arrayList, new C0175a(j)); while (arrayList.size() > 0) { - int intValue = f1946b.get((b.o.a.x.b) arrayList.remove(0)).intValue(); + int intValue = f1947b.get((b.o.a.x.b) arrayList.remove(0)).intValue(); if (CamcorderProfile.hasProfile(i, intValue)) { return CamcorderProfile.get(i, intValue); } diff --git a/app/src/main/java/b/o/a/r/b.java b/app/src/main/java/b/o/a/r/b.java index 6fc6a35b60..2a6b9071ed 100644 --- a/app/src/main/java/b/o/a/r/b.java +++ b/app/src/main/java/b/o/a/r/b.java @@ -13,11 +13,11 @@ public class b { public static final b.o.a.b a = new b.o.a.b("FpsRangeValidator"); /* renamed from: b reason: collision with root package name */ - public static final Map>> f1947b; + public static final Map>> f1948b; static { HashMap hashMap = new HashMap(); - f1947b = hashMap; + f1948b = hashMap; hashMap.put("Google Pixel 4", Arrays.asList(new Range(15, 60))); hashMap.put("Google Pixel 4a", Arrays.asList(new Range(15, 60))); } diff --git a/app/src/main/java/b/o/a/r/c.java b/app/src/main/java/b/o/a/r/c.java index 9905597557..87ed2a710f 100644 --- a/app/src/main/java/b/o/a/r/c.java +++ b/app/src/main/java/b/o/a/r/c.java @@ -13,7 +13,7 @@ public class c { public final b a; /* renamed from: b reason: collision with root package name */ - public float[] f1948b = (float[]) d.a.clone(); + public float[] f1949b = (float[]) d.a.clone(); @NonNull public b.o.a.o.b c = new b.o.a.o.c(); public b.o.a.o.b d = null; @@ -40,7 +40,7 @@ public class c { d.b("glCreateProgram"); if (i != 0) { for (int i2 = 0; i2 < 2; i2++) { - GLES20.glAttachShader(i, p.m80constructorimpl(cVarArr[i2].f1964b)); + GLES20.glAttachShader(i, p.m80constructorimpl(cVarArr[i2].f1965b)); d.b("glAttachShader"); } GLES20.glLinkProgram(i); @@ -64,7 +64,7 @@ public class c { GLES20.glUseProgram(this.e); d.b("glUseProgram(handle)"); this.a.a(); - this.c.e(j, this.f1948b); + this.c.e(j, this.f1949b); this.a.b(); GLES20.glUseProgram(0); d.b("glUseProgram(0)"); 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 c861ffd332..a9a334a7dc 100644 --- a/app/src/main/java/b/o/a/r/f.java +++ b/app/src/main/java/b/o/a/r/f.java @@ -15,7 +15,7 @@ import com.otaliastudios.cameraview.CameraView; public class f { /* renamed from: b reason: collision with root package name */ - public final Context f1949b; + public final Context f1950b; public final c c; @VisibleForTesting public final OrientationEventListener d; @@ -60,17 +60,17 @@ public class f { if (i2 != fVar.e) { fVar.e = i2; CameraView.b bVar = (CameraView.b) fVar.c; - bVar.f3159b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); + bVar.f3170b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); CameraView cameraView = CameraView.this; - int i3 = cameraView.f3157y.g; + int i3 = cameraView.f3168y.g; if (!cameraView.m) { int i4 = (360 - i3) % 360; - b.o.a.n.t.a e = cameraView.f3158z.e(); + b.o.a.n.t.a e = cameraView.f3169z.e(); e.e(i4); e.e = i4; e.d(); } else { - b.o.a.n.t.a e2 = cameraView.f3158z.e(); + b.o.a.n.t.a e2 = cameraView.f3169z.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.f3159b.a(2, "onDisplayOffsetChanged", "restarting the camera."); + bVar.f3170b.a(2, "onDisplayOffsetChanged", "restarting the camera."); CameraView.this.close(); CameraView.this.open(); } @@ -118,13 +118,13 @@ public class f { } public f(@NonNull Context context, @NonNull c cVar) { - this.f1949b = context; + this.f1950b = context; this.c = cVar; this.d = new a(context.getApplicationContext(), 3); } public final int a() { - int rotation = ((WindowManager) this.f1949b.getSystemService("window")).getDefaultDisplay().getRotation(); + int rotation = ((WindowManager) this.f1950b.getSystemService("window")).getDefaultDisplay().getRotation(); if (rotation == 1) { return 90; } diff --git a/app/src/main/java/b/o/a/r/g.java b/app/src/main/java/b/o/a/r/g.java index f3808316d8..3a9fe3848b 100644 --- a/app/src/main/java/b/o/a/r/g.java +++ b/app/src/main/java/b/o/a/r/g.java @@ -13,7 +13,7 @@ public class g { public static final b.o.a.b a = new b.o.a.b(g.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public static final ConcurrentHashMap> f1950b = new ConcurrentHashMap<>(4); + public static final ConcurrentHashMap> f1951b = new ConcurrentHashMap<>(4); public static g c; public String d; public HandlerThread e; @@ -84,7 +84,7 @@ public class g { @NonNull public static g b(@NonNull String str) { - ConcurrentHashMap> concurrentHashMap = f1950b; + ConcurrentHashMap> concurrentHashMap = f1951b; if (concurrentHashMap.containsKey(str)) { g gVar = concurrentHashMap.get(str).get(); if (gVar == null) { diff --git a/app/src/main/java/b/o/a/u/b.java b/app/src/main/java/b/o/a/u/b.java index 5e9f775ad0..7f4dd6456a 100644 --- a/app/src/main/java/b/o/a/u/b.java +++ b/app/src/main/java/b/o/a/u/b.java @@ -12,7 +12,7 @@ public class b { public static final b.o.a.b a = new b.o.a.b(b.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public a f1951b; + public a f1952b; public SurfaceTexture c; public Surface d; public final Object g = new Object(); @@ -21,7 +21,7 @@ public class b { public e f = new e(this.e.a.g); public b(@NonNull a aVar, @NonNull b.o.a.x.b bVar) { - this.f1951b = aVar; + this.f1952b = aVar; SurfaceTexture surfaceTexture = new SurfaceTexture(this.e.a.g); this.c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.j, bVar.k); diff --git a/app/src/main/java/b/o/a/u/c.java b/app/src/main/java/b/o/a/u/c.java index 0608dc0dc0..0d96456c24 100644 --- a/app/src/main/java/b/o/a/u/c.java +++ b/app/src/main/java/b/o/a/u/c.java @@ -28,18 +28,18 @@ public class c extends FrameLayout implements a { public boolean a; /* renamed from: b reason: collision with root package name */ - public boolean f1952b; + public boolean f1953b; public boolean c; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); this.a = false; - this.f1952b = false; + this.f1953b = false; this.c = false; TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.c.CameraView_Layout); try { this.a = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPreview, false); - this.f1952b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); + this.f1953b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); this.c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); @@ -48,7 +48,7 @@ public class c extends FrameLayout implements a { @VisibleForTesting public boolean a(@NonNull a.EnumC0176a aVar) { - return (aVar == a.EnumC0176a.PREVIEW && this.a) || (aVar == a.EnumC0176a.VIDEO_SNAPSHOT && this.c) || (aVar == a.EnumC0176a.PICTURE_SNAPSHOT && this.f1952b); + return (aVar == a.EnumC0176a.PREVIEW && this.a) || (aVar == a.EnumC0176a.VIDEO_SNAPSHOT && this.c) || (aVar == a.EnumC0176a.PICTURE_SNAPSHOT && this.f1953b); } @NonNull @@ -57,7 +57,7 @@ public class c extends FrameLayout implements a { b.d.b.a.a.i0(a.class, sb, "[drawOnPreview:"); sb.append(this.a); sb.append(",drawOnPictureSnapshot:"); - sb.append(this.f1952b); + sb.append(this.f1953b); sb.append(",drawOnVideoSnapshot:"); return b.d.b.a.a.M(sb, this.c, "]"); } diff --git a/app/src/main/java/b/o/a/v/b.java b/app/src/main/java/b/o/a/v/b.java index 2462c9736b..ef12f62b5d 100644 --- a/app/src/main/java/b/o/a/v/b.java +++ b/app/src/main/java/b/o/a/v/b.java @@ -42,7 +42,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { int i; b bVar = b.this; if (bVar.j.g == j.DNG) { - bVar.r = new DngCreator(((d) cVar).f1917g0, totalCaptureResult); + bVar.r = new DngCreator(((d) cVar).f1918g0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.r; int i2 = bVar2.j.c; @@ -60,7 +60,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { } dngCreator.setOrientation(i); b bVar3 = b.this; - Location location = bVar3.j.f1910b; + Location location = bVar3.j.f1911b; if (location != null) { bVar3.r.setLocation(location); } diff --git a/app/src/main/java/b/o/a/v/f.java b/app/src/main/java/b/o/a/v/f.java index f2f98bd5df..3a40b11f68 100644 --- a/app/src/main/java/b/o/a/v/f.java +++ b/app/src/main/java/b/o/a/v/f.java @@ -22,7 +22,7 @@ public class f extends g { public Integer w; /* renamed from: x reason: collision with root package name */ - public Integer f1953x; + public Integer f1954x; /* compiled from: Snapshot2PictureRecorder.java */ /* loaded from: classes3.dex */ @@ -61,9 +61,9 @@ public class f extends g { public void j(@NonNull b.o.a.n.o.c cVar) { this.c = cVar; i.m.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1919i0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1920i0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1919i0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1920i0.set(CaptureRequest.CONTROL_AE_MODE, 1); dVar.k1(); } } @@ -79,12 +79,12 @@ public class f extends g { this.c = cVar; try { i.m.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1919i0; + CaptureRequest.Builder builder = ((d) cVar).f1920i0; builder.set(CaptureRequest.CONTROL_AE_MODE, 1); builder.set(CaptureRequest.FLASH_MODE, 0); ((d) cVar).e1(this, builder); builder.set(CaptureRequest.CONTROL_AE_MODE, f.this.w); - builder.set(CaptureRequest.FLASH_MODE, f.this.f1953x); + builder.set(CaptureRequest.FLASH_MODE, f.this.f1954x); ((d) cVar).k1(); } catch (CameraAccessException unused) { } @@ -92,14 +92,14 @@ public class f extends g { } public f(@NonNull l.a aVar, @NonNull d dVar, @NonNull b.o.a.w.e eVar, @NonNull b.o.a.x.a aVar2) { - super(aVar, dVar, eVar, aVar2, dVar.f1928c0); + super(aVar, dVar, eVar, aVar2, dVar.f1929c0); this.u = dVar; boolean z2 = false; Integer num = null; h hVar = new h(Arrays.asList(new i(2500L, new b.o.a.n.p.d()), new b(this, null))); this.t = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1920j0; + TotalCaptureResult totalCaptureResult = dVar.f1921j0; if (totalCaptureResult == null) { i.m.a(2, "Picture snapshot requested very early, before the first preview frame.", "Metering might not work as intended."); } @@ -108,8 +108,8 @@ public class f extends g { z2 = true; } this.v = z2; - this.w = (Integer) dVar.f1919i0.get(CaptureRequest.CONTROL_AE_MODE); - this.f1953x = (Integer) dVar.f1919i0.get(CaptureRequest.FLASH_MODE); + this.w = (Integer) dVar.f1920i0.get(CaptureRequest.CONTROL_AE_MODE); + this.f1954x = (Integer) dVar.f1920i0.get(CaptureRequest.FLASH_MODE); } public static /* synthetic */ void d(f fVar) { diff --git a/app/src/main/java/b/o/a/v/g.java b/app/src/main/java/b/o/a/v/g.java index 5e645b49f8..4c219d0125 100644 --- a/app/src/main/java/b/o/a/v/g.java +++ b/app/src/main/java/b/o/a/v/g.java @@ -24,7 +24,7 @@ public class g extends i { public b r; /* renamed from: s reason: collision with root package name */ - public c f1954s; + public c f1955s; /* compiled from: SnapshotGlPictureRecorder.java */ /* loaded from: classes3.dex */ @@ -44,7 +44,7 @@ public class g extends i { public void b(int i) { g gVar = g.this; Objects.requireNonNull(gVar); - gVar.f1954s = new c(new b.o.b.f.b(33984, 36197, Integer.valueOf(i))); + gVar.f1955s = new c(new b.o.b.f.b(33984, 36197, Integer.valueOf(i))); Rect L = b.i.a.f.e.o.f.L(gVar.j.d, gVar.o); gVar.j.d = new b.o.a.x.b(L.width(), L.height()); if (gVar.q) { @@ -54,7 +54,7 @@ public class g extends i { @Override // b.o.a.w.f public void c(@NonNull b.o.a.o.b bVar) { - g.this.f1954s.d = bVar.a(); + g.this.f1955s.d = bVar.a(); } } diff --git a/app/src/main/java/b/o/a/v/h.java b/app/src/main/java/b/o/a/v/h.java index f25db76a1b..352a0eb9b1 100644 --- a/app/src/main/java/b/o/a/v/h.java +++ b/app/src/main/java/b/o/a/v/h.java @@ -58,18 +58,18 @@ public class h implements Runnable { a aVar = new a(eGLContext, 1); b.o.b.e.b bVar2 = new b.o.b.e.b(aVar, surfaceTexture2); a aVar2 = bVar2.a; - e eVar = bVar2.f1965b; + e eVar = bVar2.f1966b; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); - if (aVar2.a == d.f1959b) { + if (aVar2.a == d.f1960b) { Log.v("EglCore", "NOTE: makeSurfaceCurrent w/o display"); } c cVar = aVar2.a; - b.o.b.c.b bVar3 = aVar2.f1957b; + b.o.b.c.b bVar3 = aVar2.f1958b; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; if (EGL14.eglMakeCurrent(eGLDisplay, eGLSurface, eGLSurface, bVar3.a)) { - float[] fArr = gVar.f1954s.f1948b; + float[] fArr = gVar.f1955s.f1949b; surfaceTexture.getTransformMatrix(fArr); Matrix.translateM(fArr, 0, (1.0f - f) / 2.0f, (1.0f - f2) / 2.0f, 0.0f); Matrix.scaleM(fArr, 0, f, f2, 1.0f); @@ -82,9 +82,9 @@ public class h implements Runnable { a.EnumC0176a aVar3 = a.EnumC0176a.PICTURE_SNAPSHOT; Objects.requireNonNull(bVar4); try { - Canvas lockCanvas = (Build.VERSION.SDK_INT < 23 || !((b.o.a.u.c) bVar4.f1951b).getHardwareCanvasEnabled()) ? bVar4.d.lockCanvas(null) : bVar4.d.lockHardwareCanvas(); + Canvas lockCanvas = (Build.VERSION.SDK_INT < 23 || !((b.o.a.u.c) bVar4.f1952b).getHardwareCanvasEnabled()) ? bVar4.d.lockCanvas(null) : bVar4.d.lockHardwareCanvas(); lockCanvas.drawColor(0, PorterDuff.Mode.CLEAR); - ((b.o.a.u.c) bVar4.f1951b).a(aVar3, lockCanvas); + ((b.o.a.u.c) bVar4.f1952b).a(aVar3, lockCanvas); bVar4.d.unlockCanvasAndPost(lockCanvas); } catch (Surface.OutOfResourcesException e) { b.o.a.u.b.a.a(2, "Got Surface.OutOfResourcesException while drawing video overlays", e); @@ -93,16 +93,16 @@ public class h implements Runnable { GLES20.glBindTexture(36197, bVar4.f.a); bVar4.c.updateTexImage(); } - bVar4.c.getTransformMatrix(bVar4.e.f1948b); - Matrix.translateM(gVar.r.e.f1948b, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(gVar.r.e.f1948b, 0, gVar.j.c, 0.0f, 0.0f, 1.0f); - Matrix.scaleM(gVar.r.e.f1948b, 0, 1.0f, -1.0f, 1.0f); - Matrix.translateM(gVar.r.e.f1948b, 0, -0.5f, -0.5f, 0.0f); + bVar4.c.getTransformMatrix(bVar4.e.f1949b); + Matrix.translateM(gVar.r.e.f1949b, 0, 0.5f, 0.5f, 0.0f); + Matrix.rotateM(gVar.r.e.f1949b, 0, gVar.j.c, 0.0f, 0.0f, 1.0f); + Matrix.scaleM(gVar.r.e.f1949b, 0, 1.0f, -1.0f, 1.0f); + Matrix.translateM(gVar.r.e.f1949b, 0, -0.5f, -0.5f, 0.0f); } gVar.j.c = 0; long timestamp = surfaceTexture.getTimestamp() / 1000; i.m.a(1, "takeFrame:", "timestampUs:", Long.valueOf(timestamp)); - gVar.f1954s.a(timestamp); + gVar.f1955s.a(timestamp); if (gVar.q) { b.o.a.u.b bVar5 = gVar.r; Objects.requireNonNull(bVar5); @@ -125,14 +125,14 @@ public class h implements Runnable { d0.y.b.closeFinally(byteArrayOutputStream, null); aVar4.f = byteArray; b.o.b.a.a aVar5 = bVar2.a; - e eVar2 = bVar2.f1965b; + e eVar2 = bVar2.f1966b; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.f1965b = d.c; + bVar2.f1966b = d.c; bVar2.d = -1; bVar2.c = -1; - gVar.f1954s.b(); + gVar.f1955s.b(); surfaceTexture2.release(); if (gVar.q) { b.o.a.u.b bVar6 = gVar.r; diff --git a/app/src/main/java/b/o/a/w/a.java b/app/src/main/java/b/o/a/w/a.java index 0947d6ee53..b3f86c4bce 100644 --- a/app/src/main/java/b/o/a/w/a.java +++ b/app/src/main/java/b/o/a/w/a.java @@ -22,7 +22,7 @@ public abstract class a { public static final b.o.a.b a = new b.o.a.b(a.class.getSimpleName()); /* renamed from: b reason: collision with root package name */ - public c f1955b; + public c f1956b; public T c; public boolean d; public int e; @@ -77,7 +77,7 @@ public abstract class a { if (i > 0 && i2 > 0) { e(null); } - c cVar = this.f1955b; + c cVar = this.f1956b; if (cVar != null) { ((i) cVar).V(); } @@ -86,7 +86,7 @@ public abstract class a { public final void g() { this.e = 0; this.f = 0; - c cVar = this.f1955b; + c cVar = this.f1956b; if (cVar != null) { i iVar = (i) cVar; i.j.a(1, "onSurfaceDestroyed"); @@ -103,7 +103,7 @@ public abstract class a { if (i > 0 && i2 > 0) { e(null); } - c cVar = this.f1955b; + c cVar = this.f1956b; if (cVar != null) { g gVar = (g) cVar; Objects.requireNonNull(gVar); @@ -177,14 +177,14 @@ public abstract class a { public void t(@Nullable c cVar) { c cVar2; c cVar3; - if (m() && (cVar3 = this.f1955b) != null) { + if (m() && (cVar3 = this.f1956b) != null) { i iVar = (i) cVar3; i.j.a(1, "onSurfaceDestroyed"); iVar.N0(false); iVar.M0(false); } - this.f1955b = cVar; - if (m() && (cVar2 = this.f1955b) != null) { + this.f1956b = cVar; + if (m() && (cVar2 = this.f1956b) != null) { ((i) cVar2).V(); } } diff --git a/app/src/main/java/b/o/a/w/d.java b/app/src/main/java/b/o/a/w/d.java index a107d4b1f9..931805477b 100644 --- a/app/src/main/java/b/o/a/w/d.java +++ b/app/src/main/java/b/o/a/w/d.java @@ -113,7 +113,7 @@ public class d extends a implements b, e { d dVar = d.this; SurfaceTexture surfaceTexture = dVar.k; if (surfaceTexture != null && dVar.g > 0 && dVar.h > 0) { - float[] fArr = dVar.l.f1948b; + float[] fArr = dVar.l.f1949b; surfaceTexture.updateTexImage(); d.this.k.getTransformMatrix(fArr); if (d.this.i != 0) { diff --git a/app/src/main/java/b/o/a/x/d.java b/app/src/main/java/b/o/a/x/d.java index 2e381d93f6..8c459df888 100644 --- a/app/src/main/java/b/o/a/x/d.java +++ b/app/src/main/java/b/o/a/x/d.java @@ -7,18 +7,18 @@ public class d implements j { public final /* synthetic */ float a; /* renamed from: b reason: collision with root package name */ - public final /* synthetic */ float f1956b; + public final /* synthetic */ float f1957b; public d(float f, float f2) { this.a = f; - this.f1956b = f2; + this.f1957b = f2; } @Override // b.o.a.x.j public boolean a(@NonNull b bVar) { float i = a.f(bVar.j, bVar.k).i(); float f = this.a; - float f2 = this.f1956b; + float f2 = this.f1957b; return i >= f - f2 && i <= f + f2; } } diff --git a/app/src/main/java/b/o/b/a/a.java b/app/src/main/java/b/o/b/a/a.java index 580489062b..2105963d49 100644 --- a/app/src/main/java/b/o/b/a/a.java +++ b/app/src/main/java/b/o/b/a/a.java @@ -17,19 +17,19 @@ public final class a extends c { public void b() { c cVar = this.a; - c cVar2 = d.f1959b; + c cVar2 = d.f1960b; if (cVar != cVar2) { e eVar = d.c; b bVar = d.a; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; EGL14.eglMakeCurrent(eGLDisplay, eGLSurface, eGLSurface, bVar.a); - EGL14.eglDestroyContext(this.a.a, this.f1957b.a); + EGL14.eglDestroyContext(this.a.a, this.f1958b.a); EGL14.eglReleaseThread(); EGL14.eglTerminate(this.a.a); } this.a = cVar2; - this.f1957b = d.a; + this.f1958b = d.a; this.c = null; } diff --git a/app/src/main/java/b/o/b/a/b.java b/app/src/main/java/b/o/b/a/b.java index e593143a04..a572ee19d7 100644 --- a/app/src/main/java/b/o/b/a/b.java +++ b/app/src/main/java/b/o/b/a/b.java @@ -28,7 +28,7 @@ public class b { iArr[7] = 8; iArr[8] = d.p; iArr[9] = d.q | d.r; - iArr[10] = d.f1960s; + iArr[10] = d.f1961s; iArr[11] = i2; iArr[12] = z2 ? EglBase.EGL_RECORDABLE_ANDROID : d.e; iArr[13] = z2 ? 1 : 0; diff --git a/app/src/main/java/b/o/b/a/c.java b/app/src/main/java/b/o/b/a/c.java index 8fe709adc7..f0deab16a1 100644 --- a/app/src/main/java/b/o/b/a/c.java +++ b/app/src/main/java/b/o/b/a/c.java @@ -13,15 +13,15 @@ public class c { public b.o.b.c.c a; /* renamed from: b reason: collision with root package name */ - public b f1957b; + public b f1958b; public a c; public c(b bVar, int i) { a a; m.checkNotNullParameter(bVar, "sharedContext"); - b.o.b.c.c cVar = d.f1959b; + b.o.b.c.c cVar = d.f1960b; this.a = cVar; - this.f1957b = d.a; + this.f1958b = d.a; EGLDisplay eglGetDisplay = EGL14.eglGetDisplay(0); b.o.b.c.c cVar2 = new b.o.b.c.c(eglGetDisplay); this.a = cVar2; @@ -35,17 +35,17 @@ public class c { try { d.a("eglCreateContext (3)"); this.c = a; - this.f1957b = bVar3; + this.f1958b = bVar3; } catch (Exception unused) { } } - if (this.f1957b == d.a) { + if (this.f1958b == d.a) { a a2 = bVar2.a(this.a, 2, z2); if (a2 != null) { b bVar4 = new b(EGL14.eglCreateContext(this.a.a, a2.a, bVar.a, new int[]{d.i, 2, d.e}, 0)); d.a("eglCreateContext (2)"); this.c = a2; - this.f1957b = bVar4; + this.f1958b = bVar4; return; } throw new RuntimeException("Unable to find a suitable EGLConfig"); diff --git a/app/src/main/java/b/o/b/b/a.java b/app/src/main/java/b/o/b/b/a.java index 700389b6ec..8b55f8a074 100644 --- a/app/src/main/java/b/o/b/b/a.java +++ b/app/src/main/java/b/o/b/b/a.java @@ -4,5 +4,5 @@ package b.o.b.b; public abstract class a extends b { /* renamed from: b reason: collision with root package name */ - public final int f1958b = 2; + public final int f1959b = 2; } diff --git a/app/src/main/java/b/o/b/b/c.java b/app/src/main/java/b/o/b/b/c.java index b828cd7bba..23384e8d91 100644 --- a/app/src/main/java/b/o/b/b/c.java +++ b/app/src/main/java/b/o/b/b/c.java @@ -22,7 +22,7 @@ public class c extends a { @Override // b.o.b.b.b public void a() { d.b("glDrawArrays start"); - GLES20.glDrawArrays(b.o.b.c.f.f1961b, 0, this.d.limit() / this.f1958b); + GLES20.glDrawArrays(b.o.b.c.f.f1962b, 0, this.d.limit() / this.f1959b); d.b("glDrawArrays end"); } diff --git a/app/src/main/java/b/o/b/c/d.java b/app/src/main/java/b/o/b/c/d.java index 8fecd4effa..a48dd2da24 100644 --- a/app/src/main/java/b/o/b/c/d.java +++ b/app/src/main/java/b/o/b/c/d.java @@ -7,7 +7,7 @@ public final class d { public static final b a = new b(EGL14.EGL_NO_CONTEXT); /* renamed from: b reason: collision with root package name */ - public static final c f1959b = new c(EGL14.EGL_NO_DISPLAY); + public static final c f1960b = new c(EGL14.EGL_NO_DISPLAY); public static final e c = new e(EGL14.EGL_NO_SURFACE); public static final int d = 12288; public static final int e = 12344; @@ -26,5 +26,5 @@ public final class d { public static final int r = 1; /* renamed from: s reason: collision with root package name */ - public static final int f1960s = 12352; + public static final int f1961s = 12352; } diff --git a/app/src/main/java/b/o/b/c/f.java b/app/src/main/java/b/o/b/c/f.java index bb1796884f..a859c682b4 100644 --- a/app/src/main/java/b/o/b/c/f.java +++ b/app/src/main/java/b/o/b/c/f.java @@ -8,7 +8,7 @@ public final class f { public static final int a = p.m80constructorimpl(5126); /* renamed from: b reason: collision with root package name */ - public static final int f1961b = p.m80constructorimpl(5); + public static final int f1962b = p.m80constructorimpl(5); public static final int c = p.m80constructorimpl(33984); public static final int d = p.m80constructorimpl(36197); public static final int e = p.m80constructorimpl(10241); diff --git a/app/src/main/java/b/o/b/d/a.java b/app/src/main/java/b/o/b/d/a.java index b62a6ee55a..c57d591271 100644 --- a/app/src/main/java/b/o/b/d/a.java +++ b/app/src/main/java/b/o/b/d/a.java @@ -7,14 +7,14 @@ public class a { public final int a; /* renamed from: b reason: collision with root package name */ - public final boolean f1962b; + public final boolean f1963b; public final c[] c; public boolean d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.a = i; - this.f1962b = z2; + this.f1963b = z2; this.c = cVarArr; } } diff --git a/app/src/main/java/b/o/b/d/b.java b/app/src/main/java/b/o/b/d/b.java index 1bad659867..d356895279 100644 --- a/app/src/main/java/b/o/b/d/b.java +++ b/app/src/main/java/b/o/b/d/b.java @@ -13,7 +13,7 @@ public final class b { public final String a; /* renamed from: b reason: collision with root package name */ - public final int f1963b; + public final int f1964b; public final int c; /* compiled from: GlProgramLocation.kt */ @@ -34,7 +34,7 @@ public final class b { } else { throw new NoWhenBranchMatchedException(); } - this.f1963b = i2; + this.f1964b = i2; float[] fArr = d.a; m.checkNotNullParameter(str, "label"); if (i2 >= 0) { diff --git a/app/src/main/java/b/o/b/d/c.java b/app/src/main/java/b/o/b/d/c.java index 4bcb80ebc2..f2e619ab99 100644 --- a/app/src/main/java/b/o/b/d/c.java +++ b/app/src/main/java/b/o/b/d/c.java @@ -12,7 +12,7 @@ public final class c { public static final a a = new a(null); /* renamed from: b reason: collision with root package name */ - public final int f1964b; + public final int f1965b; /* compiled from: GlShader.kt */ /* loaded from: classes3.dex */ @@ -30,7 +30,7 @@ public final class c { int[] iArr = new int[1]; GLES20.glGetShaderiv(i2, f.l, iArr, 0); if (iArr[0] != 0) { - this.f1964b = i2; + this.f1965b = i2; return; } StringBuilder S = b.d.b.a.a.S("Could not compile shader ", i, ": '"); diff --git a/app/src/main/java/b/o/b/e/a.java b/app/src/main/java/b/o/b/e/a.java index cf4edef696..b5e7afd33a 100644 --- a/app/src/main/java/b/o/b/e/a.java +++ b/app/src/main/java/b/o/b/e/a.java @@ -17,7 +17,7 @@ public abstract class a { public b.o.b.a.a a; /* renamed from: b reason: collision with root package name */ - public e f1965b; + public e f1966b; public int c = -1; public int d = -1; @@ -27,24 +27,24 @@ public abstract class a { m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); this.a = aVar; - this.f1965b = eVar; + this.f1966b = eVar; } public final void a(OutputStream outputStream, Bitmap.CompressFormat compressFormat) { m.checkNotNullParameter(outputStream, "stream"); m.checkNotNullParameter(compressFormat, "format"); b.o.b.a.a aVar = this.a; - e eVar = this.f1965b; + e eVar = this.f1966b; Objects.requireNonNull(aVar); m.checkNotNullParameter(eVar, "eglSurface"); - if (m.areEqual(aVar.f1957b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { + if (m.areEqual(aVar.f1958b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { int i = this.c; if (i < 0) { - i = this.a.a(this.f1965b, d.f); + i = this.a.a(this.f1966b, d.f); } int i2 = this.d; if (i2 < 0) { - i2 = this.a.a(this.f1965b, d.g); + i2 = this.a.a(this.f1966b, d.g); } ByteBuffer allocateDirect = ByteBuffer.allocateDirect(i * i2 * 4); allocateDirect.order(ByteOrder.LITTLE_ENDIAN); diff --git a/app/src/main/java/b/o/b/f/a.java b/app/src/main/java/b/o/b/f/a.java index 40662e581c..35062b3c0c 100644 --- a/app/src/main/java/b/o/b/f/a.java +++ b/app/src/main/java/b/o/b/f/a.java @@ -24,15 +24,15 @@ public final class a extends o implements Function0 { public Unit invoke() { b bVar = this.this$0; if (!(bVar.c == null || bVar.d == null || bVar.e == null || this.$internalFormat == null || bVar.f == null)) { - GLES20.glTexImage2D(p.m80constructorimpl(bVar.f1966b), 0, this.$internalFormat.intValue(), this.this$0.c.intValue(), this.this$0.d.intValue(), 0, p.m80constructorimpl(this.this$0.e.intValue()), p.m80constructorimpl(this.this$0.f.intValue()), null); + GLES20.glTexImage2D(p.m80constructorimpl(bVar.f1967b), 0, this.$internalFormat.intValue(), this.this$0.c.intValue(), this.this$0.d.intValue(), 0, p.m80constructorimpl(this.this$0.e.intValue()), p.m80constructorimpl(this.this$0.f.intValue()), null); } - GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1966b), f.e, f.j); - GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1966b), f.f, f.k); - int i = p.m80constructorimpl(this.this$0.f1966b); + GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1967b), f.e, f.j); + GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1967b), f.f, f.k); + int i = p.m80constructorimpl(this.this$0.f1967b); int i2 = f.g; int i3 = f.i; GLES20.glTexParameteri(i, i2, i3); - GLES20.glTexParameteri(p.m80constructorimpl(this.this$0.f1966b), f.h, i3); + GLES20.glTexParameteri(p.m80constructorimpl(this.this$0.f1967b), f.h, i3); d.b("glTexParameter"); return Unit.a; } diff --git a/app/src/main/java/b/o/b/f/b.java b/app/src/main/java/b/o/b/f/b.java index d04a760e1a..f9f77bbcc8 100644 --- a/app/src/main/java/b/o/b/f/b.java +++ b/app/src/main/java/b/o/b/f/b.java @@ -12,7 +12,7 @@ public final class b { public final int a; /* renamed from: b reason: collision with root package name */ - public final int f1966b; + public final int f1967b; public final Integer c; public final Integer d; public final Integer e; @@ -22,7 +22,7 @@ public final class b { public b(int i, int i2, Integer num) { int i3; this.a = i; - this.f1966b = i2; + this.f1967b = i2; this.c = null; this.d = null; this.e = null; @@ -60,12 +60,12 @@ public final class b { public void a() { GLES20.glActiveTexture(p.m80constructorimpl(this.a)); - GLES20.glBindTexture(p.m80constructorimpl(this.f1966b), p.m80constructorimpl(this.g)); + GLES20.glBindTexture(p.m80constructorimpl(this.f1967b), p.m80constructorimpl(this.g)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m80constructorimpl(this.f1966b), p.m80constructorimpl(0)); + GLES20.glBindTexture(p.m80constructorimpl(this.f1967b), p.m80constructorimpl(0)); GLES20.glActiveTexture(f.c); d.b("unbind"); } diff --git a/app/src/main/java/b/p/a/b.java b/app/src/main/java/b/p/a/b.java index 69b4cd5a3a..18129dc87c 100644 --- a/app/src/main/java/b/p/a/b.java +++ b/app/src/main/java/b/p/a/b.java @@ -72,20 +72,20 @@ public final class b extends FrameLayout implements View.OnClickListener, Animat public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1967s; + public boolean f1968s; public boolean t; public Runnable u; public boolean v; public ArrayList