Searched refs:android_red (Results 1 – 3 of 3) sorted by relevance
73 assertThat(colorResourceLoader.getValue(R.color.android_red), equalTo(Color.RED)); in shouldParseSimpleAndroidColorReferences()
95 public static final int android_red = nextId++; field in R.color
151 view.setBackgroundColor(R.color.android_red); in shouldSetBackgroundColor()152 int intColor = view.getResources().getColor(R.color.android_red); in shouldSetBackgroundColor()