Searched refs:TouchEvent (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.cpp | 28 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(TouchEvent {ActionStag in DecomposeComputeSwipe() [all...] |
H A D | ui_action.h | 76 struct TouchEvent { struct 115 void PushAction(const TouchEvent& ptr); 119 TouchEvent& At(uint32_t fingerIndex, uint32_t stepIndex) const; 131 std::unique_ptr<TouchEvent[]> data_ = nullptr;
|
Completed in 2 milliseconds