Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5542 uint32_t attrType, in stringToValue() argument
5582 attrType = bag->map.value.data; in stringToValue()
5600 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
5601 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()
5781 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue()
5795 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue()
5886 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
5946 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
5982 if ((attrType&ResTable_map::TYPE_ENUM) != 0) { in stringToValue()
6021 if ((attrType&ResTable_map::TYPE_FLAGS) != 0) { in stringToValue()
[all …]
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h254 uint32_t attrType = ResTable_map::TYPE_ANY,
H A DResourceTable.cpp2309 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2320 accessorCookie, attrType); in stringToValue()
5132 String16 attrPackage, attrType, attrName; in processBundleFormatImpl() local
5135 &attrPackage, &attrType, &attrName, in processBundleFormatImpl()
5143 if (attrType != kAttr16) { in processBundleFormatImpl()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2213 uint32_t attrType = ResTable_map::TYPE_ANY,