Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_flex_ffi.h27 int32_t justifyContent; member
H A Dcj_column_ffi.cpp60 void FfiOHOSAceFrameworkColumnSetJustifyContent(int32_t justifyContent) in FfiOHOSAceFrameworkColumnSetJustifyContent()
H A Dcj_row_ffi.cpp62 void FfiOHOSAceFrameworkRowSetJustifyContent(int32_t justifyContent) in FfiOHOSAceFrameworkRowSetJustifyContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_property.h93 …auto justifyContent = V2::ConvertFlexAlignToStirng(GetMainAxisAlign().value_or(FlexAlign::FLEX_STA… in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.h33 std::string justifyContent = DOM_JUSTIFY_CONTENT_START; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp151 auto justifyContent = FlexJustifyContentMap.find(justifyContent_); in CreateOrUpdateFlex() local
219 auto justifyContent = WrapJustifyContentMap.find(justifyContent_); in CreateOrUpdateWrap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dflex_modifier.cpp77 int justifyContent = options[NUM_2]; in SetFlexOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_row_bridge.cpp62 int32_t justifyContent = justifyContentArg->Int32Value(vm); in SetJustifyContent() local
/ohos5.0/foundation/arkui/ace_engine/test/resource/jscard/carddomclock/
H A Dcorrect.json45 "justifyContent": "space-around", string
H A Derror.json45 "justifyContent": "space-around", string
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js5380 justifyContent(value) { method in ArkColumnComponent
8610 justifyContent(value) { method in ArkRowComponent
30359 justifyContent(value) { method in ArkGridContainerComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h499 ArkUI_Int32 justifyContent; member