Searched defs:bubble (Results 1 – 4 of 4) sorted by relevance
285 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local306 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local308 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges() local511 BubbleBarBubble bubble = new BubbleBarBubble(b, bubbleView, in populateBubble() local
148 void setBubble(BubbleBarBubble bubble) { in setBubble()190 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility() local
110 BubbleBarItem bubble = ((BubbleView) v).getBubble(); in onBubbleClicked() local360 public void onDismissBubbleWhileDragging(@NonNull BubbleBarItem bubble) { in onDismissBubbleWhileDragging()
68 Bubble bubble; field in ReturnToCallController