Home
last modified time | relevance | path

Searched refs:DARK (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DCustomThemeColor.ts37 …localStorage.getItem('Theme') === 'light' ? (this.theme = Theme.LIGHT) : (this.theme = Theme.DARK);
41 this.theme = Theme.DARK;
153 } else if (this.radios![i].innerHTML === Theme.DARK) {
159 this.theme = Theme.DARK;
191 this.theme = Theme.DARK;
216 DARK = 'dark', enumerator
/developtools/global_resource_tool/include/
Dresource_data.h108 DARK = 0, enumerator
165 { "dark", NightMode::DARK },
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java42 private static final String DARK = "dark"; field in ResourcesParser
602 configClass.append(param.value == 0 ? DARK : LIGHT); in convertConfigIndexToString()
604 configClass.append(CONFIG_CONJUNCTION).append(param.value == 0 ? DARK : LIGHT); in convertConfigIndexToString()
/developtools/global_resource_tool/src/
Dresource_util.cpp310 val = KeyParam.value == static_cast<const uint32_t>(NightMode::DARK) ? "dark" : "light"; in GetKeyParamValue()
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts655 this.changeTheme(Theme.DARK);
1790 if (theme === Theme.DARK) {