Home
last modified time | relevance | path

Searched refs:textColor_ (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_theme.h53 theme->textColor_ = pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, Color::BLACK); in Build()
66 return textColor_; in GetTextColor()
78 Color textColor_; member in OHOS::Ace::MarqueeTheme
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label.h238 textColor_ = color; in SetTextColor()
250 return useTextColor_ ? textColor_ : GetStyleConst().textColor_; in GetTextColor()
473 ColorType textColor_; member in OHOS::UILabel
H A Dui_edit_text.h208 textColor_ = color; in SetTextColor()
218 return useTextColor_ ? textColor_ : GetStyleConst().textColor_; in GetTextColor()
408 ColorType textColor_; member in OHOS::UIEditText
H A Dui_label_button.h249 labelStyle_.textColor_ = color; in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h60 theme->textColor_ = pattern->GetAttr<Color>("text_color", Color(0xff007dff)); in ParsePattern()
86 return textColor_; in GetTextColor()
124 Color textColor_; member in OHOS::Ace::HyperlinkTheme
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp25 textColor_(textColor) in TextStyle()
36 textOverflow_ == rhs.textOverflow_ && textAlign_ == rhs.textAlign_ && textColor_ == rhs.textColor_ && in operator ==()
81 textColor_.UpdateColorByResourceId(); in UpdateColorByResourceId()
91 JSON_STRING_PUT_STRINGABLE(jsonValue, textColor_); in ToString()
H A Dpopup_param.h316 textColor_ = textColor; in SetTextColor()
321 return textColor_; in GetTextColor()
547 std::optional<Color> textColor_; member in OHOS::Ace::PopupParam
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_theme.h77 theme->textColor_ = togglePattern->GetAttr<Color>("text_color", Color()); in ParsePattern()
145 return textColor_; in GetTextColor()
164 Color textColor_; member in OHOS::Ace::ToggleTheme
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.h62 textColor_ = textColor; in SetTextColor()
160 Color textColor_ = Color::TRANSPARENT; member in OHOS::Ace::NG::SliderTipModifier
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h80 theme->textColor_ = pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, Color()); in ParsePattern()
114 return textColor_; in GetTextColor()
273 Color textColor_; member in OHOS::Ace::SearchTheme
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_toggle.h61 Color textColor_; member in OHOS::Ace::Framework::final
H A Ddom_button.h90 Color textColor_; member in OHOS::Ace::Framework::final
H A Ddom_toggle.cpp197 textColor_ = textStyle_.GetTextColor(); in ResetColorStyle()
201 textStyle_.SetTextColor(textColor_); in ResetColorStyle()
H A Ddom_chart.h219 Color textColor_; member in OHOS::Ace::Framework::DOMChart
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h99 theme->textColor_ = pattern->GetAttr<Color>("progress_text_color", defaultColor); in ParsePattern()
266 return textColor_; in GetTextColor()
373 Color textColor_; member in OHOS::Ace::ProgressTheme
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h526 return textColor_; in GetTextColor()
531 textColor_ = textColor; in SetTextColor()
570 Color textColor_; member in OHOS::Ace::final
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp124 textColor_(Color::White()), in UILabel()
330 style.textColor_ = GetTextColor(); in ReMeasure()
427 style.textColor_ = GetTextColor(); in OnDraw()
H A Dui_edit_text.cpp94 textColor_(Color::White()), in UIEditText()
335 style.textColor_ = GetTextColor(); in ReMeasure()
494 style.textColor_ = GetTextColor(); in OnDraw()
501 style.textColor_ = GetPlaceholderColor(); in OnDraw()
H A Dui_picker.cpp120 backgroundColor_ = style_->textColor_; in UIPicker()
129 highlightColor_ = style_->textColor_; in UIPicker()
256 textAdapter_->GetStyle().textColor_ = backgroundColor_; in RefreshList()
H A Dui_time_picker.cpp49 backgroundColor_ = style_->textColor_; in timePickerListener_()
59 highlightColor_ = style_->textColor_; in timePickerListener_()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp57 textColor_(Color::White()), in Style()
99 return textColor_.full; in GetStyle()
172 textColor_.full = value; in SetStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.h114 Color textColor_; member in OHOS::Ace::NG::ToggleButtonPattern
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_label_button_unit_test.cpp184 EXPECT_EQ(labelBtn_->GetLabelStyle().textColor_.full, Color::Gray().full); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.cpp30 textFieldTheme->textColor_ = Color::FromString("#ff182431"); in SetUpTestSuite()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h187 ColorType textColor_; member in OHOS::Style

Completed in 16 milliseconds

12