Searched refs:mPointerPos (Results 1 – 1 of 1) sorted by relevance
171 private final PointF mPointerPos = new PointF(); field in BubbleExpandedView746 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY()844 mPointerView.setTranslationX(mPointerPos.x + x); in movePointerBy()845 mPointerView.setTranslationY(mPointerPos.y + y); in movePointerBy()1074 mPointerPos.y = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()1076 mPointerPos.x = onLeft in setPointerPosition()1080 mPointerPos.x = onLeft in setPointerPosition()1085 mPointerPos.y = mPointerOverlap; in setPointerPosition()1087 mPointerPos.x = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()1089 mPointerPos.x = -(getWidth() - mPaddingLeft - bubbleCenter) in setPointerPosition()[all …]