Searched refs:bubbleView (Results 1 – 2 of 2) sorted by relevance
348 public void dragBubbleOut(View bubbleView, float x, float y) { in dragBubbleOut() argument358 bubbleView, DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y)) { in dragBubbleOut()366 bubbleView.setTranslationX(x); in dragBubbleOut()367 bubbleView.setTranslationY(y); in dragBubbleOut()411 public void snapBubbleBack(View bubbleView, float velX, float velY) {415 final int index = mLayout.indexOfChild(bubbleView);420 .start(() -> bubbleView.setTranslationZ(0f) /* after */);
2418 final BadgedImageView bubbleView = bubble.getIconView(); in shouldShowFlyout() local2427 || bubbleView == null) { in shouldShowFlyout()2428 if (bubbleView != null && mFlyout.getVisibility() != VISIBLE) { in shouldShowFlyout()2429 bubbleView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); in shouldShowFlyout()