Searched refs:pointerPosition (Results 1 – 3 of 3) sorted by relevance
470 float pointerPosition = getPointerPosition(bubblePosition);471 float bottomIfCentered = pointerPosition + (expandedViewHeight / 2) + manageButtonHeight;472 float topIfCentered = pointerPosition - (expandedViewHeight / 2);475 return pointerPosition - mPointerWidth - (expandedViewHeight / 2f);
992 float pointerPosition = mPositioner.getPointerPosition(bubblePosition); in setPointerPosition() local994 ? pointerPosition - mPositioner.getExpandedViewY(mBubble, bubblePosition) in setPointerPosition()995 : pointerPosition; in setPointerPosition()
531 float pointerPosition = mCurrentTranslation - mArrowThickness / 2.0f; in onDraw() local534 mIsLeftPanel ? pointerPosition : getWidth() - pointerPosition, in onDraw()