Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/flickerlib/
DObjectFormatter.ts46 export class ObjectFormatter { class
54 const properties = ObjectFormatter.getProperties(entry);
82 if (ObjectFormatter.INVALID_ELEMENT_PROPERTIES.includes(it)) return false;
108 const properties = ObjectFormatter.getProperties(obj);
117 if (ObjectFormatter.displayDefaults) {
123 if (value || ObjectFormatter.displayDefaults) {
130 if (!isEmpty || ObjectFormatter.displayDefaults) {
135 const translatedObject = ObjectFormatter.translateObject(key, value);
144 const childObj = ObjectFormatter.format(value) as any;
146 if (!isEmpty || ObjectFormatter.displayDefaults) {
[all …]
Dmixin.ts17 import {ObjectFormatter} from './ObjectFormatter';
31 const properties = ObjectFormatter.getProperties(entry);
49 obj = ObjectFormatter.format(obj);
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts20 import {ObjectFormatter} from 'trace/flickerlib/ObjectFormatter';
278 const formattingOptions = ObjectFormatter.displayDefaults;
279 ObjectFormatter.displayDefaults = true;
298 treeGenerator.generate('LayerState', ObjectFormatter.format(layerStateProto))
315 treeGenerator.generate('DisplayState', ObjectFormatter.format(displayStateProto))
355 ObjectFormatter.format(layerCreationArgsProto)
373 treeGenerator.generate('DestroyedLayerId', ObjectFormatter.format(destroyedLayerId))
390 treeGenerator.generate('DisplayState', ObjectFormatter.format(displayStateProto))
407 treeGenerator.generate('RemovedDisplayId', ObjectFormatter.format(removedDisplayId))
426 ObjectFormatter.format(destroyedLayerHandleId)
[all …]
/development/tools/winscope/src/viewers/common/
Dtree_transformer.ts17 import {ObjectFormatter} from 'trace/flickerlib/ObjectFormatter';
87 ObjectFormatter.displayDefaults = this.isShowDefaults;
114 return ObjectFormatter.format(entry.proto);
122 return ObjectFormatter.format(entry);
Dtree_generator.ts17 import {ObjectFormatter} from 'trace/flickerlib/ObjectFormatter';
293 const clone = ObjectFormatter.cloneObject(node);