Home
last modified time | relevance | path

Searched refs:SetAlignSelf (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.cpp79 flexItem->SetAlignSelf(FlexAlign::FLEX_START); in BuildInnerChild()
H A Dsliding_panel_component.cpp122 flexItem->SetAlignSelf(FlexAlign::FLEX_START); in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h107 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::FlexItemComponent
H A Drender_flex_item.h116 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h389 void SetAlignSelf(FlexAlign alignSelf) in SetAlignSelf() function in OHOS::Ace::ListItemComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp366 listItemComponent_->SetAlignSelf(alignSelf_); in PrepareSpecializedComponent()
H A Ddom_node.cpp1389 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 Dview_abstract_test_ng.cpp332 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 Dview_abstract.h327 static void SetAlignSelf(FlexAlign value);
559 static void SetAlignSelf(FrameNode* frameNode, FlexAlign value);
H A Dview_abstract_model.h213 virtual void SetAlignSelf(FlexAlign value) = 0;
H A Dview_abstract_model_ng.h728 void SetAlignSelf(FlexAlign value) override
730 ViewAbstract::SetAlignSelf(value);
H A Dview_abstract.cpp416 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 Dview_abstract_model_impl.h144 void SetAlignSelf(FlexAlign value) override;
H A Dview_abstract_model_impl.cpp811 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 Darkts_native_common_bridge.h177 static ArkUINativeModuleValue SetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp4424 ArkUINativeModuleValue CommonBridge::SetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAlignSelf() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp735 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetAlignSelf)); in GetArkUINativeModule()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3046 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 Dcj_view_abstract_ffi.cpp981 ViewAbstractModel::GetInstance()->SetAlignSelf(ITEM_ALIGNS[alignValue]); in FfiOHOSAceFrameworkViewAbstractSetAlignSelf()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2725 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 Dstyle_modifier.cpp2880 int32_t SetAlignSelf(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetAlignSelf() function
12720 SetAlignSelf, in SetCommonAttribute()

Completed in 121 milliseconds