Searched refs:xEnd (Results 1 – 2 of 2) sorted by relevance
46 opts.xEnd = dimX;56 opts.xEnd = dimX;
7756 int xEnd = (int) mParent.getLayout().getPrimaryHorizontal(mEndCharPos, true); in calculatePositions() local7761 mXPosInside = (xStart + xEnd) / 2; in calculatePositions()7763 mXPosOutside = xEnd + 1; in calculatePositions()7897 int xEnd = (int) textView.getLayout().getPrimaryHorizontal(endIndex, true); in getCenterPositionOfTextAt() local7902 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()