Searched refs:lastLongPressPoint (Results 1 – 2 of 2) sorted by relevance
294 void SetLongPressPoint(const Point& lastLongPressPoint) in SetLongPressPoint() argument296 lastLongPressPoint_ = lastLongPressPoint; in SetLongPressPoint()
1078 Point lastLongPressPoint; in CreateDragDropRecognizer() local1079 lastLongPressPoint.SetX(eventinfo.GetGlobalPoint().GetX()); in CreateDragDropRecognizer()1080 lastLongPressPoint.SetY(eventinfo.GetGlobalPoint().GetY()); in CreateDragDropRecognizer()1081 renderGrid->SetLongPressPoint(lastLongPressPoint); in CreateDragDropRecognizer()