Lines Matching refs:LayoutReference
143 … final class ConstrainedLayoutReference extends androidx.constraintlayout.compose.LayoutReference {
170 …alAnchor createAbsoluteLeftBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
171 …lAnchor createAbsoluteRightBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
172 …rizontalAnchor createBottomBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
173 …rainedLayoutReference createColumn(androidx.constraintlayout.compose.LayoutReference[] elements, o…
174 …pe.VerticalAnchor createEndBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
175 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
176 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
177 …strainedLayoutReference createFlow(androidx.constraintlayout.compose.LayoutReference?[] elements, …
178 …strainedLayoutReference createGrid(androidx.constraintlayout.compose.LayoutReference[] elements, @…
191 …ainReference createHorizontalChain(androidx.constraintlayout.compose.LayoutReference[] elements, o…
192 …nstrainedLayoutReference createRow(androidx.constraintlayout.compose.LayoutReference[] elements, o…
193 ….VerticalAnchor createStartBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
194 ….HorizontalAnchor createTopBarrier(androidx.constraintlayout.compose.LayoutReference[] elements, o…
195 …ChainReference createVerticalChain(androidx.constraintlayout.compose.LayoutReference[] elements, o…
198 …l androidx.constraintlayout.compose.LayoutReference withChainParams(androidx.constraintlayout.comp…
199 …roidx.constraintlayout.compose.LayoutReference withHorizontalChainParams(androidx.constraintlayout…
200 …droidx.constraintlayout.compose.LayoutReference withVerticalChainParams(androidx.constraintlayout.…
205 method public androidx.constraintlayout.compose.LayoutReference component2();
206 …eScope.BaselineAnchor copy(Object id, androidx.constraintlayout.compose.LayoutReference reference);
207 method public androidx.constraintlayout.compose.LayoutReference getReference();
208 property public final androidx.constraintlayout.compose.LayoutReference reference;
212 method public androidx.constraintlayout.compose.LayoutReference component3();
213 …ntalAnchor copy(Object id, int index, androidx.constraintlayout.compose.LayoutReference reference);
214 method public androidx.constraintlayout.compose.LayoutReference getReference();
215 property public final androidx.constraintlayout.compose.LayoutReference reference;
219 method public androidx.constraintlayout.compose.LayoutReference component3();
220 …icalAnchor copy(Object id, int index, androidx.constraintlayout.compose.LayoutReference reference);
221 method public androidx.constraintlayout.compose.LayoutReference getReference();
222 property public final androidx.constraintlayout.compose.LayoutReference reference;
456 …ic final class HorizontalChainReference extends androidx.constraintlayout.compose.LayoutReference {
618 @androidx.compose.runtime.Stable public abstract class LayoutReference {
967 …blic final class VerticalChainReference extends androidx.constraintlayout.compose.LayoutReference {