Home
last modified time | relevance | path

Searched refs:function (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionCarousel.kt252 fun ItemHolder(i: Int, slotPrefix: String, showSlot: Boolean, function: @Composable () -> Unit) { in ItemHolder()
261 Box(modifier = modifier, contentAlignment = Alignment.Center) { function.invoke() } in ItemHolder()
DConstraintLayout.kt2128 var function = DesignElements.map[element.type] in setLayoutInformation() variable
2129 if (function != null) { in setLayoutInformation()
2130 function(id, element.params) in setLayoutInformation()
2252 fun define(name: String, function: @Composable (String, HashMap<String, String>) -> Unit) { in define()
2253 map[name] = function in define()
/constraintlayout/constraintlayout-compose/api/
D1.1.0-beta01.txt348 …va.lang.String,? super java.util.HashMap<java.lang.String,java.lang.String>,kotlin.Unit> function);
622 …(int i, String slotPrefix, boolean showSlot, kotlin.jvm.functions.Function0<kotlin.Unit> function);
Dcurrent.txt354 …va.lang.String,? super java.util.HashMap<java.lang.String,java.lang.String>,kotlin.Unit> function);
628 …(int i, String slotPrefix, boolean showSlot, kotlin.jvm.functions.Function0<kotlin.Unit> function);
Drestricted_1.1.0-beta01.txt373 …va.lang.String,? super java.util.HashMap<java.lang.String,java.lang.String>,kotlin.Unit> function);
706 …(int i, String slotPrefix, boolean showSlot, kotlin.jvm.functions.Function0<kotlin.Unit> function);
Drestricted_current.txt379 …va.lang.String,? super java.util.HashMap<java.lang.String,java.lang.String>,kotlin.Unit> function);
743 …(int i, String slotPrefix, boolean showSlot, kotlin.jvm.functions.Function0<kotlin.Unit> function);