Searched refs:VALUE_ATTR (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 50 VALUE_ATTR = 0x01010024, enumerator 1501 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract() 1502 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract() 1883 value = GetAttributeStringDefault(FindAttribute(element, VALUE_ATTR), ""); in Extract() 1884 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 264 VALUE_ATTR = 0x01010024, enumerator 1921 printResolvedResourceAttribute(res, tree, VALUE_ATTR, String8("value"), in doDump()
|