Home
last modified time | relevance | path

Searched defs:animateToEnd (Results 1 – 9 of 9) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DMotionGridTest.kt67 var animateToEnd by mutableStateOf(false) in rowToColumnGrid() variable
177 var animateToEnd by mutableStateOf(false) in wrapToSpreadGrid() variable
DMotionFlowTest.kt63 var animateToEnd by mutableStateOf(false) in horizontalToVerticalFlow() variable
DMotionLayoutTest.kt101 var animateToEnd by mutableStateOf(false) in <lambda>() variable
/constraintlayout/constraintlayout-compose/integration-tests/demos/src/main/java/androidx/constraintlayout/compose/demos/
DLazyListItemsDemo.kt115 var animateToEnd by remember { mutableStateOf(model[it]) } in MotionInLazyColumnDslDemo() variable
217 var animateToEnd by remember { mutableStateOf(true) } in DynamicGraph() variable
DStaggeredDemo.kt55 var animateToEnd by remember { mutableStateOf(false) } in <lambda>() variable
DPuzzleDemo.kt68 var animateToEnd by remember { mutableStateOf(true) } in <lambda>() variable
DOnSwipeDemos.kt66 var animateToEnd by remember { mutableStateOf(false) } in <lambda>() variable
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/graphs/
DDynamicGraphs.kt112 var animateToEnd by remember { mutableStateOf(true) } in DynamicGraph() variable
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionLayout.kt467 var animateToEnd by remember(motionScene) { mutableStateOf(true) } in MotionLayoutCore() variable