Searched refs:colorTop (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component_helper.h | 40 …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 D | view_abstract_model_ng.h | 328 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 D | view_abstract_model.h | 115 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 D | view_abstract_model_impl.h | 67 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 D | view_abstract_model_impl.cpp | 437 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 D | js_view_abstract.h | 634 const std::optional<Color>& colorEnd, const std::optional<Color>& colorTop,
|
H A D | js_view_abstract.cpp | 4554 const std::optional<Color>& colorEnd, const std::optional<Color>& colorTop, in GetLocalizedBorderColor() argument 4560 borderColors.topColor = colorTop; in GetLocalizedBorderColor()
|