Home
last modified time | relevance | path

Searched refs:TEST_WIDTH (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DPictureTest.java44 private static final int TEST_WIDTH = 4; // must be >= 2 field in PictureTest
58 Canvas canvas = original.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testSaveRestoreBalance()
80 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testSaveRestoreBalance()
97 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in verifyBalance()
124 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testPicture()
129 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
139 bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
146 bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
154 assertEquals(TEST_WIDTH, picture.getWidth()); in verifySize()
163 canvas.drawRect(0, 0, TEST_WIDTH, TEST_HEIGHT, paint); in drawPicture()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRectShapeTest.java42 private static final int TEST_WIDTH = 100; field in RectShapeTest
64 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw()
69 rectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
72 verifyDrawSuccessfully(bitmap, TEST_WIDTH, TEST_HEIGHT, TEST_COLOR_1); in testDraw()
76 verifyDrawSuccessfully(bitmap, TEST_WIDTH, TEST_HEIGHT, TEST_COLOR_2); in testDraw()
102 rectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testRect()
106 assertEquals((float) TEST_WIDTH, rect.right, 0.0f); in testRect()
DArcShapeTest.java39 private static final int TEST_WIDTH = 100; field in ArcShapeTest
72 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw()
77 arcShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
81 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
83 final int SQUARE = Math.min(TEST_WIDTH, TEST_HEIGHT); in testDraw()
DOvalShapeTest.java41 private static final int TEST_WIDTH = 100; field in OvalShapeTest
57 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw()
62 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
66 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
68 final int SQUARE = Math.min(TEST_WIDTH, TEST_HEIGHT); in testDraw()
DRoundRectShapeTest.java42 private static final int TEST_WIDTH = 100; field in RoundRectShapeTest
78 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw()
83 roundRectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
87 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, 0)); in testDraw()
92 assertEquals(TEST_COLOR_2, bitmap.getPixel(TEST_WIDTH / 2, 0)); in testDraw()
DShapeTest.java40 private static final int TEST_WIDTH = 100; field in ShapeTest
110 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in testDraw()
115 shape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClientView.java65 canvas.clipRect(0, 0, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in onDraw()
68 Canvas pictureCanvas = picture.beginRecording(ActivityTestBase.TEST_WIDTH, in onDraw()
70 mCanvasClient.draw(pictureCanvas, ActivityTestBase.TEST_WIDTH, in onDraw()
75 mCanvasClient.draw(canvas, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in onDraw()
DCanvasClientDrawable.java32 canvas.clipRect(0, 0, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in draw()
33 mCanvasClient.draw(canvas, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in draw()
DActivityTestBase.java56 public static final int TEST_WIDTH = 90; field in ActivityTestBase
127 TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in takeScreenshot()
129 testOffset.x + TEST_WIDTH, testOffset.y + TEST_HEIGHT); in takeScreenshot()
DResourceModifier.java59 int drawWidth = ActivityTestBase.TEST_WIDTH; in ResourceModifier()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_LayoutParamsTest.java53 int TEST_WIDTH = 25; in testConstructors() local
59 assertEquals(TEST_WIDTH, layoutParams.width); in testConstructors()
72 AbsListView.LayoutParams tmpParams = new AbsListView.LayoutParams(TEST_WIDTH, TEST_HEIGHT2); in testConstructors()
74 assertEquals(TEST_WIDTH, layoutParams.width); in testConstructors()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DGoldenImageVerifier.java30 mGoldenBitmapArray = new int[ActivityTestBase.TEST_WIDTH * ActivityTestBase.TEST_HEIGHT]; in GoldenImageVerifier()
31 goldenBitmap.getPixels(mGoldenBitmapArray, 0, ActivityTestBase.TEST_WIDTH, 0, 0, in GoldenImageVerifier()
32 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in GoldenImageVerifier()
DSamplePointVerifier.java66 mDifferenceBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH, in verify()
69 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in verify()
DPerPixelBitmapVerifier.java80 mDifferenceBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH, in verify()
83 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in verify()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAutofillHighlightTests.java40 Bitmap goldenBitmap = Bitmap.createBitmap(ActivityTestBase.TEST_WIDTH, in testHighlightedFrameLayout()
54 autofilledDrawable.setBounds(0, 0, ActivityTestBase.TEST_WIDTH, in testHighlightedFrameLayout()
DXfermodeTest.java164 int sc = canvas.saveLayer(0, 0, TEST_WIDTH, TEST_HEIGHT, null);
174 Bitmap srcB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
183 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
DSurfaceViewTests.java116 return Bitmap.createBitmap(source, testOffset.x, testOffset.y, TEST_WIDTH, TEST_HEIGHT); in testMovingWhiteSurfaceView()
137 TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888); in takeScreenshot()
138 Rect srcRect = new Rect(0, 0, TEST_WIDTH, TEST_HEIGHT); in takeScreenshot()
DColorFilterAlphaTest.java112 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in createMultiRectBitmap()
117 final int blockWidth = TEST_WIDTH / blockCount; in createMultiRectBitmap()
DSweepTests.java60 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
72 canvas.drawCircle(TEST_WIDTH / 2, TEST_HEIGHT / 2, TEST_HEIGHT / 2, paint);
DPictureTest.java45 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in greenSquare()
DPathClippingTests.java158 path.addCircle(TEST_WIDTH / 2, TEST_HEIGHT / 2, in testPathScale()
159 TEST_WIDTH / 4, Path.Direction.CW); in testPathScale()
DBitmapFilterTests.java80 private static final int BIG_GRID_SIZE = TEST_WIDTH * 2;
DTextureViewTests.java96 texture.setDefaultBufferSize(TEST_WIDTH, TEST_HEIGHT); in createSurfaceTexture()
DBitmapTests.java179 child.setLayoutParams(new FrameLayout.LayoutParams(ActivityTestBase.TEST_WIDTH / 2, in testChangeDuringUiAnimation()
DExactCanvasTests.java80 canvas.drawRect(0, 0, ActivityTestBase.TEST_WIDTH, in testBlackRectWithStroke()

12