/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | sliding_panel_component_v2.cpp | 79 flexItem->SetAlignSelf(FlexAlign::FLEX_START); in BuildInnerChild()
|
H A D | sliding_panel_component.cpp | 122 flexItem->SetAlignSelf(FlexAlign::FLEX_START); in BuildInnerChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 107 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::FlexItemComponent
|
H A D | render_flex_item.h | 116 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_component.h | 389 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::ListItemComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list_item.cpp | 366 listItemComponent_->SetAlignSelf(alignSelf_); in PrepareSpecializedComponent()
|
H A D | dom_node.cpp | 1389 flexItemComponent_->SetAlignSelf(ALIGN_SELF_TABLE[index].value); in UpdateFlexItemComponent() 1391 flexItemComponent_->SetAlignSelf(FlexAlign::AUTO); in UpdateFlexItemComponent()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 332 ViewAbstract::SetAlignSelf(alignSelf); in HWTEST_F() 369 ViewAbstract::SetAlignSelf(alignSelf); in HWTEST_F() 1605 ViewAbstract::SetAlignSelf(alignSelf); in HWTEST_F() 1606 ViewAbstract::SetAlignSelf(AceType::RawPtr(FRAME_NODE_REGISTER), alignSelf); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 327 static void SetAlignSelf(FlexAlign value); 559 static void SetAlignSelf(FrameNode* frameNode, FlexAlign value);
|
H A D | view_abstract_model.h | 213 virtual void SetAlignSelf(FlexAlign value) = 0;
|
H A D | view_abstract_model_ng.h | 728 void SetAlignSelf(FlexAlign value) override 730 ViewAbstract::SetAlignSelf(value);
|
H A D | view_abstract.cpp | 416 void ViewAbstract::SetAlignSelf(FlexAlign value) in SetAlignSelf() function in OHOS::Ace::NG::ViewAbstract 3333 void ViewAbstract::SetAlignSelf(FrameNode* frameNode, FlexAlign value) in SetAlignSelf() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 144 void SetAlignSelf(FlexAlign value) override;
|
H A D | view_abstract_model_impl.cpp | 811 void ViewAbstractModelImpl::SetAlignSelf(FlexAlign value) in SetAlignSelf() function in OHOS::Ace::Framework::ViewAbstractModelImpl 814 flexItem->SetAlignSelf(value); in SetAlignSelf()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 177 static ArkUINativeModuleValue SetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 4424 ArkUINativeModuleValue CommonBridge::SetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAlignSelf() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 735 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetAlignSelf)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3046 void SetAlignSelf(ArkUINodeHandle node, ArkUI_Int32 value) in SetAlignSelf() function 3051 ViewAbstract::SetAlignSelf(frameNode, static_cast<FlexAlign>(value)); in SetAlignSelf() 3053 ViewAbstract::SetAlignSelf(frameNode, FlexAlign::AUTO); in SetAlignSelf() 3061 ViewAbstract::SetAlignSelf(frameNode, FlexAlign::AUTO); in ResetAlignSelf() 6224 SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCommonModifier() 6298 SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 981 ViewAbstractModel::GetInstance()->SetAlignSelf(ITEM_ALIGNS[alignValue]); in FfiOHOSAceFrameworkViewAbstractSetAlignSelf()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2725 ViewAbstractModel::GetInstance()->SetAlignSelf(FlexAlign::AUTO); in JsAlignSelf() 2731 ViewAbstractModel::GetInstance()->SetAlignSelf(static_cast<FlexAlign>(alignVal)); in JsAlignSelf()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2880 int32_t SetAlignSelf(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetAlignSelf() function 12720 SetAlignSelf, in SetCommonAttribute()
|