Searched refs:lastUpPoint_ (Results 1 – 2 of 2) sorted by relevance
319 lastUpPoint_.clear(); in Clear()347 if (static_cast<int32_t>(lastUpPoint_.size()) < fingerNum || in ParamCheck()354 if (!lastUpPoint_.count(pId) || !lastUpPoint_[pId]) { in ParamCheck()367 int64_t timeRst = lastUpPoint_[0]->GetActionTime(); in GetLastFirstPointUpTime()369 if (lastUpPoint_[pId]->GetActionTime() < timeRst) { in GetLastFirstPointUpTime()370 timeRst = lastUpPoint_[pId]->GetActionTime(); in GetLastFirstPointUpTime()523 static_cast<int32_t>(lastUpPoint_.size()) == fingerNum && in HandleMultiTapEvent()842 lastUpPoint_[event.GetPointerId()] = std::make_shared<MMI::PointerEvent>(event); in HandleMultiFingerTouchUpEvent()
439 …std::map<int32_t, std::shared_ptr<MMI::PointerEvent>> lastUpPoint_; // last time finger touch up p… variable