Searched refs:shouldAutoExpand (Results 1 – 4 of 4) sorted by relevance
651 public boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble655 void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() argument656 if (shouldAutoExpand) { in setShouldAutoExpand()699 pw.print(" autoExpand: "); pw.println(shouldAutoExpand()); in dump()
1279 setIsBubble(entry, isBubble, b.shouldAutoExpand()); in setIsBubble()1284 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()1285 !bubble.shouldAutoExpand() /* showInShade */); in setIsBubble()
283 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()
333 assertThat(b.shouldAutoExpand()).isTrue(); in testPromoteBubble_autoExpand()