Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java273 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble()
333 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated()
492 private void doAdd(Bubble bubble) { in doAdd()
523 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate()
641 private void doSuppress(Bubble bubble) { in doSuppress()
666 private void doUnsuppress(Bubble bubble) { in doUnsuppress()
684 void overflowBubble(@DismissReason int reason, Bubble bubble) { in overflowBubble()
726 Bubble bubble = mSuppressedBubbles.removeAt(0); in dismissAll() local
797 private void setSelectedBubbleInternal(@Nullable BubbleViewProvider bubble) { in setSelectedBubbleInternal()
903 private static long sortKey(Bubble bubble) { in sortKey()
[all …]
DBubbleStackView.java1570 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local
1598 Bubble bubble = mBubbleData.getBubbles().get(i); in updateBubblesAcessibillityStates() local
1716 void addBubble(Bubble bubble) { in addBubble()
1751 void removeBubble(Bubble bubble) { in removeBubble()
1790 void updateBubble(Bubble bubble) { in updateBubble()
2019 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed()
2443 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged()
2597 private void dismissBubbleIfExists(@Nullable BubbleViewProvider bubble) { in dismissBubbleIfExists()
2669 private boolean shouldShowFlyout(Bubble bubble) { in shouldShowFlyout()
2695 void animateInFlyoutForBubble(Bubble bubble) { in animateInFlyoutForBubble()
[all …]
DBubbles.java109 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble()
274 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged()
280 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
DBubbleController.java152 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged()
526 public void onBubbleMetadataFlagChanged(Bubble bubble) { in onBubbleMetadataFlagChanged()
913 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow()
955 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local
1113 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local
1141 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd()
1303 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local
1500 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local
1817 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble()
DBubbleLogger.java144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
DBubbleViewInfoTask.java66 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
DBadgedImageView.java163 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
DBubbleExpandedView.java800 void update(Bubble bubble) { in update()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java329 View bubble, in prepareForBubbleDrag()
361 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo()
591 final View bubble = mLayout.getChildAt(i); in updateBubblePositions() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepositoryTest.kt148 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title", in testAddBubbleMatchesByKey() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DLaunchConversationActivityTest.java259 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java928 NotificationEntry bubble = createBubble("testgroup", GROUP_ALERT_SUMMARY); in testShouldBubbleUp_notifInGroupWithOnlySummaryAlerts() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1146 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1200 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local