Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java751 Bubble getBubbleWithView(View view) { in getBubbleWithView() method in BubbleData
DBubbleStackView.java541 final Bubble clickedBubble = mBubbleData.getBubbleWithView(view);
2307 dismissBubbleIfExists(mBubbleData.getBubbleWithView(draggedOutBubbleView)); in dismissMagnetizedObject()