Home
last modified time | relevance | path

Searched refs:highlightColor (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp111 ColorType highlightColor; in HWTEST_F() local
113 highlightColor.alpha = OPA_OPAQUE; in HWTEST_F()
115 picker_->SetTextColor(backgroundColor, highlightColor); in HWTEST_F()
117 EXPECT_EQ(picker_->GetHighlightTextColor().alpha, highlightColor.alpha); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h182 * @param highlightColor Indicates the color of the highlighted text.
189 ColorType highlightColor);
195 * @param highlightColor Indicates the color of the highlighted text.
199 void SetTextColor(ColorType backgroundColor, ColorType highlightColor);
H A Dui_picker.h221 * @param highlightColor Indicates the color of the highlighted text.
225 void SetTextColor(ColorType backgroundColor, ColorType highlightColor);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_time_picker.cpp283 ColorType highlightColor) in SetTextStyle()
297 highlightColor_ = highlightColor; in SetTextStyle()
302 void UITimePicker::SetTextColor(ColorType backgroundColor, ColorType highlightColor) in SetTextColor() argument
305 highlightColor_ = highlightColor; in SetTextColor()
280 SetTextStyle(uint16_t backgroundFontId, uint16_t highlightFontId, ColorType backgroundColor, ColorType highlightColor) SetTextStyle() argument
H A Dui_picker.cpp407 void UIPicker::SetTextColor(ColorType backgroundColor, ColorType highlightColor) in SetTextColor() argument
409 if ((backgroundColor.full == backgroundColor_.full) && (highlightColor.full == highlightColor_.full)) { in SetTextColor()
413 highlightColor_ = highlightColor; in SetTextColor()

Completed in 4 milliseconds