Searched refs:mParseState (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 98 mParseState = parseState; in Parser() 105 return nativeGetSourceResId(mParseState); in getSourceResId() 167 int id = nativeGetText(mParseState); in getText() 171 return nativeGetLineNumber(mParseState); in getLineNumber() 196 int id = nativeGetNamespace(mParseState); in getNamespace() 201 int id = nativeGetName(mParseState); in getName() 206 int id = nativeGetAttributeNamespace(mParseState, index); in getAttributeNamespace() 214 int id = nativeGetAttributeName(mParseState, index); in getAttributeName() 227 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1; in getAttributeCount() 231 int id = nativeGetAttributeStringValue(mParseState, index); in getAttributeValue() [all …]
|
D | AssetManager.java | 1125 parser != null ? parser.mParseState : 0, inAttrs, outValuesAddress, in applyStyle() 1166 mObject, parser.mParseState, inAttrs, outValues, outIndices); in retrieveAttributes()
|