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