Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DResourceTypes.cpp2742 uint32_t attrType, in stringToValue() argument
2782 attrType = bag->map.value.data; in stringToValue()
2798 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
2800 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
2801 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()
2802 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
2813 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue()
2955 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue()
2969 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue()
3053 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.h174 uint32_t attrType = ResTable_map::TYPE_ANY);
DResourceTable.cpp1902 uint32_t attrType) in stringToValue() argument
1912 accessorCookie, attrType); in stringToValue()
/frameworks/base/include/utils/
DResourceTypes.h1865 uint32_t attrType = ResTable_map::TYPE_ANY,