Searched refs:showFlyout (Results 1 – 5 of 5) sorted by relevance
203 assertThat(update.addedBubble.showFlyout()).isFalse(); in ifSuppress_hideFlyout()218 assertThat(update.addedBubble.showFlyout()).isTrue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout()237 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()259 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
573 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()596 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()
641 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()666 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()
541 boolean showFlyout() { in showFlyout() method in Bubble696 pw.print(" showFlyout: "); pw.println(showFlyout()); in dump()
2434 || !bubble.showFlyout() in animateInFlyoutForBubble()