Searched refs:bubbleView (Results 1 – 2 of 2) sorted by relevance
400 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument410 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()418 bubbleView.setTranslationX(x); in dragBubbleOut()419 bubbleView.setTranslationY(y); in dragBubbleOut()464 public void snapBubbleBack(View bubbleView, float velX, float velY) {468 final int index = mLayout.indexOfChild(bubbleView);
3050 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout() local3060 || bubbleView == null) { in shouldShowFlyout()3061 if (bubbleView != null && mFlyout.getVisibility() != VISIBLE) { in shouldShowFlyout()3062 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in shouldShowFlyout()