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

/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.h49 int32_t last_device_y; member in struct:android::dvr::VirtualTouchpadEvdev::Touchpad
H A DVirtualTouchpadEvdev.cpp47 touchpad.last_device_y = INT32_MIN;
106 device_y != touchpad.last_device_y) {
124 device_y != touchpad.last_device_y) {
131 touchpad.last_device_y = device_y;
177 touchpad.last_device_x, touchpad.last_device_y);

Completed in 99 milliseconds