/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 102 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::FlexItemComponent
|
H A D | render_flex_item.h | 111 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::final
|
H A D | render_flex_item.cpp | 49 alignSelf_ = flexItem->GetAlignSelf(); in Update()
|
H A D | render_flex.cpp | 862 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 D | list_item_component.h | 384 FlexAlign GetAlignSelf() const in GetAlignSelf() function in OHOS::Ace::ListItemComponent
|
H A D | render_list_item.cpp | 203 selfAlign_ = item->GetAlignSelf(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 126 virtual std::string GetAlignSelf() const = 0;
|
H A D | inspector_composed_element.h | 139 std::string GetAlignSelf() const override;
|
H A D | inspector_composed_element.cpp | 88 { "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 D | flex_layout_algorithm.cpp | 262 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 D | grid_row_layout_algorithm.cpp | 188 alignSelf = childLayoutProperty->GetFlexItemProperty()->GetAlignSelf().value_or(gridRowAlignItem); in CalcCrossAxisAlignment()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 676 static FlexAlign GetAlignSelf(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4085 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 D | node_common_modifier.cpp | 5318 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 D | view_abstract_test_ng.cpp | 747 ViewAbstract::GetAlignSelf(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2900 const ArkUI_AttributeItem* GetAlignSelf(ArkUI_NodeHandle node) in GetAlignSelf() function 12829 GetAlignSelf, in GetCommonAttribute()
|