Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java61 private @Nullable Consumer<String> mUnBubbleConversationCallback; field in BubbleBarLayerView
179 if (mUnBubbleConversationCallback != null) { in showExpandedView()
180 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
224 mUnBubbleConversationCallback = unBubbleConversationCallback; in setUnBubbleConversationCallback()