HomeSort by relevance Sort by last modified time
    Searched refs:mParseState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
XmlBlock.java 79 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, index)
    [all...]
Resources.java     [all...]

Completed in 43 milliseconds