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

/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp93 int32_t device_y = y * kHeight; local
97 device_y, touchpad.touches);
106 device_y != touchpad.last_device_y) {
107 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
113 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
124 device_y != touchpad.last_device_y) {
125 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
131 touchpad.last_device_y = device_y;

Completed in 747 milliseconds