122.7 - Stable (122007)
This commit is contained in:
parent
9f3be93b92
commit
4ceb18bee9
2527 changed files with 34387 additions and 30748 deletions
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId 'com.discord'
|
applicationId 'com.discord'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 121012
|
versionCode 122007
|
||||||
versionName "121.12 - Stable"
|
versionName "122.7 - Stable"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="121012" android:versionName="121.12 - Stable" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="122007" android:versionName="122.7 - Stable" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||||
|
|
|
@ -65,7 +65,7 @@ public final class BlockRunner<T> {
|
||||||
if (this.cancellationJob == null) {
|
if (this.cancellationJob == null) {
|
||||||
CoroutineScope coroutineScope = this.scope;
|
CoroutineScope coroutineScope = this.scope;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
this.cancellationJob = f.H0(coroutineScope, n.f3823b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
|
this.cancellationJob = f.H0(coroutineScope, n.f3824b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString());
|
throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString());
|
||||||
|
|
|
@ -43,7 +43,7 @@ public final class CoroutineLiveData<T> extends MediatorLiveData<T> {
|
||||||
m.checkNotNullParameter(function2, "block");
|
m.checkNotNullParameter(function2, "block");
|
||||||
t1 t1Var = new t1((Job) coroutineContext.get(Job.h));
|
t1 t1Var = new t1((Job) coroutineContext.get(Job.h));
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3823b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1());
|
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3824b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1());
|
||||||
}
|
}
|
||||||
|
|
||||||
public /* synthetic */ CoroutineLiveData(CoroutineContext coroutineContext, long j, Function2 function2, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
public /* synthetic */ CoroutineLiveData(CoroutineContext coroutineContext, long j, Function2 function2, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
||||||
|
|
|
@ -18,7 +18,7 @@ public final class CoroutineLiveDataKt {
|
||||||
|
|
||||||
public static final <T> Object addDisposableSource(MediatorLiveData<T> mediatorLiveData, LiveData<T> liveData, Continuation<? super EmittedSource> continuation) {
|
public static final <T> Object addDisposableSource(MediatorLiveData<T> mediatorLiveData, LiveData<T> liveData, Continuation<? super EmittedSource> continuation) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
return f.C1(n.f3823b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
|
return f.C1(n.f3824b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final <T> LiveData<T> liveData(CoroutineContext coroutineContext, long j, Function2<? super LiveDataScope<T>, ? super Continuation<? super Unit>, ? extends Object> function2) {
|
public static final <T> LiveData<T> liveData(CoroutineContext coroutineContext, long j, Function2<? super LiveDataScope<T>, ? super Continuation<? super Unit>, ? extends Object> function2) {
|
||||||
|
|
|
@ -43,7 +43,7 @@ public final class DispatchQueue {
|
||||||
m.checkNotNullParameter(coroutineContext, "context");
|
m.checkNotNullParameter(coroutineContext, "context");
|
||||||
m.checkNotNullParameter(runnable, "runnable");
|
m.checkNotNullParameter(runnable, "runnable");
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
if (H.isDispatchNeeded(coroutineContext) || canRun()) {
|
if (H.isDispatchNeeded(coroutineContext) || canRun()) {
|
||||||
H.dispatch(coroutineContext, new DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1(this, coroutineContext, runnable));
|
H.dispatch(coroutineContext, new DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1(this, coroutineContext, runnable));
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -39,12 +39,12 @@ public final class EmittedSource implements m0 {
|
||||||
@Override // s.a.m0
|
@Override // s.a.m0
|
||||||
public void dispose() {
|
public void dispose() {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
f.H0(f.c(n.f3823b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
|
f.H0(f.c(n.f3824b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final Object disposeNow(Continuation<? super Unit> continuation) {
|
public final Object disposeNow(Continuation<? super Unit> continuation) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
Object C1 = f.C1(n.f3823b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
|
Object C1 = f.C1(n.f3824b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
|
||||||
return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : Unit.a;
|
return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
f b2 = b.i.a.f.e.o.f.b(-1, null, null, 6);
|
||||||
observer = new FlowLiveDataConversions$asFlow$1$observer$1(b2);
|
observer = new FlowLiveDataConversions$asFlow$1$observer$1(b2);
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
AnonymousClass1 r8 = new AnonymousClass1(observer, null);
|
AnonymousClass1 r8 = new AnonymousClass1(observer, null);
|
||||||
this.L$0 = eVar;
|
this.L$0 = eVar;
|
||||||
this.L$1 = b2;
|
this.L$1 = b2;
|
||||||
|
@ -211,7 +211,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
||||||
} else {
|
} else {
|
||||||
x0 x0Var = x0.j;
|
x0 x0Var = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher2 = k0.a;
|
CoroutineDispatcher coroutineDispatcher2 = k0.a;
|
||||||
b.i.a.f.e.o.f.H0(x0Var, n.f3823b.H(), null, new AnonymousClass2(observer2, null), 2, null);
|
b.i.a.f.e.o.f.H0(x0Var, n.f3824b.H(), null, new AnonymousClass2(observer2, null), 2, null);
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
} catch (Throwable th) {
|
} catch (Throwable th) {
|
||||||
|
@ -219,7 +219,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
||||||
observer3 = observer2;
|
observer3 = observer2;
|
||||||
x0 x0Var2 = x0.j;
|
x0 x0Var2 = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher3 = k0.a;
|
CoroutineDispatcher coroutineDispatcher3 = k0.a;
|
||||||
b.i.a.f.e.o.f.H0(x0Var2, n.f3823b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
b.i.a.f.e.o.f.H0(x0Var2, n.f3824b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||||
throw th;
|
throw th;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -230,7 +230,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
||||||
flowLiveDataConversions$asFlow$1 = this;
|
flowLiveDataConversions$asFlow$1 = this;
|
||||||
x0 x0Var22 = x0.j;
|
x0 x0Var22 = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher32 = k0.a;
|
CoroutineDispatcher coroutineDispatcher32 = k0.a;
|
||||||
b.i.a.f.e.o.f.H0(x0Var22, n.f3823b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
b.i.a.f.e.o.f.H0(x0Var22, n.f3824b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||||
throw th;
|
throw th;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -250,7 +250,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
||||||
th = th3;
|
th = th3;
|
||||||
x0 x0Var222 = x0.j;
|
x0 x0Var222 = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher322 = k0.a;
|
CoroutineDispatcher coroutineDispatcher322 = k0.a;
|
||||||
b.i.a.f.e.o.f.H0(x0Var222, n.f3823b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
b.i.a.f.e.o.f.H0(x0Var222, n.f3824b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||||
throw th;
|
throw th;
|
||||||
}
|
}
|
||||||
it = fVar.iterator();
|
it = fVar.iterator();
|
||||||
|
@ -262,7 +262,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
||||||
flowLiveDataConversions$asFlow$1 = this;
|
flowLiveDataConversions$asFlow$1 = this;
|
||||||
x0 x0Var2222 = x0.j;
|
x0 x0Var2222 = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher3222 = k0.a;
|
CoroutineDispatcher coroutineDispatcher3222 = k0.a;
|
||||||
b.i.a.f.e.o.f.H0(x0Var2222, n.f3823b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
b.i.a.f.e.o.f.H0(x0Var2222, n.f3824b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||||
throw th;
|
throw th;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,6 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i
|
||||||
|
|
||||||
public final void register() {
|
public final void register() {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
f.H0(this, n.f3823b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
|
f.H0(this, n.f3824b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class LifecycleKt {
|
||||||
}
|
}
|
||||||
u d = f.d(null, 1);
|
u d = f.d(null, 1);
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3823b.H()));
|
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3824b.H()));
|
||||||
} while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl));
|
} while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl));
|
||||||
lifecycleCoroutineScopeImpl.register();
|
lifecycleCoroutineScopeImpl.register();
|
||||||
return lifecycleCoroutineScopeImpl;
|
return lifecycleCoroutineScopeImpl;
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class LiveDataScopeImpl<T> implements LiveDataScope<T> {
|
||||||
m.checkNotNullParameter(coroutineContext, "context");
|
m.checkNotNullParameter(coroutineContext, "context");
|
||||||
this.target = coroutineLiveData;
|
this.target = coroutineLiveData;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
this.coroutineContext = coroutineContext.plus(n.f3823b.H());
|
this.coroutineContext = coroutineContext.plus(n.f3824b.H());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override // androidx.lifecycle.LiveDataScope
|
@Override // androidx.lifecycle.LiveDataScope
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class PausingDispatcher extends CoroutineDispatcher {
|
||||||
public boolean isDispatchNeeded(CoroutineContext coroutineContext) {
|
public boolean isDispatchNeeded(CoroutineContext coroutineContext) {
|
||||||
m.checkNotNullParameter(coroutineContext, "context");
|
m.checkNotNullParameter(coroutineContext, "context");
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
if (n.f3823b.H().isDispatchNeeded(coroutineContext)) {
|
if (n.f3824b.H().isDispatchNeeded(coroutineContext)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return !this.dispatchQueue.canRun();
|
return !this.dispatchQueue.canRun();
|
||||||
|
|
|
@ -44,6 +44,6 @@ public final class PausingDispatcherKt {
|
||||||
|
|
||||||
public static final <T> Object whenStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function2<? super CoroutineScope, ? super Continuation<? super T>, ? extends Object> function2, Continuation<? super T> continuation) {
|
public static final <T> Object whenStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function2<? super CoroutineScope, ? super Continuation<? super T>, ? extends Object> function2, Continuation<? super T> continuation) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
return f.C1(n.f3823b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
|
return f.C1(n.f3824b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public final class ViewModelKt {
|
||||||
}
|
}
|
||||||
u d = f.d(null, 1);
|
u d = f.d(null, 1);
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3823b.H())));
|
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3824b.H())));
|
||||||
m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n …Main.immediate)\n )");
|
m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n …Main.immediate)\n )");
|
||||||
return (CoroutineScope) tagIfAbsent;
|
return (CoroutineScope) tagIfAbsent;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@ public final class WithLifecycleStateKt {
|
||||||
public static final <R> Object withCreated(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
public static final <R> Object withCreated(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||||
|
@ -53,7 +53,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
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) {
|
private static final Object withCreated$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@ public final class WithLifecycleStateKt {
|
||||||
public static final <R> Object withResumed(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
public static final <R> Object withResumed(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||||
|
@ -102,7 +102,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
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) {
|
private static final Object withResumed$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -126,7 +126,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -134,7 +134,7 @@ public final class WithLifecycleStateKt {
|
||||||
public static final <R> Object withStarted(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
public static final <R> Object withStarted(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||||
|
@ -151,7 +151,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
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) {
|
private static final Object withStarted$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
|
||||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -175,7 +175,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -183,7 +183,7 @@ public final class WithLifecycleStateKt {
|
||||||
public static final <R> Object withStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
public static final <R> Object withStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
||||||
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
|
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||||
|
@ -202,7 +202,7 @@ public final class WithLifecycleStateKt {
|
||||||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||||
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
|
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
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());
|
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
|
||||||
}
|
}
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
@ -232,14 +232,14 @@ public final class WithLifecycleStateKt {
|
||||||
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
|
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
|
||||||
}
|
}
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final <R> Object withStateAtLeastUnchecked(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
public static final <R> Object withStateAtLeastUnchecked(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
l1 H = n.f3823b.H();
|
l1 H = n.f3824b.H();
|
||||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||||
if (!isDispatchNeeded) {
|
if (!isDispatchNeeded) {
|
||||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
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) {
|
private static final Object withStateAtLeastUnchecked$$forInline(Lifecycle lifecycle, Lifecycle.State state, Function0 function0, Continuation continuation) {
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
n.f3823b.H();
|
n.f3824b.H();
|
||||||
d0.z.d.l.mark(3);
|
d0.z.d.l.mark(3);
|
||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ public final class b extends AppDialog {
|
||||||
public final Lazy n = g.lazy(new e());
|
public final Lazy n = g.lazy(new e());
|
||||||
|
|
||||||
/* compiled from: java-style lambda group */
|
/* compiled from: java-style lambda group */
|
||||||
/* loaded from: classes3.dex */
|
/* loaded from: classes2.dex */
|
||||||
public static final class a implements View.OnClickListener {
|
public static final class a implements View.OnClickListener {
|
||||||
public final /* synthetic */ int j;
|
public final /* synthetic */ int j;
|
||||||
public final /* synthetic */ Object k;
|
public final /* synthetic */ Object k;
|
||||||
|
|
|
@ -43,7 +43,7 @@ public final class c extends AppDialog {
|
||||||
public e m;
|
public e m;
|
||||||
|
|
||||||
/* compiled from: java-style lambda group */
|
/* compiled from: java-style lambda group */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes.dex */
|
||||||
public static final class a implements View.OnClickListener {
|
public static final class a implements View.OnClickListener {
|
||||||
public final /* synthetic */ int j;
|
public final /* synthetic */ int j;
|
||||||
public final /* synthetic */ Object k;
|
public final /* synthetic */ Object k;
|
||||||
|
|
|
@ -34,7 +34,7 @@ public final class d extends AppDialog {
|
||||||
public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null);
|
public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null);
|
||||||
|
|
||||||
/* compiled from: java-style lambda group */
|
/* compiled from: java-style lambda group */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes.dex */
|
||||||
public static final class a implements View.OnClickListener {
|
public static final class a implements View.OnClickListener {
|
||||||
public final /* synthetic */ int j;
|
public final /* synthetic */ int j;
|
||||||
public final /* synthetic */ Object k;
|
public final /* synthetic */ Object k;
|
||||||
|
|
|
@ -29,7 +29,7 @@ public final class c extends o implements Function1<StoreAudioManagerV2.State, U
|
||||||
List<DiscordAudioManager.AudioDevice> audioDevices = state2.getAudioDevices();
|
List<DiscordAudioManager.AudioDevice> audioDevices = state2.getAudioDevices();
|
||||||
DiscordAudioManager.DeviceTypes activeAudioDevice = state2.getActiveAudioDevice();
|
DiscordAudioManager.DeviceTypes activeAudioDevice = state2.getActiveAudioDevice();
|
||||||
DiscordAudioManager.DeviceTypes deviceTypes = DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET;
|
DiscordAudioManager.DeviceTypes deviceTypes = DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET;
|
||||||
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));
|
dVar.updateViewState(new d.a.C0024a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2783b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2783b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2783b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2783b));
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ public final class a extends AppDialog {
|
||||||
|
|
||||||
/* compiled from: java-style lambda group */
|
/* compiled from: java-style lambda group */
|
||||||
/* renamed from: b.a.a.g.a$a reason: collision with other inner class name */
|
/* renamed from: b.a.a.g.a$a reason: collision with other inner class name */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes.dex */
|
||||||
public static final class View$OnClickListenerC0025a implements View.OnClickListener {
|
public static final class View$OnClickListenerC0025a implements View.OnClickListener {
|
||||||
public final /* synthetic */ int j;
|
public final /* synthetic */ int j;
|
||||||
public final /* synthetic */ Object k;
|
public final /* synthetic */ Object k;
|
||||||
|
|
|
@ -94,7 +94,7 @@ public final class a {
|
||||||
|
|
||||||
/* compiled from: kotlin-style lambda group */
|
/* compiled from: kotlin-style lambda group */
|
||||||
/* renamed from: b.a.b.a$a reason: collision with other inner class name */
|
/* renamed from: b.a.b.a$a reason: collision with other inner class name */
|
||||||
/* loaded from: classes3.dex */
|
/* loaded from: classes2.dex */
|
||||||
public static final class C0028a extends d0.z.d.o implements Function0<Object> {
|
public static final class C0028a extends d0.z.d.o implements Function0<Object> {
|
||||||
public final /* synthetic */ int U;
|
public final /* synthetic */ int U;
|
||||||
public static final C0028a j = new C0028a(0);
|
public static final C0028a j = new C0028a(0);
|
||||||
|
|
|
@ -23,7 +23,7 @@ public final class b extends o implements Function1<View, Unit> {
|
||||||
public Unit invoke(View view) {
|
public Unit invoke(View view) {
|
||||||
View view2 = view;
|
View view2 = view;
|
||||||
m.checkNotNullParameter(view2, "view");
|
m.checkNotNullParameter(view2, "view");
|
||||||
this.$clickHandler.f2702b.invoke(this.this$0.a, view2);
|
this.$clickHandler.f2703b.invoke(this.this$0.a, view2);
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,11 +26,11 @@ public final class c extends Node.a<RenderContext> {
|
||||||
RenderContext renderContext = (RenderContext) obj;
|
RenderContext renderContext = (RenderContext) obj;
|
||||||
m.checkNotNullParameter(spannableStringBuilder, "builder");
|
m.checkNotNullParameter(spannableStringBuilder, "builder");
|
||||||
m.checkNotNullParameter(renderContext, "renderContext");
|
m.checkNotNullParameter(renderContext, "renderContext");
|
||||||
Hook hook = renderContext.f2703b.get(this.a);
|
Hook hook = renderContext.f2704b.get(this.a);
|
||||||
int length = spannableStringBuilder.length();
|
int length = spannableStringBuilder.length();
|
||||||
super.render(spannableStringBuilder, renderContext);
|
super.render(spannableStringBuilder, renderContext);
|
||||||
Hook.a aVar = null;
|
Hook.a aVar = null;
|
||||||
CharSequence charSequence = hook != null ? hook.f2701b : null;
|
CharSequence charSequence = hook != null ? hook.f2702b : null;
|
||||||
if (charSequence != null) {
|
if (charSequence != null) {
|
||||||
spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence);
|
spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence);
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public final class b extends o implements Function1<OverlayBubbleWrap, Boolean>
|
||||||
OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap;
|
OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap;
|
||||||
m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap");
|
m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap");
|
||||||
try {
|
try {
|
||||||
this.this$0.f2748s.removeViewImmediate(overlayBubbleWrap2);
|
this.this$0.f2749s.removeViewImmediate(overlayBubbleWrap2);
|
||||||
this.this$0.m.invoke(overlayBubbleWrap2);
|
this.this$0.m.invoke(overlayBubbleWrap2);
|
||||||
z2 = true;
|
z2 = true;
|
||||||
} catch (IllegalArgumentException unused) {
|
} catch (IllegalArgumentException unused) {
|
||||||
|
|
|
@ -76,8 +76,8 @@ public final class d implements View.OnClickListener {
|
||||||
overlayBubbleWrap.addOnAttachStateChangeListener(new a());
|
overlayBubbleWrap.addOnAttachStateChangeListener(new a());
|
||||||
this.j.a(overlayBubbleWrap);
|
this.j.a(overlayBubbleWrap);
|
||||||
this.l.setBubbleTouchable(false);
|
this.l.setBubbleTouchable(false);
|
||||||
this.j.f2748s.removeViewImmediate(this.l);
|
this.j.f2749s.removeViewImmediate(this.l);
|
||||||
WindowManager windowManager = this.j.f2748s;
|
WindowManager windowManager = this.j.f2749s;
|
||||||
OverlayBubbleWrap overlayBubbleWrap2 = this.l;
|
OverlayBubbleWrap overlayBubbleWrap2 = this.l;
|
||||||
windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams());
|
windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams());
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,15 +28,15 @@ public final class e<T> implements Action1<k.c> {
|
||||||
PublishSubject<AppMediaPlayer.Event> publishSubject2 = this.j.a;
|
PublishSubject<AppMediaPlayer.Event> publishSubject2 = this.j.a;
|
||||||
publishSubject2.k.onNext(AppMediaPlayer.Event.a.a);
|
publishSubject2.k.onNext(AppMediaPlayer.Event.a.a);
|
||||||
AppMediaPlayer appMediaPlayer = this.j;
|
AppMediaPlayer appMediaPlayer = this.j;
|
||||||
Subscription subscription = appMediaPlayer.f2751b;
|
Subscription subscription = appMediaPlayer.f2752b;
|
||||||
if (subscription != null) {
|
if (subscription != null) {
|
||||||
subscription.unsubscribe();
|
subscription.unsubscribe();
|
||||||
}
|
}
|
||||||
appMediaPlayer.f2751b = Observable.F(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).L().J(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer));
|
appMediaPlayer.f2752b = Observable.F(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).L().J(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer));
|
||||||
} else if (i == 4) {
|
} else if (i == 4) {
|
||||||
PublishSubject<AppMediaPlayer.Event> publishSubject3 = this.j.a;
|
PublishSubject<AppMediaPlayer.Event> publishSubject3 = this.j.a;
|
||||||
publishSubject3.k.onNext(AppMediaPlayer.Event.e.a);
|
publishSubject3.k.onNext(AppMediaPlayer.Event.e.a);
|
||||||
Subscription subscription2 = this.j.f2751b;
|
Subscription subscription2 = this.j.f2752b;
|
||||||
if (subscription2 != null) {
|
if (subscription2 != null) {
|
||||||
subscription2.unsubscribe();
|
subscription2.unsubscribe();
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
|
||||||
Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
|
Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
|
||||||
m.checkNotNullParameter(pair2, "p1");
|
m.checkNotNullParameter(pair2, "p1");
|
||||||
RtcConnection rtcConnection = (RtcConnection) this.receiver;
|
RtcConnection rtcConnection = (RtcConnection) this.receiver;
|
||||||
if (rtcConnection.f2767b0) {
|
if (rtcConnection.f2768b0) {
|
||||||
Map map = (Map) pair2.component1();
|
Map map = (Map) pair2.component1();
|
||||||
if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) {
|
if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) {
|
||||||
rtcConnection.V.i(rtcConnection.l, "local MediaSinkWants: " + map, null);
|
rtcConnection.V.i(rtcConnection.l, "local MediaSinkWants: " + map, null);
|
||||||
|
|
|
@ -43,7 +43,7 @@ public final class b0 implements MediaEngineConnection.d {
|
||||||
RtcConnection rtcConnection = this.a;
|
RtcConnection rtcConnection = this.a;
|
||||||
rtcConnection.q.succeed();
|
rtcConnection.q.succeed();
|
||||||
rtcConnection.r = transportInfo;
|
rtcConnection.r = transportInfo;
|
||||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2771x;
|
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2772x;
|
||||||
if (mediaEngineConnection2 != null) {
|
if (mediaEngineConnection2 != null) {
|
||||||
d dVar = new d(1000L, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
|
d dVar = new d(1000L, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
|
||||||
dVar.a.clear();
|
dVar.a.clear();
|
||||||
|
@ -68,7 +68,7 @@ public final class b0 implements MediaEngineConnection.d {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
String str = transportInfo.a;
|
String str = transportInfo.a;
|
||||||
int i = transportInfo.f2791b;
|
int i = transportInfo.f2792b;
|
||||||
m.checkNotNullParameter("udp", "protocol");
|
m.checkNotNullParameter("udp", "protocol");
|
||||||
m.checkNotNullParameter(str, "address");
|
m.checkNotNullParameter(str, "address");
|
||||||
m.checkNotNullParameter("xsalsa20_poly1305", "mode");
|
m.checkNotNullParameter("xsalsa20_poly1305", "mode");
|
||||||
|
@ -92,7 +92,7 @@ public final class b0 implements MediaEngineConnection.d {
|
||||||
m.checkNotNullParameter(mediaEngineConnection, "connection");
|
m.checkNotNullParameter(mediaEngineConnection, "connection");
|
||||||
m.checkNotNullParameter(connectionState, "connectionState");
|
m.checkNotNullParameter(connectionState, "connectionState");
|
||||||
RtcConnection rtcConnection = this.a;
|
RtcConnection rtcConnection = this.a;
|
||||||
RtcConnection.StateChange stateChange = rtcConnection.f2770s;
|
RtcConnection.StateChange stateChange = rtcConnection.f2771s;
|
||||||
rtcConnection.r("Connection state change: " + connectionState);
|
rtcConnection.r("Connection state change: " + connectionState);
|
||||||
int ordinal = connectionState.ordinal();
|
int ordinal = connectionState.ordinal();
|
||||||
if (ordinal == 0) {
|
if (ordinal == 0) {
|
||||||
|
@ -107,10 +107,10 @@ public final class b0 implements MediaEngineConnection.d {
|
||||||
throw new NoWhenBranchMatchedException();
|
throw new NoWhenBranchMatchedException();
|
||||||
}
|
}
|
||||||
rtcConnection.u(state);
|
rtcConnection.u(state);
|
||||||
if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2770s.a == RtcConnection.State.h.a) {
|
if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2771s.a == RtcConnection.State.h.a) {
|
||||||
rtcConnection.q();
|
rtcConnection.q();
|
||||||
}
|
}
|
||||||
if (rtcConnection.f2770s.a == RtcConnection.State.f.a) {
|
if (rtcConnection.f2771s.a == RtcConnection.State.f.a) {
|
||||||
rtcConnection.D = Long.valueOf(rtcConnection.W.currentTimeMillis());
|
rtcConnection.D = Long.valueOf(rtcConnection.W.currentTimeMillis());
|
||||||
rtcConnection.J = true;
|
rtcConnection.J = true;
|
||||||
Map<String, Object> mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.E)));
|
Map<String, Object> 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);
|
rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf);
|
||||||
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.H;
|
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.H;
|
||||||
if (mediaSinkWantsManager != null) {
|
if (mediaSinkWantsManager != null) {
|
||||||
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2771x));
|
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2772x));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public final class g extends o implements Function0<Unit> {
|
||||||
Objects.requireNonNull(mediaSinkWantsManager);
|
Objects.requireNonNull(mediaSinkWantsManager);
|
||||||
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null));
|
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null));
|
||||||
this.this$0.a.clear();
|
this.this$0.a.clear();
|
||||||
this.this$0.f2764b.clear();
|
this.this$0.f2765b.clear();
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ public final class h0 implements a.d {
|
||||||
public void a(String str, String str2) {
|
public void a(String str, String str2) {
|
||||||
m.checkNotNullParameter(str, "audioCodec");
|
m.checkNotNullParameter(str, "audioCodec");
|
||||||
m.checkNotNullParameter(str2, "videoCodec");
|
m.checkNotNullParameter(str2, "videoCodec");
|
||||||
MediaEngineConnection mediaEngineConnection = this.a.f2771x;
|
MediaEngineConnection mediaEngineConnection = this.a.f2772x;
|
||||||
if (mediaEngineConnection != null) {
|
if (mediaEngineConnection != null) {
|
||||||
mediaEngineConnection.r(str, str2);
|
mediaEngineConnection.r(str, str2);
|
||||||
}
|
}
|
||||||
|
@ -53,11 +53,11 @@ public final class h0 implements a.d {
|
||||||
RtcConnection rtcConnection = this.a;
|
RtcConnection rtcConnection = this.a;
|
||||||
Objects.requireNonNull(rtcConnection);
|
Objects.requireNonNull(rtcConnection);
|
||||||
rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str);
|
rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str);
|
||||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x;
|
MediaEngineConnection mediaEngineConnection = rtcConnection.f2772x;
|
||||||
if (mediaEngineConnection != null) {
|
if (mediaEngineConnection != null) {
|
||||||
mediaEngineConnection.destroy();
|
mediaEngineConnection.destroy();
|
||||||
}
|
}
|
||||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2771x;
|
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2772x;
|
||||||
if (mediaEngineConnection2 != null) {
|
if (mediaEngineConnection2 != null) {
|
||||||
mediaEngineConnection2.o(rtcConnection.N);
|
mediaEngineConnection2.o(rtcConnection.N);
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ public final class h0 implements a.d {
|
||||||
if ((num != null && num.intValue() == 1000) || z4) {
|
if ((num != null && num.intValue() == 1000) || z4) {
|
||||||
z3 = false;
|
z3 = false;
|
||||||
}
|
}
|
||||||
if (!(rtcConnection.f2770s.a instanceof RtcConnection.State.d)) {
|
if (!(rtcConnection.f2771s.a instanceof RtcConnection.State.d)) {
|
||||||
rtcConnection.n(z3, str);
|
rtcConnection.n(z3, str);
|
||||||
d dVar = rtcConnection.o;
|
d dVar = rtcConnection.o;
|
||||||
if (dVar != null) {
|
if (dVar != null) {
|
||||||
|
@ -94,7 +94,7 @@ public final class h0 implements a.d {
|
||||||
public void c(String str, List<Integer> list) {
|
public void c(String str, List<Integer> list) {
|
||||||
m.checkNotNullParameter(str, "mode");
|
m.checkNotNullParameter(str, "mode");
|
||||||
m.checkNotNullParameter(list, "secretKey");
|
m.checkNotNullParameter(list, "secretKey");
|
||||||
MediaEngineConnection mediaEngineConnection = this.a.f2771x;
|
MediaEngineConnection mediaEngineConnection = this.a.f2772x;
|
||||||
if (mediaEngineConnection != null) {
|
if (mediaEngineConnection != null) {
|
||||||
mediaEngineConnection.t(str, u.toIntArray(list));
|
mediaEngineConnection.t(str, u.toIntArray(list));
|
||||||
}
|
}
|
||||||
|
@ -242,7 +242,7 @@ public final class h0 implements a.d {
|
||||||
n nVar = cVar2.a;
|
n nVar = cVar2.a;
|
||||||
int max = Math.max((int) (j0Var.c.a * nVar.c), j0Var.d);
|
int max = Math.max((int) (j0Var.c.a * nVar.c), j0Var.d);
|
||||||
int max2 = Math.max((int) (j0Var.c.f254b * nVar.c), j0Var.d);
|
int max2 = Math.max((int) (j0Var.c.f254b * nVar.c), j0Var.d);
|
||||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x;
|
MediaEngineConnection mediaEngineConnection = rtcConnection.f2772x;
|
||||||
if (mediaEngineConnection != null) {
|
if (mediaEngineConnection != null) {
|
||||||
mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.f273b, 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;
|
return;
|
||||||
}
|
}
|
||||||
g.l(rtcConnection.N);
|
g.l(rtcConnection.N);
|
||||||
rtcConnection.f2771x = g;
|
rtcConnection.f2772x = g;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override // b.a.q.n0.a.d
|
@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) {
|
public void onSpeaking(long j, int i, boolean z2) {
|
||||||
RtcConnection rtcConnection = this.a;
|
RtcConnection rtcConnection = this.a;
|
||||||
if (j != rtcConnection.T) {
|
if (j != rtcConnection.T) {
|
||||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2771x;
|
MediaEngineConnection mediaEngineConnection = rtcConnection.f2772x;
|
||||||
if (mediaEngineConnection != null) {
|
if (mediaEngineConnection != null) {
|
||||||
mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j));
|
mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j));
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ public final class i extends o implements Function0<Unit> {
|
||||||
}
|
}
|
||||||
if (this.$connection != null) {
|
if (this.$connection != null) {
|
||||||
MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0;
|
MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0;
|
||||||
Set<Long> keySet = mediaSinkWantsManager3.f2764b.keySet();
|
Set<Long> keySet = mediaSinkWantsManager3.f2765b.keySet();
|
||||||
ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10));
|
ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10));
|
||||||
for (Number number : keySet) {
|
for (Number number : keySet) {
|
||||||
arrayList.add(String.valueOf(number.longValue()));
|
arrayList.add(String.valueOf(number.longValue()));
|
||||||
|
|
|
@ -21,7 +21,7 @@ public final class f extends ContentObserver {
|
||||||
DiscordAudioManager discordAudioManager = this.a;
|
DiscordAudioManager discordAudioManager = this.a;
|
||||||
int streamVolume = discordAudioManager.e.getStreamVolume(3);
|
int streamVolume = discordAudioManager.e.getStreamVolume(3);
|
||||||
discordAudioManager.w = streamVolume;
|
discordAudioManager.w = streamVolume;
|
||||||
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2780y;
|
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2781y;
|
||||||
serializedSubject.k.onNext(Integer.valueOf(streamVolume));
|
serializedSubject.k.onNext(Integer.valueOf(streamVolume));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,10 +97,10 @@ public final class l extends o implements Function0<Unit> {
|
||||||
arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata));
|
arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata));
|
||||||
}
|
}
|
||||||
if (arrayList2.isEmpty()) {
|
if (arrayList2.isEmpty()) {
|
||||||
this.this$0.f2764b.remove(Long.valueOf(this.$userId));
|
this.this$0.f2765b.remove(Long.valueOf(this.$userId));
|
||||||
this.this$0.c.remove(Long.valueOf(this.$userId));
|
this.this$0.c.remove(Long.valueOf(this.$userId));
|
||||||
} else {
|
} else {
|
||||||
this.this$0.f2764b.put(Long.valueOf(this.$userId), arrayList2);
|
this.this$0.f2765b.put(Long.valueOf(this.$userId), arrayList2);
|
||||||
this.this$0.c.add(Long.valueOf(this.$userId));
|
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)));
|
this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId)));
|
||||||
|
|
|
@ -219,7 +219,7 @@ public final class b extends ScreenCapturerAndroid {
|
||||||
synchronized (thumbnailEmitter) {
|
synchronized (thumbnailEmitter) {
|
||||||
thumbnailEmitter.d.release();
|
thumbnailEmitter.d.release();
|
||||||
thumbnailEmitter.c.release();
|
thumbnailEmitter.c.release();
|
||||||
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2794b);
|
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2795b);
|
||||||
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
|
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -266,7 +266,7 @@ public final class e implements MediaEngineConnection {
|
||||||
public Unit invoke(Connection connection) {
|
public Unit invoke(Connection connection) {
|
||||||
Connection connection2 = connection;
|
Connection connection2 = connection;
|
||||||
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
|
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
|
||||||
connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2793b);
|
connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2794b);
|
||||||
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.c);
|
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.c);
|
||||||
connection2.setVADTriggerThreshold(this.$inputModeOptions.a);
|
connection2.setVADTriggerThreshold(this.$inputModeOptions.a);
|
||||||
connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
|
connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
|
||||||
|
@ -421,7 +421,7 @@ public final class e implements MediaEngineConnection {
|
||||||
public Unit invoke(MediaEngineConnection.d dVar) {
|
public Unit invoke(MediaEngineConnection.d dVar) {
|
||||||
MediaEngineConnection.d dVar2 = dVar;
|
MediaEngineConnection.d dVar2 = dVar;
|
||||||
d0.z.d.m.checkNotNullParameter(dVar2, "it");
|
d0.z.d.m.checkNotNullParameter(dVar2, "it");
|
||||||
dVar2.onTargetBitrate(this.$quality.f2792b);
|
dVar2.onTargetBitrate(this.$quality.f2793b);
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -444,7 +444,7 @@ public final class e implements MediaEngineConnection {
|
||||||
Connection connection2 = connection;
|
Connection connection2 = connection;
|
||||||
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
|
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
|
||||||
MediaEngineConnection.b bVar = this.$quality;
|
MediaEngineConnection.b bVar = this.$quality;
|
||||||
connection2.setEncodingQuality(bVar.a, bVar.f2792b, bVar.c, bVar.d, this.$frameRate);
|
connection2.setEncodingQuality(bVar.a, bVar.f2793b, bVar.c, bVar.d, this.$frameRate);
|
||||||
return Unit.a;
|
return Unit.a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -576,7 +576,7 @@ public final class e implements MediaEngineConnection {
|
||||||
this.f269b = connectionState;
|
this.f269b = connectionState;
|
||||||
this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
|
this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
|
||||||
int i2 = aVar.a;
|
int i2 = aVar.a;
|
||||||
String str = aVar.f2790b;
|
String str = aVar.f2791b;
|
||||||
int i3 = aVar.c;
|
int i3 = aVar.c;
|
||||||
Object[] array = aVar.d.toArray(new StreamParameters[0]);
|
Object[] array = aVar.d.toArray(new StreamParameters[0]);
|
||||||
Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
|
Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
|
||||||
|
|
|
@ -366,7 +366,7 @@ public final class k implements MediaEngine {
|
||||||
discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f);
|
discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f);
|
||||||
}
|
}
|
||||||
k kVar2 = k.this;
|
k kVar2 = k.this;
|
||||||
boolean z3 = voiceConfig.f2789b;
|
boolean z3 = voiceConfig.f2790b;
|
||||||
kVar2.l.a();
|
kVar2.l.a();
|
||||||
b.a.q.k0.g gVar = kVar2.o;
|
b.a.q.k0.g gVar = kVar2.o;
|
||||||
if (gVar.g && gVar.d) {
|
if (gVar.g && gVar.d) {
|
||||||
|
|
|
@ -36,7 +36,7 @@ public final class m implements Discord.AecConfigCallback {
|
||||||
MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i;
|
MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i;
|
||||||
kVar.i = null;
|
kVar.i = null;
|
||||||
if (echoCancellationInfo != null) {
|
if (echoCancellationInfo != null) {
|
||||||
MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2787b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2788b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||||
d.d1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
d.d1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
||||||
m.this.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
|
m.this.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,7 +89,7 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
|
||||||
if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) {
|
if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) {
|
||||||
OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio();
|
OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio();
|
||||||
if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) {
|
if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) {
|
||||||
OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2763b;
|
OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2764b;
|
||||||
if (outboundRtpAudio2 != null) {
|
if (outboundRtpAudio2 != null) {
|
||||||
Pair<Boolean, Long> a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d);
|
Pair<Boolean, Long> a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d);
|
||||||
boolean booleanValue = a.component1().booleanValue();
|
boolean booleanValue = a.component1().booleanValue();
|
||||||
|
@ -106,7 +106,7 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
|
||||||
krispOveruseDetector.c = 0;
|
krispOveruseDetector.c = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
krispOveruseDetector.f2763b = stats2.getOutboundRtpAudio();
|
krispOveruseDetector.f2764b = stats2.getOutboundRtpAudio();
|
||||||
}
|
}
|
||||||
OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio();
|
OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio();
|
||||||
if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) {
|
if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) {
|
||||||
|
|
|
@ -52,8 +52,8 @@ public final class s extends o implements Function0<Unit> {
|
||||||
rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
|
rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
|
||||||
try {
|
try {
|
||||||
URI uri = new URI(w);
|
URI uri = new URI(w);
|
||||||
rtcConnection.f2772y = uri.getHost();
|
rtcConnection.f2773y = uri.getHost();
|
||||||
rtcConnection.f2773z = Integer.valueOf(uri.getPort());
|
rtcConnection.f2774z = Integer.valueOf(uri.getPort());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
rtcConnection.V.e(rtcConnection.l, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
|
rtcConnection.V.e(rtcConnection.l, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,6 @@ public final class h0 extends o implements Function0<Boolean> {
|
||||||
@Override // kotlin.jvm.functions.Function0
|
@Override // kotlin.jvm.functions.Function0
|
||||||
public Boolean invoke() {
|
public Boolean invoke() {
|
||||||
VoiceUserView voiceUserView = this.this$0;
|
VoiceUserView voiceUserView = this.this$0;
|
||||||
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2829s);
|
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2830s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,8 +15,8 @@ public final class n implements View.OnClickListener {
|
||||||
|
|
||||||
@Override // android.view.View.OnClickListener
|
@Override // android.view.View.OnClickListener
|
||||||
public final void onClick(View view) {
|
public final void onClick(View view) {
|
||||||
if (this.k.f2833b.getApplicationStream() != null) {
|
if (this.k.f2834b.getApplicationStream() != null) {
|
||||||
this.j.n.invoke(this.k.f2833b.getApplicationStream().getEncodedStreamKey());
|
this.j.n.invoke(this.k.f2834b.getApplicationStream().getEncodedStreamKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ public final class o<T, R> implements b<Map<Long, ? extends StoreVoiceParticipan
|
||||||
for (T t : values) {
|
for (T t : values) {
|
||||||
StoreVoiceParticipants.VoiceUser voiceUser = (StoreVoiceParticipants.VoiceUser) t;
|
StoreVoiceParticipants.VoiceUser voiceUser = (StoreVoiceParticipants.VoiceUser) t;
|
||||||
if (voiceUser.isConnected()) {
|
if (voiceUser.isConnected()) {
|
||||||
if (ChannelUtils.B(this.j)) {
|
if (ChannelUtils.C(this.j)) {
|
||||||
VoiceState voiceState = voiceUser.getVoiceState();
|
VoiceState voiceState = voiceUser.getVoiceState();
|
||||||
}
|
}
|
||||||
z2 = true;
|
z2 = true;
|
||||||
|
|
|
@ -108,7 +108,7 @@ public final class z extends l implements AppComponent {
|
||||||
ArrayList arrayList = new ArrayList();
|
ArrayList arrayList = new ArrayList();
|
||||||
for (Object obj : data) {
|
for (Object obj : data) {
|
||||||
Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel();
|
Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel();
|
||||||
if (channel != null && ChannelUtils.H(channel)) {
|
if (channel != null && ChannelUtils.I(channel)) {
|
||||||
arrayList.add(obj);
|
arrayList.add(obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ public class a extends AppCompatDialogFragment {
|
||||||
|
|
||||||
/* compiled from: java-style lambda group */
|
/* compiled from: java-style lambda group */
|
||||||
/* renamed from: b.b.a.a.a$a reason: collision with other inner class name */
|
/* renamed from: b.b.a.a.a$a reason: collision with other inner class name */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes.dex */
|
||||||
public static final class View$OnClickListenerC0057a implements View.OnClickListener {
|
public static final class View$OnClickListenerC0057a implements View.OnClickListener {
|
||||||
public final /* synthetic */ int j;
|
public final /* synthetic */ int j;
|
||||||
public final /* synthetic */ Object k;
|
public final /* synthetic */ Object k;
|
||||||
|
@ -100,7 +100,7 @@ public class a extends AppCompatDialogFragment {
|
||||||
}
|
}
|
||||||
} else if (i == 2) {
|
} else if (i == 2) {
|
||||||
FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.k);
|
FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.k);
|
||||||
FlexInputViewModel flexInputViewModel = flexInputFragment.f3158s;
|
FlexInputViewModel flexInputViewModel = flexInputFragment.f3159s;
|
||||||
if (flexInputViewModel != null) {
|
if (flexInputViewModel != null) {
|
||||||
flexInputViewModel.onSendButtonClicked(flexInputFragment.o);
|
flexInputViewModel.onSendButtonClicked(flexInputFragment.o);
|
||||||
}
|
}
|
||||||
|
@ -409,7 +409,7 @@ public class a extends AppCompatDialogFragment {
|
||||||
flexInputFragment.k();
|
flexInputFragment.k();
|
||||||
eVar.invoke();
|
eVar.invoke();
|
||||||
} catch (UninitializedPropertyAccessException unused) {
|
} catch (UninitializedPropertyAccessException unused) {
|
||||||
flexInputFragment.f3159x.add(eVar);
|
flexInputFragment.f3160x.add(eVar);
|
||||||
}
|
}
|
||||||
FloatingActionButton floatingActionButton2 = this.m;
|
FloatingActionButton floatingActionButton2 = this.m;
|
||||||
if (floatingActionButton2 != null) {
|
if (floatingActionButton2 != null) {
|
||||||
|
|
|
@ -28,7 +28,7 @@ public final class b implements TabLayout.OnTabSelectedListener {
|
||||||
if (position == 3) {
|
if (position == 3) {
|
||||||
this.a.h(false);
|
this.a.h(false);
|
||||||
Fragment parentFragment = this.a.getParentFragment();
|
Fragment parentFragment = this.a.getParentFragment();
|
||||||
if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3158s) != null) {
|
if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3159s) != null) {
|
||||||
flexInputViewModel.onCreateThreadSelected();
|
flexInputViewModel.onCreateThreadSelected();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public final class f implements ViewPager.OnPageChangeListener {
|
||||||
|
|
||||||
@Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener
|
@Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener
|
||||||
public void onPageSelected(int i) {
|
public void onPageSelected(int i) {
|
||||||
FlexInputViewModel flexInputViewModel = this.a.f3158s;
|
FlexInputViewModel flexInputViewModel = this.a.f3159s;
|
||||||
if (flexInputViewModel != null) {
|
if (flexInputViewModel != null) {
|
||||||
flexInputViewModel.onContentDialogPageChanged(i);
|
flexInputViewModel.onContentDialogPageChanged(i);
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ public final class g implements DialogInterface.OnDismissListener {
|
||||||
@Override // android.content.DialogInterface.OnDismissListener
|
@Override // android.content.DialogInterface.OnDismissListener
|
||||||
public final void onDismiss(DialogInterface dialogInterface) {
|
public final void onDismiss(DialogInterface dialogInterface) {
|
||||||
FlexInputViewModel flexInputViewModel;
|
FlexInputViewModel flexInputViewModel;
|
||||||
if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3158s) != null) {
|
if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3159s) != null) {
|
||||||
f.O0(flexInputViewModel, false, 1, null);
|
f.O0(flexInputViewModel, false, 1, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ public final class h extends o implements Function1<View, Unit> {
|
||||||
@Override // kotlin.jvm.functions.Function1
|
@Override // kotlin.jvm.functions.Function1
|
||||||
public Unit invoke(View view) {
|
public Unit invoke(View view) {
|
||||||
m.checkNotNullParameter(view, "it");
|
m.checkNotNullParameter(view, "it");
|
||||||
FlexInputViewModel flexInputViewModel = this.this$0.f3158s;
|
FlexInputViewModel flexInputViewModel = this.this$0.f3159s;
|
||||||
if (flexInputViewModel != null) {
|
if (flexInputViewModel != null) {
|
||||||
f.O0(flexInputViewModel, false, 1, null);
|
f.O0(flexInputViewModel, false, 1, null);
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ public final class i implements View.OnLongClickListener {
|
||||||
|
|
||||||
@Override // android.view.View.OnLongClickListener
|
@Override // android.view.View.OnLongClickListener
|
||||||
public final boolean onLongClick(View view) {
|
public final boolean onLongClick(View view) {
|
||||||
FlexInputViewModel flexInputViewModel = this.j.f3158s;
|
FlexInputViewModel flexInputViewModel = this.j.f3159s;
|
||||||
if (flexInputViewModel == null) {
|
if (flexInputViewModel == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,21 +17,21 @@ public final class m implements SelectionCoordinator.ItemSelectionListener<Attac
|
||||||
public void onItemSelected(Attachment<? extends Object> attachment) {
|
public void onItemSelected(Attachment<? extends Object> attachment) {
|
||||||
Attachment<? extends Object> attachment2 = attachment;
|
Attachment<? extends Object> attachment2 = attachment;
|
||||||
d0.z.d.m.checkNotNullParameter(attachment2, "item");
|
d0.z.d.m.checkNotNullParameter(attachment2, "item");
|
||||||
FlexInputViewModel flexInputViewModel = this.a.f3158s;
|
FlexInputViewModel flexInputViewModel = this.a.f3159s;
|
||||||
if (flexInputViewModel == null || !flexInputViewModel.isSingleSelectMode()) {
|
if (flexInputViewModel == null || !flexInputViewModel.isSingleSelectMode()) {
|
||||||
FlexInputFragment flexInputFragment = this.a;
|
FlexInputFragment flexInputFragment = this.a;
|
||||||
FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3158s;
|
FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3159s;
|
||||||
if (flexInputViewModel2 != null) {
|
if (flexInputViewModel2 != null) {
|
||||||
flexInputViewModel2.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
|
flexInputViewModel2.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
FlexInputViewModel flexInputViewModel3 = this.a.f3158s;
|
FlexInputViewModel flexInputViewModel3 = this.a.f3159s;
|
||||||
if (flexInputViewModel3 != null) {
|
if (flexInputViewModel3 != null) {
|
||||||
flexInputViewModel3.onSingleAttachmentSelected(attachment2);
|
flexInputViewModel3.onSingleAttachmentSelected(attachment2);
|
||||||
}
|
}
|
||||||
FlexInputViewModel flexInputViewModel4 = this.a.f3158s;
|
FlexInputViewModel flexInputViewModel4 = this.a.f3159s;
|
||||||
if (flexInputViewModel4 != null) {
|
if (flexInputViewModel4 != null) {
|
||||||
flexInputViewModel4.onContentDialogDismissed(true);
|
flexInputViewModel4.onContentDialogDismissed(true);
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ public final class m implements SelectionCoordinator.ItemSelectionListener<Attac
|
||||||
public void onItemUnselected(Attachment<? extends Object> attachment) {
|
public void onItemUnselected(Attachment<? extends Object> attachment) {
|
||||||
d0.z.d.m.checkNotNullParameter(attachment, "item");
|
d0.z.d.m.checkNotNullParameter(attachment, "item");
|
||||||
FlexInputFragment flexInputFragment = this.a;
|
FlexInputFragment flexInputFragment = this.a;
|
||||||
FlexInputViewModel flexInputViewModel = flexInputFragment.f3158s;
|
FlexInputViewModel flexInputViewModel = flexInputFragment.f3159s;
|
||||||
if (flexInputViewModel != null) {
|
if (flexInputViewModel != null) {
|
||||||
flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
|
flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
|
||||||
}
|
}
|
||||||
|
|
|
@ -324,7 +324,7 @@ public final class h extends RecyclerView.Adapter<a> {
|
||||||
}
|
}
|
||||||
SelectionCoordinator.a aVar4 = aVar2;
|
SelectionCoordinator.a aVar4 = aVar2;
|
||||||
if (aVar4 != null) {
|
if (aVar4 != null) {
|
||||||
aVar3.d(aVar4.f3164b, true);
|
aVar3.d(aVar4.f3165b, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -177,7 +177,7 @@ public abstract class i extends RecyclerView.ViewHolder {
|
||||||
bVar.a();
|
bVar.a();
|
||||||
x0 x0Var = x0.j;
|
x0 x0Var = x0.j;
|
||||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||||
bVar.a = f.H0(x0Var, n.f3823b, null, new j(bVar, uri3, dVar, null), 2, null);
|
bVar.a = f.H0(x0Var, n.f3824b, null, new j(bVar, uri3, dVar, null), 2, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -63,7 +63,7 @@ public final class j extends k implements Function2<CoroutineScope, Continuation
|
||||||
this.L$0 = bVar2;
|
this.L$0 = bVar2;
|
||||||
this.label = 1;
|
this.label = 1;
|
||||||
Objects.requireNonNull(bVar2);
|
Objects.requireNonNull(bVar2);
|
||||||
Object C1 = f.C1(k0.f3835b, new k(bVar2, contentResolver, uri, null), this);
|
Object C1 = f.C1(k0.f3836b, new k(bVar2, contentResolver, uri, null), this);
|
||||||
if (C1 == coroutine_suspended) {
|
if (C1 == coroutine_suspended) {
|
||||||
return coroutine_suspended;
|
return coroutine_suspended;
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,8 +63,8 @@ public abstract class c {
|
||||||
e.n(1, 1);
|
e.n(1, 1);
|
||||||
m(fVar, replace2, arrayList);
|
m(fVar, replace2, arrayList);
|
||||||
p(fVar, replace2, arrayList);
|
p(fVar, replace2, arrayList);
|
||||||
n(fVar, replace2, arrayList, w.f3719b);
|
n(fVar, replace2, arrayList, w.f3720b);
|
||||||
q(fVar, replace2, arrayList, w.f3719b);
|
q(fVar, replace2, arrayList, w.f3720b);
|
||||||
n(fVar, replace2, arrayList, w.d);
|
n(fVar, replace2, arrayList, w.d);
|
||||||
q(fVar, replace2, arrayList, w.d);
|
q(fVar, replace2, arrayList, w.d);
|
||||||
n(fVar, replace2, arrayList, w.e);
|
n(fVar, replace2, arrayList, w.e);
|
||||||
|
|
|
@ -96,7 +96,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
|
||||||
i iVar = this.o.g;
|
i iVar = this.o.g;
|
||||||
CacheKey cacheKey = null;
|
CacheKey cacheKey = null;
|
||||||
if (iVar != null && imageRequest != null) {
|
if (iVar != null && imageRequest != null) {
|
||||||
if (imageRequest.f2896s != null) {
|
if (imageRequest.f2897s != null) {
|
||||||
cacheKey = ((n) iVar).c(imageRequest, this.g);
|
cacheKey = ((n) iVar).c(imageRequest, this.g);
|
||||||
} else {
|
} else {
|
||||||
cacheKey = ((n) iVar).a(imageRequest, this.g);
|
cacheKey = ((n) iVar).a(imageRequest, this.g);
|
||||||
|
|
|
@ -30,7 +30,7 @@ public class b extends g implements f0 {
|
||||||
DraweeHolder draweeHolder = (DraweeHolder) g0Var;
|
DraweeHolder draweeHolder = (DraweeHolder) g0Var;
|
||||||
if (!draweeHolder.a) {
|
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());
|
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.f2886b = true;
|
draweeHolder.f2887b = true;
|
||||||
draweeHolder.c = true;
|
draweeHolder.c = true;
|
||||||
draweeHolder.b();
|
draweeHolder.b();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: BitmapMemoryCacheFactory.java */
|
/* compiled from: BitmapMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface a {
|
public interface a {
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
/* compiled from: StagingArea.java */
|
/* compiled from: StagingArea.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class a0 {
|
public class a0 {
|
||||||
public Map<CacheKey, e> a = new HashMap();
|
public Map<CacheKey, e> a = new HashMap();
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ import com.facebook.cache.common.CacheKey;
|
||||||
import com.facebook.common.time.RealtimeSinceBootClock;
|
import com.facebook.common.time.RealtimeSinceBootClock;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
/* compiled from: BitmapMemoryCacheKey.java */
|
/* compiled from: BitmapMemoryCacheKey.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class b implements CacheKey {
|
public class b implements CacheKey {
|
||||||
public final String a;
|
public final String a;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: ValueDescriptor.java */
|
/* compiled from: ValueDescriptor.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface b0<V> {
|
public interface b0<V> {
|
||||||
int a(V v);
|
int a(V v);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@ package b.f.j.c;
|
||||||
|
|
||||||
import b.f.j.c.w;
|
import b.f.j.c.w;
|
||||||
/* compiled from: BitmapMemoryCacheTrimStrategy.java */
|
/* compiled from: BitmapMemoryCacheTrimStrategy.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class c implements w.a {
|
public class c implements w.a {
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.c;
|
||||||
|
|
||||||
import java.util.LinkedHashSet;
|
import java.util.LinkedHashSet;
|
||||||
/* compiled from: BoundedLinkedHashSet.java */
|
/* compiled from: BoundedLinkedHashSet.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class d<E> {
|
public class d<E> {
|
||||||
public int a;
|
public int a;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import java.util.concurrent.Callable;
|
||||||
import java.util.concurrent.CancellationException;
|
import java.util.concurrent.CancellationException;
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
/* compiled from: BufferedDiskCache.java */
|
/* compiled from: BufferedDiskCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class e implements Callable<b.f.j.j.e> {
|
public class e implements Callable<b.f.j.j.e> {
|
||||||
public final /* synthetic */ AtomicBoolean j;
|
public final /* synthetic */ AtomicBoolean j;
|
||||||
public final /* synthetic */ CacheKey k;
|
public final /* synthetic */ CacheKey k;
|
||||||
|
|
|
@ -18,7 +18,7 @@ import java.util.concurrent.Executor;
|
||||||
import java.util.concurrent.ExecutorService;
|
import java.util.concurrent.ExecutorService;
|
||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
/* compiled from: BufferedDiskCache.java */
|
/* compiled from: BufferedDiskCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class f {
|
public class f {
|
||||||
public final h a;
|
public final h a;
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ public class f {
|
||||||
public final r g;
|
public final r g;
|
||||||
|
|
||||||
/* compiled from: BufferedDiskCache.java */
|
/* compiled from: BufferedDiskCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class a implements Runnable {
|
public class a implements Runnable {
|
||||||
public final /* synthetic */ CacheKey j;
|
public final /* synthetic */ CacheKey j;
|
||||||
public final /* synthetic */ e k;
|
public final /* synthetic */ e k;
|
||||||
|
|
|
@ -4,7 +4,7 @@ import b.f.b.b.d;
|
||||||
import com.facebook.cache.common.CacheKey;
|
import com.facebook.cache.common.CacheKey;
|
||||||
import java.util.concurrent.Callable;
|
import java.util.concurrent.Callable;
|
||||||
/* compiled from: BufferedDiskCache.java */
|
/* compiled from: BufferedDiskCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class g implements Callable<Void> {
|
public class g implements Callable<Void> {
|
||||||
public final /* synthetic */ CacheKey j;
|
public final /* synthetic */ CacheKey j;
|
||||||
public final /* synthetic */ f k;
|
public final /* synthetic */ f k;
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.c;
|
||||||
import b.f.b.a.g;
|
import b.f.b.a.g;
|
||||||
import b.f.j.j.e;
|
import b.f.j.j.e;
|
||||||
/* compiled from: BufferedDiskCache.java */
|
/* compiled from: BufferedDiskCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class h implements g {
|
public class h implements g {
|
||||||
public final /* synthetic */ e a;
|
public final /* synthetic */ e a;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: CacheKeyFactory.java */
|
/* compiled from: CacheKeyFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface i {
|
public interface i {
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.c;
|
||||||
|
|
||||||
import b.f.j.j.c;
|
import b.f.j.j.c;
|
||||||
/* compiled from: CountingLruBitmapMemoryCacheFactory.java */
|
/* compiled from: CountingLruBitmapMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class j implements b0<c> {
|
public class j implements b0<c> {
|
||||||
public j(k kVar) {
|
public j(k kVar) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: CountingLruBitmapMemoryCacheFactory.java */
|
/* compiled from: CountingLruBitmapMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class k implements a {
|
public class k implements a {
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ import java.util.Iterator;
|
||||||
import java.util.LinkedHashMap;
|
import java.util.LinkedHashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
/* compiled from: CountingLruMap.java */
|
/* compiled from: CountingLruMap.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class l<K, V> {
|
public class l<K, V> {
|
||||||
public final b0<V> a;
|
public final b0<V> a;
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,12 @@ import androidx.annotation.VisibleForTesting;
|
||||||
import com.facebook.common.references.CloseableReference;
|
import com.facebook.common.references.CloseableReference;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
/* compiled from: CountingMemoryCache.java */
|
/* compiled from: CountingMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface m<K, V> extends w<K, V>, b.f.d.g.b {
|
public interface m<K, V> extends w<K, V>, b.f.d.g.b {
|
||||||
|
|
||||||
/* compiled from: CountingMemoryCache.java */
|
/* compiled from: CountingMemoryCache.java */
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public static class a<K, V> {
|
public static class a<K, V> {
|
||||||
public final K a;
|
public final K a;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ public interface m<K, V> extends w<K, V>, b.f.d.g.b {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* compiled from: CountingMemoryCache.java */
|
/* compiled from: CountingMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface b<K> {
|
public interface b<K> {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import b.f.j.q.b;
|
||||||
import com.facebook.cache.common.CacheKey;
|
import com.facebook.cache.common.CacheKey;
|
||||||
import com.facebook.imagepipeline.request.ImageRequest;
|
import com.facebook.imagepipeline.request.ImageRequest;
|
||||||
/* compiled from: DefaultCacheKeyFactory.java */
|
/* compiled from: DefaultCacheKeyFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class n implements i {
|
public class n implements i {
|
||||||
public static n a;
|
public static n a;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ public class n implements i {
|
||||||
|
|
||||||
public CacheKey c(ImageRequest imageRequest, Object obj) {
|
public CacheKey c(ImageRequest imageRequest, Object obj) {
|
||||||
String str;
|
String str;
|
||||||
b bVar = imageRequest.f2896s;
|
b bVar = imageRequest.f2897s;
|
||||||
CacheKey cacheKey = null;
|
CacheKey cacheKey = null;
|
||||||
if (bVar != null) {
|
if (bVar != null) {
|
||||||
cacheKey = bVar.getPostprocessorCacheKey();
|
cacheKey = bVar.getPostprocessorCacheKey();
|
||||||
|
|
|
@ -4,7 +4,7 @@ import com.facebook.common.internal.Supplier;
|
||||||
import com.facebook.imagepipeline.cache.MemoryCacheParams;
|
import com.facebook.imagepipeline.cache.MemoryCacheParams;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
/* compiled from: DefaultEncodedMemoryCacheParamsSupplier.java */
|
/* compiled from: DefaultEncodedMemoryCacheParamsSupplier.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class o implements Supplier<MemoryCacheParams> {
|
public class o implements Supplier<MemoryCacheParams> {
|
||||||
public static final long a = TimeUnit.MINUTES.toMillis(5);
|
public static final long a = TimeUnit.MINUTES.toMillis(5);
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.c;
|
||||||
|
|
||||||
import com.facebook.common.memory.PooledByteBuffer;
|
import com.facebook.common.memory.PooledByteBuffer;
|
||||||
/* compiled from: EncodedCountingMemoryCacheFactory.java */
|
/* compiled from: EncodedCountingMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public final class p implements b0<PooledByteBuffer> {
|
public final class p implements b0<PooledByteBuffer> {
|
||||||
@Override // b.f.j.c.b0
|
@Override // b.f.j.c.b0
|
||||||
public int a(PooledByteBuffer pooledByteBuffer) {
|
public int a(PooledByteBuffer pooledByteBuffer) {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.c;
|
||||||
import com.facebook.cache.common.CacheKey;
|
import com.facebook.cache.common.CacheKey;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
/* compiled from: EncodedMemoryCacheFactory.java */
|
/* compiled from: EncodedMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public final class q implements x<CacheKey> {
|
public final class q implements x<CacheKey> {
|
||||||
public final /* synthetic */ r a;
|
public final /* synthetic */ r a;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: ImageCacheStatsTracker.java */
|
/* compiled from: ImageCacheStatsTracker.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface r {
|
public interface r {
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.c;
|
||||||
import b.f.d.d.j;
|
import b.f.d.d.j;
|
||||||
import com.facebook.common.references.CloseableReference;
|
import com.facebook.common.references.CloseableReference;
|
||||||
/* compiled from: InstrumentedMemoryCache.java */
|
/* compiled from: InstrumentedMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class s<K, V> implements w<K, V> {
|
public class s<K, V> implements w<K, V> {
|
||||||
public final w<K, V> a;
|
public final w<K, V> a;
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.c;
|
||||||
import com.facebook.cache.common.CacheKey;
|
import com.facebook.cache.common.CacheKey;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
/* compiled from: InstrumentedMemoryCacheBitmapMemoryCacheFactory.java */
|
/* compiled from: InstrumentedMemoryCacheBitmapMemoryCacheFactory.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public final class t implements x<CacheKey> {
|
public final class t implements x<CacheKey> {
|
||||||
public final /* synthetic */ r a;
|
public final /* synthetic */ r a;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.c;
|
||||||
|
|
||||||
import b.f.j.c.m;
|
import b.f.j.c.m;
|
||||||
/* compiled from: LruCountingMemoryCache.java */
|
/* compiled from: LruCountingMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class u implements b0<m.a<K, V>> {
|
public class u implements b0<m.a<K, V>> {
|
||||||
public final /* synthetic */ b0 a;
|
public final /* synthetic */ b0 a;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ import java.util.Iterator;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.WeakHashMap;
|
import java.util.WeakHashMap;
|
||||||
/* compiled from: LruCountingMemoryCache.java */
|
/* compiled from: LruCountingMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class v<K, V> implements m<K, V>, w<K, V> {
|
public class v<K, V> implements m<K, V>, w<K, V> {
|
||||||
public final m.b<K> a;
|
public final m.b<K> a;
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
@ -33,7 +33,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
|
||||||
public final boolean i;
|
public final boolean i;
|
||||||
|
|
||||||
/* compiled from: LruCountingMemoryCache.java */
|
/* compiled from: LruCountingMemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class a implements f<V> {
|
public class a implements f<V> {
|
||||||
public final /* synthetic */ m.a a;
|
public final /* synthetic */ m.a a;
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
|
||||||
a2 = this.d.a(closeableReference.u());
|
a2 = this.d.a(closeableReference.u());
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
z2 = true;
|
z2 = true;
|
||||||
if (a2 > this.f.e || e() > this.f.f2888b - 1 || f() > this.f.a - a2) {
|
if (a2 > this.f.e || e() > this.f.f2889b - 1 || f() > this.f.a - a2) {
|
||||||
z2 = false;
|
z2 = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -274,7 +274,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
|
||||||
ArrayList<m.a<K, V>> p;
|
ArrayList<m.a<K, V>> p;
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
MemoryCacheParams memoryCacheParams = this.f;
|
MemoryCacheParams memoryCacheParams = this.f;
|
||||||
int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2888b - e());
|
int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2889b - e());
|
||||||
MemoryCacheParams memoryCacheParams2 = this.f;
|
MemoryCacheParams memoryCacheParams2 = this.f;
|
||||||
p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f()));
|
p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f()));
|
||||||
h(p);
|
h(p);
|
||||||
|
|
|
@ -4,11 +4,11 @@ import b.f.d.d.j;
|
||||||
import b.f.d.g.b;
|
import b.f.d.g.b;
|
||||||
import com.facebook.common.references.CloseableReference;
|
import com.facebook.common.references.CloseableReference;
|
||||||
/* compiled from: MemoryCache.java */
|
/* compiled from: MemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface w<K, V> extends b {
|
public interface w<K, V> extends b {
|
||||||
|
|
||||||
/* compiled from: MemoryCache.java */
|
/* compiled from: MemoryCache.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface a {
|
public interface a {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: MemoryCacheTracker.java */
|
/* compiled from: MemoryCacheTracker.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public interface x<K> {
|
public interface x<K> {
|
||||||
void a(K k);
|
void a(K k);
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ package b.f.j.c;
|
||||||
|
|
||||||
import b.f.j.c.w;
|
import b.f.j.c.w;
|
||||||
/* compiled from: NativeMemoryCacheTrimStrategy.java */
|
/* compiled from: NativeMemoryCacheTrimStrategy.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class y implements w.a {
|
public class y implements w.a {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package b.f.j.c;
|
package b.f.j.c;
|
||||||
/* compiled from: NoOpImageCacheStatsTracker.java */
|
/* compiled from: NoOpImageCacheStatsTracker.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class z implements r {
|
public class z implements r {
|
||||||
public static z a;
|
public static z a;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.d;
|
||||||
|
|
||||||
import b.c.a.a0.d;
|
import b.c.a.a0.d;
|
||||||
/* compiled from: BytesRange.java */
|
/* compiled from: BytesRange.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class a {
|
public class a {
|
||||||
public final int a;
|
public final int a;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import b.c.a.a0.d;
|
||||||
import b.d.b.a.a;
|
import b.d.b.a.a;
|
||||||
import b.f.d.d.i;
|
import b.f.d.d.i;
|
||||||
/* compiled from: ImageDecodeOptions.java */
|
/* compiled from: ImageDecodeOptions.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class b {
|
public class b {
|
||||||
public static final b a = new b(new c());
|
public static final b a = new b(new c());
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.d;
|
||||||
import android.graphics.Bitmap;
|
import android.graphics.Bitmap;
|
||||||
import b.f.j.d.c;
|
import b.f.j.d.c;
|
||||||
/* compiled from: ImageDecodeOptionsBuilder.java */
|
/* compiled from: ImageDecodeOptionsBuilder.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class c<T extends c> {
|
public class c<T extends c> {
|
||||||
public Bitmap.Config a;
|
public Bitmap.Config a;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package b.f.j.d;
|
package b.f.j.d;
|
||||||
/* compiled from: Priority.java */
|
/* compiled from: Priority.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public enum d {
|
public enum d {
|
||||||
LOW,
|
LOW,
|
||||||
MEDIUM,
|
MEDIUM,
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.d;
|
||||||
|
|
||||||
import b.c.a.a0.d;
|
import b.c.a.a0.d;
|
||||||
/* compiled from: ResizeOptions.java */
|
/* compiled from: ResizeOptions.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class e {
|
public class e {
|
||||||
public final int a;
|
public final int a;
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ package b.f.j.d;
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
import b.c.a.a0.d;
|
import b.c.a.a0.d;
|
||||||
/* compiled from: RotationOptions.java */
|
/* compiled from: RotationOptions.java */
|
||||||
/* loaded from: classes.dex */
|
/* loaded from: classes2.dex */
|
||||||
public class f {
|
public class f {
|
||||||
public static final f a = new f(-1, false);
|
public static final f a = new f(-1, false);
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ public class c implements f {
|
||||||
|
|
||||||
public h a(DiskCacheConfig diskCacheConfig) {
|
public h a(DiskCacheConfig diskCacheConfig) {
|
||||||
Objects.requireNonNull(this.a);
|
Objects.requireNonNull(this.a);
|
||||||
e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2875b, diskCacheConfig.h);
|
e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2876b, diskCacheConfig.h);
|
||||||
ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor();
|
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);
|
return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false);
|
||||||
}
|
}
|
||||||
|
|
|
@ -233,7 +233,7 @@ public class q {
|
||||||
s0Var = this.n;
|
s0Var = this.n;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (imageRequest.f2896s != null) {
|
if (imageRequest.f2897s != null) {
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
w0<CloseableReference<b.f.j.j.c>> w0Var = this.f584x.get(s0Var);
|
w0<CloseableReference<b.f.j.j.c>> w0Var = this.f584x.get(s0Var);
|
||||||
if (w0Var == null) {
|
if (w0Var == null) {
|
||||||
|
|
|
@ -2,12 +2,12 @@ package b.f.j.p;
|
||||||
|
|
||||||
import b.f.j.j.e;
|
import b.f.j.j.e;
|
||||||
/* compiled from: AddImageTransformMetaDataProducer.java */
|
/* compiled from: AddImageTransformMetaDataProducer.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class a implements w0<e> {
|
public class a implements w0<e> {
|
||||||
public final w0<e> a;
|
public final w0<e> a;
|
||||||
|
|
||||||
/* compiled from: AddImageTransformMetaDataProducer.java */
|
/* compiled from: AddImageTransformMetaDataProducer.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public static class b extends p<e, e> {
|
public static class b extends p<e, e> {
|
||||||
public b(l lVar, C0072a aVar) {
|
public b(l lVar, C0072a aVar) {
|
||||||
super(lVar);
|
super(lVar);
|
||||||
|
|
|
@ -13,7 +13,7 @@ import java.util.Locale;
|
||||||
import java.util.concurrent.ExecutorService;
|
import java.util.concurrent.ExecutorService;
|
||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.Executors;
|
||||||
/* compiled from: HttpUrlConnectionNetworkFetcher.java */
|
/* compiled from: HttpUrlConnectionNetworkFetcher.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class a0 extends c<a> {
|
public class a0 extends c<a> {
|
||||||
public int a;
|
public int a;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ public class a0 extends c<a> {
|
||||||
public final b c;
|
public final b c;
|
||||||
|
|
||||||
/* compiled from: HttpUrlConnectionNetworkFetcher.java */
|
/* compiled from: HttpUrlConnectionNetworkFetcher.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public static class a extends x {
|
public static class a extends x {
|
||||||
public long d;
|
public long d;
|
||||||
public long e;
|
public long e;
|
||||||
|
|
|
@ -2,7 +2,7 @@ package b.f.j.p;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
/* compiled from: ProducerListener.java */
|
/* compiled from: ProducerListener.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public interface a1 {
|
public interface a1 {
|
||||||
void b(String str, String str2);
|
void b(String str, String str2);
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import b.d.b.a.a;
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
import java.io.StringWriter;
|
import java.io.StringWriter;
|
||||||
/* compiled from: BaseConsumer.java */
|
/* compiled from: BaseConsumer.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public abstract class b<T> implements l<T> {
|
public abstract class b<T> implements l<T> {
|
||||||
public boolean a = false;
|
public boolean a = false;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import b.f.j.k.d;
|
||||||
import b.f.j.k.e;
|
import b.f.j.k.e;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
/* compiled from: InternalRequestListener.java */
|
/* compiled from: InternalRequestListener.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class b0 implements d, z0 {
|
public class b0 implements d, z0 {
|
||||||
public final a1 a;
|
public final a1 a;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.util.concurrent.Executor;
|
import java.util.concurrent.Executor;
|
||||||
/* compiled from: QualifiedResourceFetchProducer.java */
|
/* compiled from: QualifiedResourceFetchProducer.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class b1 extends g0 {
|
public class b1 extends g0 {
|
||||||
public final ContentResolver c;
|
public final ContentResolver c;
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ package b.f.j.p;
|
||||||
|
|
||||||
import b.f.j.p.x;
|
import b.f.j.p.x;
|
||||||
/* compiled from: BaseNetworkFetcher.java */
|
/* compiled from: BaseNetworkFetcher.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public abstract class c<FETCH_STATE extends x> implements o0<FETCH_STATE> {
|
public abstract class c<FETCH_STATE extends x> implements o0<FETCH_STATE> {
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ import java.util.concurrent.Executor;
|
||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.Executors;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
/* compiled from: JobScheduler.java */
|
/* compiled from: JobScheduler.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class c0 {
|
public class c0 {
|
||||||
public final Executor a;
|
public final Executor a;
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ public class c0 {
|
||||||
public long j = 0;
|
public long j = 0;
|
||||||
|
|
||||||
/* compiled from: JobScheduler.java */
|
/* compiled from: JobScheduler.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class a implements Runnable {
|
public class a implements Runnable {
|
||||||
public a() {
|
public a() {
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,7 @@ public class c0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* compiled from: JobScheduler.java */
|
/* compiled from: JobScheduler.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public class b implements Runnable {
|
public class b implements Runnable {
|
||||||
public b() {
|
public b() {
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,7 @@ public class c0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* compiled from: JobScheduler.java */
|
/* compiled from: JobScheduler.java */
|
||||||
/* loaded from: classes2.dex */
|
/* loaded from: classes3.dex */
|
||||||
public interface c {
|
public interface c {
|
||||||
void a(e eVar, int i);
|
void a(e eVar, int i);
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue