Lines Matching refs:GetPointerId
390 int32_t pId = prePoint.GetPointerId();
434 if (!prePointsEventInfo[pId]->GetPointerItem(prePointsEventInfo[pId]->GetPointerId(), prePoints[pId])) {
435 HILOG_ERROR("prePoint GetPointerItem(%{public}d) failed", prePointsEventInfo[pId]->GetPointerId());
479 if (event.GetPointerId() == 0) {
497 firstDownPoint_[event.GetPointerId()] = std::make_shared<MMI::PointerEvent>(event);
642 if (!pointInfo[pId]->GetPointerItem(pointInfo[pId]->GetPointerId(), basePointerIterm)) {
654 int32_t pId = event.GetPointerId();
706 int32_t pId = event.GetPointerId();
843 lastUpPoint_[event.GetPointerId()] = std::make_shared<MMI::PointerEvent>(event);
858 currentDownPoint_[event.GetPointerId()] = std::make_shared<MMI::PointerEvent>(event);
859 preGesturePoint_[event.GetPointerId()] = std::make_shared<MMI::PointerEvent>(event);