Searched defs:nativeGetAttributeData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java211 int v = nativeGetAttributeData(mParseState, index);
367 int v = nativeGetAttributeData(mParseState, idx);
381 return nativeGetAttributeData(mParseState, idx) != 0;
390 return nativeGetAttributeData(mParseState, idx);
400 return nativeGetAttributeData(mParseState, idx);
410 return nativeGetAttributeData(mParseState, idx);
420 nativeGetAttributeData(mParseState, idx));
507 private static final native int nativeGetAttributeData(long state, int idx); method in class:XmlBlock

Completed in 373 milliseconds