Searched refs:mExpandedViewContainerLocation (Results 1 – 1 of 1) sorted by relevance
81 @Nullable private int[] mExpandedViewContainerLocation; field in BubbleExpandedView630 if (mExpandedViewContainerLocation == null) { in updateHeight()665 int expandedContainerY = mExpandedViewContainerLocation != null in getMaxExpandedHeight()667 ? mExpandedViewContainerLocation[1] - mPositioner.getInsets().top in getMaxExpandedHeight()693 mExpandedViewContainerLocation = containerLocationOnScreen; in updateView()