Home
last modified time | relevance | path

Searched defs:heightAnimation (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.kt143 var heightAnimation by remember { mutableStateOf<Animatable<Int, AnimationVector1D>?>(null) } in Modifier() variable
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java623 Animation heightAnimation = new Animation() { in openOverflow() local
700 Animation heightAnimation = new Animation() { in closeOverflow() local