Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java63 private static final int IMAGE_HEIGHT = 64; field in AnimatedVectorDrawableTest
104 Bitmap bitmap = Bitmap.createBitmap(IMAGE_WIDTH, IMAGE_HEIGHT, Bitmap.Config.ARGB_8888); in testInflate()
108 drawable.setBounds(0, 0, IMAGE_WIDTH, IMAGE_HEIGHT); in testInflate()
111 int sunColor = bitmap.getPixel(IMAGE_WIDTH / 2, IMAGE_HEIGHT / 2); in testInflate()
112 int earthColor = bitmap.getPixel(IMAGE_WIDTH * 3 / 4 + 2, IMAGE_HEIGHT / 2); in testInflate()
DAnimatedVectorDrawableParameterizedTest.java74 private static final int IMAGE_HEIGHT = 64; field in AnimatedVectorDrawableParameterizedTest
220 Bitmap.createBitmap(IMAGE_WIDTH, IMAGE_HEIGHT, Bitmap.Config.ARGB_8888); in testSingleFrameAnimation()
229 d1.setBounds(0, 0, IMAGE_WIDTH, IMAGE_HEIGHT); in testSingleFrameAnimation()
232 int endColor = bitmap.getPixel(IMAGE_WIDTH / 2, IMAGE_HEIGHT / 2); in testSingleFrameAnimation()
DVectorDrawableTest.java187 private static final int IMAGE_HEIGHT = 64; field in VectorDrawableTest
199 final int height = IMAGE_HEIGHT; in setup()
251 vectorDrawable.setBounds(0, 0, IMAGE_WIDTH, IMAGE_HEIGHT); in verifyVectorDrawables()