Searched defs:currentAnimation (Results 1 – 5 of 5) sorted by relevance
147 val currentAnimation = heightAnimation in Modifier() constant
860 Animator currentAnimation = pendingAnimations.get(child); in setupChangeAnimation() local1156 Animator currentAnimation = currentDisappearingAnimations.get(child); in runAppearingTransition() local1204 Animator currentAnimation = currentAppearingAnimations.get(child); in runDisappearingTransition() local
361 screenshotAnimation?.let { currentAnimation -> in <lambda>() method456 screenshotAnimation?.let { currentAnimation -> in <lambda>() method
299 override val currentAnimation by derivedStateOf { computeCurrentAnimation() } in <lambda>() constant
402 val currentAnimation: DiscontinuityAnimation constant