Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java42 new BitmapDrawable(BitmapFactory.decodeResource(resources, R.drawable.third_image)); in setUp()
DShadowTextViewTest.java351 …insicBounds(R.drawable.an_image, R.drawable.an_other_image, R.drawable.third_image, R.drawable.fou… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
355 …assertEquals(R.drawable.third_image, shadowOf(textView.getCompoundDrawables()[2]).getCreatedFromRe… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
DShadowLayoutInflaterTest.java263 assertThat(shadowOf(drawables[3]).getCreatedFromResId()).isEqualTo(R.drawable.third_image); in testTextViewCompoundDrawablesAreSet()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java371 public static final int third_image=0x7f020012; field in R.drawable