Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp636 Local<JSValueRef> widthArgs = runtimeCallInfo->GetCallArgRef(1); // 1:width value in SetButtonSize() local
640 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, widthArgs, width)) { in SetButtonSize()
643 ArkTSUtils::ParseJsDimensionVp(vm, widthArgs, width); in SetButtonSize()