Home
last modified time | relevance | path

Searched refs:bubbleKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java140 String bubbleKey = bubbleKeysToRemove.get(i);
142 mShortcutListener.onShortcutRemoved(bubbleKey);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java212 public void onUnBubbleConversation(String bubbleKey) { in showExpandedView()
214 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
DBubbleBarExpandedView.java59 void onUnBubbleConversation(String bubbleKey); in onUnBubbleConversation() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1199 public void startBubbleDrag(String bubbleKey) { in startBubbleDrag() argument
1204 boolean overflow = BubbleOverflow.KEY.equals(bubbleKey); in startBubbleDrag()
1234 public void dragBubbleToDismiss(String bubbleKey) { in dragBubbleToDismiss() argument
1236 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() argument
2450 mMainExecutor.execute(() -> mController.startBubbleDrag(bubbleKey)); in startBubbleDrag()