class ChainRun : WidgetRun


Summary

Public constructors

ChainRun(widget: ConstraintWidget!, orientation: Int)

Public functions

Unit
Long
String!
Unit
update(dependency: Dependency!)

Inherited functions

From androidx.constraintlayout.core.widgets.analyzer.Dependency
abstract Unit
From androidx.constraintlayout.core.widgets.analyzer.WidgetRun
Unit
addTarget(node: DependencyNode!, target: DependencyNode!, margin: Int)
Unit
addTarget(
    node: DependencyNode!,
    target: DependencyNode!,
    marginFactor: Int,
    dimensionDependency: DimensionDependency!
)
Int
getLimitedDimension(dimension: Int, orientation: Int)
DependencyNode!
DependencyNode!
getTarget(anchor: ConstraintAnchor!, orientation: Int)
Boolean
Boolean
Boolean
Unit
updateRunCenter(
    dependency: Dependency!,
    startAnchor: ConstraintAnchor!,
    endAnchor: ConstraintAnchor!,
    orientation: Int
)
Unit
updateRunEnd(dependency: Dependency!)
Unit
updateRunStart(dependency: Dependency!)
Long
wrapSize(direction: Int)

Public constructors

ChainRun

Added in 1.1.0-alpha13
ChainRun(widget: ConstraintWidget!, orientation: Int)

Public functions

applyToWidget

Added in 1.1.0-alpha13
fun applyToWidget(): Unit

getWrapDimension

fun getWrapDimension(): Long

toString

fun toString(): String!

update

fun update(dependency: Dependency!): Unit