Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java260 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 DBubbleStackView.java1463 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 DBubbleController.java507 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 DBubbles.java123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble()
251 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange()
257 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
H A DBadgedImageView.java150 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
333 Bitmap bubble = noBadgeBubble.copy(noBadgeBubble.getConfig(), /* isMutable */ true); in showBadge() local
H A DBubbleLogger.java144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
H A DBubbleViewInfoTask.java66 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
H A DBubblePositioner.java408 public float getExpandedViewHeight(BubbleViewProvider bubble) { in getExpandedViewHeight()
433 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY()
H A DBubbleExpandedView.java564 void update(Bubble bubble) { in update()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java304 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 DBubbleVolatileRepositoryTest.kt143 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 DLaunchConversationActivityTest.java225 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DReturnToCallController.java68 Bubble bubble; field in ReturnToCallController
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java975 private void assertSelectionChangedTo(BubbleViewProvider bubble) { in assertSelectionChangedTo()
/aosp12/art/test/530-checker-loops2/src/
H A DMain.java35 private static void bubble(int[] a) { in bubble() method in Main
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1196 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local