Home
last modified time | relevance | path

Searched refs:selectedBubbleKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java42 public String selectedBubbleKey; field in BubbleBarUpdate
81 selectedBubbleKey = parcel.readString(); in BubbleBarUpdate()
106 || selectedBubbleKey != null in anythingChanged()
125 + " selectedBubbleKey=" + selectedBubbleKey in toString()
152 parcel.writeString(selectedBubbleKey); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1207 assertThat(update.selectedBubbleKey).isEqualTo(mEntryA2.getKey()); in test_getInitialStateForBubbleBar_includesInitialBubblesAndPosition()
1224 assertThat(update.selectedBubbleKey).isEqualTo(mEntryA2.getKey()); in test_getInitialStateForBubbleBar_includesExpandedState()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java133 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()
267 initialState.selectedBubbleKey = getSelectedBubbleKey(); in getInitialStateForBubbleBar()
DBubbleController.java1235 String selectedBubbleKey = mBubbleData.getSelectedBubbleKey(); in dragBubbleToDismiss() local
1237 if (selectedBubbleKey != null && !selectedBubbleKey.equals(bubbleKey)) { in dragBubbleToDismiss()