Home
last modified time | relevance | path

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

/external/crosvm/linux_input_sys/src/
Dlib.rs139 pub fn absolute_y(y: i32) -> virtio_input_event { in absolute_y() method
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs371 virtio_input_event::absolute_y(max(0, button_event.y)), in handle_event()
381 virtio_input_event::absolute_y(max(0, motion.y)), in handle_event()