Searched refs:drawableWidth (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | CompoundButtonTest.java | 279 int drawableWidth; in testOnDraw() local 296 drawableWidth = drawable.getIntrinsicWidth(); in testOnDraw() 302 assertEquals(drawableWidth, bounds.right); in testOnDraw() 311 assertEquals(drawableWidth, bounds.right); in testOnDraw() 320 assertEquals(drawableWidth, bounds.right); in testOnDraw()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 175 int drawableWidth, int drawableHeight, boolean callSetBounds, @ColorInt int color, in assertAllPixelsOfColor() argument 178 Bitmap bitmap = Bitmap.createBitmap(drawableWidth, drawableHeight, in assertAllPixelsOfColor() 184 drawable.setBounds(0, 0, drawableWidth, drawableHeight); in assertAllPixelsOfColor() 195 new Rect(0, 0, drawableWidth, drawableHeight), color, in assertAllPixelsOfColor()
|