Home
last modified time | relevance | path

Searched refs:GenericSwipe (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dwidget_operator.cpp154 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 Dwindow_operator.cpp106 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 Dui_action.h189 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 Dui_action.cpp122 void GenericSwipe::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose()
H A Dfrontend_api_handler.cpp911 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators()
999 auto touch = GenericSwipe(op, from, to); in RegisterUiDriverFlingOperators()
/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp132 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 Dui_input.cpp164 auto touch = GenericSwipe(op, from, to); in FlingActionInput()
191 auto touch = GenericSwipe(op, from, to); in SwipeActionInput()

Completed in 8 milliseconds