[go: nahoru, domu]

blob: 577517a33bd3bdb29bc9ac8fe51f14a272cb65c3 [file] [log] [blame]
// Signature format: 3.0
package androidx.compose.foundation.layout {
@androidx.compose.runtime.Immutable public final class AbsoluteArrangement {
field public static final androidx.compose.foundation.layout.AbsoluteArrangement INSTANCE;
}
public static final class AbsoluteArrangement.Center implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.Center INSTANCE;
}
public static final class AbsoluteArrangement.Left implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.Left INSTANCE;
}
public static final class AbsoluteArrangement.Right implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.Right INSTANCE;
}
public static final class AbsoluteArrangement.SpaceAround implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.SpaceAround INSTANCE;
}
public static final class AbsoluteArrangement.SpaceBetween implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.SpaceBetween INSTANCE;
}
public static final class AbsoluteArrangement.SpaceEvenly implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.AbsoluteArrangement.SpaceEvenly INSTANCE;
}
public final class AlignmentLineKt {
method @Deprecated @androidx.compose.runtime.Composable public static void AlignmentLineOffset-Dl0LqP8(androidx.ui.core.AlignmentLine alignmentLine, androidx.ui.core.Modifier modifier = Modifier, float before = 0.dp, float after = 0.dp, kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier relativePaddingFrom-ULCRNhA(androidx.ui.core.Modifier, androidx.ui.core.AlignmentLine alignmentLine, float before = 0.dp, float after = 0.dp);
}
@androidx.compose.runtime.Immutable public final class Arrangement {
field public static final androidx.compose.foundation.layout.Arrangement INSTANCE;
}
public static final class Arrangement.Bottom implements androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.Bottom INSTANCE;
}
public static final class Arrangement.Center implements androidx.compose.foundation.layout.Arrangement.Horizontal androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.Center INSTANCE;
}
public static final class Arrangement.End implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.Arrangement.End INSTANCE;
}
public static interface Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
}
public static final class Arrangement.SpaceAround implements androidx.compose.foundation.layout.Arrangement.Horizontal androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.SpaceAround INSTANCE;
}
public static final class Arrangement.SpaceBetween implements androidx.compose.foundation.layout.Arrangement.Horizontal androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.SpaceBetween INSTANCE;
}
public static final class Arrangement.SpaceEvenly implements androidx.compose.foundation.layout.Arrangement.Horizontal androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.SpaceEvenly INSTANCE;
}
public static final class Arrangement.Start implements androidx.compose.foundation.layout.Arrangement.Horizontal {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size, androidx.compose.ui.unit.LayoutDirection layoutDirection);
field public static final androidx.compose.foundation.layout.Arrangement.Start INSTANCE;
}
public static final class Arrangement.Top implements androidx.compose.foundation.layout.Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
field public static final androidx.compose.foundation.layout.Arrangement.Top INSTANCE;
}
public static interface Arrangement.Vertical {
method public java.util.List<java.lang.Integer> arrange(int totalSize, java.util.List<java.lang.Integer> size);
}
public final class ChainStyle {
field public static final androidx.compose.foundation.layout.ChainStyle.Companion Companion;
}
public static final class ChainStyle.Companion {
method public androidx.compose.foundation.layout.ChainStyle Packed(float bias);
method public androidx.compose.foundation.layout.ChainStyle getPacked();
method public androidx.compose.foundation.layout.ChainStyle getSpread();
method public androidx.compose.foundation.layout.ChainStyle getSpreadInside();
property public final androidx.compose.foundation.layout.ChainStyle Packed;
property public final androidx.compose.foundation.layout.ChainStyle Spread;
property public final androidx.compose.foundation.layout.ChainStyle SpreadInside;
}
public final class ColumnKt {
method @androidx.compose.runtime.Composable public static inline void Column(androidx.ui.core.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.ui.core.Alignment.Horizontal horizontalGravity = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.ui.core.LayoutNode.MeasureBlocks columnMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, androidx.ui.core.Alignment.Horizontal horizontalGravity);
field @kotlin.PublishedApi internal static final androidx.ui.core.LayoutNode.MeasureBlocks DefaultColumnMeasureBlocks;
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public final class ColumnScope {
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier alignWithSiblings(androidx.ui.core.Modifier, androidx.ui.core.VerticalAlignmentLine alignmentLine);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier alignWithSiblings(androidx.ui.core.Modifier, kotlin.jvm.functions.Function1<? super androidx.ui.core.Measured,java.lang.Integer> alignmentLineBlock);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier gravity(androidx.ui.core.Modifier, androidx.ui.core.Alignment.Horizontal align);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier weight(androidx.ui.core.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float weight, boolean fill = true);
field public static final androidx.compose.foundation.layout.ColumnScope INSTANCE;
}
@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstrainScope {
method public void centerAround(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor anchor);
method public void centerAround(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor anchor);
method public void centerHorizontallyTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
method public void centerTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
method public void centerVerticallyTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getAbsoluteLeft();
method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getAbsoluteRight();
method public androidx.compose.foundation.layout.ConstrainScope.BaselineAnchorable getBaseline();
method public androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable getBottom();
method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getEnd();
method public androidx.compose.foundation.layout.Dimension getHeight();
method public androidx.compose.foundation.layout.ConstrainedLayoutReference getParent();
method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getStart();
method public androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable getTop();
method public androidx.compose.foundation.layout.Dimension getWidth();
method public void linkTo-6izaRyI(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start, androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top, androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end, androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom, float startMargin = 0.dp, float topMargin = 0.dp, float endMargin = 0.dp, float bottomMargin = 0.dp, @FloatRange(from=0.0, to=1.0) float horizontalBias = 0.5f, @FloatRange(from=0.0, to=1.0) float verticalBias = 0.5f);
method public void linkTo-KSLczBc(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top, androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom, float topMargin = 0.dp, float bottomMargin = 0.dp, @FloatRange(from=0.0, to=1.0) float bias = 0.5f);
method public void linkTo-tOGOrBo(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start, androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end, float startMargin = 0.dp, float endMargin = 0.dp, @FloatRange(from=0.0, to=1.0) float bias = 0.5f);
method public void setHeight(androidx.compose.foundation.layout.Dimension value);
method public void setWidth(androidx.compose.foundation.layout.Dimension value);
property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable absoluteLeft;
property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable absoluteRight;
property public final androidx.compose.foundation.layout.ConstrainScope.BaselineAnchorable baseline;
property public final androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable bottom;
property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable end;
property public final androidx.compose.foundation.layout.Dimension height;
property public final androidx.compose.foundation.layout.ConstrainedLayoutReference parent;
property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable start;
property public final androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable top;
property public final androidx.compose.foundation.layout.Dimension width;
}
public final class ConstrainScope.BaselineAnchorable {
method public void linkTo-CqewBRU(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor anchor, float margin = 0.dp);
}
public final class ConstrainScope.HorizontalAnchorable {
method public void linkTo-TilihPk(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor anchor, float margin = 0.dp);
}
public final class ConstrainScope.VerticalAnchorable {
method public void linkTo-n6KZxjU(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor anchor, float margin = 0.dp);
}
public final class ConstrainedLayoutReference {
ctor public ConstrainedLayoutReference(Object id);
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getAbsoluteLeft();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getAbsoluteRight();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor getBaseline();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor getBottom();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getEnd();
method public Object getId();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getStart();
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor getTop();
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor absoluteLeft;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor absoluteRight;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor baseline;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top;
}
public abstract class ConstraintLayoutBaseScope {
ctor public ConstraintLayoutBaseScope();
method public final void applyTo(androidx.compose.foundation.layout.State state);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createAbsoluteLeftBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createAbsoluteRightBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createBottomBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createEndBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteLeft(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteLeft-0680j_4(float offset);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteRight(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteRight-0680j_4(float offset);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromBottom(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromBottom-0680j_4(float offset);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromEnd(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromEnd-0680j_4(float offset);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromStart(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromStart-0680j_4(float offset);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromTop(float fraction);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromTop-0680j_4(float offset);
method public final void createHorizontalChain(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ChainStyle chainStyle = ChainStyle.Spread);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createStartBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createTopBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
method public final void createVerticalChain(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ChainStyle chainStyle = ChainStyle.Spread);
method protected final java.util.List<kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.State,kotlin.Unit>> getTasks();
method public final void reset();
property protected final java.util.List<kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.State,kotlin.Unit>> tasks;
}
public static final class ConstraintLayoutBaseScope.BaselineAnchor {
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor copy(Object id);
}
public static final class ConstraintLayoutBaseScope.HorizontalAnchor {
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor copy(Object id, int index);
}
public static final class ConstraintLayoutBaseScope.VerticalAnchor {
method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor copy(Object id, int index);
}
public final class ConstraintLayoutKt {
method @androidx.compose.runtime.Composable public static void ConstraintLayout(androidx.ui.core.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstraintLayoutScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable public static void ConstraintLayout(androidx.compose.foundation.layout.ConstraintSet constraintSet, androidx.ui.core.Modifier modifier = Modifier, kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @Deprecated public static androidx.compose.foundation.layout.ConstraintSet ConstraintSet(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstraintSetBuilderScope,kotlin.Unit> description);
method public static androidx.compose.foundation.layout.ConstraintSet ConstraintSet2(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstraintSetScope,kotlin.Unit> description);
method public static androidx.compose.foundation.layout.Dimension.MaxCoercible atLeast-mVwPmw8(androidx.compose.foundation.layout.Dimension.Coercible, float dp);
method public static androidx.compose.foundation.layout.Dimension atLeastWrapContent-wkvWzeM(androidx.compose.foundation.layout.Dimension.MinCoercible, float dp);
method public static androidx.compose.foundation.layout.Dimension atMost-abS_yDw(androidx.compose.foundation.layout.Dimension.MaxCoercible, float dp);
method public static androidx.compose.foundation.layout.Dimension.MinCoercible atMost-mVwPmw8(androidx.compose.foundation.layout.Dimension.Coercible, float dp);
method public static androidx.compose.foundation.layout.Dimension.MaxCoercible getAtLeastWrapContent(androidx.compose.foundation.layout.Dimension.Coercible);
method public static androidx.compose.foundation.layout.Dimension getAtLeastWrapContent(androidx.compose.foundation.layout.Dimension.MinCoercible);
method public static androidx.compose.foundation.layout.Dimension.MinCoercible getAtMostWrapContent(androidx.compose.foundation.layout.Dimension.Coercible);
method public static androidx.compose.foundation.layout.Dimension getAtMostWrapContent(androidx.compose.foundation.layout.Dimension.MaxCoercible);
}
@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintLayoutScope extends androidx.compose.foundation.layout.ConstraintLayoutBaseScope {
method public androidx.ui.core.Modifier constrainAs(androidx.ui.core.Modifier, androidx.compose.foundation.layout.ConstrainedLayoutReference ref, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstrainScope,kotlin.Unit> constrainBlock);
method public androidx.compose.foundation.layout.ConstrainedLayoutReference createRef();
method public androidx.compose.foundation.layout.ConstraintLayoutScope.ConstrainedLayoutReferences createRefs();
}
public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component1();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component10();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component11();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component12();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component13();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component14();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component15();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component16();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component2();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component3();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component4();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component5();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component6();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component7();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component8();
method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component9();
}
@androidx.compose.runtime.Immutable public interface ConstraintSet {
method public void applyTo(androidx.compose.foundation.layout.State state, java.util.List<? extends androidx.ui.core.Measurable> measurables);
}
@Deprecated public final class ConstraintSetBuilderScope {
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.BarrierAnchor createBottomBarrier(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference... elements);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.GuidelineAnchor createGuidelineFromBottom(float percent);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.GuidelineAnchor createGuidelineFromBottom-0680j_4(float offset);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.GuidelineAnchor createGuidelineFromLeft(float percent);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.GuidelineAnchor createGuidelineFromLeft-0680j_4(float offset);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.GuidelineAnchor createGuidelineFromRight(float percent);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.GuidelineAnchor createGuidelineFromRight-0680j_4(float offset);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.GuidelineAnchor createGuidelineFromTop(float percent);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.GuidelineAnchor createGuidelineFromTop-0680j_4(float offset);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalChain createHorizontalChain(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle chainStyle = ChainStyle.Spread);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.BarrierAnchor createLeftBarrier(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference... elements);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.BarrierAnchor createRightBarrier(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference... elements);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.BarrierAnchor createTopBarrier(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference... elements);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalChain createVerticalChain(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle chainStyle = ChainStyle.Spread);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MinCoercible getMaxWrap(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getMaxWrap(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MaxCoercible);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MaxCoercible getMinWrap(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getMinWrap(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MinCoercible);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference getParent();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getSpread();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible getWrap();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getWrapFixed();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MinCoercible max-_bqzGEQ(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible, float dp);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension max-k5LfrrM(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MaxCoercible, float dp);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension min-DMYS00c(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MinCoercible, float dp);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MaxCoercible min-_bqzGEQ(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible, float dp);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension percent(float percent);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference tag(Object tag);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible value-0680j_4(float dp);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension valueFixed-0680j_4(float dp);
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MinCoercible maxWrap;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension maxWrap;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.MaxCoercible minWrap;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension minWrap;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference parent;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension spread;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension.Coercible wrap;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension wrapFixed;
}
@Deprecated public static final class ConstraintSetBuilderScope.ChainStyle {
field @Deprecated public static final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle.Companion Companion;
}
@Deprecated public static final class ConstraintSetBuilderScope.ChainStyle.Companion {
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle Packed(float bias);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle getPacked();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle getSpread();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle getSpreadInside();
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle Packed;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle Spread;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ChainStyle SpreadInside;
}
@Deprecated public static final class ConstraintSetBuilderScope.ConstrainedLayoutBaselineAnchor {
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutBaselineAnchor other);
method @Deprecated public androidx.compose.foundation.layout.State getState();
method @Deprecated public Object getTag();
}
@Deprecated public final class ConstraintSetBuilderScope.ConstrainedLayoutReference {
method @Deprecated public void center();
method @Deprecated public void centerHorizontally();
method @Deprecated public void centerVertically();
method @Deprecated public infix void constrainHorizontallyTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference other);
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference other);
method @Deprecated public infix void constrainVerticallyTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference other);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutBaselineAnchor getBaseline();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor getBottom();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getHeight();
method @Deprecated public float getHorizontalBias();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor getLeft();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor getRight();
method @Deprecated public Object getTag();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor getTop();
method @Deprecated public float getVerticalBias();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension getWidth();
method @Deprecated public void setBaseline(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutBaselineAnchor p);
method @Deprecated public void setBottom(androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor p);
method @Deprecated public void setHeight(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension value);
method @Deprecated public void setHorizontalBias(float value);
method @Deprecated public void setRight(androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor p);
method @Deprecated public void setVerticalBias(float value);
method @Deprecated public void setWidth(androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension value);
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutBaselineAnchor baseline;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension height;
property public final float horizontalBias;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor left;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor right;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor top;
property public final float verticalBias;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension width;
}
@Deprecated public static interface ConstraintSetBuilderScope.Dimension {
}
@Deprecated public static interface ConstraintSetBuilderScope.Dimension.Coercible extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension {
}
@Deprecated public static interface ConstraintSetBuilderScope.Dimension.MaxCoercible extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension {
}
@Deprecated public static interface ConstraintSetBuilderScope.Dimension.MinCoercible extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.Dimension {
}
@Deprecated public abstract static sealed class ConstraintSetBuilderScope.HorizontalAnchor {
}
@Deprecated public static final class ConstraintSetBuilderScope.HorizontalAnchor.BarrierAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor {
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public float getMargin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
method @Deprecated public void setMargin-0680j_4(float value);
property public final float margin;
}
@Deprecated public static final class ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor {
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor other);
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public float getMargin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
method @Deprecated public void setMargin-0680j_4(float value);
property public final float margin;
property public Object tag;
}
@Deprecated public static final class ConstraintSetBuilderScope.HorizontalAnchor.GuidelineAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor {
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
}
@Deprecated public static final class ConstraintSetBuilderScope.HorizontalChain {
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference other);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor getLeft();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor getRight();
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor left;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor right;
}
@Deprecated public abstract static sealed class ConstraintSetBuilderScope.VerticalAnchor {
}
@Deprecated public static final class ConstraintSetBuilderScope.VerticalAnchor.BarrierAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor {
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public float getMargin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
method @Deprecated public void setMargin-0680j_4(float value);
property public final float margin;
}
@Deprecated public static final class ConstraintSetBuilderScope.VerticalAnchor.ConstrainedLayoutAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor {
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor other);
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public float getMargin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
method @Deprecated public void setMargin-0680j_4(float value);
property public final float margin;
property public Object tag;
}
@Deprecated public static final class ConstraintSetBuilderScope.VerticalAnchor.GuidelineAnchor extends androidx.compose.foundation.layout.ConstraintSetBuilderScope.VerticalAnchor {
method @Deprecated public int getIndex$lintWithKotlin();
method @Deprecated public androidx.compose.foundation.layout.State getState$lintWithKotlin();
method @Deprecated public Object getTag$lintWithKotlin();
}
@Deprecated public static final class ConstraintSetBuilderScope.VerticalChain {
method @Deprecated public infix void constrainTo(androidx.compose.foundation.layout.ConstraintSetBuilderScope.ConstrainedLayoutReference other);
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor getBottom();
method @Deprecated public androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor getTop();
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintSetBuilderScope.HorizontalAnchor.ConstrainedLayoutAnchor top;
}
@androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extends androidx.compose.foundation.layout.ConstraintLayoutBaseScope {
method public androidx.compose.foundation.layout.ConstrainScope constrain(androidx.compose.foundation.layout.ConstrainedLayoutReference ref, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstrainScope,kotlin.Unit> constrainBlock);
method public androidx.compose.foundation.layout.ConstrainedLayoutReference createRefFor(Object id);
}
@androidx.compose.runtime.Immutable public abstract sealed class CrossAxisAlignment {
field public static final androidx.compose.foundation.layout.CrossAxisAlignment.Companion Companion;
}
public static final class CrossAxisAlignment.Companion {
method public androidx.compose.foundation.layout.CrossAxisAlignment AlignmentLine(androidx.ui.core.AlignmentLine alignmentLine);
method public androidx.compose.foundation.layout.CrossAxisAlignment getCenter();
method public androidx.compose.foundation.layout.CrossAxisAlignment getEnd();
method public androidx.compose.foundation.layout.CrossAxisAlignment getStart();
property public final androidx.compose.foundation.layout.CrossAxisAlignment Center;
property public final androidx.compose.foundation.layout.CrossAxisAlignment End;
property public final androidx.compose.foundation.layout.CrossAxisAlignment Start;
}
public interface Dimension {
field public static final androidx.compose.foundation.layout.Dimension.Companion Companion;
}
public static interface Dimension.Coercible extends androidx.compose.foundation.layout.Dimension {
}
public static final class Dimension.Companion {
method public androidx.compose.foundation.layout.Dimension getFillToConstraints();
method public androidx.compose.foundation.layout.Dimension.Coercible getPreferredWrapContent();
method public androidx.compose.foundation.layout.Dimension getWrapContent();
method public androidx.compose.foundation.layout.Dimension percent(float percent);
method public androidx.compose.foundation.layout.Dimension.Coercible preferredValue-0680j_4(float dp);
method public androidx.compose.foundation.layout.Dimension value-0680j_4(float dp);
property public final androidx.compose.foundation.layout.Dimension fillToConstraints;
property public final androidx.compose.foundation.layout.Dimension.Coercible preferredWrapContent;
property public final androidx.compose.foundation.layout.Dimension wrapContent;
}
public static interface Dimension.MaxCoercible extends androidx.compose.foundation.layout.Dimension {
}
public static interface Dimension.MinCoercible extends androidx.compose.foundation.layout.Dimension {
}
@androidx.compose.runtime.Immutable public final class DpConstraints {
method public float component1();
method public float component2();
method public float component3();
method public float component4();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.DpConstraints copy-ZmiikuI(float minWidth, float maxWidth, float minHeight, float maxHeight);
method public float getMaxHeight();
method public float getMaxWidth();
method public float getMinHeight();
method public float getMinWidth();
field public static final androidx.compose.foundation.layout.DpConstraints.Companion Companion;
}
public static final class DpConstraints.Companion {
method @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixed-ioHfwGI(float width, float height);
method @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixedHeight-0680j_4(float height);
method @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixedWidth-0680j_4(float width);
}
public final class DpConstraintsKt {
method @androidx.compose.runtime.Stable public static androidx.compose.ui.unit.Constraints Constraints(androidx.compose.ui.unit.Density, androidx.compose.foundation.layout.DpConstraints dpConstraints);
method @androidx.compose.runtime.Stable public static androidx.compose.foundation.layout.DpConstraints DpConstraints(androidx.compose.ui.unit.Density, androidx.compose.ui.unit.Constraints constraints);
method @androidx.compose.runtime.Stable public static androidx.compose.foundation.layout.DpConstraints enforce(androidx.compose.foundation.layout.DpConstraints, androidx.compose.foundation.layout.DpConstraints otherConstraints);
method public static boolean getHasBoundedHeight(androidx.compose.foundation.layout.DpConstraints);
method public static boolean getHasBoundedWidth(androidx.compose.foundation.layout.DpConstraints);
method public static boolean getHasFixedHeight(androidx.compose.foundation.layout.DpConstraints);
method public static boolean getHasFixedWidth(androidx.compose.foundation.layout.DpConstraints);
method public static boolean getSatisfiable(androidx.compose.foundation.layout.DpConstraints);
method public static boolean isZero(androidx.compose.foundation.layout.DpConstraints);
method @androidx.compose.runtime.Stable public static androidx.compose.foundation.layout.DpConstraints offset-Dnn0juw(androidx.compose.foundation.layout.DpConstraints, float horizontal = 0.dp, float vertical = 0.dp);
}
@kotlin.RequiresOptIn(message="The API of this layout is experimental and is likely to change in the future.") public @interface ExperimentalLayout {
}
public enum FlowCrossAxisAlignment {
method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Start;
}
public final class FlowKt {
method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Composable public static void FlowColumn-4CIokMg(androidx.compose.foundation.layout.SizeMode mainAxisSize = androidx.compose.foundation.layout.SizeMode.Wrap, androidx.compose.foundation.layout.MainAxisAlignment mainAxisAlignment = androidx.compose.foundation.layout.MainAxisAlignment.Start, float mainAxisSpacing = 0.dp, androidx.compose.foundation.layout.FlowCrossAxisAlignment crossAxisAlignment = androidx.compose.foundation.layout.FlowCrossAxisAlignment.Start, float crossAxisSpacing = 0.dp, androidx.compose.foundation.layout.MainAxisAlignment lastLineMainAxisAlignment = mainAxisAlignment, kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Composable public static void FlowRow-4CIokMg(androidx.compose.foundation.layout.SizeMode mainAxisSize = androidx.compose.foundation.layout.SizeMode.Wrap, androidx.compose.foundation.layout.MainAxisAlignment mainAxisAlignment = androidx.compose.foundation.layout.MainAxisAlignment.Start, float mainAxisSpacing = 0.dp, androidx.compose.foundation.layout.FlowCrossAxisAlignment crossAxisAlignment = androidx.compose.foundation.layout.FlowCrossAxisAlignment.Start, float crossAxisSpacing = 0.dp, androidx.compose.foundation.layout.MainAxisAlignment lastLineMainAxisAlignment = mainAxisAlignment, kotlin.jvm.functions.Function0<kotlin.Unit> children);
}
@androidx.compose.runtime.Immutable public final class InnerPadding {
method public float component1();
method public float component2();
method public float component3();
method public float component4();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.InnerPadding copy-ZmiikuI(float start, float top, float end, float bottom);
method public float getBottom();
method public float getEnd();
method public float getStart();
method public float getTop();
}
public final class IntrinsicKt {
method @Deprecated @androidx.compose.runtime.Composable public static void MaxIntrinsicHeight(kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @Deprecated @androidx.compose.runtime.Composable public static void MaxIntrinsicWidth(kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @Deprecated @androidx.compose.runtime.Composable public static void MinIntrinsicHeight(kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @Deprecated @androidx.compose.runtime.Composable public static void MinIntrinsicWidth(kotlin.jvm.functions.Function0<kotlin.Unit> children);
method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredHeight(androidx.ui.core.Modifier, androidx.compose.foundation.layout.IntrinsicSize intrinsicSize);
method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredWidth(androidx.ui.core.Modifier, androidx.compose.foundation.layout.IntrinsicSize intrinsicSize);
}
public enum IntrinsicSize {
method public static androidx.compose.foundation.layout.IntrinsicSize valueOf(String name) throws java.lang.IllegalArgumentException;
method public static androidx.compose.foundation.layout.IntrinsicSize[] values();
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Max;
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Min;
}
public final class LayoutAspectRatioKt {
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier aspectRatio(androidx.ui.core.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float ratio);
}
public final class LayoutDirectionsKt {
method public static androidx.ui.core.Modifier getLtr(androidx.ui.core.Modifier);
method public static androidx.ui.core.Modifier getRtl(androidx.ui.core.Modifier);
}
public final class LayoutOffsetKt {
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier offset-K6IzfrQ(androidx.ui.core.Modifier, float x = 0.dp, float y = 0.dp);
method public static androidx.ui.core.Modifier offsetPx(androidx.ui.core.Modifier, androidx.compose.runtime.State<java.lang.Float> x = mutableStateOf(0.0), androidx.compose.runtime.State<java.lang.Float> y = mutableStateOf(0.0));
}
public final class LayoutPaddingKt {
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier absolutePadding-2kLEG1s(androidx.ui.core.Modifier, float left = 0.dp, float top = 0.dp, float right = 0.dp, float bottom = 0.dp);
method public static androidx.ui.core.Modifier padding(androidx.ui.core.Modifier, androidx.compose.foundation.layout.InnerPadding padding);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier padding-2kLEG1s(androidx.ui.core.Modifier, float start = 0.dp, float top = 0.dp, float end = 0.dp, float bottom = 0.dp);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier padding-K6IzfrQ(androidx.ui.core.Modifier, float horizontal = 0.dp, float vertical = 0.dp);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier padding-Zgi1SAs(androidx.ui.core.Modifier, float all);
}
@kotlin.DslMarker public @interface LayoutScopeMarker {
}
public final class LayoutSizeKt {
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier defaultMinSizeConstraints-K6IzfrQ(androidx.ui.core.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier fillMaxHeight(androidx.ui.core.Modifier);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier fillMaxSize(androidx.ui.core.Modifier);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier fillMaxWidth(androidx.ui.core.Modifier);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier height-Zgi1SAs(androidx.ui.core.Modifier, float height);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier heightIn-K6IzfrQ(androidx.ui.core.Modifier, float minHeight = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredHeight-Zgi1SAs(androidx.ui.core.Modifier, float height);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredHeightIn-K6IzfrQ(androidx.ui.core.Modifier, float minHeight = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredSize-K6IzfrQ(androidx.ui.core.Modifier, float width, float height);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredSize-Zgi1SAs(androidx.ui.core.Modifier, float size);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredSizeIn(androidx.ui.core.Modifier, androidx.compose.foundation.layout.DpConstraints constraints);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredSizeIn-2kLEG1s(androidx.ui.core.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredWidth-Zgi1SAs(androidx.ui.core.Modifier, float width);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier preferredWidthIn-K6IzfrQ(androidx.ui.core.Modifier, float minWidth = Dp.Unspecified, float maxWidth = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier size-K6IzfrQ(androidx.ui.core.Modifier, float width, float height);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier size-Zgi1SAs(androidx.ui.core.Modifier, float size);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier sizeIn(androidx.ui.core.Modifier, androidx.compose.foundation.layout.DpConstraints constraints);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier sizeIn-2kLEG1s(androidx.ui.core.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier width-Zgi1SAs(androidx.ui.core.Modifier, float width);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier widthIn-K6IzfrQ(androidx.ui.core.Modifier, float minWidth = Dp.Unspecified, float maxWidth = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier wrapContentHeight(androidx.ui.core.Modifier, androidx.ui.core.Alignment.Vertical align = Alignment.CenterVertically);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier wrapContentSize(androidx.ui.core.Modifier, androidx.ui.core.Alignment align = Alignment.Center);
method @androidx.compose.runtime.Stable public static androidx.ui.core.Modifier wrapContentWidth(androidx.ui.core.Modifier, androidx.ui.core.Alignment.Horizontal align = Alignment.CenterHorizontally);
}
public enum MainAxisAlignment {
method public static androidx.compose.foundation.layout.MainAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
method public static androidx.compose.foundation.layout.MainAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceAround;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceBetween;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceEvenly;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Start;
}
public final class RowColumnImplKt {
method @kotlin.PublishedApi internal static androidx.ui.core.LayoutNode.MeasureBlocks rowColumnMeasureBlocks(androidx.compose.foundation.layout.LayoutOrientation orientation, kotlin.jvm.functions.Function3<? super java.lang.Integer,? super java.util.List<java.lang.Integer>,? super androidx.compose.ui.unit.LayoutDirection,? extends java.util.List<java.lang.Integer>> arrangement, androidx.compose.foundation.layout.SizeMode crossAxisSize, androidx.compose.foundation.layout.CrossAxisAlignment crossAxisAlignment);
}
public final class RowKt {
method @androidx.compose.runtime.Composable public static inline void Row(androidx.ui.core.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.ui.core.Alignment.Vertical verticalGravity = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.ui.core.LayoutNode.MeasureBlocks rowMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement, androidx.ui.core.Alignment.Vertical verticalGravity);
field @kotlin.PublishedApi internal static final androidx.ui.core.LayoutNode.MeasureBlocks DefaultRowMeasureBlocks;
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public final class RowScope {
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier alignWithSiblings(androidx.ui.core.Modifier, androidx.ui.core.HorizontalAlignmentLine alignmentLine);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier alignWithSiblings(androidx.ui.core.Modifier, kotlin.jvm.functions.Function1<? super androidx.ui.core.Measured,java.lang.Integer> alignmentLineBlock);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier gravity(androidx.ui.core.Modifier, androidx.ui.core.Alignment.Vertical align);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier weight(androidx.ui.core.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float weight, boolean fill = true);
field public static final androidx.compose.foundation.layout.RowScope INSTANCE;
}
public enum SizeMode {
method public static androidx.compose.foundation.layout.SizeMode valueOf(String name) throws java.lang.IllegalArgumentException;
method public static androidx.compose.foundation.layout.SizeMode[] values();
enum_constant public static final androidx.compose.foundation.layout.SizeMode Expand;
enum_constant public static final androidx.compose.foundation.layout.SizeMode Wrap;
}
public final class SpacerKt {
method @androidx.compose.runtime.Composable public static void Spacer(androidx.ui.core.Modifier modifier);
}
public final class StackKt {
method @androidx.compose.runtime.Composable public static void Stack(androidx.ui.core.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.StackScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public final class StackScope {
ctor public StackScope();
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier gravity(androidx.ui.core.Modifier, androidx.ui.core.Alignment align);
method @androidx.compose.runtime.Stable public androidx.ui.core.Modifier matchParentSize(androidx.ui.core.Modifier);
}
public final class State extends androidx.constraintlayout.core.state.State {
ctor public State(androidx.compose.ui.unit.Density density);
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
method public androidx.compose.ui.unit.Constraints getRootIncomingConstraints();
method public void setLayoutDirection(androidx.compose.ui.unit.LayoutDirection p);
method public void setRootIncomingConstraints(androidx.compose.ui.unit.Constraints p);
property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final androidx.compose.ui.unit.Constraints rootIncomingConstraints;
field public androidx.compose.ui.unit.LayoutDirection layoutDirection;
field public androidx.compose.ui.unit.Constraints rootIncomingConstraints;
}
}