Home
last modified time | relevance | path

Searched refs:bubbleChild (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1257 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local
1258 if (bubbleChild != null) { in handleSummaryDismissalInterception()
1259 mSysuiProxy.removeNotificationEntry(bubbleChild.getKey()); in handleSummaryDismissalInterception()
1260 bubbleChild.setSuppressNotification(true); in handleSummaryDismissalInterception()
1261 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java720 BubbleTextView bubbleChild = (BubbleTextView) child; in addViewToCellLayout() local
721 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()