Home
last modified time | relevance | path

Searched defs:getEndConstraintSetId (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DTransition.kt34 fun getEndConstraintSetId(): String in getStartConstraintSetId() method
90 override fun getEndConstraintSetId(): String { in getEndConstraintSetId() method in androidx.constraintlayout.compose.TransitionImpl
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionScene.java701 public int getEndConstraintSetId() { in getEndConstraintSetId() method in MotionScene.Transition