/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_radio_theme.h | 29 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 D | js_swiper_theme.h | 30 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 D | js_qrcode_theme.h | 30 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 D | js_search_theme.h | 29 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 D | js_date_picker_theme.h | 32 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 D | js_text_picker_theme.h | 32 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 D | js_time_picker_theme.h | 32 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 D | js_checkbox_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local 38 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckMarkColor() local
|
H A D | js_checkboxgroup_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local 38 if (auto themeColors = JSThemeUtils::GetThemeColors(); themeColors.has_value()) { in ObtainCheckMarkColor() local
|
H A D | js_text_clock_theme.h | 28 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 D | js_button_theme.h | 50 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 D | js_counter_theme.h | 30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_divider_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_indexer_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_loading_progress_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_menu_item_theme.h | 29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_menu_theme.h | 29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_pattern_lock_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_scroll_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_select_theme.h | 29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_text_theme.h | 29 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_slider_theme.h | 28 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_textinput_theme.h | 30 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_toggle_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|
H A D | js_data_panel_theme.h | 27 auto themeColors = JSThemeUtils::GetThemeColors(); in ApplyTheme() local
|