Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DDebug.h38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
H A DDebug.cpp355 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() function in aapt::Debug
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp305 Debug::PrintStyleGraph(table, target_style); in Dump()