Searched refs:EMPTY_OBJ_STRING (Results 1 – 6 of 6) sorted by relevance
/development/tools/winscope/src/viewers/components/ |
D | surface_flinger_property_groups_component_test.ts | 27 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters'; 101 ).toContain(EMPTY_OBJ_STRING); 104 ).toContain(EMPTY_OBJ_STRING); 114 ).toContain(EMPTY_OBJ_STRING); 119 expect(assertDefined(sizeDiv).innerHTML).toContain(EMPTY_OBJ_STRING); 125 expect(assertDefined(destFrameDiv).innerHTML).toContain(EMPTY_OBJ_STRING); 168 `${EMPTY_OBJ_STRING}, alpha: 1`, 249 calcCrop: EMPTY_OBJ_STRING, 250 finalBounds: EMPTY_OBJ_STRING, 252 reqCrop: EMPTY_OBJ_STRING, [all …]
|
D | ime_additional_properties_component.ts | 24 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters'; 367 if (!color) return EMPTY_OBJ_STRING;
|
/development/tools/winscope/src/trace/tree_node/ |
D | formatters_test.ts | 27 EMPTY_OBJ_STRING, 94 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 1`); 97 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 0`); 125 ).toEqual(EMPTY_OBJ_STRING); 128 ).toEqual(EMPTY_OBJ_STRING);
|
D | formatters.ts | 23 const EMPTY_OBJ_STRING = '{empty}'; constant 71 return `${EMPTY_OBJ_STRING}, alpha: ${alpha}`; 81 return EMPTY_OBJ_STRING; 225 EMPTY_OBJ_STRING,
|
/development/tools/winscope/src/parsers/operations/ |
D | set_formatters_test.ts | 26 import {EMPTY_OBJ_STRING, LAYER_ID_FORMATTER} from 'trace/tree_node/formatters'; 70 ).toEqual(`${EMPTY_OBJ_STRING}, alpha: 1`);
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 29 import {EMPTY_OBJ_STRING} from 'trace/tree_node/formatters'; 405 return propVal !== 'null' ? propVal : EMPTY_OBJ_STRING;
|