Searched refs:bubbleView (Results 1 – 2 of 2) sorted by relevance
380 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument390 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()398 bubbleView.setTranslationX(x); in dragBubbleOut()399 bubbleView.setTranslationY(y); in dragBubbleOut()443 public void snapBubbleBack(View bubbleView, float velX, float velY) {447 final int index = mLayout.indexOfChild(bubbleView);452 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
2752 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout() local2761 || bubbleView == null) { in shouldShowFlyout()2762 if (bubbleView != null && mFlyout.getVisibility() != VISIBLE) { in shouldShowFlyout()2763 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in shouldShowFlyout()