Home
last modified time | relevance | path

Searched refs:yTop (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DEditTextTest.java508 int yTop = textView.getLayout().getLineTop(line); in getScreenCoords() local
510 int y = (yTop + yBottom) / 2; in getScreenCoords()
DTextViewTest.java8866 int yTop = mParent.getLayout().getLineTop(line); in calculatePositions() local
8870 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()
9007 int yTop = textView.getLayout().getLineTop(line); in getCenterPositionOfTextAt() local
9010 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()