Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DCustomThemeColor.ts29 private theme: Theme = Theme.LIGHT;
37 …window.localStorage.getItem('Theme') === 'light' ? (this.theme = Theme.LIGHT) : (this.theme = Them…
39 this.theme = Theme.LIGHT;
77 if (theme === Theme.LIGHT) {
114 if (this.theme === Theme.LIGHT) {
144 if (this.radios![i].innerHTML === Theme.LIGHT) {
150 this.theme = Theme.LIGHT;
175 if (this.theme === Theme.LIGHT) {
186 this.theme = Theme.LIGHT;
216 LIGHT = 'light', enumerator
/developtools/global_resource_tool/include/
Dresource_data.h110 LIGHT = 1, enumerator
174 { "light", NightMode::LIGHT },
/developtools/smartperf_host/ide/test/trace/
DSpApplication.test.ts190 expect(spApplication.changeTheme(Theme.LIGHT, ['#00ff00'])).toBeUndefined();
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java43 private static final String LIGHT = "light"; 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/smartperf_host/ide/src/trace/
DSpApplication.ts746 this.changeTheme(Theme.LIGHT);