Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java253 private Bubbles.BubbleExpandListener mBubbleExpandListener; field in BubblesTest
413 mBubbleController.setExpandListener(mBubbleExpandListener); in setUp()
608 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack()
638 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
655 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
658 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
684 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot()
709 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
759 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_collapses()
785 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpandedEmptyOverflow_collapses()
[all …]