Searched refs:bubblePosition (Results 1 – 5 of 5) sorted by relevance
88 PointF bubblePosition); in animateExpansion() argument
286 PointF bubblePosition) { in animateExpansion() argument
488 public float getExpandedViewY(BubbleViewProvider bubble, float bubblePosition) { in getExpandedViewY() argument507 float pointerPosition = getPointerPosition(bubblePosition); in getExpandedViewY()530 public float getPointerPosition(float bubblePosition) { in getPointerPosition() argument536 ? bubblePosition + (getBubbleSize() / 2f) in getPointerPosition()537 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in getPointerPosition()
1048 public void setPointerPosition(float bubblePosition, boolean onLeft, boolean animate) { in setPointerPosition() argument1065 float pointerPosition = mPositioner.getPointerPosition(bubblePosition); in setPointerPosition()1067 ? pointerPosition - mPositioner.getExpandedViewY(mBubble, bubblePosition) in setPointerPosition()
3604 float bubblePosition = mPositioner.showBubblesVertically()3607 expandedView.setPointerPosition(bubblePosition,