Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwidget_operator.cpp83 auto touch = OHOS::uitest::GenericClick(op, center); in GenericClick() local
117 auto touch = GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint); in ScrollToEnd() local
120 auto touch = GenericSwipe(TouchOp::SWIPE, bottomPoint, topPoint); in ScrollToEnd() local
140 auto touch = GenericSwipe(TouchOp::DRAG, centerFrom, centerTo); in DragIntoWidget() local
173 auto touch = GenericPinch(rectBound, scale); in PinchWidget() local
221 auto touch = OHOS::uitest::GenericClick(TouchOp::CLICK, center); in InputText() local
276 auto touch = (scrollingUp) ? GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint) : in ScrollFindWidget() local
Dwindow_operator.cpp105 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in CallBar() local
118 auto touch = GenericClick(TouchOp::CLICK, focus); in Focus() local
133 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in MoveTo() local
265 auto touch = GenericClick(TouchOp::CLICK, widgetCenter); in BarAction() local
Dui_driver.cpp189 void UiDriver::PerformTouch(const TouchAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformTouch()
Dfrontend_api_handler.cpp693 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators() local
696 auto touch = GenericClick(op, point0); in RegisterUiDriverTouchOperators() local
745 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverMultiPointerOperators() local
761 auto touch = MultiPointerAction(pointer); in RegisterUiDriverMultiPointerOperators() local