Searched defs:bubble (Results 1 – 6 of 6) sorted by relevance
328 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local349 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local351 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges() local583 BubbleBarBubble bubble = new BubbleBarBubble(b, bubbleView, in populateBubble() local
185 public void setBubble(BubbleBarBubble bubble) { in setBubble()238 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility() local
142 BubbleBarItem bubble = ((BubbleView) v).getBubble(); in onBubbleClicked() local429 public void animateBubbleNotification(BubbleBarBubble bubble, boolean isExpanding) { in animateBubbleNotification()557 public void onDismissBubbleWhileDragging(@NonNull BubbleBarItem bubble) { in onDismissBubbleWhileDragging()
667 public void addBubble(View bubble, FrameLayout.LayoutParams lp) { in addBubble()680 private void createNewBubbleScaleInAnimator(View bubble) { in createNewBubbleScaleInAnimator()
68 Bubble bubble; field in ReturnToCallController
60 private lateinit var bubble: BubbleBarBubble variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest