Home
last modified time | relevance | path

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

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