Searched refs:an_other_image (Results 1 – 5 of 5) sorted by relevance
155 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()
40 new BitmapDrawable(BitmapFactory.decodeResource(resources, R.drawable.an_other_image)); in setUp()
351 …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()
262 assertThat(shadowOf(drawables[2]).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in testTextViewCompoundDrawablesAreSet()
354 public static final int an_other_image=0x7f020002; field in R.drawable