Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java608 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 DNoteTaskControllerTest.kt173 .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 DBubbles.java307 void onBubbleExpandChanged(boolean isExpanding, String key); in onBubbleExpandChanged() method
H A DBubbleController.java1026 listener.onBubbleExpandChanged(isExpanding, key); in setExpandListener()
H A DBubbleStackView.java2525 mExpandListener.onBubbleExpandChanged(expanded, bubble.getKey()); in notifyExpansionChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskController.kt90 fun onBubbleExpandChanged(isExpanding: Boolean, key: String?) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java938 mNoteTaskControllerLazy.get().onBubbleExpandChanged(isExpanding, key); in initBubbles()