Home
last modified time | relevance | path

Searched refs:GetThemeColors (Results 1 – 25 of 30) sorted by relevance

12

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

12