Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java290 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpandCollapseStack()
298 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getEntry().key); in testExpandCollapseStack()
321 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
334 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getEntry().key); in testCollapseAfterChangingExpandedBubble()
336 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testCollapseAfterChangingExpandedBubble()
357 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testExpansionRemovesShowInShadeAndDot()
380 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
411 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getEntry().key); in testRemoveLastExpandedCollapses()
420 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getEntry().key); in testRemoveLastExpandedCollapses()
424 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getEntry().key); in testRemoveLastExpandedCollapses()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java190 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
404 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
DBubbleStackView.java1022 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()