Searched refs:selectedBubbleKey (Results 1 – 4 of 4) sorted by relevance
42 public String selectedBubbleKey; field in BubbleBarUpdate81 selectedBubbleKey = parcel.readString(); in BubbleBarUpdate()106 || selectedBubbleKey != null in anythingChanged()125 + " selectedBubbleKey=" + selectedBubbleKey in toString()152 parcel.writeString(selectedBubbleKey); in writeToParcel()
1207 assertThat(update.selectedBubbleKey).isEqualTo(mEntryA2.getKey()); in test_getInitialStateForBubbleBar_includesInitialBubblesAndPosition()1224 assertThat(update.selectedBubbleKey).isEqualTo(mEntryA2.getKey()); in test_getInitialStateForBubbleBar_includesExpandedState()
133 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()267 initialState.selectedBubbleKey = getSelectedBubbleKey(); in getInitialStateForBubbleBar()
1235 String selectedBubbleKey = mBubbleData.getSelectedBubbleKey(); in dragBubbleToDismiss() local1237 if (selectedBubbleKey != null && !selectedBubbleKey.equals(bubbleKey)) { in dragBubbleToDismiss()