Searched refs:bubbleChild (Results 1 – 2 of 2) sorted by relevance
1257 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local1258 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()
720 BubbleTextView bubbleChild = (BubbleTextView) child; in addViewToCellLayout() local721 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); in addViewToCellLayout()