Searched defs:SetAlignRules (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | render_flex_item.h | 152 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules() function
|
H A D | flex_item_component.h | 196 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 566 void SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) override in SetAlignRules() function
|
H A D | view_abstract.cpp | 414 void ViewAbstract::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules() function in OHOS::Ace::NG::ViewAbstract 3541 void ViewAbstract::SetAlignRules(FrameNode* frameNode, const std::map<AlignDirection, AlignRule>& a… in SetAlignRules() function in OHOS::Ace::NG::ViewAbstract
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 594 void ViewAbstractModelImpl::SetAlignRules(const std::map<AlignDirection, AlignRule>& alignRules) in SetAlignRules() function in OHOS::Ace::Framework::ViewAbstractModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3216 void SetAlignRules(ArkUINodeHandle node, char** anchors, const ArkUI_Int32* direction, ArkUI_Int32 … in SetAlignRules() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 4698 ArkUINativeModuleValue CommonBridge::SetAlignRules(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAlignRules() function in OHOS::Ace::NG::CommonBridge
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 9205 int32_t SetAlignRules(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetAlignRules() function
|