/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 273 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 …]
|
D | BubbleStackView.java | 1570 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 …]
|
D | Bubbles.java | 109 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 274 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged() 280 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
D | BubbleController.java | 152 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()
|
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 | BadgedImageView.java | 163 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
|
D | BubbleExpandedView.java | 800 void update(Bubble bubble) { in update()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 329 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/ |
D | BubbleVolatileRepositoryTest.kt | 148 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/ |
D | LaunchConversationActivityTest.java | 259 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderImplTest.java | 928 NotificationEntry bubble = createBubble("testgroup", GROUP_ALERT_SUMMARY); in testShouldBubbleUp_notifInGroupWithOnlySummaryAlerts() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 1146 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1200 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local
|