Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DDynamicDrawableSpanTest.java42 private static final int DRAWABLE_SIZE = 50; field in DynamicDrawableSpanTest
104 final int bottom = top + DRAWABLE_SIZE + padding; in testCenterAligned()
106 final Bitmap bitmap = Bitmap.createBitmap(DRAWABLE_SIZE, bottom, Bitmap.Config.ARGB_8888); in testCenterAligned()
117 for (int i = 0; i < DRAWABLE_SIZE; i++) { in testCenterAligned()
122 assertThat(bitmap.getColor(0, top + i + DRAWABLE_SIZE + padding / 2).toArgb()) in testCenterAligned()
139 mDrawable.setBounds(0, 0, DRAWABLE_SIZE, DRAWABLE_SIZE); in MyDynamicDrawableSpan()