Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt50 bubble.isConversationBubble && // show education for conversation bubbles only in shouldShowStackEducation()
65 bubble.isConversationBubble && // show education for conversation bubbles only in shouldShowManageEducation()
85 private val BubbleViewProvider.isConversationBubble: Boolean constant
DBubbleStackView.java1383 private boolean isConversationBubble() { in isConversationBubble() method in BubbleStackView
1392 if (!isConversationBubble()) { in shouldShowManageEdu()
1439 if (!isConversationBubble()) { in shouldShowStackEdu()