Home
last modified time | relevance | path

Searched refs:justifyContentArg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_flex_bridge.cpp29 Local<JSValueRef> justifyContentArg = runtimeCallInfo->GetCallArgRef(3); in SetFlexInitialize() local
43 if (!justifyContentArg->IsNull() && justifyContentArg->IsNumber()) { in SetFlexInitialize()
44 options[2] = justifyContentArg->Int32Value(vm); in SetFlexInitialize()
H A Darkts_native_row_bridge.cpp59 Local<JSValueRef> justifyContentArg = runtimeCallInfo->GetCallArgRef(1); in SetJustifyContent() local
61 if (justifyContentArg->IsNumber()) { in SetJustifyContent()
62 int32_t justifyContent = justifyContentArg->Int32Value(vm); in SetJustifyContent()