Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java73 private static final Rect[] RECTS = { new Rect(0, 0, 0 + RECT_WIDTHS[0], 0 + RECT_HEIGHTS[0]), field in YuvImageTest
79 private static final Rect[] RECTS_SHIFTED = { RECTS[0], RECTS[1] };
161 for (int l = 0; l < RECTS.length; ++l) { in testCompressYuvToJpeg()
166 RECTS[l], RECTS[l]); in testCompressYuvToJpeg()