Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/
Dhierarchy_tree_builder_sf.ts73 this.setParentChildRelationship(parent, child);
75 this.setParentChildRelationship(root, child);
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_builder_input_method.ts50 this.setParentChildRelationship(node, child);
/development/tools/winscope/src/parsers/view_capture/legacy/
Dhierarchy_tree_builder_vc.ts52 this.setParentChildRelationship(node, child);
/development/tools/winscope/src/parsers/view_capture/perfetto/
Dhierarchy_tree_builder_vc.ts58 this.setParentChildRelationship(parent, node);
/development/tools/winscope/src/parsers/window_manager/
Dhierarchy_tree_builder_wm.ts64 this.setParentChildRelationship(node, child);
/development/tools/winscope/src/parsers/
Dhierarchy_tree_builder.ts81 protected setParentChildRelationship( method in HierarchyTreeBuilder