Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 6 of 6) sorted by relevance

/base/msdp/device_status/tools/vdev/json/
Dsimulate_mouse_dragging.json7 { "action": "move", "dx": 15, "dy": 15 }, number
8 { "action": "move", "dx": 15, "dy": 10 }, number
9 { "action": "move", "dx": 15, "dy": 10 }, number
10 { "action": "move", "dx": 15, "dy": 10 }, number
11 { "action": "move", "dx": 15, "dy": 10 }, number
12 { "action": "move", "dx": 15, "dy": 30 }, number
13 { "action": "move", "dx": 25, "dy": 20 }, number
14 { "action": "move", "dx": 35, "dy": 10 }, number
15 { "action": "move", "dx": 15, "dy": 40 }, number
16 { "action": "move", "dx": 15, "dy": 20 }, number
[all …]
/base/msdp/device_status/tools/vdev/src/
Dvirtual_touchscreen.cpp148 int32_t VirtualTouchScreen::Move(int32_t slot, int32_t dx, int32_t dy) in Move()
Dvirtual_mouse_builder.cpp289 int32_t dx = std::atoi(optarg); in ReadMoveAction() local
440 int32_t dx = 0; in HandleMove() local
Dvirtual_mouse.cpp161 void VirtualMouse::Move(int32_t dx, int32_t dy) in Move()
Dvirtual_touchscreen_builder.cpp316 int32_t dx = std::atoi(argv[optind]); in ReadMoveAction() local
470 int32_t dx = 0; in HandleMove() local
/base/security/security_component_manager/frameworks/common/src/
Dsec_comp_tool.cpp117 double dx = x1 - x2; in HsvDistance() local