Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp605 napi_value napiScreenY = GetNamedProperty(env_, objValueClickEvent, "screenY"); in AddClickEventInfoTwo() local
606 if (GetValueType(env_, napiScreenY) != napi_null) { in AddClickEventInfoTwo()
607 napi_create_double(env_, globalOffset.GetY() / scale, &napiScreenY); in AddClickEventInfoTwo()
608 napi_set_named_property(env_, objValueClickEvent, "screenY", napiScreenY); in AddClickEventInfoTwo()