Searched defs:justifyContent (Results 1 – 12 of 12) sorted by relevance
27 int32_t justifyContent; member
60 void FfiOHOSAceFrameworkColumnSetJustifyContent(int32_t justifyContent) in FfiOHOSAceFrameworkColumnSetJustifyContent()
62 void FfiOHOSAceFrameworkRowSetJustifyContent(int32_t justifyContent) in FfiOHOSAceFrameworkRowSetJustifyContent()
93 …auto justifyContent = V2::ConvertFlexAlignToStirng(GetMainAxisAlign().value_or(FlexAlign::FLEX_STA… in ToJsonValue() local
33 std::string justifyContent = DOM_JUSTIFY_CONTENT_START; member
151 auto justifyContent = FlexJustifyContentMap.find(justifyContent_); in CreateOrUpdateFlex() local219 auto justifyContent = WrapJustifyContentMap.find(justifyContent_); in CreateOrUpdateWrap() local
77 int justifyContent = options[NUM_2]; in SetFlexOptions() local
62 int32_t justifyContent = justifyContentArg->Int32Value(vm); in SetJustifyContent() local
45 "justifyContent": "space-around", string
5380 justifyContent(value) { method in ArkColumnComponent8610 justifyContent(value) { method in ArkRowComponent30359 justifyContent(value) { method in ArkGridContainerComponent
499 ArkUI_Int32 justifyContent; member