Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java271 final int t = nativeGetAttributeDataType(mParseState, index); in getAttributeValue()
444 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeListValue()
460 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeBooleanValue()
476 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeResourceValue()
492 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeIntValue()
508 int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeUnsignedIntValue()
524 final int t = nativeGetAttributeDataType(mParseState, idx); in getAttributeFloatValue()
674 private static final native int nativeGetAttributeDataType(long state, int idx); in nativeGetAttributeDataType() method in XmlBlock
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14015 Landroid/content/res/XmlBlock;->nativeGetAttributeDataType(JI)I