Searched refs:ResetAlignSelf (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_pattern.cpp | 82 layoutProp->ResetAlignSelf(); in BeforeCreateLayoutWrapper()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.h | 235 void ResetAlignSelf();
|
H A D | layout_property.cpp | 1144 void LayoutProperty::ResetAlignSelf() in ResetAlignSelf() function in OHOS::Ace::NG::LayoutProperty 1152 flexItemProperty_->ResetAlignSelf(); in ResetAlignSelf()
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_property_test_ng.cpp | 1020 * @tc.desc: Test cast to ResetAlignSelf
1033 layoutProperty->ResetAlignSelf();
in HWTEST_F() 1042 layoutProperty->ResetAlignSelf();
in HWTEST_F() 1051 layoutProperty->ResetAlignSelf();
in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 178 static ArkUINativeModuleValue ResetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 4441 ArkUINativeModuleValue CommonBridge::ResetAlignSelf(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetAlignSelf() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 737 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::ResetAlignSelf)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3057 void ResetAlignSelf(ArkUINodeHandle node) in ResetAlignSelf() function 6224 SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCommonModifier() 6298 SetMaxHeight, ResetMaxHeight, SetSize, ResetSize, ClearWidthOrHeight, SetAlignSelf, ResetAlignSelf, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2894 void ResetAlignSelf(ArkUI_NodeHandle node) in ResetAlignSelf() function 12941 ResetAlignSelf, in ResetCommonAttribute()
|
Completed in 82 milliseconds