Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java917 public boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble
922 public void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() argument
923 boolean prevAutoExpand = shouldAutoExpand(); in setShouldAutoExpand()
924 if (shouldAutoExpand) { in setShouldAutoExpand()
929 if (prevAutoExpand != shouldAutoExpand && mBubbleMetadataFlagListener != null) { in setShouldAutoExpand()
974 pw.print(" autoExpand: "); pw.println(shouldAutoExpand()); in dump()
H A DBubbleController.java1407 if (bubble.shouldAutoExpand()) { in updateBubble()
1601 setIsBubble(entry, isBubble, b.shouldAutoExpand()); in setIsBubble()
1606 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()
1607 !bubble.shouldAutoExpand() /* showInShade */); in setIsBubble()
H A DBubbleData.java447 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1553 assertThat(b.shouldAutoExpand()).isFalse(); in testSetShouldAutoExpand_notifiesFlagChanged()
1577 assertThat(b.shouldAutoExpand()).isFalse(); in testUpdateBubble_skipsDndSuppressListNotifs()