Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4223 uint32_t attrType, in stringToValue() argument
4263 attrType = bag->map.value.data; in stringToValue()
4279 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
4281 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
4282 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()
4283 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
4294 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue()
4436 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue()
4450 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue()
4534 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.h217 uint32_t attrType = ResTable_map::TYPE_ANY,
DResourceTable.cpp2160 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2171 accessorCookie, attrType); in stringToValue()
/frameworks/base/include/androidfw/
DResourceTypes.h1515 uint32_t attrType = ResTable_map::TYPE_ANY,