Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts18 import {colorForState} from '../../common/colorizer';
90 const color = colorForState(state);
115 const color = colorForState(state);
/external/perfetto/ui/src/common/
Dcolorizer.ts104 export function colorForState(state: string): Readonly<Color> { function
121 const background = colorForState(stateCode);
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts23 import {colorForState, textColorForState} from '../common/colorizer';
123 const color = colorForState(data.states[i]);