Home
last modified time | relevance | path

Searched refs:inflateAndAdd (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1252 inflateAndAdd(b, /* suppressFlyout= */ true, /* showInShade= */ false); in showOrHideAppBubble()
1412 inflateAndAdd(bubble, suppressFlyout, showInShade); in updateBubble()
1431 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() method in BubbleController
1606 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1634 verify(mBubbleController, times(1)).inflateAndAdd( in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1657 verify(mBubbleController, times(1)).inflateAndAdd( in testNonInterruptiveUpdate_doesntTriggerInflate()
1700 verify(mBubbleController, times(1)).inflateAndAdd( in testNonSystemUpdatesIgnored()
1764 verify(mBubbleController).inflateAndAdd(any(Bubble.class), /* suppressFlyout= */ eq(true), in testShowOrHideAppBubble_addsAndExpand()