Searched refs:attrType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5392 uint32_t attrType, in stringToValue() argument 5432 attrType = bag->map.value.data; in stringToValue() 5448 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue() 5450 if (attrType == ResTable_map::TYPE_ENUM in stringToValue() 5451 || attrType == ResTable_map::TYPE_FLAGS in stringToValue() 5452 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 5463 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue() 5631 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue() 5645 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue() 5736 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue() [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 254 uint32_t attrType = ResTable_map::TYPE_ANY,
|
D | ResourceTable.cpp | 2309 uint32_t attrType, const String8* configTypeName, in stringToValue() argument 2320 accessorCookie, attrType); in stringToValue() 5141 String16 attrPackage, attrType, attrName; in processBundleFormatImpl() local 5144 &attrPackage, &attrType, &attrName, in processBundleFormatImpl() 5152 if (attrType != kAttr16) { in processBundleFormatImpl()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 2103 uint32_t attrType = ResTable_map::TYPE_ANY,
|