Home
last modified time | relevance | path

Searched defs:themeColors (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_radio_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
41 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckedBackgroundColor() local
50 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainUncheckedBorderColor() local
59 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainIndicatorColor() local
H A Djs_swiper_theme.h30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeInConstructor() local
46 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDotIndicator() local
61 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ApplyThemeToDotIndicatorForce() local
70 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToIndicatorStyle() local
85 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDigitIndicator() local
100 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDisplayArrow() local
116 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyThemeToDisplayArrowForce() local
H A Djs_qrcode_theme.h30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
50 auto themeColors = JSThemeUtils::GetThemeColors(); in ObtainQRCodeColor() local
60 auto themeColors = JSThemeUtils::GetThemeColors(); in ObtainBackgroundColor() local
H A Djs_search_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
52 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCancelIconColor() local
61 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSearchButtonFontColor() local
H A Djs_date_picker_theme.h32 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
63 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSelectedTextStyle() local
72 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextStyle() local
H A Djs_text_picker_theme.h32 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
62 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSelectedTextStyle() local
71 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextStyle() local
H A Djs_time_picker_theme.h32 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
63 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainSelectedTextStyle() local
72 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextStyle() local
H A Djs_checkbox_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
38 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckMarkColor() local
H A Djs_checkboxgroup_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
38 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckMarkColor() local
H A Djs_text_clock_theme.h28 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ApplyTheme() local
35 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainTextColor() local
H A Djs_button_theme.h50 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
68 static Color FontColor(const std::optional<JSThemeColors>& themeColors) in FontColor()
83 static Color BackgroundColor(const std::optional<JSThemeColors>& themeColors, bool isPressed) in BackgroundColor()
H A Djs_counter_theme.h30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_divider_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_indexer_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_loading_progress_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_menu_item_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_menu_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_pattern_lock_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_scroll_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_select_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_text_theme.h29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_slider_theme.h28 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_textinput_theme.h30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_toggle_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
H A Djs_data_panel_theme.h27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local

12