Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java651 public boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble
655 void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() argument
656 if (shouldAutoExpand) { in setShouldAutoExpand()
699 pw.print(" autoExpand: "); pw.println(shouldAutoExpand()); in dump()
DBubbleController.java1279 setIsBubble(entry, isBubble, b.shouldAutoExpand()); in setIsBubble()
1284 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()
1285 !bubble.shouldAutoExpand() /* showInShade */); in setIsBubble()
DBubbleData.java283 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java333 assertThat(b.shouldAutoExpand()).isTrue(); in testPromoteBubble_autoExpand()