/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 503 int xOffset, int yOffset, in helperFloatCopy2D() argument 518 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperFloatCopy2D() 523 for (int x = xOffset + width - 1; x >= xOffset ; x--) { in helperFloatCopy2D() 532 int xOffset, int yOffset, in helperByteCopy2D() argument 547 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperByteCopy2D() 552 for (int x = xOffset + width - 1; x >= xOffset ; x--) { in helperByteCopy2D() 562 int xOffset, int yOffset, in helperShortCopy2D() argument 577 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperShortCopy2D() 582 for (int x = xOffset + width - 1; x >= xOffset ; x--) { in helperShortCopy2D() 591 int xOffset, int yOffset, in helperIntCopy2D() argument [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D() argument 262 alloc->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperCopy2D() 263 alloc->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperCopy2D() 279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D() argument 294 srcA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperFloatAllocationCopy2D() 296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset); in helperFloatAllocationCopy2D() 297 dstA->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperFloatAllocationCopy2D() 329 int xOffset, int yOffset, int zOffset, in helperCopy3D() argument 365 alloc->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperCopy3D() 366 alloc->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperCopy3D() [all …]
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | TestWallpaperService.kt | 176 xOffset: Float, in onOffsetsChanged() 186 xOffset, in onOffsetsChanged()
|
/cts/tests/tests/widget29/src/android/widget/cts29/ |
D | ToastTest.java | 409 final int xOffset = 20; 412 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset); 419 assertEquals(xOffset, mToast.getXOffset()); 426 assertEquals(bottomXY[0] + xOffset, bottomOffsetXY[0]);
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncodeDecodeAccuracyTest.java | 124 private final int xOffset; field in EncodeDecodeAccuracyTest 165 xOffset = mColorBarWidth >> 2; in EncodeDecodeAccuracyTest() 439 int x = mColorBarWidth * i + xOffset; in checkSurfaceFrame()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastTest.java | 693 final int xOffset = 20; 696 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset); 703 assertEquals(xOffset, mToast.getXOffset()); 710 assertEquals(bottomXY[0] + xOffset, bottomOffsetXY[0]);
|