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.java230 int v = nativeGetAttributeData(mParseState, index); in getAttributeValue()
386 int v = nativeGetAttributeData(mParseState, idx); in getAttributeListValue()
400 return nativeGetAttributeData(mParseState, idx) != 0; in getAttributeBooleanValue()
409 return nativeGetAttributeData(mParseState, idx); in getAttributeResourceValue()
419 return nativeGetAttributeData(mParseState, idx); in getAttributeIntValue()
429 return nativeGetAttributeData(mParseState, idx); in getAttributeUnsignedIntValue()
439 nativeGetAttributeData(mParseState, idx)); in getAttributeFloatValue()
543 private static final native int nativeGetAttributeData(long state, int idx); in nativeGetAttributeData() method in XmlBlock
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16901 Landroid/content/res/XmlBlock;->nativeGetAttributeData(JI)I