Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dsingle_source_script.rscript46 opts.xEnd = dimX;
56 opts.xEnd = dimX;
DImageProcessingTest.java187 int xEnd = w; in testBlend() local
194 xEnd = 20; in testBlend()
199 opt.setX(xStart, xEnd).setY(yStart, yEnd); in testBlend()
250 String name = javaBlend(i, srcData, dstData, xStart, xEnd, yStart, yEnd, w); in testBlend()
333 …public String javaBlend(int type, byte[] src, byte[] dst, int xStart, int xEnd, int yStart, int yE… in javaBlend() argument
335 for (int x = xStart; x < xEnd; x++) { in javaBlend()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java9653 int xEnd = (int) mParent.getLayout().getPrimaryHorizontal(mEndCharPos, true); in calculatePositions() local
9658 mXPosInside = (xStart + xEnd) / 2; in calculatePositions()
9660 mXPosOutside = xEnd + 1; in calculatePositions()
9802 int xEnd = (int) textView.getLayout().getPrimaryHorizontal(endIndex, true); in getCenterPositionOfTextAt() local
9807 return new Point((xStart + xEnd) / 2 /* x */, (yTop + yBottom) / 2 /* y */); in getCenterPositionOfTextAt()