OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:an_other_image
(Results
1 - 5
of
5
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLayerDrawableTest.java
40
new BitmapDrawable(BitmapFactory.decodeResource(resources, R.drawable.
an_other_image
));
ShadowTextViewTest.java
351
textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.an_image, R.drawable.
an_other_image
, R.drawable.third_image, R.drawable.fourth_image);
354
assertEquals(R.drawable.
an_other_image
, shadowOf(textView.getCompoundDrawables()[1]).getCreatedFromResId());
ShadowLayoutInflaterTest.java
262
assertThat(shadowOf(drawables[2]).getCreatedFromResId()).isEqualTo(R.drawable.
an_other_image
);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
RoboMenuItemTest.java
155
item.setIcon(R.drawable.
an_other_image
);
156
assertThat(shadowOf(item.getIcon()).getCreatedFromResId()).isEqualTo(R.drawable.
an_other_image
);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java
354
public static final int
an_other_image
=0x7f020002;
field in class:R.drawable
[
all
...]
Completed in 3057 milliseconds