Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp303 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable() local
304 auto documentation_remove_iter = std::remove_if(documentation_attrs.begin(), in ProcessStyleable()
305 documentation_attrs.end(), in ProcessStyleable()
311 documentation_attrs.erase(documentation_remove_iter, documentation_attrs.end()); in ProcessStyleable()
314 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
331 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()