Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java254 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue()
346 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue()
354 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue()
362 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue()
370 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue()
379 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue()
387 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeFloatValue()
577 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex() method in XmlBlock
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16894 Landroid/content/res/XmlBlock;->nativeGetAttributeIndex(JLjava/lang/String;Ljava/lang/String;)I