Searched refs:mParseState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java79 mParseState = parseState;
142 int id = nativeGetText(mParseState);
146 return nativeGetLineNumber(mParseState);
170 int id = nativeGetNamespace(mParseState);
174 int id = nativeGetName(mParseState);
178 int id = nativeGetAttributeNamespace(mParseState, index);
185 int id = nativeGetAttributeName(mParseState, index);
198 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1;
201 int id = nativeGetAttributeStringValue(mParseState, index);
206 int t = nativeGetAttributeDataType(mParseState, inde
461 /*package*/ int mParseState; field in class:XmlBlock.Parser
[all...]
H A DResources.java1374 parser != null ? parser.mParseState : 0, attrs,
1497 mAssets.retrieveAttributes(parser.mParseState, attrs,

Completed in 56 milliseconds