Searched refs:nativeGetAttributeIndex (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | XmlBlock.java | 295 int idx = nativeGetAttributeIndex(mParseState, namespace, name); in getAttributeValue() 394 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeListValue() 402 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeBooleanValue() 410 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeResourceValue() 418 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeIntValue() 427 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeUnsignedIntValue() 435 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); in getAttributeFloatValue() 642 private static native int nativeGetAttributeIndex( in nativeGetAttributeIndex() method in XmlBlock
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14016 Landroid/content/res/XmlBlock;->nativeGetAttributeIndex(JLjava/lang/String;Ljava/lang/String;)I
|