Rabbit-R1/switch port/java/sources/androidx/compose/foundation/lazy/LazyDslKt$items$4.java
2024-05-21 17:08:36 -04:00

58 lines
2.8 KiB
Java

package androidx.compose.foundation.lazy;
import androidx.compose.runtime.Composer;
import androidx.compose.runtime.ComposerKt;
import androidx.exifinterface.media.ExifInterface;
import java.util.List;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function4;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.Lambda;
/* compiled from: LazyDsl.kt */
@Metadata(d1 = {"\u0000\u0016\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\u0010\u0000\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u0002*\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H\u000b¢\u0006\u0004\b\u0006\u0010\u0007"}, d2 = {"<anonymous>", "", ExifInterface.GPS_DIRECTION_TRUE, "Landroidx/compose/foundation/lazy/LazyItemScope;", "it", "", "invoke", "(Landroidx/compose/foundation/lazy/LazyItemScope;ILandroidx/compose/runtime/Composer;I)V"}, k = 3, mv = {1, 8, 0}, xi = 176)
/* loaded from: classes.dex */
public final class LazyDslKt$items$4 extends Lambda implements Function4<LazyItemScope, Integer, Composer, Integer, Unit> {
final /* synthetic */ Function4<LazyItemScope, T, Composer, Integer, Unit> $itemContent;
final /* synthetic */ List<T> $items;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public LazyDslKt$items$4(Function4<? super LazyItemScope, ? super T, ? super Composer, ? super Integer, Unit> function4, List<? extends T> list) {
super(4);
this.$itemContent = function4;
this.$items = list;
}
@Override // kotlin.jvm.functions.Function4
public /* bridge */ /* synthetic */ Unit invoke(LazyItemScope lazyItemScope, Integer num, Composer composer, Integer num2) {
invoke(lazyItemScope, num.intValue(), composer, num2.intValue());
return Unit.INSTANCE;
}
public final void invoke(LazyItemScope items, int i, Composer composer, int i2) {
int i3;
Intrinsics.checkNotNullParameter(items, "$this$items");
ComposerKt.sourceInformation(composer, "C145@6530L22:LazyDsl.kt#428nma");
if ((i2 & 14) == 0) {
i3 = (composer.changed(items) ? 4 : 2) | i2;
} else {
i3 = i2;
}
if ((i2 & 112) == 0) {
i3 |= composer.changed(i) ? 32 : 16;
}
if ((i3 & 731) == 146 && composer.getSkipping()) {
composer.skipToGroupEnd();
return;
}
if (ComposerKt.isTraceInProgress()) {
ComposerKt.traceEventStart(-632812321, i3, -1, "androidx.compose.foundation.lazy.items.<anonymous> (LazyDsl.kt:144)");
}
this.$itemContent.invoke(items, this.$items.get(i), composer, Integer.valueOf(i3 & 14));
if (ComposerKt.isTraceInProgress()) {
ComposerKt.traceEventEnd();
}
}
}