Searched refs:wheelVelocityControlParameters (Results 1 – 4 of 4) sorted by relevance
182 VelocityControlParameters wheelVelocityControlParameters; member261 wheelVelocityControlParameters(1.0f, 15.0f, 50.0f, 4.0f), in InputReaderConfiguration()
659 mConfig.wheelVelocityControlParameters.scale, in dump()660 mConfig.wheelVelocityControlParameters.lowThreshold, in dump()661 mConfig.wheelVelocityControlParameters.highThreshold, in dump()662 mConfig.wheelVelocityControlParameters.acceleration); in dump()
177 mWheelXVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()178 mWheelYVelocityControl.setParameters(config->wheelVelocityControlParameters); in configure()
375 mWheelXVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()376 mWheelYVelocityControl.setParameters(mConfig.wheelVelocityControlParameters); in configure()