Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_on_child_touch_test_function.cpp38 …infoObj->SetProperty<double>("windowX", PipelineBase::Px2VpWithCurrentDensity(info.windowPoint.Get… in CreateTouchTestInfo()
39 …infoObj->SetProperty<double>("windowY", PipelineBase::Px2VpWithCurrentDensity(info.windowPoint.Get… in CreateTouchTestInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp156 PointF windowPoint(event.x, event.y); in UpdateTouchPointInVelocityTracker() local
161 windowPoint.SetX(historyEvent.GetX()); in UpdateTouchPointInVelocityTracker()
162 windowPoint.SetY(historyEvent.GetY()); in UpdateTouchPointInVelocityTracker()
165 NGGestureRecognizer::Transform(windowPoint, GetAttachedNode(), false, in UpdateTouchPointInVelocityTracker()
168 transformEvent.x = windowPoint.GetX(); in UpdateTouchPointInVelocityTracker()
169 transformEvent.y = windowPoint.GetY(); in UpdateTouchPointInVelocityTracker()
962 PointF windowPoint(event.GetOffset().GetX(), event.GetOffset().GetY()); in UpdateTouchEventInfo() local
964 NGGestureRecognizer::Transform(windowPoint, GetAttachedNode(), false, in UpdateTouchEventInfo()
969 …(Offset(windowPoint.GetX(), windowPoint.GetY()) - Offset(windowTouchPoint.GetX(), windowTouchPoint… in UpdateTouchEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h101 PointF windowPoint; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4846 info.windowPoint = globalPoint; in CollectTouchInfos()