Searched refs:LazyLayoutAnimateItemElement (Results 1 – 4 of 4) sorted by relevance
20 import androidx.compose.foundation.lazy.layout.LazyLayoutAnimateItemElement33 this then LazyLayoutAnimateItemElement(fadeInSpec, placementSpec, fadeOutSpec)
23 import androidx.compose.foundation.lazy.layout.LazyLayoutAnimateItemElement68 this then LazyLayoutAnimateItemElement(fadeInSpec, placementSpec, fadeOutSpec) in animateItem()
20 import androidx.compose.foundation.lazy.layout.LazyLayoutAnimateItemElement80 this then LazyLayoutAnimateItemElement(fadeInSpec, placementSpec, fadeOutSpec)
243 internal data class LazyLayoutAnimateItemElement( class