Searched refs:initialHeight (Results 1 – 25 of 51) sorted by relevance
123
| /compose/foundation/foundation-layout/samples/src/main/java/androidx/compose/foundation/layout/samples/ |
| D | FlowRowSample.kt | 132 var initialHeight = 200.dp in SimpleFlowRowWithMaxHeight() variable 133 var height by remember { mutableStateOf(initialHeight) } in SimpleFlowRowWithMaxHeight()
|
| /compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/ |
| D | EnterExitTransition.kt | 589 initialHeight: (fullHeight: Int) -> Int = { 0 }, in expandVertically() 592 IntSize(it.width, initialHeight(it.height)) in <lambda>()
|
| /compose/animation/animation/api/ |
| D | 1.0.0-beta03.txt | 35 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.0.0-beta04.txt | 35 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.0.0-beta05.txt | 35 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.0.0-beta06.txt | 29 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.0.0-beta02.txt | 35 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | restricted_1.2.0-beta04.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.1.0-beta03.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.1.0-beta02.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.1.0-beta05.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.2.0-beta03.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.1.0-beta04.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.2.0-beta01.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.2.0-beta02.txt | 38 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.3.0-beta03.txt | 39 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.3.0-beta04.txt | 39 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.4.0-beta01.txt | 36 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.4.0-beta02.txt | 36 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.3.0-beta02.txt | 39 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.3.0-beta01.txt | 39 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | 1.0.0-beta08.txt | 46 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.0.0-beta07.txt | 46 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight, optional andr…
|
| D | 1.1.0-beta02.txt | 95 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
| D | restricted_1.5.0-beta01.txt | 84 …ptional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight);
|
123