Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp480 napi_value napiVelocityX = GetNamedProperty(env_, objValueClickEvent, "velocityX"); in AddGestureEventInfoThree() local
481 if (GetValueType(env_, napiVelocityX) != napi_null) { in AddGestureEventInfoThree()
482 … napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityX() / scale, &napiVelocityX); in AddGestureEventInfoThree()
483 napi_set_named_property(env_, objValueClickEvent, "velocityX", napiVelocityX); in AddGestureEventInfoThree()