Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/
Dindex.js20 import ObjectFormatter from './ObjectFormatter';
27 export {ObjectFormatter, LayersTrace, WindowManagerState, WindowManagerTrace, TagTrace, ErrorTrace};
Dmixin.ts17 import ObjectFormatter from "./ObjectFormatter"
31 const properties = ObjectFormatter.getProperties(entry)
49 obj = ObjectFormatter.format(obj)
DObjectFormatter.ts34 export default class ObjectFormatter { class
42 const properties = ObjectFormatter.getProperties(entry);
/development/tools/winscope/src/utils/
Ddiff.js18 import ObjectFormatter from '../flickerlib/ObjectFormatter';
116 const clone = ObjectFormatter.cloneObject(node);