Home
last modified time | relevance | path

Searched refs:selectedBubble (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java158 void selectionChanged(BubbleViewProvider selectedBubble); in selectionChanged() argument
1236 if (selectedBubble != null && appBubbleKey.equals(selectedBubble.getKey())) { in showOrHideAppBubble()
1658 public void selectionChanged(BubbleViewProvider selectedBubble) {
1660 mStackView.setSelectedBubble(selectedBubble);
1706 if (selectedBubble != null) {
1707 mLayerView.showExpandedView(selectedBubble);
1714 public void selectionChanged(BubbleViewProvider selectedBubble) {
1717 mLayerView.showExpandedView(selectedBubble);
1824 mBubbleViewCallback.selectionChanged(update.selectedBubble);
2166 mSelectedBubbleKey = update.selectedBubble != null in update()
[all …]
H A DBubbleData.java80 @Nullable BubbleViewProvider selectedBubble; field in BubbleData.Update
130 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()
131 ? selectedBubble.getKey() in toBubbleBarUpdate()
910 mStateChange.selectedBubble = bubble; in setSelectedBubbleInternal()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1152 assertWithMessage("selectedBubble").that(update.selectedBubble).isEqualTo(bubble); in assertSelectionChangedTo()
1158 assertWithMessage("selectedBubble").that(update.selectedBubble).isNull(); in assertSelectionCleared()