Searched refs:mExpandedViewYAnim (Results 1 – 1 of 1) sorted by relevance
147 private final SpringAnimation mExpandedViewYAnim; field in BubbleStackView378 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()