Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java851 final Bubble expandedBubble = mStackView.getExpandedBubble(); in getExpandedBubble() local
852 if (defaultDisplay && expandedBubble != null && isStackExpanded() in getExpandedBubble()
854 return expandedBubble; in getExpandedBubble()
930 final Bubble expandedBubble = mStackView != null in onSingleTaskDisplayDrawn() local
933 if (expandedBubble != null && expandedBubble.getDisplayId() == displayId) { in onSingleTaskDisplayDrawn()
934 expandedBubble.setContentVisibility(true); in onSingleTaskDisplayDrawn()
940 final Bubble expandedBubble = mStackView != null in onSingleTaskDisplayEmpty() local
943 int expandedId = expandedBubble != null ? expandedBubble.getDisplayId() : -1; in onSingleTaskDisplayEmpty()
DBubbleStackView.java1614 Bubble expandedBubble = getExpandedBubble(); in updatePointerPosition() local
1615 if (expandedBubble == null) { in updatePointerPosition()
1619 int index = getBubbleIndex(expandedBubble); in updatePointerPosition()
1626 expandedBubble.getExpandedView().setPointerPosition(bubbleCenter); in updatePointerPosition()