Searched defs:attrType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2200 uint32_t attrType, const String8* configTypeName,
2211 accessorCookie, attrType);
2194 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType, const String8* configTypeName, const ConfigDescription* config) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4558 uint32_t attrType,
4598 attrType = bag->map.value.data;
4614 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
4616 if (attrType == ResTable_map::TYPE_ENUM
4617 || attrType == ResTable_map::TYPE_FLAGS
4618 || attrType == ResTable_map::TYPE_INTEGER) {
4629 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
4634 // Note: we don't check attrType here because the reference can
4786 if ((attrType&ResTable_map::TYPE_COLOR) == 0) {
4800 if ((attrType
4550 stringToValue(Res_value* outValue, String16* outString, const char16_t* s, size_t len, bool preserveSpaces, bool coerceType, uint32_t attrID, const String16* defType, const String16* defPackage, Accessor* accessor, void* accessorCookie, uint32_t attrType, bool enforcePrivate) const argument
[all...]

Completed in 46 milliseconds