Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleBarUpdate.java39 public String selectedBubbleKey; field in BubbleBarUpdate
64 selectedBubbleKey = parcel.readString(); in BubbleBarUpdate()
83 || selectedBubbleKey != null in anythingChanged()
97 + " selectedBubbleKey=" + selectedBubbleKey in toString()
117 parcel.writeString(selectedBubbleKey); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java130 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()