Home
last modified time | relevance | path

Searched defs:AlignDirection (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/
H A Drelative_container_common_ng.cpp21 const HorizontalAlign& horizontalRule, std::map<AlignDirection, AlignRule>& alignRules) in AddAlignRule()
30 const VerticalAlign& verticalRule, std::map<AlignDirection, AlignRule>& alignRules) in AddAlignRule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h152 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
H A Dflex_item_component.h196 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h88 enum class AlignDirection { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp230 void RenderRelativeContainer::CalcLayoutParam(std::map<AlignDirection, AlignRule> alignRules, Layou… in CalcLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1222 void LayoutProperty::UpdateAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in UpdateAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h566 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) override in SetAlignRules()
H A Dview_abstract.cpp414 void ViewAbstract::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()
3541 void ViewAbstract::SetAlignRules(FrameNode* frameNode, const std::map<AlignDirection, AlignRule>& a… in SetAlignRules()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp594 void ViewAbstractModelImpl::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules()