Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java328 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local
349 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local
351 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges() local
583 BubbleBarBubble bubble = new BubbleBarBubble(b, bubbleView, in populateBubble() local
DBubbleView.java185 public void setBubble(BubbleBarBubble bubble) { in setBubble()
238 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility() local
DBubbleBarViewController.java142 BubbleBarItem bubble = ((BubbleView) v).getBubble(); in onBubbleClicked() local
429 public void animateBubbleNotification(BubbleBarBubble bubble, boolean isExpanding) { in animateBubbleNotification()
557 public void onDismissBubbleWhileDragging(@NonNull BubbleBarItem bubble) { in onDismissBubbleWhileDragging()
DBubbleBarView.java667 public void addBubble(View bubble, FrameLayout.LayoutParams lp) { in addBubble()
680 private void createNewBubbleScaleInAnimator(View bubble) { in createNewBubbleScaleInAnimator()
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java68 Bubble bubble; field in ReturnToCallController
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt60 private lateinit var bubble: BubbleBarBubble variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest