Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java196 private ExpandedAnimationController mExpandedAnimationController; field in BubbleStackView
292 mExpandedAnimationController.dump(fd, pw, args); in dump()
412 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
416 mExpandedAnimationController.getDraggedOutBubble(), true);
422 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
426 mExpandedAnimationController.getDraggedOutBubble(), false);
429 mExpandedAnimationController.snapBubbleBack(
430 mExpandedAnimationController.getDraggedOutBubble(), velX, velY);
433 mExpandedAnimationController.onUnstuckFromTarget();
439 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
[all …]