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