Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt913 fun customProperties(id: String): CustomProperties = CustomProperties(id) in customProperties() method
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintSetParser.java280 CLObject customProperties = element.getObjectOrNull("custom"); in parseJSON() local