Home
last modified time | relevance | path

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

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp53 touchpad.last_device_y = INT32_MIN; in Reset()
111 device_y != touchpad.last_device_y) { in Touch()
129 device_y != touchpad.last_device_y) { in Touch()
136 touchpad.last_device_y = device_y; in Touch()
209 touchpad.last_device_x, touchpad.last_device_y); in dumpInternal()
DVirtualTouchpadEvdev.h50 int32_t last_device_y; member