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

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java213 int v = nativeGetAttributeData(mParseState, index);
369 int v = nativeGetAttributeData(mParseState, idx);
383 return nativeGetAttributeData(mParseState, idx) != 0;
392 return nativeGetAttributeData(mParseState, idx);
402 return nativeGetAttributeData(mParseState, idx);
412 return nativeGetAttributeData(mParseState, idx);
422 nativeGetAttributeData(mParseState, idx));
524 private static final native int nativeGetAttributeData(long state, int idx); method in class:XmlBlock

Completed in 270 milliseconds