Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DRegionIteratorTest.java44 Region region = new Region(); in testNext() local
DBitmapRegionDecoderTest.java460 Bitmap region = decoder.decodeRegion( in testOutColorType() local
483 Bitmap region = decoder.decodeRegion( in testOutColorSpace() local
507 Bitmap region = decoder.decodeRegion( in testReusedColorSpace() local
531 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpace() local
548 … Bitmap region = decoder.decodeRegion(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts); in testInColorSpaceRGBA16F() local
563 … Bitmap region = decoder.decodeRegion(new Rect(0, 0, SMALL_TILE_SIZE, SMALL_TILE_SIZE), opts); in testInColorSpace565() local
603 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpaceNotRgb() local
616 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), opts); in testInColorSpaceNoTransferParameters() local
648 Bitmap region = decoder.decodeRegion(new Rect(0, 0, TILE_SIZE, TILE_SIZE), null); in testHeif() local
DNinePatchTest.java207 Region region = mNinePatch.getTransparentRegion(location); in testGetTransparentRegion() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DRegionVerifier.java30 public Region region; field in RegionVerifier.SubRegionVerifiers
33 SubRegionVerifiers(Region region, BitmapVerifier verifier) { in SubRegionVerifiers()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewTest.java100 Region region = new Region(); in testSurfaceView() 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/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java91 final Region region = controller.getMagnificationRegion(); in testSetScaleAndCenter() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java207 Region region = new Region(new Rect(0, 0, width, height)); in testDrawSetBounds() local
364 boolean equalBitmaps(Bitmap a, Bitmap b, Region region) { in equalBitmaps()
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java150 Region region = new Region(foreground.getBounds()); in testGatherTransparentRegion() local
/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java365 final String region = tm.getSimCountryIso().toUpperCase(Locale.US); in testAddLinksPhoneNumbers() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java819 Region region = new Region(); in testGatherTransparentRegion() local