Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java414 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 …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java53 private BubbleController mBubbleController; field in BubbleOverflowTest
60 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java52 private final BubbleController mBubbleController; field in BubbleBarLayerView
79 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java204 private final BubbleController mBubbleController; field in BubbleStackView
869 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 …]