Home
last modified time | relevance | path

Searched refs:GetSelectedColor (Results 1 – 25 of 96) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A DcheckboxGroup_composed_element.cpp29 …olor", [](const CheckboxGroupComposedElement& inspector) { return inspector.GetSelectedColor(); } } in __anonc053e4100402()
39 DumpLog::GetInstance().AddDesc(std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
67 std::string CheckboxGroupComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::CheckboxGroupComposedElement
H A Dtoggle_composed_element.cpp29 …ectedColor", [](const ToggleComposedElement& inspector) { return inspector.GetSelectedColor(); } }, in __anonc1f1073e0302()
39 DumpLog::GetInstance().AddDesc(std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
64 std::string ToggleComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::ToggleComposedElement
H A Dpattern_lock_composed_element.cpp30 …Color", [](const PatternLockComposedElement& inspector) { return inspector.GetSelectedColor(); } }, in __anon7884fda20502()
48 std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
107 std::string PatternLockComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::PatternLockComposedElement
115 return renderPatternLock->GetSelectedColor().ColorToString(); in GetSelectedColor()
H A Dswitch_composed_element.cpp29 …ectedColor", [](const SwitchComposedElement& inspector) { return inspector.GetSelectedColor(); } }, in __anon4fbb838e0302()
40 DumpLog::GetInstance().AddDesc(std::string("SelectedColor: ").append(GetSelectedColor())); in Dump()
66 std::string SwitchComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::SwitchComposedElement
H A Dcheckbox_composed_element.cpp32 …tedColor", [](const CheckboxComposedElement& inspector) { return inspector.GetSelectedColor(); } }, in __anon9ddcb5430602()
43 DumpLog::GetInstance().AddDesc(std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
95 std::string CheckboxComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::CheckboxComposedElement
H A Dslider_composed_element.cpp35 …ectedColor", [](const SliderComposedElement& inspector) { return inspector.GetSelectedColor(); } }, in __anon65cc8adf0502()
53 DumpLog::GetInstance().AddDesc(std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
176 std::string SliderComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::SliderComposedElement
H A Dswiper_composed_element.cpp63 DumpLog::GetInstance().AddDesc(std::string("selectedColor: ").append(GetSelectedColor())); in Dump()
92 jsonValue->Put("selectedColor", GetSelectedColor().c_str()); in GetIndicatorStyle()
173 std::string SwiperComposedElement::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::SwiperComposedElement
177 auto selectedColor = renderSwiper->GetSelectedColor(); in GetSelectedColor()
H A DcheckboxGroup_composed_element.h37 std::string GetSelectedColor() const;
H A Dtoggle_composed_element.h37 std::string GetSelectedColor() const;
H A Dpattern_lock_composed_element.h36 std::string GetSelectedColor() const;
H A Dswitch_composed_element.h37 std::string GetSelectedColor() const;
H A Dcheckbox_composed_element.h39 std::string GetSelectedColor() const;
H A Dslider_composed_element.h45 std::string GetSelectedColor() const;
H A Dindexer_composed_element.h37 std::string GetSelectedColor() const;
H A Dswiper_composed_element.h47 std::string GetSelectedColor() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_paint_method.cpp37 selectedColor_ = paintProperty->GetSelectedColor().value_or(selectedColor_); in UpdateContentModifier()
80 selectedColor_ = patternLockTheme->GetSelectedColor(); in GetThemeProp()
H A Dpatternlock_paint_property.h81GetSelectedColor().value_or(patternLockTheme->GetSelectedColor()).ColorToString().c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_checkbox_modifier.cpp236 ArkUI_Uint32 GetSelectedColor(ArkUINodeHandle node) in GetSelectedColor() function
240 return CheckBoxModelNG::GetSelectedColor(frameNode).GetValue(); in GetSelectedColor()
286 …GetSelect, GetSelectedColor, GetUnSelectedColor, GetCheckMarkColor, GetCheckMarkSize, GetCheckMark… in GetCheckboxModifier()
296 …ResetCheckboxPadding, ResetCheckboxResponseRegion, GetSelect, GetSelectedColor, GetUnSelectedColor, in GetCJUICheckboxModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h66 SetSelectedColor(theme->GetSelectedColor()); in SetTheme()
146 const Color& GetSelectedColor() const in GetSelectedColor() function
148 return theme_->GetSelectedColor(); in GetSelectedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h34 selectedColor_ = theme->GetSelectedColor(); in InitStyle()
60 const Color& GetSelectedColor() const in GetSelectedColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp45 selectOptionComponent_->SetSelectedColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
46 selectOptionComponent_->SetSelectedBackgroundColor(theme_->GetSelectedColor()); in ResetInitializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_property.cpp39 …propSelectedBackgroundColor_.value_or(textFieldTheme->GetSelectedColor()).ColorToString().c_str(),… in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h88 const Color& GetSelectedColor() const in GetSelectedColor() function
90 return theme_->GetSelectedColor(); in GetSelectedColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Dpattern_lock_component.cpp77 const Color& PatternLockComponent::GetSelectedColor() const in GetSelectedColor() function in OHOS::Ace::V2::PatternLockComponent
H A Dpattern_lock_component.h64 const Color& GetSelectedColor() const;

1234