/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
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()
|
D | BubbleBarMenuView.java | 70 void updateInfo(Bubble bubble) { in updateInfo()
|
D | BubbleBarLayerView.java | 262 public void removeBubble(Bubble bubble, Runnable endAction) { in removeBubble()
|
D | BubbleBarExpandedView.java | 319 public void update(Bubble bubble) { in update()
|
D | BubbleBarAnimationHelper.java | 454 BubbleViewProvider bubble = mExpandedBubble; in getExpandedView() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 357 public void setSelectedBubbleFromLauncher(BubbleViewProvider bubble) { in setSelectedBubbleFromLauncher() 386 public void setSelectedBubbleAndExpandStack(BubbleViewProvider bubble) { in setSelectedBubbleAndExpandStack() 392 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble() 454 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() 612 private void doAdd(Bubble bubble) { in doAdd() 641 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 748 private void doSuppress(Bubble bubble) { in doSuppress() 771 private void doUnsuppress(Bubble bubble) { in doUnsuppress() 787 void overflowBubble(@DismissReason int reason, Bubble bubble) { in overflowBubble() 825 Bubble bubble = mSuppressedBubbles.removeAt(0); in dismissAll() local [all …]
|
D | BubbleStackView.java | 1384 BubbleViewProvider bubble = mBubbleData.getSelectedBubble(); in isConversationBubble() local 1804 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1832 Bubble bubble = mBubbleData.getBubbles().get(i); in updateBubblesAcessibillityStates() local 1956 void addBubble(Bubble bubble) { in addBubble() 2001 void removeBubble(Bubble bubble) { in removeBubble() 2053 void updateBubble(Bubble bubble) { in updateBubble() 2259 private void announceExpandForAccessibility(BubbleViewProvider bubble, boolean expanded) { in announceExpandForAccessibility() 2271 private String getBubbleContentDescription(Bubble bubble) { in getBubbleContentDescription() 2323 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed() 2828 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() [all …]
|
D | BubbleDebugConfig.java | 71 Bubble bubble = bubbles.get(i); in formatBubblesString() local
|
D | BubbleController.java | 168 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged() 654 public void onBubbleMetadataFlagChanged(Bubble bubble) { in onBubbleMetadataFlagChanged() 1263 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 1346 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 1466 public void dismissBubble(Bubble bubble, @Bubbles.DismissReason int reason) { in dismissBubble() 1588 Bubble bubble = mBubbleData.getBubbles().get(i); in setUpBubbleViewsForMode() local 1636 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 1664 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1843 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local 2129 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local [all …]
|
D | Bubbles.java | 123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 339 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged() 345 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
D | BubbleTaskViewHelper.java | 223 public boolean update(Bubble bubble) { in update()
|
D | BubbleLogger.java | 144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
|
D | BubbleViewInfoTask.java | 68 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
D | BadgedImageView.java | 164 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
|
D | BubblePositioner.java | 463 public float getExpandedViewHeight(BubbleViewProvider bubble) { in getExpandedViewHeight() 488 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY()
|
D | BubbleExpandedView.java | 914 void update(Bubble bubble) { in update()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
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
|
D | BubbleViewInfoTest.kt | 70 private lateinit var bubble: Bubble in <lambda>() variable in com.android.wm.shell.bubbles.BubbleViewInfoTest
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubblePositionerTest.kt | 271 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testGetExpandedViewHeight_max() constant 287 val bubble = in testGetExpandedViewHeight_customHeight_valid() constant 315 val bubble = in testGetExpandedViewHeight_customHeight_tooSmall() constant 419 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phoneLandscape() constant 436 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phonePortrait() constant 455 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletLandscape() constant 473 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletPortrait() constant 492 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenLandscape() constant 510 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenPortrait() constant
|
D | BubbleStackViewTest.kt | 135 val bubble = createAndInflateBubble() in <lambda>() constant 145 val bubble = createAndInflateBubble() in <lambda>() constant 356 val bubble = in <lambda>() constant 375 val bubble = Bubble.createAppBubble(intent, UserHandle(1), icon, directExecutor()) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubbleEducationControllerTest.kt | 86 var bubble = createFakeBubble(isConversational = false) in testShouldShowStackEducation() variable 102 var bubble = createFakeBubble(isConversational = false) in testShouldShowManageEducation() variable
|
D | BubblesTest.java | 1353 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local 1859 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isNotConversationBubble() local 1877 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isConversationBubble() local 1895 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble() local 2026 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromOngoingNotification() local 2039 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromNoDismissNotification() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 354 View bubble, in prepareForBubbleDrag() 387 private void springBubbleTo(View bubble, float x, float y) { in springBubbleTo() 635 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 | 146 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
|