Lines Matching defs:width

58         public TestDrawable(@ColorInt int color, int width, int height) {
60 mWidth = width;
155 assertEquals("Compound drawable: left width",
156 drawablesAbsolute[0].getBounds().width(), 20);
161 assertEquals("Compound drawable: top width",
162 drawablesAbsolute[1].getBounds().width(), 30);
167 assertEquals("Compound drawable: right width",
168 drawablesAbsolute[2].getBounds().width(), 25);
200 assertEquals("Compound drawable: left width",
201 drawablesAbsolute[0].getBounds().width(), 25);
206 assertEquals("Compound drawable: left width",
207 drawablesAbsolute[1].getBounds().width(), 30);
213 assertEquals("Compound drawable: left width",
214 drawablesAbsolute[2].getBounds().width(), 20);
234 assertEquals("Compound drawable: left width",
235 drawablesAbsolute[0].getBounds().width(), 30);
242 assertEquals("Compound drawable: right width",
243 drawablesAbsolute[2].getBounds().width(), 25);
248 assertEquals("Compound drawable: bottom width",
249 drawablesAbsolute[3].getBounds().width(), 15);
276 assertEquals("Compound drawable: left width",
277 drawablesAbsolute[0].getBounds().width(), 25);
285 assertEquals("Compound drawable: right width",
286 drawablesAbsolute[2].getBounds().width(), 30);
291 assertEquals("Compound drawable: bottom width",
292 drawablesAbsolute[3].getBounds().width(), 15);
310 assertEquals("Compound drawable: left width",
311 drawablesAbsolute[0].getBounds().width(),
322 assertEquals("Compound drawable: right width",
323 drawablesAbsolute[2].getBounds().width(),
332 assertEquals("Compound drawable: bottom width",
333 drawablesAbsolute[3].getBounds().width(),
361 assertEquals("Compound drawable: left width",
362 drawablesAbsolute[0].getBounds().width(),
373 assertEquals("Compound drawable: right width",
374 drawablesAbsolute[2].getBounds().width(),
383 assertEquals("Compound drawable: bottom width",
384 drawablesAbsolute[3].getBounds().width(),