Home
last modified time | relevance | path

Searched defs:currentAnimation (Results 1 – 5 of 5) 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.kt361 screenshotAnimation?.let { currentAnimation -> in <lambda>() method
456 screenshotAnimation?.let { currentAnimation -> in <lambda>() method
/frameworks/libs/systemui/mechanics/src/com/android/mechanics/
DMotionValue.kt299 override val currentAnimation by derivedStateOf { computeCurrentAnimation() } in <lambda>() constant
/frameworks/libs/systemui/mechanics/src/com/android/mechanics/impl/
DComputations.kt402 val currentAnimation: DiscontinuityAnimation constant