Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java79 mParseState = parseState; in Parser()
142 int id = nativeGetText(mParseState); in getText()
146 return nativeGetLineNumber(mParseState); in getLineNumber()
170 int id = nativeGetNamespace(mParseState); in getNamespace()
174 int id = nativeGetName(mParseState); in getName()
178 int id = nativeGetAttributeNamespace(mParseState, index); in getAttributeNamespace()
185 int id = nativeGetAttributeName(mParseState, index); in getAttributeName()
198 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1; in getAttributeCount()
201 int id = nativeGetAttributeStringValue(mParseState, index); in getAttributeValue()
206 int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
[all …]
DResources.java1518 parser != null ? parser.mParseState : 0, attrs, array.mData, array.mIndices); in obtainStyledAttributes()
1753 mAssets.retrieveAttributes(parser.mParseState, attrs, in obtainAttributes()