Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp212 struct StyleableAttr { struct
218 static bool operator<(const StyleableAttr& lhs, const StyleableAttr& rhs) { in operator <()
247 std::vector<StyleableAttr> sorted_attributes; in ProcessStyleable()
257 StyleableAttr styleable_attr; in ProcessStyleable()
309 std::vector<StyleableAttr> documentation_attrs = sorted_attributes; in ProcessStyleable()
312 [&](StyleableAttr entry) -> bool { in ProcessStyleable()
322 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
339 for (const StyleableAttr& entry : documentation_attrs) { in ProcessStyleable()
352 const StyleableAttr& attr = sorted_attributes[i]; in ProcessStyleable()
389 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable()