Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs31 static mut COMPENSATE_VALUEY: f64 = 0.0; const
817 deltay = (dy * gain + COMPENSATE_VALUEY).trunc(); in HandleMotionAccelerateTouchpad()
819 COMPENSATE_VALUEY = (dy * gain + COMPENSATE_VALUEY).fract(); in HandleMotionAccelerateTouchpad()