Searched refs:themeScope (Results 1 – 4 of 4) sorted by relevance
27 const themeScope = ArkThemeScopeManager.getInstance().scopeForElmtId(listItemElmtId);30 if (themeScope === undefined) {38 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
150 …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);
27 const themeScope = ArkThemeScopeManager.getInstance().lastLocalThemeScope();30 if (themeScope === undefined) {49 const result = ArkThemeScopeManager.getInstance().onDeepRenderScopeEnter(themeScope);
96 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) { argument804 if (themeScope) {[all …]