Home
last modified time | relevance | path

Searched refs:SHAPE_SIZE (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DPathShapeTest.java45 final int SHAPE_SIZE = 200; in testDraw() local
54 PathShape pathShape = new PathShape(path, SHAPE_SIZE, SHAPE_SIZE); in testDraw()
55 Bitmap bitmap = Bitmap.createBitmap(SHAPE_SIZE, SHAPE_SIZE, Config.ARGB_8888); in testDraw()
60 pathShape.resize(SHAPE_SIZE, SHAPE_SIZE); in testDraw()
68 pathShape.resize(SHAPE_SIZE / 2, SHAPE_SIZE / 2); in testDraw()