Home
last modified time | relevance | path

Searched refs:themeOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/with_theme/
H A DArkWithThemeBindings.ts18 globalThis.WithTheme.create = function (themeOptions) {
21 … const theme: ThemeInternal = ArkThemeScopeManager.getInstance().makeTheme(themeOptions?.theme);
24 const colorMode = themeOptions?.colorMode;
36 if (themeOptions) {
37 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js350 globalThis.WithTheme.create = function (themeOptions) { argument
352 …emeScopeManager.getInstance().makeTheme(themeOptions === null || themeOptions === void 0 ? void 0 …
353 …const colorMode = themeOptions === null || themeOptions === void 0 ? void 0 : themeOptions.colorMo…
361 if (themeOptions) {
362 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme);