Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DCustomThemeColor.ts84 ? [...ColorUtils.FUNC_COLOR_B]
116 window.localStorage.setItem('DarkThemeColors', JSON.stringify(ColorUtils.FUNC_COLOR_B));
157 ? [...ColorUtils.FUNC_COLOR_B]
194 ? [...ColorUtils.FUNC_COLOR_B]
DColorUtils.ts43 public static FUNC_COLOR_B: Array<string> = [ property in ColorUtils
88 public static MD_PALETTE: Array<string> = ColorUtils.FUNC_COLOR_B;
89 public static FUNC_COLOR: Array<string> = ColorUtils.FUNC_COLOR_B;
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1819 ColorUtils.FUNC_COLOR_B !== JSON.parse(window.localStorage.getItem('DarkThemeColors')!)
1827 ColorUtils.MD_PALETTE = ColorUtils.FUNC_COLOR_B;
1828 ColorUtils.FUNC_COLOR = ColorUtils.FUNC_COLOR_B;