Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java260 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 …]
DBubbleStackView.java1418 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
DBubbleController.java502 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()
DBubbles.java126 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble()
262 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange()
268 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
DBadgedImageView.java150 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
333 Bitmap bubble = noBadgeBubble.copy(noBadgeBubble.getConfig(), /* isMutable */ true); in showBadge() local
DBubbleLogger.java144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
DBubbleViewInfoTask.java66 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
DBubbleExpandedView.java571 void update(Bubble bubble) { in update()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt143 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/
DExpandedAnimationController.java330 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/
DLaunchConversationActivityTest.java225 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java905 private void assertSelectionChangedTo(Bubble bubble) { in assertSelectionChangedTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1159 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local