Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution.java448 int curXmlAttr = xmlParser.getAttributeNameResID(ix); in RetrieveAttributes() local
465 while (ix < xmlAttrCount && curIdent > curXmlAttr) { in RetrieveAttributes()
467 curXmlAttr = xmlParser.getAttributeNameResID(ix); in RetrieveAttributes()
470 if (ix < xmlAttrCount && curIdent == curXmlAttr) { in RetrieveAttributes()
474 curXmlAttr = xmlParser.getAttributeNameResID(ix); in RetrieveAttributes()