Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h105 VelocityControl mWheelXVelocityControl; variable
DCursorInputMapper.cpp177 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
267 mWheelXVelocityControl.reset(); in reset()
332 mWheelXVelocityControl.move(when, &hscroll, nullptr); in sync()
DTouchInputMapper.h759 VelocityControl mWheelXVelocityControl; variable
DTouchInputMapper.cpp375 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()
1376 mWheelXVelocityControl.reset(); in reset()
3538 mWheelXVelocityControl.move(when, &hscroll, nullptr); in dispatchPointerSimple()