Home
last modified time | relevance | path

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

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