Searched refs:yBottom (Results 1 – 1 of 1) sorted by relevance
7759 int yBottom = mParent.getLayout().getLineBottom(line); in calculatePositions() local7762 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()7764 mYPosOutside = yBottom + 1; in calculatePositions()7900 int yBottom = textView.getLayout().getLineBottom(line); in getCenterPositionOfTextAt() local7902 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()