Home
last modified time | relevance | path

Searched refs:mExpandedViewYAnim (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java147 private final SpringAnimation mExpandedViewYAnim; field in BubbleStackView
378 mExpandedViewYAnim = in BubbleStackView()
380 mExpandedViewYAnim.setSpring( in BubbleStackView()
384 mExpandedViewYAnim.addEndListener((anim, cancelled, value, velocity) -> { in BubbleStackView()
408 mExpandedViewYAnim.animateToFinalPosition(newY); in BubbleStackView()
941 mExpandedViewYAnim.animateToFinalPosition(shouldExpand ? yDest : yStart); in animateExpansion()
1497 if (!mExpandedViewYAnim.isRunning()) { in applyCurrentState()
1504 mExpandedViewYAnim.animateToFinalPosition(y); in applyCurrentState()