/development/tools/winscope/src/parsers/operations/ |
D | set_formatters_test.ts | 51 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 …]
|
D | translate_intdef_test.ts | 47 ).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/ |
D | parser_transitions_test.ts | 62 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/ |
D | parser_protolog_test.ts | 74 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/ |
D | presenter.ts | 275 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/ |
D | presenter.ts | 267 ).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/ |
D | parser_motion_event_test.ts | 69 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(),
|
D | parser_key_event_test.ts | 65 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/ |
D | translate_changes_test.ts | 76 ?.formattedValue(), 83 ?.formattedValue(), 90 ?.formattedValue(), 97 ?.formattedValue(), 139 ?.formattedValue(), 163 ?.formattedValue(),
|
/development/tools/winscope/src/parsers/protolog/perfetto/ |
D | parser_protolog_test.ts | 55 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/ |
D | ime_additional_properties_component.ts | 368 return color.formattedValue(); 412 ?.formattedValue() ?? 'null' 421 ?.formattedValue() ?? 'null' 430 ?.formattedValue() ?? 'null' 445 ?.formattedValue() ?? 'null' 465 ?.formattedValue() ?? undefined 479 ?.formattedValue() ?? undefined 493 ?.formattedValue() ?? undefined
|
D | property_tree_node_data_view_component.ts | 59 if (!this.node?.formattedValue()) { 78 const property = assertDefined(this.node).formattedValue();
|
/development/tools/winscope/src/viewers/viewer_transitions/operations/ |
D | update_transition_changes_names_test.ts | 71 ?.formattedValue(), 80 ?.formattedValue(), 119 ?.formattedValue(), 128 ?.formattedValue(),
|
/development/tools/winscope/src/parsers/surface_flinger/perfetto/ |
D | parser_surface_flinger_test.ts | 78 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/ |
D | presenter_input_method_manager_service.ts | 32 ?.formattedValue(); 35 ?.formattedValue(); 38 ?.formattedValue();
|
/development/tools/winscope/src/parsers/transactions/perfetto/ |
D | parser_transactions_test.ts | 108 ?.formattedValue(), 119 ?.formattedValue(), 133 ?.formattedValue(), 142 ?.formattedValue(), 155 ?.formattedValue(),
|
/development/tools/winscope/src/parsers/surface_flinger/legacy/ |
D | parser_surface_flinger_test.ts | 78 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/ |
D | presenter.ts | 435 ).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/ |
D | add_diffs_properties_tree.ts | 34 oldNode.formattedValue() !== '' ? oldNode.formattedValue() : 'null',
|
D | ui_tree_utils.ts | 68 (node instanceof PropertyTreeNode && regex.test(node.formattedValue())) 82 node.formattedValue() !== targetValue
|
D | properties_presenter.ts | 144 const newValue = (newTree as UiPropertyTreeNode).formattedValue(); 145 const oldValue = (oldTree as UiPropertyTreeNode).formattedValue();
|
/development/tools/winscope/src/viewers/viewer_transitions/ |
D | presenter_test.ts | 74 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/ |
D | presenter_input_method_clients.ts | 72 ?.formattedValue(); 76 ?.formattedValue();
|
/development/tools/winscope/src/parsers/transactions/legacy/ |
D | parser_transactions_test.ts | 76 ?.formattedValue(), 85 ?.formattedValue(), 100 ?.formattedValue(),
|
/development/tools/winscope/src/viewers/viewer_protolog/ |
D | presenter.ts | 166 ).formattedValue(), 168 tag: assertDefined(messageNode.getChildByName('tag')).formattedValue(), 171 ).formattedValue(), 172 at: assertDefined(messageNode.getChildByName('at')).formattedValue(),
|