Searched refs:last_device_x (Results 1 – 2 of 2) sorted by relevance
52 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()
49 int32_t last_device_x; member