Searched refs:nativeGetAttributeData (Results 1 – 2 of 2) sorted by relevance
241 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
16892 Landroid/content/res/XmlBlock;->nativeGetAttributeData(JI)I