Searched refs:touchY (Results 1 – 1 of 1) sorted by relevance
/test/ostest/wukong/input_factory/src/ |
D | touch_input.cpp | 42 int touchY = touchPtr->y_; in OrderInput() local 44 …ErrCode result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCRE… in OrderInput() 49 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in OrderInput() 51 INFO_LOG_STR("Touch: (%d, %d)", touchX, touchY); in OrderInput() 64 int touchY = rand() % screenHeight; in RandomInput() local 66 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in RandomInput() 71 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in RandomInput() 77 INFO_LOG_STR("Touch: (%d, %d)", touchX, touchY); in RandomInput()
|