Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp129 mWheelXVelocityControl.getParameters().dump().c_str()); in dump()
208 mWheelXVelocityControl.reset(); in reset()
283 mWheelXVelocityControl.move(when, &hscroll, nullptr); in sync()
485 mWheelXVelocityControl.setParameters(FLAT_VELOCITY_CONTROL_PARAMS); in configureOnChangePointerSpeed()
501 mWheelXVelocityControl.setParameters(config.wheelVelocityControlParameters); in configureOnChangePointerSpeed()
DCursorInputMapper.h112 SimpleVelocityControl mWheelXVelocityControl; variable
DTouchInputMapper.h729 SimpleVelocityControl mWheelXVelocityControl; variable
DTouchInputMapper.cpp329 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in reconfigure()
1370 mWheelXVelocityControl.reset(); in reset()
3583 mWheelXVelocityControl.move(when, &hscroll, nullptr); in dispatchPointerSimple()