Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java269 assertThat(update.addedBubble.showFlyout()).isFalse(); in ifSuppress_hideFlyout()
284 assertThat(update.addedBubble.showFlyout()).isTrue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout()
303 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_InShade_thenHideFlyout()
325 assertThat(update.updatedBubble.showFlyout()).isFalse(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java840 public boolean showFlyout() { in showFlyout() method in Bubble
1016 pw.print(" showFlyout: "); pw.println(showFlyout()); in dump()
DBubbleStackView.java3053 || !bubble.showFlyout() in shouldShowFlyout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java964 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showFlyout()); in testSuppressNotif_onInitialNotif()
986 assertFalse(mBubbleData.getBubbleInStackWithKey(mRow.getKey()).showFlyout()); in testSuppressNotif_onUpdateNotif()