Home
last modified time | relevance | path

Searched refs:namespacedResourceValue (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DCustomView.java13 public int namespacedResourceValue; field in CustomView
19 namespacedResourceValue = attrs.getAttributeResourceValue(FAKE_URI, "message", -1); in CustomView()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java235 assertThat(view.namespacedResourceValue).isEqualTo(R.layout.text_views); in shouldConstructCustomViewsWithAttributesWithURLEncodedNamespaces()