Home
last modified time | relevance | path

Searched refs:HorizontalChainReference (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DState.java29 import androidx.constraintlayout.core.state.helpers.HorizontalChainReference;
346 reference = new HorizontalChainReference(this); in helper()
474 public HorizontalChainReference horizontalChain() { in horizontalChain()
475 return (HorizontalChainReference) helper(null, Helper.HORIZONTAL_CHAIN); in horizontalChain()
479 public HorizontalChainReference horizontalChain(Object... references) { in horizontalChain()
480 HorizontalChainReference reference = in horizontalChain()
481 (HorizontalChainReference) helper(null, Helper.HORIZONTAL_CHAIN); in horizontalChain()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/helpers/
DHorizontalChainReference.java25 public class HorizontalChainReference extends ChainReference { class
27 public HorizontalChainReference(State state) { in HorizontalChainReference() method in HorizontalChainReference
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutBaseScope.kt120 ref: HorizontalChainReference, in <lambda>()
837 ): HorizontalChainReference { in <lambda>()
838 val ref = HorizontalChainReference(createHelperId()) in <lambda>()
1202 class HorizontalChainReference internal constructor(id: Any) : LayoutReference(id) { class
/constraintlayout/constraintlayout-compose/api/
D1.1.0-beta01.txt168 …orizontalChainScope constrain(androidx.constraintlayout.compose.HorizontalChainReference ref, kotl…
191 …method public final androidx.constraintlayout.compose.HorizontalChainReference createHorizontalCha…
456 …@androidx.compose.runtime.Stable public final class HorizontalChainReference extends androidx.cons…
Dcurrent.txt168 …orizontalChainScope constrain(androidx.constraintlayout.compose.HorizontalChainReference ref, kotl…
191 …method public final androidx.constraintlayout.compose.HorizontalChainReference createHorizontalCha…
462 …@androidx.compose.runtime.Stable public final class HorizontalChainReference extends androidx.cons…
Drestricted_1.1.0-beta01.txt173 …orizontalChainScope constrain(androidx.constraintlayout.compose.HorizontalChainReference ref, kotl…
196 …method public final androidx.constraintlayout.compose.HorizontalChainReference createHorizontalCha…
502 …@androidx.compose.runtime.Stable public final class HorizontalChainReference extends androidx.cons…
Drestricted_current.txt173 …orizontalChainScope constrain(androidx.constraintlayout.compose.HorizontalChainReference ref, kotl…
196 …method public final androidx.constraintlayout.compose.HorizontalChainReference createHorizontalCha…
508 …@androidx.compose.runtime.Stable public final class HorizontalChainReference extends androidx.cons…
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt2266 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2267 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2644 …public class HorizontalChainReference extends androidx.constraintlayout.core.state.helpers.ChainRe…
2645 ctor public HorizontalChainReference(androidx.constraintlayout.core.state.State!);
Drestricted_1.1.0-beta01.txt2267 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2268 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2648 …public class HorizontalChainReference extends androidx.constraintlayout.core.state.helpers.ChainRe…
2649 ctor public HorizontalChainReference(androidx.constraintlayout.core.state.State!);
Drestricted_current.txt2276 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2277 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2657 …public class HorizontalChainReference extends androidx.constraintlayout.core.state.helpers.ChainRe…
2658 ctor public HorizontalChainReference(androidx.constraintlayout.core.state.State!);
Dcurrent.txt2275 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2276 …method public androidx.constraintlayout.core.state.helpers.HorizontalChainReference! horizontalCha…
2653 …public class HorizontalChainReference extends androidx.constraintlayout.core.state.helpers.ChainRe…
2654 ctor public HorizontalChainReference(androidx.constraintlayout.core.state.State!);
Dapi_lint.ignore3192 …ility: androidx.constraintlayout.core.state.helpers.HorizontalChainReference#HorizontalChainRefere…
3193 Missing nullability on parameter `state` in method `HorizontalChainReference`