Searched defs:touch (Results 1 – 4 of 4) sorted by relevance
| /test/testfwk/arkxtest/uitest/core/ |
| D | widget_operator.cpp | 83 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
|
| D | window_operator.cpp | 105 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
|
| D | ui_driver.cpp | 189 void UiDriver::PerformTouch(const TouchAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformTouch()
|
| D | frontend_api_handler.cpp | 693 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
|