Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutItemAnimation.kt61 var isAppearanceAnimationInProgress by mutableStateOf(false) variable in androidx.compose.foundation.lazy.layout.LazyLayoutItemAnimation
166 if (isAppearanceAnimationInProgress || spec == null || layer == null) { in animateAppearance()
175 isAppearanceAnimationInProgress = true in animateAppearance()
190 isAppearanceAnimationInProgress = false in animateAppearance()
220 if (isAppearanceAnimationInProgress) { in release()
221 isAppearanceAnimationInProgress = false in release()