Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DXmlBlock.java290 final int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
470 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeListValue()
486 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeBooleanValue()
502 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeResourceValue()
518 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeIntValue()
534 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeUnsignedIntValue()
550 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeFloatValue()
700 private static final native int nativeGetAttributeDataType(long state, int idx); in nativeGetAttributeDataType() method in XmlBlock
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14015 Landroid/content/res/XmlBlock;->nativeGetAttributeDataType(JI)I