Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java370 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument
377 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()
385 bubbleView.setTranslationX(x); in dragBubbleOut()
386 bubbleView.setTranslationY(y); in dragBubbleOut()
428 public void snapBubbleBack(View bubbleView, float velX, float velY) {
429 final int index = mLayout.indexOfChild(bubbleView);
434 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java2431 final BadgedImageView bubbleView = bubble.getIconView(); in animateInFlyoutForBubble() local
2440 || bubbleView == null) { in animateInFlyoutForBubble()
2441 if (bubbleView != null) { in animateInFlyoutForBubble()
2442 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in animateInFlyoutForBubble()
2463 bubbleView.removeDotSuppressionFlag( in animateInFlyoutForBubble()
2474 bubbleView.addDotSuppressionFlag( in animateInFlyoutForBubble()