Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1220 const auto& pointWindowOffset = pointTouchInfo.GetGlobalLocation(); in SetTouchPoint() local
1225 ohTouchPoint.screenX = static_cast<float>(pointWindowOffset.GetX()); in SetTouchPoint()
1226 ohTouchPoint.screenY = static_cast<float>(pointWindowOffset.GetY()); in SetTouchPoint()
1239 xcomponentTouchPoint.windowX = static_cast<float>(pointWindowOffset.GetX()); in SetTouchPoint()
1240 xcomponentTouchPoint.windowY = static_cast<float>(pointWindowOffset.GetY()); in SetTouchPoint()