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 D | arkts_native_water_flow_bridge.cpp | 448 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetScrollBarWidth() local 452 …if (!ArkTSUtils::ParseJsDimension(vm, scrollBarArg, scrollBarWidth, DimensionUnit::VP) || scrollBa… in SetScrollBarWidth() 453 …scrollBarArg->IsUndefined() || (scrollBarArg->IsString(vm) && scrollBarWidth.ToString().empty()) || in SetScrollBarWidth()
|
H A D | arkts_native_list_bridge.cpp | 500 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetListScrollBarWidth() local 504 …if (!ArkTSUtils::ParseJsDimension(vm, scrollBarArg, scrollBarWidth, DimensionUnit::VP) || scrollBa… in SetListScrollBarWidth() 505 …scrollBarArg->IsUndefined() || (scrollBarArg->IsString(vm) && scrollBarWidth.ToString().empty()) || in SetListScrollBarWidth()
|
H A D | arkts_native_grid_bridge.cpp | 286 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetScrollBarWidth() local 290 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, scrollBarArg, scrollBarWidth, false)) { in SetScrollBarWidth()
|
H A D | arkts_native_scroll_bridge.cpp | 288 Local<JSValueRef> scrollBarArg = runtimeCallInfo->GetCallArgRef(1); in SetScrollBarWidth() local 291 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, scrollBarArg, scrollBarWidth, false)) { in SetScrollBarWidth()
|