Searched refs:mBubbleSize (Results 1 – 3 of 3) sorted by relevance
59 private final int mBubbleSize; field in BubbleFlyoutView146 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in BubbleFlyoutView()223 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f); in showFlyout()229 ? stackPos.x + mBubbleSize + mFlyoutSpaceFromBubble in showFlyout()234 mRestingTranslationX + (arrowPointingLeft ? -mBubbleSize : mBubbleSize)); in showFlyout()258 - mBubbleSize / 2f in showFlyout()
174 private int mBubbleSize; field in BubbleStackView304 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in BubbleStackView()1156 final float destY = mDismissContainer.getDismissTargetCenterY() - mBubbleSize / 2f;1298 return mDisplaySize.y - expandedY - mBubbleSize - pipDismissHeight; in getMaxExpandedHeight()1305 return getStatusBarHeight() + mBubbleSize + mBubblePadding + mPointerHeight; in getYPositionForExpandedView()1527 outline.setOval(0, 0, mBubbleSize, mBubbleSize); in updateBubbleShadowsAndDotPosition()1551 float halfBubble = mBubbleSize / 2f; in updatePointerPosition()
56 private float mBubbleSize; field in ExpandedAnimationControllerTest69 mBubbleSize = res.getDimensionPixelSize(R.dimen.individual_bubble_size); in setUp()259 float bubbleLeftFromRowLeft = index * (mBubbleSize + mBubblePadding); in getBubbleLeft()270 double bubble = bubbleCount * mBubbleSize; in getRowLeft()