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.java243 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue()
335 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue()
343 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue()
351 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue()
359 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue()
368 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue()
376 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeFloatValue()
553 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex() method in XmlBlock