Searched refs:NWebTouchPointInfoImpl (Results 1 – 2 of 2) sorted by relevance
524 class NWebTouchPointInfoImpl : public OHOS::NWeb::NWebTouchPointInfo {526 NWebTouchPointInfoImpl(int id, double x, double y) : id_(id), x_(x), y_(y) {} in NWebTouchPointInfoImpl() function527 ~NWebTouchPointInfoImpl() = default;
3455 std::make_shared<NWebTouchPointInfoImpl>(touchPoint.id, touchPoint.x, touchPoint.y); in OnSelectHandleMove()3505 std::make_shared<NWebTouchPointInfoImpl>(touchPoint.id, touchPoint.x, touchPoint.y); in HandleTouchMove()