Lines Matching refs:Style
78 if (Style* style = valueCast<Style>(configValue->value.get())) {
80 std::vector<Style::Entry> stripped;
82 auto iter = style->entries.begin();
83 while (iter != style->entries.end()) {
92 // We use the smallest SDK level to generate the new style.
99 // Erase this from this style.
100 iter = style->entries.erase(iter);
113 // Let's create a new Style for this versioned resource.
117 std::unique_ptr<Style> newStyle(style->clone(&table->stringPool));
118 newStyle->setComment(style->getComment());
119 newStyle->setSource(style->getSource());
121 // Move the previously stripped attributes into this style.