/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
H A D | BubbleViewInfoTaskTest.kt | 186 val bubble = createBubbleWithShortcut() in <lambda>() constant 208 val bubble = createBubbleWithShortcut() in <lambda>() constant 219 val bubble = createBubbleWithShortcut() in <lambda>() constant 227 val bubble = createBubbleWithShortcut() in <lambda>() constant 235 val bubble = createBubbleWithShortcut() in <lambda>() constant 247 val bubble = createBubbleWithShortcut() in <lambda>() constant 257 val bubble = createBubbleWithShortcut() in <lambda>() constant 273 val bubble = createBubbleWithShortcut() in <lambda>() constant 289 val bubble = createBubbleWithShortcut() in <lambda>() constant
|
H A D | BubbleStackViewTest.kt | 137 val bubble = createAndInflateBubble() in <lambda>() constant 147 val bubble = createAndInflateBubble() in <lambda>() constant 181 val bubble = createAndInflateBubble() in <lambda>() constant 204 val bubble = createAndInflateBubble() in <lambda>() constant 236 val bubble = createAndInflateBubble() in <lambda>() constant 265 val bubble = createAndInflateBubble() in <lambda>() constant 503 val bubble = in <lambda>() constant 523 val bubble = in <lambda>() constant
|
H A D | BubblePositionerTest.kt | 271 val bubble = in testGetExpandedViewHeight_max() constant 288 val bubble = in testGetExpandedViewHeight_customHeight_valid() constant 317 val bubble = in testGetExpandedViewHeight_customHeight_tooSmall() constant 422 val bubble = in testExpandedViewY_phoneLandscape() constant 440 val bubble = in testExpandedViewY_phonePortrait() constant 460 val bubble = in testExpandedViewY_smallTabletLandscape() constant 479 val bubble = in testExpandedViewY_smallTabletPortrait() constant 499 val bubble = in testExpandedViewY_largeScreenLandscape() constant 518 val bubble = in testExpandedViewY_largeScreenPortrait() constant
|
H A D | UiEventSubjectTest.kt | 54 val bubble = in <lambda>() constant 74 val bubble = in <lambda>() constant 94 val bubble = in <lambda>() constant 114 val bubble = in <lambda>() constant
|
H A D | FakeBubbleFactory.kt | 71 val bubble = in createChatBubble() constant
|
H A D | BubbleControllerBubbleBarTest.kt | 220 val bubble = FakeBubbleFactory.createChatBubble(context) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 368 public void setSelectedBubbleFromLauncher(BubbleViewProvider bubble) { in setSelectedBubbleFromLauncher() 397 public void setSelectedBubbleAndExpandStack(BubbleViewProvider bubble) { in setSelectedBubbleAndExpandStack() 403 public void setSelectedBubble(BubbleViewProvider bubble) { in setSelectedBubble() 502 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() 572 Bubble bubble = getBubbleInStackWithKey(key); in dismissBubbleWithKey() local 682 private void doAdd(Bubble bubble) { in doAdd() 711 private void doUpdate(Bubble bubble, boolean reorder) { in doUpdate() 813 private void logBubbleBarBubbleRemoved(Bubble bubble, @DismissReason int reason) { in logBubbleBarBubbleRemoved() 841 private void doSuppress(Bubble bubble) { in doSuppress() 864 private void doUnsuppress(Bubble bubble) { in doUnsuppress() [all …]
|
H A D | BubbleStackView.java | 1388 BubbleViewProvider bubble = mBubbleData.getSelectedBubble(); in isConversationBubble() local 1814 final Bubble bubble = mBubbleData.getBubbles().get(i); in updateContentDescription() local 1842 Bubble bubble = mBubbleData.getBubbles().get(i); in updateBubblesAcessibillityStates() local 1966 void addBubble(Bubble bubble) { in addBubble() 2011 void removeBubble(Bubble bubble) { in removeBubble() 2074 void updateBubble(Bubble bubble) { in updateBubble() 2298 private void announceExpandForAccessibility(BubbleViewProvider bubble, boolean expanded) { in announceExpandForAccessibility() 2310 private String getBubbleContentDescription(Bubble bubble) { in getBubbleContentDescription() 2357 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed() 2879 private void notifyExpansionChanged(BubbleViewProvider bubble, boolean expanded) { in notifyExpansionChanged() [all …]
|
H A D | BubbleController.java | 167 void suppressionChanged(Bubble bubble, boolean isSuppressed); in suppressionChanged() 667 public void onBubbleMetadataFlagChanged(Bubble bubble) { in onBubbleMetadataFlagChanged() 1333 public void promoteBubbleFromOverflow(Bubble bubble) { in promoteBubbleFromOverflow() 1462 Bubble bubble = mBubbleData.getBubbleInStackWithKey(key); in expandStackAndSelectBubble() local 1584 public void dismissBubble(Bubble bubble, @Bubbles.DismissReason int reason) { in dismissBubble() 1708 Bubble bubble = mBubbleData.getBubbles().get(i); in setUpBubbleViewsForMode() local 1757 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble() local 1785 public void inflateAndAdd(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in inflateAndAdd() 1968 Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */); in setIsBubble() local 2283 Bubble bubble = mBubbleData.getBubbleInStackWithKey(entry.getKey()); in handleDismissalInterception() local [all …]
|
H A D | Bubbles.java | 133 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble() 349 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged() 355 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
|
H A D | BubbleDebugConfig.java | 71 Bubble bubble = bubbles.get(i); in formatBubblesString() local
|
H A D | BubblePositioner.java | 470 public float getExpandedViewHeight(BubbleViewProvider bubble) { in getExpandedViewHeight() 495 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarMenuViewController.java | 76 void updateMenu(@NonNull Bubble bubble) { in updateMenu() 227 private ArrayList<BubbleBarMenuView.MenuAction> createMenuActions(Bubble bubble) { in createMenuActions() 309 void onUnBubbleConversation(Bubble bubble); in onUnBubbleConversation() 315 void onOpenAppSettings(Bubble bubble); in onOpenAppSettings() 320 void onDismissBubble(Bubble bubble); in onDismissBubble() 325 void onMoveToFullscreen(Bubble bubble); in onMoveToFullscreen()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimator.kt | 355 val bubble = animatingBubble?.bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant 490 val bubble = bubbleView?.bubble as? BubbleBarBubble in <lambda>() constant 592 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant 621 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant 646 val bubble = bubbleView.bubble as? BubbleBarBubble in <lambda>() constant
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarController.java | 297 BubbleBarBubble bubble = mBubbleCreator.populateBubble(mContext, in restoreSavedState() local 351 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local 391 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local 487 public void onBubbleDismissed(BubbleView bubble) { in onBubbleDismissed() 575 private void addBubbleInternally(BubbleBarBubble bubble, boolean isExpanding, in addBubbleInternally() 577 mBubbles.put(bubble.getKey(), bubble); in addBubbleInternally() local
|
D | BubbleView.java | 245 public void setBubble(BubbleBarBubble bubble) { in setBubble() 488 void dismiss(BubbleView bubble); in dismiss()
|
D | BubbleBarView.java | 685 public void addBubble(BubbleView bubble) { in addBubble() 803 public void removeBubble(View bubble) { in removeBubble() 1497 BubbleBarItem bubble = bubbleView.getBubble(); in dump() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTest.java | 175 Bubble bubble = createBubbleWithShortcut(); in testBubbleIsConversation_hasConversationShortcut() local 182 Bubble bubble = new Bubble(mBubbleEntry, mBubbleMetadataFlagListener, null, mMainExecutor, in testBubbleIsConversation_hasNoShortcut() local 190 Bubble bubble = createBubbleWithShortcut(); in testBubbleAsBubbleBarBubble_withShortcut() local 205 Bubble bubble = Bubble.createAppBubble(intent, new UserHandle(1 /* userId */), in testBubbleAsBubbleBarBubble_withoutShortcut() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wmshell/ |
H A D | BubbleEducationControllerTest.kt | 86 var bubble = createFakeBubble(isConversational = false) in testShouldShowStackEducation() variable 102 var bubble = createFakeBubble(isConversational = false) in testShouldShowManageEducation() variable
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A 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
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1416 final Bubble bubble = createBubble(workProfileUserId, workPkg); in test_bubbleViewInfoGetPackageForUser() local 1921 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isNotConversationBubble() local 1939 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isConversationBubble() local 1957 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble() local 2113 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromOngoingNotification() local 2126 BubbleEntry bubble = mBubblesManager.notifToBubbleEntry(notif); in testCreateBubbleFromNoDismissNotification() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/bubbles/ |
D | BubbleEducationController.java | 47 public final boolean shouldShowStackEducation(@org.jetbrains.annotations.Nullable() in shouldShowStackEducation() 55 public final boolean shouldShowManageEducation(@org.jetbrains.annotations.Nullable() in shouldShowManageEducation()
|
D | BubbleExpandedViewManager.java | 23 public abstract void promoteBubbleFromOverflow(@org.jetbrains.annotations.NotNull() in promoteBubbleFromOverflow() 29 public abstract void dismissBubble(@org.jetbrains.annotations.NotNull() in dismissBubble()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/testing/com/android/launcher3/taskbar/bubbles/testing/ |
D | FakeBubbleViewFactory.kt | 75 val bubble = in createBubble() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleVolatileRepositoryTest.kt | 146 val bubble = BubbleEntity(0, "com.example.pkg", "shortcut-id", "key", 120, 0, "title", in testAddBubbleMatchesByKey() constant
|