mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
160 lines
9.4 KiB
Java
160 lines
9.4 KiB
Java
|
package androidx.compose.ui.input.pointer;
|
||
|
|
||
|
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.RestrictedSuspendLambda;
|
||
|
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
||
|
import kotlin.jvm.functions.Function2;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* compiled from: PointerIcon.kt */
|
||
|
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u008a@"}, d2 = {"<anonymous>", "", "Landroidx/compose/ui/input/pointer/PointerInputScope;"}, k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
@DebugMetadata(c = "androidx.compose.ui.input.pointer.PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1", f = "PointerIcon.kt", i = {}, l = {110}, m = "invokeSuspend", n = {}, s = {})
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1 extends SuspendLambda implements Function2<PointerInputScope, Continuation<? super Unit>, Object> {
|
||
|
final /* synthetic */ PointerIconModifierLocal $pointerIconModifierLocal;
|
||
|
private /* synthetic */ Object L$0;
|
||
|
int label;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1(PointerIconModifierLocal pointerIconModifierLocal, Continuation<? super PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1> continuation) {
|
||
|
super(2, continuation);
|
||
|
this.$pointerIconModifierLocal = pointerIconModifierLocal;
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
||
|
PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1 pointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1 = new PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1(this.$pointerIconModifierLocal, continuation);
|
||
|
pointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1.L$0 = obj;
|
||
|
return pointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1;
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function2
|
||
|
public final Object invoke(PointerInputScope pointerInputScope, Continuation<? super Unit> continuation) {
|
||
|
return ((PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1) create(pointerInputScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* compiled from: PointerIcon.kt */
|
||
|
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0010\u0002\n\u0002\u0018\u0002\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u008a@"}, d2 = {"<anonymous>", "", "Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;"}, k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
@DebugMetadata(c = "androidx.compose.ui.input.pointer.PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1$1", f = "PointerIcon.kt", i = {0}, l = {112}, m = "invokeSuspend", n = {"$this$awaitPointerEventScope"}, s = {"L$0"})
|
||
|
/* renamed from: androidx.compose.ui.input.pointer.PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1$1, reason: invalid class name */
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class AnonymousClass1 extends RestrictedSuspendLambda implements Function2<AwaitPointerEventScope, Continuation<? super Unit>, Object> {
|
||
|
final /* synthetic */ PointerIconModifierLocal $pointerIconModifierLocal;
|
||
|
private /* synthetic */ Object L$0;
|
||
|
int label;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
AnonymousClass1(PointerIconModifierLocal pointerIconModifierLocal, Continuation<? super AnonymousClass1> continuation) {
|
||
|
super(2, continuation);
|
||
|
this.$pointerIconModifierLocal = pointerIconModifierLocal;
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||
|
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
|
||
|
AnonymousClass1 anonymousClass1 = new AnonymousClass1(this.$pointerIconModifierLocal, continuation);
|
||
|
anonymousClass1.L$0 = obj;
|
||
|
return anonymousClass1;
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function2
|
||
|
public final Object invoke(AwaitPointerEventScope awaitPointerEventScope, Continuation<? super Unit> continuation) {
|
||
|
return ((AnonymousClass1) create(awaitPointerEventScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
||
|
}
|
||
|
|
||
|
/* JADX ERROR: JadxOverflowException in pass: RegionMakerVisitor
|
||
|
jadx.core.utils.exceptions.JadxOverflowException: Regions count limit reached
|
||
|
at jadx.core.utils.ErrorsCounter.addError(ErrorsCounter.java:59)
|
||
|
at jadx.core.utils.ErrorsCounter.error(ErrorsCounter.java:31)
|
||
|
at jadx.core.dex.attributes.nodes.NotificationAttrNode.addError(NotificationAttrNode.java:19)
|
||
|
*/
|
||
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0032 A[RETURN] */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:12:0x004b */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:7:0x0045 */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:9:0x0030 -> B:5:0x0033). Please report as a decompilation issue!!! */
|
||
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public final java.lang.Object invokeSuspend(java.lang.Object r6) {
|
||
|
/*
|
||
|
r5 = this;
|
||
|
java.lang.Object r0 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
|
||
|
int r1 = r5.label
|
||
|
r2 = 1
|
||
|
if (r1 == 0) goto L1b
|
||
|
if (r1 != r2) goto L13
|
||
|
java.lang.Object r1 = r5.L$0
|
||
|
androidx.compose.ui.input.pointer.AwaitPointerEventScope r1 = (androidx.compose.ui.input.pointer.AwaitPointerEventScope) r1
|
||
|
kotlin.ResultKt.throwOnFailure(r6)
|
||
|
goto L33
|
||
|
L13:
|
||
|
java.lang.IllegalStateException r5 = new java.lang.IllegalStateException
|
||
|
java.lang.String r6 = "call to 'resume' before 'invoke' with coroutine"
|
||
|
r5.<init>(r6)
|
||
|
throw r5
|
||
|
L1b:
|
||
|
kotlin.ResultKt.throwOnFailure(r6)
|
||
|
java.lang.Object r6 = r5.L$0
|
||
|
androidx.compose.ui.input.pointer.AwaitPointerEventScope r6 = (androidx.compose.ui.input.pointer.AwaitPointerEventScope) r6
|
||
|
r1 = r6
|
||
|
L23:
|
||
|
androidx.compose.ui.input.pointer.PointerEventPass r6 = androidx.compose.ui.input.pointer.PointerEventPass.Main
|
||
|
r3 = r5
|
||
|
kotlin.coroutines.Continuation r3 = (kotlin.coroutines.Continuation) r3
|
||
|
r5.L$0 = r1
|
||
|
r5.label = r2
|
||
|
java.lang.Object r6 = r1.awaitPointerEvent(r6, r3)
|
||
|
if (r6 != r0) goto L33
|
||
|
return r0
|
||
|
L33:
|
||
|
androidx.compose.ui.input.pointer.PointerEvent r6 = (androidx.compose.ui.input.pointer.PointerEvent) r6
|
||
|
int r3 = r6.getType()
|
||
|
androidx.compose.ui.input.pointer.PointerEventType$Companion r4 = androidx.compose.ui.input.pointer.PointerEventType.INSTANCE
|
||
|
int r4 = r4.m3712getEnter7fucELk()
|
||
|
boolean r3 = androidx.compose.ui.input.pointer.PointerEventType.m3708equalsimpl0(r3, r4)
|
||
|
if (r3 == 0) goto L4b
|
||
|
androidx.compose.ui.input.pointer.PointerIconModifierLocal r6 = r5.$pointerIconModifierLocal
|
||
|
r6.enter()
|
||
|
goto L23
|
||
|
L4b:
|
||
|
int r6 = r6.getType()
|
||
|
androidx.compose.ui.input.pointer.PointerEventType$Companion r3 = androidx.compose.ui.input.pointer.PointerEventType.INSTANCE
|
||
|
int r3 = r3.m3713getExit7fucELk()
|
||
|
boolean r6 = androidx.compose.ui.input.pointer.PointerEventType.m3708equalsimpl0(r6, r3)
|
||
|
if (r6 == 0) goto L23
|
||
|
androidx.compose.ui.input.pointer.PointerIconModifierLocal r6 = r5.$pointerIconModifierLocal
|
||
|
r6.exit()
|
||
|
goto L23
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: androidx.compose.ui.input.pointer.PointerIconKt$pointerHoverIcon$2$pointerInputModifier$1$1.AnonymousClass1.invokeSuspend(java.lang.Object):java.lang.Object");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||
|
public final Object invokeSuspend(Object obj) {
|
||
|
Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
|
||
|
int i = this.label;
|
||
|
if (i == 0) {
|
||
|
ResultKt.throwOnFailure(obj);
|
||
|
this.label = 1;
|
||
|
if (((PointerInputScope) this.L$0).awaitPointerEventScope(new AnonymousClass1(this.$pointerIconModifierLocal, null), this) == coroutine_suspended) {
|
||
|
return coroutine_suspended;
|
||
|
}
|
||
|
} else {
|
||
|
if (i != 1) {
|
||
|
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
|
||
|
}
|
||
|
ResultKt.throwOnFailure(obj);
|
||
|
}
|
||
|
return Unit.INSTANCE;
|
||
|
}
|
||
|
}
|