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

34 lines
1.7 KiB
Java

package androidx.compose.ui.graphics;
import androidx.compose.ui.geometry.SizeKt;
import androidx.compose.ui.graphics.Outline;
import androidx.compose.ui.unit.Density;
import androidx.compose.ui.unit.LayoutDirection;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: RectangleShape.kt */
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\"\u001c\u0010\u0000\u001a\u00020\u00018\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0002\u0010\u0003\u001a\u0004\b\u0004\u0010\u0005¨\u0006\u0006"}, d2 = {"RectangleShape", "Landroidx/compose/ui/graphics/Shape;", "getRectangleShape$annotations", "()V", "getRectangleShape", "()Landroidx/compose/ui/graphics/Shape;", "ui-graphics_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class RectangleShapeKt {
private static final Shape RectangleShape = new Shape() { // from class: androidx.compose.ui.graphics.RectangleShapeKt$RectangleShape$1
public String toString() {
return "RectangleShape";
}
@Override // androidx.compose.ui.graphics.Shape
/* renamed from: createOutline-Pq9zytI */
public Outline.Rectangle mo218createOutlinePq9zytI(long size, LayoutDirection layoutDirection, Density density) {
Intrinsics.checkNotNullParameter(layoutDirection, "layoutDirection");
Intrinsics.checkNotNullParameter(density, "density");
return new Outline.Rectangle(SizeKt.m2490toRectuvyYCjk(size));
}
};
public static final Shape getRectangleShape() {
return RectangleShape;
}
public static /* synthetic */ void getRectangleShape$annotations() {
}
}