Searched defs:touch (Results 1 – 4 of 4) sorted by relevance
| /test/testfwk/arkxtest/uitest/core/ |
| D | widget_operator.cpp | 48 auto touch = OHOS::uitest::GenericClick(op, center); in GenericClick() local 85 auto touch = GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint); in ScrollToEnd() local 88 auto touch = GenericSwipe(TouchOp::SWIPE, bottomPoint, topPoint); in ScrollToEnd() local 108 auto touch = GenericSwipe(TouchOp::DRAG, centerFrom, centerTo); in DragIntoWidget() local 141 auto touch = GenericPinch(rectBound, scale); in PinchWidget() local 195 auto touch = OHOS::uitest::GenericClick(TouchOp::CLICK, center); in InputText() local 264 auto touch = (scrollingUp) ? GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint) : in ScrollFindWidget() local
|
| D | window_operator.cpp | 106 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in CallBar() local 119 auto touch = GenericClick(TouchOp::CLICK, focus); in Focus() local 135 auto touch = GenericSwipe(TouchOp::DRAG, from, to); in MoveTo() local 252 auto touch = GenericClick(TouchOp::CLICK, widgetCenter); in BarAction() local
|
| D | frontend_api_handler.cpp | 867 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators() local 870 auto touch = GenericClick(op, point0); in RegisterUiDriverTouchOperators() local 955 auto touch = GenericSwipe(op, from, to); in RegisterUiDriverFlingOperators() local 975 auto touch = MultiPointerAction(pointer); in RegisterUiDriverMultiPointerOperators() local
|
| D | ui_driver.cpp | 234 void UiDriver::PerformTouch(const TouchAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformTouch()
|