Searched refs:nativeGetAttributeIndex (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 254 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/ |
D | hiddenapi-max-target-o.txt | 16894 Landroid/content/res/XmlBlock;->nativeGetAttributeIndex(JLjava/lang/String;Ljava/lang/String;)I
|