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.rscript46 opts.xEnd = dimX;
56 opts.xEnd = dimX;
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8864 int xEnd = (int) mParent.getLayout().getPrimaryHorizontal(mEndCharPos, true); in calculatePositions() local
8869 mXPosInside = (xStart + xEnd) / 2; in calculatePositions()
8871 mXPosOutside = xEnd + 1; in calculatePositions()
9005 int xEnd = (int) textView.getLayout().getPrimaryHorizontal(endIndex, true); in getCenterPositionOfTextAt() local
9010 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()