Searched refs:mUnBubbleConversationCallback (Results 1 – 1 of 1) sorted by relevance
61 private @Nullable Consumer<String> mUnBubbleConversationCallback; field in BubbleBarLayerView179 if (mUnBubbleConversationCallback != null) { in showExpandedView()180 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()224 mUnBubbleConversationCallback = unBubbleConversationCallback; in setUnBubbleConversationCallback()