Searched refs:mExpandedAnimationController (Results 1 – 1 of 1) sorted by relevance
156 private ExpandedAnimationController mExpandedAnimationController; field in BubbleStackView328 mExpandedAnimationController = new ExpandedAnimationController( in BubbleStackView()409 mExpandedAnimationController.updateYPosition( in BubbleStackView()909 mBubbleContainer.setActiveController(mExpandedAnimationController); in animateExpansion()910 mExpandedAnimationController.expandFromStack(() -> { in animateExpansion()916 mExpandedAnimationController.collapseBackToStack( in animateExpansion()975 mExpandedAnimationController.prepareForBubbleDrag(bubble); in onBubbleDragStart()984 mExpandedAnimationController.dragBubbleOut(bubble, x, y); in onBubbleDragged()999 mExpandedAnimationController.snapBubbleBack(bubble, velX, velY); in onBubbleDragFinish()1112 mExpandedAnimationController.onGestureFinished();[all …]