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.java132 private BubbleController.BubbleExpandListener mBubbleExpandListener; field in BubbleControllerTest
185 mBubbleController.setExpandListener(mBubbleExpandListener); in setUp()
279 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpandCollapseStack()
287 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getEntry().key); in testExpandCollapseStack()
309 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
322 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
324 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testCollapseAfterChangingExpandedBubble()
345 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpansionRemovesShowInShade()
365 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testRemoveLastExpandedCollapses()
374 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getEntry().key); in testRemoveLastExpandedCollapses()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java591 private final BubbleController.BubbleExpandListener mBubbleExpandListener = field in StatusBar
646 mBubbleController.setExpandListener(mBubbleExpandListener); in start()