Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DCustomThemeColor.ts79 ? [...ColorUtils.FUNC_COLOR_A]
114 window.localStorage.setItem('LightThemeColors', JSON.stringify(ColorUtils.FUNC_COLOR_A));
147 ? [...ColorUtils.FUNC_COLOR_A]
188 ? [...ColorUtils.FUNC_COLOR_A]
DColorUtils.ts21 public static FUNC_COLOR_A: Array<string> = [ property in ColorUtils
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1849 ColorUtils.FUNC_COLOR_A !== JSON.parse(window.localStorage.getItem('LightThemeColors')!)
1857 ColorUtils.MD_PALETTE = ColorUtils.FUNC_COLOR_A;
1858 ColorUtils.FUNC_COLOR = ColorUtils.FUNC_COLOR_A;