Home
last modified time | relevance | path

Searched defs:textColor (Results 1 – 25 of 58) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/
Dcustomtitle.js68 get textColor() { getter in Index
71 set textColor(newValue) { setter in Index
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_model_ng.cpp104 void MarqueeModelNG::SetTextColor(const std::optional<Color>& textColor) in SetTextColor()
213 void MarqueeModelNG::SetTextColor(FrameNode* frameNode, const std::optional<Color>& textColor) in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dtext_style.cpp23 FontStyle fontStyle, const Color& textColor) in TextStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_textpicker_bridge.cpp117 Color textColor; in SetTextStyle() local
166 Color textColor; in SetSelectedTextStyle() local
215 Color textColor; in SetDisappearTextStyle() local
Darkts_native_calendar_picker_bridge.cpp66 Color textColor = calendarTheme->GetEntryFontColor(); in SetTextStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_menu_item.cpp256 Color textColor; in ContentFontColor() local
318 Color textColor; in LabelFontColor() local
Djs_menu.cpp121 Color textColor; in FontColor() local
Djs_select.cpp262 Color textColor; in FontColor() local
356 Color textColor; in SelectedOptionFontColor() local
456 Color textColor; in OptionFontColor() local
Djs_piece.cpp137 Color textColor; in SetTextColor() local
Djs_span.cpp111 Color textColor; in SetTextColor() local
Djs_text_clock.cpp148 Color textColor; in SetTextColor() local
Djs_texttimer.cpp198 Color textColor; in SetTextColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_model_ng.cpp52 void ButtonModelNG::SetFontColor(const Color& textColor) in SetFontColor()
111 auto textColor = buttonTheme->GetTextColor(buttonStyle.value()); in SetButtonStyle() local
344 void ButtonModelNG::SetFontColor(FrameNode* frameNode, const Color& textColor) in SetFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
Dtoast_view.cpp82 auto textColor = toastTheme->GetTextStyle().GetTextColor(); in UpdateTextLayoutProperty() local
Dtoast_pattern.cpp184 auto textColor = toastTheme->GetTextStyle().GetTextColor(); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dspan_modifier.cpp154 void SetSpanFontColor(NodeHandle node, uint32_t textColor) in SetSpanFontColor()
169 uint32_t textColor = theme->GetTextStyle().GetTextColor().GetValue(); in ResetSpanFontColor() local
Dnode_span_modifier.cpp163 void SetSpanFontColor(ArkUINodeHandle node, uint32_t textColor) in SetSpanFontColor()
178 uint32_t textColor = theme->GetTextStyle().GetTextColor().GetValue(); in ResetSpanFontColor() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
Dspan_declaration.cpp75 auto textColor = val.empty() ? Color::BLACK : declaration.ParseColor(val); in SetSpecializedStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_tip_modifier.h60 void SetTextColor(const Color& textColor) in SetTextColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dmarquee_model_impl.cpp73 void MarqueeModelImpl::SetTextColor(const std::optional<Color>& textColor) in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components/clock/
Drosen_render_clock.cpp61 … auto textColor = renderClockHand_->GetIsDay() ? declaration_->GetDigitColor() : digitColorNight_; in PerformLayout() local
Drender_clock.cpp268 … auto textColor = renderClockHand_->GetIsDay() ? declaration_->GetDigitColor() : digitColorNight_; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_pattern.cpp306 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in CreateArrowRightButtonNode() local
599 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
Ddialog_pattern.cpp494 const ButtonInfo& params, std::string& textColor, std::optional<Color>& bgColor) in ParseButtonFontColorAndBgColor()
547 std::string textColor; in CreateButton() local
964 Color textColor; in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
Djs_alert_dialog.cpp104 Color textColor; in ParseButtonObj() local

123