Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java156 private ExpandedAnimationController mExpandedAnimationController; field in BubbleStackView
328 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 …]