Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java285 viewUpdate.addedBubble = populateBubble(mContext, update.addedBubble, mBarView, in onBubbleStateChange()
291 populateBubble(mContext, update.updatedBubble, mBarView, in onBubbleStateChange()
298 populateBubble(mContext, update.currentBubbleList.get(i), mBarView, in onBubbleStateChange()
506 private BubbleBarBubble populateBubble(Context context, BubbleInfo b, BubbleBarView bbv, in populateBubble() method in BubbleBarController