Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java580 assertThat(mBubbleController.getStackView().getVisibility()).isEqualTo(View.VISIBLE); in bubblesHiddenWhileDreaming()
589 assertThat(mBubbleController.getStackView().getVisibility()).isEqualTo(View.INVISIBLE); in bubblesHiddenWhileDreaming()
598 assertThat(mBubbleController.getStackView().getVisibility()).isEqualTo(View.VISIBLE); in bubblesHiddenWhileDreaming()
751 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
852 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses()
896 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1369 mBubbleController.getStackView(), in test_bubbleViewInfoGetPackageForUser()
1391 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1409 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble()
1427 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleOverflowTest.java62 when(mBubbleController.getStackView()).thenReturn(mBubbleStackView); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2234 public BubbleStackView getStackView() { in getStackView() method in BubbleController