Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.h311 JSRef<JSObject> panGestureOptionObj = JSClass<JSPanGestureOption>::NewInstance(); in GetPanGestureOptions() local
312 … auto panGestureOption = Referenced::Claim(panGestureOptionObj->Unwrap<JSPanGestureOption>()); in GetPanGestureOptions()
314 args.SetReturnValue(panGestureOptionObj); in GetPanGestureOptions()