Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java306 BubbleBarBubble bubble = mBubbleCreator.populateBubble(mContext, in restoreSavedBubbles() local
387 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local
424 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local
521 public void onBubbleDismissed(BubbleView bubble) { in onBubbleDismissed()
630 private void addBubbleInternally(BubbleBarBubble bubble, boolean isExpanding, in addBubbleInternally()
632 mBubbles.put(bubble.getKey(), bubble); in addBubbleInternally() local
DBubbleView.java245 public void setBubble(BubbleBarBubble bubble) { in setBubble()
488 void dismiss(BubbleView bubble); in dismiss()
DBubbleCreator.java170 BubbleBarBubble bubble = new BubbleBarBubble(info, bubbleView, in populateBubble() local
DBubbleBarView.java718 public void addBubble(BubbleView bubble) { in addBubble()
728 public void addBubble(BubbleView bubble, @Nullable BubbleView bubbleToSelect) { in addBubble()
849 public void removeBubble(View bubble) { in removeBubble()
1551 BubbleBarItem bubble = bubbleView.getBubble(); in dump() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt356 val bubble = animatingBubble?.bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant
497 val bubble = bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant
599 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant
628 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant
653 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant
/packages/apps/Launcher3/quickstep/testing/com/android/launcher3/taskbar/bubbles/testing/
DFakeBubbleViewFactory.kt75 val bubble = in createBubble() constant
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/
DBubbleViewTest.kt42 private lateinit var bubble: BubbleBarBubble variable in com.android.launcher3.taskbar.bubbles.BubbleViewTest
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java68 Bubble bubble; field in ReturnToCallController
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt78 private lateinit var bubble: BubbleBarBubble in <lambda>() variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest