Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp309 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable() local
310 auto documentation_remove_iter = std::remove_if(documentation_attrs.begin(), in ProcessStyleable()
311 documentation_attrs.end(), in ProcessStyleable()
319 documentation_attrs.erase(documentation_remove_iter, documentation_attrs.end()); in ProcessStyleable()
322 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
339 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()