Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java89 private BubbleBarItem mBubble; field in BubbleView
186 mBubble = bubble; in setBubble()
210 mBubble = overflow; in setOverflow()
219 return mBubble; in getBubble()
234 if (mBubble instanceof BubbleBarOverflow) { in updateBadgeVisibility()
238 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility()
265 boolean bubbleHasUnseenContent = mBubble != null in shouldDrawDot()
266 && mBubble instanceof BubbleBarBubble in shouldDrawDot()
268 && !((BubbleBarBubble) mBubble).getInfo().isNotificationSuppressed(); in shouldDrawDot()
317 String toString = mBubble != null ? mBubble.getKey() : "null"; in toString()