Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt490 val forceAnimationCheck = remember { mutableStateOf(false) } in rememberCarouselSwipeableStateFor() constant
491 LaunchedEffect(value, forceAnimationCheck.value) { in rememberCarouselSwipeableStateFor()
499 forceAnimationCheck.value = !forceAnimationCheck.value in rememberCarouselSwipeableStateFor()