Home
last modified time | relevance | path

Searched defs:region (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DRegionIteratorTest.java43 Region region = new Region(); in testNext() local
DBitmapRegionDecoderTest.java455 Bitmap region = decoder.decodeRegion( in testOutColorType() local
478 Bitmap region = decoder.decodeRegion( in testOutColorSpace() local
502 Bitmap region = decoder.decodeRegion( in testReusedColorSpace() local
526 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpace() local
543 … Bitmap region = decoder.decodeRegion(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts); in testInColorSpaceRGBA16F() local
558 … Bitmap region = decoder.decodeRegion(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts); in testInColorSpace565() local
571 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpaceNotRgb() local
580 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpaceNoTransferParameters() local
DNinePatchTest.java206 Region region = mNinePatch.getTransparentRegion(location); in testGetTransparentRegion() local
/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewTest.java100 Region region = new Region(); in testSurfaceView() local
DViewGroupTest.java825 Region region = new Region(); in testGatherTransparentRegion() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java145 @NonNull Rect region, @ColorInt int color, int allowedComponentVariance, in assertRegionPixelsOfColor()
212 @NonNull Rect region, @ColorInt int color, int allowedComponentVariance, in assertAllPixelsOfColor()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java193 Region region = new Region(new Rect(0, 0, width, height)); in testDrawSetBounds() local
337 boolean equalBitmaps(Bitmap a, Bitmap b, Region region) { in equalBitmaps()
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java151 Region region = new Region(foreground.getBounds()); in testGatherTransparentRegion() local