Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses()
780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1251 mBubbleController.getStackView(), in test_bubbleViewInfoGetPackageForUser()
1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1291 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble()
1309 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
1329 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState()
2100 assertThat(mBubbleController.getStackView()).isNull(); in assertNoBubbleContainerViews()
2106 assertThat(mBubbleController.getStackView()).isNotNull(); in assertStackMode()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java61 when(mBubbleController.getStackView()).thenReturn(mock(BubbleStackView.class)); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1962 public BubbleStackView getStackView() { in getStackView() method in BubbleController