Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1459 inflateAndAdd(b, /* suppressFlyout= */ true, /* showInShade= */ false); in showOrHideAppBubble()
1645 inflateAndAdd(bubble, suppressFlyout, showInShade); in updateBubble()
1664 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() method in BubbleController
1844 inflateAndAdd(bubble, bubble.shouldAutoExpand() /* suppressFlyout */, in setIsBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1780 verify(mBubbleController, times(1)).inflateAndAdd( in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1803 verify(mBubbleController, times(1)).inflateAndAdd( in testNonInterruptiveUpdate_doesntTriggerInflate()
1846 verify(mBubbleController, times(1)).inflateAndAdd( in testNonSystemUpdatesIgnored()
1910 verify(mBubbleController).inflateAndAdd(any(Bubble.class), /* suppressFlyout= */ eq(true), in testShowOrHideAppBubble_addsAndExpand()