64 lines
3.3 KiB
Java
64 lines
3.3 KiB
Java
package com.google.maps.android.compose.clustering;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.ResultKt;
|
|
import kotlin.Unit;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.intrinsics.IntrinsicsKt;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
|
import kotlin.jvm.functions.Function2;
|
|
import kotlin.jvm.internal.Ref;
|
|
import kotlinx.coroutines.CoroutineScope;
|
|
import kotlinx.coroutines.android.HandlerDispatcherKt;
|
|
import kotlinx.coroutines.channels.ProducerScope;
|
|
import okhttp3.internal.ws.WebSocketProtocol;
|
|
|
|
/* JADX INFO: compiled from: ClusterRenderer.kt */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\n"}, d2 = {"<anonymous>", "", "Lkotlinx/coroutines/CoroutineScope;"}, k = 3, mv = {2, 0, 0}, xi = 48)
|
|
@DebugMetadata(c = "com.google.maps.android.compose.clustering.ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1", f = "ClusterRenderer.kt", i = {}, l = {WebSocketProtocol.PAYLOAD_SHORT}, m = "invokeSuspend", n = {}, s = {})
|
|
final class ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1 extends SuspendLambda implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
|
final /* synthetic */ ProducerScope<Unit> $$this$callbackFlow;
|
|
final /* synthetic */ Ref.BooleanRef $invalidated;
|
|
int label;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1(ProducerScope<? super Unit> producerScope, Ref.BooleanRef booleanRef, Continuation<? super ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1> continuation) {
|
|
super(2, continuation);
|
|
this.$$this$callbackFlow = producerScope;
|
|
this.$invalidated = booleanRef;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
|
return new ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1(this.$$this$callbackFlow, this.$invalidated, continuation);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
|
|
return ((ComposeUiClusterRenderer$collectInvalidationsAndRerender$2$1$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) throws Throwable {
|
|
Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
|
int i = this.label;
|
|
if (i == 0) {
|
|
ResultKt.throwOnFailure(obj);
|
|
this.label = 1;
|
|
if (HandlerDispatcherKt.awaitFrame(this) == coroutine_suspended) {
|
|
return coroutine_suspended;
|
|
}
|
|
} else {
|
|
if (i != 1) {
|
|
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
|
|
}
|
|
ResultKt.throwOnFailure(obj);
|
|
}
|
|
this.$$this$callbackFlow.mo9890trySendJP2dKIU(Unit.INSTANCE);
|
|
this.$invalidated.element = false;
|
|
return Unit.INSTANCE;
|
|
}
|
|
} |