Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java224 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue()
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue()
324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue()
332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue()
340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue()
349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue()
357 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeFloatValue()
512 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex() method in XmlBlock