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.ts80 ? [...ColorUtils.FUNC_COLOR_A]
115 window.localStorage.setItem('LightThemeColors', JSON.stringify(ColorUtils.FUNC_COLOR_A));
148 ? [...ColorUtils.FUNC_COLOR_A]
189 ? [...ColorUtils.FUNC_COLOR_A]
DColorUtils.ts21 public static FUNC_COLOR_A: Array<string> = [ property in ColorUtils
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts2116 ColorUtils.FUNC_COLOR_A !== JSON.parse(window.localStorage.getItem('LightThemeColors')!)
2124 ColorUtils.MD_PALETTE = ColorUtils.FUNC_COLOR_A;
2125 ColorUtils.FUNC_COLOR = ColorUtils.FUNC_COLOR_A;