Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution.java318 final int xmlAttrIdx = xmlAttrFinder.find(curIdent); in ApplyStyle() local
319 if (xmlAttrIdx != xmlAttrEnd) { in ApplyStyle()
321 xmlParser.getAttributeValue(xmlAttrIdx, value); in ApplyStyle()