Searched refs:bubbleKey (Results 1 – 4 of 4) sorted by relevance
178 public void onUnBubbleConversation(String bubbleKey) { in showExpandedView()180 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
58 void onUnBubbleConversation(String bubbleKey); in onUnBubbleConversation() argument
140 String bubbleKey = bubbleKeysToRemove.get(i);142 mShortcutListener.onShortcutRemoved(bubbleKey);
1061 public void onBubbleDrag(String bubbleKey, boolean isBeingDragged) { in onBubbleDrag() argument1063 && mBubbleData.getSelectedBubble().getKey().equals(bubbleKey)) { in onBubbleDrag()2142 public void onBubbleDrag(String bubbleKey, boolean isBeingDragged) { in onBubbleDrag() argument2143 mMainExecutor.execute(() -> mController.onBubbleDrag(bubbleKey, isBeingDragged)); in onBubbleDrag()