[go: nahoru, domu]

blob: f9ab6a470066a088eddf24c2616c4862f57d7bf8 [file] [log] [blame]
Mihai Popa3d1ff1d2019-02-25 12:03:23 +00001// Signature format: 3.0
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +01002package androidx.compose.foundation.layout {
Jeff Gastone6a3a042019-07-01 18:23:37 -04003
Louis Pullen-Freilich1f10a592020-07-24 16:35:14 +01004 @androidx.compose.runtime.Immutable public final class AbsoluteArrangement {
Mihai Popabc179852020-08-06 16:07:18 +01005 method public androidx.compose.foundation.layout.Arrangement.Horizontal aligned(androidx.compose.ui.Alignment.Horizontal alignment);
6 method public androidx.compose.foundation.layout.Arrangement.Horizontal getCenter();
7 method public androidx.compose.foundation.layout.Arrangement.Horizontal getLeft();
8 method public androidx.compose.foundation.layout.Arrangement.Horizontal getRight();
9 method public androidx.compose.foundation.layout.Arrangement.Horizontal getSpaceAround();
10 method public androidx.compose.foundation.layout.Arrangement.Horizontal getSpaceBetween();
11 method public androidx.compose.foundation.layout.Arrangement.Horizontal getSpaceEvenly();
12 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical spacedBy-0680j_4(float space);
13 method public androidx.compose.foundation.layout.Arrangement.Vertical spacedBy-6mHxxJo(float space, androidx.compose.ui.Alignment.Vertical alignment);
14 method public androidx.compose.foundation.layout.Arrangement.Horizontal spacedBy-w0p642k(float space, androidx.compose.ui.Alignment.Horizontal alignment);
15 property public final androidx.compose.foundation.layout.Arrangement.Horizontal Center;
16 property public final androidx.compose.foundation.layout.Arrangement.Horizontal Left;
17 property public final androidx.compose.foundation.layout.Arrangement.Horizontal Right;
18 property public final androidx.compose.foundation.layout.Arrangement.Horizontal SpaceAround;
19 property public final androidx.compose.foundation.layout.Arrangement.Horizontal SpaceBetween;
20 property public final androidx.compose.foundation.layout.Arrangement.Horizontal SpaceEvenly;
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +010021 field public static final androidx.compose.foundation.layout.AbsoluteArrangement INSTANCE;
Anastasia Soboleva82144712020-06-19 22:06:16 +010022 }
23
Mihai Popa60263e22019-08-27 18:57:41 +010024 public final class AlignmentLineKt {
Mihai Popa74ccf392020-08-04 19:55:58 +010025 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier relativePaddingFrom-7P-br3g(androidx.compose.ui.Modifier, androidx.compose.ui.AlignmentLine alignmentLine, float before = Dp.Unspecified, float after = Dp.Unspecified);
Mihai Popa60263e22019-08-27 18:57:41 +010026 }
27
Louis Pullen-Freilich1f10a592020-07-24 16:35:14 +010028 @androidx.compose.runtime.Immutable public final class Arrangement {
Mihai Popabc179852020-08-06 16:07:18 +010029 method public androidx.compose.foundation.layout.Arrangement.Horizontal aligned(androidx.compose.ui.Alignment.Horizontal alignment);
30 method public androidx.compose.foundation.layout.Arrangement.Vertical aligned(androidx.compose.ui.Alignment.Vertical alignment);
31 method public androidx.compose.foundation.layout.Arrangement.Vertical getBottom();
32 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical getCenter();
33 method public androidx.compose.foundation.layout.Arrangement.Horizontal getEnd();
34 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical getSpaceAround();
35 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical getSpaceBetween();
36 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical getSpaceEvenly();
37 method public androidx.compose.foundation.layout.Arrangement.Horizontal getStart();
38 method public androidx.compose.foundation.layout.Arrangement.Vertical getTop();
39 method public androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical spacedBy-0680j_4(float space);
40 method public androidx.compose.foundation.layout.Arrangement.Vertical spacedBy-6mHxxJo(float space, androidx.compose.ui.Alignment.Vertical alignment);
41 method public androidx.compose.foundation.layout.Arrangement.Horizontal spacedBy-w0p642k(float space, androidx.compose.ui.Alignment.Horizontal alignment);
42 property public final androidx.compose.foundation.layout.Arrangement.Vertical Bottom;
43 property public final androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical Center;
44 property public final androidx.compose.foundation.layout.Arrangement.Horizontal End;
45 property public final androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical SpaceAround;
46 property public final androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical SpaceBetween;
47 property public final androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical SpaceEvenly;
48 property public final androidx.compose.foundation.layout.Arrangement.Horizontal Start;
49 property public final androidx.compose.foundation.layout.Arrangement.Vertical Top;
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +010050 field public static final androidx.compose.foundation.layout.Arrangement INSTANCE;
Anastasia Soboleva34e8db32019-11-20 12:08:58 +000051 }
52
Mihai Popabc179852020-08-06 16:07:18 +010053 @androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Horizontal {
Mihai Popa325c2ec2020-09-11 15:11:58 +010054 method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.unit.Density density, int[] outPosition);
Mihai Popabc179852020-08-06 16:07:18 +010055 method public default float getSpacing();
56 property public default float spacing;
Anastasia Soboleva33403ab2020-02-02 23:16:23 +000057 }
58
Mihai Popabc179852020-08-06 16:07:18 +010059 @androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.HorizontalOrVertical extends androidx.compose.foundation.layout.Arrangement.Horizontal androidx.compose.foundation.layout.Arrangement.Vertical {
60 property public default float spacing;
Anastasia Soboleva33403ab2020-02-02 23:16:23 +000061 }
62
Mihai Popabc179852020-08-06 16:07:18 +010063 @androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Vertical {
Mihai Popa325c2ec2020-09-11 15:11:58 +010064 method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.Density density, int[] outPosition);
Mihai Popabc179852020-08-06 16:07:18 +010065 method public default float getSpacing();
66 property public default float spacing;
Anastasia Soboleva34e8db32019-11-20 12:08:58 +000067 }
68
Mihai Popa60a90cc2020-09-15 12:17:41 +010069 public final class BoxKt {
70 method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
71 method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier);
72 method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
73 }
74
75 @androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
76 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier align(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment alignment);
77 method @Deprecated @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier gravity(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align);
78 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier matchParentSize(androidx.compose.ui.Modifier);
79 field public static final androidx.compose.foundation.layout.BoxScope.Companion Companion;
80 }
81
82 public static final class BoxScope.Companion implements androidx.compose.foundation.layout.BoxScope {
83 }
84
Mihai Popa53f4dd702020-05-27 12:57:45 +010085 public final class ChainStyle {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +010086 field public static final androidx.compose.foundation.layout.ChainStyle.Companion Companion;
Mihai Popa53f4dd702020-05-27 12:57:45 +010087 }
88
89 public static final class ChainStyle.Companion {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +010090 method public androidx.compose.foundation.layout.ChainStyle Packed(float bias);
91 method public androidx.compose.foundation.layout.ChainStyle getPacked();
92 method public androidx.compose.foundation.layout.ChainStyle getSpread();
93 method public androidx.compose.foundation.layout.ChainStyle getSpreadInside();
94 property public final androidx.compose.foundation.layout.ChainStyle Packed;
95 property public final androidx.compose.foundation.layout.ChainStyle Spread;
96 property public final androidx.compose.foundation.layout.ChainStyle SpreadInside;
Mihai Popa53f4dd702020-05-27 12:57:45 +010097 }
98
Mihai Popa53db3272020-03-16 17:06:47 +000099 public final class ColumnKt {
Mihai Popad0e8f052020-09-02 15:49:54 +0100100 method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
101 method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.compose.ui.node.LayoutNode.MeasureBlocks columnMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, androidx.compose.ui.Alignment.Horizontal horizontalAlignment);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100102 field @kotlin.PublishedApi internal static final androidx.compose.ui.node.LayoutNode.MeasureBlocks DefaultColumnMeasureBlocks;
Mihai Popa53db3272020-03-16 17:06:47 +0000103 }
104
Mihai Popac8deeac2020-09-07 12:16:36 +0100105 @androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface ColumnScope {
106 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier align(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal alignment);
107 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier alignWithSiblings(androidx.compose.ui.Modifier, androidx.compose.ui.VerticalAlignmentLine alignmentLine);
108 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier alignWithSiblings(androidx.compose.ui.Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.layout.Measured,java.lang.Integer> alignmentLineBlock);
109 method @Deprecated @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier gravity(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align);
110 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier weight(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float weight, boolean fill = true);
111 field public static final androidx.compose.foundation.layout.ColumnScope.Companion Companion;
112 }
113
114 public static final class ColumnScope.Companion implements androidx.compose.foundation.layout.ColumnScope {
Anastasia Soboleva29bef5e2019-10-22 16:50:15 +0100115 }
116
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100117 @androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstrainScope {
118 method public void centerAround(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor anchor);
119 method public void centerAround(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor anchor);
120 method public void centerHorizontallyTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
121 method public void centerTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
122 method public void centerVerticallyTo(androidx.compose.foundation.layout.ConstrainedLayoutReference other);
123 method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getAbsoluteLeft();
124 method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getAbsoluteRight();
125 method public androidx.compose.foundation.layout.ConstrainScope.BaselineAnchorable getBaseline();
126 method public androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable getBottom();
127 method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getEnd();
128 method public androidx.compose.foundation.layout.Dimension getHeight();
129 method public androidx.compose.foundation.layout.ConstrainedLayoutReference getParent();
130 method public androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable getStart();
131 method public androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable getTop();
132 method public androidx.compose.foundation.layout.Dimension getWidth();
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100133 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);
134 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);
135 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);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100136 method public void setHeight(androidx.compose.foundation.layout.Dimension value);
137 method public void setWidth(androidx.compose.foundation.layout.Dimension value);
138 property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable absoluteLeft;
139 property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable absoluteRight;
140 property public final androidx.compose.foundation.layout.ConstrainScope.BaselineAnchorable baseline;
141 property public final androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable bottom;
142 property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable end;
143 property public final androidx.compose.foundation.layout.Dimension height;
144 property public final androidx.compose.foundation.layout.ConstrainedLayoutReference parent;
145 property public final androidx.compose.foundation.layout.ConstrainScope.VerticalAnchorable start;
146 property public final androidx.compose.foundation.layout.ConstrainScope.HorizontalAnchorable top;
147 property public final androidx.compose.foundation.layout.Dimension width;
Mihai Popa53f4dd702020-05-27 12:57:45 +0100148 }
149
150 public final class ConstrainScope.BaselineAnchorable {
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100151 method public void linkTo-CqewBRU(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor anchor, float margin = 0.dp);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100152 }
153
154 public final class ConstrainScope.HorizontalAnchorable {
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100155 method public void linkTo-TilihPk(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor anchor, float margin = 0.dp);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100156 }
157
158 public final class ConstrainScope.VerticalAnchorable {
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100159 method public void linkTo-n6KZxjU(androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor anchor, float margin = 0.dp);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100160 }
161
162 public final class ConstrainedLayoutReference {
Mihai Popa4d1d8142020-06-08 16:08:16 +0100163 ctor public ConstrainedLayoutReference(Object id);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100164 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getAbsoluteLeft();
165 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getAbsoluteRight();
166 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor getBaseline();
167 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor getBottom();
168 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getEnd();
Mihai Popa4d1d8142020-06-08 16:08:16 +0100169 method public Object getId();
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100170 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor getStart();
171 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor getTop();
172 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor absoluteLeft;
173 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor absoluteRight;
174 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor baseline;
175 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom;
176 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end;
177 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start;
178 property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top;
Mihai Popa53f4dd702020-05-27 12:57:45 +0100179 }
180
181 public abstract class ConstraintLayoutBaseScope {
182 ctor public ConstraintLayoutBaseScope();
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100183 method public final void applyTo(androidx.compose.foundation.layout.State state);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100184 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createAbsoluteLeftBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
185 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createAbsoluteRightBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
186 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createBottomBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
187 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createEndBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100188 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteLeft(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100189 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteLeft-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100190 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteRight(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100191 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromAbsoluteRight-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100192 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromBottom(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100193 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromBottom-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100194 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromEnd(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100195 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromEnd-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100196 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromStart(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100197 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createGuidelineFromStart-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100198 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromTop(float fraction);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100199 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createGuidelineFromTop-0680j_4(float offset);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100200 method public final void createHorizontalChain(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ChainStyle chainStyle = ChainStyle.Spread);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100201 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor createStartBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
202 method public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor createTopBarrier-GB4eHDc(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, float margin = 0.dp);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100203 method public final void createVerticalChain(androidx.compose.foundation.layout.ConstrainedLayoutReference![] elements, androidx.compose.foundation.layout.ChainStyle chainStyle = ChainStyle.Spread);
204 method protected final java.util.List<kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.State,kotlin.Unit>> getTasks();
Mihai Popa53f4dd702020-05-27 12:57:45 +0100205 method public final void reset();
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100206 property protected final java.util.List<kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.State,kotlin.Unit>> tasks;
Mihai Popa53f4dd702020-05-27 12:57:45 +0100207 }
208
209 public static final class ConstraintLayoutBaseScope.BaselineAnchor {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100210 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor copy(Object id);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100211 }
212
213 public static final class ConstraintLayoutBaseScope.HorizontalAnchor {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100214 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor copy(Object id, int index);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100215 }
216
217 public static final class ConstraintLayoutBaseScope.VerticalAnchor {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100218 method public androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor copy(Object id, int index);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100219 }
220
Mihai Popac9af2882020-03-16 17:55:00 +0000221 public final class ConstraintLayoutKt {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100222 method @androidx.compose.runtime.Composable public static void ConstraintLayout(androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstraintLayoutScope,kotlin.Unit> children);
223 method @androidx.compose.runtime.Composable public static void ConstraintLayout(androidx.compose.foundation.layout.ConstraintSet constraintSet, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function0<kotlin.Unit> children);
Mihai Popa4deab0f2020-07-30 01:22:08 +0100224 method public static androidx.compose.foundation.layout.ConstraintSet ConstraintSet(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstraintSetScope,kotlin.Unit> description);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100225 method public static androidx.compose.foundation.layout.Dimension.MaxCoercible atLeast-mVwPmw8(androidx.compose.foundation.layout.Dimension.Coercible, float dp);
226 method public static androidx.compose.foundation.layout.Dimension atLeastWrapContent-wkvWzeM(androidx.compose.foundation.layout.Dimension.MinCoercible, float dp);
227 method public static androidx.compose.foundation.layout.Dimension atMost-abS_yDw(androidx.compose.foundation.layout.Dimension.MaxCoercible, float dp);
228 method public static androidx.compose.foundation.layout.Dimension.MinCoercible atMost-mVwPmw8(androidx.compose.foundation.layout.Dimension.Coercible, float dp);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100229 method public static androidx.compose.foundation.layout.Dimension.MaxCoercible getAtLeastWrapContent(androidx.compose.foundation.layout.Dimension.Coercible);
230 method public static androidx.compose.foundation.layout.Dimension getAtLeastWrapContent(androidx.compose.foundation.layout.Dimension.MinCoercible);
231 method public static androidx.compose.foundation.layout.Dimension.MinCoercible getAtMostWrapContent(androidx.compose.foundation.layout.Dimension.Coercible);
232 method public static androidx.compose.foundation.layout.Dimension getAtMostWrapContent(androidx.compose.foundation.layout.Dimension.MaxCoercible);
Mihai Popac9af2882020-03-16 17:55:00 +0000233 }
234
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100235 @androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintLayoutScope extends androidx.compose.foundation.layout.ConstraintLayoutBaseScope {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100236 method public androidx.compose.ui.Modifier constrainAs(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.ConstrainedLayoutReference ref, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ConstrainScope,kotlin.Unit> constrainBlock);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100237 method public androidx.compose.foundation.layout.ConstrainedLayoutReference createRef();
238 method public androidx.compose.foundation.layout.ConstraintLayoutScope.ConstrainedLayoutReferences createRefs();
Mihai Popac9af2882020-03-16 17:55:00 +0000239 }
240
Mihai Popa53f4dd702020-05-27 12:57:45 +0100241 public final class ConstraintLayoutScope.ConstrainedLayoutReferences {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100242 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component1();
243 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component10();
244 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component11();
245 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component12();
246 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component13();
247 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component14();
248 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component15();
249 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component16();
250 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component2();
251 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component3();
252 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component4();
253 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component5();
254 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component6();
255 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component7();
256 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component8();
257 method public operator androidx.compose.foundation.layout.ConstrainedLayoutReference component9();
Mihai Popa53f4dd702020-05-27 12:57:45 +0100258 }
259
Louis Pullen-Freilich1f10a592020-07-24 16:35:14 +0100260 @androidx.compose.runtime.Immutable public interface ConstraintSet {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100261 method public void applyTo(androidx.compose.foundation.layout.State state, java.util.List<? extends androidx.compose.ui.Measurable> measurables);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100262 }
263
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100264 @androidx.compose.foundation.layout.LayoutScopeMarker public final class ConstraintSetScope extends androidx.compose.foundation.layout.ConstraintLayoutBaseScope {
265 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);
266 method public androidx.compose.foundation.layout.ConstrainedLayoutReference createRefFor(Object id);
Mihai Popa53f4dd702020-05-27 12:57:45 +0100267 }
268
Mihai Popa53f4dd702020-05-27 12:57:45 +0100269 public interface Dimension {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100270 field public static final androidx.compose.foundation.layout.Dimension.Companion Companion;
Mihai Popa53f4dd702020-05-27 12:57:45 +0100271 }
272
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100273 public static interface Dimension.Coercible extends androidx.compose.foundation.layout.Dimension {
Mihai Popa53f4dd702020-05-27 12:57:45 +0100274 }
275
276 public static final class Dimension.Companion {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100277 method public androidx.compose.foundation.layout.Dimension getFillToConstraints();
278 method public androidx.compose.foundation.layout.Dimension.Coercible getPreferredWrapContent();
279 method public androidx.compose.foundation.layout.Dimension getWrapContent();
280 method public androidx.compose.foundation.layout.Dimension percent(float percent);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100281 method public androidx.compose.foundation.layout.Dimension.Coercible preferredValue-0680j_4(float dp);
282 method public androidx.compose.foundation.layout.Dimension value-0680j_4(float dp);
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100283 property public final androidx.compose.foundation.layout.Dimension fillToConstraints;
284 property public final androidx.compose.foundation.layout.Dimension.Coercible preferredWrapContent;
285 property public final androidx.compose.foundation.layout.Dimension wrapContent;
Mihai Popa53f4dd702020-05-27 12:57:45 +0100286 }
287
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100288 public static interface Dimension.MaxCoercible extends androidx.compose.foundation.layout.Dimension {
Mihai Popa53f4dd702020-05-27 12:57:45 +0100289 }
290
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100291 public static interface Dimension.MinCoercible extends androidx.compose.foundation.layout.Dimension {
Mihai Popa53f4dd702020-05-27 12:57:45 +0100292 }
293
Mihai Popa96befd82020-09-03 15:30:32 +0100294 @Deprecated @androidx.compose.runtime.Immutable public final class DpConstraints {
295 method @Deprecated public float component1();
296 method @Deprecated public float component2();
297 method @Deprecated public float component3();
298 method @Deprecated public float component4();
299 method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.DpConstraints copy-ZmiikuI(float minWidth, float maxWidth, float minHeight, float maxHeight);
300 method @Deprecated public float getMaxHeight();
301 method @Deprecated public float getMaxWidth();
302 method @Deprecated public float getMinHeight();
303 method @Deprecated public float getMinWidth();
304 field @Deprecated public static final androidx.compose.foundation.layout.DpConstraints.Companion Companion;
Jeff Gastone6a3a042019-07-01 18:23:37 -0400305 }
306
Mihai Popa96befd82020-09-03 15:30:32 +0100307 @Deprecated public static final class DpConstraints.Companion {
308 method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixed-ioHfwGI(float width, float height);
309 method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixedHeight-0680j_4(float height);
310 method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.foundation.layout.DpConstraints fixedWidth-0680j_4(float width);
Jeff Gastone6a3a042019-07-01 18:23:37 -0400311 }
312
313 public final class DpConstraintsKt {
Mihai Popa96befd82020-09-03 15:30:32 +0100314 method @Deprecated @androidx.compose.runtime.Stable public static long Constraints(androidx.compose.ui.unit.Density, androidx.compose.foundation.layout.DpConstraints dpConstraints);
315 method @Deprecated @androidx.compose.runtime.Stable public static androidx.compose.foundation.layout.DpConstraints DpConstraints-qRtEn08(androidx.compose.ui.unit.Density, long constraints);
316 method @Deprecated @androidx.compose.runtime.Stable public static androidx.compose.foundation.layout.DpConstraints enforce(androidx.compose.foundation.layout.DpConstraints, androidx.compose.foundation.layout.DpConstraints otherConstraints);
317 method @Deprecated public static boolean getHasBoundedHeight(androidx.compose.foundation.layout.DpConstraints);
318 method @Deprecated public static boolean getHasBoundedWidth(androidx.compose.foundation.layout.DpConstraints);
319 method @Deprecated public static boolean getHasFixedHeight(androidx.compose.foundation.layout.DpConstraints);
320 method @Deprecated public static boolean getHasFixedWidth(androidx.compose.foundation.layout.DpConstraints);
321 method @Deprecated public static boolean getSatisfiable(androidx.compose.foundation.layout.DpConstraints);
322 method @Deprecated public static boolean isZero(androidx.compose.foundation.layout.DpConstraints);
323 method @Deprecated @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);
Jeff Gastone6a3a042019-07-01 18:23:37 -0400324 }
325
Aurimas Liutikas3ec16722020-05-27 13:08:04 -0700326 @kotlin.RequiresOptIn(message="The API of this layout is experimental and is likely to change in the future.") public @interface ExperimentalLayout {
Mihai Popa7d7481d2020-05-20 19:22:04 +0100327 }
328
Calin Tataru940129e2019-09-09 17:32:57 +0100329 public enum FlowCrossAxisAlignment {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100330 method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
331 method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment[] values();
332 enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Center;
333 enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment End;
334 enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Start;
Calin Tataru940129e2019-09-09 17:32:57 +0100335 }
336
337 public final class FlowKt {
Louis Pullen-Freilich1f10a592020-07-24 16:35:14 +0100338 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);
339 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);
Jeff Gastone6a3a042019-07-01 18:23:37 -0400340 }
341
Mihai Popabc179852020-08-06 16:07:18 +0100342 @kotlin.RequiresOptIn(message="This is an internal layout API subject to change and should not be used directly.") public @interface InternalLayoutApi {
343 }
344
Jeff Gastone6a3a042019-07-01 18:23:37 -0400345 public final class IntrinsicKt {
Louis Pullen-Freilich1f10a592020-07-24 16:35:14 +0100346 method @Deprecated @androidx.compose.runtime.Composable public static void MaxIntrinsicHeight(kotlin.jvm.functions.Function0<kotlin.Unit> children);
347 method @Deprecated @androidx.compose.runtime.Composable public static void MaxIntrinsicWidth(kotlin.jvm.functions.Function0<kotlin.Unit> children);
348 method @Deprecated @androidx.compose.runtime.Composable public static void MinIntrinsicHeight(kotlin.jvm.functions.Function0<kotlin.Unit> children);
349 method @Deprecated @androidx.compose.runtime.Composable public static void MinIntrinsicWidth(kotlin.jvm.functions.Function0<kotlin.Unit> children);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100350 method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredHeight(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.IntrinsicSize intrinsicSize);
351 method @androidx.compose.foundation.layout.ExperimentalLayout @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredWidth(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.IntrinsicSize intrinsicSize);
Mihai Popa8b5b06b2020-03-27 14:34:39 +0000352 }
353
354 public enum IntrinsicSize {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100355 method public static androidx.compose.foundation.layout.IntrinsicSize valueOf(String name) throws java.lang.IllegalArgumentException;
356 method public static androidx.compose.foundation.layout.IntrinsicSize[] values();
357 enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Max;
358 enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Min;
Jeff Gastone6a3a042019-07-01 18:23:37 -0400359 }
360
Mihai Popac9af2882020-03-16 17:55:00 +0000361 public final class LayoutAspectRatioKt {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100362 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier aspectRatio(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float ratio);
Mihai Popac9af2882020-03-16 17:55:00 +0000363 }
364
Adam Powell999a89b2020-03-11 09:08:07 -0700365 public final class LayoutOffsetKt {
Anastasia Soboleva4044ecf2020-07-28 15:05:24 +0100366 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier absoluteOffset-S2lCeAQ(androidx.compose.ui.Modifier, float x = 0.dp, float y = 0.dp);
367 method public static androidx.compose.ui.Modifier absoluteOffsetPx(androidx.compose.ui.Modifier, androidx.compose.runtime.State<java.lang.Float> x = mutableStateOf(0.0), androidx.compose.runtime.State<java.lang.Float> y = mutableStateOf(0.0));
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100368 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier offset-S2lCeAQ(androidx.compose.ui.Modifier, float x = 0.dp, float y = 0.dp);
369 method public static androidx.compose.ui.Modifier offsetPx(androidx.compose.ui.Modifier, androidx.compose.runtime.State<java.lang.Float> x = mutableStateOf(0.0), androidx.compose.runtime.State<java.lang.Float> y = mutableStateOf(0.0));
Adam Powell999a89b2020-03-11 09:08:07 -0700370 }
371
Mihai Popac9af2882020-03-16 17:55:00 +0000372 public final class LayoutPaddingKt {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100373 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier absolutePadding-w2-DAAU(androidx.compose.ui.Modifier, float left = 0.dp, float top = 0.dp, float right = 0.dp, float bottom = 0.dp);
Mihai Popa2a4260e2020-09-03 16:46:24 +0100374 method public static androidx.compose.ui.Modifier padding(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.PaddingValues padding);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100375 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier padding-S2lCeAQ(androidx.compose.ui.Modifier, float horizontal = 0.dp, float vertical = 0.dp);
376 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier padding-w2-DAAU(androidx.compose.ui.Modifier, float start = 0.dp, float top = 0.dp, float end = 0.dp, float bottom = 0.dp);
377 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier padding-wxomhCo(androidx.compose.ui.Modifier, float all);
Mihai Popac9af2882020-03-16 17:55:00 +0000378 }
379
Mihai Popaa5bdece2019-11-11 19:03:40 +0000380 @kotlin.DslMarker public @interface LayoutScopeMarker {
381 }
382
Adam Powell999a89b2020-03-11 09:08:07 -0700383 public final class LayoutSizeKt {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100384 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier defaultMinSizeConstraints-S2lCeAQ(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified);
Mihai Popaa25a5e62020-07-31 20:45:09 +0100385 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier fillMaxHeight(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=1.0) float fraction = 1f);
386 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier fillMaxSize(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=1.0) float fraction = 1f);
387 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier fillMaxWidth(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=1.0) float fraction = 1f);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100388 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier height-wxomhCo(androidx.compose.ui.Modifier, float height);
Mihai Popa3945b552020-09-03 16:25:38 +0100389 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier heightIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100390 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredHeight-wxomhCo(androidx.compose.ui.Modifier, float height);
Mihai Popa3945b552020-09-03 16:25:38 +0100391 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredHeightIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100392 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredSize-S2lCeAQ(androidx.compose.ui.Modifier, float width, float height);
393 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredSize-wxomhCo(androidx.compose.ui.Modifier, float size);
Mihai Popa96befd82020-09-03 15:30:32 +0100394 method @Deprecated @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredSizeIn(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.DpConstraints constraints);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100395 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredSizeIn-w2-DAAU(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
396 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredWidth-wxomhCo(androidx.compose.ui.Modifier, float width);
Mihai Popa3945b552020-09-03 16:25:38 +0100397 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier preferredWidthIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100398 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier size-S2lCeAQ(androidx.compose.ui.Modifier, float width, float height);
399 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier size-wxomhCo(androidx.compose.ui.Modifier, float size);
Mihai Popa96befd82020-09-03 15:30:32 +0100400 method @Deprecated @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier sizeIn(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.DpConstraints constraints);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100401 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier sizeIn-w2-DAAU(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
402 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier width-wxomhCo(androidx.compose.ui.Modifier, float width);
Mihai Popa3945b552020-09-03 16:25:38 +0100403 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier widthIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
Mihai Popa74e74102020-09-14 11:58:19 +0100404 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = Alignment.CenterVertically, boolean unbounded = false);
405 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = Alignment.Center, boolean unbounded = false);
406 method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = Alignment.CenterHorizontally, boolean unbounded = false);
Adam Powell31c1ebd2020-01-09 09:48:24 -0800407 }
408
Jeff Gastone6a3a042019-07-01 18:23:37 -0400409 public enum MainAxisAlignment {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100410 method public static androidx.compose.foundation.layout.MainAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
411 method public static androidx.compose.foundation.layout.MainAxisAlignment[] values();
412 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Center;
413 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment End;
414 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceAround;
415 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceBetween;
416 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceEvenly;
417 enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Start;
Jeff Gastone6a3a042019-07-01 18:23:37 -0400418 }
419
Mihai Popa2a4260e2020-09-03 16:46:24 +0100420 @androidx.compose.runtime.Immutable public final class PaddingValues {
421 method public float component1();
422 method public float component2();
423 method public float component3();
424 method public float component4();
425 method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.PaddingValues copy-ZmiikuI(float start, float top, float end, float bottom);
426 method public float getBottom();
427 method public float getEnd();
428 method public float getStart();
429 method public float getTop();
430 }
431
Mihai Popa53db3272020-03-16 17:06:47 +0000432 public final class RowColumnImplKt {
Mihai Popa325c2ec2020-09-11 15:11:58 +0100433 method @kotlin.PublishedApi internal static androidx.compose.ui.node.LayoutNode.MeasureBlocks rowColumnMeasureBlocks-GZ6WFlY(androidx.compose.foundation.layout.LayoutOrientation orientation, kotlin.jvm.functions.Function5<? super java.lang.Integer,? super int[],? super androidx.compose.ui.unit.LayoutDirection,? super androidx.compose.ui.unit.Density,? super int[],kotlin.Unit> arrangement, float arrangementSpacing, androidx.compose.foundation.layout.SizeMode crossAxisSize, androidx.compose.foundation.layout.CrossAxisAlignment crossAxisAlignment);
Mihai Popa9fcfaeb2020-03-09 17:50:28 +0000434 }
435
Mihai Popa53db3272020-03-16 17:06:47 +0000436 public final class RowKt {
Mihai Popad0e8f052020-09-02 15:49:54 +0100437 method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
438 method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.compose.ui.node.LayoutNode.MeasureBlocks rowMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement, androidx.compose.ui.Alignment.Vertical verticalAlignment);
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100439 field @kotlin.PublishedApi internal static final androidx.compose.ui.node.LayoutNode.MeasureBlocks DefaultRowMeasureBlocks;
Mihai Popa53db3272020-03-16 17:06:47 +0000440 }
441
Mihai Popac8deeac2020-09-07 12:16:36 +0100442 @androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface RowScope {
443 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier align(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical alignment);
444 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier alignWithSiblings(androidx.compose.ui.Modifier, androidx.compose.ui.HorizontalAlignmentLine alignmentLine);
445 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier alignWithSiblings(androidx.compose.ui.Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.layout.Measured,java.lang.Integer> alignmentLineBlock);
446 method @Deprecated @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier gravity(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align);
447 method @androidx.compose.runtime.Stable public default androidx.compose.ui.Modifier weight(androidx.compose.ui.Modifier, @FloatRange(from=0.0, to=3.4E38, fromInclusive=false) float weight, boolean fill = true);
448 field public static final androidx.compose.foundation.layout.RowScope.Companion Companion;
449 }
450
451 public static final class RowScope.Companion implements androidx.compose.foundation.layout.RowScope {
Anastasia Soboleva29bef5e2019-10-22 16:50:15 +0100452 }
453
Adam Powell31c1ebd2020-01-09 09:48:24 -0800454 public enum SizeMode {
Louis Pullen-Freilich623e4052020-07-19 20:24:03 +0100455 method public static androidx.compose.foundation.layout.SizeMode valueOf(String name) throws java.lang.IllegalArgumentException;
456 method public static androidx.compose.foundation.layout.SizeMode[] values();
457 enum_constant public static final androidx.compose.foundation.layout.SizeMode Expand;
458 enum_constant public static final androidx.compose.foundation.layout.SizeMode Wrap;
Anastasia Soboleva6a3a9892019-11-11 21:16:51 +0000459 }
460
Jeff Gastone6a3a042019-07-01 18:23:37 -0400461 public final class SpacerKt {
Louis Pullen-Freilicha03fd6c2020-07-24 23:26:29 +0100462 method @androidx.compose.runtime.Composable public static void Spacer(androidx.compose.ui.Modifier modifier);
Jeff Gastone6a3a042019-07-01 18:23:37 -0400463 }
464
Mihai Popadc4c6ec2020-06-01 19:30:59 +0100465 public final class State extends androidx.constraintlayout.core.state.State {
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100466 ctor public State(androidx.compose.ui.unit.Density density);
467 method public androidx.compose.ui.unit.Density getDensity();
468 method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
George Mount95a22b92020-08-07 17:46:51 -0700469 method public long getRootIncomingConstraints();
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100470 method public void setLayoutDirection(androidx.compose.ui.unit.LayoutDirection p);
George Mount95a22b92020-08-07 17:46:51 -0700471 method public void setRootIncomingConstraints-BRTryo0(long p);
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100472 property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
George Mount95a22b92020-08-07 17:46:51 -0700473 property public final long rootIncomingConstraints;
Louis Pullen-Freilicha7eeb102020-07-22 17:54:24 +0100474 field public androidx.compose.ui.unit.LayoutDirection layoutDirection;
Mihai Popadc4c6ec2020-06-01 19:30:59 +0100475 }
476
Jeff Gastone6a3a042019-07-01 18:23:37 -0400477}
478