Searched refs:onBubbleExpandChanged (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | NewNotifPipelineBubblesTest.java | 449 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack() 457 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getKey()); in testExpandCollapseStack() 480 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 497 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 500 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 526 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot() 551 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 584 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getKey()); in testRemoveLastExpanded_selectsOverflow() 601 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_selectsOverflow() 628 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpandedEmptyOverflow_collapses() [all …]
|
H A D | BubblesTest.java | 506 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack() 514 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getKey()); in testExpandCollapseStack() 537 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 554 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 557 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 582 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot() 607 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 640 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getKey()); in testRemoveLastExpanded_selectsOverflow() 657 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_selectsOverflow() 684 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpandedEmptyOverflow_collapses() [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubbles.java | 245 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
|
H A D | BubbleController.java | 784 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
|
H A D | BubbleStackView.java | 2211 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()
|