Home
last modified time | relevance | path

Searched refs:colorTop (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h40 …const Color& colorTop, const Color& colorBottom, const AnimationOption& option = AnimationOption())
48 border.SetTopColor(colorTop, option);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h328 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) override in SetBorderColor() argument
333 borderColors.topColor = colorTop; in SetBorderColor()
452 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) override in SetOuterBorderColor() argument
457 borderColors.topColor = colorTop; in SetOuterBorderColor()
H A Dview_abstract_model.h115 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) = 0;
150 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h67 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) override;
84 const std::optional<Color>& colorTop, const std::optional<Color>& colorBottom) override {} in SetOuterBorderColor() argument
H A Dview_abstract_model_impl.cpp437 const std::optional<Color>& colorRight, const std::optional<Color>& colorTop, in SetBorderColor() argument
444 …Color topColor = colorTop.has_value() ? colorTop.value() : BoxComponentHelper::GetBorderColorLeft(… in SetBorderColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h634 const std::optional<Color>& colorEnd, const std::optional<Color>& colorTop,
H A Djs_view_abstract.cpp4554 const std::optional<Color>& colorEnd, const std::optional<Color>& colorTop, in GetLocalizedBorderColor() argument
4560 borderColors.topColor = colorTop; in GetLocalizedBorderColor()