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.java222 private ExpandedAnimationController mExpandedAnimationController; field in BubbleStackView
311 mExpandedAnimationController.dump(fd, pw, args); in dump()
447 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
452 mExpandedAnimationController.getDraggedOutBubble(), true);
458 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
463 mExpandedAnimationController.getDraggedOutBubble(), false);
466 mExpandedAnimationController.snapBubbleBack(
467 mExpandedAnimationController.getDraggedOutBubble(), velX, velY);
470 mExpandedAnimationController.onUnstuckFromTarget();
476 if (mExpandedAnimationController.getDraggedOutBubble() == null) {
[all …]