Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java276 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
306 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
342 BubbleStackView stackView = mBubbleController.getStackView(); in testExpansionRemovesShowInShade()
361 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java689 BubbleStackView getStackView() { in getStackView() method in BubbleController