Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts21 import {colorForState} from '../../frontend/colorizer';
78 const color = colorForState(state);
107 const color = colorForState(state);
/external/perfetto/ui/src/frontend/
Dcolorizer.ts65 export function colorForState(state: string): Color { function