Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java304 Consumer<String> updateSelectedBubbleAfterCollapse) { in setUpdateSelectedBubbleAfterCollapse() argument
305 mBarView.setUpdateSelectedBubbleAfterCollapse(updateSelectedBubbleAfterCollapse); in setUpdateSelectedBubbleAfterCollapse()
DBubbleBarView.java967 Consumer<String> updateSelectedBubbleAfterCollapse) { in setUpdateSelectedBubbleAfterCollapse() argument
968 mUpdateSelectedBubbleAfterCollapse = updateSelectedBubbleAfterCollapse; in setUpdateSelectedBubbleAfterCollapse()