Rabbit-R1/switch port/java/sources/androidx/compose/ui/layout/VerticalAlignmentLine.java

19 lines
1.2 KiB
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package androidx.compose.ui.layout;
import kotlin.Metadata;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: AlignmentLine.kt */
@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0007\u0018\u00002\u00020\u0001B\u001f\u0012\u0018\u0010\u0002\u001a\u0014\u0012\u0004\u0012\u00020\u0004\u0012\u0004\u0012\u00020\u0004\u0012\u0004\u0012\u00020\u00040\u0003¢\u0006\u0002\u0010\u0005¨\u0006\u0006"}, d2 = {"Landroidx/compose/ui/layout/VerticalAlignmentLine;", "Landroidx/compose/ui/layout/AlignmentLine;", "merger", "Lkotlin/Function2;", "", "(Lkotlin/jvm/functions/Function2;)V", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class VerticalAlignmentLine extends AlignmentLine {
public static final int $stable = 0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public VerticalAlignmentLine(Function2<? super Integer, ? super Integer, Integer> merger) {
super(merger, null);
Intrinsics.checkNotNullParameter(merger, "merger");
}
}