Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp771 const uint32_t actual_type = ResourceUtils::AndroidTypeToAttributeTypeMask(val.dataType); in Matches() local
774 if ((actual_type & (type_mask | TYPE_REFERENCE)) == 0) { in Matches()
782 if ((type_mask & TYPE_ENUM) != 0 && (actual_type & TYPE_ENUM) != 0) { in Matches()
798 if ((type_mask & TYPE_FLAGS) != 0 && (actual_type & TYPE_FLAGS) != 0) { in Matches()
817 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()