Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dsingle_source_script.rs46 opts.xEnd = dimX;
56 opts.xEnd = dimX;
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7756 int xEnd = (int) mParent.getLayout().getPrimaryHorizontal(mEndCharPos, true); in calculatePositions() local
7761 mXPosInside = (xStart + xEnd) / 2; in calculatePositions()
7763 mXPosOutside = xEnd + 1; in calculatePositions()
7897 int xEnd = (int) textView.getLayout().getPrimaryHorizontal(endIndex, true); in getCenterPositionOfTextAt() local
7902 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()