Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java963 public boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble
968 public void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() argument
969 boolean prevAutoExpand = shouldAutoExpand(); in setShouldAutoExpand()
970 if (shouldAutoExpand) { in setShouldAutoExpand()
975 if (prevAutoExpand != shouldAutoExpand && mBubbleMetadataFlagListener != null) { in setShouldAutoExpand()
1020 pw.print(" autoExpand: "); pw.println(shouldAutoExpand()); in dump()
DBubbleController.java1640 if (bubble.shouldAutoExpand()) { in updateBubble()
1839 setIsBubble(entry, isBubble, b.shouldAutoExpand()); in setIsBubble()
1844 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()
1845 !bubble.shouldAutoExpand() /* showInShade */); in setIsBubble()
DBubbleData.java461 bubble.shouldAutoExpand()); in notificationEntryUpdated()
476 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1699 assertThat(b.shouldAutoExpand()).isFalse(); in testSetShouldAutoExpand_notifiesFlagChanged()
1723 assertThat(b.shouldAutoExpand()).isFalse(); in testUpdateBubble_skipsDndSuppressListNotifs()