Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java81 mParseState = parseState; in Parser()
144 int id = nativeGetText(mParseState); in getText()
148 return nativeGetLineNumber(mParseState); in getLineNumber()
172 int id = nativeGetNamespace(mParseState); in getNamespace()
176 int id = nativeGetName(mParseState); in getName()
180 int id = nativeGetAttributeNamespace(mParseState, index); in getAttributeNamespace()
187 int id = nativeGetAttributeName(mParseState, index); in getAttributeName()
200 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1; in getAttributeCount()
203 int id = nativeGetAttributeStringValue(mParseState, index); in getAttributeValue()
208 int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
[all …]
DResources.java1792 mResourcesImpl.getAssets().retrieveAttributes(parser.mParseState, attrs, in obtainAttributes()
DResourcesImpl.java1311 parser != null ? parser.mParseState : 0, in obtainStyledAttributes()