Home
last modified time | relevance | path

Searched refs:scrollForwardValue (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_water_flow_bridge.cpp288 Local<JSValueRef> scrollForwardValue = runtimeCallInfo->GetCallArgRef(NUM_1); in SetNestedScroll() local
293 ArkTSUtils::ParseJsInteger(vm, scrollForwardValue, froward); in SetNestedScroll()
H A Darkts_native_scroll_bridge.cpp71 …Local<JSValueRef> scrollForwardValue = runtimeCallInfo->GetCallArgRef(1); // 1: index of scroll f… in SetNestedScroll() local
76 ArkTSUtils::ParseJsInteger(vm, scrollForwardValue, froward); in SetNestedScroll()