Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp186 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
275 mWheelYVelocityControl.reset(); in reset()
335 mWheelYVelocityControl.move(when, nullptr, &vscroll); in sync()
H A DCursorInputMapper.h105 VelocityControl mWheelYVelocityControl; variable
H A DTouchInputMapper.h731 VelocityControl mWheelYVelocityControl; variable
H A DTouchInputMapper.cpp381 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()
1415 mWheelYVelocityControl.reset(); in reset()
3595 mWheelYVelocityControl.move(when, nullptr, &vscroll); in dispatchPointerSimple()