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.java494 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
527 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
631 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow()
676 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1173 mBubbleController.getStackView(), in test_bubbleViewInfoGetPackageForUser()
DNewNotifPipelineBubblesTest.java438 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
535 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow()
577 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1288 public BubbleStackView getStackView() { in getStackView() method in BubbleController