Searched defs:bubble (Results 1 – 9 of 9) sorted by relevance
306 BubbleBarBubble bubble = mBubbleCreator.populateBubble(mContext, in restoreSavedBubbles() local387 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local424 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local521 public void onBubbleDismissed(BubbleView bubble) { in onBubbleDismissed()630 private void addBubbleInternally(BubbleBarBubble bubble, boolean isExpanding, in addBubbleInternally()632 mBubbles.put(bubble.getKey(), bubble); in addBubbleInternally() local
245 public void setBubble(BubbleBarBubble bubble) { in setBubble()488 void dismiss(BubbleView bubble); in dismiss()
170 BubbleBarBubble bubble = new BubbleBarBubble(info, bubbleView, in populateBubble() local
718 public void addBubble(BubbleView bubble) { in addBubble()728 public void addBubble(BubbleView bubble, @Nullable BubbleView bubbleToSelect) { in addBubble()849 public void removeBubble(View bubble) { in removeBubble()1551 BubbleBarItem bubble = bubbleView.getBubble(); in dump() local
356 val bubble = animatingBubble?.bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant497 val bubble = bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant599 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant628 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant653 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant
75 val bubble = in createBubble() constant
42 private lateinit var bubble: BubbleBarBubble variable in com.android.launcher3.taskbar.bubbles.BubbleViewTest
68 Bubble bubble; field in ReturnToCallController
78 private lateinit var bubble: BubbleBarBubble in <lambda>() variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest