Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp448 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetScrollBarWidth() local
452 …if (!ArkTSUtils::ParseJsDimension(vm, scrollBarArg, scrollBarWidth, DimensionUnit::VP) || scrollBa… in SetScrollBarWidth()
453scrollBarArg->IsUndefined() || (scrollBarArg->IsString(vm) && scrollBarWidth.ToString().empty()) || in SetScrollBarWidth()
H A Darkts_native_list_bridge.cpp500 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetListScrollBarWidth() local
504 …if (!ArkTSUtils::ParseJsDimension(vm, scrollBarArg, scrollBarWidth, DimensionUnit::VP) || scrollBa… in SetListScrollBarWidth()
505scrollBarArg->IsUndefined() || (scrollBarArg->IsString(vm) && scrollBarWidth.ToString().empty()) || in SetListScrollBarWidth()
H A Darkts_native_grid_bridge.cpp286 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetScrollBarWidth() local
290 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, scrollBarArg, scrollBarWidth, false)) { in SetScrollBarWidth()
H A Darkts_native_scroll_bridge.cpp288 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(1); in SetScrollBarWidth() local
291 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, scrollBarArg, scrollBarWidth, false)) { in SetScrollBarWidth()