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.java93 mParseState = parseState; in Parser()
100 return nativeGetSourceResId(mParseState); in getSourceResId()
161 int id = nativeGetText(mParseState); in getText()
165 return nativeGetLineNumber(mParseState); in getLineNumber()
189 int id = nativeGetNamespace(mParseState); in getNamespace()
193 int id = nativeGetName(mParseState); in getName()
197 int id = nativeGetAttributeNamespace(mParseState, index); in getAttributeNamespace()
204 int id = nativeGetAttributeName(mParseState, index); in getAttributeName()
217 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1; in getAttributeCount()
220 int id = nativeGetAttributeStringValue(mParseState, index); in getAttributeValue()
[all …]
DAssetManager.java1067 parser != null ? parser.mParseState : 0, inAttrs, outValuesAddress, in applyStyle()
1108 mObject, parser.mParseState, inAttrs, outValues, outIndices); in retrieveAttributes()