Home
last modified time | relevance | path

Searched refs:PushAction (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp28 pointer.PushAction(TouchEvent {ActionStage::DOWN, point, 0, options.clickHoldMs_}); in DecomposeClick()
29 pointer.PushAction(TouchEvent {ActionStage::UP, point, options.clickHoldMs_, 0}); in DecomposeClick()
39 pointer.PushAction(TouchEvent {ActionStage::DOWN, point, 0, options.longClickHoldMs_}); in DecomposeLongClick()
40 pointer.PushAction(TouchEvent {ActionStage::UP, point, options.longClickHoldMs_, 0}); in DecomposeLongClick()
50 pointer.PushAction(TouchEvent {ActionStage::DOWN, point, 0, options.clickHoldMs_}); in DecomposeDoubleClick()
51 pointer.PushAction(TouchEvent {ActionStage::UP, point, options.clickHoldMs_, msInterval}); in DecomposeDoubleClick()
53 pointer.PushAction(TouchEvent {ActionStage::DOWN, point, 0, options.clickHoldMs_}); in DecomposeDoubleClick()
54 pointer.PushAction(TouchEvent {ActionStage::UP, point, options.clickHoldMs_, 0}); in DecomposeDoubleClick()
79 pointer.PushAction(TouchEvent {ActionStage::DOWN, {from.px_, from.py_}, 0, intervalMs}); in DecomposeComputeSwipe()
87 pointer.PushAction(TouchEven in DecomposeComputeSwipe()
225 void PointerMatrix::PushAction(const TouchEvent& ptr) PushAction() function in OHOS::uitest::PointerMatrix
[all...]
H A Dui_action.h115 void PushAction(const TouchEvent& ptr);
/test/testfwk/arkxtest/uitest/test/
H A Dmock_controller.h57 touch_event_records_->PushAction(events.At(finger, step));

Completed in 3 milliseconds