Searched refs:currentTouchPointsNum_ (Results 1 – 3 of 3) sorted by relevance
329 clickRecognizer.currentTouchPointsNum_ = 0;342 clickRecognizer.currentTouchPointsNum_ = 0;365 clickRecognizer.currentTouchPointsNum_ = 0;375 clickRecognizer.currentTouchPointsNum_ = 1;391 clickRecognizer.currentTouchPointsNum_ = 1;418 clickRecognizer.currentTouchPointsNum_ = 1;428 clickRecognizer.currentTouchPointsNum_ = 0;439 clickRecognizer.currentTouchPointsNum_ = 1;469 clickRecognizer.currentTouchPointsNum_ = 0;559 clickRecognizer.currentTouchPointsNum_ = 0;[all …]
217 event.touchEventId, event.id, equalsToFingers_, currentTouchPointsNum_, refereeState_); in HandleTouchDownEvent()242 if (tappedCount_ > 0 && currentTouchPointsNum_ == 0) { in HandleTouchDownEvent()246 if (currentTouchPointsNum_ == 0) { in HandleTouchDownEvent()255 ++currentTouchPointsNum_; in HandleTouchDownEvent()259 if (fingers_ > currentTouchPointsNum_) { in HandleTouchDownEvent()271 if (currentTouchPointsNum_ == fingers_) { in HandleTouchDownEvent()324 --currentTouchPointsNum_; in HandleTouchUpEvent()326 if (currentTouchPointsNum_ == 0) { in HandleTouchUpEvent()331 if (equalsToFingers_ && (currentTouchPointsNum_ == 0) && isUpInRegion) { in HandleTouchUpEvent()351 if (currentTouchPointsNum_ < fingers_ && equalsToFingers_) { in HandleTouchUpEvent()[all …]
114 currentTouchPointsNum_ = 0; in OnResetStatus()152 int32_t currentTouchPointsNum_ = 0; variable