Searched refs:mBubbleController (Results 1 – 3 of 3) sorted by relevance
165 private TestableBubbleController mBubbleController; field in NewNotifPipelineBubblesTest263 mBubbleController = new TestableBubbleController( in setUp()279 mBubbleController.setExpandListener(mBubbleExpandListener); in setUp()280 spyOn(mBubbleController); in setUp()284 mBubbleController.asBubbles(), in setUp()311 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()312 assertTrue(mBubbleController.hasBubbles()); in testAddBubble()317 assertFalse(mBubbleController.hasBubbles()); in testHasBubbles()318 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()319 assertTrue(mBubbleController.hasBubbles()); in testHasBubbles()[all …]
188 private TestableBubbleController mBubbleController; field in BubblesTest319 mBubbleController = new TestableBubbleController( in setUp()335 mBubbleController.setExpandListener(mBubbleExpandListener); in setUp()336 spyOn(mBubbleController); in setUp()340 mBubbleController.asBubbles(), in setUp()370 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()371 assertTrue(mBubbleController.hasBubbles()); in testAddBubble()378 assertFalse(mBubbleController.hasBubbles()); in testHasBubbles()379 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()380 assertTrue(mBubbleController.hasBubbles()); in testHasBubbles()[all …]
189 private final BubbleController mBubbleController; field in BubbleStackView755 mBubbleController = bubbleController; in BubbleStackView()767 mPositioner = mBubbleController.getPositioner(); in BubbleStackView()776 mBubbleController.onAllBubblesAnimatedOut(); in BubbleStackView()1703 mBubbleController.getSysuiProxy().onStackExpandChanged(shouldExpand); in setExpanded()1730 mBubbleController.hideCurrentInputMethod(); in hideCurrentInputMethod()