Home
last modified time | relevance | path

Searched refs:GetFontColor (Results 1 - 25 of 72) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtexttimer_composed_element.cpp29 { "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 Dmarquee_composed_element.cpp29 { "fontColor", [](const MarqueeComposedElement& inspector) { return inspector.GetFontColor(); } },
103 std::string MarqueeComposedElement::GetFontColor() const in GetFontColor() function in OHOS::Ace::V2::MarqueeComposedElement
H A Dselect_composed_element.cpp30 { "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 Dmarquee_composed_element.h41 std::string GetFontColor() const;
H A Dselect_composed_element.h39 std::string GetFontColor(void) const;
H A Dtexttimer_composed_element.h40 std::string GetFontColor () const;
H A Dbutton_composed_element.h40 std::string GetFontColor() const;
H A Dbutton_composed_element.cpp31 { "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 Daccessibility_caption.cpp47 uint32_t CaptionProperty::GetFontColor() const in GetFontColor() function in OHOS::AccessibilityConfig::CaptionProperty
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_test_ng.cpp371 * @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 Dmenu_origin_test_ng.cpp589 * @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 Dmenu_patternEx_test_ng.cpp338 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 Daccessibility_caption.h75 uint32_t GetFontColor() const;
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h67 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 Doption_component.cpp110 textStyle.SetTextColor(GetFontColor()); in Initialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.h106 Color GetFontColor();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_property.cpp83 json->PutExtAttr("fontColor", GetFontColor().value_or(defaultFontColor).ColorToString().c_str(), filter); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp47 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle()
H A Ddom_select.cpp65 selectComponent_->SetTextColor(theme_->GetFontColor()); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp102 textStyle.SetTextColor(theme_->GetFontColor()); in Initialize()
H A Dselect_component.h117 return theme_->GetFontColor(); in GetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h81 static Color GetFontColor(FrameNode* frameNode);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp108 color = theme->GetFontColor(); in SetFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.h87 static Color GetFontColor(UINode* uiNode);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_property.h176 GetFontColor().value_or(defaultFontColor).ColorToString().c_str(), filter);

Completed in 20 milliseconds

123