Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java211 int v = nativeGetAttributeData(mParseState, index); in getAttributeValue()
367 int v = nativeGetAttributeData(mParseState, idx); in getAttributeListValue()
381 return nativeGetAttributeData(mParseState, idx) != 0; in getAttributeBooleanValue()
390 return nativeGetAttributeData(mParseState, idx); in getAttributeResourceValue()
400 return nativeGetAttributeData(mParseState, idx); in getAttributeIntValue()
410 return nativeGetAttributeData(mParseState, idx); in getAttributeUnsignedIntValue()
420 nativeGetAttributeData(mParseState, idx)); in getAttributeFloatValue()
507 private static final native int nativeGetAttributeData(long state, int idx); in nativeGetAttributeData() method in XmlBlock