Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/tree_node/
Dformatters.ts26 function formatNumber(value: number): string { function
45 return formatNumber(value);
62 const r = formatNumber(rNode?.getValue() ?? 0);
63 const g = formatNumber(gNode?.getValue() ?? 0);
64 const b = formatNumber(bNode?.getValue() ?? 0);
69 const alpha = formatNumber(alphaNode?.getValue() ?? 0);
83 const left = formatNumber(node.getChildByName('left')?.getValue() ?? 0);
84 const top = formatNumber(node.getChildByName('top')?.getValue() ?? 0);
85 const right = formatNumber(node.getChildByName('right')?.getValue() ?? 0);
86 const bottom = formatNumber(node.getChildByName('bottom')?.getValue() ?? 0);
[all …]