Home
last modified time | relevance | path

Searched defs:currentAnimation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSliderContent.kt147 val currentAnimation = heightAnimation in Modifier() constant
/frameworks/base/core/java/android/animation/
DLayoutTransition.java860 Animator currentAnimation = pendingAnimations.get(child); in setupChangeAnimation() local
1156 Animator currentAnimation = currentDisappearingAnimations.get(child); in runAppearingTransition() local
1204 Animator currentAnimation = currentAppearingAnimations.get(child); in runDisappearingTransition() local