Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarMenuViewController.java70 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()
DBubbleBarMenuView.java70 void updateInfo(Bubble bubble) { in updateInfo()
DBubbleBarLayerView.java262 public void removeBubble(Bubble bubble, Runnable endAction) { in removeBubble()
DBubbleBarExpandedView.java319 public void update(Bubble bubble) { in update()
DBubbleBarAnimationHelper.java454 BubbleViewProvider bubble = mExpandedBubble; in getExpandedView() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java357 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 …]
DBubbleStackView.java1384 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 …]
DBubbleDebugConfig.java71 Bubble bubble = bubbles.get(i); in formatBubblesString() local
DBubbleController.java168 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 …]
DBubbles.java123 void expandStackAndSelectBubble(Bubble bubble); in expandStackAndSelectBubble()
339 void onBubbleMetadataFlagChanged(Bubble bubble); in onBubbleMetadataFlagChanged()
345 void onPendingIntentCanceled(Bubble bubble); in onPendingIntentCanceled()
DBubbleTaskViewHelper.java223 public boolean update(Bubble bubble) { in update()
DBubbleLogger.java144 void logBubbleUiChanged(Bubble bubble, String packageName, int action, int bubbleCount, in logBubbleUiChanged()
DBubbleViewInfoTask.java68 void onBubbleViewsReady(Bubble bubble); in onBubbleViewsReady()
DBadgedImageView.java164 public void setRenderedBubble(BubbleViewProvider bubble) { in setRenderedBubble()
DBubblePositioner.java463 public float getExpandedViewHeight(BubbleViewProvider bubble) { in getExpandedViewHeight()
488 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY()
DBubbleExpandedView.java914 void update(Bubble bubble) { in update()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTest.java172 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
DBubbleViewInfoTest.kt70 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/
DBubblePositionerTest.kt271 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
DBubbleStackViewTest.kt135 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/
DBubbleEducationControllerTest.kt86 var bubble = createFakeBubble(isConversational = false) in testShouldShowStackEducation() variable
102 var bubble = createFakeBubble(isConversational = false) in testShouldShowManageEducation() variable
DBubblesTest.java1353 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/
DExpandedAnimationController.java354 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/
DBubbleVolatileRepositoryTest.kt146 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/
DLaunchConversationActivityTest.java259 Bubble bubble = mock(Bubble.class); in testBubbleWithNoNotifOpensBubble() local

12