Home
last modified time | relevance | path

Searched refs:CLICK (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwindow_operator.cpp118 auto touch = GenericClick(TouchOp::CLICK, focus); in Focus()
265 auto touch = GenericClick(TouchOp::CLICK, widgetCenter); in BarAction()
Dwidget_operator.cpp77 DCHECK(op >= TouchOp::CLICK && op <= TouchOp::DOUBLE_CLICK_P); in GenericClick()
221 auto touch = OHOS::uitest::GenericClick(TouchOp::CLICK, center); in InputText()
Dui_action.cpp95 DCHECK(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P); in Decompose()
97 case CLICK: in Decompose()
Dui_action.h31 enum TouchOp : uint8_t { CLICK, LONG_CLICK, DOUBLE_CLICK_P, SWIPE, DRAG, FLING }; enumerator
Dfrontend_api_handler.cpp676 auto op = TouchOp::CLICK; in RegisterUiDriverTouchOperators()
888 wOp.GenericClick(TouchOp::CLICK, out.exception_); in RegisterUiComponentOperators()
/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp53 GenericClick action(TouchOp::CLICK, point); in TEST_F()