Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_transitions/operations/
Dupdate_transition_changes_names.ts18 import {FixedStringFormatter} from 'trace/tree_node/formatters';
41 new FixedStringFormatter(`${layerIdValue} ${layerName}`),
51 new FixedStringFormatter(
/development/tools/winscope/src/parsers/transactions/operations/
Dtranslate_changes.ts19 import {FixedStringFormatter} from 'trace/tree_node/formatters';
85 what.setFormatter(new FixedStringFormatter(translation));
99 what.setFormatter(new FixedStringFormatter(translation));
/development/tools/winscope/src/parsers/operations/
Dtranslate_intdef.ts19 import {FixedStringFormatter} from 'trace/tree_node/formatters';
49 value.setFormatter(new FixedStringFormatter(translation));
/development/tools/winscope/src/trace/tree_node/
Dformatters.ts205 class FixedStringFormatter implements PropertyFormatter { class
238 FixedStringFormatter,