Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DCustomStateView.java10 private static final int[] STATE_FOO = {R.attr.stateFoo};
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java247 public static final int stateFoo=0x7f01001e; field in R.attr
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java218 assertThat(view.getDrawableState()).asList().doesNotContain(R.attr.stateFoo); in shouldConstructCustomViewsWithCustomState()
223 assertThat(view.getDrawableState()).asList().contains(R.attr.stateFoo); in shouldConstructCustomViewsWithCustomState()