Searched refs:timeCostMs (Results 1 – 1 of 1) sorted by relevance
64 const uint32_t timeCostMs = (distance * 1000) / options.swipeVelocityPps_; in DecomposeComputeSwipe() local70 const uint32_t intervalMs = timeCostMs / steps + 1; in DecomposeComputeSwipe()78 const uint32_t timeOffsetMs = (timeCostMs * step) / steps; in DecomposeComputeSwipe()82 pointer.PushAction(TouchEvent {ActionStage::UP, {to.px_, to.py_}, timeCostMs, intervalMs}); in DecomposeComputeSwipe()