Searched refs:onBubbleExpandChanged (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 608 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack() 616 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getKey()); in testExpandCollapseStack() 638 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 655 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 658 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 684 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot() 709 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 742 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getKey()); in testRemoveLastExpanded_collapses() 759 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_collapses() 785 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpandedEmptyOverflow_collapses() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
H A D | NoteTaskControllerTest.kt | 173 .onBubbleExpandChanged( 188 .onBubbleExpandChanged( 203 .onBubbleExpandChanged( 217 .onBubbleExpandChanged( 228 .onBubbleExpandChanged( 239 .onBubbleExpandChanged(
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubbles.java | 307 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
|
H A D | BubbleController.java | 1026 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
|
H A D | BubbleStackView.java | 2525 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskController.kt | 90 fun onBubbleExpandChanged(isExpanding: Boolean, key: String?) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesImpl.java | 938 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()
|