Home
last modified time | relevance | path

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

/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DMssimCalculator.java137 private static int computeWindowSize(int start, int dimension) { in computeWindowSize() argument
138 if (start + WINDOW_SIZE <= dimension) { in computeWindowSize()
141 return dimension - start; in computeWindowSize()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dimage_and_kernel.rsh6 // width-by-height is the dimension of a padded image with a margin.
9 // The dimension of the original unpadded image is
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21139.java80 final int dimension = 100; in testPocCVE_2023_21139() local
81 Bitmap testBitmap = Bitmap.createBitmap(dimension, dimension, Bitmap.Config.ARGB_8888); in testPocCVE_2023_21139()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java47 private int computeWindowSize(int coordinateStart, int dimension) { in computeWindowSize() argument
48 if (coordinateStart + WINDOW_SIZE <= dimension) { in computeWindowSize()
51 return dimension - coordinateStart; in computeWindowSize()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java109 SetupAllocationCopyTests(int dimension, in SetupAllocationCopyTests() argument
115 assertTrue(dimension == 1 || dimension == 2); in SetupAllocationCopyTests()
123 if (dimension == 1) { in SetupAllocationCopyTests()
131 if (dimension == 1) in SetupAllocationCopyTests()
158 if (dimension == 1) { in SetupAllocationCopyTests()
Dsingle_source_alloc.rscript174 // Handle RenderScript's distinction between Y or Z dimension being absent
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1364 int dimension = Math.max(metrics.widthPixels, metrics.heightPixels); in testFindAll() local
1368 + dimension in testFindAll()
1387 int dimension = Math.max(metrics.widthPixels, metrics.heightPixels); in testFindNext() local
1391 + dimension in testFindNext()
1520 int dimension = 2 * Math.max(metrics.widthPixels, metrics.heightPixels); in testPageScroll() local
1523 + dimension in testPageScroll()
1678 final int dimension = 10 * Math.max(metrics.widthPixels, metrics.heightPixels); in testFlingScroll() local
1681 + dimension in testFlingScroll()
1684 + dimension in testFlingScroll()
1691 return mOnUiThread.getContentHeight() >= dimension; in testFlingScroll()
[all …]