Searched refs:bubbleKey (Results 1 – 4 of 4) sorted by relevance
140 String bubbleKey = bubbleKeysToRemove.get(i);142 mShortcutListener.onShortcutRemoved(bubbleKey);
212 public void onUnBubbleConversation(String bubbleKey) { in showExpandedView()214 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
59 void onUnBubbleConversation(String bubbleKey); in onUnBubbleConversation() argument
1199 public void startBubbleDrag(String bubbleKey) { in startBubbleDrag() argument1204 boolean overflow = BubbleOverflow.KEY.equals(bubbleKey); in startBubbleDrag()1234 public void dragBubbleToDismiss(String bubbleKey) { in dragBubbleToDismiss() argument1236 removeBubble(bubbleKey, Bubbles.DISMISS_USER_GESTURE); in dragBubbleToDismiss()1237 if (selectedBubbleKey != null && !selectedBubbleKey.equals(bubbleKey)) { in dragBubbleToDismiss()2449 public void startBubbleDrag(String bubbleKey) { in startBubbleDrag() argument2450 mMainExecutor.execute(() -> mController.startBubbleDrag(bubbleKey)); in startBubbleDrag()