Searched refs:durationSeconds (Results 1 – 4 of 4) sorted by relevance
42 xAxis_.UpdatePoint(event.durationSeconds, event.wx); in UpdateTouchEvent()43 yAxis_.UpdatePoint(event.durationSeconds, event.wy); in UpdateTouchEvent()
48 double durationSeconds; member
52 double deltaT = touchEvent.durationSeconds * VelocityTracker::TIME_INDEX - in IsRecentSpeedLimit()205 if (touchEvent.durationSeconds > DURATIOIN_THRESHOLD || moveDistance > MAX_THRESHOLD) { in IsClick()216 if (touchEvent.durationSeconds < DURATIOIN_THRESHOLD) { in IsLongClick()237 if (touchEvent.durationSeconds < DURATIOIN_THRESHOLD || moveDistance < MAX_THRESHOLD) { in IsDrag()
299 touchEvent.durationSeconds = duration.count(); in OnInputEvent()