Searched refs:attributeResourceValue (Results 1 – 2 of 2) sorted by relevance
12 public int attributeResourceValue; field in CustomView18 attributeResourceValue = attrs.getAttributeResourceValue(ROBOLECTRIC_RES_URI, "message", -1); in CustomView()
212 assertThat(view.attributeResourceValue).isEqualTo(R.string.hello); in shouldConstructCustomViewsWithAttributesConstructor()229 assertThat(view.attributeResourceValue).isEqualTo(R.string.hello); in shouldConstructCustomViewsWithAttributesInResAutoNamespace()