Home
last modified time | relevance | path

Searched refs:formattedValue (Results 1 – 25 of 46) sorted by relevance

12

/development/tools/winscope/src/parsers/operations/
Dset_formatters_test.ts51 expect(propertyRoot.formattedValue()).toEqual('');
52 expect(propertyRoot.getChildByName('enum0')?.formattedValue()).toEqual(
67 expect(propertyRoot.formattedValue()).toEqual('');
69 assertDefined(propertyRoot.getChildByName('color')).formattedValue(),
85 expect(propertyRoot.formattedValue()).toEqual('');
87 assertDefined(propertyRoot.getChildByName('color')).formattedValue(),
101 expect(propertyRoot.formattedValue()).toEqual('');
103 assertDefined(propertyRoot.getChildByName('rect')).formattedValue(),
117 expect(propertyRoot.formattedValue()).toEqual('');
119 assertDefined(propertyRoot.getChildByName('buffer')).formattedValue(),
[all …]
Dtranslate_intdef_test.ts47 ).formattedValue(),
84 assertDefined(params.getChildByName('type')).formattedValue(),
87 assertDefined(params.getChildByName('gravity')).formattedValue(),
90 assertDefined(params.getChildByName('softInputMode')).formattedValue(),
95 ).formattedValue(),
98 assertDefined(params.getChildByName('flags')).formattedValue(),
103 ).formattedValue(),
108 ).formattedValue(),
111 assertDefined(params.getChildByName('appearance')).formattedValue(),
114 assertDefined(params.getChildByName('behavior')).formattedValue(),
/development/tools/winscope/src/parsers/transitions/perfetto/
Dparser_transitions_test.ts62 wmDataNode.getChildByName('createTimeNs')?.formattedValue(),
64 expect(wmDataNode.getChildByName('sendTimeNs')?.formattedValue()).toEqual(
68 wmDataNode.getChildByName('finishTimeNs')?.formattedValue(),
77 ).formattedValue(),
82 ).formattedValue(),
87 ).formattedValue(),
90 assertDefined(wmDataNode.getChildByName('type')).formattedValue(),
98 assertDefined(targets[0].getChildByName('layerId')).formattedValue(),
101 assertDefined(targets[1].getChildByName('layerId')).formattedValue(),
104 assertDefined(targets[0].getChildByName('mode')).formattedValue(),
[all …]
/development/tools/winscope/src/parsers/protolog/legacy/
Dparser_protolog_test.ts74 assertDefined(message.getChildByName('text')).formattedValue(),
77 assertDefined(message.getChildByName('timestamp')).formattedValue(),
80 assertDefined(message.getChildByName('tag')).formattedValue(),
83 assertDefined(message.getChildByName('level')).formattedValue(),
86 assertDefined(message.getChildByName('at')).formattedValue(),
94 assertDefined(message.getChildByName('text')).formattedValue(),
97 assertDefined(message.getChildByName('timestamp')).formattedValue(),
100 assertDefined(message.getChildByName('tag')).formattedValue(),
103 assertDefined(message.getChildByName('level')).formattedValue(),
106 assertDefined(message.getChildByName('at')).formattedValue(),
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts275 hashcode: assertDefined(tree.getChildByName('hashcode')).formattedValue(),
276 left: assertDefined(tree.getChildByName('left')).formattedValue(),
277 top: assertDefined(tree.getChildByName('top')).formattedValue(),
280 ).formattedValue(),
281 height: assertDefined(tree.getChildByName('height')).formattedValue(),
282 width: assertDefined(tree.getChildByName('width')).formattedValue(),
285 ).formattedValue(),
288 ).formattedValue(),
289 scrollX: assertDefined(tree.getChildByName('scrollX')).formattedValue(),
290 scrollY: assertDefined(tree.getChildByName('scrollY')).formattedValue(),
[all …]
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts267 ).formattedValue()
270 const verboseFlags = tree.getChildByName('verboseFlags')?.formattedValue();
275 : flags.formattedValue();
279 bufferTransform?.getChildByName('type')?.formattedValue() ?? 'null';
285 calcCrop: assertDefined(tree.getChildByName('bounds')).formattedValue(),
288 ).formattedValue(),
293 ).formattedValue(),
296 ).formattedValue(),
300 ).formattedValue(),
301 z: assertDefined(tree.getChildByName('z')).formattedValue(),
[all …]
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_motion_event_test.ts69 expect(motionEvent?.getChildByName('action')?.formattedValue()).toEqual(
72 expect(motionEvent?.getChildByName('source')?.formattedValue()).toEqual(
75 expect(motionEvent?.getChildByName('flags')?.formattedValue()).toEqual(
81 motionEvent?.getChildByName('classification')?.formattedValue(),
89 expect(motionEvent?.getChildByName('metaState')?.formattedValue()).toEqual(
99 expect(firstPointer?.getChildByName('toolType')?.formattedValue()).toEqual(
108 ?.formattedValue(),
124 ?.formattedValue(),
Dparser_key_event_test.ts65 expect(keyEvent?.getChildByName('action')?.formattedValue()).toEqual(
68 expect(keyEvent?.getChildByName('source')?.formattedValue()).toEqual(
71 expect(keyEvent?.getChildByName('flags')?.formattedValue()).toEqual(
76 expect(keyEvent?.getChildByName('metaState')?.formattedValue()).toEqual(
/development/tools/winscope/src/parsers/transactions/operations/
Dtranslate_changes_test.ts76 ?.formattedValue(),
83 ?.formattedValue(),
90 ?.formattedValue(),
97 ?.formattedValue(),
139 ?.formattedValue(),
163 ?.formattedValue(),
/development/tools/winscope/src/parsers/protolog/perfetto/
Dparser_protolog_test.ts55 assertDefined(message.getChildByName('text')).formattedValue(),
60 assertDefined(message.getChildByName('timestamp')).formattedValue(),
63 assertDefined(message.getChildByName('tag')).formattedValue(),
66 assertDefined(message.getChildByName('level')).formattedValue(),
69 assertDefined(message.getChildByName('at')).formattedValue(),
/development/tools/winscope/src/viewers/components/
Dime_additional_properties_component.ts368 return color.formattedValue();
412 ?.formattedValue() ?? 'null'
421 ?.formattedValue() ?? 'null'
430 ?.formattedValue() ?? 'null'
445 ?.formattedValue() ?? 'null'
465 ?.formattedValue() ?? undefined
479 ?.formattedValue() ?? undefined
493 ?.formattedValue() ?? undefined
Dproperty_tree_node_data_view_component.ts59 if (!this.node?.formattedValue()) {
78 const property = assertDefined(this.node).formattedValue();
/development/tools/winscope/src/viewers/viewer_transitions/operations/
Dupdate_transition_changes_names_test.ts71 ?.formattedValue(),
80 ?.formattedValue(),
119 ?.formattedValue(),
128 ?.formattedValue(),
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger_test.ts78 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
83 ).formattedValue(),
93 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
98 ).formattedValue(),
110 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
115 ).formattedValue(),
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/
Dpresenter_input_method_manager_service.ts32 ?.formattedValue();
35 ?.formattedValue();
38 ?.formattedValue();
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions_test.ts108 ?.formattedValue(),
119 ?.formattedValue(),
133 ?.formattedValue(),
142 ?.formattedValue(),
155 ?.formattedValue(),
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger_test.ts78 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
83 ).formattedValue(),
93 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
98 ).formattedValue(),
110 assertDefined(layer.getEagerPropertyByName('flags')).formattedValue(),
115 ).formattedValue(),
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts435 ).formattedValue();
438 ).formattedValue();
441 ).formattedValue();
457 ).formattedValue(),
459 assertDefined(layerState.getChildByName('what')).formattedValue(),
477 assertDefined(displayState.getChildByName('id')).formattedValue(),
481 ).formattedValue(),
518 ).formattedValue(),
537 destroyedLayerId.formattedValue(),
556 assertDefined(displayState.getChildByName('id')).formattedValue(),
[all …]
/development/tools/winscope/src/viewers/common/
Dadd_diffs_properties_tree.ts34 oldNode.formattedValue() !== '' ? oldNode.formattedValue() : 'null',
Dui_tree_utils.ts68 (node instanceof PropertyTreeNode && regex.test(node.formattedValue()))
82 node.formattedValue() !== targetValue
Dproperties_presenter.ts144 const newValue = (newTree as UiPropertyTreeNode).formattedValue();
145 const oldValue = (oldTree as UiPropertyTreeNode).formattedValue();
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter_test.ts74 expect(wmData.getChildByName('id')?.formattedValue()).toEqual('32');
75 expect(wmData.getChildByName('type')?.formattedValue()).toEqual('OPEN');
76 expect(wmData.getChildByName('createTimeNs')?.formattedValue()).toEqual(
/development/tools/winscope/src/viewers/viewer_input_method_clients/
Dpresenter_input_method_clients.ts72 ?.formattedValue();
76 ?.formattedValue();
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions_test.ts76 ?.formattedValue(),
85 ?.formattedValue(),
100 ?.formattedValue(),
/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter.ts166 ).formattedValue(),
168 tag: assertDefined(messageNode.getChildByName('tag')).formattedValue(),
171 ).formattedValue(),
172 at: assertDefined(messageNode.getChildByName('at')).formattedValue(),

12