Searched refs:LayoutReference (Results 1 – 6 of 6) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | ConstraintLayoutBaseScope.kt | 86 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/ |
| D | 1.1.0-beta01.txt | 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, @… [all …]
|
| D | current.txt | 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, @… [all …]
|
| D | restricted_1.1.0-beta01.txt | 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, @… [all …]
|
| D | restricted_current.txt | 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, @… [all …]
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | GridDslTest.kt | 633 val elem = arrayListOf<LayoutReference>() in <lambda>()
|