Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java179 private Consumer<String> mUpdateSelectedBubbleAfterCollapse; field in BubbleBarView
234 if (!mIsBarExpanded && mUpdateSelectedBubbleAfterCollapse != null in BubbleBarView()
238 mUpdateSelectedBubbleAfterCollapse.accept(firstBubble.getBubble().getKey()); in BubbleBarView()
968 mUpdateSelectedBubbleAfterCollapse = updateSelectedBubbleAfterCollapse; in setUpdateSelectedBubbleAfterCollapse()