blob: a9f1f91fba596bc17988b909470539fa48a7e0b1 [file] [log] [blame]
// Signature format: 4.0
package androidx.wear.compose.foundation {
public final inline class AnchorType {
ctor public AnchorType();
}
public static final class AnchorType.Companion {
method public float getCenter();
method public float getEnd();
method public float getStart();
property public final float Center;
property public final float End;
property public final float Start;
}
public final class CurvedRowKt {
method @androidx.compose.runtime.Composable public static void CurvedRow(optional androidx.compose.ui.Modifier modifier, optional float anchor, optional float anchorType, optional float radialAlignment, optional boolean clockwise, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedRowScope,kotlin.Unit> content);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface CurvedRowScope {
method public androidx.compose.ui.Modifier radialAlignment(androidx.compose.ui.Modifier, float alignment);
}
public final inline class RadialAlignment {
ctor public RadialAlignment();
}
public static final class RadialAlignment.Companion {
method public float Custom(float ratio);
method public float getCenter();
method public float getInner();
method public float getOuter();
property public final float Center;
property public final float Inner;
property public final float Outer;
}
}