Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp456 napi_value napiPinchCenterX = GetNamedProperty(env_, objValueClickEvent, "pinchCenterX"); in AddGestureEventInfoTwo() local
457 if (GetValueType(env_, napiPinchCenterX) != napi_null) { in AddGestureEventInfoTwo()
458 … napi_create_double(env_, gestureEventInfo.GetPinchCenter().GetX() / scale, &napiPinchCenterX); in AddGestureEventInfoTwo()
459 napi_set_named_property(env_, objValueClickEvent, "pinchCenterX", napiPinchCenterX); in AddGestureEventInfoTwo()