Searched refs:yTop (Results 1 – 2 of 2) sorted by relevance
537 int yTop = textView.getLayout().getLineTop(line); in getScreenCoords() local539 int y = (yTop + yBottom) / 2; in getScreenCoords()
9655 int yTop = mParent.getLayout().getLineTop(line); in calculatePositions() local9659 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()9804 int yTop = textView.getLayout().getLineTop(line); in getCenterPositionOfTextAt() local9807 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()