Home
last modified time | relevance | path

Searched refs:defaultTheme (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/source/
H A Dchipgroup.ets36 const defaultTheme: ChipGroupTheme = {
365 return defaultTheme.itemStyle.size;
370 return defaultTheme.itemStyle.size;
387 return defaultTheme.itemStyle.fontColor;
411 return defaultTheme.itemStyle.fillColor;
482 defaultTheme.chipGroupSpace.itemSpace
494 defaultTheme.chipGroupSpace.startSpace
506 defaultTheme.chipGroupSpace.endSpace
526 return defaultTheme.chipGroupPadding.top
532 defaultTheme.chipGroupPadding.top
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
H A DArkThemeScopeManager.ts68 private defaultTheme: ThemeInternal | undefined = undefined;
283 return scope?.getTheme() ?? this.defaultTheme;
388 …listener.onWillApplyTheme(scope?.getTheme() ?? this.defaultTheme ?? ArkThemeScopeManager.SystemThe…
400 return this.defaultTheme ?? ArkThemeScopeManager.SystemTheme;
405 this.defaultTheme ?? ArkThemeScopeManager.SystemTheme,
419 this.defaultTheme = ArkThemeScopeManager.SystemTheme;
420 this.defaultTheme = this.makeTheme(customTheme);
421 … ArkThemeNativeHelper.sendThemeToNative(this.defaultTheme, 0); // 0 means default Theme scope id
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js715 this.defaultTheme = undefined;
828 …| scope === void 0 ? void 0 : scope.getTheme()) !== null && _a !== void 0 ? _a : this.defaultTheme;
885 … 0 ? void 0 : scope.getTheme()) !== null && _a !== void 0 ? _a : this.defaultTheme) !== null && _b…
892 … return (_a = this.defaultTheme) !== null && _a !== void 0 ? _a : ArkThemeScopeManager.SystemTheme;
894 …return new ArkThemeImpl((_b = this.defaultTheme) !== null && _b !== void 0 ? _b : ArkThemeScopeMan…
897 this.defaultTheme = ArkThemeScopeManager.SystemTheme;
898 this.defaultTheme = this.makeTheme(customTheme);
899 ArkThemeNativeHelper.sendThemeToNative(this.defaultTheme, 0);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
H A Dselectionmenu.js24 const defaultTheme = { class
138 this.theme = defaultTheme;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/source/
H A Dselectionmenu.ets68 const defaultTheme: SelectionMenuTheme = {
99 private theme: SelectionMenuTheme = defaultTheme;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js24 export const defaultTheme = { class
241 this.theme = defaultTheme;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/source/
H A Dpopup.ets79 export const defaultTheme: PopupTheme = {
212 private theme: PopupTheme = defaultTheme;
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-richeditor.md89 export const defaultTheme: SelectionMenuTheme = {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/source/
H A Dchip.ets179 export const defaultTheme: ChipTheme = {
360 private theme: ChipTheme = defaultTheme;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-richeditor.md2043 export const defaultTheme: SelectionMenuTheme = {
2085 private theme: SelectionMenuTheme = defaultTheme;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-richeditor.md2042 export const defaultTheme: SelectionMenuTheme = {
2084 private theme: SelectionMenuTheme = defaultTheme;