Searched refs:mBubbleController (Results 1 – 4 of 4) sorted by relevance
414 spyOn(mBubbleController); in setUp()522 mBubbleController.removeBubble( in testRemoveBubble()542 mBubbleController.removeBubble( in testRemoveBubble_withDismissedNotif_inOverflow()564 mBubbleController.removeBubble( in testRemoveBubble_withDismissedNotif_notInOverflow()750 mBubbleController.removeBubble( in testRemoveLastExpanded_collapses()762 mBubbleController.removeBubble( in testRemoveLastExpanded_collapses()788 mBubbleController.removeBubble( in testRemoveLastExpandedEmptyOverflow_collapses()901 mBubbleController.removeBubble( in testDeleteIntent_removeBubble_user()1250 mBubbleController, in test_bubbleViewInfoGetPackageForUser()1621 mBubbleController.removeBubble( in testNonInterruptiveUpdate_doesntBubbleFromOverflow()[all …]
53 private BubbleController mBubbleController; field in BubbleOverflowTest60 when(mBubbleController.getPositioner()).thenReturn(mPositioner); in setUp()61 when(mBubbleController.getStackView()).thenReturn(mock(BubbleStackView.class)); in setUp()70 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ false); in test_initialize_forStack()79 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ true); in test_initialize_forBubbleBar()87 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ false); in test_cleanUpExpandedState()
52 private final BubbleController mBubbleController; field in BubbleBarLayerView79 mBubbleController = controller; in BubbleBarLayerView()80 mPositioner = mBubbleController.getPositioner(); in BubbleBarLayerView()194 mBubbleController.getSysuiProxy().onStackExpandChanged(true); in showExpandedView()215 mBubbleController.getSysuiProxy().onStackExpandChanged(false); in collapse()234 mBubbleController.collapseStack(); in hideMenuOrCollapse()
204 private final BubbleController mBubbleController; field in BubbleStackView869 mBubbleController = bubbleController; in BubbleStackView()880 mPositioner = mBubbleController.getPositioner(); in BubbleStackView()890 mBubbleController.onAllBubblesAnimatedOut(); in BubbleStackView()1347 mStackEduView = new StackEducationView(mContext, mPositioner, mBubbleController); in maybeShowStackEdu()1365 mStackEduView = new StackEducationView(mContext, mPositioner, mBubbleController); in updateUserEdu()2020 mBubbleController.getSysuiProxy().onStackExpandChanged(shouldExpand); in setExpanded()2033 mBubbleController.isNotificationPanelExpanded(notifPanelExpanded -> { in setExpanded()2125 mBubbleController.hideCurrentInputMethod(); in hideCurrentInputMethod()2929 mBubbleController.getSysuiProxy().onManageMenuExpandChanged(false /* show */); in showManageMenu()[all …]