Home
last modified time | relevance | path

Searched refs:mBubbleController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java165 private TestableBubbleController mBubbleController; field in NewNotifPipelineBubblesTest
263 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 …]
DBubblesTest.java188 private TestableBubbleController mBubbleController; field in BubblesTest
319 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 …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java189 private final BubbleController mBubbleController; field in BubbleStackView
755 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()