Searched refs:bubbleView (Results 1 – 2 of 2) sorted by relevance
374 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument381 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()389 bubbleView.setTranslationX(x); in dragBubbleOut()390 bubbleView.setTranslationY(y); in dragBubbleOut()433 public void snapBubbleBack(View bubbleView, float velX, float velY) {437 final int index = mLayout.indexOfChild(bubbleView);442 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
2333 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout() local2342 || bubbleView == null) { in shouldShowFlyout()2343 if (bubbleView != null && mFlyout.getVisibility() != VISIBLE) { in shouldShowFlyout()2344 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in shouldShowFlyout()