Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp84 IS_STATIC_ATTR = 0x0101055a, enumerator
1608 is_static = GetAttributeIntegerDefault(FindAttribute(element, IS_STATIC_ATTR), false) != 0; in Extract()