Searched refs:shouldAutoExpand (Results 1 – 4 of 4) sorted by relevance
963 public boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble968 public void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() argument969 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()
1640 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()
461 bubble.shouldAutoExpand()); in notificationEntryUpdated()476 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()
1699 assertThat(b.shouldAutoExpand()).isFalse(); in testSetShouldAutoExpand_notifiesFlagChanged()1723 assertThat(b.shouldAutoExpand()).isFalse(); in testUpdateBubble_skipsDndSuppressListNotifs()