Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1544 Bubble expandedBubble = getExpandedBubble(); in updatePointerPosition() local
1545 if (expandedBubble == null) { in updatePointerPosition()
1549 int index = getBubbleIndex(expandedBubble); in updatePointerPosition()
1558 expandedBubble.expandedView.setPointerPosition(bubbleCenter); in updatePointerPosition()