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