Home
last modified time | relevance | path

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

/external/crosvm/linux_input_sys/src/
Dlib.rs134 pub fn absolute_x(x: i32) -> virtio_input_event { in absolute_x() method
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs370 virtio_input_event::absolute_x(max(0, button_event.x)), in handle_event()
380 virtio_input_event::absolute_x(max(0, motion.x)), in handle_event()