Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2489 private String mSelectedBubbleKey; field in BubbleController.BubblesImpl.CachedState
2503 mSelectedBubbleKey = update.selectedBubble != null in update()
2559 return mIsStackExpanded && key.equals(mSelectedBubbleKey); in isBubbleExpanded()
2578 pw.println("mSelectedBubbleKey: " + mSelectedBubbleKey); in dump()