Searched defs:touch (Results 1 – 6 of 6) sorted by relevance
| /test/testfwk/arkxtest/uitest/core/ |
| D | widget_operator.cpp | 96 auto touch = OHOS::uitest::GenericClick(op, center); in GenericClick() local 154 auto touch = GenericSwipe(TouchOp::DRAG, centerFrom, centerTo); in DragIntoWidget() local 169 auto touch = GenericPinch(rectBound, scale); in PinchWidget() local 195 auto touch = OHOS::uitest::GenericClick(TouchOp::CLICK, center); in InputText() local 271 auto touch = (toTop) ? GenericSwipe(TouchOp::SWIPE, topPoint, bottomPoint) in TurnPage() 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 310 auto touch = GenericClick(TouchOp::CLICK, widgetCenter); in BarAction() local
|
| D | frontend_api_handler.cpp | 851 auto touch = GenericClick(TouchOp::CLICK, point); in RegisterUiDriverMiscMethods2() local 911 auto touch = GenericSwipe(op, point0, point1); in RegisterUiDriverTouchOperators() local 914 auto touch = GenericClick(op, point0); in RegisterUiDriverTouchOperators() local 999 auto touch = GenericSwipe(op, from, to); in RegisterUiDriverFlingOperators() local 1019 auto touch = MultiPointerAction(pointer); in RegisterUiDriverMultiPointerOperators() local 1043 auto touch = MouseClick(op, point, button, key1, key2); in RegisterUiDriverMouseOperators1() local 1059 auto touch = MouseMoveTo(point); in RegisterUiDriverMouseOperators2() local 1077 auto touch = MouseSwipe(op, from, to); in RegisterUiDriverMouseOperators2() local 1099 auto touch = MouseScroll(point, scrollValue, key1, key2, speed); in RegisterUiDriverMouseOperators2() local
|
| D | ui_driver.cpp | 351 void UiDriver::PerformTouch(const TouchAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformTouch() 364 … void UiDriver::PerformMouseAction(const MouseAction &touch, const UiOpArgs &opt, ApiCallErr &err) in PerformMouseAction()
|
| /test/testfwk/arkxtest/uitest/input/ |
| D | ui_input.cpp | 164 auto touch = GenericSwipe(op, from, to); in FlingActionInput() local 191 auto touch = GenericSwipe(op, from, to); in SwipeActionInput() local 244 auto touch = GenericClick(TouchOp::CLICK, point); in TextActionInput() local 269 auto touch = GenericClick(op, point); in ClickActionInput() local
|
| /test/testfwk/arkxtest/uitest/addon/ |
| D | extension_executor.cpp | 178 auto touch = GenericAtomicAction(static_cast<ActionStage>(stage), Point(px, py)); in AtomicTouch() local
|