Home
last modified time | relevance | path

Searched refs:ty (Results 1 - 5 of 5) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp188 double ty = round(step * static_cast<double>(dy) / delta); in Move() local
193 if ((std::abs(ty) >= STEP_UNIT) && (std::abs(ty) <= MAXIMUM_STEP_LENGTH)) { in Move()
194 SendEvent(EV_REL, REL_Y, static_cast<int32_t>(ty)); in Move()
197 ((std::abs(ty) >= STEP_UNIT) && (std::abs(ty) <= MAXIMUM_STEP_LENGTH))) { in Move()
H A Dvirtual_touchscreen_builder.cpp134 std::cout << " -D <SLOT> <sx> <sy> <tx> <ty> Drag the touch <SLOT> to (tx, ty)" << std::endl; in ShowUsage()
371 int32_t ty = std::atoi(argv[optind + TY_OFFSET]); in ReadDragToAction() local
373 std::cout << "[touchscreen] drag-to: [" << slot << ", (" << tx << "," << ty << ")]" << std::endl; in ReadDragToAction()
377 vTouch->MoveTo(slot, tx, ty); in ReadDragToAction()
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_events.h244 explicit CooperateEvent(CooperateEventType ty) : type(ty) {} in CooperateEvent()
247 CooperateEvent(CooperateEventType ty, Event ev) : type(ty), event(ev) {} in CooperateEvent()
/base/msdp/device_status/rust/plugin_manager/src/
H A Dlib.rs45 ($plugin_type:ty) => {
/base/security/asset/frameworks/definition/src/
H A Dmacros.rs170 ($t:ty) => {

Completed in 3 milliseconds