/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleTest.java | 188 Bubble bubble = createChatBubble(true /* useShortcut */); in testBubbleType_conversationShortcut() local 194 Bubble bubble = createChatBubble(false /* useShortcut */); in testBubbleType_conversationPendingIntent() local 200 Bubble bubble = Bubble.createNotesBubble(createIntent(), UserHandle.of(0), in testBubbleType_note() local 211 Bubble bubble = Bubble.createShortcutBubble(shortcutInfo, mMainExecutor, mBgExecutor); in testBubbleType_shortcut() local 217 Bubble bubble = Bubble.createAppBubble(createIntent(), UserHandle.of(0), in testBubbleType_intent() local 230 Bubble bubble = Bubble.createTaskBubble(info, UserHandle.of(0), in testBubbleType_taskId() local 238 Bubble bubble = createChatBubble(true /* useShortcut */); in testShowAppBadge_chat() local 245 Bubble bubble = Bubble.createNotesBubble(createIntent(), UserHandle.of(0), in testShowAppBadge_note() local 254 Bubble bubble = Bubble.createAppBubble(createIntent(), UserHandle.of(0), in testShowAppBadge_app() local 266 Bubble bubble = Bubble.createShortcutBubble(shortcutInfo, in testShowAppBadge_shortcut() local [all …]
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTaskTest.kt | 188 val bubble = createBubbleWithShortcut() in <lambda>() constant 210 val bubble = createBubbleWithShortcut() in <lambda>() constant 221 val bubble = createBubbleWithShortcut() in <lambda>() constant 229 val bubble = createBubbleWithShortcut() in <lambda>() constant 237 val bubble = createBubbleWithShortcut() in <lambda>() constant 249 val bubble = createBubbleWithShortcut() in <lambda>() constant 259 val bubble = createBubbleWithShortcut() in <lambda>() constant 275 val bubble = createBubbleWithShortcut() in <lambda>() constant 291 val bubble = createBubbleWithShortcut() in <lambda>() constant
|
D | UiEventSubjectTest.kt | 55 val bubble = in <lambda>() constant 75 val bubble = in <lambda>() constant 95 val bubble = in <lambda>() constant 115 val bubble = in <lambda>() constant
|
D | BubbleStackViewTest.kt | 141 val bubble = createAndInflateBubble() in <lambda>() constant 151 val bubble = createAndInflateBubble() in <lambda>() constant 185 val bubble = createAndInflateBubble() in <lambda>() constant 208 val bubble = createAndInflateBubble() in <lambda>() constant 240 val bubble = createAndInflateBubble() in <lambda>() constant 269 val bubble = createAndInflateBubble() in <lambda>() constant 649 val bubble = in <lambda>() constant 669 val bubble = in <lambda>() constant
|
D | BubblePositionerTest.kt | 272 val bubble = in testGetExpandedViewHeight_max() constant 289 val bubble = in testGetExpandedViewHeight_customHeight_valid() constant 318 val bubble = in testGetExpandedViewHeight_customHeight_tooSmall() constant 423 val bubble = in testExpandedViewY_phoneLandscape() constant 441 val bubble = in testExpandedViewY_phonePortrait() constant 461 val bubble = in testExpandedViewY_smallTabletLandscape() constant 480 val bubble = in testExpandedViewY_smallTabletPortrait() constant 500 val bubble = in testExpandedViewY_largeScreenLandscape() constant 519 val bubble = in testExpandedViewY_largeScreenPortrait() constant
|
D | BubbleControllerTest.kt | 177 val bubble = createBubble("key") in <lambda>() constant 200 val bubble = createBubble("key") in <lambda>() constant 235 val bubble = createBubble("key") in <lambda>() constant 288 val bubble = in <lambda>() constant
|
D | FakeBubbleFactory.kt | 71 val bubble = in createChatBubble() constant
|
D | BubbleControllerBubbleBarTest.kt | 220 val bubble = FakeBubbleFactory.createChatBubble(context) in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarMenuViewController.java | 74 void updateMenu(@NonNull Bubble bubble) { in updateMenu() 220 private ArrayList<BubbleBarMenuView.MenuAction> createMenuActions(Bubble bubble) { in createMenuActions() 299 void onUnBubbleConversation(Bubble bubble); in onUnBubbleConversation() 305 void onOpenAppSettings(Bubble bubble); in onOpenAppSettings() 310 void onDismissBubble(Bubble bubble); in onDismissBubble() 315 void onMoveToFullscreen(Bubble bubble); in onMoveToFullscreen()
|
D | BubbleBarMenuView.java | 132 void updateInfo(Bubble bubble) { in updateInfo()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 374 public void setSelectedBubbleFromLauncher(BubbleViewProvider bubble) { in setSelectedBubbleFromLauncher() 403 public void setSelectedBubbleAndExpandStack(BubbleViewProvider bubble) { in setSelectedBubbleAndExpandStack() 416 public void setSelectedBubbleAndExpandStack(BubbleViewProvider bubble, in setSelectedBubbleAndExpandStack() 424 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble() 541 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() 553 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade, in notificationEntryUpdated() 625 Bubble bubble = getBubbleInStackWithKey(key); in dismissBubbleWithKey() local 735 private void doAdd(Bubble bubble) { in doAdd() 764 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 866 private void logBubbleBarBubbleRemoved(Bubble bubble, @DismissReason int reason) { in logBubbleBarBubbleRemoved() [all …]
|
D | BubbleTransitions.java | 101 public BubbleTransition startConvertToBubble(Bubble bubble, TaskInfo taskInfo, in startConvertToBubble() 116 public BubbleTransition startConvertFromBubble(Bubble bubble, in startConvertFromBubble() 123 public BubbleTransition startDraggedBubbleIconToFullscreen(Bubble bubble, Point dropLocation) { in startDraggedBubbleIconToFullscreen() 263 ConvertToBubble(Bubble bubble, TaskInfo taskInfo, Context context, in ConvertToBubble() 530 ConvertFromBubble(@NonNull Bubble bubble, TaskInfo taskInfo) { in ConvertFromBubble() 658 private View getExpandedView(@NonNull Bubble bubble) { in getExpandedView() 665 private float getCornerRadius(@NonNull Bubble bubble) { in getCornerRadius() 685 DraggedBubbleIconToFullscreen(Bubble bubble, Point dropLocation) { in DraggedBubbleIconToFullscreen() 690 DraggedBubbleIconToFullscreen(Bubble bubble, Point dropLocation, in DraggedBubbleIconToFullscreen()
|
D | BubbleStackView.java | 1417 BubbleViewProvider bubble = mBubbleData.getSelectedBubble(); in isChat() local 1843 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1871 Bubble bubble = mBubbleData.getBubbles().get(i); in updateBubblesAcessibillityStates() local 1995 void addBubble(Bubble bubble) { in addBubble() 2039 void removeBubble(Bubble bubble) { in removeBubble() 2102 void updateBubble(Bubble bubble) { in updateBubble() 2331 private void announceExpandForAccessibility(BubbleViewProvider bubble, boolean expanded) { in announceExpandForAccessibility() 2343 private String getBubbleContentDescription(Bubble bubble) { in getBubbleContentDescription() 2390 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed() 2912 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() [all …]
|
D | BubbleDebugConfig.java | 71 Bubble bubble = bubbles.get(i); in formatBubblesString() local
|
D | Bubbles.java | 134 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 361 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged() 367 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
D | BubbleController.java | 183 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged() 723 public void onBubbleMetadataFlagChanged(Bubble bubble) { in onBubbleMetadataFlagChanged() 1459 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 1645 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 1769 public void dismissBubble(Bubble bubble, @Bubbles.DismissReason int reason) { in dismissBubble() 1892 Bubble bubble = mBubbleData.getBubbles().get(i); in setUpBubbleViewsForMode() local 1919 final Bubble bubble; in updateBubble() local 1969 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1978 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade, in inflateAndAdd() 2162 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local [all …]
|
D | BubbleTaskViewListener.java | 235 public boolean setBubble(Bubble bubble) { in setBubble()
|
D | BubbleViewInfoTaskLegacy.java | 73 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarLayerViewTest.kt | 240 val bubble = createBubble("first") in <lambda>() constant 286 val bubble = createBubble("first") in <lambda>() constant 301 val bubble = createBubble("first") in <lambda>() constant 327 val bubble = createBubble("first") in <lambda>() constant 353 val bubble = createBubble("first") in <lambda>() constant 388 val bubble = createBubble("first") in <lambda>() constant 423 val bubble = createBubble("first") in <lambda>() constant 443 val bubble = createBubble("first") in <lambda>() constant
|
D | BubbleBarAnimationHelperTest.kt | 238 val bubble = createBubble("key", controller, taskView).initialize(container) in <lambda>() constant 264 val bubble = createBubble(key = "b1").initialize(container) in <lambda>() constant 283 val bubble = createBubble(key = "b1").initialize(container) in <lambda>() constant 310 val bubble = createBubble(key = "b1").initialize(container) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/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
|
/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/multivalentTests/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivityTest.java | 259 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1534 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local 2042 Bubble bubble = mBubbleData.getBubbleInStackWithKey(noteBubbleKey); in testShowStackEdu_isNotConversationBubble() local 2063 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isConversationBubble() local 2081 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble() local 2239 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromOngoingNotification() local 2252 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromNoDismissNotification() local
|