HomeSort by relevance Sort by last modified time
    Searched refs:last_device_x (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadEvdev.h 48 int32_t last_device_x; member in struct:android::dvr::VirtualTouchpadEvdev::Touchpad
VirtualTouchpadEvdev.cpp 46 touchpad.last_device_x = INT32_MIN;
105 if (device_x != touchpad.last_device_x ||
123 if (device_x != touchpad.last_device_x ||
130 touchpad.last_device_x = device_x;
177 touchpad.last_device_x, touchpad.last_device_y);

Completed in 583 milliseconds