Home
last modified time | relevance | path

Searched defs:justifyVal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_flex_ffi.cpp84 auto justifyVal = static_cast<int32_t>(FLEX_ALIGNS[params.justifyContent]); in FlexCreateFlexComponent() local
106 auto justifyVal = static_cast<int32_t>(FLEX_ALIGNS[params.justifyContent]); in FlexCreateWrapComponent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp64 JSRef<JSVal> justifyVal = obj->GetProperty("justifyContent"); in CreateFlexComponent() local
135 JSRef<JSVal> justifyVal = obj->GetProperty("justifyContent"); in WrapComponent() local