Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp212 struct StyleableAttr { struct
218 static bool operator<(const StyleableAttr& lhs, const StyleableAttr& rhs) { in operator <()
241 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable()
251 StyleableAttr styleable_attr; in ProcessStyleable()
303 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
306 [&](StyleableAttr entry) -> bool { in ProcessStyleable()
314 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
331 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
366 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()