/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 260 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble() 467 private void doAdd(Bubble bubble) { in doAdd() 498 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 805 private static long sortKey(Bubble bubble) { in sortKey() 848 Bubble bubble = mBubbles.get(i); in indexForKey() local 889 Bubble bubble = mBubbles.get(i); in getAnyBubbleWithShortcutId() local 899 Bubble bubble = mOverflowBubbles.get(i); in getAnyBubbleWithShortcutId() local 914 Bubble bubble = mBubbles.get(i); in getBubbleInStackWithKey() local 926 Bubble bubble = mBubbles.get(i); in getBubbleInStackWithLocusId() local 937 Bubble bubble = mBubbles.get(i); in getBubbleWithView() local [all …]
|
H A D | BubbleStackView.java | 1463 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1539 void addBubble(Bubble bubble) { in addBubble() 1572 void removeBubble(Bubble bubble) { in removeBubble() 1603 void updateBubble(Bubble bubble) { in updateBubble() 2209 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() 2350 private void dismissBubbleIfExists(@Nullable BubbleViewProvider bubble) { in dismissBubbleIfExists() 2416 private boolean shouldShowFlyout(Bubble bubble) { in shouldShowFlyout() 2442 void animateInFlyoutForBubble(Bubble bubble) { in animateInFlyoutForBubble() 2618 final Bubble bubble = mBubbleData.getBubbleInStackWithKey(mExpandedBubble.getKey()); in showManageMenu() local
|
H A D | BubbleController.java | 507 public void onBubbleNotificationSuppressionChanged(Bubble bubble) { in onBubbleNotificationSuppressionChanged() 834 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 876 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 949 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 954 void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1224 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local 1544 public void expandStackAndSelectBubble(Bubble bubble) { in expandStackAndSelectBubble()
|
H A D | Bubbles.java | 123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 251 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange() 257 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
H A D | BadgedImageView.java | 150 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble() 333 Bitmap bubble = noBadgeBubble.copy(noBadgeBubble.getConfig(), /* isMutable */ true); in showBadge() local
|
H A D | BubbleLogger.java | 144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
|
H A D | BubbleViewInfoTask.java | 66 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
H A D | BubblePositioner.java | 408 public float getExpandedViewHeight(BubbleViewProvider bubble) { in getExpandedViewHeight() 433 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY()
|
H A D | BubbleExpandedView.java | 564 void update(Bubble bubble) { in update()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedAnimationController.java | 304 View bubble, in prepareForBubbleDrag() 335 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo() 565 final View bubble = mLayout.getChildAt(i); in updateBubblePositions() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepositoryTest.kt | 143 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title", regex
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | LaunchConversationActivityTest.java | 225 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ReturnToCallController.java | 68 Bubble bubble; field in ReturnToCallController
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 975 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
|
/aosp12/art/test/530-checker-loops2/src/ |
H A D | Main.java | 35 private static void bubble(int[] a) { in bubble() method in Main
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1196 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local
|