Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/transitions/legacy/
Dparser_transitions_wm.ts53 return this.makePropertiesTree(entryProto);
98 private makePropertiesTree(entryProto: TransitionProto): PropertyTreeNode { method in ParserTransitionsWm
Dparser_transitions_shell.ts73 return this.makePropertiesTree(entryProto);
110 private makePropertiesTree(entryProto: TransitionProto): PropertyTreeNode { method in ParserTransitionsShell
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions.ts82 return this.makePropertiesTree(entryProto);
105 private makePropertiesTree( method in ParserTransactions
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts101 return this.makePropertiesTree(entryProto);
119 private makePropertiesTree(entryProto: TraceEntryProto): PropertyTreeNode { method in ParserTransactions
/development/tools/winscope/src/parsers/transitions/perfetto/
Dparser_transitions.ts63 return this.makePropertiesTree(transitionProto);
103 private makePropertiesTree( method in ParserTransitions