Home
last modified time | relevance | path

Searched defs:target_style (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp291 const auto target_style = ResourceName(package_name.value(), ResourceType::kStyle, style_); in Dump() local
/aosp12/frameworks/base/tools/aapt2/
H A DDebug.cpp352 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph()