Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowResourcesTest.java122 .addAttribute(R.attr.styleReference, "@xml/shortcuts") in obtainAttributes()
123 .build(), new int[]{R.attr.styleReference}); in obtainAttributes()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java781 …ResName styleReference = AttributeResource.getStyleReference(possiblyQualifiedResourceName, defaul… in getResourceId() local
782 Integer resourceId = resourceTable.getResourceId(styleReference); in getResourceId()
784 throw new Resources.NotFoundException(styleReference.getFullyQualifiedName()); in getResourceId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java283 public static final int styleReference=0x7f010023; field in R.attr