Searched refs:mBubbleExpandListener (Results 1 – 2 of 2) sorted by relevance
141 private BubbleController.BubbleExpandListener mBubbleExpandListener; field in BubbleControllerTest193 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 …]
610 private final BubbleController.BubbleExpandListener mBubbleExpandListener = field in StatusBar645 mBubbleController.setExpandListener(mBubbleExpandListener); in start()