Searched refs:bubbleView (Results 1 – 2 of 2) sorted by relevance
370 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument377 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 */);
2431 final BadgedImageView bubbleView = bubble.getIconView(); in animateInFlyoutForBubble() local2440 || 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()