Home
last modified time | relevance | path

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 DArkWithThemeBindings.ts37 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 DArkThemeScopeManager.ts147 onScopeEnter(withThemeId: number, withThemeOptions: WithThemeOptions, theme: ThemeInternal) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js362 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme);
364 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, {}, theme);
758 onScopeEnter(withThemeId, withThemeOptions, theme) { method in ArkThemeScopeManager