Home
last modified time | relevance | path

Searched refs:l0_red (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DDrawableResourceLoaderTest.java57 assertThat(resources.getDrawable(R.drawable.l0_red)).isInstanceOf(BitmapDrawable.class); in testDrawableTypes()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java359 public static final int l0_red=0x7f020006; field in R.drawable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java480 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.l0_red, R.drawable.l1_orange, R.drawab… in setCompoundDrawablesWithIntrinsicBounds_setsValues()
481 …hat(shadowOf(textView).getCompoundDrawablesWithIntrinsicBoundsLeft()).isEqualTo(R.drawable.l0_red); in setCompoundDrawablesWithIntrinsicBounds_setsValues()