Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java264 assertFalse(mBubbleController.isStackExpanded()); in testExpandCollapseStack()
278 assertTrue(mBubbleController.isStackExpanded()); in testExpandCollapseStack()
288 assertFalse(mBubbleController.isStackExpanded()); in testExpandCollapseStack()
308 assertTrue(mBubbleController.isStackExpanded()); in testCollapseAfterChangingExpandedBubble()
328 assertFalse(mBubbleController.isStackExpanded()); in testCollapseAfterChangingExpandedBubble()
344 assertTrue(mBubbleController.isStackExpanded()); in testExpansionRemovesShowInShade()
364 assertTrue(mBubbleController.isStackExpanded()); in testRemoveLastExpandedCollapses()
392 assertFalse(mBubbleController.isStackExpanded()); in testAutoExpand_FailsNotForeground()
401 assertFalse(mBubbleController.isStackExpanded()); in testAutoExpand_FailsNotForeground()
419 assertFalse(mBubbleController.isStackExpanded()); in testAutoExpand_SucceedsForeground()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java345 public boolean isStackExpanded() { in isStackExpanded() method in BubbleController
681 if (defaultDisplay && b != null && isStackExpanded() in getExpandedDisplayId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2549 if (mBubbleController.isStackExpanded()) {
2565 if (mBubbleController.isStackExpanded()) {
3849 } else if (mBubbleController.isStackExpanded()) { in updateScrimController()