| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
| D | BubbleData.java | 260 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble() 320 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() 466 private void doAdd(Bubble bubble) { in doAdd() 497 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 596 void overflowBubble(@DismissReason int reason, Bubble bubble) { in overflowBubble() 698 private void setSelectedBubbleInternal(@Nullable BubbleViewProvider bubble) { in setSelectedBubbleInternal() 811 private static long sortKey(Bubble bubble) { in sortKey() 841 private void maybeSendDeleteIntent(@DismissReason int reason, @NonNull final Bubble bubble) { in maybeSendDeleteIntent() 854 Bubble bubble = mBubbles.get(i); in indexForKey() local 895 Bubble bubble = mBubbles.get(i); in getAnyBubbleWithShortcutId() local [all …]
|
| D | BubbleStackView.java | 1418 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1494 void addBubble(Bubble bubble) { in addBubble() 1527 void removeBubble(Bubble bubble) { in removeBubble() 1557 void updateBubble(Bubble bubble) { in updateBubble() 2146 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() 2265 private void dismissBubbleIfExists(@Nullable BubbleViewProvider bubble) { in dismissBubbleIfExists() 2331 private boolean shouldShowFlyout(Bubble bubble) { in shouldShowFlyout() 2357 void animateInFlyoutForBubble(Bubble bubble) { in animateInFlyoutForBubble() 2512 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu() local
|
| D | BubbleController.java | 502 public void onBubbleNotificationSuppressionChanged(Bubble bubble) { in onBubbleNotificationSuppressionChanged() 822 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 864 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 938 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 943 void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1076 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local 1210 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local 1529 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble()
|
| D | Bubbles.java | 126 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 262 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange() 268 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
| D | BadgedImageView.java | 150 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble() 333 Bitmap bubble = noBadgeBubble.copy(noBadgeBubble.getConfig(), /* isMutable */ true); in showBadge() local
|
| D | BubbleLogger.java | 144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
|
| D | BubbleViewInfoTask.java | 66 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
| D | BubbleExpandedView.java | 571 void update(Bubble bubble) { in update()
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
| D | BubbleVolatileRepositoryTest.kt | 143 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title", in testAddBubbleMatchesByKey() constant
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
| D | ExpandedAnimationController.java | 330 View bubble, in prepareForBubbleDrag() 361 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
| D | LaunchConversationActivityTest.java | 225 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
| D | BubbleDataTest.java | 905 private void assertSelectionChangedTo(Bubble bubble) { in assertSelectionChangedTo()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
| D | BubblesTest.java | 1159 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local
|