Rabbit-R1/switch port/java/sources/androidx/compose/ui/AbsoluteAlignment.java
2024-05-21 17:08:36 -04:00

80 lines
4.3 KiB
Java

package androidx.compose.ui;
import androidx.compose.ui.Alignment;
import androidx.compose.ui.BiasAbsoluteAlignment;
import kotlin.Metadata;
/* compiled from: Alignment.kt */
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\r\n\u0002\u0018\u0002\n\u0002\b\r\\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u001c\u0010\u0003\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0005\u0010\u0002\u001a\u0004\b\u0006\u0010\u0007R\u001c\u0010\b\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\t\u0010\u0002\u001a\u0004\b\n\u0010\u0007R\u001c\u0010\u000b\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\f\u0010\u0002\u001a\u0004\b\r\u0010\u0007R\u001c\u0010\u000e\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u000f\u0010\u0002\u001a\u0004\b\u0010\u0010\u0007R\u001c\u0010\u0011\u001a\u00020\u00128\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0013\u0010\u0002\u001a\u0004\b\u0014\u0010\u0015R\u001c\u0010\u0016\u001a\u00020\u00128\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0017\u0010\u0002\u001a\u0004\b\u0018\u0010\u0015R\u001c\u0010\u0019\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u001a\u0010\u0002\u001a\u0004\b\u001b\u0010\u0007R\u001c\u0010\u001c\u001a\u00020\u00048\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u001d\u0010\u0002\u001a\u0004\b\u001e\u0010\u0007¨\u0006\u001f"}, d2 = {"Landroidx/compose/ui/AbsoluteAlignment;", "", "()V", "BottomLeft", "Landroidx/compose/ui/Alignment;", "getBottomLeft$annotations", "getBottomLeft", "()Landroidx/compose/ui/Alignment;", "BottomRight", "getBottomRight$annotations", "getBottomRight", "CenterLeft", "getCenterLeft$annotations", "getCenterLeft", "CenterRight", "getCenterRight$annotations", "getCenterRight", "Left", "Landroidx/compose/ui/Alignment$Horizontal;", "getLeft$annotations", "getLeft", "()Landroidx/compose/ui/Alignment$Horizontal;", "Right", "getRight$annotations", "getRight", "TopLeft", "getTopLeft$annotations", "getTopLeft", "TopRight", "getTopRight$annotations", "getTopRight", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class AbsoluteAlignment {
public static final int $stable = 0;
public static final AbsoluteAlignment INSTANCE = new AbsoluteAlignment();
private static final Alignment TopLeft = new BiasAbsoluteAlignment(-1.0f, -1.0f);
private static final Alignment TopRight = new BiasAbsoluteAlignment(1.0f, -1.0f);
private static final Alignment CenterLeft = new BiasAbsoluteAlignment(-1.0f, 0.0f);
private static final Alignment CenterRight = new BiasAbsoluteAlignment(1.0f, 0.0f);
private static final Alignment BottomLeft = new BiasAbsoluteAlignment(-1.0f, 1.0f);
private static final Alignment BottomRight = new BiasAbsoluteAlignment(1.0f, 1.0f);
private static final Alignment.Horizontal Left = new BiasAbsoluteAlignment.Horizontal(-1.0f);
private static final Alignment.Horizontal Right = new BiasAbsoluteAlignment.Horizontal(1.0f);
public static /* synthetic */ void getBottomLeft$annotations() {
}
public static /* synthetic */ void getBottomRight$annotations() {
}
public static /* synthetic */ void getCenterLeft$annotations() {
}
public static /* synthetic */ void getCenterRight$annotations() {
}
public static /* synthetic */ void getLeft$annotations() {
}
public static /* synthetic */ void getRight$annotations() {
}
public static /* synthetic */ void getTopLeft$annotations() {
}
public static /* synthetic */ void getTopRight$annotations() {
}
public final Alignment getBottomLeft() {
return BottomLeft;
}
public final Alignment getBottomRight() {
return BottomRight;
}
public final Alignment getCenterLeft() {
return CenterLeft;
}
public final Alignment getCenterRight() {
return CenterRight;
}
public final Alignment.Horizontal getLeft() {
return Left;
}
public final Alignment.Horizontal getRight() {
return Right;
}
public final Alignment getTopLeft() {
return TopLeft;
}
public final Alignment getTopRight() {
return TopRight;
}
private AbsoluteAlignment() {
}
}