Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java724 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/
DNoteTaskControllerTest.kt175 .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/
DBubbles.java333 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
DBubbleController.java1165 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
DBubbleStackView.java2830 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskController.kt93 fun onBubbleExpandChanged(isExpanding: Boolean, key: String?) { in onBubbleExpandChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java856 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()