Home
last modified time | relevance | path

Searched refs:last_device_x (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp52 touchpad.last_device_x = INT32_MIN; in Reset()
110 if (device_x != touchpad.last_device_x || in Touch()
128 if (device_x != touchpad.last_device_x || in Touch()
135 touchpad.last_device_x = device_x; in Touch()
209 touchpad.last_device_x, touchpad.last_device_y); in dumpInternal()
DVirtualTouchpadEvdev.h49 int32_t last_device_x; member