Searched refs:onScopeEnter (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/with_theme/ |
H A D | ArkWithThemeBindings.ts | 37 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme); 39 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, {}, theme);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/ |
H A D | ArkThemeScopeManager.ts | 147 onScopeEnter(withThemeId: number, withThemeOptions: WithThemeOptions, theme: ThemeInternal) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 362 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme); 364 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, {}, theme); 758 onScopeEnter(withThemeId, withThemeOptions, theme) { method in ArkThemeScopeManager
|