Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java146 private final SpringAnimation mExpandedViewXAnim; field in BubbleStackView
371 mExpandedViewXAnim = in BubbleStackView()
373 mExpandedViewXAnim.setSpring( in BubbleStackView()
940 mExpandedViewXAnim.animateToFinalPosition(shouldExpand ? 0f : xStart); in animateExpansion()