Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4577 uint32_t attrType, in stringToValue() argument
4617 attrType = bag->map.value.data; in stringToValue()
4633 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
4635 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
4636 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()
4637 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
4648 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue()
4812 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue()
4826 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue()
4910 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.h235 uint32_t attrType = ResTable_map::TYPE_ANY,
DResourceTable.cpp2213 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2224 accessorCookie, attrType); in stringToValue()
/frameworks/base/include/androidfw/
DResourceTypes.h1754 uint32_t attrType = ResTable_map::TYPE_ANY,