Home
last modified time | relevance | path

Searched defs:bubble (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java285 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local
306 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local
308 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges() local
511 BubbleBarBubble bubble = new BubbleBarBubble(b, bubbleView, in populateBubble() local
DBubbleView.java148 void setBubble(BubbleBarBubble bubble) { in setBubble()
190 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility() local
DBubbleBarViewController.java110 BubbleBarItem bubble = ((BubbleView) v).getBubble(); in onBubbleClicked() local
360 public void onDismissBubbleWhileDragging(@NonNull BubbleBarItem bubble) { in onDismissBubbleWhileDragging()
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java68 Bubble bubble; field in ReturnToCallController