Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp215 struct StyleableAttr { struct
221 static bool operator<(const StyleableAttr& lhs, const StyleableAttr& rhs) { in operator <()
249 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable()
259 StyleableAttr styleable_attr; in ProcessStyleable()
311 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
314 [&](StyleableAttr entry) -> bool { in ProcessStyleable()
325 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
342 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
355 const StyleableAttr& attr = sorted_attributes[i]; in ProcessStyleable()
392 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()