Searched refs:expandedBubble (Results 1 – 2 of 2) sorted by relevance
851 final Bubble expandedBubble = mStackView.getExpandedBubble(); in getExpandedBubble() local852 if (defaultDisplay && expandedBubble != null && isStackExpanded() in getExpandedBubble()854 return expandedBubble; in getExpandedBubble()930 final Bubble expandedBubble = mStackView != null in onSingleTaskDisplayDrawn() local933 if (expandedBubble != null && expandedBubble.getDisplayId() == displayId) { in onSingleTaskDisplayDrawn()934 expandedBubble.setContentVisibility(true); in onSingleTaskDisplayDrawn()940 final Bubble expandedBubble = mStackView != null in onSingleTaskDisplayEmpty() local943 int expandedId = expandedBubble != null ? expandedBubble.getDisplayId() : -1; in onSingleTaskDisplayEmpty()
1614 Bubble expandedBubble = getExpandedBubble(); in updatePointerPosition() local1615 if (expandedBubble == null) { in updatePointerPosition()1619 int index = getBubbleIndex(expandedBubble); in updatePointerPosition()1626 expandedBubble.getExpandedView().setPointerPosition(bubbleCenter); in updatePointerPosition()