Searched refs:GenericSwipe (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | widget_operator.cpp | 154 auto touch = GenericSwipe(TouchOp::DRAG, centerFrom, centerTo); in DragIntoWidget() 265 auto touch = (toTop) ? GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint) in TurnPage() 266 : GenericSwipe(TouchOp::SWIPE, bottomPoint, topPoint); in TurnPage()
|
H A D | window_operator.cpp | 106 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in CallBar() 135 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in MoveTo() 184 driver_.PerformTouch(GenericSwipe(TouchOp::DRAG, from, to), options_, out.exception_); in Resize()
|
H A D | ui_action.h | 189 class GenericSwipe : public TouchAction { class 191 explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in GenericSwipe() function in OHOS::uitest::GenericSwipe 195 ~GenericSwipe() = default;
|
H A D | ui_action.cpp | 122 void GenericSwipe::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose()
|
H A D | frontend_api_handler.cpp | 911 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators() 999 auto touch = GenericSwipe(op, from, to); in RegisterUiDriverFlingOperators()
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_action_test.cpp | 132 GenericSwipe action(TouchOp::SWIPE, point0, point1); in TEST_F() 183 GenericSwipe action(TouchOp::FLING, point0, point1); in TEST_F() 418 GenericSwipe swipeAction(TouchOp::SWIPE, point0, point1); in TEST_F() 419 GenericSwipe dragAction(TouchOp::DRAG, point0, point1); in TEST_F()
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 164 auto touch = GenericSwipe(op, from, to); in FlingActionInput() 191 auto touch = GenericSwipe(op, from, to); in SwipeActionInput()
|
Completed in 9 milliseconds