Home
last modified time | relevance | path

Searched refs:themeScope (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/styles/listitem/
H A DArkListItemBindings.ts27 const themeScope = ArkThemeScopeManager.getInstance().scopeForElmtId(listItemElmtId);
30 if (themeScope === undefined) {
38 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
H A DArkThemeScopeManager.ts150 …let themeScope = new ArkThemeScope(this.handledOwnerComponentId, withThemeId, withThemeOptions, th…
152 this.localThemeScopes.push(themeScope);
154 this.themeScopes.push(themeScope);
235 onDeepRenderScopeEnter(themeScope: ArkThemeScope): boolean {
236 if (themeScope) {
237 this.localThemeScopes.push(themeScope);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/styles/lazyforeach/
H A DArkLazyForEachBindings.ts27 const themeScope = ArkThemeScopeManager.getInstance().lastLocalThemeScope();
30 if (themeScope === undefined) {
49 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js96 const themeScope = ArkThemeScopeManager.getInstance().lastLocalThemeScope();
97 if (themeScope === undefined) {
107 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
129 const themeScope = ArkThemeScopeManager.getInstance().scopeForElmtId(listItemElmtId);
130 if (themeScope === undefined) {
135 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
761 this.localThemeScopes.push(themeScope);
762 this.themeScopes.push(themeScope);
803 onDeepRenderScopeEnter(themeScope) { argument
804 if (themeScope) {
[all …]