Searched defs:mParseState (Results 1 - 1 of 1) 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*/ long mParseState; field in class:XmlBlock.Parser
[all...]

Completed in 40 milliseconds