Searched refs:mCurrentElementAttributeCount (Results 1 – 1 of 1) sorted by relevance
77 private int mCurrentElementAttributeCount; field in AndroidBinXmlParser154 return mCurrentElementAttributeCount; in getAttributeCount()260 if (index >= mCurrentElementAttributeCount) { in getAttribute()262 "index must be <= attr count (" + mCurrentElementAttributeCount + ")"); in getAttribute()325 mCurrentElementAttributeCount = attrCount; in next()378 mCurrentElementAttributes = new ArrayList<>(mCurrentElementAttributeCount); in parseCurrentElementAttributesIfNotParsed()379 for (int i = 0; i < mCurrentElementAttributeCount; i++) { in parseCurrentElementAttributesIfNotParsed()