Home
last modified time | relevance | path

Searched refs:showFlyout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java203 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()
DNewNotifPipelineBubbleControllerTest.java573 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()
596 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()
DBubbleControllerTest.java641 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()
666 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getEntry().getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java541 boolean showFlyout() { in showFlyout() method in Bubble
696 pw.print(" showFlyout: "); pw.println(showFlyout()); in dump()
DBubbleStackView.java2434 || !bubble.showFlyout() in animateInFlyoutForBubble()