Home
last modified time | relevance | path

Searched refs:an_other_image (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboMenuItemTest.java155 item.setIcon(R.drawable.an_other_image); in getIcon_shouldReturnDrawableFromSetIconResourceId()
156 assertThat(shadowOf(item.getIcon()).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in getIcon_shouldReturnDrawableFromSetIconResourceId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayerDrawableTest.java40 new BitmapDrawable(BitmapFactory.decodeResource(resources, R.drawable.an_other_image)); in setUp()
DShadowTextViewTest.java351 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.an_image, R.drawable.an_other_image, R… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
354 …assertEquals(R.drawable.an_other_image, shadowOf(textView.getCompoundDrawables()[1]).getCreatedFro… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
DShadowLayoutInflaterTest.java262 assertThat(shadowOf(drawables[2]).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in testTextViewCompoundDrawablesAreSet()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java354 public static final int an_other_image=0x7f020002; field in R.drawable