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.java86 private static final Rect[] RECTS = { new Rect(0, 0, 0 + RECT_WIDTHS[0], 0 + RECT_HEIGHTS[0]), field in YuvImageTest
92 private static final Rect[] RECTS_SHIFTED = { RECTS[0], RECTS[1] };
193 for (int l = 0; l < RECTS.length; ++l) { in testCompressYuvToJpeg()
198 RECTS[l], RECTS[l]); in testCompressYuvToJpeg()