Home
last modified time | relevance | path

Searched refs:GetAlignRules (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp70 for (const auto& alignRule : flexItem->GetAlignRules()) { in GetDependencyRelationship()
97 for (const auto& alignRule : flexItem->GetAlignRules()) { in PreTopologicalLoopDetection()
365 auto alignRules = flexItem->GetAlignRules(); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h201 const std::map<AlignDirection, AlignRule>& GetAlignRules() const in GetAlignRules() function in OHOS::Ace::FlexItemComponent
H A Drender_flex_item.h157 const std::map<AlignDirection, AlignRule>& GetAlignRules() const in GetAlignRules() function in OHOS::Ace::final
H A Drender_flex_item.cpp36 SetAlignRules(flexItem->GetAlignRules()); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h126 return AlignRulesToString(GetAlignRules().value()); in AlignRulesToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h675 static std::map<AlignDirection, AlignRule> GetAlignRules(FrameNode* frameNode);
H A Dview_abstract.cpp3433 std::map<AlignDirection, AlignRule> ViewAbstract::GetAlignRules(FrameNode* frameNode) in GetAlignRules() function in OHOS::Ace::NG::ViewAbstract
3440 return layoutProperty->GetFlexItemProperty()->GetAlignRules().value_or(alignRules); in GetAlignRules()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3261 void GetAlignRules(ArkUINodeHandle node, ArkUI_CharPtr* anchors, ArkUI_Int32* direction, ArkUI_Int32 length) in GetAlignRules() function
3265 auto alignRules = ViewAbstract::GetAlignRules(frameNode); in GetAlignRules()
6248 GetRotateTransition, GetScaleTransition, GetTranslateTransition, GetOffset, GetMarkAnchor, GetAlignRules, in GetCommonModifier()
6322 GetRotateTransition, GetScaleTransition, GetTranslateTransition, GetOffset, GetMarkAnchor, GetAlignRules, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp215 ViewAbstract::GetAlignRules(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10730 const ArkUI_AttributeItem* GetAlignRules(ArkUI_NodeHandle node) in GetAlignRules() function
12828 GetAlignRules, in GetCommonAttribute()

Completed in 52 milliseconds