Home
last modified time | relevance | path

Searched defs:SetJustifyContent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dcolumn_model_ng.cpp74 void ColumnModelNG::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
89 void ColumnModelNG::SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::ColumnModelNG
H A Drow_model_ng.cpp70 void RowModelNG::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::RowModelNG
85 void RowModelNG::SetJustifyContent(FrameNode* frameNode, FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::NG::RowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.cpp53 void ColumnModelImpl::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::Framework::ColumnModelImpl
H A Drow_model_impl.cpp49 void RowModelImpl::SetJustifyContent(FlexAlign flexAlign) in SetJustifyContent() function in OHOS::Ace::Framework::RowModelImpl
H A Dflex_model_impl.cpp86 void FlexModelImpl::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::Ace::Framework::FlexModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex.cpp63 void JSFlex::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::Ace::Framework::JSFlex
H A Djs_row.cpp93 void JSRow::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::Ace::Framework::JSRow
H A Djs_column.cpp103 void JSColumn::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::Ace::Framework::JSColumn
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_row_bridge.cpp54 ArkUINativeModuleValue RowBridge::SetJustifyContent(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetJustifyContent() function in OHOS::Ace::NG::RowBridge
H A Darkts_native_column_bridge.cpp24 ArkUINativeModuleValue ColumnBridge::SetJustifyContent(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetJustifyContent() function in OHOS::Ace::NG::ColumnBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model_ng.cpp146 void FlexModelNG::SetJustifyContent(int32_t value) in SetJustifyContent() function in OHOS::Ace::NG::FlexModelNG
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8469 int32_t SetJustifyContent(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetJustifyContent() function