Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2162 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local
2163 if (bubbleChild != null) { in handleSummaryDismissalInterception()
2164 bubbleChild.setSuppressNotification(true); in handleSummaryDismissalInterception()
2165 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()