Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java885 BubbleView lastBubble = (BubbleView) getChildAt(bubbleCount - 1); in removeBubble() local
886 String lastBubbleKey = lastBubble.getBubble().getKey(); in removeBubble()