Home
last modified time | relevance | path

Searched refs:initialWidth (Results 1 – 25 of 55) sorted by relevance

123

/compose/foundation/foundation-layout/samples/src/main/java/androidx/compose/foundation/layout/samples/
DFlowColumnSample.kt135 var initialWidth = 200.dp // Reversed from initialHeight in SimpleFlowColumnWithMaxWidth() variable
136 var width by remember { mutableStateOf(initialWidth) } // Reversed from height in SimpleFlowColumnWithMaxWidth()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTabRow.kt736 private var initialWidth: Dp? = null variable in androidx.compose.material3.TabIndicatorOffsetNode
753 if (initialWidth != null) { in measure()
756 ?: Animatable(initialWidth!!, Dp.VectorConverter).also { widthAnimatable = it } in measure()
762 initialWidth = currentTabWidth in measure()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DTabTest.kt702 val initialWidth = rule.onNodeWithTag("indicator").getUnclippedBoundsInRoot().width in <lambda>() constant
711 assertThat(initialWidth).isLessThan(midAnimationWidth) in <lambda>()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimatedVisibilityDemo.kt156 initialWidth = { 20 } in HorizontalTransition()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTabTest.kt876 val initialWidth = rule.onNodeWithTag("indicator").getUnclippedBoundsInRoot().width in <lambda>() constant
885 assertThat(initialWidth).isLessThan(midAnimationWidth) in <lambda>()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt551 initialWidth: (fullWidth: Int) -> Int = { 0 }, in expandHorizontally()
554 IntSize(initialWidth(it.width), it.height) in <lambda>()
/compose/animation/animation/api/
D1.0.0-beta03.txt33 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth, optional andro…
D1.0.0-beta04.txt33 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth, optional andro…
D1.0.0-beta05.txt33 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth, optional andro…
D1.0.0-beta06.txt27 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth, optional andro…
D1.0.0-beta02.txt33 ….jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth, optional andro…
Drestricted_1.2.0-beta04.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.1.0-beta03.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.1.0-beta02.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.1.0-beta05.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.2.0-beta03.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.1.0-beta04.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.2.0-beta01.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.2.0-beta02.txt36 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.3.0-beta03.txt37 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.3.0-beta04.txt37 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.4.0-beta01.txt34 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.4.0-beta02.txt34 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.3.0-beta02.txt37 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);
Drestricted_1.3.0-beta01.txt37 …optional kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth);

123