Searched refs:onBubbleExpandChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 724 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpandCollapseStack() 732 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow.getKey()); in testExpandCollapseStack() 754 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 771 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 774 verify(mBubbleExpandListener, atLeastOnce()).onBubbleExpandChanged( in testCollapseAfterChangingExpandedBubble() 800 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testExpansionRemovesShowInShadeAndDot() 825 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() 858 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow2.getKey()); in testRemoveLastExpanded_collapses() 870 verify(mBubbleExpandListener).onBubbleExpandChanged(false, mRow2.getKey()); in testRemoveLastExpanded_collapses() 875 verify(mBubbleExpandListener).onBubbleExpandChanged(true, mRow.getKey()); in testRemoveLastExpanded_collapses() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskControllerTest.kt | 175 .onBubbleExpandChanged( in <lambda>() 190 .onBubbleExpandChanged( in <lambda>() 205 .onBubbleExpandChanged( in <lambda>() 219 .onBubbleExpandChanged( in <lambda>() 230 .onBubbleExpandChanged( in <lambda>() 241 .onBubbleExpandChanged( in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 333 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
|
D | BubbleController.java | 1165 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
|
D | BubbleStackView.java | 2830 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskController.kt | 93 fun onBubbleExpandChanged(isExpanding: Boolean, key: String?) { in onBubbleExpandChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImpl.java | 856 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()
|