Home
last modified time | relevance | path

Searched defs:SetBorderColor (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dprogress_model_impl.h33 void SetBorderColor(const Color& value) override {} in SetBorderColor() function
Dsliding_panel_model_impl.cpp172 void SlidingPanelModelImpl::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::Framework::SlidingPanelModelImpl
Dview_abstract_model_impl.cpp431 void ViewAbstractModelImpl::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl
436 void ViewAbstractModelImpl::SetBorderColor(const std::optional<Color>& colorLeft, in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Dsliding_panel_model_ng.cpp200 void SlidingPanelModelNG::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::NG::SlidingPanelModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp138 void ProgressModelNG::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ProgressModelNG
Dprogress_modifier.cpp133 void ProgressModifier::SetBorderColor(LinearColor color) in SetBorderColor() function in OHOS::Ace::NG::ProgressModifier
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h284 void SetBorderColor(const Color& value) override in SetBorderColor() function
288 … void SetBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorRight, in SetBorderColor() function
Dview_abstract.cpp509 void ViewAbstract::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract
520 void ViewAbstract::SetBorderColor(const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp862 void RSNode::SetBorderColor(uint32_t colorValue) in SetBorderColor() function in OHOS::Rosen::RSNode
867 void RSNode::SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() function in OHOS::Rosen::RSNode
874 void RSNode::SetBorderColor(const Vector4<Color>& color) in SetBorderColor() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/animation/
Danimatable_properties.cpp628 void AnimatableProperties::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) in SetBorderColor() function in OHOS::Ace::AnimatableProperties
/foundation/arkui/ace_engine/frameworks/core/components/box/
Drender_box.cpp1415 void RenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) in SetBorderColor() function in OHOS::Ace::RenderBox
Drosen_render_box.cpp1451 void RosenRenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) function in OHOS::Ace::RosenRenderBox
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1549 void Component::SetBorderColor(UIView &view, const AppStyleItem &styleItem) const in SetBorderColor() function in OHOS::ACELite::Component
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp830 void RSProperties::SetBorderColor(Vector4<Color> color) in SetBorderColor() function in OHOS::Rosen::RSProperties