Searched refs:forceAnimationCheck (Results 1 – 1 of 1) sorted by relevance
490 val forceAnimationCheck = remember { mutableStateOf(false) } in rememberCarouselSwipeableStateFor() constant491 LaunchedEffect(value, forceAnimationCheck.value) { in rememberCarouselSwipeableStateFor()499 forceAnimationCheck.value = !forceAnimationCheck.value in rememberCarouselSwipeableStateFor()