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.java538 int yBottom = textView.getLayout().getLineBottom(line); in getScreenCoords() local
539 int y = (yTop + yBottom) / 2; in getScreenCoords()
DTextViewTest.java9656 int yBottom = mParent.getLayout().getLineBottom(line); in calculatePositions() local
9659 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()
9661 mYPosOutside = yBottom + 1; in calculatePositions()
9805 int yBottom = textView.getLayout().getLineBottom(line); in getCenterPositionOfTextAt() local
9807 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()