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.java208 int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
368 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeListValue()
378 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeBooleanValue()
388 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeResourceValue()
397 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeIntValue()
407 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeUnsignedIntValue()
417 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeFloatValue()
522 private static final native int nativeGetAttributeDataType(long state, int idx); in nativeGetAttributeDataType() method in XmlBlock