Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDebug.cpp357 const ResourceName& style_name = styles_to_visit.front(); in PrintStyleGraph() local
358 std::set<ResourceName>& parents = graph[style_name]; in PrintStyleGraph()
364 Maybe<ResourceTable::SearchResult> result = table->FindResource(style_name); in PrintStyleGraph()
389 const ResourceName& style_name = entry.first; in PrintStyleGraph() local
390 size_t style_node_index = GetNodeIndex(names, style_name); in PrintStyleGraph()
DResourceParser.cpp1447 std::string style_name = out_resource->name.entry; in ParseStyle() local
1448 size_t pos = style_name.find_last_of(u'.'); in ParseStyle()
1451 style->parent = Reference(ResourceName({}, ResourceType::kStyle, style_name.substr(0, pos))); in ParseStyle()