HomeSort by relevance Sort by last modified time
    Searched full:sorted_attributes (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 239 std::vector<StyleableAttr> sorted_attributes; local
240 sorted_attributes.reserve(styleable.entries.size());
264 sorted_attributes.push_back(std::move(styleable_attr));
268 std::sort(sorted_attributes.begin(), sorted_attributes.end());
272 const size_t attr_count = sorted_attributes.size();
289 for (const StyleableAttr& entry : sorted_attributes) {
316 for (const StyleableAttr& entry : sorted_attributes) {
332 const ResourceId id = sorted_attributes[i].attr_ref->id.value_or_default(ResourceId(0));
352 const StyleableAttr& styleable_attr = sorted_attributes[i]
    [all...]

Completed in 193 milliseconds