Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp568 napi_value napiDisplayY = GetNamedProperty(env_, objValueClickEvent, "displayY"); in AddClickEventInfoOne() local
569 if (GetValueType(env_, napiDisplayY) != napi_null) { in AddClickEventInfoOne()
570 napi_create_double(env_, screenOffset.GetY() / scale, &napiDisplayY); in AddClickEventInfoOne()
571 napi_set_named_property(env_, objValueClickEvent, "displayY", napiDisplayY); in AddClickEventInfoOne()