Searched refs:device_x (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | VirtualTouchpadEvdev.cpp | 97 int32_t device_x = x * kWidth; in Touch() local 101 ALOGV("(%f,%f) %f -> (%" PRId32 ",%" PRId32 ") %d", x, y, pressure, device_x, in Touch() 110 if (device_x != touchpad.last_device_x || in Touch() 112 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y); in Touch() 118 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y); in Touch() 128 if (device_x != touchpad.last_device_x || in Touch() 130 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y); in Touch() 135 touchpad.last_device_x = device_x; in Touch()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
H A D | DevicePrefFragment.java | 111 return R.xml.device_x; in getPreferenceScreenResId()
|