Searched defs:bubble (Results 1 – 12 of 12) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
| D | BubbleData.java | 209 public void setSelectedBubble(Bubble bubble) { in setSelectedBubble() 264 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() 410 private void doAdd(Bubble bubble) { in doAdd() 435 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 525 void overflowBubble(@DismissReason int reason, Bubble bubble) { in overflowBubble() 592 private void setSelectedBubbleInternal(@Nullable Bubble bubble) { in setSelectedBubbleInternal() 662 private static long sortKey(Bubble bubble) { in sortKey() 692 private void maybeSendDeleteIntent(@DismissReason int reason, @NonNull final Bubble bubble) { in maybeSendDeleteIntent() 705 Bubble bubble = mBubbles.get(i); in indexForKey() local 743 Bubble bubble = mBubbles.get(i); in getBubbleInStackWithKey() local [all …]
|
| D | BubbleController.java | 264 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange() 274 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled() 1016 void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 1035 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 1131 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 1136 void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1307 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local 1465 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local
|
| D | BubbleStackView.java | 1409 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1491 void addBubble(Bubble bubble) { in addBubble() 1526 void removeBubble(Bubble bubble) { in removeBubble() 1553 void updateBubble(Bubble bubble) { in updateBubble() 1561 Bubble bubble = bubbles.get(i); in updateBubbleOrder() local 2135 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() 2309 private void dismissBubbleIfExists(@Nullable Bubble bubble) { in dismissBubbleIfExists() 2425 void animateInFlyoutForBubble(Bubble bubble) { in animateInFlyoutForBubble() 2601 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu() local 2939 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in getBubblesOnScreen() local
|
| D | BubbleIconFactory.java | 163 BitmapInfo getBubbleBitmap(Drawable bubble, BitmapInfo badge) { in getBubbleBitmap()
|
| D | BubbleViewInfoTask.java | 71 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
| D | BadgedImageView.java | 109 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
|
| D | BubbleExpandedView.java | 603 void update(Bubble bubble) { in update()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/storage/ |
| D | BubbleVolatileRepositoryTest.kt | 108 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title") in testAddBubbleMatchesByKey() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
| D | ExpandedAnimationController.java | 326 View bubble, in prepareForBubbleDrag() 357 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo() 587 final View bubble = mLayout.getChildAt(i); in updateBubblePositions() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | ScrimControllerTest.java | 901 private void assertScrimTint(boolean front, boolean behind, boolean bubble) { in assertScrimTint() 929 private void assertScrimAlpha(int front, int behind, int bubble) { in assertScrimAlpha()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
| D | BubbleDataTest.java | 841 private void assertSelectionChangedTo(Bubble bubble) { in assertSelectionChangedTo()
|
| D | BubbleControllerTest.java | 1044 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local
|