Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarMenuViewController.java70 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 DBubbleBarMenuView.java70 void updateInfo(Bubble bubble) { in updateInfo()
H A DBubbleBarExpandedView.java283 public void update(Bubble bubble) { in update()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java585 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 DBubbleStackView.java1269 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 DBubbleController.java160 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 DBubbles.java122 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble()
313 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged()
319 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
H A DBubbleTaskViewHelper.java224 public boolean update(Bubble bubble) { in update()
H A DBubbleLogger.java144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
H A DBubbleViewInfoTask.java68 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
H A DBadgedImageView.java163 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
H A DBubbleExpandedView.java835 void update(Bubble bubble) { in update()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleTest.java172 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 DBubbleDataTest.java1149 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubbleEducationControllerTest.kt85 val bubble = Mockito.mock(Bubble::class.java) regex
103 val bubble = Mockito.mock(Bubble::class.java) regex
H A DBubblesTest.java1237 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 DExpandedAnimationController.java336 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 DLaunchConversationActivityTest.java259 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 DBubbleVolatileRepositoryTest.kt148 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 DNotificationInterruptStateProviderImplTest.java904 NotificationEntry bubble = createBubble("testgroup", GROUP_ALERT_SUMMARY); in testShouldBubbleUp_notifInGroupWithOnlySummaryAlerts() local