Lines Matching refs:height

49         public TestDrawable(@ColorInt int color, int width, int height) {
52 mHeight = height;
152 assertEquals("Compound drawable: left height",
153 drawablesAbsolute[0].getBounds().height(), 20);
158 assertEquals("Compound drawable: top height",
159 drawablesAbsolute[1].getBounds().height(), 25);
164 assertEquals("Compound drawable: right height",
165 drawablesAbsolute[2].getBounds().height(), 20);
198 assertEquals("Compound drawable: left height",
199 drawablesAbsolute[0].getBounds().height(), 20);
204 assertEquals("Compound drawable: left height",
205 drawablesAbsolute[1].getBounds().height(), 25);
211 assertEquals("Compound drawable: left height",
212 drawablesAbsolute[2].getBounds().height(), 20);
233 assertEquals("Compound drawable: left height",
234 drawablesAbsolute[0].getBounds().height(), 20);
241 assertEquals("Compound drawable: right height",
242 drawablesAbsolute[2].getBounds().height(), 45);
247 assertEquals("Compound drawable: bottom height",
248 drawablesAbsolute[3].getBounds().height(), 35);
276 assertEquals("Compound drawable: left height",
277 drawablesAbsolute[0].getBounds().height(), 45);
285 assertEquals("Compound drawable: right height",
286 drawablesAbsolute[2].getBounds().height(), 20);
291 assertEquals("Compound drawable: bottom height",
292 drawablesAbsolute[3].getBounds().height(), 35);
312 assertEquals("Compound drawable: left height",
313 drawablesAbsolute[0].getBounds().height(),
324 assertEquals("Compound drawable: right height",
325 drawablesAbsolute[2].getBounds().height(),
334 assertEquals("Compound drawable: bottom height",
335 drawablesAbsolute[3].getBounds().height(),
364 assertEquals("Compound drawable: left height",
365 drawablesAbsolute[0].getBounds().height(),
376 assertEquals("Compound drawable: right height",
377 drawablesAbsolute[2].getBounds().height(),
386 assertEquals("Compound drawable: bottom height",
387 drawablesAbsolute[3].getBounds().height(),