Home
last modified time | relevance | path

Searched refs:TEST_HEIGHT (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DPictureTest.java44 private static final int TEST_HEIGHT = 3; // must >= 2 field in PictureTest
57 Canvas canvas = original.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testSaveRestoreBalance()
79 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testSaveRestoreBalance()
96 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in verifyBalance()
123 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testPicture()
128 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
138 bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
145 bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testPicture()
161 assertEquals(TEST_HEIGHT, picture.getHeight()); in verifySize()
169 canvas.drawRect(0, 0, TEST_WIDTH, TEST_HEIGHT, paint); in drawPicture()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRectShapeTest.java43 private static final int TEST_HEIGHT = 200; 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()
107 assertEquals((float) TEST_HEIGHT, rect.bottom, 0.0f); in testRect()
DArcShapeTest.java40 private static final int TEST_HEIGHT = 200; 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.java42 private static final int TEST_HEIGHT = 200; 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()
DShapeTest.java41 private static final int TEST_HEIGHT = 200; 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()
DRoundRectShapeTest.java43 private static final int TEST_HEIGHT = 200; 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()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClientView.java65 canvas.clipRect(0, 0, ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in onDraw()
69 ActivityTestBase.TEST_HEIGHT); in onDraw()
71 ActivityTestBase.TEST_HEIGHT); 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.java55 public static final int TEST_HEIGHT = 90; field in ActivityTestBase
125 TEST_WIDTH, TEST_HEIGHT, in takeScreenshot()
128 Rect srcRect = new Rect(0, 0, TEST_WIDTH, TEST_HEIGHT); in takeScreenshot()
DResourceModifier.java60 int drawHeight = ActivityTestBase.TEST_HEIGHT; in ResourceModifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DGoldenImageVerifier.java30 mGoldenBitmapArray = new int[ActivityTestBase.TEST_WIDTH * ActivityTestBase.TEST_HEIGHT]; in GoldenImageVerifier()
32 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in GoldenImageVerifier()
DSamplePointVerifier.java67 ActivityTestBase.TEST_HEIGHT, Bitmap.Config.ARGB_8888); in verify()
69 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in verify()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAutofillHighlightTests.java41 ActivityTestBase.TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testHighlightedFrameLayout()
55 ActivityTestBase.TEST_HEIGHT); in testHighlightedFrameLayout()
DSweepTests.java59 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
71 canvas.drawCircle(TEST_WIDTH / 2, TEST_HEIGHT / 2, TEST_HEIGHT / 2, paint);
DLayerTests.java130 root.addView(child, new FrameLayout.LayoutParams(TEST_WIDTH, TEST_HEIGHT, in testLayerPaintAlphaChanged()
433 webview.getLayoutParams().height = TEST_HEIGHT - 20; in testWebViewWithOffsetLayer()
436 new Rect(10, 10, TEST_WIDTH - 10, TEST_HEIGHT - 10))); in testWebViewWithOffsetLayer()
459 webview.getLayoutParams().height = TEST_HEIGHT - 20; in testWebViewWithParentLayer()
463 new Rect(10, 10, TEST_WIDTH - 10, TEST_HEIGHT - 10))); in testWebViewWithParentLayer()
561 new Point(0, TEST_HEIGHT - 1), in testWebViewWithUnclippedLayer()
563 new Point(0, TEST_HEIGHT - 10), in testWebViewWithUnclippedLayer()
564 new Point(0, TEST_HEIGHT - 5) in testWebViewWithUnclippedLayer()
596 new Point(0, TEST_HEIGHT - 1), in testWebViewWithUnclippedLayerAndComplexClip()
600 new Point(TEST_WIDTH / 2, TEST_HEIGHT - 10), in testWebViewWithUnclippedLayerAndComplexClip()
[all …]
DBitmapTests.java187 ActivityTestBase.TEST_HEIGHT / 2)); in testChangeDuringUiAnimation()
191 mAnimator = ValueAnimator.ofInt(0, ActivityTestBase.TEST_HEIGHT / 2); in testChangeDuringUiAnimation()
228 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testCreateFromPicture()
238 assertEquals(TEST_HEIGHT, bitmap.getHeight()); in testCreateFromPicture()
DXfermodeTest.java168 int sc = canvas.saveLayer(0, 0, TEST_WIDTH, TEST_HEIGHT, null);
178 Bitmap srcB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
187 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
DColorFilterAlphaTest.java114 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in createMultiRectBitmap()
122 canvas.drawRect(i * blockWidth, 0, (i + 1) * blockWidth, TEST_HEIGHT, paint); in createMultiRectBitmap()
DSurfaceViewTests.java116 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()
DPictureTest.java45 ActivityTestBase.TEST_WIDTH, ActivityTestBase.TEST_HEIGHT); in greenSquare()
DBitmapFilterTests.java160 final Region whiteArea = new Region(0, 0, TEST_WIDTH, TEST_HEIGHT); in testDrawSnapped()
182 final Region whiteArea = new Region(0, 0, TEST_WIDTH, TEST_HEIGHT); in testDrawHalfPixelFiltered()
DHardwareBitmapTests.java90 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testCreateFromPicture()
99 assertEquals(TEST_HEIGHT, hardwareBitmap.getHeight()); in testCreateFromPicture()
113 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testReadbackThroughPicture()
133 Canvas canvas = picture.beginRecording(TEST_WIDTH, TEST_HEIGHT); in testReadbackThroughPictureNoEndRecording()
DVectorDrawableTests.java98 ActivityTestBase.TEST_HEIGHT)); in testInvalidateCache()
DTextureViewTests.java96 texture.setDefaultBufferSize(TEST_WIDTH, TEST_HEIGHT); in createSurfaceTexture()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListView_LayoutParamsTest.java54 int TEST_HEIGHT = 25; in testConstructors() local
60 assertEquals(TEST_HEIGHT, layoutParams.height); in testConstructors()

12