Searched refs:mBubbleSizePx (Results 1 – 1 of 1) sorted by relevance
94 private float mBubbleSizePx; field in ExpandedAnimationController226 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()364 return mBubbleSizePx; in prepareForBubbleDrag()369 return mBubbleSizePx; in prepareForBubbleDrag()424 y > expandedY + mBubbleSizePx || y < expandedY - mBubbleSizePx; in dragBubbleOut()568 ? p.x - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR in onChildAdded()569 : p.x + mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()574 float fromY = p.y - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()