Home
last modified time | relevance | path

Searched refs:LayoutReference (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutBaseScope.kt86 val reference: LayoutReference in <lambda>()
101 val reference: LayoutReference in <lambda>()
114 internal constructor(internal val id: Any, val reference: LayoutReference) in <lambda>()
332 fun createStartBarrier(vararg elements: LayoutReference, margin: Dp = 0.dp): VerticalAnchor { in <lambda>()
353 vararg elements: LayoutReference, in <lambda>()
375 fun createTopBarrier(vararg elements: LayoutReference, margin: Dp = 0.dp): HorizontalAnchor { in <lambda>()
395 fun createEndBarrier(vararg elements: LayoutReference, margin: Dp = 0.dp): VerticalAnchor { in <lambda>()
416 vararg elements: LayoutReference, in <lambda>()
438 fun createBottomBarrier(vararg elements: LayoutReference, margin: Dp = 0.dp): HorizontalAnchor { in <lambda>()
479 vararg elements: LayoutReference?, in <lambda>()
[all …]
/constraintlayout/constraintlayout-compose/api/
D1.1.0-beta01.txt143 … 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, @…
[all …]
Dcurrent.txt143 … 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, @…
[all …]
Drestricted_1.1.0-beta01.txt148 … 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, @…
[all …]
Drestricted_current.txt148 … 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, @…
[all …]
/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DGridDslTest.kt633 val elem = arrayListOf<LayoutReference>() in <lambda>()