Searched refs:attrType (Results 1 – 4 of 4) sorted by relevance
2742 uint32_t attrType, in stringToValue() argument2782 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 …]
174 uint32_t attrType = ResTable_map::TYPE_ANY);
1902 uint32_t attrType) in stringToValue() argument1912 accessorCookie, attrType); in stringToValue()
1865 uint32_t attrType = ResTable_map::TYPE_ANY,