Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7759 int yBottom = mParent.getLayout().getLineBottom(line); in calculatePositions() local
7762 mYPosInside = (yTop + yBottom) / 2; in calculatePositions()
7764 mYPosOutside = yBottom + 1; in calculatePositions()
7900 int yBottom = textView.getLayout().getLineBottom(line); in getCenterPositionOfTextAt() local
7902 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()