Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java228 private ExpandedViewAnimationController mExpandedViewAnimationController; field in BubbleStackView
789 mExpandedViewAnimationController.updateDrag((int) collapsed);
799 mExpandedViewAnimationController.animateBackToExpanded();
804 mExpandedViewAnimationController.setSwipeVelocity(velY);
805 if (mExpandedViewAnimationController.shouldCollapse()) {
809 mExpandedViewAnimationController.animateBackToExpanded();
945 mExpandedViewAnimationController = in BubbleStackView()
2157 mExpandedViewAnimationController.setExpandedView(getExpandedView()); in showNewlySelectedBubble()
2695 mExpandedViewAnimationController.reset(); in animateCollapse()
2698 mExpandedViewAnimationController.animateCollapse(collapseBackToStack, after, in animateCollapse()
[all …]