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

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp189 struct StyleableAttr { struct in namespace:aapt
195 static bool lessStyleableAttr(const StyleableAttr& lhs, const StyleableAttr& rhs) {
217 std::vector<StyleableAttr> sortedAttributes;
226 // so create it once and cache it in this StyleableAttr data structure.
227 StyleableAttr styleableAttr = {};
276 for (const StyleableAttr& entry : sortedAttributes) {
318 for (const StyleableAttr& entry : sortedAttributes) {
335 for (const StyleableAttr& styleableAttr : sortedAttributes) {
345 const StyleableAttr
[all...]

Completed in 710 milliseconds