Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java141 private BubbleController.BubbleExpandListener mBubbleExpandListener; field in BubbleControllerTest
193 mBubbleController.setExpandListener(mBubbleExpandListener); in setUp()
290 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpandCollapseStack()
298 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getEntry().key); in testExpandCollapseStack()
321 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
334 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
336 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testCollapseAfterChangingExpandedBubble()
357 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpansionRemovesShowInShadeAndDot()
380 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
411 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testRemoveLastExpandedCollapses()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java610 private final BubbleController.BubbleExpandListener mBubbleExpandListener = field in StatusBar
645 mBubbleController.setExpandListener(mBubbleExpandListener); in start()