Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java178 public void onUnBubbleConversation(String bubbleKey) { in showExpandedView()
180 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
H A DBubbleBarExpandedView.java58 void onUnBubbleConversation(String bubbleKey); in onUnBubbleConversation() argument
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java140 String bubbleKey = bubbleKeysToRemove.get(i);
142 mShortcutListener.onShortcutRemoved(bubbleKey);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1061 public void onBubbleDrag(String bubbleKey, boolean isBeingDragged) { in onBubbleDrag() argument
1063 && mBubbleData.getSelectedBubble().getKey().equals(bubbleKey)) { in onBubbleDrag()
2142 public void onBubbleDrag(String bubbleKey, boolean isBeingDragged) { in onBubbleDrag() argument
2143 mMainExecutor.execute(() -> mController.onBubbleDrag(bubbleKey, isBeingDragged)); in onBubbleDrag()