Home
last modified time | relevance | path

Searched refs:GetAlignSelf (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h102 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::FlexItemComponent
H A Drender_flex_item.h111 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::final
H A Drender_flex_item.cpp49 alignSelf_ = flexItem->GetAlignSelf(); in Update()
H A Drender_flex.cpp862 bool isChildBaselineAlign = flexItem ? flexItem->GetAlignSelf() == FlexAlign::BASELINE : false; in CheckBaselineProperties()
1094 auto alignSelf = flexItem->GetAlignSelf(); in GetSelfAlign()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h384 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::ListItemComponent
H A Drender_list_item.cpp203 selfAlign_ = item->GetAlignSelf(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h126 virtual std::string GetAlignSelf() const = 0;
H A Dinspector_composed_element.h139 std::string GetAlignSelf() const override;
H A Dinspector_composed_element.cpp88 { "alignSelf", [](const InspectorNode& inspector) { return inspector.GetAlignSelf(); } },
791 std::string InspectorComposedElement::GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::V2::InspectorComposedElement
795 return ITEM_ALIGN[static_cast<int32_t>(render->GetAlignSelf())]; in GetAlignSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp262 childFlexItemProperty->GetAlignSelf().value_or(FlexAlign::FLEX_START) == FlexAlign::BASELINE) { in TravelChildrenFlexProps()
1187 if (!flexItemProperty || !flexItemProperty->GetAlignSelf().has_value() || in GetSelfAlign()
1188 flexItemProperty->GetAlignSelf().value_or(crossAxisAlign_) == FlexAlign::AUTO) { in GetSelfAlign()
1191 return flexItemProperty->GetAlignSelf().value_or(crossAxisAlign); in GetSelfAlign()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp188 alignSelf = childLayoutProperty->GetFlexItemProperty()->GetAlignSelf().value_or(gridRowAlignItem); in CalcCrossAxisAlignment()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h676 static FlexAlign GetAlignSelf(FrameNode* frameNode);
H A Dview_abstract.cpp4085 FlexAlign ViewAbstract::GetAlignSelf(FrameNode* frameNode) in GetAlignSelf() function in OHOS::Ace::NG::ViewAbstract
4090 auto getValue = flexItemProperty->GetAlignSelf(); in GetAlignSelf()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5318 ArkUI_Int32 GetAlignSelf(ArkUINodeHandle node) in GetAlignSelf() function
5322 int alignSelf = static_cast<ArkUI_Int32>(ViewAbstract::GetAlignSelf(frameNode)); in GetAlignSelf()
6247 GetRadialGradient, GetMask, GetBlendMode, GetDirection, GetAlignSelf, GetTransformCenter, GetOpacityTransition, in GetCommonModifier()
6321 GetRadialGradient, GetMask, GetBlendMode, GetDirection, GetAlignSelf, GetTransformCenter, GetOpacityTransition, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp747 ViewAbstract::GetAlignSelf(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2900 const ArkUI_AttributeItem* GetAlignSelf(ArkUI_NodeHandle node) in GetAlignSelf() function
12829 GetAlignSelf, in GetCommonAttribute()

Completed in 62 milliseconds