Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java206 int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
366 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeListValue()
376 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeBooleanValue()
386 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeResourceValue()
395 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeIntValue()
405 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeUnsignedIntValue()
415 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeFloatValue()
506 private static final native int nativeGetAttributeDataType(long state, int idx); in nativeGetAttributeDataType() method in XmlBlock