Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java44 new BitmapDrawable(BitmapFactory.decodeResource(resources, R.drawable.fourth_image)); in setUp()
DShadowTextViewTest.java351 …s(R.drawable.an_image, R.drawable.an_other_image, R.drawable.third_image, R.drawable.fourth_image); in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
356 …assertEquals(R.drawable.fourth_image, shadowOf(textView.getCompoundDrawables()[3]).getCreatedFromR… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
DShadowLayoutInflaterTest.java260 assertThat(shadowOf(drawables[0]).getCreatedFromResId()).isEqualTo(R.drawable.fourth_image); in testTextViewCompoundDrawablesAreSet()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java357 public static final int fourth_image=0x7f020004; field in R.drawable