Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1163 private boolean shouldShowStackEdu() { in shouldShowStackEdu() method in BubbleStackView
1184 if (!shouldShowStackEdu() || isExpanded()) { in maybeShowStackEdu()
1544 if (getBubbleCount() == 0 && shouldShowStackEdu()) { in addBubble()