Searched refs:isPlacementAnimationInProgress (Results 1 – 2 of 2) sorted by relevance
57 var isPlacementAnimationInProgress by mutableStateOf(false) variable in androidx.compose.foundation.lazy.layout.LazyLayoutItemAnimation104 if (isPlacementAnimationInProgress) { in cancelPlacementAnimation()108 isPlacementAnimationInProgress = false in cancelPlacementAnimation()124 isPlacementAnimationInProgress = true in animatePlacementDelta()154 isPlacementAnimationInProgress = false in animatePlacementDelta()216 if (isPlacementAnimationInProgress) { in release()217 isPlacementAnimationInProgress = false in release()
264 val inProgress = info.animations.any { it?.isPlacementAnimationInProgress == true } in <lambda>()