Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp127 mWheelYVelocityControl.getParameters().dump().c_str()); in dump()
209 mWheelYVelocityControl.reset(); in reset()
282 mWheelYVelocityControl.move(when, nullptr, &vscroll); in sync()
486 mWheelYVelocityControl.setParameters(FLAT_VELOCITY_CONTROL_PARAMS); in configureOnChangePointerSpeed()
502 mWheelYVelocityControl.setParameters(config.wheelVelocityControlParameters); in configureOnChangePointerSpeed()
DCursorInputMapper.h113 SimpleVelocityControl mWheelYVelocityControl; variable
DTouchInputMapper.h730 SimpleVelocityControl mWheelYVelocityControl; variable
DTouchInputMapper.cpp330 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in reconfigure()
1371 mWheelYVelocityControl.reset(); in reset()
3582 mWheelYVelocityControl.move(when, nullptr, &vscroll); in dispatchPointerSimple()