Searched refs:currentMoveEvent_ (Results 1 – 2 of 2) sorted by relevance
177 currentMoveEvent_ = pointerEvent; in CacheEvents()600 if (CalcIntervalTime(lastDownEvent_, currentMoveEvent_) >= LONG_PRESS_TIMER) { in IsMoveValid()605 if (CalcSeparationDistance(lastDownEvent_, currentMoveEvent_) >= tapDistance_) { in IsMoveValid()616 if (CalcIntervalTime(longPressDownEvent_, currentMoveEvent_) >= LONG_PRESS_TIMER) { in IsLongPress()
115 std::shared_ptr<MMI::PointerEvent> currentMoveEvent_ = nullptr; variable