Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/window_manager/
Dproperties_provider_factory.ts199 const containerChildType = this.getContainerChildType(containerChild);
226 private getContainerChildType(child: WindowContainerChildProto): ProtoType { method in PropertiesProviderFactory