Searched refs:RustPointerProperties (Results 1 – 3 of 3) sorted by relevance
19 use crate::ffi::RustPointerProperties;27 pointer_properties: &[RustPointerProperties], in verify_event() argument99 pointer_properties: &[RustPointerProperties], in process_movement() argument269 pointer_properties: &[RustPointerProperties], in ensure_touching_pointers_match() argument294 use crate::RustPointerProperties;304 Vec::from([RustPointerProperties { id: 0 }, RustPointerProperties { id: 1 }]); in bad_down_event()319 let pointer_properties = Vec::from([RustPointerProperties { id: 0 }]); in single_pointer_stream()352 let pointer_properties = Vec::from([RustPointerProperties { id: 0 }]); in two_pointer_stream()364 Vec::from([RustPointerProperties { id: 0 }, RustPointerProperties { id: 1 }]); in two_pointer_stream()387 let pointer_1_properties = Vec::from([RustPointerProperties { id: 1 }]); in two_pointer_stream()[all …]
61 pointer_properties: &[RustPointerProperties], in process_movement() argument94 pub struct RustPointerProperties { struct111 use crate::ffi::{RustInputDeviceIdentifier, RustPointerProperties};122 pointer_properties: &[RustPointerProperties], in process_movement() argument
25 using android::input::RustPointerProperties;40 std::vector<RustPointerProperties> rpp; in processMovement()42 rpp.emplace_back(RustPointerProperties{.id = pointerProperties[i].id}); in processMovement()44 rust::Slice<const RustPointerProperties> properties{rpp.data(), rpp.size()}; in processMovement()