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