Searched refs:nativeGetAttributeIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java226 int idx = nativeGetAttributeIndex(mParseState, namespace, name);
318 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
326 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
334 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
342 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
351 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
359 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
534 private static final native int nativeGetAttributeIndex(long state, String namespace, String name); method in class:XmlBlock

Completed in 44 milliseconds