Home
last modified time | relevance | path

Searched refs:getAttributeNameResource (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DAttributeSetBuilderTest.java350 public void getAttributeNameResource() throws Exception { in getAttributeNameResource() method in AttributeSetBuilderTest
355 assertThat(roboAttributeSet.getAttributeNameResource(0)) in getAttributeNameResource()
374 roboAttributeSet.getAttributeNameResource(0), in shouldReturnAttributesInOrderOfNameResId()
375 roboAttributeSet.getAttributeNameResource(1), in shouldReturnAttributesInOrderOfNameResId()
376 roboAttributeSet.getAttributeNameResource(2) in shouldReturnAttributesInOrderOfNameResId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DXmlPullParserTest.java165 parser.getAttributeNameResource(i), parser.getAttributeType(i), in format()
DShadowAssetManagerTest.java185 when(mockAttributeSet.getAttributeNameResource(0)).thenReturn(android.R.attr.windowBackground); in attrsToTypedArray_shouldAllowMockedAttributeSets()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java594 public int getAttributeNameResource(int index) { in getAttributeNameResource() method in XmlResourceParserImpl
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java1230 if (attributeSet.getAttributeNameResource(i) == resId) { in findAttributeValue()