Searched refs:mCurrentAttr (Results 1 – 1 of 1) sorted by relevance
65 private AttrResourceValueImpl mCurrentAttr; field in ValueResourceParser90 mCurrentAttr = null; in endElement()99 mCurrentAttr = null; in endElement()141 mCurrentAttr = in startElement()143 mRepository.addResourceValue(mCurrentAttr); in startElement()173 mCurrentAttr = new AttrResourceValueImpl(namespace, name, mLibraryName); in startElement()174 mCurrentDeclareStyleable.addValue(mCurrentAttr); in startElement()177 mRepository.addResourceValue(mCurrentAttr); in startElement()179 } else if (mCurrentAttr != null) { in startElement()186 mCurrentAttr.addValue(name, Long.decode(value).intValue(), null); in startElement()[all …]