Searched refs:addBubble (Results 1 – 5 of 5) sorted by relevance
134 fun addBubble() { in <lambda>() method137 bubbleStackView.addBubble(bubble) in <lambda>()148 bubbleStackView.addBubble(bubble) in <lambda>()181 bubbleStackView.addBubble(bubble1) in <lambda>()182 bubbleStackView.addBubble(bubble2) in <lambda>()
109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord() argument126 if (addBubble) { in getNotificationRecord()
63 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) in <lambda>() method in com.android.wm.shell.bubbles.BubbleDataRepository
162 void addBubble(Bubble addedBubble); in addBubble() method1574 mStackView.addBubble(b); in setUpBubbleViewsForMode()1861 public void addBubble(Bubble addedBubble) {1863 mStackView.addBubble(addedBubble);1928 public void addBubble(Bubble addedBubble) {2053 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);2054 mBubbleViewCallback.addBubble(update.addedBubble);
1956 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView