Searched refs:FONT_COLOR (Results 1 – 3 of 3) sorted by relevance
54 const std::string FONT_COLOR = "accessibility_font_color"; variable526 datashare_->PutIntValue(FONT_COLOR, static_cast<int32_t>(captionProperty_.GetFontColor())); in SetCaptionProperty()804 uint32_t fontColor = static_cast<uint32_t>(datashare_->GetIntValue(FONT_COLOR, DEFAULT_COLOR)); in InitCaption()
28 FONT_COLOR: ResourceColor,43 FONT_COLOR: $r('sys.color.ohos_id_color_text_secondary'),296 this.fontColor = options.fontColor ?? segmentButtonTheme.FONT_COLOR557 segmentButtonTheme.FONT_COLOR))951 public fontColor: ResourceColor = segmentButtonTheme.FONT_COLOR1418 this.options.fontColor ?? segmentButtonTheme.FONT_COLOR
78 const Color FONT_COLOR = Color(0XFFFF0000); variable520 buttonLayoutProperty->UpdateFontColor(FONT_COLOR);542 EXPECT_EQ(textLayoutProp->GetTextColor(), FONT_COLOR);574 buttonPattern->clickedColor_ = FONT_COLOR;