Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp257 StyleableAttr styleable_attr; in ProcessStyleable() local
258 styleable_attr.attr_ref = &attr; in ProcessStyleable()
262 styleable_attr.field_name = in ProcessStyleable()
281 styleable_attr.symbol = *symbol; in ProcessStyleable()
283 sorted_attributes.push_back(std::move(styleable_attr)); in ProcessStyleable()
389 const StyleableAttr& styleable_attr = sorted_attributes[i]; in ProcessStyleable() local
390 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()
395 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable()
396 if (styleable_attr.symbol.value().attribute && comment.empty()) { in ProcessStyleable()
397 comment = styleable_attr.symbol.value().attribute->GetComment(); in ProcessStyleable()
[all …]