Lines Matching refs:LayoutReference
148 … final class ConstrainedLayoutReference extends androidx.constraintlayout.compose.LayoutReference {
175 …alAnchor createAbsoluteLeftBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
176 …lAnchor createAbsoluteRightBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
177 …rizontalAnchor createBottomBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
178 …rainedLayoutReference createColumn(androidx.constraintlayout.compose.LayoutReference[] elements, o…
179 …pe.VerticalAnchor createEndBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
180 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
181 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
182 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
183 …strainedLayoutReference createGrid(androidx.constraintlayout.compose.LayoutReference[] elements, @…
196 …ainReference createHorizontalChain(androidx.constraintlayout.compose.LayoutReference[] elements, o…
197 …nstrainedLayoutReference createRow(androidx.constraintlayout.compose.LayoutReference[] elements, o…
198 ….VerticalAnchor createStartBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
199 ….HorizontalAnchor createTopBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
200 …ChainReference createVerticalChain(androidx.constraintlayout.compose.LayoutReference[] elements, o…
203 …l androidx.constraintlayout.compose.LayoutReference withChainParams(androidx.constraintlayout.comp…
204 …roidx.constraintlayout.compose.LayoutReference withHorizontalChainParams(androidx.constraintlayout…
205 …droidx.constraintlayout.compose.LayoutReference withVerticalChainParams(androidx.constraintlayout.…
214 method public androidx.constraintlayout.compose.LayoutReference component2();
215 …eScope.BaselineAnchor copy(Object id, androidx.constraintlayout.compose.LayoutReference reference);
216 method public androidx.constraintlayout.compose.LayoutReference getReference();
217 property public androidx.constraintlayout.compose.LayoutReference reference;
221 method public androidx.constraintlayout.compose.LayoutReference component3();
222 …ntalAnchor copy(Object id, int index, androidx.constraintlayout.compose.LayoutReference reference);
223 method public androidx.constraintlayout.compose.LayoutReference getReference();
224 property public androidx.constraintlayout.compose.LayoutReference reference;
228 method public androidx.constraintlayout.compose.LayoutReference component3();
229 …icalAnchor copy(Object id, int index, androidx.constraintlayout.compose.LayoutReference reference);
230 method public androidx.constraintlayout.compose.LayoutReference getReference();
231 property public androidx.constraintlayout.compose.LayoutReference reference;
508 …ic final class HorizontalChainReference extends androidx.constraintlayout.compose.LayoutReference {
674 @androidx.compose.runtime.Stable public abstract class LayoutReference {
1098 …blic final class VerticalChainReference extends androidx.constraintlayout.compose.LayoutReference {