Searched refs:VALUE_ATTR (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 56 VALUE_ATTR = 0x01010024, enumerator 1927 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract() 1928 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract() 2417 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract() 2418 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Command.cpp | 264 VALUE_ATTR = 0x01010024, enumerator 1936 printResolvedResourceAttribute(res, tree, VALUE_ATTR, String8("value"), in doDump()
|