Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java241 int v = nativeGetAttributeData(mParseState, index); in getAttributeValue()
397 int v = nativeGetAttributeData(mParseState, idx); in getAttributeListValue()
411 return nativeGetAttributeData(mParseState, idx) != 0; in getAttributeBooleanValue()
420 return nativeGetAttributeData(mParseState, idx); in getAttributeResourceValue()
430 return nativeGetAttributeData(mParseState, idx); in getAttributeIntValue()
440 return nativeGetAttributeData(mParseState, idx); in getAttributeUnsignedIntValue()
450 nativeGetAttributeData(mParseState, idx)); in getAttributeFloatValue()
567 private static final native int nativeGetAttributeData(long state, int idx); in nativeGetAttributeData() method in XmlBlock
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16892 Landroid/content/res/XmlBlock;->nativeGetAttributeData(JI)I