Searched refs:mBubbleSizePx (Results 1 – 1 of 1) sorted by relevance
80 private float mBubbleSizePx; field in ExpandedAnimationController201 mBubbleSizePx = mPositioner.getBubbleSize(); in updateResources()315 return mBubbleSizePx; in prepareForBubbleDrag()320 return mBubbleSizePx; in prepareForBubbleDrag()372 y > expandedY + mBubbleSizePx || y < expandedY - mBubbleSizePx; in dragBubbleOut()506 ? p.x - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR in onChildAdded()507 : p.x + mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()512 float fromY = p.y - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded()