| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | PictureTest.java | 99 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture() local 142 private void checkBitmap(Bitmap bitmap) { in checkBitmap()
|
| D | NinePatchTest.java | 86 Bitmap bitmap = Bitmap.createBitmap(COLOR, 10, 10, Bitmap.Config.ARGB_4444); in testIsNinePatchChunk() local 117 Bitmap bitmap = Bitmap.createBitmap(expected.getWidth(), expected.getHeight(), in testDraw() local 151 private void checkBitmapWithAlpha(Bitmap expected, Bitmap bitmap, int alpha) { in checkBitmapWithAlpha() 180 Bitmap bitmap = in testHasAlpha() local
|
| D | ShaderTest.java | 56 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565); in testAccessLocalMatrix() local
|
| D | Canvas_VertexModeTest.java | 62 Bitmap bitmap = Bitmap.createBitmap(10, 27, Config.RGB_565); in testValues() local
|
| D | BitmapShaderTest.java | 77 private void checkTile(Bitmap bitmap, int tileX, int tileY) { in checkTile() 95 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
|
| D | ComposeShaderTest.java | 57 Bitmap bitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888); in testPorterDuff() local 100 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888); in testXfermode() local
|
| D | SumPathEffectTest.java | 49 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); in testSumPathEffect() local
|
| D | LightingColorFilterTest.java | 43 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888); in testLightingColorFilter() local
|
| D | ColorMatrixColorFilterTest.java | 61 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888); in testColorMatrixColorFilter() local
|
| D | CornerPathEffectTest.java | 67 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888); in testCornerPathEffect() local
|
| D | BitmapTest.java | 119 Bitmap bitmap = mBitmap.copy(Config.ARGB_8888, false); in testCopy() local 183 Bitmap bitmap = Bitmap.createBitmap(mBitmap.getWidth(), mBitmap.getHeight(), in testCopyPixelsToBuffer() local 212 Bitmap bitmap = Bitmap.createBitmap(colors, 10, 10, Config.RGB_565); in testCreateBitmap1() local
|
| D | DiscretePathEffectTest.java | 64 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888); in testDiscretePathEffect() local
|
| D | TypefaceTest.java | 177 Bitmap bitmap = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testCreateFromAsset() local
|
| D | EmbossMaskFilterTest.java | 63 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888); in testEmbossMaskFilter() local
|
| D | BlurMaskFilterTest.java | 71 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
|
| D | DashPathEffectTest.java | 57 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888); in testDashPathEffect() local
|
| D | PaintFlagsDrawFilterTest.java | 98 private void assertUnderline(Bitmap bitmap) { in assertUnderline()
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
| D | RectShapeTest.java | 51 private void assertDrawSuccessfully(Bitmap bitmap, int width, int height, int color) { in assertDrawSuccessfully() 66 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw() local
|
| D | ArcShapeTest.java | 63 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw() local
|
| D | OvalShapeTest.java | 58 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw() local
|
| D | RoundRectShapeTest.java | 95 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw() local
|
| D | PathShapeTest.java | 77 Bitmap bitmap = Bitmap.createBitmap(SHAPE_SIZE, SHAPE_SIZE, Config.ARGB_8888); in testDraw() local
|
| /cts/tests/tests/permission/src/android/permission/cts/ |
| D | NoSystemFunctionPermissionTest.java | 85 Bitmap bitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.RGB_565); in testSetWallpaper() local
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| D | NinePatchDrawableTest.java | 431 Bitmap bitmap = Bitmap.createBitmap(COLOR, width, height, Bitmap.Config.RGB_565); in testInflate() local 485 Bitmap bitmap = getBitmapUnscaled(resId); in getNinePatchDrawable() local 493 Bitmap bitmap = BitmapFactory.decodeResource(mResources, resId, opts); in getBitmapUnscaled() local
|
| D | BitmapDrawableTest.java | 104 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.ARGB_8888); in testConstructor() local 406 Bitmap bitmap = Bitmap.createBitmap(200, 300, Config.RGB_565); in testGetIntrinsicSize() local
|