Searched refs:mBubbleSize (Results 1 – 4 of 4) sorted by relevance
81 private int mBubbleSize; field in BubblePositioner163 mBubbleSize = res.getDimensionPixelSize(R.dimen.bubble_size);226 - mBubbleSize;284 return mBubbleSize;379 rightPadding += mBubbleSize - pointerTotalHeight;384 leftPadding += mBubbleSize - pointerTotalHeight;405 return top + mBubbleSize + mPointerMargin;504 return (numberOfBubbles * mBubbleSize)543 ? inset - mExpandedViewPadding - mBubbleSize547 : mPositionRect.right - mBubbleSize;[all …]
73 private int mBubbleSize; field in BubbleFlyoutView251 mFlyoutY = stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in fade()304 ? stackX + mBubbleSize + mFlyoutSpaceFromBubble in updateFlyoutX()338 mBubbleSize = mPositioner.getBubbleSize(); in setupFlyoutStartingAsDot()340 mOriginalDotSize = SIZE_PERCENTAGE * mBubbleSize; in setupFlyoutStartingAsDot()357 stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in setupFlyoutStartingAsDot()
262 private int mBubbleSize; field in BubbleStackView1460 mBubbleSize = mPositioner.getBubbleSize(); in onDisplaySizeChanged()1466 b.getIconView().setLayoutParams(new LayoutParams(mBubbleSize, mBubbleSize)); in onDisplaySizeChanged()1471 mBubbleOverflow.getIconView().setLayoutParams(new LayoutParams(mBubbleSize, mBubbleSize)); in onDisplaySizeChanged()1475 mMagneticTarget.setMagneticFieldRadiusPx(mBubbleSize * 2); in onDisplaySizeChanged()2295 p.y + mBubbleSize / 2f); in animateExpansion()2300 p.x + mBubbleSize / 2f, in animateExpansion()2301 p.y + mBubbleSize + mExpandedViewPadding); in animateExpansion()2457 float pivotY = p.y + mBubbleSize / 2f; in animateSwitchBubbles()2471 p.x + mBubbleSize / 2f, in animateSwitchBubbles()[all …]
181 private int mBubbleSize; field in StackAnimationController233 (int) mStackPosition.x + mBubbleSize,234 (int) mStackPosition.y + mBubbleSize + mBubblePaddingTop);342 final boolean stackOnLeftSide = x - mBubbleSize / 2 < mLayout.getWidth() / 2; in flingStackThenSpringToEdge()843 mBubbleSize = mPositioner.getBubbleSize();1008 return mBubbleSize; in getMagnetizedStack()1013 return mBubbleSize; in getMagnetizedStack()