Searched refs:timeOffsetMs (Results 1 - 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.cpp | 86 const uint32_t timeOffsetMs = (timeCostMs * step) / steps; in DecomposeComputeSwipe() local 87 pointer.PushAction(TouchEvent {ActionStage::MOVE, {pointX, pointY}, timeOffsetMs, intervalMs}); in DecomposeComputeSwipe() 167 uint32_t timeOffsetMs = 0; in Decompose() local 184 timeOffsetMs += intervalMs; in Decompose() 185 matrix.PushAction(TouchEvent {ActionStage::MOVE, {pxFrom, pyFrom}, timeOffsetMs, holdMs}); in Decompose() 192 matrix.PushAction(TouchEvent {ActionStage::MOVE, {endPx, endPy}, timeOffsetMs, endStayTime}); in Decompose() 193 matrix.PushAction(TouchEvent {ActionStage::UP, {endPx, endPy}, timeOffsetMs, intervalMs}); in Decompose()
|
Completed in 1 milliseconds