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

/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java200 return mEventType == START_TAG ? nativeGetAttributeCount(mParseState) : -1;
514 private static final native int nativeGetAttributeCount(long state); method in class:XmlBlock

Completed in 149 milliseconds