Home
last modified time | relevance | path

Searched refs:onBubbleExpandChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java570 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack()
578 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getKey()); in testExpandCollapseStack()
601 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
618 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
621 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble()
647 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot()
672 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
705 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getKey()); in testRemoveLastExpanded_collapses()
717 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getKey()); in testRemoveLastExpanded_collapses()
722 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_collapses()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java268 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
DBubbleController.java873 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
DBubbleStackView.java2445 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()