Searched refs:mBubbleBarBounds (Results 1 – 1 of 1) sorted by relevance
132 private final Rect mBubbleBarBounds = new Rect(); field in BubbleBarView339 mBubbleBarBounds.left = left; in onLayout()340 mBubbleBarBounds.top = top + mPointerSize; in onLayout()341 mBubbleBarBounds.right = right; in onLayout()342 mBubbleBarBounds.bottom = bottom; in onLayout()620 mBubbleBarBounds.top = getTop() + (int) getTranslationY() + mPointerSize; in getBubbleBarBounds()621 mBubbleBarBounds.bottom = getBottom() + (int) getTranslationY(); in getBubbleBarBounds()622 return mBubbleBarBounds; in getBubbleBarBounds()766 float viewBottom = mBubbleBarBounds.height() + (isExpanded() ? mPointerSize : 0); in updateBubblesLayoutProperties()