Searched refs:stateFoo (Results 1 – 3 of 3) sorted by relevance
10 private static final int[] STATE_FOO = {R.attr.stateFoo};
247 public static final int stateFoo=0x7f01001e; field in R.attr
218 assertThat(view.getDrawableState()).asList().doesNotContain(R.attr.stateFoo); in shouldConstructCustomViewsWithCustomState()223 assertThat(view.getDrawableState()).asList().contains(R.attr.stateFoo); in shouldConstructCustomViewsWithCustomState()