/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarMenuViewController.java | 70 void updateMenu(@NonNull Bubble bubble) { in updateMenu() 172 private ArrayList<BubbleBarMenuView.MenuAction> createMenuActions(Bubble bubble) { in createMenuActions() 234 void onUnBubbleConversation(Bubble bubble); in onUnBubbleConversation() 240 void onOpenAppSettings(Bubble bubble); in onOpenAppSettings() 245 void onDismissBubble(Bubble bubble); in onDismissBubble()
|
H A D | BubbleBarMenuView.java | 70 void updateInfo(Bubble bubble) { in updateInfo()
|
H A D | BubbleBarExpandedView.java | 283 public void update(Bubble bubble) { in update()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 585 private void doAdd(Bubble bubble) { in doAdd() 734 private void doSuppress(Bubble bubble) { in doSuppress() 759 private void doUnsuppress(Bubble bubble) { in doUnsuppress() 996 private static long sortKey(Bubble bubble) { in sortKey() 1039 Bubble bubble = mBubbles.get(i); in indexForKey() local 1083 Bubble bubble = mBubbles.get(i); in getAnyBubbleWithShortcutId() local 1093 Bubble bubble = mOverflowBubbles.get(i); in getAnyBubbleWithShortcutId() local 1108 Bubble bubble = mBubbles.get(i); in getBubbleInStackWithKey() local 1120 Bubble bubble = mBubbles.get(i); in getBubbleInStackWithLocusId() local 1131 Bubble bubble = mBubbles.get(i); in getBubbleWithView() local [all …]
|
H A D | BubbleStackView.java | 1269 BubbleViewProvider bubble = mBubbleData.getSelectedBubble(); in isConversationBubble() local 1616 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1644 Bubble bubble = mBubbleData.getBubbles().get(i); in updateBubblesAcessibillityStates() local 1762 void addBubble(Bubble bubble) { in addBubble() 1810 void removeBubble(Bubble bubble) { in removeBubble() 1868 void updateBubble(Bubble bubble) { in updateBubble() 2093 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed() 2523 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() 2678 private void dismissBubbleIfExists(@Nullable BubbleViewProvider bubble) { in dismissBubbleIfExists() 2750 private boolean shouldShowFlyout(Bubble bubble) { in shouldShowFlyout() [all …]
|
H A D | BubbleController.java | 160 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged() 609 public void onBubbleMetadataFlagChanged(Bubble bubble) { in onBubbleMetadataFlagChanged() 1080 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 1152 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 1259 public void dismissBubble(Bubble bubble, @Bubbles.DismissReason int reason) { in dismissBubble() 1357 Bubble bubble = mBubbleData.getBubbles().get(i); in setUpBubbleViewsForMode() local 1403 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 1431 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1867 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local 2303 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble()
|
H A D | Bubbles.java | 122 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 313 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged() 319 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
H A D | BubbleTaskViewHelper.java | 224 public boolean update(Bubble bubble) { in update()
|
H A D | BubbleLogger.java | 144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
|
H A D | BubbleViewInfoTask.java | 68 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
H A D | BadgedImageView.java | 163 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
|
H A D | BubbleExpandedView.java | 835 void update(Bubble bubble) { in update()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTest.java | 172 Bubble bubble = createBubbleWithShortcut(); in testBubbleIsConversation_hasConversationShortcut() local 179 Bubble bubble = new Bubble(mBubbleEntry, mBubbleMetadataFlagListener, null, mMainExecutor); in testBubbleIsConversation_hasNoShortcut() local 186 Bubble bubble = createBubbleWithShortcut(); in testBubbleAsBubbleBarBubble_withShortcut() local 201 Bubble bubble = Bubble.createAppBubble(intent, new UserHandle(1 /* userId */), in testBubbleAsBubbleBarBubble_withoutShortcut() local
|
H A D | BubbleDataTest.java | 1149 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubbleEducationControllerTest.kt | 85 val bubble = Mockito.mock(Bubble::class.java) regex 103 val bubble = Mockito.mock(Bubble::class.java) regex
|
H A D | BubblesTest.java | 1237 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local 1713 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isNotConversationBubble() local 1731 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isConversationBubble() local 1749 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble() local 1860 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromOngoingNotification() local 1873 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromNoDismissNotification() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedAnimationController.java | 336 View bubble, in prepareForBubbleDrag() 367 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo() 597 final View bubble = mLayout.getChildAt(i); in updateBubblePositions() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivityTest.java | 259 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepositoryTest.kt | 148 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title", regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImplTest.java | 904 NotificationEntry bubble = createBubble("testgroup", GROUP_ALERT_SUMMARY); in testShouldBubbleUp_notifInGroupWithOnlySummaryAlerts() local
|