Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DEditTextTest.java509 int yBottom = textView.getLayout().getLineBottom(line); in getScreenCoords() local
510 int y = (yTop + yBottom) / 2; in getScreenCoords()
DTextViewTest.java8867 int yBottom = mParent.getLayout().getLineBottom(line); in calculatePositions() local
8870 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()
8872 mYPosOutside = yBottom + 1; in calculatePositions()
9008 int yBottom = textView.getLayout().getLineBottom(line); in getCenterPositionOfTextAt() local
9010 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()