Searched refs:is_static (Results 1 – 1 of 1) sorted by relevance
1754 bool is_static; member in aapt::Overlay1761 is_static = GetAttributeIntegerDefault(FindAttribute(element, IS_STATIC_ATTR), false) != 0; in Extract()1774 printer->Print(StringPrintf(" isStatic='%s'", is_static ? "true" : "false")); in Print()