Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java412 final Ref<Integer> curNsLen = new Ref<>(0), curAttrLen = new Ref<>(0); in indexOfAttribute() local
414 final String curAttr = getAttributeName8(i, curAttrLen); in indexOfAttribute()
416 ALOGI(" curNs=%s (0x%x), curAttr=%s (0x%x)", curNs, curNsLen, curAttr, curAttrLen); in indexOfAttribute()
418 if (curAttr != null && curNsLen.get() == nsLen && curAttrLen.get() == attrLen in indexOfAttribute()
446 final Ref<Integer> curNsLen = new Ref<>(0), curAttrLen = new Ref<>(0); in indexOfAttribute() local
448 final String curAttr = getAttributeName(i, curAttrLen); in indexOfAttribute()
452 curAttr /*String8(curAttr, curAttrLen).string()*/, curAttrLen); in indexOfAttribute()
454 if (curAttr != null && curNsLen.get() == nsLen && curAttrLen.get() == attrLen in indexOfAttribute()