/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | texttimer_composed_element.cpp | 29 { "fontColor", [](const TextTimerComposedElement& inspector) { return inspector.GetFontColor(); } },
44 DumpLog::GetInstance().AddDesc(std::string("fontColor : ").append(GetFontColor()));
in Dump() 87 std::string TextTimerComposedElement::GetFontColor() const
in GetFontColor() function in OHOS::Ace::V2::TextTimerComposedElement
|
H A D | marquee_composed_element.cpp | 29 { "fontColor", [](const MarqueeComposedElement& inspector) { return inspector.GetFontColor(); } }, 103 std::string MarqueeComposedElement::GetFontColor() const in GetFontColor() function in OHOS::Ace::V2::MarqueeComposedElement
|
H A D | select_composed_element.cpp | 30 { "fontColor", [](const SelectComposedElement& inspector) { return inspector.GetFontColor(); } },
48 DumpLog::GetInstance().AddDesc(std::string("fontColor: ").append(GetFontColor()));
in Dump() 125 std::string SelectComposedElement::GetFontColor() const
in GetFontColor() function in OHOS::Ace::V2::SelectComposedElement
|
H A D | marquee_composed_element.h | 41 std::string GetFontColor() const;
|
H A D | select_composed_element.h | 39 std::string GetFontColor(void) const;
|
H A D | texttimer_composed_element.h | 40 std::string GetFontColor () const;
|
H A D | button_composed_element.h | 40 std::string GetFontColor() const;
|
H A D | button_composed_element.cpp | 31 { "fontColor", [](const ButtonComposedElement& inspector) { return inspector.GetFontColor(); } }, 110 std::string ButtonComposedElement::GetFontColor() const in GetFontColor() function in OHOS::Ace::V2::ButtonComposedElement
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_caption.cpp | 47 uint32_t CaptionProperty::GetFontColor() const in GetFontColor() function in OHOS::AccessibilityConfig::CaptionProperty
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_test_ng.cpp | 371 * @tc.desc: Verify GetFontColor. 377 EXPECT_FALSE(property.GetFontColor().has_value()); in HWTEST_F() 379 ASSERT_TRUE(property.GetFontColor().has_value()); in HWTEST_F() 380 EXPECT_EQ(property.GetFontColor().value(), Color::RED); in HWTEST_F() 466 EXPECT_TRUE(property.GetFontColor().has_value()); in HWTEST_F() 479 EXPECT_FALSE(property.GetFontColor().has_value()); in HWTEST_F() 516 EXPECT_EQ(property.GetFontColor().value(), cloneProperty->GetFontColor().value()); in HWTEST_F() 944 EXPECT_EQ(itemProperty->GetFontColor().value(), Color::RED); in HWTEST_F() 947 ASSERT_FALSE(itemProperty->GetFontColor() in HWTEST_F() [all...] |
H A D | menu_origin_test_ng.cpp | 589 * @tc.desc: Verify GetFontColor. 595 EXPECT_FALSE(property.GetFontColor().has_value()); in HWTEST_F() 597 ASSERT_TRUE(property.GetFontColor().has_value()); in HWTEST_F() 598 EXPECT_EQ(property.GetFontColor().value(), Color::RED); in HWTEST_F() 649 EXPECT_TRUE(property.GetFontColor().has_value()); in HWTEST_F() 658 EXPECT_FALSE(property.GetFontColor().has_value()); in HWTEST_F() 687 EXPECT_EQ(property.GetFontColor().value(), cloneProperty->GetFontColor().value()); in HWTEST_F() 1057 ASSERT_TRUE(property->GetFontColor().has_value()); in HWTEST_F() 1058 EXPECT_EQ(property->GetFontColor() in HWTEST_F() [all...] |
H A D | menu_patternEx_test_ng.cpp | 338 ASSERT_TRUE(layoutProperty->GetFontColor().has_value()); in HWTEST_F() 339 EXPECT_EQ(layoutProperty->GetFontColor().value(), Color::RED); in HWTEST_F() 1667 EXPECT_EQ(layoutProperty->GetFontColor(), Color::RED); in HWTEST_F() 1983 ASSERT_TRUE(layoutProperty->GetFontColor().has_value()); in HWTEST_F() 1984 EXPECT_EQ(layoutProperty->GetFontColor().value(), Color::RED); in HWTEST_F() 2028 ASSERT_TRUE(layoutProperty->GetFontColor().has_value()); in HWTEST_F() 2029 EXPECT_EQ(layoutProperty->GetFontColor().value(), Color::RED); in HWTEST_F() 2034 ASSERT_FALSE(layoutProperty->GetFontColor().has_value()); in HWTEST_F()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_caption.h | 75 uint32_t GetFontColor() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 67 SetFontColor(theme->GetFontColor()); in SetTheme() 155 const Color& GetFontColor() const in GetFontColor() function in OHOS::Ace::OptionComponent 157 return theme_->GetFontColor(); in GetFontColor()
|
H A D | option_component.cpp | 110 textStyle.SetTextColor(GetFontColor()); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.h | 106 Color GetFontColor();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_property.cpp | 83 json->PutExtAttr("fontColor", GetFontColor().value_or(defaultFontColor).ColorToString().c_str(), filter); in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_option.cpp | 47 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle()
|
H A D | dom_select.cpp | 65 selectComponent_->SetTextColor(theme_->GetFontColor()); in InitializeStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.cpp | 102 textStyle.SetTextColor(theme_->GetFontColor()); in Initialize()
|
H A D | select_component.h | 117 return theme_->GetFontColor(); in GetTextColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.h | 81 static Color GetFontColor(FrameNode* frameNode);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sec_button_base.cpp | 108 color = theme->GetFontColor(); in SetFontColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 87 static Color GetFontColor(UINode* uiNode);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_property.h | 176 GetFontColor().value_or(defaultFontColor).ColorToString().c_str(), filter);
|