Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs663 fn get_speed_gain_touchpad(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_touchpad() function
811 if !get_speed_gain_touchpad(vin, &mut gain as *mut f64, speed, device_type) { in HandleMotionAccelerateTouchpad()