Searched refs:wheelVelocityControlParameters (Results 1 – 5 of 5) sorted by relevance
147 VelocityControlParameters wheelVelocityControlParameters; member253 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
953 mConfig.wheelVelocityControlParameters.scale, in dump()954 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()955 mConfig.wheelVelocityControlParameters.highThreshold, in dump()956 mConfig.wheelVelocityControlParameters.acceleration); in dump()
501 mWheelXVelocityControl.setParameters(config.wheelVelocityControlParameters); in configureOnChangePointerSpeed()502 mWheelYVelocityControl.setParameters(config.wheelVelocityControlParameters); in configureOnChangePointerSpeed()
329 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in reconfigure()330 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in reconfigure()
199 mConfig.wheelVelocityControlParameters = params; in setVelocityControlParams()