Searched refs:to_ (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.h | 191 explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in GenericSwipe() 200 const Point to_; member in OHOS::uitest::GenericSwipe 348 explicit MouseSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in MouseSwipe() 357 const Point to_; member in OHOS::uitest::MouseSwipe
|
H A D | ui_action.cpp | 125 DecomposeComputeSwipe(recv, from_, to_, type_, options); in Decompose() 287 DecomposeComputeSwipe(touchEvents, from_, to_, type_, opt); in Decompose()
|
Completed in 3 milliseconds