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 D | js_on_child_touch_test_function.cpp | 38 …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 D | pan_recognizer.cpp | 156 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 D | gesture_event_hub.h | 101 PointF windowPoint; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 4846 info.windowPoint = globalPoint; in CollectTouchInfos()
|