Searched refs:mPointerPos (Results 1 – 1 of 1) sorted by relevance
173 private final PointF mPointerPos = new PointF(); field in BubbleExpandedView683 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY()761 mPointerView.setTranslationX(mPointerPos.x + x); in movePointerBy()762 mPointerView.setTranslationY(mPointerPos.y + y); in movePointerBy()1001 mPointerPos.y = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()1003 mPointerPos.x = onLeft in setPointerPosition()1007 mPointerPos.x = onLeft in setPointerPosition()1012 mPointerPos.y = mPointerOverlap; in setPointerPosition()1022 mPointerPos.y).start(); in setPointerPosition()1024 mPointerView.setTranslationY(mPointerPos.y); in setPointerPosition()[all …]