Home
last modified time | relevance | path

Searched refs:timeCostMs (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_action.cpp64 const uint32_t timeCostMs = (distance * 1000) / options.swipeVelocityPps_; in DecomposeComputeSwipe() local
70 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()