Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java213 private ExpandedViewAnimationController mExpandedViewAnimationController; field in BubbleStackView
750 mExpandedViewAnimationController.updateDrag((int) collapsed);
760 mExpandedViewAnimationController.animateBackToExpanded();
765 mExpandedViewAnimationController.setSwipeVelocity(velY);
766 if (mExpandedViewAnimationController.shouldCollapse()) {
770 mExpandedViewAnimationController.animateBackToExpanded();
900 mExpandedViewAnimationController = in BubbleStackView()
2405 mExpandedViewAnimationController.reset(); in animateCollapse()
2407 mExpandedViewAnimationController.animateCollapse(collapseBackToStack, after); in animateCollapse()
2542 mExpandedViewAnimationController.animateForImeVisibilityChange(visible); in setImeVisible()
[all …]