Searched refs:nativeGetAttributeIndex (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 314 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue() 420 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue() 428 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue() 436 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue() 444 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue() 453 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue() 461 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeFloatValue() 668 private static native int nativeGetAttributeIndex( in nativeGetAttributeIndex() method in XmlBlock
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14016 Landroid/content/res/XmlBlock;->nativeGetAttributeIndex(JLjava/lang/String;Ljava/lang/String;)I
|