Home
last modified time | relevance | path

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

/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/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()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1377 int dimension = Math.max(metrics.widthPixels, metrics.heightPixels); in testFindAll() local
1379 String p = "<p style=\"height:" + dimension + "px;\">" + in testFindAll()
1399 int dimension = Math.max(metrics.widthPixels, metrics.heightPixels); in testFindNext() local
1401 String p = "<p style=\"height:" + dimension + "px;\">" + in testFindNext()
1526 int dimension = 2 * Math.max(metrics.widthPixels, metrics.heightPixels); in testPageScroll() local
1527 String p = "<p style=\"height:" + dimension + "px;\">" + in testPageScroll()
1681 final int dimension = 10 * Math.max(metrics.widthPixels, metrics.heightPixels); in testFlingScroll() local
1682 String p = "<p style=\"height:" + dimension + "px;" + in testFlingScroll()
1683 "width:" + dimension + "px\">Test fling scroll.</p>"; in testFlingScroll()
1689 return mOnUiThread.getContentHeight() >= dimension; in testFlingScroll()
[all …]
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java586 @Nullable FieldMatcher.Builder dimension) throws Exception { in addGaugeAtomWithDimensions() argument
592 if (dimension != null) { in addGaugeAtomWithDimensions()
593 gaugeMetric.setDimensionsInWhat(dimension.build()); in addGaugeAtomWithDimensions()
DUidAtomTests.java378 FieldMatcher.Builder dimension = FieldMatcher.newBuilder() in testCpuActiveTime() local
382 addGaugeAtomWithDimensions(config, Atom.CPU_ACTIVE_TIME_FIELD_NUMBER, dimension); in testCpuActiveTime()