Searched refs:attrType (Results 1 – 4 of 4) sorted by relevance
4577 uint32_t attrType, in stringToValue() argument4617 attrType = bag->map.value.data; in stringToValue()4633 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()4635 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()4636 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()4637 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()4648 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue()4812 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue()4826 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue()4910 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()[all …]
235 uint32_t attrType = ResTable_map::TYPE_ANY,
2213 uint32_t attrType, const String8* configTypeName, in stringToValue() argument2224 accessorCookie, attrType); in stringToValue()
1754 uint32_t attrType = ResTable_map::TYPE_ANY,