Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java249 assertThat(update.addedBubble.showFlyout()).isFalse(); in ifSuppress_hideFlyout()
264 assertThat(update.addedBubble.showFlyout()).isTrue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout()
283 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
305 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java793 public boolean showFlyout() { in showFlyout() method in Bubble
970 pw.print(" showFlyout: "); pw.println(showFlyout()); in dump()
H A DBubbleStackView.java2755 || !bubble.showFlyout() in shouldShowFlyout()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java848 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()
870 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()