Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts181 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[2];
182 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[2];
405 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[7];
408 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[9];
418 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[7];
419 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[9];
445 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[6];
446 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[6];
450 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[3];
451 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[3];
[all …]
DProcedureWorkerFrameAnimation.ts178 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[6];
180 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[3];
196 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[3];
200 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[2];
DProcedureWorkerFrameDynamic.ts189 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[2];
190 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[2];
221 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[3];
342 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[1];
344 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[2];
385 ctx.strokeStyle = ColorUtils.ANIMATION_COLOR[7];
386 ctx.fillStyle = ColorUtils.ANIMATION_COLOR[9];
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts66 public static ANIMATION_COLOR: Array<string> = [ property in ColorUtils