Searched refs:attrType (Results 1 – 4 of 4) sorted by relevance
4223 uint32_t attrType, in stringToValue() argument4263 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 …]
217 uint32_t attrType = ResTable_map::TYPE_ANY,
2160 uint32_t attrType, const String8* configTypeName, in stringToValue() argument2171 accessorCookie, attrType); in stringToValue()
1515 uint32_t attrType = ResTable_map::TYPE_ANY,